.public-signup-wrapper{background:linear-gradient(135deg,#f0f4f8 0%,#e2e8f0 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Inter,sans-serif;display:flex}.public-signup-container{background:#fff;border-radius:24px;flex-direction:row;width:100%;max-width:1200px;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000014}.ps-info-panel{color:#fff;background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);flex-direction:column;flex:1;justify-content:space-between;padding:60px 40px;display:flex}.ps-branding{align-items:center;gap:15px;margin-bottom:20px;display:flex}.ps-brand-icon{background:#fff3;border-radius:12px;padding:10px}.ps-branding h1{letter-spacing:1px;margin:0;font-size:28px;font-weight:800}.ps-branding span{color:#fbbf24}.ps-info-content h2{margin-bottom:20px;font-size:36px;font-weight:700;line-height:1.2}.ps-info-content p{opacity:.9;margin-bottom:40px;font-size:16px;line-height:1.6}.ps-features{flex-direction:column;gap:20px;display:flex}.ps-feature-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;align-items:center;gap:15px;padding:15px 20px;font-size:16px;display:flex}.ps-feature-item svg{color:#fbbf24}.ps-footer{opacity:.7;font-size:14px}.ps-form-panel{background:#fff;flex:1.5;max-height:90vh;padding:60px;overflow-y:auto}.ps-form-panel::-webkit-scrollbar{width:8px}.ps-form-panel::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.ps-form-header{margin-bottom:40px}.ps-form-header h2{color:#0f172a;margin-bottom:10px;font-size:32px;font-weight:700}.ps-form-header p{color:#64748b;font-size:16px}.ps-grid-2{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.ps-grid-3{grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.ps-field{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.ps-field label{color:#334155;font-size:14px;font-weight:600}.ps-field input,.ps-field select,.ps-field textarea{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:14px 16px;font-size:15px;transition:all .3s}.ps-field input:focus,.ps-field select:focus,.ps-field textarea:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.ps-checkbox-container{cursor:pointer;color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:10px;margin-bottom:20px;padding:15px;font-weight:600;transition:all .3s;display:flex}.ps-checkbox-container:hover{background:#e2e8f0}.ps-checkbox-container input{accent-color:#3b82f6;width:20px;height:20px}.ps-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:20px;padding:16px;font-size:18px;font-weight:600;transition:all .3s;display:flex}.ps-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #2563eb4d}.ps-submit-btn:disabled{cursor:not-allowed;box-shadow:none;background:#94a3b8;transform:none}.ps-alert-error{color:#ef4444;background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;margin-bottom:20px;padding:15px;font-weight:500}.ps-alert-success{color:#10b981;background:#ecfdf5;border:1px solid #6ee7b7;border-radius:10px;margin-bottom:20px;padding:15px;font-weight:500}.ps-corporate-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;margin-bottom:20px;padding:20px;animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.public-signup-container{flex-direction:column}.ps-info-panel{padding:40px 20px}.ps-form-panel{max-height:none;padding:40px 20px}}
