@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--brand-red:#f15b41;--brand-orchid:#e4c0d3;--brand-pink:#f49388;--brand-blue:#2c5dab;--brand-gold:#bb9731;--brand-orange:#f68b58;--brand-tan:#fddbca;--brand-yellow:#f6e163;--brand-green:#21a664;--brand-black:#000;--bg:#ebeaeb;--panel:#fff;--ink:#111;--muted:#434343;--accent:var(--brand-blue);--danger:#b3282f;--warn:#8a5c00;--border:#121212;--focus:#f15b41;--canvas:#f2f3f5;--canvas-top:#f7f8fa;--canvas-bottom:#eff1f4;--dot-color:#1111110d;--surface:#fff;--surface-soft:#f4f6fa;--surface-muted:#00000005;--surface-highlight:#fff4d6;--surface-danger:#fdebed;--surface-warm:linear-gradient(180deg, #f6e16329, #fffffff5);--surface-info:#2c5dab0a;--rail-surface:linear-gradient(135deg, #fddbcae0, #fffffff5);--sidebar-surface:linear-gradient(135deg, #fffffff5, #fddbcab8);--sidebar-surface-hover:linear-gradient(135deg, #fff6e8, #fff);--chip-surface:#fff;--chip-surface-hover:#fff1d8;--chip-text-hover:#111;--input-bg:#fff;--tooltip-bg:#141414f0;--tooltip-border:#ffffffb3;--shadow-strong:8px 8px 0 #000000d6;--shadow-soft:0 8px 24px #1111111a;--shadow-tooltip:0 10px 24px #0000002e;--rule:#0000001f;--link:#1d4f98;--link-hover:#14386f;--success-contrast:#175c4c;--success-contrast-border:#12463a;--success-contrast-ink:#fff9ec;--warning-text:#7a4300;--danger-text:#7a1c21}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#11161f;--panel:#18202c;--ink:#f4f7fb;--muted:#b4bfd0;--accent:#7ab3ff;--danger:#ff7b81;--warn:#f0c15b;--border:#d3dceb;--focus:#ff8a75;--canvas:#0a1018;--canvas-top:#0f1621;--canvas-bottom:#0a111a;--dot-color:#ffffff0f;--surface:#18202c;--surface-soft:#222c39;--surface-muted:#ffffff0d;--surface-highlight:#43371f;--surface-danger:#421d26;--surface-warm:linear-gradient(180deg, #584a1c6b, #18202cf5);--surface-info:#7ab3ff1a;--rail-surface:linear-gradient(135deg, #35455bf5, #18202cf5);--sidebar-surface:linear-gradient(135deg, #1c2634f5, #35455be6);--sidebar-surface-hover:linear-gradient(135deg, #283547f5, #1c2634f5);--chip-surface:#202a37;--chip-surface-hover:#33455d;--chip-text-hover:#f4f7fb;--input-bg:#101722;--tooltip-bg:#ebf0f8f5;--tooltip-border:#1111113d;--shadow-strong:8px 8px 0 #0000008c;--shadow-soft:0 8px 24px #00000047;--shadow-tooltip:0 10px 24px #00000052;--rule:#ffffff2e;--link:#9ec4ff;--link-hover:#c3dcff;--success-contrast:#2f866f;--success-contrast-border:#56b199;--success-contrast-ink:#f6fffb;--warning-text:#ffd88a;--danger-text:#ffb1bc}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth}html,body{background-color:var(--canvas);background-image:radial-gradient(1040px 590px at 7% -10%, #f15b4138, transparent 61%), radial-gradient(980px 540px at 100% 0%, #2c5dab33, transparent 63%), radial-gradient(930px 520px at 52% 112%, #21a6642b, transparent 62%), linear-gradient(180deg, var(--canvas-top) 0%, var(--canvas-bottom) 100%), radial-gradient(circle at 10px 10px, var(--dot-color) 1px, transparent 1.6px);min-height:100%;color:var(--ink);background-size:cover,cover,cover,cover,24px 24px;margin:0;padding:0;font-family:Nunito Sans,Avenir Next,Segoe UI,sans-serif;line-height:1.45}h1,h2,h3,legend{letter-spacing:.02em;margin:0;font-family:Montserrat,Arial Black,sans-serif}h1{margin-bottom:.25rem;font-size:clamp(1.9rem,1.2rem + 1.7vw,2.6rem)}.signInTitle{font-size:clamp(1.75rem,1.25rem + 1.8vw,2.2rem)}.signInChangeEmail{color:var(--muted);letter-spacing:0;background:0 0;border-color:#0000;margin:.75rem auto 0;padding:.3rem .5rem;font-size:.9rem;font-weight:700;display:block}.signInChangeEmail:hover:enabled{color:var(--ink);box-shadow:none;text-underline-offset:.18em;background:0 0;text-decoration:underline;transform:none}h2{margin-bottom:.7rem;font-size:clamp(1.3rem,1.06rem + .9vw,1.8rem)}a{color:var(--link);text-underline-offset:.18em;font-weight:700;text-decoration-thickness:1.5px}a:hover{color:var(--link-hover)}.container{max-width:1320px;margin:0 auto;padding:1.25rem .85rem}.card{background:var(--panel);border:2px solid var(--border);box-shadow:var(--shadow-strong);border-radius:16px;margin-bottom:1.05rem;padding:1rem 1.05rem}.muted{color:var(--muted)}.error{color:var(--danger);font-weight:600}.warning{color:var(--warn);white-space:pre-wrap}.draftOrderingWarning{background:var(--surface-highlight);color:var(--warning-text);border:2px solid #a86a00;border-radius:10px;margin:0;padding:.65rem .75rem;line-height:1.45}.closedOrderingWarning{background:var(--surface-danger);color:var(--danger-text);border:2px solid #8f1f25;border-radius:10px;margin:0;padding:.65rem .75rem;line-height:1.45}.draftOrderingWarning+.stack,.closedOrderingWarning+.stack{margin-top:.8rem}.success{color:var(--accent);font-weight:600}.stack{gap:.7rem;display:grid}.inlineForm{flex-wrap:wrap;align-items:end;gap:.75rem;display:flex}.profileInlineText{align-self:center;margin:0;line-height:1.2}label,fieldset{gap:.3rem;display:grid}fieldset{border:2px dashed var(--border);border-radius:12px;margin:0;padding:.65rem}input,select,textarea,button{font:inherit}input,select,textarea{border:2px solid var(--border);background:var(--input-bg);color:var(--ink);border-radius:10px;padding:.55rem .65rem}textarea{width:100%}button{border:2px solid var(--border);background:var(--brand-black);color:#fff;cursor:pointer;letter-spacing:.02em;border-radius:10px;padding:.56rem .9rem;font-weight:800;transition:transform .14s,box-shadow .14s,background-color .14s}button:hover:enabled{background:var(--brand-red);transform:translateY(-1px);box-shadow:0 0 0 3px #f15b4133}.buttonSubtle{background:var(--surface);color:var(--ink);border-color:var(--border);letter-spacing:0;font-weight:700}.buttonSubtle:hover:enabled{background:var(--surface-soft);color:var(--ink);box-shadow:0 0 0 3px #1111111f}.buttonLink{border:2px solid var(--border);background:var(--brand-black);color:#fff;cursor:pointer;letter-spacing:.02em;border-radius:10px;justify-content:center;align-items:center;padding:.56rem .9rem;font-weight:800;text-decoration:none;transition:transform .14s,box-shadow .14s,background-color .14s;display:inline-flex}.buttonLink:hover{background:var(--brand-red);color:#fff;transform:translateY(-1px);box-shadow:0 0 0 3px #f15b4133}.buttonLinkNavigate{background:var(--brand-yellow);color:#111;border-color:#111}.buttonLinkNavigate:hover{background:var(--brand-blue);color:#fff;box-shadow:0 0 0 3px #2c5dab33}.buttonLinkCTA{background:var(--brand-red);border-width:3px;padding:.72rem 1.15rem;font-size:1.02rem}.buttonLinkCTA:hover{background:#d94934;box-shadow:0 0 0 4px #f15b413d}.buttonLinkSubtle{background:var(--surface);color:var(--ink)}.buttonLinkSubtle:hover{background:var(--surface-soft);color:var(--ink);box-shadow:0 0 0 3px #1111111f}.buttonLinkTracking{background:var(--brand-blue);color:#fff;border-color:#111}.buttonLinkTracking:hover{color:#fff;background:#1f4b94;box-shadow:0 0 0 3px #2c5dab33}.sessionRowActions{align-self:center;align-items:center}:is(input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible){outline:3px solid var(--focus);outline-offset:2px}button:disabled{opacity:.6;cursor:not-allowed}.dangerButton{background:var(--danger);border-color:#8f1f25}.actions{flex-wrap:wrap;gap:.5rem;display:flex}.dashboardSlackSection{border:2px dashed var(--border);background:var(--surface);border-radius:12px;gap:.55rem;padding:.8rem .9rem;display:grid}.dashboardSlackSection h3{margin:0}.tabList{border:2px solid var(--border);background:var(--surface);border-radius:12px;gap:.35rem;margin-bottom:.8rem;padding:.22rem;display:inline-flex}.tabButton{color:var(--ink);letter-spacing:.01em;background:0 0;border:2px solid #0000;border-radius:9px;padding:.45rem .75rem;font-size:.95rem;font-weight:800}.tabButton:hover:enabled{color:#112a4a;box-shadow:none;background:#2c5dab24;transform:none}.tabButton.isActive{background:var(--brand-black);color:#fff;border-color:var(--border)}.reimportPanel{gap:.45rem}.reimportPanel p{margin:0}.sessionList{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.sessionRow{border:2px solid var(--border);border-radius:10px;justify-content:space-between;align-items:flex-start;gap:.8rem;padding:.7rem;display:flex}.myOrdersPage p{margin:.15rem 0}.myOrdersRow{padding:.7rem;display:block}.myOrdersHeader{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.myOrdersItemsButton{margin:0}.myOrdersItemList{margin:.55rem 0 0}.myOrdersItemRow{border:2px solid var(--border);border-radius:10px;width:100%;padding:.65rem .7rem}.statusPill{border:2px solid var(--border);border-radius:999px;align-items:center;padding:.08rem .5rem;font-size:.82rem;font-weight:800;line-height:1.2;display:inline-flex}.statusPillPaid{color:#175c4c;background:#21a6642e}.statusPillUnpaid{color:#7a1c21;background:#b3282f24}.orderLineRow>div{flex:auto;min-width:0}.orderLineRow{grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:.4rem;display:grid}.orderLineRow.isEditable{transition:border-color .12s,box-shadow .12s,background .12s}.orderLineRow.isEditable:hover,.orderLineRow.isEditable:focus-within{border-color:var(--brand-blue);background:#2c5dab0a;box-shadow:0 0 0 3px #2c5dab1f}.orderLineRow.isEditing{border-color:var(--brand-green);box-shadow:0 0 0 3px #21a66429}.orderLineRow.isHighlighted{animation:1.6s ease-out order-line-highlight}.orderLineEditSurface{text-align:left;width:100%;color:inherit;background:0 0;border:0;padding:0;display:block}.orderLineEditSurface:disabled{cursor:default}.orderLineEditSurface:hover:enabled{color:inherit;box-shadow:none;background:0 0;transform:none}.orderLineEditSurface:focus-visible{color:inherit;box-shadow:none;background:0 0;transform:none}.orderLineEditSurface strong,.orderLineEditSurface p{display:block}.orderLineActions{align-items:flex-start;gap:.45rem;display:flex}@keyframes order-line-highlight{0%{background:#fff4cceb;border-color:#f4a000;box-shadow:0 0 #f4a00000}25%{background:#fff4ccd1;border-color:#f4a000;box-shadow:0 0 0 6px #f4a0002e}to{border-color:var(--border);background:0 0;box-shadow:0 0 #f4a00000}}.sessionTotalsBlock{border:2px solid var(--border);background:var(--surface-muted);border-radius:12px;gap:.65rem;margin-top:.9rem;padding:.75rem;display:grid}.sessionTotalsTitle{margin:0;font-size:1rem;font-weight:800}.priceSummaryList{gap:.45rem;margin:0}.stackCompact{gap:.2rem;display:grid}.priceSummaryRow{justify-content:space-between;align-items:baseline;gap:.8rem;display:flex}.priceSummaryRounding{color:var(--muted);font-size:.94rem}.priceSummaryTotal{border-top:1px solid var(--rule);padding-top:.3rem}.paymentTableWrap{overflow-x:auto}.paymentTable{border-collapse:collapse;width:100%;min-width:760px}.paymentTable th,.paymentTable td{border-bottom:1px solid var(--rule);text-align:left;vertical-align:top;padding:.55rem .45rem}.paymentTable th{font-family:Montserrat,Arial Black,sans-serif;font-size:.9rem}.paymentTableMeta{color:var(--muted);font-size:.9rem}.paymentHistoryList{gap:.2rem;font-size:.92rem;display:grid}.reconciliationTableCard{padding:0;overflow:hidden}.reconciliationTable{min-width:900px}.reconciliationTable th,.reconciliationTable td{vertical-align:middle;padding:.4rem .55rem}.reconciliationTable th{white-space:nowrap;font-size:.8rem}.reconciliationReceiptRow td{font-size:.9rem}.reconciliationNumericCell{white-space:nowrap;text-align:right!important}.reconciliationReviewButton{min-height:0;padding:.3rem .55rem;font-size:.82rem}.reconciliationReceiptExpandedRow>td{background:var(--surface-soft);padding:0}.reconciliationReceiptDetails{padding:.8rem}.reconciliationRefundDetailsRow>td{background:var(--surface-soft);padding:0}.reconciliationRefundDetails{padding:.8rem}.reconciliationRefundDetails textarea{resize:vertical;width:100%;min-width:32rem}.reconciliationRefundPayerTable{min-width:66rem}.reconciliationRefundAction{flex-wrap:nowrap;align-items:center;gap:.5rem}.reconciliationRefundAction select{flex:0 0 5.75rem;width:5.75rem}.reconciliationRefundAction input[type=datetime-local]{flex:0 0 12.5rem;width:12.5rem}.reconciliationRefundAction .reconciliationRefundNote{flex:9rem;width:9rem;min-width:7rem}.reconciliationRefundAction button{white-space:nowrap;flex:none}.reconciliationPagination{border-top:1px solid var(--rule)}.orderSavedFootnote{margin:1rem 0 0}.peerOrdersBlock{gap:.75rem;display:grid}.peerOrdersHeader{justify-content:space-between;align-items:center;gap:.65rem;min-height:2rem;display:flex}.peerOrdersHeader>.peerOrdersRefreshButton{margin-left:auto}.peerOrdersRefreshButton{border-radius:50%;justify-content:center;align-items:center;width:2rem;min-width:2rem;height:2rem;padding:0;font-size:1rem;line-height:1;display:inline-flex}.peerOrdersRefreshButton .isSpinning{animation:.75s linear infinite peer-orders-refresh-spin}.peerOrdersRefreshError{margin:0;font-size:.88rem}@keyframes peer-orders-refresh-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.peerOrdersRefreshButton .isSpinning{animation:none}}.peerOrdersList{gap:.75rem}.peerOrderCard{border:2px dashed var(--border);background:var(--surface-warm);border-radius:12px;padding:.8rem}.peerOrderCardHeader{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.7rem;margin-bottom:.45rem;display:flex}.peerOrderLines{gap:.35rem;margin:0;padding-left:1.1rem;display:grid}.peerOrderLine{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.peerOrderCopyButtonWrap{flex:none;align-items:center;display:inline-flex;position:relative}.peerOrderCopyButton{white-space:nowrap;flex:none;min-width:2.25rem;padding-inline:.7rem;font-size:1.1rem;font-weight:800;line-height:1}.peerOrderCopyTooltip{pointer-events:none;opacity:0;background:var(--tooltip-bg);color:var(--bg);white-space:nowrap;box-shadow:var(--shadow-tooltip);z-index:5;border-radius:8px;padding:.35rem .55rem;font-size:.78rem;line-height:1.2;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + .45rem);right:0;transform:translateY(4px)}.peerOrderCopyTooltip:after{content:"";border-style:solid;border-width:6px 5px 0;border-color:var(--tooltip-bg) transparent transparent;position:absolute;top:100%;right:.8rem}.peerOrderCopyButtonWrap:hover .peerOrderCopyTooltip,.peerOrderCopyButtonWrap:focus-within .peerOrderCopyTooltip{opacity:1;transform:translateY(0)}.peerOrdersEmpty{margin:0}.summaryPerson{border:2px dashed var(--border);background:var(--surface-warm);border-radius:12px;padding:.7rem}.summaryPersonHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.7rem;margin-bottom:.45rem;display:flex}.summaryQuickEdit{justify-content:flex-start;align-items:end;gap:.7rem;margin-bottom:.7rem;display:flex}.summaryQuickEdit label{min-width:min(28rem,100%)}.summaryQuickEdit select{min-width:min(24rem,100%)}.checklistSection{gap:.9rem;margin-top:1rem;display:grid}.adminUsersPage{max-width:1780px}.adminUserCreateForm{grid-template-columns:minmax(13rem,1fr) minmax(12rem,.8fr) minmax(15rem,1.2fr) auto;align-items:end;gap:.75rem;display:grid}.adminUserCreateForm textarea{resize:vertical;min-height:2.75rem}.adminUserToolbar{margin-bottom:.8rem}.adminUserListCard{padding:0;overflow:hidden}.adminUserListHeader{justify-content:space-between;align-items:flex-end;gap:1rem;padding:.9rem 1rem .75rem;display:flex}.adminUserListHeader h2{margin-bottom:.1rem}.adminUserListSummary,.adminUserTableHint{margin:0;font-size:.85rem}.adminUserLoading{margin:0;padding:.5rem 1rem 1rem}.adminUserTableShell{border-top:2px solid var(--border);width:100%;overflow-x:auto}.adminUserTable{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:1260px;font-size:.88rem}.adminUserTable th,.adminUserTable td{border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);text-align:left;vertical-align:middle;padding:.4rem .45rem}.adminUserTable th:last-child,.adminUserTable td:last-child{border-right:0}.adminUserTable tbody tr:last-child td{border-bottom:0}.adminUserTable th{z-index:2;background:var(--surface-soft);letter-spacing:.045em;text-transform:uppercase;font-family:Montserrat,Arial Black,sans-serif;font-size:.72rem;font-weight:800;line-height:1.1;position:sticky;top:0}.adminUserTable tbody tr:nth-child(2n){background:var(--surface-muted)}.adminUserTable tbody tr:hover,.adminUserTable tbody tr:focus-within{background:var(--surface-info)}.adminUserTable th:first-child{width:14%}.adminUserTable th:nth-child(2){width:19%}.adminUserTable th:nth-child(3){width:18%}.adminUserTable th:nth-child(4){width:11%}.adminUserTable th:nth-child(5){width:10%}.adminUserTable th:nth-child(6),.adminUserTable th:nth-child(7){width:7%}.adminUserTable th:nth-child(8){width:14%}.adminUserTable input{border-width:1px;border-radius:5px;width:100%;min-width:0;height:2rem;min-height:2rem;padding:.32rem .45rem;font-size:.85rem;line-height:1.25;display:block}.adminUserNameCell{align-items:center;gap:.35rem;min-width:0;display:flex}.adminUserNameCell input{flex:auto}.adminUserBadge{background:var(--brand-blue);color:#fff;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;flex:none;padding:.12rem .3rem;font-size:.6rem;font-weight:800}.adminUserReminderToggle{white-space:nowrap;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;display:flex}.adminUserActivityCell{color:var(--muted);font-size:.76rem;line-height:1.25}.adminUserActivityCell span{white-space:nowrap;display:block}.adminUserActivityCell strong{color:var(--ink)}.adminUserActionsHeading{text-align:right!important}.adminUserRowActions{white-space:nowrap;justify-content:flex-end;gap:.3rem;display:flex}.adminUserCompactAction{letter-spacing:0;border-width:1px;border-radius:5px;min-height:2rem;padding:.34rem .5rem;font-size:.75rem}.adminUserEmptyCell{color:var(--muted);text-align:center!important;padding:2rem!important}.dashboardAdminActions{margin-bottom:.2rem}.reportHero{background:linear-gradient(135deg,#fffffff5,#fddbcabd)}.reportHeroHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.reportEyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--brand-blue);margin:0;font-family:Montserrat,Arial Black,sans-serif;font-size:.84rem;font-weight:800}.reportFilters{align-items:end}.reportMetricGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.reportMetricCard{min-height:100%;margin-bottom:0;overflow:hidden}.reportMetricLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem;font-size:.88rem;font-weight:700}.reportMetricValue{overflow-wrap:anywhere;word-break:break-word;margin-bottom:.45rem;font-family:Montserrat,Arial Black,sans-serif;font-size:clamp(1.35rem,1rem + 1vw,1.95rem);line-height:1.08;display:block}.reportMetricMoney{flex-wrap:wrap;align-items:baseline;gap:.14em;max-width:100%;display:inline-flex}.reportMetricMoneyPrefix,.reportMetricMoneyAmount{white-space:nowrap;display:inline-block}.reportMetricValueSmall{font-size:clamp(1.05rem,.92rem + .7vw,1.45rem);line-height:1.12}.reportMetricCard .muted{overflow-wrap:anywhere;word-break:break-word}.reportContentGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.reportWideCard{grid-column:1/-1}.reportRankList,.reportSessionList{gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.reportRankRow,.reportSessionRow{border:2px solid var(--border);background:var(--surface-soft);border-radius:12px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem .9rem;display:flex}.reportRankRow p,.reportSessionRow p{margin:.18rem 0 0}.reportSessionAmounts{text-align:right;justify-items:end;display:grid}.paymeLogTableCard{margin-top:1rem;padding:0;overflow:hidden}.paymeLogTableHeader,.paymeLogPagination{justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.paymeLogTableHeader p,.paymeLogEmptyState h2,.paymeLogEmptyState p{margin:0}.paymeLogTableShell{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);overflow-x:auto}.paymeLogTable{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:940px;font-size:.86rem}.paymeLogTable th,.paymeLogTable td{border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);text-align:left;vertical-align:top;padding:.55rem .65rem}.paymeLogTable th:last-child,.paymeLogTable td:last-child{border-right:0}.paymeLogTable tbody tr:last-child td{border-bottom:0}.paymeLogTable th{background:var(--surface-soft);letter-spacing:.045em;text-transform:uppercase;font-family:Montserrat,Arial Black,sans-serif;font-size:.7rem;font-weight:800}.paymeLogTable tbody tr:nth-child(2n){background:var(--surface-muted)}.paymeLogTable tbody tr:hover,.paymeLogTable tbody tr:focus-within{background:var(--surface-info)}.paymeLogTable th:first-child{width:17%}.paymeLogTable th:nth-child(2){width:15%}.paymeLogTable th:nth-child(3){width:12%}.paymeLogTable th:nth-child(4){width:16%}.paymeLogTable th:nth-child(5){width:25%}.paymeLogTable th:nth-child(6){width:15%}.paymeLogTimestamp{color:var(--muted);white-space:nowrap}.paymeLogCellMeta{color:var(--muted);margin-top:.14rem;font-size:.76rem;line-height:1.3;display:block}.paymeNicknameCopyWrap{display:inline-flex;position:relative}.paymeNicknameCopy{min-height:0;color:var(--ink);text-align:left;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.paymeNicknameCopy:hover:enabled{color:var(--link);box-shadow:none;background:0 0;transform:none}.paymeNicknameCopy strong{text-underline-offset:.2em;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.paymeNicknameCopyTooltip{z-index:5;background:var(--tooltip-bg);color:var(--bg);box-shadow:var(--shadow-tooltip);white-space:nowrap;pointer-events:none;opacity:0;border-radius:8px;padding:.35rem .55rem;font-size:.78rem;line-height:1.2;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + .45rem);left:0;transform:translateY(4px)}.paymeNicknameCopyTooltip:after{content:"";border-style:solid;border-width:6px 5px 0;border-color:var(--tooltip-bg) transparent transparent;position:absolute;top:100%;left:.8rem}.paymeNicknameCopyWrap:hover .paymeNicknameCopyTooltip,.paymeNicknameCopyWrap:focus-within .paymeNicknameCopyTooltip{opacity:1;transform:translateY(0)}.paymeLogStatus-unmatched,.paymeLogStatus-invalid,.paymeLogStatus-failed{background:var(--surface-danger);color:var(--danger-text)}.paymeLogStatus-applied{color:var(--success-contrast);background:#21a6642e}.paymeLogStatus-received{background:var(--surface-highlight);color:var(--warning-text)}.paymeLogError{color:var(--danger-text);overflow-wrap:anywhere}.paymeLogAssignmentList,.paymeLogRowActions{gap:.35rem;display:grid}.paymeLogAssignmentLink{width:fit-content;max-width:100%;font-weight:700;display:block}.paymeLogAssignmentLink .paymeLogCellMeta{font-weight:400}.paymeLogRematch{gap:.45rem;display:grid}.paymeLogAssignmentControl{gap:.35rem;display:grid}.paymeLogAssignmentControl label{gap:.2rem;display:grid}.paymeLogAssignmentControl select{width:100%;min-width:9rem;min-height:2rem;padding:.25rem .35rem;font-size:.76rem}.paymeLogAssignmentControl p{margin:0}.paymeLogAssignmentControl button,.paymeLogRematch button,.paymeLogDelete button,.paymeLogPageLink{border-radius:6px;min-height:2rem;padding:.34rem .55rem;font-size:.76rem}.paymeLogDelete{gap:.45rem;display:grid}.paymeLogPayloadTrigger,.paymeLogPayloadClose{border-radius:6px;min-height:2rem;padding:.34rem .55rem;font-size:.76rem}.paymeLogPayloadDialog{border:1px solid var(--border);background:var(--surface);width:min(50rem,100vw - 2rem);max-width:none;max-height:calc(100vh - 2rem);color:var(--ink);box-shadow:var(--shadow-strong);border-radius:14px;margin:auto;padding:0}.paymeLogPayloadDialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000094}.paymeLogPayloadDialogPanel{grid-template-rows:auto minmax(0,1fr);max-height:calc(100vh - 2rem);display:grid}.paymeLogPayloadDialogHeader{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.paymeLogPayloadDialogHeader h2{margin:0;font-size:1rem}.paymeLogPayloadDialog pre{white-space:pre;overflow-wrap:anywhere;background:var(--surface-soft);min-height:12rem;max-height:calc(100vh - 7rem);margin:0;padding:1rem;font-size:.82rem;line-height:1.5;overflow:auto}.paymeLogPagination{min-height:3.5rem}.paymeLogPagination>div{flex:1 1 0}.paymeLogPagination>div:last-child{justify-content:flex-end;display:flex}.paymeLogPageStatus{color:var(--muted);white-space:nowrap;font-size:.85rem;font-weight:700}.paymeLogPageLink.isDisabled{opacity:.45;cursor:not-allowed;box-shadow:none;align-items:center;display:inline-flex}.paymeLogEmptyState{margin-top:1rem}.adminSessionLayout{grid-template-columns:minmax(0,1fr) minmax(14rem,18rem);align-items:start;gap:1rem;display:grid}.adminSessionSidebar{grid-area:1/2;align-self:start;position:sticky;top:1rem}.adminSessionContent{grid-area:1/1;min-width:0}.sectionJumpNav{scroll-margin-top:1rem}.sectionJumpLinks{gap:.55rem;display:grid}.sectionJumpLink{border:2px solid var(--border);background:var(--surface);color:var(--ink);border-radius:14px;justify-content:flex-start;align-items:center;padding:.42rem .8rem;font-weight:700;line-height:1.1;text-decoration:none;display:flex}.sectionJumpLink:hover{background:var(--chip-surface-hover);color:var(--chip-text-hover);box-shadow:0 0 0 3px #1111111a}.sectionJumpLink.isActive{background:var(--brand-blue);color:#fff;box-shadow:0 0 0 3px #2c5dab2e}.sectionAnchorCard{scroll-margin-top:1rem}.backToTopLink{display:none}@media (min-width:1680px){.adminSessionLayout{display:block}.adminSessionSidebar{z-index:5;width:15.85rem;max-height:calc(100vh - 6.5rem);padding:0 .85rem .85rem 0;position:fixed;top:5.5rem;right:max(1.75rem,50vw - 660px - 17.25rem);overflow-y:auto}.adminSessionContent{min-width:0}}.adminUserEditRow{flex-wrap:wrap;flex:auto;align-items:end;gap:.65rem;display:flex}.adminUserEditField{flex:11rem;min-width:10rem}.vendorSubscriptionEditRow{grid-template-columns:repeat(auto-fit,minmax(min(100%,12rem),1fr));align-items:end;gap:.75rem;width:100%;display:grid}.vendorSubscriptionEditRow .adminUserEditField,.vendorSubscriptionEditRow .adminUserEditField>input,.vendorSubscriptionEditRow .adminUserEditField>select{width:100%;min-width:0}.vendorSubscriptionEditRow .adminUserEditActions{justify-content:flex-end;margin-left:0}.adminUserEditFieldToggle{flex:none;min-width:max-content}.adminUserEditActions{flex:none;align-self:end;margin-left:auto}.adminUserMeta{margin:.1rem 0;line-height:1.2}.subscriptionSummaryHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.subscriptionProgressBar{border:1px solid color-mix(in srgb, var(--foreground) 16%, transparent);background:linear-gradient(#ffffff52,#0000),#dff1e9;border-radius:999px;width:100%;height:.8rem;overflow:hidden;box-shadow:inset 0 1px 2px #0000001f}.subscriptionProgressFill{border-radius:inherit;background:linear-gradient(90deg,#1d9b5f 0%,#57c785 100%);height:100%;box-shadow:inset 0 -1px #0000001f}.subscriptionProgressMeta{margin:0}.otherSessionsToggle{margin-top:.6rem}.checkboxRow{align-items:center;gap:.4rem;display:flex}.checkboxRowLabel{flex-wrap:wrap;align-items:baseline;gap:.25rem;display:inline-flex}.toggleField{cursor:pointer;align-items:center;gap:.7rem;min-height:2.75rem;padding:.2rem 0;display:inline-flex}.toggleFieldCompact{min-height:auto;padding:0}.toggleControl{flex:none;align-items:center;display:inline-flex;position:relative}.toggleControl input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.toggleVisual{border:2px solid var(--border);background:linear-gradient(#ffffffeb,#e4c0d3d6);border-radius:999px;width:3.35rem;height:1.95rem;transition:background .16s,box-shadow .16s,transform .16s;position:relative;box-shadow:inset 0 1px #ffffff8c}.toggleVisual:after{content:"";border:2px solid var(--border);background:linear-gradient(#fff,#f6e163);border-radius:50%;width:1.3rem;height:1.3rem;transition:transform .16s,background .16s,box-shadow .16s;position:absolute;top:50%;left:.16rem;transform:translateY(-50%);box-shadow:2px 2px #0000003d}.toggleControl input:checked+.toggleVisual{background:linear-gradient(#21a664d6,#2c5dabd6);box-shadow:inset 0 1px #ffffff38}.toggleControl input:hover+.toggleVisual{transform:translateY(-1px)}.toggleControl input:focus-visible+.toggleVisual{outline:3px solid var(--focus);outline-offset:3px}.toggleLabelText{color:var(--ink);font-weight:700}:root[data-theme=dark] .toggleVisual{background:linear-gradient(#6f2731f0,#3f151cf5);box-shadow:inset 0 1px #ffffff1a,0 0 0 1px #ffffff0a}:root[data-theme=dark] .toggleVisual:after{background:linear-gradient(#353535,#090909);box-shadow:2px 2px #00000057}:root[data-theme=dark] .toggleControl input:checked+.toggleVisual{background:linear-gradient(#217649eb,#114a2cf0);box-shadow:inset 0 1px #ffffff24,0 0 0 1px #7affb31a}:root[data-theme=dark] .toggleControl input:checked+.toggleVisual:after{background:linear-gradient(#353535,#090909)}:root[data-theme=dark] .toggleLabelText{color:var(--ink)}.menuCategory{gap:.5rem;scroll-margin-top:7rem;display:grid}.menuCategory h3{margin:0}.menuCategoryDescription{color:var(--muted);margin:0;font-size:.95rem}.categoryJumpRail{z-index:10;border:2px solid var(--border);background:var(--rail-surface), var(--surface);box-shadow:var(--shadow-soft);scrollbar-width:none;-ms-overflow-style:none;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-x;border-radius:14px;gap:.55rem;padding:.4rem;display:flex;position:sticky;top:0;overflow-x:auto}.categoryJumpRail::-webkit-scrollbar{display:none}.categoryJumpRail:active{cursor:grabbing}.categoryJumpChip{background:var(--chip-surface);color:var(--ink);white-space:nowrap;border-radius:999px;flex:none;padding:.5rem .85rem;font-size:.92rem;font-weight:800}.categoryJumpChip:hover:enabled{background:var(--chip-surface-hover);color:var(--chip-text-hover)}.categoryJumpChip.isActive{background:var(--brand-blue);color:#fff;box-shadow:0 0 0 3px #2c5dab29}.itemGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-auto-rows:1fr;align-items:start;gap:.7rem;display:grid}.recommendationPanel{border:2px solid color-mix(in srgb, var(--brand-green) 55%, var(--border));background:color-mix(in srgb, var(--brand-green) 7%, var(--surface));border-radius:14px;gap:.85rem;margin:1rem 0;padding:1rem;display:grid}.recommendationPanel h3,.recommendationPanel p{margin-block:0}.recommendationGrid,.mealRecommendationGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.7rem;display:grid}.recommendationCard{border:1px solid var(--border);background:var(--surface);border-radius:12px;align-content:start;gap:.55rem;padding:.8rem;display:grid}.recommendationCard .actions{margin-top:auto}.mealRecommendationPanel{margin:0}.mealRecommendationCard{color:inherit;text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:12px;align-content:start;gap:.35rem;padding:.8rem;display:grid}.mealRecommendationCard:hover:enabled{border-color:var(--brand-green);background:color-mix(in srgb, var(--brand-green) 5%, var(--surface))}.recommendationBadge{background:color-mix(in srgb, var(--brand-green) 18%, var(--surface));width:fit-content;color:var(--brand-green);border-radius:999px;padding:.2rem .5rem;font-size:.75rem;font-weight:800}.itemCardButton{border:2px solid var(--border);background:var(--surface);width:100%;height:100%;color:inherit;text-align:left;border-radius:10px;flex-direction:column;justify-content:flex-start;align-self:stretch;padding:0;display:flex;overflow:hidden}.itemCardButton.isSelected{border-color:var(--brand-green);box-shadow:0 0 0 4px #21a66433}.itemCardImageWrap{background:var(--brand-tan);justify-content:center;align-items:center;width:100%;height:clamp(150px,18vw,220px);display:flex;overflow:hidden}.itemCardImageWrap.isPlaceholder{background:linear-gradient(135deg, var(--surface-soft), var(--surface))}.itemCardImage{object-fit:cover;width:100%;height:100%;display:block}.itemCardImagePlaceholder{width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:flex}.itemCardBody{gap:.25rem;padding:.6rem .7rem;display:grid}.itemCardBody span{font-weight:600}.displayPricePair{flex-wrap:wrap;align-items:baseline;gap:.45rem;display:inline-flex}.displayPriceCurrent{color:var(--brand-green);font-weight:800}.displayPriceOriginal{color:var(--muted);font-size:.92em;text-decoration:line-through;text-decoration-thickness:1.5px}.itemPickerPanel{opacity:1;grid-template-rows:1fr;transition:grid-template-rows .32s,opacity .22s;display:grid}.itemPickerPanelInner{min-height:0;overflow:hidden}.itemPickerPanel.isCollapsed{opacity:0;pointer-events:none;grid-template-rows:0fr}.selectedItemRow{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.orderingLayout{grid-template-columns:minmax(0,2.25fr) minmax(280px,.75fr);align-items:start;gap:1rem;display:grid}.orderingLayout .card{margin-bottom:0}.trackingCallout{border:2px solid var(--border);background:var(--surface-soft);border-radius:10px;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.trackingCallout h2,.trackingCallout p{margin:0}.trackingCallout h2{font-size:1.05rem}.paymentReminder{background:var(--surface-danger);color:var(--danger-text);border:2px solid #8f1f25;border-radius:10px;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.paymentReminder h2,.paymentReminder p{margin:0}.paymentReminder h2{font-size:1.05rem}.paymentReminder a{color:inherit;text-decoration:none}.orderCard{height:calc(100vh - 2rem);padding:0;position:sticky;top:1rem;overflow:hidden}.orderSidebarBody{flex-direction:column;height:100%;min-height:0;display:flex}.sidebarAccordion+.sidebarAccordion,.sidebarAccordion.isCollapsed+.sidebarAccordion{margin-top:0}.sidebarAccordion.isCollapsed+.sidebarAccordion{margin-top:-2px}.sidebarAccordion{background:0 0;border-radius:0;flex-direction:column;flex:1 1 0;min-height:0;display:flex;overflow:hidden}.sidebarAccordion:first-child{flex:1.5 1 0}.sidebarAccordion.isCollapsed{flex:none}.sidebarAccordionToggle{border:0;border-bottom:2px solid var(--border);background:var(--sidebar-surface);width:100%;color:var(--ink);text-align:left;box-shadow:none;border-radius:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.8rem .9rem;display:flex;transform:none}.sidebarAccordion.isCollapsed .sidebarAccordionToggle{border:0;border-bottom:2px solid var(--border);border-radius:0}.sidebarAccordion:not(:first-child) .sidebarAccordionToggle{border-top:2px solid var(--border)}.sidebarAccordionToggle:hover:enabled{background:var(--sidebar-surface-hover);color:var(--ink);box-shadow:none;transform:none}.sidebarAccordionMeta{color:var(--muted);text-align:right;align-items:center;gap:.45rem;font-size:.88rem;font-weight:700;display:inline-flex}.sidebarAccordionCaret{font-size:.95rem;line-height:1;transition:transform .18s;display:inline-block;transform:rotate(-90deg)}.sidebarAccordionCaret.isExpanded{transform:rotate(0)}.sidebarAccordionContent{flex:auto;min-height:0;padding:.85rem;overflow-y:auto}.modifierRow{border:2px solid var(--border);--modifier-control-height:3rem;border-radius:12px;flex-direction:column;gap:.6rem;padding:.7rem;display:flex}.modifierPresetPanel{flex-wrap:wrap;align-items:end;gap:.6rem;margin-bottom:.9rem;display:flex}.modifierPresetGroup{flex:380px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.55rem;display:grid}.modifierPrimaryRow,.modifierSecondaryRow{align-items:end;gap:.6rem;display:grid}.modifierPrimaryRow{grid-template-columns:repeat(5,minmax(0,1fr)) auto}.modifierSecondaryRow{grid-template-columns:repeat(4,minmax(0,1fr))}.modifierRow>*,.modifierPrimaryRow>*,.modifierSecondaryRow>*{min-width:0}.modifierRow input,.modifierRow select{width:100%;height:var(--modifier-control-height)}.modifierActions{white-space:nowrap;justify-content:flex-end;align-items:end;gap:.45rem;display:flex}.iconButton{justify-content:center;align-items:center;width:2.5rem;min-width:2.5rem;height:2.5rem;padding:0;font-size:1.1rem;line-height:1;display:inline-flex}.modifierConditionButton{letter-spacing:.04em;font-size:.78rem;font-weight:700}.modifierConditionButton.isActive{background:var(--success-contrast);border-color:var(--success-contrast-border);color:var(--success-contrast-ink)}.modifierConditionButton.isExpanded{box-shadow:inset 0 0 0 2px #fff9ec47}.orderLineRemoveButton{box-shadow:none;color:var(--ink);background:0 0;border:0;flex:none;align-self:flex-start;font-size:1.75rem}.orderLineRemoveButton:hover:enabled{color:var(--danger);box-shadow:none;background:0 0;transform:none}.iconButtonDanger{background:var(--danger);border-color:#8f1f25}.toast{z-index:60;border:2px solid var(--border);max-width:min(92vw,440px);box-shadow:var(--shadow-strong);border-radius:12px;align-items:center;gap:.75rem;padding:.68rem .82rem;display:flex;position:fixed;bottom:1rem;right:1rem}.toastError{color:#fff;background:#e94a41}.toastSuccess{color:#fff;background:#217a64}.toastClose{border:2px solid var(--tooltip-border);color:#fff;background:#00000042;border-radius:999px;width:1.9rem;min-width:1.9rem;height:1.9rem;padding:0;font-size:1.1rem;line-height:1}.themeToggle{z-index:100;background:var(--surface);min-height:2.8rem;color:var(--ink);border-color:var(--border);box-shadow:var(--shadow-soft);border-radius:999px;align-items:center;gap:.55rem;padding:.55rem .8rem;display:inline-flex}.themeToggle:hover:enabled{background:var(--surface-soft);color:var(--ink);box-shadow:var(--shadow-soft);transform:translateY(-1px)}.notificationBell{z-index:100;background:var(--surface);min-width:2.8rem;min-height:2.8rem;color:var(--ink);border-color:var(--border);box-shadow:var(--shadow-soft);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;padding:.55rem .8rem;font-size:1rem;line-height:1;display:inline-flex;position:relative}.notificationBell:hover{background:var(--surface-soft);transform:translateY(-1px)}.notificationBellIcon{font-size:1rem;line-height:1}.notificationBellBadge{background:var(--danger,#dc3545);color:#fff;border:2px solid var(--surface);border-radius:999px;justify-content:center;align-items:center;min-width:1.1rem;height:1.1rem;padding:0 .25rem;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-.15rem;right:-.15rem}.themeToggleIcon{font-size:1rem;line-height:1}.themeToggleLabel{font-size:.92rem;font-weight:800}.stackFill{flex:1;gap:.5rem;min-width:0}@media (prefers-color-scheme:dark){:root:not([data-theme]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#11161f;--panel:#18202c;--ink:#f4f7fb;--muted:#b4bfd0;--accent:#7ab3ff;--danger:#ff7b81;--warn:#f0c15b;--border:#d3dceb;--focus:#ff8a75;--canvas:#0a1018;--canvas-top:#0f1621;--canvas-bottom:#0a111a;--dot-color:#ffffff0f;--surface:#18202c;--surface-soft:#222c39;--surface-muted:#ffffff0d;--surface-highlight:#43371f;--surface-danger:#421d26;--surface-warm:linear-gradient(180deg, #584a1c6b, #18202cf5);--surface-info:#7ab3ff1a;--rail-surface:linear-gradient(135deg, #35455bf5, #18202cf5);--sidebar-surface:linear-gradient(135deg, #1c2634f5, #35455be6);--sidebar-surface-hover:linear-gradient(135deg, #283547f5, #1c2634f5);--chip-surface:#202a37;--chip-surface-hover:#33455d;--chip-text-hover:#f4f7fb;--input-bg:#101722;--tooltip-bg:#ebf0f8f5;--tooltip-border:#1111113d;--shadow-strong:8px 8px 0 #0000008c;--shadow-soft:0 8px 24px #00000047;--shadow-tooltip:0 10px 24px #00000052;--rule:#ffffff2e;--link:#9ec4ff;--link-hover:#c3dcff;--success-contrast:#2f866f;--success-contrast-border:#56b199;--success-contrast-ink:#f6fffb;--warning-text:#ffd88a;--danger-text:#ffb1bc}}@media (max-width:960px){.adminUserCreateForm{grid-template-columns:repeat(2,minmax(0,1fr))}.adminUserCreateForm button{width:100%}.adminSessionLayout{grid-template-columns:minmax(0,1fr)}.adminSessionSidebar{grid-area:auto;position:static;top:auto}.adminSessionContent{grid-area:auto}.sectionJumpLinks{flex-wrap:wrap;display:flex}.sectionJumpLink{border-radius:999px;justify-content:center;display:inline-flex}.backToTopLink{z-index:20;border:2px solid var(--border);background:var(--panel);color:var(--ink);box-shadow:var(--shadow-soft);border-radius:999px;justify-content:center;align-items:center;padding:.5rem .72rem;font-size:.9rem;line-height:1;text-decoration:none;display:inline-flex;position:fixed;bottom:1rem;right:1rem}.backToTopLink:hover{color:var(--chip-text-hover);background:var(--chip-surface-hover)}.modifierPresetGroup{grid-template-columns:minmax(0,1fr)}.modifierPrimaryRow,.modifierSecondaryRow{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.modifierPrimaryRow,.modifierSecondaryRow{grid-template-columns:minmax(0,1fr)}}@media (max-width:720px){.adminUserCreateForm{grid-template-columns:minmax(0,1fr)}.adminUserListHeader{flex-direction:column;align-items:flex-start;gap:.3rem}.container{padding:1rem}.orderingLayout{grid-template-columns:minmax(0,1fr)}.orderCard{order:-1;height:auto;position:static;top:auto;overflow:hidden}.orderSidebarBody{height:auto}.sidebarAccordion{flex:none;min-height:auto;overflow:visible}.sidebarAccordion:first-child,.sidebarAccordion:last-child{flex:none}.sidebarAccordionContent{flex:none;min-height:auto;overflow:visible}.sessionRow{flex-direction:column;align-items:stretch}.reportHeroHeader,.reportRankRow,.reportSessionRow{flex-direction:column}.reportContentGrid{grid-template-columns:minmax(0,1fr)}.reportSessionAmounts{text-align:left;justify-items:start}.orderLineRow{flex-direction:row;align-items:flex-start}.sessionRowActions{align-self:stretch}.trackingCallout{flex-direction:column;align-items:stretch}.inlineForm{display:grid}.summaryQuickEdit{flex-direction:column;align-items:stretch}.summaryQuickEdit label,.summaryQuickEdit select,.summaryQuickEdit button{width:100%}.itemGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.adminUserEditRow{flex-direction:column;align-items:stretch}.adminUserEditField{width:100%;min-width:0}.reportHero{background:0 0}.notificationBanner{flex-wrap:wrap;padding:.7rem .85rem}body:has(.notificationBanner) .siteFooter{padding-bottom:7.5rem}}body{font-size:.95rem}.orderLineEditSurface,.orderLineEditSurface:hover:enabled,.orderLineEditSurface:active{box-shadow:none}.orderLineEditSurface:focus-visible{box-shadow:none}.peerOrderCopyButton,.peerOrdersRefreshButton{aspect-ratio:1;width:2.25rem;min-width:2.25rem;height:2.25rem;min-height:2.25rem;padding:0}.categoryJumpRail{background:var(--rail-surface)}.itemCardButton:hover:enabled{border-color:color-mix(in srgb, var(--accent) 45%, var(--border));background:var(--surface-soft);color:var(--ink);box-shadow:0 8px 20px #1c342f1a}.itemCardButton:hover:enabled .muted{color:var(--muted)}@media (min-width:1680px){.adminSessionSidebar{width:15rem;max-height:none;padding:0;right:max(1.5rem,50vw - 620px - 16.25rem);overflow:visible}.adminSessionSidebar .sectionJumpNav{max-height:calc(100vh - 6.5rem);margin-bottom:0;padding:1rem;overflow-y:auto}}@media (max-width:560px){.modifierPrimaryRow,.modifierSecondaryRow{grid-template-columns:minmax(0,1fr)}}.dataNoticeBackdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dataNoticeModal{background:var(--panel);border:2px solid var(--border);width:100%;max-width:640px;max-height:90vh;box-shadow:var(--shadow-strong);border-radius:16px;padding:1.25rem 1.35rem;overflow-y:auto}.dataNoticeModal h2{margin-bottom:.3rem}.dataNoticeModal h3{margin-top:1.1rem;margin-bottom:.4rem;font-size:clamp(1rem,.9rem + .4vw,1.15rem)}.dataNoticeBody{margin-top:1rem;font-size:.96rem;line-height:1.55}.dataNoticeBody ul{margin:.4rem 0 .75rem;padding-left:1.3rem}.dataNoticeBody li{margin-bottom:.3rem}.dataNoticeActions{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;margin-top:1.25rem;display:flex}.settingsProfileList{gap:.75rem;margin:.75rem 0 1rem;display:grid}.settingsProfileList>div{flex-direction:column;gap:.15rem;display:flex}.settingsProfileList dt{color:var(--muted);font-size:.88rem;font-weight:700}.settingsProfileList dd{word-break:break-word;margin:0;font-size:1.05rem}.settingsProfileForm{flex-direction:column;gap:.9rem;margin-top:.75rem;display:flex}.settingsProfileForm>label:not(.toggleField){flex-direction:column;gap:.25rem;display:flex}.settingsProfileReadonly{flex-direction:column;gap:.15rem;display:flex}.savedIndicator{color:var(--brand-green);font-size:.95rem;font-weight:700}.settingsToggleWrap{flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.settingsToggleHint{margin:0;padding-left:.1rem;font-size:.9rem}.pushSettings{gap:1.25rem;display:grid}.pushSettings h2,.pushSettings h3,.pushSettings p{margin-top:0}.pushSettings p{margin-bottom:0}.pushCurrentDevice,.pushDisableAll,.pushDeviceList>li{justify-content:space-between;align-items:center;gap:1rem;display:flex}.pushCurrentDevice,.pushDisableAll{border:2px solid var(--border);background:var(--surface-soft);border-radius:12px;padding:1rem}.pushDeviceList{border:2px solid var(--border);border-radius:12px;gap:0;margin:.65rem 0 0;padding:0;list-style:none;display:grid;overflow:hidden}.pushDeviceList>li{background:var(--surface);padding:.85rem 1rem}.pushDeviceList>li+li{border-top:1px solid var(--border)}.pushThisDevice{background:var(--brand-green);color:#fff;vertical-align:.1em;border-radius:999px;margin-left:.5rem;padding:.1rem .45rem;font-size:.72rem;font-weight:800;display:inline-block}.pushDisableAll{border-color:var(--danger)}@media (max-width:640px){.pushCurrentDevice,.pushDisableAll,.pushDeviceList>li{flex-direction:column;align-items:flex-start}}body{flex-direction:column;min-height:100vh;display:flex}.pageContent{flex:1 0 auto}.declineButton{color:var(--muted);letter-spacing:0;text-underline-offset:.15em;background:0 0;border:none;padding:.56rem .2rem;font-weight:600;text-decoration:underline}.declineButton:hover:enabled{color:var(--ink);box-shadow:none;background:0 0;transform:none}.declineButton:disabled{opacity:.5;cursor:not-allowed}.siteFooter{text-align:center;max-width:1320px;color:var(--muted);margin:0 auto;padding:1rem .85rem 1.5rem;font-size:.9rem}.siteFooter p{margin:0 0 .35rem}.siteFooter a{color:var(--muted);text-underline-offset:.15em;text-decoration:underline}.siteFooter a:hover{color:var(--ink)}body:has(.notificationBanner) .siteFooter{padding-bottom:5.5rem}.notificationBanner{z-index:90;background:var(--surface-soft);border-top:3px solid var(--brand-blue);color:var(--ink);align-items:center;gap:.6rem;padding:.6rem 1rem;font-size:.95rem;display:flex;position:fixed;bottom:0;left:0;right:0}.notificationBannerIcon{color:var(--brand-blue);flex:none;font-size:1.15rem}.notificationBannerText{overflow-wrap:anywhere;flex:auto;min-width:0}.notificationBannerActions{flex:none;align-items:center;gap:.4rem;display:flex}.notificationBannerAction{border:2px solid var(--border);background:var(--brand-black);color:#fff;letter-spacing:.02em;white-space:nowrap;border-radius:10px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.88rem;font-weight:800;text-decoration:none;transition:transform .14s,box-shadow .14s,background-color .14s;display:inline-flex}.notificationBannerAction:hover{background:var(--brand-red);color:#fff;transform:translateY(-1px);box-shadow:0 0 0 3px #f15b4133}.notificationBannerDismiss{border:2px solid var(--border);background:var(--surface);width:2rem;height:2rem;color:var(--muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:.9rem;line-height:1;display:inline-flex}.notificationBannerDismiss:hover{background:var(--surface-soft);color:var(--ink);transform:translateY(-1px);box-shadow:0 0 0 3px #1111111f}body.is-dashboard .siteHeaderActions,body.is-dashboard .siteHeaderBanners,body.is-dashboard .siteFooter{display:none!important}body.is-dashboard .pageContent{padding:0}.dashboardWelcome{background:radial-gradient(at 20% 30%,#f15b4147,#0000 55%),radial-gradient(at 80% 20%,#2c5dab3d,#0000 55%),radial-gradient(at 60% 80%,#21a66433,#0000 55%),radial-gradient(at 30% 70%,#f6e1632e,#0000 50%),linear-gradient(160deg,#11161f 0%,#1a2332 40%,#18202c 70%,#0f1621 100%);border-radius:24px;flex:1;justify-content:center;align-items:center;animation:12s ease-in-out infinite alternate welcome-gradient-shift;display:flex;position:relative;overflow:hidden}@keyframes welcome-gradient-shift{0%{background-position:0 0,100% 0,60% 80%,30% 70%,0 0}to{background-position:20% 10%,80% 20%,50% 90%,40% 60%,0 0}}.dashboardWelcomeOrb{filter:blur(40px);background:radial-gradient(circle,#f15b4159,#0000 70%);border-radius:50%;width:320px;height:320px;animation:8s ease-in-out infinite welcome-float;position:absolute;top:10%;left:15%}.dashboardWelcomeOrb2{filter:blur(40px);background:radial-gradient(circle,#2c5dab59,#0000 70%);border-radius:50%;width:280px;height:280px;animation:10s ease-in-out infinite reverse welcome-float;position:absolute;bottom:15%;right:10%}@keyframes welcome-float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-24px)scale(1.05)}}.dashboardWelcomeContent{z-index:2;text-align:center;padding:2rem;position:relative}.dashboardWelcomeLogo{letter-spacing:-.02em;background:linear-gradient(135deg,#f6e163 0%,#f49388 35%,#f15b41 70%,#bb9731 100%);-webkit-text-fill-color:transparent;text-shadow:none;filter:drop-shadow(0 2px 16px #f15b414d);-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-family:Montserrat,Arial Black,sans-serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:900}.dashboardWelcomeDate{color:#b4bfd0cc;letter-spacing:.08em;text-transform:uppercase;margin:0 0 1.25rem;font-size:clamp(1rem,1.5vw,1.35rem);font-weight:700}.dashboardWelcomeDivider{opacity:.7;background:linear-gradient(90deg,#f15b41,#f6e163);border-radius:4px;width:64px;height:4px;margin:0 auto 1.25rem}.dashboardWelcomeMessage{color:#f4f7fb;margin:0;font-size:clamp(1.15rem,2vw,1.7rem);font-weight:700;line-height:1.5}.dashboardWelcomeSub{color:#b4bfd08c;letter-spacing:.02em;margin-top:.4rem;font-size:.75em;font-weight:600;display:block}.dashboardRoot{background:var(--canvas);background-image:radial-gradient(1040px 590px at 7% -10%, #f15b4138, transparent 61%), radial-gradient(980px 540px at 100% 0%, #2c5dab33, transparent 63%), radial-gradient(930px 520px at 52% 112%, #21a6642b, transparent 62%), linear-gradient(180deg, var(--canvas-top) 0%, var(--canvas-bottom) 100%), radial-gradient(circle at 10px 10px, var(--dot-color) 1px, transparent 1.6px);min-height:100vh;color:var(--ink);background-size:cover,cover,cover,cover,24px 24px;flex-direction:column;padding:1.5rem;display:flex;position:relative}.dashboardFullscreenButton{z-index:100;color:#fff;cursor:pointer;opacity:.3;background:#00000073;border:none;border-radius:8px;padding:.4rem .55rem;font-size:1.1rem;line-height:1;transition:opacity .2s;position:fixed;top:.75rem;right:.75rem}.dashboardFullscreenButton:hover{opacity:1;background:#000000b3}:-webkit-any(:-webkit-full-screen .dashboardFullscreenButton,:-webkit-full-screen .dashboardFullscreenButton){display:none}:is(:fullscreen .dashboardFullscreenButton,:fullscreen .dashboardFullscreenButton){display:none}.dashboardTitle{text-align:center;letter-spacing:.02em;margin:0 0 1.2rem;font-family:Montserrat,Arial Black,sans-serif;font-size:clamp(1.6rem,1.2rem + 2vw,2.4rem)}.dashboardLoading,.dashboardError{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;font-size:1.2rem;display:flex}.dashboardAnnounced{flex-direction:column;flex:1;justify-content:center;display:flex}.dashboardSessionList{justify-items:center;gap:1.25rem;display:grid}.dashboardSessionCard{background:var(--panel);border:3px solid var(--border);box-shadow:var(--shadow-strong);text-align:center;border-radius:20px;justify-items:center;gap:1rem;width:100%;max-width:520px;padding:1.5rem;display:grid}.dashboardRestaurantName{margin:0;font-family:Montserrat,Arial Black,sans-serif;font-size:clamp(1.4rem,1rem + 1.8vw,2rem);line-height:1.15}.dashboardDescription{color:var(--muted);margin:.35rem 0 0;font-size:clamp(.95rem,.85rem + .5vw,1.15rem);line-height:1.35}.dashboardQrWrap{justify-items:center;gap:.5rem;display:grid}.dashboardQrLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:.9rem;font-weight:700}.dashboardPriced{flex-direction:column;flex:1;gap:1rem;display:flex}.dashboardPricedWrap{gap:1.25rem;display:grid}.dashboardPricedSession{background:var(--panel);border:3px solid var(--border);box-shadow:var(--shadow-strong);border-radius:16px;padding:1rem 1.25rem}.dashboardChecklist{gap:.4rem;margin-top:.75rem;display:grid}.dashboardChecklistHeader,.dashboardChecklistFooter{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:2px solid var(--rule);grid-template-columns:minmax(0,1fr) 2fr auto;gap:.75rem;padding:.35rem 0;font-size:.92rem;font-weight:800;display:grid}.dashboardChecklistFooter{border-bottom:none;border-top:2px solid var(--rule);color:var(--ink);font-size:1.05rem}.dashboardChecklistRow{border-bottom:1px solid var(--rule);border-radius:8px;grid-template-columns:minmax(0,1fr) 2fr auto;align-items:start;gap:.75rem;padding:.5rem;display:grid}.dashboardChecklistName{word-break:break-word;font-size:.95rem;font-weight:700}.dashboardChecklistItems{gap:.15rem;display:grid}.dashboardChecklistItem{color:var(--muted);font-size:.88rem;line-height:1.35}.dashboardChecklistTotal{text-align:right;white-space:nowrap;font-size:.95rem;font-weight:800}.dashboardPaymentStatus{text-transform:uppercase;letter-spacing:.04em;margin-top:.15rem;font-size:.78rem;font-weight:700;display:block}.dashboardChecklistRow.isPaid .dashboardPaymentStatus{color:#175c4c}.dashboardChecklistRow.isUnpaid .dashboardPaymentStatus{color:#7a1c21}.dashboardNoOrders{color:var(--muted);margin:.5rem 0 0;font-style:italic}.dashboardTrackingWrap{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:.5rem;display:flex}.dashboardTrackingCard{background:var(--panel);border:3px solid var(--border);box-shadow:var(--shadow-strong);border-radius:16px;justify-items:center;gap:.5rem;min-width:180px;padding:1rem;display:grid}.dashboardTrackingName{text-align:center;margin:0;font-size:1rem;font-weight:800}.dashboardTrackingQr{justify-items:center;gap:.35rem;display:grid}.dashboardArrivedBadge{color:#175c4c;background:#21a6642e;border:3px solid #175c4c;border-radius:16px;align-items:center;gap:.5rem;padding:.9rem 1.4rem;font-size:clamp(1.2rem,1rem + 1vw,1.8rem);font-weight:800;display:inline-flex}.dashboardArrivedBadgeSmall{border-width:2px;border-radius:12px;padding:.5rem .9rem;font-size:1rem}.dashboardArrivedIcon{color:#fff;background:#175c4c;border-radius:999px;justify-content:center;align-items:center;width:1.4em;height:1.4em;font-size:.85em;display:inline-flex}@media (max-width:820px){.dashboardRoot{padding:1rem}.dashboardSessionCard{padding:1.25rem}.dashboardChecklistHeader,.dashboardChecklistRow,.dashboardChecklistFooter{grid-template-columns:minmax(0,1fr) 1.5fr auto;gap:.5rem}}@media (max-width:480px){.dashboardChecklistHeader,.dashboardChecklistRow,.dashboardChecklistFooter{grid-template-columns:1fr;gap:.25rem}.dashboardChecklistTotal{text-align:left}}:root{--brand-red:#e8613c;--brand-orchid:#d9cec2;--brand-pink:#f0a28b;--brand-blue:#1f6257;--brand-gold:#b88745;--brand-orange:#e8613c;--brand-tan:#efe7dc;--brand-yellow:#f2d49a;--brand-green:#287a68;--brand-black:#173b35;--button-primary-hover:#225e54;--button-primary-ring:transparent;--bg:#f4f1eb;--panel:#fffdf9;--ink:#19332f;--muted:#64736f;--accent:#1f6257;--danger:#b9493e;--warn:#966524;--border:#d8ded9;--focus:#e8613c;--canvas:#f4f1eb;--canvas-top:#faf8f4;--canvas-bottom:#f0ece5;--dot-color:transparent;--surface:#fffdf9;--surface-soft:#f0f4f1;--surface-muted:#1f62570a;--surface-highlight:#fff3dc;--surface-danger:#fbe9e5;--surface-warm:linear-gradient(180deg, #fff8ed, #fffdf9);--surface-info:#1f62570f;--rail-surface:#f5efe6;--sidebar-surface:linear-gradient(155deg, #fffdf9, #f2eee7);--sidebar-surface-hover:#f0f4f1;--chip-surface:#fffdf9;--chip-surface-hover:#e7f0ed;--chip-text-hover:#174b43;--input-bg:#fff;--tooltip-bg:#173b35;--tooltip-border:#ffffff29;--shadow-strong:0 18px 50px #1c342f17, 0 2px 8px #1c342f0d;--shadow-soft:0 8px 24px #1c342f14;--shadow-tooltip:0 10px 24px #1428242e;--rule:#1f433c1c;--link:#1f6257;--link-hover:#16483f;--success-contrast:#287a68;--success-contrast-border:#287a68;--success-contrast-ink:#fff;--warning-text:#7a4f16;--danger-text:#973a32}:root[data-theme=dark]{--brand-black:#347765;--button-primary-hover:#3b806e;--button-primary-ring:#abe2d557;--bg:#101b19;--panel:#172522;--ink:#eef4f1;--muted:#a6b6b1;--accent:#75c4b2;--danger:#f08a7d;--warn:#e5b967;--border:#334743;--focus:#ef7b59;--canvas:#0d1715;--canvas-top:#14231f;--canvas-bottom:#0d1715;--surface:#172522;--surface-soft:#20332f;--surface-muted:#ffffff0a;--surface-highlight:#3d321e;--surface-danger:#432620;--surface-warm:linear-gradient(180deg, #2c2a20, #172522);--surface-info:#75c4b214;--rail-surface:#1d2e2a;--sidebar-surface:linear-gradient(155deg, #1a2a27, #172522);--sidebar-surface-hover:#263a35;--chip-surface:#1d2e2a;--chip-surface-hover:#2b4640;--chip-text-hover:#eef4f1;--input-bg:#111e1b;--tooltip-bg:#eef4f1;--tooltip-border:#0f1b1833;--shadow-strong:0 20px 54px #00000047, 0 2px 8px #0003;--shadow-soft:0 8px 26px #0000003d;--rule:#ffffff1c;--link:#88cfbf;--link-hover:#b2e3d8;--success-contrast:#398b78;--success-contrast-border:#55a895;--warning-text:#f0cb83;--danger-text:#f3a69d}html,body{background-image:radial-gradient(900px 520px at -8% -10%, #e8613c1a, transparent 65%), radial-gradient(850px 500px at 108% 8%, #1f62571c, transparent 66%), linear-gradient(180deg, var(--canvas-top), var(--canvas-bottom));color:var(--ink);letter-spacing:-.008em;background-attachment:fixed;font-family:DM Sans,Avenir Next,Segoe UI,sans-serif}h1,h2,h3,legend,.dashboardTitle,.dashboardRestaurantName,.dashboardWelcomeLogo{letter-spacing:-.035em;font-family:Manrope,Avenir Next,Segoe UI,sans-serif}h1{font-weight:800}h2,h3,legend{font-weight:700}.container{max-width:1240px;padding:5.75rem 1.5rem 2rem}.card,.dataNoticeModal,.dashboardSessionCard,.dashboardPricedSession,.dashboardTrackingCard{border:1px solid var(--border);box-shadow:var(--shadow-strong);border-radius:18px}.card{margin-bottom:1.25rem;padding:clamp(1.2rem,2vw,1.75rem)}input,select,textarea{border:1px solid var(--border);border-radius:10px;min-height:2.85rem;padding:.68rem .78rem;transition:border-color .16s,box-shadow .16s,background-color .16s}input:hover,select:hover,textarea:hover{border-color:color-mix(in srgb, var(--accent) 45%, var(--border))}:is(input:focus-visible,select:focus-visible,textarea:focus-visible){border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent);outline:none}button,.buttonLink,.notificationBannerAction{background:var(--brand-black);letter-spacing:-.01em;min-height:2.75rem;box-shadow:inset 0 0 0 1px var(--button-primary-ring), 0 1px 2px #12302a1f;border:1px solid #0000;border-radius:10px;padding:.65rem 1rem;font-weight:700;transition:transform .16s,box-shadow .16s,background-color .16s,border-color .16s}button:hover:enabled,.buttonLink:hover,.notificationBannerAction:hover{background:var(--button-primary-hover);box-shadow:inset 0 0 0 1px var(--button-primary-ring), 0 6px 16px #1f62572e;transform:translateY(-1px)}.buttonSubtle,.buttonLinkSubtle,.themeToggle,.notificationBell{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 88%, transparent);color:var(--ink);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.buttonLinkNavigate{border-color:color-mix(in srgb, var(--accent) 22%, var(--border));background:var(--surface-soft);color:var(--accent)}.buttonLinkCTA{background:var(--brand-red);border-width:1px}.buttonLinkTracking{background:var(--accent);border-color:#0000}.sessionRow,.myOrdersRow,.peerOrderCard,.summaryPerson,.reportMetricCard,.reportRankRow,.reportSessionRow{border-color:var(--border);border-width:1px;border-radius:14px}.tabList,.dashboardSlackSection,fieldset{border:1px solid var(--border);border-radius:12px}.statusPill,.adminUserBadge{border-width:1px}.siteHeaderActions{top:1.25rem!important;right:max(1.25rem,50vw - 620px + 1.5rem)!important}.themeToggle,.notificationBell{border-radius:999px;min-height:2.55rem;padding:.45rem .72rem}.siteFooter{max-width:1240px;padding:1.5rem;font-size:.82rem}.signInPage{place-items:center;width:min(1120px,100% - 3rem);min-height:calc(100dvh - 7rem);margin:0 auto;padding:6.25rem 0 2rem;display:grid}.signInShell{border:1px solid var(--border);background:var(--panel);border-radius:26px;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);width:100%;display:grid;overflow:hidden;box-shadow:0 30px 90px #1e353024}.signInBrand{color:#f8f4eb;background:radial-gradient(circle at 90% 10%,#f2d49a3d,#0000 32%),radial-gradient(circle at 14% 92%,#e8613c33,#0000 36%),linear-gradient(145deg,#163d36 0%,#1f6257 58%,#2c7568 100%);flex-direction:column;justify-content:space-between;min-height:600px;padding:clamp(2rem,4vw,3.5rem);display:flex;position:relative;overflow:hidden}.signInBrand:after{content:"";aspect-ratio:1;border:1px solid #ffffff21;border-radius:50%;width:25rem;position:absolute;bottom:-8rem;right:-6rem;box-shadow:0 0 0 4rem #ffffff08,0 0 0 8rem #ffffff05}.signInWordmark{z-index:1;letter-spacing:-.045em;font-family:Manrope,sans-serif;font-size:1.35rem;font-weight:800;position:relative}.signInWordmark span{color:#f3b28f}.signInBrandCopy{z-index:1;max-width:28rem;position:relative}.signInBrandCopy h1{color:#fffdf8;margin:.75rem 0 1.25rem;font-size:clamp(2.35rem,4vw,4.25rem);line-height:1.02}.signInBrandCopy>p:last-child{color:#ffffffb3;max-width:25rem;margin:0;font-size:1.05rem;line-height:1.65}.signInEyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.signInBrand .signInEyebrow{color:#f3b28f}.signInBrandMeta{z-index:1;color:#ffffff9e;gap:.7rem;font-size:.82rem;font-weight:600;display:flex;position:relative}.signInPanel{flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4.25rem);display:flex}.signInPanelHeader{margin-bottom:1.75rem}.signInTitle{margin:.55rem 0;font-size:clamp(1.75rem,2.5vw,2.35rem)}.signInPanelHeader .muted{margin:0;line-height:1.55}.signInGoogleAction{margin:0}.signInGoogleAction button{background:var(--surface);width:100%;color:var(--ink);border-color:var(--border);box-shadow:none;justify-content:center;align-items:center;gap:.75rem;display:flex}.signInGoogleAction button:hover:enabled{background:var(--surface-soft);color:var(--ink);box-shadow:none}.signInGoogleMark{color:#4285f4;background:#fff;border:1px solid #d9dfe8;border-radius:50%;place-items:center;width:1.45rem;height:1.45rem;font-weight:800;display:grid}.signInDivider{color:var(--muted);align-items:center;gap:.8rem;margin:1.5rem 0;font-size:.78rem;display:flex}.signInDivider:before,.signInDivider:after{content:"";background:var(--rule);flex:1;height:1px}.signInInput{width:100%;margin-top:.4rem}.signInCodeInput{letter-spacing:.2em}.signInTurnstile{min-height:65px;margin-top:1rem}.signInSubmit{width:100%;margin-top:1rem}.signInError{margin-top:1rem}.signInLegal{margin:1.5rem 0 0;font-size:.78rem;line-height:1.5}.dashboardRoot{background-image:radial-gradient(900px 520px at -8% -10%, #e8613c1a, transparent 65%), radial-gradient(850px 500px at 108% 8%, #1f62571c, transparent 66%), linear-gradient(180deg, var(--canvas-top), var(--canvas-bottom))}.dashboardWelcome{background:radial-gradient(circle at 80% 20%,#f2d49a29,#0000 30%),radial-gradient(circle at 15% 85%,#e8613c26,#0000 34%),linear-gradient(145deg,#12362f,#1f6257 62%,#2b7366)}.dashboardWelcomeLogo{-webkit-text-fill-color:#fffdf8;color:#fffdf8;filter:none;background:0 0}.dashboardWelcomeDivider{background:#ef956f;height:2px}.dashboardWelcomeDate,.dashboardWelcomeSub{color:#ffffff94}.dashboardSessionCard,.dashboardPricedSession,.dashboardTrackingCard{border-width:1px}.dashboardChecklistRow.isPaid{background:#287a6817}.dashboardChecklistRow.isUnpaid{background:#b9493e12}@media (max-width:820px){.container{padding:5.25rem 1rem 1.5rem}.signInPage{width:min(560px,100% - 2rem);padding-top:5.5rem}.signInShell{border-radius:20px;grid-template-columns:1fr}.signInBrand{min-height:auto;padding:1.5rem}.signInBrandCopy,.signInBrandMeta{display:none}.signInPanel{padding:2rem 1.5rem}}@media (max-width:480px){.themeToggleLabel{display:none}.siteHeaderActions{top:.75rem!important;right:.75rem!important}.signInPage{width:calc(100% - 1.25rem);padding-top:4.75rem}.signInPanel{padding:1.6rem 1.15rem}}.toggleField{gap:.6rem}.toggleVisual{border:1px solid color-mix(in srgb, var(--ink) 20%, var(--border));background:color-mix(in srgb, var(--muted) 18%, var(--surface));width:2.8rem;height:1.55rem;box-shadow:inset 0 1px 2px #142f2a1a}.toggleVisual:after{background:#fff;border:0;width:1.05rem;height:1.05rem;left:.2rem;box-shadow:0 1px 3px #142f2a3d}.toggleControl input:checked+.toggleVisual{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 1px 2px #0c2c262e}.toggleControl input:checked+.toggleVisual:after{background:#fff;transform:translate(1.3rem,-50%);box-shadow:0 1px 3px #0c2c2647}.toggleControl input:hover+.toggleVisual{border-color:color-mix(in srgb, var(--accent) 65%, var(--border));transform:none}.toggleControl input:focus-visible+.toggleVisual{box-shadow:0 0 0 3px color-mix(in srgb, var(--focus) 24%, transparent);outline:none}:root[data-theme=dark] .toggleVisual{border-color:var(--border);background:#263a35;box-shadow:inset 0 1px 2px #0000003d}:root[data-theme=dark] .toggleVisual:after,:root[data-theme=dark] .toggleControl input:checked+.toggleVisual:after{background:#f4f8f6;box-shadow:0 1px 4px #00000061}:root[data-theme=dark] .toggleControl input:checked+.toggleVisual{background:#398b78;border-color:#75c4b2;box-shadow:inset 0 1px 2px #0003}.container.adminUsersPage{max-width:1780px}.orderingLayout .orderCard{padding:0}.itemOptionsGroup{border-style:solid;border-width:1px;row-gap:.18rem;padding:.45rem .6rem .55rem}.itemOptionsGroup legend{letter-spacing:-.015em;padding:0 .25rem;font-size:.88rem}.itemOptionsGroup .checkboxRow{gap:.45rem;min-height:1.65rem;font-size:.9rem;line-height:1.2}.itemOptionsGroup .checkboxRow input[type=radio],.itemOptionsGroup .checkboxRow input[type=checkbox]{border:1px solid var(--border);width:1rem;height:1rem;min-height:1rem;box-shadow:none;accent-color:var(--accent);flex:none;margin:0;padding:0}.reportHero{isolation:isolate;border-color:color-mix(in srgb, var(--accent) 16%, var(--border));background:radial-gradient(circle at 92% -30%, color-mix(in srgb, var(--brand-red) 12%, transparent), transparent 38%), linear-gradient(135deg, var(--panel), color-mix(in srgb, var(--accent) 7%, var(--panel)));padding:clamp(1.35rem,2.4vw,2rem);position:relative;overflow:hidden;box-shadow:0 18px 48px #1c342f17}.reportHero:before{content:"";z-index:-1;background:linear-gradient(90deg, var(--accent) 0 68%, var(--brand-red) 68% 82%, var(--brand-gold) 82% 100%);width:100%;height:4px;position:absolute;top:0;left:0}.reportHero:after{content:"";z-index:-1;aspect-ratio:1;border:1px solid color-mix(in srgb, var(--accent) 10%, transparent);width:15rem;box-shadow:0 0 0 2.5rem color-mix(in srgb, var(--accent) 2.5%, transparent);pointer-events:none;border-radius:50%;position:absolute;top:-6.5rem;right:-5rem}.reportHeroHeader{z-index:1;align-items:center;gap:1.5rem;margin-bottom:0;position:relative}.reportHeroHeader .stack{gap:.35rem}.reportHero h1{margin:.15rem 0 0;font-size:clamp(2rem,1.45rem + 1.5vw,3rem);line-height:1.08}.reportHeroHeader .muted{max-width:52rem;margin:.1rem 0 0;line-height:1.5}.reportEyebrow{border:1px solid color-mix(in srgb, var(--accent) 18%, var(--border));background:color-mix(in srgb, var(--accent) 8%, var(--surface));width:fit-content;min-height:1.65rem;color:var(--accent);letter-spacing:.11em;border-radius:999px;align-items:center;margin:0;padding:.25rem .55rem;font-family:Manrope,Avenir Next,sans-serif;font-size:.7rem;font-weight:800;line-height:1;display:inline-flex}.reportHero .actions{z-index:1;justify-content:flex-end;position:relative}.reportHero .buttonLinkSubtle{background:color-mix(in srgb, var(--surface) 82%, transparent);box-shadow:0 4px 14px #1c342f12}.reportFilters{z-index:1;border-top:1px solid var(--rule);gap:.65rem;margin-top:1.35rem;padding-top:1.15rem;position:relative}.reportFilters label{color:var(--muted);letter-spacing:.015em;gap:.35rem;font-size:.8rem;font-weight:700}.reportFilters input[type=date]{background:color-mix(in srgb, var(--input-bg) 88%, transparent);min-width:10rem}.reportFilters .toggleField{min-height:2.85rem;color:var(--ink);letter-spacing:-.005em;align-self:end;font-size:.9rem}:root[data-theme=dark] .reportHero{border-color:color-mix(in srgb, var(--accent) 20%, var(--border));background:radial-gradient(circle at 92% -30%,#e8613c1a,#0000 38%),linear-gradient(135deg,#182824,#1b302b);box-shadow:0 20px 52px #0000003d}@media (max-width:720px){.reportHero{padding:1.25rem 1rem}.reportHeroHeader{align-items:flex-start;gap:1rem}.reportHero .actions,.reportHero .buttonLinkSubtle,.reportFilters button,.reportFilters input[type=date]{width:100%}.notificationBanner{width:100%;max-width:100vw;padding:.7rem max(.75rem, env(safe-area-inset-right)) max(.7rem, env(safe-area-inset-bottom)) max(.75rem, env(safe-area-inset-left));grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"message controls";align-items:center;gap:.7rem;display:grid}.notificationBannerIcon{display:none}.notificationBannerText{grid-area:message;min-width:0;font-size:.84rem;line-height:1.3}.notificationBannerActions{flex-wrap:nowrap;grid-area:controls;justify-self:end;min-width:max-content}.notificationBannerAction{min-height:2.35rem;padding:.45rem .7rem}.notificationBannerDismiss{width:2.35rem;min-width:2.35rem;height:2.35rem;min-height:2.35rem;padding:0}}.buttonLinkSubtle:hover{border-color:color-mix(in srgb, var(--accent) 28%, var(--border));background:var(--surface-soft);color:var(--ink);box-shadow:0 6px 16px #1c342f1a}@media (min-width:1200px){.reportMetricGrid{grid-template-columns:repeat(6,minmax(0,1fr))}}@font-face{font-family:Phosphor;src:url(/_next/static/media/Phosphor.DtdjzkpE.woff2)format("woff2"),url(/_next/static/media/Phosphor.BdqudwT5.woff)format("woff"),url(/_next/static/media/Phosphor.CDxgqcPu.ttf)format("truetype"),url(/_next/static/media/Phosphor.BXRFlF4V.svg#Phosphor)format("svg");font-weight:400;font-style:normal;font-display:block}.ph{speak:never;font-variant:normal;text-transform:none;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor!important}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before,.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before,.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before,.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before,.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before,.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before,.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before,.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before,.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before,.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before,.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before,.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before,.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before,.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before,.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before,.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before,.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before,.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before,.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}
