.tm-root{position:relative;display:flex;flex-direction:column;height:100%;min-height:480px;font-family:var(--font-sans);color:var(--type-light);background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-xl);overflow:hidden}.tm-root.is-generating{animation:tm-frame-pulse 1.4s ease-in-out infinite}@keyframes tm-frame-pulse{0%,to{border-color:#ffffff14;box-shadow:0 0 #d1ff6e00}50%{border-color:#d1ff6ebf;box-shadow:0 0 22px 2px #d1ff6e59}}.tm-btn-spinner{display:inline-block;width:13px;height:13px;margin-right:7px;vertical-align:-2px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:tm-spin .7s linear infinite}.tm-topbar{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-sm);padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.tm-brand{font-family:var(--font-mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--type-light-60)}.tm-topbar-right{display:flex;align-items:center;gap:12px}.tm-status{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--type-light-60);max-width:44ch}.tm-status .tm-status-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tm-status.error{color:var(--brand-orange)}.tm-status.is-busy{color:var(--brand-almost-black);background:var(--brand-highlighter);padding:4px 12px 4px 10px;border-radius:999px;font-weight:600;animation:tm-status-glow 1.4s ease-in-out infinite}.tm-status.is-busy .tm-status-text{animation:tm-status-pulse 1.4s ease-in-out infinite}.tm-spinner{width:13px;height:13px;flex-shrink:0;border-radius:50%;border:2px solid rgba(11,11,12,.25);border-top-color:var(--brand-almost-black);animation:tm-spin .7s linear infinite}@keyframes tm-spin{to{transform:rotate(360deg)}}@keyframes tm-status-pulse{0%,to{opacity:1}50%{opacity:.55}}@keyframes tm-status-glow{0%,to{box-shadow:0 0 #d1ff6e8c}50%{box-shadow:0 0 14px 2px #d1ff6e8c}}.tm-settings-anchor{position:relative}.tm-body{display:flex;flex:1;min-height:0}.tm-sidebar{width:300px;flex-shrink:0;overflow-y:auto;border-right:1px solid rgba(255,255,255,.08);background:#0000002e}.tm-sidebar,.tm-layers-col{scrollbar-width:none;-ms-overflow-style:none}.tm-sidebar::-webkit-scrollbar,.tm-layers-col::-webkit-scrollbar{display:none}.tm-main{display:flex;flex-direction:column;flex:1;min-width:0}.tm-layers-col{width:250px;flex-shrink:0;overflow-y:auto;border-left:1px solid rgba(255,255,255,.08);background:#0000002e}.tm-shelf{border-bottom:1px solid rgba(255,255,255,.07)}.tm-shelf-head{display:flex;align-items:center;gap:8px;width:100%;padding:11px 14px;background:none;border:0;color:var(--type-light);font-family:var(--font-mono);font-size:11px;letter-spacing:.07em;text-transform:uppercase;cursor:pointer}.tm-shelf-head:hover{background:#ffffff0a}.tm-shelf-caret{color:var(--type-light-40);font-size:10px}.tm-shelf-title{flex:1;text-align:left}.tm-shelf-badge{font-size:10px;color:var(--brand-almost-black);background:var(--brand-highlighter);border-radius:999px;padding:1px 7px}.tm-shelf-body{padding:4px 14px 16px}.tm-stack{display:flex;flex-direction:column;gap:10px}.tm-btn{appearance:none;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:var(--type-light);border-radius:var(--radius-sm);padding:8px 12px;font-size:13px;font-family:var(--font-sans);cursor:pointer;transition:background .15s ease,border-color .15s ease}.tm-btn:hover:not(:disabled){background:#ffffff1f}.tm-btn:disabled{opacity:.45;cursor:not-allowed}.tm-btn-accent{background:var(--brand-highlighter);border-color:var(--brand-highlighter);color:var(--brand-almost-black);font-weight:600}.tm-btn-accent:hover:not(:disabled){filter:brightness(1.06);background:var(--brand-highlighter)}.tm-btn-accent .tm-btn-spinner{border-color:#0b0b0c4d;border-top-color:var(--brand-almost-black)}.tm-gear{padding:6px 10px;font-size:12px}.tm-hint{font-size:11.5px;line-height:1.4;color:var(--type-light-60);margin:0}.tm-hint a{color:var(--brand-highlighter)}.tm-field{display:flex;flex-direction:column;gap:5px;font-size:12px;color:var(--type-light-60)}.tm-field-label{font-size:12px;color:var(--type-light-60)}.tm-field-row{flex-direction:row;align-items:center;gap:8px}.tm-field-row>span{min-width:52px}.tm-field input[type=range]{flex:1}.tm-root input[type=range]{-webkit-appearance:none;appearance:none;height:4px;border-radius:999px;background:#ffffff2e;cursor:pointer}.tm-root input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:13px;height:13px;border-radius:50%;background:#fff;border:none;box-shadow:0 1px 3px #00000073;transition:transform .1s ease}.tm-root input[type=range]::-webkit-slider-thumb:hover,.tm-root input[type=range]:active::-webkit-slider-thumb{transform:scale(1.2)}.tm-root input[type=range]::-moz-range-track{height:4px;border-radius:999px;background:#ffffff2e}.tm-root input[type=range]::-moz-range-thumb{width:13px;height:13px;border:none;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000073}.tm-field textarea,.tm-input,.tm-url input,.tm-field select{width:100%;background:#0000004d;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-sm);color:var(--type-light);padding:8px 10px;font-size:13px;font-family:var(--font-sans);resize:vertical}.tm-field-color input[type=color]{width:40px;height:28px;padding:0;border:1px solid rgba(255,255,255,.16);border-radius:6px;background:none}.tm-toggle-group{display:inline-flex;gap:6px}.tm-toggle{appearance:none;border:1px solid rgba(255,255,255,.16);background:#ffffff0d;color:var(--type-light);border-radius:8px;padding:6px 11px;font-size:13px;cursor:pointer}.tm-toggle.is-on{background:var(--brand-highlighter);border-color:var(--brand-highlighter);color:var(--brand-almost-black);font-weight:600}.tm-toggle:disabled{opacity:.4;cursor:not-allowed}.tm-align{width:100%}.tm-presets{display:flex;flex-wrap:wrap;gap:6px}.tm-chip{border:1px solid rgba(255,255,255,.16);background:#ffffff0d;color:var(--type-light);border-radius:999px;padding:4px 11px;font-size:12px;cursor:pointer}.tm-chip:hover{background:#ffffff1f}.tm-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer}.tm-layers{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px}.tm-layer-item{position:relative;border-radius:8px;border:1px solid transparent;transition:background .12s ease}.tm-layer-item.is-selected{background:#d1ff6e1f;border-color:#d1ff6e80}.tm-layer-item.is-dragging{opacity:.35}.tm-layer-item.is-dragging .tm-layer{outline:1px dashed rgba(209,255,110,.6);outline-offset:-2px}.tm-layer-item.is-drag-over:before{content:"";position:absolute;top:-3px;left:2px;right:2px;height:3px;border-radius:3px;background:var(--brand-highlighter);box-shadow:0 0 10px 1px #d1ff6ecc;z-index:3;animation:tm-drop-pulse .9s ease-in-out infinite}.tm-layer-item.is-drag-over:after{content:"";position:absolute;top:-5px;left:0;width:7px;height:7px;border-radius:50%;background:var(--brand-highlighter);box-shadow:0 0 8px 1px #d1ff6ecc;z-index:3}@keyframes tm-drop-pulse{0%,to{opacity:.7}50%{opacity:1}}.tm-layer{display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:8px;cursor:grab}.tm-layer:active{cursor:grabbing}.tm-layer:hover{background:#ffffff0d}.tm-layer-grip{display:inline-flex;align-items:center;justify-content:center;background:none;border:0;padding:0;color:var(--type-light-40);cursor:grab}.tm-layer-grip:active{cursor:grabbing}.tm-layer-grip:hover{color:var(--type-light)}.tm-layer-caret{display:inline-flex;align-items:center;justify-content:center;background:none;border:0;color:var(--type-light-40);cursor:pointer;padding:0}.tm-layer-caret:hover{color:var(--type-light)}.tm-layer-type{display:inline-flex;align-items:center;justify-content:center;width:16px;color:var(--type-light-60)}.tm-layer-drawer{display:grid;grid-template-columns:1fr 1fr;gap:6px 10px;padding:6px 8px 10px 30px}.tm-num{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--type-light-60)}.tm-num span{min-width:42px}.tm-num input{width:100%;min-width:0;background:#0000004d;border:1px solid rgba(255,255,255,.16);border-radius:6px;color:var(--type-light);font-size:12px;padding:4px 6px}.tm-scrub{cursor:ns-resize;user-select:none}.tm-scrub:focus{cursor:text;user-select:text;outline:1px solid var(--brand-highlighter)}.tm-layer-name{flex:1;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tm-layer-rename{flex:1;min-width:0;background:#0006;border:1px solid var(--brand-highlighter);border-radius:5px;color:var(--type-light);font-size:13px;font-family:var(--font-sans);padding:2px 5px}.tm-layer-actions{display:inline-flex;gap:4px;opacity:.55}.tm-layer:hover .tm-layer-actions,.tm-layer-item.is-selected .tm-layer-actions{opacity:1}.tm-layer-actions button{background:none;border:0;color:var(--type-light);cursor:pointer;font-size:12px;padding:2px 3px;line-height:1}.tm-layer-actions button:hover{color:var(--brand-highlighter)}.tm-canvas-area{position:relative;flex:1;min-height:0;display:flex;padding:18px}.tm-canvas-wrap{flex:1;min-width:0;min-height:0;display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tm-canvas-wrap::-webkit-scrollbar{display:none}.tm-canvas-board{margin:auto;position:relative;box-shadow:0 12px 40px #00000073;border-radius:4px;background-color:#2a2a2c;background-image:linear-gradient(45deg,#3a3a3d 25%,transparent 25%),linear-gradient(-45deg,#3a3a3d 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#3a3a3d 75%),linear-gradient(-45deg,transparent 75%,#3a3a3d 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0}.tm-canvas-board canvas{border-radius:4px}.tm-zoom{position:absolute;right:16px;bottom:16px;z-index:5;display:inline-flex;align-items:center;gap:4px;padding:3px;border-radius:999px;background:#0009;border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.tm-zoom button{appearance:none;border:0;background:none;color:var(--type-light);cursor:pointer;height:28px;min-width:28px;padding:0 6px;border-radius:999px;font-size:15px;line-height:1}.tm-zoom button:hover{background:#ffffff1f}.tm-zoom-pct{min-width:52px;font-size:12px!important;font-variant-numeric:tabular-nums;color:var(--type-light-60)!important}.tm-dock{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:10px 14px;border-top:1px solid rgba(255,255,255,.08);background:#0000002e}.tm-dock-group{display:inline-flex;align-items:center;gap:8px}.tm-aspects{gap:6px}.tm-url{flex:1;min-width:220px}.tm-url input{flex:1}.tm-popover{position:absolute;top:calc(100% + 8px);right:0;width:300px;z-index:40;display:flex;flex-direction:column;gap:10px;padding:16px;background:#18181a;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-md);box-shadow:0 16px 48px #0000008c}.tm-popover-title{margin:0;font-size:14px}.tm-toggle,.tm-zoom button,.tm-layer-actions button,.tm-shelf-caret,.tm-layer-type{display:inline-flex;align-items:center;justify-content:center}.tm-gear{display:inline-flex;align-items:center;gap:6px}.tm-history{display:inline-flex;gap:4px}.tm-icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 8px}.tm-gear-dot{width:6px;height:6px;border-radius:50%;background:var(--brand-orange)}.tm-popover-actions{display:flex;justify-content:space-between;gap:14px;margin-top:2px}.tm-popover-actions .tm-btn{flex:1}.tm-modal-overlay{position:fixed;inset:0;z-index:10001;display:flex;align-items:center;justify-content:center;padding:20px;background:#0000008c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.tm-modal{width:300px;max-width:100%;display:flex;flex-direction:column;gap:12px;padding:20px;background:#18181a;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-lg);box-shadow:0 24px 64px #0009}.tm-color-preview{height:64px;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.16)}.tm-wheel{position:relative;width:150px;height:150px;margin:0 auto 2px;border-radius:50%;cursor:crosshair;touch-action:none;background:radial-gradient(circle at center,#fff,#fff0 70%),conic-gradient(from 0deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);box-shadow:inset 0 0 0 1px #00000040}.tm-wheel-dot{position:absolute;width:14px;height:14px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #0000008c,0 1px 4px #00000080;transform:translate(-50%,-50%);pointer-events:none}.tm-export-options{display:flex;flex-direction:column;gap:12px;min-height:80px}.tm-modal-wide{width:560px}.tm-video{width:100%;max-height:52vh;display:block;border-radius:var(--radius-sm);background:#000}.tm-modal-error{margin:0;font-size:12px;color:var(--brand-orange)}.tm-slider-row>span:first-child{min-width:58px}.tm-modal .tm-slider-row>span:first-child{min-width:18px}.tm-section-head{display:flex;align-items:center;justify-content:space-between}.tm-collapse-head{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;cursor:pointer;color:var(--type-light-40)}.tm-collapse-head:hover{color:var(--type-light)}.tm-btn-pair{display:flex;gap:8px}.tm-btn-pair .tm-btn{flex:1}.tm-add-row,.tm-icon-row{display:flex;gap:8px}.tm-add-row .tm-btn,.tm-icon-row .tm-btn{flex:1}.tm-btn-icon-text{display:inline-flex;align-items:center;justify-content:center;gap:7px}.tm-weight-row{display:flex;align-items:flex-end;gap:10px}.tm-color-field{display:flex;align-items:center;gap:8px}.tm-color-field>span:first-child{min-width:52px;font-size:12px;color:var(--type-light-60)}.tm-swatch{width:26px;height:26px;flex-shrink:0;padding:0;border-radius:6px;border:1px solid rgba(255,255,255,.25);cursor:pointer}.tm-swatch:hover{border-color:var(--brand-highlighter)}.tm-swatch-hex{font-size:12px;font-variant-numeric:tabular-nums;color:var(--type-light-60)}.tm-link-btn{background:none;border:0;color:var(--brand-highlighter);font-size:12px;cursor:pointer;padding:0}.tm-link-btn:hover{text-decoration:underline}.tm-slider-val{min-width:30px;text-align:right;font-variant-numeric:tabular-nums;color:var(--type-light)}.tm-rgb-r{accent-color:#ff5b5b}.tm-rgb-g{accent-color:#4cd964}.tm-rgb-b{accent-color:#4c8dff}.tm-color-row{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;background:#0000004d;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-sm);color:var(--type-light);cursor:pointer}.tm-color-row:hover{background:#ffffff0f}.tm-color-chip{width:22px;height:22px;border-radius:6px;border:1px solid rgba(255,255,255,.25);flex-shrink:0}.tm-color-hex{flex:1;text-align:left;font-size:13px;font-variant-numeric:tabular-nums}.tm-color-edit{font-size:12px;color:var(--type-light-60)}@media(max-width:720px){.tm-body{flex-direction:column}.tm-sidebar,.tm-layers-col{width:100%;max-height:240px;border-right:0;border-left:0;border-bottom:1px solid rgba(255,255,255,.08)}.tm-main{order:-1}}
