.register-section{background:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 2px 10px rgb(0 0 0 / .08);max-width:600px;margin:2rem auto;transition:box-shadow 0.2s ease}.register-section h1{font-size:2rem;margin-bottom:1.5rem;text-align:center;color:#222}.form-layout{display:flex;flex-direction:column;gap:1rem}.form-layout label{font-weight:600;color:#333;margin-bottom:.25rem;display:block}.form-layout input:not([type="checkbox"]):not([type="radio"]){padding:.75rem;border-radius:6px;border:1px solid #ccc;font-size:1rem;transition:border-color 0.2s ease,box-shadow 0.2s ease;width:100%}.form-layout input:focus{border-color:#07c;box-shadow:0 0 0 2px rgb(0 119 204 / .2);outline:none}.form-layout .button{background:#ffb800;color:#000;padding:.75rem 1.5rem;border-radius:6px;font-weight:700;font-size:1.1rem;border:none;cursor:pointer;transition:background-color 0.2s ease,box-shadow 0.2s ease}.form-layout .button:hover{background:#fa0;box-shadow:0 2px 6px rgb(0 0 0 / .15)}.form-layout .button:focus,.form-layout .button:active{outline:none;background-color:#ff9c00}.form-alert{padding:1rem;border-radius:6px;font-size:1rem;margin:1rem 0;text-align:center;font-weight:700;line-height:1.5}.form-alert.success{background:#e1fbe1;color:#196b19;border:1px solid #6ad66a}.form-alert.error{background:#ffe5e5;color:#a00;border:1px solid #d33}.form-success a{color:#07c;text-decoration:underline;font-weight:400}.form-check{display:flex;align-items:center;gap:10px;margin:1.2rem 0;font-size:.95rem;color:#555;flex-wrap:wrap}.form-check input[type="checkbox"]{margin:0 8px 0 0;transform:scale(1.2);accent-color:#ffb800;cursor:pointer;flex-shrink:0}.form-check label{font-weight:400;margin:0;display:inline;cursor:pointer;line-height:1.5;background:none;box-shadow:none;flex:1 1 0%;min-width:0}.form-check a{color:#1e90ff;text-decoration:underline;margin-left:3px;transition:color 0.2s}.form-check a:hover{color:#0056b3}.form-links{margin-top:2rem;font-size:.95rem;color:#444;text-align:center}.form-links p{margin:.5rem 0}.form-links a{color:#1e90ff;text-decoration:underline;transition:color 0.2s ease}.form-links a:hover{color:#0056b3}.no-results-wrapper{background:#fff;padding:2rem;border-radius:8px;text-align:center}.no-results{font-size:1.1rem;color:#666;font-weight:500}#tab-intro{opacity:1;transition:opacity 0.3s ease}#tab-intro.fade-out{opacity:.3}@media (max-width:600px){.register-section{padding:1rem;border-radius:0;box-shadow:none;margin:0}.form-layout{gap:.7rem}.form-check{font-size:.98rem;gap:7px}}