.new-product-shell{color:#e2e8f0;background:radial-gradient(circle at top,#3b82f61a,#0000 40%),#010712;min-height:100vh;padding:3rem 1.25rem 4rem;font-family:Geist,Helvetica Neue,Arial,sans-serif}.new-product-header{flex-direction:column;gap:.5rem;max-width:720px;margin:0 auto 2.5rem;display:flex}.new-product-header h1{margin:0;font-size:clamp(2rem,1.3rem + 1.5vw,2.8rem)}.new-product-header p{color:#94a3b8;max-width:56ch;margin:0}.new-product-card{background:#0f172ab3;border:1px solid #ffffff14;border-radius:28px;max-width:680px;margin:0 auto;padding:2rem;box-shadow:0 35px 60px #020617bf}.new-product-form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.new-product-form label{color:#94a3b8;flex-direction:column;gap:.35rem;font-size:.85rem;display:flex}.new-product-form input{color:#e2e8f0;background:#0f172a66;border:1px solid #ffffff1f;border-radius:14px;padding:.85rem;font-size:.95rem}.new-product-form input:focus{outline-offset:2px;border-color:#0000;outline:2px solid #3b82f699}.form-error,.form-message{grid-column:1/-1;padding:.5rem 0;font-size:.85rem}.form-error{color:#fca5a5}.form-message{color:#fcd34d}.form-actions{grid-column:1/-1;justify-content:flex-end;gap:.75rem;display:flex}.form-actions button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:999px;padding:.85rem 1.6rem;font-weight:600;transition:transform .2s,background .2s}.form-actions button:hover{transform:translateY(-2px)}.form-actions .ghost{color:#e2e8f0;background:0 0;border:1px solid #fff6}.form-actions .ghost:hover{background:#ffffff0d}@media (max-width:640px){.new-product-form{grid-template-columns:1fr}.form-actions{flex-direction:column;align-items:stretch}}
