@font-face{font-family:LatoWeb;src:url(assets/fonts/Lato-Regular.eot);src:url(assets/fonts/Lato-Regular.eot?#iefix)format("embedded-opentype"),url(assets/fonts/Lato-Regular.woff2)format("woff2"),url(assets/fonts/Lato-Regular.woff)format("woff"),url(assets/fonts/Lato-Regular.ttf)format("truetype");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:LatoWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a2e;background-color:#fff;min-height:100vh;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex}.header{width:100%}.logo{align-items:center;gap:10px;min-width:200px;display:flex}.logo-bar{background:linear-gradient(#e53e3e 50%,#1a1a2e 50%);border-radius:2px;width:4px;height:44px}.logo-text{letter-spacing:.18em;color:#1a1a2e;font-size:1.2rem;font-weight:700}.header-title{text-align:center;color:#1a1a2e;flex:1;font-size:1.6rem;font-weight:600}.form-container{width:100%;max-width:1100px;margin:0 auto;padding:40px 48px 60px}.form-section{background:#fff;border-radius:8px;margin-bottom:24px;padding:36px 40px;box-shadow:0 1px 4px #0000000f}.section-title{color:#1a1a2e;margin-bottom:24px;font-size:1.05rem;font-weight:600}.field-label{color:#555;margin-bottom:8px;font-size:.82rem;display:block}.required{color:#e53e3e}.radio-group{align-items:center;gap:40px;display:flex}.radio-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:.95rem;display:flex}.radio-btn{border:2px solid #ccc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.radio-btn.active{background:#2ecc71;border-color:#2ecc71}.radio-inner{background:#fff;border-radius:50%;width:8px;height:8px}.radio-btn:not(.active) .radio-inner{display:none}.form-divider{background:#e8eaed;height:1px;margin:20px 0 28px}.form-row{grid-template-columns:1fr 1fr;gap:20px 32px;margin-bottom:20px;display:grid}.form-field{flex-direction:column;display:flex}.full-width{grid-column:1/-1}.form-input{color:#1a1a2e;background:#fff;border:1px solid #d8dbe0;border-radius:6px;outline:none;width:100%;height:42px;padding:0 14px;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.form-input:focus{border-color:#2ecc71;box-shadow:0 0 0 3px #2ecc711f}.input-error{border-color:#e53e3e!important}.form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.error-msg{color:#e53e3e;margin-top:4px;font-size:.75rem}.form-footer{justify-content:flex-end;margin-top:8px;display:flex}.btn-submit{color:#1a1a2e;cursor:pointer;background:#b2ead8;border:none;border-radius:6px;padding:10px 32px;font-size:.95rem;font-weight:500;transition:background .15s,transform .1s}.btn-submit:hover{background:#8ddfc5;transform:translateY(-1px)}.btn-submit:active{transform:translateY(0)}.success-screen{background:#f8f9fa;justify-content:center;align-items:center;min-height:100vh;display:flex}.success-card{text-align:center;background:#fff;border-radius:12px;width:90%;max-width:440px;padding:60px 48px;box-shadow:0 4px 24px #00000014}.success-icon{color:#fff;background:#2ecc71;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;font-size:1.8rem;display:flex}.success-card h2{color:#1a1a2e;margin-bottom:12px;font-size:1.4rem;font-weight:600}.success-card p{color:#666;margin-bottom:32px;font-size:.95rem}.btn-back{color:#1a1a2e;cursor:pointer;background:#b2ead8;border:none;border-radius:6px;padding:10px 28px;font-size:.9rem;font-weight:500}.btn-back:hover{background:#8ddfc5}@media (width<=700px){.header{flex-direction:column;gap:12px;padding:20px 24px}.logo{min-width:auto}.form-container{padding:24px 16px 48px}.form-section{padding:24px 20px}.form-row{grid-template-columns:1fr}.header-title{font-size:1.2rem}}
