@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#222;background-color:#f5f6f8;justify-content:center;align-items:center;min-height:100vh;padding:10px 20px;font-family:Roboto,sans-serif;display:flex}.app-container{flex-direction:column;align-items:center;width:100%;display:flex}.logo{margin-bottom:16px;font-size:24px;font-weight:700}.logo .blue{color:#1a82e2}.logo .dark{color:#333}.card{background:#fff;border-radius:12px;width:100%;max-width:800px;padding:20px 30px;box-shadow:0 4px 20px #0000000d}.header{text-align:center;margin-bottom:15px}.header h1{color:#111;margin-bottom:8px;font-size:24px;font-weight:700}.header p{color:#555;font-size:15px}.form-grid{grid-template-columns:1fr 1fr;gap:12px 20px;display:grid}@media (width<=640px){.form-grid{grid-template-columns:1fr}}.form-group{flex-direction:column;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:#111;margin-bottom:4px;font-size:13px;font-weight:700}.asterisk{color:#e53e3e}.form-group input,.form-group select{color:#111;background-color:#eef3fc;border:1px solid #d1d9e6;border-radius:6px;outline:none;width:100%;padding:5px 16px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus{border-color:#1a82e2;box-shadow:0 0 0 3px #1a82e226}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23888'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.btn{cursor:pointer;text-align:center;border-radius:4px;width:100%;margin-top:15px;padding:10px;font-family:inherit;font-size:15px;font-weight:500;transition:opacity .2s,background-color .2s}.btn-primary{color:#fff;background-color:#2b8be9;border:none}.btn-primary:hover{background-color:#1e75cc}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.status-message{text-align:center;border-radius:4px;margin-top:10px;padding:8px;font-size:13px;font-weight:500}.status-message.success{color:#137333;background-color:#e6f4ea;border:1px solid #ceead6}.status-message.error{color:#c5221f;background-color:#fce8e6;border:1px solid #fad2cf}
