:root{--navy:#020e57;--navy-light:#0a1a6e;--blue:#0077bc;--blue-light:#e6f2fa;--orange:#ffbc7d;--orange-dark:#e89a45;--white:#fff;--bg-light:#f1f3f5;--text-dark:#1a1a2e;--text-muted:#6c757d;--border:#dee2e6;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--font-heading:"Roboto Slab", serif;--font-body:"Roboto", sans-serif;--transition:.25s ease;--accent-text:#020e57}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{box-shadow:0 0 #ffbc7d8c}50%{box-shadow:0 0 0 12px #ffbc7d00}}@keyframes countUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(32px)}.reveal.from-left{transform:translate(-40px)}.reveal.from-right{transform:translate(40px)}.reveal.scale-in{transform:scale(.92)}.reveal.visible{opacity:1;transform:none}.reveal-stagger>*{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(28px)}.reveal-stagger.visible>:first-child{opacity:1;transition-delay:0s;transform:none}.reveal-stagger.visible>:nth-child(2){opacity:1;transition-delay:.1s;transform:none}.reveal-stagger.visible>:nth-child(3){opacity:1;transition-delay:.2s;transform:none}.reveal-stagger.visible>:nth-child(4){opacity:1;transition-delay:.3s;transform:none}.reveal-stagger.visible>:nth-child(5){opacity:1;transition-delay:.4s;transform:none}.reveal-stagger.visible>:nth-child(6){opacity:1;transition-delay:.5s;transform:none}.float-call,.float-whatsapp{z-index:999;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;line-height:1;display:flex;position:fixed;box-shadow:0 4px 20px #00000040}.float-call{background:var(--orange);color:var(--accent-text);animation:2.5s infinite pulse;bottom:1.25rem;right:1.25rem}.float-whatsapp{background:#25d366;bottom:5.25rem;right:1.25rem}.float-whatsapp svg{display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-alt{background:var(--bg-light)}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-family:var(--font-heading);color:var(--navy);margin-bottom:.5rem;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:700}.section-subtitle{color:var(--text-muted);max-width:560px;margin:0 auto;font-size:1rem}.section-divider{background:var(--orange);border-radius:2px;width:60px;height:4px;margin:.75rem auto 1rem}.btn{border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;transition:transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.9rem;font-weight:600;line-height:1;display:inline-flex}.btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-primary{background:var(--orange);color:var(--accent-text)}.btn-primary:hover{background:var(--orange-dark)}.btn-outline{color:var(--white);border:2px solid var(--white);background:0 0}.btn-outline:hover{background:var(--white);color:var(--navy)}.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover{background:var(--navy-light)}.btn-blue{background:var(--blue);color:var(--white)}.btn-blue:hover{background:#0062a0}.header{z-index:1000;transition:box-shadow var(--transition);position:fixed;top:0;left:0;right:0}.header.scrolled .navbar{box-shadow:0 4px 20px #0000001a}.topbar{background:var(--navy);color:#fffc;padding:.4rem 0;font-size:.78rem}.topbar-inner{justify-content:space-between;align-items:center;display:flex}.topbar-left{flex-wrap:wrap;gap:1.1rem;display:flex}.topbar-item{color:#fffc;transition:color var(--transition);white-space:nowrap;align-items:center;gap:.3rem;display:flex}.topbar-item:hover{color:var(--orange)}.topbar-right{gap:.5rem;display:flex}.social-icon{color:#fffc;width:26px;height:26px;transition:background var(--transition), color var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon:hover{background:var(--orange);color:var(--accent-text)}.navbar{background:var(--white);border-bottom:1px solid var(--border);padding:.6rem 0;position:relative}.navbar-inner{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:.65rem;display:flex}.logo-img{object-fit:contain;flex-shrink:0;width:42px;height:42px}.logo-text{flex-direction:column;display:flex}.logo-name{font-family:var(--font-heading);color:var(--navy);font-size:1.05rem;font-weight:700;line-height:1.2}.logo-tagline{color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase;font-size:.66rem}.nav-links{align-items:center;gap:.15rem;display:flex}.nav-link{color:var(--text-dark);border-radius:var(--radius-sm);transition:color var(--transition), background var(--transition);white-space:nowrap;padding:.5rem .85rem;font-size:.88rem;font-weight:500}.nav-link:hover{color:var(--blue);background:var(--blue-light)}.nav-link.active{color:var(--navy);background:var(--blue-light);border-bottom:2px solid var(--navy);font-weight:700}.nav-cta{margin-left:.5rem}.nav-item{position:relative}.nav-link--dropdown{align-items:center;gap:4px;display:flex}.dropdown-chevron{flex-shrink:0;transition:transform .2s}.has-dropdown:hover .dropdown-chevron,.has-dropdown .dropdown-menu.visible~.nav-link--dropdown .dropdown-chevron{transform:rotate(180deg)}.dropdown-menu{background:var(--white);border:1px solid var(--border);border-top:3px solid var(--navy);border-radius:0 0 var(--radius-md) var(--radius-md);min-width:150px;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;z-index:100;padding:.4rem 0;transition:opacity .18s,transform .18s;position:absolute;top:100%;left:0;transform:translateY(6px)}.has-dropdown:hover .dropdown-menu,.dropdown-menu.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown-item{color:var(--text-dark);transition:background var(--transition), color var(--transition);white-space:nowrap;padding:.55rem 1.1rem;font-size:.85rem;font-weight:500;display:block}.dropdown-item:hover{background:var(--blue-light);color:var(--navy)}.dropdown-mobile-toggle{display:none}.menu-toggle{color:var(--navy);touch-action:manipulation;background:0 0;padding:.3rem;display:none}.nav-backdrop{z-index:999;background:#00000059;display:none;position:fixed;inset:0}@media (width<=900px){.topbar-hide-sm{display:none}.menu-toggle{display:flex}.nav-backdrop{display:block}.nav-links{background:var(--white);border-bottom:3px solid var(--navy);z-index:1001;flex-direction:column;align-items:stretch;gap:.15rem;padding:.75rem 1.25rem 1.25rem;display:none;position:absolute;top:calc(100% + 1px);left:0;right:0;box-shadow:0 12px 32px #00000026}.nav-links.open{animation:.22s slideUp;display:flex}.nav-link{border-radius:var(--radius-sm);padding:.85rem 1rem;font-size:1rem}.nav-cta{justify-content:center;margin-top:.5rem;margin-left:0;padding:.9rem}.dropdown-mobile-toggle{color:var(--navy);background:0 0;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.dropdown-mobile-toggle .rotated{transform:rotate(180deg)}.dropdown-menu{border:none;border-left:3px solid var(--navy);box-shadow:none;opacity:1;pointer-events:none;border-top:none;border-radius:0;max-height:0;margin:0 0 0 1.5rem;padding:0;transition:max-height .25s;position:static;overflow:hidden;transform:none}.dropdown-menu.visible{pointer-events:auto;max-height:200px}.dropdown-chevron{display:none}}@media (width<=480px){.logo-name{font-size:.92rem}.logo-tagline{display:none}.logo-img{width:36px;height:36px}}.footer{background:var(--navy);color:#fffc}.footer-top{padding:4rem 0 2.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2.5rem;display:grid}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer-logo-img{object-fit:contain;filter:brightness(0)invert();flex-shrink:0;width:40px;height:40px}.footer-logo-icon{background:var(--orange);width:44px;height:44px;color:var(--navy);border-radius:var(--radius-sm);font-family:var(--font-heading);flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;font-weight:800;display:flex}.footer-logo-name{font-family:var(--font-heading);color:var(--white);font-size:1rem;font-weight:700}.footer-logo-tagline{color:#ffffff80;letter-spacing:.5px;text-transform:uppercase;font-size:.7rem}.footer-about{color:#ffffffa6;margin-bottom:1.25rem;font-size:.87rem;line-height:1.7}.footer-socials{gap:.6rem;display:flex}.footer-social{color:#ffffffb3;width:34px;height:34px;transition:background var(--transition), border-color var(--transition), color var(--transition);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.footer-social:hover{background:var(--orange);border-color:var(--orange);color:var(--accent-text)}.footer-heading{font-family:var(--font-heading);color:var(--white);border-bottom:2px solid var(--orange);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1rem;font-weight:700;display:inline-block}.footer-links{flex-direction:column;gap:.6rem;display:flex}.footer-links a{color:#ffffffa6;transition:color var(--transition), padding-left var(--transition);font-size:.87rem}.footer-links a:hover{color:var(--orange);padding-left:4px}.footer-contact{flex-direction:column;gap:.9rem;display:flex}.footer-contact li{color:#ffffffa6;align-items:flex-start;gap:.6rem;font-size:.87rem;display:flex}.footer-contact li svg{color:var(--orange);flex-shrink:0;margin-top:2px}.footer-contact a{color:#ffffffa6;transition:color var(--transition)}.footer-contact a:hover{color:var(--orange)}.footer-bottom{background:#00000040;border-top:1px solid #ffffff1a;padding:1.2rem 0}.footer-bottom-inner{color:#ffffff73;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.footer-dev-link{color:var(--orange);text-underline-offset:2px;text-decoration:underline;transition:opacity .2s}.footer-dev-link:hover{opacity:.75}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=560px){.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{text-align:center;flex-direction:column}}.popup-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#020e57a6;justify-content:center;align-items:center;padding:1rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.popup-card{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:440px;animation:.35s cubic-bezier(.22,1,.36,1) slideUp;position:relative;overflow:hidden;box-shadow:0 24px 64px #0000004d}.popup-card:before{content:"";background:linear-gradient(90deg, var(--navy), var(--blue), var(--orange));height:5px;display:block}.popup-close{background:var(--bg-light);width:32px;height:32px;color:var(--text-muted);transition:background var(--transition), color var(--transition);z-index:1;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.9rem;right:.9rem}.popup-close:hover{background:var(--navy);color:var(--white)}.popup-header{text-align:center;padding:1.75rem 1.75rem 0}.popup-badge{background:var(--orange);color:#000;text-transform:uppercase;letter-spacing:1px;border-radius:2px;margin-bottom:.9rem;padding:.3rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.popup-title{font-family:var(--font-heading);color:var(--navy);margin-bottom:.4rem;font-size:1.35rem;font-weight:800;line-height:1.25}.popup-sub{color:var(--text-muted);margin-bottom:.25rem;font-size:.88rem}.popup-form{flex-direction:column;gap:1rem;padding:1.25rem 1.75rem 1.75rem;display:flex}.popup-field{flex-direction:column;gap:.35rem;display:flex}.popup-field label{color:var(--text-dark);text-transform:uppercase;letter-spacing:.4px;font-size:.78rem;font-weight:700}.popup-field label span{color:#e03e3e}.popup-field input,.popup-field select{border:1.5px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-body);color:var(--text-dark);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);outline:none;width:100%;padding:.7rem .9rem;font-size:.92rem}.popup-field input:focus,.popup-field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0077bc1f}.popup-submit{background:var(--navy);color:var(--white);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;transition:background var(--transition), transform var(--transition), box-shadow var(--transition);justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;padding:.85rem;font-size:.95rem;font-weight:700;display:flex}.popup-submit:hover{background:var(--blue);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.popup-privacy{color:var(--text-muted);text-align:center;font-size:.75rem}.popup-success{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1.75rem 2rem;animation:.3s fadeIn;display:flex}.popup-success-icon{font-size:2.5rem}.popup-success h3{font-family:var(--font-heading);color:var(--navy);font-size:1.2rem;font-weight:700}.popup-success p{color:var(--text-muted);font-size:.88rem}.popup-close-btn{background:var(--navy);color:var(--white);border-radius:var(--radius-sm);transition:background var(--transition);margin-top:.75rem;padding:.55rem 1.5rem;font-size:.85rem;font-weight:600}.popup-close-btn:hover{background:var(--blue)}@media (width<=480px){.popup-card{border-radius:var(--radius-md);max-width:100%}.popup-title{font-size:1.15rem}.popup-header{padding:1.5rem 1.25rem 0}.popup-form{padding:1rem 1.25rem 1.5rem}}.hero{background:var(--navy);color:var(--white);min-height:520px;padding-top:8rem;padding-bottom:4rem;position:relative;overflow:hidden}.hero-right-image{z-index:0;width:50%;position:absolute;top:0;bottom:0;right:0;overflow:hidden}.hero-right-image:before{content:"";background:linear-gradient(to right, var(--navy) 0%, transparent 100%);z-index:2;pointer-events:none;width:220px;position:absolute;top:0;bottom:0;left:0}.hero-photo-placeholder{color:#fff3;background:#ffffff0a;border-left:1px dashed #ffffff1a;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;height:100%;display:flex}.hero-photo-placeholder span{color:#fff3;font-size:.82rem}.hero-real-img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.hero-ach-badge{background:var(--white);border-radius:var(--radius-md);z-index:3;flex-direction:column;gap:.1rem;min-width:110px;padding:.55rem .85rem;display:flex;position:absolute;box-shadow:0 6px 24px #0000004d}.hero-ach-tl{top:6rem;left:1.5rem}.hero-ach-tr{text-align:right;top:6rem;right:1.5rem}.hero-ach-exam{text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);font-size:.68rem;font-weight:700}.hero-ach-rank{color:var(--navy);font-size:1.1rem;font-weight:800;font-family:var(--font-heading);line-height:1.1}.hero-ach-bottom{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:3;background:#0000008c;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;display:flex;position:absolute;bottom:0;left:0;right:0}.hero-ach-cta{color:var(--white);font-size:1rem;font-weight:700;font-family:var(--font-heading)}.hero-ach-exam-name{background:var(--orange);color:var(--accent-text);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.3rem .75rem;font-size:.78rem;font-weight:800}.hero-inner{z-index:1;position:relative}.hero-text{flex-direction:column;gap:0;max-width:560px;animation:.7s cubic-bezier(.22,1,.36,1) both slideInLeft;display:flex}.hero-badge{background:var(--orange);color:var(--accent-text);text-transform:uppercase;letter-spacing:1px;border-radius:2px;width:fit-content;margin-bottom:1.1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.hero-heading{font-family:var(--font-heading);color:var(--white);margin-bottom:1rem;font-size:clamp(1.85rem,3.2vw,2.8rem);font-weight:800;line-height:1.22}.hero-sub{color:#ffffffc7;max-width:480px;margin-bottom:1.25rem;font-size:1rem;line-height:1.75}.hero-admission-line{color:var(--white);font-size:1.3rem;font-weight:700;font-family:var(--font-heading);margin-bottom:1.75rem;line-height:1.35}.hero-admission-highlight{color:var(--orange);display:inline-block;position:relative}.hero-admission-highlight:after{content:"";background:var(--orange);opacity:.5;border-radius:2px;height:3px;position:absolute;bottom:-2px;left:0;right:0}.hero-btn-main{width:fit-content;margin-bottom:2rem;animation:2.4s infinite pulse}.hero-stats{align-items:center;gap:1.25rem;display:flex}.hero-stat{flex-direction:column;display:flex}.hero-stat-num{font-family:var(--font-heading);color:var(--orange);font-size:1.55rem;font-weight:800;line-height:1}.hero-stat-label{color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin-top:.2rem;font-size:.73rem}.hero-stat-divider{background:#fff3;width:1px;height:36px}@media (width<=900px){.hero{padding-top:8.5rem;padding-bottom:14rem}.hero-right-image{width:100%;height:220px;top:auto;bottom:0;left:0}.hero-right-image:before{background:linear-gradient(to bottom, var(--navy) 0%, transparent 100%);width:100%;height:80px;top:0;bottom:auto;left:0}.hero-ach-tl{top:.75rem;left:.75rem}.hero-ach-tr{top:.75rem;right:.75rem}}@media (width<=480px){.hero{padding-top:7.5rem;padding-bottom:12rem}.hero-heading{font-size:1.6rem}.hero-btn-main{padding:.75rem 1.2rem;font-size:.82rem}.hero-stats{gap:.9rem}.hero-stat-num{font-size:1.3rem}.hero-ach-badge{min-width:85px;padding:.4rem .65rem}.hero-ach-rank{font-size:.95rem}}.promo-carousel{-webkit-user-select:none;user-select:none;background:#000;width:100%}.pc-track{aspect-ratio:4;width:100%;position:relative;overflow:hidden}.pc-slide-bg{background:#111318;justify-content:center;align-items:center;transition:opacity .45s;display:flex;position:absolute;inset:0}.pc-placeholder{color:#ffffff2e;pointer-events:none;flex-direction:column;align-items:center;gap:.65rem;display:flex}.pc-play-ring{color:#ffffff80;border:2px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.pc-ph-label{text-transform:uppercase;letter-spacing:1px;color:#ffffff4d;font-size:.78rem;font-weight:600}.pc-text-overlay{background:linear-gradient(#0000 0%,#000000b8 100%);flex-direction:column;gap:.25rem;padding:2rem 3rem 1.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.pc-label{background:var(--orange);color:var(--accent-text);text-transform:uppercase;letter-spacing:1px;border-radius:2px;width:fit-content;margin-bottom:.2rem;padding:.2rem .65rem;font-size:.68rem;font-weight:800;display:inline-block}.pc-title{font-family:var(--font-heading);color:var(--white);font-size:clamp(1rem,2.2vw,1.6rem);font-weight:800;line-height:1.25}.pc-sub{color:#ffffffb8;font-size:clamp(.78rem,1.2vw,.92rem);line-height:1.4}.pc-arrow{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:40px;height:40px;color:var(--white);cursor:pointer;transition:background var(--transition), border-color var(--transition);z-index:2;background:#ffffff26;border:1.5px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.pc-arrow:hover{background:var(--orange);border-color:var(--orange);color:var(--accent-text)}.pc-arrow-left{left:1.25rem}.pc-arrow-right{right:1.25rem}.pc-controls{background:var(--navy);flex-direction:column;gap:0;padding:.6rem 1.5rem 0;display:flex}.pc-dots{justify-content:center;gap:.45rem;padding-bottom:.55rem;display:flex}.pc-dot{cursor:pointer;width:8px;height:8px;transition:background var(--transition), transform var(--transition);background:#ffffff38;border:none;border-radius:50%;padding:0}.pc-dot.active{background:var(--orange);transform:scale(1.35)}.pc-progress-bar{background:#ffffff1a;border-radius:0;width:100%;height:3px;overflow:hidden}.pc-progress-fill{background:var(--orange);will-change:width;border-radius:0;height:100%}@media (width<=860px){.pc-track{aspect-ratio:16/9}.pc-text-overlay{padding:1.25rem 1.25rem 1rem}.pc-arrow{width:34px;height:34px}.pc-arrow-left{left:.6rem}.pc-arrow-right{right:.6rem}}@media (width<=480px){.pc-track{aspect-ratio:4/3}.pc-title{font-size:.95rem}.pc-sub{display:none}}.home-inquiry{background:var(--navy)}.home-inquiry-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hi-promo{color:var(--white);flex-direction:column;gap:1.1rem;display:flex}.hi-admission-badge{background:var(--orange);color:var(--accent-text);text-transform:uppercase;letter-spacing:1px;border-radius:20px;width:fit-content;padding:.3rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.hi-heading{font-family:var(--font-heading);color:var(--white);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;line-height:1.25}.hi-sub{color:#ffffffbf;font-size:.95rem;line-height:1.65}.hi-perks{flex-direction:column;gap:.55rem;padding:0;list-style:none;display:flex}.hi-perks li{color:#ffffffe0;font-size:.9rem}.hi-phone-cta{color:var(--white);border-radius:var(--radius-md);width:fit-content;transition:background var(--transition), border-color var(--transition);background:#ffffff1f;border:1.5px solid #ffffff4d;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:700;display:inline-flex}.hi-phone-cta:hover{border-color:var(--orange);color:var(--orange);background:#fff3}.hi-form-card{background:var(--white);border-radius:var(--radius-lg);padding:2.25rem 2rem;box-shadow:0 12px 40px #00000040}.hi-form-heading{font-family:var(--font-heading);color:var(--navy);margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.hi-form .form-group{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.hi-form label{color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}.hi-form input,.hi-form select{border:1.5px solid var(--border);border-radius:var(--radius-md);width:100%;font-size:.9rem;font-family:var(--font-body);color:var(--text-dark);background:var(--white);transition:border-color var(--transition);outline:none;padding:.7rem .9rem}.hi-form input:focus,.hi-form select:focus{border-color:var(--blue)}.hi-submit{justify-content:center;width:100%;margin-top:.5rem}.hi-success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;display:flex}.hi-success h3{color:var(--navy);font-size:1.4rem;font-weight:700}.hi-success p{color:var(--text-muted);font-size:.9rem}@media (width<=860px){.home-inquiry-inner{grid-template-columns:1fr;gap:2rem}}@media (width<=520px){.hi-form-card{padding:1.75rem 1.25rem}}.about{background:var(--white)}.about-inner{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}.about-img-col{justify-content:center;display:flex;position:relative}.about-img-frame{border-radius:var(--radius-lg);background:linear-gradient(160deg, #eef2ff 0%, var(--blue-light) 100%);width:100%;max-width:380px;box-shadow:var(--shadow-lg);border-bottom:5px solid var(--navy);padding:1.5rem 1.5rem 0;overflow:hidden}.about-founder-img{object-fit:contain;filter:drop-shadow(0 4px 20px #0000001a);width:100%;height:auto;display:block}.about-experience-badge{background:var(--navy);color:var(--white);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-lg);flex-direction:column;gap:.1rem;padding:.9rem 1.3rem;display:flex;position:absolute;bottom:-.75rem;right:1rem}.about-exp-num{font-family:var(--font-heading);color:var(--orange);font-size:1.8rem;font-weight:800;line-height:1}.about-exp-label{text-transform:uppercase;letter-spacing:.5px;color:#ffffffbf;white-space:nowrap;font-size:.72rem}.about-tag{background:var(--blue-light);color:var(--blue);text-transform:uppercase;letter-spacing:1px;border-radius:2px;margin-bottom:.9rem;padding:.3rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.about-desc{color:var(--text-muted);font-size:.97rem;line-height:1.75}.about-achievements{flex-direction:column;gap:.7rem;margin:1.5rem 0 2rem;display:flex}.about-achievements li{color:var(--text-dark);align-items:flex-start;gap:.6rem;font-size:.92rem;line-height:1.5;display:flex}.about-achievements li svg{flex-shrink:0;margin-top:2px}.about-cta{display:inline-flex}@media (width<=900px){.about-inner{grid-template-columns:1fr;gap:3rem}.about-img-col{width:100%;max-width:320px;margin:0 auto}}@media (width<=480px){.about-img-col{max-width:260px}.about-cta{justify-content:center;width:100%;font-size:.85rem}}.courses-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.course-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);border-bottom:3px solid #0000;flex-direction:column;padding:1.75rem;animation:.5s both slideUp;display:flex}.course-card:hover{box-shadow:var(--shadow-lg);border-bottom-color:var(--navy);transform:translateY(-5px)}.course-icon-wrap{border-radius:var(--radius-md);justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.1rem;display:flex}.course-emoji{font-size:1.9rem;line-height:1}.course-title{font-family:var(--font-heading);color:var(--navy);margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.course-desc{color:var(--text-muted);flex:1;margin-bottom:1rem;font-size:.87rem;line-height:1.65}.course-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.course-tag{text-transform:uppercase;letter-spacing:.4px;border-radius:2px;padding:.25rem .6rem;font-size:.72rem;font-weight:600}.course-link{text-transform:uppercase;letter-spacing:.4px;transition:gap var(--transition);align-items:center;gap:.3rem;font-size:.85rem;font-weight:600;display:inline-flex}.course-link:hover{gap:.6rem}@media (width<=900px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.courses-grid{grid-template-columns:1fr}}.testimonials{background:var(--bg-light)}.testi-stage{border-radius:var(--radius-lg);min-height:380px;box-shadow:var(--shadow-lg);grid-template-columns:300px 1fr;max-width:900px;margin:0 auto;transition:opacity .3s;display:grid;overflow:hidden}.testi-stage.fading{opacity:0}.testi-photo-col{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2.5rem 1.5rem;transition:background .3s;display:flex}.testi-photo-placeholder{background:#fff9;border:3px solid;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:120px;height:120px;margin-bottom:.5rem;display:flex}.testi-photo-hint{text-align:center;color:#888;font-size:.62rem;line-height:1.3}.testi-photo-name{font-family:var(--font-heading);text-align:center;font-size:1.05rem;font-weight:700}.testi-photo-rank{color:var(--text-muted);text-align:center;font-size:.78rem;line-height:1.4}.testi-quote-col{background:var(--white);flex-direction:column;justify-content:center;gap:1.1rem;padding:2.5rem 2.5rem 2rem;display:flex}.testi-quote-icon{opacity:.6;flex-shrink:0}.testi-quote{color:var(--text-dark);flex:1;font-size:1.05rem;font-style:italic;line-height:1.8}.testi-score-badge{border-radius:20px;align-self:flex-start;padding:.35rem 1rem;font-size:.82rem;font-weight:700;display:inline-block}.testi-nav{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.testi-arrow{background:var(--white);border:2px solid var(--border);width:38px;height:38px;color:var(--navy);transition:background var(--transition), border-color var(--transition), color var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.testi-arrow:hover{background:var(--navy);border-color:var(--navy);color:var(--white)}.testi-dots{align-items:center;gap:6px;display:flex}.testi-dot{background:var(--border);border-radius:50%;width:9px;height:9px;transition:background .25s,transform .25s}.testi-dot.active{transform:scale(1.3)}@media (width<=700px){.testi-stage{grid-template-rows:auto 1fr;grid-template-columns:1fr}.testi-photo-col{flex-direction:row;justify-content:center;gap:1.25rem;padding:2rem 1rem 1.5rem}.testi-photo-placeholder{flex-shrink:0;width:80px;height:80px;margin-bottom:0}.testi-photo-name,.testi-photo-rank{text-align:left}.testi-quote-col{padding:1.5rem 1.25rem}.testi-quote{font-size:.92rem}}.video-section{background:var(--bg-light)}.video-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.video-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform var(--transition), box-shadow var(--transition);overflow:hidden}.video-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.video-thumb{cursor:pointer;background:linear-gradient(135deg,#020e57 0%,#0a1a6e 50%,#0077bc 100%);justify-content:center;align-items:center;height:200px;display:flex;position:relative}.video-play-btn{width:64px;height:64px;color:var(--white);transition:background var(--transition), transform var(--transition);background:#ffffff26;border:2.5px solid #fff9;border-radius:50%;justify-content:center;align-items:center;display:flex}.video-card:hover .video-play-btn{background:var(--orange);border-color:var(--orange);transform:scale(1.1)}.video-coming-badge{color:#ffffffd9;text-transform:uppercase;letter-spacing:.6px;background:#0000008c;border-radius:20px;padding:.25rem .6rem;font-size:.68rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}.video-info{padding:1.25rem 1.35rem 1.5rem}.video-title{color:var(--navy);font-size:.97rem;font-weight:700;font-family:var(--font-heading);margin-bottom:.35rem;line-height:1.35}.video-subtitle{color:var(--text-muted);font-size:.82rem;line-height:1.45}@media (width<=860px){.video-grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.video-grid{grid-template-columns:1fr}.video-thumb{height:180px}}.stats-section{background:var(--navy);padding:3.5rem 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.stat-card{text-align:center;border-right:1px solid #ffffff1a;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1rem;display:flex}.stat-card:last-child{border-right:none}.stat-num{font-family:var(--font-heading);color:var(--orange);margin-bottom:.4rem;font-size:clamp(2.2rem,4vw,3rem);font-weight:800;line-height:1;display:block}.stat-label{color:#ffffffa6;text-transform:uppercase;letter-spacing:.8px;font-size:.82rem;font-weight:500}@media (width<=700px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card:nth-child(2){border-right:none}.stat-card:first-child,.stat-card:nth-child(2){border-bottom:1px solid #ffffff1a}}@media (width<=380px){.stats-grid{grid-template-columns:1fr 1fr}}.branches-teaser-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.branch-teaser-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border-left:4px solid var(--blue);transition:transform var(--transition), box-shadow var(--transition);gap:1.25rem;padding:1.75rem 1.5rem;display:flex}.branch-teaser-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.branch-teaser-num{color:var(--blue);opacity:.12;font-size:2.8rem;font-weight:800;line-height:1;font-family:var(--font-heading);flex-shrink:0}.branch-teaser-body{flex-direction:column;gap:.45rem;min-width:0;display:flex}.branch-area-tag{background:var(--blue-light);color:var(--blue);text-transform:uppercase;letter-spacing:.8px;border-radius:20px;width:fit-content;padding:.2rem .65rem;font-size:.7rem;font-weight:700;display:inline-block}.branch-teaser-name{color:var(--navy);font-size:1.05rem;font-weight:700;font-family:var(--font-heading)}.branch-teaser-addr{color:var(--text-muted);align-items:flex-start;gap:.35rem;font-size:.82rem;line-height:1.45;display:flex}.branch-teaser-addr svg{color:var(--orange-dark);flex-shrink:0;margin-top:2px}.branch-teaser-phone{color:var(--blue);align-items:center;gap:.35rem;width:fit-content;margin-top:.1rem;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.branch-teaser-phone:hover{color:var(--navy)}.branch-teaser-phone svg{color:var(--blue)}.branches-teaser-cta{text-align:center}@media (width<=900px){.branches-teaser-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.branches-teaser-grid{grid-template-columns:1fr}.branch-teaser-card{padding:1.5rem 1.25rem}}.promo-banner{background:linear-gradient(135deg, #e07b00 0%, var(--orange) 100%);padding:3rem 0}.promo-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2.5rem;display:flex}.promo-left{flex:1;min-width:280px}.promo-tag{color:var(--navy);text-transform:uppercase;letter-spacing:1px;background:#020e571f;border-radius:2px;align-items:center;gap:.4rem;margin-bottom:.9rem;padding:.35rem .9rem;font-size:.78rem;font-weight:700;display:inline-flex}.promo-heading{font-family:var(--font-heading);color:var(--navy);margin-bottom:.75rem;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;line-height:1.2}.promo-sub{color:#020e57bf;max-width:520px;font-size:.95rem;line-height:1.6}.promo-right{flex-direction:column;flex-shrink:0;align-items:center;gap:1rem;display:flex}.promo-date-block{background:var(--navy);color:var(--white);border-radius:var(--radius-md);text-align:center;flex-direction:column;gap:.25rem;padding:1rem 1.75rem;display:flex}.promo-date-label{text-transform:uppercase;letter-spacing:1px;color:#fff9;font-size:.72rem}.promo-date-value{font-family:var(--font-heading);color:var(--orange);font-size:1.4rem;font-weight:700}.promo-date-sub{color:#fff9;font-size:.78rem}.promo-btn{background:var(--navy);color:var(--white);justify-content:center;width:100%}.promo-btn:hover{background:var(--navy-light)}@media (width<=700px){.promo-inner{text-align:center;flex-direction:column}.promo-right{width:100%}}.page-hero{background:linear-gradient(135deg, var(--navy) 0%, #081564 100%);padding:8rem 0 3.5rem;position:relative;overflow:hidden}.page-hero:before{content:"";pointer-events:none;background:radial-gradient(at 60%,#0077bc33 0%,#0000 65%);position:absolute;inset:0}.page-hero-inner{z-index:1;position:relative}.page-hero-breadcrumb{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-size:.8rem}.page-hero-title{font-family:var(--font-heading);color:var(--white);margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.page-hero-title span{color:var(--orange)}.page-hero-sub{color:#ffffffb3;max-width:520px;font-size:1rem;line-height:1.7}@media (width<=768px){.page-hero{padding:7.5rem 0 2.5rem}}.faculty-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.faculty-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;transition:transform var(--transition), box-shadow var(--transition);padding:2rem 1.5rem 1.75rem}.faculty-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.faculty-avatar{border:3px solid var(--blue);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;display:flex;overflow:hidden}.faculty-avatar-placeholder{background:var(--bg-light);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.faculty-name{font-family:var(--font-heading);color:var(--navy);margin-bottom:.2rem;font-size:1rem;font-weight:700;line-height:1.3}.faculty-subject{text-transform:uppercase;letter-spacing:.6px;margin-bottom:.65rem;font-size:.75rem;font-weight:700;display:block}.faculty-desc{color:var(--text-muted);font-size:.82rem;line-height:1.55}@media (width<=900px){.faculty-grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.faculty-grid{grid-template-columns:1fr}.faculty-card{padding:1.75rem 1.25rem}}.brochure-cta{background:var(--navy);color:var(--white)}.brochure-cta-inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.brochure-icon-wrap{width:72px;height:72px;color:var(--orange);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.brochure-heading{font-family:var(--font-heading);color:var(--white);font-size:clamp(1.35rem,2.2vw,1.8rem);font-weight:800;line-height:1.25}.brochure-sub{color:#ffffffb8;max-width:520px;font-size:.95rem;line-height:1.6}.brochure-btn{align-items:center;gap:.5rem;margin-top:.25rem;display:inline-flex}.brochure-note{color:#ffffff73;margin-top:.25rem;font-size:.75rem;font-style:italic}.inquiry-inner{grid-template-columns:1fr 1.3fr;align-items:start;gap:4rem;display:grid}.inquiry-tag{background:var(--blue-light);color:var(--blue);text-transform:uppercase;letter-spacing:1px;border-radius:2px;margin-bottom:1rem;padding:.35rem .9rem;font-size:.78rem;font-weight:700;display:inline-block}.inquiry-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.inquiry-perks{flex-direction:column;gap:.55rem;margin-bottom:1.5rem;display:flex}.inquiry-perks li{color:var(--text-dark);font-size:.92rem}.inquiry-contact-info{color:var(--text-muted);font-size:.9rem}.inquiry-contact-info a{color:var(--blue);font-weight:600}.inquiry-contact-info a:hover{color:var(--navy)}.inquiry-form-wrap{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border-top:4px solid var(--navy);padding:2.25rem}.inquiry-form{flex-direction:column;gap:1.1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-dark);text-transform:uppercase;letter-spacing:.4px;font-size:.82rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-body);color:var(--text-dark);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);outline:none;width:100%;padding:.65rem .9rem;font-size:.9rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0077bc1f}.form-group textarea{resize:vertical;min-height:80px}.inquiry-submit{justify-content:center;width:100%;margin-top:.25rem;padding:.9rem;font-size:1rem}.inquiry-success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;animation:.4s fadeIn;display:flex}.inquiry-success h3{font-family:var(--font-heading);color:var(--navy);font-size:1.5rem}.inquiry-success p{color:var(--text-muted)}@media (width<=900px){.inquiry-inner{grid-template-columns:1fr;gap:2.5rem}}@media (width<=560px){.form-row{grid-template-columns:1fr}.inquiry-form-wrap{padding:1.5rem}}.contact-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.contact-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:transform var(--transition), box-shadow var(--transition);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.contact-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.contact-icon-wrap{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.contact-info{flex-direction:column;gap:.3rem;min-width:0;display:flex}.contact-label{text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);font-size:.72rem;font-weight:700}.contact-value{color:var(--text-dark);word-break:break-word;font-size:.9rem;font-weight:500;line-height:1.4}a.contact-value{transition:color var(--transition)}a.contact-value:hover{color:var(--blue)}.contact-map{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}@media (width<=900px){.contact-grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.contact-grid{grid-template-columns:1fr}}.branch-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border-top:4px solid var(--accent,var(--blue));grid-template-columns:1fr 1fr;margin-bottom:3rem;display:grid;overflow:hidden}.branch-card-flip .branch-card-left{order:2}.branch-card-flip .branch-map{order:1}.branch-card-left{flex-direction:column;display:flex}.branch-photo-placeholder{background:var(--accent-bg,var(--blue-light));flex-direction:column;justify-content:center;align-items:center;gap:.75rem;height:200px;display:flex}.branch-photo{height:240px;overflow:hidden}.branch-photo-img{object-fit:cover;object-position:center 35%;width:100%;height:100%;display:block}.branch-photo-hint{color:var(--text-muted);font-size:.78rem;font-style:italic}.branch-info{flex-direction:column;flex:1;gap:.8rem;padding:1.75rem 2rem 2rem;display:flex}.branch-area-badge{background:var(--accent-bg,var(--blue-light));color:var(--accent,var(--blue));text-transform:uppercase;letter-spacing:.8px;border-radius:20px;width:fit-content;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.branch-name{color:var(--navy);font-size:1.55rem;font-weight:800;font-family:var(--font-heading);line-height:1.2}.branch-details{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.branch-details li{color:var(--text-body,var(--text-dark));align-items:flex-start;gap:.6rem;font-size:.88rem;line-height:1.5;display:flex}.branch-details li svg{flex-shrink:0;margin-top:2px}.branch-details a{color:var(--blue);font-weight:600;text-decoration:none}.branch-details a:hover{color:var(--navy)}.branch-directions-btn{align-items:center;gap:.45rem;width:fit-content;margin-top:.25rem;display:inline-flex}.branch-map{min-height:400px}.branch-map iframe{width:100%;height:100%;display:block}@media (width<=860px){.branch-card,.branch-card-flip{grid-template-columns:1fr}.branch-card-flip .branch-card-left,.branch-card-flip .branch-map{order:unset}.branch-map{min-height:260px}.branch-info{padding:1.5rem}.branch-name{font-size:1.3rem}}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.gallery-card{border-radius:var(--radius-md);background:var(--bg-light);border:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.gallery-placeholder{aspect-ratio:4/3;background:linear-gradient(135deg, var(--blue-light), #e8eaf6);color:var(--text-muted);justify-content:center;align-items:center;display:flex}.gallery-label{color:var(--text-dark);background:var(--white);padding:.65rem .9rem;font-size:.82rem;font-weight:500}@media (width<=768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.gallery-grid{grid-template-columns:1fr}}.theme-toggle-wrap{z-index:1000;flex-direction:column;align-items:flex-start;gap:8px;display:flex;position:fixed;bottom:1.25rem;left:1.25rem}.theme-fab{cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:box-shadow .2s,border-color .2s;display:flex;box-shadow:0 4px 16px #0000002e}.theme-fab:hover{border-color:#bbb;box-shadow:0 6px 20px #00000047}.theme-fab__swatches{gap:3px;display:flex}.theme-panel{background:#fff;border:1px solid #e0e0e0;border-radius:12px;width:210px;padding:14px;animation:.18s panelIn;box-shadow:0 8px 32px #0000002e}@keyframes panelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.theme-panel__title{text-transform:uppercase;letter-spacing:1px;color:#888;margin-bottom:10px;font-size:.7rem;font-weight:700}.theme-panel__grid{flex-direction:column;gap:4px;display:flex}.theme-option{cursor:pointer;text-align:left;background:0 0;border:1.5px solid #0000;border-radius:8px;align-items:center;gap:10px;width:100%;padding:7px 10px;font-family:inherit;transition:background .15s,border-color .15s;display:flex}.theme-option:hover{background:#f5f5f5}.theme-option.active{background:#f0f4ff;border-color:#c0c8e8}.theme-option__swatches{flex-shrink:0;gap:3px;display:flex}.theme-option__label{color:#333;flex:1;font-size:.82rem;font-weight:500}.theme-option__check{color:#4caf50;flex-shrink:0;font-size:.8rem;font-weight:700}.swatch{border-radius:50%;flex-shrink:0;width:14px;height:14px;display:block}.swatch--gold-preview{border-radius:50%;justify-content:center;align-items:center;display:flex}.theme-panel__divider{background:#eee;height:1px;margin:10px 0}main{min-height:100vh}
