:root{--lightningcss-light:initial;--lightningcss-dark: ;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f7f5;--surface:#fff;--surface-subtle:#f1f0ed;--ink:#262421;--muted:#716e69;--faint:#9a9690;--line:#e3e0db;--line-strong:#d3cfc8;--brand:#c66343;--brand-deep:#a94d32;--brand-soft:#f5e7e1;--success:#3f7567;--success-soft:#e5f0ec;--warning:#9b6a2f;--warning-soft:#f5edde;--processing:#5b6f82;--processing-soft:#e8eef2;--danger:#b84941;--danger-soft:#f7e7e5;--shadow-sm:0 1px 2px #2624210a,0 4px 14px #26242109;--shadow-lg:0 24px 70px #26242129;font-synthesis:none;background:var(--bg);color:var(--ink);font-family:MiSans,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{background:var(--bg);letter-spacing:0;min-width:320px;font-size:14px;line-height:1.5}button,input,select,textarea{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}code,pre{letter-spacing:0;font-family:IBM Plex Mono,SFMono-Regular,Consolas,monospace}h1,h2,h3,p{margin:0}.button{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:7px;height:38px;padding:0 15px;font-weight:650;transition:background-color .12s,border-color .12s,color .12s,transform .12s;display:inline-flex}.button:active:not(:disabled){transform:translateY(1px)}.button:disabled{opacity:.48;cursor:not-allowed}.button--primary{background:var(--ink);color:#fff}.button--primary:hover:not(:disabled){background:#3a3733}.button--secondary{background:var(--surface);border-color:var(--line-strong)}.button--secondary:hover:not(:disabled),.button--ghost:hover:not(:disabled){background:var(--surface-subtle)}.button--ghost{color:var(--muted);background:0 0}.button--danger{background:var(--danger);color:#fff}.button--sm{height:31px;padding:0 10px;font-size:12px}.button--icon{width:34px;height:34px;padding:0}.input,.select{border:1px solid var(--line-strong);background:var(--surface);width:100%;height:38px;color:var(--ink);border-radius:6px;outline:none;padding:0 11px;transition:border-color .12s,box-shadow .12s}.input:focus,.select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.input:disabled{background:var(--surface-subtle);color:var(--faint)}.select{cursor:pointer;min-width:150px}.select--full{width:100%}.field{gap:7px;display:grid}.field__label{color:var(--ink);font-size:13px;font-weight:650}.field__hint{color:var(--faint);font-size:12px}.auth-shell{background:var(--surface);grid-template-columns:minmax(420px,46%) 1fr;min-height:100vh;display:grid}.auth-visual{background:var(--brand);min-height:100vh;position:relative;overflow:hidden}.auth-visual__frame{border:1px solid #ffffff4d;position:absolute;top:max(28px,min(5vw,72px));bottom:max(28px,min(5vw,72px));left:max(28px,min(5vw,72px));right:max(28px,min(5vw,72px));overflow:hidden}.auth-visual__frame:before,.auth-visual__frame:after{content:"";border-color:#ffffffad;width:12px;height:12px;position:absolute}.auth-visual__frame:before{border-top:1px solid;border-left:1px solid;top:16px;left:16px}.auth-visual__frame:after{border-bottom:1px solid;border-right:1px solid;bottom:16px;right:16px}.auth-visual__line{background:#ffffff29;display:block;position:absolute}.auth-visual__line--horizontal{height:1px;left:0;right:0}.auth-visual__line--vertical{width:1px;top:0;bottom:0}.auth-visual__line--h1{top:25%}.auth-visual__line--h2{top:50%}.auth-visual__line--h3{top:75%}.auth-visual__line--v1{left:25%}.auth-visual__line--v2{left:50%}.auth-visual__line--v3{left:75%}.auth-visual__brand{z-index:2;aspect-ratio:1;background:#fff;border:1px solid #ffffffb8;width:max(82px,min(9vw,116px));padding:14px;animation:5.6s cubic-bezier(.4,0,.2,1) infinite alternate auth-brand-drift;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 50px #592c1d2e}.auth-visual__brand .brand-mark{width:100%;height:100%}.auth-visual__node,.auth-visual__pulse{z-index:1;display:block;position:absolute}.auth-visual__node{background:var(--brand);border:2px solid #fff;width:9px;height:9px}.auth-visual__node--one{animation:2.8s ease-in-out infinite auth-node-pulse;top:calc(25% - 4px);left:calc(25% - 4px)}.auth-visual__node--two{animation:2.8s ease-in-out .7s infinite auth-node-pulse;top:calc(50% - 4px);right:calc(25% - 4px)}.auth-visual__node--three{animation:2.8s ease-in-out 1.4s infinite auth-node-pulse;bottom:calc(25% - 4px);left:calc(50% - 4px)}.auth-visual__pulse{background:#fff;width:34px;height:3px}.auth-visual__pulse--one{animation:4.8s linear infinite auth-flow-x;top:calc(25% - 1px);left:-34px}.auth-visual__pulse--two{width:3px;height:34px;animation:5.4s linear 1.2s infinite auth-flow-y;top:-34px;left:calc(75% - 1px)}.auth-visual__pulse--three{animation:6.2s linear 2.3s infinite auth-flow-x;top:calc(75% - 1px);left:-34px}.auth-form-pane{background:var(--surface);place-items:center;padding:48px;display:grid}.auth-form{gap:19px;width:min(380px,100%);display:grid}.auth-form__icon{width:42px;height:42px;color:var(--brand);background:var(--brand-soft);border-radius:8px;place-items:center;display:grid}.auth-form h2{font-size:28px;line-height:1.2}.auth-form>p{color:var(--muted);margin-top:-11px}.auth-form>.button{width:100%;margin-top:3px}.auth-switch{color:var(--muted);text-align:center;font-size:13px}.auth-switch a{color:var(--brand-deep);margin-left:6px;font-weight:700}.console-shell{min-height:100vh}.sidebar{z-index:30;border-right:1px solid var(--line);background:#eeede9;flex-direction:column;width:236px;display:flex;position:fixed;top:0;bottom:0;left:0;right:auto}.brand{align-items:center;gap:10px;height:68px;padding:0 18px;font-size:18px;font-weight:760;display:flex}.brand-lockup{align-items:center;gap:10px;min-width:0;font-size:18px;font-weight:760;display:inline-flex}.brand-lockup--compact{gap:8px;font-size:15px}.brand-mark{object-fit:contain;background:#fff;flex:none;width:28px;height:28px;display:block}.brand-lockup--compact .brand-mark{width:24px;height:24px}.sidebar__close{margin-left:auto;display:none}.sidebar__nav{flex:1;padding:8px 10px 20px;overflow-y:auto}.nav-section-label{color:var(--faint);letter-spacing:.08em;padding:12px 10px 7px;font-size:10px;font-weight:750;display:block}.nav-section-label--admin{border-top:1px solid var(--line-strong);margin-top:10px;padding-top:20px}.nav-item{color:#625e59;border-radius:6px;align-items:center;gap:11px;height:39px;margin:2px 0;padding:0 10px;font-weight:560;transition:color .12s,background-color .12s;display:flex;position:relative}.nav-item:hover{color:var(--ink);background:#ffffff8c}.nav-item--active{color:var(--ink);background:var(--surface);box-shadow:var(--shadow-sm)}.nav-item--active:before{content:"";background:var(--brand);border-radius:0 3px 3px 0;width:3px;height:17px;position:absolute;left:0}.sidebar__profile{border-top:1px solid var(--line-strong);padding:10px;position:relative}.profile-trigger{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:9px;width:100%;height:50px;padding:5px 7px;display:flex}.profile-trigger:hover{background:#ffffff94}.avatar,.mini-avatar{background:var(--ink);color:#fff;flex:none;place-items:center;font-weight:750;display:grid}.avatar{border-radius:6px;width:33px;height:33px}.mini-avatar{border-radius:5px;width:30px;height:30px}.profile-trigger__copy{flex:1;min-width:0;display:grid}.profile-trigger__copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.profile-trigger__copy small{color:var(--brand-deep);font-size:11px;font-weight:700}.profile-menu{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-lg);border-radius:7px;padding:5px;position:absolute;bottom:70px;left:10px;right:10px}.profile-menu button{cursor:pointer;width:100%;height:35px;color:var(--muted);background:0 0;border:0;border-radius:5px;align-items:center;gap:9px;display:flex}.profile-menu button:hover{background:var(--surface-subtle);color:var(--ink)}.main{min-height:100vh;margin-left:236px}.mobile-bar{display:none}.page{width:min(1480px,100%);margin:0 auto;padding:39px 44px 70px}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;min-height:58px;margin-bottom:29px;display:flex}.page-header h1{font-size:25px;font-weight:740;line-height:1.2}.page-header p{color:var(--muted);margin-top:7px}.page-header__action{gap:8px;display:flex}.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.metric-card{border:1px solid var(--line);background:var(--surface);min-height:166px;box-shadow:var(--shadow-sm);border-radius:8px;padding:22px;animation:.26s both reveal}.metric-card__head{color:var(--muted);justify-content:space-between;align-items:center;font-weight:600;display:flex}.metric-card__head svg{color:var(--faint)}.metric-card strong{margin-top:26px;font-family:IBM Plex Mono,monospace;font-size:30px;line-height:1.1;display:block}.metric-card small{color:var(--faint);margin-top:13px;display:block}.metric-card--brand{border-top:3px solid var(--brand)}.metric-card--brand .metric-card__head svg{color:var(--brand)}.metric-card--success{border-top:3px solid var(--success)}.metric-card--success .metric-card__head svg{color:var(--success)}.toolbar{border:1px solid var(--line);background:#ffffff9e;border-radius:7px;align-items:center;gap:8px;min-height:49px;margin-bottom:15px;padding:7px;display:flex}.toolbar>.badge{margin-left:auto;margin-right:5px}.search-box{flex:1;max-width:420px;position:relative}.search-box svg{z-index:1;color:var(--faint);position:absolute;top:11px;left:11px}.search-box .input{background:0 0;border-color:#0000;padding-left:35px}.search-box .input:focus{background:var(--surface);border-color:var(--brand)}.badge{min-height:23px;color:var(--muted);background:var(--surface-subtle);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.badge--brand{color:var(--brand-deep);background:var(--brand-soft)}.badge--success{color:var(--success);background:var(--success-soft)}.badge--warning{color:var(--warning);background:var(--warning-soft)}.badge--processing{color:var(--processing);background:var(--processing-soft)}.badge--danger{color:var(--danger);background:var(--danger-soft)}.model-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.model-card{border:1px solid var(--line);background:var(--surface);text-align:left;border-radius:8px;flex-direction:column;gap:16px;min-height:230px;padding:19px;display:flex}.model-card__top{justify-content:space-between;align-items:center;display:flex}.model-icon{width:36px;height:36px;color:var(--brand);background:var(--brand-soft);border-radius:7px;place-items:center;display:grid}.model-card h2{margin-bottom:4px;font-size:17px}.model-card code{color:var(--faint);font-size:11px}.model-card p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.tag-row{flex-wrap:wrap;gap:5px;display:flex}.tag-row span{border:1px solid var(--line);color:var(--muted);border-radius:4px;padding:3px 7px;font-size:11px}.table-shell{border:1px solid var(--line);background:var(--surface);border-radius:7px;overflow:hidden}.table-shell table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;height:48px;padding:9px 14px}th{height:42px;color:var(--muted);background:#f3f2ef;font-size:11px;font-weight:730}td{font-size:13px}td code{text-overflow:ellipsis;white-space:nowrap;color:#4b4844;max-width:260px;font-size:11px;display:inline-block;overflow:hidden}tbody tr:last-child td{border-bottom:0}tbody tr{transition:background-color .12s}tbody tr:hover{background:#faf9f7}.table-actions{text-align:right;white-space:nowrap}.table-actions .button{margin-left:2px}.clickable-row{cursor:pointer}.user-cell{align-items:center;gap:9px;display:flex}.user-cell>span:last-child{display:grid}.user-cell small,.pricing-table td small{color:var(--faint);font-size:11px}.pagination{border-top:1px solid var(--line);height:50px;color:var(--muted);justify-content:flex-end;align-items:center;gap:7px;padding:0 10px 0 15px;font-size:12px;display:flex}.pagination>span{margin-right:auto}.pagination strong{text-align:center;min-width:56px;color:var(--ink)}.state{min-height:150px;color:var(--muted);justify-content:center;align-items:center;gap:9px;display:flex}.state--error{min-height:62px;color:var(--danger);background:var(--danger-soft);border:1px solid #edcbc7;border-radius:7px;justify-content:flex-start;padding:14px 17px}.state--error .button{margin-left:auto}.empty-state{border:1px dashed var(--line-strong);min-height:260px;color:var(--faint);border-radius:7px;flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex}.empty-state strong{color:var(--muted)}.empty-state span{font-size:12px}.boot-screen{place-items:center;min-height:100vh;display:grid}.spin{animation:.8s linear infinite spin}.modal-backdrop{z-index:100;background:#2624216b;place-items:center;padding:24px;animation:.18s both fade;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.modal{border:1px solid var(--line);background:var(--surface);width:min(560px,100%);max-height:min(760px,100vh - 48px);box-shadow:var(--shadow-lg);border-radius:8px;animation:.26s cubic-bezier(.22,1,.36,1) both modal-in;overflow:hidden}.modal--lg{width:min(900px,100%)}.modal__header,.modal__footer{align-items:center;min-height:59px;padding:11px 17px;display:flex}.modal__header{border-bottom:1px solid var(--line);justify-content:space-between}.modal__header h2{font-size:16px}.modal__body{max-height:calc(100vh - 180px);padding:20px;overflow-y:auto}.modal__footer{border-top:1px solid var(--line);background:#faf9f7;justify-content:flex-end;gap:8px}.form-stack,.modal form{gap:17px;display:grid}.form-error,.form-success,.notice{border-radius:6px;padding:11px 13px;font-size:13px}.form-error{color:var(--danger);background:var(--danger-soft);border:1px solid #edcbc7}.form-success{color:var(--success);background:var(--success-soft);border:1px solid #c8ded7;align-items:center;gap:8px;display:flex}.notice{color:#665439;background:var(--warning-soft);border:1px solid #e5d6bd}.code-block{color:#f5f0ea;background:#262421;border:1px solid #393733;border-radius:7px;margin-top:16px;overflow:hidden}.code-block header{color:#b8b2aa;border-bottom:1px solid #403d38;justify-content:space-between;align-items:center;min-height:42px;padding:4px 7px 4px 14px;font-size:11px;display:flex}.code-block header span{align-items:center;gap:7px;display:flex}.code-block .button{color:#c9c3bb}.code-block pre{white-space:pre-wrap;word-break:break-word;margin:0;padding:17px;font-size:12px;line-height:1.65;overflow-x:auto}.model-detail{gap:14px;display:grid}.model-detail>p{color:var(--muted)}.detail-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.detail-row>span{color:var(--muted)}.detail-list{background:var(--line);gap:1px;display:grid}.detail-list>div{background:var(--surface);gap:5px;padding:12px 0;display:grid}.detail-list span{color:var(--faint);font-size:11px}.created-keys{background:var(--surface-subtle);white-space:pre-wrap;word-break:break-all;border-radius:6px;max-height:320px;margin:0;padding:15px;overflow:auto}.docs-layout{grid-template-columns:200px minmax(0,800px);gap:42px;display:grid}.docs-nav{gap:2px;height:max-content;display:grid;position:sticky;top:30px}.docs-nav>span{color:var(--faint);text-transform:uppercase;margin:15px 9px 5px;font-size:10px;font-weight:750}.docs-nav a,.docs-nav button{min-height:34px;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:7px 9px}.docs-nav a:hover,.docs-nav button:hover,.docs-nav button.active{color:var(--ink);background:var(--surface-subtle)}.docs-content{gap:44px;display:grid}.docs-content section{scroll-margin-top:30px}.docs-content h2{margin:5px 0 11px;font-size:21px}.docs-content p{color:var(--muted);line-height:1.8}.doc-kicker{color:var(--brand);font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:750}.endpoint-line{border:1px solid var(--line);background:var(--surface);border-radius:6px;align-items:center;gap:12px;margin-top:13px;padding:13px;display:flex}.endpoint-line>span:last-child{color:var(--faint);margin-left:auto;font-size:12px}.endpoint-stack{gap:8px;display:grid}.doc-subheading{margin:25px 0 10px;font-size:14px}.params-table{border:1px solid var(--line);background:var(--surface);border-radius:7px;overflow:hidden}.params-table table{border-collapse:collapse;width:100%}.params-table td:first-child{width:180px}.params-table td:last-child{color:var(--muted);line-height:1.7}.recharge-panel{border:1px solid var(--line);background:var(--surface);width:min(570px,100%);box-shadow:var(--shadow-sm);border-radius:8px;padding:30px}.recharge-panel__icon{width:48px;height:48px;color:var(--brand);background:var(--brand-soft);border-radius:8px;place-items:center;margin-bottom:20px;display:grid}.recharge-panel h2{font-size:20px}.recharge-panel>p{color:var(--muted);margin:8px 0 22px}.recharge-panel form{align-items:end;gap:9px;display:flex}.recharge-panel .field{flex:1}.inline-link{color:var(--brand-deep);align-items:center;gap:5px;font-weight:650;display:inline-flex}.purchase-link{color:#665439;background:var(--warning-soft);border:1px solid #e5d6bd;border-radius:7px;justify-content:space-between;align-items:center;min-height:54px;margin-bottom:20px;padding:0 15px;transition:border-color .12s,background-color .12s;display:flex}.purchase-link:hover{background:#f1e5d1;border-color:#d5bd96}.purchase-link span{align-items:center;gap:9px;font-weight:700;display:inline-flex}.settings-grid{grid-template-columns:280px minmax(0,650px);align-items:start;gap:18px;display:grid}.profile-summary,.settings-form{border:1px solid var(--line);background:var(--surface);border-radius:8px}.profile-summary{text-align:center;padding:25px}.profile-summary__avatar{color:#fff;background:var(--brand);border-radius:8px;place-items:center;width:64px;height:64px;margin:0 auto 14px;font-size:24px;font-weight:750;display:grid}.profile-summary h2{font-size:18px}.profile-summary>code{color:var(--faint);font-size:11px}.profile-summary__meta{border-top:1px solid var(--line);gap:10px;margin-top:22px;padding-top:17px;display:grid}.profile-summary__meta>span{color:var(--muted);justify-content:space-between;align-items:center;font-size:12px;display:flex}.settings-form{gap:17px;padding:24px;display:grid}.section-heading{border-bottom:1px solid var(--line);gap:12px;padding-bottom:18px;display:flex}.section-heading>span{width:36px;height:36px;color:var(--success);background:var(--success-soft);border-radius:7px;place-items:center;display:grid}.section-heading h2{font-size:16px}.section-heading p{color:var(--muted);margin-top:3px;font-size:12px}.form-divider{background:var(--line);height:1px;margin:4px 0}.settings-form>.button{justify-self:start}.account-settings{width:min(620px,100%)}.readonly-field{border:1px solid var(--line);background:var(--surface-subtle);border-radius:6px;align-items:center;height:38px;padding:0 11px;display:flex}.logs-table{overflow-x:auto}.logs-table table{min-width:1080px}.logs-table td{font-size:14px}.logs-table th{font-size:12px}.logs-table th:first-child{width:170px}.logs-table th:nth-child(2){width:190px}.logs-table th:nth-child(3){width:310px}.logs-table th:nth-child(4){width:110px}.logs-table th:nth-child(5){width:100px}.logs-table th:nth-child(6){width:90px}.logs-table--admin table{min-width:1200px}.logs-table--admin th:first-child{width:150px}.logs-table--admin th:nth-child(2){width:130px}.logs-table--admin th:nth-child(3){width:170px}.logs-table--admin th:nth-child(4){width:260px}.logs-table--admin th:nth-child(5),.logs-table--admin th:nth-child(6){width:100px}.logs-table--admin th:nth-child(7){width:90px}.task-id-cell code{max-width:240px}.username-cell{text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-weight:550;overflow:hidden}.quota-cell{font-family:IBM Plex Mono,monospace;font-size:13px}.result-link{border:1px solid var(--line-strong);min-height:31px;color:var(--brand-deep);background:var(--surface);border-radius:5px;align-items:center;gap:6px;padding:0 10px;font-weight:700;transition:background-color .12s,border-color .12s;display:inline-flex}.result-link:hover{border-color:var(--brand);background:var(--brand-soft)}.channel-list{border:1px solid var(--line);background:var(--surface);border-radius:7px;overflow:hidden}.channel-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:68px;padding:12px 16px;display:flex}.channel-row:last-child{border-bottom:0}.channel-row>div{gap:2px;display:grid}.channel-row span{color:var(--faint);font-size:11px}.channel-row .select{width:260px}.segmented{border:1px solid var(--line);background:var(--surface-subtle);border-radius:7px;width:max-content;margin-bottom:17px;padding:3px;display:flex}.segmented button{min-width:66px;height:31px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:5px;font-weight:650}.segmented button.active{color:var(--ink);background:var(--surface);box-shadow:var(--shadow-sm)}.pricing-table{margin-top:16px;overflow-x:auto}.pricing-table table{min-width:850px}.pricing-table .input{width:96px;height:32px;font-family:IBM Plex Mono,monospace;font-size:12px}.pricing-table td:first-child strong,.pricing-table td:first-child small{display:block}.unsupported{color:var(--faint)}.option-panel,.pricing-section{border:1px solid var(--line);background:var(--surface);border-radius:8px;margin-bottom:18px;padding:20px}.option-panel__heading,.pricing-section__head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:17px;display:flex}.option-panel__heading h2,.pricing-section__head h2{font-size:16px}.option-panel__heading p,.pricing-section__head p{color:var(--muted);margin-top:3px;font-size:12px}.option-row{border-top:1px solid var(--line);grid-template-columns:minmax(180px,1fr) 260px 68px;align-items:center;gap:10px;min-height:54px;padding:8px 0;display:grid}.option-row label{font-weight:650;display:grid}.option-row label code{color:var(--faint);font-size:10px;font-weight:400}.pricing-section{margin-top:18px}.pricing-dialog__meta{justify-content:space-between;align-items:center;min-height:32px;margin-bottom:14px;display:flex}.pricing-dialog__table{border:1px solid var(--line);border-radius:7px;overflow-x:auto}.pricing-dialog__table table{border-collapse:collapse;width:100%;min-width:680px}.pricing-dialog__table th:first-child{width:260px}.pricing-dialog__table td:first-child strong{font-size:12px}.pricing-dialog__table td:not(:first-child){white-space:nowrap;font-family:IBM Plex Mono,monospace;font-size:12px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade{0%{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(10px)scale(.985)}}@keyframes reveal{0%{opacity:0;transform:translateY(6px)}}@keyframes auth-flow-x{0%{transform:translate(0)}to{transform:translate(calc(100vw + 68px))}}@keyframes auth-flow-y{0%{transform:translateY(0)}to{transform:translateY(calc(100vh + 68px))}}@keyframes auth-node-pulse{0%,to{opacity:.42}50%{opacity:1}}@keyframes auth-brand-drift{0%{transform:translate(-50%,calc(-50% - 5px))}to{transform:translate(-50%,calc(5px - 50%))}}@media (max-width:1180px){.model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page{padding-left:30px;padding-right:30px}td code{max-width:180px}}@media (max-width:860px){.auth-shell{grid-template-columns:1fr}.auth-visual{min-height:230px}.auth-visual__frame{top:20px;bottom:20px;left:20px;right:20px}.auth-visual__brand{width:76px;padding:11px}.auth-form-pane{padding:42px 24px}.sidebar{transition:transform .18s cubic-bezier(.22,1,.36,1);transform:translate(-100%)}.sidebar--open{transform:translate(0)}.sidebar__close{display:inline-flex}.sidebar-scrim{z-index:25;background:#26242152;border:0;position:fixed;top:0;bottom:0;left:0;right:0}.main{margin-left:0}.mobile-bar{border-bottom:1px solid var(--line);background:var(--surface);align-items:center;gap:10px;height:57px;padding:0 16px;display:flex}.page{padding:27px 20px 55px}.metrics-grid,.model-grid,.settings-grid,.docs-layout{grid-template-columns:1fr}.docs-nav{grid-template-columns:repeat(2,1fr);position:static}.docs-nav>span{grid-column:1/-1}.table-shell{overflow-x:auto}.table-shell table{min-width:760px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}