*,: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:50vh;overflow-y:auto}.app-bottom-bar{display:none}.preview-container{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;min-width:0;padding:20px 16px;display:flex}.preview-label{color:#555;text-transform:uppercase;letter-spacing:.1em;font-size:.65rem;font-weight:600}.preview-content{justify-content:center;align-items:center;width:100%;padding:12px;display:flex;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:16px;padding:16px;display:flex}.ctrl-label{color:#888;text-transform:uppercase;letter-spacing:.06em;flex-direction:column;gap:6px;font-size:.7rem;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:10px 12px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.ctrl-textarea:focus{border-color:#06d6a066}.ctrl-style-grid{grid-template-columns:repeat(3,1fr);gap:5px;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:8px 4px;font-family:inherit;font-size:.7rem;transition:all .15s}.ctrl-style-btn.active{color:#06d6a0;background:#06d6a01f;border-color:#06d6a0}.ctrl-sliders{flex-direction:column;gap:12px;display:flex}.ctrl-label-inline{color:#888;letter-spacing:.04em;flex-direction:column;gap:4px;font-size:.7rem;font-weight:600;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:20px;height:20px}.ctrl-range::-moz-range-thumb{cursor:pointer;background:#06d6a0;border:none;border-radius:50%;width:20px;height:20px}.ctrl-palette-grid{grid-template-columns:repeat(4,1fr);gap:5px;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:4px;padding:6px 4px;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:10px;height:10px;display:inline-block}.ctrl-palette-name{text-transform:capitalize;font-size:.55rem}.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:12px;font-family:inherit;font-size:.85rem;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:12px 20px;font-family:inherit;font-size:.85rem;font-weight:600}@media (width>=640px){.app-preview{flex:1}.app-controls{max-height:45vh}.ctrl-style-grid{grid-template-columns:repeat(3,1fr)}.ctrl-palette-grid{grid-template-columns:repeat(4,1fr)}.preview-container{padding:32px 24px}.controls{gap:18px;padding:20px 24px}}@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:300px;max-height:100dvh}.app-preview{flex:1}.app-bottom-bar{display:none}.controls{gap:20px;padding:24px}.ctrl-style-grid{grid-template-columns:repeat(2,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:40px 32px}}button:hover{opacity:.85}button:active{opacity:.7}
