:root{--color-bg: #0f1419;--color-surface: #1a2332;--color-surface-elevated: #243044;--color-primary: #ff751f;--color-primary-soft: rgba(255, 117, 31, .15);--color-accent-green: #00bf63;--color-accent-yellow: #ffde59;--color-text: #e6edf3;--color-text-muted: #8b9cad;--color-border: #2d3b4e;--font-sans: "Noto Sans SC", system-ui, sans-serif;--font-display: "Space Grotesk", "Noto Sans SC", sans-serif;--radius: 12px;--radius-lg: 20px;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}#root{min-height:100vh}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-accent-yellow)}h1,h2,h3{font-family:var(--font-display);font-weight:700;line-height:1.2}section{padding:2.5rem 1.5rem 4rem;max-width:1200px;margin:0 auto;width:100%}.section-title{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:2rem;color:var(--color-text)}.section-title span{color:var(--color-primary)}.section-title .title-dot{display:inline-block;width:.35em;height:.35em;margin:0 .4em .15em;background:var(--color-accent-yellow);border-radius:1px;vertical-align:middle}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 1.5rem;background:transparent;transition:background .2s ease,box-shadow .2s ease}.site-header.scrolled{background:#0f1419eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px 0 var(--color-border)}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;flex-direction:row;align-items:center;gap:.75rem;color:var(--color-text);font-family:var(--font-display)}.logo-icon{width:36px;height:36px;object-fit:contain;flex-shrink:0}.logo-text{display:flex;flex-direction:column}.logo:hover{color:var(--color-text)}.logo-en{font-size:1.25rem;font-weight:700;letter-spacing:.05em}.logo-sub{font-size:.75rem;color:var(--color-text-muted);font-weight:500}.nav{display:flex;gap:1.5rem;flex-wrap:wrap}.nav-link{color:var(--color-text-muted);font-size:1.05rem;font-weight:600}.nav-link:hover,.nav-link.active{color:var(--color-primary)}.header-actions{display:flex;align-items:center;gap:.75rem}.locale-switcher{display:flex;gap:0;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.locale-btn{padding:.35rem .6rem;font-size:.8rem;background:var(--color-surface);color:var(--color-text-muted);border:none;cursor:pointer;transition:color .2s,background .2s}.locale-btn:hover{color:var(--color-text)}.locale-btn.active{background:var(--color-primary-soft);color:var(--color-primary);font-weight:500}.locale-switcher .locale-btn:not(:last-child){border-right:1px solid var(--color-border)}.main-sub-page{padding-top:5rem}.hero{position:relative;width:100vw;max-width:none;min-height:56vh;max-height:56vh;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:2rem 1.5rem;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-carousel{position:absolute;inset:0;width:100%;height:100%}.hero-carousel-slide{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .6s ease}.hero-carousel-slide.active{opacity:1;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0f141980,#0f1419bf);z-index:1;pointer-events:none}.hero-bg{display:none}.hero-content{position:relative;z-index:2}.hero-carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.hero-carousel-dots button{width:10px;height:10px;border-radius:50%;border:2px solid var(--color-text-muted);background:transparent;cursor:pointer;padding:0;transition:background .2s,border-color .2s}.hero-carousel-dots button:hover{border-color:var(--color-text)}.hero-carousel-dots button.active{background:var(--color-primary);border-color:var(--color-primary)}.hero-school{font-family:var(--font-display);font-size:.9rem;letter-spacing:.3em;color:var(--color-text-muted);margin-bottom:.5rem}.hero-title{font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700;letter-spacing:.02em;margin:0 0 .5rem;color:var(--color-text)}.hero-subtitle{font-size:1.25rem;color:var(--color-text-muted);margin-bottom:1.5rem}.hero-tagline{font-size:1rem;color:var(--color-primary);margin-bottom:2rem}.hero-cta{display:inline-block;padding:.75rem 1.75rem;background:var(--color-primary);color:#0f1419;font-weight:600;border-radius:var(--radius);transition:transform var(--transition),box-shadow var(--transition)}.hero-cta:hover{color:#0f1419;transform:translateY(-2px);box-shadow:0 8px 24px var(--color-primary-soft)}.vision .section-lead{margin-bottom:2rem}.section .section-lead{color:var(--color-text-muted);margin-bottom:1rem;font-size:1rem}.cards{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.75rem;transition:border-color var(--transition),box-shadow var(--transition)}.card:hover{border-color:var(--color-primary);box-shadow:0 8px 32px #0003}.card-title{font-size:1.15rem;color:var(--color-primary);margin:0 0 .25rem}.card-title-en{font-size:.8rem;color:var(--color-text-muted);margin:0 0 .75rem;font-family:var(--font-display)}.card-desc{margin:0;color:var(--color-text-muted);font-size:.95rem;line-height:1.7}.card-highlight{margin:.75rem 0 0;padding-left:1.25rem;color:var(--color-accent-green);font-size:.9rem;line-height:1.6}.card-highlight li{margin-bottom:.25rem}.curriculum-points{color:var(--color-text-muted);margin-bottom:2rem;padding-left:1.25rem}.curriculum-points li{margin-bottom:.5rem}.curriculum-figure{margin-bottom:2rem;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);background:var(--color-surface)}.curriculum-figure img{display:block;width:100%;height:auto;max-width:900px;margin:0 auto}.tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.tier{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.25rem;border-left:4px solid var(--tier-color, var(--color-primary))}.tier-label{font-weight:600;display:block;margin-bottom:.25rem}.tier-note{font-size:.85rem;color:var(--color-text-muted)}.g10{background:var(--color-surface)}.g10 .section-lead{margin-bottom:.5rem}.g10-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:start;margin-top:2rem}@media(max-width:900px){.g10-layout{grid-template-columns:1fr;gap:2rem}}.g10-left{min-width:0}.g10-intro{max-width:100%;color:var(--color-text-muted);font-size:1rem;line-height:1.8}.g10-intro p{margin:0}.g10-intro strong{color:var(--color-primary)}.g10-syllabus-title{font-size:1.05rem;font-weight:600;color:var(--color-primary);margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.g10-syllabus{margin:0;padding:0;list-style:none}.g10-syllabus-item{display:flex;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border)}.g10-syllabus-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.g10-syllabus-num{flex-shrink:0;width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;background:var(--color-primary-soft);color:var(--color-primary);font-size:.8rem;font-weight:600;border-radius:50%}.g10-syllabus-body{min-width:0}.g10-syllabus-item-title{display:block;font-size:.95rem;color:var(--color-text);margin-bottom:.35rem}.g10-syllabus-item-desc{margin:0;font-size:.9rem;color:var(--color-text-muted);line-height:1.65}.g10-right{min-width:0}.g10-resources-title{font-size:1.05rem;font-weight:600;color:var(--color-primary);margin:0 0 1.25rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.g10-resources{display:flex;flex-direction:column;gap:1.25rem}.g10-resource-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.35rem 1.5rem;transition:border-color .2s ease,box-shadow .2s ease}.g10-resource-card:hover{border-color:var(--color-primary);box-shadow:0 4px 20px #00000026}.g10-resource-card-title{font-size:1rem;font-weight:600;color:var(--color-text);margin:0 0 .6rem;line-height:1.35}.g10-resource-card-desc{font-size:.9rem;color:var(--color-text-muted);line-height:1.65;margin:0 0 1rem}.g10-resource-link{display:inline-block;font-size:.9rem;font-weight:500;padding:.35rem 0}.g10-resource-link:hover{text-decoration:underline}.g10-actions{margin-top:1.5rem}.brochure-gallery{display:grid;gap:.75rem;margin-top:1.5rem}.brochure-gallery img{width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--color-border);background:var(--color-surface);object-fit:cover}.team-gallery{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.team-gallery-title{font-size:1.05rem;font-weight:600;color:var(--color-accent-green);margin:2rem 0 1rem}.team-gallery-clickable{cursor:pointer}.team-gallery-thumb{display:block;padding:0;border:none;border-radius:var(--radius);overflow:hidden;cursor:pointer;background:var(--color-surface);transition:transform .2s ease,box-shadow .2s ease}.team-gallery-thumb:hover{transform:scale(1.02);box-shadow:0 6px 20px #00000040}.team-gallery-thumb img{width:100%;height:auto;display:block;border:none;border-radius:0}.team-lightbox{position:fixed;inset:0;z-index:1000;background:#000000e6;display:flex;align-items:center;justify-content:center;padding:2rem;cursor:pointer}.team-lightbox img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;cursor:default;border-radius:var(--radius);box-shadow:0 20px 60px #00000080}.team-lightbox-close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border:none;border-radius:50%;background:var(--color-surface);color:var(--color-text);font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s,color .2s}.team-lightbox-close:hover{background:var(--color-primary);color:#0f1419}.industry-gallery{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.resources-gallery{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.resources-desc{color:var(--color-text-muted);max-width:560px;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.resources-logos{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;align-items:center}.resources-logo-wrap{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);min-height:64px}.resources-logo{max-height:40px;width:auto;max-width:100%;object-fit:contain;filter:grayscale(.4);opacity:.9;transition:filter .2s ease,opacity .2s ease}.resources-logo-wrap:hover .resources-logo{filter:grayscale(0);opacity:1}.camp-intro,.camp-setup{color:var(--color-text-muted);max-width:720px;margin:0 0 .75rem;font-size:.95rem;line-height:1.6}.camp-setup{margin-bottom:1.5rem}.camp-departments{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-bottom:2rem}.camp-dept{display:inline-flex;align-items:baseline;gap:.5rem;padding:.5rem 1rem;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:var(--radius);font-size:.9rem}.camp-dept-name{font-weight:600;color:var(--color-accent-yellow)}.camp-dept-desc{color:var(--color-text-muted)}.camp-editions-title{font-size:1rem;color:var(--color-primary);margin:0 0 1rem}.camp-editions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.camp-edition{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1rem 1.25rem}.camp-edition-label{font-weight:600;color:var(--color-accent-yellow);margin-right:.5rem}.camp-edition-theme{font-weight:600;color:var(--color-text)}.camp-edition-desc{margin:.5rem 0 0;font-size:.9rem;color:var(--color-text-muted);line-height:1.5}.camp-edition-link{display:inline-block;margin-top:.5rem;font-size:.9rem}.team-desc{color:var(--color-text-muted);margin-bottom:2rem;max-width:720px}.team-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.team-block{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem}.team-block h3{font-size:1.1rem;color:var(--color-accent-green);margin:0 0 1rem}.team-block ul{margin:0;padding-left:1.25rem;color:var(--color-text-muted);font-size:.9rem}.team-block li{margin-bottom:.35rem}.team-badges-block .badge-levels{display:flex;flex-direction:column;gap:0;margin-top:.75rem}.badge-level{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--color-border)}.badge-level:last-child{border-bottom:none}.badge-level-img{width:56px;height:56px;object-fit:contain;flex-shrink:0;border-radius:var(--radius);background:var(--color-bg)}.badge-level-info{display:flex;flex-direction:column;gap:.15rem}.badge-level-name{font-weight:600;color:var(--color-accent-green);font-size:.95rem}.badge-level-desc{font-size:.85rem;color:var(--color-text-muted)}.section.teachers{padding-top:2rem;padding-bottom:0}.teacher-card-link{display:block;text-decoration:none;color:inherit;cursor:pointer;margin:0 auto .25rem;width:fit-content;border-radius:var(--radius);transition:opacity var(--transition)}.teacher-card-link:hover{opacity:.9}.teacher-card-link .teacher-avatar-wrap{margin:0 auto 1rem}.teacher-card-link .teacher-name{color:var(--color-primary);display:inline-flex;align-items:center;gap:.35rem}.teacher-card-link .teacher-name-icon{display:inline-flex;flex-shrink:0}.teacher-card-link:hover .teacher-name{color:var(--color-accent-yellow)}.teachers-cards{background:#0d1929;padding:2.5rem 1.5rem 3rem}.teachers-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}@media(max-width:900px){.teachers-grid{grid-template-columns:1fr}}.teacher-card{display:flex;flex-direction:column;text-align:center;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color var(--transition)}.teacher-card:hover{border-color:#ff751f4d}.teacher-avatar-wrap{margin:0 auto 1rem;width:112px;height:112px;border-radius:50%;overflow:hidden;background:var(--color-surface-elevated);border:2px solid var(--color-border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.teacher-avatar{width:100%;height:100%;object-fit:cover}.teacher-avatar-placeholder{font-size:2.25rem;font-weight:700;color:var(--color-primary);line-height:1}.teacher-name{font-size:1.1rem;font-weight:700;margin:0 0 .25rem;color:var(--color-text)}.teacher-role{font-size:.85rem;color:var(--color-text-muted);margin:0 0 1rem;line-height:1.4}.teacher-bio{text-align:left;margin:1rem auto 0 0;padding-left:1.1rem;font-size:.875rem;color:var(--color-text-muted);line-height:1.65;list-style:disc;flex:1;min-height:0}.teacher-bio li{margin-bottom:.5rem}.teacher-bio li:last-child{margin-bottom:0}.industry-layout{display:grid;grid-template-columns:280px 1fr;gap:2.5rem;align-items:start;margin-top:1rem}@media(max-width:768px){.industry-layout{grid-template-columns:1fr}}.industry-left{min-width:0}.industry-partners{margin:0;padding:0;list-style:none}.industry-partner{padding:.85rem 0;border-bottom:1px solid var(--color-border);display:flex;align-items:center;gap:.85rem}.industry-partner:last-child{border-bottom:none}.industry-partner-logo{flex-shrink:0;width:auto;max-width:80px;height:40px;object-fit:contain;object-position:left center;background:#fff;border-radius:var(--radius);padding:4px 6px}.industry-partner-text{display:flex;flex-direction:column;gap:.2rem;min-width:0}.industry-partner-name{font-weight:600;color:var(--color-text);font-size:.95rem}.industry-partner-desc{font-size:.85rem;color:var(--color-text-muted);line-height:1.4}.industry-right{min-width:0}.industry-gallery-main{position:relative;width:100%;aspect-ratio:16/10;max-height:420px;background:var(--color-bg);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border)}.industry-gallery-hero{width:100%;height:100%;object-fit:cover;display:block}.industry-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border:none;border-radius:50%;background:#00000080;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s}.industry-gallery-nav:hover{background:var(--color-primary)}.industry-gallery-prev{left:.75rem}.industry-gallery-next{right:.75rem}.industry-gallery-thumbs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;justify-content:center}.industry-thumb{flex-shrink:0;width:56px;height:56px;padding:0;border:2px solid transparent;border-radius:var(--radius);overflow:hidden;cursor:pointer;background:var(--color-surface);transition:border-color .2s,opacity .2s}.industry-thumb:hover{opacity:.9}.industry-thumb.active{border-color:var(--color-primary)}.industry-thumb img{width:100%;height:100%;object-fit:cover;display:block}.industry-right .industry-gallery{margin-top:0}.works-intro{color:var(--color-text-muted);max-width:720px;margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.works-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.works-gallery-thumb{display:block;padding:0;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;background:var(--color-surface);cursor:pointer;transition:border-color var(--transition),transform var(--transition)}.works-gallery-thumb:hover{border-color:var(--color-primary);transform:scale(1.02)}.works-gallery-thumb img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.works-more{margin:2rem 0 0;text-align:center}.works-more a{font-weight:500}.students-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-top:1.5rem}.student-card{position:relative;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.25rem;overflow:hidden}.student-card-corner{position:absolute;top:0;right:0;width:60px;height:70px;border-radius:0 var(--student-logo-radius) 0 0;clip-path:polygon(100% 0,100% 100%,0 0);background:#fff;display:flex;align-items:flex-start;justify-content:flex-end;overflow:hidden}.student-card-corner img{width:54px;height:54px;object-fit:contain}.student-card-has-logo{--student-logo-radius: 27px;border-top-right-radius:var(--student-logo-radius);padding-right:2.5rem;padding-top:.25rem}.student-name{font-size:1.05rem;color:var(--color-accent-yellow);margin:0 0 .5rem;padding-top:.5rem}.student-name-en{font-weight:400;color:var(--color-text-muted);font-size:.9rem}.student-university{font-size:.9rem;color:var(--color-text);margin:.15rem 0 .35rem}.student-meta{font-size:.85rem;color:var(--color-text-muted);margin:0 0 .5rem;display:flex;flex-wrap:wrap;gap:.5rem}.student-meta span:not(:last-child):after{content:" · "}.student-links{margin-bottom:.75rem}.student-links a{font-size:.6rem;margin-left:.5rem}.student-courses{display:flex;flex-wrap:wrap;gap:.4rem .5rem;margin:0;margin-top:.75rem}.student-course-label{display:inline-block;padding:.25rem .6rem;font-size:.75rem;color:var(--color-text-muted);background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:999px;line-height:1.3}.students-more{margin-top:1.5rem;text-align:center}.students-more a{font-weight:500}.admissions-offers{padding:2.5rem 1.5rem 3rem}.admissions-offers-inner{margin:0 auto;position:relative}.admissions-offers-title{font-size:clamp(1.25rem,3vw,1.5rem);color:var(--color-text);margin:0 0 1rem;font-weight:700}.admissions-offers-highlight{display:block;width:100%;background:var(--color-primary);color:#fff;padding:.6rem 1.25rem;border-radius:var(--radius);font-weight:600;font-size:.95rem;margin-bottom:1.5rem;box-sizing:border-box}.admissions-offers-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media(max-width:720px){.admissions-offers-list{grid-template-columns:1fr}}.admissions-offer-bar{--offer-bar-h: 80px;display:flex;align-items:stretch;gap:0;min-height:var(--offer-bar-h);background:#1a2332cc;border:1px solid var(--color-border);border-radius:calc(var(--offer-bar-h) / 2) var(--radius) var(--radius) calc(var(--offer-bar-h) / 2);padding:0 1.25rem 0 0;color:var(--color-text);overflow:hidden}.admissions-offer-left{flex-shrink:0;width:var(--offer-bar-h);border-top-left-radius:calc(var(--offer-bar-h) / 2);border-bottom-left-radius:calc(var(--offer-bar-h) / 2);overflow:hidden;display:flex;align-items:center;justify-content:center}.admissions-offer-center{flex:1;min-width:0;display:flex;flex-direction:row;align-items:center;gap:1rem;padding:.75rem 0 .75rem 1rem}.admissions-offer-center-left{flex-shrink:0}.admissions-offer-center-right{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.admissions-offer-right{flex-shrink:0;display:flex;align-items:center;padding:.75rem 0}.admissions-offer-logo{flex-shrink:0;width:var(--offer-bar-h);height:var(--offer-bar-h);border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.admissions-offer-logo img{width:100%;height:100%;object-fit:contain}.admissions-offer-logo-fallback{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--color-primary)}.admissions-offer-center .admissions-offer-name{font-weight:600;font-size:.95rem;color:var(--color-accent-yellow)}.admissions-offer-center-right .admissions-offer-university{font-size:.9rem;color:var(--color-text)}.admissions-offer-center-right .admissions-offer-major{font-size:.85rem;color:var(--color-text-muted)}.admissions-offer-scholarship{font-size:.95rem;font-weight:600;color:var(--color-primary)}.admissions-stats{margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.admissions-stats-title{font-size:1.1rem;color:var(--color-text);margin:0 0 .75rem;font-weight:700}.admissions-stats-by-country{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.admissions-stats-country-row{display:flex;flex-wrap:wrap;align-items:self-start;gap:.75rem 1rem;margin:.5rem 0}.admissions-stats-country-row .admissions-stats-meta-item{flex-shrink:0}.admissions-stats-country-row .admissions-stats-school-row{margin:0;padding:0;flex:1;min-width:0;display:flex;flex-wrap:wrap;gap:.5rem .75rem;list-style:none}.admissions-stats-school-row{list-style:none;margin:0 0 1.25rem;padding:0;display:flex;flex-wrap:wrap;gap:.5rem .75rem;justify-content:flex-start}.admissions-stats-school-card{display:flex;flex-direction:column;align-items:center;gap:.35rem;width:88px;padding:0;color:var(--color-text);font-size:.75rem;text-align:center}.admissions-stats-school-logo-wrap{position:relative;flex-shrink:0;display:inline-flex}.admissions-stats-school-logo-wrap.admissions-stats-school-logo-large .admissions-stats-school-logo,.admissions-stats-school-logo-wrap.admissions-stats-school-logo-large .admissions-stats-school-logo-fallback{width:48px;height:48px}.admissions-stats-school-logo-wrap.admissions-stats-school-logo-large .admissions-stats-school-logo-fallback{font-size:1.15rem}.admissions-stats-school-count-badge{position:absolute;top:-2px;right:-2px;min-width:1.1em;height:1.1em;padding:0 .25em;font-size:.7rem;font-weight:700;line-height:1.1em;color:#fff;background:var(--color-primary);border-radius:999px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px #0003}.admissions-stats-school-logo{flex-shrink:0;width:36px;height:36px;border-radius:50%;overflow:hidden;background:#fff;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center}.admissions-stats-school-logo img{width:100%;height:100%;object-fit:contain}.admissions-stats-school-logo-fallback{font-family:var(--font-display);font-weight:700;color:var(--color-primary);width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center}.admissions-stats-school-name{font-weight:600;color:var(--color-text);line-height:1.2;word-break:break-word;max-width:100%}.admissions-stats-meta-row{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:flex-end;margin-bottom:1.25rem}.admissions-stats-meta-item{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:64px}.admissions-stats-meta-icon-wrap{position:relative;flex-shrink:0;width:48px;height:48px;border-radius:50%;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.admissions-stats-meta-flag{width:100%;height:100%;object-fit:cover}.admissions-stats-meta-qs{width:28px;height:28px;object-fit:contain}.admissions-stats-rank-row{display:flex;flex-wrap:wrap;gap:.5rem .75rem;align-items:center;margin:.5rem 0}.admissions-stats-rank-bar{display:flex;align-items:center;gap:.5rem .6rem;padding:.4rem .65rem;background:#1a233299;border-radius:6px;width:fit-content}.admissions-stats-rank-icon{width:40px;height:36px;object-fit:contain;flex-shrink:0}.admissions-stats-rank-label{font-size:.75rem;font-weight:600;color:var(--color-text);white-space:nowrap}.admissions-stats-rank-count{font-size:1.1rem;font-weight:700;color:var(--color-primary);flex-shrink:0}.admissions-stats-qs-row{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:center;margin:.5rem 0}.admissions-stats-qs100-bar{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#1a233299;border-radius:6px;width:fit-content}.admissions-stats-qs100-icon{width:56px;height:48px;object-fit:contain;flex-shrink:0}.admissions-stats-qs100-count{font-size:1.25rem;font-weight:700;color:var(--color-primary)}.admissions-stats-usnews-row{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:flex-end;margin:.5rem 0}.admissions-stats-usnews-item{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.admissions-stats-usnews-label{font-size:.75rem;font-weight:600;color:var(--color-text-muted)}.admissions-stats-meta-count-badge{position:absolute;top:-2px;right:-2px;min-width:1.1em;height:1.1em;padding:0 .25em;font-size:.65rem;font-weight:700;line-height:1.1em;color:#fff;background:var(--color-primary);border-radius:999px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px #0003}.admissions-stats-meta-label{font-size:.75rem;font-weight:600;color:var(--color-text);text-align:center;line-height:1.2;max-width:80px}.admissions-stats-majors-row{display:flex;flex-wrap:wrap;gap:.4rem .6rem;align-items:center;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--color-border)}.admissions-stats-major-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.75rem;color:var(--color-text);background:#1a233299;border-radius:4px;white-space:nowrap}.admissions-stats-major-pill-name{max-width:140px;overflow:hidden;text-overflow:ellipsis}.admissions-stats-major-pill-count{font-weight:700;color:var(--color-primary);flex-shrink:0}.external-link-block{display:inline-block;margin-top:1rem;padding:.75rem 1.25rem;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:var(--radius);font-weight:500;transition:border-color var(--transition),background var(--transition)}.external-link-block:hover{border-color:var(--color-primary);background:var(--color-primary-soft)}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-top:1.5rem}.course-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:border-color var(--transition),background var(--transition),transform var(--transition)}.course-card:hover{border-color:var(--color-primary);background:var(--color-surface-elevated);transform:translateY(-2px)}.course-card-name{font-size:1.05rem;font-weight:600;color:var(--color-accent-yellow);margin-bottom:.35rem}.course-card-meta{font-size:.8rem;color:var(--color-text-muted);margin-bottom:.75rem}.course-card-goal{font-size:.9rem;color:var(--color-text-muted);margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.courses-more{margin-top:1.5rem;text-align:center}.courses-more a{font-weight:500}.course-modal-overlay{position:fixed;inset:0;z-index:1000;background:#000000bf;display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow-y:auto}.course-modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);max-width:560px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0006}.course-modal-header{position:relative;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--color-border);flex-shrink:0}.course-modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;border:none;background:var(--color-surface-elevated);color:var(--color-text-muted);font-size:1.25rem;line-height:1;border-radius:var(--radius);cursor:pointer;transition:color var(--transition),background var(--transition)}.course-modal-close:hover{color:var(--color-text);background:var(--color-border)}.course-modal-title{font-size:1.25rem;color:var(--color-accent-yellow);margin:0 2rem 0 0}.course-modal-en{display:block;font-size:.85rem;color:var(--color-text-muted);margin-top:.25rem}.course-modal-meta{display:block;font-size:.8rem;color:var(--color-text-muted);margin-top:.35rem}.course-modal-body{padding:1.25rem 1.5rem 1.5rem;overflow-y:auto;flex:1;min-height:0}.course-modal-goal{font-size:.9rem;color:var(--color-text-muted);margin:0 0 1rem;line-height:1.5}.course-modal-desc{font-size:.9rem;color:var(--color-text);margin:0 0 1.25rem;line-height:1.6}.course-modal-section-title{font-size:.95rem;color:var(--color-primary);margin:0 0 .5rem}.course-modal-chapters{margin:0 0 1rem;padding-left:1.25rem;font-size:.9rem;color:var(--color-text-muted);line-height:1.55}.course-modal-chapters li{margin-bottom:.5rem}.course-modal-chapters strong{display:block;color:var(--color-text);font-size:.85rem;margin-bottom:.15rem}.course-modal-resources{margin:0;padding-left:1.25rem;list-style:none}.course-modal-resources li{margin-bottom:.35rem}.course-modal-resources a{font-size:.9rem}.site-footer{border-top:1px solid var(--color-border);padding:2rem 1.5rem;text-align:center;background:var(--color-surface)}.footer-inner{max-width:1200px;margin:0 auto}.footer-read-more{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.footer-read-more-title{font-size:.9rem;font-weight:600;color:var(--color-text-muted);margin:0 0 .75rem}.footer-read-more-links{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:center}.footer-read-more-link{color:var(--color-primary);font-weight:500;text-decoration:none}.footer-read-more-link:hover{text-decoration:underline}.footer-school{font-weight:600;margin:0 0 .25rem}.footer-en{font-size:.85rem;color:var(--color-text-muted);margin:0 0 .75rem}.footer-teaching{font-size:.85rem;margin:0}.footer-teaching a{color:var(--color-text-muted)}.footer-teaching a:hover{color:var(--color-primary)}@media(max-width:1024px){.header-inner,.footer-inner{padding:0 1rem}.hero{min-height:50vh;max-height:50vh;padding:1.5rem 1rem 2rem}.hero-school{font-size:.8rem;letter-spacing:.2em}.hero-subtitle{font-size:1.1rem}.hero-tagline{font-size:.95rem}.hero-carousel-dots{bottom:1.25rem}section{padding:2.5rem 1.25rem 3.5rem}.section-title{font-size:clamp(1.35rem,4vw,1.75rem);margin-bottom:1.5rem}.cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.card{padding:1.5rem}.site-footer{padding:1.5rem 1rem}}@media(max-width:768px){.site-header{padding:.6rem .75rem .75rem;background:#0f1419e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header.scrolled{background:#0f1419f2}.header-inner{flex-wrap:nowrap;gap:.5rem;min-width:0}.logo{min-width:0;flex:1 1 auto;overflow:hidden}.logo-text{min-width:0;overflow:hidden}.logo-en,.logo-sub{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logo-en{font-size:1rem}.logo-sub{font-size:.65rem}.logo-icon{width:28px;height:28px;flex-shrink:0}.header-actions{flex-shrink:0;gap:.4rem;align-items:center}.locale-switcher{display:inline-flex;border-radius:var(--radius)}.locale-btn{min-width:2.6rem;min-height:2.25rem;padding:.35rem .45rem;font-size:.75rem}.nav-toggle{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem;padding:0;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:var(--radius);cursor:pointer;transition:background .2s,border-color .2s}.nav-toggle .nav-toggle-icon{font-size:1.35rem;line-height:1}.nav{display:none;gap:1rem}.nav.nav-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#0f1419fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 1.5rem 1.5rem;box-shadow:0 8px 24px #0000004d;border-bottom:1px solid var(--color-border)}.nav-link{font-size:1.1rem;padding:.6rem 0;border-bottom:1px solid var(--color-border)}.nav-link:last-child{border-bottom:none}.nav-toggle:hover{background:var(--color-surface-elevated);border-color:var(--color-primary);color:var(--color-primary)}.nav-toggle[aria-expanded=true]{background:var(--color-primary-soft);border-color:var(--color-primary);color:var(--color-primary)}.main-sub-page{padding-top:4rem}.hero{min-height:45vh;max-height:45vh;padding:1.25rem .75rem 1.5rem}.hero-title{font-size:clamp(1.35rem,6vw,1.75rem)}.hero-subtitle{font-size:1rem}.hero-tagline{font-size:.9rem;margin-bottom:1.25rem}.hero-cta{padding:.6rem 1.25rem;font-size:.95rem}.hero-carousel-dots{bottom:1rem}.hero-carousel-dots button{width:8px;height:8px}section{padding:2.5rem 1rem 3rem}.course-modal-overlay{padding:1rem;align-items:flex-end}.course-modal{max-height:85vh;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.course-modal-header,.course-modal-body{padding:1.25rem 1rem}.team-lightbox{padding:1rem}.team-lightbox-close{top:.5rem;right:.5rem;width:2.25rem;height:2.25rem;font-size:1.25rem}}@media(max-width:480px){.site-header{padding:.5rem .6rem .65rem}.logo-en{font-size:.9rem}.logo-sub{font-size:.6rem}.logo-icon{width:26px;height:26px}.header-actions{gap:.35rem}.locale-btn{min-width:2.4rem;min-height:2.25rem;padding:.3rem .4rem;font-size:.7rem}.nav-toggle{width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem}.hero{min-height:40vh;max-height:40vh;padding:1rem .5rem 1.25rem}.hero-school{font-size:.7rem;letter-spacing:.15em}.hero-title{font-size:clamp(1.2rem,5.5vw,1.5rem)}.hero-subtitle{font-size:.9rem}.hero-tagline{font-size:.85rem;margin-bottom:1rem}section{padding:2rem .75rem 2.5rem}.section-title{font-size:clamp(1.2rem,5vw,1.5rem);margin-bottom:1.25rem}.cards{grid-template-columns:1fr;gap:1rem}.card{padding:1.25rem}.card-title{font-size:1.05rem}.teachers-cards{padding:1.5rem 1rem 2rem}.footer-school,.footer-en{font-size:.9rem}.site-footer{padding:1.25rem .75rem}}@media(min-width:769px){.nav-toggle{display:none}.nav{display:flex}}
