.app-route-progress{z-index:10000;pointer-events:none;opacity:0;height:3px;transition:opacity .12s;position:fixed;top:0;left:0;right:0;overflow:hidden}.app-route-progress:after{content:"";background:#0d99ff;width:42%;height:100%;position:absolute;transform:translate(-110%)}.app-route-progress.is-visible{opacity:1}.app-route-progress.is-visible:after{animation:.9s ease-in-out infinite app-route-progress}.app-auth-page,.app-flow-page,.app-onboarding-page{color:#d4d4d4;background:#242424;min-height:100vh;animation:.18s ease-out app-page-enter}.app-auth-page,.app-flow-page{justify-content:center;align-items:center;padding:32px;display:flex}.app-auth-panel,.app-flow-panel{text-align:center;justify-items:center;gap:16px;width:min(420px,100%);display:grid}.app-auth-logo{width:min(154px,80vw);height:36px}.app-auth-panel h1,.app-flow-hero h1{margin:0;font-size:32px;line-height:1.1}.app-auth-panel p,.app-flow-hero p,.app-project-empty p{color:#858585;margin:0}.app-auth-button,.app-project-create{min-height:40px}.te-spinner{animation:.8s linear infinite app-spin}.app-flow-error{color:#ff8a8a;white-space:pre-wrap}.app-flow-page{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px;max-width:960px;margin:0 auto}.app-flow-hero{gap:10px;padding-top:48px;display:grid}.app-project-actions{justify-content:flex-start;display:flex}.app-project-list{gap:10px;display:grid}.app-project-card,.app-project-empty{background:#292929;border:1px solid #3d3d3d;border-radius:8px}.app-project-card{color:inherit;text-align:left;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.app-project-card span,.app-project-empty{gap:4px;display:grid}.app-project-card small{color:#858585}.app-project-empty{padding:20px}.app-project-empty h2{margin:0;font-size:18px}.app-onboarding-page{overscroll-behavior-y:contain;scrollbar-gutter:stable;height:100%;min-height:0;padding:32px;overflow-y:auto}.app-onboarding-nav{width:min(700px,100%);margin:0 auto 12px;display:flex}.app-onboarding-page .te-setup-screen{width:min(700px,100%);max-width:700px;padding:8px 0 56px}.app-onboarding-page .te-setup-intro{margin-bottom:30px}.app-onboarding-page .te-setup-axes{gap:20px}.app-onboarding-page .te-setup-actions{margin-top:30px}.te-setup-project-name{gap:8px;max-width:420px;margin-bottom:36px;display:grid}.te-setup-project-name span{color:#858585;text-transform:uppercase;font-size:12px;font-weight:600}.te-setup-project-name input{color:#d4d4d4;background:#292929;border:1px solid #3d3d3d;border-radius:8px;min-height:40px;padding:0 12px}.app-onboarding-error{max-width:720px;margin:16px auto 0}.te-theme.theme-light .app-auth-page,.te-theme.theme-light .app-flow-page,.te-theme.theme-light .app-onboarding-page{color:#242424;background:#f4f4f4}.te-theme.theme-light .app-auth-panel p,.te-theme.theme-light .app-flow-hero p,.te-theme.theme-light .app-project-empty p{color:#606060}.te-theme.theme-light .app-project-card,.te-theme.theme-light .app-project-empty{background:#fff;border-color:#d6d6d6}.te-theme.theme-light .te-setup-project-name span{color:#606060}.te-theme.theme-light .te-setup-project-name input{color:#242424;background:#fff;border-color:#c8c8c8}.te-theme.theme-light .te-setup-intro h1{color:#202226}.te-theme.theme-light .te-setup-intro p,.te-theme.theme-light .te-setup-option small,.te-theme.theme-light .te-setup-axis h2,.te-theme.theme-light .te-setup-kicker{color:#5e636b}.te-theme.theme-light .te-setup-option{color:#2a2d31;background:#fff;border-color:#cfd3d8}.te-theme.theme-light .te-setup-option:hover{background:#f8fafc;border-color:#aeb5bd}.te-theme.theme-light .te-setup-option.is-selected{color:#0874c4;background:#e9f5ff;border-color:#0d99ff}@media (prefers-color-scheme:light){.te-theme.theme-system .app-auth-page,.te-theme.theme-system .app-flow-page,.te-theme.theme-system .app-onboarding-page{color:#242424;background:#f4f4f4}.te-theme.theme-system .app-auth-panel p,.te-theme.theme-system .app-flow-hero p,.te-theme.theme-system .app-project-empty p{color:#606060}.te-theme.theme-system .app-project-card,.te-theme.theme-system .app-project-empty{background:#fff;border-color:#d6d6d6}.te-theme.theme-system .te-setup-project-name span{color:#606060}.te-theme.theme-system .te-setup-project-name input{color:#242424;background:#fff;border-color:#c8c8c8}.te-theme.theme-system .te-setup-intro h1{color:#202226}.te-theme.theme-system .te-setup-intro p,.te-theme.theme-system .te-setup-option small,.te-theme.theme-system .te-setup-axis h2,.te-theme.theme-system .te-setup-kicker{color:#5e636b}.te-theme.theme-system .te-setup-option{color:#2a2d31;background:#fff;border-color:#cfd3d8}.te-theme.theme-system .te-setup-option:hover{background:#f8fafc;border-color:#aeb5bd}.te-theme.theme-system .te-setup-option.is-selected{color:#0874c4;background:#e9f5ff;border-color:#0d99ff}}@media (prefers-reduced-motion:reduce){.app-auth-page,.app-flow-page,.app-onboarding-page,.te-spinner,.app-route-progress.is-visible:after{animation:none}}@keyframes app-page-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes app-route-progress{0%{transform:translate(-110%)}55%{transform:translate(135%)}to{transform:translate(260%)}}@keyframes app-spin{to{transform:rotate(360deg)}}@media (width<=640px){.app-auth-page,.app-flow-page,.app-onboarding-page{padding:20px 16px}.app-onboarding-nav{margin-bottom:8px}.app-onboarding-page .te-setup-intro{text-align:left;justify-items:start;margin-bottom:24px}.app-onboarding-page .te-setup-project-name{margin-bottom:28px}.app-onboarding-page .te-setup-options{grid-template-columns:minmax(0,1fr);display:grid}}.oauth-page{--oauth-page-background:#202123;--oauth-surface:#28292b;--oauth-surface-subtle:#232426;--oauth-border:#3c3e42;--oauth-border-strong:#4a4d52;--oauth-text:#f0f1f2;--oauth-text-muted:#a7aaaf;--oauth-text-subtle:#7f838a;--oauth-accent:#0d99ff;--oauth-accent-soft:#0d99ff21;--oauth-shadow:0 18px 60px #00000038;background:radial-gradient(circle at 50% 0%, #0d99ff12, transparent 340px), var(--oauth-page-background);width:100%;min-height:100%;color:var(--oauth-text);padding:clamp(24px,5vh,48px) 24px 56px;display:block}.oauth-page-shell{gap:16px;width:min(680px,100%);margin:0 auto;display:grid}.oauth-page-header{gap:22px;padding:0 4px 4px;display:grid}.oauth-brand-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.oauth-logo{color:currentColor;width:118px;height:28px}.oauth-security-label{border:1px solid var(--oauth-border);color:var(--oauth-text-muted);border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:11px;font-weight:650;display:inline-flex}.oauth-security-label svg{color:var(--oauth-accent)}.oauth-page-title{gap:7px;display:grid}.oauth-page-title h1,.oauth-section-heading h2,.oauth-permission-group h3,.oauth-client-heading h2,.oauth-debug h2{margin:0}.oauth-page-title h1{color:var(--oauth-text);letter-spacing:-.025em;font-size:clamp(26px,4vw,32px);line-height:1.08}.oauth-page-title p{max-width:560px;color:var(--oauth-text-muted);margin:0;font-size:14px;line-height:1.5}.oauth-trust-note{border-left:2px solid var(--oauth-accent);color:var(--oauth-text-subtle);margin:0;padding-left:10px;font-size:12px;line-height:1.5}.oauth-panel-card,.oauth-debug,.oauth-error{border:1px solid var(--oauth-border);background:var(--oauth-surface);box-shadow:var(--oauth-shadow);border-radius:16px;gap:16px;padding:20px;display:grid}.oauth-consent-card{gap:18px}.oauth-loading{grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:84px}.oauth-loading strong{font-size:14px;line-height:1.45}.oauth-loading svg{color:var(--oauth-accent);animation:.9s linear infinite oauth-spin}.oauth-field{gap:8px;display:grid}.oauth-field span,.oauth-key-value>span,.oauth-section-heading h2,.oauth-client-heading span{color:var(--oauth-text-subtle);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:750}.oauth-field input{border:1px solid var(--oauth-border-strong);background:var(--oauth-surface-subtle);min-height:40px;color:var(--oauth-text);border-radius:9px;padding:0 12px}.oauth-actions,.oauth-badges{flex-wrap:wrap;gap:10px;display:flex}.oauth-badge{border:1px solid var(--oauth-border-strong);background:var(--oauth-surface-subtle);color:var(--oauth-text-muted);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:650}.oauth-badge.accent{background:var(--oauth-accent-soft);color:#69bdff;border-color:#0d99ff52}.oauth-badge.warning{color:#f6c46b;background:#f59e0b24;border-color:#f59e0b52}.oauth-client-summary{border-bottom:1px solid var(--oauth-border);gap:16px;padding-bottom:18px;display:grid}.oauth-client-heading{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:13px;display:grid}.oauth-client-heading>div:last-child{min-width:0}.oauth-client-heading h2{color:var(--oauth-text);text-overflow:ellipsis;white-space:nowrap;font-size:17px;line-height:1.25;overflow:hidden}.oauth-client-heading p{color:var(--oauth-text-muted);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:12px;overflow:hidden}.oauth-client-icon{background:var(--oauth-accent-soft);color:#69bdff;border:1px solid #0d99ff57;border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.oauth-client-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.oauth-client-details>div{border:1px solid var(--oauth-border);background:var(--oauth-surface-subtle);border-radius:10px;align-content:start;gap:5px;min-width:0;padding:11px 12px;display:grid}.oauth-client-details dt{color:var(--oauth-text-subtle);align-items:center;gap:6px;font-size:11px;font-weight:650;display:flex}.oauth-client-details dd{gap:3px;min-width:0;margin:0;display:grid}.oauth-client-details strong,.oauth-client-details code{color:var(--oauth-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.oauth-client-details small{color:var(--oauth-text-muted);font-size:11px;line-height:1.35}.oauth-scope-list,.oauth-key-value{gap:10px;display:grid}.oauth-section-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.oauth-section-heading>span{background:var(--oauth-surface-subtle);min-width:24px;color:var(--oauth-text-muted);text-align:center;border-radius:999px;font-size:11px;font-weight:700;line-height:24px}.oauth-permission-viewport{scrollbar-gutter:stable;gap:14px;max-height:min(420px,46vh);padding:2px 6px 2px 2px;display:grid;overflow-y:auto}.oauth-permission-group{gap:7px;display:grid}.oauth-permission-group h3{color:var(--oauth-text-muted);font-size:11px;font-weight:700}.oauth-permission-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.oauth-checkbox{border:1px solid var(--oauth-border);background:var(--oauth-surface-subtle);cursor:pointer;border-radius:10px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px;min-width:0;padding:10px;display:grid}.oauth-checkbox:hover{border-color:var(--oauth-border-strong)}.oauth-checkbox:has(input:focus-visible){border-color:var(--oauth-accent);box-shadow:0 0 0 2px var(--oauth-accent-soft)}.oauth-checkbox input{width:16px;height:16px;accent-color:var(--oauth-accent);margin:1px 0 0}.oauth-checkbox span{gap:2px;min-width:0;display:grid}.oauth-checkbox strong{color:var(--oauth-text);font-size:12px;line-height:1.3}.oauth-checkbox small{color:var(--oauth-text-muted);font-size:10.5px;font-weight:500;line-height:1.35}.oauth-key-value code,.oauth-debug pre{border:1px solid var(--oauth-border);background:var(--oauth-surface-subtle);color:var(--oauth-text);white-space:pre-wrap;border-radius:8px;padding:10px;overflow:auto}.oauth-debug pre{max-height:360px;margin:0}.oauth-primary-action{border-top:1px solid var(--oauth-border);grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:12px;padding-top:18px;display:grid}.oauth-primary-action .te-button{justify-content:center;min-height:42px}.oauth-error{color:#ffb4b4;background:#ef44441a;border-color:#ef44445c}.oauth-error p{margin:0}@keyframes oauth-spin{to{transform:rotate(360deg)}}@media (width<=640px){.oauth-page{padding:20px 14px 36px}.oauth-page-header{gap:18px}.oauth-security-label{padding:5px 8px}.oauth-panel-card,.oauth-debug,.oauth-error{border-radius:14px;padding:16px}.oauth-client-details,.oauth-permission-grid{grid-template-columns:minmax(0,1fr)}.oauth-permission-viewport{max-height:48vh}.oauth-primary-action{grid-template-columns:minmax(0,1fr)}}.te-theme.theme-light .oauth-page{--oauth-page-background:#f5f6f7;--oauth-surface:#fff;--oauth-surface-subtle:#f7f8fa;--oauth-border:#d9dce1;--oauth-border-strong:#bfc5cc;--oauth-text:#202226;--oauth-text-muted:#5e636b;--oauth-text-subtle:#777d86;--oauth-accent:#087dcc;--oauth-accent-soft:#0d99ff1a;--oauth-shadow:0 16px 50px #19232d14}.te-theme.theme-light .oauth-badge.accent{color:#086eaf}.te-theme.theme-light .oauth-error{color:#9d2b24}@media (prefers-color-scheme:light){.te-theme.theme-system .oauth-page{--oauth-page-background:#f5f6f7;--oauth-surface:#fff;--oauth-surface-subtle:#f7f8fa;--oauth-border:#d9dce1;--oauth-border-strong:#bfc5cc;--oauth-text:#202226;--oauth-text-muted:#5e636b;--oauth-text-subtle:#777d86;--oauth-accent:#087dcc;--oauth-accent-soft:#0d99ff1a;--oauth-shadow:0 16px 50px #19232d14}.te-theme.theme-system .oauth-badge.accent{color:#086eaf}.te-theme.theme-system .oauth-error{color:#9d2b24}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--te-z-select:70;--te-z-color-popover:80;--te-z-popover:90;--te-z-modal:110;--te-z-toast:120;--te-z-validation:130;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}html,body,#root{height:100%;overflow:hidden}*{box-sizing:border-box}body{color:#d4d4d4;background:#242424;margin:0}.te-theme{color:#d4d4d4;background:#242424;height:100%;min-height:100%;overflow:auto}button,input,select{font:inherit}.te-shell{background:#2c2c2c;grid-template-rows:40px 36px minmax(0,1fr) 48px;height:100dvh;display:grid;overflow:hidden}.te-titlebar,.te-tabs,.te-toolbar{border-bottom:1px solid #1f1f1f;align-items:center;gap:8px;padding:0 10px;display:flex}.te-titlebar{background:#292929}.te-title{align-items:center;gap:8px;font-weight:650;display:flex}.te-title-logo{flex:none;width:77px;height:18px}.te-titlebar-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.te-status-pill{color:#aaa;background:#343434;border:1px solid #464646;border-radius:999px;padding:4px 9px;font-size:12px}.te-save-state{border:1px solid #0000;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.te-save-state.is-dirty{color:#f6c46b;background:#f59e0b1f;border-color:#f59e0b57}.te-save-state.is-saved{color:#91d5a0;background:#3fa95b1f;border-color:#3fa95b47}.te-tabs{background:#262626;gap:0;padding:0 4px}.te-tab{color:#9a9a9a;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:7px;height:30px;margin:0 2px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.te-tab[data-state=active],.te-tab.is-active,.te-nav-item.is-active,.te-chip.is-active{color:#0d99ff;background:#21384c}.te-main{grid-template-columns:212px minmax(0,1fr) 298px;min-height:0;display:grid}.te-main.has-diagnostics{grid-template-columns:212px 320px minmax(0,1fr) 298px}.te-main.no-sidebar{grid-template-columns:minmax(0,1fr) 298px}.te-main.no-drawer{grid-template-columns:minmax(0,1fr)}.te-main.no-sidebar.has-diagnostics{grid-template-columns:320px minmax(0,1fr) 298px}.te-main.no-sidebar.no-drawer.has-diagnostics{grid-template-columns:320px minmax(0,1fr)}.te-sidebar{background:#282828;border-right:1px solid #1f1f1f;padding:10px 0;overflow:auto}.te-sidebar-title{color:#9a9a9a;padding:0 12px 8px;font-size:12px;font-weight:700}.te-nav-item{color:#aaa;cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;min-height:32px;padding:8px 12px;font-weight:650;display:flex}.te-dirty-dot{background:#f59e0b;border-radius:999px;flex:none;width:6px;height:6px;display:inline-block;box-shadow:0 0 0 2px #f59e0b2e}.te-canvas{min-width:0;padding:0 0 96px;overflow:auto}.te-drawer{background:#1f1f1f;border-left:1px solid #171717;min-width:0;padding:12px;overflow:auto}.te-toolbar{background:#292929;border-top:1px solid #1f1f1f;border-bottom:0;justify-content:space-between}.te-bottom-actions{gap:8px;display:flex}.te-panel{background:#292929;border:1px solid #ffffff0a;border-radius:8px;margin-bottom:16px;padding:14px}.te-panel-header,.te-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.te-panel-header{margin-bottom:12px}.te-modal-backdrop{z-index:var(--te-z-modal);background:#0000008f;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.te-modal{background:#292929;border:1px solid #ffffff14;border-radius:8px;width:min(620px,100%);max-width:620px;max-height:min(680px,100vh - 48px);padding:16px;overflow:auto;box-shadow:0 18px 48px #0006}.te-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.te-modal-actions{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.te-path-list{color:#d8d8d8;word-break:break-word;max-height:180px;margin:8px 0 0;padding-left:18px;font-family:SFMono-Regular,Consolas,monospace;font-size:11px;line-height:1.6;overflow:auto}.te-heading{margin:0;font-size:15px;font-weight:750}.te-muted{color:#888}.te-label{color:#858585;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.te-grid{gap:10px;display:grid}.te-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=980px){.te-main,.te-main.has-diagnostics{grid-template-columns:172px minmax(0,1fr)}.te-diagnostics,.te-drawer{display:none}.te-modal-grid{grid-template-columns:1fr}}.te-field,.te-select{color:#d8d8d8;background:#353535;border:1px solid #474747;border-radius:6px;outline:none;width:100%;min-height:30px;padding:5px 8px}.te-field[type=color]{padding:2px}.te-field.is-invalid,.is-validation-error .te-field,.is-validation-error.te-field{border-color:#f24822;box-shadow:0 0 0 1px #f2482259}.te-switch{color:#d8d8d8;cursor:pointer;background:#353535;border:1px solid #474747;border-radius:999px;grid-template-columns:18px auto;align-items:center;gap:7px;width:max-content;min-height:30px;padding:0 9px 0 5px;display:inline-grid}.te-switch>span{background:#777;border-radius:999px;width:18px;height:18px}.te-switch.is-on{color:#8bd0ff;background:#21384c;border-color:#28506f}.te-switch.is-on>span{background:#0d99ff}.te-switch:disabled{cursor:not-allowed;opacity:.66}.te-button{color:#d7d7d7;cursor:pointer;background:#3a3a3a;border:1px solid #4a4a4a;border-radius:7px;align-items:center;gap:7px;min-height:30px;padding:0 10px;font-weight:650;display:inline-flex}.te-button.primary{color:#fff;background:#0d99ff;border-color:#0d99ff}.te-button.danger{color:#ffd7d2;background:#4a2622;border-color:#8f3a32}.te-button.is-active{color:#0d99ff;background:#21384c;border-color:#28506f}.te-button:disabled{color:#777;cursor:not-allowed;opacity:1;background:#303030;border-color:#3d3d3d}.te-button.primary:disabled{color:#7f8d98;box-shadow:none;background:#2f3b45;border-color:#3d4c58}.te-button:hover{background:#414141}.te-button.primary:hover:not(:disabled){background:#0785df;border-color:#0785df}.te-button:focus-visible,.te-field:focus-visible,.te-select:focus-visible{outline-offset:2px;outline:2px solid #0d99ff}.te-button:disabled:hover{background:#303030}.te-button.primary:disabled:hover{background:#2f3b45}.te-button.icon{justify-content:center;min-width:30px;padding:0}.te-button.icon.subtle{color:#9f9f9f;background:0 0;border-color:#0000;min-width:24px;min-height:24px}.te-button.icon.subtle:hover{color:#d6d6d6;background:#363636;border-color:#464646}.te-button.icon.danger:hover{color:#ff6b4a;border-color:#aa3b27}.te-icon-button{color:#bbb;cursor:pointer;background:#343434;border:1px solid #464646;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.te-chip-row{flex-wrap:wrap;gap:8px;display:flex}.te-chip{color:#aaa;background:#343434;border:1px solid #464646;border-radius:6px;min-height:26px;padding:0 9px}.te-chip.is-active{color:#0d99ff;background:#21384c;border-color:#28506f}.te-checkbox{background:#303030;border:1px solid #555;border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.te-popover{width:360px;z-index:var(--te-z-popover);background:#2b2b2b;border:1px solid #4b4b4b;border-radius:8px;padding:10px;box-shadow:0 18px 42px #00000073}.te-select-content{z-index:var(--te-z-select);background:#2f2f2f;border:1px solid #555;border-radius:8px;overflow:hidden}.te-select-item{color:#ddd;padding:7px 10px}.te-select-item[data-highlighted]{background:#21384c;outline:none}.te-field.compact{max-width:96px}.te-chip-row.editable{margin-top:10px}.te-chip-input{color:#d8d8d8;background:#353535;border:1px solid #474747;border-radius:6px;outline:none;width:132px;max-width:132px;min-height:30px;padding:5px 8px}.te-mode-chip{align-items:center;gap:4px;display:inline-flex}.te-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.te-settings-row{background:#262626;border:1px solid #ffffff0d;border-radius:6px;grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:12px;min-height:42px;padding:7px 9px;display:grid}.te-toast{color:#ffd7d2;max-width:min(720px,100vw - 32px);z-index:var(--te-z-toast);background:#3a241f;border:1px solid #9b3a2f;border-radius:8px;grid-template-columns:minmax(0,1fr) 30px;align-items:start;gap:10px;padding:10px;display:grid;position:fixed;bottom:58px;right:16px;box-shadow:0 18px 42px #00000073}.te-toast pre{white-space:pre-wrap;max-height:180px;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;overflow:auto}.te-color-token-list{gap:7px;display:grid}.te-color-token-card{background:#282828;border:1px solid #ffffff0f;border-radius:6px;overflow:hidden}.te-color-token-card.is-expanded{border-color:#36516a}.te-color-token-summary{color:#d6d6d6;cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:22px minmax(130px,.55fr) minmax(0,1fr) 18px;align-items:center;gap:10px;width:100%;min-height:48px;padding:8px 10px;display:grid}.te-color-token-summary:hover{background:#303030}.te-color-token-swatch-stack{grid-template-columns:repeat(2,1fr);width:22px;height:22px;display:grid;overflow:hidden}.te-color-token-swatch-stack.dynamic,.te-resolved-color-swatch.dynamic{background:repeating-linear-gradient(45deg,#53616e 0 5px,#2c343d 5px 10px)}.te-color-token-swatch{border:1px solid #ffffff3d;min-width:0;min-height:0}.te-color-token-swatch:only-child{grid-column:1/-1}.te-color-token-name{gap:2px;display:grid}.te-color-token-name strong{font-size:13px}.te-color-token-name small{color:#878787;text-transform:uppercase;font-size:10px;font-weight:700}.te-color-token-result{color:#d1d1d1;gap:2px;min-width:0;display:grid;overflow:hidden}.te-color-token-result code{color:#0d99ff;margin-right:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.te-color-token-result span,.te-color-token-result small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.te-color-token-result small{color:#8f9aa3;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.te-color-token-editor{border-top:1px solid #ffffff12;gap:10px;padding:10px;display:grid}.te-token-name-editor{gap:5px;display:grid}.te-token-name-edit-row{grid-template-columns:minmax(180px,320px) 28px;align-items:center;gap:6px;max-width:380px;display:grid}.te-token-name-display{align-items:center;gap:6px;min-width:0;display:flex}.te-token-name-display strong{color:#d6d6d6;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.te-color-token-literal-grid{grid-template-columns:34px minmax(0,1fr) 34px auto;align-items:center;gap:7px;display:grid}.te-color-token-literal-editor{gap:8px;display:grid}.te-color-token-alpha-row{background:#292929;border:1px solid #ffffff14;grid-template-columns:68px auto minmax(0,1fr) 34px minmax(96px,auto);align-items:center;gap:7px;padding:7px;display:grid}.te-color-token-alpha-row>span:first-child{color:#a7a7a7;font-size:11px;font-weight:700}.te-color-token-alpha-row>span:last-child{color:#c9c9c9;min-width:42px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.te-alpha-unit-toggle{border:1px solid #ffffff1f;min-inline-size:0;margin:0;padding:0;display:inline-flex;overflow:hidden}.te-visually-hidden{width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.te-alpha-unit-toggle>button{color:#aaa;cursor:pointer;background:#303030;border:0;min-width:34px;padding:6px 7px;font-size:11px;font-weight:700}.te-alpha-unit-toggle>button+button{border-left:1px solid #ffffff1f}.te-alpha-unit-toggle>button.is-selected{color:#29a8ff;background:#174b73}.te-color-token-reference-editor{grid-template-columns:auto minmax(0,1fr) minmax(0,1fr) 34px 34px auto;align-items:center;gap:8px;display:grid}.te-color-token-reference-editor>span,.te-color-token-reference-editor>code{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.te-color-token-final{background:#252525;border:1px solid #ffffff14;border-radius:6px;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px;display:grid}.te-color-token-final>div{gap:3px;min-width:0;display:grid}.te-color-token-final span{color:#929292;text-transform:uppercase;font-size:10px;font-weight:700}.te-color-token-final code,.te-color-token-final small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.te-color-token-final code{color:#d8d8d8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.te-color-token-final small{color:#8f8f8f;font-size:11px}.te-resolved-color-tree{border-top:1px solid #ffffff14;grid-column:1/-1;gap:8px;margin-top:2px;padding-top:10px;display:grid}.te-resolved-color-tree-title{color:#929292;text-transform:uppercase;font-size:10px;font-weight:700}.te-resolved-color-collection{background:#252525;border-left:2px solid #596d7e;gap:7px;padding:8px;display:grid}.te-resolved-color-collection>strong{color:#c9d6df;font-size:11px}.te-resolved-color-branches{gap:6px;display:grid}.te-resolved-color-branch{grid-template-columns:92px minmax(0,1fr);align-items:start;gap:7px;display:grid}.te-resolved-color-branch>span{color:#b5b5b5;padding-top:4px;font-size:11px}.te-resolved-color-leaf{align-items:center;gap:7px;min-width:0;display:flex}.te-resolved-color-swatch{border:1px solid #ffffff42;border-radius:3px;flex:none;width:18px;height:18px}.te-resolved-color-leaf code{color:#d6d6d6;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.te-resolved-color-leaf small{color:#9ba8b3;flex:none;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.te-color-token-alpha-label{color:#aaa;text-align:center;font-size:11px;font-weight:700}@media (width<=980px){.te-color-token-summary{grid-template-columns:22px minmax(110px,.5fr) minmax(0,1fr) 18px}.te-color-token-final{grid-template-columns:1fr}.te-color-token-reference-editor{grid-template-columns:auto minmax(0,1fr) 34px 34px auto}.te-color-token-reference-editor>span:nth-child(3){grid-column:1/-1}}.te-color-input{position:relative}.te-color-picker-button{cursor:pointer;background:repeating-linear-gradient(45deg,#53616e 0 5px,#2c343d 5px 10px);border:1px solid #fff3;border-radius:6px;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;padding:0;display:inline-grid;position:relative;overflow:hidden}.te-color-picker-button.te-color-picker{width:30px;height:30px}.te-color-picker-swatch{position:absolute;inset:0}.te-color-picker-alpha{color:#fff;z-index:1;background:#0000009e;border-radius:999px;padding:3px 4px;font-size:9px;font-weight:750;line-height:1;position:relative}.te-color-picker-popover{width:320px;z-index:var(--te-z-color-popover);background:#2b2b2b;border:1px solid #4b4b4b;border-radius:8px;gap:10px;padding:10px;display:grid;position:fixed;box-shadow:0 18px 42px #00000073}.te-color-format-tabs{background:#242424;border:1px solid #ffffff14;border-radius:6px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.te-color-format-tabs>button{color:#a7a7a7;cursor:pointer;background:0 0;border:0;min-height:28px;font-size:11px;font-weight:750}.te-color-format-tabs>button.is-selected{color:#29a8ff;background:#174b73}.te-color-picker-grid{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:8px;display:grid}.te-native-color-input{background:0 0;border:1px solid #ffffff29;border-radius:6px;width:42px;height:34px;padding:2px}.te-color-alpha-controls{grid-template-columns:42px minmax(0,1fr) 82px 30px;align-items:center;gap:8px;display:grid}.te-color-alpha-controls>span{color:#a7a7a7;font-size:11px;font-weight:700}.te-diagnostics{background:#232323;border-right:1px solid #171717;min-width:0;padding:12px;overflow:auto}.te-diagnostics-section{border-bottom:1px solid #ffffff12;padding:12px 0}.te-diagnostics-section:first-of-type{padding-top:0}.te-diagnostics-row{justify-content:space-between;align-items:center;gap:12px;min-height:24px;display:flex}.te-diagnostics-row span{color:#888}.te-diagnostics-row strong{color:#d8d8d8;overflow-wrap:anywhere;text-align:right;font-weight:650}.te-diagnostics-ok{color:#8bd68b}.te-diagnostics-warn{color:#e1b36b}.te-diagnostics-log-list{gap:8px;margin-top:10px;display:grid}.te-diagnostics-log{color:#a7a7a7;background:#1d1d1d;border:1px solid #ffffff12;border-radius:6px;padding:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.te-diagnostics-log>div{color:#0d99ff;margin-bottom:5px}.te-diagnostics-log p{margin:5px 0}.te-diagnostics-log strong{color:#d8d8d8;overflow-wrap:anywhere;font-weight:650;display:block}.te-diagnostics-log pre{color:#ffffffa8;white-space:pre-wrap;word-break:break-word;margin:0;overflow:auto}.te-diagnostics-details{margin-top:8px}.te-diagnostics-details summary{color:#d8d8d8;cursor:pointer;min-height:26px;padding:4px 0;font-weight:650;list-style-position:inside}.te-foundation-page{gap:16px;padding:20px 18px;display:grid}.te-collections-page{width:min(600px,100vw - 32px);max-width:600px;margin:0 auto;padding:16px 0 48px}.te-collections-header{gap:4px;margin-bottom:16px;display:grid}.te-collections-header h1{color:#f0f0f0;margin:0;font-size:15px;font-weight:600;line-height:20px}.te-collections-header p{color:#858585;margin:0;font-size:12px;line-height:17px}.te-collections-list{gap:8px;display:grid}.te-collection-core-card,.te-collection-line{background:#292929;border:1px solid #ffffff0a;border-radius:8px}.te-collection-core-card{gap:0;display:grid;overflow:hidden}.te-collection-core-card p{color:#747474;border-top:1px solid #ffffff09;margin:0;padding:9px 12px 10px;font-size:11px;line-height:17px}.te-collection-row-main{grid-template-columns:14px minmax(128px,168px) minmax(0,1fr) 20px;align-items:start;gap:12px;min-height:41px;padding:8px 12px;display:grid}.te-collection-row-main>svg{color:#6f6f6f;margin-top:7px}.te-collection-row-main>strong{color:#d7d7d7;margin-top:4px;font-size:13px;font-weight:500}.te-inline-name{color:#d7d7d7;background:0 0;border:0;min-width:0;min-height:24px;padding:0;font-size:13px;font-weight:500}.te-inline-name:focus{outline:0}.te-mode-pill-row{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:4px;min-width:0;display:flex}.te-mode-pill,.te-mode-add-button{color:#a8a8a8;background:#333;border:1px solid #474747;border-radius:4px;align-items:center;gap:4px;min-height:21px;padding:0 9px;font-size:11px;display:inline-flex}.te-mode-pill input{color:inherit;min-width:24px;max-width:86px;width:calc(var(--characters,6) * 8px);background:0 0;border:0;padding:0;font-size:11px}.te-mode-pill input:focus{outline:0}.te-mode-add-button{cursor:pointer;border-style:dashed}.te-collection-delete-button{color:#626262;cursor:pointer;background:0 0;border:0;justify-content:center;align-self:start;align-items:center;width:20px;height:20px;padding:0;display:inline-flex}.te-collection-delete-button:disabled{cursor:default;opacity:.35}.te-add-collection-line{border:1px dashed #414141;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:31px;padding:0 8px;display:grid}.te-add-collection-line input{color:#d0d0d0;background:0 0;border:0;min-width:0}.te-add-collection-line input:focus{outline:0}.te-add-collection-line button{color:#888;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;height:29px;font-size:12px;display:inline-flex}.te-setup-screen{width:min(540px,100vw - 32px);max-width:540px;margin:0 auto;padding:53px 0 80px}.te-setup-intro{text-align:center;justify-items:center;gap:8px;margin-bottom:44px;display:grid}.te-setup-kicker{color:#666;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;font-size:11px;font-weight:700;display:inline-flex}.te-setup-kicker svg{color:#0d99ff}.te-setup-intro h1{color:#eee;margin:6px 0 0;font-size:24px;line-height:28px}.te-setup-intro p{color:#8c8c8c;max-width:340px;margin:0;font-size:14px;line-height:21px}.te-setup-axes{gap:28px;display:grid}.te-setup-axis{gap:10px;display:grid}.te-setup-axis h2{color:#7c7c7c;letter-spacing:.12em;text-transform:uppercase;margin:0 0 0 2px;font-size:11px;font-weight:700;line-height:17px}.te-setup-options{flex-wrap:wrap;gap:8px;display:flex}.te-setup-option{color:#cfcfcf;cursor:pointer;text-align:left;background:#292929;border:1px solid #3b3b3b;border-radius:8px;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:10px;min-height:47px;padding:10px 14px;display:grid}.te-setup-option.is-selected{color:#0d99ff;background:#1d3548;border-color:#0d99ff}.te-setup-option span,.te-setup-option strong,.te-setup-option small{display:block}.te-setup-option strong{font-size:12px;font-weight:600;line-height:12px}.te-setup-option small{color:#888;margin-top:3px;font-size:11px;line-height:13px}.te-setup-actions{place-items:center;gap:10px;margin-top:40px;display:grid}.te-setup-configure{height:40px;padding:0 20px;box-shadow:0 14px 28px #0d99ff47}.te-button.text{color:#666;background:0 0;border:0;height:auto;min-height:0;padding:0}.te-setup-actions small{color:#5c5c5c;font-size:11px}.te-foundation-page-header{justify-content:space-between;align-items:end;gap:14px;display:flex}.te-foundation-page-header h1{margin:0;font-size:20px}.te-foundation-page-header p{color:#919191;margin:5px 0 0}.te-foundation-status{color:#bbcad6;background:#252f37;border:1px solid #3e5262;border-radius:5px;padding:6px 8px;font-size:11px}.te-starter-setup{background:#252525;border:1px solid #ffffff12;border-radius:8px;grid-template-columns:minmax(220px,.7fr) minmax(0,1fr);gap:14px;padding:14px;display:grid}.te-starter-setup h2{margin:0;font-size:16px}.te-starter-setup p{color:#9b9b9b;margin:6px 0 0;line-height:1.45}.te-starter-setup-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.te-starter-setup-card{background:#2d2d2d;border:1px solid #ffffff0f;border-radius:6px;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:8px;padding:9px;display:grid}.te-starter-setup-card svg{color:#64c782;margin-top:2px}.te-starter-setup-card strong,.te-starter-setup-card small{display:block}.te-starter-setup-card small{color:#9dabb7;margin-top:2px;font-size:11px}.te-starter-setup-card p{margin-top:5px;font-size:11px}.te-collection-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;display:grid}.te-collection-card-foundation{background:#292929;border:1px solid #ffffff12;border-radius:6px;gap:10px;padding:12px;display:grid}.te-collection-card-heading{align-items:center;gap:8px;display:flex}.te-collection-card-heading>input{font-weight:700}.te-collection-card-heading small{color:#858585;margin-left:auto}.te-collection-scope-note{color:#8d8d8d;margin:0;font-size:11px;line-height:1.4}.te-collection-scopes{background:#ffffff06;border:1px solid #ffffff0f;border-radius:6px;gap:10px;margin-top:10px;padding:10px;display:grid}.te-collection-scopes strong{color:#d8d8d8}.te-collection-scopes p{color:#8d8d8d;margin:3px 0 0;font-size:11px}.te-scope-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:7px;display:grid}.te-scope-option{cursor:pointer;background:#272727;border:1px solid #ffffff0f;border-radius:5px;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:7px;padding:8px;display:grid}.te-scope-option input{margin:2px 0 0}.te-scope-option span,.te-scope-option small{display:block}.te-scope-option small{color:#8d8d8d;margin-top:2px;font-size:10px;line-height:1.35}@media (width<=900px){.te-starter-setup,.te-starter-setup-grid{grid-template-columns:1fr}}.te-scale-editor{background:#292929;border:1px solid #ffffff0d;border-radius:7px;overflow:hidden}.te-scale-editor-heading,.te-scale-editor-row{grid-template-columns:112px minmax(0,1fr) 42px;align-items:center;gap:10px;min-height:42px;padding:6px 10px;display:grid}.te-scale-editor-heading{color:#888;text-transform:uppercase;background:#252525;font-size:10px;font-weight:700}.te-scale-editor-row{border-top:1px solid #ffffff0d}.te-scale-editor-row>input:first-child{font-weight:650}.te-font-group-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.te-font-group-card{background:#292929;border:1px solid #ffffff0f;border-radius:6px;padding:10px}.te-font-group-card h3{margin:0 0 10px;font-size:13px}.te-semantic-typography,.te-semantic-styles-grid{gap:12px;display:grid}.te-typography-style-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:10px;display:grid}.te-typography-style-card{background:#262626;border:1px solid #ffffff0f;border-radius:6px;padding:10px}.te-typography-style-card h3{margin:0 0 8px;font-size:13px}.te-style-definition-editor{gap:7px;display:grid}.te-style-property-row{grid-template-columns:minmax(130px,.6fr) minmax(220px,1fr) 16px;align-items:center;gap:8px;display:grid}.te-style-property-row>code{color:#949494;overflow-wrap:anywhere;font-size:11px}.te-style-property-control{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;display:grid}.te-style-property-control>.te-color-input{grid-column:auto}.te-style-property-control:has(>.te-color-input){grid-template-columns:34px minmax(0,1fr) 34px}.te-effect-stack{gap:10px;display:grid}.te-effect-card{background:#262626;border:1px solid #ffffff12;border-radius:6px;gap:10px;padding:10px;display:grid;position:relative}.te-effect-card-header{grid-template-columns:minmax(180px,1fr) auto;align-items:start;gap:10px;display:grid}.te-effect-card-header small{color:#9a9a9a;overflow-wrap:anywhere;margin-top:6px;font-size:11px;display:block}.te-effect-actions{align-items:center;gap:6px;display:flex}.te-effect-drag-handle{color:#8a8a8a;cursor:grab;justify-content:center;align-items:center;width:22px;height:30px;display:inline-flex}.te-effect-drag-handle.is-disabled{color:#555;cursor:default}.te-effect-fields{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;display:grid}.te-effect-field{gap:5px;min-width:0;display:grid}.te-effect-field.is-checkbox{align-items:center;gap:8px;min-height:32px;display:flex}.te-effect-resolved{color:#8fb9ff;overflow-wrap:anywhere;font-size:11px}.te-effect-final{background:#ffffff09;border:1px solid #ffffff0f;border-radius:6px;grid-template-columns:minmax(0,1fr) 84px;align-items:center;gap:10px;padding:8px;display:grid}.te-effect-final code{color:#d7d7d7;overflow-wrap:anywhere;white-space:normal;margin-top:4px;font-size:11px;display:block}.te-effect-preview{background-color:#0000;background-image:linear-gradient(45deg,#ffffff0f 25%,#0000 25%),linear-gradient(-45deg,#ffffff0f 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff0f 75%),linear-gradient(-45deg,#0000 75%,#ffffff0f 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-repeat:repeat,repeat,repeat,repeat;background-size:12px 12px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;border-radius:5px;justify-content:center;align-items:center;height:58px;display:flex}.te-effect-preview-figure{background:#6b7280;border:1px solid #ffffff3d;border-radius:5px;width:46px;height:34px;display:block}.te-effect-index{color:#777;font-size:11px;position:absolute;bottom:8px;right:10px}.te-palette-token-grid{gap:8px;display:grid}.te-palette-token-entry{grid-template-columns:82px minmax(0,1fr);align-items:start;gap:8px;display:grid}.te-palette-token-entry>.te-field{margin-top:9px}.te-palette-token-row{background:#262626;border:1px solid #ffffff0a;border-radius:6px;gap:8px;min-height:48px;padding:8px;display:grid}.te-palette-token-row-main{grid-template-columns:minmax(96px,.8fr) 100px minmax(180px,1fr) minmax(180px,1fr) 34px;align-items:center;gap:8px;display:grid}.te-palette-token-row.dynamic .te-palette-token-row-main{grid-template-columns:minmax(130px,.8fr) 100px minmax(260px,1fr) 34px}.te-palette-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.te-palette-color-picker,.te-dynamic-swatch{border:1px solid #ffffff26;border-radius:6px;width:100%;height:40px;padding:2px}.te-dynamic-swatch{color:#e4edf5;background:repeating-linear-gradient(45deg,#48515a 0 7px,#293039 7px 14px);justify-content:center;align-items:center;font-size:11px;display:flex}.te-mode-tree{background:#20252b;border:1px solid #3b4652;border-radius:6px;gap:10px;padding:10px;display:grid}.te-mode-tree-summary{color:#d9e8f5;align-items:center;gap:8px;font-size:12px;display:flex}.te-mode-tree-summary strong{color:#9aa7b4;font-weight:500}.te-mode-tree-collection,.te-mode-tree-nested{border-left:2px solid #52677a;gap:8px;padding-left:10px;display:grid}.te-mode-tree-collection-name,.te-mode-tree-node{color:#d9e8f5;background:#303945;border:1px solid #536579;border-radius:4px;align-items:center;width:fit-content;min-height:26px;padding:4px 8px;font-size:12px;font-weight:650;display:inline-flex}.te-mode-tree-branches,.te-mode-tree-branch{gap:8px;display:grid}.te-mode-tree-branch{border-left:1px solid #65778a;padding-left:10px}.te-mode-tree-leaf{background:#292f36;border:1px solid #94bbdb52;border-radius:5px;grid-template-columns:90px minmax(0,1fr);align-items:center;gap:8px;padding:7px;display:grid}.te-mode-tree-leaf-label{color:#b8c5d0;font-size:12px;font-weight:650}.te-mode-tree-leaf-value{grid-template-columns:32px minmax(0,1fr) 32px max-content;align-items:center;gap:6px;display:grid}.te-mode-tree-alpha{color:#9aa7b4;white-space:nowrap;font-size:11px}.te-mode-value-preview{background:#222;border:1px solid #ffffff12;border-radius:6px;gap:5px;padding:6px;display:grid}.te-mode-value-preview>strong{color:#0d99ff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.te-mode-collection,.te-mode-value-label{color:#8f8f8f;font-size:10px}.te-mode-value-grid{gap:4px;display:grid}.te-mode-value-cell{grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:5px;display:grid}.te-mode-color{border:1px solid #fff3;border-radius:3px;width:12px;height:12px}.te-mode-value-cell code{color:#ddd;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.te-preview-group-heading{grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;margin-bottom:8px;display:grid}.te-preview-group-heading strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.te-search{grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;margin-bottom:10px;display:grid}.te-popover.reference-picker{width:min(520px,100vw - 32px)}.te-reference-list{gap:12px;max-height:360px;display:grid;overflow:auto}.te-reference-group{gap:5px;display:grid}.te-reference-option{color:#d0d0d0;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:5px;grid-template-columns:minmax(0,1fr) minmax(120px,.45fr);align-items:center;gap:8px;min-height:42px;padding:6px;display:grid}.te-reference-option.is-color{grid-template-columns:26px minmax(0,1fr) minmax(120px,.45fr)}.te-reference-option:hover{background:#383838}.te-reference-swatches{border:1px solid #ffffff2e;grid-template-columns:repeat(2,1fr);width:24px;height:24px;display:grid;overflow:hidden}.te-reference-swatches.empty{background:repeating-linear-gradient(45deg,#53616e 0 5px,#2c343d 5px 10px)}.te-reference-swatches i{display:block}.te-reference-swatches i:only-child{grid-column:1/-1}.te-reference-option-content{gap:2px;min-width:0;display:grid}.te-reference-option-content strong{color:#dedede;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:600}.te-reference-option-content small{color:#818181;text-transform:uppercase;font-size:10px}.te-reference-option-value{color:#a7a7a7;overflow-wrap:anywhere;text-align:right;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.te-reference-chain{flex-wrap:wrap;gap:3px 5px;display:flex}.te-reference-chain b{color:#777;margin-right:5px;font-weight:500}.te-reference-preview{color:#888;gap:2px;min-width:0;display:grid}.te-reference-preview strong,.te-reference-preview span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.te-reference-preview strong{color:#0d99ff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.te-shell.theme-dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:is(.te-shell,.te-theme).theme-light{color:#242424;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f4f4f4}:is(.te-shell,.te-theme).theme-light .te-titlebar,:is(.te-shell,.te-theme).theme-light .te-tabs,:is(.te-shell,.te-theme).theme-light .te-toolbar,:is(.te-shell,.te-theme).theme-light .te-panel,:is(.te-shell,.te-theme).theme-light .te-accordion-item,:is(.te-shell,.te-theme).theme-light .te-collection-row,:is(.te-shell,.te-theme).theme-light .te-style-card,:is(.te-shell,.te-theme).theme-light .te-palette-token-entry{background:#fff;border-color:#d8d8d8}:is(.te-shell,.te-theme).theme-light .te-sidebar,:is(.te-shell,.te-theme).theme-light .te-diagnostics{background:#f8f8f8;border-color:#d8d8d8}:is(.te-shell,.te-theme).theme-light .te-drawer{background:#f2f2f2;border-color:#d8d8d8}:is(.te-shell,.te-theme).theme-light .te-button,:is(.te-shell,.te-theme).theme-light .te-chip,:is(.te-shell,.te-theme).theme-light .te-icon-button,:is(.te-shell,.te-theme).theme-light .te-status-pill,:is(.te-shell,.te-theme).theme-light .te-field,:is(.te-shell,.te-theme).theme-light .te-select,:is(.te-shell,.te-theme).theme-light .te-chip-input{color:#2a2a2a;background:#fff;border-color:#c9c9c9}:is(.te-shell,.te-theme).theme-light .te-button:disabled{color:#9a9a9a;opacity:1;background:#eee;border-color:#d0d0d0}:is(.te-shell,.te-theme).theme-light .te-button.primary:disabled{color:#7a8a96;box-shadow:none;background:#d8e3ec;border-color:#c4d2dd}:is(.te-shell,.te-theme).theme-light .te-button:disabled:hover{background:#eee}:is(.te-shell,.te-theme).theme-light .te-button.primary:disabled:hover{background:#d8e3ec}:is(.te-shell,.te-theme).theme-light .te-button.primary{color:#fff;background:#0d99ff;border-color:#0d99ff}:is(.te-shell,.te-theme).theme-light .te-button.danger{color:#9b2f27;background:#fff0ed;border-color:#d56a60}:is(.te-shell,.te-theme).theme-light .te-button.is-active,:is(.te-shell,.te-theme).theme-light .te-tab.is-active,:is(.te-shell,.te-theme).theme-light .te-nav-item.is-active,:is(.te-shell,.te-theme).theme-light .te-chip.is-active{color:#0969b3;background:#e5f3ff}:is(.te-shell,.te-theme).theme-light .te-tab,:is(.te-shell,.te-theme).theme-light .te-nav-item,:is(.te-shell,.te-theme).theme-light .te-muted,:is(.te-shell,.te-theme).theme-light .te-label,:is(.te-shell,.te-theme).theme-light .te-sidebar-title,:is(.te-shell,.te-theme).theme-light .te-diagnostics-row span{color:#666}:is(.te-shell,.te-theme).theme-light .te-heading,:is(.te-shell,.te-theme).theme-light .te-title,:is(.te-shell,.te-theme).theme-light .te-diagnostics-row strong,:is(.te-shell,.te-theme).theme-light .te-diagnostics-details summary,:is(.te-shell,.te-theme).theme-light .te-diagnostics-log strong{color:#242424}:is(.te-shell,.te-theme).theme-light .te-diagnostics-log{color:#555;background:#fff;border-color:#d8d8d8}:is(.te-shell,.te-theme).theme-light .te-diagnostics-log pre{color:#555}:is(.te-shell,.te-theme).theme-light .te-color-picker-popover,:is(.te-shell,.te-theme).theme-light .te-color-format-tabs{background:#fff;border-color:#d2d2d2}:is(.te-shell,.te-theme).theme-light .te-color-format-tabs>button{color:#666}:is(.te-shell,.te-theme).theme-light .te-color-format-tabs>button.is-selected{color:#0969b3;background:#e5f3ff}:is(.te-shell,.te-theme).theme-light .te-native-color-input{border-color:#c9c9c9}:is(.te-shell,.te-theme).theme-light .te-color-alpha-controls>span{color:#666}:is(.te-shell,.te-theme).theme-light .te-modal{background:#fff;border-color:#d8d8d8;box-shadow:0 18px 48px #0000002e}:is(.te-shell,.te-theme).theme-light .te-path-list{color:#3a3a3a}:is(.te-shell,.te-theme).theme-light .te-color-token-card,:is(.te-shell,.te-theme).theme-light .te-color-token-alpha-row,:is(.te-shell,.te-theme).theme-light .te-color-token-final,:is(.te-shell,.te-theme).theme-light .te-resolved-color-collection,:is(.te-shell,.te-theme).theme-light .te-settings-row,:is(.te-shell,.te-theme).theme-light .te-mode-value-preview,:is(.te-shell,.te-theme).theme-light .te-token-row,:is(.te-shell,.te-theme).theme-light .te-collection-card,:is(.te-shell,.te-theme).theme-light .te-list-panel,:is(.te-shell,.te-theme).theme-light .te-layer-card,:is(.te-shell,.te-theme).theme-light .te-layer-definition,:is(.te-shell,.te-theme).theme-light .te-scale-editor,:is(.te-shell,.te-theme).theme-light .te-font-group-card,:is(.te-shell,.te-theme).theme-light .te-typography-style-card,:is(.te-shell,.te-theme).theme-light .te-effect-card,:is(.te-shell,.te-theme).theme-light .te-starter-setup,:is(.te-shell,.te-theme).theme-light .te-starter-setup-card,:is(.te-shell,.te-theme).theme-light .te-collection-card-foundation,:is(.te-shell,.te-theme).theme-light .te-collection-core-card,:is(.te-shell,.te-theme).theme-light .te-collection-line,:is(.te-shell,.te-theme).theme-light .te-collection-scopes,:is(.te-shell,.te-theme).theme-light .te-scope-option{color:#242424;background:#fff;border-color:#d8d8d8}:is(.te-shell,.te-theme).theme-light .te-mode-tree,:is(.te-shell,.te-theme).theme-light .te-mode-tree-leaf{color:#242424;background:#f7f9fb;border-color:#c9d6e2}:is(.te-shell,.te-theme).theme-light .te-mode-tree-collection,:is(.te-shell,.te-theme).theme-light .te-mode-tree-nested,:is(.te-shell,.te-theme).theme-light .te-mode-tree-branch{border-color:#9eb4c9}:is(.te-shell,.te-theme).theme-light .te-mode-tree-collection-name,:is(.te-shell,.te-theme).theme-light .te-mode-tree-node{color:#2a3b4a;background:#eef5fb;border-color:#b9ccde}:is(.te-shell,.te-theme).theme-light .te-color-token-summary{color:#242424}:is(.te-shell,.te-theme).theme-light .te-color-token-summary:hover,:is(.te-shell,.te-theme).theme-light .te-button:hover{background:#f4f8fb}:is(.te-shell,.te-theme).theme-light .te-button.primary:hover:not(:disabled){color:#fff;background:#087dcc;border-color:#087dcc}:is(.te-shell,.te-theme).theme-light .te-color-token-card.is-expanded{border-color:#0d99ff;box-shadow:0 0 0 1px #0d99ff3d}:is(.te-shell,.te-theme).theme-light .te-color-token-editor,:is(.te-shell,.te-theme).theme-light .te-resolved-color-tree,:is(.te-shell,.te-theme).theme-light .te-preview-item,:is(.te-shell,.te-theme).theme-light .te-scale-editor-row{border-color:#d8d8d8}:is(.te-shell,.te-theme).theme-light .te-scale-editor-heading,:is(.te-shell,.te-theme).theme-light .te-effect-final{background:#f7f7f7;border-color:#d8d8d8}:is(.te-shell,.te-theme).theme-light .te-palette-step-popover,:is(.te-shell,.te-theme).theme-light .te-popover,:is(.te-shell,.te-theme).theme-light .te-select-content{background:#fff;border-color:#c9d6e2;box-shadow:0 14px 34px #14202c2e}:is(.te-shell,.te-theme).theme-light .te-alpha-unit-toggle>button{color:#555;background:#fff}:is(.te-shell,.te-theme).theme-light .te-alpha-unit-toggle>button+button{border-left-color:#d8d8d8}:is(.te-shell,.te-theme).theme-light .te-alpha-unit-toggle>button.is-selected,:is(.te-shell,.te-theme).theme-light .te-select-item[data-highlighted]{color:#0969b3;background:#e5f3ff}:is(.te-shell,.te-theme).theme-light .te-token-name,:is(.te-shell,.te-theme).theme-light .te-token-name-display strong,:is(.te-shell,.te-theme).theme-light .te-color-token-result,:is(.te-shell,.te-theme).theme-light .te-color-token-final code,:is(.te-shell,.te-theme).theme-light .te-resolved-color-leaf code,:is(.te-shell,.te-theme).theme-light .te-mode-value-cell code,:is(.te-shell,.te-theme).theme-light .te-effect-final code,:is(.te-shell,.te-theme).theme-light .te-collections-header h1,:is(.te-shell,.te-theme).theme-light .te-collection-row-main>strong,:is(.te-shell,.te-theme).theme-light .te-inline-name,:is(.te-shell,.te-theme).theme-light .te-collection-scopes strong,:is(.te-shell,.te-theme).theme-light .te-palette-step-popover-header strong{color:#242424}:is(.te-shell,.te-theme).theme-light .te-mode-tree-summary,:is(.te-shell,.te-theme).theme-light .te-mode-tree-leaf-label,:is(.te-shell,.te-theme).theme-light .te-mode-tree-alpha{color:#2a3b4a}:is(.te-shell,.te-theme).theme-light .te-mode-tree-summary strong{color:#607489}:is(.te-shell,.te-theme).theme-light .te-color-token-name small,:is(.te-shell,.te-theme).theme-light .te-color-token-result small,:is(.te-shell,.te-theme).theme-light .te-color-token-alpha-row>span:first-child,:is(.te-shell,.te-theme).theme-light .te-color-token-alpha-row>span:last-child,:is(.te-shell,.te-theme).theme-light .te-color-token-final span,:is(.te-shell,.te-theme).theme-light .te-color-token-final small,:is(.te-shell,.te-theme).theme-light .te-resolved-color-tree-title,:is(.te-shell,.te-theme).theme-light .te-resolved-color-branch>span,:is(.te-shell,.te-theme).theme-light .te-resolved-color-leaf small,:is(.te-shell,.te-theme).theme-light .te-mode-collection,:is(.te-shell,.te-theme).theme-light .te-mode-value-label,:is(.te-shell,.te-theme).theme-light .te-layer-definition span,:is(.te-shell,.te-theme).theme-light .te-collections-header p,:is(.te-shell,.te-theme).theme-light .te-collection-core-card p,:is(.te-shell,.te-theme).theme-light .te-collection-card-heading small,:is(.te-shell,.te-theme).theme-light .te-collection-scope-note,:is(.te-shell,.te-theme).theme-light .te-collection-scopes p,:is(.te-shell,.te-theme).theme-light .te-scope-option small,:is(.te-shell,.te-theme).theme-light .te-effect-card-header small,:is(.te-shell,.te-theme).theme-light .te-effect-drag-handle,:is(.te-shell,.te-theme).theme-light .te-effect-index,:is(.te-shell,.te-theme).theme-light .te-starter-setup p,:is(.te-shell,.te-theme).theme-light .te-starter-setup-card small{color:#666}:is(.te-shell,.te-theme).theme-light .te-settings-row .te-label{color:#555}:is(.te-shell,.te-theme).theme-light .te-mode-pill,:is(.te-shell,.te-theme).theme-light .te-mode-add-button,:is(.te-shell,.te-theme).theme-light .te-checkbox{color:#555;background:#fff;border-color:#c9c9c9}:is(.te-shell,.te-theme).theme-light .te-add-collection-line{border-color:#c9c9c9}:is(.te-shell,.te-theme).theme-light .te-add-collection-line input{color:#242424}:is(.te-shell,.te-theme).theme-light .te-add-collection-line button,:is(.te-shell,.te-theme).theme-light .te-collection-delete-button,:is(.te-shell,.te-theme).theme-light .te-button.text,:is(.te-shell,.te-theme).theme-light .te-setup-actions small{color:#666}@media (prefers-color-scheme:light){:is(.te-shell,.te-theme).theme-system{color:#242424;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f4f4f4}:is(.te-shell,.te-theme).theme-system .te-titlebar,:is(.te-shell,.te-theme).theme-system .te-tabs,:is(.te-shell,.te-theme).theme-system .te-toolbar,:is(.te-shell,.te-theme).theme-system .te-panel,:is(.te-shell,.te-theme).theme-system .te-accordion-item,:is(.te-shell,.te-theme).theme-system .te-collection-row,:is(.te-shell,.te-theme).theme-system .te-style-card,:is(.te-shell,.te-theme).theme-system .te-palette-token-entry{background:#fff;border-color:#d8d8d8}:is(.te-shell,.te-theme).theme-system .te-sidebar,:is(.te-shell,.te-theme).theme-system .te-diagnostics{background:#f8f8f8;border-color:#d8d8d8}:is(.te-shell,.te-theme).theme-system .te-drawer{background:#f2f2f2;border-color:#d8d8d8}:is(.te-shell,.te-theme).theme-system .te-button,:is(.te-shell,.te-theme).theme-system .te-chip,:is(.te-shell,.te-theme).theme-system .te-icon-button,:is(.te-shell,.te-theme).theme-system .te-status-pill,:is(.te-shell,.te-theme).theme-system .te-field,:is(.te-shell,.te-theme).theme-system .te-select,:is(.te-shell,.te-theme).theme-system .te-chip-input{color:#2a2a2a;background:#fff;border-color:#c9c9c9}:is(.te-shell,.te-theme).theme-system .te-button:disabled{color:#9a9a9a;opacity:1;background:#eee;border-color:#d0d0d0}:is(.te-shell,.te-theme).theme-system .te-button.primary:disabled{color:#7a8a96;box-shadow:none;background:#d8e3ec;border-color:#c4d2dd}:is(.te-shell,.te-theme).theme-system .te-button:disabled:hover{background:#eee}:is(.te-shell,.te-theme).theme-system .te-button.primary:disabled:hover{background:#d8e3ec}:is(.te-shell,.te-theme).theme-system .te-button.primary{color:#fff;background:#0d99ff;border-color:#0d99ff}:is(.te-shell,.te-theme).theme-system .te-button.danger{color:#9b2f27;background:#fff0ed;border-color:#d56a60}:is(.te-shell,.te-theme).theme-system .te-button.is-active,:is(.te-shell,.te-theme).theme-system .te-tab.is-active,:is(.te-shell,.te-theme).theme-system .te-nav-item.is-active,:is(.te-shell,.te-theme).theme-system .te-chip.is-active{color:#0969b3;background:#e5f3ff}:is(.te-shell,.te-theme).theme-system .te-tab,:is(.te-shell,.te-theme).theme-system .te-nav-item,:is(.te-shell,.te-theme).theme-system .te-muted,:is(.te-shell,.te-theme).theme-system .te-label,:is(.te-shell,.te-theme).theme-system .te-sidebar-title,:is(.te-shell,.te-theme).theme-system .te-diagnostics-row span{color:#666}:is(.te-shell,.te-theme).theme-system .te-heading,:is(.te-shell,.te-theme).theme-system .te-title,:is(.te-shell,.te-theme).theme-system .te-diagnostics-row strong,:is(.te-shell,.te-theme).theme-system .te-diagnostics-details summary,:is(.te-shell,.te-theme).theme-system .te-diagnostics-log strong{color:#242424}:is(.te-shell,.te-theme).theme-system .te-diagnostics-log{color:#555;background:#fff;border-color:#d8d8d8}:is(.te-shell,.te-theme).theme-system .te-diagnostics-log pre{color:#555}:is(.te-shell,.te-theme).theme-system .te-color-picker-popover,:is(.te-shell,.te-theme).theme-system .te-color-format-tabs{background:#fff;border-color:#d2d2d2}:is(.te-shell,.te-theme).theme-system .te-color-format-tabs>button{color:#666}:is(.te-shell,.te-theme).theme-system .te-color-format-tabs>button.is-selected{color:#0969b3;background:#e5f3ff}:is(.te-shell,.te-theme).theme-system .te-native-color-input{border-color:#c9c9c9}:is(.te-shell,.te-theme).theme-system .te-color-alpha-controls>span{color:#666}:is(.te-shell,.te-theme).theme-system .te-modal{background:#fff;border-color:#d8d8d8;box-shadow:0 18px 48px #0000002e}:is(.te-shell,.te-theme).theme-system .te-path-list{color:#3a3a3a}:is(.te-shell,.te-theme).theme-system .te-color-token-card,:is(.te-shell,.te-theme).theme-system .te-color-token-alpha-row,:is(.te-shell,.te-theme).theme-system .te-color-token-final,:is(.te-shell,.te-theme).theme-system .te-resolved-color-collection,:is(.te-shell,.te-theme).theme-system .te-settings-row,:is(.te-shell,.te-theme).theme-system .te-mode-value-preview,:is(.te-shell,.te-theme).theme-system .te-token-row,:is(.te-shell,.te-theme).theme-system .te-collection-card,:is(.te-shell,.te-theme).theme-system .te-list-panel,:is(.te-shell,.te-theme).theme-system .te-layer-card,:is(.te-shell,.te-theme).theme-system .te-layer-definition,:is(.te-shell,.te-theme).theme-system .te-scale-editor,:is(.te-shell,.te-theme).theme-system .te-font-group-card,:is(.te-shell,.te-theme).theme-system .te-typography-style-card,:is(.te-shell,.te-theme).theme-system .te-effect-card,:is(.te-shell,.te-theme).theme-system .te-starter-setup,:is(.te-shell,.te-theme).theme-system .te-starter-setup-card,:is(.te-shell,.te-theme).theme-system .te-collection-card-foundation,:is(.te-shell,.te-theme).theme-system .te-collection-core-card,:is(.te-shell,.te-theme).theme-system .te-collection-line,:is(.te-shell,.te-theme).theme-system .te-collection-scopes,:is(.te-shell,.te-theme).theme-system .te-scope-option{color:#242424;background:#fff;border-color:#d8d8d8}:is(.te-shell,.te-theme).theme-system .te-mode-tree,:is(.te-shell,.te-theme).theme-system .te-mode-tree-leaf{color:#242424;background:#f7f9fb;border-color:#c9d6e2}:is(.te-shell,.te-theme).theme-system .te-mode-tree-collection,:is(.te-shell,.te-theme).theme-system .te-mode-tree-nested,:is(.te-shell,.te-theme).theme-system .te-mode-tree-branch{border-color:#9eb4c9}:is(.te-shell,.te-theme).theme-system .te-mode-tree-collection-name,:is(.te-shell,.te-theme).theme-system .te-mode-tree-node{color:#2a3b4a;background:#eef5fb;border-color:#b9ccde}:is(.te-shell,.te-theme).theme-system .te-color-token-summary{color:#242424}:is(.te-shell,.te-theme).theme-system .te-color-token-summary:hover,:is(.te-shell,.te-theme).theme-system .te-button:hover{background:#f4f8fb}:is(.te-shell,.te-theme).theme-system .te-button.primary:hover:not(:disabled){color:#fff;background:#087dcc;border-color:#087dcc}:is(.te-shell,.te-theme).theme-system .te-color-token-card.is-expanded{border-color:#0d99ff;box-shadow:0 0 0 1px #0d99ff3d}:is(.te-shell,.te-theme).theme-system .te-color-token-editor,:is(.te-shell,.te-theme).theme-system .te-resolved-color-tree,:is(.te-shell,.te-theme).theme-system .te-preview-item,:is(.te-shell,.te-theme).theme-system .te-scale-editor-row{border-color:#d8d8d8}:is(.te-shell,.te-theme).theme-system .te-scale-editor-heading,:is(.te-shell,.te-theme).theme-system .te-effect-final{background:#f7f7f7;border-color:#d8d8d8}:is(.te-shell,.te-theme).theme-system .te-palette-step-popover,:is(.te-shell,.te-theme).theme-system .te-popover,:is(.te-shell,.te-theme).theme-system .te-select-content{background:#fff;border-color:#c9d6e2;box-shadow:0 14px 34px #14202c2e}:is(.te-shell,.te-theme).theme-system .te-alpha-unit-toggle>button{color:#555;background:#fff}:is(.te-shell,.te-theme).theme-system .te-alpha-unit-toggle>button+button{border-left-color:#d8d8d8}:is(.te-shell,.te-theme).theme-system .te-alpha-unit-toggle>button.is-selected,:is(.te-shell,.te-theme).theme-system .te-select-item[data-highlighted]{color:#0969b3;background:#e5f3ff}:is(.te-shell,.te-theme).theme-system .te-token-name,:is(.te-shell,.te-theme).theme-system .te-token-name-display strong,:is(.te-shell,.te-theme).theme-system .te-color-token-result,:is(.te-shell,.te-theme).theme-system .te-color-token-final code,:is(.te-shell,.te-theme).theme-system .te-resolved-color-leaf code,:is(.te-shell,.te-theme).theme-system .te-mode-value-cell code,:is(.te-shell,.te-theme).theme-system .te-effect-final code,:is(.te-shell,.te-theme).theme-system .te-collections-header h1,:is(.te-shell,.te-theme).theme-system .te-collection-row-main>strong,:is(.te-shell,.te-theme).theme-system .te-inline-name,:is(.te-shell,.te-theme).theme-system .te-collection-scopes strong,:is(.te-shell,.te-theme).theme-system .te-palette-step-popover-header strong{color:#242424}:is(.te-shell,.te-theme).theme-system .te-mode-tree-summary,:is(.te-shell,.te-theme).theme-system .te-mode-tree-leaf-label,:is(.te-shell,.te-theme).theme-system .te-mode-tree-alpha{color:#2a3b4a}:is(.te-shell,.te-theme).theme-system .te-mode-tree-summary strong{color:#607489}:is(.te-shell,.te-theme).theme-system .te-color-token-name small,:is(.te-shell,.te-theme).theme-system .te-color-token-result small,:is(.te-shell,.te-theme).theme-system .te-color-token-alpha-row>span:first-child,:is(.te-shell,.te-theme).theme-system .te-color-token-alpha-row>span:last-child,:is(.te-shell,.te-theme).theme-system .te-color-token-final span,:is(.te-shell,.te-theme).theme-system .te-color-token-final small,:is(.te-shell,.te-theme).theme-system .te-resolved-color-tree-title,:is(.te-shell,.te-theme).theme-system .te-resolved-color-branch>span,:is(.te-shell,.te-theme).theme-system .te-resolved-color-leaf small,:is(.te-shell,.te-theme).theme-system .te-mode-collection,:is(.te-shell,.te-theme).theme-system .te-mode-value-label,:is(.te-shell,.te-theme).theme-system .te-layer-definition span,:is(.te-shell,.te-theme).theme-system .te-collections-header p,:is(.te-shell,.te-theme).theme-system .te-collection-core-card p,:is(.te-shell,.te-theme).theme-system .te-collection-card-heading small,:is(.te-shell,.te-theme).theme-system .te-collection-scope-note,:is(.te-shell,.te-theme).theme-system .te-collection-scopes p,:is(.te-shell,.te-theme).theme-system .te-scope-option small,:is(.te-shell,.te-theme).theme-system .te-effect-card-header small,:is(.te-shell,.te-theme).theme-system .te-effect-drag-handle,:is(.te-shell,.te-theme).theme-system .te-effect-index,:is(.te-shell,.te-theme).theme-system .te-starter-setup p,:is(.te-shell,.te-theme).theme-system .te-starter-setup-card small{color:#666}:is(.te-shell,.te-theme).theme-system .te-settings-row .te-label{color:#555}:is(.te-shell,.te-theme).theme-system .te-mode-pill,:is(.te-shell,.te-theme).theme-system .te-mode-add-button,:is(.te-shell,.te-theme).theme-system .te-checkbox{color:#555;background:#fff;border-color:#c9c9c9}:is(.te-shell,.te-theme).theme-system .te-add-collection-line{border-color:#c9c9c9}:is(.te-shell,.te-theme).theme-system .te-add-collection-line input{color:#242424}:is(.te-shell,.te-theme).theme-system .te-add-collection-line button,:is(.te-shell,.te-theme).theme-system .te-collection-delete-button,:is(.te-shell,.te-theme).theme-system .te-button.text,:is(.te-shell,.te-theme).theme-system .te-setup-actions small{color:#666}}.te-palette-row{grid-template-columns:112px minmax(0,1fr) auto;gap:7px;margin-bottom:14px;display:grid}.te-scale{grid-template-columns:repeat(auto-fit,minmax(54px,1fr));gap:2px;min-width:0;display:grid}.te-swatch{cursor:pointer;background-clip:padding-box;border:1px solid #ffffff14;border-radius:5px;height:28px;padding:0}.te-swatch:hover,.te-step-label-button:hover{outline-offset:1px;outline:1px solid #0d99ff}.te-swatch.is-active,.te-step-label-button.is-active{outline-offset:1px;outline:2px solid #0d99ff}.te-step-labels{color:#767676;grid-template-columns:repeat(auto-fit,minmax(54px,1fr));gap:2px;margin-top:4px;font-size:10px;display:grid}.te-step-label-button{color:inherit;cursor:pointer;text-align:center;background:0 0;border:0;padding:2px 0;font-size:10px}.te-palette-step-popover{background:#20252b;border:1px solid #3d5367;border-radius:7px;gap:8px;margin-top:8px;padding:10px;display:grid;box-shadow:0 12px 28px #0000003d}.te-palette-step-popover-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.te-palette-step-popover-header strong{color:#dbe9f6;font-size:12px}.te-palette-step-popover .te-color-token-card{margin:0}.te-palette-insertions{flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;display:flex}.te-palette-insertions label{color:#969696;align-items:center;gap:6px;font-size:11px;display:inline-flex}.te-palette-insertions .te-field.compact{max-width:70px}.te-token-list{gap:8px;display:grid}.te-token-row{background:#262626;border:1px solid #ffffff0a;border-radius:6px;grid-template-columns:minmax(150px,.9fr) 126px minmax(180px,1.2fr) 34px minmax(120px,.8fr) auto;align-items:center;gap:8px;min-height:42px;padding:6px 8px;display:grid}.te-scale-token-row{grid-template-columns:104px minmax(0,1fr);align-items:center;gap:8px;display:grid}.te-token-name{color:#c8c8c8;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:650;overflow:hidden}.te-preview-list{gap:10px;display:grid}.te-preview-item{border-bottom:1px solid #ffffff0f;padding-bottom:9px}.te-check-row{align-items:center;gap:8px;min-height:28px;display:flex}.te-collection-card{background:#262626;border:1px solid #ffffff0d;border-radius:7px;margin-top:10px;padding:10px}.te-mode-matrix{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.te-split{grid-template-columns:220px minmax(0,1fr);gap:14px;display:grid}.te-list-panel{background:#262626;border:1px solid #ffffff0d;border-radius:8px;padding:6px 0;overflow:hidden}.te-state-value{align-items:center;gap:8px;display:flex}.te-component-tabs{gap:6px;margin-bottom:14px;display:flex}.te-state-selector{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-bottom:14px;display:grid}.te-layer-card{background:#262626;border:1px solid #ffffff0f;border-radius:7px;margin-top:10px;padding:10px}.te-layer-definition{background:#262626;border:1px solid #ffffff0d;border-radius:6px;grid-template-columns:minmax(130px,1fr) minmax(130px,1fr) 30px;align-items:center;gap:8px;padding:7px;display:grid}.te-layer-definition span{color:#8f8f8f;font-size:12px}.te-mode-editor,.te-mode-kind-controls{gap:8px;display:grid}.te-semantic-modules{gap:12px;display:grid}.te-semantic-group-toolbar{grid-template-columns:minmax(0,1fr) max-content;align-items:end;gap:10px;display:grid}.te-semantic-group-toolbar label{gap:6px;min-width:0;display:grid}.te-semantic-color-actions{grid-template-columns:minmax(84px,140px) max-content;align-items:center;gap:8px;display:grid}.te-semantic-group-name{align-items:center;gap:6px;min-width:0;display:flex}.te-semantic-group-edit-row{grid-template-columns:minmax(180px,320px) 28px;align-items:center;gap:6px;min-width:min(360px,100%);display:grid}.te-semantic-group-name>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.te-semantic-group-name>.te-field-error{flex-basis:100%}.te-semantic-color-list{gap:6px;display:grid}.te-semantic-color-row{grid-template-columns:26px minmax(0,1fr);align-items:stretch;gap:8px;display:grid}.te-semantic-swatch{border:1px solid #ffffff38;border-radius:5px;align-self:center;width:22px;height:22px;margin-left:2px}@keyframes te-validation-pulse{0%{box-shadow:0 0 #f248227a}70%{box-shadow:0 0 0 10px #f2482200}to{box-shadow:0 0 #f2482200}}@keyframes te-validation-border-pulse{0%,to{border-color:#f24822;box-shadow:0 0 0 1px #f2482259}50%{border-color:#ff9c8a;box-shadow:0 0 0 4px #f248222e}}.te-validation-fab{color:#fff;cursor:pointer;min-height:34px;z-index:var(--te-z-validation);background:#f24822;border:1px solid #ff8d78;border-radius:999px;align-items:center;gap:5px;padding:0 10px;font-weight:750;animation:1.45s infinite te-validation-pulse;display:inline-flex;position:fixed;bottom:64px;right:16px}.te-validation-popover{color:#ffd7d2;width:min(460px,100vw - 32px);max-height:min(420px,100vh - 150px);z-index:calc(var(--te-z-validation) + 1);background:#2b1d1a;border:1px solid #9b3a2f;border-radius:8px;padding:10px;position:fixed;bottom:106px;right:16px;overflow:auto;box-shadow:0 18px 42px #00000073}.te-validation-list{gap:12px;display:grid}.te-validation-group{gap:7px;display:grid}.te-validation-group h3{color:#fff;justify-content:space-between;align-items:center;gap:8px;margin:0;font-size:12px;display:flex}.te-validation-group h3 span{color:#ffd7d2;background:#f2482238;border-radius:999px;padding:2px 6px;font-size:10px}.te-validation-item{color:inherit;cursor:pointer;text-align:left;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;gap:4px;width:100%;padding:8px;display:grid}.te-validation-item strong{color:#fff;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.te-validation-item span{color:#ffd7d2;font-size:12px}.is-validation-target{border-color:#f24822;animation:.8s ease-in-out 2 te-validation-border-pulse}.is-validation-error{border-color:#f24822d1;box-shadow:0 0 0 1px #f2482233}.is-validation-error-block{outline-offset:2px;background-image:linear-gradient(#f248220e,#f248220e);outline:1px solid #f24822e6}.te-color-token-card.is-expanded.is-validation-error-block,.te-color-token-card.is-validation-error-block,.te-effect-card.is-validation-error-block,.te-token-row.is-validation-error-block,.te-style-card.is-validation-error-block,.te-style-property-row.is-validation-error-block{border-color:#f24822d1;box-shadow:0 0 0 1px #f248223d,0 10px 28px #f2482214}.is-validation-error:after{color:#ffb8ad;content:attr(data-token-validation);background:#f248221f;border:1px solid #f248226b;border-radius:6px;grid-column:1/-1;margin-top:6px;padding:6px 8px;font-size:11px;line-height:1.35;display:block}input.is-validation-error:after,button.is-validation-error:after{content:none}
