@keyframes homeMobileCardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes homeReviewsMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.home-mobile-cards{position:relative;isolation:isolate;overflow:hidden;border-radius:16px;padding:10px 8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.home-mobile-cards:before{content:"";position:absolute;inset:0;z-index:0;background-image:linear-gradient(145deg,rgba(248,250,252,.92),rgba(239,246,255,.88));opacity:.95}.home-mobile-cards>.home-mobile-card{position:relative;z-index:1}.home-mobile-card{width:100%;border-radius:13px;background:#f8fafc;border:1px solid #b6c3d8;min-height:118px;box-shadow:0 1px 2px rgba(15,23,42,.05);animation:homeMobileCardIn .46s ease both;transition:border-color .22s ease,background-color .22s ease,transform .22s ease}.home-mobile-card--sky{background:#f2f8ff;border-color:#9fc5ef}.home-mobile-card--brand{background:#f3f4ff;border-color:#a7b6f5}.home-mobile-card--emerald{background:#eefcf5;border-color:#9fdcbf}.home-mobile-card--teal{background:#edfdfb;border-color:#98ddd4}.home-mobile-card--cyan{background:#eefaff;border-color:#9cd4ea}.home-mobile-card--amber{background:#fff9ec;border-color:#efc77c}.home-mobile-card--orange{background:#fff4ed;border-color:#f0b184}.home-mobile-card--rose{background:#fff1f7;border-color:#e9a4bf}.home-mobile-card--violet{background:#f6f2ff;border-color:#c3b1ed}.home-mobile-card--yellow{background:#fffdf0;border-color:#e7d286}.home-mobile-card--combined{grid-column:span 2/span 2;background:linear-gradient(135deg,#eef2ff,#ffffff);border:2px solid var(--color-brand-600,#4f46e5);min-height:auto}.home-mobile-card--combined .home-mobile-icon-wrap{background:var(--color-brand-600,#4f46e5);color:white}.home-mobile-card--combined .home-mobile-card-title{font-size:16px;font-weight:800;color:#1e1b4b}.home-mobile-card--combined .home-mobile-card-copy{font-size:12px;line-height:1.35;color:#334155}.home-mobile-card--community{grid-column:1/-1;min-height:58px;background:#f8fafc}.home-mobile-card:first-child{animation-delay:.03s}.home-mobile-card:nth-child(2){animation-delay:.06s}.home-mobile-card:nth-child(3){animation-delay:.09s}.home-mobile-card:nth-child(4){animation-delay:.12s}.home-mobile-card:nth-child(5){animation-delay:.15s}.home-mobile-card:nth-child(6){animation-delay:.18s}.home-mobile-card:nth-child(7){animation-delay:.21s}.home-mobile-card:nth-child(8){animation-delay:.24s}.home-mobile-card:nth-child(9){animation-delay:.27s}.home-mobile-card:nth-child(10){animation-delay:.3s}.home-mobile-card:nth-child(11){animation-delay:.34s}.home-mobile-card:hover{border-color:#7b8da8;transform:translateY(-1px)}.home-mobile-card:active{transform:scale(.99)}.home-mobile-icon-wrap{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}.home-mobile-card-title{font-size:13px;line-height:1.2}.home-mobile-card-copy{font-size:11px;line-height:1.3}.home-mobile-arrow{transition:transform .2s ease}.home-mobile-card:hover .home-mobile-arrow{transform:translateX(2px)}.home-reviews-marquee-track{width:-moz-max-content;width:max-content;animation:homeReviewsMarquee 44s linear infinite}.home-reviews-marquee-track:hover{animation-play-state:paused}.home-reviews-marquee-track-mobile{width:-moz-max-content;width:max-content;animation:homeReviewsMarquee 30s linear infinite}.home-scroll-row{-ms-overflow-style:none;scrollbar-width:none}.home-scroll-row::-webkit-scrollbar{display:none}.home-scroll-card-slot{display:flex;flex-direction:column}.home-scroll-card-slot>a{display:flex;flex:1;flex-direction:column}.home-login-quick-card:active,.home-login-rec-card:active{transform:scale(.99)}.home-login-semester-track{-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.home-login-semester-track::-webkit-scrollbar{display:none}.home-login-semester-slide{scroll-snap-align:start;scroll-snap-stop:always}