:root{--black: #0A0A0B;--surface: #111114;--border: #1E1E24;--accent: #E8FF47;--accent-2: #00C2FF;--accent-3: #FF4ECD;--text-primary: #F5F5F0;--text-muted: #52525B;--mode-color: #00C2FF}[data-mode=seedance]{--mode-color: #FF4ECD}*{box-sizing:border-box}body{font-family:DM Sans,sans-serif;background-color:var(--black);color:var(--text-primary);margin:0;padding:0;min-height:100vh}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;opacity:.015;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px;pointer-events:none;z-index:9999}@keyframes promptcutPulse{0%,to{opacity:.65;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.btn-glow:hover{box-shadow:0 0 20px #e8ff4766,0 0 40px #e8ff4726}.mode-transition{transition:color .3s ease,background-color .3s ease,border-color .3s ease}.glass-card{background:var(--surface);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hl-camera{color:#00c2ff;background:#00c2ff1f;padding:0 2px;border-radius:2px}.hl-action{color:#e8ff47;background:#e8ff471f;padding:0 2px;border-radius:2px}.hl-mood{color:#ff4ecd;background:#ff4ecd1f;padding:0 2px;border-radius:2px}.upload-zone{border:1px dashed var(--border);transition:border-color .2s ease,background-color .2s ease}.upload-zone:hover,.upload-zone.drag-over{border-color:var(--mode-color);background-color:#ffffff08}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:var(--surface);border:1px solid var(--border);color:var(--text-primary);padding:.625rem 1.25rem;border-radius:6px;font-size:13px;font-family:DM Sans,sans-serif;z-index:10000;pointer-events:none}::selection{background:#e8ff4733;color:var(--text-primary)}:focus-visible{outline:2px solid var(--mode-color);outline-offset:2px}textarea,input{font-family:DM Sans,sans-serif}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
