:root{--primary:#0f766e;--primary-light:#14b8a6;--primary-dark:#115e59;--accent:#0d9488;--accent-light:#5eead4;--success:#2ecc71;--warning:#f39c12;--danger:#e74c3c;--info:#3498db;--bg-primary:#f5f7fa;--bg-secondary:#fff;--bg-card:#fff;--bg-hover:#f0f2f5;--text-primary:#1a1a2e;--text-secondary:#555770;--text-tertiary:#8e8ea9;--text-inverse:#fff;--border-color:#e8ebf0;--border-radius:12px;--border-radius-sm:8px;--border-radius-lg:16px;--border-radius-xl:24px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--shadow-glow:0 0 20px #14b8a62e;--card-blue:#e8f4fd;--card-pink:#fde8f0;--card-green:#e8fdf0;--card-purple:#f0e8fd;--card-orange:#fdf0e8;--card-teal:#e8fdf8;--card-yellow:#fdfbe8;--card-beige:#f5f0e8;--font-family:"Roboto", -apple-system, BlinkMacSystemFont, sans-serif;--nav-height:64px;--bottom-nav-height:72px}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-family);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body,#root{min-height:100dvh}a{color:inherit;text-decoration:none}button{font-family:var(--font-family);cursor:pointer;border:none;outline:none}input,textarea,select{font-family:var(--font-family);outline:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes glowPulse{0%,to{box-shadow:0 0 5px #14b8a633}50%{box-shadow:0 0 20px #14b8a666}}.fade-in{animation:.3s ease-out fadeIn}.slide-up{animation:.3s ease-out slideUp}.app-pill{white-space:nowrap;color:#475569;background:#f1f5f9f5;border:1px solid #94a3b824;border-radius:999px;justify-content:center;align-items:center;gap:6px;width:fit-content;padding:6px 12px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.app-pill--code{color:#1d4ed8;background:#3b82f61f}.app-pill--credit{color:#475569;background:#f1f5f9f5}.app-pill--semester{color:#0f766e;background:#14b8a61f}.app-pill--type{color:#7c3aed;background:#8b5cf61f}.app-metric-strip{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.app-metric-strip--compact{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.app-metric-strip--compact::-webkit-scrollbar{display:none}.app-metric-pill{background:linear-gradient(#fffffff5,#f1f5f9f5);border:1px solid #94a3b829;border-radius:999px;flex-direction:column;flex:none;gap:2px;min-width:94px;padding:10px 12px;display:flex}.app-metric-pill__label{color:#64748b;font-size:11px;font-weight:700}.app-metric-pill__value{color:#0f172a;font-size:18px}.app-metric-strip--compact .app-metric-pill{min-width:84px;padding:8px 10px}.app-metric-strip--compact .app-metric-pill__value{font-size:16px}.app-result-card{background:#ffffffe0;border:1px solid #94a3b824;border-radius:20px;padding:12px}.app-result-card--passed{background:linear-gradient(#fffffffa,#dcfce7eb)}.app-result-card--failed{background:linear-gradient(#fffffffa,#fee2e2f0)}.app-result-card--pending{background:linear-gradient(#fffffffa,#f1f5f9f0)}.app-result-card__header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.app-result-card__content{flex-direction:column;gap:6px;min-width:0;display:flex}.app-result-card__meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.app-result-card__title{min-width:0}.app-result-card__aside{text-align:right;flex-direction:column;justify-content:center;align-items:flex-end;gap:6px;min-width:0;display:flex}.app-result-card__footer{margin-top:10px}.app-result-card__extra{margin-top:8px}.app-grade-badge{white-space:nowrap;border-radius:16px;flex:none;justify-content:center;align-items:center;font-weight:800;line-height:1;display:inline-flex}.app-grade-badge--compact{min-width:50px;min-height:38px;padding:0 14px;font-size:18px}.app-grade-badge--compact.app-grade-badge--long{letter-spacing:.02em;border-radius:999px;min-width:70px;min-height:34px;padding:0 12px;font-size:13px}.app-grade-badge--orb{border-radius:50%;width:56px;height:56px;font-size:24px;box-shadow:inset 0 0 0 1px #ffffff8a}.app-grade-badge--good{color:#166534;background:#22c55e24}.app-grade-badge--strong{color:#1d4ed8;background:#3b82f624}.app-grade-badge--warn{color:#92400e;background:#f59e0b29}.app-grade-badge--pass{color:#0f766e;background:#14b8a624}.app-grade-badge--failed{color:#b91c1c;background:#f8717129}.app-grade-badge--neutral{color:#334155;background:#94a3b829}@media (width<=720px){.app-result-card__header{gap:10px}.app-metric-strip:not(.app-metric-strip--compact) .app-metric-pill{flex:calc(50% - 8px)}}.attendance-ring{transform:rotate(-90deg)}.tab-active{background:var(--primary);color:#fff;font-weight:500}.tab-inactive{color:var(--text-secondary);border:1px solid var(--border-color);background:0 0}.feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;padding:0 4px;display:grid}@media (width<=480px){.feature-grid{grid-template-columns:repeat(3,1fr);gap:12px}}:root{--desktop-sidebar-width:248px;--desktop-page-gutter:clamp(16px, 1.8vw, 24px);--desktop-content-max-width:1328px;--desktop-surface:#ffffffd1;--desktop-surface-strong:#ffffffeb;--desktop-border:#94a3b82e;--desktop-shadow:0 24px 48px #0f172a14}.desktop-sidebar{display:none}.dash-search-open{overflow:hidden}.dash-search{width:100%}.dash-search__trigger{text-align:left;background:linear-gradient(135deg,#fffffffa,#f0f9ffeb);border:1px solid #94a3b82e;border-radius:20px;align-items:center;gap:12px;width:calc(100% - 32px);margin:0 16px 12px;padding:14px 16px;display:flex;box-shadow:0 18px 34px #0f172a14}.dash-search__trigger--iconOnly{border-radius:14px;justify-content:center;gap:0;width:44px;height:44px;margin:0;padding:0}.dash-search__trigger--compact{width:100%;box-shadow:none;border-radius:16px;justify-content:flex-start;gap:10px;margin:0;padding:11px 12px}.dash-search__trigger-icon,.dash-search__input-icon{color:#0f766e;background:#0f766e1f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.dash-search__trigger--iconOnly .dash-search__trigger-icon{background:0 0;border-radius:14px;width:44px;height:44px}.dash-search__trigger--compact .dash-search__trigger-icon{border-radius:12px;width:34px;height:34px}.dash-search__trigger-label{color:#0f172a;letter-spacing:.01em;font-size:13px;font-weight:800}.dash-search__trigger-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.dash-search__trigger-copy strong{color:#0f172a;font-size:14px}.dash-search__trigger-copy span{color:#64748b;font-size:12px;line-height:1.4}.dash-search__trigger-shortcut{color:#475569;background:#0f172a0f;border-radius:999px;flex-shrink:0;padding:6px 10px;font-size:11px;font-weight:700}.dash-search__overlay{z-index:420;padding:max(14px, env(safe-area-inset-top)) 16px 20px;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0}.dash-search__backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a94;border:none;position:absolute;inset:0}.dash-search__panel{background:linear-gradient(#fff,#f8fafc 72%);border:1px solid #94a3b829;border-radius:28px;flex-direction:column;gap:12px;width:min(100%,760px);max-height:calc(100dvh - 32px);padding:18px 16px 16px;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 70px #0f172a47}.dash-search__close{color:#475569;z-index:1;background:#0f172a0f;border:none;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:absolute;top:14px;right:14px}.dash-search__input-row{background:#f8fafc;border:1px solid #94a3b833;border-radius:20px;align-items:center;gap:10px;padding:12px 48px 12px 12px;display:flex}.dash-search__input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;font-size:15px}.dash-search__clear{color:#475569;background:#0f172a14;border:none;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.dash-search__meta{color:#64748b;justify-content:space-between;gap:12px;padding:0 4px;font-size:12px;display:flex}.dash-search__results{flex-direction:column;gap:8px;max-height:calc(100dvh - 180px);padding-right:2px;display:flex;overflow-y:auto}.dash-search__result{text-align:left;background:#fff;border:1px solid #94a3b81f;border-radius:18px;align-items:center;gap:12px;width:100%;padding:12px;display:flex}.dash-search__result.is-active{border-color:#0f766e47;transform:translateY(-1px);box-shadow:0 16px 26px #0f766e14}.dash-search__result-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.dash-search__result-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.dash-search__result-copy strong{color:#0f172a;font-size:14px}.dash-search__result-copy span{color:#64748b;font-size:12px;line-height:1.45}.dash-search__result-meta{color:#94a3b8;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.dash-search__result-meta em{color:#475569;text-transform:uppercase;letter-spacing:.08em;background:#0f172a0f;border-radius:999px;padding:5px 8px;font-size:10px;font-style:normal;font-weight:800}.dash-search__empty{color:#64748b;background:#f8fafc;border-radius:18px;flex-direction:column;gap:4px;padding:20px 16px;display:flex}.dash-search__empty strong{color:#0f172a;font-size:14px}.dash-search__visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dash-desktop-timetable-row,.dash-desktop-nav-panel,.dash-desktop-calendar-shell{display:none}@media (width>=1024px){body{background:radial-gradient(circle at 0 0,#14b8a61f,#0000 26%),radial-gradient(circle at 100% 0,#3b82f614,#0000 24%),linear-gradient(#edf6f6 0%,#f6f9fc 34%,#f2f5fa 100%)}.page-shell-wrap,.dash-wrap{min-height:100dvh}.page-shell,.dash{margin-left:var(--desktop-sidebar-width);width:calc(100% - var(--desktop-sidebar-width));max-width:none}.page-shell-wrap,.dash-wrap,.eval-page,.profile-page,.crs-page,.syl-page,.ttp-page,.obe-page{box-sizing:border-box}.eval-page,.profile-page,.crs-page,.syl-page,.fac-page,.ttp-page,.obe-page{margin-left:var(--desktop-sidebar-width);width:calc(100% - var(--desktop-sidebar-width));box-sizing:border-box;max-width:none;overflow-x:clip}.pc-stats-row{align-items:start;gap:14px}.pc-stat{min-height:0}.pc-stat-snapshot-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.desktop-sidebar{width:var(--desktop-sidebar-width);z-index:200;border-right:1px solid var(--desktop-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 0 0,#14b8a62e,#0000 24%),linear-gradient(#f8fbfff5 0%,#eff9f7f5 52%,#f8fafcf5 100%);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden auto;box-shadow:24px 0 42px #0f172a0f}.desktop-sidebar::-webkit-scrollbar{width:4px}.desktop-sidebar::-webkit-scrollbar-thumb{background:#0f766e38;border-radius:999px}.ds-logo{cursor:pointer;border-bottom:1px solid #94a3b829;flex-shrink:0;align-items:center;gap:12px;margin-bottom:10px;padding:20px 18px 16px;display:flex}.ds-logo-icon{background:linear-gradient(135deg,#0f766e 0%,#14b8a6 58%,#38bdf8 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 14px 24px #0f766e38}.ds-logo-text{letter-spacing:.02em;color:#0f172a;font-size:16px;font-weight:800}.ds-nav{flex-direction:column;flex:1;gap:9px;padding:6px 12px 22px;display:flex}.ds-group{flex-direction:column;gap:6px;display:flex}.ds-group-toggle{color:#64748b;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:10px 12px 6px;display:flex}.ds-group-title{letter-spacing:1px;text-transform:uppercase;color:inherit;padding:0;font-size:14px;font-weight:800}.ds-group-chevron{background:#ffffff73;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;transition:transform .18s,background .18s;display:inline-flex}.ds-group-toggle.is-open .ds-group-chevron{background:#14b8a624;transform:rotate(180deg)}.ds-group-items{flex-direction:column;gap:6px;display:flex}.ds-group-items.is-collapsed{display:none}.ds-item{color:#475569;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:15px;align-items:center;gap:13px;width:100%;padding:11px 13px;font-size:14px;font-weight:600;transition:background .18s,color .18s,border-color .18s,box-shadow .18s,transform .18s;display:flex}.ds-item:hover{color:#0f172a;background:#ffffffd6;border-color:#94a3b82e;transform:translate(1px);box-shadow:0 10px 22px #0f172a0d}.ds-item.active{color:#0f766e;background:linear-gradient(135deg,#14b8a624,#38bdf814);border-color:#14b8a62e;box-shadow:0 12px 24px #14b8a61f}.ds-item-icon{color:currentColor;background:#ffffff80;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.ds-item-label{font-size:inherit;line-height:1.45}.ds-footer{background:linear-gradient(#f8fafc00,#f8fafce6 18%,#f8fafcfa 100%);border-top:1px solid #94a3b829;flex-direction:column;gap:12px;margin-top:auto;padding:0 12px 18px;display:flex}.ds-account-card{background:#ffffffc2;border:1px solid #94a3b82e;border-radius:18px;align-items:center;gap:12px;margin-top:6px;padding:14px;display:flex;box-shadow:0 16px 30px #0f172a0d}.ds-account-avatar{letter-spacing:.08em;color:#0f766e;background:linear-gradient(135deg,#14b8a629,#38bdf824);border:1px solid #14b8a633;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:14px;font-weight:800;display:flex}.ds-account-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.ds-account-name{color:#0f172a;font-size:14px;font-weight:800;line-height:1.3}.ds-account-meta{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.4;overflow:hidden}.ds-footer-actions{flex-direction:column;gap:6px;display:flex}.ds-item--danger{color:#b91c1c}.ds-item--danger .ds-item-icon{background:#fef2f2e6}.ds-item--danger:hover{color:#991b1b;background:#fef2f2eb;border-color:#f8717138;box-shadow:0 10px 22px #7f1d1d14}.page-shell>.page-header,.page-shell>.page-content,.dash>.profile-card,.dash>.dash-timetable-block,.dash>.dash-desktop-timetable-row,.dash>.dash-desktop-nav-panel,.dash>.activity-section,.dash>.notice-alert,.dash>.circular-alert,.dash>.dashboard-calendar,.dash>.dash-desktop-calendar-shell{width:auto;max-width:none}.ds-item.active .ds-item-icon{background:#ffffffb8}.ds-item-label{white-space:normal;text-overflow:clip;overflow-wrap:anywhere;overflow:visible}:where(.page-shell,.dash,.eval-page,.profile-page,.crs-page,.syl-page,.fac-page,.ttp-page,.obe-page) :where(.sm-filter-grid,.results-filter-grid,.ex-filter-grid,.qz-filter-grid,.le-filters,.eval-controls){align-items:end;gap:14px}:where(.page-shell,.dash,.eval-page,.profile-page,.crs-page,.syl-page,.fac-page,.ttp-page,.obe-page) :where(select,input[type=search]){background-color:#fffffff5;border:1px solid #94a3b83d;border-radius:14px;width:100%;min-height:48px;padding:0 44px 0 14px;box-shadow:inset 0 1px #ffffffeb}:where(.page-shell,.dash,.eval-page,.profile-page,.crs-page,.syl-page,.fac-page,.ttp-page,.obe-page) select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364758b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:16px 16px}:where(.page-shell,.dash,.eval-page,.profile-page,.crs-page,.syl-page,.fac-page,.ttp-page,.obe-page) :where(.sm-filter-card,.results-filter-card,.ex-filter-card,.qz-filter-card,.sv-filter-card,.rm-filter-card){border-radius:24px;padding:18px 20px;box-shadow:0 20px 38px #0f172a12}.eval-content{width:100%;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important}.eval-card{min-width:0}.ec-subject,.ec-title,.sm-title,.na-title,.desk-feed-title{white-space:normal;overflow-wrap:anywhere}.dash-desktop-timetable-row,.dash-desktop-nav-panel,.dash-desktop-calendar-shell{display:block}.dash-mobile-top-grid,.dash-mobile-activities,.dash-mobile-secondary{display:none!important}.dash-desktop-timetable-row{margin-bottom:18px;padding:0}.dash-timetable-block--desktop{padding:0}.dash-timetable-block--desktop .ts-wrap{box-shadow:var(--desktop-shadow);border-radius:28px}.dash-desktop-nav-panel{background:var(--desktop-surface);border:1px solid var(--desktop-border);box-shadow:var(--desktop-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:28px;margin:0 0 20px;padding:22px 24px 24px}.dash-desktop-nav-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.dash-desktop-nav-copy{min-width:0}.dash-desktop-kicker{letter-spacing:.12em;text-transform:uppercase;color:#0f766e;margin-bottom:8px;font-size:11px;font-weight:800;display:inline-flex}.dash-desktop-nav-copy h3{color:#0f172a;margin:0;font-size:24px;line-height:1.2}.dash-desktop-nav-copy p{color:#64748b;max-width:62ch;margin:8px 0 0;font-size:14px;line-height:1.6}.dash-desktop-nav-panel .dash-search--desktop{flex-shrink:0;width:min(380px,100%);display:block}.dash-desktop-activity{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px;margin-top:16px;display:grid}.dash-desktop-calendar-shell{margin:0 0 28px}.dash-desktop-calendar-shell .dc-card{background:var(--desktop-surface-strong);border:1px solid var(--desktop-border);box-shadow:var(--desktop-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:28px}.desk-feed-card{cursor:pointer;background:#ffffffeb;border:1px solid #94a3b829;border-radius:22px;flex-direction:column;gap:10px;padding:18px;display:flex;box-shadow:0 16px 28px #0f172a12}.desk-feed-card--notice{background:linear-gradient(#eff6fff5,#fffffff0)}.desk-feed-card--circular{background:linear-gradient(#fff7edf5,#fffffff0)}.desk-feed-kicker{letter-spacing:.12em;text-transform:uppercase;color:#0f766e;background:#14b8a61f;border-radius:999px;width:fit-content;padding:6px 10px;font-size:10px;font-weight:800;display:inline-flex}.desk-feed-card--circular .desk-feed-kicker{color:#c2410c;background:#f9731624}.desk-feed-title{color:#0f172a;font-size:16px;font-weight:800;line-height:1.35}.desk-feed-copy{color:#64748b;font-size:13px;line-height:1.6}.desk-feed-link{color:#0f766e;align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex}.desk-feed-card--circular .desk-feed-link{color:#c2410c}}@media (width>=1280px){.dash-desktop-nav-panel{padding:24px 26px 26px}.dash-desktop-calendar-shell .dc-card{padding:22px}}@media (width<=640px){.dash-search__trigger:not(.dash-search__trigger--iconOnly){border-radius:16px;justify-content:center;gap:0;width:48px;height:48px;margin:0 16px 10px auto;padding:0}.dash-search__trigger-copy,.dash-search__trigger-shortcut{display:none}.dash-search__trigger:not(.dash-search__trigger--iconOnly) .dash-search__trigger-icon{background:0 0;border-radius:16px;width:48px;height:48px}.dash-search__overlay{padding:max(12px, env(safe-area-inset-top)) 12px 14px}.dash-search__panel{border-radius:24px;width:min(100%,100vw - 24px);max-height:calc(100dvh - 24px)}.dash-search__meta,.dash-search__result{gap:10px}.dash-search__result-meta{display:none}}.dash-wrap{min-height:100dvh;display:flex}.dash{min-width:0;min-height:100dvh;padding-bottom:calc(74px + env(safe-area-inset-bottom,8px));background:#f0f2f7;flex:1}.page-loader{justify-content:center;align-items:center;min-height:100dvh;display:flex}.profile-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border-radius:24px;margin:14px 14px 6px;padding:10px;box-shadow:0 12px 30px #0f172a14}.dash-mobile-top-grid{grid-template-columns:minmax(0,1fr);gap:6px;display:grid}.dash-top-main{min-width:0}.dash-timetable-block{margin-top:0;padding:0 14px}.pc-summary-band{color:#fff;background:radial-gradient(circle at 0 0,#7dd3fc47,#0000 32%),radial-gradient(circle at 100% 100%,#14b8a633,#0000 34%),linear-gradient(135deg,#08111f 0%,#0f2f37 45%,#135e63 100%);border-radius:22px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 44px #08111f33}.pc-summary-band:after{content:"";background:linear-gradient(135deg,#ffffff14,#ffffff05);border-radius:32px;width:148px;height:148px;position:absolute;bottom:-24px;right:-26px;transform:rotate(18deg)}.pc-summary-main{z-index:1;flex:1;align-items:center;gap:12px;min-width:0;display:flex;position:relative}.pc-summary-copy{flex:1;min-width:0}.pc-summary-actions{z-index:1;flex-shrink:0;align-items:center;display:flex;position:relative}.pc-summary-action-grid{flex-direction:column;gap:6px;display:flex}.pc-icon-btn--globe{order:2}.pc-icon-btn--student{order:1}.pc-icon-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff29;border-radius:13px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:relative}.pc-icon-btn:hover,.pc-icon-btn.open{background:#ccfbf12e}.pc-avatar{color:#fff;background:linear-gradient(135deg,#0f766e 0%,#14b8a6 55%,#38bdf8 100%);border:4px solid #ffffffb8;border-radius:22px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:22px;font-weight:700;display:flex;overflow:hidden;box-shadow:0 14px 28px #0f172a2e}.pc-avatar img{object-fit:cover;width:100%;height:100%}.pc-name{color:#fff;margin:0;font-size:20px;font-weight:800;line-height:1.02}.pc-summary-lines{flex-direction:column;gap:2px;margin-top:4px;display:flex}.pc-summary-lines span{color:#f0fdfae6;font-size:12px;font-weight:700;line-height:1.35;display:block}.pc-stats-row{grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:start;gap:8px;margin-top:8px;display:grid}.pc-stat{border-radius:18px;flex-direction:column;align-items:stretch;gap:5px;min-height:0;padding:10px;display:flex}.pc-stat--analysis{background:linear-gradient(135deg,#ecfeff 0%,#f0fdfa 50%,#f8fafc 100%);border:1px solid #0f766e1a;justify-content:flex-start}.att-stat{background:linear-gradient(160deg,#ecfeff 0%,#f0fdfa 50%,#ecfdf5 100%);border:1px solid #14b8a61f;justify-content:flex-start;gap:8px}.pc-stat-kicker{color:#0f766e;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800;line-height:1.15;display:block}.pc-stat-snapshot-head{justify-content:space-between;align-items:center;gap:6px;margin-bottom:4px;display:flex}.pc-stat-snapshot-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.pc-stat-metric{background:#ffffffd6;border-radius:13px;flex-direction:column;align-items:flex-start;gap:3px;min-width:0;padding:9px 8px;display:flex}.pc-att-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.pc-att-main{text-align:center;background:#ffffffc7;border:1px solid #0f766e14;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:4px;margin-top:0;padding:8px;display:flex}.pc-att-percent{color:#0f766e;font-size:26px;font-weight:800;line-height:1}.pc-att-tone{color:#0f766e;letter-spacing:.08em;text-transform:uppercase;background:#ffffffe0;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 10px;font-size:10px;font-weight:800;display:inline-flex}.pc-att-search-slot{background:#ffffff75;border:1px solid #0f766e1f;border-radius:16px;margin-top:4px;padding:4px}.pc-att-search,.pc-att-search .dash-search,.pc-att-search .dash-search__trigger,.pc-att-search .dash-search__trigger--compact{width:100%}.pc-att-search .dash-search__trigger.dash-search__trigger--compact{width:100%;height:auto;min-height:34px;box-shadow:none;background:#ffffffe6;border:1px solid #0f766e24;border-radius:15px;justify-content:flex-start;gap:8px;margin:0;padding:5px 8px}.pc-att-search .dash-search__trigger.dash-search__trigger--compact .dash-search__trigger-icon{color:#0f766e;background:#14b8a624;border-radius:11px;width:28px;height:28px}.pc-att-search .dash-search__trigger-label{color:#0f766e;font-size:11px}.pc-stat-label{color:#94a3b8;text-transform:uppercase;font-size:10px;font-weight:600}.pc-stat-val{font-size:15px;font-weight:800}.pc-stat-val.blue{color:#3b82f6}.pc-stat-val.purple{color:#8b5cf6}.pc-stat-val.red{color:#dc2626}.pc-stat-val.teal{color:#14b8a6}.mode-switch{background:#e8ecf4;border-radius:12px;gap:4px;margin:0 16px 12px;padding:4px;display:flex}.ms-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.ms-btn.active{color:var(--primary);background:#fff;box-shadow:0 1px 4px #00000014}.activity-section{padding:0 16px}.activity-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.activity-grid>*{min-width:0}.hz-section{margin-bottom:16px}.hz-title{color:#1e293b;margin:0 0 10px;font-size:14px;font-weight:700}.hz-scroll{-webkit-overflow-scrolling:touch;gap:10px;padding-bottom:6px;display:flex;overflow-x:auto}.hz-scroll::-webkit-scrollbar{display:none}.hz-card{cursor:pointer;border-radius:16px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:100px;height:100px;transition:transform .15s;display:flex;box-shadow:0 2px 8px #0000000f}.hz-card:active{transform:scale(.95)}.hz-icon,.fg-icon{border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.hz-label,.fg-label{color:#334155;text-align:center;font-size:11px;font-weight:500;line-height:1.2}.full-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.fg-card{cursor:pointer;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-width:0;padding:14px 8px;transition:transform .15s;display:flex}.fg-card:active{transform:scale(.95)}.notice-alert,.circular-alert{cursor:pointer;border-radius:16px;align-items:center;gap:12px;margin:16px;padding:16px;display:flex}.notice-alert{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 16px #3b82f64d}.circular-alert{background:linear-gradient(135deg,#f97316,#ea580c);margin-top:0;box-shadow:0 4px 16px #ea580c3d}.na-icon{flex-shrink:0}.na-content{flex-direction:column;gap:4px;min-width:0;display:flex}.na-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.na-link{color:#fffc;font-size:12px}.dashboard-calendar{margin:16px 16px 8px}@media (width>=1024px){.dash{padding:0 var(--desktop-page-gutter) 24px;max-width:none}.profile-card{margin:16px 0 10px}.dash-timetable-block{padding:0}.mode-switch{margin-left:auto;margin-right:auto}.activity-section{padding:0}.notice-alert,.circular-alert,.dashboard-calendar{margin-left:auto;margin-right:auto}.activity-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}@media (width<=768px){.pc-stats-row{grid-template-columns:minmax(0,1.74fr) minmax(108px,.92fr);align-items:stretch;gap:6px}.att-stat{align-self:stretch}.pc-stat-snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pc-att-percent{font-size:24px}.pc-att-tone{min-height:26px;padding:0 8px}.pc-att-main{gap:1px;padding:5px 7px}.pc-att-search-slot{margin-top:auto;padding:3px}}@media (width<=640px){.pc-att-search .dash-search__trigger.dash-search__trigger--compact{border-radius:15px;justify-content:flex-start;gap:8px;width:100%;height:auto;margin:0;padding:5px 8px}.pc-att-search .dash-search__trigger.dash-search__trigger--compact .dash-search__trigger-icon{background:#14b8a624;border-radius:11px;width:28px;height:28px}}@media (width<=560px){.profile-card{margin:10px 12px 4px;padding:8px 8px 4px}.pc-summary-band{align-items:flex-start;gap:10px;padding:11px}.pc-summary-main{align-items:flex-start;gap:9px}.pc-summary-actions{margin-top:2px}.pc-summary-action-grid{gap:6px}.pc-avatar{border-radius:18px;width:54px;height:54px;font-size:20px}.pc-icon-btn{border-radius:12px;width:38px;height:38px}.pc-name{font-size:17px}.pc-summary-lines span{font-size:11px}.pc-stats-row{grid-template-columns:minmax(0,1.76fr) minmax(98px,.88fr);align-items:stretch;gap:5px;margin-top:5px}.pc-stat{border-radius:16px;gap:3px;padding:7px}.pc-stat-snapshot-head{margin-bottom:1px}.pc-stat-snapshot-grid{gap:3px}.pc-stat-metric{border-radius:12px;gap:1px;padding:5px 6px}.pc-stat-label{font-size:9px}.pc-stat-val{font-size:14px}.pc-att-percent{font-size:21px}.pc-att-tone{min-height:20px;padding:0 6px;font-size:9px}.pc-att-main{border-radius:14px;gap:1px;padding:4px 6px}.pc-att-search-slot{margin-top:auto;padding:2px}.pc-att-search .dash-search__trigger.dash-search__trigger--compact{min-height:28px;padding:3px 7px}.pc-att-search .dash-search__trigger.dash-search__trigger--compact .dash-search__trigger-icon{width:24px;height:24px}.pc-att-search .dash-search__trigger-label{font-size:10px}}@media (width<=420px){.activity-grid,.full-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
