.ds-root{--ds-primary:#7263e7;--ds-background:#f5f5f7;--ds-surface:#fff;--ds-text:#27272c;--ds-muted:#85858f;--ds-border:#e4e4e9;color:var(--ds-text);font-size:calc(14px * var(--ds-font-scale,1));line-height:1.5;text-align:left;width:100%;color-scheme:light}.ds-root[data-theme=dark]{--ds-background:#19191e;--ds-surface:#25252c;--ds-text:#eeeef1;--ds-muted:#9b9ba7;--ds-border:#3a3a44;color-scheme:dark}.ds-root *{box-sizing:border-box}.ds-root h2,.ds-root h3,.ds-root p{margin:0}.ds-root h3{font-size:calc(16px * var(--ds-font-scale,1));font-weight:600;letter-spacing:-.3px}.ds-root p{color:var(--ds-muted);font-size:calc(13px * var(--ds-font-scale,1));line-height:1.7}.ds-root button,.ds-root input,.ds-root select{font:inherit}.ds-root button{cursor:pointer}.ds-root button:focus-visible,.ds-root input:focus-visible,.ds-root select:focus-visible{outline:2px solid var(--ds-primary);outline-offset:3px}.ds-root svg{flex-shrink:0}.ds-part{position:relative;transition:outline-color .15s,background-color .15s}.ds-part[data-editing=true]{cursor:crosshair}.ds-part[data-editing=true]:hover{outline:1px dashed color-mix(in srgb,var(--ds-primary) 70%,transparent);outline-offset:3px}.ds-part[data-selected=true]{outline:2px solid var(--ds-primary);outline-offset:4px}.ds-card,.ds-dialog,.ds-input,.ds-select,.ds-table,.ds-page-shell{background-color:var(--ds-surface);color:var(--ds-text)}.ds-button{background-color:var(--ds-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;flex-shrink:0}.ds-button-secondary{background-color:var(--ds-surface);color:var(--ds-text);box-shadow:0 0 0 1px var(--ds-border)}.ds-input,.ds-select{width:100%;font-family:inherit;min-width:0}.ds-input::placeholder{color:var(--ds-muted);font-size:calc(12px * var(--ds-font-scale,1))}.ds-badge{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;width:fit-content;background:color-mix(in srgb,var(--ds-primary) 10%,transparent);color:var(--ds-primary-ink,var(--ds-primary))}.ds-badge-neutral{background:var(--ds-background);color:var(--ds-muted)}.ds-root .ds-table{overflow:hidden}.ds-table-scroll{width:100%;overflow-x:auto}.ds-table table{border-collapse:separate;border-spacing:0;width:100%;text-align:left;font-size:calc(12px * var(--ds-font-scale,1));white-space:nowrap}.ds-table th{font-weight:400;color:var(--ds-muted);background:color-mix(in srgb,var(--ds-background) 70%,transparent)}.ds-table th,.ds-table td{padding:12px 14px;border-bottom:1px solid var(--ds-border)}.ds-table th:first-child,.ds-table td:first-child{padding-right:0;width:32px}.ds-table tbody tr:last-child td{border-bottom:0}.ds-table input[type=checkbox]{accent-color:var(--ds-primary);width:13px;height:13px;border-radius:4px;vertical-align:middle}.ds-table small{display:block;color:var(--ds-muted);font-size:calc(11px * var(--ds-font-scale,1));margin-top:2px}.project-title{font-weight:500}.person{display:flex;align-items:center;gap:7px}.person-avatar{width:24px;height:24px;border-radius:50%;background:#e7e1f2;color:#80668f;display:inline-flex;align-items:center;justify-content:center;font-size:calc(10px * var(--ds-font-scale,1))}.person-1{background:#dfece7;color:#678b7c}.person-2{background:#ece2dc;color:#927664}.person-3{background:#e1e9f2;color:#6b83a0}.ds-root .status-1{background:#eaf5ed;color:#4c9662}.ds-root .status-3{background:var(--ds-background);color:var(--ds-muted)}.status-badge>span{width:4px;height:4px;border-radius:50%;background:currentColor}.component-gallery{max-width:960px;margin:auto;padding:34px 32px 32px}.gallery-caption{display:flex;align-items:center;justify-content:space-between;font-size:calc(12px * var(--ds-font-scale,1));color:var(--ds-muted);margin-bottom:25px}.gallery-caption>span:last-child{font-size:calc(10px * var(--ds-font-scale,1));letter-spacing:1.3px}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.gallery-cell{min-width:0}.component-name{font-size:calc(12px * var(--ds-font-scale,1));font-weight:500;display:flex;gap:8px;align-items:center;margin-bottom:18px}.component-name code{font-size:calc(10px * var(--ds-font-scale,1));color:var(--ds-muted);font-weight:400}.sample-card{height:calc(100% - 36px);justify-content:space-between}.sample-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.sample-app-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:color-mix(in srgb,var(--ds-primary) 10%,transparent);color:var(--ds-primary-ink,var(--ds-primary))}.sample-card h3{font-size:calc(18px * var(--ds-font-scale,1));letter-spacing:-.6px}.sample-card p{font-size:calc(12px * var(--ds-font-scale,1))}.sample-progress-title{display:flex;justify-content:space-between;font-size:calc(11px * var(--ds-font-scale,1));margin-top:12px;color:var(--ds-muted)}.sample-progress-title strong{font-weight:500;color:var(--ds-text)}.sample-progress{height:5px;background:var(--ds-background);border-radius:5px;overflow:hidden}.sample-progress>span{display:block;width:72%;height:100%;border-radius:inherit;background:var(--ds-primary)}.sample-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:calc(10px * var(--ds-font-scale,1));color:var(--ds-muted);margin:6px 0 9px}.avatar-stack{display:flex;padding-left:4px}.avatar-stack span{border:2px solid var(--ds-surface);border-radius:50%;margin-left:-4px;background:#e7e1f2;color:#80668f;display:flex;align-items:center;justify-content:center;width:26px;height:26px;font-size:calc(9px * var(--ds-font-scale,1))}.avatar-stack span:nth-child(2){background:#e0ebe4;color:#648372}.avatar-stack span:nth-child(3){background:#eee4da;color:#8c775f}.avatar-stack span:last-child{background:var(--ds-background);color:var(--ds-muted)}.controls-demo{display:flex;flex-direction:column;gap:9px}.demo-field-label{font-size:calc(12px * var(--ds-font-scale,1));margin:4px 0 0}.button-line{display:flex;gap:8px;margin-bottom:9px}.button-line .ds-button{font-size:calc(12px * var(--ds-font-scale,1));padding:9px 11px}.button-line .icon-demo-button{padding:9px}.demo-notification{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:calc(12px * var(--ds-font-scale,1))}.demo-notification small{display:block;color:var(--ds-muted);font-size:calc(10px * var(--ds-font-scale,1));margin-top:4px}.demo-switch{width:30px;height:17px;border:0;border-radius:12px;padding:2px;background:var(--ds-border);transition:background .2s}.demo-switch span{display:block;width:13px;height:13px;border-radius:50%;background:#fff;transition:transform .2s}.demo-switch.on{background:var(--ds-primary)}.demo-switch.on span{transform:translate(13px)}.gallery-secondary{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:30px}.demo-tabs{display:flex;background:var(--ds-background)}.demo-tabs>button{flex:1;border:0;color:var(--ds-muted);background:transparent;border-radius:6px;padding:7px 5px;font-size:calc(12px * var(--ds-font-scale,1))}.demo-tabs>button[aria-selected=true]{background:var(--ds-surface);color:var(--ds-text);box-shadow:0 1px 3px #0001}.demo-tab-content{font-size:calc(11px * var(--ds-font-scale,1));padding:13px 0}.demo-badges{display:flex;gap:6px;flex-wrap:wrap}.inline-dialog{gap:12px;padding:16px}.inline-dialog-title{display:flex;gap:8px;align-items:center;font-size:calc(13px * var(--ds-font-scale,1))}.dialog-mini-icon{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border:1px solid var(--ds-border);border-radius:6px}.inline-dialog p{font-size:calc(11px * var(--ds-font-scale,1))}.inline-dialog .ds-button{width:fit-content;font-size:calc(11px * var(--ds-font-scale,1));padding:6px 10px}.table-caption{margin-top:36px;margin-bottom:20px}.demo-table-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.demo-table-heading h3{font-size:calc(14px * var(--ds-font-scale,1))}.demo-table-heading>div>span{display:block;font-size:calc(11px * var(--ds-font-scale,1));color:var(--ds-muted);margin-top:4px}.demo-table-heading .ds-button{font-size:calc(11px * var(--ds-font-scale,1));padding:7px 10px}.demo-table-tools{display:flex;justify-content:space-between;gap:12px;margin:16px 0}.demo-table-tools label{display:flex;align-items:center;gap:8px;color:var(--ds-muted);padding:8px 10px;border:1px solid var(--ds-border);border-radius:8px;max-width:250px}.demo-table-tools input{border:0;outline:none;min-width:0;width:100%;background:transparent;font-size:calc(11px * var(--ds-font-scale,1));color:var(--ds-text)}.demo-table-tools select{border:1px solid var(--ds-border);border-radius:8px;padding:7px 10px;background:var(--ds-surface);font-size:calc(11px * var(--ds-font-scale,1))}.demo-empty{padding:24px;text-align:center}.native-demo-dialog{border:0;padding:0;border-radius:16px;max-width:400px;width:calc(100% - 32px);background:transparent;overflow:visible;margin:auto;color:var(--ds-text)}.native-demo-dialog::backdrop{background:#0005;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.native-dialog-title{display:flex;justify-content:space-between;align-items:center}.native-dialog-title>button{background:transparent;border:0;color:var(--ds-muted)}.demo-confirmation{display:flex;align-items:center;gap:5px;color:#4c9662}.page-atom{display:grid;align-items:start;background:var(--ds-background);min-height:800px;width:100%}.page-navigation{background:transparent;display:flex;flex-direction:column;min-height:540px;gap:30px}.demo-brand{display:flex;align-items:center;gap:8px;font-size:calc(13px * var(--ds-font-scale,1));margin:5px 0}.demo-brand>span{display:flex;align-items:center;justify-content:center;background:var(--ds-text);color:var(--ds-surface);width:25px;height:25px;border-radius:7px;font-size:calc(16px * var(--ds-font-scale,1));font-weight:700}.page-nav-items{display:flex;flex-direction:column;gap:5px}.page-nav-items>button{padding:9px 10px;border:0;border-radius:7px;display:flex;align-items:center;gap:9px;background:transparent;color:var(--ds-muted);font-size:calc(12px * var(--ds-font-scale,1))}.page-nav-items>button.active{background:var(--ds-surface);color:var(--ds-primary-ink,var(--ds-primary));box-shadow:0 1px 4px #00004}.demo-nav-bottom{display:flex;align-items:center;gap:9px;margin-top:auto;font-size:calc(11px * var(--ds-font-scale,1));color:var(--ds-muted)}.page-main-shell{min-width:0;overflow:hidden;min-height:660px}.page-topbar{height:46px;border-bottom:1px solid var(--ds-border);padding:0 22px;display:flex;align-items:center;justify-content:space-between;font-size:calc(11px * var(--ds-font-scale,1));color:var(--ds-muted)}.page-topbar>span,.page-topbar>div{display:flex;align-items:center;gap:8px}.demo-plan{border:1px solid var(--ds-border);padding:2px 6px;border-radius:5px;font-size:calc(9px * var(--ds-font-scale,1))}.page-main-content{display:flex;flex-direction:column;min-width:0}.page-demo-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.demo-greeting{font-size:calc(11px * var(--ds-font-scale,1));color:var(--ds-muted)}.page-demo-title h2{font-size:calc(24px * var(--ds-font-scale,1));font-weight:600;letter-spacing:-.8px;margin-top:4px}.page-demo-title .ds-button{font-size:calc(11px * var(--ds-font-scale,1));padding:8px 10px}.metric-grid{display:grid}.metric-card{gap:12px;min-width:0}.metric-label{display:flex;align-items:center;justify-content:space-between;font-size:calc(12px * var(--ds-font-scale,1));color:var(--ds-muted);gap:5px}.metric-value{font-size:calc(32px * var(--ds-font-scale,1));font-weight:600;letter-spacing:-1px;line-height:1}.metric-footer{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.metric-footer>span{display:flex;align-items:center;font-size:calc(10px * var(--ds-font-scale,1));color:#619775}.metric-footer>small{font-size:calc(10px * var(--ds-font-scale,1));color:var(--ds-muted)}.chart-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.chart-heading h3{font-size:calc(14px * var(--ds-font-scale,1))}.chart-heading p{font-size:calc(11px * var(--ds-font-scale,1));margin-top:4px}.chart-heading .ds-select{width:105px;font-size:calc(11px * var(--ds-font-scale,1));padding:6px 8px}.demo-chart{height:165px;display:flex;gap:15px;margin-top:12px}.chart-guides{display:flex;flex-direction:column;justify-content:space-between;font-size:calc(9px * var(--ds-font-scale,1));color:var(--ds-muted);padding-bottom:3px}.chart-bars{display:flex;align-items:flex-end;gap:7px;width:100%;background:repeating-linear-gradient(to top,transparent 0,transparent calc(50% - 1px),var(--ds-border) calc(50% - 1px),var(--ds-border) 50%);border-bottom:1px solid var(--ds-border)}.chart-bars>div{background:var(--ds-primary);flex:1;border-radius:4px 4px 0 0;transition:height .3s}.chart-x-labels{display:flex;justify-content:space-between;padding-left:35px;margin-top:8px;color:var(--ds-muted);font-size:calc(9px * var(--ds-font-scale,1))}.page-demo-footer{display:flex;justify-content:space-between;color:var(--ds-muted);font-size:calc(9px * var(--ds-font-scale,1));padding-top:7px}.layout-topbar,.layout-centered{grid-template-columns:minmax(0,1fr)}.layout-topbar .page-navigation,.is-compact .page-navigation{flex-direction:row;min-height:0;align-items:center;gap:20px}.layout-topbar .page-nav-items,.is-compact .page-nav-items{flex-direction:row;margin-left:auto}.layout-topbar .demo-nav-bottom,.is-compact .demo-nav-bottom{display:none}.layout-centered .page-main-shell{width:min(100%,900px);margin-inline:auto}.is-compact .page-navigation{padding:6px;gap:6px;flex-wrap:wrap}.is-compact .page-nav-items button{padding:7px}.is-compact .page-nav-items button span{display:none}.is-compact .page-demo-title h2{font-size:calc(20px * var(--ds-font-scale,1))}.settings-field{display:flex;flex-direction:column;gap:8px;font-size:calc(12px * var(--ds-font-scale,1));max-width:440px}.settings-plan-title{display:flex;align-items:center;gap:10px}.plan-usage{display:flex;justify-content:space-between;font-size:calc(12px * var(--ds-font-scale,1))}.plan-usage strong{font-weight:500}.is-compact .gallery-grid,.is-compact .gallery-secondary{grid-template-columns:1fr}.is-compact .component-gallery{padding:28px 22px}.is-compact .sample-card{min-height:300px}.is-compact .gallery-secondary{gap:24px}.is-compact .ds-table table{min-width:500px}.is-compact .page-main-content{padding:18px}.is-compact .demo-table-heading>div>span{display:none}.ds-root{--ds-primary:#d99a20;--ds-background:#f4f4f1;--ds-surface:#fff;--ds-text:#292925;--ds-muted:#929189;--ds-border:#e5e5df}.ds-root .ds-button{background-color:var(--ds-text);color:var(--ds-surface)}.ds-root .ds-button-secondary{background-color:var(--ds-surface);color:var(--ds-text);outline:1px solid var(--ds-border);outline-offset:-1px}.ds-root[data-theme=dark]{--ds-background:#1c1c1a;--ds-surface:#272724;--ds-text:#eeede8;--ds-muted:#a09f94;--ds-border:#414139}.ds-root .page-nav-items>button.active{color:var(--ds-text)}.ds-root .demo-brand>span{background:var(--ds-text);color:var(--ds-surface)}.ds-root .sample-app-icon{background:var(--ds-background);color:var(--ds-text)}.native-demo-dialog::backdrop{background:rgba(0,0,0,var(--ds-overlay-opacity,.35));-webkit-backdrop-filter:blur(var(--ds-overlay-blur,4px));backdrop-filter:blur(var(--ds-overlay-blur,4px))}.ds-root .ds-button{background-color:var(--ds-action,var(--ds-text));color:var(--ds-action-text,var(--ds-surface))}.ds-root .ds-button-secondary,.ds-root .ds-select-content{background-color:var(--ds-surface);color:var(--ds-text)}.ds-root .ds-select-item{background-color:transparent;color:var(--ds-text)}.ds-select-anchor{position:relative;min-width:0;width:100%}.ds-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer}.ds-select-trigger>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chart-heading .ds-select-anchor{width:135px}.chart-heading .ds-select-trigger{width:100%;font-size:calc(11px * var(--ds-font-scale,1))}.ds-select-portal{position:fixed;inset:0;z-index:48;pointer-events:none}.ds-select-position{pointer-events:auto}.ds-select-menu{display:flex;flex-direction:column;max-height:300px;overflow:auto}.ds-select-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;text-align:left;flex-shrink:0}.ds-root .ds-select-option[aria-selected=true]{background:color-mix(in srgb,var(--ds-primary) 12%,var(--ds-surface));color:var(--ds-text)}.ds-root .ds-select-option:hover{background:color-mix(in srgb,var(--ds-primary) 8%,var(--ds-surface))}.select-edit-caption{display:flex;align-items:center;justify-content:space-between;background:var(--ds-surface);border-radius:6px;margin-bottom:5px;padding:7px 9px;font:11px sans-serif;color:var(--ds-muted);box-shadow:0 1px 5px #0001}.select-edit-caption button{background:none;border:0;color:inherit;display:flex;padding:0}.layout-sidebar:not(.is-compact)>.page-navigation{align-self:stretch;min-height:100%;height:auto}.layout-sidebar:not(.is-compact) .demo-nav-bottom{margin-top:auto;padding-top:30px}.layout-topbar>.page-main-shell>.page-topbar{display:none}.ds-root .person-avatar,.ds-root .avatar-stack span{background:color-mix(in srgb,var(--ds-secondary) 14%,var(--ds-surface));color:var(--ds-secondary)}.ds-root .person-2,.ds-root .avatar-stack span:nth-child(3){background:color-mix(in srgb,var(--ds-tertiary) 14%,var(--ds-surface));color:var(--ds-tertiary)}.ds-root[data-theme=dark] .status-1{background:color-mix(in srgb,var(--ds-secondary) 14%,var(--ds-surface));color:var(--ds-secondary)}.demo-table-tools>.ds-select-anchor{width:150px;max-width:100%;margin-left:auto;flex-shrink:0}.demo-table-tools .ds-select-trigger{width:100%}.ds-page-background.page-atom{isolation:isolate}@media(max-width:640px){.demo-table-tools{flex-wrap:wrap}.demo-table-tools>label{min-width:0;flex:1}.demo-table-tools>.ds-select-anchor{width:130px}}.layout-rail>.page-navigation{align-self:stretch;align-items:center}.layout-rail>.page-navigation .demo-brand>strong,.layout-rail>.page-navigation .page-nav-items span,.layout-rail>.page-navigation .demo-nav-bottom>span{display:none}.layout-rail>.page-navigation .page-nav-items>button{justify-content:center;padding:14px}.layout-rail>.page-navigation .demo-brand{justify-content:center}.layout-split>.page-navigation{grid-column:1/-1;flex-direction:row;align-items:center;min-height:0;gap:20px}.layout-split>.page-navigation .page-nav-items{flex-direction:row;margin-left:auto}.layout-split>.page-navigation .demo-nav-bottom{display:none}.layout-aside{display:flex;flex-direction:column;gap:22px;background:color-mix(in srgb,var(--ds-surface) 65%,transparent);min-width:0;align-self:stretch}.layout-aside p{font-size:12px}.aside-event{display:flex;gap:12px;align-items:flex-start;font-size:12px}.aside-event svg{color:var(--ds-primary-ink,var(--ds-primary))}.aside-event small{display:block;color:var(--ds-muted);font-size:10px;margin-top:8px}.is-compact .layout-aside{display:none}.layout-centered>.page-main-shell{justify-self:center;width:100%}.layout-split>.page-main-shell>.page-topbar{display:none}.layout-rail .demo-nav-bottom{margin-top:auto}.page-secondary{display:flex;flex-direction:column;gap:18px;background:var(--ds-surface)}.page-main-content{container-type:inline-size}@container (max-width:600px){.page-main-content>.metric-grid{grid-template-columns:repeat(min(2,var(--metric-columns,3)),minmax(0,1fr))!important}}@container (max-width:380px){.page-main-content>.metric-grid{grid-template-columns:minmax(0,1fr)!important}.page-demo-title{flex-wrap:wrap;gap:16px}}@keyframes forma-fade{0%{opacity:0}to{opacity:1}}@keyframes forma-slide{0%{opacity:0;translate:0 14px}to{opacity:1;translate:0 0}}@keyframes forma-scale{0%{opacity:0;scale:.98}to{opacity:1;scale:1}}@keyframes forma-spin{to{rotate:360deg}}@keyframes forma-pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes forma-dots{0%,65%,to{translate:0 0;opacity:.4}30%{translate:0 -5px;opacity:1}}.ds-root[data-motion-enabled=true] .page-atom{animation-duration:var(--motion-duration,.28s);animation-timing-function:var(--motion-easing,ease-out);animation-fill-mode:both}.ds-root[data-motion-enabled=true][data-page-motion=fade] .page-atom{animation-name:forma-fade}.ds-root[data-motion-enabled=true][data-page-motion=slide] .page-atom{animation-name:forma-slide}.ds-root[data-motion-enabled=true][data-page-motion=scale] .page-atom{animation-name:forma-scale}.ds-root[data-motion-enabled=true] .ds-part[data-motion-interactive=true]{transition:translate var(--motion-duration,.28s) var(--motion-easing,ease-out),scale var(--motion-duration,.28s) var(--motion-easing,ease-out),filter var(--motion-duration,.28s) var(--motion-easing,ease-out),background-color var(--motion-duration,.28s) var(--motion-easing,ease-out)}.ds-root[data-motion-enabled=true][data-component-motion=lift] .ds-part[data-motion-interactive=true]:not([data-editing=true]):hover{translate:0 -3px}.ds-root[data-motion-enabled=true][data-component-motion=lift] .ds-part[data-motion-interactive=true]:not([data-editing=true]):active{translate:0 0}.ds-root[data-motion-enabled=true][data-component-motion=press] .ds-part[data-motion-interactive=true]:not([data-editing=true]):active{scale:.97}.ds-root[data-motion-enabled=true][data-component-motion=glow] .ds-part[data-motion-interactive=true]:not([data-editing=true]):hover{filter:brightness(1.12)}.ds-loading{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:30px;min-height:30px;color:var(--ds-primary);vertical-align:middle}.ds-loading-spin>span:first-child{width:22px;height:22px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;animation:forma-spin var(--loading-duration,.84s) linear infinite}.ds-loading-pulse{flex-direction:column;align-items:stretch;width:92px;gap:5px}.ds-loading-pulse>span{display:block;height:7px;border-radius:5px;background:currentColor;animation:forma-pulse var(--loading-duration,.84s) ease-in-out infinite}.ds-loading-pulse>span:nth-child(2){width:65%;animation-delay:.12s}.ds-loading-dots>span{width:6px;height:6px;background:currentColor;border-radius:50%;animation:forma-dots var(--loading-duration,.84s) ease-in-out infinite}.ds-loading-dots>span:nth-child(2){animation-delay:.12s}.ds-loading-dots>span:nth-child(3){animation-delay:.24s}.ds-root[data-motion-enabled=false] .ds-loading span{animation:none}@media(prefers-reduced-motion:reduce){.ds-root .page-atom,.ds-root .ds-loading span,.ds-root .ds-part{animation:none!important;transition:none!important;translate:none!important;scale:none!important}}.extra-avatar-row{display:flex;gap:12px;align-items:center}.extra-avatar{width:48px;height:48px;display:grid;place-items:center;color:var(--ds-text);font-weight:600;font-size:17px;flex-shrink:0}.extra-progress-example,.extra-slider-example,.extra-textarea-example{width:100%;max-width:360px;display:flex;flex-direction:column;gap:14px}.extra-progress-example>div:first-child,.extra-slider-example>label{display:flex;justify-content:space-between;gap:10px;font-size:13px}.extra-progress{height:10px;background:var(--ds-border);overflow:hidden}.extra-progress>span{display:block;height:100%;border-radius:inherit;background:var(--ds-primary);transition:width .2s}.extra-text-button{display:flex;align-items:center;gap:5px;width:fit-content;background:none;border:0;color:var(--ds-primary-ink,var(--ds-primary));padding:0;font-size:12px}.extra-notice{display:flex;gap:14px;align-items:flex-start;background:color-mix(in srgb,var(--ds-primary) 7%,var(--ds-surface));color:var(--ds-text);width:100%}.extra-notice>svg{color:var(--ds-primary)}.extra-notice strong{font-size:13px}.extra-notice p{font-size:12px;margin-top:7px}.extra-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:13px}.ds-root .extra-toggle{width:43px;height:25px;background:var(--ds-border);display:flex;align-items:center}.ds-root .extra-toggle[aria-checked=true]{background:var(--ds-primary)}.extra-toggle>span{height:19px;width:19px;display:block;background:var(--ds-surface);border-radius:50%;transition:translate .2s}.extra-toggle[aria-checked=true]>span{translate:18px}.ds-root .ds-slider{width:100%;accent-color:var(--ds-primary)}.extra-textarea-example>span{font-size:13px}.ds-root .ds-textarea{width:100%;resize:vertical;color:var(--ds-text);background:var(--ds-surface);font:inherit;line-height:1.6}.extra-accordion{width:100%;background:var(--ds-surface)}.extra-accordion>button{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;text-align:left;background:none;border:0;padding:0;color:var(--ds-text);font-size:13px}.extra-accordion>p{margin-top:16px;font-size:12px}.extra-icon{display:flex;align-items:center;justify-content:center;width:fit-content;color:var(--ds-text)}.extra-profile,.extra-task,.extra-message{display:flex;flex-direction:column;gap:20px;width:100%;max-width:400px}.extra-profile{align-items:flex-start}.extra-profile .ds-button{width:100%}.extra-message>.ds-button{align-self:flex-end}.extra-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:36px}.extra-gallery-grid>div{min-width:0}.extra-gallery h4{font-size:12px;font-weight:500;margin:0 0 18px}.resource-render-profile,.resource-render-task,.resource-render-message,.resource-render-notice,.resource-render-accordion,.resource-render-textarea{max-width:440px;margin:auto}.resource-render-icon,.resource-render-avatar,.resource-render-toggle{display:flex;justify-content:center}.resource-render{width:100%;display:flex;justify-content:center;align-items:center;min-width:0}.resource-render>*,.resource-input-example,.resource-tabs-example{min-width:0;max-width:100%}.resource-render-card,.resource-render-dialog{max-width:400px;margin:auto}.resource-render-metric{max-width:350px;margin:auto}.resource-render-card>.ds-card,.resource-render-dialog>.ds-dialog,.resource-render-metric>.ds-card{width:100%}.resource-sample-card h3{margin-top:9px}.resource-sample-card .ds-card-content{margin-top:10px}.resource-sample-card .ds-card-content>.ds-button{margin-top:14px}.resource-input-example{display:flex;flex-direction:column;gap:10px;width:340px}.resource-input-example>span{font-size:12px;color:var(--ds-muted)}.resource-tabs-example{width:370px}.resource-render-chart,.resource-render-settings,.resource-render-table,.resource-render-results{max-width:760px;margin:auto}.resource-render-chart>.ds-card,.resource-render-settings>.ds-card,.resource-render-table>.demo-table-block,.resource-render-results>.demo-table-block{width:100%}.resource-render-settings{max-width:600px}.resource-render-layout{align-items:stretch}.resource-layout{min-height:450px}.resource-layout>.page-main-shell{min-height:420px}.resource-layout>.page-navigation{min-height:0}.layout-slot-header{display:flex;align-items:center;justify-content:space-between;height:50px;border-bottom:1px solid var(--ds-border);padding:16px;color:var(--ds-muted);font-size:12px}.layout-slot-content{display:flex;flex-direction:column}.layout-slot-content strong{font-size:18px}.layout-slot{display:flex;align-items:center;justify-content:center;padding:18px;min-height:75px;border:1px dashed var(--ds-border);border-radius:8px;background:var(--ds-background);font-size:12px;color:var(--ds-muted)}.layout-slot-wide{min-height:120px}.resource-render .ds-table{width:100%}.resource-render .ds-table-scroll{max-width:100%}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.table{display:table}.table-caption{display:table-caption}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}}:root{--background:#f5f5f7;--surface:#fff;--muted-surface:#fafafa;--foreground:#27272d;--muted:#90909a;--secondary:#676773;--border:#e9e9ee;--border-strong:#dedee5;--accent:#7868df;--accent-soft:#eeebfc;--accent-fg:#7767d4;--shadow:0 1px 3px #17172b04,0 4px 16px #17172b03;color:var(--foreground);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}:root.dark{--background:#141416;--surface:#1c1c20;--muted-surface:#202025;--foreground:#edecf2;--muted:#82818f;--secondary:#a9a8b6;--border:#2c2c33;--border-strong:#3c3b46;--accent:#a195f7;--accent-soft:#302a49;--accent-fg:#b0a4fc;--shadow:0 1px 3px #0002,0 4px 16px #0001;color-scheme:dark}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}button,a,input,select{touch-action:manipulation}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}input,select{color:var(--foreground)}button{transition:background .15s,color .15s,border-color .15s,box-shadow .15s}h1,h2,h3,h4,p{margin:0}svg{flex-shrink:0}::selection{color:#2c205d;background:#d5cdfa}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:9px}::-webkit-scrollbar-track{background:0 0}input[type=number]{appearance:textfield}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.muted{color:var(--muted)}.text-xs{font-size:11px}.text-sm{font-size:12px}.tabular{font-variant-numeric:tabular-nums}.space-top{margin-top:14px}.full-width{width:100%}.danger:hover{color:#dc5460!important;background:#e9576010!important}.section-eyebrow{color:var(--muted);letter-spacing:.1px;font-size:11px}.live-dot{background:#8fba9b;border-radius:50%;flex-shrink:0;width:5px;height:5px;display:inline-block}.ui-button{white-space:nowrap;min-height:35px;box-shadow:none;border:1px solid #0000;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;padding:8px 13px;font-size:12px;font-weight:500;line-height:18px;display:inline-flex}.ui-button svg{width:15px;height:15px}.ui-button-default{background:var(--foreground);color:var(--surface);box-shadow:0 2px 3px #0001}.ui-button-default:hover{opacity:.88}.ui-button-outline{background:var(--surface);border-color:var(--border-strong);box-shadow:0 1px 2px #00003}.ui-button-outline:hover{background:var(--muted-surface)}.ui-button-ghost{color:var(--secondary);background:0 0}.ui-button-ghost:hover,.ui-button-secondary{background:var(--background);color:var(--foreground)}.ui-button-accent{background:var(--accent-soft);color:var(--accent-fg)}.ui-button-accent:hover{background:var(--accent)}@supports (color:color-mix(in lab,red,red)){.ui-button-accent:hover{background:color-mix(in srgb,var(--accent) 20%,var(--surface))}}.ui-button-destructive{color:#fff;background:#d84453}.ui-button-sm{min-height:29px;padding:4px 9px;font-size:11px}.ui-button-icon{width:30px;height:30px;min-height:30px;padding:6px}.ui-input{background:var(--surface);border:1px solid var(--border-strong);outline-color:var(--accent);border-radius:8px;width:100%;height:37px;padding:8px 11px;font-size:13px}.ui-input::placeholder{color:var(--muted)}.ui-badge{border:1px solid var(--border-strong);white-space:nowrap;color:var(--secondary);border-radius:5px;align-items:center;gap:4px;padding:0 5px;font-size:10px;font-weight:400;line-height:17px;display:inline-flex}.ui-switch{background:var(--border-strong);border:0;border-radius:20px;align-items:center;width:27px;height:15px;padding:2px;display:inline-flex}.ui-switch[data-state=checked]{background:var(--accent)}.ui-switch-thumb{background:#fff;border-radius:50%;width:11px;height:11px;transition:transform .15s;transform:translate(0);box-shadow:0 1px 2px #0001}.ui-switch-thumb[data-state=checked]{transform:translate(12px)}.ui-tabs-list{background:var(--background);border-radius:7px;gap:3px;padding:3px;display:inline-flex}.ui-tabs-trigger{color:var(--muted);white-space:nowrap;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:500;display:inline-flex}.ui-tabs-trigger[data-state=active]{background:var(--surface);color:var(--foreground);box-shadow:0 1px 4px #0001}.ui-tabs-trigger>span{color:var(--muted);font-size:10px}.ui-dialog-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;background:#17151f55;animation:.15s fade-in;position:fixed;inset:0}.ui-dialog-content{z-index:100;background:var(--surface);color:var(--foreground);border:1px solid var(--border);border-radius:18px;width:min(460px,100vw - 32px);max-height:calc(100svh - 60px);padding:28px;animation:.15s fade-in;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 24px 80px #0002}.ui-dialog-title{letter-spacing:-.5px;margin:0 20px 7px 0;font-size:18px;font-weight:600}.ui-dialog-description{color:var(--secondary);margin:0 0 22px;font-size:12px;line-height:1.8}.ui-dialog-close{color:var(--muted);background:0 0;border:0;border-radius:5px;padding:5px;display:flex;position:absolute;top:15px;right:15px}.ui-dialog-close:hover{background:var(--background)}.dialog-actions{justify-content:flex-end;gap:8px;margin-top:24px;display:flex}.form-label{margin-bottom:8px;font-size:12px;display:block}.rounded-table{border:1px solid var(--border-strong);background:var(--surface);border-radius:12px;overflow:hidden}.table-scroll{width:100%;overflow-x:auto}.rounded-table table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;font-size:12px}.rounded-table th{background:var(--muted-surface);color:var(--muted);font-weight:400}.rounded-table th,.rounded-table td{border-bottom:1px solid var(--border);white-space:nowrap;padding:13px 16px}.rounded-table tbody tr:last-child td{border-bottom:0}.rounded-table tbody tr:hover{background:var(--muted-surface)}.app-shell{gap:0;min-height:100svh;padding:12px 12px 12px 0;display:flex}.app-sidebar{flex-direction:column;flex-shrink:0;width:218px;height:calc(100svh - 24px);padding:13px 14px 0 17px;display:flex;overflow:auto}.brand{text-align:left;background:0 0;border:0;align-items:center;gap:9px;height:36px;padding:0 7px;font-weight:650;display:flex}.brand>span:nth-child(2){letter-spacing:-1.2px;font-size:26px;line-height:32px}.brand-period{color:var(--accent)}.brand-icon{background:var(--foreground);border-radius:8px;width:29px;height:29px;position:relative}.brand-icon:before{content:"";border-left:4px solid var(--surface);border-top:4px solid var(--surface);position:absolute;inset:7px 7px 7px 8px}.brand-icon:after{content:"";background:var(--surface);width:10px;height:3px;position:absolute;top:15px;left:9px}.brand-icon>span{z-index:1;background:#b7aafa;border-radius:1px;width:5px;height:5px;position:absolute;top:6px;left:7px}.brand .ui-badge{letter-spacing:.3px;border-color:var(--border-strong);color:var(--muted);margin-left:auto;padding:0 4px;font-size:8px;line-height:14px}.workspace-switcher{text-align:left;border:1px solid var(--border-strong);background:var(--surface);border-radius:9px;align-items:center;gap:9px;padding:10px;display:flex}@supports (color:color-mix(in lab,red,red)){.workspace-switcher{background:color-mix(in srgb,var(--surface) 60%,transparent)}}.workspace-switcher{box-shadow:0 1px 2px #00002;margin:26px 0 28px}.workspace-avatar{background:var(--accent-soft);width:29px;height:29px;color:var(--accent-fg);border:1px solid var(--accent);justify-content:center;align-items:center;display:flex}@supports (color:color-mix(in lab,red,red)){.workspace-avatar{border:1px solid color-mix(in srgb,var(--accent) 12%,transparent)}}.workspace-avatar{border-radius:7px;font-size:15px;font-weight:600}.workspace-switcher>span:nth-child(2){flex:1;min-width:0}.workspace-switcher strong{margin-bottom:3px;font-size:11px;font-weight:500;display:block}.workspace-switcher small{color:var(--muted);font-size:9px;display:block}.workspace-switcher>svg{color:var(--muted);width:12px}.nav-section-label{color:var(--muted);margin-bottom:9px;padding:0 11px;font-size:10px}.nav-item{width:100%;min-height:39px;color:var(--secondary);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;margin-bottom:3px;padding:10px 11px;font-size:12px;display:flex}.nav-item>span:nth-child(2){flex:1}.nav-item>svg:first-child{color:#91919c}.nav-item:hover{background:var(--surface)}@supports (color:color-mix(in lab,red,red)){.nav-item:hover{background:color-mix(in srgb,var(--surface) 70%,transparent)}}.nav-item.active{color:var(--accent-fg);background:var(--accent-soft);font-weight:500}.nav-item.active>svg:first-child{color:var(--accent-fg)}.nav-active-mark{background:var(--accent);border-radius:50%;width:4px;height:4px}.nav-count{border:1px solid var(--border-strong);text-align:center;min-width:15px;color:var(--muted);border-radius:4px;padding:0 4px;font-size:10px}.sidebar-rule{background:var(--border-strong);height:1px;margin:19px 10px}.sidebar-bottom{margin-top:auto;padding-top:40px}.local-card{background:var(--surface);align-items:flex-start;gap:8px;display:flex}@supports (color:color-mix(in lab,red,red)){.local-card{background:color-mix(in srgb,var(--surface) 60%,transparent)}}.local-card{border:1px solid var(--border);border-radius:9px;margin-bottom:12px;padding:12px 9px}.local-icon{color:var(--muted);padding-top:1px}.local-card strong{font-size:10px;font-weight:500;display:block}.local-card p{color:var(--muted);margin-top:4px;font-size:9px;line-height:1.7}.help-button{margin:0;font-size:11px}.key-hint{border:1px solid var(--border-strong);text-align:center;width:15px;height:16px;color:var(--muted);border-radius:4px;font-size:10px}.profile{border-top:1px solid var(--border-strong);align-items:center;gap:9px;margin-top:10px;padding:16px 5px 3px;display:flex}.profile-avatar{border:2px solid var(--surface);color:#8b799e;background:#e1dcee;border-radius:50%;justify-content:center;align-items:center;width:29px;height:29px;font-size:11px;display:flex}.profile>div{flex:1;min-width:0}.profile strong{font-size:11px;font-weight:500;display:block}.profile div>span{color:var(--muted);margin-top:3px;font-size:8px;display:block}.mini-icon{color:var(--muted);background:0 0;border:0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:3px;display:inline-flex}.mini-icon:hover{background:var(--background);color:var(--foreground)}.main-inset{background:var(--surface);border:1px solid var(--border-strong);box-shadow:var(--shadow);border-radius:18px;flex-direction:column;flex:1;min-width:0;height:calc(100svh - 24px);display:flex;overflow:hidden}.app-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:15px;height:54px;padding:0 22px 0 17px;display:flex}.breadcrumbs{color:var(--muted);align-items:center;gap:10px;min-width:0;font-size:11px;display:flex}.breadcrumbs strong{color:var(--foreground);white-space:nowrap;font-weight:500}.header-divider{background:var(--border-strong);width:1px;height:16px;margin:0 4px 0 1px}.header-actions{align-items:center;gap:13px;display:flex}.save-state{color:var(--muted);white-space:nowrap;align-items:center;gap:5px;margin-right:3px;font-size:9px;display:flex}.save-state>span{background:#91b99e;border-radius:50%;width:4px;height:4px}.save-state.error{color:#e2747c}.save-state.error>span{background:currentColor}.source-link{color:var(--muted);align-items:center;display:flex}.source-link:hover{color:var(--foreground)}.page-heading{flex-shrink:0;justify-content:space-between;align-items:center;gap:20px;padding:27px 26px 24px;display:flex}.heading-topline{align-items:center;gap:10px;display:flex}.page-heading h1{letter-spacing:-.8px;font-size:23px;font-weight:600;line-height:1.3}.page-heading p{color:var(--muted);letter-spacing:.2px;margin-top:8px;font-size:11px}.version-badge{color:var(--muted);border-color:var(--border);border-radius:5px;font-size:9px}.page-heading-actions{align-items:center;gap:9px;display:flex}.workbench{border:1px solid var(--border-strong);border-radius:12px;flex-direction:column;flex:1;min-height:0;margin:0 24px 22px;display:flex;overflow:hidden}.workbench-toolbar{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;min-height:46px;padding:0 11px 0 16px;display:flex;position:relative}.system-selector{min-width:0;color:var(--muted);align-items:center;gap:7px;font-size:10px;display:flex}.system-selector>button{color:var(--secondary);white-space:nowrap;text-overflow:ellipsis;background:0 0;border:0;max-width:200px;padding:4px 0;font-size:11px;overflow:hidden}.system-dot{width:7px;height:7px;box-shadow:0 0 0 3px var(--accent);border-radius:3px}@supports (color:color-mix(in lab,red,red)){.system-dot{box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 8%,transparent)}}.preview-tabs{align-items:stretch;gap:19px;height:46px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.preview-tabs>button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:0 1px;font-size:11px}.preview-tabs>button.active{border-bottom-color:var(--foreground);color:var(--foreground);font-weight:500}.toolbar-history{gap:1px;display:flex}.editor-body{flex:1;grid-template-columns:144px minmax(0,1fr) 272px;min-height:0;display:grid}.component-tree{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;min-height:0;padding:18px 8px 10px;display:flex;overflow-y:auto}.tree-heading{justify-content:space-between;align-items:center;padding:0 8px 18px;font-size:11px;font-weight:500;display:flex}.tree-heading>span:last-child{color:var(--muted);font-size:9px;font-weight:400}.tree-group-label{color:var(--muted);margin:6px 0 9px;padding:0 8px;font-size:9px}.tree-item{text-align:left;width:100%;color:var(--secondary);background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;min-height:31px;margin-bottom:2px;padding:8px 9px;font-size:11px;display:flex}.tree-item>span{flex:1}.tree-item>svg{color:var(--muted)}.tree-item:hover{background:var(--muted-surface)}.tree-item.active,.tree-item.related{color:var(--accent-fg);background:var(--accent-soft)}.tree-item.active>svg,.tree-item.related>svg{color:var(--accent-fg)}.tree-item.child{padding-left:26px;font-size:10px}.tree-hint{color:var(--muted);border-top:1px solid var(--border);gap:7px;margin:20px 6px 0;padding-top:14px;font-size:9px;line-height:1.7;display:flex}.tree-hint>svg{width:13px;margin-top:3px}.tree-page-select{border:1px solid var(--border);background:var(--muted-surface);border-radius:6px;outline:none;width:100%;margin-bottom:15px;padding:7px 5px;font-size:10px}.layout-tree-item{margin-bottom:13px;font-size:10px}.preview-column{background:var(--muted-surface);flex-direction:column;min-width:0;min-height:0;display:flex}.canvas-tools{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;align-items:center;gap:10px;min-height:40px;padding:0 14px;display:flex}.edit-mode{border:1px solid var(--border);border-radius:5px;gap:1px;padding:2px;display:flex}.edit-mode>button,.viewport-buttons>button{color:var(--muted);background:0 0;border:0;border-radius:3px;justify-content:center;align-items:center;padding:4px 5px;display:flex}.edit-mode>button.active{background:var(--accent-soft);color:var(--accent-fg)}.canvas-mode-label{color:var(--muted);font-size:9px}.viewport-buttons{gap:3px;margin-left:auto;display:flex}.viewport-buttons>button.active{background:var(--background);color:var(--foreground)}.canvas-scroll{background-image:radial-gradient(var(--border-strong) .6px,transparent .6px);background-size:12px 12px;flex:1;min-height:0;overflow:auto}.canvas-frame{width:100%;min-height:100%;margin:0 auto;transition:width .2s}.canvas-frame.mobile-frame{background:var(--surface);border:1px solid var(--border-strong);width:390px;max-width:100%;min-height:auto;box-shadow:0 12px 32px #00007;border-radius:20px;margin:22px auto;overflow:hidden}.page-frame{min-width:640px;padding:22px 18px}.page-frame.mobile-frame{min-width:0;padding:0}.page-preview-scroll{background:var(--background)}.page-frame>.ds-root{border:1px solid var(--border-strong);box-shadow:0 4px 12px #00005;border-radius:12px;overflow:hidden}.canvas-footer{border-top:1px solid var(--border);background:var(--surface);height:30px;color:var(--muted);flex-shrink:0;justify-content:space-between;align-items:center;padding:0 14px;font-size:9px;display:flex}.canvas-footer>span:first-child{align-items:center;gap:5px;display:flex}.footer-divider{color:var(--border-strong);margin:0 8px}.instance-scope{border-bottom:1px solid var(--border);background:var(--accent-soft);color:var(--accent-fg);flex-wrap:wrap;align-items:center;gap:10px;min-height:32px;padding:7px 12px;font-size:10px;display:flex}.instance-scope>span{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:5px;max-width:150px;margin-right:auto;display:flex;overflow:hidden}.instance-scope .ui-select{border:1px solid var(--accent);font-size:10px}@supports (color:color-mix(in lab,red,red)){.instance-scope .ui-select{border:1px solid color-mix(in srgb,var(--accent) 20%,transparent)}}.instance-scope .ui-select{background:var(--surface);color:var(--accent-fg);border-radius:4px;padding:2px 5px}.instance-scope>button:not(.ui-select){color:var(--accent-fg);background:0 0;border:0;font-size:9px}.inspector{border-left:1px solid var(--border);background:var(--surface);flex-direction:column;min-height:0;display:flex}.inspector-heading{padding:17px 17px 14px}.inspector-heading>.section-eyebrow{font-size:9px}.inspector-heading>div{align-items:center;gap:8px;margin-top:7px;display:flex}.inspector-heading h2{font-size:15px;font-weight:600}.inspector-heading code{color:var(--muted);background:var(--background);border-radius:3px;padding:1px 4px;font-size:9px}.scope-caption{color:var(--muted);margin-top:7px;font-size:9px;display:block}.inspector-tabs{background:var(--background);border-radius:6px;margin:0 16px 14px;padding:3px;display:flex}.inspector-tabs>.ui-tabs-trigger{flex:1;padding:5px;font-size:11px}.inspector-scroll{border-top:1px solid var(--border);flex:1;min-height:0;overflow-y:auto}.inspector-footer{height:30px;color:var(--muted);border-top:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;gap:6px;font-size:9px;display:flex}.property-section{border-bottom:1px solid var(--border);padding:17px 16px}.property-title{color:var(--muted);align-items:center;gap:7px;margin-bottom:15px;display:flex}.property-title h3{color:var(--foreground);margin-right:auto;font-size:11px;font-weight:500}.property-title>.text-xs{font-size:9px}.property-label{align-items:center;gap:6px;margin:12px 0 9px;font-size:10px;display:flex}.property-label>span:first-child{color:var(--secondary);margin-right:auto}.binding{color:var(--muted);background:0 0;border:0;align-items:center;gap:3px;padding:0;font-size:8px;display:flex}.binding.bound{color:var(--accent-fg)}.number-field{color:var(--secondary);justify-content:space-between;align-items:center;gap:8px;font-size:10px;display:flex}.number-field>span:first-child{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.number-input-wrap{border:1px solid var(--border-strong);background:var(--surface);border-radius:6px;flex-shrink:0;align-items:center;width:105px;height:30px;padding:0 8px;display:flex}.number-input-wrap:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.number-input-wrap>input{font-variant-numeric:tabular-nums;width:100%;min-width:0;color:var(--foreground);background:0 0;border:0;outline:none;font-size:11px}.number-input-wrap>span{color:var(--muted);pointer-events:none;margin-left:3px;font-size:9px}.number-field.compact{display:block}.number-field.compact>.number-input-wrap{width:100%;margin-top:7px}.number-field.compact>span:first-child{font-size:9px;display:block}.two-fields{grid-template-columns:1fr 1fr;gap:12px 10px;display:grid}.parameter-slider{appearance:none;background:linear-gradient(to right,var(--accent-soft),var(--border));cursor:ew-resize;width:100%;height:3px;accent-color:var(--accent);border-radius:4px;outline:none;margin-top:18px;display:block}.parameter-slider::-webkit-slider-thumb{appearance:none;background:var(--surface);border:2px solid var(--accent);border-radius:50%;width:11px;height:11px;box-shadow:0 1px 2px #0001}.range-labels{color:var(--muted);justify-content:space-between;margin-top:7px;font-size:8px;display:flex}.spacing-diagram{background:var(--background);border:1px solid var(--border-strong);border-radius:8px;height:105px;padding:20px 37px;position:relative}.spacing-caption{letter-spacing:1px;color:var(--muted);font-size:6px;position:absolute;top:6px;left:8px}.spacing-inner{border:1px dashed var(--border-strong);border-radius:4px;justify-content:center;align-items:center;height:100%;display:flex;position:static}.spacing-center{border:1px solid var(--border-strong);background:var(--surface);border-radius:3px;justify-content:center;align-items:center;gap:3px;width:46px;height:24px;display:flex}.spacing-center>div{background:var(--accent-soft);border:1px solid var(--accent);width:13px;height:11px}@supports (color:color-mix(in lab,red,red)){.spacing-center>div{border:1px solid color-mix(in srgb,var(--accent) 15%,transparent)}}.spacing-center>div{border-radius:2px}.spacing-side{justify-content:center;align-items:center;display:flex;position:absolute}.spacing-side input{text-align:center;width:31px;color:var(--secondary);background:0 0;border:0;border-radius:3px;outline:none;padding:1px;font-size:10px}.spacing-side input:focus{background:var(--surface);box-shadow:0 0 0 1px var(--accent)}.side-0{top:3px;left:calc(50% - 15px)}.side-1{top:calc(50% - 9px);right:3px}.side-2{bottom:3px;left:calc(50% - 15px)}.side-3{top:calc(50% - 9px);left:3px}.extra-properties{margin-top:14px}.extra-properties>summary{color:var(--muted);cursor:pointer;justify-content:space-between;align-items:center;padding:3px 0;font-size:10px;list-style:none;display:flex}.extra-properties>.two-fields{margin-top:12px}.color-field{color:var(--secondary);justify-content:space-between;align-items:center;gap:8px;margin-top:11px;font-size:10px;display:flex}.color-input-wrap{border:1px solid var(--border-strong);background:var(--surface);border-radius:6px;align-items:center;gap:7px;width:130px;height:30px;padding:4px 7px;display:flex}.color-input-wrap>input[type=color]{cursor:pointer;background:0 0;border:0;flex-shrink:0;width:17px;height:17px;padding:0;overflow:hidden}.color-input-wrap>input[type=color]::-webkit-color-swatch-wrapper{padding:0}.color-input-wrap>input[type=color]::-webkit-color-swatch{border:1px solid #0001;border-radius:3px}.color-input-wrap>input:not([type=color]){letter-spacing:.3px;text-transform:uppercase;width:100%;min-width:0;color:var(--secondary);background:0 0;border:0;outline:none;font-size:10px}.select-row{color:var(--secondary);justify-content:space-between;align-items:center;gap:10px;margin:12px 0;font-size:10px;display:flex}.select-row .ui-select{border:1px solid var(--border-strong);background:var(--surface);border-radius:6px;max-width:155px;padding:7px 9px;font-size:10px}.helper-copy{color:var(--muted);margin:-3px 0 13px;font-size:10px;line-height:1.8}.text-action{color:var(--accent-fg);background:0 0;border:0;margin-top:8px;padding:0;font-size:9px}.condition-note{background:var(--accent-soft);color:var(--accent-fg);align-items:center;gap:5px;padding:10px 13px;font-size:9px;display:flex}.condition-note>span{flex:1}.condition-note>button{color:inherit;background:0 0;border:0;padding:0;display:flex}.effect-stack{padding:4px 9px}.effect-row{border:1px solid var(--border);border-radius:8px;margin:9px 0;overflow:hidden}.effect-row>summary{cursor:pointer;background:var(--muted-surface);align-items:center;gap:7px;padding:11px 8px;font-size:10px;list-style:none;display:flex}.effect-row>summary>svg{color:var(--muted)}.effect-row:not([open])>summary>svg{transform:rotate(-90deg)}.effect-dot{color:var(--accent-fg);display:flex}.effect-summary-actions{margin-left:auto;display:flex}.effect-parameters{border-top:1px solid var(--border);padding:10px}.effect-meta{align-items:center;gap:3px;margin-bottom:10px;display:flex}.effect-meta code{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:7px;overflow:hidden}.effect-meta>div{display:flex}.effect-parameters>.number-field{margin-top:12px}.effect-parameters>.two-fields{margin-top:14px}.effect-parameters .color-input-wrap{width:124px}.effect-parameters .color-input-wrap input:not([type=color]){font-size:9px}.override-row{border:1px solid var(--border);border-radius:7px;align-items:center;gap:8px;margin:6px 0;padding:8px;display:flex}.override-row>button:first-child{text-align:left;color:var(--secondary);background:0 0;border:0;flex:1;padding:0;font-size:10px}.override-row small{color:var(--muted);margin-top:4px;font-size:9px;display:block}.content-scroll{flex:1;min-height:0;padding:3px 27px 32px;overflow:auto}.section-heading{justify-content:space-between;align-items:center;gap:12px;margin:5px 0 20px;display:flex}.section-heading h2{letter-spacing:-.4px;font-size:16px;font-weight:550}.section-heading p{color:var(--muted);margin-top:7px;font-size:11px;line-height:1.7}.settings-card{border:1px solid var(--border-strong);background:var(--surface);box-shadow:var(--shadow);border-radius:13px;min-width:0;padding:22px}.settings-card>h3{margin-bottom:17px;font-size:13px;font-weight:550}.card-section-title{justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px;display:flex}.card-section-title h3{font-size:13px;font-weight:550}.card-section-title>span:not(.ui-badge){color:var(--muted);font-size:10px}.token-intro{border:1px solid var(--border);background:var(--muted-surface);border-radius:12px;align-items:center;gap:18px;margin-bottom:24px;padding:25px;display:flex}.intro-icon{background:var(--surface);border:1px solid var(--border-strong);width:50px;height:50px;color:var(--accent-fg);box-shadow:var(--shadow);border-radius:12px;justify-content:center;align-items:center;display:flex}.token-intro h2{letter-spacing:-.4px;font-size:17px;font-weight:550}.token-intro p{color:var(--muted);margin-top:8px;font-size:11px}.token-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;display:grid}.token-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:17px 0;display:flex}.token-row:last-child{border:0;padding-bottom:0}.token-row strong{font-size:12px;font-weight:500;display:block}.token-row code{color:var(--muted);margin-top:5px;font-size:10px;display:block}.token-row>.number-field>span:first-child{display:none}.token-row .number-input-wrap{width:110px;height:35px}.token-grid .color-field,.token-grid .select-row{font-size:12px}.token-grid .color-input-wrap{width:140px;height:36px}.token-grid .select-row .ui-select{font-size:11px}.color-palette{gap:9px;margin:22px 0 30px;display:flex}.color-palette>button{color:#fff;width:28px;height:28px;box-shadow:0 0 0 3px var(--surface),0 0 0 4px var(--border);border:0;border-radius:7px;justify-content:center;align-items:center;display:flex}.color-palette>button:hover{transform:translateY(-2px)}.typography-sample{background:var(--muted-surface);border:1px solid var(--border);border-radius:9px;margin-top:20px;padding:18px}.typography-sample>span{letter-spacing:-1px;margin-bottom:10px;font-size:29px;line-height:1;display:block}.typography-sample>p{margin-bottom:6px;font-size:13px}.typography-sample>small{color:var(--muted);font-size:10px}.ref-badge{color:var(--accent-fg);align-items:center;gap:5px;font-size:11px;display:inline-flex}.library-toolbar{justify-content:space-between;align-items:center;gap:20px;margin:0 0 25px;display:flex}.filter-pills{flex-wrap:wrap;gap:5px;display:flex}.filter-pills button{color:var(--muted);background:0 0;border:1px solid #0000;border-radius:7px;padding:6px 12px;font-size:11px}.filter-pills button.active{background:var(--background);border-color:var(--border);color:var(--foreground);font-weight:500}.filter-pills button:hover{color:var(--foreground)}.search-field{border:1px solid var(--border-strong);color:var(--muted);background:var(--surface);border-radius:7px;flex-shrink:0;align-items:center;gap:8px;width:220px;padding:8px 10px;display:flex}.search-field>input{background:0 0;border:0;outline:none;width:100%;min-width:0;font-size:11px}.search-field>input::placeholder{color:var(--muted)}.effect-library-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.effect-card{border:1px solid var(--border-strong);background:var(--surface);box-shadow:var(--shadow);border-radius:13px;overflow:hidden}.effect-swatch{border:0;border-bottom:1px solid var(--border);color:#b0a8c9;background:#f0f0f5;justify-content:center;align-items:center;width:100%;height:172px;display:flex;position:relative;overflow:hidden}.dark .effect-swatch{background:#32303b}.effect-swatch-shape{z-index:1;color:#a69bbf;background-color:#f9f9fc;border-radius:20px;justify-content:center;align-items:center;width:95px;height:90px;transition:transform .2s;display:flex;position:relative}.effect-swatch:hover .effect-swatch-shape{transform:translateY(-4px)rotate(-2deg)}.dark .effect-swatch-shape{color:#bdb2d7;background-color:#4b455d}.effect-preview-tag{color:var(--muted);z-index:2;font-size:9px;position:absolute;bottom:10px;right:12px}.effect-card-body{padding:17px}.effect-card-body>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.effect-card h3{font-size:13px;font-weight:550}.effect-card p{color:var(--muted);margin-top:9px;font-size:10px;line-height:1.6}.effect-card footer{border-top:1px solid var(--border);align-items:center;gap:7px;margin-top:17px;padding-top:12px;display:flex}.effect-card footer>span{color:var(--muted);margin-right:auto;font-size:9px}.effect-card footer>button:last-child{color:var(--accent-fg);background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:10px;display:flex}.library-note{border:1px solid var(--border);background:var(--muted-surface);color:var(--muted);border-radius:10px;align-items:center;gap:12px;margin-top:27px;padding:18px 20px;display:flex}.library-note strong{color:var(--secondary);font-size:11px;font-weight:500}.library-note p{color:var(--muted);margin-top:5px;font-size:10px;line-height:1.7}.library-note>span{white-space:nowrap;margin-left:auto;font-size:10px}.empty-state{text-align:center;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;padding:65px 25px;display:flex}.empty-state h3{color:var(--secondary);margin-top:17px;font-size:15px;font-weight:500}.empty-state p{margin-top:10px;font-size:11px;line-height:1.8}.empty-state.small{padding:25px 8px}.empty-state.small p{font-size:11px}.empty-state.small span{margin-top:5px;font-size:9px;line-height:1.8}.effects-dialog{width:min(850px,100vw - 40px)}.compact-library{gap:14px}.compact-library .effect-swatch{height:105px}.compact-library .effect-swatch-shape{border-radius:15px;width:65px;height:62px}.compact-library .effect-card-body{padding:13px}.compact-library .effect-card p{min-height:30px}.resource-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;display:grid}.resource-card{border:1px solid var(--border-strong);background:var(--surface);text-align:left;box-shadow:var(--shadow);border-radius:12px;padding:19px}.resource-card:hover{border-color:var(--accent);box-shadow:0 5px 20px #7767d409}.resource-card-top{justify-content:space-between;align-items:flex-start;display:flex}.resource-icon{background:var(--muted-surface);border:1px solid var(--border);width:44px;height:44px;color:var(--secondary);border-radius:11px;justify-content:center;align-items:center;display:flex}.resource-card h3{margin-top:21px;font-size:13px;font-weight:550}.resource-card p{color:var(--muted);margin-top:7px;font-size:9px;line-height:1.7}.resource-card-footer{color:var(--muted);border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:19px;padding-top:16px;font-size:9px;display:flex}.layout-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:19px;display:grid}.layout-card{border:1px solid var(--border-strong);box-shadow:var(--shadow);border-radius:12px;overflow:hidden}.layout-thumbnail{background:var(--muted-surface);border-bottom:1px solid var(--border);gap:9px;height:165px;padding:22px 26px 18px;display:flex;position:relative}.layout-thumbnail>.ui-badge{background:var(--surface);font-size:8px;line-height:15px;position:absolute;top:10px;right:10px}.layout-thumb-nav{flex-direction:column;flex-shrink:0;gap:7px;width:35px;padding-top:21px;display:flex}.layout-thumb-nav>i{background:var(--border-strong);border-radius:2px;height:5px}.layout-thumb-nav>i:first-child{background:var(--accent);width:70%}@supports (color:color-mix(in lab,red,red)){.layout-thumb-nav>i:first-child{background:color-mix(in srgb,var(--accent) 30%,var(--background))}}.layout-thumb-main{border:1px solid var(--border-strong);background:var(--surface);border-radius:8px;flex:1;min-width:0;padding:10px}.layout-thumb-main>div{background:var(--border-strong);border-radius:3px;width:35%;height:5px;margin-bottom:12px}.layout-thumb-main>section{gap:6px;display:flex}.layout-thumb-main>section>i{border:1px solid var(--border);background:var(--muted-surface);border-radius:4px;flex:1;height:24px}.layout-thumb-main>footer{background:var(--muted-surface);border:1px solid var(--border);border-radius:4px;height:37px;margin-top:7px}.layout-thumb-topbar{flex-direction:column;gap:6px}.layout-thumb-topbar>.layout-thumb-nav{flex-direction:row;gap:9px;width:70%;height:9px;padding:0}.layout-thumb-topbar>.layout-thumb-nav>i{width:25%}.layout-thumb-topbar .layout-thumb-main>footer{height:25px}.layout-thumb-centered{padding-inline:50px}.layout-thumb-centered>.layout-thumb-nav{display:none}.layout-card-body{padding:19px}.layout-card-body .card-section-title{margin-bottom:6px}.layout-usage{color:var(--muted);margin:0 0 20px;font-size:9px;line-height:1.6}.layout-card .number-field.compact>span:first-child{white-space:normal;font-size:9px;line-height:1.5}.page-library-heading{margin-top:32px}.page-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:21px;display:grid}.page-library-card{border:1px solid var(--border-strong);box-shadow:var(--shadow);background:var(--surface);border-radius:13px;overflow:hidden}.page-thumbnail{border:0;border-bottom:1px solid var(--border);text-align:left;background:var(--background);width:100%;height:240px;padding:0;position:relative;overflow:hidden}.page-thumbnail-inner{transform-origin:0 0;pointer-events:none;-webkit-user-select:none;user-select:none;width:1000px;transform:scale(.5)}.page-library-card-body{justify-content:space-between;align-items:center;gap:10px;padding:18px;display:flex}.page-library-card-body h3{font-size:13px;font-weight:550}.page-library-card-body p{color:var(--muted);margin-top:6px;font-size:10px}.page-library-card-footer{color:var(--muted);justify-content:space-between;align-items:center;padding:0 18px 17px;font-size:9px;display:flex}.page-library-card-footer button{color:var(--secondary);background:0 0;border:0;gap:5px;padding:0;font-size:10px;display:flex}.system-banner{background:var(--muted-surface);border:1px solid var(--border);border-radius:13px;align-items:center;gap:21px;margin-bottom:29px;padding:28px;display:flex}.system-banner-icon{background:var(--surface);border:1px solid var(--border-strong);width:60px;height:60px;color:var(--accent-fg);box-shadow:var(--shadow);border-radius:15px;justify-content:center;align-items:center;display:flex}.system-banner h2{letter-spacing:-.5px;margin-top:5px;font-size:20px;font-weight:550}.system-banner p{color:var(--muted);margin-top:7px;font-size:11px}.system-banner>.ui-button{margin-left:auto}.system-library-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.system-library-card{border:1px solid var(--border-strong);box-shadow:var(--shadow);border-radius:12px;overflow:hidden}.system-preview{background:var(--muted-surface);border-bottom:1px solid var(--border);gap:10px;height:185px;padding:27px 30px;display:flex}.mini-sidebar{flex-direction:column;flex-shrink:0;gap:9px;width:34px;padding-top:20px;display:flex}.mini-sidebar>i{background:var(--border-strong);border-radius:3px;height:5px}.mini-sidebar>i:first-child{background:var(--preview-primary)}.mini-content{background:var(--surface);border-radius:var(--preview-radius);border:1px solid var(--border);flex:1;min-width:0;padding:15px}.mini-title{background:var(--border-strong);border-radius:3px;width:50%;height:5px;margin-bottom:14px}.mini-panels{gap:6px;display:flex}.mini-panels>i{background:var(--preview-primary);width:33%;height:27px}@supports (color:color-mix(in lab,red,red)){.mini-panels>i{background:color-mix(in srgb,var(--preview-primary) 8%,var(--surface))}}.mini-panels>i{border:1px solid var(--preview-primary)}@supports (color:color-mix(in lab,red,red)){.mini-panels>i{border:1px solid color-mix(in srgb,var(--preview-primary) 18%,var(--surface))}}.mini-panels>i{border-radius:calc(var(--preview-radius) / 3)}.mini-table{border:1px solid var(--border);border-radius:calc(var(--preview-radius) / 3);margin-top:10px;overflow:hidden}.mini-table>i{border-bottom:1px solid var(--border);height:10px;display:block}.mini-table>i:first-child{background:var(--muted-surface)}.mini-table>i:last-child{border:0}.system-card-body{padding:18px}.system-card-body>div:first-child{align-items:center;gap:8px;display:flex}.system-card-body h3{font-size:13px;font-weight:550}.system-card-body>.system-card-body>div:first-child>.ui-badge{font-size:8px}.system-card-body>p{color:var(--muted);margin-top:9px;font-size:10px}.system-card-meta{color:var(--muted);justify-content:space-between;margin-top:15px;font-size:9px;display:flex}.system-card-actions{border-top:1px solid var(--border);align-items:center;gap:5px;margin-top:15px;padding-top:12px;display:flex}.system-card-actions>.ui-button:first-child{margin-right:auto}.export-content{grid-template-columns:270px minmax(0,1fr);gap:23px;display:grid;overflow:auto}.export-options{flex-direction:column;gap:18px;display:flex}.export-options>.settings-card{padding:19px}.export-scope-options{flex-direction:column;gap:7px;display:flex}.export-scope-options>button{text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;gap:10px;padding:12px 9px;display:flex}.export-scope-options>button.active{background:var(--accent-soft);border-color:var(--accent)}@supports (color:color-mix(in lab,red,red)){.export-scope-options>button.active{border-color:color-mix(in srgb,var(--accent) 20%,transparent)}}.radio-dot{border:1px solid var(--border-strong);border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:2px}.active>.radio-dot{border:4px solid var(--accent)}.export-scope-options strong{font-size:11px;font-weight:500;display:block}.export-scope-options div>span{color:var(--muted);margin-top:5px;font-size:9px;line-height:1.7;display:block}.export-file{color:var(--muted);align-items:center;gap:10px;margin-top:19px;display:flex}.export-file strong{color:var(--secondary);font-size:11px;font-weight:500;display:block}.export-file div>span{color:var(--muted);margin-top:4px;font-size:9px;display:block}.download-json{color:var(--secondary);background:0 0;border:0;justify-content:center;align-items:center;gap:8px;padding:8px;font-size:10px;display:flex}.code-panel{border:1px solid var(--border-strong);border-radius:12px;flex-direction:column;min-width:0;min-height:450px;max-height:100%;display:flex;overflow:hidden}.code-panel-toolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:11px 14px;display:flex}.code-panel-toolbar .ui-tabs-trigger{font-size:10px}.code-file-path{color:var(--muted);border-bottom:1px solid var(--border);background:var(--muted-surface);align-items:center;gap:7px;padding:12px 17px;font-size:10px;display:flex}.code-file-path>span:last-child{margin-left:auto;font-size:9px}.code-dot{background:#9a8cdb;border-radius:50%;width:5px;height:5px}.code-panel pre{background:var(--muted-surface);color:var(--secondary);tab-size:2;flex:1;margin:0;padding:20px;font-size:10px;line-height:1.9;overflow:auto}.code-panel code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.code-panel-footer{border-top:1px solid var(--border);color:var(--muted);align-items:center;gap:6px;padding:10px 15px;font-size:9px;display:flex}.help-dialog{width:530px}.help-steps{flex-direction:column;gap:23px;display:flex}.help-steps>div{gap:16px;display:flex}.help-steps>div>span{color:var(--accent-fg);background:var(--accent-soft);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:29px;height:29px;font-family:monospace;font-size:11px;display:flex}.help-steps h3{margin:1px 0 5px;font-size:13px;font-weight:550}.help-steps p{color:var(--muted);font-size:11px;line-height:1.8}.keyboard-shortcuts{color:var(--muted);border-top:1px solid var(--border);flex-wrap:wrap;gap:15px;margin-top:27px;padding-top:17px;font-size:9px;display:flex}.keyboard-shortcuts kbd{border:1px solid var(--border-strong);border-radius:4px;margin-right:4px;padding:2px 4px;font-size:9px}.sidebar-scrim{display:none}.sidebar-collapsed{padding-left:12px}.sidebar-collapsed>.app-sidebar{display:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media(min-width:1700px){.app-sidebar{width:230px;padding-left:22px;padding-right:18px}.editor-body{grid-template-columns:156px minmax(0,1fr) 290px}.page-heading{padding-top:30px;padding-bottom:28px}.workbench{margin-bottom:26px}.component-gallery{padding:40px}.gallery-grid,.gallery-secondary{gap:40px}}@media(max-width:1360px){.app-sidebar{width:200px;padding-left:13px;padding-right:12px}.editor-body{grid-template-columns:125px minmax(0,1fr) 248px}.workbench{margin-inline:18px}.page-heading{padding-inline:20px}.component-tree{padding-inline:5px}.tree-item{gap:6px;font-size:10px}.tree-item.child{padding-left:21px}.inspector-heading{padding-inline:14px}.property-section{padding:15px 13px}.component-gallery{padding:28px 24px}.gallery-grid,.gallery-secondary{gap:25px}.canvas-mode-label{font-size:8px}.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1190px){.component-tree{display:none}.editor-body{grid-template-columns:minmax(0,1fr) 252px}.app-sidebar{width:192px}.preview-tabs{position:static;transform:none}.system-selector>button{max-width:135px}.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.layout-grid{gap:14px}.layout-card-body{padding:14px}.layout-thumbnail{padding-inline:17px}.effect-library-grid{gap:15px}.effect-swatch{height:145px}}@media(max-width:1000px){.app-shell{padding-left:12px}.app-sidebar{z-index:60;background:var(--background);width:215px;height:100svh;padding:24px 15px 16px;position:fixed;top:0;left:0;box-shadow:12px 0 40px #0002}.sidebar-scrim{z-index:55;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0003;border:0;display:block;position:fixed;inset:0}.sidebar-collapsed .sidebar-scrim{display:none}.content-scroll{padding-inline:21px}.page-heading{padding-top:22px;padding-bottom:22px}.layout-grid,.system-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.export-content{grid-template-columns:230px minmax(0,1fr)}.page-thumbnail-inner{transform:scale(.4)}}@media(max-width:760px){.app-shell{min-height:100svh;padding:8px}.main-inset{border-radius:14px;height:calc(100svh - 16px)}.app-header{height:47px;padding-inline:10px}.breadcrumbs{gap:6px;font-size:10px}.breadcrumbs>span:nth-child(3),.breadcrumbs>svg,.save-state{display:none}.header-actions{gap:8px}.page-heading{align-items:flex-start;gap:12px;padding:20px 15px}.page-heading h1{font-size:20px}.page-heading p{max-width:220px;margin-top:6px;font-size:10px;line-height:1.7}.heading-topline{gap:6px}.page-heading-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:150px}.page-heading-actions .ui-button{gap:5px;min-height:30px;padding:5px 9px;font-size:10px}.page-heading-actions .ui-button svg{width:13px;height:13px}.workbench{flex:1;margin:0 11px 11px;display:block;overflow:auto}.workbench-toolbar{background:var(--surface);z-index:5;padding-inline:10px;position:sticky;top:0}.system-selector>button{max-width:118px;font-size:10px}.system-selector>svg{display:none}.preview-tabs{gap:10px;min-width:107px}.preview-tabs>button{font-size:10px}.toolbar-history>.ui-button-icon{width:23px}.editor-body{flex-direction:column;height:auto;min-height:0;display:flex}.preview-column{flex-shrink:0;height:550px}.inspector{border-left:0;border-top:1px solid var(--border);min-height:480px;display:block}.inspector-scroll{max-height:600px}.inspector-heading{padding:16px}.inspector-tabs{width:calc(100% - 32px)}.inspector-footer{height:33px}.property-section{padding:18px}.property-title h3,.property-label,.number-field>span:first-child,.color-field,.select-row{font-size:12px}.number-field.compact>span:first-child{font-size:11px}.number-input-wrap{width:135px;height:34px}.color-input-wrap{width:150px;height:34px}.binding{font-size:10px}.spacing-diagram{height:120px}.component-gallery{padding:29px 22px}.gallery-grid,.gallery-secondary{gap:20px}.controls-demo{gap:8px}.sample-card h3{font-size:15px}.sample-card-bottom{flex-wrap:wrap}.demo-field-label{font-size:10px}.button-line{flex-wrap:wrap;gap:6px}.button-line .icon-demo-button{display:none}.gallery-caption{font-size:10px}.component-name{font-size:11px}.page-frame{min-width:640px}.mobile-frame.page-frame{min-width:0}.content-scroll{padding:0 15px 24px}.token-intro{gap:13px;padding:17px}.token-intro h2{font-size:14px}.token-intro p{font-size:10px;line-height:1.8}.intro-icon{flex-shrink:0;width:38px;height:38px}.token-grid{grid-template-columns:1fr;gap:15px}.library-toolbar{flex-wrap:wrap;gap:12px;margin-bottom:18px}.search-field{width:100%}.filter-pills{gap:3px}.filter-pills button{padding:5px 10px;font-size:10px}.effect-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.effect-swatch{height:130px}.effect-swatch-shape{width:80px;height:77px}.effect-card-body{padding:13px}.effect-card h3{font-size:12px}.effect-card .ui-badge{font-size:8px;line-height:15px}.effect-card p{min-height:30px;font-size:9px}.library-note{flex-wrap:wrap;align-items:flex-start;padding:15px}.library-note>span{margin-left:30px}.library-note>div{flex:1;min-width:200px}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.resource-card{padding:14px}.resource-card h3{font-size:12px}.resource-card-top>.ui-badge{font-size:8px}.layout-grid{grid-template-columns:1fr}.layout-thumbnail{height:150px;padding-inline:80px}.layout-thumb-centered{padding-inline:110px}.layout-card .number-field.compact>span:first-child{font-size:10px}.page-library-grid{grid-template-columns:1fr}.page-thumbnail-inner{transform:scale(.5)}.page-thumbnail{height:210px}.section-heading h2{font-size:14px}.section-heading p{font-size:10px}.system-banner{flex-wrap:wrap;gap:12px;padding:18px}.system-banner-icon{flex-shrink:0;width:42px;height:42px}.system-banner h2{font-size:16px}.system-banner p{font-size:10px}.system-banner>.ui-button{margin-left:55px}.system-library-grid{grid-template-columns:1fr}.system-preview{height:200px;padding-inline:45px}.export-content{flex-direction:column;gap:17px;display:flex;overflow:auto}.export-options>.settings-card:nth-child(2){display:none}.export-scope-options{flex-direction:row;gap:4px}.export-scope-options>button{flex:1;gap:6px;padding:8px 6px}.export-scope-options strong{font-size:10px}.export-scope-options div>span{font-size:8px}.export-options{gap:8px}.code-panel{height:500px;min-height:500px}.code-panel-toolbar{padding:9px}.code-panel pre{padding:14px;font-size:9px}.compact-library .effect-swatch{height:90px}.effects-dialog{padding:20px}.ui-dialog-title{font-size:17px}.keyboard-shortcuts{gap:10px}}@media(max-width:420px){.gallery-grid,.gallery-secondary{grid-template-columns:1fr;gap:26px}.preview-column{height:590px}.controls-cell{padding-top:2px}.sample-card{min-height:290px}.effect-library-grid{gap:10px}.effect-card-body{padding:11px}.effect-card h3{font-size:11px}.effect-preview-tag{font-size:8px}.effect-card .ui-badge,.save-state,.version-badge{display:none}.heading-topline{gap:0}.page-heading-actions{max-width:135px}.page-heading-actions>.ui-button:first-child>span{display:none}.workbench-toolbar{gap:4px}.system-selector>button{max-width:95px}.toolbar-history{gap:0}.preview-tabs{gap:9px}.page-thumbnail-inner{transform:scale(.37)}.layout-thumbnail{padding-inline:50px}}@media(prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}:root{--background:#f3f3f1;--surface:#fff;--muted-surface:#f9f9f8;--foreground:#232321;--muted:#96958f;--secondary:#72716a;--border:#ebebe7;--border-strong:#deded8;--accent:#d59b28;--accent-soft:#fbf2dd;--accent-fg:#94691d;--shadow:0 1px 3px #22220b04,0 8px 24px #22220b03}:root.dark{--background:#151514;--surface:#20201e;--muted-surface:#252523;--foreground:#eeede9;--muted:#8d8c84;--secondary:#aaa99f;--border:#30302c;--border-strong:#41413b;--accent:#e6b343;--accent-soft:#373022;--accent-fg:#e8bf64;--shadow:0 1px 3px #0002,0 8px 24px #0001}.studio-app{height:100svh;min-height:580px;display:flex;flex-direction:column;padding:0 24px 20px;background:var(--background);color:var(--foreground);overflow:hidden}.studio-topbar{display:flex;align-items:center;justify-content:space-between;height:76px;flex-shrink:0;gap:25px;padding:0 5px;border-bottom:1px solid var(--border-strong)}.studio-brand{display:flex;align-items:center;gap:10px;background:transparent;border:0;padding:0;flex-shrink:0}.studio-brand strong{font-size:27px;font-weight:650;letter-spacing:-1.3px}.studio-brand strong>span{color:var(--accent)}.studio-brand-mark{display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:750;font-family:Arial,sans-serif;line-height:1;width:34px;height:34px;border-radius:10px;background:var(--foreground);color:var(--surface);position:relative;padding-top:2px}.studio-brand-mark>span{position:absolute;width:7px;height:7px;left:10px;top:7px;background:#edba4f;border-radius:2px}.studio-label{font-size:8px;letter-spacing:1.4px;font-weight:500;color:var(--muted);border-left:1px solid var(--border-strong);padding-left:15px;margin-left:8px}.studio-navigation{display:flex;align-items:center;gap:28px;height:100%;margin-left:30px;margin-right:auto}.studio-navigation>button{height:100%;position:relative;border:0;background:transparent;font-size:13px;color:var(--muted);display:flex;align-items:center;gap:5px;padding:0 1px}.studio-navigation>button.active{color:var(--foreground);font-weight:550}.studio-navigation>button.active:after{content:"";height:2px;background:var(--foreground);position:absolute;bottom:-1px;left:0;right:0;border-radius:2px}.nav-new-dot{width:4px;height:4px;border-radius:50%;background:var(--accent);align-self:center;margin-top:-12px}.studio-topbar-actions{display:flex;align-items:center;gap:10px}.studio-save-status{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--muted);margin-right:7px}.studio-save-status>span{width:4px;height:4px;border-radius:50%;background:var(--muted)}.studio-toolbar-divider{height:17px;width:1px;background:var(--border-strong);display:inline-block;margin-inline:2px}.studio-topbar .ui-button{font-size:12px;padding:8px 12px;border-radius:8px}.studio-topbar .ui-button-icon{padding:5px}.studio-projectbar{display:flex;align-items:center;justify-content:space-between;min-height:99px;padding:21px 9px;flex-shrink:0;gap:15px}.project-identity{display:flex;align-items:center;gap:12px}.studio-project-icon{width:40px;height:40px;border-radius:12px;background:var(--surface);border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center;color:var(--secondary);box-shadow:0 1px 2px #00003}.project-identity>div>button{display:flex;align-items:center;gap:12px;background:transparent;border:0;font-size:17px;font-weight:550;letter-spacing:-.4px;padding:0}.project-identity>div>button>svg{color:var(--muted)}.project-identity>div>span{display:block;color:var(--muted);font-size:11px;margin-top:6px}.project-identity>.ui-badge{font-size:9px;align-self:flex-start;margin:1px 0 0 4px;color:var(--muted);background:var(--surface)}.studio-project-meta{display:flex;align-items:center;gap:14px;font-size:11px;color:var(--muted)}.studio-project-meta>i{width:3px;height:3px;border-radius:50%;background:var(--border-strong)}.studio-project-meta>button{display:flex;align-items:center;gap:5px;background:transparent;border:0;font-size:11px;color:var(--secondary);margin-left:14px}.studio-main{display:flex;flex-direction:column;position:relative;min-height:0;flex:1;border:1px solid var(--border-strong);border-radius:20px;background:var(--surface);overflow:hidden;box-shadow:0 2px 5px #22220b03}.studio-canvas-bar{display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:0 21px;border-bottom:1px solid var(--border);gap:15px;position:relative;flex-shrink:0}.studio-canvas-title{display:flex;align-items:center;gap:9px;color:var(--secondary);font-size:11px}.studio-canvas-title>svg{color:var(--muted)}.canvas-status-square{width:7px;height:7px;border:1.5px solid var(--accent);border-radius:2px;margin-right:2px}.studio-canvas-title>.ui-select{font-size:11px;background:transparent;border:0;color:var(--foreground);max-width:175px;padding:4px 3px}.studio-view-switch{display:flex;align-items:center;gap:4px;padding:3px;background:var(--background);border:1px solid var(--border);border-radius:8px;position:absolute;left:50%;translate:-50% 0}.studio-view-switch>button{display:flex;gap:6px;align-items:center;border:0;background:transparent;color:var(--muted);border-radius:5px;font-size:11px;padding:5px 11px}.studio-view-switch>button.active{background:var(--surface);color:var(--foreground);box-shadow:0 1px 3px #00009}.studio-canvas-actions{display:flex;align-items:center;gap:12px}.studio-canvas-actions .viewport-buttons>button{padding:5px}.studio-interact-button{display:flex;gap:6px;align-items:center;font-size:11px;color:var(--secondary);background:transparent;border:0;padding:6px 0}.studio-interact-button.active{color:var(--accent-fg)}.studio-stage{flex:1;min-height:0;overflow:hidden;position:relative;background-color:#fafaf9;background-image:radial-gradient(#dbdbd6 .65px,transparent .65px);background-size:14px 14px}.dark .studio-stage{background-color:#1b1b19;background-image:radial-gradient(#3c3c37 .65px,transparent .65px)}.studio-preview-area{height:100%;overflow:auto;padding:25px 46px 130px;transition:padding-right .2s ease;scrollbar-gutter:stable}.studio-preview-area.panel-is-open{padding-right:391px;padding-left:35px}.studio-preview-caption{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:var(--muted);letter-spacing:.8px;margin:0 auto 14px;max-width:1300px;gap:10px}.studio-preview-caption>span:last-child{display:flex;align-items:center;gap:8px;font-size:8px;letter-spacing:1.2px}.studio-preview-caption i{width:3px;height:3px;border-radius:50%;background:var(--border-strong)}.studio-preview-frame{position:relative;border:1px solid var(--border-strong);border-radius:14px;overflow:hidden;background:var(--surface);box-shadow:0 5px 18px #24241204;max-width:1300px;margin:auto;min-width:0}.studio-mobile-frame{width:390px;max-width:100%;border-radius:24px}.studio-preview-bottom{display:flex;align-items:center;justify-content:space-between;max-width:1300px;margin:17px auto 0;color:var(--muted);font-size:10px;gap:12px}.studio-preview-bottom>span:first-child{display:flex;gap:6px;align-items:center}.studio-floating-panel{position:absolute;right:23px;top:25px;width:318px;max-height:calc(100% - 141px);background:var(--surface);border:1px solid var(--border-strong);border-radius:15px;box-shadow:0 5px 12px #00003,0 18px 50px #2525120d;display:flex;flex-direction:column;z-index:15;overflow:hidden;animation:panel-enter .18s ease-out}.floating-panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--border);flex-shrink:0;min-height:55px}.floating-panel-header>div{display:flex;align-items:center;gap:8px}.floating-panel-header h2{font-size:14px;font-weight:550;letter-spacing:-.2px}.floating-panel-title-dot{width:5px;height:5px;border-radius:50%;background:var(--accent)}.floating-panel-header>button{padding:3px;display:flex;border:0;background:transparent;color:var(--muted);border-radius:4px}.floating-panel-header>button:hover{background:var(--background);color:var(--foreground)}.floating-panel-body{min-height:0;overflow:auto;flex:1}.floating-panel-footer{height:34px;display:flex;gap:6px;align-items:center;color:var(--muted);font-size:9px;padding:0 16px;border-top:1px solid var(--border);flex-shrink:0;background:var(--muted-surface)}.floating-panel-footer>span:last-child{margin-left:auto}.studio-live-dot{width:4px;height:4px;background:var(--accent);border-radius:50%}.panel-context{display:flex;align-items:center;gap:7px;font-size:10px;color:var(--secondary);padding:13px 18px;border-bottom:1px solid var(--border);line-height:1.6;background:var(--muted-surface)}.panel-context>.ui-badge{margin-left:auto;font-size:8px;border-color:var(--border-strong);background:var(--surface)}.scope-dot{width:4px;height:4px;border-radius:50%;background:var(--muted)}.control-section{padding:20px 18px;border-bottom:1px solid var(--border)}.control-section:last-child{border-bottom:0}.control-heading{display:flex;align-items:center;gap:7px;margin-bottom:17px;color:var(--secondary)}.control-heading>h3{font-size:12px;font-weight:550;color:var(--foreground);margin-right:auto}.control-heading>span{font-size:8px;color:var(--muted);letter-spacing:1.2px}.global-value-row{display:flex;justify-content:space-between;align-items:center;margin:4px 0 18px}.global-value-row>strong{font-weight:500;font-size:33px;letter-spacing:-1.7px;line-height:1;font-variant-numeric:tabular-nums}.global-value-row small{font-size:11px;letter-spacing:0;font-weight:400;color:var(--muted);margin-left:7px}.radius-sample{display:flex;align-items:flex-end;gap:8px}.radius-sample>i{display:block;width:38px;height:32px;background:var(--background);border:1px solid var(--border-strong)}.radius-sample>i:last-child{width:23px;height:21px;background:var(--accent-soft);border-color:color-mix(in srgb,var(--accent) 40%,var(--border))}.studio-slider{appearance:none;width:100%;height:4px;border-radius:5px;display:block;background:var(--border);accent-color:var(--accent);cursor:ew-resize;margin:15px 0 17px}.studio-slider::-webkit-slider-thumb{appearance:none;width:12px;height:12px;border:2px solid var(--accent);background:var(--surface);border-radius:50%;box-shadow:0 1px 2px #0001}.preset-options{display:flex;gap:5px;margin:12px 0 18px}.preset-options>button{flex:1;background:var(--surface);border:1px solid var(--border-strong);border-radius:6px;padding:5px 6px;font-size:10px;color:var(--secondary)}.preset-options>button.active{border-color:var(--foreground);background:var(--foreground);color:var(--surface)}.control-note{font-size:10px;line-height:1.8;color:var(--muted);margin-top:12px}.inheritance-note{font-size:9px;color:var(--muted);display:flex;align-items:center;gap:6px;margin-top:11px}.inheritance-note>span{flex:1}.inheritance-note>button{color:var(--accent-fg);border:0;background:transparent;font-size:9px;padding:0}.wide-select{width:100%;padding:9px;border:1px solid var(--border-strong);border-radius:7px;background:var(--surface);font-size:11px}.global-type-preview{display:flex;align-items:center;gap:15px;background:var(--muted-surface);border:1px solid var(--border);border-radius:8px;padding:16px 12px;margin:13px 0 16px}.global-type-preview>span{font-size:30px;letter-spacing:-1px;line-height:1}.global-type-preview>div{font-size:12px}.global-type-preview small{display:block;font-size:8px;color:var(--muted);margin-top:6px}.control-section>.number-field{margin-top:13px}.studio-floating-panel .number-field>span:first-child{font-size:11px}.studio-floating-panel .number-input-wrap{width:92px;height:32px;border-radius:6px}.studio-floating-panel .number-input-wrap>input{font-size:12px}.studio-floating-panel .compact .number-input-wrap{width:100%}.studio-floating-panel .number-field.compact>span:first-child{font-size:10px}.studio-floating-panel .color-field{font-size:11px;margin-top:17px}.panel-text-button{display:flex;align-items:center;gap:4px;border:0;background:transparent;font-size:10px;padding:0;color:var(--secondary)}.panel-text-button:hover{color:var(--accent-fg)}.accent-swatches{display:flex;gap:8px;margin-top:14px;justify-content:flex-end}.accent-swatches>button{display:flex;align-items:center;justify-content:center;width:21px;height:21px;border-radius:5px;border:0;color:#fff;box-shadow:0 0 0 2px var(--surface),0 0 0 3px var(--border)}.studio-floating-panel .inspector{border:0;min-height:0}.studio-floating-panel .inspector-scroll{max-height:none;overflow:visible}.studio-floating-panel .inspector-heading{padding:16px 18px}.studio-floating-panel .inspector-footer{display:none}.studio-floating-panel .property-section{padding:18px}.studio-floating-panel .property-title h3{font-size:12px}.studio-floating-panel .property-label{font-size:11px}.studio-floating-panel .scope-caption{font-size:10px}.studio-floating-panel .helper-copy{font-size:11px}.studio-floating-panel .inspector-tabs{margin-bottom:15px}.studio-floating-panel .inspector-tabs .ui-tabs-trigger{font-size:12px}.studio-floating-panel .binding{font-size:9px}.studio-floating-panel .effect-row>summary{font-size:11px;padding:12px}.studio-floating-panel .instance-scope{padding:10px 16px}.studio-layer-list>button{display:flex;align-items:center;gap:8px;width:100%;background:transparent;border:0;padding:12px 18px;font-size:12px;text-align:left}.studio-layer-list>button>code{font-size:9px;color:var(--muted);margin-left:auto}.studio-layer-list>button>svg{color:var(--muted)}.studio-layer-list>button.active{background:var(--accent-soft)}.panel-footer-note{padding:17px 18px;color:var(--muted);font-size:10px;line-height:1.8}.compact-effect-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:15px}.compact-effect-grid .effect-card{border-radius:9px}.compact-effect-grid .effect-swatch{height:85px;background:#f0f0eb}.compact-effect-grid .effect-swatch-shape{height:48px;width:50px;border-radius:12px}.compact-effect-grid .effect-swatch-shape>svg{width:17px}.compact-effect-grid .effect-card-body{padding:10px}.compact-effect-grid .effect-card h3{font-size:11px}.compact-effect-grid .effect-card p,.compact-effect-grid .effect-card .ui-badge{display:none}.compact-effect-grid .effect-card footer{padding-top:8px;margin-top:9px}.compact-effect-grid .effect-preview-tag{font-size:7px;bottom:6px}.compact-effect-grid .effect-card footer>button:last-child{font-size:9px}.studio-effects-panel>.full-width{width:calc(100% - 32px);margin:0 16px 17px}.studio-effects-panel .panel-footer-note{padding-top:0}.dark .compact-effect-grid .effect-swatch{background:#30302c}.studio-dock-wrap{position:absolute;bottom:17px;left:50%;translate:-50% 0;z-index:25;display:flex;flex-direction:column;align-items:center;gap:10px;max-width:calc(100% - 30px)}.studio-tool-dock{display:flex;align-items:center;gap:5px;background:var(--surface);border:1px solid var(--border-strong);padding:7px;border-radius:14px;box-shadow:0 4px 10px #00004,0 12px 30px #00008;max-width:100%}.studio-tool-dock>button:not(.ui-button){min-width:66px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:6px;background:transparent;border:0;color:var(--secondary);padding:9px 10px 7px;border-radius:9px;position:relative}.studio-tool-dock>button:not(.ui-button)>span{font-size:9px;white-space:nowrap}.studio-tool-dock>button:not(.ui-button):hover{background:var(--background);color:var(--foreground)}.studio-tool-dock>button.active:not(.ui-button){background:var(--accent-soft);color:var(--accent-fg)}.studio-tool-dock>button.active:after{position:absolute;top:3px;right:7px;width:3px;height:3px;border-radius:50%;background:var(--accent);content:""}.dock-divider{height:26px;background:var(--border);width:1px;margin:0 5px}.studio-tool-dock>.ui-button{width:26px}.dock-hint{color:var(--muted);font-size:9px;letter-spacing:.3px;background:var(--background);padding:0 8px;border-radius:3px}.layout-picker{display:flex;flex-direction:column;gap:9px}.layout-picker>button{display:flex;align-items:center;gap:12px;text-align:left;font-size:11px;border:1px solid var(--border-strong);border-radius:8px;padding:10px;background:var(--surface)}.layout-picker>button.active{background:var(--muted-surface);border-color:var(--foreground)}.layout-picker>button>svg{margin-left:auto;color:var(--accent)}.layout-wire{width:51px;height:34px;display:flex;gap:3px;background:var(--background);border:1px solid var(--border);border-radius:5px;padding:4px}.layout-wire>i{background:var(--border-strong);border-radius:2px;display:block}.layout-wire>i:first-child{width:9px;flex-shrink:0}.layout-wire>i:last-child{flex:1;background:var(--surface);border:1px solid var(--border-strong)}.wire-topbar{flex-direction:column}.wire-topbar>i:first-child{width:100%;height:5px}.wire-centered{padding-inline:12px}.wire-centered>i:first-child{display:none}.layout-reference{display:flex;align-items:center;gap:7px;color:var(--secondary);font-size:11px;padding:10px 0}.layout-reference>span{margin-left:auto;color:var(--muted);font-size:9px}.motion-enable-label{margin-left:auto;color:var(--muted);font-size:9px}.motion-category-tabs{width:100%;margin-bottom:16px}.motion-category-tabs>.ui-tabs-trigger{flex:1;padding:6px 5px;font-size:10px}.motion-options{display:flex;flex-direction:column;gap:8px}.motion-option{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:9px;padding:12px 10px;text-align:left;background:var(--surface)}.motion-option.active{border-color:var(--foreground);background:var(--muted-surface)}.motion-option strong{display:block;font-size:11px;font-weight:500}.motion-option small{display:block;font-size:9px;color:var(--muted);margin-top:5px}.motion-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:var(--background);border-radius:7px;color:var(--muted);border:1px solid var(--border)}.motion-option.active .motion-icon{color:var(--accent-fg);background:var(--accent-soft)}.motion-radio{display:flex;align-items:center;justify-content:center;width:13px;height:13px;border-radius:50%;border:1px solid var(--border-strong);margin-left:auto;color:var(--surface)}.motion-option.active .motion-radio{background:var(--foreground);border-color:var(--foreground)}.motion-live-preview{height:122px;display:flex;justify-content:center;align-items:center;background:var(--background);border:1px solid var(--border);border-radius:10px;overflow:hidden;padding:16px}.motion-demo-page.page-atom{width:118px;min-height:0;display:block;border:1px solid var(--border-strong);border-radius:7px;padding:12px;background:var(--surface)}.motion-demo-page>span{display:block;width:40px;height:4px;background:var(--border-strong);border-radius:2px;margin-bottom:12px}.motion-demo-page>div{display:flex;gap:5px}.motion-demo-page i{display:block;width:27px;height:14px;background:var(--accent-soft);border-radius:3px;border:1px solid color-mix(in srgb,var(--accent) 25%,var(--border))}.motion-demo-page footer{height:15px;border-radius:3px;background:var(--background);margin-top:6px}.motion-accessibility{padding:17px;display:flex;align-items:center;gap:6px;font-size:9px;color:var(--muted)}.floating-preview-scene{position:absolute;inset:0;z-index:4;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;padding:140px 26px 40px}.floating-preview-backdrop{position:absolute;inset:0;z-index:-1;transition:background .15s,backdrop-filter .15s}.floating-preview-scene>.ds-root{width:min(410px,100%)}.floating-preview-scene .live-floating-demo{min-width:0;max-width:100%}.floating-demo-title{display:flex;align-items:center;justify-content:space-between}.dialog-demo-icon{width:39px;height:39px;display:flex;align-items:center;justify-content:center;border:1px solid var(--ds-border);border-radius:11px;background:var(--ds-background);color:var(--ds-text)}.floating-demo-title>button{background:transparent;border:0;color:var(--ds-muted);padding:4px}.live-floating-demo h3{margin-top:5px;font-size:calc(17px * var(--ds-font-scale,1))}.live-floating-demo p{font-size:calc(12px * var(--ds-font-scale,1))}.floating-demo-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:10px}.floating-preview-label{position:absolute;top:20px;left:50%;translate:-50% 0;font-size:10px;background:var(--surface);padding:6px 10px;border-radius:6px;color:var(--secondary);white-space:nowrap}.studio-library-overlay{position:fixed;inset:92px 5vw 38px;z-index:45;display:flex;flex-direction:column;min-height:0;background:var(--surface);border:1px solid var(--border-strong);border-radius:20px;box-shadow:0 0 0 100vmax #1515103d,0 25px 90px #0002;overflow:hidden;animation:panel-enter .18s ease-out}.studio-library-header{display:flex;align-items:center;justify-content:space-between;padding:25px 27px;border-bottom:1px solid var(--border);flex-shrink:0;gap:20px}.studio-library-header h2{font-size:20px;font-weight:550;letter-spacing:-.6px}.studio-library-header p{font-size:11px;color:var(--muted);margin-top:7px}.studio-library-actions{display:flex;align-items:center;gap:8px}.studio-library-tabs{display:flex;padding:14px 27px 0;gap:17px;flex-shrink:0}.studio-library-tabs>button{border:0;border-bottom:2px solid transparent;padding:0 2px 12px;background:transparent;color:var(--muted);font-size:12px}.studio-library-tabs>button.active{border-color:var(--foreground);color:var(--foreground)}.studio-library-overlay>.content-scroll{padding-top:24px}.studio-app .effect-swatch{background:#f0f0ec}.studio-app .effect-swatch-shape{color:#a79a7c}.studio-app .ref-badge{color:var(--secondary)}.studio-app .ui-dialog-content{border-radius:16px}.studio-app .studio-effects-panel .effect-card footer>button{color:var(--secondary)}@keyframes panel-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1800px){.studio-app{padding-inline:36px;padding-bottom:26px}.studio-preview-area.panel-is-open{padding-right:414px;padding-left:60px}.studio-floating-panel{right:35px;width:330px}.studio-topbar{height:82px}.studio-projectbar{min-height:105px}}@media(max-width:1250px){.studio-label{display:none}.studio-navigation{margin-left:12px;gap:21px}.studio-topbar{gap:18px}.studio-save-status{display:none}.studio-project-meta>span,.studio-project-meta>i{display:none}.studio-preview-area{padding-inline:25px}.studio-preview-area.panel-is-open{padding-left:20px;padding-right:350px}.studio-floating-panel{width:300px;right:20px}.studio-preview-frame .demo-table-heading>div>span{display:none}.studio-canvas-bar{padding-inline:17px}.studio-canvas-title{font-size:10px;gap:5px}.studio-canvas-title>.ui-select{max-width:110px}.studio-canvas-actions{gap:7px}.studio-view-switch{left:52%}}@media(max-width:1050px){.studio-app{padding-inline:16px;padding-bottom:16px}.studio-navigation{gap:17px}.studio-brand strong{font-size:24px}.studio-brand-mark{width:31px;height:31px;font-size:27px}.studio-topbar-actions{gap:6px}.studio-topbar .ui-button{padding:6px 9px;font-size:11px}.studio-projectbar{min-height:87px;padding:18px 4px}.studio-preview-area.panel-is-open{padding-right:332px;padding-left:16px}.studio-floating-panel{right:15px;width:288px}.studio-canvas-title{max-width:210px}.studio-preview-frame .page-atom{min-width:520px}.studio-mobile-frame .page-atom{min-width:0}.studio-preview-frame{overflow:auto}.studio-preview-caption>span:last-child{display:none}.studio-preview-bottom>span:last-child{display:none}.studio-interact-button{font-size:10px}.studio-view-switch{position:static;translate:0 0}.studio-floating-panel .control-section{padding:17px 15px}.studio-floating-panel .floating-panel-header{padding-inline:15px}}@media(max-width:800px){.studio-app{padding:0 10px 10px;min-height:600px}.studio-topbar{height:62px;gap:10px;padding:0 3px}.studio-navigation{margin:0 auto;gap:14px}.studio-navigation>button{font-size:11px}.studio-brand strong{font-size:22px}.studio-brand-mark{width:27px;height:27px;font-size:24px;border-radius:8px}.studio-brand-mark>span{width:6px;height:6px;left:8px;top:6px}.studio-brand{gap:7px}.studio-topbar-actions{gap:3px}.studio-topbar-actions>.studio-toolbar-divider,.studio-topbar-actions>.ui-button-outline{display:none}.studio-topbar-actions>.ui-button-default{font-size:10px;padding:6px 9px}.studio-topbar-actions>.ui-button-default>svg{display:none}.studio-projectbar{min-height:79px;padding:14px 6px}.project-identity{gap:9px}.project-identity>div>button{font-size:14px}.project-identity>div>span{font-size:10px;margin-top:5px}.studio-project-icon{width:33px;height:33px;border-radius:10px}.studio-project-meta{display:none}.project-identity>.ui-badge{font-size:8px}.studio-main{border-radius:16px}.studio-canvas-bar{min-height:50px;padding-inline:11px;gap:7px;flex-wrap:wrap}.studio-canvas-title{font-size:0;gap:4px}.studio-canvas-title>svg{display:none}.studio-canvas-title>.ui-select{font-size:10px;max-width:120px}.studio-view-switch>button{font-size:10px;padding:4px 7px;gap:4px}.studio-view-switch>button>svg{width:12px}.studio-canvas-actions{gap:5px}.studio-interact-button{font-size:0;padding:5px}.studio-canvas-actions .studio-toolbar-divider{display:none}.studio-preview-area,.studio-preview-area.panel-is-open{padding:20px 17px 130px}.studio-preview-frame .page-atom{min-width:0}.studio-floating-panel{position:absolute;width:310px;max-width:calc(100% - 24px);right:12px;top:16px;max-height:calc(100% - 116px);box-shadow:0 12px 55px #0003}.studio-dock-wrap{bottom:13px;gap:8px;max-width:calc(100% - 20px)}.studio-tool-dock{gap:1px;padding:5px;border-radius:12px}.studio-tool-dock>button:not(.ui-button){min-width:52px;padding:9px 7px 7px;gap:5px}.studio-tool-dock>button:not(.ui-button)>span{font-size:8px}.studio-tool-dock>button:not(.ui-button)>svg{width:17px;height:17px}.studio-tool-dock>.ui-button{width:24px}.dock-divider{margin-inline:3px}.dock-hint{font-size:8px}.studio-library-overlay{inset:76px 14px 22px;border-radius:16px}.studio-library-header{padding:20px;gap:10px}.studio-library-header h2{font-size:17px}.studio-library-header p{font-size:10px;max-width:230px;line-height:1.6}.studio-library-actions>.ui-button{font-size:10px;padding:6px 8px}.studio-library-actions>.ui-button>svg{width:12px}.studio-library-tabs{padding-inline:20px;gap:14px}.studio-library-tabs>button{font-size:11px}.floating-preview-scene{padding:100px 17px 30px}}@media(max-width:520px){.studio-navigation>button{font-size:10px}.studio-navigation{gap:12px}.studio-brand strong{font-size:21px}.studio-brand-mark{display:none}.studio-topbar-actions>.ui-button-default{font-size:0;width:28px;padding:4px;min-height:28px}.studio-topbar-actions>.ui-button-default>svg:first-child{display:block;width:14px}.studio-topbar-actions>.ui-button-icon{width:25px}.studio-topbar{gap:12px;height:58px}.studio-projectbar{min-height:73px}.project-identity>div>button{font-size:13px}.studio-project-icon{width:30px;height:30px}.studio-project-icon>svg{width:15px}.studio-canvas-title>.ui-select{max-width:95px}.studio-canvas-title .canvas-status-square,.studio-canvas-actions .viewport-buttons{display:none}.studio-view-switch>button{padding-inline:6px}.studio-view-switch>button>svg{display:none}.studio-canvas-bar{padding-inline:10px;gap:6px}.studio-preview-area,.studio-preview-area.panel-is-open{padding:16px 11px 114px}.studio-floating-panel{right:9px;width:calc(100% - 18px);max-width:340px;top:12px;max-height:calc(100% - 107px)}.studio-tool-dock>button:not(.ui-button){min-width:44px;padding:8px 5px 6px}.studio-tool-dock>button:not(.ui-button)>span{font-size:8px}.studio-tool-dock>button:not(.ui-button)>svg{width:16px;height:16px}.studio-tool-dock>.ui-button{width:22px;min-width:22px;padding:4px}.studio-tool-dock>.ui-button>svg{width:14px}.dock-divider{margin-inline:1px;height:20px}.studio-tool-dock{padding:5px 4px;gap:0}.studio-dock-wrap{max-width:calc(100% - 12px);bottom:10px}.dock-hint{font-size:7px}.studio-preview-bottom{font-size:9px}.studio-library-actions>.ui-button:not(.ui-button-icon){padding:5px;font-size:9px}.studio-library-header{padding:17px;gap:6px}.studio-library-header p{display:none}.studio-library-actions{gap:4px}.studio-library-overlay{inset:69px 9px 15px}.studio-library-tabs{padding-inline:17px;gap:12px}.studio-library-tabs>button{font-size:10px}.studio-library-overlay>.content-scroll{padding:20px 15px}.floating-demo-actions .ds-button{font-size:12px!important}.studio-mobile-frame{width:100%}}@media(prefers-reduced-motion:reduce){.studio-preview-area,.studio-floating-panel,.studio-library-overlay{transition:none;animation:none}}.saved-motion-preset{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:11px 10px;border:1px solid var(--border);background:var(--surface);border-radius:7px;margin-top:8px;color:var(--secondary);font-size:11px}.saved-motion-preset>span{flex:1}.saved-motion-preset>small{font-size:8px;color:var(--muted)}.saved-motion-preset:hover{border-color:var(--accent);background:var(--muted-surface)}:root.dark{--background:#101010;--surface:#191919;--muted-surface:#202020;--foreground:#e6e5e0;--border:#292929;--border-strong:#353535}.studio-projectbar{min-height:78px;padding-block:15px}.studio-project-icon{border:0;background:transparent;box-shadow:none;width:26px}.studio-project-icon>svg{width:19px}.studio-main{border:0;box-shadow:none;background:var(--surface)}.studio-stage,.dark .studio-stage{background:var(--background);background-image:none}.studio-canvas-bar{background:var(--background);border-bottom:1px solid var(--border)}.studio-preview-caption,.studio-preview-bottom,.dock-hint{display:none}.studio-preview-frame{border:0;background:transparent;border-radius:0;box-shadow:none}.studio-preview-area{padding-top:22px}.studio-floating-panel{border:0;box-shadow:0 6px 32px #0000000b}.dark .studio-floating-panel{box-shadow:0 6px 32px #0003}.floating-panel-footer{display:none}.studio-floating-panel .control-section{border-color:var(--border)}.global-type-preview{border:0;background:transparent;padding-left:0;padding-right:0}.studio-dock-wrap{bottom:16px}.studio-tool-dock{box-shadow:0 4px 20px #0000000c;border:1px solid var(--border)}.number-scrub{border:0;background:transparent;color:var(--muted);font-size:9px;padding:7px 6px;cursor:ew-resize;touch-action:none;-webkit-user-select:none;user-select:none;align-self:stretch;min-width:24px;border-radius:0 5px 5px 0}.number-scrub:hover,.number-scrub:focus-visible{color:var(--accent-fg);background:var(--accent-soft);outline:none}.number-input-wrap:has(.number-scrub:hover){border-color:var(--accent)}.spacing-side .number-field{margin:0;gap:0}.spacing-side .number-field>span:first-child{display:none}.spacing-side .number-input-wrap{width:65px;background:var(--surface);border:1px solid var(--border)}.spacing-side .number-input-wrap input{width:36px;text-align:center;padding:2px}.spacing-side .number-scrub{font-size:8px;min-width:20px;padding:3px}.spacing-side.side-1{right:-8px}.spacing-side.side-3{left:-8px}.effect-mode-control{display:flex;gap:4px;background:var(--muted-surface);padding:4px;border-radius:8px;margin:14px 18px}.effect-mode-control>button{flex:1;border:0;border-radius:5px;padding:8px 10px;background:transparent;font-size:11px;color:var(--secondary)}.effect-mode-control>button.active{color:var(--foreground);background:var(--surface);box-shadow:0 1px 4px #0001}.effects-dialog>.effect-mode-control{margin:16px 0}.studio-effects-panel>.effect-mode-control{margin-inline:0}.palette-tabs{display:flex;gap:21px;margin:20px 20px 0;border-bottom:1px solid var(--border)}.palette-tabs>button{padding:0 0 13px;background:none;border:0;border-bottom:2px solid transparent;font-size:12px;color:var(--muted)}.palette-tabs>button.active{color:var(--foreground);border-bottom-color:var(--foreground)}.palette-mode{display:flex;align-items:center;gap:5px;margin:16px 20px;font-size:10px;color:var(--muted)}.palette-mode>span{margin-right:auto}.palette-mode>button{border:0;background:none;color:var(--muted);padding:5px 9px;border-radius:4px;font-size:10px}.palette-mode>button.active{background:var(--muted-surface);color:var(--foreground)}.palette-list{padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:19px 12px}.palette-card{border:0;padding:0;background:none;text-align:left;color:var(--foreground)}.palette-color-strip{display:flex;height:45px;overflow:hidden;border-radius:8px;margin-bottom:9px}.palette-color-strip>i{flex:1}.palette-color-strip>i:first-child{flex:1.6}.palette-card>div:not(.palette-color-strip){display:flex;align-items:center;justify-content:space-between}.palette-card strong{font-size:11px;font-weight:500}.palette-card p{font-size:8px;line-height:1.6;margin-top:4px;color:var(--muted)}.palette-card.active .palette-color-strip{outline:1px solid var(--foreground);outline-offset:3px}.palette-save{padding:24px 20px}.palette-save>.ui-button{width:100%;font-size:11px}.palette-save p{font-size:9px;line-height:1.7;color:var(--muted);margin-top:9px}.palette-editor .color-field{margin-top:16px}.palette-editor .control-note{margin-bottom:16px}@media(max-width:800px){.studio-projectbar{min-height:68px}.studio-tool-dock>button:not(.ui-button){min-width:44px;padding-inline:5px}.studio-floating-panel{box-shadow:0 8px 35px #0002}.studio-preview-area,.studio-preview-area.panel-is-open{padding-top:16px}.studio-tool-dock>button:not(.ui-button)>span{font-size:8px}}@media(max-width:520px){.studio-tool-dock>button:not(.ui-button){min-width:38px;padding-inline:3px}.studio-tool-dock>button:not(.ui-button)>span{font-size:7px}.studio-tool-dock>.ui-button{width:20px;min-width:20px}.studio-projectbar{min-height:66px}.studio-preview-area,.studio-preview-area.panel-is-open{padding-inline:0}.studio-main{background:transparent}.studio-dock-wrap{bottom:10px}.studio-mobile-frame{border-radius:0}}.spacing-control-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,104px),1fr));gap:14px 12px;width:100%;min-width:0}.spacing-control-grid .number-field{min-width:0;margin:0;display:flex;flex-direction:column;align-items:stretch;gap:7px}.spacing-control-grid .number-input-wrap{width:100%;min-width:0}.spacing-control-grid .number-input-wrap input{width:0;flex:1;min-width:0}.spacing-control-grid .number-field>span:first-child{display:block;font-size:10px}.palette-entry{min-width:0;position:relative}.palette-entry>.palette-card{width:100%}.palette-rename{display:flex;align-items:center;gap:4px;background:transparent;border:0;padding:5px 0;margin-top:2px;font-size:9px;color:var(--secondary)}.palette-rename:hover{color:var(--accent-fg)}.palette-card strong{overflow-wrap:anywhere}.resource-catalog-note{font-size:11px;color:var(--muted);margin:-4px 0 22px}.resource-catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,250px),1fr));gap:22px}.resource-tile{position:relative;min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:13px;background:var(--surface);transition:border-color .15s,box-shadow .15s}.resource-tile:hover{border-color:var(--border-strong);box-shadow:0 6px 20px #00000009}.resource-thumbnail{height:196px;position:relative;overflow:hidden;background:var(--muted-surface);border-bottom:1px solid var(--border)}.resource-thumbnail-content{position:absolute;left:50%;top:50%;transform-origin:center center;pointer-events:none}.resource-thumbnail .page-atom{animation:none!important}.resource-tile-info{padding:17px 18px 13px}.resource-tile-info>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.resource-tile-info h3{font-size:13px;font-weight:550}.resource-tile-info>div>span{font-size:9px;color:var(--muted)}.resource-tile-info p{font-size:10px;color:var(--muted);line-height:1.7;margin-top:7px}.resource-tile-info footer{display:flex;justify-content:space-between;align-items:center;margin-top:18px;font-size:9px;color:var(--muted)}.resource-open-target{position:absolute;inset:0;border:0;background:transparent;border-radius:inherit;cursor:pointer}.resource-open-target:focus-visible{outline:2px solid var(--accent);outline-offset:-3px}.resource-catalog .library-toolbar{flex-wrap:wrap}.resource-canvas-bar{gap:16px}.resource-back{display:flex;align-items:center;gap:7px;background:transparent;border:0;padding:5px 0;font-size:11px;color:var(--secondary);white-space:nowrap}.resource-back:hover{color:var(--foreground)}.resource-location{font-size:10px;color:var(--muted);margin-right:auto}.resource-canvas-bar>.studio-canvas-actions{margin-left:auto}.resource-canvas-bar .ui-button{font-size:11px}.resource-workspace{max-width:1150px;margin:auto;min-width:0}.resource-focus-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:8px 0 27px}.resource-focus-header>div>span{font-size:10px;color:var(--muted)}.resource-focus-header h1{font-size:25px;font-weight:550;letter-spacing:-.7px;margin:7px 0}.resource-focus-header p{font-size:11px;color:var(--secondary);line-height:1.7}.resource-view-tabs{display:flex;align-items:center;gap:4px}.resource-view-tabs>button{display:flex;align-items:center;gap:6px;padding:8px 13px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-size:11px}.resource-view-tabs>button.active{background:var(--surface);color:var(--foreground);box-shadow:0 1px 4px #00000008}.resource-part-picker{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:24px}.resource-part-picker>span{font-size:10px;color:var(--muted);margin-right:3px}.resource-part-picker>button{border:1px solid transparent;background:transparent;border-radius:6px;font-size:10px;padding:6px 10px;color:var(--secondary)}.resource-part-picker>button[aria-pressed=true]{background:var(--accent-soft);color:var(--accent-fg)}.resource-focus-stage{min-height:440px;display:flex;align-items:center;justify-content:center;padding:35px 22px;background:var(--muted-surface);border-radius:16px}.resource-runtime{width:100%;min-width:0}.resource-mobile-runtime{width:390px;max-width:100%}.resource-focus-note{font-size:10px;color:var(--muted);line-height:1.8;text-align:center;margin:20px 0}.resource-code-panel{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface)}.resource-code-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 15px;border-bottom:1px solid var(--border)}.resource-code-toolbar>div{display:flex;gap:15px}.resource-code-toolbar>div>button{font-size:11px;background:none;border:0;color:var(--muted);padding:3px 0}.resource-code-toolbar>div>button.active{color:var(--foreground)}.resource-code-panel pre{font:11px/1.8 Consolas,monospace;tab-size:2;white-space:pre;overflow:auto;padding:20px;margin:0;max-height:55svh;color:var(--secondary)}.resource-code-panel>p{border-top:1px solid var(--border);padding:12px 16px;font-size:10px;line-height:1.6;color:var(--muted)}@media(max-width:1050px){.resource-location{display:none}.resource-focus-stage{padding-inline:15px}.resource-canvas-bar .studio-interact-button{font-size:10px}.resource-part-picker{gap:3px}.resource-part-picker>button{padding:5px 7px}.resource-focus-header{align-items:flex-start;flex-wrap:wrap}.resource-focus-header h1{font-size:22px}}@media(max-width:800px){.resource-focus-stage{min-height:340px;padding:28px 18px}.resource-focus-header{margin-top:0;padding-inline:8px}.resource-catalog-grid{gap:16px}.resource-view-tabs>button{padding:7px 10px}.resource-canvas-bar .ui-button{padding:6px 8px}.resource-catalog .search-field{max-width:100%}.resource-catalog .filter-pills{flex-wrap:wrap}.resource-part-picker{padding-inline:8px}}@media(max-width:520px){.resource-back{font-size:10px;gap:4px}.resource-canvas-bar>.studio-canvas-actions{gap:7px}.resource-canvas-bar .studio-interact-button{font-size:0}.resource-canvas-bar .ui-button{font-size:10px}.resource-focus-header{gap:10px}.resource-focus-stage{border-radius:12px;padding:23px 12px}.resource-code-toolbar{gap:5px;padding:10px}.resource-code-toolbar>div{gap:9px}.resource-code-panel pre{padding:14px;font-size:10px}.resource-thumbnail{height:200px}}.studio-app{--studio-title-inset:38px;--studio-preview-top:22px;--studio-frame-radius:15px;--studio-panel-width:318px;--studio-panel-right:23px;--studio-panel-gap:24px}.studio-projectbar{padding-inline:0}.studio-project-icon{width:26px}.project-identity{gap:12px}.studio-preview-area,.studio-preview-area.panel-is-open{padding-top:var(--studio-preview-top);padding-left:var(--studio-title-inset)}.studio-preview-area.panel-is-open{padding-right:calc(var(--studio-panel-width) + var(--studio-panel-right) + var(--studio-panel-gap))}.studio-floating-panel{top:var(--studio-preview-top);width:var(--studio-panel-width);right:var(--studio-panel-right);border-radius:var(--studio-frame-radius)}.studio-page-preview{border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;max-width:none;margin-left:0;margin-right:0}.studio-page-preview.studio-mobile-frame{max-width:100%;margin-inline:auto}.palette-entry-actions{display:flex;justify-content:space-between;gap:8px}.palette-entry-actions .palette-rename{font-size:9px}.palette-save>.ui-button+.ui-button,.palette-save>p+.ui-button{margin-top:12px}.palette-save>.ui-button:disabled{opacity:.5;cursor:default}.palette-editor .control-heading h3{overflow-wrap:anywhere}.image-layer{margin-bottom:18px}.image-layer>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;padding-block:8px;cursor:pointer}.image-background-fields{min-width:0;display:flex;flex-direction:column;gap:12px}.image-background-preview{height:115px;background:var(--muted-surface);border:1px solid var(--border);border-radius:8px;overflow:hidden}.image-background-preview img{height:100%;width:100%;object-fit:contain}.image-file-name{font-size:10px;overflow-wrap:anywhere;color:var(--secondary);margin:0}.image-file-name>span{display:block;color:var(--muted);font-size:9px;margin-top:3px}.image-background-fields .select-row{margin:0}.image-position-control{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:11px;color:var(--secondary)}.image-position-grid{display:grid;grid-template-columns:repeat(3,22px);gap:3px}.image-position-grid>button{height:22px;display:grid;place-items:center;border:1px solid var(--border);border-radius:4px;background:var(--muted-surface)}.image-position-grid i{width:4px;height:4px;border-radius:50%;background:var(--muted)}.image-position-grid>button[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft)}.image-position-grid>button[aria-pressed=true] i{background:var(--accent)}.image-background-fields .two-fields{margin:0;min-width:0}.image-background-fields .number-field{min-width:0}.image-background-fields .number-field>span:first-child{line-height:1.6}.image-background-fields .number-input-wrap{min-width:0}.image-background-fields input[type=number]{min-width:0;width:0;flex:1}.image-property-section>.helper-copy{margin-top:10px}@media(max-width:1250px){.studio-app{--studio-panel-width:300px;--studio-panel-right:20px;--studio-panel-gap:18px}}@media(max-width:1050px){.studio-app{--studio-panel-width:288px;--studio-panel-right:15px;--studio-panel-gap:16px}}@media(max-width:800px){.studio-app{--studio-title-inset:35px;--studio-preview-top:16px;--studio-panel-width:310px;--studio-panel-right:12px}.project-identity{gap:9px}.studio-preview-area.panel-is-open{padding-right:17px}}@media(max-width:520px){.studio-app{--studio-preview-top:12px;--studio-panel-right:9px;--studio-panel-width: calc(100% - 18px) }.studio-preview-area,.studio-preview-area.panel-is-open{padding-left:0;padding-right:0}.studio-page-preview{border-radius:0}.studio-floating-panel{max-width:340px}}.motion-live-preview{background:var(--ds-background);border-color:var(--ds-border)}.motion-demo-page.page-atom{background:var(--ds-surface);border-color:var(--ds-border)}.motion-demo-page>span{background:var(--ds-border)}.motion-demo-page i{background:color-mix(in srgb,var(--ds-primary) 12%,var(--ds-surface));border-color:var(--ds-border)}.motion-demo-page footer{background:var(--ds-background)}.background-add-actions{display:flex;flex-wrap:wrap;gap:8px}.background-add-actions .ui-button{flex:1;font-size:10px;padding-inline:8px}.gradient-background-editor{margin-top:16px}.gradient-background-editor>summary{display:flex;justify-content:space-between;align-items:center;font-size:12px;cursor:pointer;padding:8px 0}.gradient-fields{display:flex;flex-direction:column;gap:14px;min-width:0}.gradient-combinations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 7px;margin-top:12px}.gradient-combinations button{background:none;border:0;padding:0;min-width:0;color:var(--secondary)}.gradient-combinations span{display:block;height:26px;border:1px solid var(--border);border-radius:6px}.gradient-combinations small{font-size:9px;display:block;margin-top:5px}.gradient-fields .select-row,.gradient-fields .color-field{margin:0}.gradient-stop{padding:10px 0;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:12px}.gradient-stop-heading{display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.gradient-fields .number-input-wrap{max-width:100%}.studio-app .effect-swatch.has-backdrop-blur{background-image:linear-gradient(90deg,color-mix(in srgb,var(--ds-border) 45%,transparent) 1px,transparent 1px),linear-gradient(color-mix(in srgb,var(--ds-border) 45%,transparent) 1px,transparent 1px);background-size:16px 16px}.studio-app .effect-preview-tag{color:var(--ds-muted)}.studio-main.is-page-canvas .studio-stage{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.studio-main.is-page-canvas.has-floating-panel .studio-stage{grid-template-columns:minmax(0,1fr) var(--studio-panel-width);column-gap:var(--studio-panel-gap)}.studio-main.is-page-canvas .studio-preview-area{padding-inline:0;scrollbar-gutter:auto;scrollbar-width:none;transition:none}.studio-main.is-page-canvas .studio-preview-area::-webkit-scrollbar{display:none}.studio-main.is-page-canvas .studio-page-preview:not(.studio-mobile-frame){width:100%;max-width:none;margin-inline:0}.studio-main.is-page-canvas .studio-floating-panel{position:relative;inset:auto;align-self:start;min-width:0;width:100%;max-width:none;margin-top:var(--studio-preview-top);max-height:calc(100% - var(--studio-preview-top) - 118px)}@media(max-width:850px){.studio-main.is-page-canvas.has-floating-panel .studio-stage{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) minmax(0,1fr);gap:12px;padding-bottom:88px}.studio-main.is-page-canvas.has-floating-panel .studio-preview-area{padding-bottom:20px}.studio-main.is-page-canvas .studio-floating-panel{height:100%;max-height:100%;margin-top:0}}.system-templates{margin-bottom:38px}.system-templates .section-heading p{margin-top:8px}.system-template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:20px}.system-template-card{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--surface)}.system-template-preview{height:200px;overflow:hidden;border-bottom:1px solid var(--border);background:var(--muted-surface)}.system-template-preview .ds-root{pointer-events:none}.system-template-info{padding:17px}.system-template-info>div{display:flex;justify-content:space-between;align-items:center;gap:10px}.system-template-info h3{font-size:14px}.system-template-info span{font-size:9px;color:var(--muted)}.system-template-info p{font-size:10px;line-height:1.8;color:var(--secondary);margin:8px 0 14px}.system-template-info button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 0 0;border:0;border-top:1px solid var(--border);background:none;font-size:11px;color:var(--foreground)}.icon-library-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:28px;align-items:start}.icon-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:10px}.icon-library-grid>button{display:flex;flex-direction:column;align-items:center;gap:9px;min-width:0;border:1px solid var(--border);border-radius:10px;background:var(--surface);padding:21px 8px;color:var(--foreground)}.icon-library-grid>button[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft)}.icon-library-grid span{font-size:11px}.icon-library-grid small{font-size:8px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;max-width:100%}.icon-detail{position:sticky;top:0;display:flex;flex-direction:column;gap:16px;min-width:0;padding:20px;background:var(--muted-surface);border:1px solid var(--border);border-radius:13px}.icon-large-preview{height:125px;display:flex;align-items:center;justify-content:center;background:#f7f8fa;border-radius:10px}.icon-detail h3{font-size:17px}.icon-detail>p{font-size:10px;color:var(--muted);margin-top:-9px}.icon-detail .color-field{margin:0}.icon-detail .ui-button{font-size:11px}.icon-library .filter-pills,.icon-library .library-toolbar{flex-wrap:wrap}.layout-wire.wire-rail>i:first-child{width:5px}.layout-wire.wire-split>i:first-child{order:2;width:15px}.layout-wire.wire-split>i:last-child{order:1}.layout-aside .layout-slot{min-height:220px}@media(max-width:800px){.icon-library-layout{grid-template-columns:1fr}.icon-detail{position:static;grid-row:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}.icon-large-preview{grid-column:1/-1;height:90px}.icon-detail h3,.icon-detail>p{grid-column:1/-1}.icon-detail .number-field,.icon-detail .color-field{display:flex;flex-direction:column;align-items:stretch;gap:7px}.icon-detail .number-input-wrap,.icon-detail .color-input-wrap{width:100%;max-width:100%}.icon-detail .text-action{grid-column:1/-1}}.ui-select{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;min-height:32px;padding:7px 10px;border:1px solid var(--border-strong);border-radius:10px;background:var(--surface);color:var(--foreground);font-size:11px;text-align:left;cursor:pointer;transition:background .15s,border-color .15s}.ui-select>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-select>svg{flex-shrink:0;color:var(--muted)}.ui-select:hover:not(:disabled),.ui-select[aria-expanded=true]{background:var(--muted-surface)}.ui-select:disabled{cursor:not-allowed;opacity:.5}.select-row .ui-select,.instance-scope .ui-select,.ui-select.wide-select{border-radius:10px}.studio-canvas-title>.ui-select{border:1px solid var(--border-strong);border-radius:10px;padding:6px 9px}.instance-scope .ui-select{min-height:28px;gap:6px;padding:4px 7px}.ui-select-menu{position:fixed;z-index:150;overflow:auto;overscroll-behavior:contain;padding:5px;border:1px solid var(--border-strong);border-radius:12px;background:var(--surface);color:var(--foreground);box-shadow:0 4px 12px #0000000a,0 12px 32px #00000014;scrollbar-width:thin}.ui-select-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:34px;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:inherit;font-size:12px;line-height:1.5;text-align:left;cursor:pointer}.ui-select-option>span{min-width:0;overflow-wrap:anywhere}.ui-select-option>svg{flex-shrink:0;color:var(--accent-fg)}.ui-select-option[aria-selected=true]{background:var(--accent-soft)}.ui-select-option[data-highlighted=true]{background:var(--muted-surface)}.ui-select-option[aria-selected=true][data-highlighted=true]{background:var(--accent-soft)}.ui-select-option:disabled{opacity:.4;cursor:not-allowed}.dark .ui-select-menu{box-shadow:0 8px 32px #0006}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 16px;background:var(--background);color:var(--foreground)}.auth-card{width:100%;max-width:392px;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:28px;box-shadow:var(--shadow)}.auth-brand{display:flex;align-items:baseline;gap:8px;font-size:19px;font-weight:600}.auth-brand em{font-style:normal;color:var(--accent)}.auth-brand small{font-size:11px;letter-spacing:.14em;color:var(--muted);text-transform:uppercase}.auth-subtitle{margin:8px 0 22px;font-size:13px;color:var(--muted);line-height:1.6}.auth-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.auth-field>label{font-size:12px;color:var(--secondary)}.auth-field .ui-input{width:100%}.auth-actions{display:flex;align-items:center;gap:10px;margin-top:20px}.auth-actions .ui-button{flex:1;justify-content:center}.auth-error{margin-top:14px;padding:10px 12px;border-radius:10px;border:1px solid color-mix(in srgb,#e5484d 45%,transparent);background:color-mix(in srgb,#e5484d 12%,transparent);color:#e5484d;font-size:13px;line-height:1.55}.dark .auth-error{color:#ff9499}.auth-hint{margin-top:18px;padding-top:16px;border-top:1px solid var(--border);font-size:12px;color:var(--muted);line-height:1.75}.auth-center-note{color:var(--muted);font-size:13px}.account-avatar{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:var(--accent-soft);color:var(--accent-fg);font-size:11px;font-weight:600}.account-summary{display:flex;align-items:center;gap:10px;margin:4px 0 16px;padding:12px;border-radius:12px;background:var(--muted-surface);border:1px solid var(--border)}.account-summary strong{font-size:14px}.account-summary span{font-size:12px;color:var(--muted)}.account-menu-actions{display:flex;flex-direction:column;gap:8px}.account-menu-actions .ui-button{justify-content:flex-start}.admin-shell{min-height:100vh;background:var(--background);color:var(--foreground)}.admin-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:14px;padding:14px 26px;background:var(--surface);border-bottom:1px solid var(--border)}.admin-header .admin-title{font-size:15px;font-weight:600}.admin-header .admin-title small{display:block;font-size:11px;font-weight:400;letter-spacing:.12em;color:var(--muted);text-transform:uppercase}.admin-header-spacer{flex:1}.admin-identity{font-size:12px;color:var(--muted)}.admin-main{max-width:1180px;margin:0 auto;padding:26px;display:flex;flex-direction:column;gap:18px}.admin-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px}.admin-card-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.admin-card-head h2{margin:0;font-size:15px;font-weight:600}.admin-card-head p{margin:4px 0 0;font-size:12px;color:var(--muted)}.admin-card-spacer{flex:1}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th{text-align:left;font-weight:500;font-size:12px;color:var(--muted);padding:8px 10px;border-bottom:1px solid var(--border);white-space:nowrap}.admin-table td{padding:11px 10px;border-bottom:1px solid var(--border);vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-user-cell{display:flex;flex-direction:column;gap:2px}.admin-user-cell strong{font-weight:500}.admin-user-cell span{font-size:11px;color:var(--muted)}.admin-row-actions{display:flex;gap:6px;justify-content:flex-end}.admin-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;line-height:1.7;border:1px solid transparent;white-space:nowrap}.admin-tag-admin{background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--accent-fg)}.admin-tag-user{background:var(--muted-surface);border-color:var(--border-strong);color:var(--secondary)}.admin-tag-ok{background:color-mix(in srgb,#30a46c 16%,transparent);color:#1f8a56}.dark .admin-tag-ok{color:#5dd39e}.admin-tag-off{background:var(--muted-surface);border-color:var(--border-strong);color:var(--muted)}.admin-tag-locked{background:color-mix(in srgb,#f5a623 18%,transparent);color:#a86a00}.dark .admin-tag-locked{color:#f5c26b}.admin-tag-permanent{background:color-mix(in srgb,#e5484d 15%,transparent);color:#c62a2f}.dark .admin-tag-permanent{color:#ff9499}.admin-muted{color:var(--muted);font-size:12px}.admin-note{font-size:12px;line-height:1.8;color:var(--muted)}.admin-note code{padding:1px 5px;border-radius:5px;background:var(--muted-surface);border:1px solid var(--border);font-size:11px}.admin-empty{padding:28px;text-align:center;color:var(--muted);font-size:13px}.admin-form-grid{display:flex;flex-direction:column;gap:2px}.admin-form-row{display:flex;align-items:center;gap:10px}.admin-form-row>label{width:76px;flex:none;font-size:12px;color:var(--secondary)}.admin-form-row .ui-input{flex:1}@media(max-width:720px){.admin-main{padding:16px}.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6){display:none}}
