*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{color:#f0f0f0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background:#0a0a0a;font-family:Fira Mono,SF Mono,Cascadia Code,Consolas,monospace}::selection{color:#fff;background:#06d6a04d}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.app{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.app-header{border-bottom:1px solid #ffffff0f;flex-shrink:0;padding:12px 16px}.app-title{color:#e0e0e0;letter-spacing:.02em;font-size:.85rem;font-weight:700}.app-preview{flex:auto;min-height:0;display:flex;overflow:hidden}.app-controls{background:#0e0e0e;border-top:1px solid #ffffff0f;flex-shrink:0;max-height:55vh;overflow-y:auto}.app-bottom-bar{display:none}.preview-container{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;min-width:0;padding:16px;display:flex}.preview-stage{border-radius:12px;flex:1;justify-content:center;align-items:center;width:100%;min-height:200px;display:flex;position:relative;overflow:hidden}.preview-frame{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;inset:0}.preview-label{color:#555;text-transform:uppercase;letter-spacing:.1em;font-size:.65rem;font-weight:600}.preview-content{z-index:1;justify-content:center;align-items:center;width:100%;padding:16px;display:flex;position:relative;overflow:hidden}.preview-empty{flex:1;justify-content:center;align-items:center;display:flex}.preview-empty-text{color:#333;font-size:.85rem}.controls{flex-direction:column;gap:12px;padding:14px;display:flex}.ctrl-label{color:#777;text-transform:uppercase;letter-spacing:.06em;flex-direction:column;gap:5px;font-size:.65rem;font-weight:600;display:flex}.ctrl-label-inline{color:#777;letter-spacing:.04em;flex-direction:column;gap:3px;font-size:.65rem;font-weight:600;display:flex}.ctrl-textarea{color:#f0f0f0;resize:none;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:8px 10px;font-family:inherit;font-size:.85rem;transition:border-color .2s}.ctrl-textarea:focus{border-color:#06d6a066}.ctrl-select{color:#f0f0f0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;outline:none;width:100%;padding:7px 10px;font-family:inherit;font-size:.75rem}.ctrl-select:focus{border-color:#06d6a066}.ctrl-select option{color:#f0f0f0;background:#1a1a1a}.ctrl-row{gap:10px;display:flex}.ctrl-half{flex:1}.ctrl-toggle-btn{color:#aaa;cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:7px 0;font-family:inherit;font-size:.75rem;font-weight:700;transition:all .15s}.ctrl-toggle-btn.active{color:#06d6a0;background:#06d6a026;border-color:#06d6a0}.ctrl-style-grid{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.ctrl-style-btn{color:#aaa;cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;padding:6px 3px;font-family:inherit;font-size:.65rem;transition:all .15s}.ctrl-style-btn.active{color:#06d6a0;background:#06d6a01f;border-color:#06d6a0}.ctrl-sliders{flex-direction:column;gap:10px;display:flex}.ctrl-range{appearance:none;background:#ffffff1a;border-radius:2px;outline:none;width:100%;height:4px}.ctrl-range::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#06d6a0;border:none;border-radius:50%;width:18px;height:18px}.ctrl-range::-moz-range-thumb{cursor:pointer;background:#06d6a0;border:none;border-radius:50%;width:18px;height:18px}.ctrl-palette-grid{grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.ctrl-palette-btn{color:#999;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff08;border:1px solid #ffffff0f;border-radius:6px;flex-direction:column;align-items:center;gap:3px;padding:5px 3px;font-family:inherit;transition:all .15s;display:flex}.ctrl-palette-btn.active{color:#06d6a0;background:#06d6a014;border-color:#06d6a0}.ctrl-palette-swatches{gap:2px;display:flex}.ctrl-swatch{border-radius:50%;width:8px;height:8px;display:inline-block}.ctrl-palette-name{text-transform:capitalize;font-size:.5rem}.ctrl-btn-row-mobile{gap:8px;display:flex}.ctrl-play-btn{color:#fff;cursor:pointer;letter-spacing:.04em;-webkit-tap-highlight-color:transparent;border:none;border-radius:8px;flex:1;padding:10px;font-family:inherit;font-size:.8rem;font-weight:700}.ctrl-reset-btn{color:#aaa;cursor:pointer;letter-spacing:.04em;-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #ffffff1f;border-radius:8px;padding:10px 16px;font-family:inherit;font-size:.8rem;font-weight:600}@media (width>=640px){.app-preview{flex:1}.app-controls{max-height:50vh}.ctrl-style-grid{grid-template-columns:repeat(5,1fr)}.ctrl-palette-grid{grid-template-columns:repeat(4,1fr)}.preview-container{padding:24px}.controls{gap:14px;padding:18px 20px}}@media (width>=1024px){.app{flex-direction:row}.app-header{display:none}.app-controls{border-top:none;border-right:1px solid #ffffff0f;flex-shrink:0;order:-1;width:320px;max-height:100dvh}.app-preview{flex:1}.app-bottom-bar{display:none}.controls{gap:16px;padding:20px}.ctrl-style-grid{grid-template-columns:repeat(3,1fr)}.ctrl-palette-grid{grid-template-columns:1fr}.ctrl-palette-btn{flex-direction:row;gap:8px;padding:6px 10px}.ctrl-palette-name{font-size:.7rem}.ctrl-swatch{width:12px;height:12px}.ctrl-btn-row-mobile{display:none}.preview-container{padding:32px}}button:hover{opacity:.85}button:active{opacity:.7}
