.form-container{background:#fff;border-radius:12px;max-width:800px;margin:2rem auto;padding:2rem;box-shadow:0 10px 25px #0000000d}h1{color:#1e293b;text-align:center;border-bottom:2px solid #e2e8f0;margin-top:0;margin-bottom:1.5rem;padding-bottom:1rem;font-size:2rem}.form-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.form-section h2{color:#0ea5e9;border-bottom:1px solid #cbd5e1;margin-top:0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem}.dynamic-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.form-group{margin-bottom:1.5rem}.dynamic-grid .form-group{margin-bottom:0}label{color:#334155;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.required{color:#ef4444}input[type=text],input[type=email],input[type=number],select,textarea{box-sizing:border-box;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem}input[type=text]:focus,input[type=email]:focus,select:focus,textarea:focus{border-color:#0ea5e9;outline:none;box-shadow:0 0 0 3px #0ea5e933}input[readonly]{color:#64748b;cursor:not-allowed;background-color:#f1f5f9;border-color:#e2e8f0}.checkbox-group{flex-wrap:wrap;gap:1rem;display:flex}.checkbox-label{cursor:pointer;align-items:center;gap:.5rem;font-weight:400;display:flex}.checkbox-label input{cursor:pointer;width:1.2rem;height:1.2rem}.submit-btn{color:#fff;cursor:pointer;background-color:#0ea5e9;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:1.25rem;font-size:1.2rem;font-weight:600;transition:all .2s;box-shadow:0 4px 6px #0ea5e933}.submit-btn:hover{background-color:#0284c7;transform:translateY(-1px);box-shadow:0 6px 8px #0ea5e94d}.submit-btn:disabled{cursor:not-allowed;box-shadow:none;background-color:#94a3b8;transform:none}.status-message{text-align:center;border-radius:6px;margin-top:1.5rem;padding:1rem;font-weight:500}.status-success{color:#065f46;background-color:#d1fae5;border:1px solid #10b981}.status-info{color:#0369a1;background-color:#e0f2fe;border:1px solid #38bdf8}.status-error{color:#991b1b;background-color:#fee2e2;border:1px solid #ef4444}@media (width<=600px){.form-container{margin:1rem;padding:1rem}.dynamic-grid{grid-template-columns:1fr}}
