:root{--bg:#faf9f6;--surface:#ffffff;--surface-2:#f4f1ea;--heading:#1a1814;--body:#5c5750;--meta:#b8b2a8;--text-dim:#8a857c;--gold:#c9a227;--gold-soft:#e3c46a;--gold-faint:rgba(201,162,39,0.12);--accent:#5b7691;--info:#3f7d7d;--threat:#c0392b;--threat-faint:rgba(192,57,43,0.1);--accept:#3a6e3a;--accept-faint:rgba(58,110,58,0.12);--divider:rgba(26,24,20,0.08);--divider-strong:rgba(26,24,20,0.14);--shadow:0 18px 50px rgba(26,24,20,0.07);--shadow-sm:0 6px 20px rgba(26,24,20,0.05);--shadow-card:0 2px 12px rgba(0,0,0,0.04);--serif:var(--font-cormorant),Georgia,serif;--sans:var(--font-inter),system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}input,textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}button{-webkit-tap-highlight-color:transparent}body{background:radial-gradient(120% 60% at 50% -10%,rgba(201,162,39,.08),transparent 60%),var(--bg);color:var(--body);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh}h1,h2,h3,h4{font-family:var(--serif);color:var(--heading);font-weight:600;line-height:1.18}p{text-wrap:pretty}button{cursor:pointer}button,input,textarea{font-family:inherit}:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px}::selection{background:var(--gold-faint)}.app-shell{max-width:640px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.screen{padding:0 clamp(16px,5vw,28px)}.screen,.screen-center{flex:1 1;display:flex;flex-direction:column}.screen-center{align-items:center;justify-content:center;text-align:center;padding:clamp(24px,8vw,56px) clamp(16px,5vw,28px);gap:18px}.wordmark{font-family:var(--serif);letter-spacing:.3em;color:var(--heading);text-transform:uppercase;font-weight:600}.wordmark--lg{font-size:clamp(26px,7vw,34px)}.wordmark--md{font-size:20px;letter-spacing:.32em}.wordmark--sm{font-size:15px;letter-spacing:5px}.candle{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px var(--gold-faint),0 0 18px 2px rgba(201,162,39,.55);animation:flicker 3.6s ease-in-out infinite}@keyframes flicker{0%,to{opacity:1}45%{opacity:.7}70%{opacity:.95}}.serif{font-family:var(--serif)}.display{font-size:clamp(28px,8vw,34px);line-height:1.2}.display,.heading{font-family:var(--serif);color:var(--heading)}.heading{font-size:22px}.title-badge{font-family:var(--serif);font-style:italic;color:var(--gold);font-size:18px;letter-spacing:.5px}.title-badge--lg{font-size:26px;letter-spacing:1.2px}.body{color:var(--body)}.meta{font-size:12px;line-height:1.4;color:var(--meta);letter-spacing:.3px}.dim{color:var(--text-dim)}.gold{color:var(--gold)}.threat{color:var(--threat)}.accept{color:var(--accept)}.center{text-align:center}.app-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;justify-content:space-between;gap:12px;padding:14px clamp(16px,5vw,28px);background:rgba(250,249,246,.85);backdrop-filter:saturate(1.1) blur(14px);-webkit-backdrop-filter:saturate(1.1) blur(14px);border-bottom:1px solid var(--divider)}.app-header,.app-header .brand{display:flex;align-items:center}.app-header .brand{gap:10px}.bottom-nav{position:-webkit-sticky;position:sticky;bottom:0;z-index:30;display:flex;align-items:stretch;justify-content:space-around;gap:4px;padding:8px 8px calc(8px + env(safe-area-inset-bottom, 0px));background:rgba(255,255,255,.92);backdrop-filter:saturate(1.1) blur(14px);-webkit-backdrop-filter:saturate(1.1) blur(14px);border-top:1px solid var(--divider)}.bottom-nav a{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 4px;border:none;border-radius:10px;color:var(--text-dim);font-size:10.5px;letter-spacing:.4px;text-decoration:none;transition:color .15s ease,background .15s ease}.bottom-nav a.active{color:var(--heading)}.bottom-nav a.active svg{color:var(--gold)}.bottom-nav a:hover{background:var(--gold-faint)}.card,.post-card{background:var(--surface);border:1px solid var(--divider);border-radius:14px;box-shadow:var(--shadow-card)}.post-card{padding:16px 16px 8px;transition:border-color .18s ease,box-shadow .18s ease}.post-card.clickable{cursor:pointer}.post-card.clickable:hover{border-color:var(--divider-strong);box-shadow:var(--shadow-sm)}.post-card--last-chance{border-color:rgba(192,57,43,.25);background:linear-gradient(180deg,rgba(192,57,43,.03),var(--surface))}.post-head{display:flex;align-items:center;flex-wrap:wrap;gap:6px 8px;margin-bottom:10px}.post-content{color:var(--heading);font-size:16px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.post-actions{display:flex;align-items:center;gap:4px;margin-top:10px;padding-top:6px;border-top:1px solid var(--divider)}.react-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 10px;background:transparent;border:none;border-radius:9px;color:var(--text-dim);font-size:13px;transition:background .15s ease,color .15s ease}.react-btn:hover{background:var(--gold-faint)}.react-btn.on-like{color:var(--threat)}.react-btn.on-up{color:var(--accept)}.react-btn.on-down{color:var(--accent)}.react-btn .spacer{flex:1 1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border:1px solid var(--gold);border-radius:10px;background:var(--gold);color:#fff;font-family:var(--sans);font-weight:500;font-size:14px;letter-spacing:2.5px;text-transform:uppercase;text-decoration:none;transition:filter .15s ease,opacity .15s ease,transform .05s ease}.btn:hover{filter:brightness(1.05)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--block{width:100%}.btn--ghost{background:transparent;color:var(--heading);border-color:var(--divider-strong)}.btn--ghost:hover{border-color:var(--gold);filter:none;background:var(--gold-faint)}.btn--danger{background:var(--threat);border-color:var(--threat)}.btn--quiet{background:transparent;border:none;color:var(--text-dim);letter-spacing:.4px;text-transform:none;font-size:14px;padding:10px}.btn--quiet:hover{color:var(--heading);background:transparent}.field{display:flex;flex-direction:column;gap:7px;width:100%}.field label{font-size:12px;letter-spacing:.4px;color:var(--text-dim)}.field input,.field textarea{width:100%;padding:13px 14px;background:var(--surface);border:1px solid var(--divider-strong);border-radius:10px;color:var(--heading);font-size:16px;transition:border-color .15s ease}.field input:focus,.field textarea:focus{outline:none;border-color:var(--gold)}.field textarea{resize:vertical;min-height:140px;line-height:1.55}.field .hint{font-size:11.5px;color:var(--meta)}.field .error{font-size:12.5px;color:var(--threat)}.entry-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:10.5px;letter-spacing:.5px;border:1px solid;opacity:.92;white-space:nowrap}.badge-icon{display:inline-flex;flex:none}.badge-icon,.badge-ring{position:relative;align-items:center;justify-content:center}.badge-ring{overflow:hidden}.badge-disc,.badge-ring{border-radius:50%;display:flex}.badge-disc{background:var(--surface);align-items:center;justify-content:center}.badge-sheen{position:absolute;top:-100%;bottom:-100%;width:55%;pointer-events:none;transform:rotate(18deg);animation:badge-sweep var(--sheen-dur,2.5s) ease-in-out infinite}@keyframes badge-sweep{0%{transform:rotate(18deg) translateX(-220%);opacity:0}10%{opacity:var(--sheen-alpha,.16)}20%{opacity:0}40%{transform:rotate(18deg) translateX(220%);opacity:0}to{transform:rotate(18deg) translateX(220%);opacity:0}}.badge-icon.locked .badge-disc{background:transparent;border:1.5px solid var(--divider);opacity:.45}.badge-icon.clickable{cursor:pointer}.badge-strip{display:inline-flex;align-items:center;gap:5px;flex-wrap:wrap}.overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(26,24,20,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fade-in .2s ease}.overlay-sheet{width:100%;max-width:480px;max-height:88vh;overflow-y:auto;background:var(--surface);border:1px solid var(--divider);border-radius:18px;box-shadow:var(--shadow);padding:clamp(20px,5vw,30px);animation:rise .24s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.banner{display:flex;align-items:center;gap:10px;padding:11px 16px;font-size:13px;border-bottom:1px solid var(--divider)}.banner--closing{background:var(--threat-faint);color:var(--threat)}.banner--announce{background:var(--gold-faint);color:var(--heading)}.banner--vote{background:var(--surface-2);color:var(--heading);cursor:pointer}.row{align-items:center;gap:8px}.col,.row{display:flex}.col{flex-direction:column}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.grow{flex:1 1}.spinner{width:22px;height:22px;border:2px solid var(--divider-strong);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite}.spinner--lg{width:34px;height:34px;border-width:3px}@keyframes spin{to{transform:rotate(1turn)}}.toast{position:fixed;left:50%;bottom:90px;transform:translateX(-50%);z-index:120;max-width:90%;padding:12px 18px;background:var(--heading);color:#fff;border-radius:12px;font-size:13.5px;box-shadow:var(--shadow);animation:rise .2s ease}.counter-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;background:var(--surface-2);border:1px solid var(--divider);font-size:12px;color:var(--text-dim)}.divider-line{height:1px;background:var(--divider);border:none;margin:16px 0}.empty{text-align:center;color:var(--meta);padding:48px 20px;font-size:14px}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.stat{background:var(--surface);border:1px solid var(--divider);border-radius:12px;padding:16px;text-align:center}.stat .num{font-family:var(--serif);font-size:26px;color:var(--gold)}.stat .lbl{font-size:11.5px;color:var(--text-dim);letter-spacing:.4px;margin-top:2px}a.link{color:var(--heading);border-bottom:1px solid var(--divider-strong);text-decoration:none}a.link:hover{border-color:var(--gold)}.luck-pulse{animation:luck-breathe 1.5s ease-in-out infinite}@keyframes luck-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.route-enter{animation:route-in .34s cubic-bezier(.22,1,.36,1) both}@keyframes route-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:route-in .34s cubic-bezier(.22,1,.36,1) both}@keyframes confetti-fall{0%{transform:translateY(0) translateX(0) rotate(0deg);opacity:1}to{transform:translateY(110vh) translateX(var(--drift,0)) rotate(var(--rot,1turn));opacity:.9}}.celebrate-ring{animation:celebrate-ring 1.9s ease-in-out infinite}@keyframes celebrate-ring{0%,to{transform:scale(1);opacity:.25}50%{transform:scale(1.08);opacity:.6}}.badge-pop{animation:badge-pop .6s cubic-bezier(.34,1.56,.64,1) both}@keyframes badge-pop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.35);opacity:1}to{transform:scale(1);opacity:1}}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/85009a36b462dd58-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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/d1be53bf73325f50-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/0192496ff898867d-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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/d3ce47dc8bbe2b3e-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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/9112cd12ea8ddb51-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a2d129db5d59da79-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8f733f73cb036450-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/25daf57490523afa-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8198f5f88e082d16-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/58e15ce3f60c02ac-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:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_148673{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-weight:600}.__variable_148673{--font-cormorant:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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 Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_37ef13{font-family:Inter,Inter Fallback;font-style:normal}.__variable_37ef13{--font-inter:"Inter","Inter Fallback"}