.auth-layout{background:var(--background);grid-template-columns:38% 62%;height:100vh;display:grid}.auth-form-section{background:#f8fafc;justify-content:center;align-items:center;padding:20px 32px;display:flex;overflow:hidden}.auth-hero{background-color:#0000;background-image:linear-gradient(#06162bbf,#06162beb),url(/images/auth/auth-family.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.auth-hero-overlay{background:radial-gradient(circle at top,#0ea5e92e,#0000 60%);position:absolute;inset:0}.auth-hero-content{z-index:2;max-width:420px;padding:40px;position:relative}.auth-hero-title{color:#fff;letter-spacing:-.03em;margin-bottom:24px;font-size:3rem;font-weight:800;line-height:1.05}.auth-hero-description{color:#ffffffd1;font-size:1rem;line-height:1.8}.register-card{border:1px solid var(--neutral-200);background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:620px;height:88vh;padding:24px;display:flex;box-shadow:0 20px 60px #0f172a14}.register-step-content{flex:1;min-height:0;padding-right:8px;overflow-y:auto}@keyframes registerFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.register-title{color:var(--neutral-900);margin-bottom:8px;font-size:28px;font-weight:700}.register-description{color:var(--neutral-600);margin-bottom:0;font-size:14px;line-height:1.5}.register-progress{margin-bottom:36px}.register-progress-top{color:var(--neutral-600);justify-content:space-between;margin-bottom:12px;font-size:14px;font-weight:600;display:flex}.register-progress-bar{background:var(--neutral-200);border-radius:999px;height:8px;overflow:hidden}.register-progress-fill{background:var(--accent);border-radius:999px;height:100%;transition:all .3s}.register-stepper{justify-content:space-between;align-items:flex-start;margin-bottom:32px;display:flex;position:relative}.step-item{text-align:center;color:var(--neutral-400);flex:1;font-size:13px;font-weight:600;transition:all .3s;position:relative}.step-item:before{content:"";border:2px solid var(--neutral-300);background:#fff;border-radius:50%;width:20px;height:20px;margin:0 auto 12px;transition:all .3s;display:block}.step-item:not(:last-child):after{content:"";background:var(--neutral-200);z-index:0;width:calc(100% - 48px);height:2px;position:absolute;top:16px;left:calc(50% + 24px)}.step-item.active{color:var(--neutral-900)}.step-item.active:before{background:var(--accent);border-color:var(--accent);box-shadow:0 0 0 8px #0ea5e91f}.step-item.completed{color:var(--neutral-900)}.step-item.completed:before{background:var(--accent);border-color:var(--accent)}.step-item.completed:after{background:var(--accent)}.step-title{color:var(--neutral-900);margin-bottom:6px;font-size:20px;font-weight:800}.step-description{color:var(--neutral-600);margin-bottom:14px;font-size:14px;line-height:1.8}.family-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.auth-label{color:var(--neutral-700);margin-bottom:10px;font-size:14px;font-weight:600;display:block}.auth-input,select.auth-input{border:1px solid var(--neutral-300);width:100%;height:48px;color:var(--neutral-900);background:#fff;border-radius:12px;padding:0 18px;font-size:14px;transition:all .25s}.auth-input:hover{border-color:var(--neutral-500)}.auth-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #0ea5e91f}.auth-input-wrapper{position:relative}.auth-toggle{color:var(--neutral-500);justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.auth-toggle:hover{color:var(--accent)}.auth-checkbox{color:var(--neutral-700);align-items:flex-start;gap:12px;margin-top:16px;margin-bottom:16px;font-size:14px;line-height:1.6;display:flex}.auth-checkbox input{width:18px;height:18px;margin-top:2px}.auth-error{color:var(--danger);margin-top:12px;font-size:14px;font-weight:500}.region-selector{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;display:grid}.region-card{border:1px solid var(--neutral-300);cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;height:120px;padding:20px;transition:all .25s;display:flex}.region-card:hover{border-color:var(--accent);transform:translateY(-2px)}.region-card.active{border-color:var(--accent);background:#0ea5e90f;box-shadow:0 0 0 4px #0ea5e91a,0 8px 24px #0ea5e914}.region-card-title{color:var(--neutral-900);font-size:16px;font-weight:700}.region-card-description{color:var(--neutral-600);font-size:13px;line-height:1.4}.step-actions{justify-content:space-between;align-items:center;gap:16px;margin-top:24px;display:flex}.register-summary{flex-direction:column;flex:1;gap:12px;min-height:0;margin-top:20px;padding-right:8px;display:flex;overflow-y:auto}.summary-item{border:1px solid var(--neutral-200);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;padding:18px 20px;transition:all .25s;display:flex}.summary-item:hover{border-color:var(--accent);transform:translateY(-2px)}.summary-item span{color:var(--neutral-600)}.summary-item strong{color:var(--neutral-900);font-weight:600}@media (max-width:1200px){.auth-layout{grid-template-columns:1fr}.auth-hero{display:none}.auth-form-section{padding:24px}.register-card{max-width:100%;margin:0}}@media (max-width:768px){.register-card{padding:24px}.family-grid{grid-template-columns:1fr}.step-actions{flex-direction:column}.step-actions button{width:100%}}.auth-input-icon{color:var(--neutral-400);pointer-events:none;z-index:2;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.auth-input-with-icon{padding-left:46px!important}.step-actions-full{width:100%}.btn-full{justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.child-card{border:1px solid var(--neutral-200);background:#fff;border-radius:20px;grid-template-columns:140px 1fr;margin-bottom:20px;padding:16px;display:grid}.child-full-width{grid-column:1/-1}.child-title{color:var(--neutral-900);margin-bottom:20px;font-size:18px;font-weight:700}.summary-layout{flex-direction:column;flex:1;min-height:0;display:flex}.summary-notice{background:#0ea5e90d;border:1px solid #0ea5e926;border-radius:14px;flex-shrink:0;margin-top:16px;padding:16px}.summary-notice-text{color:var(--neutral-700);align-items:flex-start;gap:10px;font-size:14px;line-height:1.6;display:flex}.login-links{justify-content:flex-end;margin:8px 0 24px;display:flex}.login-links a{color:var(--accent);font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s}.login-links a:hover{opacity:.8;text-decoration:underline}.login-footer{color:var(--neutral-600);justify-content:center;gap:6px;margin-top:28px;font-size:14px;display:flex}.login-footer a{color:var(--accent);font-weight:600}.login-footer a:hover{text-decoration:underline}.register-login-link{color:var(--neutral-600);justify-content:center;align-items:center;gap:6px;margin-bottom:18px;font-size:14px;display:flex}.register-login-link a{color:var(--accent);font-weight:600;text-decoration:none;transition:all .2s}.register-login-link a:hover{color:var(--accent-hover);text-decoration:underline}.login-card{height:auto}.auth-legal-link{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.auth-legal-link:hover{text-decoration:underline}.legal-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.legal-modal{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:850px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 30px 80px #0f172a40}.legal-modal-header{border-bottom:1px solid var(--neutral-200);justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.legal-modal-header h2{color:var(--neutral-900);margin:0;font-size:22px;font-weight:700}.legal-modal-close{cursor:pointer;color:var(--neutral-500);background:0 0;border:none}.legal-modal-content{color:var(--neutral-700);padding:28px;line-height:1.8;overflow-y:auto}.login-card,.register-card{border-radius:var(--radius-lg)}.auth-field{gap:.4rem}.auth-input{min-height:2.75rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.auth-input:focus{box-shadow:0 0 0 3px #0ea5e91f}.region-card{transition:transform .2s,box-shadow .2s,border-color .2s}.region-card:hover{transform:translateY(-1px)}.step-actions{gap:.75rem;margin-top:1.5rem}@media (max-width:900px){.auth-layout{grid-template-columns:1fr}.auth-hero{display:none}.auth-form-section{min-height:100vh;padding:1.5rem 1rem}}@media (max-width:640px){.auth-form-section{padding:1rem}.login-card,.register-card{padding:1.25rem}.step-actions{margin-top:1.25rem}}.auth-form-section{padding:2rem clamp(1.25rem,3vw,2.5rem)}.register-card{border-radius:var(--radius-lg);max-width:640px;height:min(88vh,860px);padding:1.75rem;box-shadow:0 18px 50px #0f172a12}.register-step-content{scrollbar-width:thin;scrollbar-color:var(--neutral-300) transparent;padding-right:.5rem}.register-header{margin-bottom:1.75rem}.auth-field{margin-bottom:1.125rem}.auth-label{margin-bottom:.5rem}.auth-input,select.auth-input{border-radius:var(--radius-sm);height:3.125rem;min-height:3.125rem}.auth-input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.region-selector{gap:.75rem}.region-card{height:auto;min-height:7.25rem;padding:1rem 1.125rem}.region-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.step-actions{border-top:1px solid var(--neutral-100);margin-top:1.5rem;padding-top:1rem}.step-actions .btn-primary,.step-actions .btn-secondary{min-width:10.5rem}.child-card{border-radius:var(--radius-md);grid-template-columns:1fr;gap:.5rem;padding:1.125rem}.child-title{margin-bottom:.75rem}.summary-item{border-radius:var(--radius-md);gap:1.25rem;padding:1rem 1.125rem}.summary-item strong{text-align:right}@media (max-width:768px){.auth-form-section{padding:1rem}.register-card{border-radius:var(--radius-md);height:auto;min-height:calc(100vh - 2rem);padding:1.25rem}.register-step-content{padding-right:0}.step-actions{gap:.75rem}.step-actions .btn-primary,.step-actions .btn-secondary{min-width:0}.summary-item{flex-direction:column;align-items:flex-start;gap:.35rem}.summary-item strong{text-align:left}}.auth-hero-content{width:min(100%,560px);max-width:560px;padding:clamp(2rem,4vw,3.5rem)}.auth-hero-title{color:#fff;text-wrap:balance;margin:0 0 1.25rem;font-size:clamp(2.4rem,4vw,3.5rem);line-height:1.06}.auth-hero-description,.auth-hero-content .hero__description{color:#ffffffe0;overflow-wrap:anywhere;margin:0;font-size:1rem;line-height:1.75}.auth-form-section{min-width:0;overflow:hidden}.register-card{box-sizing:border-box;min-width:0}.register-step-content,.register-summary{scrollbar-gutter:stable}.auth-input,select.auth-input,.region-card,.child-card,.summary-item{box-sizing:border-box}.auth-input::placeholder{color:var(--neutral-400);opacity:1}.auth-input:disabled,.region-card:disabled{cursor:not-allowed;opacity:.65}.auth-error{border-radius:var(--radius-sm);background:#ef44440d;border:1px solid #ef44442e;padding:.7rem .8rem;line-height:1.5}@media (max-width:1200px){.auth-layout{height:auto;min-height:100dvh}.auth-form-section{min-height:100dvh;overflow:visible}}@media (max-width:640px){.register-card{width:100%;max-width:none}.region-selector{grid-template-columns:1fr}.register-stepper{justify-content:flex-start;padding-bottom:.5rem;overflow-x:auto}.step-item{flex:0 0 5.5rem;min-width:5.5rem}.step-item:not(:last-child):after{width:calc(100% - 36px);left:calc(50% + 18px)}}.auth-layout,.auth-form-section,.register-card,.login-card,.register-step-content,.register-summary,.summary-layout,.family-grid,.region-selector,.child-card,.legal-modal-content{min-width:0}.auth-hero-title,.auth-hero-description,.register-title,.register-description,.step-title,.step-description,.summary-item,.summary-notice-text,.child-title,.region-card-title,.region-card-description{overflow-wrap:anywhere;word-break:break-word}.auth-input,select.auth-input,.auth-toggle,.btn-full,.step-actions button{box-sizing:border-box;min-height:2.875rem}@media (min-width:1024px){.auth-layout,.auth-form-section{min-height:100dvh}}@media (min-width:769px) and (max-width:1023px){.auth-layout{min-height:100dvh}.auth-form-section{min-height:100dvh;padding:2rem 1.5rem}.register-card,.login-card{width:min(100%,42rem);margin-inline:auto}.family-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:601px) and (max-width:768px){.auth-form-section{min-height:100dvh;padding:1.5rem 1.25rem}.register-card,.login-card{width:min(100%,40rem);margin-inline:auto}.family-grid{grid-template-columns:1fr}.register-stepper{justify-content:flex-start;overflow-x:auto}.step-item{flex:0 0 5.5rem;min-width:5.5rem}.region-selector{grid-template-columns:1fr 1fr}.summary-layout{grid-template-columns:1fr}}@media (max-width:600px){.auth-form-section{min-height:100dvh;padding:1rem}.register-card,.login-card{width:100%;max-width:none}.register-header{gap:.5rem}.register-title{font-size:clamp(1.5rem,7vw,1.9rem)}.register-description{font-size:.9rem;line-height:1.65}.region-selector,.family-grid,.summary-layout{grid-template-columns:1fr}.register-stepper{scrollbar-width:thin;justify-content:flex-start;gap:.5rem;width:100%;padding-bottom:.5rem;overflow-x:auto}.step-item{flex:0 0 5.25rem;min-width:5.25rem}.step-title{font-size:.8rem}.step-description{font-size:.76rem}.step-actions{flex-direction:column;align-items:stretch;gap:.75rem}.step-actions>*,.auth-form-section .btn-full{width:100%}.child-card{padding:1rem}.summary-item{padding:.875rem}.legal-modal{padding:0}.legal-modal-content{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-height:94dvh}}@media (max-width:375px){.auth-form-section{padding:.75rem}.register-title{font-size:1.45rem}.register-description{font-size:.86rem}.step-item{flex-basis:4.75rem;min-width:4.75rem}.auth-input,select.auth-input,.btn-full,.step-actions button{min-height:2.75rem}}@media (prefers-reduced-motion:reduce){.auth-layout *,.register-stepper *{scroll-behavior:auto}}.informed-consent-viewer{flex-direction:column;gap:1rem;min-width:0;display:flex}.informed-consent-pdf-wrapper{border:1px solid var(--neutral-200);background:#f1f5f9;border-radius:14px;width:100%;height:min(68vh,680px);min-height:420px;overflow:hidden}.informed-consent-pdf{background:#fff;border:0;width:100%;height:100%;display:block}.informed-consent-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.informed-consent-action{border:1px solid var(--neutral-200);background:var(--neutral-50);min-height:42px;color:var(--accent);border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.9rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.informed-consent-action:hover{border-color:var(--accent);color:var(--accent-hover);background:#fff;text-decoration:none;transform:translateY(-1px)}.informed-consent-action-primary{border-color:var(--accent);background:var(--accent);color:#fff}.informed-consent-action-primary:hover{border-color:var(--accent-hover);background:var(--accent-hover);color:#fff}@media (max-width:640px){.informed-consent-pdf-wrapper{height:62vh;min-height:360px}.informed-consent-actions{flex-direction:column;align-items:stretch}.informed-consent-action{width:100%}}.informed-consent-modal{width:min(1120px,100%);max-width:1120px;max-height:92vh}.informed-consent-modal .legal-modal-content{padding:20px 22px 22px;overflow:hidden}.informed-consent-modal .informed-consent-pdf-wrapper{height:min(68vh,680px);min-height:420px}@media (max-width:640px){.informed-consent-modal{border-radius:18px;width:100%;max-height:96dvh}.informed-consent-modal .legal-modal-header{padding:18px 20px}.informed-consent-modal .legal-modal-content{padding:14px;overflow-y:auto}.informed-consent-modal .informed-consent-pdf-wrapper{height:62dvh;min-height:360px}}
