:root{--bg:#070b14;--bg-elevated:#10182a;--fill:rgba(255,255,255,0.06);--fill-strong:rgba(255,255,255,0.1);--ink:rgba(255,255,255,0.92);--muted:rgba(226,232,240,0.52);--tint:#3b82f6;--tint-press:#2563eb;--on-tint:#eff6ff;--green:#34d399;--red:#fb7185;--separator:rgba(255,255,255,0.08);--card:#162036;--glow:rgba(59,130,246,0.16);--tabbar:#070b14;--install-bg:rgba(22,32,54,0.92);--danger-bg:rgba(251,113,133,0.16);--danger-ink:#fb7185;--error-bg:rgba(251,113,133,0.14);--error-ink:#fda4af;--notice-bg:rgba(59,130,246,0.14);--notice-ink:#bfdbfe;--switch-off:#39393d;--radius:14px;--radius-lg:20px;--tabbar-h:84px;--font:var(--font-ui),var(--font-fa),-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",sans-serif;font-family:var(--font);font-weight:400;letter-spacing:-.022em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html[data-theme=light]{--bg:#eef1f4;--bg-elevated:#e2e6ea;--fill:rgba(15,23,42,0.06);--fill-strong:rgba(15,23,42,0.1);--ink:#0f172a;--muted:rgba(15,23,42,0.52);--tint:#2563eb;--tint-press:#1d4ed8;--on-tint:#eff6ff;--green:#059669;--red:#e11d48;--separator:rgba(15,23,42,0.08);--card:#ffffff;--glow:rgba(37,99,235,0.1);--tabbar:#eef1f4;--install-bg:rgba(255,255,255,0.94);--danger-bg:rgba(225,29,72,0.12);--danger-ink:#e11d48;--error-bg:rgba(225,29,72,0.1);--error-ink:#be123c;--notice-bg:rgba(37,99,235,0.1);--notice-ink:#1e3a8a;--switch-off:#e9e9eb}*{box-sizing:border-box}body,html{min-height:100%}html{background:var(--bg);color-scheme:dark}html[data-theme=light]{color-scheme:light}body{margin:0;color:var(--ink);background:radial-gradient(900px 420px at 50% -120px,var(--glow),transparent 55%),var(--bg);font-weight:400}html.standalone,html.standalone body{height:100dvh;min-height:100dvh;min-height:-webkit-fill-available;overflow:hidden;overscroll-behavior:none}html.standalone body{position:fixed;top:0;right:0;left:0;width:100%;bottom:0}html.standalone .app{height:100%;width:100%;max-width:none;overflow:hidden}html.standalone .app-body,html.standalone .loading,html.standalone .login-wrap{overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}html.standalone .loading,html.standalone .login-wrap{height:100%}a,button,input{font:inherit;letter-spacing:inherit}a{text-decoration:none}a,button{color:inherit}input::placeholder{color:var(--muted);font-weight:300}.app{display:flex;flex-direction:column;height:100dvh;max-width:430px;margin:0 auto;overflow:hidden}.app-body{flex:1 1 auto;min-height:0;overflow:auto;padding:0 16px 16px}main>p:first-child{margin:0}.topbar{flex:none;min-height:44px;margin:0;padding:calc(6px + env(safe-area-inset-top, 0px)) 16px 8px;position:static;background:var(--bg)}.brand,.topbar{display:flex;align-items:center;gap:8px}.brand{font-weight:300;font-size:17px;letter-spacing:-.03em;min-width:0}.brand span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-mark{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:var(--tint);color:var(--on-tint);flex:none;overflow:hidden}html[data-flame=on] .brand-mark{background:var(--red);color:#fff}.brand-logo{width:22px;height:22px;display:block}.spacer{flex:1 1}.bar-btn{border:0;background:transparent;color:var(--tint);font-weight:400;font-size:15px;padding:8px;min-height:44px;cursor:pointer}.avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;background:var(--fill-strong);display:grid;place-items:center;font-size:11px;font-weight:500;flex:none}.avatar-sm{width:28px;height:28px;font-size:10px}.avatar-md{width:32px;height:32px}.avatar-lg{width:72px;height:72px;font-size:22px}.avatar-link{display:grid;place-items:center;border-radius:50%;line-height:0}.avatar-link.active{box-shadow:0 0 0 2px var(--tint)}.person{display:flex;align-items:center;gap:10px;min-width:0}.person-name{font-weight:400;letter-spacing:-.03em}.rank{color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;width:1.2em;flex:none}.board-row .activity-amount{min-width:0;white-space:nowrap}.home-identity{display:flex;align-items:center;gap:14px}.home-identity .large-title{margin:0}.settings-hero{display:grid;justify-items:center;text-align:center;grid-gap:8px;gap:8px;padding:12px 0 20px}.settings-hero .large-title{margin:0}.settings-row{width:100%;border:0;background:transparent;cursor:pointer;text-align:start}.settings-row .check{color:var(--tint)}.settings-footnote{color:var(--muted);font-size:13px;font-weight:400;line-height:1.35;margin:8px 16px 0}.settings-signout{margin-top:28px}.settings-signout .danger{width:100%}.ios-switch{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;width:51px;height:31px;flex:none;border:0;padding:0;border-radius:31px;background:var(--switch-off);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .2s ease}.ios-switch.on{background:#34c759}.ios-switch:after{content:"";position:absolute;top:2px;left:2px;width:27px;height:27px;border-radius:50%;background:#fff;box-shadow:0 3px 8px rgba(0,0,0,.15),0 1px 1px rgba(0,0,0,.16);transition:transform .25s cubic-bezier(.4,0,.2,1),width .2s ease}.ios-switch.on:after{transform:translateX(20px)}.ios-switch:active:after{width:31px}.ios-switch.on:active:after{transform:translateX(16px)}.activity-copy{display:flex;align-items:center;gap:10px;min-width:0}.activity-arrow{width:16px;height:12px;flex:none;fill:none;stroke:var(--muted);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.section-with-action{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin:28px 0 10px}.section-with-action .section-title{margin:0}.section-actions{display:flex;flex:none;gap:0}.activity-more{color:var(--muted);font-size:13px;font-weight:500}.activity-sentinel{min-height:24px;color:var(--muted);text-align:center;font-size:13px;padding:12px 0 8px}.activity-detail-faces{display:flex;align-items:center;justify-content:space-between;gap:12px}.activity-detail-faces,.activity-detail-faces .activity-copy{flex-wrap:wrap}.expense-players{margin:8px 0 16px}.expense-player .amount-input{width:96px;min-width:0;flex:none}.expense-pick{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1;border:0;background:transparent;padding:0;text-align:start;cursor:pointer;opacity:.45}.expense-pick.on{opacity:1}.expense-pick:disabled{cursor:default;opacity:1}.activity-amount{flex:none;min-width:7.5em;text-align:end;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.chip-btn,.danger,.ghost,.primary{border:0;cursor:pointer;border-radius:12px;min-height:44px;padding:10px 16px;font-weight:500;font-size:15px;letter-spacing:-.02em}a.ghost,a.primary{display:grid;place-items:center;text-align:center}.tables-create{width:100%;margin:6px 0 4px}.ghost.tables-create+.section-title,.tables-create+.section-title{margin-top:20px}.past-table-sum{padding:8px 0 12px}.ghost{background:var(--fill);color:var(--tint)}.chip-btn,.primary{background:var(--tint);color:var(--on-tint)}.chip-btn:active,.primary:active{background:var(--tint-press)}.chip-btn{min-height:36px;padding:6px 12px;font-weight:500;font-size:15px}.danger{background:var(--danger-bg);color:var(--danger-ink)}.chip-btn:disabled,.danger:disabled,.ghost:disabled,.primary:disabled{opacity:.4}.hero{display:grid;grid-gap:18px;gap:18px;margin-bottom:8px}.close-preview h3,.hero h1,.large-title,.login-card h1,.section-title,.table-hero h1{font-weight:200;letter-spacing:-.045em;margin:0;line-height:1.12}.hero h1,.large-title,.login-card h1{font-size:34px}.section-title,.table-hero h1{font-size:28px;margin:28px 0 10px}.section-title:first-child,.table-hero h1{margin-top:6px}.lede{color:var(--muted);margin:6px 0 0;font-weight:300;font-size:15px;line-height:1.35;letter-spacing:-.01em}.credit-hero{padding:18px 16px 16px;border-radius:var(--radius-lg);background:var(--card)}.credit-hero .label{color:var(--muted);font-size:13px;font-weight:400}.credit-hero .value{font-size:28px;font-weight:200;letter-spacing:-.04em;margin-top:4px}.card,.ios-group,.login-card,.stat,.table-card{background:var(--card)}.ios-group{border-radius:var(--radius);overflow:hidden}.ios-group .ios-row+.ios-row,.ios-group .table-card+.table-card,.ios-group>*+*{box-shadow:inset 0 .5px 0 var(--separator)}.ios-row,.stat-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;min-height:44px}.activity-row{align-items:center;display:grid;grid-template-columns:minmax(0,1fr) auto}.activity-row .activity-amount{justify-self:end}.activity-row strong{font-weight:400;letter-spacing:-.03em}.activity-row .lede{margin:2px 0 0;font-size:13px}.stat-row .label{color:var(--ink);font-size:16px;font-weight:400}.stat-row .value{font-size:16px;font-weight:300;letter-spacing:-.03em;text-align:end;color:var(--muted)}.credit-hero .value.positive,.stat-row .value.positive{color:var(--green)}.credit-hero .value.negative,.stat-row .value.negative{color:var(--red)}.positive{color:var(--green)}.negative{color:var(--red)}.grid{display:grid;grid-gap:10px;gap:10px}.grid.ios-stack{gap:0}.card,.table-card{padding:14px 16px;border-radius:var(--radius)}.ios-group .card,.ios-group .table-card{border-radius:0;background:transparent}.table-card{display:flex;justify-content:space-between;gap:12px;align-items:center;min-height:64px}.table-card strong{font-weight:400;font-size:17px;letter-spacing:-.03em}.chevron{width:8px;height:8px;border-right:1.5px solid color-mix(in srgb,var(--ink) 28%,transparent);border-top:1.5px solid color-mix(in srgb,var(--ink) 28%,transparent);transform:rotate(45deg);flex:none;-webkit-margin-start:4px;margin-inline-start:4px}[dir=rtl] .chevron{transform:rotate(-135deg)}.table-card-end{display:flex;align-items:center;gap:10px;flex:none}.table-card.nested{padding:0;background:transparent;min-height:0}.current-table{display:grid;grid-gap:14px;gap:14px}.player-card{display:grid;grid-gap:10px;gap:10px}.player-heading{display:flex;justify-content:space-between;gap:12px;align-items:center}.player-heading strong{font-weight:400;letter-spacing:-.03em}.player-stats{display:flex;flex-wrap:wrap;gap:10px 14px;color:var(--muted);font-size:13px;font-weight:300}.chip-actions{display:grid;grid-gap:8px;gap:8px}.chip-actions-pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.chip-actions-pair .ghost,.chip-actions-pair .primary{width:100%}.chip-preset-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.chip-preset-grid .chip-btn{width:100%;min-height:48px}.sheet-root{position:fixed;inset:0;z-index:50;pointer-events:none}.sheet-root>*{pointer-events:auto}.sheet-backdrop{position:absolute;inset:0;border:0;padding:0;background:rgba(0,0,0,.45);opacity:0;transition:opacity .24s ease}.sheet{position:absolute;left:0;right:0;bottom:0;max-width:430px;margin:0 auto;background:var(--card);border-radius:16px 16px 0 0;padding:0 16px calc(16px + env(safe-area-inset-bottom, 0px));will-change:transform}.sheet-grab{display:flex;justify-content:center;align-items:center;touch-action:none;cursor:-webkit-grab;cursor:grab;-moz-user-select:none;user-select:none;-webkit-user-select:none;padding:12px 16px 10px;margin:0 -16px}.sheet-grab:active{cursor:-webkit-grabbing;cursor:grabbing}.sheet-handle{width:36px;height:5px;border-radius:99px;background:var(--fill-strong);margin:0;pointer-events:none}.sheet-title{font-size:20px;font-weight:600;letter-spacing:-.03em;margin:0 0 14px;line-height:1.2}.sheet-custom{display:grid;grid-gap:10px;gap:10px;margin-top:12px}.sheet .amount-input{width:100%;min-height:44px}.sheet-cancel{width:100%;margin-top:12px}html.sheet-open,html.sheet-open .app-body,html.sheet-open body{overflow:hidden}.kicker{letter-spacing:.04em;text-transform:uppercase}.kicker,.pill{color:var(--muted);font-size:12px;font-weight:400}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:3px 8px;background:var(--fill)}.pill.live{color:var(--green);background:color-mix(in srgb,var(--green) 16%,transparent)}.pill.closed{color:var(--red);background:color-mix(in srgb,var(--red) 14%,transparent)}.login-wrap{min-height:100dvh;display:grid;place-items:end center;padding:24px 20px calc(28px + env(safe-area-inset-bottom))}.login-card{width:min(430px,100%);padding:28px 8px 8px;background:transparent;text-align:start}.login-card h1{margin-bottom:8px}.suits{display:flex;gap:16px;font-size:22px;font-weight:200;margin-bottom:28px;color:var(--tint)}.login-btn{width:100%;margin:28px 0 12px;border-radius:14px;font-weight:500}.bot-link{display:block;color:var(--tint);font-size:15px;font-weight:400;padding:12px}.bot-link,.hint{text-align:center}.hint{color:var(--muted);font-size:13px;font-weight:300;line-height:1.4}.tabbar{position:static;flex:none;width:100%;display:grid;grid-template-columns:repeat(4,1fr);padding:8px 8px max(8px,env(safe-area-inset-bottom,0px));background:var(--tabbar);border-top:.5px solid var(--separator);z-index:20}html.standalone .tabbar{padding-bottom:8px}@media (display-mode:standalone){.tabbar{padding-bottom:8px}}.tabbar a{display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--muted);font-size:10px;font-weight:400;letter-spacing:0;padding:6px 0 2px}.tabbar svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.tabbar a.active{color:var(--tint)}.data-table{width:100%;border-collapse:collapse;font-size:16px;font-weight:300}.data-table th{text-align:start;color:var(--muted);font-weight:400;font-size:13px;padding:10px 16px}.data-table td{padding:12px 16px;border-top:.5px solid var(--separator);vertical-align:middle}.debt{display:flex;flex-direction:column;gap:12px;min-width:0;overflow:hidden}.debt strong{font-weight:400;letter-spacing:-.03em}.debt.owed{box-shadow:inset 0 0 0 2px var(--green)}.debt.owe{box-shadow:inset 0 0 0 2px var(--red)}.debt-head{display:flex;flex-direction:column;align-items:stretch;gap:8px;min-width:0}.debt-head-top{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.debt-head-top .activity-amount{min-width:0;white-space:normal}.debt-name{overflow-wrap:anywhere;word-break:break-word}.debt-mode{padding:8px 0 0;min-height:32px;box-shadow:inset 0 .5px 0 var(--separator)}.debt-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.debt-actions .ghost,.debt-actions .primary{width:100%}.debt-actions:has(.primary:only-child){grid-template-columns:1fr}.debt-custom{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;align-items:center}.amount-input,.field input{border-radius:12px;border:0;background:var(--fill);color:var(--ink);padding:10px 12px;min-height:44px;font-weight:400}.amount-input{width:140px;min-height:36px}.debt-custom .amount-input{width:100%;min-width:0;min-height:44px}.empty{color:var(--muted);padding:18px 16px;border-radius:var(--radius);background:var(--card);font-weight:300;font-size:15px}.empty a{color:var(--tint);font-weight:400}.create-table .primary{width:100%}.meta{flex-wrap:wrap;margin:10px 0 8px}.meta,.row-actions{display:flex;gap:8px}.back-link,.row-actions{align-items:center}.back-link{display:inline-flex;gap:4px;color:var(--tint);font-size:17px;font-weight:400;min-height:44px;margin:0 0 4px}.back-link:before{content:"";width:8px;height:8px;border-left:1.7px solid;border-bottom:1.7px solid;transform:rotate(45deg)}[dir=rtl] .back-link:before{transform:rotate(-135deg)}.create-table{display:grid;grid-gap:4px;gap:4px;padding-top:6px;padding-bottom:6px}.field{display:grid;grid-gap:6px;gap:6px;padding:10px 0}.field span{color:var(--muted);font-size:13px;font-weight:400}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:560px){.field-row{grid-template-columns:1fr}}.error,.notice{padding:12px 14px;border-radius:12px;margin-top:10px;font-weight:400;font-size:14px}.error{background:var(--error-bg);color:var(--error-ink)}.notice{background:var(--notice-bg);color:var(--notice-ink)}.close-table{margin-top:4px}.close-table .danger{width:100%}.close-preview .row-actions{display:grid;grid-template-columns:1fr}.close-preview .row-actions .danger,.close-preview .row-actions .ghost{width:100%}.close-preview{display:grid;grid-gap:10px;gap:10px;margin:8px 0 18px}.close-preview h3{font-size:22px}.net-list{list-style:none;margin:0;padding:0;display:grid}.net-list li{display:flex;justify-content:space-between;gap:12px;font-size:16px;font-weight:300;padding:10px 0;box-shadow:inset 0 -.5px 0 var(--separator)}.net-list li:last-child{box-shadow:none}.net-list em{color:var(--muted);font-style:normal;font-weight:300}.close-preview .notice p{margin:0 0 8px}.close-preview .notice p:last-child{margin:0}.loading{min-height:100dvh;display:grid;place-items:center;color:var(--muted);font-weight:200;letter-spacing:.28em;font-size:22px}.install-banner{position:fixed;left:50%;bottom:calc(var(--tabbar-h) + 8px);transform:translateX(-50%);width:min(398px,calc(100% - 32px));z-index:30;display:grid;grid-gap:10px;gap:10px;padding:14px 16px;border-radius:16px;background:var(--install-bg);border:.5px solid var(--separator);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px)}.install-banner strong{display:block;font-weight:500;letter-spacing:-.03em}.install-banner p{margin:4px 0 0;color:var(--muted);font-size:13px;font-weight:300;line-height:1.35}.standalone .install-banner{display:none}@media (min-width:720px){.app{max-width:430px}}@font-face{font-family:Inter Tight;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight Fallback;src:local("Arial");ascent-override:100.51%;descent-override:25.03%;line-gap-override:0.00%;size-adjust:96.39%}.__className_0b4f0c{font-family:Inter Tight,Inter Tight Fallback;font-style:normal}.__variable_0b4f0c{--font-ui:"Inter Tight","Inter Tight Fallback"}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1abbc144918f74fd-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/17cf9497af825577-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8c96cc4bd2a39381-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1abbc144918f74fd-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/17cf9497af825577-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8c96cc4bd2a39381-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1abbc144918f74fd-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/17cf9497af825577-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8c96cc4bd2a39381-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1abbc144918f74fd-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/17cf9497af825577-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8c96cc4bd2a39381-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Vazirmatn Fallback;src:local("Arial");ascent-override:101.87%;descent-override:53.36%;line-gap-override:0.00%;size-adjust:100.66%}.__className_bdfdf0{font-family:Vazirmatn,Vazirmatn Fallback;font-style:normal}.__variable_bdfdf0{--font-fa:"Vazirmatn","Vazirmatn Fallback"}