:root{--eve-ink:#38432a;--eve-plum:#3d2b3a;--eve-moss:#6b7158;--eve-moss-dim:#99a084;--eve-parchment:#fdfdf1;--eve-cream:#f4efe5;--eve-sage:#e9ebdd;--eve-pink:#ffdbd8;--eve-pink-soft:#ffe9e6;--eve-coral:#e8a89a;--eve-coral-deep:#c97d6e;--eve-zinc-100:#eae5dc;--eve-zinc-200:#d9d2c5;--eve-red:#e27474;--eve-ok:#92ab6c;--bg:var(--eve-cream);--screen:var(--eve-parchment);--line:rgba(56,67,42,.12);--line-soft:rgba(56,67,42,.08);--muted:var(--eve-moss);--text:var(--eve-ink);--soft:var(--eve-sage);--accent:var(--eve-coral-deep);--accent-soft:var(--eve-pink-soft);--ok:var(--eve-moss);--font-sans:var(--font-eve-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--font-serif:var(--font-eve-serif),"Source Serif 4","Cormorant Garamond",Georgia,serif;--tabbar-h:76px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}[hidden]{display:none!important}a{color:inherit;text-decoration:none}button{font-family:inherit}body,html{height:100%;margin:0}body{font-family:var(--font-sans);background:#2a2a2c;color:var(--eve-ink);line-height:1.5;-webkit-font-smoothing:antialiased;overscroll-behavior:none}#app-root{min-height:100%;display:flex;align-items:center;justify-content:center}.device{max-width:430px;height:100vh;height:100dvh}.device,.screen{width:100%;background:var(--eve-parchment);position:relative}.screen{overflow:hidden;display:flex;flex-direction:column}.screen,html.showcase,html.showcase body{height:100%}html.showcase #app-root{height:100%;min-height:0}html.showcase .device{height:100%}html.showcase .fade-in{animation:none}html.showcase .view:has(>.chat-screen){display:flex;flex-direction:column}html.showcase .view>.chat-screen{flex:1;min-height:0;height:auto}html.showcase .view.has-tabs .chat-input-bar{padding-bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom, 0px) + 14px)}@media (min-width:600px){body{padding:28px 0}.device{height:920px;max-height:calc(100vh - 56px);border-radius:54px;padding:12px;background:linear-gradient(135deg,#3c3c3e,#1c1c1e 50%,#2a2a2c);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.06),inset 0 0 0 5px #232325,inset 0 0 0 6px #3a3a3c,0 50px 90px -30px rgba(0,0,0,.6)}.screen{border-radius:42px}}.view{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;position:relative}.view::-webkit-scrollbar{width:0}.pad{padding:calc(env(safe-area-inset-top, 0px) + 22px) 22px 28px;min-height:100%}.has-tabs .pad{padding-bottom:calc(var(--tabbar-h) + 28px)}h1,h2,h3{margin:0}.serif{font-family:var(--font-serif)}.eve-h1{font-size:30px;font-weight:900;letter-spacing:-.01em;line-height:1.15}.eve-h1,.title{font-family:var(--font-serif);color:var(--eve-ink)}.title{font-size:22px;font-weight:700;line-height:1.22;letter-spacing:-.005em}.title.sm{font-size:17px}.title em{font-style:italic;font-weight:900}.subtitle{font-size:13.5px;line-height:1.5}.eyebrow,.subtitle{color:var(--eve-moss)}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.stack>*+*{margin-top:10px}.stack-sm>*+*{margin-top:7px}.mt-s{margin-top:8px}.mt-m{margin-top:16px}.mt-l{margin-top:26px}.center{text-align:center}.logo-img{height:30px;width:auto;display:block}.appbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.appbar .title{margin:0}.back{display:inline-flex;align-items:center;gap:4px;background:none;border:none;padding:6px 4px 6px 0;font:inherit;font-size:14px;color:var(--eve-moss);cursor:pointer;margin-bottom:6px}.back .m-icon{width:18px;height:18px}.avatar{width:40px;height:40px;border-radius:50%;background:var(--accent-soft);color:var(--accent);border:none;font-family:var(--font-serif);font-weight:900;font-size:16px;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center}.m-icon{display:inline-block;width:22px;height:22px;fill:currentColor;flex-shrink:0;vertical-align:middle}.btn{display:block;width:100%;background:var(--eve-ink);color:var(--eve-parchment);text-align:center;padding:15px 18px;border-radius:14px;font:inherit;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:transform .08s ease,opacity .15s ease}.btn:active{transform:scale(.985)}.btn[disabled]{opacity:.4;pointer-events:none}.btn .m-icon{width:18px;height:18px;margin-right:6px}.btn.ghost{background:transparent;color:var(--eve-ink);border:1px solid rgba(56,67,42,.2)}.btn.soft{background:var(--eve-coral);color:var(--eve-ink)}.btn.ok{background:var(--eve-ok);color:#fff}.btn.sm{padding:10px 14px;font-size:13px}.btn-row{display:flex;gap:10px}.btn-row .btn{flex:1}.input,input.input{display:block;width:100%;border:1px solid var(--line);border-radius:13px;padding:14px;font:inherit;font-size:15px;color:var(--eve-ink);background:var(--eve-parchment)}.input::placeholder{color:var(--eve-moss-dim)}.input:focus{outline:2px solid var(--accent);outline-offset:-1px}textarea.input{resize:none;min-height:84px;line-height:1.5}.input-icon{position:relative}.input-icon .m-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--eve-moss)}.input-icon .input{padding-left:42px}.card{border:1px solid var(--line-soft);border-radius:16px;padding:15px;background:var(--eve-parchment)}.card.soft{background:var(--eve-sage)}.card.accent,.card.soft{border-color:transparent}.card.accent{background:var(--accent-soft)}.card.sel{border-color:var(--accent);border-width:1.5px}.card.tap{cursor:pointer;transition:transform .08s ease}.card.tap:active{transform:scale(.99)}.card-title{font-weight:600;font-size:15px;color:var(--eve-ink)}.row{display:flex;gap:10px;align-items:center}.row.between{justify-content:space-between}.row.wrap{flex-wrap:wrap}.grow{flex:1;min-width:0}.pill{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:9999px;background:var(--eve-pink);color:var(--eve-plum);font-size:11.5px;font-weight:600;white-space:nowrap}.pill.gray{background:var(--eve-sage);color:var(--eve-moss)}.pill.ok{background:var(--eve-ok);color:#fff}.pill.red{background:var(--eve-red);color:#fff}.chips{display:flex;gap:7px;flex-wrap:wrap}.chip{border:1px solid rgba(56,67,42,.16);border-radius:9999px;padding:8px 14px;font:inherit;font-size:13px;color:var(--eve-moss);background:var(--eve-parchment);cursor:pointer;white-space:nowrap}.chip.active{background:var(--eve-ink);color:var(--eve-parchment);border-color:var(--eve-ink)}.chip .m-icon{width:14px;height:14px}.option{display:flex;align-items:center;gap:12px;width:100%;text-align:left;border:1px solid var(--line-soft);border-radius:16px;padding:14px 15px;background:var(--eve-parchment);font:inherit;font-size:15px;color:var(--eve-ink);cursor:pointer}.option .m-icon{width:22px;height:22px;color:var(--eve-moss-dim)}.option.sel{border-color:var(--accent);border-width:1.5px}.option.sel .m-icon{color:var(--accent)}.progress{height:6px;background:var(--eve-sage);border-radius:3px;overflow:hidden}.progress .bar{height:100%;background:var(--eve-coral-deep);border-radius:3px;transition:width .3s ease}.hero{height:110px;background:linear-gradient(135deg,var(--eve-pink),var(--eve-coral));border-radius:16px;position:relative;overflow:hidden}.hero.tall{height:150px}.hero .play{position:absolute;inset:0;margin:auto;width:48px;height:48px;border-radius:50%;background:var(--eve-parchment);border:none;display:flex;align-items:center;justify-content:center;color:var(--eve-ink);cursor:pointer}.hero .play .m-icon{width:24px;height:24px}.step{display:flex;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line-soft);color:var(--eve-moss)}.step:last-child{border-bottom:none}.step .num{width:30px;height:30px;border-radius:50%;background:var(--eve-cream);color:var(--eve-moss);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;flex-shrink:0}.step .num .m-icon{width:16px;height:16px}.step strong{color:var(--eve-ink);font-weight:600;font-size:15px}.step.done .num{background:var(--eve-coral);color:var(--eve-ink)}.step.active .num{background:var(--eve-ink);color:var(--eve-parchment)}.step.active{color:var(--eve-ink)}.listitem{justify-content:space-between;width:100%;padding:16px 2px;border:none;border-bottom:1px solid var(--line-soft);background:none;font:inherit;font-size:15px;color:var(--eve-ink);cursor:pointer}.listitem,.listitem .r{display:flex;align-items:center}.listitem .r{gap:6px;color:var(--eve-moss);font-size:13px}.listitem .m-icon{width:18px;height:18px;color:var(--eve-moss-dim)}.icon-sq{width:44px;height:44px;border-radius:12px;background:var(--eve-pink-soft);display:flex;align-items:center;justify-content:center;color:var(--eve-coral-deep);flex-shrink:0}.icon-sq .m-icon{width:22px;height:22px}.grid-2{grid-template-columns:1fr 1fr}.grid-2,.grid-3{display:grid;gap:10px}.grid-3{grid-template-columns:1fr 1fr 1fr}.mini-card{background:var(--eve-cream);border:none;border-radius:14px;padding:14px 8px;text-align:center;font:inherit;font-size:13px;font-weight:500;color:var(--eve-ink);cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px}.mini-card .m-icon{width:24px;height:24px;color:var(--accent)}.mini-card.slot{font-weight:600;padding:16px 6px}.mini-card.slot.sel{background:var(--accent);color:#fff}.mini-card.slot[disabled]{opacity:.38;pointer-events:none}.video-screen{overflow:hidden;background:var(--eve-ink)}.video-bg,.video-screen{position:absolute;inset:0}.video-bg{width:100%;height:100%;object-fit:cover;display:block;animation:videoKenburns 30s ease-in-out infinite alternate}@keyframes videoKenburns{0%{transform:scale(1.04)}to{transform:scale(1.13)}}.video-screen .scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(56,67,42,.35),rgba(56,67,42,.12) 34%,rgba(56,67,42,.88)),radial-gradient(120% 72% at 20% 100%,rgba(56,67,42,.55),transparent 62%)}.video-content{position:absolute;inset:0;z-index:2;overflow-y:auto;display:flex;flex-direction:column;padding:calc(env(safe-area-inset-top, 0px) + 30px) 24px calc(env(safe-area-inset-bottom, 0px) + 30px)}.video-content::-webkit-scrollbar{width:0}.vc-inner{margin-top:auto}.video-content .eve-h1,.video-content .title{color:var(--eve-parchment)}.video-content .subtitle{color:hsla(60,75%,97%,.86)}.video-content .eyebrow{color:hsla(60,75%,97%,.72)}.btn.light{background:var(--eve-parchment);color:var(--eve-ink)}.btn.ghost-light{background:transparent;color:var(--eve-parchment);border:1px solid hsla(60,75%,97%,.42)}.chat-screen{display:flex;flex-direction:column;height:100%}.has-tabs .chat-screen{height:calc(100% - var(--tabbar-h) - env(safe-area-inset-bottom, 0px))}.chat-head{flex-shrink:0;padding:calc(env(safe-area-inset-top, 0px) + 18px) 22px 8px}.chat-head .appbar{margin-bottom:0}.chat-log{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:6px 22px 14px}.chat-log::-webkit-scrollbar{width:0}.chat-input-bar{flex-shrink:0;border-top:1px solid var(--line-soft);background:var(--eve-parchment);padding:12px 22px calc(env(safe-area-inset-bottom, 0px) + 14px)}.bubble{padding:11px 14px;border-radius:18px;font-size:14px;line-height:1.5;max-width:85%;width:fit-content}.bubble.you{background:var(--eve-ink);color:var(--eve-parchment);margin-left:auto;border-bottom-right-radius:5px}.bubble.ai{background:var(--eve-sage);color:var(--eve-ink);border-bottom-left-radius:5px}.bubble.expert{background:var(--accent-soft)}.bubble-meta{display:flex;align-items:center;gap:6px;font-size:11px;margin-bottom:5px;color:var(--eve-moss)}.bubble-tag{background:var(--eve-parchment);padding:2px 7px;border-radius:9999px;font-weight:600}.bubble.expert .bubble-meta{color:var(--accent)}.avatar-xs{width:18px;height:18px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.dots span{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--eve-moss);margin:0 1.5px;animation:blink 1.2s infinite both}.dots span:nth-child(2){animation-delay:.2s}.dots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.25}40%{opacity:1}}.tabbar{position:absolute;left:0;right:0;bottom:0;height:calc(var(--tabbar-h) + env(safe-area-inset-bottom, 0px));padding-bottom:env(safe-area-inset-bottom,0);border-top:1px solid var(--line-soft);background:var(--eve-parchment);display:flex;justify-content:space-around;align-items:flex-start;padding-top:10px;z-index:40;box-shadow:0 -8px 28px -20px rgba(56,67,42,.3)}.tab{flex:1;background:none;border:none;font:inherit;font-size:10.5px;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;padding:2px 0;opacity:.42;transition:opacity .15s ease}.tab,.tab .m-icon{color:var(--eve-moss)}.tab .m-icon{width:24px;height:24px}.tab.active{font-weight:600;opacity:1}.tab.active,.tab.active .m-icon{color:var(--eve-ink)}.fab{position:absolute;right:18px;bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom, 0px) + 16px);width:56px;height:56px;border-radius:50%;background:var(--accent);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:45;box-shadow:0 8px 22px -6px hsla(10,46%,61%,.7);transition:transform .12s ease}.fab:active{transform:scale(.92)}.fab .m-icon{width:25px;height:25px}.sheet{position:absolute;inset:0;background:rgba(28,28,30,.5);z-index:80;display:flex;align-items:flex-end}.sheet-card{width:100%;background:var(--eve-parchment);border-radius:22px 22px 0 0;padding:14px 22px calc(26px + env(safe-area-inset-bottom, 0px));animation:sheet-up .26s cubic-bezier(.2,.8,.2,1)}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-grip{width:44px;height:4px;background:var(--line);border-radius:2px;margin:0 auto 14px}.toast{position:absolute;left:50%;bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom, 0px) + 24px);transform:translateX(-50%) translateY(8px);background:var(--eve-ink);color:var(--eve-parchment);padding:11px 18px;border-radius:12px;font-size:13px;font-weight:500;z-index:90;opacity:0;transition:opacity .2s ease,transform .2s ease;max-width:86%;text-align:center}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.risk-scale{height:12px;border-radius:6px;position:relative;background:linear-gradient(90deg,#92ab6c 0,#92ab6c 25%,#ffdbd8 0,#ffdbd8 50%,#e8a89a 0,#e8a89a 75%,#3d2b3a 0,#3d2b3a)}.risk-marker{position:absolute;top:-7px;width:6px;height:26px;background:var(--eve-ink);border:2px solid var(--eve-parchment);border-radius:4px;transform:translateX(-50%);transition:left .5s ease}.risk-legend{display:flex;justify-content:space-between;font-size:10px;color:var(--eve-moss);margin-top:6px}.dot{width:14px;height:14px;border-radius:50%;flex-shrink:0}.player-fill{position:absolute;inset:0;overflow-y:auto;background:linear-gradient(180deg,var(--eve-sage) 0,var(--accent-soft) 100%);padding:calc(env(safe-area-inset-top, 0px) + 22px) 22px calc(var(--tabbar-h) + 28px)}.media-play{width:60px;height:60px;border-radius:50%;background:var(--eve-parchment);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--eve-ink);box-shadow:0 6px 16px -6px rgba(0,0,0,.4)}.media-play .m-icon{width:28px;height:28px}.seg-row{display:flex;gap:6px;justify-content:center}.seg{flex:1;max-width:52px;height:6px;background:var(--line);border-radius:3px}.seg.done{background:var(--eve-ok)}.seg.now{background:var(--accent)}.media-box{border-radius:16px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.media-box.video{background:var(--eve-ink);height:200px}.media-box.anim,.media-box.voice{background:linear-gradient(135deg,var(--eve-parchment),var(--accent-soft));border:1px solid var(--line);height:200px}.pulse-ring{position:absolute;border-radius:50%;border:2px solid var(--accent)}.pulse-1{width:120px;height:120px;opacity:.35;animation:pulse 2.4s ease-in-out infinite}.pulse-2{width:74px;height:74px;opacity:.6;animation:pulse 2.4s ease-in-out .4s infinite}.pulse-core{width:30px;height:30px;border-radius:50%;background:var(--accent)}@keyframes pulse{0%,to{transform:scale(.85)}50%{transform:scale(1.12)}}.player-ctrl{display:flex;align-items:center;justify-content:space-around}.player-ctrl button{background:none;border:none;cursor:pointer;color:var(--accent);display:flex;align-items:center;justify-content:center}.player-ctrl .m-icon{width:30px;height:30px}.player-ctrl .main{width:64px;height:64px;border-radius:50%;background:var(--accent);color:#fff}.player-ctrl .main .m-icon{width:32px;height:32px}.thin-progress{height:5px;background:hsla(0,0%,100%,.55);border-radius:3px;overflow:hidden}.thin-progress .bar{height:100%;background:var(--accent);transition:width .25s linear}.divider{height:1px;background:var(--line-soft);margin:4px 0}.fade-in{animation:fade .28s ease}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.legend-box{background:var(--accent-soft);border-radius:16px;padding:16px;font-size:13px;line-height:1.55;color:var(--eve-ink)}.legend-box strong{color:var(--accent)}.note{font-size:12px;color:var(--eve-moss)}.bigicon{width:84px;height:84px;border-radius:50%;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;margin:0 auto}.bigicon .m-icon{width:42px;height:42px;color:var(--accent)}.streak-num{font-family:var(--font-serif);font-size:22px;font-weight:900;color:var(--accent)}.article-body p{margin:0 0 12px;font-size:15px;line-height:1.6}.article-body h4{font-family:var(--font-serif);font-size:17px;font-weight:700;margin:18px 0 8px}.kpi{flex:1;text-align:center;padding:14px 6px}.kpi .v{font-family:var(--font-serif);font-size:26px;font-weight:900;color:var(--eve-ink)}.kpi .v.accent{color:var(--accent)}.kpi .l{font-size:12px;color:var(--eve-moss)}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;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_f367f3;font-style:normal;font-weight:100 900;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_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;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_f367f3;font-style:normal;font-weight:100 900;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_f367f3;font-style:normal;font-weight:100 900;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_f367f3;font-style:normal;font-weight:100 900;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_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-eve-sans:"__Inter_f367f3","__Inter_Fallback_f367f3"}@font-face{font-family:"__Source_Serif_4_139bc5";font-style:italic;font-weight:200 900;font-display:swap;src:url(/_next/static/media/c1e0ae606c0d380f-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:"__Source_Serif_4_139bc5";font-style:italic;font-weight:200 900;font-display:swap;src:url(/_next/static/media/9cc95445f0ce201a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Source_Serif_4_139bc5";font-style:italic;font-weight:200 900;font-display:swap;src:url(/_next/static/media/24f599ce1a627b37-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:"__Source_Serif_4_139bc5";font-style:italic;font-weight:200 900;font-display:swap;src:url(/_next/static/media/ea308541f46fdb72-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:"__Source_Serif_4_139bc5";font-style:italic;font-weight:200 900;font-display:swap;src:url(/_next/static/media/1b5a038d2ebd8073-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:"__Source_Serif_4_139bc5";font-style:italic;font-weight:200 900;font-display:swap;src:url(/_next/static/media/d9c8a48aa27d17bd-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:"__Source_Serif_4_139bc5";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-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:"__Source_Serif_4_139bc5";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Source_Serif_4_139bc5";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-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:"__Source_Serif_4_139bc5";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-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:"__Source_Serif_4_139bc5";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-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:"__Source_Serif_4_139bc5";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-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:"__Source_Serif_4_Fallback_139bc5";src:local("Times New Roman");ascent-override:87.87%;descent-override:28.41%;line-gap-override:0.00%;size-adjust:117.91%}.__className_139bc5{font-family:"__Source_Serif_4_139bc5","__Source_Serif_4_Fallback_139bc5"}.__variable_139bc5{--font-eve-serif:"__Source_Serif_4_139bc5","__Source_Serif_4_Fallback_139bc5"}