:root{--ink:#111216;--muted:#667080;--line:#e5e7eb;--paper:#fafaf8;--blue:#2463d4;--soft:#eef4ff;--green:#13815b}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif}.shell{width:min(1080px,calc(100% - 36px));margin:auto}.top{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:9px;color:var(--ink);text-decoration:none}.brand img{width:35px;height:35px;border-radius:10px;object-fit:cover}.brand b{font-size:18px}.brand span{color:var(--blue)}nav{display:flex;gap:23px}nav a,footer a{font-size:10px;color:#626b78;text-decoration:none;font-weight:700}nav a.active{color:var(--blue)}.hero{padding:65px 0 43px;border-bottom:1px solid var(--line)}.eyebrow{font-size:9px;letter-spacing:.16em;font-weight:800;color:var(--blue)}h1{font-size:46px;letter-spacing:-.05em;margin:12px 0}.hero p,.content p,.content li{font-size:12px;color:var(--muted);line-height:1.75;max-width:720px}.layout{display:grid;grid-template-columns:190px 1fr;gap:50px;padding:45px 0 80px}.side{position:sticky;top:20px;height:max-content}.side a{display:block;padding:8px 9px;border-left:2px solid var(--line);font-size:10px;color:var(--muted);text-decoration:none}.content section{margin-bottom:45px;scroll-margin-top:25px}.content h2{font-size:24px;letter-spacing:-.03em;margin:0 0 10px}.content h3{font-size:14px;margin:24px 0 8px}code{font:10px 'DM Mono';background:#f0f2f5;border:1px solid #e0e3e7;border-radius:5px;padding:2px 5px}.code{background:#17191e;color:#d9dce3;border-radius:10px;padding:18px;white-space:pre-wrap;overflow:auto;font:10px/1.85 'DM Mono';position:relative}.copy{position:absolute;right:8px;top:8px;background:#292d35;color:#bbb;border:1px solid #414650;border-radius:5px;font-size:8px;padding:5px}.callout{padding:13px;border:1px solid #d8e3f5;background:#f0f5fd;color:#405c86;border-radius:8px;font-size:10px;line-height:1.7}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.model{background:#fff;border:1px solid var(--line);border-radius:8px;padding:11px}.model b{font:500 10px 'DM Mono'}.model span{display:block;color:var(--muted);font-size:8px;margin-top:5px}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{padding:11px;border:1px solid var(--line);font-size:9px;text-align:left}.table td:first-child{font-family:'DM Mono'}.checker{max-width:650px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:24px}.checker input{height:46px;width:100%;border:1px solid var(--line);border-radius:8px;padding:0 12px;font:11px 'DM Mono';margin:8px 0}.primary{height:42px;background:var(--ink);color:#fff;border:0;border-radius:8px;padding:0 16px;font-weight:700}.result{margin-top:15px}.result-card{border:1px solid var(--line);border-radius:9px;padding:14px}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:10px}.result-grid div{background:#f6f7f8;padding:9px;border-radius:6px}.result-grid small{font-size:7px;color:var(--muted);display:block}.result-grid b{font-size:9px}.good{color:var(--green)}.bad{color:#b43d3d}footer{border-top:1px solid var(--line);padding:30px 0 40px;display:flex;justify-content:space-between;color:var(--muted);font-size:9px}@media(max-width:700px){nav{display:none}.layout{grid-template-columns:1fr}.side{display:none}.grid{grid-template-columns:1fr}h1{font-size:37px}.result-grid{grid-template-columns:1fr 1fr}}

.menu-toggle{display:none;width:40px;height:40px;padding:0;background:#fff;border:1px solid var(--line);border-radius:9px;font-size:18px}.product-page{padding:45px 0 85px}.back{font-size:10px;color:var(--muted);text-decoration:none}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center;margin-top:28px}.product-hero{width:100%;border-radius:18px;box-shadow:0 28px 70px #12182426}.assurance{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:9px;margin-top:15px}.product-copy h1{font-size:42px}.lead{font-size:13px!important}.offer{border-block:1px solid var(--line);padding:19px 0;margin:22px 0}.offer small,.offer span{display:block;color:var(--muted);font-size:8px}.offer strong{font-size:34px}.buy{display:flex;text-decoration:none;align-items:center;justify-content:center}.fine{font-size:9px!important;text-align:center}.product-info{margin-top:75px;padding-top:45px;border-top:1px solid var(--line);display:grid;grid-template-columns:.75fr 1.25fr;gap:45px}.product-info h2{font-size:30px}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.info-grid article{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px}.info-grid b{font-size:11px}.info-grid p{font-size:9px;line-height:1.65;color:var(--muted)}.product-loading{min-height:60vh;display:grid;place-content:center;text-align:center}.product-loading .primary{display:inline-grid;place-items:center;text-decoration:none}
@media(max-width:700px){.top{position:relative}.menu-toggle{display:block;margin-left:auto}.top nav.open{display:flex;position:absolute;z-index:30;top:65px;left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:12px;padding:17px;flex-direction:column;gap:16px;box-shadow:0 18px 45px #0002}.product-layout,.product-info{grid-template-columns:1fr}.product-copy h1{font-size:33px}.info-grid{grid-template-columns:1fr}.assurance{flex-wrap:wrap}}

.checkout-body{background:#f4f4f1}.secure-label{font-size:9px;font-weight:800;letter-spacing:.12em;color:var(--green)}.checkout-page{padding:35px 0 80px}.checkout-layout{display:grid;grid-template-columns:1fr 390px;gap:45px;align-items:start;margin-top:28px}.checkout-main{background:#fff;border:1px solid var(--line);border-radius:16px;padding:35px}.checkout-main h1{font-size:34px;margin:10px 0 12px}.checkout-main>p{font-size:11px;line-height:1.75;color:var(--muted)}.order-summary{background:#19191d;color:#fff;border-radius:16px;padding:20px;position:sticky;top:20px;overflow:hidden}.order-summary>img{width:calc(100% + 40px);height:155px;object-fit:cover;margin:-20px -20px 20px}.order-summary h2{font-size:16px;line-height:1.45;margin:7px 0 20px}.order-summary>div{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid #34343a;font-size:10px;color:#a9a9b1}.order-summary>div b{color:#fff}.order-summary .summary-total{font-size:14px}.order-summary>small{display:block;font-size:8px;line-height:1.65;color:#8f9099;margin-top:13px}.auth-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:25px 0}.auth-benefits div{background:var(--soft);padding:12px;border-radius:8px;font-size:9px;color:#405b87}.checkout-primary{width:100%;font-size:11px}.checkout-notice{padding:12px;border-radius:8px;background:#eef4ff;color:#345a96;font-size:9px;margin:12px 0}.checkout-notice.bad{background:#fff0f0;color:#a43b3b}.buyer-row{display:flex;align-items:center;gap:11px;background:#f5f6f7;border-radius:10px;padding:12px;margin:23px 0}.buyer-row img,.buyer-row i{width:43px;height:43px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:var(--soft);font-style:normal}.buyer-row div{display:flex;flex-direction:column}.buyer-row div b{font-size:11px}.buyer-row div span{font-size:8px;color:var(--muted)}.buyer-row strong{margin-left:auto;font-size:10px}.quantity-label{display:flex;justify-content:space-between;font-size:10px;font-weight:700}.quantity-label span{font-size:8px;color:var(--muted)}.quantity{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:9px;margin:8px 0 18px}.quantity button{width:44px;height:43px;border:0;background:var(--soft);font-size:18px}.secondary-checkout{width:100%;height:42px;margin-top:8px;border:1px solid var(--line);background:#fff;border-radius:8px;font-weight:700}.checkout-success{max-width:570px;min-height:65vh;margin:auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.checkout-success>span{width:65px;height:65px;border-radius:50%;display:grid;place-items:center;background:#e9f8f1;color:var(--green);font-size:27px;margin-bottom:20px}.checkout-success h1{font-size:38px}.checkout-success p{font-size:11px;color:var(--muted)}.checkout-success .primary{display:grid;place-items:center;text-decoration:none;width:100%;margin:20px 0 12px}.checkout-success>a:last-child{font-size:10px;color:var(--muted)}
@media(max-width:760px){.checkout-layout{grid-template-columns:1fr;gap:18px}.order-summary{grid-row:1;position:static}.checkout-main{padding:24px 18px}.auth-benefits{grid-template-columns:1fr}.secure-label{font-size:7px}.checkout-main h1{font-size:28px}.buyer-row{flex-wrap:wrap}.buyer-row strong{width:100%;margin-left:54px}}

.crypto-checkout{width:100%;height:44px;margin-top:9px;border:1px solid #6d48c7;background:#f3effc;color:#5d37b6;border-radius:8px;font-weight:800}.crypto-checkout:disabled{opacity:.55}.direct-note{text-align:center;font-size:8px!important;color:var(--muted);margin:11px 0 0}

.delivered-list{width:100%;display:grid;gap:10px;margin:22px 0}.checkout-success.wide{max-width:720px}.delivered-item{text-align:left;background:#17191e;color:#fff;border-radius:10px;padding:14px}.delivered-item small{font-size:7px;color:#9b9da6}.delivered-item pre{white-space:pre-wrap;overflow-wrap:anywhere;font:10px/1.6 DM Mono;margin:9px 0}.delivered-item button{border:1px solid #40434b;background:#292c33;color:#fff;border-radius:6px;padding:7px;font-size:8px}.account-page{padding:45px 0 90px}.account-header{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center;background:#19191d;color:#fff;border-radius:18px;padding:30px}.account-user{display:flex;align-items:center;gap:17px}.account-user img,.account-user i{width:72px;height:72px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:#302744;font-style:normal;font-size:25px}.account-user h1{font-size:29px;margin:5px 0}.account-user p{font-size:9px;color:#a6a7af;margin:0}.account-metrics{display:grid;grid-template-columns:repeat(3,110px);gap:8px}.account-metrics div{background:#242429;border:1px solid #35353c;border-radius:10px;padding:14px}.account-metrics small{display:block;font-size:7px;color:#8f9099}.account-metrics b{font-size:15px}.orders-section{padding-top:55px}.orders-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:23px}.orders-title h2{font-size:30px;margin:7px 0}.orders-title p{font-size:10px;color:var(--muted)}.orders-title .primary{display:grid;place-items:center;text-decoration:none}.orders-list{display:grid;gap:12px}.order-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:20px}.order-top{display:flex;justify-content:space-between;gap:15px}.order-top h3{font-size:14px;margin:7px 0 3px}.order-top small{font-size:8px;color:var(--muted)}.order-status{font-size:7px;color:var(--green);font-weight:800}.credential{background:#f4f5f7;border-radius:9px;padding:13px;margin-top:16px}.credential>div{display:flex;justify-content:space-between}.credential small{font-size:7px;font-weight:800;color:var(--muted)}.credential pre{white-space:pre-wrap;overflow-wrap:anywhere;font:10px/1.65 DM Mono;margin:12px 0}.credential pre.masked{letter-spacing:.12em;color:#707784}.credential button{border:0;background:none;color:var(--blue);font-size:8px;font-weight:800}.credential .copy-order{background:#17191e;color:#fff;border-radius:6px;padding:8px 10px}.credential.pending{font-size:9px;color:var(--muted)}.account-empty{min-height:55vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.account-empty p{font-size:10px;color:var(--muted);max-width:480px}.account-empty .primary{display:grid;place-items:center;text-decoration:none;margin-top:17px}.account-empty.compact{min-height:230px;border:1px dashed var(--line);border-radius:12px}
@media(max-width:760px){.account-header{grid-template-columns:1fr;padding:22px 17px}.account-user img,.account-user i{width:58px;height:58px}.account-user h1{font-size:22px}.account-metrics{grid-template-columns:repeat(3,1fr)}.account-metrics div{padding:11px 8px}.orders-title{align-items:flex-start;flex-direction:column;gap:14px}.order-card{padding:16px}.order-top h3{font-size:12px}}

.support-hero{padding:75px 0 65px}.support-hero h1{font-size:52px;letter-spacing:-.055em;margin:13px 0}.support-hero>p{max-width:650px;color:var(--muted);font-size:13px;line-height:1.75}.support-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:35px}.support-actions a{position:relative;min-height:145px;padding:22px;border:1px solid var(--line);background:#fff;border-radius:13px;text-decoration:none;color:var(--ink);display:flex;flex-direction:column}.support-actions a.support-primary{background:#19191d;color:#fff;border-color:#19191d}.support-actions b{font-size:13px}.support-actions span{font-size:9px;line-height:1.6;color:var(--muted);margin-top:7px;max-width:180px}.support-primary span{color:#a5a5ad}.support-actions i{margin-top:auto;font-style:normal;font-size:19px;color:var(--blue)}.support-guide{border-block:1px solid var(--line);padding:55px 0;display:grid;grid-template-columns:.6fr 1.4fr;gap:45px}.support-guide h2,.support-faq h2{font-size:31px;letter-spacing:-.04em}.support-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.support-steps article{background:#fff;border:1px solid var(--line);border-radius:11px;padding:18px}.support-steps article>b{font:500 9px DM Mono;color:var(--blue)}.support-steps h3{font-size:12px;margin:20px 0 7px}.support-steps p,.support-faq p{font-size:9px;line-height:1.7;color:var(--muted)}.support-faq{padding:60px 0 85px;max-width:760px!important}.support-faq details{border-top:1px solid var(--line);padding:16px 0}.support-faq details:last-child{border-bottom:1px solid var(--line)}.support-faq summary{font-size:11px;font-weight:700;cursor:pointer}.support-faq a{color:var(--blue)}
@media(max-width:700px){.support-hero{padding-top:48px}.support-hero h1{font-size:39px}.support-actions,.support-guide,.support-steps{grid-template-columns:1fr}.support-guide{gap:20px}.support-actions a{min-height:120px}}

footer{flex-wrap:wrap}.footer-support{width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:14px;border-top:1px solid var(--line);padding-top:18px;margin-top:8px}.footer-support b{font-size:8px;letter-spacing:.12em;color:var(--ink)}.footer-support a{font-size:9px}@media(max-width:700px){.footer-support{align-items:flex-start;flex-direction:column;gap:10px}}

.platform-footer{display:block!important;padding:55px 0 30px!important;border-top:1px solid #dfe2e1!important;color:#68716f!important}.footer-main{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:55px}.footer-brand>a{display:flex;align-items:center;gap:9px;color:#15191c;text-decoration:none}.footer-brand img{width:38px;height:38px;border-radius:10px}.footer-brand b{font-size:15px}.footer-brand b span{color:#2463d4}.footer-brand p{max-width:260px;font-size:8px;line-height:1.7;margin:17px 0;color:#77807e}.footer-status{font-size:7px;color:#357256}.footer-status i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#20ad70;margin-right:5px}.footer-column{display:flex;flex-direction:column;gap:10px}.footer-column>b{font-size:7px;letter-spacing:.14em;color:#8a9290;margin-bottom:5px}.footer-column a{font-size:8px!important;color:#3f4846!important;text-decoration:none}.footer-column a:hover{color:#2463d4!important}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:45px;padding-top:18px;border-top:1px solid #dfe2e1;font-size:7px;color:#89918f}@media(max-width:700px){.platform-footer{padding-top:38px!important}.footer-main{grid-template-columns:1fr 1fr;gap:32px 20px}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px;margin-top:35px}}

.platform-footer{width:min(1080px,calc(100% - 36px))!important;margin:24px auto!important;padding:48px 42px 27px!important;border:0!important;border-radius:20px;background:#111416;color:#929a98!important}.platform-footer .footer-brand>a{color:#fff}.platform-footer .footer-brand p{color:#8f9795}.platform-footer .footer-column>b{color:#626b69}.platform-footer .footer-column a{color:#c4cac8!important}.platform-footer .footer-bottom{border-color:#2a2e2d;color:#6f7775}.platform-footer .footer-status{color:#65d19e}@media(max-width:700px){.platform-footer{width:calc(100% - 28px)!important;padding:36px 24px 24px!important}}

/* Developer documentation */
.docs-hero p{max-width:790px}.docs-actions{display:flex;align-items:center;gap:18px;margin-top:25px}.docs-actions .primary{display:inline-flex;align-items:center;text-decoration:none}.docs-actions>a:last-child{font-size:10px;font-weight:800;color:var(--blue);text-decoration:none}.docs-layout{grid-template-columns:210px minmax(0,1fr)}.docs-layout .side b{display:block;font-size:8px;letter-spacing:.14em;margin:0 0 12px 9px}.docs-content{min-width:0}.docs-content>section{padding-bottom:45px;border-bottom:1px solid var(--line)}.section-icon{display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid #b8c9e8;border-radius:8px;color:var(--blue);font:500 9px DM Mono;margin-bottom:12px}.connection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:22px 0}.connection-grid article{background:#fff;border:1px solid var(--line);border-radius:11px;padding:15px;min-width:0}.connection-grid small,.provider-intro small{display:block;font-size:7px;font-weight:800;letter-spacing:.12em;color:var(--muted);margin-bottom:8px}.connection-grid b{display:block;font:500 9px DM Mono;overflow-wrap:anywhere}.connection-grid span{display:block;font-size:8px;color:var(--muted);line-height:1.55;margin-top:8px}.callout b{color:#233957}.provider{background:#fff;border:1px solid var(--line);border-radius:14px;margin:12px 0;overflow:hidden}.provider>summary{display:flex;align-items:center;gap:13px;padding:17px;cursor:pointer;list-style:none}.provider>summary::-webkit-details-marker,.setup-list summary::-webkit-details-marker,.model-groups summary::-webkit-details-marker{display:none}.provider>summary>span:nth-child(2){display:flex;flex-direction:column;gap:4px}.provider>summary b{font-size:13px}.provider>summary small{font-size:8px;color:var(--muted)}.provider>summary i{margin-left:auto;font-style:normal;font-size:8px;color:var(--muted)}.provider[open]>summary{background:#f7f9fc;border-bottom:1px solid var(--line)}.provider[open]>summary i{font-size:0}.provider[open]>summary i:after{content:'Collapse';font-size:8px}.provider-mark{width:38px;height:38px;border-radius:10px;display:grid!important;place-items:center;font-weight:800;color:#fff}.provider-mark.claude{background:#d97757}.provider-mark.codex{background:#111}.provider-mark.grok{background:#2463d4}.provider-body{padding:22px}.provider-intro{display:grid;grid-template-columns:1fr 1fr;gap:9px}.provider-intro>div{background:#f4f6f8;border-radius:9px;padding:12px}.provider-intro code{overflow-wrap:anywhere}.model-groups,.setup-list{display:grid;gap:8px}.model-groups details,.setup-list details{border:1px solid var(--line);border-radius:9px;background:#fff;overflow:hidden}.model-groups summary,.setup-list summary{cursor:pointer;padding:13px 15px;font-size:10px;font-weight:750;list-style:none;display:flex;align-items:center}.model-groups summary:after,.setup-list summary:after{content:'+';margin-left:auto;color:var(--blue);font-size:16px}.model-groups details[open]>summary:after,.setup-list details[open]>summary:after{content:'−'}.model-groups details[open]>summary,.setup-list details[open]>summary{border-bottom:1px solid var(--line);background:#f8f9fa}.model-groups details>.code{border-radius:0}.setup-list details>div:not(.code){padding:8px 15px 15px}.setup-list .code{margin:0;border-radius:0}.setup-list p,.setup-list ol{margin:8px 0}.setup-list a{color:var(--blue)}.tips{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:17px 0}.tips article{background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px}.tips b{font-size:10px}.tips p{font-size:8px;line-height:1.6;margin-bottom:0}.docs-content .code{padding:38px 17px 17px;font-size:9px}.docs-content .copy{cursor:pointer;z-index:2}.docs-content code{overflow-wrap:anywhere}
@media(max-width:700px){.docs-hero{padding-top:45px}.docs-hero h1{font-size:36px}.docs-actions{align-items:flex-start;flex-direction:column}.docs-layout{display:block}.docs-layout .side{display:flex;position:static;overflow:auto;margin-bottom:25px;padding-bottom:8px;gap:5px}.docs-layout .side b{display:none}.docs-layout .side a{white-space:nowrap;border:1px solid var(--line);border-radius:7px;padding:8px}.connection-grid,.provider-intro,.tips{grid-template-columns:1fr}.provider>summary{padding:14px 12px}.provider>summary i{display:none}.provider-body{padding:15px 11px}.provider-mark{width:34px;height:34px}.docs-content .code{font-size:8px}.docs-content>section{scroll-margin-top:15px}}
footer{flex-wrap:wrap}.footer-support{width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:14px;border-top:1px solid var(--line);padding-top:18px;margin-top:8px}.footer-support b{font-size:8px;letter-spacing:.12em;color:var(--ink)}.footer-support a{font-size:9px}@media(max-width:700px){.footer-support{align-items:flex-start;flex-direction:column;gap:10px}}
