:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#20211f;background:#f7f7f5;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #20211f;--muted: #70726d;--line: #e7e7e2;--paper: #ffffff;--canvas: #f7f7f5;--sidebar: #efefec;--green: #176b4d;--green-soft: #e4f2eb}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--canvas)}button,textarea{font:inherit}button{color:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{width:270px;flex:0 0 270px;min-height:100vh;padding:12px;background:var(--sidebar);display:flex;flex-direction:column;border-right:1px solid rgba(25,25,22,.04);z-index:20}.sidebar__top{height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 4px 8px}.brand-button{display:flex;align-items:center;gap:10px;padding:3px 4px;border:0;background:none;cursor:pointer}.brand-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05}.brand-copy b{font-size:15px;letter-spacing:.08em}.brand-copy small{margin-top:4px;color:#777973;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.brand-mark{position:relative;width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto}.brand-mark--small{width:31px;height:31px}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.icon-button{width:34px;height:34px;border:0;border-radius:9px;background:transparent;display:grid;place-items:center;color:#646660;cursor:pointer}.icon-button:hover{background:#0000000e;color:var(--ink)}.new-chat{width:100%;height:40px;margin:7px 0 6px;padding:0 11px;border:1px solid #deded8;border-radius:11px;background:#ffffffb8;display:flex;align-items:center;gap:10px;font-weight:600;cursor:pointer;box-shadow:0 1px 1px #00000005}.new-chat:hover{background:#fff}.primary-nav{display:grid;gap:2px;margin:7px 0}.nav-item{width:100%;height:38px;padding:0 10px;border:0;border-radius:9px;background:transparent;display:flex;align-items:center;gap:10px;color:#50524d;cursor:pointer;font-size:14px}.nav-item:hover,.nav-item--active{background:#ffffffb8;color:var(--ink)}.nav-item--active{font-weight:600;box-shadow:inset 0 0 0 1px #00000006}.history{margin-top:15px;min-height:0;overflow:hidden}.history__label{height:30px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;color:#858780;font-size:11px;font-weight:600;letter-spacing:.06em}.history__item{width:100%;height:36px;padding:0 10px;border:0;border-radius:8px;background:transparent;display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:#555750}.history__item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.history__item svg{opacity:0;flex:0 0 auto}.history__item:hover{background:#fff9}.history__item:hover svg{opacity:1}.sidebar__footer{margin-top:auto;display:grid;gap:6px}.balance-card{width:100%;padding:10px;border:1px solid #dcded8;border-radius:12px;background:#ffffffb8;display:flex;align-items:center;gap:9px;cursor:pointer;text-align:left}.balance-card__icon{width:30px;height:30px;flex:0 0 auto;border-radius:9px;background:var(--green-soft);color:var(--green);display:grid;place-items:center}.balance-card>span:nth-child(2){display:flex;flex:1;min-width:0;flex-direction:column}.avatar img{width:100%;height:100%;object-fit:cover}.balance-card small,.profile-row small{color:#81837d;font-size:10px}.balance-card b{margin-top:2px;font-size:13px}.profile-row{width:100%;padding:8px;border:0;border-radius:10px;background:transparent;display:flex;align-items:center;gap:9px;cursor:pointer;text-align:left}.profile-row:hover{background:#fff9}.avatar{width:30px;height:30px;border-radius:50%;background:#d8ddd8;display:grid;place-items:center;overflow:hidden;font-size:12px;font-weight:700}.profile-row>span:nth-child(2){flex:1;display:flex;flex-direction:column}.profile-row b{font-size:12px}.workspace{min-width:0;flex:1;min-height:100vh;display:flex;flex-direction:column;background:var(--canvas)}.topbar{height:62px;flex:0 0 62px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:10}.topbar h1{margin:0;font-size:16px;font-weight:600}.topbar__actions{margin-left:auto;display:flex;gap:2px}.model-picker{height:38px;padding:0 10px 0 12px;border:0;border-radius:10px;background:transparent;display:flex;align-items:center;gap:7px;font-weight:600;cursor:pointer}.model-picker:hover{background:#0000000a}.chat-view{flex:1;min-height:0;display:flex;flex-direction:column;position:relative}.welcome{width:min(760px,calc(100% - 36px));margin:auto auto 22px;display:flex;flex-direction:column;align-items:center;text-align:center}.welcome h2{margin:20px 0 7px;font-size:clamp(25px,3vw,34px);letter-spacing:-.035em;font-weight:600}.welcome>p{margin:0;color:var(--muted);font-size:14px}.suggestion-grid{width:100%;margin-top:35px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.suggestion-grid button{min-height:112px;padding:14px;border:1px solid var(--line);border-radius:15px;background:#ffffffad;text-align:left;cursor:pointer;transition:.18s ease}.suggestion-grid button:hover{transform:translateY(-2px);border-color:#d5d7d0;background:#fff;box-shadow:0 8px 25px #161c180f}.suggestion-grid svg{color:var(--green)}.suggestion-grid span{display:flex;flex-direction:column;margin-top:20px}.suggestion-grid b{font-size:13px}.suggestion-grid small{margin-top:5px;color:#777a73;font-size:11px;line-height:1.4}.composer-wrap{width:min(790px,calc(100% - 30px));margin:0 auto 8px}.composer{min-height:102px;padding:14px 14px 10px;border:1px solid #dadbd5;border-radius:24px;background:#fff;box-shadow:0 8px 32px #1b1f1c12}.composer textarea{width:100%;min-height:34px;max-height:170px;padding:2px 5px;resize:none;border:0;outline:0;background:transparent;color:var(--ink);font-size:15px}.composer textarea::placeholder{color:#989a94}.composer__bottom{display:flex;align-items:center;justify-content:space-between}.composer__bottom>div{display:flex;gap:5px}.composer-button{width:34px;height:34px;border:0;border-radius:50%;background:transparent;display:grid;place-items:center;cursor:pointer}.composer-button:hover{background:#f0f0ed}.tools-button{height:34px;padding:0 10px;border:0;border-radius:10px;background:transparent;display:flex;align-items:center;gap:6px;font-size:12px;cursor:pointer}.tools-button:hover{background:#f0f0ed}.send-button{width:34px;height:34px;border:0;border-radius:50%;background:#d8d9d5;color:#fff;display:grid;place-items:center}.send-button--ready{background:var(--ink);cursor:pointer}.composer-note{margin:8px 0 0;color:#93958f;font-size:10px;text-align:center}.page-frame{width:min(1100px,calc(100% - 48px));margin:35px auto 80px}.page-heading{margin-bottom:34px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.page-heading>div>span{color:var(--green);font-size:10px;font-weight:700;letter-spacing:.16em}.page-heading h2{margin:7px 0 8px;font-size:clamp(28px,4vw,42px);letter-spacing:-.045em}.page-heading p{max-width:660px;margin:0;color:var(--muted);line-height:1.6;font-size:14px}.primary-button{height:40px;padding:0 15px;border:0;border-radius:10px;background:var(--ink);color:#fff;display:flex;align-items:center;gap:7px;cursor:pointer;white-space:nowrap}.model-grid,.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.model-card,.plan-card{position:relative;min-height:240px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#ffffffc2}.model-glyph{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#e5ede8;color:#23664e}.model-glyph--2{background:#e8e6f3;color:#5b5191}.model-glyph--3{background:#f2eadc;color:#94672b}.status-dot{position:absolute;top:21px;right:20px;padding:5px 8px;border-radius:999px;background:#e9f4ed;color:#26704f;font-size:10px}.status-dot:before{content:"";display:inline-block;width:5px;height:5px;margin-right:5px;border-radius:50%;background:#2e9568;vertical-align:1px}.model-card h3{margin:35px 0 5px;font-size:17px}.model-card p{margin:0;color:var(--muted);font-size:12px}.tag-row{margin-top:15px;display:flex;flex-wrap:wrap;gap:6px}.tag-row span{padding:5px 8px;border-radius:7px;background:#f0f1ed;color:#666862;font-size:10px}.model-card footer{position:absolute;left:20px;right:20px;bottom:18px;padding-top:14px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.model-card footer b{color:var(--ink)}.panel{border:1px solid var(--line);border-radius:16px;background:#ffffffc7;overflow:hidden}.table-head,.table-row{min-width:720px;padding:0 18px;display:grid;grid-template-columns:1.4fr 1.5fr .8fr 60px;align-items:center;gap:15px}.table-head{height:42px;border-bottom:1px solid var(--line);color:#888a84;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.table-row{min-height:75px;font-size:12px}.key-name{display:flex;align-items:center;gap:10px}.key-name>span:last-child{display:flex;flex-direction:column}.key-name small{color:var(--muted);margin-top:3px}.key-icon{width:34px;height:34px;border-radius:10px;background:var(--green-soft);color:var(--green);display:grid;place-items:center}.table-row code,.endpoint-card code{color:#4d504b;font-size:11px}.text-button{border:0;background:none;color:var(--green);font-size:12px;cursor:pointer}.text-button:disabled,.primary-button:disabled{cursor:wait;opacity:.55}.text-button--danger{color:#a14a43}.key-actions{display:flex;align-items:center;gap:4px}.table-row--muted{opacity:.55}.empty-row{min-width:720px;min-height:95px;display:grid;place-items:center;color:#858780;font-size:12px}.empty-state{min-height:120px;padding:28px;display:grid;place-items:center;color:#858780;font-size:13px}.history__empty{padding:10px 8px;color:#9a9d97;font-size:11px}.inline-error{margin-bottom:12px;padding:11px 13px;border:1px solid #ecc9c4;border-radius:10px;background:#fff2f0;color:#9a4038;font-size:12px}.endpoint-card{margin-top:14px;padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:#fff9;display:flex;align-items:center;gap:12px}.endpoint-card>span{flex:1;display:flex;flex-direction:column;gap:3px}.endpoint-card small{color:var(--muted)}.endpoint-card button{border:0;background:transparent;color:var(--green);cursor:pointer}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.metric{padding:19px;border:1px solid var(--line);border-radius:16px;background:#ffffffbf}.metric>span{color:var(--muted);font-size:11px}.metric>b{display:block;margin-top:13px;font-size:25px;letter-spacing:-.035em}.metric footer{margin-top:14px;display:flex;justify-content:space-between}.metric footer small{color:var(--muted)}.metric footer em{color:var(--green);font-size:10px;font-style:normal}.chart-card{margin-top:14px;padding:20px;border:1px solid var(--line);border-radius:17px;background:#ffffffc7}.chart-card__header{display:flex;justify-content:space-between}.chart-card h3{margin:0 0 4px;font-size:15px}.chart-card p{margin:0;color:var(--muted);font-size:11px}.filter-button{height:32px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;display:flex;align-items:center;gap:5px;font-size:11px}.chart{height:250px;margin-top:25px;padding-top:20px;display:flex;align-items:flex-end;gap:clamp(6px,1.2vw,14px);border-bottom:1px solid var(--line);background:repeating-linear-gradient(to bottom,transparent 0,transparent 62px,#eeeeea 63px)}.chart span{flex:1;max-width:42px;min-height:5px;border-radius:6px 6px 0 0;background:linear-gradient(180deg,#3c876b,#8ab7a3);opacity:.9}.credit-hero{min-height:175px;padding:27px 30px;border-radius:22px;background:#1e2924;color:#fff;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.credit-hero>div:first-child{display:flex;flex-direction:column}.credit-hero span{color:#aebbb5;font-size:12px}.credit-hero strong{margin:10px 0 2px;font-size:39px;letter-spacing:-.04em}.credit-hero small{color:#8fa198}.credit-orbit{width:110px;height:110px;border:1px solid rgba(194,235,216,.25);border-radius:50%;display:grid;place-items:center;color:#b9decf;box-shadow:0 0 0 22px #b5dccb0b,0 0 0 44px #b5dccb06}.plan-grid{margin-top:15px}.plan-card{min-height:275px;display:flex;flex-direction:column}.plan-card--featured{border-color:#91ad9f;box-shadow:inset 0 0 0 1px #b9cbc2}.recommend{position:absolute;top:15px;right:15px;padding:5px 8px;border-radius:999px;background:var(--green-soft);color:var(--green);font-size:10px}.plan-card h3{margin:0 0 6px}.plan-card p{margin:0 0 25px;color:var(--muted);font-size:11px}.plan-card>b{font-size:24px}.plan-card>strong{margin-top:7px;color:#555850;font-size:13px}.plan-card>strong small{font-weight:400}.plan-card button{width:100%;height:40px;margin-top:auto;border:1px solid #dcded8;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.plan-card--featured button{border-color:var(--green);background:var(--green);color:#fff}.billing-error{margin-top:15px;margin-bottom:0}.redeem-box{margin-top:15px;padding:16px 18px;border:1px solid #e1e5e2;border-radius:16px;background:#fff;display:grid;grid-template-columns:1fr 240px 90px;gap:10px;align-items:center}.redeem-box div{display:grid;gap:4px}.redeem-box small{color:#818b86}.redeem-box input{height:40px;padding:0 12px;border:1px solid #d9dfdb;border-radius:9px;text-transform:uppercase}.redeem-box button{height:40px;border:0;border-radius:9px;background:#202723;color:#fff;cursor:pointer}.redeem-box button:disabled{opacity:.5;cursor:default}.redeem-box em{grid-column:2 / -1;color:#347157;font-size:12px;font-style:normal}.payment-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;padding:20px;background:#191c1961;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center}.payment-modal{position:relative;width:min(410px,100%);min-height:510px;padding:36px;border-radius:23px;background:#fff;box-shadow:0 30px 80px #0003;display:flex;flex-direction:column;align-items:center;text-align:center}.payment-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:0;border-radius:50%;background:#f1f2ef;display:grid;place-items:center;cursor:pointer}.payment-modal>h3{margin:3px 0 5px;font-size:20px}.payment-modal>p{margin:0;color:#8a8c85;font-size:9px}.payment-modal>img{width:245px;height:245px;margin-top:24px}.payment-modal>strong{margin-top:15px;font-size:24px}.payment-modal>small{margin-top:5px;color:#8a8c85;font-size:10px}.payment-modal>.simulate-button{margin-top:17px}.payment-success{margin:auto 0;display:flex;flex-direction:column;align-items:center}.payment-success>span{width:62px;height:62px;border-radius:50%;background:#e1f1e8;color:#277451;display:grid;place-items:center}.payment-success h3{margin:22px 0 7px;font-size:22px}.payment-success p{margin:0;color:#777a73;font-size:11px}.payment-success button{margin-top:28px;padding:10px 24px;border:0;border-radius:9px;background:#222622;color:#fff;cursor:pointer}.mobile-only,.scrim{display:none}.marketing-site{min-height:100vh;background:#f7f7f4;color:#1f211e}.site-header{width:min(1180px,calc(100% - 48px));height:76px;margin:0 auto;display:flex;align-items:center;position:relative;z-index:20}.site-brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}.site-brand>span{display:flex;flex-direction:column;line-height:1}.site-brand b{font-size:15px;letter-spacing:.12em}.site-brand small{margin-top:5px;color:#85877f;font-size:9px;letter-spacing:.13em;text-transform:uppercase}.site-nav{margin:0 auto;display:flex;align-items:center;gap:31px}.site-nav a{color:#5d6059;font-size:13px;text-decoration:none}.site-nav a:hover{color:#171916}.site-header__actions{display:flex;align-items:center}.site-login{padding:10px 15px;border-radius:10px;background:#20231f;color:#fff;font-size:12px;font-weight:600;text-decoration:none}.site-menu{display:none;width:38px;height:38px;margin-left:5px;border:0;background:transparent;place-items:center}.site-hero{position:relative;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:105px 0 80px;text-align:center;overflow:hidden}.site-hero__glow{position:absolute;top:-240px;left:50%;width:720px;height:520px;border-radius:50%;background:radial-gradient(circle,#89bba23b,#f7f7f400 68%);transform:translate(-50%);pointer-events:none}.site-kicker{position:relative;width:max-content;margin:0 auto 23px;padding:7px 11px;border:1px solid #daddd6;border-radius:999px;background:#ffffffad;color:#3b6f5a;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:600}.site-hero h1{position:relative;margin:0;font-size:clamp(48px,7.2vw,88px);font-weight:600;line-height:1.06;letter-spacing:-.06em}.site-hero h1 em{color:#427862;font-style:normal}.site-hero>p{position:relative;max-width:650px;margin:28px auto 0;color:#696c65;font-size:16px;line-height:1.75}.site-hero__actions{position:relative;margin-top:32px;display:flex;align-items:center;justify-content:center;gap:10px}.site-primary,.site-secondary{height:44px;padding:0 18px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:600;text-decoration:none}.site-primary{background:#20231f;color:#fff;box-shadow:0 7px 20px #191f1b24}.site-secondary{border:1px solid #daddd6;background:#ffffffa6;color:#3e413c}.product-preview{position:relative;width:min(940px,94%);height:490px;margin:83px auto 0;border:1px solid #d8dad4;border-radius:22px;background:#fff;display:flex;overflow:hidden;text-align:left;box-shadow:0 35px 80px #212a2521,0 3px 8px #212a250d}.product-preview:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:inset 0 1px #fffc;pointer-events:none}.product-preview__sidebar{width:190px;padding:17px 13px;background:#efefec;display:flex;flex-direction:column;gap:5px}.preview-brand{margin-bottom:21px;display:flex;align-items:center;gap:9px;font-size:12px;font-weight:700}.product-preview__sidebar>span{padding:10px;border-radius:8px;color:#666962;display:flex;align-items:center;gap:8px;font-size:10px}.product-preview__sidebar .preview-active{background:#fffc;color:#22241f}.product-preview__main{flex:1;min-width:0;padding:21px 25px;background:#f9f9f7;display:flex;flex-direction:column}.product-preview__main>small{font-size:11px;font-weight:600}.preview-center{margin:auto;display:flex;flex-direction:column;align-items:center;text-align:center}.preview-center .brand-mark{width:38px;height:38px;border-radius:12px}.preview-center b{margin-top:15px;font-size:19px}.preview-center p{margin:6px 0 0;color:#83857f;font-size:10px}.preview-input{width:min(570px,94%);height:72px;margin:0 auto 5px;padding:16px;border:1px solid #ddded9;border-radius:19px;background:#fff;color:#969892;display:flex;justify-content:space-between;font-size:11px;box-shadow:0 8px 24px #20262212}.preview-input i{align-self:flex-end;width:27px;height:27px;border-radius:50%;background:#252724;color:#fff;display:grid;place-items:center;font-style:normal}.trust-strip{min-height:82px;padding:20px 24px;border-top:1px solid #e1e2dd;border-bottom:1px solid #e1e2dd;display:flex;align-items:center;justify-content:center;gap:clamp(20px,4vw,54px);color:#777a73;font-size:11px;letter-spacing:.04em}.trust-strip i{width:3px;height:3px;border-radius:50%;background:#9da099}.site-section{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:130px 0}.site-section__heading{max-width:720px}.site-section__heading>span,.scenario-copy>span,.security-section>div:first-child>span{color:#38755c;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.site-section__heading h2,.scenario-copy h2,.security-section h2{margin:12px 0 17px;font-size:clamp(34px,4.4vw,55px);line-height:1.13;letter-spacing:-.045em}.site-section__heading p,.scenario-copy>p{margin:0;color:#6e716a;font-size:14px;line-height:1.75}.capability-grid{margin-top:62px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #dedfd9;border-left:1px solid #dedfd9}.capability-grid article{min-height:230px;padding:28px;border-right:1px solid #dedfd9;border-bottom:1px solid #dedfd9;background:#ffffff40}.capability-grid article>span{width:39px;height:39px;border-radius:11px;background:#e3eee8;color:#37745b;display:grid;place-items:center}.capability-grid h3{margin:38px 0 9px;font-size:16px}.capability-grid p{margin:0;color:#747770;font-size:12px;line-height:1.7}.scenarios{display:grid;grid-template-columns:.85fr 1.15fr;gap:85px;align-items:center}.scenario-copy ul{margin:32px 0 0;padding:0;display:grid;gap:14px;list-style:none}.scenario-copy li{display:flex;align-items:center;gap:9px;color:#444741;font-size:13px}.scenario-copy li svg{color:#337358}.scenario-card{padding:24px;border:1px solid #d9dcd5;border-radius:21px;background:#fff;box-shadow:0 22px 55px #252e2817}.scenario-card__top{display:grid;grid-template-columns:34px 1fr auto;grid-template-rows:1fr 1fr;align-items:center;column-gap:10px}.scenario-avatar{grid-row:1 / 3;width:34px;height:34px;border-radius:10px;background:#222a26;color:#fff;display:grid;place-items:center;font-size:11px}.scenario-card__top b{align-self:end;font-size:12px}.scenario-card__top small{grid-column:2;align-self:start;color:#8a8c86;font-size:9px}.scenario-file{margin-top:24px;padding:15px;border:1px solid #e2e3de;border-radius:12px;background:#f7f8f5;color:#557762;display:flex;align-items:center;gap:12px}.scenario-file span{display:flex;flex-direction:column}.scenario-file b{color:#343732;font-size:11px}.scenario-file small{margin-top:3px;color:#888a83;font-size:9px}.scenario-card>p{margin:24px 3px 19px;color:#3f423d;font-size:12px;line-height:1.7}.scenario-answer{padding:16px;border-radius:12px;background:#edf4ef;color:#416653;display:flex;align-items:flex-start;gap:10px;font-size:11px;line-height:1.7}.scenario-answer svg{flex:0 0 auto;margin-top:2px}.security-section{padding:100px max(24px,calc((100vw - 1120px)/2));background:#1e2823;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:100px}.security-section h2{margin-bottom:0;font-size:clamp(33px,4vw,51px)}.security-section>div:first-child>span{color:#9bc3b1}.security-points{display:grid}.security-points p{margin:0;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:110px 1fr;gap:20px}.security-points b{font-size:13px}.security-points span{color:#aeb8b2;font-size:11px;line-height:1.7}.site-cta{padding:135px 24px;display:flex;flex-direction:column;align-items:center;text-align:center}.site-cta h2{margin:25px 0 10px;font-size:clamp(38px,5vw,60px);letter-spacing:-.05em}.site-cta p{margin:0;color:#74776f;font-size:14px}.site-cta a{margin-top:28px;height:44px;padding:0 18px;border-radius:11px;background:#20231f;color:#fff;display:flex;align-items:center;gap:8px;text-decoration:none;font-size:13px}.site-footer{padding:0 max(24px,calc((100vw - 1120px)/2));background:#ecece8}.site-footer__main{min-height:270px;padding:57px 0;display:grid;grid-template-columns:180px 1fr 1.7fr;gap:50px}.site-footer__brand{display:flex;align-items:center;gap:10px}.site-footer__brand>div{display:flex;flex-direction:column}.site-footer__brand b{font-size:14px}.site-footer__brand span{color:#7b7d76;font-size:9px;letter-spacing:.1em}.site-footer__main>p{margin:4px 0;max-width:260px;color:#73766f;font-size:11px;line-height:1.8}.site-footer__links{display:grid;grid-template-columns:.7fr .7fr 1.4fr;gap:30px}.site-footer__links>div{display:flex;flex-direction:column;gap:10px}.site-footer__links b{margin-bottom:6px;font-size:11px}.site-footer__links a,.site-footer__links span{color:#74776f;font-size:10px;line-height:1.6;text-decoration:none}.site-footer__links a:hover{color:#1f211e}.site-footer__bottom{min-height:58px;border-top:1px solid #d7d8d2;color:#858780;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:9px}.site-footer__bottom a{color:inherit;text-decoration:none}.site-footer__bottom a:hover{color:#343731;text-decoration:underline}.legal-page{width:min(760px,calc(100% - 48px));margin:75px auto 120px}.legal-page>a{color:#557364;font-size:12px;text-decoration:none}.legal-page>span{display:block;margin-top:65px;color:#36745a;font-size:10px;font-weight:700;letter-spacing:.16em}.legal-page h1{margin:12px 0 8px;font-size:clamp(38px,6vw,60px);letter-spacing:-.05em}.legal-page>small{color:#858780}.legal-intro{margin:40px 0 55px;padding:23px 25px;border-radius:14px;background:#ecefe9;color:#555951;line-height:1.85}.legal-page section{margin-top:37px}.legal-page section h2{font-size:18px}.legal-page section p{color:#5e625a;font-size:13px;line-height:2}.login-page{min-height:100vh;background:#f5f6f2;color:#20231f}.login-header{width:min(1160px,calc(100% - 48px));height:76px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.login-header>a:first-child{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}.login-header>a:first-child>span{display:flex;flex-direction:column;line-height:1}.login-header b{font-size:14px;letter-spacing:.1em}.login-header small{margin-top:5px;color:#85877f;font-size:9px;letter-spacing:.12em}.login-header>a:last-child{color:#747770;font-size:12px;text-decoration:none}.login-shell{width:min(1040px,calc(100% - 48px));min-height:calc(100vh - 76px);margin:0 auto;padding:50px 0 100px;display:grid;grid-template-columns:1fr 430px;gap:100px;align-items:center}.login-copy>span{color:#39745b;font-size:10px;font-weight:700;letter-spacing:.16em}.login-copy h1{max-width:570px;margin:16px 0 20px;font-size:clamp(42px,5vw,64px);line-height:1.1;letter-spacing:-.05em}.login-copy>p{max-width:510px;margin:0;color:#6e716a;font-size:14px;line-height:1.8}.login-copy>div{margin-top:42px;display:grid;gap:22px}.login-copy>div>p{margin:0;display:flex;align-items:flex-start;gap:12px}.login-copy>div svg{flex:0 0 auto;margin-top:1px;color:#39745b}.login-copy>div span{display:flex;flex-direction:column}.login-copy>div b{font-size:12px;letter-spacing:0}.login-copy>div small{margin-top:4px;color:#84877f;font-size:10px;letter-spacing:0}.login-card{min-height:540px;padding:34px;border:1px solid #dedfd9;border-radius:24px;background:#ffffffdb;box-shadow:0 30px 70px #232b261a;display:flex;flex-direction:column;align-items:center}.login-card__title{text-align:center}.login-card__title h2{margin:0;font-size:20px}.login-card__title p{margin:8px 0 0;color:#81847c;font-size:11px}.qr-frame{position:relative;width:272px;height:272px;margin-top:29px;border:1px solid #e0e1dc;border-radius:17px;background:#fff;display:grid;place-items:center;overflow:hidden}.qr-frame>img{width:252px;height:252px}.qr-frame--loading{color:#39745b}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.qr-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:25px;background:#f8f9f6f0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.qr-overlay>span{width:52px;height:52px;margin-bottom:12px;border-radius:50%;background:#dcefe5;color:#26704f;display:grid;place-items:center}.qr-overlay>b{font-size:14px}.qr-overlay>small{max-width:210px;margin-top:7px;color:#898c84;font-size:10px;line-height:1.5}.qr-overlay>button{margin-top:16px;padding:8px 12px;border:0;border-radius:8px;background:#242824;color:#fff;font-size:10px;cursor:pointer}.qr-preview{display:flex;flex-direction:column;align-items:center;text-align:center;color:#436d5a}.qr-preview b{margin-top:17px;color:#343732;font-size:13px}.qr-preview p{margin:7px 0 0;color:#8a8d85;font-size:10px}.qr-tip{height:22px;margin:15px 0 0;display:flex;align-items:center;gap:7px;color:#6f726b;font-size:10px}.qr-mode-button{margin-top:2px;padding:5px 8px;border:0;background:transparent;color:#44725c;font-size:10px;cursor:pointer}.qr-mode-button:disabled{color:#9b9e98;cursor:wait}.qr-mode-error{max-width:270px;margin-top:3px;color:#b34d43;font-size:9px;text-align:center}.pulse-dot{width:6px;height:6px;border-radius:50%;background:#3b8c68;box-shadow:0 0 #3b8c6866;animation:pulse 1.8s infinite}@keyframes pulse{70%{box-shadow:0 0 0 7px #3b8c6800}to{box-shadow:0 0 #3b8c6800}}.simulate-button{margin-top:3px;padding:7px 10px;border:1px dashed #bdc8c1;border-radius:8px;background:#f2f6f3;color:#47725e;font-size:9px;cursor:pointer}.preview-workbench{margin-top:18px;padding:10px 15px;border-radius:9px;background:#222622;color:#fff;font-size:11px;text-decoration:none}.login-consent{margin-top:auto;color:#989b93;font-size:9px}.login-consent a{color:#656962;text-decoration:none}@media(max-width:900px){.suggestion-grid{grid-template-columns:repeat(2,1fr)}.suggestion-grid button{min-height:95px}.model-grid,.plan-grid{grid-template-columns:1fr}.redeem-box{grid-template-columns:1fr 88px}.redeem-box div,.redeem-box em{grid-column:1 / -1}.model-card{min-height:220px}.site-nav{gap:16px}.site-nav a{font-size:11px}.capability-grid{grid-template-columns:repeat(2,1fr)}.scenarios{grid-template-columns:1fr;gap:50px}.scenario-card{max-width:650px}.security-section{gap:50px}.site-footer__main{grid-template-columns:1fr 1fr}.site-footer__links{grid-column:1 / -1}.login-shell{grid-template-columns:1fr 390px;gap:45px}}@media(max-width:720px){.desktop-only{display:none}.mobile-only{display:grid}.sidebar{position:fixed;inset:0 auto 0 0;transform:translate(-102%);transition:transform .2s ease;box-shadow:20px 0 50px #0000001f}.sidebar--open{transform:translate(0)}.scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:15;border:0;background:#14161440}.topbar{padding:0 10px}.model-picker{position:absolute;left:50%;transform:translate(-50%)}.welcome{margin-bottom:14px}.welcome .brand-mark{width:38px;height:38px}.welcome h2{margin-top:15px}.suggestion-grid{margin-top:25px;gap:7px}.suggestion-grid button{min-height:76px;padding:11px}.suggestion-grid span{margin-top:10px}.suggestion-grid small{display:none}.composer{min-height:94px;border-radius:21px}.composer-note{line-height:1.4}.page-frame{width:calc(100% - 28px);margin-top:20px}.page-heading{align-items:flex-start;flex-direction:column;margin-bottom:24px}.page-heading h2{font-size:30px}.panel{overflow-x:auto}.metric-grid{grid-template-columns:1fr}.chart{height:190px;gap:5px}.credit-hero{min-height:150px;padding:22px}.credit-hero strong{font-size:31px}.credit-orbit{width:75px;height:75px}.site-header{width:calc(100% - 28px);height:66px}.site-header__actions{margin-left:auto}.site-menu{display:grid}.site-nav{display:none;position:absolute;top:60px;left:0;right:0;padding:13px;border:1px solid #dedfd9;border-radius:13px;background:#fafaf8fa;box-shadow:0 12px 35px #0000001a}.site-nav--open{display:grid;gap:2px}.site-nav a{padding:12px;border-radius:8px;font-size:13px}.site-login{padding:9px 11px;font-size:11px}.site-hero{width:calc(100% - 28px);padding:77px 0 55px}.site-hero h1{font-size:clamp(43px,14vw,65px)}.site-hero>p{font-size:14px}.product-preview{width:100%;height:360px;margin-top:60px}.product-preview__sidebar{display:none}.product-preview__main{padding:18px}.trust-strip{justify-content:flex-start;overflow:hidden;white-space:nowrap}.site-section{width:calc(100% - 32px);padding:90px 0}.site-section__heading h2,.scenario-copy h2,.security-section h2{font-size:36px}.capability-grid{grid-template-columns:1fr;margin-top:40px}.capability-grid article{min-height:190px}.security-section{padding:80px 24px;grid-template-columns:1fr;gap:35px}.security-points p{grid-template-columns:90px 1fr}.site-footer__main{grid-template-columns:1fr;gap:25px}.site-footer__links{grid-template-columns:1fr 1fr}.site-footer__links>div:last-child{grid-column:1 / -1}.site-footer__bottom{padding:15px 0;align-items:flex-start;flex-direction:column;justify-content:center}.legal-page{width:calc(100% - 32px);margin-top:45px}.login-header{width:calc(100% - 30px);height:66px}.login-shell{width:calc(100% - 30px);min-height:auto;padding:35px 0 80px;grid-template-columns:1fr;gap:38px}.login-copy{text-align:center}.login-copy h1{margin-left:auto;margin-right:auto;font-size:39px}.login-copy>p{margin-left:auto;margin-right:auto}.login-copy>div{display:none}.login-card{width:100%;min-height:520px;padding:28px 18px}.qr-frame{width:260px;height:260px}.qr-frame>img{width:242px;height:242px}}
