*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:#0a0a0a;color:#e0e0e0;overflow:hidden;height:100dvh}#root{height:100%}.app{display:flex;flex-direction:column;height:100%}.video-stage{flex:1;display:flex;align-items:center;justify-content:center}.video-placeholder{text-align:center}.video-placeholder p{font-size:2rem;font-weight:700;letter-spacing:.1em;color:#fff}.video-placeholder .subtitle{font-size:.875rem;font-weight:400;color:#666;margin-top:.5rem;letter-spacing:.2em}.controls{padding:1rem 1.5rem;background:#0a0a0af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid #1a1a1a}.prompt-bar{display:flex;gap:.5rem}.prompt-input{flex:1;padding:.625rem 1rem;border-radius:8px;border:1px solid #2a2a2a;background:#111;color:#e0e0e0;font-size:.875rem;outline:none;transition:border-color .2s}.prompt-input:focus{border-color:#444}.prompt-input::placeholder{color:#555}button{padding:.625rem 1.25rem;border-radius:8px;border:none;font-size:.875rem;cursor:pointer;white-space:nowrap;transition:background .2s}.btn-generate{background:#fff;color:#000;font-weight:600}.btn-generate:hover{background:#ddd}.btn-refresh{background:#1a1a1a;color:#aaa;border:1px solid #2a2a2a}.btn-refresh:hover{background:#222}.item-cards{margin-top:.75rem;min-height:2rem}.empty-hint{font-size:.75rem;color:#444;text-align:center}
