@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--ink:#17171c;--muted:#686873;--paper:#f1efe9;--white:#fffdf8;--line:#d8d5cd;--coral:#ff7b5c;--mint:#70c9b0;--yellow:#f3cf75;--purple:#8595e8;--shadow:0 24px 70px #19181d1a}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{color:var(--ink);background:radial-gradient(circle at 12% 12%, #ff7b5c14, transparent 26rem), radial-gradient(circle at 84% 40%, #70c9b012, transparent 30rem), var(--paper);margin:0;font-family:Manrope,Arial,sans-serif}button,input{font:inherit}button,a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #8595e859}h1,h2,h3,p{margin-top:0}code{font-family:DM Mono,ui-monospace,monospace}.site-shell{min-height:100vh}.site-header,main,.site-footer{width:min(1440px,100% - 48px);margin-inline:auto}.site-header{border-bottom:1px solid #17171c21;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;min-height:84px;display:grid}.wordmark{cursor:pointer;background:0 0;border:0;justify-self:start;align-items:center;gap:11px;padding:0;display:flex}.wordmark strong{letter-spacing:-.035em;font-size:.92rem;font-weight:800}.wordmark__glyph{background:var(--ink);border-radius:11px;justify-content:center;align-items:flex-end;gap:3px;width:38px;height:38px;padding:9px;display:flex}.wordmark__glyph i{background:var(--coral);border-radius:2px;width:4px}.wordmark__glyph i:first-child{height:8px}.wordmark__glyph i:nth-child(2){background:var(--yellow);height:14px}.wordmark__glyph i:nth-child(3){background:var(--mint);height:20px}.site-header nav{gap:5px;display:flex}.site-header nav button,.site-header nav a{color:#777681;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:9px 13px;font-size:.7rem;font-weight:700;text-decoration:none}.site-header nav button:hover,.site-header nav button.is-active,.site-header nav a:hover{color:var(--ink);background:#17171c0f}.header-status{color:#65646e;justify-self:end;align-items:center;gap:7px;font-size:.65rem;font-weight:700;display:flex}.header-status span{background:#54ad85;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #54ad851f}.studio-intro{grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);align-items:end;gap:50px;padding:74px 0 46px;display:grid}.kicker{color:#73727c;letter-spacing:.15em;text-transform:uppercase;font-size:.64rem;font-weight:800}.studio-intro h1,.api-hero h1{letter-spacing:-.085em;max-width:950px;margin:13px 0 0;font-size:clamp(3.1rem,8vw,7.3rem);line-height:.88}.studio-intro p{color:var(--muted);margin-bottom:3px;font-size:clamp(.85rem,1.2vw,1rem);line-height:1.75}.studio-layout{background:var(--white);box-shadow:var(--shadow);border:1px solid #17171c2e;border-radius:26px;grid-template-columns:390px minmax(0,1fr);display:grid;overflow:hidden}.control-panel{border-right:1px solid var(--line);background:linear-gradient(145deg,#ffffffe6,#0000 45%),#f4f1eb;padding:25px}.control-panel__heading,.data-heading,.preview-panel__top,.code-card>div,.api-reference__heading,.api-example>div{justify-content:space-between;align-items:center;gap:16px;display:flex}.control-panel__heading>div{align-items:center;gap:10px;display:flex}.control-panel__heading>div>span{color:#fff;background:var(--ink);border-radius:8px;place-items:center;width:29px;height:29px;font-size:.61rem;font-weight:800;display:grid}.control-panel__heading strong{font-size:.83rem}.control-panel__heading em{color:#367b66;text-transform:uppercase;background:#dceee8;border-radius:999px;padding:4px 8px;font-size:.57rem;font-style:normal;font-weight:800}.control-panel>label{margin-top:25px}label{color:#6c6b74;gap:7px;font-size:.64rem;font-weight:700;display:grid}input{width:100%;min-height:42px;color:var(--ink);background:#fffefa;border:1px solid #d3d0c8;border-radius:9px;padding:0 11px}fieldset{border:0;margin:24px 0 0;padding:0}legend,.data-heading>span{color:#6c6b74;margin-bottom:9px;font-size:.64rem;font-weight:700}.type-grid{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.type-grid button{color:#72717a;text-transform:capitalize;cursor:pointer;background:#fffefa;border:1px solid #d7d4cc;border-radius:10px;align-content:center;place-items:center;gap:7px;min-height:63px;font-size:.58rem;font-weight:700;display:grid}.type-grid button:hover,.type-grid button.is-active{color:var(--ink);border-color:var(--ink);box-shadow:inset 0 -3px var(--coral);background:#fff}.type-icon{width:23px;height:17px;display:block}.type-icon--bar{background:linear-gradient(to top, var(--coral) 0 100%) 0 100% / 5px 9px no-repeat, linear-gradient(to top, var(--coral) 0 100%) 9px 100% / 5px 15px no-repeat, linear-gradient(to top, var(--coral) 0 100%) 18px 100% / 5px 12px no-repeat}.type-icon--line,.type-icon--area{position:relative;overflow:hidden}.type-icon--line:before,.type-icon--area:before{background:var(--coral);content:"";height:2px;position:absolute;inset:8px -2px auto;transform:rotate(-18deg)}.type-icon--area{background:linear-gradient(165deg,#0000 45%,#ff7b5c4d 46%)}.type-icon--donut{border:5px solid var(--coral);border-right-color:var(--yellow);border-radius:50%;width:19px;height:19px}.data-heading{margin-top:23px}.data-heading>span{margin-bottom:0}.data-heading button{color:#5f5e67;cursor:pointer;background:0 0;border:0;padding:4px;font-size:.6rem;font-weight:800}.data-editor{margin-top:8px}.data-editor__head,.data-row{grid-template-columns:minmax(0,1fr) 88px 27px;align-items:center;gap:7px;display:grid}.data-editor__head{color:#929198;text-transform:uppercase;padding:0 4px 5px;font-size:.55rem;font-weight:700}.data-row{margin-top:5px}.data-row label{display:block;position:relative}.data-row label>span{color:#aaa9af;font-family:DM Mono,monospace;font-size:.54rem;position:absolute;top:50%;left:9px;transform:translateY(-50%)}.data-row label input{padding-left:31px}.data-row input{min-height:37px;font-size:.68rem}.data-row>button{color:#908e95;cursor:pointer;background:0 0;border:0;border-radius:7px;width:27px;height:27px}.data-row>button:hover{color:#a9432b;background:#f7e0da}details{border-top:1px solid #d7d3ca;margin-top:23px;padding-top:16px}summary{color:#595861;cursor:pointer;font-size:.66rem;font-weight:800}.appearance-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px;display:grid}.color-field{background:#fffefa;border:1px solid #d3d0c8;border-radius:9px;align-items:center;gap:8px;min-height:42px;padding:5px 9px;display:flex}.color-field input{border:0;border-radius:6px;width:25px;min-height:25px;padding:0}.color-field code{font-size:.59rem}.toggle-row{gap:16px;margin-top:15px;display:flex}.toggle-row label{cursor:pointer;align-items:center;gap:7px;display:flex}.toggle-row input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.toggle-row label>span{background:#c9c6bf;border-radius:999px;width:30px;height:17px;position:relative}.toggle-row label>span:after{content:"";background:#fff;border-radius:50%;width:11px;height:11px;transition:all .15s;position:absolute;top:3px;left:3px}.toggle-row input:checked+span{background:var(--ink)}.toggle-row input:checked+span:after{transform:translate(13px)}.preview-panel{background-color:#e7e4dc;background-image:linear-gradient(#17171c09 1px,#0000 1px),linear-gradient(90deg,#17171c09 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:22px 22px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;flex-direction:column;min-width:0;padding:clamp(22px,3.5vw,44px);display:flex}.preview-panel__top{margin-bottom:22px}.preview-panel__top strong{margin-top:5px;font-size:.77rem;display:block}.export-buttons{background:#ffffff8a;border:1px solid #cbc7be;border-radius:10px;gap:5px;padding:4px;display:flex}.export-buttons button{cursor:pointer;background:0 0;border:0;border-radius:7px;min-height:32px;padding:0 12px;font-size:.6rem;font-weight:800}.export-buttons button:hover{background:#fff}.chart-canvas{background:#fff;border:1px solid #17171c21;border-radius:20px;place-items:center;width:100%;max-height:660px;display:grid;overflow:hidden;box-shadow:0 28px 70px #17171c21}.chart-canvas svg{width:100%;height:100%;display:block}.preset-row{justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding-top:22px;display:flex}.preset-row>span{color:#78777f;font-size:.61rem;font-weight:700}.preset-row>div{gap:6px;display:flex}.preset-row button{cursor:pointer;background:#fff9;border:1px solid #c8c4bc;border-radius:8px;min-height:33px;padding:0 11px;font-size:.58rem;font-weight:700}.preset-row button:hover{border-color:var(--ink);background:#fff}.request-panel{color:#fff;background:radial-gradient(circle at 80% 15%, #8595e830, transparent 22rem), var(--ink);border-radius:26px;grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr);gap:clamp(30px,6vw,90px);margin-top:25px;padding:clamp(32px,6vw,72px);display:grid}.request-panel__intro h2{letter-spacing:-.07em;margin:12px 0 15px;font-size:clamp(2rem,4vw,3.8rem);line-height:.95}.request-panel__intro p{color:#acabb3;font-size:.78rem;line-height:1.65}.request-panel__intro>button{min-height:43px;color:var(--ink);background:var(--mint);cursor:pointer;border:0;border-radius:10px;margin-top:14px;padding:0 16px;font-size:.65rem;font-weight:800}.request-panel__intro>button:hover{background:#fff}.code-stack{align-content:center;gap:12px;min-width:0;display:grid}.code-card{background:#ffffff0e;border:1px solid #ffffff21;border-radius:13px;min-width:0;padding:16px}.code-card>div>span,.api-example>div>span{color:#93929b;letter-spacing:.1em;font-size:.56rem;font-weight:800}.code-card button,.api-example>div button{color:var(--mint);cursor:pointer;background:0 0;border:0;font-size:.6rem;font-weight:800}.code-card>code,.api-example>code{color:#efedf2;white-space:nowrap;margin-top:11px;font-size:.65rem;line-height:1.65;display:block;overflow-x:auto}.history-section{padding:90px 0}.history-section>div:first-child h2{letter-spacing:-.07em;margin:10px 0 22px;font-size:clamp(2rem,5vw,4rem)}.history-empty{text-align:center;border:1px dashed #bcb8af;border-radius:18px;padding:42px}.history-empty strong{font-size:.85rem}.history-empty p{color:#76757e;margin:6px 0 0;font-size:.7rem}.history-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.history-card{border:1px solid var(--line);background:var(--white);text-align:left;cursor:pointer;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;min-width:0;padding:17px;display:grid}.history-card:hover{border-color:#a9a59b;transform:translateY(-1px)}.history-card__icon{width:36px;height:36px;box-shadow:inset 0 -8px var(--coral);background:#f1d4cc;border-radius:10px;display:block}.history-card__icon--line{box-shadow:inset 0 -4px var(--purple);background:#e0e3f5}.history-card__icon--donut{border:9px solid var(--mint);box-shadow:none;background:0 0}.history-card strong,.history-card small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.history-card strong{font-size:.72rem}.history-card small{color:#85848c;margin-top:4px;font-size:.58rem}.history-card em{color:#77767f;font-size:.58rem;font-style:normal;font-weight:800}.api-page{min-height:760px;padding:90px 0}.api-hero{max-width:1050px}.api-hero h1{font-size:clamp(3.4rem,7vw,6.7rem)}.api-hero p{max-width:620px;color:var(--muted);margin:27px 0 0;line-height:1.7}.api-layout{grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);align-items:start;gap:20px;margin-top:55px;display:grid}.api-reference,.api-example{border:1px solid var(--line);background:var(--white);border-radius:18px;overflow:hidden}.api-reference__heading{border-bottom:1px solid var(--line);justify-content:flex-start;padding:19px 22px}.method-badge{color:#246950;background:#d9eee6;border-radius:7px;padding:5px 8px;font-size:.6rem;font-weight:800}.api-reference__heading code{font-size:.73rem}.parameter-row{border-top:1px solid #e4e1da;grid-template-columns:110px 1fr 160px;align-items:center;gap:18px;padding:14px 22px;display:grid}.parameter-row:first-child{border-top:0}.parameter-row code{color:#7350b5;font-size:.66rem}.parameter-row p,.parameter-row span{color:#6f6e77;margin:0;font-size:.65rem}.parameter-row span{font-family:DM Mono,monospace}.api-example{color:#fff;background:var(--ink);padding:23px}.api-example>code{white-space:normal}.api-example dl{border-block:1px solid #ffffff1f;margin:30px 0;padding:16px 0}.api-example dl div{justify-content:space-between;gap:12px;padding:6px 0;font-size:.64rem;display:flex}.api-example dt{color:#9998a1}.api-example dd{margin:0}.back-to-studio{width:100%;min-height:43px;color:var(--ink);background:var(--yellow);cursor:pointer;border:0;border-radius:10px;font-size:.64rem;font-weight:800}.site-footer{color:#72717a;border-top:1px solid #17171c21;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:20px;padding:30px 0 40px;font-size:.65rem;display:grid}.site-footer strong{color:var(--ink)}.site-footer p{text-align:center;margin:0}.site-footer span{text-align:right}.toast{z-index:50;color:#fff;background:var(--ink);border-radius:10px;max-width:min(340px,100vw - 32px);padding:12px 15px;font-size:.68rem;font-weight:800;animation:.17s ease-out toast-in;position:fixed;bottom:24px;right:24px;box-shadow:0 20px 50px #17171c40}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}@media (max-width:1050px){.studio-layout{grid-template-columns:340px minmax(0,1fr)}.history-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){.site-header,main,.site-footer{width:min(100% - 28px,1440px)}.site-header{grid-template-columns:1fr auto}.site-header nav{z-index:40;background:#17171cf5;border:1px solid #ffffff21;border-radius:14px;justify-content:center;padding:6px;position:fixed;bottom:14px;left:14px;right:14px;box-shadow:0 18px 50px #17171c47}.site-header nav button,.site-header nav a{color:#aaa9b0;text-align:center;flex:1}.site-header nav button.is-active,.site-header nav button:hover,.site-header nav a:hover{color:#fff;background:#ffffff1a}.studio-intro{grid-template-columns:1fr;gap:23px;padding:56px 0 35px}.studio-intro p{max-width:560px}.studio-layout{grid-template-columns:1fr}.control-panel{border-right:0;border-bottom:1px solid var(--line)}.preview-panel{min-height:600px}.request-panel,.api-layout{grid-template-columns:1fr}.site-footer{margin-bottom:70px}}@media (max-width:560px){.site-header{min-height:70px}.header-status{font-size:.58rem}.studio-intro{padding-top:43px}.studio-intro h1,.api-hero h1{font-size:3.65rem}.control-panel,.preview-panel{padding:19px 15px}.type-grid{grid-template-columns:repeat(2,1fr)}.preview-panel{min-height:420px}.preview-panel__top{align-items:flex-start}.chart-canvas{border-radius:13px}.preset-row{flex-direction:column;align-items:flex-start}.preset-row>div{width:100%}.preset-row button{flex:1}.request-panel{border-radius:20px;padding:34px 20px}.history-section{padding:65px 0}.history-grid{grid-template-columns:1fr}.api-page{padding:60px 0}.parameter-row{grid-template-columns:88px 1fr}.parameter-row span{grid-column:2}.site-footer{text-align:center;grid-template-columns:1fr}.site-footer p,.site-footer span{text-align:center}.toast{bottom:84px;right:16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
