:root{color:#293d34;font-synthesis:none;--color-ink:#293d34;--color-muted:#69736c;--color-accent:#305b4b;--color-accent-strong:#204536;--color-accent-soft:#eaf0e8;--color-surface:#fff;--color-border:#e4e8e0;--color-danger:#a33730;--color-danger-soft:#fff0ee;--color-success:#305b4b;--color-page:#f7f8f5;--radius-card:20px;--radius-control:11px;--shadow-soft:0 5px 24px #283d3405;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;background:#f7f8f5;font-family:DM Sans Variable,DM Sans,sans-serif;font-size:14px;line-height:1.6}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer;color:inherit}button:disabled{opacity:.48;cursor:not-allowed}button,input,textarea,select,a{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #789c7b}button{transition:background .18s,transform .18s,box-shadow .18s}a{color:var(--color-accent)}h1,h2,h3,.brand{font-family:Manrope,DM Sans Variable,DM Sans,sans-serif;line-height:1.25}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-1.5px;margin-bottom:12px;font-size:36px;font-weight:650}h2{letter-spacing:-.5px;margin-bottom:12px;font-size:21px;font-weight:650}h3{margin-bottom:8px;font-size:16px;font-weight:650}p{color:var(--color-muted)}button svg{flex-shrink:0}small,.caption{color:var(--color-muted);font-size:12px}.eyebrow{letter-spacing:1.6px;align-items:center;gap:8px;font-size:10px;font-weight:700;line-height:1.5;display:inline-flex}.brand{letter-spacing:-1px;align-items:center;gap:9px;font-size:25px;font-weight:800;display:flex}.brand-dot{color:#80a586;margin-left:-8px}.brand-mark{background:var(--color-accent);color:#fff;border-radius:12px;place-items:center;width:37px;height:37px;display:grid}.button{border:1px solid var(--color-border);border-radius:var(--radius-control);background:#fff;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:12px 18px;font-size:13px;font-weight:600;line-height:1.4;display:inline-flex}.button:hover:not(:disabled){background:#f0f3ed;box-shadow:0 3px 10px #293d3410}.button.primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.button.primary:hover:not(:disabled){background:var(--color-accent-strong)}.button.light{color:#294c3d;background:#f4f7e9;border:0}.button.light:hover{background:#fff}.button.danger{background:var(--color-danger);border-color:var(--color-danger);color:#fff}.danger-outline{color:var(--color-danger)}.wide{width:100%}.text-button{text-align:left;background:0 0;border:0;align-items:center;gap:8px;padding:8px 0;font-size:12px;font-weight:650;display:inline-flex}.text-button:hover{color:#597957}.icon-button{background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;min-width:40px;min-height:40px;padding:10px;display:inline-flex}.icon-button:hover{background:var(--color-accent-soft)}.button-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.centered{justify-content:center}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);margin-bottom:20px;padding:24px}.chip{background:var(--color-accent-soft);white-space:nowrap;border-radius:7px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.chip-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.status-dot{background:#97b887;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.page-title{margin-bottom:28px}.page-title .eyebrow{color:var(--color-muted);margin-bottom:14px}.page-title p{margin-bottom:0;font-size:14px}.notice{color:#756342;background:#fcf8ed;border:1px solid #e7dcc4;border-radius:12px;margin:16px 0;padding:14px 18px;font-size:13px;line-height:1.6}.notice.error{background:var(--color-danger-soft);color:var(--color-danger);border-color:#efcdc7}.empty{text-align:center;padding:38px 20px}.empty>svg{color:#8ca789;margin-bottom:15px}.empty p{max-width:460px;margin:0 auto}.empty .button{margin-top:20px}.loading-screen{flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100vh;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pulse{animation:2s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.5;transform:scale(.96)}}.app-shell{min-height:100vh}.sidebar{border-right:1px solid var(--color-border);z-index:30;background:#fff;flex-direction:column;width:246px;padding:32px 23px 22px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar .brand{margin:0 7px 41px}.sidebar-caption{letter-spacing:1.4px;color:#8a938c;margin:0 12px 16px;font-size:10px;font-weight:650}.sidebar nav{gap:7px;display:grid}.sidebar nav button{text-align:left;color:#6c756d;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:13px 14px;font-size:13px;font-weight:500;display:flex}.sidebar nav button:hover{background:#f5f7f2}.sidebar nav button.active{background:var(--color-accent-soft);color:#30533e;border-color:#dce6d6;font-weight:650}.nav-count{background:#d8e6ce;border-radius:5px;margin-left:auto;padding:0 6px;font-size:11px}.sidebar-note{background:#f6f7f1;border:1px solid #ecefe4;border-radius:15px;margin-top:auto;margin-bottom:25px;padding:22px 18px}.mini-spark{color:#7c926d;margin-bottom:14px;display:block}.sidebar-note h3{font-size:14px;line-height:1.5}.sidebar-note p{margin:0;font-size:12px;line-height:1.8}.profile{border-top:1px solid var(--color-border);align-items:center;gap:10px;padding-top:18px;display:flex}.avatar{color:#66744e;background:#ebeee1;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.profile div{min-width:0}.profile strong{text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.profile div>span{color:var(--color-muted);font-size:10px;display:block}.profile .icon-button{min-width:28px;margin-left:auto;padding:5px}.main-wrapper{margin-left:246px}.topbar{border-bottom:1px solid var(--color-border);color:#818981;justify-content:space-between;align-items:center;height:70px;padding:0 44px;font-size:11px;display:flex}.topbar-tag{text-transform:capitalize;align-items:center;gap:7px;display:flex}.topbar-tag .status-dot{background:#679072}.main-wrapper main{max-width:1320px;margin:0 auto;padding:37px 44px}.mobile-header{display:none}.greeting-row{justify-content:space-between;align-items:center;display:flex}.greeting-row .page-title h1{font-size:34px}.today{color:#879080;text-transform:capitalize;font-size:11px}.hero{color:#fff;background:#305546;border-radius:22px;min-height:340px;margin-bottom:24px;display:flex;position:relative;overflow:hidden}.hero-copy{z-index:2;width:62%;padding:35px 37px;position:relative}.hero .eyebrow{color:#c6d6b8;letter-spacing:1.6px;font-size:10px}.hero h2{letter-spacing:-1.8px;margin:20px 0 14px;font-size:44px;font-weight:500;line-height:1.2}.hero h2 em{color:#d6e4b6;font-style:normal}.hero p{color:#c4d1c6;margin-bottom:22px;font-size:13px;line-height:1.9}.hero-details{color:#b7cbb9;align-items:center;gap:17px;margin-top:15px;font-size:10px;display:flex}.hero-details span{align-items:center;gap:5px;display:inline-flex}.hero-art{place-items:center;width:42%;display:grid;position:absolute;top:0;bottom:0;right:0}.hero-orb{color:#f1f4dc;z-index:2;background:radial-gradient(circle at 34% 25%,#e1e6b3,#99b48e 40%,#567956 75%);border-radius:50%;place-items:center;width:176px;height:176px;display:grid;box-shadow:inset -15px -20px 30px #25483075,0 15px 60px #183b3150}.orbit{border:1px solid #a1b38c28;border-radius:50%;width:275px;height:275px;position:absolute;transform:rotate(-25deg)}.orbit-two{width:375px;height:375px}.floating-word{color:#e5eddd;z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff10;border:1px solid #ffffff16;border-radius:9px;padding:8px 14px;font-size:11px;font-weight:450;position:absolute;transform:rotate(-9deg)}.word-one{top:68px;right:55px}.word-two{bottom:65px;left:20px;transform:rotate(8deg)}.tiny-star{color:#d3deb2;font-size:32px;position:absolute;bottom:72px;right:38px}.home-secondary{grid-template-columns:1.2fr 1fr;gap:20px;display:grid}.home-secondary .card{min-height:172px;margin-bottom:0}.revision-card{gap:18px;display:flex}.icon-tile{color:#6d8058;background:#eff2e7;border:1px solid #e8eddf;border-radius:13px;flex-shrink:0;place-items:center;width:45px;height:45px;display:grid}.revision-card .eyebrow,.progress-card .eyebrow{letter-spacing:1.2px;color:#8a937e;font-size:10px}.revision-card h3{margin-top:8px}.revision-card p{max-width:280px;margin-bottom:6px;font-size:12px;line-height:1.7}.mini-metrics{gap:40px;margin:14px 0 7px;display:flex}.mini-metrics>div{flex-direction:column;display:flex}.mini-metrics>div+div{border-left:1px solid var(--color-border);padding-left:32px}.mini-metrics strong{font-family:Manrope Variable,Manrope,sans-serif;font-size:29px;font-weight:600;line-height:1.3}.mini-metrics small{font-size:13px}.mini-metrics span{color:var(--color-muted);font-size:10px}.section-heading{justify-content:space-between;align-items:center;gap:16px;margin:32px 0 18px;display:flex}.section-heading h2{margin-bottom:6px;font-size:19px}.section-heading p{margin-bottom:0;font-size:12px}.section-heading .page-title{margin:0}.context-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;display:grid}.context-card{border:1px solid var(--color-border);text-align:left;background:#f1f2ea;border-radius:16px;min-height:210px;padding:21px;display:block}.context-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #283d340b}.context-top{color:#85907c;justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.context-emoji{font-size:25px;line-height:1.1}.context-card .eyebrow{color:#808874;letter-spacing:1.2px;font-size:10px}.context-card h3{margin-top:8px;font-size:15px;line-height:1.5}.context-card p{max-width:245px;margin:0;font-size:11px;line-height:1.7}.tone-1{background:#f5efe7;border-color:#ede4da}.tone-2{background:#edf1ed;border-color:#e1e7e0}.onboarding-banner{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:18px;margin-top:25px;padding:22px 0;display:flex}.onboarding-banner h3{font-size:14px}.onboarding-banner p{margin:0;font-size:11px}.onboarding-banner .button{padding:9px 13px;font-size:11px}.page-footer{color:#919987;justify-content:center;align-items:center;gap:15px;margin:32px 0 0;font-size:10px;display:flex}.topic-form .composer{margin-top:10px}.tabs{gap:10px;margin-bottom:22px;display:flex}.tabs button{border:1px solid var(--color-border);background:0 0;border-radius:20px;padding:8px 18px;font-size:12px}.tabs .selected{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}label{flex-direction:column;gap:7px;margin-bottom:18px;font-size:13px;font-weight:550;display:flex}input,textarea,select{border-radius:var(--radius-control);width:100%;color:var(--color-ink);background:#fff;border:1px solid #dfe5db;min-height:45px;padding:12px 14px}input::placeholder,textarea::placeholder{color:#99a095}textarea{resize:vertical;min-height:100px}.form-grid{grid-template-columns:1fr 1fr;gap:0 24px;display:grid}.check-row{flex-direction:row;align-items:flex-start;gap:12px;font-weight:400;display:flex}.check-row input{width:17px;height:17px;min-height:17px;accent-color:var(--color-accent);flex-shrink:0;margin-top:3px}.check-row small{margin-top:4px;font-size:11px;line-height:1.7;display:block}.settings-card{max-width:850px}.settings-card h2{align-items:center;gap:10px;display:flex}.settings-card>p{font-size:13px}.settings-card .form-grid{margin-top:24px}.metrics{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:20px;margin:24px 0;display:grid}.metrics>div{border:1px solid var(--color-border);background:#fff;border-radius:16px;flex-direction:column;padding:25px;display:flex}.metrics strong{font-size:32px;font-weight:550}.metrics span{color:var(--color-muted);font-size:12px}.history-row{border:0;border-top:1px solid var(--color-border);text-align:left;background:0 0;align-items:center;gap:17px;width:100%;padding:18px 0;display:flex}.history-row:hover{background:#f7f9f3}.history-row>div{flex:1;min-width:0}.history-row strong,.history-row>div>span{display:block}.history-row strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.history-row>div>span{color:var(--color-muted);margin-top:4px;font-size:11px}.expression-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.expression-grid .card{margin:0}.expression-card h2{margin:22px 0;font-size:21px}.expression-card .button{padding:10px 12px;font-size:11px}.review-box{background:#f3f6ec;border-radius:12px;margin-top:15px;padding:16px}.review-box p{font-size:12px}.review-box small{margin-top:10px;font-size:10px;display:block}.history-transcript{border-bottom:1px solid var(--color-border);padding:20px 0}summary{cursor:pointer;font-weight:600}.report-content{max-width:900px}.report-content li{color:var(--color-muted);margin-bottom:10px}blockquote{margin:12px 0;font-size:18px;line-height:1.6}.success-item{gap:15px;margin-top:16px;display:flex}.success-item>svg{flex-shrink:0;margin-top:18px}.success-item p{margin-bottom:0;font-size:13px}.corrected{color:var(--color-accent);font-weight:600}.example{font-size:13px;font-style:italic}.expression-line{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:20px;padding:12px 0;display:flex}.expression-line:last-of-type{margin-bottom:25px}.correction-card .button{font-size:12px}.voice-stage{text-align:center;background:radial-gradient(at 50% 40%,#f2f5e9,#fff 65%);padding:24px 30px 32px}.stage-meta{justify-content:space-between;align-items:center;display:flex}.timer{font-variant-numeric:tabular-nums;font-size:14px}.timer span{color:var(--color-muted);font-size:11px}.voice-orb{color:#fff;background:radial-gradient(circle at 35% 25%,#b1c2a0,#6a926e 50%,#305b4b);border-radius:50%;place-items:center;width:148px;height:148px;margin:35px auto;display:grid;box-shadow:0 0 0 12px #dfe8d83a,0 0 0 26px #eaf0e433}.speaking .voice-orb{animation:1.3s ease-in-out infinite pulse}.thinking .voice-orb{animation:2.4s ease-in-out infinite pulse}.muted .voice-orb{filter:grayscale(.9)}.voice-stage>p{max-width:480px;margin:0 auto 22px;font-size:13px}.voice-stage h2{font-size:24px}.consent{text-align:left;max-width:450px;margin:0 auto 24px;font-size:12px}.help-card h3{font-size:14px}.help-chip{border:1px solid var(--color-border);background:#f7f8f3;border-radius:8px;padding:9px 12px;font-size:11px}.help-chip:hover{background:var(--color-accent-soft)}.help-card .chip-row{margin:0}.transcript-heading{background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:0;display:flex}.transcript-heading h3{align-items:center;gap:10px;margin:0;font-size:15px;display:flex}.transcript>.caption{margin-top:15px}.messages{flex-direction:column;gap:14px;max-height:430px;padding:16px 0;display:flex;overflow-y:auto}.message{white-space:pre-wrap;background:#f4f6ef;border-radius:14px;align-self:flex-start;max-width:85%;padding:16px 20px;position:relative}.message.user{background:#eaf1e7;align-self:flex-end;padding-right:40px}.message p{color:var(--color-ink);margin:5px 0 0;font-size:14px}.message .icon-button{position:absolute;top:3px;right:4px}.composer{align-items:center;gap:10px;display:flex}.composer input{flex:1;min-width:0}.composer label{margin:0}.empty-text{text-align:center;margin:20px;font-size:13px}.auth-layout{grid-template-columns:1.05fr 1fr;min-height:100vh;display:grid}.auth-story{background:#edf0e4;flex-direction:column;justify-content:space-between;padding:45px 55px;display:flex;overflow:hidden}.auth-story h1{letter-spacing:-2px;margin:25px 0;font-size:48px;line-height:1.2}.auth-story h1 em{color:#70885c;font-style:normal}.auth-story p{font-size:14px;line-height:1.9}.auth-orb{color:#edf4dc;background:radial-gradient(circle at 30% 20%,#c4d3a8,#7e9e76 55%,#3d6b50);border-radius:50%;place-items:center;width:205px;height:205px;margin:40px auto;display:grid;box-shadow:0 20px 45px #637e5829,0 0 0 25px #c9d4b320,0 0 0 55px #c9d4b310}.auth-foot{color:#849176;font-size:11px}.auth-form{place-self:center;width:100%;max-width:440px;padding:45px 30px}.auth-form h2{letter-spacing:-1px;margin-top:15px;font-size:28px;line-height:1.4}.auth-form>p{margin-bottom:27px;font-size:13px}.auth-form .text-button{margin-top:16px}.auth-form .privacy-note{gap:10px;margin-top:34px;font-size:11px;line-height:1.8;display:flex}.privacy-note svg{flex-shrink:0;margin-top:3px}.toast{z-index:100;background:#fff;border:1px solid #d6e0cd;border-radius:13px;align-items:center;gap:12px;max-width:min(550px,100vw - 32px);padding:14px 16px;font-size:13px;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 8px 35px #183b3120}.toast>svg{flex-shrink:0}dialog{border:1px solid var(--color-border);width:calc(100% - 32px);max-width:620px;max-height:90vh;color:var(--color-ink);border-radius:20px;padding:28px;overflow-y:auto;box-shadow:0 20px 90px #0002}dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#203d345e}.dialog-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;display:flex}.dialog-heading h2{margin:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:#fff;padding:12px;position:fixed;top:-100px;left:20px}.skip-link:focus{top:10px}@media (width>=1500px){.main-wrapper main{padding-top:45px}.hero{min-height:380px}.hero-copy{padding:42px}.hero h2{font-size:51px}.hero-orb{width:200px;height:200px}.context-card{min-height:220px}}@media (width<=1150px){.sidebar{width:220px;padding:28px 17px}.main-wrapper{margin-left:220px}.main-wrapper main{padding:30px 28px}.topbar{padding:0 28px}.hero h2{font-size:36px}.hero-copy{width:67%;padding:30px}.hero-orb{width:138px;height:138px}.floating-word{font-size:10px}.hero-art{width:35%}.word-one{right:12px}.word-two{left:0}.home-secondary{grid-template-columns:1fr 1fr}.revision-card{gap:12px;padding:20px}.revision-card>.icon-tile{display:none}.mini-metrics{gap:20px}.mini-metrics>div+div{padding-left:20px}.context-card{padding:18px}.context-card h3{font-size:14px}.today{display:none}.onboarding-banner{flex-direction:column;align-items:flex-start}}@media (width<=800px){.sidebar{width:260px;padding-top:30px;transition:transform .2s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-backdrop{z-index:29;background:#19352b77;border:0;position:fixed;inset:0}.main-wrapper{margin-left:0}.mobile-header{border-bottom:1px solid var(--color-border);background:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 22px;display:flex}.topbar{display:none}.main-wrapper main{padding:26px 22px}.hero{min-height:340px}.hero-copy{width:65%}.hero-art{width:37%}.hero h2{font-size:39px}.context-grid{gap:12px}.auth-story{padding:30px}.auth-story h1{font-size:35px}.auth-form{padding:30px}.auth-orb{width:150px;height:150px}.page-title h1{font-size:30px}}@media (width<=560px){.main-wrapper main{padding:25px 18px}.page-title{margin-bottom:23px}.page-title .eyebrow{letter-spacing:1.2px;font-size:10px}.greeting-row .page-title h1{font-size:30px}.page-title p{font-size:13px}.hero-copy{width:100%;padding:25px}.hero{min-height:355px}.hero h2{margin-top:22px;font-size:37px}.hero p{max-width:240px;font-size:12px}.hero-art{opacity:.32;pointer-events:none;width:185px;top:10px;right:-70px}.hero-orb{width:130px;height:130px}.floating-word,.tiny-star{display:none}.hero-copy .button{padding:14px;font-size:12px}.hero .eyebrow{letter-spacing:1px;font-size:10px}.hero-details{gap:12px;font-size:10px}.home-secondary{grid-template-columns:1fr;gap:14px}.home-secondary .card{min-height:0;padding:21px}.revision-card>.icon-tile{display:grid}.progress-card .mini-metrics{justify-content:space-around}.mini-metrics>div+div{padding-left:35px}.section-heading{flex-direction:column;align-items:flex-start;gap:10px;margin-top:26px}.section-heading h2{font-size:18px}.context-grid{grid-template-columns:1fr}.context-card{min-height:0;padding:23px}.context-top{margin-bottom:15px}.context-card h3{font-size:17px}.context-card p{max-width:none;font-size:12px}.context-card .eyebrow{font-size:10px}.page-footer{gap:9px;font-size:10px}.onboarding-banner .button-row{gap:8px}.form-grid{grid-template-columns:1fr;gap:0}.expression-grid{grid-template-columns:1fr}.metrics{grid-template-columns:1fr 1fr;gap:10px}.metrics>div{padding:19px}.metrics strong{font-size:27px}.metrics span{font-size:10px}.card{padding:20px}.history-row{gap:11px}.history-row>.chip{display:none}.history-row strong{max-width:200px}.voice-stage{padding:20px 15px}.voice-stage h2{font-size:21px}.voice-stage .button{padding:11px;font-size:11px}.voice-orb{width:125px;height:125px;margin:36px auto}.timer{font-size:12px}.timer span,.stage-meta>.chip{font-size:10px}.voice-stage>p{font-size:12px}.consent{font-size:11px}.message{max-width:95%;padding:13px 16px}.message p{font-size:13px}.help-chip{font-size:10px}.topic-form .composer{flex-direction:column;align-items:stretch}.auth-layout{display:block}.auth-story{padding:25px 25px 30px}.auth-story>div:not(.brand){margin-top:40px}.auth-story h1{margin:14px 0;font-size:33px}.auth-story p{margin-bottom:0;font-size:12px}.auth-story .eyebrow{font-size:10px}.auth-orb,.auth-foot{display:none}.auth-form{max-width:480px;padding:35px 25px}.auth-form h2{font-size:24px}.toast{font-size:12px;bottom:15px;right:16px}.tabs{gap:7px}.tabs button{padding:8px 13px;font-size:11px}dialog{padding:22px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/assets/dm-sans-latin-ext-wght-normal-BOFOeGcA.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/assets/dm-sans-latin-wght-normal-Xz1IZZA0.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-cyrillic-wght-normal-Dvxsihut.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-greek-wght-normal-DL7QRZyv.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-vietnamese-wght-normal-usUDDRr7.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-ext-wght-normal-Ch3YOpNY.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-wght-normal-DHIcAJRg.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
