:root{--navy:#0B1F3A;--blue:#2F80ED;--red:#E02424;--bg:#F4F7FA;--text:#111827;--muted:#6B7280;--line:#D9E1EA;--soft:#EEF4FB;--white:#fff;--green:#16803c;--yellow:#a66a00}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}button{cursor:pointer;border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:12px;padding:.65rem .9rem;display:inline-flex;align-items:center;gap:.4rem;justify-content:center}button:hover{border-color:var(--blue);background:#f8fbff}.primary{background:var(--navy);color:#fff;border-color:var(--navy);text-decoration:none;border-radius:12px;padding:.75rem 1rem;display:inline-flex;align-items:center;gap:.4rem}.primary:hover{background:#12315a}.ghost{background:transparent}.danger{color:#9a1b1b;border-color:#efcaca}.small{padding:.5rem .75rem;font-size:.9rem}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:.75rem;background:#fff}textarea{min-height:90px}.muted{color:var(--muted)}.empty{color:var(--muted);font-size:.92rem}.public-page main{max-width:1180px;margin:0 auto;padding:1rem}.public-header{position:sticky;top:0;background:#fffffff2;z-index:20;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:.7rem clamp(1rem,4vw,3rem)}.public-header img{height:58px;max-width:360px;object-fit:contain}.public-header nav{display:flex;gap:1rem;align-items:center}.public-header a{color:var(--navy);text-decoration:none}.hero{min-height:62vh;display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center}.hero h1{font-size:clamp(2.4rem,5vw,4.8rem);line-height:1.02;margin:.2rem 0;color:var(--navy)}.hero p{font-size:1.2rem;color:#334155;max-width:720px}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--blue)!important;font-weight:800;font-size:.85rem!important}.hero img{width:min(420px,80%);justify-self:center}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.public-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.info-card,.public-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:1.4rem;box-shadow:0 14px 35px #0b1f3a0f}.info-card h3,.public-panel h2{color:var(--navy)}.login-page{min-height:100vh;display:grid;place-items:center;padding:1rem;background:linear-gradient(135deg,#f7fbff,#edf4fa)}.login-card{width:min(460px,100%);background:#fff;border:1px solid var(--line);border-radius:28px;padding:2rem;box-shadow:0 20px 60px #0b1f3a1f;display:grid;gap:.9rem}.login-card img{width:260px;max-width:100%;margin:auto}.portal{min-height:100vh}.portal-header{position:sticky;top:0;background:#fff;z-index:50;border-bottom:1px solid var(--line);display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:1rem;padding:.65rem clamp(.8rem,3vw,2rem)}.portal-header img{height:48px;max-width:210px;object-fit:contain}.portal-header strong{text-align:center;color:var(--navy);font-size:1.05rem}.tabs{position:sticky;top:62px;z-index:45;background:#f4f7faf5;display:flex;gap:.5rem;overflow:auto;padding:.65rem clamp(.8rem,3vw,2rem);border-bottom:1px solid var(--line)}.tabs button{white-space:nowrap;background:#fff;min-width:fit-content}.tabs button.active{background:var(--navy);color:#fff;border-color:var(--navy)}.content-shell{max-width:1180px;margin:0 auto;padding:1.4rem}.student-shell{max-width:980px}.simple-stack{display:grid;gap:1rem}.simple-stack h1,section h1{color:var(--navy);margin:.2rem 0 1rem}.quiet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.info-line{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem;display:flex;gap:.8rem;align-items:center}.info-line svg{color:var(--blue);flex:0 0 auto}.info-line small{color:var(--muted);display:block}.info-line strong{display:block;color:var(--navy);margin-top:.15rem}.accordion{background:#fff;border:1px solid var(--line);border-radius:18px;margin:.8rem 0;overflow:hidden}.accordion-head{width:100%;border:0;border-radius:0;justify-content:space-between;background:#fff;padding:1rem 1.1rem}.accordion-head span{display:flex;align-items:center;gap:.5rem;font-weight:800;color:var(--navy)}.accordion-body{border-top:1px solid var(--line);padding:1rem;background:#fbfdff}.rot{transform:rotate(180deg)}.group-block{margin:.8rem 0}.wide-toggle{width:100%;justify-content:space-between;background:var(--soft);border-radius:16px;padding:1rem}.nested-area{padding:.5rem}.subject-block{border-left:3px solid var(--blue);padding:.7rem 0 .7rem 1rem;margin:.8rem 0}.file-row{display:flex;justify-content:space-between;align-items:center;gap:.8rem;background:#fff;border:1px solid var(--line);border-radius:14px;padding:.75rem;margin:.5rem 0}.file-row span{display:flex;flex-direction:column;gap:.15rem}.file-row span:first-child{flex:1}.file-row small{color:var(--muted)}.actions,.row-actions{display:flex;gap:.45rem;flex-wrap:wrap}.searchbar{display:flex;gap:.6rem;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:.35rem .65rem;margin:.8rem 0}.searchbar input{border:0;padding:.55rem}.searchbar svg{color:var(--muted)}.list-panel{display:grid;gap:.8rem}.admin-row{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-row small{display:block;color:var(--muted);margin-top:.25rem}.add-card{width:100%;padding:1.2rem;border-style:dashed;background:#fbfdff}.section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.inner-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:1.2rem;margin-top:1rem}.calendar-wrap{background:#fff;border:1px solid var(--line);border-radius:22px;padding:1rem;overflow:auto}.calendar-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.week-grid{display:grid;grid-template-columns:90px repeat(5,minmax(156px,1fr));min-width:900px;border:1px solid var(--line);border-radius:16px;overflow:hidden}.corner,.day-head,.hour-cell,.day-cell{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:82px;padding:.55rem}.day-head{min-height:auto;background:var(--navy);color:#fff;text-align:center;font-weight:800}.hour-cell{background:#f8fafc;color:var(--muted);font-weight:700}.lesson{background:#e8f1ff;border:1px solid #c4ddff;border-left:4px solid var(--blue);border-radius:12px;padding:.55rem;font-size:.85rem;display:grid;gap:.2rem;margin:.2rem 0}.lesson b{color:var(--navy)}.lesson small{color:var(--muted)}.mobile-agenda{display:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b1f3a59;display:grid;place-items:center;z-index:100;padding:1rem}.modal{background:#fff;border-radius:24px;box-shadow:0 25px 80px #00000040;width:min(620px,100%);max-height:86vh;overflow:auto;padding:1.5rem;position:relative}.modal-close{position:absolute;right:1rem;top:1rem;border:0;background:#f3f4f6;padding:.45rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.form-grid textarea,.form-grid button{grid-column:1/-1}.sheet p{padding:.4rem 0;border-bottom:1px solid var(--line)}.action-tabs{display:flex;gap:.7rem;flex-wrap:wrap;margin-bottom:1rem}.badge{border-radius:999px;padding:.35rem .7rem;font-size:.85rem;font-weight:800}.badge.ok{background:#e9f8ee;color:var(--green)}.badge.warn{background:#fff6df;color:var(--yellow)}.suggestions{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 1rem}.settings-list{max-width:900px}.public-panel{margin:1rem 0}.mobile{margin:.5rem 0}@media (max-width:900px){.public-header{align-items:flex-start;gap:.8rem}.public-header nav{flex-wrap:wrap;justify-content:flex-end}.hero{grid-template-columns:1fr;text-align:left}.hero img{display:none}.public-grid,.quiet-grid{grid-template-columns:1fr}.portal-header{grid-template-columns:1fr auto}.portal-header img{height:42px;max-width:190px}.portal-header strong{grid-column:1/-1;grid-row:2;text-align:left}.tabs{top:92px}.content-shell{padding:1rem}.admin-row,.file-row,.section-head{align-items:stretch;flex-direction:column}.row-actions,.actions{width:100%}.row-actions button,.actions button{flex:1}.week-grid{display:none}.mobile-agenda{display:block}.calendar-top{flex-direction:column;align-items:stretch}.form-grid{grid-template-columns:1fr}.public-header img{height:44px;max-width:210px}.public-header{flex-direction:column}.public-header nav{justify-content:flex-start}.hero h1{font-size:2.35rem}}@media (max-width:520px){.tabs{gap:.35rem}.tabs button{padding:.58rem .7rem}.portal-header{padding:.6rem}.portal-header button{padding:.55rem}.content-shell{padding:.75rem}.modal{border-radius:18px;padding:1rem}.accordion-head{padding:.85rem}.public-page main{padding:.75rem}}.brand-link{display:inline-flex;align-items:center;text-decoration:none}.public-header nav button{padding:.55rem .8rem}.public-hero-v8{min-height:68vh}.ghost-link{border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:12px;padding:.75rem 1rem;text-decoration:none;display:inline-flex;align-items:center}.ghost-link:hover{border-color:var(--blue);background:#f8fbff}.hero-points{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1.15rem}.hero-points span{background:#fff;border:1px solid var(--line);color:var(--navy);border-radius:999px;padding:.45rem .75rem;font-weight:700;font-size:.92rem}.hero-logo-card{background:#fff;border:1px solid var(--line);border-radius:32px;box-shadow:0 24px 60px #0b1f3a1a;padding:2rem;display:grid;place-items:center;text-align:center}.hero-logo-card img{width:min(320px,85%)}.hero-logo-card p{font-size:1rem;color:var(--muted);margin:1rem 0 0}.public-section{padding:3rem 0}.section-title{max-width:760px;margin-bottom:1.15rem}.section-title h2,.public-split h2,.intranet-section h2,.contact-section h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.1;color:var(--navy);margin:.15rem 0 .8rem}.public-split{display:grid;grid-template-columns:.95fr 1.05fr;gap:2rem;align-items:start;padding:3rem 0}.public-split p,.intranet-copy p,.contact-section p{font-size:1.05rem;line-height:1.7;color:#334155}.method-list{display:grid;gap:1rem}.intranet-section{display:grid;grid-template-columns:.95fr 1.05fr;gap:2rem;align-items:center;background:linear-gradient(135deg,#0b1f3a,#12315a);border-radius:34px;padding:2rem;margin:2rem 0;color:#fff;box-shadow:0 22px 70px #0b1f3a29}.intranet-section .eyebrow{color:#9dccff!important}.intranet-section h2{color:#fff}.intranet-copy p{color:#dbeafe}.intranet-card{background:#fff;color:var(--text);border-radius:26px;padding:1rem;box-shadow:0 22px 60px #0000002e;display:grid;gap:.6rem}.portal-preview-top{display:flex;gap:.4rem;padding:.2rem .1rem .8rem;border-bottom:1px solid var(--line);margin-bottom:.25rem}.portal-preview-top span{width:10px;height:10px;border-radius:50%;background:#dbe3ed}.portal-preview-row{display:grid;grid-template-columns:24px 1fr;column-gap:.75rem;row-gap:.1rem;align-items:center;border:1px solid #edf2f7;border-radius:16px;padding:.75rem;background:#fbfdff}.portal-preview-row svg{color:var(--blue)}.portal-preview-row small{grid-column:2;color:var(--muted)}.public-panel-v8{display:grid;grid-template-columns:1fr 1.1fr;gap:1.5rem;align-items:center}.hours-grid{display:grid;gap:.75rem}.hours-grid div{background:#f8fbff;border:1px solid var(--line);border-radius:18px;padding:1rem;display:grid;gap:.25rem}.hours-grid strong{color:var(--navy)}.hours-grid span{color:#334155;font-size:1.1rem}.contact-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:start;padding:3rem 0}.contact-actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1rem}.contact-form{background:#fff;border:1px solid var(--line);border-radius:26px;padding:1.2rem;box-shadow:0 16px 45px #0b1f3a14;display:grid;gap:.8rem}.public-footer{max-width:1180px;margin:0 auto;padding:1.5rem 1rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--muted)}@media (max-width:900px){.public-split,.intranet-section,.public-panel-v8,.contact-section{grid-template-columns:1fr}.hero-logo-card{display:none}.public-section,.public-split,.contact-section{padding:2rem 0}.intranet-section{border-radius:24px;padding:1.25rem}.public-footer{flex-direction:column;align-items:flex-start}.public-header nav{gap:.55rem}.public-header a{font-size:.95rem}.hero-points span{font-size:.86rem}}@media (max-width:520px){.public-header nav a:nth-child(2),.public-header nav a:nth-child(4){display:none}.public-header nav button{width:100%}.hero-actions a,.hero-actions button,.contact-actions a,.contact-actions button{width:100%;justify-content:center}.public-grid{gap:.75rem}.intranet-card{padding:.7rem}.portal-preview-row{padding:.65rem}.public-panel-v8,.contact-form{padding:1rem}}.public-page-v9 main{max-width:1180px;margin:0 auto;padding:1rem}.public-header-v9{gap:1rem}.public-brand-button{border:0;background:transparent;padding:0;border-radius:0}.public-brand-button:hover{background:transparent;border-color:transparent}.public-header-v9 nav{gap:.45rem}.public-header-v9 nav button{padding:.55rem .78rem;border-radius:999px;background:#fff}.public-header-v9 nav button.public-nav-active{background:var(--navy);border-color:var(--navy);color:#fff}.public-header-v9 nav button.private-access-button{background:#f8fbff;border-color:#c9d8ea;color:var(--navy);font-weight:800}.public-home-hero{min-height:66vh;display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center;padding:2rem 0}.home-hero-copy h1{font-size:clamp(2.5rem,5vw,4.9rem);line-height:1.02;color:var(--navy);margin:.15rem 0 1rem}.home-hero-copy p{font-size:1.18rem;line-height:1.7;color:#334155;max-width:760px}.home-hero-panel{background:#fff;border:1px solid var(--line);border-radius:34px;padding:2rem;box-shadow:0 24px 70px #0b1f3a1f;display:grid;place-items:center;text-align:center;gap:1.2rem}.home-hero-panel img{width:min(320px,85%)}.home-hero-panel strong{display:block;color:var(--navy);font-size:1.15rem}.home-hero-panel span{display:block;color:var(--muted);line-height:1.5;margin-top:.35rem}.public-overview-section{padding:2rem 0 3rem}.public-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.public-feature-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:1.25rem;box-shadow:0 14px 38px #0b1f3a0f;display:grid;gap:.65rem;align-content:start}.public-feature-card.featured{border-color:#bdd7ff;background:linear-gradient(180deg,#fff,#f4f9ff)}.public-feature-card h3{color:var(--navy);margin:.2rem 0}.public-feature-card p{color:#475569;line-height:1.55;margin:0}.feature-icon{width:44px;height:44px;border-radius:16px;background:#eef6ff;color:var(--blue);display:grid;place-items:center}.feature-icon svg{width:22px;height:22px}.public-feature-card button{margin-top:.25rem;justify-self:start}.home-intranet-highlight{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center;background:linear-gradient(135deg,#0b1f3a,#12315a);border-radius:34px;padding:2rem;margin:1rem 0 3rem;color:#fff;box-shadow:0 22px 70px #0b1f3a29}.home-intranet-highlight .eyebrow{color:#9dccff!important}.home-intranet-highlight h2{font-size:clamp(1.8rem,3.4vw,3.2rem);line-height:1.08;margin:.1rem 0 1rem;color:#fff}.home-intranet-highlight p{color:#dbeafe;line-height:1.7;font-size:1.05rem}.mini-portal-flow{display:flex;flex-wrap:wrap;gap:.65rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:26px;padding:1rem}.mini-portal-flow span{background:#fff;color:var(--navy);border-radius:999px;padding:.65rem .9rem;font-weight:800}.public-detail-page{padding:2.5rem 0 3rem;display:grid;gap:1.3rem}.public-page-title{max-width:880px}.public-page-title h1{font-size:clamp(2.2rem,4.2vw,4.2rem);line-height:1.04;color:var(--navy);margin:.15rem 0 .8rem}.public-page-title p:not(.eyebrow){font-size:1.15rem;line-height:1.7;color:#334155}.detail-grid{display:grid;gap:1rem}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.public-callout{background:#fff;border:1px solid var(--line);border-left:5px solid var(--blue);border-radius:20px;padding:1rem 1.1rem;color:#334155;line-height:1.6}.level-detail-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.level-detail-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:1.35rem;box-shadow:0 14px 38px #0b1f3a0f}.level-detail-card h3{color:var(--navy);font-size:1.4rem;margin:.1rem 0 .8rem}.level-detail-card ul{margin:0;padding-left:1.15rem;color:#475569;line-height:1.75}.center-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:.5rem}.intranet-detail-page{padding-bottom:3.5rem}.intranet-explainer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.intranet-mockup-wide{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 20px 60px #0b1f3a1a;overflow:hidden}.mockup-header{display:flex;gap:.5rem;flex-wrap:wrap;background:var(--navy);padding:1rem}.mockup-header span{background:#ffffff24;color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:.55rem .8rem;font-weight:800}.mockup-body{padding:1.15rem;display:grid;gap:.65rem}.mockup-group{background:#eef6ff;color:var(--navy);border-radius:16px;padding:.9rem;font-weight:900}.mockup-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:.9rem;font-weight:800;color:var(--navy)}.mockup-subitem{margin-left:1.25rem;border-left:3px solid var(--blue);padding:.65rem 1rem;color:#475569;background:#fbfdff;border-radius:0 14px 14px 0}.hours-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.hour-large-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:1.5rem;box-shadow:0 14px 38px #0b1f3a0f;display:grid;gap:.45rem}.hour-large-card strong{color:var(--navy);font-size:1.2rem}.hour-large-card span{font-size:clamp(1.6rem,3vw,2.6rem);font-weight:900;color:#12315a}.contact-page-v9{padding:2.5rem 0 3rem}.contact-info-list{display:grid;gap:.6rem;margin-top:1rem;color:#334155}.contact-info-list span{background:#fff;border:1px solid var(--line);border-radius:16px;padding:.75rem}.public-footer-v9 div{display:flex;gap:.5rem;flex-wrap:wrap}@media (max-width:980px){.public-home-hero,.home-intranet-highlight{grid-template-columns:1fr}.home-hero-panel{display:none}.public-overview-grid,.intranet-explainer-grid,.level-detail-list{grid-template-columns:repeat(2,minmax(0,1fr))}.two-columns,.hours-detail-grid{grid-template-columns:1fr}.public-header-v9 nav{overflow:auto;width:100%;padding-bottom:.15rem}.public-header-v9 nav button{white-space:nowrap}.public-page-v9 main{padding:.9rem}.public-detail-page{padding:1.5rem 0 2.25rem}}@media (max-width:620px){.public-overview-grid,.intranet-explainer-grid,.level-detail-list{grid-template-columns:1fr}.public-home-hero{min-height:auto;padding:1.4rem 0}.home-hero-copy h1,.public-page-title h1{font-size:2.2rem}.home-intranet-highlight{border-radius:24px;padding:1.1rem}.public-feature-card,.level-detail-card,.hour-large-card{border-radius:20px}.public-header-v9 nav button.private-access-button{width:auto}.center-actions button,.center-actions .primary{width:100%}.mockup-header{gap:.35rem}.mockup-header span{font-size:.9rem;padding:.45rem .62rem}.mockup-subitem{margin-left:.55rem}.public-footer-v9{align-items:flex-start}.public-footer-v9 div{width:100%}.public-footer-v9 button{flex:1}.public-header-v9 nav a:nth-child(2),.public-header-v9 nav a:nth-child(4){display:inline}.public-header-v9 nav button{font-size:.92rem}}.public-page-v10 main{max-width:1180px;margin:0 auto;padding:1rem}.public-header-v10{padding:.65rem clamp(1rem,4vw,3rem);display:block;background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.public-header-v10 .public-header-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.public-header-v10 .public-brand-button img{height:54px;max-width:330px;object-fit:contain}.public-header-v10 nav{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.public-header-v10 nav button{border-radius:8px;background:#fff;padding:.58rem .82rem;font-weight:750}.public-header-v10 nav button.public-nav-active{background:var(--navy);border-color:var(--navy);color:#fff}.public-header-v10 nav button.private-access-button{background:#f4f9ff;border-color:#bcd7f7;color:var(--navy);font-weight:900}.public-page-v10 button,.public-page-v10 .primary,.public-page-v10 input,.public-page-v10 textarea{border-radius:8px}.public-page-v10 .home-hero-panel,.public-page-v10 .public-feature-card,.public-page-v10 .level-detail-card,.public-page-v10 .hour-large-card,.public-page-v10 .contact-form,.public-page-v10 .intranet-mockup-wide,.public-page-v10 .public-callout,.public-page-v10 .info-card{border-radius:12px}.public-page-v10 .feature-icon{border-radius:8px}.public-page-v10 .home-intranet-highlight{border-radius:14px}.public-page-v10 .mini-portal-flow{border-radius:10px}.public-page-v10 .mini-portal-flow span,.public-page-v10 .mockup-header span,.public-page-v10 .mockup-group,.public-page-v10 .mockup-item{border-radius:8px}.public-page-v10 .mockup-subitem{border-radius:0 8px 8px 0}.public-page-v10 .contact-info-list span{border-radius:8px}.rectangular-brand-panel{align-content:center}.rectangular-brand-panel img{width:min(380px,94%)}.public-footer-v10{max-width:none;margin:0;padding:0;background:#07182e;color:#d7e3f2;display:block;border-top:1px solid rgba(255,255,255,.12)}.public-footer-v10 .footer-grid{max-width:1180px;margin:0 auto;padding:2.1rem 1rem;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:1.5rem;align-items:start}.public-footer-v10 .footer-brand-block img{width:260px;max-width:100%;background:#fff;border-radius:8px;padding:.35rem}.public-footer-v10 h3{margin:.15rem 0 .8rem;color:#fff;font-size:1rem}.public-footer-v10 p{margin:.25rem 0;color:#d7e3f2;line-height:1.55}.public-footer-v10 .footer-links{display:grid;gap:.35rem;align-items:start}.public-footer-v10 button{border:0;background:transparent;color:#d7e3f2;padding:.25rem 0;border-radius:0;justify-content:flex-start;text-align:left}.public-footer-v10 button:hover{background:transparent;color:#fff;text-decoration:underline}.public-footer-v10 .footer-bottom{border-top:1px solid rgba(255,255,255,.12);max-width:1180px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.public-footer-v10 .footer-bottom div{display:flex;gap:1rem;flex-wrap:wrap}.public-footer-v10 .footer-bottom span{color:#b8c6d8}.public-page-v10 .hero-actions button{border-radius:8px}.public-page-v10 .public-overview-grid{gap:.9rem}.public-page-v10 .home-hero-copy h1{letter-spacing:-.04em}.public-page-v10 .public-page-title h1{letter-spacing:-.035em}@media (max-width:980px){.public-header-v10 .public-header-inner{align-items:flex-start;flex-direction:column}.public-header-v10 nav{justify-content:flex-start;overflow:auto;width:100%;padding-bottom:.1rem}.public-header-v10 nav button{white-space:nowrap}.public-footer-v10 .footer-grid{grid-template-columns:1fr 1fr}.public-footer-v10 .footer-bottom{align-items:flex-start}.rectangular-brand-panel{display:none}}@media (max-width:620px){.public-header-v10 .public-brand-button img{height:44px;max-width:240px}.public-header-v10 nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;overflow:visible}.public-header-v10 nav button{width:100%;font-size:.92rem;padding:.55rem .5rem}.public-footer-v10 .footer-grid{grid-template-columns:1fr;padding:1.5rem 1rem}.public-footer-v10 .footer-brand-block img{width:220px}.public-footer-v10 .footer-bottom div{width:100%;gap:.7rem}.public-footer-v10 .footer-bottom button{width:auto}.public-page-v10 .public-home-hero{padding:1.2rem 0}.public-page-v10 .home-intranet-highlight,.public-page-v10 .public-feature-card,.public-page-v10 .level-detail-card,.public-page-v10 .hour-large-card{border-radius:10px}}.public-page-v11{--public-max:1180px;background:#f7f9fc;color:#172033;font-family:Aptos,Segoe UI,Roboto,Arial,sans-serif;min-height:100vh}.public-page-v11 main{max-width:var(--public-max);padding:0 1.25rem}.public-page-v11 h1,.public-page-v11 h2,.public-page-v11 h3{font-family:Aptos Display,Segoe UI,Roboto,Arial,sans-serif;letter-spacing:-.025em;font-weight:800}.public-header-v11{position:sticky;top:0;z-index:30;padding:1rem 1.25rem .85rem;background:#f7f9fcf5;border-bottom:1px solid #cfd8e3;box-shadow:none}.public-header-v11 .public-header-inner{max-width:var(--public-max);margin:0 auto;min-height:76px;display:grid;grid-template-columns:minmax(210px,360px) 1fr;align-items:center;gap:1.25rem}.public-header-v11 .public-brand-button{background:transparent;border:0;padding:0;justify-content:flex-start}.public-header-v11 .public-brand-button img{height:62px;max-width:350px;object-fit:contain}.public-header-v11 nav{justify-content:flex-end;gap:.65rem;display:flex;align-items:center;flex-wrap:wrap}.public-header-v11 nav button{min-width:104px;border-radius:4px;border:1px solid #b7c2d0;background:#fff;color:#0b1f3a;padding:.72rem .95rem;font-weight:700;box-shadow:none}.public-header-v11 nav button:hover{border-color:#0b1f3a;background:#f2f6fb}.public-header-v11 nav button.public-nav-active{background:#0b1f3a;color:#fff;border-color:#0b1f3a}.public-header-v11 nav button.private-access-button{min-width:136px;background:#fff;border:2px solid #0B1F3A;color:#0b1f3a;font-weight:850}.public-header-v11:after{content:"";display:block;max-width:var(--public-max);margin:.85rem auto 0;height:1px;background:#d6dee8}.public-page-v11 .public-home-hero{min-height:560px;display:grid;grid-template-columns:1.08fr .92fr;gap:2rem;align-items:center;padding:3.25rem 0 3rem}.public-page-v11 .home-hero-copy h1{font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.03;margin:.25rem 0 1rem;color:#0b1f3a}.public-page-v11 .home-hero-copy p:not(.eyebrow){color:#3b4656;line-height:1.68;font-size:1.13rem;max-width:760px}.public-page-v11 .eyebrow{letter-spacing:.12em;color:#2f80ed!important;font-weight:850}.public-page-v11 .hero-actions button,.public-page-v11 .primary,.public-page-v11 button{border-radius:4px}.public-page-v11 .primary{background:#0b1f3a;border-color:#0b1f3a;padding:.82rem 1.05rem;font-weight:800}.public-page-v11 .home-hero-panel,.public-page-v11 .public-feature-card,.public-page-v11 .level-detail-card,.public-page-v11 .hour-large-card,.public-page-v11 .contact-form,.public-page-v11 .info-card,.public-page-v11 .public-callout,.public-page-v11 .intranet-mockup-wide{border-radius:4px;box-shadow:none;border:1px solid #d6dee8}.public-page-v11 .home-hero-panel{background:#fff;min-height:300px;padding:1.6rem}.public-page-v11 .home-hero-panel img{width:min(430px,96%)}.public-page-v11 .public-overview-section{padding:2.25rem 0 2.75rem}.public-page-v11 .section-title h2,.public-page-v11 .home-intranet-highlight h2,.public-page-v11 .public-page-title h1,.public-page-v11 .contact-section h2{color:#0b1f3a}.public-page-v11 .public-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.public-page-v11 .public-feature-card{padding:1.2rem;background:#fff}.public-page-v11 .public-feature-card.featured{background:#f1f7ff;border-color:#aac9ef}.public-page-v11 .feature-icon{border-radius:4px;background:#eef5ff}.public-page-v11 .home-intranet-highlight{border-radius:4px;padding:2rem;margin:1rem 0 3rem;background:#0b1f3a}.public-page-v11 .mini-portal-flow,.public-page-v11 .mini-portal-flow span,.public-page-v11 .mockup-header span,.public-page-v11 .mockup-group,.public-page-v11 .mockup-item{border-radius:4px}.public-page-v11 .public-detail-page,.public-page-v11 .contact-page-v9{min-height:560px;padding:3rem 0}.public-page-v11 .contact-section{grid-template-columns:1fr 1fr;gap:2rem}.public-page-v11 .contact-info-list span{border-radius:4px}.public-footer-v11{margin-top:3rem;background:#07182e;color:#dbe7f6;border-top:1px solid #102a4f}.public-footer-v11 .footer-grid{max-width:var(--public-max);padding:2.2rem 1.25rem 1.4rem;display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:1.5rem}.public-footer-v11 .footer-brand-block img{width:260px;background:#fff;border-radius:4px;padding:.35rem}.public-footer-v11 h3{font-size:1rem;text-transform:none;margin:0 0 .8rem;color:#fff}.public-footer-v11 p{color:#dbe7f6}.public-footer-v11 .footer-links button,.public-footer-v11 .footer-bottom button{color:#dbe7f6;font-weight:500}.public-footer-v11 .footer-bottom{max-width:var(--public-max);padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.16)}@media (max-width:980px){.public-header-v11 .public-header-inner{grid-template-columns:1fr;gap:.8rem;min-height:auto;align-items:start}.public-header-v11 nav{justify-content:flex-start;width:100%}.public-page-v11 .public-home-hero{grid-template-columns:1fr;min-height:auto;padding:2rem 0}.public-page-v11 .home-hero-panel{display:none}.public-page-v11 .public-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-footer-v11 .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.public-header-v11{padding:.8rem .9rem .65rem}.public-header-v11 .public-brand-button img{height:46px;max-width:260px}.public-header-v11 nav{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.public-header-v11 nav button{min-width:0;width:100%;font-size:.92rem;padding:.62rem .4rem}.public-header-v11 nav button.private-access-button{grid-column:1/-1}.public-page-v11 main{padding:0 .9rem}.public-page-v11 .home-hero-copy h1{font-size:2.25rem}.public-page-v11 .public-overview-grid{grid-template-columns:1fr}.public-page-v11 .home-intranet-highlight{padding:1.15rem}.public-page-v11 .contact-section{grid-template-columns:1fr}.public-footer-v11 .footer-grid{grid-template-columns:1fr;padding:1.5rem .9rem}.public-footer-v11 .footer-bottom{padding:1rem .9rem}}.public-page-v12{--public-max:1160px;--public-radius:16px;--public-radius-sm:10px;--public-bg:#F5F7FB;--public-paper:#FFFFFF;--public-line:#D7DEE9;--public-text:#172033;--public-muted:#5F6B7A;background:var(--public-bg);color:var(--public-text);font-family:Montserrat,Poppins,Inter,Segoe UI,system-ui,sans-serif;min-height:100vh}.public-page-v12 main{max-width:var(--public-max);margin:0 auto;padding:0 1.15rem}.public-page-v12 h1,.public-page-v12 h2,.public-page-v12 h3{font-family:Montserrat,Poppins,Inter,Segoe UI,system-ui,sans-serif;letter-spacing:-.035em;color:#0b1f3a}.public-header-v12{position:sticky;top:0;z-index:30;background:#f5f7fbf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--public-line);padding:.9rem 1.15rem .75rem;box-shadow:none}.public-header-v12 .public-header-inner{max-width:var(--public-max);min-height:70px;margin:0 auto;display:grid;grid-template-columns:minmax(230px,360px) 1fr;align-items:center;gap:1.2rem}.public-header-v12 .public-brand-button{padding:0;border:0;background:transparent;justify-content:flex-start}.public-header-v12 .public-brand-button img{height:58px;max-width:340px;object-fit:contain}.public-header-v12 nav{display:flex;justify-content:flex-end;align-items:center;gap:.65rem;flex-wrap:wrap}.public-header-v12 nav button{min-width:108px;border:1px solid #B9C5D6;background:#fff;color:#0b1f3a;border-radius:var(--public-radius-sm);padding:.68rem .95rem;font-weight:750;box-shadow:0 5px 14px #0b1f3a0a}.public-header-v12 nav button:hover{border-color:#2f80ed;background:#f4f8ff}.public-header-v12 nav button.public-nav-active{background:#0b1f3a;border-color:#0b1f3a;color:#fff}.public-header-v12 nav button.private-access-button{min-width:140px;background:#fff;border:2px solid #0B1F3A;color:#0b1f3a;font-weight:850}.public-header-v12:after{content:"";display:block;max-width:var(--public-max);height:1px;margin:.75rem auto 0;background:#dde4ee}.public-home-hero-v12{min-height:570px;display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center;padding:3.4rem 0 3rem}.home-hero-copy-v12 h1{margin:.25rem 0 1rem;font-size:clamp(2.35rem,4.8vw,4.65rem);line-height:1.04}.home-hero-copy-v12 p:not(.eyebrow){max-width:760px;color:#334155;font-size:1.1rem;line-height:1.75}.public-page-v12 .eyebrow{color:#2f80ed!important;letter-spacing:.13em;text-transform:uppercase;font-weight:850}.hero-actions-v12{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.45rem}.public-page-v12 button,.public-page-v12 .primary,.public-page-v12 input,.public-page-v12 textarea{border-radius:var(--public-radius-sm)}.public-page-v12 .primary{background:#0b1f3a;border-color:#0b1f3a;color:#fff;font-weight:850;padding:.78rem 1.05rem}.home-hero-panel-v12{min-height:340px;background:#fff;border:1px solid var(--public-line);border-radius:var(--public-radius);padding:1.5rem;display:grid;align-content:center;gap:1.1rem;box-shadow:0 18px 40px #0b1f3a14}.home-hero-panel-v12 img{width:min(400px,96%);justify-self:center}.hero-panel-lines{display:grid;gap:.65rem}.hero-panel-lines span{display:block;background:#f6f9fd;border:1px solid #DCE5F0;border-left:4px solid #2F80ED;border-radius:var(--public-radius-sm);padding:.75rem .9rem;color:#0b1f3a;font-weight:700}.public-overview-section-v12{padding:2.25rem 0 2.6rem}.section-title-v12{max-width:780px;margin-bottom:1.2rem}.section-title-v12 h2{font-size:clamp(1.85rem,3vw,2.8rem);margin:.25rem 0 0}.public-overview-grid-v12{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.public-page-v12 .public-feature-card,.public-page-v12 .level-detail-card,.public-page-v12 .hour-large-card,.public-page-v12 .contact-form,.public-page-v12 .info-card,.public-page-v12 .public-callout,.public-page-v12 .intranet-mockup-wide{background:#fff;border:1px solid var(--public-line);border-radius:var(--public-radius);box-shadow:0 10px 28px #0b1f3a0e}.public-page-v12 .public-feature-card{padding:1.25rem}.public-page-v12 .public-feature-card.featured{background:#f1f7ff;border-color:#b5d2f4}.public-page-v12 .feature-icon{border-radius:var(--public-radius-sm);background:#eef5ff;color:#2f80ed}.home-intranet-highlight-v12{display:grid;grid-template-columns:1.05fr .95fr;gap:1.5rem;align-items:center;margin:1rem 0 3.3rem;padding:2rem;border-radius:var(--public-radius);background:linear-gradient(135deg,#0b1f3a,#12345f);color:#fff}.home-intranet-highlight-v12 h2{color:#fff;margin:.25rem 0 .75rem}.home-intranet-highlight-v12 p:not(.eyebrow){color:#dde9f8;line-height:1.7}.mini-portal-flow-v12{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:var(--public-radius);padding:1rem}.mini-portal-flow-v12 span{border-radius:var(--public-radius-sm);background:#fff;color:#0b1f3a;padding:.75rem .85rem;font-weight:800;text-align:center}.public-page-v12 .public-detail-page,.public-page-v12 .contact-page-v9{min-height:560px;padding:3rem 0}.public-page-v12 .public-page-title{max-width:860px;margin-bottom:1.4rem}.public-page-v12 .public-page-title h1{font-size:clamp(2.1rem,4vw,3.8rem);line-height:1.06;margin:.3rem 0 .8rem}.public-page-v12 .public-page-title p:not(.eyebrow){color:#334155;line-height:1.7}.public-page-v12 .contact-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.public-page-v12 .contact-info-list span{border-radius:var(--public-radius-sm)}.public-footer-v12{margin-top:3rem;background:#081a31;color:#dce8f7;border-top:1px solid #102A4F}.public-footer-v12 .footer-grid{max-width:var(--public-max);margin:0 auto;padding:2.2rem 1.15rem 1.55rem;display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:1.5rem;align-items:start}.public-footer-v12 .footer-brand-block img{width:260px;max-width:100%;background:#fff;border-radius:var(--public-radius-sm);padding:.35rem}.public-footer-v12 h3{color:#fff;margin:.1rem 0 .8rem;font-size:1rem}.public-footer-v12 p{color:#dce8f7;line-height:1.55;margin:.25rem 0}.public-footer-v12 .footer-links{display:grid;gap:.35rem}.public-footer-v12 .footer-links button,.public-footer-v12 .footer-bottom button{border:0;background:transparent;color:#dce8f7;padding:.25rem 0;border-radius:0;justify-content:flex-start;font-weight:550;text-align:left}.public-footer-v12 .footer-links button:hover,.public-footer-v12 .footer-bottom button:hover{color:#fff;text-decoration:underline}.public-footer-v12 .footer-bottom{max-width:var(--public-max);margin:0 auto;padding:1rem 1.15rem;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.public-footer-v12 .footer-bottom div{display:flex;gap:1rem;flex-wrap:wrap}.public-footer-v12 .footer-bottom span{color:#b9c9dd}@media (max-width:980px){.public-header-v12 .public-header-inner{grid-template-columns:1fr;align-items:start;min-height:auto;gap:.8rem}.public-header-v12 nav{justify-content:flex-start;width:100%;overflow:auto;padding-bottom:.05rem}.public-header-v12 nav button{white-space:nowrap}.public-home-hero-v12{grid-template-columns:1fr;min-height:auto;padding:2rem 0 2.2rem}.home-hero-panel-v12{display:none}.public-overview-grid-v12{grid-template-columns:repeat(2,minmax(0,1fr))}.home-intranet-highlight-v12{grid-template-columns:1fr}.public-footer-v12 .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.public-header-v12{padding:.8rem .9rem .65rem}.public-header-v12 .public-brand-button img{height:46px;max-width:260px}.public-header-v12 nav{display:grid;grid-template-columns:1fr 1fr;gap:.45rem;overflow:visible}.public-header-v12 nav button{width:100%;min-width:0;font-size:.92rem;padding:.6rem .45rem}.public-header-v12 nav button.private-access-button{grid-column:1/-1}.public-page-v12 main{padding:0 .9rem}.home-hero-copy-v12 h1{font-size:2.18rem}.home-hero-copy-v12 p:not(.eyebrow){font-size:1rem}.public-overview-grid-v12{grid-template-columns:1fr}.home-intranet-highlight-v12{padding:1.15rem}.mini-portal-flow-v12,.public-page-v12 .contact-section{grid-template-columns:1fr}.public-footer-v12 .footer-grid{grid-template-columns:1fr;padding:1.55rem .9rem}.public-footer-v12 .footer-bottom{padding:1rem .9rem;align-items:flex-start}.public-footer-v12 .footer-bottom div{width:100%;gap:.75rem}}.public-page-v13{--public-max:1180px;--radius:18px;--radius-sm:12px;--paper:#FFFFFF;--ink:#10213A;--muted-text:#596579;--soft-blue:#EEF6FF;--cream:#FAFBFD;--line-soft:#D8E1ED;background:linear-gradient(180deg,#f8fafd,#f2f6fb);color:var(--ink);font-family:Nunito Sans,Inter,Segoe UI,system-ui,sans-serif;min-height:100vh}.public-page-v13 main{max-width:var(--public-max);margin:0 auto;padding:0 clamp(1rem,3vw,1.35rem)}.public-page-v13 h1,.public-page-v13 h2,.public-page-v13 h3{font-family:Poppins,Montserrat,Inter,Segoe UI,system-ui,sans-serif;color:var(--navy);letter-spacing:-.025em}.public-header-v13{position:sticky;top:0;z-index:30;background:#f8fafdf5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line-soft);padding:.95rem clamp(1rem,3vw,1.35rem);box-shadow:0 8px 26px #0b1f3a09}.public-header-v13 .public-header-inner{max-width:var(--public-max);margin:0 auto;display:grid;grid-template-columns:minmax(240px,390px) 1fr;align-items:center;gap:1.1rem}.public-header-v13 .public-brand-button{border:0;background:transparent;padding:0;justify-content:flex-start}.public-header-v13 .public-brand-button:hover{background:transparent;border-color:transparent}.public-header-v13 .public-brand-button img{height:60px;max-width:370px;width:100%;object-fit:contain;object-position:left center}.public-header-v13 nav{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;flex-wrap:wrap}.public-header-v13 nav button{border:1px solid #C9D5E4;background:#ffffffeb;color:var(--navy);border-radius:13px;padding:.66rem .92rem;font-weight:800;box-shadow:0 6px 15px #0b1f3a09}.public-header-v13 nav button:hover{background:#f3f8ff;border-color:#8eb9ef}.public-header-v13 nav button.public-nav-active{background:var(--navy);border-color:var(--navy);color:#fff}.public-header-v13 nav button.private-access-button{background:#fff;border:2px solid var(--navy);color:var(--navy);font-weight:900}.public-v13-hero{min-height:610px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(1.5rem,4vw,3rem);padding:3.6rem 0 3.1rem}.hero-copy-v13 h1{font-size:clamp(2.45rem,5.2vw,4.85rem);line-height:1.03;margin:.25rem 0 1rem;max-width:850px}.hero-copy-v13 p:not(.eyebrow){color:#344154;font-size:1.13rem;line-height:1.78;max-width:760px}.public-page-v13 .eyebrow{color:var(--blue)!important;letter-spacing:.13em;text-transform:uppercase;font-weight:900;font-size:.82rem!important}.hero-actions-v13{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.45rem}.public-page-v13 button,.public-page-v13 .primary,.public-page-v13 input,.public-page-v13 textarea{border-radius:13px}.public-page-v13 .primary{background:var(--navy);border-color:var(--navy);color:#fff;font-weight:900;padding:.78rem 1.08rem}.portal-preview-v13{background:linear-gradient(180deg,#fff,#f6faff);border:1px solid #D3DEEA;border-radius:24px;padding:1.2rem;box-shadow:0 22px 60px #0b1f3a21;display:grid;gap:.9rem;min-height:360px}.portal-preview-v13.large{min-height:440px}.preview-topbar{display:flex;justify-content:space-between;gap:.7rem;padding:.75rem .85rem;background:var(--navy);color:#fff;border-radius:16px;font-weight:900}.preview-menu{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem}.preview-menu span,.preview-list span,.flow-v13 span{background:#fff;border:1px solid #D8E2EE;border-radius:14px;padding:.7rem .75rem;font-weight:850;color:var(--navy);text-align:center}.preview-card,.preview-calendar{background:#f1f7ff;border:1px solid #BFD8F5;border-left:5px solid var(--blue);border-radius:17px;padding:1rem;display:grid;gap:.25rem}.preview-card b,.preview-calendar b{color:var(--navy)}.preview-card small,.preview-calendar small{color:#506075}.preview-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.public-section-v13{padding:2.6rem 0}.section-title-v13{max-width:850px;margin-bottom:1.2rem}.section-title-v13 h2,.intranet-band-v13 h2,.split-v13 h2,.contact-section-v13 h2{font-size:clamp(1.8rem,3.4vw,3rem);line-height:1.12;margin:.25rem 0 .75rem}.section-title-v13 p:not(.eyebrow),.split-v13 p,.intranet-band-v13 p,.contact-section-v13 p{color:#425064;line-height:1.72}.public-card-grid-v13{display:grid;gap:1rem}.public-card-grid-v13.three{grid-template-columns:repeat(3,minmax(0,1fr))}.public-card-grid-v13.two{grid-template-columns:repeat(2,minmax(0,1fr))}.public-card-grid-v13.one{grid-template-columns:1fr}.public-feature-card-v13,.info-card-v13,.level-detail-card-v13,.hour-card-v13,.contact-form-v13,.callout-v13{background:var(--paper);border:1px solid var(--line-soft);border-radius:22px;padding:1.25rem;box-shadow:0 12px 32px #0b1f3a0e}.public-feature-card-v13.featured{background:#f0f7ff;border-color:#b5d2f2}.public-feature-card-v13 h3,.info-card-v13 h3,.level-detail-card-v13 h3{margin:.75rem 0 .45rem}.public-feature-card-v13 p,.info-card-v13 p,.level-detail-card-v13 li{color:#4d5b6e;line-height:1.65}.feature-icon-v13{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:#eaf4ff;color:var(--blue)}.feature-icon-v13 svg{width:22px;height:22px}.public-feature-card-v13 button{margin-top:.75rem}.intranet-band-v13{display:grid;grid-template-columns:1.08fr .92fr;gap:1.5rem;align-items:center;margin:1rem 0 3rem;padding:2rem;background:linear-gradient(135deg,#0b1f3a,#173a66);color:#fff;border-radius:26px;box-shadow:0 18px 55px #0b1f3a2e}.intranet-band-v13 h2{color:#fff}.intranet-band-v13 p:not(.eyebrow){color:#dce8f7}.flow-v13{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:1rem}.split-v13{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center}.hours-inline-v13,.hours-detail-grid-v13{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.hours-inline-v13 div,.hour-card-v13{background:#fff;border:1px solid var(--line-soft);border-radius:22px;padding:1.25rem;display:grid;gap:.45rem;box-shadow:0 12px 32px #0b1f3a0e}.hours-inline-v13 strong,.hour-card-v13 strong{color:var(--navy);font-size:1.05rem}.hours-inline-v13 span,.hour-card-v13 span{font-size:clamp(1.45rem,2.9vw,2.25rem);font-weight:900;color:#16385f}.public-detail-page-v13{min-height:580px;padding:3.2rem 0;display:grid;gap:1.2rem}.public-page-title-v13{max-width:920px}.public-page-title-v13 h1{font-size:clamp(2.2rem,4.4vw,4rem);line-height:1.06;margin:.25rem 0 .8rem}.public-page-title-v13 p:not(.eyebrow){color:#3d4a5d;line-height:1.72;font-size:1.07rem}.callout-v13{border-left:5px solid var(--blue);color:#334155;line-height:1.65}.level-detail-list-v13{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.level-detail-card-v13 ul{margin:.6rem 0 0;padding-left:1.15rem}.intranet-showcase-v13{display:grid;grid-template-columns:1.1fr .9fr;gap:1.2rem;align-items:start}.contact-section-v13{min-height:580px;padding:3.2rem 0;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.contact-info-list-v13{display:grid;gap:.65rem;margin-top:1rem}.contact-info-list-v13 span{background:#fff;border:1px solid var(--line-soft);border-radius:15px;padding:.8rem .9rem}.contact-form-v13{display:grid;gap:.85rem}.contact-form-v13 textarea{min-height:140px}.public-footer-v13{margin-top:3rem;background:#07182e;color:#dde8f6;border-top:1px solid #112A4B}.public-footer-v13 .footer-grid{max-width:var(--public-max);margin:0 auto;padding:2.25rem clamp(1rem,3vw,1.35rem) 1.45rem;display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:1.45rem;align-items:start}.public-footer-v13 .footer-brand-block img{width:270px;max-width:100%;background:#fff;border-radius:14px;padding:.35rem}.public-footer-v13 h3{color:#fff;margin:.1rem 0 .8rem;font-size:1rem}.public-footer-v13 p{color:#dde8f6;line-height:1.55;margin:.25rem 0}.public-footer-v13 .footer-links{display:grid;gap:.35rem}.public-footer-v13 .footer-links button,.public-footer-v13 .footer-bottom button{border:0;background:transparent;color:#dde8f6;padding:.25rem 0;border-radius:0;justify-content:flex-start;text-align:left}.public-footer-v13 .footer-links button:hover,.public-footer-v13 .footer-bottom button:hover{color:#fff;text-decoration:underline}.public-footer-v13 .footer-bottom{max-width:var(--public-max);margin:0 auto;padding:1rem clamp(1rem,3vw,1.35rem);border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.public-footer-v13 .footer-bottom div{display:flex;gap:1rem;flex-wrap:wrap}.public-footer-v13 .footer-bottom span{color:#b9c9dd}@media (max-width:980px){.public-header-v13 .public-header-inner{grid-template-columns:1fr;align-items:start;gap:.75rem}.public-header-v13 nav{justify-content:flex-start;overflow:auto;width:100%;padding-bottom:.05rem}.public-header-v13 nav button{white-space:nowrap}.public-v13-hero{grid-template-columns:1fr;min-height:auto;padding:2.25rem 0}.portal-preview-v13{max-width:680px}.public-card-grid-v13.three{grid-template-columns:repeat(2,minmax(0,1fr))}.intranet-band-v13,.split-v13,.intranet-showcase-v13,.contact-section-v13{grid-template-columns:1fr}.public-footer-v13 .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.public-header-v13{padding:.75rem .9rem}.public-header-v13 .public-brand-button img{height:46px;max-width:260px}.public-header-v13 nav{display:grid;grid-template-columns:1fr 1fr;gap:.45rem;overflow:visible}.public-header-v13 nav button{width:100%;min-width:0;font-size:.9rem;padding:.58rem .45rem;white-space:normal}.public-header-v13 nav button.private-access-button{grid-column:1/-1}.public-page-v13 main{padding:0 .9rem}.hero-copy-v13 h1{font-size:2.18rem}.hero-copy-v13 p:not(.eyebrow){font-size:1rem}.preview-menu,.preview-list,.flow-v13,.hours-inline-v13,.hours-detail-grid-v13,.level-detail-list-v13,.public-card-grid-v13.two,.public-card-grid-v13.three{grid-template-columns:1fr}.portal-preview-v13{padding:.9rem;border-radius:20px;min-height:auto}.intranet-band-v13{padding:1.1rem;border-radius:20px}.public-detail-page-v13,.contact-section-v13{padding:2.2rem 0;min-height:auto}.public-footer-v13 .footer-grid{grid-template-columns:1fr;padding:1.6rem .9rem 1.1rem}.public-footer-v13 .footer-bottom{padding:1rem .9rem;align-items:flex-start}.public-footer-v13 .footer-bottom div{width:100%;gap:.8rem}}.public-page-v14{--public-max:1180px;background:#f7f9fc;color:#152238;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;min-height:100vh}.public-page-v14 main{max-width:var(--public-max);margin:0 auto;padding:0 clamp(1rem,3vw,1.35rem)}.public-page-v14 h1,.public-page-v14 h2,.public-page-v14 h3{font-family:Montserrat,Inter,Segoe UI,Arial,sans-serif;letter-spacing:-.025em}.public-header-v14{position:sticky;top:0;z-index:40;background:#f7f9fcf7;border-bottom:1px solid #D7DEE9;box-shadow:0 8px 24px #0b1f3a0a;padding:.9rem clamp(1rem,3vw,1.35rem)}.public-header-v14 .public-header-inner{max-width:var(--public-max);margin:0 auto;display:grid;grid-template-columns:minmax(220px,360px) 1fr;align-items:center;gap:1rem}.public-header-v14 .public-brand-button{background:transparent;border:0;padding:0;min-width:0;justify-content:flex-start;box-shadow:none}.public-header-v14 .public-brand-button img{height:58px;max-width:340px;object-fit:contain}.public-header-v14 nav{display:flex;align-items:center;justify-content:flex-end;gap:.6rem;flex-wrap:nowrap}.public-header-v14 nav button{min-width:112px;border-radius:10px;border:1px solid #C9D3E1;background:#fff;color:#0b1f3a;padding:.72rem 1rem;font-weight:800;box-shadow:none}.public-header-v14 nav button.public-nav-active{background:#0b1f3a;border-color:#0b1f3a;color:#fff}.public-header-v14 nav button.private-access-button{min-width:136px;background:#eef5ff;border-color:#9fc3f0;color:#0b1f3a}.public-header-v14 nav button:hover{transform:none;background:#f2f6fb;border-color:#0b1f3a}.public-header-v14 nav button.public-nav-active:hover{background:#0b1f3a;color:#fff}.public-page-v14 .public-v13-hero{min-height:520px;padding:3.25rem 0 3.2rem;gap:2.2rem}.public-page-v14 .public-feature-card-v13,.public-page-v14 .info-card-v13,.public-page-v14 .level-detail-card-v13,.public-page-v14 .hour-card-v13,.public-page-v14 .contact-form-v13,.public-page-v14 .callout-v13,.public-page-v14 .portal-preview-v13,.public-page-v14 .hours-inline-v13 div{border-radius:14px}.public-page-v14 .intranet-band-v13{border-radius:18px}.public-page-v14 button,.public-page-v14 .primary,.public-page-v14 input,.public-page-v14 textarea{border-radius:10px}.public-footer-v14{margin-top:3.5rem;background:#07182e;color:#dde8f6;border-top:1px solid #102A4F}.public-footer-v14 .footer-grid{max-width:var(--public-max);margin:0 auto;padding:2.2rem clamp(1rem,3vw,1.35rem) 1.55rem;display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:2rem;align-items:start}.public-footer-v14 .footer-brand-block img{width:265px;max-width:100%;background:#fff;border-radius:12px;padding:.35rem}.public-footer-v14 .footer-brand-block p{max-width:390px}.public-footer-v14 h3{margin:.15rem 0 .85rem;color:#fff;font-size:1.02rem}.public-footer-v14 p{margin:.3rem 0;line-height:1.6;color:#dde8f6}.public-footer-v14 .footer-links{display:grid;gap:.35rem}.public-footer-v14 .footer-links button,.public-footer-v14 .footer-bottom button{border:0;background:transparent;color:#dde8f6;padding:.25rem 0;border-radius:0;justify-content:flex-start;text-align:left;font-weight:650}.public-footer-v14 .footer-links button:hover,.public-footer-v14 .footer-bottom button:hover{color:#fff;text-decoration:underline;background:transparent}.public-footer-v14 .footer-bottom{max-width:var(--public-max);margin:0 auto;padding:1rem clamp(1rem,3vw,1.35rem);border-top:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.public-footer-v14 .footer-bottom div{display:flex;gap:1rem;flex-wrap:wrap}.public-footer-v14 .footer-bottom span{color:#b9c9dd}@media (max-width:820px){.public-header-v14 .public-header-inner{grid-template-columns:1fr;gap:.8rem;align-items:start}.public-header-v14 nav{width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:.15rem}.public-header-v14 nav button{white-space:nowrap;min-width:112px}.public-footer-v14 .footer-grid{grid-template-columns:1fr 1fr}.public-footer-v14 .footer-brand-block{grid-column:1/-1}}@media (max-width:560px){.public-header-v14{padding:.75rem .85rem}.public-header-v14 .public-brand-button img{height:44px;max-width:245px}.public-header-v14 nav{display:grid;grid-template-columns:1fr 1fr;gap:.45rem;overflow:visible}.public-header-v14 nav button{min-width:0;width:100%;padding:.62rem .45rem;font-size:.9rem}.public-header-v14 nav button.private-access-button{grid-column:1/-1}.public-footer-v14 .footer-grid{grid-template-columns:1fr;gap:1.25rem;padding:1.55rem .9rem 1.1rem}.public-footer-v14 .footer-brand-block img{width:225px}.public-footer-v14 .footer-bottom{padding:1rem .9rem;align-items:flex-start}}.public-page-v15{--public-max:1140px;background:#f7f9fc;color:#14243a;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.public-page-v15 main{max-width:var(--public-max);padding:0 clamp(1rem,3vw,1.35rem)}.public-page-v15 h1,.public-page-v15 h2,.public-page-v15 h3{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;letter-spacing:-.018em;color:#0b1f3a}.public-header-v15{background:#fff;border-bottom:1px solid #DCE3ED;box-shadow:none;padding:.65rem clamp(1rem,3vw,1.35rem)}.public-header-v15 .public-header-inner{max-width:var(--public-max);margin:0 auto;display:grid;grid-template-columns:minmax(185px,300px) 1fr;align-items:center;gap:1rem}.public-header-v15 .public-brand-button{background:transparent;border:0;padding:0;min-width:0;box-shadow:none;justify-content:flex-start}.public-header-v15 .public-brand-button:hover{background:transparent;border-color:transparent;transform:none}.public-header-v15 .public-brand-button img{height:48px;max-width:285px;width:auto;object-fit:contain;object-position:left center;display:block}.public-header-v15 nav{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;flex-wrap:nowrap}.public-header-v15 nav button{min-width:auto;border:1px solid #CBD6E3;background:#fff;color:#0b1f3a;border-radius:12px;padding:.56rem .9rem;font-weight:750;font-size:.96rem;box-shadow:none;line-height:1.1}.public-header-v15 nav button:hover{transform:none;background:#f3f7fc;border-color:#9db6d4}.public-header-v15 nav button.public-nav-active{background:#f2f6fb;border-color:#0b1f3a;color:#0b1f3a}.public-header-v15 nav button.private-access-button{background:#0b1f3a;border-color:#0b1f3a;color:#fff;font-weight:800}.public-header-v15 nav button.private-access-button:hover{background:#143258;color:#fff}.public-page-v15 .public-v13-hero{min-height:470px;padding:2.35rem 0 2.5rem;gap:1.75rem}.public-page-v15 .hero-copy-v13 h1{font-size:clamp(2rem,3.65vw,3.35rem);line-height:1.08;margin:.2rem 0 .85rem;max-width:760px}.public-page-v15 .hero-copy-v13 p:not(.eyebrow){font-size:1.04rem;line-height:1.68;max-width:710px}.public-page-v15 .eyebrow{font-size:.76rem!important;letter-spacing:.12em}.public-page-v15 .section-title-v13 h2,.public-page-v15 .intranet-band-v13 h2,.public-page-v15 .split-v13 h2,.public-page-v15 .contact-section-v13 h2{font-size:clamp(1.55rem,2.6vw,2.35rem);line-height:1.16}.public-page-v15 .public-page-title-v13 h1{font-size:clamp(1.85rem,3.1vw,2.85rem);line-height:1.12}.public-page-v15 .hours-inline-v13 span,.public-page-v15 .hour-card-v13 span{font-size:clamp(1.25rem,2.2vw,1.8rem)}.public-page-v15 .public-section-v13{padding:2.1rem 0}.public-page-v15 .public-detail-page-v13,.public-page-v15 .contact-section-v13{min-height:auto;padding:2.45rem 0}.public-page-v15 .portal-preview-v13{border-radius:18px;min-height:315px;box-shadow:0 14px 42px #0b1f3a1a}.public-page-v15 .public-feature-card-v13,.public-page-v15 .info-card-v13,.public-page-v15 .level-detail-card-v13,.public-page-v15 .hour-card-v13,.public-page-v15 .contact-form-v13,.public-page-v15 .callout-v13,.public-page-v15 .portal-preview-v13,.public-page-v15 .hours-inline-v13 div{border-radius:16px}.public-page-v15 .intranet-band-v13{border-radius:18px;padding:1.65rem;margin:.7rem 0 2.4rem}.public-page-v15 button,.public-page-v15 .primary,.public-page-v15 input,.public-page-v15 textarea{border-radius:12px}.public-footer-v15{margin-top:3rem;background:#fff;color:#213149;border-top:1px solid #DCE3ED}.public-footer-v15 .footer-grid{max-width:var(--public-max);margin:0 auto;padding:1.8rem clamp(1rem,3vw,1.35rem);display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:0;align-items:stretch}.public-footer-v15 .footer-grid section{padding:0 1.35rem;border-right:1px solid #E2E8F0}.public-footer-v15 .footer-grid section:first-child{padding-left:0}.public-footer-v15 .footer-grid section:last-child{border-right:0;padding-right:0}.public-footer-v15 .footer-brand-block img{width:240px;max-width:100%;background:transparent;border-radius:0;padding:0}.public-footer-v15 .footer-brand-block p{max-width:380px;color:#4d5a6d;margin-top:.75rem}.public-footer-v15 h3{margin:.15rem 0 .7rem;color:#0b1f3a;font-size:.98rem;font-weight:850}.public-footer-v15 p{margin:.28rem 0;color:#4d5a6d;line-height:1.55}.public-footer-v15 .footer-links{display:grid;gap:.25rem}.public-footer-v15 .footer-links button,.public-footer-v15 .footer-bottom button{border:0;background:transparent;color:#0b1f3a;padding:.22rem 0;border-radius:0;justify-content:flex-start;text-align:left;font-weight:650}.public-footer-v15 .footer-links button:hover,.public-footer-v15 .footer-bottom button:hover{background:transparent;color:#2f80ed;text-decoration:underline}.public-footer-v15 .footer-bottom{max-width:var(--public-max);margin:0 auto;padding:.95rem clamp(1rem,3vw,1.35rem);border-top:1px solid #E2E8F0;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.public-footer-v15 .footer-bottom span{color:#5b677a;font-size:.93rem}.public-footer-v15 .footer-bottom div{display:flex;gap:.9rem;flex-wrap:wrap}@media (max-width:820px){.public-header-v15 .public-header-inner{grid-template-columns:1fr;gap:.65rem}.public-header-v15 nav{justify-content:flex-start;width:100%;overflow-x:auto;padding-bottom:.1rem}.public-header-v15 nav button{white-space:nowrap}.public-footer-v15 .footer-grid{grid-template-columns:1fr;gap:1.1rem}.public-footer-v15 .footer-grid section{border-right:0;border-bottom:1px solid #E2E8F0;padding:0 0 1rem}.public-footer-v15 .footer-grid section:last-child{border-bottom:0;padding-bottom:0}}@media (max-width:560px){.public-header-v15{padding:.65rem .85rem}.public-header-v15 .public-brand-button img{height:42px;max-width:230px}.public-header-v15 nav{display:grid;grid-template-columns:1fr 1fr;gap:.42rem;overflow:visible}.public-header-v15 nav button{width:100%;padding:.58rem .45rem;font-size:.9rem;white-space:normal}.public-header-v15 nav button.private-access-button{grid-column:1/-1}.public-page-v15 .public-v13-hero{padding:1.55rem 0 1.9rem}.public-page-v15 .hero-copy-v13 h1{font-size:1.9rem}.public-page-v15 .hero-copy-v13 p:not(.eyebrow){font-size:.98rem}.public-page-v15 .section-title-v13 h2,.public-page-v15 .intranet-band-v13 h2,.public-page-v15 .split-v13 h2,.public-page-v15 .contact-section-v13 h2{font-size:1.55rem}.public-page-v15 .public-page-title-v13 h1{font-size:1.8rem}.public-footer-v15 .footer-grid{padding:1.35rem .9rem}.public-footer-v15 .footer-brand-block img{width:210px}.public-footer-v15 .footer-bottom{padding:.9rem;align-items:flex-start}}.public-page-v16{--public-max:1160px;background:#f7fafd;color:#152238}.public-page-v16 main{max-width:var(--public-max);margin:0 auto;padding:0 clamp(1rem,3vw,1.6rem) 2.8rem}.public-header-v16{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #D9E2EC;box-shadow:0 6px 18px #0b1f3a09;padding:0}.public-header-v16 .public-header-inner{max-width:var(--public-max);margin:0 auto;min-height:86px;padding:0 clamp(1rem,3vw,1.6rem);display:grid;grid-template-columns:minmax(210px,360px) 1fr;align-items:center;column-gap:2rem}.public-header-v16 .public-brand-button{border:0;background:transparent;padding:0;justify-content:flex-start;width:fit-content;box-shadow:none}.public-header-v16 .public-brand-button:hover{background:transparent;border:0}.public-header-v16 .public-brand-button img{height:52px;max-width:310px;width:auto;object-fit:contain;display:block}.public-header-v16 nav{display:flex;justify-content:flex-end;align-items:center;gap:.7rem;flex-wrap:nowrap}.public-header-v16 nav button{min-height:42px;border-radius:10px;border:1px solid #C9D5E3;background:#fff;color:#0b1f3a;padding:.62rem 1rem;font-size:.95rem;font-weight:760;line-height:1;box-shadow:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.public-header-v16 nav button:hover{background:#f3f7fc;border-color:#8eabc8}.public-header-v16 nav button.public-nav-active{background:#edf4fc;border-color:#0b1f3a;color:#0b1f3a}.public-header-v16 nav button.private-access-button{background:#0b1f3a;border-color:#0b1f3a;color:#fff;font-weight:850;padding-inline:1.1rem}.public-header-v16 nav button.private-access-button:hover{background:#15365f;color:#fff}.public-page-v16 .public-v13-hero{min-height:0;padding:2.35rem 0 2.2rem;gap:1.55rem}.public-page-v16 .hero-copy-v13 h1{font-size:clamp(1.85rem,3.15vw,2.95rem);line-height:1.12;letter-spacing:-.025em;margin:.15rem 0 .75rem;max-width:760px}.public-page-v16 .hero-copy-v13 p:not(.eyebrow){font-size:1rem;line-height:1.66;color:#344155;max-width:720px}.public-page-v16 .eyebrow{font-size:.72rem!important;letter-spacing:.11em}.public-page-v16 .section-title-v13 h2,.public-page-v16 .intranet-band-v13 h2,.public-page-v16 .split-v13 h2,.public-page-v16 .contact-section-v13 h2{font-size:clamp(1.45rem,2.25vw,2.05rem);line-height:1.18;letter-spacing:-.018em}.public-page-v16 .public-page-title-v13 h1{font-size:clamp(1.65rem,2.65vw,2.35rem);line-height:1.15}.public-page-v16 .hours-inline-v13 span,.public-page-v16 .hour-card-v13 span{font-size:clamp(1.15rem,1.9vw,1.55rem)}.public-page-v16 .public-section-v13{padding:1.85rem 0}.public-page-v16 .public-detail-page-v13,.public-page-v16 .contact-section-v13{padding:2.15rem 0 2.45rem}.public-page-v16 button,.public-page-v16 .primary,.public-page-v16 input,.public-page-v16 textarea{border-radius:10px}.public-page-v16 .public-feature-card-v13,.public-page-v16 .info-card-v13,.public-page-v16 .level-detail-card-v13,.public-page-v16 .hour-card-v13,.public-page-v16 .contact-form-v13,.public-page-v16 .callout-v13,.public-page-v16 .portal-preview-v13,.public-page-v16 .hours-inline-v13 div,.public-page-v16 .intranet-band-v13{border-radius:14px}.public-page-v16 .portal-preview-v13{box-shadow:0 14px 38px #0b1f3a17}.public-page-v16 .intranet-band-v13{margin:.4rem 0 2.1rem;padding:1.45rem}.public-footer-v16{margin-top:3.2rem;background:#fff;color:#243246;border-top:1px solid #D9E2EC;box-shadow:0 -6px 18px #0b1f3a06}.public-footer-v16 .footer-grid{max-width:var(--public-max);margin:0 auto;padding:1.75rem clamp(1rem,3vw,1.6rem) 1.55rem;display:grid;grid-template-columns:1.45fr 1fr 1fr;gap:0;align-items:start}.public-footer-v16 .footer-grid section{padding:0 1.35rem;min-height:128px;border-right:1px solid #E3EAF2}.public-footer-v16 .footer-grid section:first-child{padding-left:0}.public-footer-v16 .footer-grid section:last-child{border-right:0;padding-right:0}.public-footer-v16 .footer-brand-block img{width:235px;max-width:100%;background:transparent;border-radius:0;padding:0;display:block}.public-footer-v16 .footer-brand-block p{max-width:430px;margin:.72rem 0 0;color:#526176;font-size:.95rem;line-height:1.55}.public-footer-v16 h3{margin:0 0 .72rem;color:#0b1f3a;font-size:.98rem;font-weight:850}.public-footer-v16 p{margin:.28rem 0;color:#526176;line-height:1.5;font-size:.95rem}.public-footer-v16 .footer-links{display:grid;gap:.3rem}.public-footer-v16 .footer-links button,.public-footer-v16 .footer-bottom button{border:0;background:transparent;color:#0b1f3a;padding:.18rem 0;border-radius:0;justify-content:flex-start;text-align:left;font-weight:650}.public-footer-v16 .footer-links button:hover,.public-footer-v16 .footer-bottom button:hover{background:transparent;color:#2f80ed;text-decoration:underline}.public-footer-v16 .footer-bottom{max-width:var(--public-max);margin:0 auto;padding:.92rem clamp(1rem,3vw,1.6rem) 1.05rem;border-top:1px solid #E3EAF2;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.public-footer-v16 .footer-bottom span{color:#5e6b7d;font-size:.9rem}.public-footer-v16 .footer-bottom div{display:flex;gap:.9rem;flex-wrap:wrap}@media (max-width:820px){.public-header-v16 .public-header-inner{min-height:0;grid-template-columns:1fr;gap:.7rem;padding-top:.75rem;padding-bottom:.75rem}.public-header-v16 nav{justify-content:flex-start;overflow-x:auto;width:100%;padding-bottom:.05rem}.public-header-v16 nav button{white-space:nowrap}.public-footer-v16 .footer-grid{grid-template-columns:1fr;gap:1rem}.public-footer-v16 .footer-grid section{border-right:0;border-bottom:1px solid #E3EAF2;min-height:auto;padding:0 0 1rem}.public-footer-v16 .footer-grid section:last-child{border-bottom:0;padding-bottom:0}}@media (max-width:560px){.public-page-v16 main{padding-inline:.9rem}.public-header-v16 .public-header-inner{padding-inline:.9rem}.public-header-v16 .public-brand-button img{height:41px;max-width:230px}.public-header-v16 nav{display:grid;grid-template-columns:1fr 1fr;gap:.42rem;overflow:visible}.public-header-v16 nav button{width:100%;min-height:40px;font-size:.9rem;padding:.55rem .48rem}.public-header-v16 nav button.private-access-button{grid-column:1/-1}.public-page-v16 .hero-copy-v13 h1{font-size:1.75rem}.public-page-v16 .hero-copy-v13 p:not(.eyebrow){font-size:.96rem}.public-footer-v16 .footer-grid{padding:1.25rem .9rem}.public-footer-v16 .footer-brand-block img{width:205px}.public-footer-v16 .footer-bottom{padding:.9rem;align-items:flex-start}.public-footer-v16 .footer-bottom div{width:100%;gap:.7rem}}.form-error{color:#b42318;font-weight:700;font-size:.9rem;margin:.35rem 0}button:disabled{opacity:.65;cursor:not-allowed}.check-line{display:flex;align-items:center;gap:.55rem;background:#fbfdff;border:1px solid var(--line);border-radius:12px;padding:.75rem}.check-line input{width:auto}.form-error{color:#9a1b1b;font-weight:700}.footer-links button,.footer-bottom button{white-space:nowrap}.modal h2{padding-right:2.5rem}.settings-list input{margin:.25rem 0}.sheet{display:grid;gap:.1rem}.sheet p:last-child{border-bottom:0}.subject-block .empty{margin:.45rem 0}.admin-row .badge{white-space:nowrap}.unread-badge{display:inline-grid;place-items:center;min-width:1.35rem;height:1.35rem;border-radius:999px;background:var(--red);color:#fff;font-size:.78rem;font-style:normal;font-weight:900;line-height:1;margin-left:.25rem;padding:0 .35rem}.file-title{font-style:normal;font-weight:400;color:inherit}.unread-title{font-style:normal;font-weight:900;color:var(--navy)}.info-action{text-align:left;width:100%;border-radius:18px;justify-content:flex-start}.info-action:disabled{opacity:.68;cursor:default}.info-action em{display:block;margin-top:.18rem;color:var(--muted);font-style:normal;font-size:.88rem}.notice-list{display:grid;gap:.55rem}.notice-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.8rem;background:#fff;border:1px solid var(--line);border-radius:14px;padding:.8rem .9rem;text-align:left}.notice-row span{display:flex;align-items:center;gap:.55rem;min-width:0;color:var(--navy)}.notice-row em{font-style:normal;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notice-row small{color:var(--muted);white-space:nowrap}.notice-row b{background:var(--red);color:#fff;border-radius:999px;padding:.18rem .45rem;font-size:.72rem;line-height:1;text-transform:uppercase;letter-spacing:.03em}.notice-row.unread-notice em{font-weight:900;color:var(--navy)}.notice-row.unread-notice{border-color:#f3b4b4;background:snow}@media (max-width:900px){.notice-row{align-items:flex-start;flex-direction:column}.notice-row small{white-space:normal}}.status-message{border:1px solid var(--line);border-left:4px solid var(--accent);background:#f8fbff;color:var(--navy);font-weight:700;border-radius:12px;padding:.7rem .9rem;margin:.6rem 0}.status-message.ok{border-left-color:#15803d;background:#f3fbf5;color:#14532d}.status-message.error{border-left-color:#b42318;background:#fff6f5;color:#9a1b1b}.status-message.info{border-left-color:var(--accent);background:#f7fbff;color:var(--navy)}.filter-row{display:flex;gap:.7rem;flex-wrap:wrap;margin:.75rem 0 1rem}.filter-row select{min-width:190px;max-width:260px}.state-empty{border:1px dashed var(--line);border-radius:14px;background:#fbfdff;padding:.85rem 1rem;margin:.7rem 0}.payment-pending-card{border-color:#f3b4b4;background:snow}.payment-pending-card svg{color:var(--red)}.primary.small{padding:.55rem .75rem;font-size:.88rem}.row-actions,.action-tabs{flex-wrap:wrap}.form-grid input[readonly]{background:#f6f8fb;color:var(--muted)}@media (max-width:720px){.filter-row{display:grid;grid-template-columns:1fr}.filter-row select{max-width:none;width:100%}.section-head .row-actions{width:100%;justify-content:flex-start}.admin-row{align-items:flex-start}.row-actions{justify-content:flex-start}}.capacity-list{display:grid;gap:.65rem}.compact-row{padding:.75rem}.extra-lesson{background:#fff6df;border-color:#f3d38a;border-left-color:var(--yellow)}.tariff-inputs{display:grid;grid-template-columns:repeat(4,minmax(90px,1fr));gap:.55rem;align-items:center;min-width:min(520px,100%)}.tariff-inputs input,.tariff-inputs select{min-width:0}.tariff-row{align-items:flex-start}.info-line em{display:block;color:var(--muted);font-style:normal;font-size:.88rem;margin-top:.15rem}@media (max-width:900px){.tariff-inputs{grid-template-columns:1fr}.tariff-row{align-items:stretch}}.portal-header{grid-template-columns:260px 1fr auto;min-height:62px;padding:.25rem clamp(.8rem,3vw,2rem)}.portal-header>img{height:58px;max-width:250px;object-fit:contain}.portal-user-title{display:flex;align-items:center;justify-content:center;gap:.65rem;min-width:0}.portal-user-title strong{text-align:left}.portal-header-actions{display:flex;align-items:center;gap:.65rem;justify-content:flex-end;flex-wrap:wrap}.avatar-badge{display:inline-grid;place-items:center;position:relative;flex:0 0 auto;border-radius:999px;background:linear-gradient(135deg,#eaf2ff,#fff);border:1px solid #bcd7f7;color:var(--navy);box-shadow:0 8px 18px #0b1f3a14;overflow:hidden}.avatar-badge span{font-size:1.05em;line-height:1;transform:translateY(-.05rem)}.avatar-badge b{position:absolute;right:.15rem;bottom:.06rem;font-size:.46em;background:#fff;border:1px solid #d7e6f9;border-radius:999px;padding:.05rem .18rem;line-height:1.2;color:#12315a}.avatar-sm{width:38px;height:38px;font-size:1rem}.avatar-md{width:52px;height:52px;font-size:1.25rem}.avatar-lg{width:82px;height:82px;font-size:2rem}.avatar-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1rem 0}.avatar-option{justify-content:flex-start;text-align:left;padding:.75rem;background:#fff}.avatar-option small{color:var(--muted)}.avatar-option.selected{border-color:var(--blue);background:#f1f7ff;box-shadow:0 0 0 2px #2f80ed1f}.profile-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:1.35rem;display:flex;gap:1.2rem;align-items:center}.profile-card h1{margin:0;color:var(--navy)}.profile-card p{margin:.25rem 0}.student-row-title{display:flex;align-items:center;gap:.7rem}.student-row-title span{display:block}.sheet-avatar{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem;color:var(--navy)}.day-cell.clickable-empty{background:#fbfdff;cursor:pointer}.day-cell.clickable-empty:hover{background:#f1f7ff}.calendar-empty-action{width:100%;border-style:dashed;background:#fff;color:var(--navy);font-size:.85rem;padding:.55rem}.mobile-extra-button{margin:.45rem 0;justify-content:flex-start}.extra-lesson{background:#fff4e6;border-color:#ffd5a3;border-left-color:#f59e0b}@media (max-width:900px){.portal-header{grid-template-columns:1fr auto;min-height:auto}.portal-header>img{height:50px;max-width:230px}.portal-user-title{grid-column:1/-1;justify-content:flex-start}.portal-header-actions{justify-content:flex-start}.avatar-grid{grid-template-columns:1fr}.profile-card{align-items:flex-start;flex-direction:column}.tabs{top:108px}}.avatar-badge{background:transparent;border:0;box-shadow:none;overflow:visible;padding:0}.avatar-badge .avatar-face{display:block;width:100%;height:100%;filter:drop-shadow(0 8px 14px rgba(11,31,58,.14))}.avatar-face-bg{fill:#eef6ff;stroke:#c8dcf5;stroke-width:1.5}.avatar-sm{width:38px;height:38px}.avatar-md{width:54px;height:54px}.avatar-lg{width:92px;height:92px}.avatar-option .avatar-badge{margin-right:.2rem}.avatar-option{align-items:center}.avatar-option span:last-child{display:grid;gap:.12rem}.avatar-option strong{line-height:1.15}.schedule-editor-row{display:grid;grid-template-columns:90px 110px 110px minmax(160px,1fr) auto;gap:.65rem;align-items:center;margin:.6rem 0}.full-span{grid-column:1/-1}.sheet-schedules{margin-top:1.1rem}.student-schedule-lesson{border-left-color:#2563eb;background:linear-gradient(180deg,#eff6ff,#fff)}@media (max-width:760px){.schedule-editor-row{grid-template-columns:1fr 1fr}.schedule-editor-row input:nth-of-type(3){grid-column:1/-1}.schedule-editor-row button{grid-column:1/-1}.avatar-lg{width:78px;height:78px}}.legal-page-v31{max-width:980px}.legal-block-v31{display:grid;gap:.75rem;background:#ffffffb8;border:1px solid rgba(28,43,61,.1);border-radius:22px;padding:1.5rem;box-shadow:0 18px 50px #12263f0f;margin:1.2rem 0}.legal-block-v31 h2{margin:.7rem 0 0;font-size:1.08rem}.legal-block-v31 p{margin:0;color:#526070;line-height:1.6}.public-phone-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.62rem .9rem;border:1px solid #C9D5E3;border-radius:10px;background:#f8fbff;color:#0b1f3a;text-decoration:none;font-weight:850;line-height:1;white-space:nowrap}.public-phone-link:hover{background:#edf4fc;border-color:#8eabc8;color:#0b1f3a}.public-footer-v32 a{color:#0b1f3a;text-decoration:none;font-weight:750}.public-footer-v32 a:hover{color:#2f80ed;text-decoration:underline}.about-home-v32{border-top:1px solid #E1E8F0;border-bottom:1px solid #E1E8F0;margin:.8rem 0;background:linear-gradient(180deg,#ffffff8c,#f0f7ff8c);padding-left:1rem!important;padding-right:1rem!important;border-radius:18px}.about-page-v32 .callout-v13{margin-top:.4rem}.cookie-notice-v32{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:120;max-width:920px;margin:0 auto;background:#fff;border:1px solid #C9D5E3;border-left:5px solid var(--blue);border-radius:16px;box-shadow:0 18px 50px #0b1f3a2e;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.cookie-notice-v32 strong{display:block;color:var(--navy);margin-bottom:.15rem}.cookie-notice-v32 p{margin:0;color:#526176;line-height:1.45;font-size:.94rem}.cookie-actions-v32{display:flex;gap:.55rem;flex:0 0 auto}.cookie-actions-v32 button{white-space:nowrap}.week-grid{grid-template-columns:90px repeat(5,minmax(156px,1fr));min-width:900px}.day-head{display:flex;align-items:center;justify-content:center}.day-cell{min-width:0;overflow:visible}.lesson{word-break:break-word;overflow-wrap:anywhere}.student-schedule-lesson span{font-weight:650}.calendar-wrap{scrollbar-gutter:stable}.mobile-agenda h3{margin:1rem 0 .4rem;color:var(--navy)}@media (max-width:900px){.public-phone-link{width:auto}.cookie-notice-v32{align-items:stretch;flex-direction:column}.cookie-actions-v32{justify-content:flex-end}.public-header-v16 nav .public-phone-link{white-space:nowrap}}@media (max-width:560px){.public-header-v16 nav{grid-template-columns:1fr 1fr}.public-header-v16 nav .public-phone-link{width:100%;font-size:.9rem;min-height:40px;padding:.55rem .48rem}.cookie-notice-v32{left:.65rem;right:.65rem;bottom:.65rem;padding:.85rem}.cookie-actions-v32{display:grid;grid-template-columns:1fr 1fr}.cookie-actions-v32 button{width:100%}.about-home-v32{margin:.6rem 0;padding-left:.85rem!important;padding-right:.85rem!important}}.public-header-v16 .public-header-inner{grid-template-columns:minmax(210px,340px) 1fr}.public-header-v16 nav{gap:.6rem}.public-page-v16 .hero-actions-v13{gap:.65rem;align-items:center}.inline-contact-button-v34{display:inline-flex;align-items:center;justify-content:center;min-height:0!important;padding:0!important;border:0!important;background:transparent!important;color:#0b1f3a!important;font-weight:800!important;text-decoration:underline;box-shadow:none!important}.inline-contact-button-v34:hover{color:#2f80ed!important}.public-page-v16 .contact-info-list-v13 span{align-items:center}.public-footer-v16 .footer-links button{width:max-content;max-width:100%}@media (max-width:820px){.public-header-v16{position:sticky}.public-header-v16 .public-header-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;padding-top:.7rem;padding-bottom:.75rem}.public-header-v16 .public-brand-button{align-self:center}.public-header-v16 .public-brand-button img{height:45px;max-width:245px}.public-header-v16 nav{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;overflow:visible}.public-header-v16 nav button{width:100%;min-width:0;min-height:38px;padding:.54rem .48rem;font-size:.88rem;white-space:normal}}@media (max-width:560px){.public-header-v16 .public-header-inner{padding-inline:.75rem;gap:.55rem}.public-header-v16 .public-brand-button img{height:40px;max-width:220px}.public-header-v16 nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.public-header-v16 nav button.private-access-button{grid-column:auto}.public-page-v16 .hero-actions-v13,.center-actions{display:grid;grid-template-columns:1fr;width:100%}.public-page-v16 .hero-actions-v13 button,.center-actions button,.contact-info-list-v13 span{width:100%}}.public-page-v17{color:#101c2e}.public-page-v17 p,.public-page-v17 li,.public-page-v17 small{color:#324155}.public-page-v17 .section-title-v13 p:not(.eyebrow),.public-page-v17 .public-page-title-v13 p:not(.eyebrow),.public-page-v17 .split-v13 p,.public-page-v17 .contact-section-v13 p,.public-page-v17 .info-card-v13 p,.public-page-v17 .public-feature-card-v13 p,.public-page-v17 .level-detail-card-v13 li{color:#263649}.public-page-v17 .eyebrow{color:#1767c7!important}.public-header-v17{background:#fff}.public-header-v17 .public-header-inner{max-width:1240px;grid-template-columns:minmax(280px,390px) 1fr;min-height:92px;column-gap:1.25rem}.public-header-v17 .public-brand-button{margin-left:-.35rem}.public-header-v17 .public-brand-button img{height:68px;max-width:385px}.public-mobile-menu-toggle{display:none!important}.public-header-v17 nav{gap:.48rem;flex-wrap:wrap;justify-content:flex-end}.public-header-v17 nav button{min-width:0;min-height:40px;padding:.56rem .74rem;font-size:.9rem;color:#07182e;border-color:#b8c6d8;background:#fff}.public-header-v17 nav button.public-nav-active{background:#0b1f3a;color:#fff;border-color:#0b1f3a}.public-header-v17 nav button.private-access-button{background:#0b1f3a;color:#fff;border-color:#0b1f3a}.public-header-v17 nav button:hover{border-color:#0b1f3a;background:#f1f6fc;color:#0b1f3a}.public-header-v17 nav button.public-nav-active:hover,.public-header-v17 nav button.private-access-button:hover{background:#15365f;color:#fff}.public-page-v17 .hero-actions-v13{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;max-width:760px}.public-page-v17 .hero-actions-v13 button{width:100%;min-height:44px;justify-content:center;text-align:center}.public-page-v17 .center-actions{display:flex;flex-wrap:wrap;gap:.65rem}.public-page-v17 .center-actions button{min-width:190px;justify-content:center}.public-page-v17 .intranet-band-v13{background:linear-gradient(135deg,#07182e,#123a67)}.public-page-v17 .intranet-band-v13 .eyebrow{color:#9ad0ff!important}.public-page-v17 .intranet-band-v13 p:not(.eyebrow){color:#eff6ff!important}.public-page-v17 .intranet-band-v13 h2{color:#fff!important}.public-page-v17 .flow-v13{background:#ffffff24;border-color:#ffffff52}.public-page-v17 .flow-v13 span{background:#fff;color:#07182e;border-color:#fff}.public-page-v17 .contact-info-list-v13 span,.public-page-v17 .callout-v13,.public-page-v17 .hour-card-v13,.public-page-v17 .hours-inline-v13 div{color:#172033}.public-page-v17 .contact-info-list-v13 a,.public-page-v17 .inline-contact-button-v34{color:#07182e!important}.public-footer-v16.public-footer-v32 a,.public-footer-v16 .footer-links button,.public-footer-v16 .footer-bottom button{color:#07182e}@media (max-width:1040px){.public-header-v17 .public-header-inner{grid-template-columns:minmax(240px,340px) 1fr}.public-header-v17 .public-brand-button img{height:61px;max-width:330px}.public-header-v17 nav button{font-size:.86rem;padding:.52rem .62rem}.public-page-v17 .hero-actions-v13{grid-template-columns:repeat(2,minmax(0,1fr));max-width:560px}}@media (max-width:760px){.public-header-v17 .public-header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.7rem;min-height:74px;padding:.65rem .75rem}.public-header-v17 .public-brand-button{align-self:center;justify-self:start;margin-left:-.25rem}.public-header-v17 .public-brand-button img{height:52px;max-width:min(280px,72vw)}.public-mobile-menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;gap:.35rem;min-height:42px;padding:.55rem .68rem!important;border:1px solid #B8C6D8!important;background:#fff!important;color:#0b1f3a!important;border-radius:11px!important;font-weight:850!important;box-shadow:none!important}.public-mobile-menu-toggle b{letter-spacing:.08em;font-size:1rem;line-height:1}.public-mobile-menu-toggle span{font-size:.9rem}.public-header-v17 nav{grid-column:1/-1;display:none;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;padding-top:.15rem;border-top:1px solid #E3EAF2;overflow:visible}.public-header-v17 nav.open{display:grid}.public-header-v17 nav button{width:100%;min-height:40px;white-space:normal;font-size:.88rem;padding:.56rem .45rem}.public-header-v17 nav button.private-access-button{grid-column:1/-1}.public-page-v17 .hero-actions-v13{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:none}.public-page-v17 .center-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.public-page-v17 .center-actions button{min-width:0;width:100%}}@media (max-width:420px){.public-header-v17 .public-brand-button img{height:48px;max-width:232px}.public-mobile-menu-toggle span{display:none}.public-mobile-menu-toggle{min-width:44px;padding:.55rem!important}.public-page-v17 .hero-actions-v13,.public-page-v17 .center-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.public-page-v17 .hero-actions-v13 button,.public-page-v17 .center-actions button{font-size:.88rem;padding:.62rem .45rem}}.public-page-v18{color:#0d1828}.public-header-v18{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #E6EDF5}.public-header-v18 .public-header-inner{max-width:1240px;min-height:94px;grid-template-columns:minmax(300px,430px) 1fr;padding-left:.55rem;padding-right:.85rem}.public-header-v18 .public-brand-button{margin-left:-.55rem}.public-header-v18 .public-brand-button img{height:76px;max-width:420px}.public-header-v18 nav{gap:.7rem}.public-header-v18 nav button{font-size:.96rem;min-height:43px;padding:.62rem 1rem}.public-mobile-panel-head,.public-mobile-menu-backdrop{display:none}.public-page-v18 .home-lines-v36{padding-top:.6rem;display:grid;gap:.85rem}.public-page-v18 .home-line-v36{display:grid;grid-template-columns:140px 1fr;gap:1rem;align-items:start;background:#fff;border:1px solid #DDE7F1;border-radius:14px;padding:1rem 1.15rem;box-shadow:0 10px 28px #07182e0f}.public-page-v18 .home-line-v36 span{font-weight:950;color:#0b1f3a;font-size:1rem}.public-page-v18 .home-line-v36 p{margin:0;color:#263649;line-height:1.55}.public-page-v18 .public-feature-card-v13 button{display:none}@media (max-width:1040px){.public-header-v18 .public-header-inner{grid-template-columns:minmax(260px,380px) 1fr}.public-header-v18 .public-brand-button img{height:68px;max-width:360px}}@media (max-width:760px){body:has(.public-header-v18 nav.open){overflow:hidden}.public-header-v18{padding:0}.public-header-v18 .public-header-inner{min-height:78px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:.58rem .72rem .58rem .68rem}.public-header-v18 .public-brand-button{margin-left:-.35rem;max-width:calc(100vw - 82px)}.public-header-v18 .public-brand-button img{height:58px;max-width:min(318px,calc(100vw - 98px))}.public-header-v18 .public-mobile-menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;width:48px;height:48px;min-height:48px;padding:0!important;border:0!important;background:#fff!important;color:#07182e!important;border-radius:12px!important;font-weight:950!important;box-shadow:none!important;z-index:62}.public-header-v18 .public-mobile-menu-toggle b{font-size:1.55rem;line-height:1;letter-spacing:.05em}.public-header-v18 nav{position:fixed;top:0;left:0;bottom:0;z-index:61;display:flex!important;flex-direction:column;align-items:stretch;justify-content:flex-start;width:min(78vw,330px);padding:1rem 1.05rem 1.25rem;background:#fff;border-right:1px solid #DDE7F1;box-shadow:18px 0 38px #07182e38;transform:translate(-105%);transition:transform .22s ease;overflow:auto;gap:.2rem}.public-header-v18 nav.open{transform:translate(0)}.public-mobile-panel-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.85rem;border-bottom:1px solid #E5EDF6}.public-mobile-panel-head img{height:48px;max-width:210px;object-fit:contain}.public-mobile-panel-head button{width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;font-size:2rem!important;line-height:1!important;border:0!important;background:#fff!important;color:#07182e!important}.public-header-v18 nav>button:not(.public-mobile-panel-head button){width:100%;min-height:62px;justify-content:space-between;text-align:left;border:0;border-bottom:1px solid #EDF2F7;background:#fff;color:#152238;border-radius:0;padding:0 .1rem;font-size:1.35rem;font-weight:850}.public-header-v18 nav>button:not(.public-mobile-panel-head button):after{content:"›";color:#d14b5b;font-size:1.7rem;font-weight:350}.public-header-v18 nav>button.public-nav-active{background:#fff;color:#07182e;border-color:#edf2f7}.public-header-v18 nav>button.public-nav-active:after{color:#0b69c7}.public-header-v18 nav>button.private-access-button{background:#fff;color:#07182e;border-color:#edf2f7}.public-header-v18 nav>button.private-access-button:hover,.public-header-v18 nav>button:hover{background:#f8fbff;color:#07182e}.public-mobile-menu-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#07182e73;border:0;border-radius:0;padding:0;margin:0}.public-page-v18 .home-lines-v36{padding-top:.35rem}.public-page-v18 .home-line-v36{grid-template-columns:1fr;gap:.3rem;padding:.95rem;border-radius:12px}.public-page-v18 .home-line-v36 span{font-size:1rem}}@media (max-width:420px){.public-header-v18 .public-header-inner{min-height:74px;padding-left:.6rem;padding-right:.58rem}.public-header-v18 .public-brand-button img{height:54px;max-width:min(286px,calc(100vw - 88px))}.public-header-v18 nav{width:78vw;padding:.9rem .92rem 1rem}.public-mobile-panel-head img{height:43px;max-width:190px}.public-header-v18 nav>button:not(.public-mobile-panel-head button){font-size:1.18rem;min-height:58px}}.public-header-v18 .public-mobile-menu-toggle b.hamburger-lines{display:grid;gap:5px;width:28px}.public-header-v18 .public-mobile-menu-toggle b.hamburger-lines i{display:block;height:3px;border-radius:999px;background:#07182e}.public-page-v18 .hours-inline-v13{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.public-page-v18 .hours-detail-grid-v13{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.map-card-v37{margin-top:1rem;background:#fff;border:1px solid #DDE7F1;border-radius:16px;overflow:hidden;box-shadow:0 12px 34px #07182e12}.map-card-v37>div{padding:1rem 1.1rem;display:grid;gap:.2rem;background:#f6faff;color:#172033}.map-card-v37 strong{color:#0b1f3a;font-size:1.05rem}.map-card-v37 span{color:#34445a}.map-card-v37 iframe{width:100%;height:260px;display:block;border:0}.map-card-v37 a{display:block;padding:.85rem 1.1rem;color:#0b1f3a;font-weight:850;text-decoration:none;border-top:1px solid #DDE7F1}.map-card-v37 a:hover{background:#f8fbff;text-decoration:underline}.admin-map-card-v37 iframe{width:100%;min-height:260px;border:0;border-radius:14px}.public-page-v18 .hero-actions-v13 button{border:1px solid #BFD0E4;background:#fff;color:#0b1f3a;font-weight:850}.public-page-v18 .hero-actions-v13 button.primary{background:#0b1f3a;color:#fff;border-color:#0b1f3a}.public-page-v18 .hero-actions-v13 button:hover{background:#f2f7fd;border-color:#0b1f3a}.public-page-v18 .hero-actions-v13 button.primary:hover{background:#15365f;color:#fff}@media (max-width:760px){body:has(.public-header-v18 nav.open){overflow:auto}.public-header-v18 .public-header-inner{grid-template-columns:minmax(0,1fr) auto;padding:.58rem .7rem .62rem .55rem}.public-header-v18 .public-mobile-menu-toggle{width:46px;height:46px;min-height:46px;border:1px solid #D7E1ED!important;background:#fff!important;border-radius:10px!important}.public-header-v18 nav{position:absolute;left:.55rem;right:.55rem;top:calc(100% - .15rem);bottom:auto;z-index:70;width:auto;max-height:none;transform:none;display:none!important;flex-direction:column;gap:.45rem;padding:.72rem;background:#fff;border:1px solid #DDE7F1;border-radius:0 0 16px 16px;box-shadow:0 18px 36px #07182e2e;overflow:visible}.public-header-v18 nav.open{display:flex!important}.public-header-v18 nav>button:not(.public-mobile-panel-head button){width:100%;min-height:52px;display:flex;justify-content:space-between;align-items:center;padding:.8rem .95rem;border:1px solid #E1EAF3;border-radius:12px;background:#f9fcff;color:#10243d;font-size:1.02rem;font-weight:900;text-align:left}.public-header-v18 nav>button:not(.public-mobile-panel-head button):after{content:"›";color:#d14b5b;font-size:1.35rem;line-height:1}.public-header-v18 nav>button.private-access-button{background:#0b1f3a;color:#fff;border-color:#0b1f3a}.public-header-v18 nav>button.private-access-button:after{color:#fff}.public-header-v18 nav>button.public-nav-active{background:#eaf4ff;color:#0b1f3a;border-color:#bbd7f5}.public-mobile-menu-backdrop{display:none!important}.public-page-v18 .hero-actions-v13{grid-template-columns:1fr;gap:.55rem}.public-page-v18 .hero-actions-v13 button{min-height:52px;justify-content:space-between;padding:.85rem .95rem;text-align:left;border-radius:12px}.public-page-v18 .hero-actions-v13 button:after{content:"›";color:#d14b5b;font-weight:900;font-size:1.25rem}.public-page-v18 .hero-actions-v13 button.primary:after{color:#fff}.public-page-v18 .hours-inline-v13,.public-page-v18 .hours-detail-grid-v13{grid-template-columns:1fr}.map-card-v37 iframe{height:230px}}@media (max-width:420px){.public-header-v18 .public-brand-button img{height:52px;max-width:min(282px,calc(100vw - 88px))}.public-header-v18 nav{left:.45rem;right:.45rem;padding:.62rem}}.public-page-v19 .public-v13-hero.public-hero-v38{min-height:520px;padding:2.9rem 0 2.4rem;grid-template-columns:1.02fr .82fr}.public-page-v19 .hero-copy-v13 h1{max-width:760px}.public-page-v19 .hero-copy-v13 p:not(.eyebrow){max-width:650px}.visual-card-v38{background:linear-gradient(180deg,#fff,#f5faff);border:1px solid #DDE7F1;border-radius:18px;padding:1.35rem;box-shadow:0 18px 44px #07182e17;display:grid;gap:.9rem;align-content:center}.visual-card-v38 img{width:min(360px,94%);justify-self:center;margin-bottom:.25rem}.visual-card-v38 div{display:grid;gap:.15rem;border:1px solid #DDE7F1;border-left:5px solid #2F80ED;border-radius:13px;background:#fff;padding:.9rem 1rem}.visual-card-v38 strong{color:#0b1f3a;font-size:1.02rem}.visual-card-v38 span{color:#43536a;font-weight:700}.visual-strip-v38{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding-top:1.8rem!important;padding-bottom:1.8rem!important}.visual-strip-v38 article{background:#fff;border:1px solid #DDE7F1;border-radius:16px;padding:1.15rem;box-shadow:0 10px 28px #07182e0e;min-height:150px}.visual-strip-v38 article span{display:inline-flex;color:#1767c7;background:#eef6ff;border-radius:999px;padding:.25rem .65rem;font-size:.78rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.visual-strip-v38 article h2{margin:.65rem 0 .35rem;font-size:1.25rem;line-height:1.15}.visual-strip-v38 article p{margin:0;color:#324155;line-height:1.5}.clean-hours-v38{margin-top:.4rem;padding-top:1.8rem!important;border-top:1px solid #E4ECF5}.public-page-v19 .map-card-v37{border-radius:18px}.public-page-v19 .map-card-v37 iframe{height:300px;filter:saturate(.98) contrast(.98)}.public-page-v19 .map-card-v37>div{background:#f3f8ff}.public-page-v19 .contact-section-v13{gap:1.4rem}.public-page-v19 .contact-form-v13{align-self:start}@media (max-width:980px){.public-page-v19 .public-v13-hero.public-hero-v38{grid-template-columns:1fr;min-height:auto}.visual-card-v38{max-width:680px}.visual-strip-v38{grid-template-columns:1fr}}@media (max-width:760px){body:has(.public-header-v19 nav.open){overflow:hidden}.public-header-v19 .public-header-inner{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:.55rem!important;min-height:76px!important;padding:.6rem .72rem!important}.public-header-v19 .public-mobile-menu-toggle{order:1;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:48px!important;min-height:48px!important;padding:0!important;border:1px solid #D6E1ED!important;background:#fff!important;color:#07182e!important;border-radius:12px!important;box-shadow:none!important;z-index:82!important}.public-header-v19 .public-brand-button{order:2;justify-self:start!important;margin-left:0!important;max-width:calc(100vw - 76px)!important}.public-header-v19 .public-brand-button img{height:56px!important;max-width:min(300px,calc(100vw - 92px))!important}.public-header-v19 .public-mobile-menu-toggle b.hamburger-lines{display:grid;gap:5px;width:28px}.public-header-v19 .public-mobile-menu-toggle b.hamburger-lines i{height:3px;background:#07182e;border-radius:999px}.public-header-v19 nav{position:fixed!important;top:0!important;left:0!important;bottom:0!important;right:auto!important;z-index:81!important;width:min(76vw,330px)!important;max-height:none!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0!important;padding:5.2rem 1.05rem 1.2rem!important;background:#fff!important;border:0!important;border-right:1px solid #DDE7F1!important;border-radius:0!important;box-shadow:18px 0 38px #07182e38!important;transform:translate(-105%)!important;transition:transform .22s ease!important;overflow:auto!important}.public-header-v19 nav.open{transform:translate(0)!important}.public-header-v19 nav>button:not(.public-mobile-panel-head button){width:100%!important;min-height:64px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 .1rem!important;border:0!important;border-bottom:1px solid #EEF3F8!important;border-radius:0!important;background:#fff!important;color:#152238!important;font-size:1.25rem!important;font-weight:900!important;text-align:left!important}.public-header-v19 nav>button:not(.public-mobile-panel-head button):after{content:"›";color:#d14b5b;font-size:1.65rem;font-weight:350}.public-header-v19 nav>button.private-access-button{color:#0b1f3a!important;background:#fff!important;border-bottom:1px solid #EEF3F8!important}.public-header-v19 nav>button.private-access-button:after{color:#d14b5b!important}.public-header-v19 nav>button:hover,.public-header-v19 nav>button.public-nav-active{background:#f8fbff!important;color:#07182e!important}.public-header-v19 .public-mobile-menu-backdrop{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:80!important;background:#07182e70!important;border:0!important;padding:0!important;margin:0!important;border-radius:0!important}.public-page-v19 .public-v13-hero.public-hero-v38{padding:1.7rem 0 1.4rem}.public-page-v19 .hero-copy-v13 h1{font-size:1.9rem}.public-page-v19 .hero-copy-v13 p:not(.eyebrow){font-size:.98rem}.public-page-v19 .hero-actions-v13{display:grid;grid-template-columns:1fr;gap:.55rem}.public-page-v19 .hero-actions-v13 button{min-height:52px;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:.82rem .95rem;border-radius:13px}.public-page-v19 .hero-actions-v13 button:after{content:"›";color:#d14b5b;font-size:1.25rem;font-weight:900}.public-page-v19 .hero-actions-v13 button.primary:after{color:#fff}.visual-card-v38{display:none}.visual-strip-v38 article{min-height:auto}.public-page-v19 .hours-inline-v13,.public-page-v19 .hours-detail-grid-v13,.public-page-v19 .contact-section-v13{grid-template-columns:1fr}.public-page-v19 .map-card-v37 iframe{height:240px}}@media (max-width:420px){.public-header-v19 .public-header-inner{padding-left:.62rem!important;padding-right:.58rem!important}.public-header-v19 .public-brand-button img{height:52px!important;max-width:min(276px,calc(100vw - 88px))!important}.public-header-v19 nav{width:78vw!important;padding-left:.95rem!important;padding-right:.95rem!important}.public-header-v19 nav>button:not(.public-mobile-panel-head button){font-size:1.12rem!important;min-height:60px!important}}.auth-page-v39{background:radial-gradient(circle at top left,#eef6ff 0,#f8fbff 42%,#eef2f7)}.auth-card-v39 p{color:#41506a;line-height:1.55;margin:.1rem 0 .4rem}.forgot-link-v39{border:0;background:transparent;color:var(--blue);font-weight:800;padding:.35rem}.forgot-link-v39:hover{text-decoration:underline;background:transparent}.error-landing-v39{min-height:100vh;display:grid;place-items:center;position:relative;overflow:hidden;padding:1.2rem;background:linear-gradient(135deg,#07182e,#0b1f3a 48%,#f5f8fc 48%)}.error-mosaic-v39{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:18vh;opacity:.16;transform:rotate(-8deg) scale(1.1)}.error-mosaic-v39 span:nth-child(3n){background:#2f80ed}.error-mosaic-v39 span:nth-child(3n+1){background:#e02424}.error-mosaic-v39 span:nth-child(3n+2){background:#fff}.error-card-v39{position:relative;z-index:1;width:min(620px,100%);background:#fff;border:1px solid var(--line);border-radius:30px;padding:2rem;box-shadow:0 24px 80px #0003;display:grid;gap:.8rem}.error-card-v39 img{width:220px;max-width:100%;margin-bottom:.3rem}.error-card-v39 h1{font-size:clamp(2rem,5vw,3.8rem);line-height:1;margin:.1rem 0;color:var(--navy)}.error-card-v39 p{color:#42506a;line-height:1.55}@media (max-width:820px){body:has(.public-header-v19 nav.open){overflow:hidden}.public-header-v19{padding:0!important;background:#fff!important;border-bottom:1px solid #dce5f0!important;z-index:80!important}.public-header-v19 .public-header-inner{display:grid!important;grid-template-columns:52px 1fr!important;align-items:center!important;gap:.45rem!important;width:100%!important;padding:.58rem .72rem!important;min-height:70px!important}.public-header-v19 .public-mobile-menu-toggle{display:inline-flex!important;grid-column:1!important;grid-row:1!important;align-items:center!important;justify-content:center!important;width:48px!important;height:48px!important;padding:0!important;border:0!important;background:transparent!important;border-radius:12px!important;color:#07182e!important;z-index:92!important}.public-header-v19 .public-mobile-menu-toggle b.hamburger-lines{display:grid!important;gap:6px!important;width:30px!important;height:auto!important}.public-header-v19 .public-mobile-menu-toggle b.hamburger-lines i{display:block!important;width:30px!important;height:3px!important;border-radius:999px!important;background:#07182e!important;box-shadow:none!important}.public-header-v19 .public-brand-button{grid-column:2!important;grid-row:1!important;justify-self:start!important;width:auto!important;min-width:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;z-index:90!important}.public-header-v19 .public-brand-button img{height:54px!important;max-width:min(260px,calc(100vw - 86px))!important;object-fit:contain!important}.public-header-v19 nav{position:fixed!important;left:0!important;top:0!important;width:min(80vw,340px)!important;height:100vh!important;z-index:91!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:.65rem!important;padding:6.2rem 1.05rem 1.2rem!important;background:#fff!important;border-right:1px solid #dce5f0!important;border-radius:0 24px 24px 0!important;box-shadow:18px 0 60px #07182e38!important;transform:translate(-110%)!important;transition:transform .22s ease!important;overflow:auto!important}.public-header-v19 nav.open{transform:translate(0)!important}.public-header-v19 nav:before{content:"Aula Norte";position:absolute;left:1.05rem;top:1.1rem;font-size:1rem;font-weight:950;color:#07182e;letter-spacing:.02em}.public-header-v19 nav:after{content:"Oviedo";position:absolute;left:1.05rem;top:2.65rem;color:#667085;font-weight:800;font-size:.86rem}.public-header-v19 nav>button{width:100%!important;justify-content:flex-start!important;text-align:left!important;min-height:54px!important;border-radius:16px!important;background:#f7faff!important;border:1px solid #dce8f7!important;color:#07182e!important;font-size:1.05rem!important;font-weight:900!important;padding:.9rem 1rem!important;box-shadow:none!important}.public-header-v19 nav>button.private-access-button{background:#07182e!important;border-color:#07182e!important;color:#fff!important;margin-top:.3rem!important}.public-header-v19 nav>button.public-nav-active{background:#eaf3ff!important;border-color:#a8caf7!important;color:#07182e!important}.public-header-v19 .public-mobile-menu-backdrop{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:89!important;background:#07182e73!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important}.hero-actions-v13{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.65rem!important}.hero-actions-v13 button,.hero-actions-v13 .primary{width:100%!important;min-height:46px!important;white-space:normal!important}.visual-strip-v38{grid-template-columns:1fr!important}.visual-strip-v38 article{padding:1.05rem!important}.public-hero-v38{padding-top:1.2rem!important}.public-hero-v38 h1{font-size:clamp(2.05rem,10vw,3.2rem)!important}.public-hero-v38 p{font-size:1rem!important}.visual-card-v38{display:none!important}}@media (min-width:821px){.public-header-v19 .public-mobile-menu-toggle,.public-mobile-menu-backdrop{display:none!important}}.public-page-v40{min-height:100vh!important;display:flex!important;flex-direction:column!important;background:#f7f9fc!important}.public-page-v40 .public-main-v40{flex:1 0 auto!important;width:100%!important;max-width:1180px!important;margin:0 auto!important;padding:0 1.1rem!important;display:block!important}.public-page-v40 p,.public-page-v40 .info-card-v13 p,.public-page-v40 .public-page-title-v13 p,.public-page-v40 .contact-section-v13 p,.public-page-v40 .legal-block-v31 p{text-align:justify!important;text-justify:inter-word!important}.public-page-v40 .eyebrow,.public-page-v40 .footer-grid p,.public-page-v40 .contact-info-list-v13 span,.public-page-v40 .hour-card-v13 span,.public-page-v40 .home-pillars-v40 p{text-align:left!important}.public-header-v40{width:100%!important;background:#fff!important;border-bottom:1px solid #dbe5ef!important;box-shadow:0 8px 28px #07182e0d!important;padding:.8rem 1.1rem!important}.public-header-v40 .public-header-inner{max-width:1180px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(210px,360px) 1fr!important;align-items:center!important;gap:1.25rem!important;min-height:70px!important}.public-header-v40 .public-brand-button{justify-self:start!important;justify-content:flex-start!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.public-header-v40 .public-brand-button img{height:64px!important;max-width:340px!important;object-fit:contain!important}.public-header-v40 nav{justify-self:end!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.55rem!important;width:auto!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.public-header-v40 nav button{min-width:auto!important;border-radius:999px!important;padding:.68rem .95rem!important;border:1px solid #d2deea!important;background:#fff!important;color:#0b1f3a!important;font-weight:850!important;font-size:.96rem!important;white-space:nowrap!important}.public-header-v40 nav button:hover,.public-header-v40 nav button.public-nav-active{background:#eef5ff!important;border-color:#9cc3f2!important;color:#0b1f3a!important}.public-header-v40 nav button.private-access-button{background:#0b1f3a!important;color:#fff!important;border-color:#0b1f3a!important}.public-header-v40 .mobile-menu-heading{display:none}.home-landing-v40{min-height:560px;display:grid;grid-template-columns:.86fr 1.14fr;gap:2.5rem;align-items:center;padding:3.2rem 0 2.2rem}.home-brand-v40{min-height:360px;display:grid;place-items:center;background:#fff;border:1px solid #dbe5ef;border-radius:28px;box-shadow:0 22px 60px #07182e14}.home-brand-v40 img{width:min(440px,88%);height:auto;object-fit:contain}.home-message-v40 h1{color:#0b1f3a;font-size:clamp(2.35rem,5vw,4.5rem);line-height:1.02;margin:.25rem 0 1rem;letter-spacing:-.045em}.home-message-v40 p:not(.eyebrow){color:#3d4b5f;font-size:1.12rem;line-height:1.7;max-width:720px}.home-actions-v40{margin-top:1.4rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.home-actions-v40 button{min-height:54px;border-radius:14px;padding:.75rem .9rem;font-weight:900;justify-content:center;text-align:center}.home-pillars-v40{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:0 0 3rem}.home-pillars-v40 article{background:#fff;border:1px solid #dbe5ef;border-radius:20px;padding:1.25rem;min-height:170px;box-shadow:0 16px 36px #07182e0d}.home-pillars-v40 span{display:inline-block;color:#2f80ed;font-weight:950;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;margin-bottom:.45rem}.home-pillars-v40 h2{color:#0b1f3a;font-size:1.2rem;margin:.15rem 0 .45rem}.home-pillars-v40 p{color:#49576b;line-height:1.55;margin:0}.centered-public-page-v40{min-height:calc(100vh - 260px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:stretch!important;padding:3rem 0!important}.centered-public-page-v40 .public-page-title-v13{max-width:880px;margin:0 auto 1.4rem!important;text-align:center}.centered-public-page-v40 .public-page-title-v13 p,.centered-public-page-v40 .public-page-title-v13 h1{text-align:center!important}.about-grid-v40{max-width:980px;margin:0 auto;width:100%}.hours-grid-v40{max-width:760px;margin:0 auto 1rem!important;width:100%}.hours-page-v40 .callout-v13{max-width:760px;margin:1rem auto!important;text-align:center!important}.contact-page-v40{min-height:calc(100vh - 260px)!important;grid-template-columns:minmax(0,1fr) minmax(280px,430px)!important;gap:2rem!important;align-items:center!important}.contact-page-v40 h2{color:#0b1f3a;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1;margin:.2rem 0 .8rem}.map-card-v40{margin-top:1rem!important;background:#fff!important;border:1px solid #dbe5ef!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 16px 36px #07182e0f!important}.map-card-v40 iframe{width:100%!important;height:320px!important;border:0!important;display:block!important}.public-footer-v40{width:100%!important;flex-shrink:0!important;margin-top:auto!important;background:#fff!important;color:#172033!important;border-top:1px solid #dbe5ef!important;box-shadow:0 -10px 30px #07182e0a!important}.public-footer-v40 .footer-grid{max-width:1180px!important;margin:0 auto!important;padding:2rem 1.1rem 1.25rem!important;display:grid!important;grid-template-columns:1.35fr 1fr 1fr!important;gap:1.4rem!important}.public-footer-v40 .footer-brand-block img{width:250px!important;max-width:100%!important;background:transparent!important;padding:0!important;border-radius:0!important}.public-footer-v40 h3{color:#0b1f3a!important;margin:0 0 .6rem!important}.public-footer-v40 p,.public-footer-v40 a{color:#3d4b5f!important;line-height:1.55!important}.public-footer-v40 button{color:#0b1f3a!important;background:transparent!important;border:0!important;padding:.25rem 0!important;text-align:left!important;justify-content:flex-start!important}.public-footer-v40 button:hover{text-decoration:underline!important}.public-footer-v40 .footer-bottom{max-width:1180px!important;margin:0 auto!important;padding:1rem 1.1rem!important;border-top:1px solid #e5ebf2!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;flex-wrap:wrap!important}.public-footer-v40 .footer-bottom span{color:#667085!important}.public-footer-v40 .footer-bottom div{display:flex!important;gap:1rem!important;flex-wrap:wrap!important}@media (max-width:860px){body:has(.public-header-v40 nav.open){overflow:hidden!important}.public-header-v40{padding:0!important}.public-header-v40 .public-header-inner{grid-template-columns:52px minmax(0,1fr)!important;min-height:72px!important;padding:.58rem .72rem!important;gap:.5rem!important}.public-header-v40 .public-mobile-menu-toggle{display:inline-flex!important;grid-column:1!important;grid-row:1!important;align-items:center!important;justify-content:center!important;width:48px!important;height:48px!important;padding:0!important;border:0!important;background:transparent!important;color:#07182e!important;z-index:102!important}.public-header-v40 .public-mobile-menu-toggle b.hamburger-lines{display:grid!important;gap:6px!important;width:30px!important}.public-header-v40 .public-mobile-menu-toggle b.hamburger-lines i{display:block!important;height:3px!important;width:30px!important;border-radius:999px!important;background:#07182e!important}.public-header-v40 .public-brand-button{grid-column:2!important;justify-self:start!important;z-index:100!important}.public-header-v40 .public-brand-button img{height:54px!important;max-width:min(260px,calc(100vw - 88px))!important}.public-header-v40 nav{position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:min(78vw,340px)!important;height:100vh!important;z-index:101!important;transform:translate(-110%)!important;transition:transform .22s ease!important;background:#fff!important;border-right:1px solid #dbe5ef!important;border-radius:0 24px 24px 0!important;box-shadow:18px 0 60px #07182e3d!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:.65rem!important;padding:1rem 1rem 1.2rem!important;overflow:auto!important}.public-header-v40 nav.open{transform:translate(0)!important}.public-header-v40 .mobile-menu-heading{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;padding:.2rem 0 1rem!important;border-bottom:1px solid #eef3f8!important;margin-bottom:.35rem!important}.public-header-v40 .mobile-menu-heading img{width:58px;height:58px;object-fit:contain}.public-header-v40 .mobile-menu-heading button{font-size:2rem!important;line-height:1!important;width:44px!important;height:44px!important;border:0!important;background:#f4f7fb!important;border-radius:14px!important;color:#0b1f3a!important;display:grid!important;place-items:center!important;padding:0!important}.public-header-v40 nav>button{width:100%!important;min-height:58px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:.9rem 1rem!important;border-radius:16px!important;border:1px solid #dce8f7!important;background:#f8fbff!important;color:#07182e!important;font-size:1.08rem!important;font-weight:900!important;text-align:left!important}.public-header-v40 nav>button:after{content:"›";color:#d14b5b;font-size:1.35rem;font-weight:800}.public-header-v40 nav>button.private-access-button{background:#07182e!important;color:#fff!important;border-color:#07182e!important}.public-header-v40 nav>button.private-access-button:after{color:#fff!important}.public-header-v40 .public-mobile-menu-backdrop{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:100!important;background:#07182e73!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important}.home-landing-v40{grid-template-columns:1fr!important;gap:1.15rem!important;min-height:auto!important;padding:1.45rem 0 1.4rem!important}.home-brand-v40{min-height:210px!important;border-radius:22px!important}.home-brand-v40 img{width:min(320px,88%)!important}.home-message-v40 h1{font-size:clamp(2rem,9vw,3rem)!important}.home-message-v40 p:not(.eyebrow){font-size:1rem!important}.home-actions-v40{grid-template-columns:1fr 1fr!important;gap:.65rem!important}.home-actions-v40 button{min-height:52px!important;white-space:normal!important}.home-pillars-v40{grid-template-columns:1fr!important;padding-bottom:1.8rem!important}.home-pillars-v40 article{min-height:auto!important}.contact-page-v40{grid-template-columns:1fr!important;padding:1.6rem 0!important;justify-content:start!important}.centered-public-page-v40{min-height:calc(100vh - 230px)!important;justify-content:flex-start!important;padding:2rem 0!important}.public-footer-v40 .footer-grid{grid-template-columns:1fr!important;padding:1.6rem 1rem 1rem!important}.public-footer-v40 .footer-bottom{align-items:flex-start!important}.public-footer-v40 .footer-bottom div{width:100%!important;gap:.75rem!important}}@media (min-width:861px){.public-header-v40 .public-mobile-menu-toggle,.public-header-v40 .public-mobile-menu-backdrop{display:none!important}}.public-page-v40{background:#edf2f7!important;min-height:100vh!important;display:flex!important;flex-direction:column!important}.public-page-v40 main.public-main-v40{flex:1 0 auto!important}.public-page-v40 .public-main-v40{max-width:1180px!important;width:100%!important;margin:0 auto!important;padding-left:1.25rem!important;padding-right:1.25rem!important}.public-header-v40{background:#fff!important;box-shadow:0 10px 30px #07182e0d!important}.home-landing-v40{background:#fff!important;border:1px solid #d4deea!important;border-radius:28px!important;padding:2.2rem!important;margin:2rem 0 1.3rem!important;box-shadow:0 24px 60px #07182e17!important}.home-brand-v40{border:1px solid #d8e2ee!important;background:linear-gradient(145deg,#fff,#f7fbff)!important;box-shadow:inset 0 0 0 1px #ffffffb3!important}.home-message-v40{padding:.5rem .4rem!important}.home-message-v40 p:not(.eyebrow),.about-page-v40 p,.public-page-title-v13 p,.info-card p,.public-feature-card p,.contact-page-v40 p{text-align:justify!important;text-justify:inter-word!important}.home-actions-v40{align-items:stretch!important}.home-actions-v40 button{border-radius:14px!important;min-height:64px!important}.home-pillars-v40 article{background:#fff!important;border-color:#d4deea!important;box-shadow:0 18px 45px #07182e13!important}.contact-page-v40{max-width:1040px!important;width:100%!important;margin:0 auto!important;grid-template-columns:1fr!important;align-items:start!important;justify-content:center!important;min-height:auto!important;padding:2.4rem 0 3rem!important}.contact-page-v40>div,.contact-page-v40 .contact-form-v13{width:100%!important;max-width:1040px!important;margin-left:auto!important;margin-right:auto!important}.contact-page-v40 .map-card-v40,.contact-page-v40 .contact-form-v13{width:100%!important;max-width:1040px!important}.contact-page-v40 .contact-form-v13{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1rem!important;padding:1.25rem!important;background:#fff!important;border:1px solid #d4deea!important;border-radius:20px!important;box-shadow:0 18px 45px #07182e13!important;margin-top:1.3rem!important}.contact-page-v40 .contact-form-v13 textarea,.contact-page-v40 .contact-form-v13 button{grid-column:1 / -1!important}.contact-page-v40 .map-card-v40{border-radius:20px!important;border-color:#d4deea!important;box-shadow:0 18px 45px #07182e13!important}.contact-page-v40 .map-card-v40 iframe{height:360px!important}.centered-public-page-v40{min-height:calc(100vh - 265px)!important}.public-footer-v40{width:100%!important;max-width:none!important;margin:3rem 0 0!important;background:#fff!important;border-top:1px solid #d4deea!important;box-shadow:0 -14px 35px #07182e0d!important}.public-footer-v40 .footer-grid,.public-footer-v40 .footer-bottom{max-width:1180px!important;width:100%!important;margin:0 auto!important}.public-footer-v40 .footer-grid{padding:2.2rem 1.25rem 1.4rem!important}.public-footer-v40 .footer-bottom{padding:1rem 1.25rem!important}.public-footer-v40 .footer-brand-block img{width:245px!important}.public-footer-v40 .footer-grid p{text-align:left!important}@media (max-width:860px){.public-page-v40 .public-main-v40{padding-left:.85rem!important;padding-right:.85rem!important}.home-landing-v40{padding:1rem!important;border-radius:22px!important;margin:1rem 0!important}.home-actions-v40{grid-template-columns:1fr 1fr!important}.home-actions-v40 button{min-height:56px!important;font-size:.95rem!important}.contact-page-v40{padding:1.4rem 0 2rem!important}.contact-page-v40 .contact-form-v13{grid-template-columns:1fr!important;border-radius:18px!important;padding:1rem!important}.contact-page-v40 .map-card-v40 iframe{height:300px!important}.public-footer-v40{margin-top:2rem!important}}.portal-header{grid-template-columns:minmax(150px,220px) minmax(0,1fr) auto!important;align-items:center!important;gap:1rem!important;min-height:72px!important}.portal-header img{justify-self:start!important}.portal-user-title{min-width:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.7rem!important;color:var(--navy)!important}.portal-user-title strong{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:left!important}.portal-header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.55rem!important;min-width:0!important}.portal-header-actions small{max-width:220px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.portal-header-actions button{flex:0 0 auto!important;min-height:42px!important;white-space:nowrap!important}.content-shell:has(.calendar-wrap){max-width:1380px!important}.calendar-wrap{width:100%!important;background:#fff!important;border:1px solid #d4deea!important;border-radius:24px!important;padding:1rem!important;box-shadow:0 18px 45px #07182e12!important;overflow-x:auto!important;overflow-y:visible!important}.calendar-top{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important;gap:.8rem!important;margin-bottom:1rem!important}.calendar-top strong{color:var(--navy)!important;font-size:1.05rem!important;text-align:center!important;white-space:nowrap!important}.calendar-top button:first-child{justify-self:start!important}.calendar-top button:last-child{justify-self:end!important}.week-grid{display:grid!important;grid-template-columns:74px repeat(7,minmax(142px,1fr))!important;min-width:1080px!important;width:100%!important;border:1px solid #d8e2ee!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important}.corner,.day-head,.hour-cell,.day-cell{border-right:1px solid #d8e2ee!important;border-bottom:1px solid #d8e2ee!important}.day-head{min-height:48px!important;padding:.65rem .45rem!important;background:#0b1f3a!important;color:#fff!important;font-size:.88rem!important;letter-spacing:.01em!important}.hour-cell{min-height:92px!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;padding:.65rem .35rem!important;font-size:.84rem!important;background:#f4f8fc!important;color:#526177!important}.day-cell{min-height:92px!important;padding:.45rem!important;background:#fbfdff!important;overflow:visible!important}.lesson{width:100%!important;background:#eaf3ff!important;border:1px solid #c6ddfb!important;border-left:4px solid #2F80ED!important;border-radius:12px!important;padding:.5rem!important;font-size:.78rem!important;line-height:1.25!important;gap:.18rem!important;overflow:hidden!important}.lesson b,.lesson span,.lesson small{overflow-wrap:anywhere!important;word-break:break-word!important}.lesson b{font-size:.82rem!important;line-height:1.18!important}.lesson span{color:#1b3355!important}.lesson small{color:#64748b!important}.mobile-agenda{display:none!important}@media (max-width:900px){.portal-header{grid-template-columns:minmax(78px,112px) minmax(0,1fr) auto!important;gap:.55rem!important;min-height:64px!important;padding:.5rem .65rem!important}.portal-header img{height:34px!important;max-width:112px!important;width:100%!important;object-fit:contain!important}.portal-user-title{grid-column:auto!important;grid-row:auto!important;justify-content:flex-start!important;gap:.42rem!important;min-width:0!important}.portal-user-title .avatar-badge,.portal-user-title .avatar-face-wrap{flex:0 0 auto!important}.portal-user-title strong{display:block!important;font-size:.92rem!important;max-width:100%!important;text-align:left!important}.portal-header-actions{justify-content:flex-end!important;align-self:center!important;gap:.25rem!important}.portal-header-actions small{display:none!important}.portal-header-actions button{min-height:40px!important;height:40px!important;padding:.45rem .58rem!important;border-radius:12px!important;font-size:.88rem!important;gap:.25rem!important}.portal-header-actions button svg{width:15px!important;height:15px!important}.tabs{top:64px!important;padding:.55rem .65rem!important;gap:.45rem!important;scrollbar-width:thin!important}.tabs button{padding:.55rem .72rem!important;border-radius:999px!important;font-size:.9rem!important}.content-shell{padding:.85rem!important}.content-shell:has(.calendar-wrap){max-width:none!important;padding:.75rem!important}.calendar-wrap{padding:.8rem!important;border-radius:20px!important;overflow:visible!important;box-shadow:0 14px 35px #07182e12!important}.calendar-top{grid-template-columns:1fr!important;gap:.55rem!important;text-align:center!important;margin-bottom:.7rem!important}.calendar-top button{width:100%!important;min-height:42px!important}.calendar-top button:first-child,.calendar-top button:last-child{justify-self:stretch!important}.week-grid{display:none!important}.mobile-agenda{display:grid!important;gap:.85rem!important}.mobile-agenda>div{background:#fff!important;border:1px solid #d4deea!important;border-radius:18px!important;padding:.85rem!important;box-shadow:0 10px 28px #07182e0e!important}.mobile-agenda h3{margin:0 0 .65rem!important;color:var(--navy)!important;font-size:1rem!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.mobile-agenda h3:after{content:"Horario";color:#64748b;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.lesson.mobile{margin:.55rem 0!important;padding:.75rem!important;font-size:.9rem!important;border-radius:14px!important}.lesson.mobile b{font-size:.95rem!important}.lesson.mobile span{font-size:.88rem!important}}@media (max-width:420px){.portal-header{grid-template-columns:86px minmax(0,1fr) auto!important;gap:.4rem!important;padding:.45rem .5rem!important}.portal-header img{max-width:86px!important;height:30px!important}.portal-user-title strong{font-size:.86rem!important}.portal-header-actions button{font-size:0!important;width:40px!important;padding:0!important}.portal-header-actions button svg{margin:0!important;width:17px!important;height:17px!important}}@media (max-width:860px){.public-header-v40{position:sticky!important;top:0!important;z-index:120!important;padding:0!important}.public-header-v40 .public-header-inner{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;align-items:center!important;min-height:76px!important;gap:.55rem!important;padding:.58rem .72rem!important}.public-header-v40 .public-mobile-menu-toggle{grid-column:1!important;grid-row:1!important;justify-self:start!important;align-self:center!important;display:inline-flex!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;padding:0!important;border:1px solid #d5e0ec!important;border-radius:14px!important;background:#fff!important;z-index:121!important;position:relative!important}.public-header-v40 .public-mobile-menu-toggle b.hamburger-lines{display:grid!important;gap:6px!important;width:28px!important}.public-header-v40 .public-mobile-menu-toggle b.hamburger-lines i{display:block!important;width:28px!important;height:3px!important;border-radius:99px!important;background:#07182e!important}.public-header-v40 .public-brand-button{grid-column:2!important;grid-row:1!important;justify-self:start!important;align-self:center!important;max-width:100%!important;overflow:hidden!important;z-index:121!important;position:relative!important;margin-left:0!important}.public-header-v40 .public-brand-button img{height:50px!important;max-width:min(245px,calc(100vw - 92px))!important;width:auto!important;object-fit:contain!important;display:block!important}.public-header-v40 nav{position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:min(82vw,340px)!important;height:100dvh!important;z-index:150!important;padding:1rem 1rem 1.3rem!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:.65rem!important;overflow-y:auto!important;background:#fff!important;border-right:1px solid #dbe5ef!important;border-radius:0 24px 24px 0!important;box-shadow:22px 0 70px #07182e47!important;transform:translate(-112%)!important;transition:transform .22s ease!important}.public-header-v40 nav.open{transform:translate(0)!important}.public-header-v40 .mobile-menu-heading{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:68px!important;gap:.75rem!important;padding:0 0 1rem!important;margin:0 0 .35rem!important;border-bottom:1px solid #edf3f8!important;flex:0 0 auto!important}.public-header-v40 .mobile-menu-heading img{width:58px!important;height:58px!important;object-fit:contain!important;flex:0 0 auto!important}.public-header-v40 .mobile-menu-heading button{width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;border:0!important;border-radius:14px!important;background:#f3f7fb!important;color:#07182e!important;font-size:2rem!important;line-height:1!important;display:grid!important;place-items:center!important;flex:0 0 auto!important}.public-header-v40 nav>button:not(.public-mobile-menu-toggle){width:100%!important;min-height:58px!important;flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:.9rem 1rem!important;border-radius:16px!important;border:1px solid #dce8f7!important;background:#f8fbff!important;color:#07182e!important;font-size:1.06rem!important;font-weight:900!important;text-align:left!important}.public-header-v40 nav>button:not(.public-mobile-menu-toggle):after{content:"›"!important;color:#d14b5b!important;font-size:1.35rem!important;font-weight:800!important}.public-header-v40 nav>button.private-access-button{background:#07182e!important;color:#fff!important;border-color:#07182e!important}.public-header-v40 nav>button.private-access-button:after{color:#fff!important}.public-header-v40 .public-mobile-menu-backdrop{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:140!important;width:100vw!important;height:100dvh!important;background:#07182e75!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important}.public-page-v40 .public-main-v40{padding-top:.55rem!important}}@media (max-width:390px){.public-header-v40 .public-header-inner{grid-template-columns:50px minmax(0,1fr)!important;min-height:72px!important;padding:.52rem .58rem!important}.public-header-v40 .public-mobile-menu-toggle{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}.public-header-v40 .public-mobile-menu-toggle b.hamburger-lines,.public-header-v40 .public-mobile-menu-toggle b.hamburger-lines i{width:25px!important}.public-header-v40 .public-brand-button img{height:46px!important;max-width:min(218px,calc(100vw - 82px))!important}}.brand-mobile-combo{display:none}.mobile-menu-brand{display:flex;align-items:center;gap:.7rem;min-width:0}.mobile-menu-brand img{width:52px;height:52px;object-fit:contain;flex:0 0 auto}.mobile-menu-brand span{display:flex;flex-direction:column;min-width:0;line-height:1.05}.mobile-menu-brand strong{font-size:1.05rem;color:#07182e;font-weight:900;letter-spacing:-.01em;white-space:nowrap}.mobile-menu-brand small{font-size:.78rem;color:#64748b;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-top:.12rem}@media (max-width:860px){.public-header-v40 .public-header-inner{grid-template-columns:52px minmax(0,1fr)!important;min-height:78px!important;column-gap:.72rem!important}.public-header-v40 .public-brand-button{width:100%!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important}.public-header-v40 .public-brand-button .brand-full-logo{display:none!important}.public-header-v40 .public-brand-button .brand-mobile-combo{display:flex!important;align-items:center!important;gap:.58rem!important;min-width:0!important;width:100%!important}.public-header-v40 .public-brand-button .brand-mobile-combo img{height:44px!important;width:44px!important;max-width:44px!important;object-fit:contain!important;flex:0 0 44px!important;display:block!important}.public-header-v40 .public-brand-button .brand-mobile-combo span{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;line-height:1.05!important}.public-header-v40 .public-brand-button .brand-mobile-combo strong{color:#07182e!important;font-size:1.05rem!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.public-header-v40 .public-brand-button .brand-mobile-combo small{color:#64748b!important;font-size:.72rem!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.08em!important;margin-top:.14rem!important}.public-header-v40 .public-mobile-menu-toggle{grid-column:1!important;justify-self:start!important}.public-header-v40 .mobile-menu-heading{align-items:center!important;min-height:74px!important;padding-bottom:.95rem!important}.public-header-v40 .mobile-menu-heading>img{display:none!important}.public-header-v40 .mobile-menu-heading .mobile-menu-brand{display:flex!important}}@media (max-width:390px){.public-header-v40 .public-header-inner{grid-template-columns:48px minmax(0,1fr)!important;column-gap:.6rem!important}.public-header-v40 .public-brand-button .brand-mobile-combo img{height:40px!important;width:40px!important;max-width:40px!important;flex-basis:40px!important}.public-header-v40 .public-brand-button .brand-mobile-combo strong{font-size:.98rem!important}.public-header-v40 .public-brand-button .brand-mobile-combo small{font-size:.67rem!important}}.portal-header-v45 .portal-user-title-button{border:1px solid transparent;background:transparent;color:var(--navy);padding:.35rem .55rem;border-radius:14px;display:inline-flex;align-items:center;gap:.55rem;cursor:pointer;min-width:0;max-width:100%}.portal-header-v45 .portal-user-title-button:not(:disabled):hover{background:#f2f7ff;border-color:#d4e5fb}.portal-header-v45 .portal-user-title-button:disabled{cursor:default;opacity:1}.profile-sheet-v45{gap:1rem}.profile-card-v45{box-shadow:0 12px 30px #0b1f3a14}.avatar-panel-v45{background:#f8fbff}.contact-page-v45{max-width:980px;margin:0 auto;padding:2.4rem 1rem 3rem;display:block}.contact-full-v45{display:grid;gap:1rem}.contact-full-v45 h2{font-size:clamp(2rem,4vw,3rem);line-height:1.08;color:var(--navy);margin:.15rem 0 .35rem}.contact-full-v45>p:not(.eyebrow){line-height:1.7;color:#334155;text-align:justify}.contact-info-list-v45{grid-template-columns:repeat(3,minmax(0,1fr))}.map-card-v45,.contact-form-v45{width:100%;box-sizing:border-box}.map-card-v45 iframe{min-height:330px}.contact-form-v45{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;background:#fff;border:1px solid var(--line);border-radius:22px;padding:1.1rem;box-shadow:0 16px 45px #0b1f3a14}.contact-form-v45 textarea,.contact-form-v45 .status-message,.contact-form-v45 button{grid-column:1/-1}.contact-form-v45 input,.contact-form-v45 textarea{width:100%;box-sizing:border-box}.calendar-wrap-v45 .calendar-top-v45{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap;background:#fff;border:1px solid var(--line);border-radius:18px;padding:.75rem;margin-bottom:.5rem}.calendar-top-v45 strong{color:var(--navy);font-size:1.05rem}.calendar-top-v45 button:disabled{opacity:.45;cursor:not-allowed}.calendar-month-note-v45{margin:.35rem 0 1rem;color:#64748b;font-size:.92rem}.day-head small,.mobile-agenda-v45 h3 small{display:block;color:#64748b;font-size:.75rem;margin-top:.2rem;font-weight:700}.small-empty-v45{font-size:.9rem;padding:.7rem .9rem;background:#f8fbff;border-radius:12px}.public-page-v45 .home-pillars-v40 article{border-radius:18px;border:1px solid #d8e4f3;box-shadow:0 12px 32px #0b1f3a0f}.public-page-v45 .home-landing-v40{box-shadow:0 24px 70px #0b1f3a17}@media (max-width:760px){.contact-info-list-v45,.contact-form-v45{grid-template-columns:1fr}.map-card-v45 iframe{min-height:260px}.portal-header-v45{grid-template-columns:minmax(0,1fr) auto;gap:.55rem}.portal-header-v45>img{height:46px;max-width:180px;object-fit:contain}.portal-header-v45 .portal-user-title-button{min-width:0;overflow:hidden}.portal-header-v45 .portal-user-title-button strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:42vw}.portal-header-actions button{white-space:nowrap}.calendar-top-v45{align-items:stretch}.calendar-top-v45 button{flex:1}.calendar-top-v45 strong{width:100%;text-align:center;order:-1}.profile-card-v45{display:grid;grid-template-columns:auto 1fr;align-items:center}.profile-card-v45 p{font-size:.95rem}}

/* v46: fix mobile public side menu brand overlap */
@media (max-width: 860px){
  .public-header-v40 .mobile-menu-heading{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:.85rem!important;
    min-height:78px!important;
    padding:.95rem 0 1rem!important;
    margin:0 0 .45rem!important;
    border-bottom:1px solid #e5edf6!important;
  }
  .public-header-v40 .mobile-menu-heading .mobile-menu-brand{
    display:grid!important;
    grid-template-columns:54px minmax(0,1fr)!important;
    align-items:center!important;
    gap:.78rem!important;
    min-width:0!important;
    max-width:calc(100% - 58px)!important;
    overflow:hidden!important;
  }
  .public-header-v40 .mobile-menu-heading .mobile-menu-brand img{
    width:54px!important;
    height:54px!important;
    max-width:54px!important;
    object-fit:contain!important;
    flex:0 0 54px!important;
    display:block!important;
    grid-column:1!important;
  }
  .public-header-v40 .mobile-menu-heading .mobile-menu-brand>span{
    grid-column:2!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    min-width:0!important;
    line-height:1.05!important;
  }
  .public-header-v40 .mobile-menu-heading .mobile-menu-brand strong{
    display:block!important;
    color:#07182e!important;
    font-size:1.16rem!important;
    font-weight:950!important;
    letter-spacing:-.02em!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .public-header-v40 .mobile-menu-heading .mobile-menu-brand small{
    display:block!important;
    color:#64748b!important;
    font-size:.72rem!important;
    font-weight:900!important;
    letter-spacing:.12em!important;
    text-transform:uppercase!important;
    margin-top:.18rem!important;
    white-space:nowrap!important;
  }
  .public-header-v40 .mobile-menu-heading>button{
    flex:0 0 46px!important;
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    margin-left:auto!important;
  }
}
@media (max-width:390px){
  .public-header-v40 .mobile-menu-heading .mobile-menu-brand{
    grid-template-columns:48px minmax(0,1fr)!important;
    gap:.65rem!important;
  }
  .public-header-v40 .mobile-menu-heading .mobile-menu-brand img{
    width:48px!important;
    height:48px!important;
    max-width:48px!important;
    flex-basis:48px!important;
  }
  .public-header-v40 .mobile-menu-heading .mobile-menu-brand strong{font-size:1.05rem!important;}
  .public-header-v40 .mobile-menu-heading .mobile-menu-brand small{font-size:.66rem!important;}
}

/* v47: use clean compass in mobile drawer, keep brand text separated */
@media (max-width: 860px){
  .public-header-v40 .mobile-menu-heading .mobile-menu-brand img{
    content: url('/logo-circular.png')!important;
    background:#fff!important;
    border-radius:14px!important;
    object-fit:contain!important;
  }
  .public-header-v40 .mobile-menu-heading .mobile-menu-brand strong{
    position:static!important;
    transform:none!important;
    margin:0!important;
  }
}

/* v48: menú lateral móvil público: solo logo, sin texto superpuesto */
@media (max-width: 760px) {
  #public-navigation .mobile-menu-heading {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    min-height: 96px !important;
    padding: 24px 28px 22px !important;
    border-bottom: 1px solid rgba(15, 38, 68, 0.1) !important;
  }

  #public-navigation .mobile-menu-brand {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
    max-width: 150px !important;
    flex: 0 0 auto !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  #public-navigation .mobile-menu-brand > span,
  #public-navigation .mobile-menu-brand strong,
  #public-navigation .mobile-menu-brand small {
    display: none !important;
    visibility: hidden !important;
  }

  #public-navigation .mobile-menu-brand img {
    display: block !important;
    width: 96px !important;
    height: 96px !important;
    max-width: 96px !important;
    object-fit: contain !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
    position: static !important;
  }

  #public-navigation .mobile-menu-heading > button {
    flex: 0 0 58px !important;
    width: 58px !important;
    height: 58px !important;
    margin-left: auto !important;
    position: static !important;
  }
}
