.page-module__OC-zwW__headerRow{background:var(--white);border:1px solid var(--gray-200);border-left:5px solid #8a0000;border-radius:1.25rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1.75rem;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:visible;box-shadow:0 10px 30px #00000005}.page-module__OC-zwW__headerRow:hover{border-color:#8a000033 #8a000033 #8a000033 #b30000;box-shadow:0 15px 35px #8a000008}.page-module__OC-zwW__headerRow:after{content:"";pointer-events:none;background:radial-gradient(circle,#8a00000a 0%,#0000 70%);border-radius:50%;width:150px;height:150px;position:absolute;top:-50px;right:-50px}.page-module__OC-zwW__headerText{z-index:2;flex:1;min-width:250px;position:relative}.page-module__OC-zwW__sectionTitle{color:var(--gray-900);letter-spacing:-.5px;margin:0 0 .25rem;font-size:1.6rem;font-weight:900}.page-module__OC-zwW__sectionSubtitle{color:var(--gray-500);margin:0;font-size:.9rem;font-weight:600}.page-module__OC-zwW__filterControls{z-index:10;flex-wrap:wrap;align-items:center;gap:1rem;display:flex;position:relative}.page-module__OC-zwW__filterSelect{border:1.5px solid var(--gray-200);background-color:var(--white);color:var(--gray-800);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a0000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 1.15rem center;background-repeat:no-repeat;background-size:12px;border-radius:.75rem;outline:none;min-width:150px;padding:.75rem 2.5rem .75rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .3s;box-shadow:0 4px 10px #00000005}.page-module__OC-zwW__filterSelect:focus{border-color:#8a0000;box-shadow:0 0 0 3px #8a000026}.page-module__OC-zwW__customDropdown{min-width:170px;position:relative}.page-module__OC-zwW__dropdownTrigger{border:1.5px solid var(--gray-200);background-color:var(--white);width:100%;color:var(--gray-800);cursor:pointer;text-align:left;white-space:nowrap;border-radius:2rem;outline:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000008}.page-module__OC-zwW__dropdownTrigger:hover{border-color:#8a00004d;box-shadow:0 6px 16px #0000000f}.page-module__OC-zwW__dropdownOpen{border-color:#8a0000;box-shadow:0 6px 20px #8a00001a}.page-module__OC-zwW__dropdownValue{color:var(--gray-800);flex:1;font-weight:700}.page-module__OC-zwW__dropdownArrow{color:#8a0000;flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1)}.page-module__OC-zwW__dropdownArrowRotated{transform:rotate(180deg)}.page-module__OC-zwW__dropdownMenu{background:var(--white);border:1px solid var(--gray-200);z-index:100;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-radius:.75rem;max-height:280px;margin:0;padding:.4rem 0;list-style:none;animation:.25s cubic-bezier(.16,1,.3,1) page-module__OC-zwW__dropdownFadeIn;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden auto;box-shadow:0 12px 40px #0000001f}.page-module__OC-zwW__dropdownMenu::-webkit-scrollbar{width:6px}.page-module__OC-zwW__dropdownMenu::-webkit-scrollbar-track{background:#f9fafb;border-radius:10px}.page-module__OC-zwW__dropdownMenu::-webkit-scrollbar-thumb{background:var(--gray-300,#d1d5db);border-radius:10px}.page-module__OC-zwW__dropdownMenu::-webkit-scrollbar-thumb:hover{background:var(--gray-400,#9ca3af)}@keyframes page-module__OC-zwW__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.page-module__OC-zwW__dropdownItem{color:var(--gray-700);cursor:pointer;border-bottom:1px solid var(--gray-100,#f3f4f6);padding:.8rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s}.page-module__OC-zwW__dropdownItem:last-child{border-bottom:none}.page-module__OC-zwW__dropdownItem:hover{color:#8a0000;background:#8a00000a}.page-module__OC-zwW__dropdownItemActive{color:#8a0000;background:#8a00000f;font-weight:700}.page-module__OC-zwW__searchWrapper{align-items:center;display:flex;position:relative}.page-module__OC-zwW__searchButton{border:1.5px solid var(--gray-200);background-color:var(--white);color:#8a0000;cursor:pointer;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex;box-shadow:0 4px 10px #00000005}.page-module__OC-zwW__searchButton:hover{background-color:#8a000008;border-color:#8a0000;transform:scale(1.05)}.page-module__OC-zwW__searchInput{background-color:var(--white);color:var(--gray-800);border:1.5px solid #8a0000;border-radius:.75rem;outline:none;width:180px;margin-right:.5rem;padding:.65rem 1rem;font-size:.85rem;font-weight:600;animation:.3s cubic-bezier(.16,1,.3,1) page-module__OC-zwW__expandIn;box-shadow:0 4px 12px #8a00000d}@keyframes page-module__OC-zwW__expandIn{0%{opacity:0;width:0}to{opacity:1;width:180px}}.page-module__OC-zwW__groupsWrap{flex-direction:column;gap:2rem;display:flex}.page-module__OC-zwW__semGroup{flex-direction:column;gap:1rem;display:flex}.page-module__OC-zwW__semHeader{align-items:center;gap:.85rem;display:flex}.page-module__OC-zwW__semTitle{color:var(--gray-900);letter-spacing:-.2px;padding-left:.85rem;font-size:1.05rem;font-weight:900;position:relative}.page-module__OC-zwW__semTitle:before{content:"";background:linear-gradient(#8a0000,#f59e0b);border-radius:2px;width:4px;height:1.1em;position:absolute;top:50%;left:0;transform:translateY(-50%)}.page-module__OC-zwW__semCount{color:#8a0000;white-space:nowrap;background:#8a00000d;border:1px solid #8a00001f;border-radius:2rem;padding:.2rem .65rem;font-size:.72rem;font-weight:700}.page-module__OC-zwW__semHeader:after{content:"";background:linear-gradient(90deg, var(--gray-200), transparent);flex:1;height:1px}.page-module__OC-zwW__rosterGrid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.35rem;display:grid}.page-module__OC-zwW__rosterCard{background:var(--white);border:1px solid var(--gray-200);cursor:pointer;border-radius:1.15rem;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #0f172a0a}.page-module__OC-zwW__rosterCard:hover{border-color:#8a00002e;transform:translateY(-6px);box-shadow:0 22px 44px #8a00001a}.page-module__OC-zwW__rosterPhoto{aspect-ratio:3/3.4;background:var(--gray-100);width:100%;position:relative;overflow:hidden}.page-module__OC-zwW__rosterPhoto:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#1118270f 100%);position:absolute;inset:0}.page-module__OC-zwW__rosterCard img{transition:transform .6s cubic-bezier(.16,1,.3,1)}.page-module__OC-zwW__rosterCard:hover .page-module__OC-zwW__rosterPhoto img{transform:scale(1.05)}.page-module__OC-zwW__rankBadge{z-index:3;-webkit-backdrop-filter:blur(6px);border-radius:.6rem;align-items:baseline;gap:1px;padding:.28rem .6rem;line-height:1;display:inline-flex;position:absolute;top:.7rem;left:.7rem;box-shadow:0 4px 12px #0000002e}.page-module__OC-zwW__rankBadgeNum{letter-spacing:-.3px;font-size:.9rem;font-weight:900}.page-module__OC-zwW__rankBadgeSuffix{text-transform:uppercase;letter-spacing:.3px;opacity:.9;font-size:.56rem;font-weight:800}.page-module__OC-zwW__rank1{color:#6b3a00;background:linear-gradient(135deg,#fde68a 0%,#f59e0b 60%,#d97706 100%);border:1px solid #fff9}.page-module__OC-zwW__rank2{color:#334155;background:linear-gradient(135deg,#f1f5f9 0%,#cbd5e1 60%,#94a3b8 100%);border:1px solid #fff9}.page-module__OC-zwW__rank3{color:#7c2d12;background:linear-gradient(135deg,#fed7aa 0%,#fb923c 60%,#c2410c 100%);border:1px solid #fff9}.page-module__OC-zwW__rankOther{color:#fff;background:linear-gradient(135deg,#b30000 0%,#8a0000 100%);border:1px solid #ffffff73}.page-module__OC-zwW__rosterInfo{flex-direction:column;flex:1;gap:.4rem;min-width:0;padding:.85rem .95rem 1rem;display:flex}.page-module__OC-zwW__studentName{font-family:var(--font-heading,"Outfit", sans-serif);color:var(--gray-900);letter-spacing:-.2px;white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:800;line-height:1.3;transition:color .3s;overflow:hidden}.page-module__OC-zwW__rosterCard:hover .page-module__OC-zwW__studentName{color:#8a0000}.page-module__OC-zwW__achievementRow{align-items:center;gap:.35rem;min-width:0;display:flex}.page-module__OC-zwW__achievementIcon{color:#d97706;flex-shrink:0}.page-module__OC-zwW__achievementText{color:var(--gray-500);text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;font-weight:700;overflow:hidden}.page-module__OC-zwW__rosterCardTop:before{content:"";z-index:4;background:linear-gradient(90deg,#f59e0b,#d97706);height:3px;position:absolute;top:0;left:0;right:0}.page-module__OC-zwW__noResults{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:1.25rem;padding:4rem 2rem;box-shadow:0 10px 25px #00000005}.page-module__OC-zwW__noResultsTitle{color:var(--gray-800);margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.page-module__OC-zwW__noResultsText{color:var(--gray-500);font-size:.95rem}@media (max-width:768px){.page-module__OC-zwW__headerRow{flex-direction:column;box-shadow:none!important;border-left-width:4px!important;border-radius:14px!important;align-items:flex-start!important;gap:.9rem!important;margin-bottom:1.5rem!important;padding:1.2rem!important}.page-module__OC-zwW__sectionTitle{margin-bottom:.2rem!important;font-size:1.25rem!important}.page-module__OC-zwW__sectionSubtitle{font-size:.78rem!important;line-height:1.45!important}.page-module__OC-zwW__filterControls{flex-flow:wrap!important;align-items:center!important;gap:.5rem!important;width:100%!important;display:flex!important}.page-module__OC-zwW__searchWrapper{align-items:center;width:auto!important;display:flex!important}.page-module__OC-zwW__searchButton{width:32px!important;height:32px!important}.page-module__OC-zwW__searchInput{display:none!important}.page-module__OC-zwW__dropdownsGroup{align-items:center;flex-wrap:wrap!important;flex:100%!important;gap:.5rem!important;width:100%!important;display:flex!important}.page-module__OC-zwW__filterSelect{background-position:right .75rem center!important;border-radius:8px!important;flex:1!important;min-width:0!important;padding:.58rem 1.8rem .58rem .75rem!important;font-size:.78rem!important}.page-module__OC-zwW__filterControls.page-module__OC-zwW__searchActive{flex-direction:column!important;align-items:stretch!important;gap:.75rem!important}.page-module__OC-zwW__filterControls.page-module__OC-zwW__searchActive .page-module__OC-zwW__searchWrapper{justify-content:space-between!important;width:100%!important}.page-module__OC-zwW__filterControls.page-module__OC-zwW__searchActive .page-module__OC-zwW__searchInput{border-radius:8px!important;flex:1!important;width:auto!important;margin-right:.5rem!important;padding:.45rem .75rem!important;font-size:.78rem!important;display:block!important}.page-module__OC-zwW__filterControls.page-module__OC-zwW__searchActive .page-module__OC-zwW__dropdownsGroup{flex:none!important;width:100%!important}.page-module__OC-zwW__filterControls.page-module__OC-zwW__searchActive .page-module__OC-zwW__filterSelect{width:50%!important}.page-module__OC-zwW__customDropdown{flex:1!important;min-width:0!important}.page-module__OC-zwW__dropdownTrigger{border-radius:1.5rem!important;padding:.58rem 1.8rem .58rem .75rem!important;font-size:.78rem!important}.page-module__OC-zwW__dropdownMenu{min-width:180px}.page-module__OC-zwW__filterControls.page-module__OC-zwW__searchActive .page-module__OC-zwW__customDropdown{flex:none!important;width:50%!important}.page-module__OC-zwW__contentSection{padding:1.5rem 0!important}.page-module__OC-zwW__groupsWrap{gap:1.5rem}.page-module__OC-zwW__semTitle{font-size:.92rem}.page-module__OC-zwW__semCount{padding:.18rem .55rem;font-size:.66rem}.page-module__OC-zwW__rosterGrid{grid-template-columns:1fr 1fr;gap:.85rem}.page-module__OC-zwW__rosterCard{border-radius:.9rem}.page-module__OC-zwW__rosterCard:hover{transform:none;box-shadow:0 4px 14px #0f172a0d}.page-module__OC-zwW__rosterInfo{gap:.3rem;padding:.7rem .75rem .85rem}.page-module__OC-zwW__studentName{font-size:.82rem}.page-module__OC-zwW__achievementText{font-size:.62rem}.page-module__OC-zwW__rankBadge{padding:.24rem .5rem;top:.55rem;left:.55rem}.page-module__OC-zwW__rankBadgeNum{font-size:.82rem}@media (max-width:380px){.page-module__OC-zwW__rosterGrid{grid-template-columns:1fr!important}.page-module__OC-zwW__rosterPhoto{aspect-ratio:3/2.6}}.page-module__OC-zwW__mobilePopupRank{z-index:10;color:#fff;background:linear-gradient(135deg,#fbbf24,#d97706);border-radius:2rem;padding:.25rem .7rem;font-size:.8rem;font-weight:900;position:absolute;top:14px;left:14px;box-shadow:0 4px 12px #d9770666}.page-module__OC-zwW__mobilePopupBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#00000073;animation:.2s page-module__OC-zwW__fadeInBackdrop;position:fixed;inset:0;display:block!important}.page-module__OC-zwW__mobilePopup{z-index:201;background:#fff;border-radius:20px;flex-direction:column;width:min(320px,88vw);max-height:75vh;animation:.25s cubic-bezier(.16,1,.3,1) page-module__OC-zwW__popIn;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 25px 60px #00000040;display:flex!important}@media (max-width:500px){.page-module__OC-zwW__mobilePopup{border-radius:18px!important;width:min(290px,86vw)!important}.page-module__OC-zwW__mobilePopupImg{height:210px!important}.page-module__OC-zwW__mobilePopupInfo{padding:1rem 1.2rem 1.2rem!important}.page-module__OC-zwW__mobilePopupName{font-size:1rem!important}.page-module__OC-zwW__mobilePopupScore{font-size:.9rem!important}}@media (max-width:430px){.page-module__OC-zwW__mobilePopup{border-radius:16px!important;width:min(270px,86vw)!important}.page-module__OC-zwW__mobilePopupImg{height:190px!important}.page-module__OC-zwW__mobilePopupInfo{padding:.9rem 1.1rem 1.1rem!important}.page-module__OC-zwW__mobilePopupName{font-size:.95rem!important}.page-module__OC-zwW__mobilePopupMeta{font-size:.76rem!important}.page-module__OC-zwW__mobilePopupScore{padding:.28rem .7rem!important;font-size:.88rem!important}}.page-module__OC-zwW__mobilePopupImg{flex-shrink:0;width:100%;height:260px;position:relative;overflow:hidden}.page-module__OC-zwW__mobilePopupInfo{flex-direction:column;gap:.35rem;padding:1.2rem 1.5rem 1.5rem;display:flex}.page-module__OC-zwW__mobilePopupName{color:var(--gray-900,#111827);margin:0;font-size:1.1rem;font-weight:800}.page-module__OC-zwW__mobilePopupMeta{color:var(--gray-500,#6b7280);margin:0;font-size:.82rem;font-weight:600}.page-module__OC-zwW__mobilePopupScore{color:#8a0000;background:#8a000012;border:1.5px solid #8a00001f;border-radius:8px;width:fit-content;margin-top:.4rem;padding:.35rem .9rem;font-size:1rem;font-weight:900;display:inline-block}.page-module__OC-zwW__mobilePopupClose{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:14px;right:14px}@keyframes page-module__OC-zwW__popIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.85)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes page-module__OC-zwW__fadeInBackdrop{0%{opacity:0}to{opacity:1}}}.page-module__OC-zwW__contentSection{padding:2.5rem 0}.page-module__OC-zwW__dropdownsGroup{align-items:center;gap:1rem;display:flex}.page-module__OC-zwW__mobilePopupBackdrop,.page-module__OC-zwW__mobilePopup,.page-module__OC-zwW__mobilePopupRank{display:none}
