.layout-root{min-height:100vh;display:flex;flex-direction:column;background:#f5f7fb;color:#0b1b33;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.layout-header{background:#004c93;color:#fff;padding:.75rem 1rem;box-shadow:0 2px 8px #00000026}.layout-header-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.layout-logo{display:flex;flex-direction:column}.logo-mark{font-weight:700;letter-spacing:.04em}.logo-subtitle{font-size:.8rem;opacity:.9}.layout-nav{display:flex;gap:1rem;font-size:.95rem}.layout-nav a{color:#e6f0ff;text-decoration:none}.layout-nav a:hover{text-decoration:underline}.layout-main{flex:1;padding:1.5rem 1rem 2.5rem}.layout-main-inner{max-width:960px;margin:0 auto}.layout-footer{background:#0b1b33;color:#c7d0e0;padding:.75rem 1rem;font-size:.8rem}.layout-footer-inner{max-width:1120px;margin:0 auto;text-align:center}@media(max-width:600px){.layout-header-inner{flex-direction:column;align-items:flex-start}.layout-main{padding:1rem .75rem 2rem}}.reg-form{display:flex;flex-direction:column;gap:1.25rem}.reg-card{background:#fff;border-radius:.75rem;padding:1.1rem 1rem 1.2rem;box-shadow:0 2px 8px #0b1b330f}.reg-card h2{margin:0 0 .75rem;font-size:1.1rem;color:#0b1b33}.reg-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1rem}.reg-field{display:flex;flex-direction:column;gap:.25rem}.reg-field.full-width{grid-column:1 / -1}.reg-field label{font-size:.88rem;font-weight:500}.req{color:#c62828}.reg-field input,.reg-field select,.reg-field textarea{border-radius:.4rem;border:1px solid #c7d0e0;padding:.4rem .5rem;font-size:.9rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease;background:#fdfdff}.reg-field input:focus,.reg-field select:focus,.reg-field textarea:focus{border-color:#004c93;box-shadow:0 0 0 2px #004c9326}.reg-field input.has-error,.reg-field select.has-error,.reg-field textarea.has-error{border-color:#d32f2f;background:#fff6f6}.field-error{color:#d32f2f;font-size:.78rem}.reg-actions{margin-top:.4rem}.reg-actions button{background:#004c93;color:#fff;border:none;border-radius:999px;padding:.55rem 1.4rem;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 2px 6px #004c9333;transition:background .15s ease,transform .1s ease,box-shadow .15s ease}.reg-actions button:hover:not(:disabled){background:#0061c0;transform:translateY(-1px);box-shadow:0 4px 10px #004c9340}.reg-actions button:disabled{opacity:.6;cursor:default}.reg-alert{border-radius:.75rem;padding:.7rem .9rem;font-size:.85rem}.reg-alert-success{background:#e8f5e9;color:#1b5e20;border:1px solid #a5d6a7}.reg-alert-error{background:#ffebee;color:#b71c1c;border:1px solid #ef9a9a}.reg-alert ul{margin:.25rem 0 0;padding-left:1.1rem}.subevent-block{border-radius:.6rem;border:1px solid #d1ddf0;margin-top:.9rem;overflow:hidden}.subevent-header{background:#f3f7ff;padding:.6rem .7rem;font-size:.88rem}.subevent-body{padding:.7rem .7rem .8rem;display:flex;flex-direction:column;gap:.6rem}.radio-group{display:flex;flex-direction:column;gap:.2rem;font-size:.87rem}.reg-hint{font-size:.85rem;margin:.1rem 0 .7rem;color:#4a5667}.terms-label{font-size:.9rem}@media(max-width:700px){.reg-grid{grid-template-columns:1fr}}.reg-page-header{margin-bottom:1.5rem}.reg-page-header h1{font-size:1.7rem;margin-bottom:.3rem;color:#0b1b33}.reg-page-header p{margin:.15rem 0}.reg-page-dates{font-weight:600;color:#004c93}body{margin:0}
