*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #2563EB;--dark-blue: #0F172A;--white: #FFFFFF;--text-primary: #1F2937;--text-secondary: #6B7280;--border-gray: #D1D5DB;--error-red: #EF4444;--success-green: #10B981;--bg-gray: #F9FAFB}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#2563eb,#1e40af);min-height:100vh;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--white);padding:1rem 1.5rem;box-shadow:0 1px 3px #0000001a}.header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:.75rem}.logo{height:40px;width:auto}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-blue)}.main-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.form-card{background:var(--white);border-radius:12px;box-shadow:0 10px 25px #0000001a;width:100%;max-width:500px;padding:2rem}.form-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;text-align:center}.form-subtitle{font-size:.95rem;color:var(--text-secondary);margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.form-label .required{color:var(--error-red)}.form-input{width:100%;padding:.75rem 1rem;border:1px solid var(--border-gray);border-radius:8px;font-size:1rem;transition:all .2s;font-family:inherit}.form-input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.form-input.error{border-color:var(--error-red)}.form-select{width:100%;padding:.75rem 1rem;border:1px solid var(--border-gray);border-radius:8px;font-size:1rem;transition:all .2s;font-family:inherit;background:var(--white);cursor:pointer}.form-select:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.form-select.error{border-color:var(--error-red)}.error-message{font-size:.8125rem;color:var(--error-red);margin-top:.375rem}.checkbox-group{margin-bottom:1rem}.checkbox-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--text-secondary);cursor:pointer}.checkbox-input{margin-top:.125rem;width:16px;height:16px;cursor:pointer}.checkbox-label a{color:var(--primary-blue);text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.submit-button{width:100%;padding:.875rem;background:var(--primary-blue);color:var(--white);border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.submit-button:hover:not(:disabled){background:#1e40af;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.submit-button:disabled{background:var(--border-gray);cursor:not-allowed;opacity:.6}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--white);border-radius:12px;padding:2.5rem 2rem;max-width:450px;width:100%;text-align:center;animation:slideUp .3s}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-icon{width:64px;height:64px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}.modal-icon.success{background:#d1fae5;color:var(--success-green)}.modal-icon.error{background:#fee2e2;color:var(--error-red)}.modal-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.modal-message{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.5}.modal-countdown{font-size:.875rem;color:var(--text-secondary)}.footer{background:var(--dark-blue);color:var(--white);padding:2rem 1.5rem 1.5rem}.footer-content{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--white)}.footer-section p,.footer-section a{font-size:.875rem;color:#94a3b8;line-height:1.8;text-decoration:none}.footer-section a:hover{color:var(--white)}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;font-size:.875rem;color:#94a3b8}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:var(--white);text-decoration:none;transition:all .2s}.social-link:hover{background:var(--primary-blue);transform:translateY(-2px)}@media(max-width:640px){.form-card{padding:1.5rem}.form-title{font-size:1.5rem}.modal-content{padding:2rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem}}.spinner{border:3px solid rgba(255,255,255,.3);border-top-color:var(--white);border-radius:50%;width:20px;height:20px;animation:spin .8s linear infinite;display:inline-block;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}
