@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";
::selection{color:#fff;background:#17589e84}:root{--font-title:"Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-body:"Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--bg-dark:#05070f;--bg-gradient:radial-gradient(circle at 50% 35%, #0e162f 0%, #04060b 100%);--bg-card:#0d142673;--bg-card-hover:#16213e99;--bg-modal:#070a16d9;--border-light:#ffffff14;--border-hover:#ffffff40;--border-active:#fff9;--text-white:#fff;--text-gray:#94a3b8;--text-muted:#64748b;--text-dark:#0f172a;--search-bg:#e2e4e8;--search-placeholder:#64748b;--search-btn:#111d7c;--search-btn-hover:#1e2fa7;--color-star:#eab308;--color-success:#10b981;--color-warning:#f59e0b;--color-danger:#ef4444}*,:before,:after{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;margin:0;padding:0}button,a,img,svg,label{-webkit-user-select:none;user-select:none}img{-webkit-user-drag:none}body{font-family:var(--font-body);background:var(--bg-dark);background-image:var(--bg-gradient);color:var(--text-white);background-attachment:fixed;min-height:100vh;overflow-x:hidden}.site-layout-main{flex-direction:column;min-height:100vh;display:flex}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#04060b80}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.app-container{z-index:10;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.5rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.app-page-shell{flex-direction:column;min-height:100vh;display:flex}.app-page-shell .app-container{flex:1;min-height:calc(100vh - 3.2rem)}.app-container.centered-state{justify-content:center}.app-container.results-state{justify-content:flex-start;padding-top:4.5rem}.content-wrapper{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:680px;transition:transform .6s cubic-bezier(.16,1,.3,1);display:flex}.results-state .content-wrapper{transform:translateY(0)}.db-title{font-family:var(--font-title);color:var(--text-white);letter-spacing:-.015em;-webkit-user-select:none;user-select:none;cursor:pointer;margin-bottom:2rem;font-size:2.5rem;font-weight:700;transition:opacity .2s;position:relative}@keyframes shimmer{0%{background-position:300% 0}to{background-position:0 0}}.iced-plus-btn{color:#fff;font-family:var(--font-main);letter-spacing:.02em;cursor:pointer;box-shadow:none;background:linear-gradient(120deg,#166c5feb,#206867eb,#67c5bae6) 0 0/200% 200%;border:1px solid #ffffff2e;border-radius:9999px;align-items:center;padding:10px 16px;font-size:.82rem;font-weight:700;animation:6s ease-in-out infinite icedPlusFlow;display:inline-flex;position:relative;overflow:hidden}.iced-plus-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff61,#0000);width:40%;animation:5s ease-in-out infinite icedPlusShine;position:absolute;inset:-40% auto -40% -35%;transform:skew(-18deg)}.iced-plus-btn:hover{box-shadow:none;transform:translateY(-1px)}.iced-header-divider{background:#ffffff2e;flex-shrink:0;width:1px;height:30px}.iced-plus-btn>span:last-child{z-index:1;position:relative}.site-header{z-index:70;pointer-events:none;will-change:opacity, transform;grid-template-columns:minmax(110px,1fr) auto minmax(360px,1fr);align-items:center;transition:opacity .22s,transform .22s;display:grid;position:absolute;top:1.25rem;left:1.5rem;right:1.5rem}.site-header>*{pointer-events:auto}.site-header-hidden{opacity:0;pointer-events:none;transform:translateY(-10px)}.landing-site-header{grid-template-columns:1fr auto}.app-site-header{padding:.1rem 0}.site-logo-btn{color:#ffffffe6;cursor:pointer;font-family:var(--font-title);letter-spacing:.04em;background:0 0;border:0;justify-self:start;padding:0;font-size:1.65rem;font-weight:900;transition:color .2s,opacity .2s}.site-logo-btn:hover{color:#fff;opacity:.86}.site-header-brand{justify-self:start;align-items:center;gap:.7rem;min-width:0;display:flex}.site-header-page-label{color:#ffffffe0;font-family:var(--font-title);letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;font-size:1.05rem;font-weight:600;overflow:hidden}.site-header-beta{letter-spacing:.1em;padding:.18rem .5rem;font-size:.62rem}.site-logo-link,.site-nav-anchor{text-decoration:none}.site-main-nav{-webkit-backdrop-filter:none;backdrop-filter:none;transform-origin:top;background:0 0;border:0;border-radius:999px;grid-column:2;justify-self:center;align-items:center;gap:.55rem;padding:0;transition:opacity .24s,transform .24s;display:flex}.site-main-nav-hidden{opacity:0;pointer-events:none;transform:translateY(-18px)}.site-nav-more{margin-bottom:-.5rem;padding-bottom:.5rem;position:relative}.site-nav-more-panel{background:#070a16f0;border:1px solid #ffffff1a;border-radius:18px;grid-template-columns:repeat(2,minmax(180px,1fr));gap:.55rem;width:max-content;max-width:calc(100vw - 2rem);padding:.9rem;display:grid;position:absolute;top:calc(100% + .15rem);left:50%;transform:translate(calc(-50% - 5.5rem));box-shadow:0 22px 42px #00000057}.site-nav-more-item{text-align:left;width:100%;color:var(--text-white);cursor:pointer;background:#ffffff09;border:1px solid #ffffff14;border-radius:14px;padding:.85rem .95rem;text-decoration:none;transition:background .2s,border-color .2s,transform .2s}.site-nav-more-item:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-1px)}.site-nav-more-item.is-muted{color:#e2e8f0b8;background:#94a3b80b;border-color:#94a3b81f}.site-nav-more-item.is-muted:hover{background:#94a3b80f;border-color:#94a3b829}.site-nav-more-label{font-family:var(--font-title);align-items:center;gap:.5rem;font-size:.96rem;font-weight:800;text-decoration:none;display:flex}.site-nav-more-copy{color:#94a3b8d6;font-size:.78rem;line-height:1.45;text-decoration:none}.site-nav-link{color:#cbd5e1b8;cursor:pointer;font-family:var(--font-body);background:0 0;border:0;border-radius:999px;padding:.5rem .72rem;font-size:.84rem;font-weight:700;transition:background .2s,color .2s}.site-nav-link:hover{color:#fff;background:#ffffff09}.site-nav-link.active{color:#fff;background:#34d39917}.site-header-actions{justify-self:end;align-items:center;gap:10px;display:flex}.site-header-menu-btn{border:1px solid var(--border-light);width:40px;height:40px;color:var(--text-white);cursor:pointer;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;display:none}.site-mobile-menu{z-index:92;background:#090d1bfa;border:0;border-right:1px solid #ffffff1a;border-radius:0;align-content:start;gap:.65rem;width:min(300px,84vw);height:100dvh;padding:1.15rem;animation:.28s cubic-bezier(.22,1,.36,1) forwards siteMenuSlideIn;display:grid;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:0 24px 48px #0006}.site-mobile-backdrop{z-index:91;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;animation:.22s forwards siteFadeIn;position:fixed;inset:0}@keyframes siteMenuSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes siteFadeIn{0%{opacity:0}to{opacity:1}}.site-mobile-menu-row{gap:.55rem;display:grid}.site-mobile-menu-link,.site-mobile-menu-action{width:100%;min-height:42px;color:var(--text-white);cursor:pointer;font-family:var(--font-body);background:#ffffff09;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:.65rem;padding:0 .85rem;font-size:.88rem;font-weight:700;text-decoration:none;display:flex}.site-mobile-menu-link.active{color:#a7f3d0;background:#10b98124;border-color:#10b98159}.site-mobile-menu-divider{background:#ffffff14;height:1px;margin:.15rem 0}.site-header-pill{color:#e2e8f0d1;cursor:pointer;min-height:34px;font-family:var(--font-body);white-space:nowrap;background:#ffffff0b;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:7px;padding:0 .78rem;font-size:.78rem;font-weight:750;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.site-header-pill:hover{color:#fff;background:#ffffff13;border-color:#ffffff2e}.site-mod-pill,.site-admin-pill{opacity:.7}.site-icon-btn,.site-avatar-btn{border:1px solid var(--border-light);width:40px;height:40px;color:var(--text-white);cursor:pointer;background:#ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.site-avatar-btn{background:#ffffff1a;padding:0}@keyframes greetingFade{0%{opacity:0;transform:translate(20px,-50%)}8%{opacity:1;transform:translateY(-50%)}65%{opacity:1;transform:translateY(-50%)}to{opacity:0;transform:translateY(-50%)}}@keyframes icedPlusFlow{0%{background-position:0%;transform:translateY(0)}50%{background-position:100%;transform:translateY(-1px)}to{background-position:0%;transform:translateY(0)}}@keyframes icedPlusShine{0%{opacity:0;left:-45%}20%{opacity:1}50%{opacity:.8;left:115%}to{opacity:0;left:115%}}@media (max-width:640px){.db-title{margin-bottom:1.5rem;font-size:2rem}.faculties-search{padding:0 1.15rem}.faculties-grid{grid-template-columns:1fr}.faculty-card{padding:1.3rem 1.1rem 1.15rem}.faculty-card-top{align-items:flex-start}.faculty-avatar{width:58px;height:58px}.faculty-rating-row{flex-direction:column;align-items:flex-start}}.search-container:focus-within{background:#fff}.site-avatar-anchor{display:inline-flex;position:relative}.site-header-action-enter{opacity:0;pointer-events:none;transition:opacity .4s,transform .4s;transform:translateY(-6px)}.site-header-action-enter.is-in{opacity:1;pointer-events:auto;transform:translateY(0)}.greeting-bubble{white-space:nowrap;background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-white);font-family:var(--font-body);z-index:90;pointer-events:none;border:1px solid #ffffff24;border-radius:9999px;align-items:center;gap:8px;padding:11px 18px;font-size:.88rem;font-weight:600;animation:4s forwards greetingFade;display:inline-flex;position:absolute;top:50%;right:calc(100% + 14px);transform:translateY(-50%);box-shadow:0 12px 30px #0006}.greeting-bubble svg{color:var(--color-star);flex-shrink:0}.site-avatar-btn img,.site-avatar-btn span{object-fit:cover;color:#fff;width:100%;height:100%;font-size:.88rem;font-family:var(--font-title);justify-content:center;align-items:center;font-weight:700;display:flex}.site-avatar-btn.is-loading{color:var(--text-muted);animation:1.6s ease-in-out infinite pulse}.site-notification-dot{background:#f87171;border-radius:50%;width:8px;height:8px;position:absolute;top:7px;right:7px;box-shadow:0 0 0 2px #05070ff2}.site-signin-btn{color:#34d399;background:#10b9811a;border-color:#10b98133;border-radius:9999px;height:40px;padding:0 16px;font-size:.88rem;font-weight:600}@media (max-width:640px){.db-title{margin-bottom:1.5rem;font-size:2rem}.faculties-search{padding:0 1.15rem}.faculties-grid{grid-template-columns:1fr}.faculty-card{padding:1.3rem 1.1rem 1.15rem}.faculty-card-top{align-items:flex-start}.faculty-avatar{width:58px;height:58px}.faculty-rating-row{flex-direction:column;align-items:flex-start}}.search-container{background:var(--search-bg);border:2px solid #0000;border-radius:9999px;align-items:center;width:100%;padding:4px 10px 4px 18px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 25px -5px #0000004d,0 8px 10px -6px #0000004d,inset 0 1px #fff3}.search-container:focus-within{background:#fff;transform:scale(1.01);box-shadow:0 0 0 3px #10b9814d,0 12px 30px -5px #0006}.search-input{min-width:0;font-size:1.125rem;font-family:var(--font-body);color:var(--text-dark);background:0 0;border:none;outline:none;flex:1;padding:14px 0 14px 1.1rem;font-weight:400}.search-input::placeholder{color:var(--search-placeholder);opacity:.85}.search-btn{background:var(--search-btn);color:var(--text-white);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0000001a}.search-btn:hover{background:var(--search-btn-hover);transform:scale(1.05)}.search-btn:active{transform:scale(.95)}.search-btn svg{stroke-width:2.5px;width:20px;height:20px}.search-leading-icon{color:var(--search-placeholder);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.filter-group{flex-wrap:wrap;justify-content:center;gap:12px;width:100%;margin-top:1.75rem;display:flex}.filter-btn{color:var(--text-white);border:1px solid var(--border-light);font-size:.95rem;font-family:var(--font-body);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border-radius:9999px;align-items:center;gap:6px;padding:10px 22px;font-weight:500;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.filter-btn:hover{border-color:var(--border-hover);background:#ffffff0d;transform:translateY(-1px)}.filter-btn:active{transform:translateY(1px)}.filter-btn.active{border-color:var(--border-active);background:#ffffff26;box-shadow:0 0 12px #ffffff0d}.filter-btn.active .star-icon{fill:var(--color-star);stroke:var(--color-star)}.star-icon{width:16px;height:16px;transition:transform .3s}.filter-btn:hover .star-icon{transform:rotate(15deg)scale(1.1)}.last-updated{color:var(--text-muted);-webkit-user-select:none;user-select:none;margin-top:.5rem;font-size:.9rem;font-weight:400;transition:color .3s}.results-wrapper{flex-direction:column;gap:1.5rem;width:100%;max-width:800px;margin-top:2.5rem;display:flex}.results-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:0 .5rem .75rem;display:flex}.results-count{color:var(--text-gray);font-size:.95rem}.clear-search-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:.875rem;transition:color .2s}.clear-search-btn:hover{color:var(--text-white);text-decoration:underline}.students-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.students-grid{grid-template-columns:repeat(2,1fr)}}.faculties-directory{width:100%;margin-top:2rem}.faculties-search-shell{justify-content:center;margin-bottom:2.35rem;display:flex}.faculties-search{background:#ffffffd1;border-radius:999px;align-items:center;gap:.45rem;width:min(850px,100%);padding:0 1.65rem;display:flex;box-shadow:0 18px 38px #00000038}.faculties-search .search-leading-icon{color:#64748beb}.faculties-search-input{color:#64748b;font-size:1rem;font-family:var(--font-body);background:0 0;border:0;outline:none;flex:1}.faculties-search-input::placeholder{color:#64748be0}.faculty-card{background:#121a34c7;border:1px solid #ffffff14;border-radius:22px;flex-direction:column;gap:1.1rem;padding:1.75rem 1.7rem 1.5rem;display:flex;box-shadow:inset 0 1px #ffffff0a}.faculty-avatar{letter-spacing:.02em;border:2px solid #ffffff29;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.05rem;font-weight:800;display:inline-flex}.faculty-meta{flex:1;min-width:0}.faculty-meta h3{color:var(--text-white);font-size:.98rem;font-family:var(--font-title);margin:0;line-height:1.25}.faculty-meta p{color:#7187b4;margin:.45rem 0 0;font-size:.86rem;line-height:1.35}.faculty-chip{color:#9cb0d8;background:#ffffff09;border:1px solid #ffffff14;border-radius:999px;align-items:center;min-height:30px;padding:0 .9rem;font-size:.8rem;line-height:1;display:inline-flex}.faculty-rating-row{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:.9rem;margin-top:auto;padding-top:.95rem;display:flex}.faculty-stars{color:#fbbf24;align-items:center;gap:.32rem;display:inline-flex}.faculty-stars span{color:#fbbf24;margin-left:.4rem;font-size:.95rem;font-weight:800}.faculty-ratings-count{color:#7187b4;white-space:nowrap;font-size:.82rem}.student-card{background:var(--bg-card);border:1px solid var(--border-light);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;align-items:center;gap:1rem;padding:1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.student-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);height:1px;transition:transform .5s;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}.student-card:hover:before{transform:translate(100%)}.student-card:hover{background:var(--bg-card-hover);border-color:#ffffff2e;transform:translateY(-2px);box-shadow:0 10px 20px -5px #0000004d,0 0 15px #10b98114}.student-card:active{transform:translateY(0)}.student-avatar{color:#fff;width:48px;height:48px;font-size:1.1rem;font-weight:700;font-family:var(--font-title);border:2px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 10px #0003}.student-info{text-align:left;flex:1;min-width:0}.student-name-row{align-items:center;gap:6px;margin-bottom:2px;display:flex}.student-name{color:var(--text-white);white-space:nowrap;text-overflow:ellipsis;font-size:1.05rem;font-weight:600;overflow:hidden}.student-roll{color:var(--text-gray);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.825rem}.student-meta{gap:8px;margin-top:6px;display:flex}.tag-badge{color:var(--text-gray);border:1px solid var(--border-light);background:#ffffff0f;border-radius:9999px;justify-content:center;align-items:center;min-height:22px;padding:4px 10px;font-size:.725rem;font-weight:500;line-height:1;display:inline-flex}.card-actions{align-items:center;gap:8px;display:flex}.star-toggle-btn{color:var(--text-muted);cursor:pointer;z-index:5;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.star-toggle-btn:hover{color:var(--color-star);background:#ffffff0d}.star-toggle-btn.is-starred{color:var(--color-star)}.star-toggle-btn.is-starred svg{fill:var(--color-star)}.empty-state{text-align:center;background:var(--bg-card);border:1px dashed #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;width:100%;padding:3rem 1.5rem;display:flex}.empty-state-icon{width:48px;height:48px;color:var(--text-muted);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.empty-state-title{text-align:center;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.empty-state-desc{color:var(--text-muted);text-align:center;font-size:.9rem}.directory-content{flex:1}.faculties-directory{width:100%;max-width:800px;margin:0 auto}.faculties-search{background:var(--search-bg);border:2px solid #0000;border-radius:9999px;align-items:center;width:100%;padding:4px 10px 4px 18px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 25px -5px #0000004d,0 8px 10px -6px #0000004d,inset 0 1px #fff3}.faculties-search:focus-within{background:#fff;box-shadow:0 0 0 3px #10b9814d,0 12px 30px -5px #0006}.faculties-search-input{font-size:1.125rem;font-family:var(--font-body);color:var(--text-dark);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:14px 0 14px 1.1rem;font-weight:400}.faculties-search-input::placeholder{color:var(--search-placeholder);opacity:.85}.faculties-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem;width:min(980px,100%);margin:0 auto;display:grid}.faculty-card{text-align:left;background:#121a34e6;border:1px solid #ffffff14;border-radius:20px;padding:1.35rem 1.45rem;transition:border-color .2s}.faculty-card-top{align-items:center;gap:.85rem;display:flex}.faculty-avatar{width:56px;height:56px;font-size:.95rem;font-weight:700;font-family:var(--font-title);background:#ffffff0a;border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.faculty-meta{min-width:0}.faculty-meta h3{color:var(--text-white);margin:0;font-size:1.18rem;font-weight:600}.faculty-chip-row{flex-wrap:wrap;gap:6px;display:flex}.faculty-chip{color:#9cb0d8;border:1px solid var(--border-light);background:#ffffff0f;border-radius:9999px;padding:6px 12px;font-size:.78rem;font-weight:500}.faculty-actions-row{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.faculty-rate-btn{color:#bfdbfe;cursor:pointer;background:#3b82f61f;border:1px solid #60a5fa4d;border-radius:999px;padding:.4rem .9rem;font-size:.78rem;font-weight:700}.faculty-rate-btn[disabled]{opacity:.55;cursor:default}.faculty-rating-row{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;margin-top:0;padding-top:.9rem;display:flex}.faculty-stars{color:var(--color-star);align-items:center;gap:2px;font-size:.85rem;display:flex}.faculty-stars span{color:var(--text-white);margin-left:4px;font-weight:600}.faculty-ratings-count{color:var(--text-muted);font-size:.75rem}.modal-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;opacity:0;pointer-events:none;background:#04060cb3;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .3s;display:flex;position:fixed;inset:0}.modal-overlay.open{opacity:1;pointer-events:auto}.modal-content{background:var(--bg-modal);border:1px solid #ffffff1f;border-radius:24px;width:100%;max-width:520px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;transform:translateY(30px)scale(.95);box-shadow:0 25px 50px -12px #00000080,0 0 40px #10b9811a}.modal-overlay.open .modal-content{transform:translateY(0)scale(1)}.modal-close-btn{border:1px solid var(--border-light);color:var(--text-white);cursor:pointer;z-index:10;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.modal-close-btn:hover{background:#ffffff26;border-color:#ffffff4d}.modal-header-bg{background:linear-gradient(135deg,#059669 0%,#064e3b 100%);height:100px;position:relative}.modal-body{flex-direction:column;align-items:center;padding:0 2.2rem 2.2rem;display:flex;position:relative}.modal-avatar-wrapper{margin-top:-50px;margin-bottom:1.25rem;position:relative}.modal-avatar{width:100px;height:100px;font-size:2.2rem;font-family:var(--font-title);color:#fff;border:4px solid var(--bg-modal);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;box-shadow:0 8px 16px #0000004d}.modal-star-btn{background:var(--bg-modal);border:1px solid var(--border-light);color:var(--text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 4px 6px #00000026}.modal-star-btn:hover{color:var(--color-star);transform:scale(1.1)}.modal-star-btn.is-starred{color:var(--color-star);border-color:#eab3084d}.modal-star-btn.is-starred svg{fill:var(--color-star)}.modal-student-name{font-family:var(--font-title);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.modal-student-roll{color:var(--text-gray);margin-bottom:1.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.95rem}.modal-student-dept{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.1rem;font-size:.85rem;font-weight:600}.modal-prev-section{border:1px solid var(--border-light);background:#ffffff08;border-radius:12px;justify-content:space-between;align-items:center;width:100%;margin-bottom:1.25rem;padding:.85rem 1.25rem;display:flex}.prev-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.775rem;font-weight:600}.prev-value{color:var(--text-white);font-size:1rem;font-weight:600;font-family:var(--font-title)}.profile-info-stack{gap:.55rem;width:100%;margin:.15rem 0 .7rem;display:grid}.profile-info-card{border:1px solid var(--border-light);width:100%;color:inherit;text-align:left;font:inherit;cursor:pointer;background:#ffffff08;border-radius:12px;justify-content:space-between;align-items:center;gap:.85rem;padding:.85rem 1.25rem;transition:background .2s,border-color .2s,transform .2s;display:flex}.profile-info-card:hover{background:#ffffff0e;border-color:#ffffff2e}.profile-roll-card{-webkit-user-select:none;user-select:none}.profile-info-value-group{justify-content:flex-end;align-items:center;gap:.55rem;min-width:0;display:inline-flex}.profile-info-value-group .prev-value{text-align:right;overflow-wrap:anywhere;min-width:0}.profile-card-icon{width:28px;height:28px;color:var(--text-muted);background:#ffffff0a;border-radius:999px;flex:none;justify-content:center;align-items:center;transition:color .2s,background .2s;display:inline-flex}.profile-card-icon.is-copied{color:var(--color-success);background:#10b9811f}.profile-section-card{flex-direction:column;align-items:stretch;padding-top:.72rem;padding-bottom:.72rem;overflow:hidden}.profile-section-main{justify-content:space-between;align-items:center;gap:.85rem;width:100%;display:flex}.profile-section-chevron{color:var(--text-muted);flex:none;transition:transform .22s,color .2s}.profile-section-card.is-open .profile-section-chevron{color:var(--text-white);transform:rotate(180deg)}.profile-section-extra{opacity:0;border-top:1px solid #0000;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.85rem;max-height:0;padding-top:0;transition:max-height .22s,opacity .18s,padding-top .22s,border-color .22s;display:grid}.profile-section-card.is-open .profile-section-extra{opacity:1;border-top-color:#ffffff14;max-height:54px;padding-top:.75rem}@media (max-width:520px){.profile-info-card{border-radius:10px;padding:.78rem .95rem}.profile-info-value-group{gap:.4rem}.profile-section-extra{grid-template-columns:1fr;gap:.35rem}.profile-section-card.is-open .profile-section-extra{max-height:76px}}.modal-contacts{flex-direction:column;gap:.75rem;width:100%;display:flex}.profile-card-compact .modal-content{max-width:460px}.profile-card-compact .modal-header-bg{height:84px}.profile-card-compact .modal-avatar-wrapper{margin-top:-40px;margin-bottom:1rem}.profile-card-compact .modal-avatar{border-width:3px;width:84px;height:84px;font-size:1.85rem}.profile-card-compact .modal-body{padding:0 1.5rem 1.7rem}.profile-card-compact .modal-student-name{margin-bottom:.2rem;font-size:1.45rem}.profile-card-compact .modal-student-dept{margin-bottom:.9rem;font-size:.78rem}.profile-card-compact .modal-contacts{gap:.6rem}.profile-card-compact .contact-item{padding:.7rem .9rem}.contact-item{color:var(--text-gray);text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;align-items:center;gap:.75rem;padding:.85rem 1.25rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:flex}.contact-item:hover{border-color:var(--border-light);color:var(--text-white);background:#ffffff0f;transform:translate(2px)}.contact-item svg{width:18px;height:18px;color:var(--text-muted)}.contact-item:hover svg{color:var(--text-white)}.copy-badge{color:var(--color-success);background:#10b9811a;border:1px solid #10b98133;border-radius:4px;margin-left:auto;padding:2px 8px;font-size:.75rem;animation:.2s ease-in-out forwards fadeInCopy}@keyframes fadeInCopy{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.footer-info{flex-direction:column;align-items:center;gap:4px;margin-top:3rem;display:flex}.note{color:var(--text-gray);font-size:.9rem;font-weight:500}.results-filter-bar{border:1px solid var(--border-light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d142666;border-radius:9999px;align-items:center;gap:12px;width:100%;margin-top:1.75rem;padding:6px 12px;display:flex}.fixed-filters{flex-shrink:0;gap:8px;display:flex}.filter-divider{background:#ffffff26;flex-shrink:0;width:1px;height:20px}.scrollable-filters{scrollbar-width:none;cursor:grab;-webkit-user-select:none;user-select:none;flex-grow:1;gap:8px;padding:2px 0;display:flex;overflow-x:auto}.scrollable-filters:active{cursor:grabbing}.scrollable-filters::-webkit-scrollbar{display:none}.scrollable-filters .filter-btn{flex-shrink:0;padding:8px 16px;font-size:.875rem}.pin-icon{color:#fff;flex-shrink:0;margin-left:6px}.context-menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1000;background:#090d1ad9;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;gap:2px;min-width:160px;padding:6px;animation:.2s cubic-bezier(.16,1,.3,1) forwards contextMenuIn;display:flex;position:fixed;box-shadow:0 15px 35px -5px #0009,0 0 20px #10b9811a}@keyframes contextMenuIn{0%{opacity:0;transform:scale(.92)translateY(5px)}to{opacity:1;transform:scale(1)translateY(0)}}.context-menu-item{color:var(--text-white);font-size:.875rem;font-family:var(--font-body);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 14px;transition:all .2s;display:flex}.context-menu-item:hover{background:#ffffff14}.context-menu-item.disabled{opacity:.4;cursor:not-allowed}.context-menu-item svg{color:var(--text-muted);flex-shrink:0}.context-menu-item:hover svg{color:var(--text-white)}.context-menu-item.disabled:hover{background:0 0}.context-menu-item.disabled:hover svg{color:var(--text-muted)}.toast-container{color:#e2e8f0;z-index:1100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#080c16f5;border:1px solid #94a3b838;border-radius:9999px;align-items:center;gap:10px;padding:12px 24px;font-size:.9rem;font-weight:500;animation:.3s cubic-bezier(.16,1,.3,1) forwards toastIn;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000080}.back-home-btn{border:1px solid var(--border-light);color:var(--text-muted);cursor:pointer;font-family:var(--font-body);z-index:20;background:0 0;border-radius:9999px;align-items:center;gap:8px;padding:10px 14px;font-size:.92rem;font-weight:600;line-height:1;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex;position:absolute;top:20px;left:20px}.back-home-btn:hover{color:var(--text-white);border-color:var(--border-hover);background:#ffffff0d;transform:translateY(-1px)}.back-home-btn-inline{position:static}.back-home-btn-centered{margin-top:1.5rem;position:static}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,30px)}to{opacity:1;transform:translate(-50%)}}.sections-page-overlay{background:var(--bg-dark);background-image:var(--bg-gradient);z-index:50;padding:5.2rem 1.5rem 2rem;position:fixed;inset:0;overflow-y:auto}.sections-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;max-width:800px;margin:0 auto;display:grid}.section-item-wrapper{align-items:center;gap:4px;display:flex}.section-item-btn{background:var(--bg-card);border:1px solid var(--border-light);color:var(--text-white);cursor:pointer;border-radius:12px;flex:1;padding:12px;font-weight:500;transition:all .2s}.section-item-btn:hover{background:var(--bg-card-hover)}.section-info-btn{color:var(--text-muted);border:1px solid var(--border-light);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.section-info-btn:hover{color:var(--text-white);background:#ffffff1a}.filter-dropdown-container{position:relative}.filter-dropdown-menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1000;background:#090d1af2;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;gap:8px;min-width:200px;margin-top:8px;padding:12px;display:flex;position:absolute;top:100%;left:0;box-shadow:0 15px 35px -5px #0009}.filter-dropdown-item{cursor:pointer;align-items:center;gap:8px;display:flex}.filter-dropdown-item input{accent-color:var(--color-star)}.gender-badge{color:var(--text-gray);border:1px solid var(--border-light);vertical-align:middle;background:#ffffff0f;border-radius:9999px;margin-left:8px;padding:4px 10px;font-size:.725rem}.coordinator-row,.mod-row{justify-content:space-between;align-items:center;gap:10px;margin-top:4px;display:flex}.contact-icons{gap:8px;display:flex}.contact-icons a{color:inherit;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.contact-tooltip-anchor{justify-content:center;align-items:center;display:inline-flex;position:relative}.contact-icons svg{cursor:pointer;width:16px;height:16px;color:var(--text-muted);transition:color .2s}.contact-icons svg:hover{color:var(--text-white)}.contact-copy-tooltip{white-space:nowrap;z-index:30;background:#070a16f5;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:inline-flex;position:absolute;bottom:calc(100% + 10px);right:0;box-shadow:0 14px 30px #00000057}.contact-copy-tooltip span{color:var(--text-white);font-size:.8rem;line-height:1}.contact-copy-btn{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.contact-copy-btn:hover{color:var(--text-white);background:#ffffff14;border-color:#ffffff2e}.contact-copy-btn.is-copied{color:#34d399;background:#10b9811a;border-color:#34d39942}.become-mod-btn{color:var(--text-muted);border:1px solid var(--border-light);cursor:pointer;background:#ffffff0d;border-radius:8px;width:100%;margin-top:10px;padding:6px 12px;font-size:.8rem}.become-mod-btn:hover{background:#ffffff1a}.app-container.page-background,.policy-page.page-background{background-image:linear-gradient(#0527346c,#08213b6c),url(/images/iced_landing_bg_1.webp);background-position:50%;background-size:cover;background-attachment:fixed}.landing-container{min-height:100dvh;color:var(--text-white);flex-direction:column;justify-content:center;align-items:center;padding:4.5rem 2rem 1.5rem;display:flex;position:relative;overflow-x:hidden}.landing-bg-layer{z-index:-1;pointer-events:none;background-color:#111214;background-position:50%;background-repeat:no-repeat;background-size:cover;position:fixed;inset:0}.landing-content{text-align:center;z-index:10;flex-direction:column;flex:1;justify-content:center;width:100%;max-width:900px;min-height:auto;margin:0 auto;padding-block:.4rem .2rem;display:flex}.landing-main{flex-direction:column;flex:1;justify-content:center;gap:.7rem;display:flex}.landing-grid{grid-template-columns:minmax(0,1.65fr) minmax(240px,.95fr);align-items:stretch;gap:1.1rem;display:grid}.landing-card{background:var(--bg-card);border:1px solid var(--border-light);text-align:left;cursor:pointer;-webkit-backdrop-filter:blur(8px);border-radius:20px;min-width:0;padding:2rem;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s;position:relative;overflow:hidden}.landing-card:hover{border-color:#20b28459;transform:translateY(-5px);box-shadow:0 14px 28px -8px #20b28426}.landing-card-red:hover{box-shadow:none;border-color:#ef444473;transform:translateY(-4px)}.landing-card-green:hover{box-shadow:none;border-color:#10b98166;transform:translateY(-4px)}.landing-card-classes:hover,.landing-card-classes.is-today:hover{box-shadow:none;transform:none}.landing-card-classes.is-today:hover{border-color:#10b98159}.landing-card-classes.is-offday:hover{border-color:#94a3b833}.landing-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);transition:opacity .3s;position:absolute;inset:0}.landing-card:hover:before{opacity:1}.landing-card-classes:hover:before{opacity:0}@property --timetable-light-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.landing-card-classes:after{content:"";border-radius:inherit;background:conic-gradient(from var(--timetable-light-angle,0deg), #34d39900 0deg, #34d39900 300deg, #34d399d9 352deg, #34d39900 360deg);-webkit-mask-composite:xor;pointer-events:none;z-index:2;padding:2px;animation:2.4s cubic-bezier(.4,0,.2,1) forwards timetable-light-travel;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes timetable-light-travel{0%{--timetable-light-angle:0deg;opacity:1}70%{--timetable-light-angle:252deg;opacity:1}to{--timetable-light-angle:360deg;opacity:0}}.landing-card-icon{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.1rem;display:flex}.landing-card-title{font-family:var(--font-title);margin-bottom:.75rem;font-size:1.25rem}.landing-card-compact{min-height:150px;padding:1.35rem}.landing-card-compact .landing-card-icon{width:52px;height:52px;margin-bottom:.7rem}.landing-card-compact .landing-card-title{margin-bottom:0}.landing-card-compact .landing-card-desc{display:none}.landing-side-stack{grid-template-rows:1fr 1fr;gap:1.1rem;min-height:100%;display:grid}.landing-card-stack-item{flex-direction:column;justify-content:center;min-height:0;display:flex}.landing-card-classes{cursor:default;flex-direction:column;gap:.8rem;display:flex}.landing-card-classes .landing-card-topline{order:2}.landing-card-col{grid-template-rows:1fr;gap:1.1rem;min-height:100%;display:grid}.landing-grid.is-empty .landing-card-col{grid-template-rows:1fr 1fr}.landing-timetable-block{flex-direction:column;gap:.7rem;min-width:0;display:flex}.landing-timetable-block>.landing-card-classes{flex:1}.mobile-banner-card{text-align:left;-webkit-backdrop-filter:blur(10px);color:var(--text-gray);background:#0d142680;border:1px solid #34d39947;border-radius:14px;align-items:center;gap:.6rem;max-height:160px;padding:.8rem 1rem;font-size:.85rem;line-height:1.45;transition:transform .6s cubic-bezier(.16,1,.3,1),max-height .6s cubic-bezier(.16,1,.3,1),padding .6s cubic-bezier(.16,1,.3,1),border-width .6s cubic-bezier(.16,1,.3,1),opacity .45s;display:none;overflow:hidden}.mobile-banner-card>span{flex:1;min-width:0}.mobile-banner-card svg{color:#34d399;flex-shrink:0}.mobile-banner-card.is-collapsed{opacity:0;pointer-events:none;border-top-width:0;border-bottom-width:0;max-height:0;padding-top:0;padding-bottom:0;transform:translateY(18px)}@media (max-width:640px){.mobile-banner-card{display:flex}}.landing-card-telegram{text-align:left;cursor:default;flex-direction:row;align-items:center;gap:.9rem;min-height:0}.landing-card-telegram:hover{box-shadow:none;border-color:var(--border-light);transform:none}.landing-card-telegram .landing-card-icon{flex-shrink:0;width:48px;height:48px;margin-bottom:0}.landing-card-telegram .landing-card-head{flex:1;min-width:0}.landing-card-telegram .landing-card-title{margin-bottom:.15rem;font-size:1.05rem}.landing-card-telegram .landing-card-desc{color:var(--text-gray);margin:0;font-size:.78rem;display:block}.landing-telegram-btn{color:#fff;font-family:var(--font-main);cursor:pointer;background:#229ed9;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem 1.05rem;font-size:.8rem;font-weight:700;line-height:1;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.landing-telegram-btn:hover{background:#1b8cc2;transform:translateY(-1px)}.landing-card-promo{cursor:default;-webkit-user-select:none;user-select:none;align-items:center;min-height:10rem;padding:1.4rem 1.1rem}.landing-card-promo:hover{box-shadow:none;transform:none}.landing-card-promo:hover:before{opacity:0}.landing-confetti-canvas{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.landing-promo-clock{border:4px solid var(--text-gray);opacity:.4;z-index:0;pointer-events:none;--clock-r:-70px;border-radius:50%;width:10rem;height:10rem;position:absolute;top:50%;transform:translateY(-50%)}.landing-promo-clock-left{left:-5rem}.landing-promo-clock-right{right:-5rem}.landing-promo-clock-top,.landing-promo-clock-bottom{display:none}.landing-promo-clock-mark{background:var(--text-gray);border-radius:2px;width:2px;height:12px;margin:-6px 0 0 -1px;position:absolute;top:50%;left:50%}.landing-promo-clock-hand{background:var(--text-gray);transform-origin:50% 100%;border-radius:4px;width:4px;height:58px;margin:-58px 0 0 -2px;animation:12s steps(12,end) infinite promo-clock-tick;position:absolute;top:50%;left:50%}.landing-promo-clock-right .landing-promo-clock-hand{animation-delay:-6s}@media (max-width:640px){.landing-promo-clock-left,.landing-promo-clock-right{display:none}.landing-promo-clock-top,.landing-promo-clock-bottom{display:block;left:50%;transform:translate(-50%,-50%)}.landing-promo-clock-top{top:-1.5rem}.landing-promo-clock-bottom{top:calc(100% + 1.5rem)}.landing-promo-clock-top .landing-promo-clock-hand{animation-delay:-3s}.landing-promo-clock-bottom .landing-promo-clock-hand{animation-delay:-9s}}@keyframes promo-clock-tick{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.landing-promo-launch{z-index:1;flex-direction:column;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.landing-promo-launch-big{letter-spacing:.14em;background:linear-gradient(90deg, var(--text-gray) 30%, #fff 200%, var(--text-gray) 0%);color:#0000;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.35rem,5vw,1.8rem);font-weight:900;line-height:1.3}.landing-promo-text{z-index:1;letter-spacing:.04em;max-width:100%;color:var(--text-gray);text-align:center;font-size:clamp(1.2rem,5vw,1.6rem);font-weight:800;line-height:1.4;animation:.6s cubic-bezier(.22,1,.36,1) both promo-slide-up;display:block;position:relative}@keyframes promo-slide-up{0%{opacity:0;transform:translateY(1.1em)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.landing-promo-text,.landing-promo-clock-hand{animation:none}}.landing-promo-signup{z-index:1;color:#34d399;font-family:var(--font-main);letter-spacing:.12em;cursor:pointer;background:#10b9811f;border:1px solid #10b98180;border-radius:999px;margin-top:.5rem;padding:.45rem 1.25rem;font-size:.8rem;font-weight:700;transition:background .2s,transform .2s;position:relative}.landing-promo-signup:hover{background:#10b98138;transform:translateY(-1px)}.landing-card-classes .landing-class-toolbar{order:3}.landing-card-classes .landing-class-preview{order:4}.landing-timetable-controls-top{order:1;margin-bottom:.1rem}.landing-card-classes.is-today{border-color:#10b98159}.landing-card-classes.is-today .landing-card-title{color:#34d399}.landing-card-classes.is-offday{border-color:#94a3b833}.landing-class-preview{color:#d1fae5;flex-direction:column;gap:.7rem;min-width:0;min-height:2.6rem;margin-top:1rem;font-size:.85rem;line-height:1.45;display:flex}.landing-card-classes.is-offday .landing-class-preview{color:#94a3b8}.landing-class-now{font-weight:700}.landing-class-next{color:inherit}.landing-card-desc{color:var(--text-gray);font-size:.9rem;line-height:1.5}.landing-secondary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.55rem;width:100%;margin:.6rem auto 0;display:grid}.landing-mini-card{color:var(--text-white);cursor:pointer;text-align:left;background:#ffffff09;border:1px solid #ffffff14;border-radius:16px;justify-content:flex-start;align-items:center;gap:.5rem;padding:.6rem .9rem;transition:transform .2s,border-color .2s,background .2s;display:flex}.landing-mini-card-compact{min-height:52px}.landing-mini-card:hover{background:#ffffff0e;border-color:#ffffff29;transform:translateY(-2px)}.landing-mini-card-active{background:var(--bg-card);border-color:var(--border-light)}.landing-mini-card-active:hover{background:var(--bg-card);border-color:#ffffff2e;transform:translateY(-2px)}.landing-mini-card.is-muted{opacity:.72;background:#0f172a47;border-color:#94a3b82e}.landing-mini-card.is-muted:hover{opacity:.8;background:#0f172a57;border-color:#94a3b83d}.landing-mini-card.is-muted>div>span{color:#94a3b8}.landing-mini-card.is-muted>div>p{color:#64748b}.landing-mini-card>div>span{font-family:var(--font-title);color:#e2e8f0;margin-bottom:.15rem;font-size:.9rem;font-weight:700;display:block}.landing-mini-card>div>p{color:#94a3b8db;margin:0;font-size:.76rem;line-height:1.35}.landing-mini-icon{color:#e2e8f0eb;background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:20px;height:20px;margin-top:0;display:inline-flex}.landing-more-grid{margin-top:1.4rem}.landing-card-topline{align-items:flex-start;gap:.8rem;display:flex}.landing-card-head{flex:1;min-width:0}.landing-card-subtitle{color:var(--text-gray);margin-top:.15rem;font-size:.8rem}.landing-timetable-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.landing-day-bar{flex-wrap:wrap;gap:.35rem;display:flex}.landing-day-chip{width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:#ffffff08;border:1px solid #94a3b82e;border-radius:999px;font-size:.72rem;transition:background .2s,border-color .2s,color .2s}.landing-day-chip:hover{color:#e2e8f0;background:#ffffff14;border-color:#94a3b866}.landing-day-chip.active{color:#34d399;background:#10b98126;border-color:#10b98147}.landing-class-nowbar{color:#d1fae5;background:#10b98114;border:1px solid #10b98138;border-radius:12px;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.5rem .85rem;font-size:.82rem;font-weight:600;display:flex}.landing-class-nowbar-clock{font-family:var(--font-title);color:#34d399;font-variant-numeric:tabular-nums;white-space:nowrap;align-items:center;gap:.4rem;display:inline-flex}.landing-live-dot{background:#34d399;border-radius:50%;width:7px;height:7px;animation:1.8s infinite landing-live-pulse}@keyframes landing-live-pulse{0%{box-shadow:0 0 #34d3998c}70%{box-shadow:0 0 0 7px #34d39900}to{box-shadow:0 0 #34d39900}}.landing-class-nowbar-label{color:#a7f3d0;line-height:1.35}.landing-class-nowbar.is-upcoming{color:#fef3c7;background:#fbbf2414;border-color:#fbbf2440}.landing-class-nowbar.is-upcoming .landing-class-nowbar-clock{color:#fbbf24}.landing-class-nowbar.is-upcoming .landing-class-nowbar-label{color:#fde68a}.landing-class-nowbar.is-done,.landing-class-nowbar.is-off{color:#cbd5e1;background:#94a3b80f;border-color:#94a3b829}.landing-class-nowbar.is-done .landing-class-nowbar-clock,.landing-class-nowbar.is-off .landing-class-nowbar-clock,.landing-class-nowbar.is-done .landing-class-nowbar-label,.landing-class-nowbar.is-off .landing-class-nowbar-label{color:#94a3b8}.landing-class-carousel{min-width:0;position:relative}.landing-class-scroll-btn{z-index:6;color:#e2e8f0;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#0f172ab8;border:1px solid #94a3b84d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s,opacity .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000004d}.landing-class-scroll-btn:hover:not(:disabled){color:#04140d;background:#10b981e6;transform:translateY(-50%)scale(1.06)}.landing-class-scroll-btn:active:not(:disabled){transform:translateY(-50%)scale(.94)}.landing-class-scroll-btn:disabled{opacity:.28;cursor:not-allowed}.landing-class-scroll-btn.is-left{left:-.35rem}.landing-class-scroll-btn.is-right{right:-.35rem}.landing-class-list{scrollbar-width:thin;scrollbar-color:#94a3b859 transparent;overscroll-behavior-x:contain;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;grid-template-rows:1fr;grid-auto-columns:320px;grid-auto-flow:column;gap:.85rem;width:100%;min-width:0;max-width:100%;padding-bottom:.55rem;display:grid;overflow:auto hidden}.landing-class-list::-webkit-scrollbar{height:6px}.landing-class-list::-webkit-scrollbar-track{background:#94a3b81f;border-radius:999px}.landing-class-list::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:999px}.landing-class-row{background:linear-gradient(145deg,#ffffff0f,#ffffff05);border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:.35rem;width:100%;min-width:0;padding:1rem 1.15rem;transition:transform .2s,background .2s,border-color .2s,opacity .2s;display:flex;box-shadow:0 4px 12px #0000000d}.landing-class-row:hover{background:linear-gradient(145deg,#ffffff14,#ffffff0a)}.landing-class-row-head{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.landing-class-row-time{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.72rem;font-weight:600}.landing-class-row strong{color:var(--text-white);font-size:.95rem;font-weight:700;line-height:1.3}.landing-class-row-room{color:#94a3b8;font-size:.72rem;font-weight:600}.landing-class-row-badge{letter-spacing:.08em;white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.25rem .55rem;font-size:.62rem;font-weight:800}.landing-class-row-badge.is-now{color:#34d399;background:#10b9812e;border:1px solid #34d39980}.landing-class-row-badge.is-next{color:#fbbf24;background:#fbbf2424;border:1px solid #fbbf2473}.landing-class-row.is-now{background:linear-gradient(145deg,#10b98129,#10b9810d);border-color:#10b98173;box-shadow:0 0 15px #10b9811f}.landing-class-row.is-next{border-color:#fbbf244d}.landing-class-row.is-break{background:#00000026;border-style:dashed}.landing-class-row.is-break .landing-class-row-time,.landing-class-row.is-break strong{color:var(--text-gray);font-weight:600}.landing-class-row.is-past{opacity:.42}.landing-class-empty{color:#94a3b8;font-size:.85rem}.landing-class-sunday{color:#94a3b8}.landing-class-loading{align-items:center;gap:.75rem;min-height:3.4rem;display:flex}.landing-class-loading-label{color:var(--text-muted);font-size:.82rem;font-weight:600}.landing-footer{z-index:10;position:absolute;bottom:1.45rem}.landing-footer-actions{justify-content:center;align-items:center;gap:.65rem;display:flex}.feedback-btn{color:var(--text-muted);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;transition:all .2s;display:flex}.feedback-btn:hover{color:var(--text-white);background:#ffffff1a}.submit-feedback-btn{background:var(--color-star);color:#000;cursor:pointer;border:none;border-radius:12px;padding:.75rem 1rem;font-weight:600;transition:opacity .2s}.submit-feedback-btn:hover{opacity:.9}.hover-glow:hover{transform:translateY(-2px);box-shadow:0 0 20px #ffffff0d}.site-footer{flex-direction:column;align-items:center;gap:.5rem;width:100%;margin-top:auto;padding:1.75rem 1.5rem .6rem;display:flex}.site-footer-disclaimer{text-align:center;color:#94a3b899;letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;cursor:default;max-width:100%;font-size:.62rem;line-height:1.4;overflow:hidden}.site-footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.95rem 1.1rem;display:flex}.site-footer-links a,.site-footer-text{color:#cbd5e1b3;letter-spacing:.02em;font-size:.82rem;font-weight:600;line-height:1;text-decoration:none;position:relative}.site-footer-contact-btn{color:#6ee7b7;height:34px;font-family:var(--font-body);cursor:pointer;background:#10b98114;border:1px solid #10b98138;border-radius:999px;padding:0 .95rem;font-size:.8rem;font-weight:700;transition:background .2s,border-color .2s,color .2s,transform .2s}.site-footer-contact-btn:hover{color:#a7f3d0;background:#10b9811f;border-color:#34d39957;transform:translateY(-1px)}.site-footer-links a:after{content:"";transform-origin:0;background:currentColor;width:100%;height:1px;transition:transform .2s;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.site-footer-links a:hover{color:var(--text-white)}.site-footer-links a:hover:after{transform:scaleX(1)}.site-footer-ext-icon{vertical-align:-2px;opacity:0;margin-left:3px;transition:opacity .2s,transform .2s;display:inline-block;transform:translate(-3px,3px)}.site-footer-ext-link:hover .site-footer-ext-icon{opacity:.9;transform:translate(0)}.resources-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.general-resource-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:16px;flex-direction:column;grid-column:span 3;justify-content:center;align-items:center;gap:1rem;padding:1.15rem 1.5rem;display:flex}.general-resource-title{color:var(--text-white);font-size:1.15rem;font-family:var(--font-title);margin:0}.general-resource-desc{color:var(--text-muted);margin:.25rem 0 0;font-size:.9rem;line-height:1.5}.general-resource-btn{color:var(--text-white);font-family:var(--font-main);background:#ffffff0f;border:1px solid #ffffff29;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.general-resource-btn:hover{background:#ffffff1a;border-color:#ffffff42}.policy-page{background:radial-gradient(circle at 14% 0%, #10b98124, transparent 28%), radial-gradient(circle at 88% 12%, #14b8a61f, transparent 28%), var(--bg-gradient);min-height:100vh;color:var(--text-white);padding:6.6rem 2rem .5rem}.policy-page .site-footer{padding-top:2rem}.policy-shell{flex-direction:column;width:min(920px,100%);min-height:calc(100vh - 8rem);margin:0 auto;padding:0 0 1rem;display:flex}.coming-soon-icon{color:#34d399;background:#10b9811f;border:1px solid #10b98133;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.25rem;display:inline-flex}.policy-back-btn{margin-bottom:3rem;position:static}.policy-header{margin-bottom:2rem}.policy-header h1{font-family:var(--font-title);letter-spacing:0;font-size:clamp(1.55rem,3.4vw,2.15rem);line-height:1.15}.policy-updated{color:#e2e8f0ad;margin-top:1rem;font-weight:700}.policy-intro{color:#e2e8f0c7;max-width:760px;margin-top:1.2rem;line-height:1.7}.about-prose{color:#e2e8f0c7;max-width:760px;margin-top:0;line-height:1.7}.about-page .policy-header{margin-bottom:1.4rem}.about-prose p{margin-top:1.1rem}.about-prose p:first-child{margin-top:0}.policy-content{flex-direction:column;flex:1;gap:.9rem;display:flex}.policy-section{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0b;border:1px solid #ffffff17;border-radius:16px;padding:1.25rem}.policy-section h2{font-family:var(--font-title);margin-bottom:.65rem;font-size:1.1rem}.policy-section p,.policy-section li{color:#cbd5e1d1;font-size:.95rem;line-height:1.65}.policy-section a{color:inherit;text-decoration:underline}.policy-section p+p{margin-top:.6rem}.policy-section ul{margin-top:.55rem;padding-left:1.15rem}.policy-section li+li{margin-top:.35rem}.contact-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.contact-card{background:#ffffff0b;border:1px solid #ffffff17;border-radius:16px;flex-direction:column;gap:.45rem;padding:1.25rem;display:flex}.contact-card h3{font-family:var(--font-title);color:var(--text-white);margin:0;font-size:1rem}.contact-card p{color:#cbd5e1d1;margin:0;font-size:.88rem;line-height:1.55}.contact-form{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.contact-textarea{border:1px solid var(--border-light);width:100%;color:var(--text-white);resize:vertical;font-family:var(--font-main);box-sizing:border-box;background:#0003;border-radius:12px;padding:1rem;font-size:.95rem;line-height:1.6}.contact-textarea::placeholder{color:#94a3b899}.contact-textarea:focus{border-color:#34d39999;outline:none}.contact-status{align-items:center;gap:.5rem;margin:0;font-size:.9rem;display:flex}.contact-status.success{color:#4ade80}.contact-status.error{color:#f87171}.contact-submit{color:#fff;font-family:var(--font-main);cursor:pointer;background:#10b981;border:none;border-radius:12px;align-self:flex-end;align-items:center;gap:.5rem;padding:.7rem 1.35rem;font-size:.95rem;font-weight:600;transition:background .2s,opacity .2s;display:inline-flex}.contact-submit:hover{background:#059669}.contact-submit:disabled{opacity:.6;cursor:default}@media (max-width:640px){.site-header{grid-template-columns:1fr auto;gap:.8rem;top:.85rem;left:1rem;right:1rem}.app-site-header{grid-template-columns:1fr auto;gap:.8rem}.site-nav-link{flex:none;padding:.5rem .72rem;font-size:.8rem}.site-main-nav,.site-header-actions{display:none}.site-logo-btn{font-size:1.35rem}.site-header-menu-btn{display:inline-flex}.landing-footer{margin-top:2rem;position:relative;bottom:auto}.landing-footer-actions{flex-wrap:wrap;justify-content:center;gap:.75rem}.landing-container{justify-content:flex-start;padding:5.4rem 1rem 2.5rem}.landing-grid{grid-template-columns:1fr}.landing-secondary-grid{grid-template-columns:repeat(2,1fr)}.landing-mini-card{flex-direction:row;justify-content:flex-start;align-items:center;gap:.55rem;min-height:52px;padding:.55rem .75rem}.landing-side-stack{grid-template-rows:none;gap:1rem}.landing-card{min-height:auto;padding:1.35rem}.landing-card-icon{width:52px;height:52px;margin-bottom:1rem}.policy-page{padding:5.8rem 1rem 1rem}.resources-grid{grid-template-columns:1fr}.general-resource-card{flex-direction:column;grid-column:span 1;align-items:stretch}.policy-shell{min-height:calc(100vh - 7rem);padding-bottom:1.5rem}.policy-back-btn{margin-bottom:2rem}.policy-section{padding:1rem}.contact-cards{grid-template-columns:1fr}.contact-submit{justify-content:center;width:100%}.site-footer{margin-top:2rem;padding:0 1rem .9rem}.site-footer-links{gap:.8rem 1rem}.site-footer-links a,.site-footer-text{font-size:.76rem}.site-footer-disclaimer{font-size:.6rem}.site-footer-disclaimer-rest{display:none}}@media (min-width:641px) and (max-width:980px){.resources-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.general-resource-card{grid-column:span 2}}.iced-plus-page{min-height:100vh;color:var(--text-white);background:radial-gradient(circle at 20% 15%,#f59e0b33,#0000 30%),radial-gradient(circle at 78% 20%,#2dd4bf29,#0000 32%),linear-gradient(145deg,#05070f 0%,#071012 48%,#08070f 100%);padding:6.4rem 1.5rem 2rem;position:relative;overflow-x:hidden}.iced-plus-aurora{filter:blur(54px);opacity:.28;pointer-events:none;border-radius:50%;width:36vw;min-width:340px;height:36vw;min-height:340px;position:fixed}.iced-plus-aurora-one{background:#24fb85;top:-12%;left:-8%}.iced-plus-aurora-two{background:#14b8a6;bottom:-14%;right:-10%}.iced-plus-shell{z-index:1;flex-direction:column;justify-content:flex-start;gap:1.2rem;width:min(1160px,100%);min-height:auto;margin:0 auto;display:flex;position:relative}.iced-plus-hero{grid-template-columns:minmax(0,1.08fr) minmax(300px,.58fr);align-items:center;gap:2rem;padding-top:1.6rem;display:grid}.iced-plus-copy{max-width:680px}.iced-plus-kicker{color:#fcd34d;letter-spacing:.08em;text-transform:uppercase;background:#fbbf2417;border:1px solid #fbbf2438;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:.9rem;padding:.48rem .78rem;font-size:.82rem;font-weight:800;display:inline-flex}.iced-plus-copy h1{font-family:var(--font-title);letter-spacing:0;max-width:760px;font-size:clamp(2.7rem,6.2vw,5.7rem);line-height:.92}.iced-plus-copy p{color:#e2e8f0c2;max-width:560px;margin-top:1rem;font-size:1.08rem;line-height:1.5}.iced-plus-plan{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#ffffff24,#ffffff0a),#070a16ad;border:1px solid #ffffff29;border-radius:24px;padding:1rem;overflow:hidden;box-shadow:0 28px 70px #00000061,inset 0 1px #ffffff2e}.iced-plus-preview-stage{min-height:286px;position:relative}.iced-plus-preview-panel{position:absolute;inset:0}.iced-plus-profile-preview{background:#0307126b;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;min-height:286px;padding-bottom:1.6rem;display:flex;overflow:hidden}.iced-plus-modal-preview{animation:10s ease-in-out infinite icedPlusModalCycle}.iced-plus-banner-preview{background-color:#0000;background-image:linear-gradient(135deg,#14b8a6e6,#f50b0bd1),url(/hero.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:100%;height:106px}.iced-plus-avatar-preview{color:#fff;width:96px;height:96px;font-family:var(--font-title);background:linear-gradient(135deg,#0f3076,#387bf8);border:4px solid #fadb15;border-radius:50%;place-items:center;margin-top:-36px;font-size:2.4rem;font-weight:900;animation:4.6s ease-in-out infinite icedPlusFloat;display:grid;overflow:hidden;box-shadow:0 18px 36px #00000052}.iced-plus-avatar-preview img,.iced-plus-search-avatar img{object-fit:cover;width:100%;height:100%;display:block}.iced-plus-name-preview{font-family:var(--font-title);color:#0000;background:linear-gradient(90deg,#fff 0%,#fde68a 35%,#fff 70%) 0 0/240% 100%;-webkit-background-clip:text;background-clip:text;margin-top:.95rem;font-size:2rem;font-weight:900;animation:4s linear infinite shimmer}.iced-plus-username-preview{color:#e2e8f09e;margin-top:.25rem;font-weight:700}.iced-plus-search-preview{opacity:0;flex-direction:column;justify-content:space-between;gap:.72rem;min-height:0;margin:0;animation:10s ease-in-out infinite icedPlusSearchCycle;display:flex;inset:0;transform:translateY(12px)scale(.97)}.iced-plus-search-card{border-radius:18px;grid-template-columns:54px minmax(0,1fr) 30px;align-items:center;gap:.85rem;width:100%;min-height:78px;padding:.85rem 1rem;display:grid}.iced-plus-premium-card{background:#080d1eeb;border:1.5px solid #facc15db;min-height:96px;box-shadow:0 16px 34px #0000004d,0 0 20px #facc151a}.iced-plus-standard-card{background:#080d1ec7;border:1px solid #94a3b82e;box-shadow:0 12px 28px #00000038}.iced-plus-search-avatar{color:#fff;width:50px;height:50px;font-family:var(--font-title);background:radial-gradient(circle at 42% 28%,#16a34aeb,#0000 34%),linear-gradient(135deg,#14532d,#111827);border:2px solid #facc15e6;border-radius:50%;flex-shrink:0;place-items:center;font-size:1rem;font-weight:900;display:grid;overflow:hidden;box-shadow:0 0 0 4px #facc151a}.iced-plus-standard-avatar{color:#fff;width:50px;height:50px;font-family:var(--font-title);background:linear-gradient(135deg,#34d399,#059669);border:2px solid #93c5fde6;border-radius:50%;place-items:center;font-size:1rem;font-weight:900;display:grid;box-shadow:inset 0 1px #ffffff38}.iced-plus-search-info{min-width:0}.iced-plus-search-name{font-family:var(--font-title);color:#0000;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(90deg,#f8fafc 0%,#fde68a 35%,#f8fafc 70%) 0 0/240% 100%;-webkit-background-clip:text;background-clip:text;font-size:1rem;font-weight:900;animation:3.5s linear infinite shimmer;overflow:hidden}.iced-plus-search-username{color:#cbd5e1b3;margin-top:.22rem;font-size:.84rem;font-weight:650}.iced-plus-standard-name{color:#f8fafc;font-family:var(--font-title);letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;font-size:1.08rem;font-weight:900;overflow:hidden}.iced-plus-search-star,.iced-plus-standard-star{color:#94a3b8b8;background:0 0;border:0;place-items:center;width:30px;height:30px;padding:0;display:grid}.iced-plus-perks{grid-template-columns:repeat(5,minmax(0,1fr));gap:.7rem;margin-top:4rem;display:grid}.iced-plus-status{color:#fff;font-family:var(--font-title);letter-spacing:.08em;text-transform:uppercase;font-size:1rem;font-weight:700}.iced-plus-perk{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0e;border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;gap:.62rem;min-height:142px;padding:.8rem;display:flex;position:relative}.iced-plus-perk-icon{color:#fcd34d;background:#fbbf241c;border:1px solid #fbbf242e;border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.iced-plus-perk h2{font-family:var(--font-title);margin-bottom:.32rem;font-size:.92rem;line-height:1.2}.iced-plus-perk p{color:#cbd5e1b8;font-size:.78rem;line-height:1.4}@keyframes icedPlusFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes icedPlusModalCycle{0%,42%{opacity:1;transform:translateY(0)scale(1)}50%,92%{opacity:0;transform:translateY(-10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes icedPlusSearchCycle{0%,42%{opacity:0;transform:translateY(12px)scale(.97)}50%,92%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(12px)scale(.97)}}@media (min-width:981px) and (min-height:720px){.iced-plus-page{min-height:100vh}}@media (max-width:980px){.iced-plus-shell{justify-content:flex-start;padding-top:0}.iced-plus-hero{grid-template-columns:1fr;gap:1.5rem}.iced-plus-plan{max-width:560px}.iced-plus-preview-stage{min-height:286px}.iced-plus-perks{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.iced-plus-page{padding:5.7rem 1rem 1.25rem}.iced-plus-shell{gap:1.2rem;padding-top:0}.iced-plus-hero{padding-top:1.5rem}.iced-plus-copy h1{font-size:3.1rem}.iced-plus-copy p{font-size:.98rem}.iced-plus-plan{border-radius:22px;padding:1rem}.iced-plus-plan-top strong{font-size:1.75rem}.iced-plus-profile-preview,.iced-plus-preview-stage{min-height:280px}.iced-plus-search-preview{gap:.58rem}.iced-plus-search-card{border-radius:16px;grid-template-columns:46px minmax(0,1fr) 28px;gap:.7rem;min-height:72px;padding:.72rem}.iced-plus-premium-card{min-height:84px}.iced-plus-search-avatar,.iced-plus-standard-avatar{width:44px;height:44px}.iced-plus-search-name{font-size:.88rem}.iced-plus-search-username{font-size:.76rem}.iced-plus-standard-name{font-size:.88rem}.iced-plus-perks{grid-template-columns:1fr}.iced-plus-perk{grid-template-columns:42px 1fr;min-height:auto;padding-right:2.75rem;display:grid}}.calendar-page{padding:5.5rem 1.5rem 2rem;transition:none}.calendar-content{flex:1;justify-content:center;align-items:center}.calendar-shell{grid-template-columns:minmax(0,1.7fr) minmax(290px,.72fr);align-items:start;gap:1.35rem;width:100%;max-width:1040px;padding-bottom:2rem;display:grid}.calendar-card{background:var(--bg-card);border:1px solid var(--border-light);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;padding:1.05rem 1.1rem 1.1rem;position:relative;overflow:hidden}.calendar-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff2e,#0000);height:1px;position:absolute;top:0;left:0;right:0}.calendar-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.6rem;display:flex}.calendar-toolbar-nav{align-items:center;gap:.8rem;display:flex}.calendar-month-title{font-family:var(--font-title);color:var(--text-white);text-align:center;letter-spacing:-.01em;min-width:170px;font-size:1.35rem;font-weight:800}.calendar-month-year{color:var(--text-muted);font-weight:600}.calendar-nav-btn{border:1px solid var(--border-light);width:34px;height:34px;color:var(--text-gray);cursor:pointer;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.calendar-nav-btn:hover{color:var(--text-white);border-color:var(--border-hover);background:#ffffff1a}.calendar-toolbar-right{align-items:center;gap:.9rem;display:flex}.calendar-legend{align-items:center;gap:1rem;display:flex}.calendar-legend-item{color:var(--text-gray);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;display:inline-flex}.calendar-legend-dot{border-radius:50%;width:8px;height:8px}.calendar-legend-dot.is-holiday{background:#fbbf24;box-shadow:0 0 8px #fbbf248c}.calendar-legend-dot.is-deadline{background:#34d399;box-shadow:0 0 8px #34d3998c}.calendar-today-btn{color:#6ee7b7;font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:#10b9811f;border:1px solid #34d39959;border-radius:9999px;padding:6px 14px;font-size:.78rem;font-weight:700;transition:all .2s}.calendar-today-btn:hover{color:#a7f3d0;background:#10b98133}.calendar-weekdays{border-top:1px solid #ffffff0f;grid-template-columns:repeat(7,1fr);padding:.4rem 0 .35rem;display:grid}.calendar-weekday{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.calendar-cell{aspect-ratio:2;color:var(--text-white);cursor:pointer;font-family:var(--font-body);background:#ffffff08;border:1px solid #0000;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;padding:4px;transition:all .2s;display:flex;position:relative}.calendar-cell:hover{border-color:var(--border-light);background:#ffffff12}.calendar-cell-empty{cursor:default;pointer-events:none;background:0 0;border-color:#0000}.calendar-cell-empty:hover{background:0 0;border-color:#0000}.calendar-cell-number{font-size:.9rem;font-weight:600;line-height:1}.calendar-cell.is-today{background:#10b9811a;border-color:#10b98173}.calendar-cell.is-today .calendar-cell-number{color:#34d399}.calendar-cell.is-selected{background:#10b98129;border-color:#34d39999;box-shadow:0 0 14px #10b98124}.calendar-cell.is-selected .calendar-cell-number{color:#a7f3d0}.calendar-cell-dots{align-items:center;gap:5px;min-height:6px;display:flex}.calendar-cell-dot-wrap{cursor:pointer;border-radius:50%;align-items:center;margin:-4px;padding:4px;display:inline-flex}.calendar-cell-dot{border-radius:50%;width:7px;height:7px;display:block}.calendar-cell-dot-wrap:hover .calendar-cell-dot{transform:scale(1.5)}.calendar-cell-more{color:var(--text-gray);font-size:.58rem;font-weight:700;line-height:1}.calendar-day-panel{background:var(--bg-card);border:1px solid var(--border-light);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;padding:1.15rem;animation:.3s cubic-bezier(.16,1,.3,1) calendarPanelIn;position:sticky;top:5rem}@keyframes calendarPanelIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.calendar-day-panel-head{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding-bottom:.9rem;display:flex}.calendar-day-panel-weekday{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.15rem;font-size:.68rem;font-weight:700}.calendar-day-panel-date{font-family:var(--font-title);color:var(--text-white);letter-spacing:-.01em;font-size:1.45rem;font-weight:800;line-height:1.15}.calendar-day-panel-count{color:#6ee7b7;background:#10b9811f;border:1px solid #34d3994d;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;min-width:26px;height:26px;padding:0 7px;font-size:.75rem;font-weight:800;display:flex}.calendar-day-empty{color:var(--text-muted);text-align:center;border:1px dashed #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;gap:.3rem;padding:1.8rem .5rem;display:flex}.calendar-day-empty span{color:var(--text-gray);font-size:.9rem;font-weight:600}.calendar-day-empty small{color:var(--text-muted);font-size:.78rem}.calendar-events-list{flex-direction:column;gap:.6rem;display:flex}.calendar-event-item{background:var(--event-bg);border:1px solid var(--event-color);border-radius:12px;align-items:flex-start;gap:.7rem;padding:.7rem .85rem;transition:transform .2s,box-shadow .2s;display:flex}.calendar-event-item:hover{transform:translateY(-1px);box-shadow:0 6px 18px #00000040}.calendar-event-icon{width:32px;height:32px;color:var(--event-color);background:#00000040;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.calendar-event-body{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.calendar-event-title-row{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.calendar-event-title{color:var(--text-white);font-family:var(--font-title);font-size:.92rem;font-weight:700;line-height:1.25}.calendar-event-tag{color:var(--event-color);text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--event-color);border-radius:9999px;flex-shrink:0;padding:2px 8px;font-size:.62rem;font-weight:800}.calendar-event-meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.calendar-event-time{color:var(--event-color);white-space:nowrap;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;display:inline-flex}.calendar-event-desc{color:var(--text-gray);font-size:.78rem;line-height:1.45}.calendar-tooltip{z-index:1300;pointer-events:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#090d1af5;border:1px solid #ffffff24;border-radius:12px;align-items:flex-start;gap:.6rem;max-width:240px;padding:.65rem .8rem;animation:.16s cubic-bezier(.16,1,.3,1) calendarTooltipIn;display:flex;position:fixed;transform:translate(-50%,calc(-100% - 8px));box-shadow:0 14px 30px #0006}@keyframes calendarTooltipIn{0%{opacity:0;transform:translate(-50%,calc(-100% - 4px))scale(.96)}to{opacity:1;transform:translate(-50%,calc(-100% - 8px))scale(1)}}.calendar-tooltip-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-top:4px;box-shadow:0 0 10px}.calendar-tooltip-body{flex-direction:column;gap:.15rem;min-width:0;display:flex}.calendar-tooltip-body strong{color:var(--text-white);font-family:var(--font-title);font-size:.85rem;font-weight:700;line-height:1.25}.calendar-tooltip-time{color:var(--text-gray);font-size:.72rem;font-weight:600}.calendar-tooltip-body small{color:var(--text-gray);font-size:.72rem;line-height:1.4}@media (max-width:980px){.calendar-shell{grid-template-columns:1fr}.calendar-day-panel{position:static}}@media (max-width:640px){.calendar-page{padding:5rem 1rem 1.25rem}.calendar-card{border-radius:16px;padding:.9rem}.calendar-month-title{min-width:0;font-size:1rem}.calendar-toolbar{gap:.6rem}.calendar-toolbar-right{justify-content:space-between;width:100%}.calendar-cell{aspect-ratio:1;border-radius:10px;gap:3px}.calendar-cell-number{font-size:.78rem}.calendar-cell-dot{width:6px;height:6px}.calendar-cell-dots{gap:4px}.calendar-day-panel{padding:1rem}.calendar-day-panel-date{font-size:1.15rem}.calendar-event-item{padding:.7rem .8rem}}.landing-container.apply-card-color .landing-card,.landing-container.apply-card-color .landing-card-classes,.landing-container.apply-card-color .landing-card-red,.landing-container.apply-card-color .landing-card-green,.landing-container.apply-card-color .landing-mini-card,.landing-container.apply-card-color .landing-mini-card-active,.landing-container.apply-card-color .landing-mini-card.is-muted{background:var(--bg-card)!important}.landing-container.apply-card-color .landing-card:hover,.landing-container.apply-card-color .landing-mini-card:hover{background:var(--bg-card-hover)!important}.site-notifications-anchor{display:inline-flex;position:relative}.landing-notifications-dropdown{-webkit-backdrop-filter:blur(16px);z-index:90;background:#070a16f5;border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;width:min(380px,100vw - 2rem);max-height:min(70vh,520px);animation:.22s cubic-bezier(.16,1,.3,1) notifDropIn;display:flex;position:absolute;top:calc(100% + .7rem);right:0;overflow:hidden;box-shadow:0 22px 48px #0006}@keyframes notifDropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.landing-notifications-head{border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.1rem;display:flex}.landing-notifications-title{font-family:var(--font-title);color:var(--text-white);align-items:center;gap:.5rem;font-size:.95rem;font-weight:800;display:inline-flex}.landing-notifications-title svg{color:#34d399}.landing-notifications-close{width:28px;height:28px;color:var(--text-gray);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.landing-notifications-close:hover{color:var(--text-white);background:#ffffff1a}.landing-notifications-list{flex-direction:column;gap:.55rem;padding:.7rem;display:flex;overflow-y:auto}.landing-notifications-empty{text-align:center;color:var(--text-muted);padding:1.5rem 1rem;font-size:.9rem}.landing-notifications-item{background:#ffffff09;border:1px solid #ffffff14;border-radius:12px;padding:.85rem .95rem}.landing-notifications-item p{color:var(--text-white);margin:0;font-size:.88rem;line-height:1.5}.landing-notifications-item small{color:var(--text-muted);margin-top:.4rem;font-size:.78rem;display:block}.quiz-filter-group{text-align:left}.quiz-filter-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.6rem;font-size:.78rem;font-weight:600;display:block}.quiz-filter-row{flex-wrap:wrap;gap:.5rem;display:flex}.quiz-chip{color:var(--text-gray);border:1px solid var(--border-light);font-size:.88rem;font-family:var(--font-body);cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff0a;border-radius:999px;padding:8px 18px;font-weight:500;transition:all .22s cubic-bezier(.16,1,.3,1)}.quiz-chip:hover{border-color:var(--border-hover);background:#ffffff14;transform:translateY(-1px)}.quiz-chip.active{color:#67e8f9;background:#22d3ee29;border-color:#22d3ee73;box-shadow:0 0 14px #22d3ee1f}.quiz-chip-subject.active{color:#a5b4fc;background:#818cf829;border-color:#818cf873;box-shadow:0 0 14px #818cf81f}.quiz-grid{text-align:left;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;width:100%;padding-bottom:3rem;display:grid}.quiz-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:20px;flex-direction:column;gap:.9rem;padding:1.5rem;display:flex}.quiz-card-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.quiz-card-subject{letter-spacing:.05em;text-transform:uppercase;border:1px solid;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:700}.quiz-difficulty-pill{white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:600}.quiz-difficulty-easy{color:#34d399;background:#10b9811f;border:1px solid #10b9814d}.quiz-difficulty-medium{color:#fbbf24;background:#f59e0b1f;border:1px solid #f59e0b4d}.quiz-difficulty-hard{color:#f87171;background:#ef44441f;border:1px solid #ef44444d}.quiz-card-title{color:var(--text-white);font-family:var(--font-title);margin:0;font-size:1.2rem;font-weight:700}.quiz-card-desc{color:var(--text-gray);flex:1;margin:0;font-size:.88rem;line-height:1.5}.quiz-card-meta{color:var(--text-muted);align-items:center;gap:1rem;font-size:.8rem;display:flex}.quiz-card-meta-item{align-items:center;gap:5px;display:inline-flex}.quiz-card-spec-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.quiz-card-record{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;gap:.5rem;padding:8px 12px;font-size:.78rem;display:flex}.quiz-card-record-empty{color:var(--text-muted);justify-content:center}.quiz-card-record-best{color:#fbbf24;align-items:center;gap:6px;font-weight:600;display:inline-flex}.quiz-card-record-time{color:var(--text-muted);align-items:center;gap:5px;display:inline-flex}.quiz-start-btn{color:#34d399;width:100%;font-size:.95rem;font-weight:700;font-family:var(--font-body);cursor:pointer;background:#10b98129;border:1px solid #10b98159;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.quiz-start-btn:hover{background:#10b98147;border-color:#10b9818c;transform:translateY(-2px)}.quiz-player-overlay{z-index:1000;background:var(--bg-dark);background-image:var(--bg-gradient);flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.quiz-player-header{z-index:10;-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);background:#04060bd9;align-items:center;gap:1rem;padding:1.1rem 1.5rem;display:flex;position:sticky;top:0}.quiz-close-btn{border:1px solid var(--border-light);width:40px;height:40px;color:var(--text-white);cursor:pointer;background:#ffffff0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.quiz-close-btn:hover{border-color:var(--border-hover);background:#ffffff1f;transform:rotate(90deg)}.quiz-progress-track{background:#ffffff14;border-radius:999px;flex:1;height:16px;overflow:hidden}.quiz-progress-fill{background:linear-gradient(90deg,#22d3ee,#10b981);border-radius:999px;height:100%;transition:width .4s cubic-bezier(.16,1,.3,1)}.quiz-player-timer{color:var(--text-gray);font-variant-numeric:tabular-nums;flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;min-width:84px;font-size:.9rem;font-weight:600;display:flex}.quiz-player-body{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;width:100%;padding:2rem 1.25rem 4rem;display:flex}.quiz-question-meta{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:720px;margin-bottom:1rem;display:flex}.quiz-question-count{color:var(--text-gray);font-size:.9rem;font-weight:600}.quiz-question-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:22px;flex-direction:column;gap:1.1rem;width:100%;max-width:660px;padding:1.8rem;display:flex}.quiz-question-text{color:var(--text-white);font-family:var(--font-title);text-align:left;margin:0;font-size:1.32rem;font-weight:700;line-height:1.35}.quiz-code-block{text-align:left;background:#0b1220;border:1px solid #ffffff1a;border-radius:16px;overflow:hidden}.quiz-code-bar{background:#ffffff0a;border-bottom:1px solid #ffffff14;align-items:center;gap:6px;padding:10px 14px;display:flex}.quiz-code-dot{background:#3b4252;border-radius:50%;width:11px;height:11px}.quiz-code-dot:first-child{background:#f87171}.quiz-code-dot:nth-child(2){background:#fbbf24}.quiz-code-dot:nth-child(3){background:#34d399}.quiz-code-lang{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:5px;margin-left:auto;font-size:.75rem;font-weight:600;display:inline-flex}.quiz-code-pre{color:#d1e3f8;white-space:pre;margin:0;padding:1rem 1.25rem;font-family:JetBrains Mono,Fira Code,Consolas,Menlo,monospace;font-size:.85rem;line-height:1.6;overflow-x:auto}.quiz-options{flex-direction:column;gap:.75rem;display:flex}.quiz-option{text-align:left;border:2px solid var(--border-light);width:100%;color:var(--text-white);font-size:.98rem;font-family:var(--font-body);cursor:pointer;background:#ffffff0a;border-radius:16px;align-items:center;gap:.9rem;padding:.95rem 1.1rem;font-weight:500;transition:all .2s;display:flex}.quiz-option:hover{border-color:var(--border-hover);background:#ffffff12}.quiz-option-letter{width:34px;height:34px;color:var(--text-gray);background:#ffffff12;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.quiz-option-selected{background:#22d3ee1a;border-color:#22d3ee99}.quiz-option-selected .quiz-option-letter{color:#67e8f9;background:#22d3ee40}.quiz-option-correct{background:#10b98124;border-color:#10b98199}.quiz-option-correct .quiz-option-letter{color:#34d399;background:#10b98140}.quiz-option-correct .quiz-option-icon{color:#34d399;flex-shrink:0;margin-left:auto}.quiz-option-wrong{background:#ef444424;border-color:#ef444499}.quiz-option-wrong .quiz-option-letter{color:#f87171;background:#ef444440}.quiz-option-wrong .quiz-option-icon{color:#f87171;flex-shrink:0;margin-left:auto}.quiz-option-disabled{cursor:default}.quiz-option-text{flex:1}.quiz-explanation{color:var(--text-gray);text-align:left;background:#10b98114;border:1px solid #10b98138;border-radius:14px;flex-direction:column;gap:4px;padding:12px 16px;font-size:.88rem;line-height:1.5;display:flex}.quiz-explanation strong{color:#34d399;font-size:.92rem}.quiz-actions{justify-content:flex-end;margin-top:.25rem;display:flex}.quiz-check-btn{color:#fff;font-size:1.05rem;font-weight:700;font-family:var(--font-body);cursor:pointer;background:linear-gradient(#34d399,#059669);border:none;border-bottom:4px solid #047857;border-radius:16px;padding:14px 42px;transition:all .2s}.quiz-check-btn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.quiz-check-btn:disabled{opacity:.4;cursor:not-allowed}.quiz-next-btn{color:#fff;font-size:1.05rem;font-weight:700;font-family:var(--font-body);cursor:pointer;background:linear-gradient(#1cb0f6,#1899d6);border:none;border-bottom:4px solid #1273a8;border-radius:16px;align-items:center;gap:8px;padding:14px 42px;transition:all .2s;display:flex}.quiz-next-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.quiz-result-card{flex-direction:column;gap:1.5rem;width:100%;max-width:720px;display:flex}.quiz-result-hero{text-align:center;background:var(--bg-card);border:1px solid var(--border-light);border-radius:24px;padding:2.5rem 2rem 2rem}.quiz-result-badge{color:#67e8f9;background:#22d3ee1a;border:2px solid #22d3ee66;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:128px;height:128px;margin:0 auto 1.25rem;display:flex}.quiz-result-score{font-family:var(--font-title);color:var(--text-white);font-size:1.7rem;font-weight:800}.quiz-result-pct{color:#34d399;font-size:.85rem;font-weight:700}.quiz-result-title{font-family:var(--font-title);color:var(--text-white);margin:0;font-size:1.8rem;font-weight:800}.quiz-result-subtitle{color:var(--text-gray);margin:.5rem 0 0;font-size:.98rem}.quiz-result-stats{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.quiz-stat{border:1px solid var(--border-light);background:var(--bg-card);border-radius:18px;flex-direction:column;align-items:center;gap:4px;padding:1.1rem .5rem;display:flex}.quiz-stat-value{font-family:var(--font-title);color:var(--text-white);font-size:1.6rem;font-weight:800}.quiz-stat-label{color:var(--text-gray);align-items:center;gap:6px;font-size:.8rem;display:inline-flex}.quiz-stat-correct{border-color:#10b9814d}.quiz-stat-correct .quiz-stat-label{color:#34d399}.quiz-stat-wrong{border-color:#ef44444d}.quiz-stat-wrong .quiz-stat-label{color:#f87171}.quiz-stat-time{border-color:#22d3ee4d}.quiz-stat-time .quiz-stat-label{color:#67e8f9}.quiz-review{text-align:left;background:var(--bg-card);border:1px solid var(--border-light);border-radius:24px;padding:1.5rem}.quiz-review-title{font-family:var(--font-title);color:var(--text-white);margin:0 0 1rem;font-size:1.15rem;font-weight:700}.quiz-review-list{flex-direction:column;gap:.9rem;display:flex}.quiz-review-item{border:1px solid var(--border-light);border-radius:14px;flex-direction:column;gap:.6rem;padding:.9rem 1rem;display:flex}.quiz-review-item.is-correct{background:#10b9810d;border-color:#10b98147}.quiz-review-item.is-wrong{background:#ef44440d;border-color:#ef444447}.quiz-review-q{align-items:flex-start;gap:.6rem;display:flex}.quiz-review-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.quiz-review-icon.is-correct{color:#34d399;background:#10b98133}.quiz-review-icon.is-wrong{color:#f87171;background:#ef444433}.quiz-review-question{color:var(--text-white);font-size:.92rem;font-weight:600;line-height:1.45}.quiz-review-answers{color:var(--text-gray);flex-direction:column;gap:5px;margin-left:1.85rem;font-size:.85rem;display:flex}.quiz-review-answer span{font-weight:700}.quiz-review-your{color:#f87171}.quiz-review-correct{color:#34d399}.quiz-result-actions{gap:.75rem;display:flex}.quiz-result-actions .quiz-next-btn,.quiz-result-actions .quiz-close-results-btn{flex:1;justify-content:center}.quiz-close-results-btn{color:var(--text-white);border:1px solid var(--border-light);font-size:1rem;font-weight:700;font-family:var(--font-body);cursor:pointer;background:#ffffff0f;border-radius:16px;padding:14px 24px;transition:all .2s}.quiz-close-results-btn:hover{border-color:var(--border-hover);background:#ffffff1a}@media (max-width:560px){.quiz-question-card{padding:1.25rem}.quiz-question-text{font-size:1.2rem}.quiz-result-stats{grid-template-columns:1fr}.quiz-player-header{padding:.9rem 1rem}.quiz-progress-track{height:12px}}.flat-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.4rem;display:flex}.flat-search-shell{flex:1;min-width:0;position:relative}.search-leading-icon{color:#64748b;pointer-events:none;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.flat-search-input{border:1px solid var(--border-light);width:100%;color:var(--text-white);font-family:var(--font-body);background:#ffffff0a;border-radius:14px;outline:none;padding:.75rem 1rem .75rem 2.7rem;font-size:.92rem;transition:border-color .2s,background .2s}.flat-search-input::placeholder{color:#64748b}.flat-search-input:focus{background:#ffffff0f;border-color:#34d39980}.flat-add-btn{color:#fff;width:44px;height:44px;font-family:var(--font-body);cursor:pointer;background:linear-gradient(#059669,#047857);border:1px solid #34d39966;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;transition:filter .2s,background .2s;display:inline-flex}.flat-add-btn:hover{filter:brightness(.88)}.flat-empty{text-align:center;color:#64748b;background:#ffffff05;border:1px dashed #94a3b840;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 1.5rem;display:flex}.flat-empty p{font-family:var(--font-body);margin:0;font-size:.95rem}.flat-beta-banner{text-align:left;color:#e2e8f0d1;background:#f59e0b12;border:1px solid #f59e0b47;border-radius:14px;align-items:flex-start;gap:.6rem;margin-bottom:1.1rem;padding:.85rem 1rem;display:flex}.flat-beta-banner svg{color:#fbbf24;flex-shrink:0;margin-top:.15rem}.flat-beta-banner p{margin:0;font-size:.84rem;line-height:1.5}.flat-beta-banner strong{color:#fbbf24;font-weight:700}.flat-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.flat-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:20px;flex-direction:column;gap:.9rem;padding:1.4rem;transition:transform .2s,border-color .2s;display:flex;position:relative}.flat-card:hover{border-color:#ffffff29;transform:translateY(-3px)}.flat-owner-actions{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.flat-edit-btn{color:#cbd5e1;font-family:var(--font-body);cursor:pointer;background:#94a3b814;border:1px solid #94a3b847;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.88rem;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.flat-edit-btn:hover{background:#94a3b829;transform:translateY(-2px)}.flat-del-btn{color:#f87171;font-family:var(--font-body);cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.88rem;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.flat-del-btn:hover{background:#ef44442e;transform:translateY(-2px)}.flat-card-top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.flat-card-title{font-family:var(--font-title);color:var(--text-white);margin:0;font-size:1.15rem;font-weight:800;line-height:1.3}.flat-card-bhk{color:#6ee7b7;white-space:nowrap;background:#34d39924;border:1px solid #34d3994d;border-radius:999px;flex-shrink:0;padding:.3rem .6rem;font-size:.72rem;font-weight:700}.flat-card-location{color:#94a3b8;align-items:center;gap:.4rem;margin:0;font-size:.85rem;display:flex}.flat-rent-row{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.flat-rent-box{background:#ffffff0a;border:1px solid #ffffff12;border-radius:12px;flex-direction:column;gap:.15rem;padding:.7rem .9rem;display:flex}.flat-rent-label{color:#64748b;font-size:.72rem;font-weight:600}.flat-rent-value{color:var(--text-white);font-size:1.05rem;font-weight:800}.flat-occupancy{flex-direction:column;gap:.4rem;display:flex}.flat-occupancy-head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.flat-occupancy-label{color:#94a3b8;align-items:center;gap:.4rem;font-size:.8rem;display:inline-flex}.flat-occupancy-count{color:#34d399;font-size:.72rem;font-weight:700}.flat-occupancy-track{background:#ffffff14;border-radius:999px;height:6px;overflow:hidden}.flat-occupancy-fill{background:#059669;border-radius:999px;height:100%}.flat-card-lister{color:#94a3b8;margin:0;font-size:.8rem}.flat-card-lister strong{color:var(--text-white)}.flat-wa-btn{color:#4ade80;font-family:var(--font-body);cursor:pointer;background:#25d3661a;border:1px solid #25d36659;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.88rem;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.flat-wa-btn:hover{background:#25d3662e;transform:translateY(-2px)}.flat-form-modal{max-width:620px;max-height:90vh;overflow-y:auto}@media (max-width:900px){.flat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.flat-grid{grid-template-columns:1fr}}.lf-filters{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.lf-chip{border:1px solid var(--border-light);color:var(--text-gray);font-family:var(--font-body);cursor:pointer;background:#ffffff0a;border-radius:999px;padding:.55rem 1.1rem;font-size:.88rem;font-weight:700;transition:all .2s}.lf-chip:hover{color:var(--text-white);border-color:#fff3}.lf-chip.active{background:var(--bg-card);color:var(--text-white);border-color:#34d39973}.lf-filters-divider{background:var(--border-light);width:1px;height:1.4rem;margin:0 .35rem}.beta-badge{letter-spacing:.12em;text-transform:uppercase;color:#e2e8f0d9;white-space:nowrap;background:#ffffff0f;border:1px solid #94a3b847;border-radius:999px;flex-shrink:0;align-items:center;gap:.35rem;width:fit-content;padding:.24rem .6rem;font-size:.7rem;font-weight:700;display:inline-flex}@media (max-width:640px){.lf-filters{justify-content:center}.flat-form-modal form>div{grid-template-columns:1fr!important}}.tools-section{text-align:left;width:100%;margin-bottom:2.25rem}.tools-section-title{font-family:var(--font-title);letter-spacing:-.01em;margin:0 0 .2rem;font-size:1.15rem;font-weight:800}.tools-section-desc{color:var(--text-gray);margin:0 0 1rem;font-size:.85rem}.tools-grid{grid-template-columns:repeat(3,1fr);gap:.9rem;display:grid}.tool-card{background:var(--bg-card);border:1px solid var(--border-light);text-align:left;cursor:pointer;border-radius:16px;align-items:center;gap:.8rem;padding:1rem 1.1rem;transition:transform .2s,border-color .2s;display:flex}.tool-card.is-available:hover{border-color:#ffffff2e;transform:translateY(-3px)}.tool-card.is-soon{opacity:.55;cursor:default}.tool-card-icon{color:#6ee7b7;background:#34d3991f;border:1px solid #34d39940;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.tool-card-body{flex:1;min-width:0}.tool-card-name-row{align-items:center;gap:.5rem;display:flex}.tool-card-name{font-family:var(--font-title);color:var(--text-white);font-size:.95rem;font-weight:800}.tool-card-soon{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;background:#94a3b824;border:1px solid #94a3b840;border-radius:999px;padding:.18rem .5rem;font-size:.62rem;font-weight:700}.tool-card-desc{color:var(--text-gray);margin:.2rem 0 0;font-size:.78rem;line-height:1.4}.tool-card-arrow{color:#475569;flex-shrink:0}.tool-card.is-available .tool-card-arrow{color:#64748b}@media (max-width:900px){.tools-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.tools-grid{grid-template-columns:1fr}}.breath-page{z-index:1000;color:#e5e9f0;background:#070b13;position:fixed;inset:0;overflow:hidden}.breath-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.breath-overlay{background-color:#04070e9e;position:absolute;inset:0}.breath-back{z-index:2;color:#ffffffd9;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff29;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,transform .2s;display:flex;position:absolute;top:1.5rem;left:1.5rem}.breath-back:hover{background:#ffffff1a;transform:translate(-2px)}.breath-main{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:2.25rem;height:100%;padding:4.5rem 1.5rem 2.25rem;display:flex;position:relative}.breath-circle-wrap{justify-content:center;align-items:center;display:flex}.breath-circle{background:#ffffff0a;border:1px solid #fff6;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;width:250px;height:250px;display:flex}.breath-phase{text-transform:uppercase;letter-spacing:.28em;color:#ffffffbf;font-size:.72rem}.breath-count{color:#fffffff2;font-variant-numeric:tabular-nums;font-size:3rem;font-weight:200;line-height:1}.breath-meta{flex-direction:column;align-items:center;gap:.65rem;display:flex}.breath-cycle{color:#ffffffb3;font-size:.85rem}.breath-dots{gap:.5rem;display:flex}.breath-dot{background:#fff3;border-radius:50%;width:7px;height:7px;transition:background .3s,transform .3s}.breath-dot.active{background:#ffffffd9;transform:scale(1.25)}.breath-controls{align-items:center;gap:.75rem;display:flex}.breath-btn{color:#fff;font-family:var(--font-body);cursor:pointer;background:#ffffff12;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:.9rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.breath-btn:hover{background:#ffffff1f;border-color:#ffffff59}.breath-btn-ghost{color:#ffffffbf;background:0 0;border-color:#ffffff24}.breath-btn-ghost:hover{background:#ffffff0f}.breath-cycles{align-items:center;gap:.5rem;display:flex}.breath-cycles-label{color:#fff9;margin-right:.25rem;font-size:.8rem}.breath-cycle-btn{color:#ffffffbf;width:34px;height:34px;font-family:var(--font-body);cursor:pointer;background:0 0;border:1px solid #ffffff29;border-radius:50%;font-size:.85rem;transition:all .2s}.breath-cycle-btn:hover{border-color:#fff6}.breath-cycle-btn.active{color:#fff;background:#ffffff24;border-color:#ffffff80}.breath-done{text-align:center;flex-direction:column;align-items:center;gap:.75rem;max-width:420px;display:flex}.breath-done-title{font-family:var(--font-title);margin:0;font-size:1.6rem;font-weight:600}.breath-done-sub{color:#ffffffb8;margin:0 0 .5rem;font-size:.95rem;line-height:1.6}.pomo-page{z-index:1000;color:#e5e9f0;background:radial-gradient(circle at 50% 35%,#0e162f 0%,#04060b 100%);position:fixed;inset:0;overflow-y:auto}.pomo-back{z-index:2;color:#ffffffd9;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff29;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,transform .2s;display:flex;position:fixed;top:1.5rem;left:1.5rem}.pomo-back:hover{background:#ffffff1a;transform:translate(-2px)}.pomo-main{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;min-height:100%;padding:5rem 1.5rem 2.5rem;display:flex;position:relative}.pomo-tabs{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;gap:.35rem;padding:.3rem;display:flex}.pomo-tab{color:#fff9;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:.35rem;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.pomo-tab:hover{color:#ffffffe6}.pomo-tab.active{color:#fff;background:#20b2842e;border:1px solid #20b28466}.pomo-tab:disabled{opacity:.55;cursor:default}.pomo-ring-wrap{width:280px;height:280px;position:relative}.pomo-ring{width:100%;height:100%;transform:rotate(-90deg)}.pomo-ring-track{fill:none;stroke:#ffffff14;stroke-width:10px}.pomo-ring-fill{fill:none;stroke:#20b284;stroke-width:10px;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.pomo-ring-inner{flex-direction:column;justify-content:center;align-items:center;gap:.4rem;display:flex;position:absolute;inset:0}.pomo-mode-label{text-transform:uppercase;letter-spacing:.22em;color:#fff9;font-size:.72rem}.pomo-time{font-family:var(--font-title);font-variant-numeric:tabular-nums;color:#fff;letter-spacing:-.02em;font-size:3.4rem;font-weight:300;line-height:1}.pomo-session-note{color:#ffffff73;font-size:.8rem}.pomo-dots{gap:.55rem;display:flex}.pomo-dot{background:#ffffff26;border-radius:50%;width:8px;height:8px;transition:background .3s,box-shadow .3s}.pomo-dot.done{background:#20b284}.pomo-dot.current{background:#20b2848c;box-shadow:0 0 0 3px #20b28426}.pomo-controls{align-items:center;gap:.75rem;display:flex}.pomo-btn{color:#fff;font-family:var(--font-body);cursor:pointer;background:#ffffff12;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:.9rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.pomo-btn:hover{background:#ffffff1f;border-color:#ffffff59}.pomo-btn-ghost{color:#ffffffbf;background:0 0;border-color:#ffffff24}.pomo-btn-ghost:hover{background:#ffffff0f}.pomo-done{text-align:center;flex-direction:column;align-items:center;gap:.6rem;max-width:420px;display:flex}.pomo-done-title{font-family:var(--font-title);margin:0;font-size:1.5rem;font-weight:600}.pomo-done-sub{color:#ffffffb3;margin:0 0 .5rem;font-size:.95rem;line-height:1.6}@media (max-width:480px){.pomo-ring-wrap{width:240px;height:240px}.pomo-time{font-size:2.8rem}}@media (max-width:640px){.landing-site-header{grid-template-columns:auto auto 1fr;gap:.55rem}.landing-site-header .site-header-menu-btn{grid-area:1/1;justify-self:start;display:inline-flex}.landing-site-header .site-logo-btn{grid-area:1/2;justify-self:start;font-size:1.35rem}.landing-site-header .site-header-actions{grid-area:1/3;justify-self:end;gap:8px;display:flex}.landing-site-header .site-header-pill,.landing-site-header .iced-header-divider,.landing-site-header .iced-plus-btn{display:none}.landing-site-header .site-icon-btn,.landing-site-header .site-avatar-btn{width:38px;height:38px}.app-site-header{grid-template-columns:auto auto 1fr;gap:.55rem}.app-site-header .site-header-menu-btn{grid-area:1/1;justify-self:start;display:inline-flex}.app-site-header .site-header-brand{flex-direction:row;grid-area:1/2;justify-self:start;gap:.5rem}.app-site-header .site-header-brand .iced-header-divider,.app-site-header .site-header-actions .iced-header-divider,.app-site-header .iced-plus-btn,.app-site-header .site-header-page-label,.app-site-header .site-header-beta{display:none}.app-site-header .site-header-actions{grid-area:1/3;justify-self:end;gap:8px;display:flex}.app-site-header .site-header-pill{display:none}.app-site-header .site-icon-btn,.app-site-header .site-avatar-btn{width:38px;height:38px}}.deadlines-grid{grid-template-columns:repeat(2,minmax(0,360px));justify-content:center;gap:1.5rem;padding-bottom:3rem;display:grid}@media (max-width:760px){.deadlines-grid{grid-template-columns:minmax(0,1fr)}}.profile-edit-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:stretch;gap:1.25rem;display:grid}@media (max-width:900px){.profile-edit-grid{grid-template-columns:minmax(0,1fr)}}.landing-logo-fold{white-space:nowrap;line-height:1;display:inline-flex}.landing-logo-char{transform-origin:50% 0;backface-visibility:hidden;opacity:0;animation:iced-logo-fold .65s cubic-bezier(.22, 1, .36, 1) var(--fold-delay,0s) both;display:inline-block;position:relative}.landing-logo-char:after{content:"";pointer-events:none;opacity:0;animation:iced-logo-crease .65s cubic-bezier(.22, 1, .36, 1) var(--fold-delay,0s) both;background:linear-gradient(#00000094 0%,#00000038 42%,#ffffff42 100%);position:absolute;inset:-.08em -.02em}@keyframes iced-logo-fold{0%{opacity:0;transform:perspective(700px)rotateX(-92deg)}to{opacity:1;transform:perspective(700px)rotateX(0)}}@keyframes iced-logo-crease{0%{opacity:.55}to{opacity:0}}@media (prefers-reduced-motion:reduce){.landing-logo-char{opacity:1;animation:none}.landing-logo-char:after{animation:none;opacity:0!important}}@media (max-width:640px){.app-container.results-state{padding-top:2.75rem}.sections-page-overlay{padding:4.6rem 1rem 1.5rem}.sections-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.7rem}.faculties-search-input,.search-input{font-size:1rem}.faculties-grid{grid-template-columns:1fr}.student-card{gap:.8rem;padding:1rem}.results-wrapper{margin-top:1.75rem}}.admin-layout{align-items:stretch;gap:1.5rem;width:100%;max-width:1100px;height:calc(100vh - 7.35rem);display:flex;overflow:hidden}.admin-sidebar{background:var(--bg-card);border:1px solid var(--border-light);border-radius:16px;flex-direction:column;flex-shrink:0;gap:.3rem;width:220px;padding:.6rem;display:flex;overflow-y:auto}.admin-nav-btn{width:100%;color:var(--text-gray);font-family:var(--font-body);text-align:left;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:.7rem .85rem;font-size:.88rem;font-weight:500;transition:background .2s,color .2s;display:flex}.admin-nav-btn:hover{color:var(--text-white);background:#ffffff0f}.admin-nav-btn.active{color:#34d399;background:#10b98129;box-shadow:inset 0 0 0 1px #10b98159}.admin-content-panel{background:var(--bg-card);border:1px solid var(--border-light);scrollbar-width:thin;scrollbar-color:#94a3b859 transparent;border-radius:16px;flex:1;min-width:0;min-height:0;padding:2rem;overflow-y:auto}.admin-sidebar::-webkit-scrollbar{width:6px}.admin-content-panel::-webkit-scrollbar{width:6px}.admin-sidebar::-webkit-scrollbar-track{background:0 0}.admin-content-panel::-webkit-scrollbar-track{background:0 0}.admin-sidebar::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:999px}.admin-content-panel::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:999px}.admin-sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b899}.admin-content-panel::-webkit-scrollbar-thumb:hover{background:#94a3b899}@media (max-width:900px){.admin-layout{flex-direction:column;gap:1rem}.admin-sidebar{border-radius:14px;flex-flow:row;flex-shrink:0;gap:.5rem;width:100%;padding:.5rem;overflow-x:auto}.admin-nav-btn{flex-shrink:0;width:auto}.admin-content-panel{padding:1.25rem;overflow-y:auto}.admin-tab-center{align-items:center}.admin-tab-center>*{width:100%;max-width:540px;margin-left:auto;margin-right:auto}}.maintenance-screen{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.1rem;width:100%;min-height:calc(100vh - 4rem);padding:6rem 1.5rem 3rem;display:flex}.maintenance-title{font-family:var(--font-title);color:var(--text-white);letter-spacing:-.015em;cursor:default;-webkit-user-select:none;user-select:none;font-size:clamp(1.9rem,5vw,2.6rem);font-weight:700}.maintenance-desc{color:var(--text-gray);max-width:460px;margin:0;font-size:clamp(.95rem,2.5vw,1.05rem);line-height:1.6}.maintenance-home-btn{margin-top:.75rem}.landing-header-brand{justify-self:start;align-items:center;gap:.7rem;min-width:0;display:flex}.landing-maintenance-badge{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:#fbbf24;white-space:nowrap;cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none;background:#fbbf241f;border:1px solid #fbbf2459;border-radius:999px;padding:4px 10px;font-size:.68rem;font-weight:700}@media (max-width:640px){.landing-site-header .landing-header-brand{grid-area:1/2;justify-self:start;gap:.5rem;min-width:0}.landing-maintenance-badge{padding:3px 8px;font-size:.55rem}.landing-site-header .site-header-beta{letter-spacing:.08em;padding:3px 8px;font-size:.55rem}}

