:root{--bg:#1a1816;--bg-soft:#22201c;--text:#f2ece4;--text-muted:rgba(242,236,228,0.48);--line:rgba(242,236,228,0.1);--line-strong:rgba(242,236,228,0.18);--accent:#c9a962;--accent-dim:rgba(201,169,98,0.22);--accent-glow:rgba(201,169,98,0.35);--danger:#d4a090;--ease:cubic-bezier(0.22,1,0.36,1)}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{font-family:var(--font-ui),system-ui,sans-serif;line-height:1.55;color:var(--text);background:var(--bg);background-image:radial-gradient(ellipse 120% 80% at 100% -10%,rgba(201,169,98,.05) 0,transparent 52%),radial-gradient(ellipse 80% 50% at 0 100%,rgba(90,72,55,.07) 0,transparent 48%);-webkit-font-smoothing:antialiased}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem clamp(1.25rem,5vw,2.75rem);width:100%;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-shrink:0}.site-brand{font-family:var(--font-brand),"Georgia",serif;font-weight:600;font-size:clamp(.88rem,2vw,1.05rem);letter-spacing:.2em;text-transform:uppercase;color:var(--text);text-decoration:none;white-space:nowrap;text-shadow:0 1px 1px rgba(0,0,0,.5);transition:color .35s var(--ease),letter-spacing .35s var(--ease)}.site-brand:hover{color:var(--accent);letter-spacing:.22em}.site-header-right{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.site-header-auth{display:flex;align-items:center;flex-shrink:0}.site-header-signin{font-family:var(--font-ui),sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);background:transparent;border:1px solid var(--line);padding:.4rem .85rem;cursor:pointer;transition:color .25s var(--ease),border-color .25s var(--ease),background .25s var(--ease)}.site-header-signin:hover{color:var(--text);border-color:var(--text-muted)}.site-header-avatar{width:2rem!important;height:2rem!important}.clerk-auth-panel{display:flex;justify-content:center;padding:2.5rem 1rem 3rem;min-height:60vh;align-items:flex-start}.app-nav{display:flex;align-items:center;gap:.15rem;flex-shrink:0}.page-nav{width:100%;justify-content:center;margin:0 0 1rem}.page-main{justify-content:flex-start;padding-top:.85rem}.app-nav-link{padding:.4rem .95rem;border-radius:0;font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);text-decoration:none;border-bottom:2px solid transparent;transition:color .25s var(--ease),border-color .25s var(--ease)}.app-nav-link:hover{color:var(--text);background:transparent}.app-nav-link--active{color:var(--accent);background:transparent;border-bottom-color:var(--accent)}.page-eyebrow{margin:0 0 .6rem;font-family:var(--font-ui),sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--text-muted)}.page-eyebrow--phrase{text-transform:none;letter-spacing:.06em;font-size:.72rem;font-weight:600}.page-title{margin:0 0 .75rem;font-family:var(--font-display),"Times New Roman",serif;font-size:clamp(1.65rem,5vw,2.35rem);font-weight:500;letter-spacing:-.02em;line-height:1.12;color:var(--text)}.page-lede{margin:0 0 2rem;font-size:.92rem;font-weight:400;color:var(--text-muted);line-height:1.65;max-width:32ch;text-align:left}.app-shell{min-height:calc(100vh - 4rem);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:clamp(2rem,6vw,4rem) clamp(1.25rem,5vw,2.75rem) clamp(3rem,8vw,5rem);gap:2rem;text-align:left}.app-main{flex:1 1 auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:38rem;margin:0 auto;min-height:min(68vh,36rem)}.app-main,.setup-panel{width:100%}.setup-panel .page-title{margin-bottom:1.75rem}.setup-panel label{display:block;font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.55rem}.setup-panel textarea{width:100%;min-height:10rem;padding:.5rem 0 1rem;font-family:var(--font-ui),sans-serif;font-size:.95rem;line-height:1.65;color:var(--text);background:transparent;border:none;border-bottom:1px solid var(--line-strong);border-radius:0;resize:vertical;transition:border-color .3s var(--ease)}.setup-panel textarea::placeholder{color:var(--text-muted)}.setup-panel textarea:hover{border-bottom-color:color-mix(in srgb,var(--accent) 40%,var(--line-strong))}.setup-panel textarea:focus{outline:none;border-bottom-color:var(--accent);box-shadow:0 1px 0 0 var(--accent)}button{font-family:var(--font-ui),sans-serif;cursor:pointer;padding:.65rem 1.4rem;border-radius:0;border:1px solid var(--accent);background:transparent;color:var(--text);font-weight:600;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;transition:background .3s var(--ease),color .3s var(--ease),border-color .3s var(--ease),transform .3s var(--ease)}button:hover:not(:disabled){filter:none}button:active:not(:disabled){transform:none}button.btn-primary{margin-top:1.5rem;background:var(--accent-dim);border-color:var(--accent);color:var(--text)}button.btn-primary:hover:not(:disabled){background:color-mix(in srgb,var(--accent) 35%,transparent);color:var(--bg)}button.ghost{background:transparent;border-color:var(--line-strong);color:var(--text-muted)}button.ghost:hover:not(:disabled){border-color:var(--accent);color:var(--text)}button:disabled{opacity:.35;cursor:not-allowed}.question-panel{width:100%;max-width:42rem;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:2rem;text-align:left}.timer-block{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);min-height:1.5em}.timer-label{margin-right:.5rem;opacity:.85}.timer-block strong{color:var(--accent);font-size:1.15rem;font-weight:600;letter-spacing:.02em}.timer-done{font-weight:500;letter-spacing:.06em}.question-canvas{width:100%;padding:1.5rem 0 1.5rem 1.25rem;border-left:2px solid var(--accent);background:linear-gradient(90deg,var(--accent-dim) 0,transparent 55%)}.question-display{margin:0;font-family:var(--font-display),Georgia,serif;font-size:clamp(1.35rem,4.2vw,2.05rem);font-weight:400;line-height:1.42;letter-spacing:.01em;font-style:normal;color:var(--text);max-width:100%;animation:questionReveal .65s var(--ease) both}@keyframes questionReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.hint{font-size:.78rem;color:var(--text-muted);margin:0;max-width:28ch;line-height:1.55}.error{margin-top:1.25rem;font-size:.85rem;color:var(--danger);line-height:1.45}.topic-history{margin-top:2.5rem;padding-top:1.75rem;border-top:1px solid var(--line);width:100%}.topic-history--inline{margin-top:0;padding-top:0;border-top:none;width:100%;max-width:100%}.topic-history-title{margin:0 0 1rem;font-size:.65rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted)}.topic-history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.topic-history-list--compact{max-width:22rem}.topic-history-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 0;border-bottom:1px solid var(--line);font-size:.82rem}.topic-history-row:last-child{border-bottom:none}.topic-history-main{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .75rem;min-width:0;flex:1 1}.topic-history-name{color:var(--text);flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.topic-history-meta{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);flex-shrink:0}button.btn-delete{padding:.25rem .5rem;font-size:.6rem;letter-spacing:.12em;border:1px solid var(--line);background:transparent;color:var(--text-muted)}button.btn-delete:hover:not(:disabled){color:var(--danger);border-color:color-mix(in srgb,var(--danger) 45%,var(--line))}.calendar-shell .app-main.calendar-main{gap:.25rem;align-items:flex-start}.calendar-page-title{margin-bottom:.5rem}.calendar-page-lede{margin-bottom:2rem}.topic-calendar{--cal-ease:var(--ease);width:min(26rem,100%);text-align:left}.topic-calendar-frame{padding:1.5rem 1.35rem 1.6rem;border-radius:0;border:1px solid var(--line);background:color-mix(in srgb,var(--bg-soft) 92%,transparent);box-shadow:none}.topic-calendar-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.topic-calendar-title-block{flex:1 1;min-width:0;text-align:center}.topic-calendar-title{margin:0;display:flex;flex-direction:column;align-items:center;gap:.2rem;line-height:1.1}.topic-calendar-month{font-family:var(--font-display),serif;font-size:clamp(1.15rem,3vw,1.45rem);font-weight:500;letter-spacing:.02em;color:var(--text)}.topic-calendar-year{font-family:var(--font-ui),sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted)}.topic-calendar-sub{margin:.5rem 0 0;font-size:.68rem;color:var(--text-muted);letter-spacing:.04em}button.topic-calendar-nav{width:2rem;height:2rem;padding:0;font-size:1.1rem;line-height:1;border-radius:0;border:1px solid var(--line-strong);background:transparent;color:var(--text-muted);flex-shrink:0;cursor:pointer;transition:border-color .25s var(--cal-ease),color .25s var(--cal-ease)}button.topic-calendar-nav:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:transparent;transform:none}button.topic-calendar-nav:active:not(:disabled){transform:none}.topic-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.2rem;gap:.2rem;margin-bottom:.6rem;padding-bottom:.5rem;border-bottom:1px solid var(--line)}.topic-calendar-wd{font-size:.58rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);text-align:center}.topic-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.28rem;gap:.28rem}.topic-calendar-cell{aspect-ratio:1;max-height:2.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;border-radius:0;border:1px solid transparent;background:transparent;font-size:.75rem;color:var(--text-muted);transition:border-color .25s var(--cal-ease)}.topic-calendar-cell--today{border-color:var(--line-strong);color:var(--text)}.topic-calendar-cell--empty{visibility:hidden;pointer-events:none}.topic-calendar-daynum{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1;font-weight:500}.topic-calendar-count-pill{display:inline-flex;min-width:1.1rem;padding:.12rem .32rem;font-family:var(--font-ui),sans-serif;font-size:.55rem;font-weight:700;letter-spacing:.06em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1;color:var(--bg);background:var(--accent)}.topic-calendar-count-pill,button.topic-calendar-daybtn{align-items:center;justify-content:center;border-radius:0}button.topic-calendar-daybtn{aspect-ratio:1;max-height:2.75rem;display:flex;flex-direction:column;gap:.15rem;margin:0;padding:0;border:1px solid var(--line-strong);background:color-mix(in srgb,var(--accent-dim) 50%,transparent);font:inherit;font-size:.75rem;font-weight:500;color:var(--text);cursor:pointer;letter-spacing:0;text-transform:none;transition:background .25s var(--cal-ease),border-color .25s var(--cal-ease)}button.topic-calendar-daybtn:hover{background:var(--accent-dim);border-color:var(--accent);box-shadow:none;filter:none;transform:none}button.topic-calendar-daybtn:focus-visible{outline:1px solid var(--accent);outline-offset:2px}button.topic-calendar-daybtn--today{box-shadow:inset 0 0 0 1px var(--accent-glow)}button.topic-calendar-daybtn--selected{background:color-mix(in srgb,var(--accent) 28%,transparent);border-color:var(--accent);box-shadow:none}.topic-calendar-detail{margin-top:1.35rem;padding-top:1.25rem;border-top:1px solid var(--line);text-align:left;animation:topicCalDetailIn .45s var(--cal-ease) both}@keyframes topicCalDetailIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.topic-calendar-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.topic-calendar-detail-title{margin:0;font-family:var(--font-display),serif;font-size:.95rem;font-weight:500;color:var(--text);line-height:1.4}button.topic-calendar-detail-close{width:1.75rem;height:1.75rem;padding:0;font-size:.75rem;line-height:1;border-radius:0;border:1px solid var(--line);background:transparent;color:var(--text-muted);flex-shrink:0;cursor:pointer;letter-spacing:0;text-transform:none}button.topic-calendar-detail-close:hover{color:var(--text);border-color:var(--accent);background:transparent}.topic-calendar-detail-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.topic-calendar-detail-item{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.35rem .85rem;font-size:.8rem;padding:.55rem .65rem;border-radius:0;background:transparent;border:1px solid var(--line);transition:border-color .25s var(--cal-ease)}.topic-calendar-detail-item:hover{border-color:var(--line-strong)}.topic-calendar-detail-name{color:var(--text);flex:1 1;min-width:0}.topic-calendar-detail-meta{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0}@media (prefers-reduced-motion:reduce){.question-display,.topic-calendar-detail{animation:none}.site-brand:hover{letter-spacing:.2em}}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_8ebac9{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_8ebac9{--font-brand:"Playfair Display","Playfair Display Fallback"}@font-face{font-family:Cormorant;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-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;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7cb025c0ffa46db8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/06778afafef13b04-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;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/147a727ce01afd0a-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;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-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;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-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;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7cb025c0ffa46db8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/06778afafef13b04-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;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/147a727ce01afd0a-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;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-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;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-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;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7cb025c0ffa46db8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/06778afafef13b04-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;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/147a727ce01afd0a-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;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-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 Fallback;src:local("Times New Roman");ascent-override:95.52%;descent-override:29.67%;line-gap-override:0.00%;size-adjust:96.74%}.__className_1ff46f{font-family:Cormorant,Cormorant Fallback;font-style:normal}.__variable_1ff46f{--font-display:"Cormorant","Cormorant Fallback"}@font-face{font-family:Syne;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-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:Syne;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-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:Syne;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-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:Syne;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-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:Syne;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-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:Syne;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-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:Syne;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-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:Syne;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-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:Syne;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-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:Syne;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-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:Syne;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-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:Syne;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-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:Syne Fallback;src:local("Arial");ascent-override:93.93%;descent-override:27.93%;line-gap-override:0.00%;size-adjust:98.47%}.__className_02628f{font-family:Syne,Syne Fallback;font-style:normal}.__variable_02628f{--font-ui:"Syne","Syne Fallback"}