@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap";:root{font-family:Space Grotesk,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#e5f0ff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,#f6f9ff,#dbeafe 45%,#c8f1ff 90%);color:#0f172a}a{color:inherit}#root{min-height:100vh}button{font-family:inherit}.app-shell{max-width:1200px;margin:0 auto;padding:48px 28px 64px;display:flex;flex-direction:column;gap:24px}.headline{display:flex;flex-direction:column;gap:12px}.headline h1{margin:0;font-size:clamp(26px,3vw,36px);letter-spacing:-.02em}.headline p{margin:0;max-width:820px;color:#334155}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.card{background:#ffffffd1;border:1px solid #e2e8f0;border-radius:18px;padding:20px;box-shadow:0 18px 40px -22px #1e293b59;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.card h2{margin:0 0 12px;font-size:18px;letter-spacing:-.01em}.form{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-weight:600;color:#0f172a}.field input,.field select,.field textarea{width:100%;border-radius:10px;border:1px solid #d5deeb;padding:10px 12px;font-size:14px;background:#f9fbff;color:#0f172a}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid #38bdf8;border-color:#0ea5e9;background:#fff}.muted{color:#6b7280;font-size:12px}.actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.primary-btn,.ghost-btn{border-radius:12px;padding:10px 14px;font-weight:600;border:1px solid transparent;cursor:pointer}.primary-btn{background:linear-gradient(135deg,#0ea5e9,#22c55e);color:#0b1224;border:none}.primary-btn:disabled{opacity:.5;cursor:not-allowed}.ghost-btn{background:#eef2ff;border-color:#cbd5e1}.result{display:flex;flex-direction:column;gap:10px;margin-top:14px}.badge{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#ecfeff;color:#0f172a;border:1px solid #bae6fd;font-weight:600}.previews{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.preview-card{border:1px solid #e2e8f0;border-radius:12px;padding:10px;background:#fff;display:flex;flex-direction:column;gap:8px}.preview-card img{width:100%;border-radius:8px;background:#f8fafc}.stack{display:flex;flex-direction:column;gap:6px}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.pill{background:#0ea5e9;color:#0b1224;padding:8px 10px;border-radius:12px;font-weight:600}.error{color:#be123c;font-weight:600}
