.theme-toggle{background:var(--surface);width:34px;height:34px;color:var(--text-muted);cursor:pointer;box-shadow:0 0 0 1px var(--surface-border) inset;border:none;border-radius:50%;justify-content:center;align-items:center;transition:color .2s,transform .2s;display:flex}.theme-toggle:hover{color:var(--accent);transform:translateY(-1px)}.site-header{z-index:1000;background:var(--header-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--surface-border);transition:background-color .25s,padding .25s;position:sticky;top:0}.site-header--scrolled{background:var(--header-bg-scrolled)}.site-header__inner{align-items:center;gap:2rem;height:68px;display:flex}.logo{letter-spacing:-.01em;color:var(--text);flex:none;align-items:center;gap:.55rem;font-size:1.15rem;font-weight:700;display:flex}.logo__mark{background:var(--gradient);border-radius:7px;flex:none;width:24px;height:24px}.site-nav{gap:.4rem;display:flex}.site-nav__link{color:var(--text-muted);border-radius:7px;padding:.5rem .7rem;font-size:.9rem}.site-nav__link:hover{color:var(--text)}.site-nav__link--active{color:var(--text);font-weight:600}.site-header__right{align-items:center;gap:.7rem;margin-left:auto;display:flex}.site-header__email{color:var(--text-muted);font-size:.85rem;transition:color .2s}.site-header__email:hover{color:var(--accent)}@media (width<=720px){.site-header__email{display:none}}.site-header__right .btn{padding:.6rem 1.2rem;font-size:.86rem}@media (width<=900px){.site-nav{display:none}}.site-footer{border-top:1px solid var(--surface-border);margin-top:2rem;padding:3rem 0 2.2rem}[data-theme=dark] .site-footer{background:#00000059}.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.site-footer .logo{color:inherit}.site-footer__tagline{color:var(--text-muted);max-width:32ch;margin-top:.8rem;font-size:.85rem}[data-theme=dark] .site-footer__tagline{color:var(--text-muted)}.site-footer__grid h4{color:var(--text-muted);text-transform:uppercase;margin-bottom:.9rem;font-size:.78rem;font-weight:600}.site-footer__grid a{color:var(--text-muted);margin-bottom:.55rem;font-size:.88rem;transition:color .2s;display:block}.site-footer__grid a:hover{color:var(--text)}[data-theme=dark] .site-footer__grid a:hover{color:#fff}.site-footer__bottom{border-top:1px solid var(--surface-border);color:var(--text-muted);justify-content:space-between;padding-top:1.6rem;font-size:.82rem;display:flex}@media (width<=720px){.site-footer__grid{grid-template-columns:1fr;gap:1.8rem}}.bg-decor{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.bg-decor__orb{filter:blur(90px);opacity:.45;border-radius:50%;animation:24s ease-in-out infinite bg-decor-float;display:none;position:absolute}[data-theme=dark] .bg-decor__orb{display:block}.bg-decor__orb--1{background:radial-gradient(circle,#0eaf8c,#0000);width:620px;height:620px;animation-duration:26s;top:-220px;left:-220px}.bg-decor__orb--2{background:radial-gradient(circle,#2f6fed,#0000);width:520px;height:520px;animation-duration:32s;animation-delay:5s;bottom:-220px;right:-220px}.bg-decor__orb--3{background:radial-gradient(circle,#6a5cff,#0000);width:420px;height:420px;animation-duration:36s;animation-delay:9s;top:55%;left:50%;transform:translate(-50%,-50%)}@keyframes bg-decor-float{0%,to{transform:translate(0)scale(1)}25%{transform:translate(90px,-90px)scale(1.08)}50%{transform:translate(-90px,90px)scale(.92)}75%{transform:translate(50px,50px)scale(1.04)}}.bg-decor__orb--3{animation-name:bg-decor-float-center}@keyframes bg-decor-float-center{0%,to{transform:translate(-50%,-50%)scale(1)}25%{transform:translate(calc(90px - 50%),calc(-50% - 90px))scale(1.08)}50%{transform:translate(calc(-50% - 90px),calc(90px - 50%))scale(.92)}75%{transform:translate(calc(50px - 50%),calc(50px - 50%))scale(1.04)}}@media (prefers-reduced-motion:reduce){.bg-decor__orb{animation:none}}.bg-decor__corner{background:#e2e8e9;width:13em;height:44em;display:none;position:absolute;top:0;-webkit-mask-image:linear-gradient(#000,#0000);mask-image:linear-gradient(#000,#0000)}[data-theme=light] .bg-decor__corner{display:block}.bg-decor__corner--left{border-top-right-radius:100%;left:0}.bg-decor__corner--right{border-top-left-radius:100%;right:0}@media (width<=900px){.bg-decor__corner{display:none}}.dash{background:var(--bg);min-height:100vh;display:flex}.dash__sidebar{background:var(--bg-elevated);border-right:1px solid var(--surface-border);flex-direction:column;flex:none;gap:1.6rem;width:240px;height:100vh;padding:1.6rem 1rem;display:flex;position:sticky;top:0}.dash__logo{letter-spacing:-.01em;color:var(--text);align-items:center;gap:.55rem;padding:0 .5rem;font-size:1.05rem;font-weight:700;display:flex}.dash__logo .logo__mark{background:var(--gradient);border-radius:7px;flex:none;width:22px;height:22px}.dash__nav{flex-direction:column;gap:.2rem;display:flex}.dash__nav-item{color:var(--text-muted);border-radius:10px;align-items:center;gap:.7rem;padding:.65rem .75rem;font-size:.88rem;font-weight:500;transition:background-color .15s,color .15s;display:flex}.dash__nav-item:hover{background:var(--surface-hover);color:var(--text)}.dash__nav-item--active{background:var(--surface);color:var(--text);box-shadow:0 0 0 1px var(--surface-border-strong) inset;font-weight:700}.dash__nav-icon{text-align:center;width:1.1rem;color:var(--accent);font-size:.95rem}.dash__sidebar-footer{border-top:1px solid var(--surface-border);flex-direction:column;gap:.9rem;margin-top:auto;padding-top:1rem;display:flex}.dash__user{flex-direction:column;gap:.4rem;padding:0 .5rem;display:flex}.dash__user-email{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.dash__logout{color:var(--text-muted);background:0 0;align-self:flex-start;padding:0;font-size:.78rem}.dash__logout:hover{color:var(--accent)}.dash__main{flex:1;min-width:0;padding:2.4rem 2.6rem 4rem}@media (width<=860px){.dash{flex-direction:column}.dash__sidebar{flex-flow:wrap;align-items:center;gap:1rem;width:100%;height:auto;position:static}.dash__nav{flex-flow:wrap}.dash__sidebar-footer{border-top:none;flex-direction:row;align-items:center;margin-top:0;margin-left:auto;padding-top:0}.dash__user{flex-direction:row;align-items:center;gap:.6rem}.dash__main{padding:1.6rem 1.2rem 3rem}}.badge{color:var(--text-muted);background:var(--surface);border-radius:var(--radius-pill);box-shadow:0 0 0 1px var(--surface-border) inset;align-items:center;gap:.5rem;padding:.5rem 1.1rem;font-size:.82rem;display:inline-flex}.badge__dot{background:var(--accent);border-radius:50%;flex:none;width:7px;height:7px}.hero{padding:5.5rem 0 3.5rem}.hero__content{max-width:760px}.hero__badge{margin-bottom:1.6rem}.hero h1{letter-spacing:-.02em;max-width:18ch;margin-bottom:1.2rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.14}[data-theme=light] .hero h1{font-weight:400}.hero__lede{color:var(--text-muted);max-width:58ch;margin-bottom:2rem;font-size:1.08rem;line-height:1.6}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.band{padding:3.5rem 0}.section-header{max-width:640px;margin-bottom:2.6rem}.section-header h2{letter-spacing:-.01em;margin-bottom:.6rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}[data-theme=light] .section-header h2{font-weight:500}.section-header p{color:var(--text-muted);font-size:1rem}.timeline{grid-template-columns:repeat(3,1fr);gap:2.4rem;padding-top:2px;display:grid;position:relative}.timeline:before{content:"";background:linear-gradient(90deg, transparent, var(--surface-border) 50%, transparent);height:1px;position:absolute;top:16px;left:16.6667%;right:16.6667%}.timeline-step__num{z-index:1;background:var(--bg);border:1.5px solid var(--surface-border);width:32px;height:32px;font-family:var(--font-mono);color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.4rem;font-size:.78rem;font-weight:600;display:flex;position:relative}.timeline-step h3{margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.timeline-step p{color:var(--text-muted);max-width:30ch;font-size:.88rem;line-height:1.6}@media (width<=720px){.timeline{grid-template-columns:1fr}.timeline:before{display:none}}.card{background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:1.6rem;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative}[data-theme=dark] .card{border:1px solid var(--surface-border)}.card--highlight{box-shadow:var(--shadow-card), 0 0 0 1px var(--accent-soft) inset;border-color:var(--surface-border-strong)!important}.card:hover{transform:translateY(-3px)}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.4rem;display:grid}.feature-card h3{margin-bottom:.5rem;font-size:1.02rem;font-weight:700}[data-theme=light] .feature-card h3{font-weight:600}.feature-card p{color:var(--text-muted);font-size:.88rem;line-height:1.6}.feature-card__icon{background:var(--gradient);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.1rem;font-size:1.1rem;display:flex}.feature-card__meta{font-family:var(--font-mono);color:var(--text-muted);gap:.5rem;margin-bottom:.7rem;font-size:.72rem;display:flex}.feature-card__action{color:var(--accent-dim);margin-top:.9rem;font-size:.85rem;font-weight:600}.feature-card__badge{color:var(--accent-dim);background:var(--accent-soft);border-radius:6px;margin-bottom:.8rem;padding:.25rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.code-block{background:var(--code-bg);color:var(--code-text);font-family:var(--font-mono);white-space:pre-wrap;border-radius:16px;padding:1.4rem 1.6rem;font-size:.85rem;line-height:1.9;overflow-x:auto}[data-theme=dark] .code-block{border:1px solid var(--surface-border)}.code-block__prompt{color:var(--text-muted)}[data-theme=dark] .code-block__prompt{color:#a3aeae}.code-block__out{color:var(--code-out)}.row-list{grid-template-columns:1fr 1fr;gap:0 2.4rem;display:grid}@media (width<=720px){.row-list{grid-template-columns:1fr}}.row{border-bottom:1px solid var(--surface-border);gap:.9rem;padding:1.1rem 0;display:flex}.row-list .row:last-child,.row-list .row:nth-last-child(2){border-bottom:none}.row__icon{background:var(--surface);border:1px solid var(--surface-border);width:30px;height:30px;color:var(--accent);border-radius:9px;flex:none;justify-content:center;align-items:center;font-size:.82rem;display:flex}.row h4{margin-bottom:.3rem;font-size:.92rem;font-weight:700}.row p{color:var(--text-muted);font-size:.83rem;line-height:1.55}.closing-cta{text-align:center;padding:3.5rem 0 5rem}.closing-cta__card{max-width:700px;margin:0 auto;padding:3rem 2rem}.closing-cta__card h2{margin-bottom:1.6rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}[data-theme=light] .closing-cta__card h2{font-weight:500}.closing-cta__card p{color:var(--text-muted);max-width:46ch;margin-bottom:1.8rem;margin-left:auto;margin-right:auto}.closing-cta__card .hero__actions{justify-content:center}.intro-splash{z-index:99999;background:#0a0e0f;transition:transform 1s cubic-bezier(.65,0,.35,1);position:fixed;inset:0}.intro-splash--lift{transform:translateY(-100%)}.intro-splash canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.steps-tag{color:var(--text-muted);border-top:1px solid var(--surface-border);margin-top:2rem;padding-top:1.6rem;font-size:.88rem}.steps-tag b{color:var(--text)}.capability-grid{grid-template-columns:repeat(4,1fr);gap:.9rem;display:grid}@media (width<=860px){.capability-grid{grid-template-columns:repeat(2,1fr)}}.capability-tile{text-align:center;flex-direction:column;align-items:center;gap:.7rem;padding:1.3rem 1rem;display:flex}.capability-tile__icon{background:var(--gradient);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.05rem;display:flex}.capability-tile span{font-size:.85rem;font-weight:600}.tpl-more{color:var(--text-muted);margin-top:1.4rem;font-size:.9rem}.tpl-more a{color:var(--accent-dim);font-weight:600}.dev-layout{grid-template-columns:1fr 280px;align-items:center;gap:1.8rem;display:grid}@media (width<=900px){.dev-layout{grid-template-columns:1fr}}.tool-list .tool-row{border-bottom:1px solid var(--surface-border);padding:1rem 0}.tool-list .tool-row:first-child{padding-top:0}.tool-list .tool-row:last-child{border-bottom:none}.tool-list h4{margin-bottom:.3rem;font-size:.92rem;font-weight:700}.tool-list p{color:var(--text-muted);font-size:.82rem}.sec-subhead{color:var(--text-muted);margin:2.6rem 0 1.2rem;font-size:.85rem;font-weight:600}.split2{grid-template-columns:1fr 1fr;gap:1.4rem;display:grid}@media (width<=720px){.split2{grid-template-columns:1fr}}.split2 h3{margin-bottom:1.1rem;font-size:1.05rem;font-weight:700}.split2 ul{flex-direction:column;gap:.7rem;list-style:none;display:flex}.split2 li{color:var(--text-muted);padding-left:1.1rem;font-size:.88rem;position:relative}.split2 li:before{content:"—";color:var(--accent);position:absolute;left:0}.waitlist{flex-wrap:wrap;gap:.7rem;max-width:440px;display:flex}.waitlist input{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-pill);min-width:220px;color:var(--text);flex:1;padding:.85rem 1.2rem;font-family:inherit;font-size:.92rem}.waitlist input:focus{border-color:var(--accent);outline:none}.waitlist button{border-radius:var(--radius-pill);background:var(--btn-primary-bg);color:var(--btn-primary-text);cursor:pointer;border:none;padding:0 1.6rem;font-size:.92rem;font-weight:600}.waitlist button:disabled{opacity:.6;cursor:not-allowed}.waitlist-success{color:var(--accent);font-size:.95rem;font-weight:600}.waitlist-error{color:#e05656;margin-top:.8rem;font-size:.88rem}.p-icon{background:var(--gradient);color:#fff;width:34px;height:34px;font-family:var(--font-mono);border-radius:10px;justify-content:center;align-items:center;font-size:.68rem;font-weight:700;display:inline-flex}.fi{background:var(--accent-soft);width:26px;height:26px;color:var(--accent-dim);border-radius:7px;justify-content:center;align-items:center;font-size:.68rem;font-weight:700;display:inline-flex}.feature-card .snippet{font-family:var(--font-mono);color:var(--text-muted);background:var(--bg);white-space:nowrap;border-radius:8px;margin-top:.9rem;padding:.6rem .7rem;font-size:.76rem;overflow-x:auto}.code-tabs{gap:.4rem;margin-bottom:0;display:flex}.code-tabs button{background:var(--surface);border:1px solid var(--surface-border);color:var(--text-muted);cursor:pointer;font-size:.82rem;font-family:var(--font-mono);border-bottom:none;border-radius:10px 10px 0 0;padding:.6rem 1.1rem}.code-tabs button.active{background:var(--code-bg);color:var(--code-text)}.code-tabs+.code-block{border-radius:0 16px 16px}.tagcloud{flex-wrap:wrap;gap:.6rem;display:flex}.tag{color:var(--text-muted);background:var(--surface);border-radius:var(--radius-pill);box-shadow:0 0 0 1px var(--surface-border) inset;padding:.7rem 1.2rem;font-size:.88rem;transition:all .2s}.tag:hover{color:var(--text);box-shadow:0 0 0 1px var(--surface-border-strong) inset}.enterprise-form{flex-direction:column;gap:1.1rem;max-width:560px;display:flex}.enterprise-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.enterprise-form__row{grid-template-columns:1fr}}.enterprise-form__field{color:var(--text-muted);flex-direction:column;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.enterprise-form__field input,.enterprise-form__field textarea{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--surface-border);resize:vertical;border-radius:12px;padding:.75rem 1rem;font-weight:400}.enterprise-form__field input:focus,.enterprise-form__field textarea:focus{border-color:var(--accent);outline:none}.enterprise-form .btn{align-self:flex-start}.enterprise-form__success{color:var(--accent);font-size:.95rem;font-weight:600}.enterprise-form__error{color:#e05656;font-size:.85rem}.auth-page{justify-content:center;padding:5rem 2rem;display:flex}.auth-card{width:100%;max-width:400px;padding:2.4rem}.auth-card h1{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}[data-theme=light] .auth-card h1{font-weight:500}.auth-card p.auth-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.auth-form{flex-direction:column;gap:1.2rem;display:flex}.field{color:var(--text-muted);flex-direction:column;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.field input{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--surface-border);border-radius:12px;padding:.75rem 1rem;font-weight:400}.field input:focus{border-color:var(--accent);outline:none}.auth-form .btn{justify-content:center;margin-top:.4rem}.auth-error{color:#e05656;font-size:.85rem}.auth-switch{color:var(--text-muted);text-align:center;margin-top:1.6rem;font-size:.85rem}.auth-switch a{color:var(--accent-dim);font-weight:600}.status-chip{border-radius:var(--radius-pill);align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.status-chip--queued,.status-chip--splitting,.status-chip--in_progress{background:var(--accent-soft);color:var(--accent-dim)}.status-chip--completed{color:var(--accent-dim);background:#17c79f2e}.status-chip--failed{color:#e05656;background:#dc3c3c26}.task-list{flex-direction:column;gap:.7rem;display:flex}.task-list__row{background:var(--surface);box-shadow:0 0 0 1px var(--surface-border) inset;border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.3rem;transition:transform .2s,box-shadow .2s;display:flex}.task-list__row:hover{box-shadow:0 0 0 1px var(--surface-border-strong) inset;transform:translateY(-2px)}.task-list__id{font-size:.88rem;font-weight:600}.task-list__meta{color:var(--text-muted);margin-top:.2rem;font-size:.78rem}.account-stats{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}@media (width<=720px){.account-stats{grid-template-columns:1fr}}.account-stat{text-align:center;flex-direction:column;align-items:center;gap:.4rem;padding:1.6rem 1rem;display:flex}.account-stat__value{font-size:1.8rem;font-weight:700}.account-stat__label{color:var(--text-muted);font-size:.8rem}.account-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.6rem;display:flex}.account-recent h3{margin-bottom:1.2rem;font-size:1.05rem;font-weight:700}.notebook{background:var(--code-bg);border-radius:var(--radius-card);box-shadow:0 0 0 1px var(--surface-border) inset, var(--shadow-card);overflow:hidden}.notebook__bar{border-bottom:1px solid #ffffff14;align-items:center;gap:1rem;padding:.75rem 1.1rem;display:flex}.notebook__dots{gap:.4rem;display:flex}.notebook__dots span{background:#ffffff2e;border-radius:50%;width:10px;height:10px}.notebook__dots span:first-child{background:#e0605a}.notebook__dots span:nth-child(2){background:#e0b04a}.notebook__dots span:nth-child(3){background:#4ac47a}.notebook__tab{font-family:var(--font-mono);color:var(--code-text);opacity:.75;font-size:.78rem}.notebook__body{color:var(--code-text);padding:1.6rem 1.8rem}.notebook__line{gap:1.1rem;display:flex}.notebook__line-no{text-align:right;width:1.6rem;font-family:var(--font-mono);color:#ffffff47;-webkit-user-select:none;user-select:none;flex:none;padding-top:.15rem;font-size:.78rem}[data-theme=light] .notebook__line-no{color:#ffffff52}.yaml-key{font-family:var(--font-mono);color:var(--accent);flex:none;min-width:11rem;padding-top:.15rem;font-size:.86rem}.code-cell{background:#ffffff06;border:1px solid #ffffff14;border-radius:10px;overflow:hidden}.code-cell__row{align-items:stretch;gap:.7rem;padding:.6rem .8rem;display:flex}.code-cell__prompt{font-family:var(--font-mono);color:var(--accent);opacity:.75;flex:none;width:3.8rem;padding-top:.15rem;font-size:.74rem}.code-cell__prompt--run{text-align:left;cursor:pointer;opacity:.9;background:0 0;border:none}.code-cell__prompt--run:hover{opacity:1;color:var(--accent)}.code-cell__prompt--out{cursor:default}.code-cell__editor{flex:1;gap:.9rem;min-width:0;display:flex}.code-cell__gutter{font-family:var(--font-mono);color:#ffffff47;text-align:right;-webkit-user-select:none;user-select:none;flex-direction:column;flex:none;padding-top:.15rem;font-size:.82rem;line-height:1.55;display:flex}.code-cell__textarea{resize:none;min-width:0;font-family:var(--font-mono);color:var(--code-text);background:0 0;border:none;outline:none;flex:1;padding:0;font-size:.82rem;line-height:1.55}.code-cell__delete{color:#ffffff59;background:0 0;flex:none;align-self:flex-start;padding:.15rem .3rem;font-size:.8rem}.code-cell__delete:hover{color:#e0605a}.code-cell__out-row{gap:.7rem;padding:0 .8rem .8rem;display:flex}.code-cell__output{min-width:0;font-family:var(--font-mono);color:var(--code-out);white-space:pre-wrap;word-break:break-word;flex:1;margin:0;font-size:.82rem}.code-cell__output-note{color:#ffffff59}.submit-form{flex-direction:column;gap:1.4rem;max-width:720px;display:flex}.submit-form .notebook__body{flex-direction:column;gap:1.1rem;display:flex}.notebook-cells{flex-direction:column;gap:.8rem;display:flex}.notebook-add-cell{color:var(--text-muted);background:#ffffff0a;border:1px dashed #ffffff29;border-radius:8px;align-self:flex-start;padding:.5rem .9rem;font-size:.8rem;font-weight:500}.notebook-add-cell:hover{color:var(--code-text);border-color:var(--accent)}.notebook-divider{font-family:var(--font-mono);color:#fff6;border-top:1px solid #ffffff14;align-items:center;gap:.8rem;padding-top:.4rem;font-size:.78rem;display:flex}.yaml-field{flex-wrap:wrap;flex:1;align-items:center;gap:.9rem;display:flex}.yaml-field--wrap{align-items:flex-start}.yaml-field--wrap .yaml-key{padding-top:.6rem}.yaml-field input[type=text],.yaml-field input[type=number]{font-family:var(--font-mono);color:var(--code-text);background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;flex:1;min-width:220px;padding:.55rem .8rem;font-size:.86rem}.yaml-field input:focus{border-color:var(--accent);outline:none}.precision-options{flex-wrap:wrap;gap:.8rem;display:flex}.precision-option{color:var(--code-text);border-radius:var(--radius-pill);background:#ffffff0a;border:1px solid #ffffff1f;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500;display:flex}.precision-option:has(input:checked){border-color:var(--accent);background:#17c79f26}.precision-option small{color:#ffffff73;font-weight:400}.tariff-grid{grid-template-columns:repeat(2,1fr);gap:.9rem;display:grid}@media (width<=720px){.tariff-grid{grid-template-columns:1fr}}.tariff-card{cursor:pointer;padding:1.2rem;box-shadow:none!important;background:#ffffff0a!important;border:1px solid #ffffff1f!important}.tariff-card h4{color:var(--code-text);margin-bottom:.3rem;font-size:.92rem}.tariff-card p{color:#ffffff73;font-size:.8rem}.tariff-card--selected{border-color:var(--accent)!important;box-shadow:0 0 0 1px var(--accent) inset!important;background:#17c79f1a!important}.tariff-card--disabled{opacity:.55;cursor:not-allowed}.status-card{flex-direction:column;gap:1.4rem;max-width:720px;display:flex}.log-head{margin-bottom:1.2rem}.status-log{font-family:var(--font-mono);flex-direction:column;gap:.5rem;margin-bottom:1.4rem;font-size:.86rem;list-style:none;display:flex}.status-log li{color:#ffffff59;align-items:center;gap:.7rem;display:flex}.status-log__prompt{width:1rem;color:inherit;flex:none}.status-log li.done{color:var(--code-out)}.status-log li.active{color:var(--code-text)}.status-log li.pending{color:#ffffff4d}[data-theme=light] .status-log li.pending{color:#fff6}.status-log__cursor{background:var(--accent);width:7px;height:1rem;animation:1s step-start infinite blink}@keyframes blink{50%{opacity:0}}.status-log__error{font-family:var(--font-mono);margin-bottom:1.4rem}.status-meta{border-top:1px solid #ffffff14;flex-direction:column;gap:.5rem;padding-top:1.2rem;display:flex}.status-meta .notebook__line-no{width:1.3rem}.status-meta .yaml-key{min-width:9.5rem}.status-meta__val{font-family:var(--font-mono);color:var(--code-text);word-break:break-all;font-size:.84rem}.status-download{align-self:flex-start}.submit-error{color:#e05656;font-size:.85rem}.task-table-wrap{flex-direction:column;gap:1.2rem;display:flex}.task-table__filters{flex-wrap:wrap;gap:.5rem;display:flex}.task-table__filter{color:var(--text-muted);background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-pill);padding:.45rem .95rem;font-size:.82rem;font-weight:500}.task-table__filter:hover{color:var(--text)}.task-table__filter--active{color:var(--text);background:var(--accent-soft);border-color:var(--surface-border-strong);font-weight:700}.task-table__scroll{background:var(--surface);border-radius:var(--radius-card);box-shadow:0 0 0 1px var(--surface-border) inset;overflow-x:auto}.task-table{border-collapse:collapse;width:100%;font-size:.85rem}.task-table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--surface-border);white-space:nowrap;padding:.9rem 1.1rem;font-size:.72rem;font-weight:600}.task-table__sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.task-table__sortable:hover{color:var(--text)}.task-table td{border-bottom:1px solid var(--surface-border);white-space:nowrap;padding:.85rem 1.1rem}.task-table tbody tr{cursor:pointer;transition:background-color .15s}.task-table tbody tr:hover{background:var(--surface-hover)}.task-table tbody tr:last-child td{border-bottom:none}.task-table__ellipsis{text-overflow:ellipsis;max-width:260px;overflow:hidden}.task-table__empty{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}[data-theme=dark]{--bg:#0a0e0f;--bg-elevated:#00000059;--surface:#ffffff0d;--surface-hover:#ffffff14;--surface-border:#ffffff1a;--surface-border-strong:#17c79f59;--text:#fff;--text-muted:#a3aeae;--accent:#17c79f;--accent-dim:#0c9677;--accent-soft:#17c79f26;--accent-ink:#06251e;--gradient:linear-gradient(135deg, #0eaf8c 0%, #17c79f 30%, #2f6fed 70%, #6a5cff 100%);--font-sans:"IBM Plex Sans", -apple-system, "Helvetica Neue", Arial, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--radius-card:18px;--radius-pill:999px;--shadow-card:0 12px 34px #00000047;--shadow-soft:0 4px 18px #0003;--btn-primary-bg:var(--gradient);--btn-primary-text:#fff;--btn-secondary-bg:var(--surface);--btn-secondary-text:var(--text);--header-bg:#ffffff0d;--header-bg-scrolled:#0a0e0feb;--code-bg:#00000059;--code-text:#e7e9e9;--code-out:#6fe3c4}[data-theme=light]{--bg:#f6f8f8;--bg-elevated:#181e20;--surface:#fff;--surface-hover:#ebeff0;--surface-border:#dce3e5;--surface-border-strong:#a8b9bd;--text:#181e20;--text-muted:#53696e;--accent:#0eaf8c;--accent-dim:#0c8f72;--accent-soft:#e7f8f4;--accent-ink:#06251e;--gradient:linear-gradient(135deg, #0eaf8c 0%, #17c79f 30%, #2f6fed 70%, #6a5cff 100%);--font-sans:"Poppins", -apple-system, "Helvetica Neue", Arial, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--radius-card:2.2rem;--radius-pill:999px;--shadow-card:0 0 0 1px #fff inset, 0 1.4em 2.2em #243c4214;--shadow-soft:0 .6em .9em #243c4214;--btn-primary-bg:#181e20;--btn-primary-text:#fff;--btn-secondary-bg:#fff;--btn-secondary-text:var(--text);--header-bg:#fafbfbd1;--header-bg-scrolled:#fafbfbf5;--code-bg:#181e20;--code-text:#e3e7e8;--code-out:#3fcf9e}*{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial}}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-size:15.5px;line-height:1.6;transition:background-color .25s,color .25s}a{color:inherit;text-decoration:none}button{font-family:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.mono{font-family:var(--font-mono)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media (width<=720px){.container{padding:0 1.25rem}}.btn{border-radius:var(--radius-pill);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-family:inherit;font-size:.92rem;font-weight:600;transition:transform .2s,box-shadow .2s,background-color .2s,border-color .2s;display:inline-flex}.btn--primary{background:var(--btn-primary-bg);color:var(--btn-primary-text);box-shadow:var(--shadow-soft)}.btn--primary:hover{transform:translateY(-2px)}.btn--secondary{background:var(--btn-secondary-bg);color:var(--btn-secondary-text);box-shadow:0 0 0 1px var(--surface-border) inset}.btn--secondary:hover{background:var(--surface-hover);transform:translateY(-2px)}.btn--ghost{color:var(--text-muted);background:0 0;padding:.5rem .3rem}.btn--ghost:hover{color:var(--text)}
