@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color:#0b0f19;--text-color:#f8fafc;--text-muted:#94a3b8;--primary:#6366f1;--primary-hover:#4f46e5;--surface:#ffffff08;--surface-hover:#ffffff0f;--surface-border:#ffffff14;--font-family:"Inter", system-ui, sans-serif;--radius:12px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}body.embed-mode{--bg-color:#191919;background-color:var(--bg-color)!important}body.light-theme{--bg-color:#fff;--text-color:#0f172a;--text-muted:#475569;--surface:#00000008;--surface-hover:#0000000f;--surface-border:#0000001a}a{color:inherit;text-decoration:none}.app-container{max-width:1200px;margin:0 auto;padding:2rem}.btn{background-color:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.btn-secondary{border:1px solid var(--surface-border);background-color:#0000}.btn-secondary:hover{background-color:var(--surface-hover);box-shadow:none}.glass-panel{background:var(--surface);-webkit-backdrop-filter:blur(12px);border:1px solid var(--surface-border);border-radius:var(--radius);padding:2rem}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:80vh;display:flex}.hero h1{background:linear-gradient(90deg,#fff,#a5b4fc);-webkit-text-fill-color:transparent;letter-spacing:-.05em;-webkit-background-clip:text;font-size:4rem;font-weight:700}.hero p{color:var(--text-muted);max-width:600px;font-size:1.25rem}.header{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:2rem;display:flex}.header h2{font-size:1.5rem;font-weight:600}select option{background-color:var(--bg-color);color:var(--text-color)}@keyframes spin{to{transform:rotate(360deg)}}.spin-animation{animation:1s linear infinite spin}.editor-layout{grid-template-columns:300px 1fr;gap:2rem;display:grid}@media (width<=768px){.app-container{padding:1rem}.header{flex-direction:column;align-items:flex-start;gap:1rem}.header>div{flex-wrap:wrap;gap:.5rem!important}.header .btn,.header .btn-secondary{text-align:center;flex:1;min-width:calc(50% - .5rem);padding:.5rem .75rem;font-size:.9rem;margin-left:0!important}.hero h1{font-size:2.5rem}.hero p{padding:0 1rem;font-size:1rem}div[style*=grid-template-columns],.editor-layout{grid-template-columns:1fr!important}}
