:root{--ui-ease-out: cubic-bezier(.22, 1, .36, 1);--ui-ease-soft: cubic-bezier(.2, .8, .2, 1);--ui-ring: rgba(14, 165, 233, .22);--ui-shadow-soft: 0 12px 28px rgba(15, 23, 42, .12)}html{scroll-behavior:smooth;text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}html,body,#root{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;background:var(--app-page-bg, #f8fafc);color:#0f172a;transition:background-color .22s var(--ui-ease-soft),color .22s var(--ui-ease-soft)}#root{min-height:100vh}*,*:before,*:after{box-sizing:border-box}a{color:inherit}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}img{max-width:100%}.container{width:min(100%,1200px);margin:0 auto;padding-left:24px;padding-right:24px}.navbar{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%}.navbar-brand{text-decoration:none}.navbar-dark{color:#fff}.px-3{padding-left:1rem;padding-right:1rem}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.me-3{margin-right:1rem!important}.p-4{padding:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.h-100{height:100%!important}.w-100{width:100%!important}.d-block{display:block!important}.d-none{display:none!important}.text-center{text-align:center!important}.text-dark{color:#212529!important}.text-muted{color:#475569!important}.rounded-0{border-radius:0!important}.rounded{border-radius:.5rem!important}.bg-white{background:#fff!important}.shadow{box-shadow:0 .5rem 1rem #0f172a26!important}.shadow-sm{box-shadow:0 .125rem .25rem #0f172a1f!important}.alert{position:relative;padding:.85rem 1rem;border:1px solid transparent;border-radius:14px}.alert-warning{background:#fff4d6;border-color:#f4d28a;color:#7c5800}.badge{display:inline-flex;align-items:center;justify-content:center;padding:.4em .65em;border-radius:999px;font-size:.75rem;font-weight:700;line-height:1}.bg-warning{background:#ffc107!important}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:10px;padding:.55rem 1rem;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;transform:translateZ(0);transition:transform .16s var(--ui-ease-out),box-shadow .16s var(--ui-ease-out),background-color .16s var(--ui-ease-soft),border-color .16s var(--ui-ease-soft),color .16s var(--ui-ease-soft),filter .16s var(--ui-ease-soft)}.btn:hover{transform:translateY(-1px);filter:saturate(1.02)}.btn:active{transform:translateY(0);filter:none}.btn:focus-visible{outline:none;box-shadow:0 0 0 4px var(--ui-ring)}.form-control,.form-select{width:100%;min-height:44px;border-radius:14px;border:1px solid rgba(148,163,184,.36);background:#ffffffeb;padding:0 14px;color:inherit;outline:none;transition:border-color .16s var(--ui-ease-soft),box-shadow .16s var(--ui-ease-soft),background-color .16s var(--ui-ease-soft)}textarea.form-control{padding:12px 14px;min-height:120px;resize:vertical}.form-control::placeholder{color:#475569b8}.form-control:focus,.form-select:focus{border-color:#0ea5e980;box-shadow:0 0 0 4px var(--ui-ring);background:#fffffff5}.btn-sm{padding:.4rem .8rem;font-size:.875rem}.btn-primary{background:#0d6efd;color:#fff;border-color:#0d6efd}.btn-secondary{background:#6c757d;color:#fff;border-color:#6c757d}.btn-warning{background:#ffc107;color:#111827;border-color:#ffc107}.btn-light{background:#f8fafc;color:#111827;border-color:#e2e8f0}.btn-outline-light{background:transparent;color:#fff;border-color:#ffffffbf}.btn-outline-primary{background:transparent;color:#0d6efd;border-color:#0d6efd}.col-12{width:100%}.row{display:flex;flex-wrap:wrap;margin-left:calc(var(--grid-gap-x, 1rem) * -.5);margin-right:calc(var(--grid-gap-x, 1rem) * -.5);row-gap:var(--grid-gap-y, 1rem)}.row>[class*=col-]{padding-left:calc(var(--grid-gap-x, 1rem) * .5);padding-right:calc(var(--grid-gap-x, 1rem) * .5)}.g-3{--grid-gap-x: 1rem;--grid-gap-y: 1rem}.g-4{--grid-gap-x: 1.5rem;--grid-gap-y: 1.5rem}.col-6{width:50%}@media(min-width:992px){.d-lg-flex{display:flex!important}.d-lg-none{display:none!important}.col-lg-3{width:25%}.mb-lg-5{margin-bottom:3rem!important}}@media(min-width:768px){.col-md-6{width:50%}.g-md-4{--grid-gap-x: 1.5rem;--grid-gap-y: 1.5rem}}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes panelReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes cardReveal{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.page-shell{min-height:100vh;display:flex;flex-direction:column}.page-content{flex:1 1 auto;animation:pageFadeIn .35s ease both}@media(prefers-reduced-motion:reduce){.page-content{animation:none}.card,.modern-card,.home-card,.paper-row-card,.banner-img{animation:none!important;transition:none!important}}.route-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:2000;opacity:0;pointer-events:none;transition:opacity .16s var(--ui-ease-soft)}.route-progress.on{opacity:1}.route-progress-bar{height:100%;width:100%;transform-origin:left;background:linear-gradient(90deg,#0ea5e9e0,#f97316eb,#22c55edb);animation:routeProgress .52s var(--ui-ease-out) both}@keyframes routeProgress{0%{transform:scaleX(.06)}to{transform:scaleX(1)}}.route-loader-shell{padding:28px 18px;display:grid;place-items:center}.route-loader-card{width:min(92vw,760px);border-radius:18px;border:1px solid rgba(148,163,184,.22);background:#ffffffdb;box-shadow:var(--ui-shadow-soft);padding:18px}.route-loader-line{height:14px;border-radius:999px;margin-bottom:12px}.route-loader-line:last-child{margin-bottom:0}.route-loader-line.sm{width:42%}.route-loader-line.md{width:68%}.route-loader-line.lg{width:92%}.footer-top-gap{height:18px}.site-header{position:sticky;top:0;left:0;right:0;z-index:1030;box-shadow:0 10px 24px #0f172a1f;-webkit-backdrop-filter:saturate(1.1) blur(3px);backdrop-filter:saturate(1.1) blur(3px)}.site-header-spacer{display:none;height:0}.header-links{display:flex;align-items:center;gap:16px;margin-left:auto}.header-link{color:var(--header-link-color, #ffffff);text-decoration:none;font-weight:500;letter-spacing:.2px}.header-link:hover{color:var(--header-link-hover, #fbbf24);text-decoration:none}.header-toggle-btn{display:none;margin-left:auto;border:0;background:transparent;color:var(--header-menu-icon-color, #ffffff);font-size:26px;line-height:1;padding:4px 8px}.user-navbar-brand{max-width:min(72vw,520px);display:inline-flex;align-items:center;gap:10px;flex:0 1 auto;min-width:0;overflow:hidden}.user-navbar-brand>*{min-width:0}.user-brand-text{display:inline-block;max-width:100%;font-size:clamp(1.05rem,2vw,2rem);line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-navbar-logo{--logo-height: 32px;height:min(var(--logo-height),clamp(28px,4vw,54px));max-width:100%;width:auto!important;object-fit:contain;display:block}.user-brand-logo-wrap{display:inline-flex;align-items:center;justify-content:center;max-width:min(58vw,400px);min-height:28px;transition:transform .2s ease}.user-brand-logo-wrap:hover{transform:translateY(-1px)}.header-menu-backdrop{display:none}.header-search-form{margin-left:auto;margin-right:12px;display:flex;align-items:center;gap:8px;background:linear-gradient(180deg,#fffffff0,#f8fafcf0);border:1px solid rgba(15,23,42,.12);border-radius:14px;padding:4px;box-shadow:0 10px 22px #0f172a1f;overflow:visible}.header-search-input{width:clamp(260px,26vw,420px);border:0;outline:0;background:#ffffffe6;color:#0f172a;font-size:14px;padding:0 14px;border-radius:10px;min-height:40px;transition:border-color .2s ease,box-shadow .2s ease;border:1px solid rgba(148,163,184,.3)}.header-search-input::placeholder{color:#475569e0}.header-search-type{border:1px solid rgba(148,163,184,.32);background:linear-gradient(180deg,#f8fafc,#e2e8f0);color:#111827;border-radius:10px;height:40px;padding:0 14px;font-size:13px;font-weight:600;outline:none;min-width:106px}.header-search-btn,.header-search-clear-btn{border:0;border-radius:10px;min-height:40px;padding:0 18px;font-size:13px;font-weight:700}.header-search-btn{background:linear-gradient(135deg,#0f766e,#0ea5e9);color:#fff}.header-search-btn:hover{background:linear-gradient(135deg,#0d9488,#0284c7)}.header-search-clear-btn{background:#e2e8f0;color:#1f2937;border-radius:999px}.header-search-mobile-actions{display:flex;gap:8px;width:100%}.header-search-input:focus,.header-search-type:focus{border-color:#0e749099;box-shadow:0 0 0 3px #0e749029}.site-alert-bar{overflow:hidden;align-items:center;position:relative;width:100%}.site-alert-marquee{width:100%;overflow:hidden;position:relative;padding-inline:12px}.site-alert-measure{position:absolute;visibility:hidden;pointer-events:none;white-space:nowrap}.site-alert-track{display:flex;align-items:center;width:max-content;padding-inline-start:max(100%,24px);will-change:transform;animation-name:alertMarquee;animation-duration:var(--alert-marquee-speed, 18s);animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:var(--alert-marquee-direction, normal)}.site-alert-sequence{display:flex;align-items:center;gap:var(--alert-marquee-gap, 2cm);padding-right:var(--alert-marquee-gap, 2cm);flex:0 0 auto}.site-alert-item{flex:0 0 auto;margin:0;white-space:nowrap}.site-alert-mobile{width:100%;padding:0 14px;white-space:normal;overflow:visible;text-overflow:clip;text-align:center;line-height:1.35;display:flex;align-items:center;justify-content:center;min-height:inherit}@keyframes alertMarquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.site-alert-track{animation:none}.site-alert-sequence{padding-right:0}}.banner-shell{width:100%;max-width:none;margin-inline:auto}.banner-frame{border:1px solid rgba(15,23,42,.22);box-shadow:0 8px 20px #0f172a1f;background:#0f2f57;aspect-ratio:16 / 5}.banner-img{width:100%;max-width:100%;height:100%!important;max-height:100%!important;object-fit:contain!important;display:block;animation:pageFadeIn .5s ease both;filter:none;image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}.carousel-item .banner-img{height:100%!important;max-height:100%!important;object-fit:contain!important}.banner-item{position:relative;height:100%}.banner-item--mobile-static .banner-link-wrap,.banner-item--mobile-static .banner-img{transform:none!important}.banner-carousel{position:relative;overflow:hidden}.banner-track{display:flex;width:100%;transition:transform .38s ease;will-change:transform}.banner-slide{flex:0 0 100%;min-width:100%}.banner-link-wrap{display:block;position:relative;text-decoration:none}.banner-badge{position:absolute;z-index:4;font-weight:700;line-height:1.1;max-width:min(72%,320px);pointer-events:none;box-shadow:0 8px 16px #0f172a40}.banner-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:34px;height:34px;border:0;border-radius:999px;background:#0f172a99;color:#fff;display:grid;place-items:center;font-size:24px;line-height:1;cursor:pointer}.banner-nav--prev{left:10px}.banner-nav--next{right:10px}@media(max-width:992px){.banner-badge{max-width:min(68%,230px);line-height:1}}.card h5{font-size:1.05rem}.card{transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000026}.modern-card{border-radius:24px;border:1px solid rgba(214,223,235,.92);background:linear-gradient(180deg,#fffffffc,#f6f9fcfa),radial-gradient(circle at top right,rgba(14,165,233,.08),transparent 34%);box-shadow:0 20px 40px #0f172a14,0 8px 18px #0f172a0d,inset 0 1px #fffffff0;position:relative;overflow:hidden;height:100%;width:100%;opacity:1;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.modern-card--large{min-height:260px}.modern-card:after{content:"";position:absolute;right:-42px;top:-42px;width:132px;height:132px;background:radial-gradient(circle,rgba(249,115,22,.16),transparent 70%);pointer-events:none}.modern-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:78px;background:linear-gradient(180deg,#ffffffe0,#fff0);pointer-events:none}.modern-card:hover{transform:translateY(-6px);border-color:#0ea5e93d;box-shadow:0 26px 48px #0f172a1f,0 10px 22px #0ea5e914,inset 0 1px #fffffff5}.modern-card .card-body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:inherit;text-align:center;gap:10px;padding:24px 18px 20px}.modern-card .card-title{font-weight:800;font-size:clamp(1rem,1.08vw,1.22rem);line-height:1.2;letter-spacing:-.02em;word-break:break-word;overflow-wrap:anywhere;color:#0f172a}.modern-card .card-subtitle{font-size:clamp(.78rem,.82vw,.92rem);color:#526072;line-height:1.15;font-weight:500;word-break:break-word;overflow-wrap:anywhere}.modern-card .btn{margin-top:auto;min-height:40px;border-radius:999px;padding:.62rem 1rem;font-size:.82rem;font-weight:700;letter-spacing:.01em;box-shadow:0 10px 18px #2563eb1f}.semester-card .card-body{justify-content:space-between;align-items:center;gap:16px;text-align:center;padding:22px 18px 20px}.semester-card-head{display:flex;flex-direction:column;justify-content:center;gap:12px;align-items:center;width:100%;flex:1 1 auto;min-height:0}.semester-card-head h1,.semester-card-head h2,.semester-card-head h3,.semester-card-head h4,.semester-card-head h5,.semester-card-head h6,.semester-card-head p,.semester-card-head span{margin:0}.semester-card-title{width:min(100%,13ch);min-height:2.4em;line-height:1.12;letter-spacing:-.03em;font-weight:800!important;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-wrap:balance}.semester-card-title--lg{font-size:clamp(1.18rem,1.22vw,1.4rem)!important}.semester-card-title--md{font-size:clamp(1.02rem,1.02vw,1.18rem)!important}.semester-card-title--sm{font-size:clamp(.9rem,.9vw,1rem)!important}.semester-year-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:linear-gradient(180deg,#f1f5f9eb,#e2e8f0e6);border:1px solid rgba(148,163,184,.24);box-shadow:inset 0 1px #ffffffeb}.semester-view-btn{width:min(100%,176px);align-self:center;min-width:0;min-height:44px;border-radius:999px;font-weight:700;letter-spacing:.2px;display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-width:1px;border-style:solid;line-height:1;white-space:nowrap;box-shadow:0 10px 18px #1665342e;text-decoration:none}.semester-view-btn:hover{transform:translateY(-1px);box-shadow:0 14px 24px #16653438;text-decoration:none}.semester-view-btn:active{transform:translateY(0);box-shadow:0 8px 14px #16653433}.semester-view-btn:focus-visible{outline:0;box-shadow:0 0 0 3px #2563eb38,0 10px 18px #1665342e}.semesters-grid .cards-grid-item{display:flex}.semesters-grid .cards-grid-item>.semester-card{flex:1 1 auto}.home-section .col-lg-3,.home-section .col-md-4,.home-section .col-sm-6{display:flex}.home-section .col-lg-3>.card,.home-section .col-md-4>.card,.home-section .col-sm-6>.card{width:100%}.cards-grid{display:grid;gap:22px;align-items:stretch}.cards-grid-4-6{grid-template-columns:repeat(auto-fit,minmax(clamp(180px,17vw,214px),1fr));justify-content:stretch}.cards-grid-item{min-width:0;width:100%;max-width:none;display:flex}.home-section .cards-grid{justify-content:center}.home-section .cards-grid-item{max-width:220px;justify-self:center}.cards-grid-item>.card{width:100%;flex:1 1 auto}.home-card{position:relative;width:100%;min-height:clamp(360px,25vw,420px);aspect-ratio:.8 / 1;border-radius:28px;overflow:hidden;border:1px solid rgba(212,220,232,.9);background:linear-gradient(180deg,#fffffffc,#f5f8fbfa),radial-gradient(circle at top right,rgba(251,191,36,.18),transparent 34%),radial-gradient(circle at top left,rgba(14,165,233,.08),transparent 28%);box-shadow:0 22px 38px #0f172a14,0 8px 16px #0f172a0d,inset 0 1px #fffffff0;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-card:hover{transform:translateY(-6px);border-color:#0ea5e93d;box-shadow:0 28px 48px #0f172a1f,0 10px 18px #0ea5e914,inset 0 1px #fffffff5}.home-card.card-state-coming-soon{border-color:#f59e0b47;background:linear-gradient(180deg,#fffffff7,#f3f6f9f5),repeating-linear-gradient(135deg,#94a3b81a 0 14px,#fff0 14px 28px),radial-gradient(circle at top right,rgba(245,158,11,.14),transparent 38%);box-shadow:0 16px 28px #94a3b82e,0 6px 12px #0f172a0d,inset 0 1px #ffffffeb}.home-card.card-state-coming-soon:hover{transform:none;border-color:#f59e0b47;box-shadow:0 16px 28px #94a3b82e,0 6px 12px #0f172a0d,inset 0 1px #ffffffeb}.home-card.card-state-coming-soon .home-card-logo-slot,.home-card.card-state-coming-soon .card-logo,.home-card.card-state-coming-soon .card-logo-fallback{opacity:.58;filter:grayscale(.22) saturate(.72)}.home-card.card-state-coming-soon .home-card-content{opacity:.68}.home-card.card-state-coming-soon .home-card-title,.home-card.card-state-coming-soon .home-card-subtitle{color:#64748b!important}.home-card.card-state-coming-soon .home-card-body{padding-top:clamp(22px,1.8vw,28px)}.home-card:before{content:"";position:absolute;inset:0 0 auto;height:88px;background:linear-gradient(180deg,#ffffffe6,#fff0);pointer-events:none}.home-card-body{min-height:100%;padding:clamp(22px,1.8vw,28px) clamp(16px,1.45vw,22px) clamp(26px,1.8vw,34px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;align-items:start;justify-items:center;gap:14px;position:relative;z-index:1}.home-card-logo-slot{width:clamp(108px,64%,150px);aspect-ratio:1 / 1;min-height:0;padding:clamp(12px,1vw,16px);display:flex;align-items:center;justify-content:center;border-radius:26px;overflow:hidden;background:linear-gradient(180deg,#fffffffa,#f1f5f9f2),radial-gradient(circle at top,rgba(14,165,233,.08),transparent 55%);border:1px solid rgba(220,228,238,.95);box-shadow:inset 0 1px #fffffffa,0 10px 18px #0f172a0a}.home-card-content{width:100%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px}.home-card-title{width:min(100%,13ch);margin:0;color:#0f172a;min-height:2.45em;line-height:1.14;letter-spacing:-.03em;font-weight:800!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-wrap:balance;overflow-wrap:break-word;text-align:center}.home-card-title--lg{font-size:clamp(1.2rem,1.34vw,1.5rem)!important}.home-card-title--md{font-size:clamp(1.08rem,1.14vw,1.28rem)!important}.home-card-title--sm{font-size:clamp(.96rem,.98vw,1.12rem)!important}.home-card-title--xs{font-size:clamp(.86rem,.9vw,.98rem)!important}.home-card-subtitle{width:auto;margin:0;max-width:100%;font-size:clamp(.8rem,.8vw,.92rem)!important;line-height:1.1;color:#475569;font-weight:600;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.home-card-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;margin:0!important;min-width:0;max-width:calc(100% - 36px);min-height:38px;padding:.55rem 1rem .55rem 1.9rem;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7c2d12!important;background:linear-gradient(180deg,#fff8e1,#fde68a)!important;border:1px solid rgba(245,158,11,.28);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1;justify-content:center;box-shadow:0 16px 28px #f59e0b42,inset 0 1px #ffffffe6;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home-card-badge:before{content:"";position:absolute;left:.92rem;top:50%;width:.52rem;height:.52rem;border-radius:50%;background:linear-gradient(180deg,#f59e0b,#ea580c);box-shadow:0 0 0 4px #f59e0b24;transform:translateY(-50%)}@media(max-width:991px){.cards-grid-4-6{grid-template-columns:repeat(3,minmax(0,1fr))}.home-section .cards-grid-item{max-width:100%}.home-loading-panel{grid-template-columns:repeat(4,minmax(0,1fr))}.home-card{min-height:312px;aspect-ratio:auto;border-radius:24px}.home-card-body{padding:18px 14px 22px;gap:12px}.home-card-logo-slot{width:min(100%,122px)}.home-card-title{min-height:2.5em;line-height:1.12;width:min(100%,12ch)}.home-card-title--lg{font-size:1.06rem!important}.home-card-title--md{font-size:.98rem!important}.home-card-title--sm{font-size:.9rem!important}.home-card-title--xs{font-size:.82rem!important}.home-card-badge{top:50%;left:50%;right:auto;transform:translate(-50%,-50%);min-height:34px;padding:.46rem .92rem .46rem 1.68rem;font-size:.66rem;max-width:calc(100% - 26px)}.home-card-badge:before{left:.76rem;width:.46rem;height:.46rem}.home-card-subtitle{font-size:.88rem!important}.course-search-wrap{width:min(360px,100%)}.course-card,.course-card--large{min-height:198px}.course-card-body{padding:20px 14px 18px;gap:14px}.course-card-title{width:min(100%,14ch);min-height:2.3em}.course-card-title--lg{font-size:1.08rem!important}.course-card-title--md{font-size:.98rem!important}.course-card-title--sm{font-size:.88rem!important}.course-card-btn{width:min(100%,164px);min-height:42px;padding:.68rem 1rem}.cards-grid-item .modern-card{min-height:188px!important;border-radius:20px}.cards-grid-item .modern-card .card-body{padding:18px 14px 16px}.cards-grid-item .modern-card .btn{min-width:0!important;width:100%;font-size:12px!important;padding:.55rem .8rem;white-space:nowrap;line-height:1.2}.cards-grid-item .modern-card .card-title,.cards-grid-item .modern-card h5,.cards-grid-item .modern-card h6,.cards-grid-item .modern-card span,.cards-grid-item .modern-card p{font-size:.95rem!important;line-height:1.25;word-break:break-word;overflow-wrap:anywhere}.cards-grid-item .modern-card .card-subtitle{font-size:.82rem!important;line-height:1.2}}@media(max-width:576px){.home-loading-shell{min-height:420px}.home-loading-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;min-height:260px}.home-loading-card{min-height:140px;border-radius:12px}.semesters-grid .cards-grid-item>.semester-card{max-width:none!important}.semester-card .card-body{padding:16px 12px 14px;gap:10px}.semester-year-chip{font-size:10px;padding:4px 9px}.semester-view-btn{width:min(100%,148px);min-height:38px;min-width:0;font-size:12px!important;padding:9px 14px}.semester-card-title{width:min(100%,12ch);min-height:2.3em}.semester-card-title--lg{font-size:.98rem!important}.semester-card-title--md{font-size:.88rem!important}.semester-card-title--sm{font-size:.8rem!important}.cards-grid-4-6{grid-template-columns:repeat(2,minmax(0,1fr))}.cards-grid{gap:12px}.cards-grid-item,.home-section .cards-grid-item{max-width:none}.home-card{min-height:274px;aspect-ratio:auto;border-radius:22px}.home-card-body{padding:14px 10px 18px;gap:10px}.home-card-logo-slot{width:100%;max-width:92px;border-radius:22px}.home-card-title{min-height:2.6em;line-height:1.14;width:min(100%,11ch)}.home-card-title--lg{font-size:.96rem!important}.home-card-title--md{font-size:.88rem!important}.home-card-title--sm{font-size:.8rem!important}.home-card-title--xs{font-size:.72rem!important}.home-card-subtitle{font-size:.76rem!important}.home-card.card-state-coming-soon .home-card-body{padding-top:14px}.home-card-badge{max-width:calc(100% - 22px);min-height:34px;padding:.48rem .82rem .48rem 1.7rem;font-size:.66rem}.course-search-wrap{width:100%;margin:16px 0 18px}.course-search-input{min-height:46px;border-radius:14px;font-size:.9rem}.course-card,.course-card--large{min-height:176px;border-radius:22px}.course-card-body{padding:16px 10px 14px;gap:10px}.course-card-title{width:min(100%,13ch);min-height:2.25em}.course-card-title--lg{font-size:.96rem!important}.course-card-title--md{font-size:.86rem!important}.course-card-title--sm{font-size:.78rem!important}.course-card-btn{width:min(100%,146px);min-height:36px;padding:.58rem .88rem;font-size:.82rem}.home-card-badge{top:50%;left:50%;right:auto;transform:translate(-50%,-50%);min-height:32px;padding:.42rem .84rem .42rem 1.55rem;font-size:.62rem;max-width:calc(100% - 18px)}.home-card-badge:before{left:.7rem;width:.42rem;height:.42rem;box-shadow:0 0 0 3px #f59e0b24}.cards-grid-item .modern-card{min-height:166px!important;border-radius:18px}.cards-grid-item .modern-card .card-body{padding:14px 10px 12px;gap:8px}.cards-grid-item .modern-card .btn{font-size:11px!important;padding:.48rem .72rem}.cards-grid-item .modern-card .card-title,.cards-grid-item .modern-card h5,.cards-grid-item .modern-card h6,.cards-grid-item .modern-card span,.cards-grid-item .modern-card p{font-size:.86rem!important;line-height:1.2}.cards-grid-item .modern-card .card-subtitle{font-size:.76rem!important}}@media(max-width:992px){.modern-card--large{min-height:220px}}@media(max-width:768px){.modern-card--large{min-height:200px}}@media(max-width:576px){.modern-card--large{min-height:180px}}@media(max-width:992px){.header-toggle-btn{display:inline-flex;align-items:center;justify-content:center}.user-navbar{position:relative}.header-links{display:none;position:absolute;top:100%;right:12px;flex-direction:column;align-items:flex-start;gap:10px;background:var(--header-menu-bg, rgba(15, 23, 42, .96));padding:12px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.12);min-width:180px;width:min(94vw,420px);z-index:1036;box-shadow:0 18px 38px #02081759}.header-links.open{display:flex}.header-search-form-mobile{width:100%;margin:0 0 8px;padding:12px;border:1px solid rgba(148,163,184,.26);background:linear-gradient(180deg,#ffffff29,#f8fafc1a);flex-direction:column;align-items:stretch;gap:9px;border-radius:14px;overflow:visible}.header-search-mobile-label{font-size:12px;letter-spacing:.6px;text-transform:uppercase;color:#ffffffe6;font-weight:700}.header-search-form-mobile .header-search-input{width:100%;background:#fff;border-radius:10px;min-height:36px;padding:0 10px;color:#0f172a}.header-search-form-mobile .header-search-type{width:100%;border-radius:10px;border:1px solid rgba(148,163,184,.3);background:#f8fafcf5}.header-search-form-mobile .header-search-btn,.header-search-form-mobile .header-search-clear-btn{flex:1 1 0;min-height:40px;font-size:14px}.header-menu-backdrop.open{display:block;position:fixed;inset:0;z-index:1034;border:0;padding:0;margin:0;background:#02081733;cursor:default}.header-link,.header-link.me-3{color:var(--header-menu-text, var(--header-link-color, #ffffff));margin-right:0!important;font-size:1.05rem;font-weight:600}}@media(max-width:1199px)and (min-width:768px){.cards-grid-4-6{grid-template-columns:repeat(4,minmax(0,1fr))}.modern-card--large{min-height:220px}.home-card{min-height:310px;aspect-ratio:auto}.modern-card .card-title{font-size:1.02rem}.modern-card .card-subtitle{font-size:.88rem}.cards-grid-item .card-logo,.cards-grid-item .card-logo-fallback{width:52px;height:52px}}@media(max-width:767px){.site-header{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 8px 16px #0f172a1a}.modern-card:before,.modern-card:after,.footer-panel:before{display:none}.modern-card,.home-card,.section-panel,.paper-row-card,.footer-panel{box-shadow:0 12px 24px #0f172a14}.cards-grid-item,.paper-row-card{content-visibility:auto}.cards-grid-item{contain-intrinsic-size:220px}.paper-row-card{contain-intrinsic-size:96px}.cards-grid-4-6{grid-template-columns:repeat(2,minmax(0,1fr))}.modern-card--large{min-height:170px}.home-card{min-height:252px;aspect-ratio:auto}.modern-card .card-title{font-size:.9rem}.modern-card .card-subtitle{font-size:.78rem}.cards-grid-item .card-logo,.cards-grid-item .card-logo-fallback{width:44px;height:44px}}.card-logo{width:min(100%,clamp(62px,72%,92px));height:min(100%,clamp(62px,72%,92px));max-width:100%;max-height:100%;object-fit:contain;object-position:center;margin:0 auto;display:block;aspect-ratio:1 / 1;filter:drop-shadow(0 10px 14px rgba(15,23,42,.08))}.card-logo-fallback{width:min(100%,clamp(62px,72%,92px));height:min(100%,clamp(62px,72%,92px));border-radius:clamp(16px,1.8vw,22px);background:linear-gradient(135deg,#0f172a14,#0f172a0a);display:grid;place-items:center;font-weight:700;font-size:clamp(1rem,1.1vw,1.2rem);color:#0f172a;margin:0 auto}.section-panel{background:linear-gradient(180deg,#fffffffa,#f7f9fbfa);border-radius:28px;padding:30px 30px 34px;box-shadow:0 28px 60px #0f172a1a,0 10px 22px #0f172a0d;border:1px solid rgba(214,223,235,.92);content-visibility:auto;contain-intrinsic-size:720px}@media(prefers-reduced-motion:no-preference){.modern-card{opacity:0;animation:cardReveal .45s ease forwards}.section-panel{animation:panelReveal .45s ease both}}@media(max-width:767px){.section-panel{content-visibility:visible;contain-intrinsic-size:auto;border-radius:22px;padding:20px 16px 22px}.home-section .modern-card,.home-section .cards-grid-item .modern-card{opacity:1!important;animation:none!important;transform:none!important}}.home-section .row>[class*=col-] .modern-card{animation-delay:.08s}.home-section .row>[class*=col-]:nth-child(2) .modern-card{animation-delay:.14s}.home-section .row>[class*=col-]:nth-child(3) .modern-card{animation-delay:.2s}.home-section .row>[class*=col-]:nth-child(4) .modern-card{animation-delay:.26s}.home-section .row>[class*=col-]:nth-child(n+5) .modern-card{animation-delay:.3s}.section-header{display:flex;flex-direction:column;gap:6px}.home-section-action{display:flex;justify-content:center;margin-top:16px}.home-loading-shell{display:flex;flex-direction:column;gap:16px;min-height:560px}.home-loading-title{width:min(420px,72%);height:34px;border-radius:12px}.home-loading-subtitle{width:min(560px,88%);height:20px;border-radius:10px}.home-loading-panel{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;padding:28px;border-radius:22px;background:#fff;border:1px solid rgba(148,163,184,.18);box-shadow:0 24px 60px #0f172a1f;min-height:360px}.home-loading-card{min-height:180px;border-radius:18px}.shimmer-block{background:#e2e8f0f2;animation:shimmerPulse 1.2s ease-in-out infinite alternate}@keyframes shimmerPulse{0%{opacity:.62}to{opacity:1}}.section-title{font-weight:700;color:#0f172a;margin:0;font-size:clamp(1.2rem,2vw,1.9rem)}.section-title-sm{font-weight:600;color:#0f172a;font-size:clamp(1rem,1.5vw,1.35rem)}.section-subtitle{color:#475569;margin:0;font-size:clamp(.85rem,1vw,1rem);line-height:1.35}.course-search-wrap{width:min(420px,100%);margin:20px 0 24px}.course-search-input{min-height:52px;border-radius:16px;border:1px solid rgba(191,203,218,.95);background:linear-gradient(180deg,#fffffffa,#f8fafcf5);box-shadow:inset 0 1px #ffffffeb,0 10px 18px #0f172a0d;padding:0 16px;font-size:.98rem}.course-search-input:focus{border-color:#0ea5e973;box-shadow:0 0 0 4px #0ea5e91f,0 10px 18px #0f172a0d}.course-card{min-height:214px;border-radius:26px}.course-card--large{min-height:214px}.course-card-body{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:18px;padding:24px 18px 22px}.course-card-content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1 auto;min-height:0}.course-card-title{width:min(100%,15ch);margin:0;min-height:2.35em;line-height:1.12;letter-spacing:-.03em;font-weight:800!important;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-wrap:balance}.course-card-title--lg{font-size:clamp(1.3rem,1.35vw,1.55rem)!important}.course-card-title--md{font-size:clamp(1.12rem,1.08vw,1.28rem)!important}.course-card-title--sm{font-size:clamp(.98rem,.94vw,1.1rem)!important}.course-card-btn{width:min(100%,180px);min-width:0;min-height:44px;border-radius:999px;padding:.72rem 1.05rem;font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 14px 24px #2563eb33}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}@media(max-width:576px){.user-navbar-brand{max-width:calc(100vw - 94px)}.container{padding-left:16px;padding-right:16px}.user-navbar-logo{height:min(var(--logo-height),clamp(24px,7.5vw,34px))}.user-brand-text{font-size:clamp(.95rem,6vw,1.9rem)}.banner-img{height:100%!important}.banner-frame{box-shadow:0 8px 18px #0f172a24}.banner-badge{max-width:min(64%,168px)}.banner-nav{width:28px;height:28px;font-size:18px}.page-content,.section-panel,.modern-card,.banner-img{animation:none!important}.card:hover,.semester-view-btn:hover,.user-brand-logo-wrap:hover{transform:none;box-shadow:inherit}.card h5{font-size:1rem}.footer-top-gap{height:12px}.site-alert-bar{padding-block:8px!important}.site-alert-marquee{padding-inline:10px}}.papers-search-panel{margin-top:20px;margin-bottom:18px}.papers-filters{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:14px;align-items:center;padding:14px;border-radius:24px;background:linear-gradient(180deg,#fffffff5,#f6f9fceb);border:1px solid rgba(189,206,224,.7);box-shadow:0 16px 34px #0f172a0f,inset 0 1px #ffffffb8}.papers-filter-item{min-width:0}.papers-filter-input.form-control{width:100%;min-height:56px;border-radius:18px;border:1px solid rgba(186,198,212,.9);background:#fffffff5;color:#10233f;font-size:1rem;font-weight:500;padding:0 18px;box-shadow:inset 0 1px 2px #0f172a0a}.papers-filter-input.form-control::placeholder{color:#6c7a90}.papers-filter-input.form-control:focus{border-color:#1084b9a6;box-shadow:0 0 0 4px #1c94d91f,inset 0 1px 2px #0f172a0a;outline:none}.papers-list-panel{display:flex;flex-direction:column;gap:14px}.paper-row-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:18px 20px;border-radius:22px;border:1px solid rgba(200,212,224,.72);background:linear-gradient(180deg,#fffffffa,#f7f9fcf0);box-shadow:0 18px 36px #0f172a12,inset 0 1px #ffffffc7;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.paper-row-card:hover{transform:translateY(-2px);border-color:#5c7c9e61;box-shadow:0 24px 42px #0f172a1a,inset 0 1px #ffffffd1}.paper-row-main{min-width:0;display:flex;flex-direction:column;gap:10px}.paper-row-title{min-width:0;color:#12233f;font-size:clamp(1rem,1.12vw,1.14rem);line-height:1.4;font-weight:700}.paper-row-title>*{display:block;min-width:0}.paper-row-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.paper-row-year,.paper-row-count{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;background:#dae8f4a6;color:#39506e;font-size:.84rem;font-weight:700;letter-spacing:.01em}.paper-open-btn.btn{min-width:156px;min-height:42px;padding:.68rem 1rem;border-radius:999px;border:none;background:linear-gradient(135deg,#1976d2,#265ce5);color:#fff;font-size:.9rem;font-weight:700;letter-spacing:.01em;box-shadow:0 10px 22px #265ce52e}.paper-open-btn.btn:hover,.paper-open-btn.btn:focus{transform:translateY(-1px);box-shadow:0 18px 30px #265ce547}.papers-empty-state{border-radius:22px;padding:28px 24px;text-align:center;color:#52627a;background:#ffffffb3;border:1px dashed rgba(175,190,207,.85)}.papers-load-more-wrap{display:flex;justify-content:center;padding-top:8px}.papers-load-more-btn.btn{min-width:220px;min-height:46px;border-radius:999px;border:1px solid rgba(23,91,196,.12);background:linear-gradient(135deg,#fff,#f1f7ff);color:#175bc4;font-size:.95rem;font-weight:800;box-shadow:0 12px 28px #175bc41a}.papers-load-more-btn.btn:hover,.papers-load-more-btn.btn:focus{background:linear-gradient(135deg,#f8fbff,#e7f1ff);color:#12499f}@media(max-width:991px){.papers-filters{grid-template-columns:minmax(0,1fr) 150px}.paper-row-card{gap:16px;padding:16px}.paper-open-btn.btn{min-width:144px;min-height:40px;font-size:.88rem}}@media(max-width:767px){.papers-filters{grid-template-columns:1fr;gap:12px;padding:12px;border-radius:20px}.papers-filter-year{width:100%}.papers-filter-input.form-control{min-height:50px;border-radius:16px;font-size:.96rem;padding:0 15px}.paper-row-card{grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px 12px;border-radius:18px;align-items:center}.paper-row-main{gap:8px}.paper-row-title{font-size:.92rem;line-height:1.35}.paper-row-meta{gap:6px}.paper-row-year,.paper-row-count{min-height:26px;padding:0 9px;font-size:.74rem}.paper-open-btn.btn{width:auto;min-width:112px;min-height:38px;font-size:.8rem;padding:.58rem .88rem;justify-self:end;align-self:center;margin-top:-6px;box-shadow:0 8px 18px #265ce529}.papers-empty-state{padding:22px 18px;border-radius:18px;font-size:.94rem}.papers-load-more-btn.btn{width:100%;min-width:0;min-height:44px;font-size:.92rem}}
