:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#213547;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--sidebar-w:clamp(220px, 17vw, 260px);--sidebar-w-collapsed:76px;--rsidebar-w:clamp(260px, 22vw, 340px);--topbar-h:56px;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--color-accent:#1db954;--color-accent-hover:#1ed760;--color-accent-active:#19a449;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:999px;--z-base:1;--z-dropdown:100;--z-sticky:200;--z-mobile-topbar:900;--z-mobile-backdrop:950;--z-mobile-nav:1000;--z-modal-overlay:2000;--z-modal:2100;--z-popover:3000;--z-toast:4000;background-color:#fff;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}html,body,#root{width:100%;height:100%;min-height:100dvh;margin:0;overflow-x:hidden}body{min-width:320px;display:block}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}:focus{outline:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:4px}input:focus,input:focus-visible,textarea:focus,textarea:focus-visible,select:focus,select:focus-visible{box-shadow:none;outline:none}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{scrollbar-width:thin;scrollbar-color:#0000001f transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px;transition:background-color .15s}::-webkit-scrollbar-thumb:hover{background:#0000003d}::-webkit-scrollbar-thumb:active{background:#0000005c}::-webkit-scrollbar-corner{background:0 0}.toast-stack{z-index:var(--z-toast);width:var(--rsidebar-w);pointer-events:none;flex-direction:column-reverse;gap:.65rem;max-width:calc(100vw - 2rem);display:flex;position:fixed;bottom:1.25rem;right:1.25rem}.toast{pointer-events:auto;box-sizing:border-box;-webkit-backdrop-filter:saturate(180%)blur(14px);color:#f3f3f5;background:#16181cf7;border:1px solid #ffffff1a;border-radius:14px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:.75rem;width:100%;padding:.85rem .95rem .85rem .85rem;font-size:.92rem;line-height:1.35;animation:.34s cubic-bezier(.18,1.1,.3,1.25) toast-in;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 44px #00000073,0 4px 10px #00000040}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.toast-success .toast-icon{color:#15803d;background:#1db95424}.toast-error .toast-icon{color:#b91c1c;background:#d2303021}.toast-info .toast-icon{color:#1d4ed8;background:#3498db24}.toast-msg{word-wrap:break-word;color:#f3f3f5;min-width:0;padding-right:.25rem;font-weight:500}.toast-action{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;padding:.4rem .8rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background-color .12s,transform 80ms}.toast-action:hover{background:var(--color-accent-hover)}.toast-action:active{transform:scale(.96)}.toast-action:focus-visible{outline-offset:2px;outline:2px solid #fff}.toast-sticky:after{display:none}.toast-close{cursor:pointer;color:#8a8a8a;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:background-color .12s,color .12s;display:inline-flex}.toast-close:hover{color:#fff;background:#ffffff1a}.toast-close:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.toast:after{content:"";transform-origin:0;width:100%;height:2px;animation:toast-progress var(--toast-ttl,4.5s) linear forwards;position:absolute;bottom:0;left:0}.toast-success:after{background:linear-gradient(to right, var(--color-accent), #4ade80)}.toast-error:after{background:linear-gradient(90deg,#d23030,#f87171)}.toast-info:after{background:linear-gradient(90deg,#3498db,#60a5fa)}@keyframes toast-in{0%{opacity:0;transform:translateY(24px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (width<=480px){.toast-stack{bottom:calc(env(safe-area-inset-bottom,0px) + .6rem);width:auto;max-width:none;left:.6rem;right:.6rem}.toast{border-radius:12px;padding:.75rem .8rem}.toast-icon{width:28px;height:28px}.toast:not(.toast-sticky){display:none}}.eb-screen{min-height:100vh;z-index:var(--z-modal,2000);background:radial-gradient(140% 100% at 50% -20%,#16241c 0%,#0e0f12 55%),#0e0f12;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow:hidden}.aurora-bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.aurora-blob{filter:blur(95px);pointer-events:none;will-change:transform;border-radius:50%;position:absolute}.aurora-blob-1{opacity:.6;background:radial-gradient(circle,#1db95499,#0000 70%);width:520px;height:520px;animation:18s ease-in-out infinite aurora-drift-1;top:-160px;left:-120px}.aurora-blob-2{opacity:.5;background:radial-gradient(circle,#1ed76073,#0000 70%);width:560px;height:560px;animation:22s ease-in-out infinite aurora-drift-2;bottom:-200px;right:-160px}.aurora-blob-3{opacity:.32;background:radial-gradient(circle,#10829980,#0000 70%);width:420px;height:420px;animation:26s ease-in-out infinite aurora-drift-3;top:35%;left:50%}@keyframes aurora-drift-1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(70px,50px)scale(1.14)}}@keyframes aurora-drift-2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-60px,-36px)scale(1.12)}}@keyframes aurora-drift-3{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-58%,-42%)scale(1.2)}}.aurora-grid{pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(130% 110% at 50% 40%,#000 25%,#0000 78%);mask-image:radial-gradient(130% 110% at 50% 40%,#000 25%,#0000 78%)}@media (prefers-reduced-motion:reduce){.aurora-blob{animation:none}}.eb-card{z-index:1;text-align:center;-webkit-backdrop-filter:blur(16px)saturate(140%);background:#14161ab8;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:500px;padding:3rem 2.6rem 2rem;animation:.5s cubic-bezier(.16,1,.3,1) both eb-rise;position:relative;box-shadow:inset 0 1px #ffffff0f,0 30px 80px #0000008c}@keyframes eb-rise{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.eb-badge{justify-content:center;align-items:center;width:104px;height:104px;margin:0 auto 1.6rem;display:flex;position:relative}.eb-badge-orbit{border:1px dashed #1db95440;border-radius:50%;animation:7s linear infinite eb-spin;position:absolute;inset:-6px}.eb-badge-orbit:before{content:"";background:#1ed760;border-radius:50%;width:9px;height:9px;margin-left:-4.5px;position:absolute;top:-4px;left:50%;box-shadow:0 0 14px 3px #1ed760cc}@keyframes eb-spin{to{transform:rotate(360deg)}}.eb-badge-ring{border:1px solid #1db95480;border-radius:50%;animation:2.6s ease-out infinite eb-pulse;position:absolute;inset:0}.eb-badge-ring-2{animation-delay:1.3s}@keyframes eb-pulse{0%{opacity:.9;transform:scale(.7)}to{opacity:0;transform:scale(1.5)}}.eb-badge-core{color:#1ed760;background:radial-gradient(circle at 50% 35%,#1db9544d,#1db9541a);border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;display:flex;position:relative;box-shadow:inset 0 0 0 1px #1db95459,0 0 46px #1db95466}.nf-badge-core{letter-spacing:.02em;color:#c9ffdd;text-shadow:0 0 18px #1db95480;font-size:1.7rem;font-weight:800}.eb-title{letter-spacing:-.02em;background:linear-gradient(#fff,#b6f0cd);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 .7rem;font-size:1.75rem;font-weight:800;line-height:1.18}.eb-text{color:#9aa4ad;max-width:36ch;margin:0 auto 1.9rem;font-size:.98rem;line-height:1.6}.eb-actions{justify-content:center;gap:.7rem;display:flex}.eb-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.7rem 1.4rem;font-family:inherit;font-size:.92rem;font-weight:600;text-decoration:none;transition:background-color .15s,border-color .15s,transform 80ms;display:inline-block}.eb-btn:active{transform:translateY(1px)}.eb-btn-primary{color:#fff;background:var(--color-accent);border-color:#19a449}.eb-btn-primary:hover{background:var(--color-accent-hover)}.eb-btn-ghost{color:#e7e9ee;background:0 0;border-color:#ffffff2e}.eb-btn-ghost:hover{background:#ffffff14}.eb-error{color:#7b848c;white-space:nowrap;text-overflow:ellipsis;justify-content:center;align-items:center;gap:.5rem;max-width:100%;margin:1.5rem auto 0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.76rem;display:flex;overflow:hidden}.eb-error-dot{background:#ff6b6b;border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 8px #ff6b6b99}@media (prefers-reduced-motion:reduce){.eb-badge-core,.eb-badge-ring,.eb-badge-orbit,.eb-card{animation:none}}.install-steps{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.install-step{color:#1a1a1a;background:#f6f6f7;border:1px solid #ececef;border-radius:10px;grid-template-columns:auto auto 1fr;align-items:center;gap:.75rem;padding:.75rem .85rem;font-size:.92rem;line-height:1.4;display:grid}.install-step-num{background:var(--color-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:700;display:inline-flex}.install-step-icon{color:var(--color-accent);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.install-step-text strong{color:#1a1a1a;font-weight:600}.app-container{flex-direction:row;width:100%;max-width:100vw;height:100dvh;display:flex;overflow:hidden}.app-loading{color:#fff;background:#0e0f12;flex-direction:column;justify-content:center;align-items:center;gap:.85rem;width:100vw;height:100vh;display:flex}.app-loading-logo{width:56px;height:56px}.app-loading-text{letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.app-loading-spinner{color:#fff6;margin-top:.5rem;font-size:1.4rem}.app-loading-spin{animation:.9s linear infinite app-loading-spin}@keyframes app-loading-spin{to{transform:rotate(360deg)}}.sidebar{flex:0 0 var(--sidebar-w);width:var(--sidebar-w);color:#e7e7e7;background-color:#0e0f12;flex-direction:column;min-width:0;height:100dvh;padding:0;transition:flex-basis .22s,width .22s;display:flex;overflow:visible;box-shadow:2px 0 16px #0009}.sidebar.collapsed{flex:0 0 var(--sidebar-w-collapsed);width:var(--sidebar-w-collapsed)}.sidebar ul{margin:0;list-style:none}.right-sidebar table{margin:0;padding:0;list-style:none}.main-content{flex:1 1 0;width:auto;min-width:0}.mobile-topbar,.mobile-right-toggle{display:none}.tab-bar{scrollbar-width:none}.tab-bar::-webkit-scrollbar{display:none}.mobile-nav-backdrop{display:none}@media (width<=1024px){html,body,#root{max-width:100%;overflow-x:hidden}body{display:block}.app-container{grid-template-columns:1fr;width:100%;max-width:100%}.app-container:has(.sidebar.collapsed){grid-template-columns:1fr}*{box-sizing:border-box}.right-sidebar{display:none!important}.sidebar{width:clamp(240px,80vw,320px);height:100dvh;z-index:var(--z-mobile-nav);transition:transform .22s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}:root{--rsidebar-w:clamp(240px, 80vw, 320px)}.rs{height:100dvh;z-index:var(--z-mobile-nav);padding-top:calc(1.1rem + env(safe-area-inset-top,0px));flex:none;transition:transform .22s;position:fixed;top:0;left:auto;right:0;transform:translate(100%)}.rs.mobile-open{transform:translate(0)}.rs-mobile-close:hover{color:var(--rs-text);background:#ffffff14}.mobile-right-toggle{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;padding:6px;display:inline-flex}.mobile-nav-backdrop{z-index:var(--z-mobile-backdrop);background:#00000080;display:block;position:fixed;inset:0}.mobile-topbar{color:#fff;height:56px;z-index:var(--z-mobile-topbar);background:#0e0f12;align-items:center;gap:.6rem;padding:0 .85rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0000004d}.mobile-nav-toggle{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;justify-content:center;gap:4px;width:36px;height:36px;padding:6px;display:inline-flex}.mobile-nav-toggle span{background:currentColor;border-radius:1px;width:100%;height:2px;display:block}.mobile-topbar-logo{width:28px;height:28px}.mobile-topbar-name{letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.main-content{-webkit-overflow-scrolling:touch;width:100%;padding:.5rem .85rem calc(2rem + env(safe-area-inset-bottom,0px))!important;overflow:hidden auto!important}.overview-grid-right>.overview-section:last-child{margin-bottom:2rem!important}.main-layout{width:100%;height:100dvh;padding-top:calc(56px + env(safe-area-inset-top,0px));box-sizing:border-box}.mobile-topbar{padding-top:env(safe-area-inset-top,0px);height:calc(56px + env(safe-area-inset-top,0px))}.sidebar{height:100dvh}.overview-header{flex-direction:column!important;align-items:stretch!important;gap:.7rem!important;display:flex!important}.overview-header-actions{gap:.5rem;display:flex}.overview-header-actions>button{flex:1 1 0;justify-content:center;padding:.6rem .85rem!important;font-size:.9rem!important}.overview-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.stat-card-wide{grid-column:span 2!important}.overview-grid{flex:none!important;grid-template-columns:1fr!important;min-height:0!important}.overview-grid-right>.overview-section{flex:none!important;max-height:none!important}.overview-grid-right .course-stats,.overview-grid-right .finals-list{flex:none!important;overflow:visible!important}.overview-calendar-section,.overview-calendar-section>.cal,.overview-calendar-section .cal-grid{flex:none!important;min-height:0!important}.overview-calendar-section .cal-grid{grid-auto-rows:minmax(5.6rem,auto)!important}.overview-cta{padding:1.5rem 1rem}.htable-wrap,.htable{font-size:.85rem}.homework-table-container{margin:0 .25rem;flex:none!important;overflow:visible!important}.homework-table thead th:first-child,.homework-table tbody td:first-child{padding-left:.6rem!important}.homework-table thead th:last-child,.homework-table tbody td:last-child{padding-right:.6rem!important}.homework-table-wrap{flex:none!important;min-height:0!important}.homework-table-scroll{flex:none!important;overflow:visible!important}.course-progress,.course-calendar{min-height:240px}.homework-table{font-size:.8rem;table-layout:auto!important;width:100%!important}.homework-table thead th:first-child,.homework-table tbody td:first-child{width:50%}.homework-table thead th:nth-child(3),.homework-table tbody td:nth-child(3),.homework-table thead th:last-child,.homework-table tbody td:last-child{text-align:center}.homework-table tbody td:last-child .row-actions{justify-content:flex-end}.homework-table tbody td:first-child,.homework-table thead th:first-child{word-break:break-word;overflow-wrap:anywhere;white-space:normal!important}.homework-table thead th,.homework-table tbody td{padding:.5rem .2rem!important}.row-actions{gap:2px!important}.row-btn{width:28px!important;height:28px!important}.homework-table .status-pill{width:24px!important;height:24px!important}.homework-table thead th:nth-child(2),.homework-table tbody td:nth-child(2){white-space:nowrap!important}.homework-table thead th,.homework-table tbody td{white-space:normal;word-break:break-word;padding:.5rem .35rem}.homework-table thead th{white-space:nowrap;text-overflow:ellipsis;text-align:center;font-size:.7rem;overflow:hidden}.homework-table thead th:first-child{text-align:left}.homework-table tbody td:nth-child(2){white-space:nowrap;text-align:center}.homework-table thead th:nth-child(2){text-align:center}.row-btn .btn-text{display:none}.row-btn{justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;padding:0!important}.homework-table .status-pill{border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0!important;display:inline-flex!important}}.row-btn{align-items:center;gap:.3rem;display:inline-flex}:root{--accent:var(--color-accent);--accent-hover:var(--color-accent-hover);--bg:#0e0f12;--bg-elevated:#16181c;--bg-hover:#1d2026;--bg-row:#1a1c20;--text:#fff;--text-muted:#a7a7a7;--border:#ffffff0f}button:focus{outline:none}.sidebar.collapsed .brand{padding:1rem 1rem .85rem}.sidebar.collapsed .brand-name{display:none}.sidebar.collapsed .year-list{padding:0 .4rem .5rem}.sidebar.collapsed .year-header{justify-content:center;padding:.7rem .4rem}.sidebar.collapsed .toggle-icon,.sidebar.collapsed .semester-list{display:none}.sidebar.collapsed .sidebar-footer{justify-content:center;margin-top:auto;padding:.75rem .5rem}.sidebar.collapsed .footer-info,.sidebar.collapsed .footer-settings{display:none}.sidebar.collapsed .settings-menu{bottom:0;left:calc(100% + 8px);right:auto}.sidebar.collapsed .footer-avatar{margin:0 auto}.brand{box-sizing:border-box;align-items:center;gap:.7rem;min-height:68px;padding:1rem 1rem .85rem;display:flex}.brand-logo-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex}.sidebar.collapsed .brand-logo-btn{cursor:pointer}.sidebar.collapsed .brand-logo-btn:hover .brand-logo{filter:brightness(1.4)}.brand-logo{width:30px;height:30px;transition:filter .15s;display:block}.brand-name{letter-spacing:-.025em;color:var(--text);white-space:nowrap;flex:1;font-size:1.6rem;font-weight:800;line-height:36px;overflow:hidden}.collapse-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:.4rem;transition:background-color .2s,color .2s;display:inline-flex}.collapse-btn:hover{color:var(--text);background:#ffffff14}.primary-btn{background:var(--accent);color:#000;cursor:pointer;letter-spacing:.01em;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;margin:.4rem 1rem 1.1rem;padding:.75rem 1rem;font-size:.95rem;font-weight:700;transition:transform 80ms,background-color .2s;display:flex}.primary-btn:hover:not(:disabled){background:var(--accent-hover);transform:scale(1.02)}.primary-btn:active:not(:disabled){transform:scale(.98)}.primary-btn:disabled{opacity:.6;cursor:not-allowed}.primary-btn .bx{font-size:1.1rem}.sidebar-nav{border-top:1px solid var(--border,#ffffff0f);flex-shrink:0;padding:.4rem .5rem}.pomodoro-nav{width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.7rem;padding:.85rem 1rem;font-family:inherit;font-size:1.05rem;font-weight:500;transition:background-color .15s;display:flex;position:relative}.pomodoro-nav:hover{background:var(--bg-hover)}.pomodoro-nav.active{background:var(--bg-row)}.sidebar-nav-icon{color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.pomodoro-nav.active .sidebar-nav-icon{color:var(--text)}.sidebar-nav-label{text-align:left;flex:1}.sidebar-nav-spark,.sidebar.collapsed .sidebar-nav-label{display:none}.sidebar.collapsed .pomodoro-nav{justify-content:center;padding:.55rem}.open-list-section{scrollbar-width:none;flex:auto;padding:.25rem .5rem .5rem;overflow:hidden auto}.open-list-header{letter-spacing:.12em;text-transform:none;color:var(--text-muted);justify-content:space-between;align-items:center;padding:.5rem .5rem .4rem .65rem;font-size:.7rem;font-weight:700;display:flex}.open-list-add{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.2rem;transition:background-color .15s,color .15s;display:inline-flex}.open-list-add:hover{color:var(--text);background:#ffffff14}.open-list{margin:0;padding:0;list-style:none}.open-empty{color:var(--text-muted);padding:.85rem 1rem;font-size:1.05rem;font-style:italic}.open-item{cursor:pointer;border-radius:6px;align-items:center;margin-bottom:3px;padding:.85rem 2.2rem .85rem 1rem;transition:background-color .15s;display:flex;position:relative}.open-item:hover{background:var(--bg-hover)}.open-item.selected{background:var(--bg-row)}.open-item.overview-item{margin-bottom:6px}.open-item.overview-item .open-item-label{letter-spacing:.02em;color:var(--text-muted);font-weight:600}.open-item.overview-item.selected .open-item-label{color:var(--text)}.open-item.dragging{opacity:.4}.open-item.drop-before:before,.open-item.drop-after:after{content:"";background:var(--accent);pointer-events:none;border-radius:2px;height:2px;position:absolute;left:.4rem;right:.4rem}.open-item.drop-before:before{top:-2px}.open-item.drop-after:after{bottom:-2px}.open-item.selected:before{content:"";background:var(--accent);border-radius:2px;width:3px;height:60%;position:absolute;top:50%;left:.3rem;transform:translateY(-50%)}.open-item-label{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:1.05rem;font-weight:500;overflow:hidden}.open-item-meta{color:var(--text-muted);margin-top:2px;font-size:.72rem}.open-item-close{width:22px;height:22px;color:var(--text-muted);cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:opacity .15s,background-color .15s,color .15s;display:inline-flex;position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.open-item:hover .open-item-close{opacity:1}.open-item-close{font-size:18px;font-weight:500;line-height:1}.open-item-close:hover{color:var(--text);background:#ffffff1a}.open-item-menu-wrap{position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.open-item-menu-btn{width:22px;height:24px;color:var(--text-muted);cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:20px;line-height:1;transition:opacity .15s,color .15s;display:inline-flex;position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.open-item:hover .open-item-menu-btn,.open-item.selected .open-item-menu-btn{opacity:1}.open-item-menu-btn:hover{color:var(--text)}.open-item-menu{background:var(--bg-elevated);border:1px solid var(--border);min-width:130px;z-index:var(--z-popover);border-radius:6px;flex-direction:column;padding:.25rem;display:flex;position:fixed;box-shadow:0 8px 24px #0009}.open-item-menu button{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.45rem .7rem;font-size:.85rem;transition:background-color .15s,color .15s}.open-item-menu button:hover{background:var(--bg-hover)}.open-item-menu button.danger{color:#ff6b6b}.open-item-menu button.danger:hover{background:#ff6b6b1f}.sidebar.collapsed .open-list-section{display:none}.year-list{scrollbar-width:none;box-sizing:border-box;flex:auto;width:100%;margin:0;padding:0 .5rem .5rem;list-style:none;overflow:hidden auto}.year-list::-webkit-scrollbar{width:0;display:none}.year-item{margin-bottom:.25rem;overflow:hidden}.year-header{cursor:pointer;letter-spacing:.08em;text-transform:none;color:var(--text-muted);background:0 0;border-radius:6px;justify-content:space-between;align-items:center;padding:.7rem .85rem;font-size:.85rem;font-weight:700;transition:color .2s,background-color .2s;display:flex}.year-header:hover{color:var(--text);background:var(--bg-hover)}.toggle-icon{color:inherit;font-size:1rem}.semester-list{opacity:0;max-height:0;margin:.15rem 0 .35rem;padding:0;list-style:none;transition:max-height .25s,opacity .25s;overflow:hidden}.year-item.expanded .semester-list{opacity:1;max-height:2000px}.semester-item{background:0 0;margin:0;padding:0}.semester-item.expanded .course-list{opacity:1;max-height:2000px}.semester-header{cursor:pointer;color:var(--text-muted);border-radius:4px;justify-content:space-between;align-items:center;padding:.5rem .85rem .5rem 1.4rem;font-size:.92rem;font-weight:500;transition:color .2s,background-color .2s;display:flex}.semester-header:hover{color:var(--text);background:var(--bg-hover)}.add-course-icon{color:var(--text-muted);cursor:pointer;opacity:0;font-size:1.05rem;transition:opacity .2s,color .2s}.semester-header:hover .add-course-icon{opacity:1}.add-course-icon:hover{color:var(--accent)}.course-list{opacity:0;max-height:0;margin:0;padding:0;list-style:none;transition:max-height .25s,opacity .25s;overflow:hidden}.course-item{color:var(--text-muted);cursor:pointer;background:0 0;border-radius:4px;justify-content:space-between;align-items:center;padding:.5rem .85rem .5rem 1.9rem;font-size:.95rem;transition:color .15s,background-color .15s;display:flex;position:relative}.course-item:hover{color:var(--text);background:var(--bg-hover)}.course-item.selected{color:var(--text);background:var(--bg-row);font-weight:600}.course-item.selected:before{content:"";background:var(--accent);border-radius:2px;width:3px;height:60%;position:absolute;top:50%;left:.6rem;transform:translateY(-50%)}.context-menu-icon{color:var(--text-muted);opacity:0;border-radius:4px;padding:.15rem;font-size:1.05rem;transition:opacity .2s,background-color .2s,color .2s}.context-menu-icon:hover{color:var(--text);background:#ffffff1a}.sidebar-footer{border-top:1px solid var(--border);background:var(--bg-elevated);box-sizing:border-box;flex-shrink:0;align-items:center;gap:.7rem;height:72px;padding:.75rem 1rem;display:flex}.footer-avatar-btn{cursor:default;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex}.sidebar.collapsed .footer-avatar-btn{cursor:pointer}.sidebar.collapsed .footer-avatar-btn:hover .footer-avatar{outline:2px solid var(--accent);outline-offset:1px}.footer-avatar{object-fit:cover;background:var(--bg-hover);border-radius:50%;width:36px;height:36px;transition:outline .15s;display:block}.footer-info{flex:1;min-width:0}.footer-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.footer-email{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.75rem;overflow:hidden}.footer-settings{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.4rem;font-size:1.2rem;transition:background-color .2s,color .2s;display:inline-flex}.footer-settings:hover{color:var(--text);background:#ffffff14}.footer-settings svg{transition:transform .35s cubic-bezier(.34,1.4,.5,1)}.footer-settings[aria-expanded=true] svg{transform:rotate(180deg)}.sidebar-footer{position:relative}.settings-menu{background:var(--bg-elevated);border:1px solid var(--border);z-index:100;transform-origin:100% 100%;border-radius:8px;min-width:170px;padding:.3rem;animation:.18s cubic-bezier(.34,1.3,.5,1) settings-menu-in;position:absolute;bottom:calc(100% + 4px);right:.75rem;box-shadow:0 8px 24px #0009}.sidebar.collapsed .settings-menu{transform-origin:0 100%}@keyframes settings-menu-in{0%{opacity:0;transform:translateY(6px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.settings-menu button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:.6rem;padding:.55rem .75rem;font-size:.9rem;transition:background-color .15s,color .15s;display:flex}.settings-menu button:hover:not(:disabled){background:var(--bg-hover)}.settings-menu-check{width:14px;height:14px;color:var(--accent,var(--color-accent));justify-content:center;align-items:center;margin-left:auto;display:inline-flex}.settings-menu button:disabled{opacity:.5;cursor:not-allowed}.settings-menu button .bx{color:var(--text-muted);font-size:1.05rem}.settings-menu button.danger:hover,.settings-menu button.danger:hover .bx{color:#ff6b6b}.settings-menu-divider{background:var(--border);height:1px;margin:.25rem 0}.sidebar-loading{color:var(--text-muted);justify-content:center;padding:.4rem 0;font-size:1.2rem;display:flex}.context-menu{background:var(--bg-elevated);border:1px solid var(--border);z-index:100;border-radius:6px;min-width:140px;padding:.25rem;position:fixed;box-shadow:0 8px 24px #0009}.context-menu button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem .75rem;font-size:.85rem;transition:background-color .15s;display:block}.context-menu button:hover{background:var(--bg-hover)}.modal-overlay{z-index:var(--z-modal-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{color:#fff;background-color:#1e1e1e;border-radius:16px;width:90%;max-width:450px;padding:30px;animation:.3s ease-in-out scaleIn;position:relative;box-shadow:0 10px 30px #0000004d}.modal-content h2{color:#fff;margin-bottom:20px}.modal-content input{color:#fff;background-color:#2a2a2a;border:1px solid #555;border-radius:5px;width:94%;margin-bottom:10px;padding:10px}.modal-content input:focus{outline:none}.modal-actions{justify-content:space-between;display:flex}.modal-btn{cursor:pointer;border:none;border-radius:12px;margin-top:10px;padding:12px 20px;font-size:1rem;font-weight:700;transition:background-color .3s,transform .2s}.modal-btn.cancel-btn{color:#fff;background-color:#e53e3e;margin-left:10px}.modal-btn.cancel-btn:hover{background-color:#c53030;transform:scale(1.05)}.modal-btn{color:#fff;background-color:#48bb78}.modal-btn:hover{background-color:#38a169;transform:scale(1.05)}.context-menu{z-index:var(--z-popover);background-color:#1e1e1e;border:1px solid #333;border-radius:8px;width:150px;padding:0;position:absolute;box-shadow:0 4px 8px #0000004d}.context-menu button{color:#fff;text-align:left;cursor:pointer;background-color:#0000;border:none;width:100%;padding:10px 15px;font-size:.9rem;transition:background-color .3s,color .3s;display:block}.context-menu button:hover{color:#fff;background-color:#292929}.context-menu button:focus{outline:none}.context-menu-icon{color:#efefef;cursor:pointer;opacity:0;margin-left:10px;font-size:1.2rem;transition:color .3s}.course-item:hover .context-menu-icon{opacity:1}.context-menu-icon:hover{color:#fff}.sidebar *,.sidebar{scrollbar-width:none;-ms-overflow-style:none}.sidebar ::-webkit-scrollbar{width:0;height:0;display:none}.sidebar::-webkit-scrollbar{width:0;height:0;display:none}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.loading-spinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-modal-overlay);background:#000000b3;justify-content:center;align-items:center;animation:.15s ease-out appModalFade;display:flex;position:fixed;inset:0}.app-modal{border-radius:var(--radius-md,12px);width:min(90%,420px);max-width:420px;padding:var(--space-5,1.25rem);color:#1a1a1a;background:#fff;border:1px solid #e3e3e6;animation:.2s ease-out appModalScaleIn;position:relative;box-shadow:0 12px 32px #0000002e}@media (width<=480px){.app-modal-overlay{background:#0000008c;align-items:flex-end}.app-modal{-webkit-overflow-scrolling:touch;border-bottom:none;border-left:none;border-right:none;border-radius:18px 18px 0 0;width:100%;max-width:100%;max-height:92dvh;padding:0;animation:.24s cubic-bezier(.2,.85,.3,1.05) appModalSheetIn;overflow-y:auto;box-shadow:0 -8px 32px #0000002e}.app-modal-header{z-index:1;padding:.85rem var(--space-4,1rem);background:#fff;border-bottom:1px solid #ececef;margin:0;position:sticky;top:0}.app-modal-title{font-size:1.1rem}.app-modal-body{padding:.85rem var(--space-4,1rem)}.app-modal-actions{z-index:1;padding:.75rem var(--space-4,1rem) calc(.75rem + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #ececef;gap:.6rem;margin-top:0;position:sticky;bottom:0}.app-modal-actions button{flex:1 1 0;padding:.75rem 1rem;font-size:.95rem}}@keyframes appModalSheetIn{0%{opacity:.4;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.app-modal-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.app-modal-title{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:1.05rem;font-weight:600;overflow:hidden}.app-modal-close{cursor:pointer;color:#888;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;line-height:1;transition:color .15s,background-color .15s;display:inline-flex}.app-modal-close:hover{color:#1a1a1a}.app-modal-body{color:#1a1a1a;min-width:0;font-size:.95rem;line-height:1.5;overflow-x:hidden}.app-modal-body p{color:#555;margin:0 0 .75rem;font-size:.9rem;line-height:1.4}.app-modal-body input[type=text],.app-modal-body input[type=password],.app-modal-body input[type=date],.app-modal-body input[type=time],.app-modal-body textarea,.app-modal-body select{color:#1a1a1a;box-sizing:border-box;background:#fff;border:1px solid #d6d6da;border-radius:6px;outline:none;width:100%;padding:.6rem .7rem;font-family:inherit;font-size:.95rem;font-weight:400;line-height:1.2}.app-modal-body input::placeholder{color:#888;font-weight:400}.app-modal-body select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 5 7 9 11 5'/></svg>");background-position:right .7rem center;background-repeat:no-repeat;background-size:14px 14px;padding-right:2.2rem;line-height:1.2}.app-modal-body select:hover{border-color:#b8bbc0}.app-modal-body select:focus,.app-modal-body select:focus-visible{box-shadow:none;border-color:#d6d6da;outline:none}@supports (appearance:base-select){.app-modal-body select{appearance:base-select;background-image:none;padding-right:.7rem}.app-modal-body ::picker(select){appearance:base-select;background-image:none;padding-right:.7rem}.app-modal-body select::picker-icon{color:#555;transition:transform .18s}.app-modal-body select:open::picker-icon{transform:rotate(180deg)}.app-modal-body ::picker(select){position-area:bottom span-all;position-try-fallbacks:none;background:#fff;border:1px solid #e3e3e6;border-radius:8px;margin-top:4px;padding:.35rem;box-shadow:0 8px 24px #0000001f}.app-modal-body option{color:#1a1a1a;border-radius:6px;padding:.45rem .65rem}.app-modal-body option:before{content:none;display:none}.app-modal-body option::checkmark{content:none;display:none}.app-modal-body option:hover,.app-modal-body option:focus,.app-modal-body option:focus-visible{color:#1a1a1a;background:0 0;outline:none}.app-modal-body option:checked,.app-modal-body option:checked:hover,.app-modal-body option:checked:focus{color:#1a1a1a;background:#f0f0f1}}.app-modal-body label{color:#555;letter-spacing:.02em;margin:.6rem 0 .3rem;font-size:.8rem;font-weight:600;display:block}.app-modal-body label:first-child{margin-top:0}.app-modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.app-modal-actions button{cursor:pointer;box-sizing:border-box;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:background-color .15s,color .15s,transform 80ms;display:inline-flex}.app-modal-actions button:disabled{opacity:.5;cursor:not-allowed}.app-modal-btn-cancel{color:#333;background:#ececef;border:1px solid #d6d6da}.app-modal-btn-cancel:hover:not(:disabled){color:#1a1a1a;background:#dcdce0}.app-modal-btn-primary{background:var(--color-accent);color:#fff}.app-modal-btn-primary:hover:not(:disabled){background:var(--color-accent-hover)}.app-modal-btn-danger{color:#fff;background:#e53e3e}.app-modal-btn-danger:hover:not(:disabled){background:#c53030}@keyframes appModalFade{0%{opacity:0}to{opacity:1}}@keyframes appModalScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.delete-modal-loading{align-items:center;gap:.45rem;display:inline-flex}.delete-modal-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite deleteModalSpin;display:inline-block}@keyframes deleteModalSpin{to{transform:rotate(360deg)}}.hw-date-trigger{cursor:pointer;color:#1a1a1a;text-align:left;box-sizing:border-box;background:#fff;border:1px solid #d6d6da;border-radius:6px;align-items:center;gap:.55rem;width:100%;padding:.6rem .7rem;font-family:inherit;font-size:.95rem;font-weight:400;line-height:1.2;transition:border-color .15s,background-color .15s;display:inline-flex}.hw-date-trigger:hover{background:#fff;border-color:#d6d6da}.hw-date-trigger:focus,.hw-date-trigger:focus-visible{border-color:#d6d6da;outline:none}.hw-date-trigger-empty{color:#888}.app-modal-body input[type=time]{appearance:none;cursor:pointer;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><polyline points='12 7 12 12 15 14'/></svg>");background-position:.75rem;background-repeat:no-repeat;background-size:16px 16px;padding-left:2.4rem;font-family:inherit}.app-modal-body input[type=time]:hover{border-color:#b8bbc0}.app-modal-body input[type=time]:focus,.app-modal-body input[type=time]:focus-visible{border-color:#b8bbc0;outline:none}.app-modal-body input[type=time]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.app-modal-body textarea{resize:none;min-height:60px;line-height:1.4}.hw-date-trigger>svg{color:#555;flex-shrink:0}.app-modal-body label.hw-ignore-overdue{color:#1a1a1a;text-transform:none;letter-spacing:normal;cursor:pointer;background:0 0;border:none;align-items:center;gap:.55rem;margin:.85rem 0 0;padding:0;font-size:.88rem;font-weight:400;display:flex}.hw-ignore-overdue input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:1px solid #d6d6da;border-radius:3px;flex-shrink:0;width:16px;height:16px;margin:0;transition:background-color .15s,border-color .15s}.hw-ignore-overdue input[type=checkbox]:hover{border-color:#b8bbc0}.hw-ignore-overdue input[type=checkbox]:checked{background-color:var(--color-accent);border-color:var(--color-accent);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M4 8.5l3 3 5-6'/></svg>");background-position:50%;background-repeat:no-repeat;background-size:14px 14px}.cs-wrap{width:100%;display:block;position:relative}.cs-trigger{color:#1a1a1a;cursor:pointer;text-align:left;box-sizing:border-box;background:#fff;border:1px solid #d6d6da;border-radius:6px;align-items:center;gap:.55rem;width:100%;padding:.6rem .7rem;font-family:inherit;font-size:.95rem;line-height:1.2;transition:border-color .15s;display:flex}.cs-trigger:hover{border-color:#d6d6da}.cs-trigger:disabled{cursor:not-allowed;color:#9a9a9f;background:#f3f3f4}.cs-trigger:focus,.cs-trigger:focus-visible{border-color:#d6d6da;outline:none}.cs-value{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.cs-value-empty{color:#999}.cs-chevron{color:#555;flex-shrink:0;transition:transform .18s}.cs-chevron-open{transform:rotate(180deg)}.cs-popover{z-index:var(--z-popover);box-sizing:border-box;background:#fff;border:1px solid #e3e3e6;border-radius:8px;flex-direction:column;gap:1px;max-height:260px;padding:.3rem;display:flex;position:fixed;overflow-y:auto;box-shadow:0 10px 30px #00000024}.cs-option{color:#444;text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-radius:6px;padding:.5rem .65rem;font-family:inherit;font-size:.92rem;font-weight:500;transition:background .12s,color .12s;overflow:hidden}.cs-option:hover{color:#111;background:#f0f0f2}.cs-option-active{background:var(--color-accent);color:#fff;font-weight:700}.cs-option-active:hover{color:#fff;background:#19a449}.rsx{gap:var(--space-5,1.25rem);flex-direction:column;display:flex}.rsx-hero{align-items:center;gap:var(--space-3,.75rem);display:flex}.rsx-hero-icon,.rsx-hero-text{align-self:center}.rsx-hero-icon{border-radius:var(--radius-md,10px);background:linear-gradient(135deg, var(--color-accent), #11883c);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 12px #1db95447}.rsx-hero-icon svg{transform-origin:top;animation:2.6s ease-in-out infinite rsxBellRing}.rsx-hero-text{color:#555;margin:0;font-size:.9rem;line-height:1.45}.rsx-card{border-radius:var(--radius-md,10px);background:#fafafa;border:1px solid #e7e7ea;overflow:hidden}.rsx-card .rsx-row{justify-content:space-between;align-items:center;gap:var(--space-4,1rem);padding:var(--space-4,1rem);letter-spacing:normal;margin:0;display:flex}.rsx-card .rsx-row+.rsx-row{border-top:1px solid #ececef}.rsx-card .rsx-row-text{letter-spacing:normal;flex-direction:column;gap:.15rem;min-width:0;margin:0;font-weight:400;display:flex}.rsx-card .rsx-row-title{color:#1a1a1a;font-size:.92rem;font-weight:600}.rsx-card .rsx-row-sub{color:#8a8a8f;font-size:.78rem;font-weight:400;line-height:1.35}.rsx-lead-row.is-disabled{opacity:.5}.rsx-lead-select{flex-shrink:0;width:150px}.rsx-switch{flex-shrink:0;display:inline-flex;position:relative}.rsx-switch input{opacity:0;cursor:pointer;z-index:1;margin:0;position:absolute;inset:0}.rsx-switch-track{box-sizing:border-box;border-radius:var(--radius-full,999px);background:#cfcfd4;align-items:center;width:44px;height:26px;padding:3px;transition:background-color .18s;display:inline-flex}.rsx-switch-thumb{box-sizing:border-box;background:#fff;border-radius:50%;flex:none;width:20px;height:20px;transition:transform .18s;box-shadow:0 1px 3px #00000040}.rsx-switch input:checked+.rsx-switch-track{background:var(--color-accent)}.rsx-switch input:checked+.rsx-switch-track .rsx-switch-thumb{transform:translate(18px)}.rsx-switch input:focus-visible+.rsx-switch-track{outline:2px solid var(--color-accent);outline-offset:2px}.rsx-status{border-radius:var(--radius-md,10px);border:1px solid;align-items:center;gap:.6rem;padding:.65rem .75rem;font-size:.85rem;font-weight:600;display:flex}.rsx-status-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.rsx-status-label{flex:1;min-width:0;line-height:1.35}.rsx-status-ok{color:#167a3a;background:#1db9541a;border-color:#1db9544d}.rsx-status-ok .rsx-status-icon{background:var(--color-accent)}.rsx-status-warn{color:#8a5a00;background:#f0ad4e21;border-color:#f0ad4e66}.rsx-status-warn .rsx-status-icon{background:#e0962a}.rsx-status-off{color:#6b6b70;background:#f3f3f4;border-color:#e2e2e5}.rsx-status-off .rsx-status-icon{background:#a8a8ae}.rsx-allow{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:6px;flex-shrink:0;padding:.4rem .7rem;font-size:.82rem;font-weight:600;transition:background-color .15s}.rsx-allow:hover{background:var(--color-accent-hover)}.rsx-note{padding-top:var(--space-4,1rem);color:#888;border-top:1px solid #ececef;margin:0;font-size:.8rem;line-height:1.45}.rsx-announce{text-align:left;align-items:stretch}.rsx-announce-head{align-items:center;gap:.85rem;display:flex}.rsx-announce-icon{background:linear-gradient(135deg, var(--color-accent), #11883c);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.rsx-announce-icon svg{transform-origin:top;animation:2.4s ease-in-out infinite rsxBellRing}@keyframes rsxBellRing{0%{transform:rotate(0)}5%{transform:rotate(15deg)}10%{transform:rotate(-13deg)}15%{transform:rotate(10deg)}20%{transform:rotate(-7deg)}25%{transform:rotate(4deg)}30%{transform:rotate(0)}to{transform:rotate(0)}}@media (prefers-reduced-motion:reduce){.rsx-announce-icon svg,.rsx-hero-icon svg{animation:none}}.rsx-announce-headtext{min-width:0}.rsx-announce-lead{color:#1a1a1a;margin:0 0 .2rem;font-size:1.02rem;font-weight:700}.rsx-announce-sub{color:#666;margin:0;font-size:.88rem}.rsx-feat{flex-direction:column;gap:.7rem;width:100%;margin:1.2rem 0 0;padding:0;list-style:none;display:flex}.rsx-feat li{text-align:left;color:#333;align-items:center;gap:.7rem;font-size:.9rem;display:flex}.rsx-feat-chip{width:30px;height:30px;color:var(--color-accent);background:#1db9541f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.rsx-announce .rsx-note{text-align:left;border-top:1px solid #ececef;width:100%;margin-top:1.2rem;padding-top:.9rem}.cp{-webkit-user-select:none;user-select:none;flex-direction:column;gap:.7rem;width:100%;display:flex}.cp-sv{cursor:pointer;touch-action:none;border-radius:8px;width:100%;height:140px;position:relative;overflow:hidden}.cp-sv-saturation{background:linear-gradient(90deg,#fff,#0000);position:absolute;inset:0}.cp-sv-value{background:linear-gradient(#0000,#000);position:absolute;inset:0}.cp-sv-cursor{pointer-events:none;border:2px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #0006,0 1px 3px #0006}.cp-hue{cursor:pointer;touch-action:none;background:linear-gradient(90deg,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);border-radius:999px;width:100%;height:12px;position:relative}.cp-hue-cursor{pointer-events:none;background:#fff;border:1px solid #0003;border-radius:50%;width:16px;height:16px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 1px 3px #00000040}.cp-hex-row{flex-direction:column;gap:.3rem;display:flex}.cp-hex-label{color:#555;text-transform:none;letter-spacing:.04em;font-size:.75rem;font-weight:600}.cp-hex-wrap{align-items:stretch;gap:.4rem;display:flex}.cp-current-swatch{border:1px solid #0000001a;border-radius:50%;flex-shrink:0;align-self:center;width:28px;height:28px;display:inline-block}.cp-hex{color:#1a1a1a;letter-spacing:.04em;text-transform:uppercase;background:#fff;border:1px solid #d6d6da;border-radius:6px;outline:none;flex:1;min-width:0;padding:.4rem .6rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85rem;font-weight:600;transition:border-color .15s,box-shadow .15s}.cp-hex:focus{box-shadow:none;border-color:#d6d6da}.cp-hex.invalid{border-color:#dc2626;box-shadow:0 0 0 3px #dc26262e}.cp-hex:disabled{color:#888;cursor:not-allowed;background:#f4f4f6}.cp-copy{cursor:pointer;color:#555;background:#fff;border:1px solid #d6d6da;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0 .6rem;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.cp-copy:hover:not(:disabled){color:#111;background:#f4f4f6;border-color:#b8bbc0}.cp-copy:disabled{opacity:.5;cursor:not-allowed}.cp-presets-label{color:#555;letter-spacing:.04em;margin-top:.1rem;font-size:.75rem;font-weight:600}.cp-presets{flex-wrap:wrap;align-items:center;gap:6px;padding:5px;display:flex}.cp-preset{cursor:pointer;border:1px solid #00000014;border-radius:50%;width:22px;height:22px;padding:0;transition:transform .1s,box-shadow .15s}.cp-preset:hover:not(:disabled){transform:scale(1.12)}.cp-preset.selected{box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--color-accent)}.cp-preset:disabled{opacity:.5;cursor:not-allowed}.cp-reset{color:#555;cursor:pointer;background:0 0;border:1px solid #d6d6da;border-radius:6px;margin-left:auto;padding:.3rem .65rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:background-color .15s,color .15s,border-color .15s}.cp-reset:hover:not(:disabled){color:#1a1a1a;background:#f4f4f6}.cp-reset:disabled{opacity:.5;cursor:not-allowed}.tab-settings-row{align-items:center;gap:.85rem;margin-bottom:.85rem;display:flex}.tab-settings-row:last-child{margin-bottom:0}.tab-settings-stack{flex-direction:column;gap:1rem;display:flex}.tab-settings-name{align-items:center;gap:.85rem;display:flex}.tab-settings-color{flex-direction:column;gap:.4rem;display:flex}.tab-settings-color .tab-settings-label{margin-bottom:.2rem}.tab-settings-label{color:#555;letter-spacing:.02em;text-transform:none;font-size:.8rem;font-weight:600}.tab-settings-name .tab-settings-label{flex-shrink:0;min-width:60px}.tab-settings-value{color:#1a1a1a;font-size:.95rem;font-weight:600}.tab-settings-swatches{flex-wrap:nowrap;flex:1;align-items:center;gap:.35rem;min-width:0;display:flex}.tab-settings-swatch{cursor:pointer;box-sizing:border-box;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:transform .1s,box-shadow .1s;display:inline-flex}.tab-settings-swatch:hover{transform:scale(1.1)}.tab-settings-swatch.selected{box-shadow:inset 0 0 0 2px #fff,0 0 0 2px #1a1a1a}.tab-settings-check{pointer-events:none;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tab-settings-swatch,.tab-settings-custom{position:relative}.tab-settings-custom{cursor:pointer;box-sizing:border-box;background:0 0;border:1.5px dashed #b8bbc0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .1s,border-color .1s,background-color .1s,box-shadow .1s;display:inline-flex;position:relative}.tab-settings-custom:hover{background:#f5f5f7;border-color:#555;transform:scale(1.1)}.tab-settings-custom.selected{border:none;box-shadow:inset 0 0 0 2px #fff,0 0 0 2px #1a1a1a}.tab-settings-custom.selected:after{display:none}.tab-settings-custom:after{content:"+";color:#777;pointer-events:none;justify-content:center;align-items:center;font-size:14px;font-weight:600;line-height:1;display:flex;position:absolute;inset:0}.tab-settings-color-input{opacity:0;cursor:pointer;background:0 0;border:none;width:100%;height:100%;padding:0;position:absolute;inset:0}.tab-settings-clear{cursor:pointer;color:#555;background:#fff;border:1px solid #d6d6da;border-radius:6px;flex-shrink:0;margin-left:auto;padding:.3rem .65rem;font-size:.8rem}.tab-settings-clear:hover:not(:disabled){color:#1a1a1a;background:#f0f0f1}.tab-settings-clear:disabled{opacity:.5;cursor:default}.progress-card{flex-direction:column;align-items:center;width:100%;height:100%;display:flex}.progress-card-header{color:#1a1a1a;text-align:left;align-self:stretch;margin-bottom:.6rem;font-size:1rem;font-weight:700}.progress-donut-wrap{aspect-ratio:1;width:96%;max-width:320px;margin:0 auto;position:relative}.progress-center{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.progress-pct{color:#1a1a1a;letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:2.6rem;font-weight:700;line-height:1}.progress-empty{color:#999;font-size:.85rem;font-style:italic}.progress-subtitle{color:#888;text-align:center;margin:.95rem 0 0;font-size:.95rem;font-style:italic;font-weight:500}.progress-card{justify-content:flex-start}@media (width>=1440px){.progress-donut-wrap{max-width:360px}.progress-pct{font-size:3rem}}@media (width>=1920px) and (height>=1200px){.progress-donut-wrap{max-width:440px}.progress-pct{font-size:3.6rem}}.homework-table-wrap{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.homework-table-scroll{scrollbar-width:thin;scrollbar-color:#0000002e transparent;flex:1;min-height:0;overflow-y:auto}.homework-table-scroll::-webkit-scrollbar{width:8px}.homework-table-scroll::-webkit-scrollbar-track{background:0 0}.homework-table-scroll::-webkit-scrollbar-thumb{background:#0000002e;border:2px solid #fff;border-radius:999px}.homework-table-scroll::-webkit-scrollbar-thumb:hover{background:#00000052}.homework-empty{color:#888;text-align:center;margin:0;padding:1.5rem;font-style:italic}.homework-skeleton{flex-direction:column;gap:.65rem;padding:.85rem .25rem;display:flex}.hw-skel-row{grid-template-columns:1fr 140px 130px 122px;align-items:center;gap:1rem;display:grid}.hw-skel-bar{background:linear-gradient(90deg,#0000000f 0%,#0000001f 50%,#0000000f 100%) 0 0/200% 100%;border-radius:999px;height:14px;animation:1.4s ease-in-out infinite hw-skel-shimmer}.hw-skel-name{width:70%}.hw-skel-date{width:60px}.hw-skel-status{width:72px;height:22px}.hw-skel-actions{width:60px}@keyframes hw-skel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.hw-skel-bar{animation:none}}@media (width<=1024px){.hw-skel-row{grid-template-columns:1fr 56px 56px 64px;gap:.5rem}}.homework-table{table-layout:fixed;border-collapse:separate;border-spacing:0;text-align:left;width:100%;font-size:.92rem}.homework-table-head{flex-shrink:0}.homework-table thead th{color:#555;text-align:left;background:#f6f6f7;border-bottom:1px solid #e3e3e6;padding:.7rem 1rem;font-size:.85rem;font-weight:600}.homework-table tbody td{color:#1a1a1a;vertical-align:middle;border-bottom:1px solid #eef0f2;padding:.7rem 1rem}.homework-table tbody tr:last-child td{border-bottom:none}.homework-table tbody tr{transition:background-color .15s}.homework-table tbody tr:hover{background:#fafafb}.homework-table .status-pill{border-radius:999px;padding:.2rem .6rem;font-size:.78rem;font-weight:600;display:inline-block}.homework-table .status-completed{color:#117a35;background:#1db9541f}.homework-table .status-pending{color:#946100;background:#e0960026}.homework-table thead th:last-child,.homework-table tbody td:last-child{text-align:left}.homework-table .row-actions{justify-content:flex-start;gap:.25rem;display:inline-flex}.homework-table .row-btn{color:#555;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:color .15s;display:inline-flex}.homework-table .row-btn svg{flex-shrink:0;display:block}.homework-table .row-btn:hover{color:#111}.homework-table .row-btn.danger{color:#c0392b}.homework-table .row-btn.danger:hover{color:#962b1f}.homework-table i{color:#888;margin-right:.4rem}.cal{background:#fff;border:1px solid #e3e3e6;border-radius:10px;flex-direction:column;flex:1;min-width:0;padding:.85rem 1rem 1rem;display:flex}.cal.cal-past .cal-cell{opacity:.9}.cal-header{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.cal-hint{color:#888;margin:-.3rem 0 .6rem;font-size:.78rem;font-style:italic}.cal-title{color:#1a1a1a;font-size:1rem;font-weight:700}.cal-nav{background:#fff;border:1px solid #d8dade;border-radius:9px;align-items:stretch;height:32px;display:inline-flex;overflow:hidden}.cal-nav button{color:#5b6168;cursor:pointer;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:0;line-height:1;transition:background-color .12s,color .12s;display:inline-flex}.cal-nav button svg{display:block}.cal-nav-btn{flex-shrink:0;width:32px}.cal-nav button:hover{color:#111;background:#f1f1f3}.cal-nav button:active{background:#e9e9ec}.cal-nav .cal-nav-btn:first-child{border-right:1px solid #e3e3e6}.cal-nav .cal-nav-btn:last-child{border-left:1px solid #e3e3e6}.cal-nav .cal-today-btn{color:#444;white-space:nowrap;flex-shrink:0;justify-content:center;align-items:center;height:100%;padding:0 .9rem;font-size:.78rem;font-weight:700;line-height:1;display:inline-flex}.cal-weekdays{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px;display:grid}.cal-weekday{letter-spacing:.06em;text-transform:none;color:#888;text-align:center;padding:.25rem 0;font-size:.7rem;font-weight:700}.cal-grid{flex:none;grid-template-columns:repeat(7,1fr);grid-auto-rows:52px;gap:2px;display:grid}@keyframes cal-slide-in-left{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes cal-slide-in-right{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.cal-grid[data-slide=left]{animation:.2s cal-slide-in-left}.cal-grid[data-slide=right]{animation:.2s cal-slide-in-right}.cal-cell{cursor:pointer;color:#333;text-align:left;background:#fafafb;border:1px solid #0000;border-radius:6px;flex-direction:column;justify-content:flex-start;align-items:stretch;min-width:0;min-height:0;padding:4px 5px 5px;font-family:inherit;transition:background-color .12s,border-color .12s;display:flex;position:relative;overflow:hidden}.cal-cell:hover{background:#eef0f3}.cal-cell-overdue{background:#fef2f2;border-color:#fbd5d5}.cal-cell-overdue:hover{background:#fde8e8}.cal-overdue-dot{pointer-events:none;background:#dc2626;border-radius:50%;width:7px;height:7px;position:absolute;top:4px;right:4px;box-shadow:0 0 0 2px #fafafb}.cal-cell-overdue .cal-overdue-dot{box-shadow:0 0 0 2px #fef2f2}.cal-cell.out{background:0 0}.cal-cell.out .cal-day-num{color:#c4c4c8}.cal-cell.out .cal-tasks{opacity:.55}.cal-cell.today{border-color:var(--color-accent);background:#1db95414}.cal-cell.today .cal-day-num{color:var(--color-accent);font-weight:700}.cal.cal-has-selection .cal-cell.today:not(.selected){background:0 0}.cal-cell.selected{border-color:var(--color-accent);background:#1db95414}.cal-day-num{align-self:flex-start;margin-bottom:3px;font-size:.78rem;font-weight:600;line-height:1}.cal-tasks{flex-direction:column;gap:2px;width:100%;min-width:0;display:flex}.cal-task{white-space:nowrap;text-overflow:ellipsis;border-left:3px solid;border-radius:3px;padding:1px 5px;font-size:.7rem;font-weight:600;overflow:hidden}.cal-task-danger{color:#b81e1e;background:#d230301f;border-left-color:#d23030}.cal-task-warn{color:#946100;background:#e0960026;border-left-color:#e09600}.cal-task-ok{color:#117a35;border-left-color:var(--color-accent);background:#1db9541f}.cal-task-completed{color:#888;background:#e9e9eb;border-left-color:#b0b0b3;text-decoration:line-through}.cal-task-more{color:#666;padding:1px 5px;font-size:.65rem;font-weight:600}.cal-legend{color:#666;border-top:1px solid #eee;flex-wrap:wrap;gap:.7rem 1rem;margin-top:.7rem;padding-top:.6rem;font-size:.72rem;display:flex}.cal-legend span{align-items:center;gap:.35rem;display:inline-flex}.cal-dot{border-left:none;border-radius:999px;flex-shrink:0;width:12px;height:12px;display:inline-block}@keyframes cal-popover-in{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.cal-popover{z-index:200;pointer-events:auto;transform-origin:0 0;background:#fff;border:1px solid #e6e7ea;border-radius:12px;flex-direction:column;min-width:232px;max-width:320px;padding:.7rem .8rem .75rem;font-size:.82rem;animation:.14s cubic-bezier(.16,1,.3,1) cal-popover-in;display:flex;position:fixed;box-shadow:0 1px 2px #0000000a,0 12px 32px -8px #14182138}.cal-popover-head{border-bottom:1px solid #f0f0f2;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.55rem;padding-bottom:.5rem;display:flex}.cal-popover-date{color:#1a1a1a;letter-spacing:0;font-size:.82rem;font-weight:700}.cal-popover-count{color:#5b6470;letter-spacing:.02em;background:#f1f2f4;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:.62rem;font-weight:700}.cal-popover ul{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.cal-popover li{border-radius:6px;align-items:center;gap:.5rem;min-width:0;margin:0 -.3rem;padding:.22rem .3rem;transition:background-color .1s;display:flex}.cal-popover li:hover{background:#f6f7f9}.cal-popover .cal-dot{width:9px;height:9px;box-shadow:0 0 0 3px #0000000a}.cal-popover-name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-weight:500;overflow:hidden}.cal-popover-status{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:2px 7px;font-size:.6rem;font-weight:700}.cal-popover-status.is-pending{color:#946100;background:#e0960024}.cal-popover-status.is-done{color:#117a35;background:#1db95424}.cal-popover-status.is-overdue{color:#b91c1c;background:#dc262624}.cal-popover-hint{color:#9aa0a8;border-top:1px solid #f0f0f2;margin-top:.55rem;padding-top:.45rem;font-size:.68rem;font-style:italic}.course-calendar .cal-grid{grid-auto-rows:minmax(4.5rem,5.5rem)}@media (width>=1440px) and (height>=1100px){.course-calendar .cal-grid{grid-auto-rows:72px}}@media (width>=1920px) and (height>=1300px){.course-calendar .cal-grid{grid-auto-rows:86px}}.day-empty{color:#888;text-align:center;margin:0;padding:.5rem 0;font-style:italic}.day-scroll{scrollbar-width:none;-ms-overflow-style:none;height:min(60vh,420px);padding:4px;overflow:hidden auto}.day-scroll::-webkit-scrollbar{width:0;display:none}.day-section+.day-section{margin-top:.9rem}.day-section-head{letter-spacing:.06em;text-transform:uppercase;color:#888;align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:.72rem;font-weight:700;display:flex}.day-section-head:after{content:"";background:#ececef;flex:1;height:1px}.day-section-head span{color:#5b6470;background:#f1f2f4;border-radius:999px;flex-shrink:0;order:-1;justify-content:center;align-items:center;min-width:20px;height:18px;padding:0 .4rem;font-size:.68rem;line-height:1;display:inline-flex}.day-section-done{color:#16a34a}.day-section-done span{color:#166534;background:#dcfce7}.day-section-overdue{color:#dc2626}.day-section-overdue span{color:#991b1b;background:#fee2e2}.day-tasks{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.day-task.is-done{opacity:.7}.day-task.is-done .day-task-name{-webkit-text-decoration:line-through #9aa0a8;text-decoration:line-through #9aa0a8}.day-task{background:#fff;border:1px solid #e3e3e6;border-radius:8px;flex-shrink:0;align-items:center;gap:.7rem;min-width:0;padding:.6rem .75rem;display:flex}.day-task-main{text-align:left;flex:1;align-items:flex-start;gap:.55rem;min-width:0;display:flex}.day-task-name{color:#1a1a1a;overflow-wrap:anywhere;word-break:break-word;white-space:normal;text-align:left;width:100%;min-width:0;font-size:.95rem;font-weight:500}.day-task-course{color:#888;overflow-wrap:anywhere;word-break:break-word;text-align:left;font-size:.75rem}.day-task-main.has-course{flex-direction:column;align-items:flex-start;gap:.1rem}.day-task .status-pill{border:1px solid #0000;border-radius:999px;flex-shrink:0;padding:.15rem .55rem;font-size:.7rem;font-weight:600}.day-task .status-completed{color:#166534;background:#dcfce7;border-color:#86efac}.day-task .status-pending{color:#92400e;background:#fef3c7;border-color:#fcd34d}.day-task-actions{flex-shrink:0;gap:.35rem;display:inline-flex}.day-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #d6d6da;border-radius:6px;padding:.35rem .7rem;font-size:.8rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s}.day-btn:hover{color:#1a1a1a;background:#f0f0f1;border-color:#b8bbc0}.day-btn.danger{color:#c53030;border-color:#f5b7b7}.day-btn.danger:hover{color:#b91c1c;background:#fde2e2;border-color:#e53e3e}.dp-wrap{display:inline-block;position:relative}.dp-wrap:has(.dp-popover){z-index:var(--z-popover)}.dp-wrap-block{width:100%;display:block}.dp-popover{z-index:var(--z-popover);-webkit-user-select:none;user-select:none;color:#1a1a1a;background:#fff;border:1px solid #e3e3e6;border-radius:12px;width:260px;padding:.65rem;position:fixed;box-shadow:0 8px 24px #0000002e}.dp-head{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.dp-title{color:#1a1a1a;font-size:.95rem;font-weight:700}.dp-nav{cursor:pointer;color:#666;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;line-height:1;transition:background-color .12s,color .12s;display:inline-flex}.dp-nav svg{display:block}.dp-nav:hover{color:#111;background:#f0f0f1}.dp-nav:active{background:#e7e7e9}.dp-weekdays{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px;display:grid}.dp-weekday{text-align:center;color:#999;letter-spacing:.04em;padding:.2rem 0;font-size:.7rem;font-weight:600}.dp-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}@keyframes dp-slide-in-left{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes dp-slide-in-right{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.dp-grid[data-slide=left]{animation:.18s dp-slide-in-left}.dp-grid[data-slide=right]{animation:.18s dp-slide-in-right}.dp-cell{color:#1a1a1a;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;height:32px;padding:0;font-family:inherit;font-size:.82rem;line-height:1;transition:background-color .12s,color .12s,border-color .12s;display:inline-flex}.dp-cell:hover{background:#e7f6ec}.dp-cell-out{color:#c0c2c5}.dp-cell-today{color:var(--color-accent);font-weight:700}.dp-cell-selected,.dp-cell-selected:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent);font-weight:700}.dp-foot{border-top:1px solid #ececef;justify-content:space-between;margin-top:.55rem;padding-top:.55rem;display:flex}.dp-foot-btn{cursor:pointer;color:#555;background:0 0;border:1px solid #0000;border-radius:6px;padding:.3rem .6rem;font-size:.82rem;font-weight:600}.dp-foot-btn:hover:not(:disabled){color:#111;background:#f0f0f1}.dp-foot-btn:disabled{opacity:.45;cursor:default}.dp-foot-today{color:var(--color-accent)}.dp-foot-today:hover{color:#168f42;background:#e7f6ec}.overview{box-sizing:border-box;color:#1a1a1a;flex-direction:column;flex:1;width:100%;max-width:none;min-height:0;display:flex}.overview-header{align-items:center;gap:.85rem;margin-bottom:.75rem;display:flex}.overview-header-title{flex:1;align-items:baseline;gap:.85rem;display:flex}.overview-header-actions{flex-shrink:0;align-items:center;gap:.5rem;display:inline-flex}.overview-import,.overview-add-course{cursor:pointer;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s,transform 80ms;display:inline-flex}.overview-import{color:#1a1a1a;background:#fff;border:1px solid #d6d6da}.overview-import:hover{background:#f7f7f9;border-color:#b8bbc0}.overview-add-course{background:var(--color-accent);color:#fff;border:1px solid #19a449}.overview-add-course:hover{background:var(--color-accent-hover);border-color:#1bbf52}.overview-import:active,.overview-add-course:active{transform:scale(.97)}.overview-header h1{margin:0;font-size:1.7rem;font-weight:700}.overview-year{color:#888;font-size:1rem;font-weight:500}.overview-stats{grid-template-columns:repeat(6,minmax(0,1fr));gap:.3rem;margin-bottom:1rem;display:grid}.stat-card{background:#fff;border:1px solid #e3e3e6;border-radius:8px;flex-direction:column;gap:.25rem;padding:.85rem 1rem;display:flex}.stat-card-wide{grid-column:span 2;min-width:0}.stat-label{letter-spacing:.05em;text-transform:none;color:#888;font-size:.75rem;font-weight:600}.stat-value{color:#1a1a1a;font-size:1.7rem;font-weight:700;line-height:1.1}.stat-good{color:var(--color-accent)}.stat-bad{color:#d23030}.stat-bar{background:#e7e8eb;border-radius:999px;height:9px;margin-top:.45rem;overflow:hidden;box-shadow:inset 0 1px 2px #0000000f}.stat-bar-fill{background:var(--color-accent);border-radius:999px;min-width:9px;height:100%;transition:width .25s}.stat-bar-fill[data-level=low]{background:linear-gradient(90deg,#f87171,#ef4444)}.stat-bar-fill[data-level=mid]{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.stat-bar-fill[data-level=high]{background:linear-gradient(90deg, #34d399, var(--color-accent))}@media (prefers-reduced-motion:reduce){.stat-bar-fill{transition:none}}.overview-section{margin-top:1rem}.overview-section h2{letter-spacing:.04em;text-transform:none;color:#555;margin:0 0 .7rem;font-size:1rem;font-weight:700}.overview-empty{color:#888;margin:0;font-style:italic}.course-stats,.upcoming-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.course-stats{gap:0}.course-stat:last-child{border-bottom:none}.course-stat{cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ededf0;border-radius:6px;flex-direction:column;justify-content:center;gap:.35rem;padding:.6rem 1.6rem .6rem .5rem;transition:background-color .12s,transform 80ms;display:flex;position:relative}.course-stat:after{content:"";border-bottom:2px solid #c4c4c8;border-right:2px solid #c4c4c8;width:7px;height:7px;transition:border-color .12s,right .12s;position:absolute;top:50%;right:.6rem;transform:translateY(-50%)rotate(-45deg)}.course-stat:hover{background:#f6f7f9;border-bottom-color:#0000}.course-stat:hover:after{border-color:var(--color-accent);right:.45rem}.course-stat:active{background:#eef0f3;transform:scale(.99)}.course-stat-row{justify-content:space-between;align-items:baseline;gap:.6rem;min-width:0;display:flex}.course-stat-name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.95rem;font-weight:600;overflow:hidden}.course-stat-meta{color:#666;flex-shrink:0;font-size:.8rem}.course-stat-overdue{color:#d23030;font-weight:600}.upcoming-item{cursor:pointer;background:#fff;border:1px solid #e3e3e6;border-radius:8px;grid-template-columns:1fr auto auto;align-items:center;gap:.85rem;padding:.6rem .9rem;transition:border-color .15s;display:grid}.upcoming-item:hover{border-color:var(--color-accent)}.upcoming-name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:500;overflow:hidden}.upcoming-course{color:#666;background:#f0f0f1;border-radius:999px;padding:.15rem .5rem;font-size:.78rem}.upcoming-due{font-size:.82rem;font-weight:600}.upcoming-due-ok{color:var(--color-accent)}.upcoming-due-warn{color:#e09600}.upcoming-due-danger{color:#d23030}.overview-grid{flex:1;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);align-items:stretch;gap:.85rem;min-height:0;display:grid}.overview-grid .overview-section{margin-top:0}.overview-grid-right{flex-direction:column;align-self:start;gap:.85rem;min-width:0;min-height:0;display:flex}.overview-grid-right>.overview-section{flex-direction:column;flex:none;min-height:0;display:flex}.overview-grid-right .course-stats{max-height:240px}.overview-grid-right>.overview-section>h2{flex-shrink:0}.overview-grid-right .course-stats,.overview-grid-right .finals-list{scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;margin-right:-.25rem;padding-right:.25rem;overflow-y:auto}.overview-grid-right .course-stats::-webkit-scrollbar{width:0;display:none}.overview-grid-right .finals-list::-webkit-scrollbar{width:0;display:none}.overview-calendar-section{flex-direction:column;align-self:start;min-width:0;display:flex}.overview-calendar-section>.cal{flex:none}.overview-calendar-section .cal-grid{flex:none;grid-auto-rows:minmax(3.7rem,4.7rem);gap:1px}.overview-calendar-section .cal-cell{padding:2px 4px 3px}.overview-calendar-section .cal-day-num{font-size:.78rem}.overview-calendar-section .cal-task{padding:1px 4px;font-size:.7rem}@media (width<=1100px){.overview-grid{grid-template-columns:1fr}}.finals-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.course-stat{box-sizing:border-box;min-height:60px}.finals-row{box-sizing:border-box;min-height:52px}.finals-row:has(.dp-popover){z-index:100;position:relative}.finals-row{background:0 0;border:none;border-bottom:1px solid #ededf0;border-radius:0;grid-template-columns:1fr auto auto;align-items:center;gap:.6rem;padding:.55rem .15rem;display:grid}.finals-row:last-child{border-bottom:none}.finals-row-name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.finals-badge{letter-spacing:0;text-align:right;white-space:nowrap;color:#6b7280;font-size:.8rem;font-weight:600}.finals-badge-empty{visibility:hidden}.finals-badge-soon{color:#dc2626;font-weight:700}.finals-badge-near{color:#b45309}.finals-badge-far{color:#16a34a}.finals-badge-past{color:#9ca3af}.finals-date{cursor:pointer;color:#555;background:0 0;border:1px solid #0000;border-radius:8px;flex-shrink:0;align-items:center;gap:.4rem;padding:.4rem .65rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:background-color .15s,color .15s;display:inline-flex;position:relative}.finals-date:hover{color:var(--color-accent);background:#f0f4f1}.finals-date-icon{color:inherit;flex-shrink:0}.finals-date-label{white-space:nowrap}.finals-date-label.empty{color:#888;font-style:italic;font-weight:400}.finals-date-native{opacity:0;cursor:pointer;width:100%;height:100%;font:inherit;color:#0000;background:0 0;border:none;margin:0;padding:0;position:absolute;inset:0}.finals-date-native::-webkit-calendar-picker-indicator{cursor:pointer;opacity:0;width:100%;height:100%;position:absolute;inset:0}.overview-empty{text-align:center;background:#fff;border:1px solid #e7e8eb;border-radius:12px;flex-direction:column;align-items:center;margin-top:1rem;padding:3rem 1.5rem;animation:.4s both overviewFadeUp;display:flex}.overview-empty-art{width:72px;height:72px;color:var(--color-accent);background:#1db9541a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.2rem;display:flex}.overview-empty-title{color:#1a1a1a;margin:0 0 .5rem;font-size:1.35rem;font-weight:700}.overview-empty-text{color:#666;max-width:46ch;margin:0 auto .5rem;font-size:.95rem;line-height:1.55}.overview-empty-text strong{color:#1a1a1a;font-weight:600}.overview-empty-actions{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:1.4rem;display:flex}.overview-empty-hints{border-top:1px solid #f0f0f2;flex-wrap:wrap;justify-content:center;gap:.6rem 1.4rem;width:100%;max-width:540px;margin:1.8rem 0 0;padding:1.4rem 0 0;list-style:none;display:flex}.overview-empty-hints li{color:#6b7280;align-items:center;gap:.45rem;font-size:.85rem;font-weight:500;display:inline-flex}.overview-empty-hints svg{color:var(--color-accent)}@keyframes overviewFadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.course-stat,.finals-row,.stat-card,.overview-calendar-section{animation:.35s ease-out both overviewFadeUp}.overview-calendar-section{animation-delay:.12s}.course-stat:first-child,.finals-row:first-child,.stat-card:first-child{animation-delay:20ms}.course-stat:nth-child(2),.finals-row:nth-child(2),.stat-card:nth-child(2){animation-delay:60ms}.course-stat:nth-child(3),.finals-row:nth-child(3),.stat-card:nth-child(3){animation-delay:.1s}.course-stat:nth-child(4),.finals-row:nth-child(4),.stat-card:nth-child(4){animation-delay:.14s}.course-stat:nth-child(5),.finals-row:nth-child(5),.stat-card:nth-child(5){animation-delay:.18s}.course-stat:nth-child(n+6),.finals-row:nth-child(n+6),.stat-card:nth-child(n+6){animation-delay:.22s}@media (width>=1440px) and (height>=1100px){.stat-card{gap:.4rem;padding:1.15rem 1.25rem}.stat-label{font-size:.85rem}.stat-value{font-size:2.1rem}.overview-calendar-section .cal-grid{grid-auto-rows:minmax(5rem,6rem)}}@media (width>=1920px) and (height>=1300px){.stat-value{font-size:2.4rem}.stat-label{font-size:.9rem}.overview-calendar-section .cal-grid{grid-auto-rows:minmax(6rem,7.5rem)}}.import-hint{color:#555;margin:0 0 .75rem;font-size:.9rem}.import-categories{flex-direction:column;gap:.35rem;margin-bottom:.85rem;display:flex}.app-modal-body label.import-cat{color:#1a1a1a;text-transform:none;letter-spacing:normal;cursor:pointer;background:#fff;border:1px solid #d6d6da;border-radius:6px;align-items:center;gap:.7rem;height:40px;margin:0;padding:0 .75rem;font-size:.92rem;font-weight:400;transition:border-color .15s,background-color .15s,opacity .15s;display:flex}.app-modal-body label.import-cat:hover{background:#f7f7f8;border-color:#b8bbc0}.app-modal-body label.import-cat:has(input:checked){border-color:var(--color-accent);background:#f3fbf5}.app-modal-body label.import-cat:has(input:disabled){opacity:.55;cursor:not-allowed}.import-cat input[type=checkbox],.import-toggle input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:1px solid #d6d6da;border-radius:3px;flex-shrink:0;width:16px;height:16px;margin:0;transition:background-color .15s,border-color .15s}.import-cat input[type=checkbox]:hover,.import-toggle input[type=checkbox]:hover{border-color:#b8bbc0}.import-cat input[type=checkbox]:checked,.import-toggle input[type=checkbox]:checked{background-color:var(--color-accent);border-color:var(--color-accent);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M4 8.5l3 3 5-6'/></svg>");background-position:50%;background-repeat:no-repeat;background-size:14px 14px}.import-cat input[type=checkbox]:disabled{cursor:not-allowed;background:#f1f1f3;border-color:#e3e3e6}.import-cat-label{color:#1a1a1a;flex:1;font-size:.92rem;line-height:1}.import-cat-count{color:#555;text-align:center;background:#ececef;border:1px solid #dcdce0;border-radius:999px;flex-shrink:0;min-width:28px;padding:.15rem .55rem;font-size:.78rem;font-weight:600}.app-modal-body label.import-toggle{color:#444;text-transform:none;letter-spacing:normal;cursor:pointer;align-items:center;gap:.6rem;margin:0;font-size:.88rem;font-weight:400;display:flex}.import-progress{color:#555;margin-top:.75rem;font-size:.85rem}.import-result p{color:#1a1a1a;margin:0 0 .6rem;font-size:.95rem}.import-btn-busy{align-items:center;gap:.5rem;display:inline-flex}.import-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite import-spin}@keyframes import-spin{to{transform:rotate(360deg)}}.import-result-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin:0 0 .7rem;padding:0;list-style:none;display:grid}.import-stat{background:#fff;border:1px solid;border-radius:10px;flex-direction:column;gap:.15rem;padding:.7rem .85rem;display:flex}.import-stat-num{font-size:1.5rem;font-weight:800;line-height:1}.import-stat-label{color:#666;letter-spacing:.02em;font-size:.78rem;font-weight:600}.import-stat-added{background:#1db95414;border-color:#1db95459}.import-stat-added .import-stat-num{color:#117a35}.import-stat-skipped{background:#f6f6f7;border-color:#e3e3e6}.import-stat-skipped .import-stat-num{color:#555}.import-stat-unparseable{background:#f3c7681f;border-color:#f3c76880}.import-stat-unparseable .import-stat-num{color:#946100}.import-stat-failed{background:#e03c3c14;border-color:#e03c3c66}.import-stat-failed .import-stat-num{color:#c0392b}.import-reasons{color:#c0392b;max-height:160px;margin:0;padding-left:1.1rem;font-size:.82rem;overflow-y:auto}.import-reasons li{margin-bottom:.2rem}.ne-wrap,.ne-panel-box{width:100%;position:relative}.ne-inline-toolbar{background:#f6f6f7;border:1px solid #d6d6da;border-bottom:none;border-radius:6px 6px 0 0;flex-wrap:nowrap;align-items:flex-start;gap:.25rem;padding:.3rem .4rem;display:flex}.ne-inline-toolbar .ne-toolbar{flex:auto;min-width:0}.ne-wrap-toolbar .ne-collapsed{border-radius:0 0 6px 6px}.ne-collapsed{color:#1a1a1a;box-sizing:border-box;overflow-anchor:none;scrollbar-width:none;-ms-overflow-style:none;background:#fff;border:1px solid #d6d6da;border-radius:6px;width:100%;height:88px;overflow-y:auto}.ne-collapsed::-webkit-scrollbar{width:0;height:0;display:none}.ne-collapsed .ProseMirror{box-sizing:border-box;outline:none;min-height:100%;padding:.6rem 2.2rem .6rem .7rem;font-family:inherit;font-size:.95rem;line-height:1.4}.ne-backdrop{z-index:var(--z-modal-overlay);background:#00000080;position:fixed;inset:0}.ne-wrap-expanded .ne-panel-box{width:min(800px,100vw - 4rem);height:min(600px,100vh - 4rem);z-index:var(--z-modal);background:#fff;border-radius:12px;flex-direction:column;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000004d}.ne-head{border-bottom:1px solid #eaeaee;flex-shrink:0;align-items:center;gap:.6rem;padding:.7rem 1rem;display:flex}.ne-title{color:#1a1a1a;font-weight:700}.ne-head .ne-close{margin-left:auto}.ne-editor{overflow-anchor:none;box-sizing:border-box;flex:1;width:100%;overflow-y:auto}.ne-editor .ProseMirror{color:#1a1a1a;box-sizing:border-box;outline:none;min-height:100%;padding:1rem 1.2rem;font-family:inherit;font-size:.95rem;line-height:1.5}.ne-footer{background:#fafafb;border-top:1px solid #eaeaee;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.5rem;padding:.7rem 1rem;display:flex}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#999;pointer-events:none;float:left;height:0}.ne-bar-expand{color:#555;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;padding:0;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.ne-bar-expand:hover{color:#1a1a1a;background:#f0f0f2;border-color:#d6d6da}.ne-expand-btn{color:#777;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:color .12s,background .12s;display:inline-flex;position:absolute;bottom:6px;right:6px}.ne-expand-btn:hover{color:#1a1a1a;background:#f0f0f2}.ne-toolbar{flex-wrap:wrap;align-items:center;gap:.2rem;display:inline-flex}.ne-sep{background:#d6d6da;flex:none;width:1px;height:18px;margin:0 .15rem}.ne-btn{color:#1a1a1a;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .12s,border-color .12s;display:inline-flex}.ne-btn:hover{background:#f0f0f2;border-color:#d6d6da}.ne-btn:disabled{opacity:.4;cursor:default}.ne-btn:disabled:hover{background:0 0;border-color:#0000}.ne-btn-active{border-color:var(--color-accent);color:#117a35;background:#e3f5ea}.ne-btn-active:hover{border-color:var(--color-accent);background:#d6efdf}.ne-close{color:#555;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.ne-close:hover{color:#1a1a1a;background:#f0f0f2}.ProseMirror b,.ProseMirror strong{font-weight:700}.ProseMirror u{text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1.5px}.ProseMirror s{text-decoration:line-through}.ProseMirror h1{margin:.4rem 0 .2rem;font-size:1.4rem;font-weight:700}.ProseMirror h2{margin:.35rem 0 .2rem;font-size:1.15rem;font-weight:700}.ProseMirror p{margin:.2rem 0}.ProseMirror ul,.ProseMirror ol{margin:.2rem 0;padding-inline-start:2.4rem;list-style-position:outside}.ProseMirror li{margin:.1rem 0}.ProseMirror [dir=rtl]{text-align:right}.ProseMirror [dir=ltr]{text-align:left}.ProseMirror span[style*=font-size]{line-height:1}.ProseMirror mark{border-radius:2px;padding:0 .05em}.ProseMirror a{color:#1d6fe0;cursor:pointer;text-decoration:underline}.ProseMirror a:hover{color:#1755b3}.ProseMirror a.ne-link{color:#178a45;white-space:nowrap;background:#1db9541f;border-radius:999px;align-items:center;gap:.28em;padding:.06em .5em .06em .42em;font-weight:600;line-height:1.35;text-decoration:none;transition:background .12s,color .12s;display:inline-flex}.ProseMirror a.ne-link:hover{background:var(--color-accent);color:#fff}.ProseMirror a.ne-link:before{content:"";width:.85em;height:.85em;-webkit-mask:var(--ne-link-icon) center / contain no-repeat;-webkit-mask:var(--ne-link-icon) center / contain no-repeat;mask:var(--ne-link-icon) center / contain no-repeat;background-color:currentColor;flex:none}:root{--ne-link-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3E%3C/svg%3E")}.ne-color-btn{position:relative;overflow:hidden}.ne-color-btn input[type=color]{opacity:0;cursor:pointer;border:none;margin:0;padding:0;position:absolute;inset:0}.ne-fs-wrap{display:inline-flex;position:relative}.ne-fs-trigger{color:#333;cursor:pointer;background:#fff;border:1px solid #d6d6da;border-radius:5px;align-items:center;gap:.15rem;min-width:46px;height:26px;padding:0 .35rem;font-size:.82rem;font-weight:600;transition:border-color .12s,background .12s;display:inline-flex}.ne-fs-trigger:hover{background:#f6f6f7}.ne-fs-wrap:has(.ne-fs-pop) .ne-fs-trigger{border-color:var(--color-accent)}.ne-fs-value{text-align:left;flex:1}.ne-fs-caret{color:#8a8a90;flex:none}.ne-fs-pop{z-index:var(--z-popover);box-sizing:border-box;background:#fff;border:1px solid #e3e3e6;border-radius:8px;flex-direction:column;gap:1px;min-width:100%;margin:0;padding:.2rem;list-style:none;display:flex;position:fixed;box-shadow:0 8px 24px #00000024}.ne-fs-item{color:#333;text-align:center;cursor:pointer;border-radius:5px;margin:0;padding:.28rem .45rem;font-size:.82rem;font-weight:600;line-height:1.2;transition:background-color .1s,color .1s}.ne-fs-item:hover{background:#f1f1f3}.ne-fs-item-active,.ne-fs-item-active:hover{background:var(--color-accent);color:#fff}.ne-hl-wrap{display:inline-flex;position:relative}.ne-hl-pop{z-index:var(--z-popover);background:#fff;border:1px solid #e3e3e6;border-radius:8px;gap:.3rem;padding:.4rem;display:flex;position:fixed;box-shadow:0 8px 24px #00000024}.ne-hl-swatch{cursor:pointer;box-sizing:border-box;border:1px solid #0000001f;border-radius:50%;width:22px;height:22px;padding:0;transition:transform .12s}.ne-hl-swatch:hover{transform:scale(1.12)}.ne-hl-swatch-none{background:linear-gradient(135deg,#0000 45%,#d33 45% 55%,#0000 55%),#fff}.ne-tc-btn{flex-direction:column;gap:2px;position:relative}.ne-tc-bar{border-radius:2px;width:14px;height:3px;box-shadow:inset 0 0 0 1px #00000014}.ne-tc-pop{box-sizing:border-box;width:208px;z-index:var(--z-popover);background:#fdfdfd;border:1px solid #ececef;border-radius:16px;padding:.85rem;position:fixed;box-shadow:0 2px 6px #0000000d,0 16px 40px #0000001f}.ne-tc-label{color:#8c929b;margin-bottom:.55rem;font-size:.74rem;font-weight:600}.ne-tc-label-custom{margin-top:.8rem}.ne-tc-grid{grid-template-columns:repeat(5,1fr);justify-items:center;gap:.5rem .25rem;display:grid}.ne-tc-swatch{cursor:pointer;box-sizing:border-box;border:none;border-radius:50%;width:26px;height:26px;padding:0;transition:transform .14s,box-shadow .14s;position:relative;box-shadow:inset 0 0 0 1px #00000014}.ne-tc-swatch:hover{transform:scale(1.14);box-shadow:inset 0 0 0 1px #0000001a,0 4px 10px #00000029}.ne-tc-swatch-active:hover{transform:scale(1.14)}.ne-tc-check{color:#fff;filter:drop-shadow(0 1px 1.5px #00000080);margin:auto;position:absolute;inset:0}.ne-tc-custom{align-items:center;gap:.45rem;display:flex}.ne-tc-wheel{cursor:pointer;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;transition:transform .14s;display:inline-flex;position:relative;overflow:hidden}.ne-tc-wheel:hover{transform:scale(1.14)}.ne-tc-wheel-dot{border-radius:50%;width:100%;height:100%}.ne-tc-wheel input[type=color]{opacity:0;cursor:pointer;border:none;margin:0;padding:0;position:absolute;inset:0}.ne-tc-hex{box-sizing:border-box;letter-spacing:.02em;color:#333;border:1px solid #e2e2e6;border-radius:999px;flex:1;min-width:0;height:32px;padding:0 .65rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;transition:border-color .12s,box-shadow .12s}.ne-tc-hex:focus{outline:none}.ne-tc-hex::placeholder{color:#b6b9bf}.ne-save-btn{background:var(--color-accent);color:#fff;cursor:pointer;border:1px solid #19a449;border-radius:8px;padding:.5rem 1.1rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:background .12s}.ne-save-btn:hover{background:var(--color-accent-hover)}.ne-mention-pop{z-index:var(--z-popover);background:#fff;border:1px solid #d6d6da;border-radius:8px;min-width:160px;max-width:280px;max-height:220px;margin:0;padding:.25rem;list-style:none;position:fixed;overflow-y:auto;box-shadow:0 8px 24px #00000029}.ne-mention-item{color:#222;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border-radius:6px;padding:.4rem .55rem;font-size:.9rem;overflow:hidden}.ne-mention-item-active{background:var(--color-accent);color:#fff}@media (width<=600px){.ne-wrap-expanded .ne-panel-box{border-radius:18px 18px 0 0;width:100%;height:88dvh;max-height:92dvh;animation:.24s cubic-bezier(.2,.85,.3,1.05) ne-sheet-in;top:auto;bottom:0;left:0;transform:none;box-shadow:0 -8px 32px #0000002e}.ne-head{z-index:1;background:#fff;flex-wrap:wrap;gap:.5rem .6rem;padding:.7rem .85rem;position:sticky;top:0}.ne-head .ne-toolbar{scrollbar-width:none;flex-basis:100%;order:3;padding-bottom:2px;overflow-x:auto}.ne-head .ne-toolbar::-webkit-scrollbar{display:none}.ne-footer{z-index:1;padding:.7rem .85rem calc(.7rem + env(safe-area-inset-bottom,0px));position:sticky;bottom:0}.ne-save-btn{padding:.65rem 1.4rem;font-size:.95rem}}@keyframes ne-sheet-in{0%{opacity:.4;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cip{flex-direction:column;gap:1.1rem;padding-bottom:1rem;display:flex}.cip-section{flex-direction:column;gap:.6rem;display:flex}.cip-section-head{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.cip-section-head h3{color:#222;margin:0;font-size:.95rem;font-weight:700}.cip-hint{color:#999;font-size:.78rem}.cip-section-head-right{align-items:center;gap:.6rem;display:inline-flex}.cip-head-add{background:var(--color-accent);color:#fff;cursor:pointer;border:1px solid #19a449;border-radius:7px;align-items:center;gap:.3rem;padding:.3rem .65rem;font-size:.82rem;font-weight:600;transition:background-color .15s,transform 80ms;display:inline-flex}.cip-head-add:hover:not(:disabled){background:var(--color-accent-hover)}.cip-head-add:active:not(:disabled){transform:scale(.97)}.cip-head-add:disabled{cursor:default;background:#cfd2d6;border-color:#c2c5c9}.cip-assignments{background:0 0;border:none;gap:.5rem;padding:0}.cip-assignments .homework-table-container{flex:none}.cip-assignments .homework-table-scroll{overflow:visible}.cip-notes .ne-collapsed{height:260px;max-height:50vh}.cip-table{background:#fff;border:1px solid #e3e3e6;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.cip-table-head,.cip-table-row{align-items:center;gap:.5rem;padding:.7rem 1rem;display:flex}.cip-table-head{color:#555;background:#f6f6f7;border-bottom:1px solid #e3e3e6;font-size:.85rem;font-weight:600}.cip-table-head .cip-col-name{flex:1 1 0;min-width:0}.cip-table-head .cip-col-url{flex:1.5 1 0;min-width:0}.cip-table-head .cip-col-actions{flex:0 0 90px;justify-content:flex-start}.cip-table-row{border-bottom:1px solid #eef0f2;flex-wrap:wrap;transition:background-color .15s;position:relative}.cip-table-row:last-child{border-bottom:none}.cip-table-row:hover{background:#fafafb}.cip-table-row .cip-col-name{flex:1 1 0;min-width:0}.cip-table-row .cip-col-url{flex:1.5 1 0;min-width:0}.cip-table-row .cip-input:first-of-type{flex:1 1 0;min-width:0}.cip-table-row .cip-input:nth-of-type(2){flex:1.5 1 0;min-width:0}.cip-table-row .cip-col-actions{flex:0 0 90px;justify-content:flex-start}.cip-cell-label{color:#222;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.cip-cell-url{color:#1a8a44;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.3rem;font-size:.85rem;text-decoration:none;display:inline-flex;overflow:hidden}.cip-cell-url:hover{text-decoration:underline}.cip-cell-url-icon{color:#6aa;opacity:.7;flex-shrink:0}.cip-row-editing{background:#fbfffd}.cip-row-save{color:#157a3c}.cip-row-save:hover:not(:disabled){color:#0e5e2c}.cip-table-empty{color:#aaa;text-align:center;padding:.85rem;font-size:.85rem;font-style:italic}.cip-col-actions{justify-self:end;align-items:center;gap:.25rem;display:inline-flex}.cip-input{box-sizing:border-box;color:#222;background:0 0;border:1px solid #dcdce0;border-radius:6px;outline:none;width:100%;min-width:0;padding:.35rem .55rem;font-family:inherit;font-size:.88rem;transition:border-color .15s,background-color .15s}.cip-input:focus{outline:none}.cip-row-btn{color:#555;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;text-decoration:none;transition:background-color .15s,color .15s;display:inline-flex}.cip-row-btn svg{flex-shrink:0;display:block}.cip-row-btn:hover:not(:disabled){color:#111}.cip-row-btn:disabled{opacity:.4;cursor:default}.cip-row-delete{color:#c0392b}.cip-row-delete:hover:not(:disabled){color:#962b1f}.cip-row-error{color:#e74c3c;flex:100%;order:99;margin-top:.2rem;font-size:.75rem}@media (width<=900px){.cip-table-head .cip-col-url{display:none}.cip-table-row .cip-input:nth-of-type(2){flex:100%;order:5}.cip-row-error{flex:100%;order:6}}.ep{flex-direction:column;gap:1.1rem;padding-bottom:1rem;display:flex}.ep-section{flex-direction:column;gap:.6rem;display:flex}.ep-section-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.ep-add-exam-btn{background:var(--color-accent);color:#fff;cursor:pointer;border:1px solid #19a449;border-radius:8px;flex-shrink:0;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;transition:background-color .15s,transform 80ms;display:inline-flex}.ep-add-exam-btn svg{display:block}.ep-head-actions{flex-shrink:0;align-items:center;gap:.5rem;display:inline-flex}.ep-add-q-btn{color:#1a8a44;cursor:pointer;background:#fff;border:1px solid #bfe3cb;border-radius:8px;flex-shrink:0;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;transition:background-color .15s,border-color .15s,transform 80ms;display:inline-flex}.ep-add-q-btn svg{display:block}.ep-add-q-btn:hover:not(:disabled){background:#f1fbf4;border-color:#9ed7b2}.ep-add-q-btn:active:not(:disabled){transform:scale(.97)}.ep-add-q-btn:disabled{color:#aeb2b8;cursor:default;border-color:#e3e3e6}.ep-setup{text-align:center;background:#fff;border:1px solid #e7e8eb;border-radius:12px;flex-direction:column;align-items:center;padding:3rem 1.5rem;display:flex}.ep-setup-icon{width:72px;height:72px;color:var(--color-accent);background:#1db9541a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.2rem;display:flex}.ep-setup-title{color:#1a1a1a;margin:0 0 .5rem;font-size:1.35rem;font-weight:700}.ep-setup-text{color:#666;max-width:46ch;margin:0 auto 1.4rem;font-size:.95rem;line-height:1.55}.ep-setup-btn{border-radius:8px;gap:.4rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600}.exam-setup-lead{color:#666;margin:0 0 1.1rem;font-size:.9rem;line-height:1.5}.exam-setup-field{justify-content:space-between;align-items:center;gap:1rem;padding:.6rem 0;display:flex}.exam-setup-field+.exam-setup-field{border-top:1px solid #f0f0f2}.exam-setup-field label{color:#1a1a1a;font-size:.92rem;font-weight:600}.exam-setup-stepper{background:#fff;border:1px solid #d6d6da;border-radius:10px;align-items:stretch;display:inline-flex;overflow:hidden}.exam-setup-step-btn{color:#374151;cursor:pointer;background:#f7f7f8;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background-color .12s,color .12s;display:inline-flex}.exam-setup-step-btn:first-child{border-right:1px solid #e3e3e6}.exam-setup-step-btn:last-child{border-left:1px solid #e3e3e6}.exam-setup-step-btn svg{display:block}.exam-setup-step-btn:hover:not(:disabled){color:#111;background:#ececef}.exam-setup-step-btn:disabled{color:#c2c6cc;cursor:not-allowed}.exam-setup-step-input{box-sizing:border-box;text-align:center;font-variant-numeric:tabular-nums;color:#1a1a1a;appearance:textfield;background:#fff;border:none;width:52px;height:36px;font-size:1rem;font-weight:700}.exam-setup-step-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.exam-setup-step-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.exam-setup-step-input:focus{outline:none}.exam-setup-preview{color:#8a9098;text-align:center;border-top:1px solid #f0f0f2;margin:1.1rem 0 0;padding-top:.9rem;font-size:.82rem}.ep-add-exam-btn:hover:not(:disabled){background:var(--color-accent-hover)}.ep-add-exam-btn:active:not(:disabled){transform:scale(.97)}.ep-add-exam-btn:disabled{cursor:default;background:#cfd2d6;border-color:#c2c5c9}.ep-section-head h3{color:#222;margin:0;font-size:.95rem;font-weight:700}.ep-hint{color:#777;margin:0;font-size:.78rem}.ep-section-head-right{align-items:center;gap:.5rem;display:inline-flex}.ep-head-add{background:var(--color-accent);color:#fff;cursor:pointer;border:1px solid #19a449;border-radius:7px;align-items:center;gap:.3rem;padding:.3rem .65rem;font-size:.82rem;font-weight:600;transition:background-color .15s,transform 80ms;display:inline-flex}.ep-head-add:hover:not(:disabled){background:var(--color-accent-hover)}.ep-head-add:active:not(:disabled){transform:scale(.97)}.ep-head-add:disabled{cursor:default;background:#cfd2d6;border-color:#c2c5c9}.ep-head-add-secondary{color:#1a8a44;background:#fff;border-color:#bfe3cb}.ep-head-add-secondary:hover:not(:disabled){background:#f1fbf4}.ep-empty{color:#aaa;text-align:center;background:#fff;border:1px solid #e3e3e6;border-radius:10px;padding:1.1rem;font-size:.85rem;font-style:italic}.ep-grid{position:relative}.ep-table-scroll{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e3e3e6;border-radius:10px;overflow-x:auto}.ep-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%}.ep-table th,.ep-table td{box-sizing:border-box;border-bottom:1px solid #eef0f2;border-right:1px solid #eef0f2}.ep-table tr:last-child th,.ep-table tr:last-child td{border-bottom:none}.ep-table th:last-child,.ep-table td:last-child{border-right:none}.ep-table thead th{color:#555;vertical-align:middle;background:#f6f6f7;border-bottom:1px solid #e3e3e6;padding:.7rem 1rem;font-size:.85rem;font-weight:600}.ep-corner{text-align:left;z-index:2;background:#f6f6f7;width:180px;padding-left:1rem;position:sticky;left:0}.ep-col-head{width:auto;padding-left:.4rem;padding-right:.4rem;position:relative}.ep-col-del{z-index:1;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.ep-table-inner{min-width:100%;position:relative}.ep-col-inserts{pointer-events:none;position:absolute;inset:0}.ep-col-insert{cursor:pointer;pointer-events:auto;z-index:4;background:0 0;border:none;justify-content:center;align-items:center;width:22px;height:30px;padding:0;display:flex;position:absolute;top:50%;transform:translate(-50%,-50%)}.ep-col-insert-btn{box-sizing:border-box;border:1.5px solid var(--color-accent);width:18px;height:18px;color:var(--color-accent);opacity:0;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:opacity .12s,transform .1s;display:flex;box-shadow:0 1px 4px #0000002e}.ep-col-insert-btn svg{display:block}.ep-col-insert:hover .ep-col-insert-btn{opacity:1;transform:scale(1.12)}.ep-table thead th.ep-progress-head{text-align:center;z-index:2;background:#f6f6f7;width:56px;padding-left:.3rem;padding-right:.3rem;position:sticky;left:180px}.ep-progress-cell{text-align:center;vertical-align:middle;z-index:1;background:#fff;width:56px;padding-left:.3rem;padding-right:.3rem;position:sticky;left:180px}.ep-col-head-inner,.ep-row-head-inner{align-items:center;gap:.15rem;display:inline-flex}.ep-col-head-inner{flex-wrap:nowrap;justify-content:center;width:100%;min-width:0;display:flex}.ep-col-head-inner .ep-col-label{min-width:0}.ep-row-head{text-align:left;z-index:1;background:#fff;width:180px;padding:.3rem .5rem .3rem .7rem;position:sticky;left:0}.ep-row-head-inner{justify-content:space-between;width:100%}.ep-label-text{box-sizing:border-box;color:#222;cursor:text;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:5px;max-width:100%;padding:.2rem .3rem;font-family:inherit;transition:background-color .15s;overflow:hidden}.ep-col-label{text-align:center;font-weight:600}.ep-row-label{flex:auto;font-size:.88rem;font-weight:600}.ep-row-name{color:#222;text-align:left;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;border-radius:5px;flex:auto;min-width:0;padding:.2rem .3rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:background-color .15s;overflow:hidden}.ep-row-name:hover{background:#eaf2fd}.ep-row-head-inner{gap:.45rem}.ep-row-head .ep-kebab,.ep-kebab{opacity:1;color:#6b7280;flex-shrink:0}.ep-row-head .ep-kebab:hover{color:#1a1a1a}.ep-row-menu{z-index:var(--z-popover,2000);background:#fff;border:1px solid #e3e3e6;border-radius:10px;flex-direction:column;width:180px;padding:.3rem;display:flex;position:fixed;box-shadow:0 8px 24px #00000024}.ep-menu-item{box-sizing:border-box;color:#333;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:.55rem;width:100%;padding:.5rem .6rem;font-family:inherit;font-size:.85rem;font-weight:500;text-decoration:none;display:flex}.ep-menu-item svg{color:#6b7280;flex-shrink:0}.ep-menu-item:hover{background:#f1f2f4}.ep-menu-danger,.ep-menu-danger svg{color:#c53030}.ep-menu-danger:hover{background:#fde2e2}.exam-row-field{margin-bottom:1.1rem;display:block}.exam-row-field:last-child{margin-bottom:0}.exam-row-field>span{color:#1a1a1a;margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}.exam-row-field em{color:#9aa0a8;font-style:normal;font-weight:500}.exam-row-field input{box-sizing:border-box;color:#1a1a1a;background:#fff;border:1px solid #d6d6da;border-radius:8px;width:100%;height:40px;padding:0 .75rem;font-family:inherit;font-size:.95rem;display:block}.exam-row-field input::placeholder{color:#b6b9bf}.exam-row-field input:focus{outline:none}.ep-label-empty{color:#aaa;font-style:italic}.ep-label-input{box-sizing:border-box;border:1px solid var(--color-accent);color:#222;background:0 0;border-radius:5px;outline:none;width:100%;min-width:0;padding:.2rem .3rem;font-family:inherit}.ep-cell{text-align:center;cursor:pointer;padding:.25rem}.ep-cell:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px;border-radius:6px}.ep-check{vertical-align:middle;box-sizing:border-box;color:#fff;cursor:pointer;background:#fff;border:1.5px solid #b4b7bb;border-radius:4px;justify-content:center;align-items:center;width:17px;min-width:17px;height:17px;padding:0;transition:background-color .12s,border-color .12s,transform 80ms;display:inline-flex}.ep-check svg{display:block}.ep-cell:hover .ep-check{border-color:var(--color-accent)}.ep-cell:active .ep-check{transform:scale(.9)}.ep-check-done{background:var(--color-accent);border-color:#19a449;box-shadow:0 1px 3px #19a44959}.ep-check-done svg{animation:.18s ep-check-pop}@keyframes ep-check-pop{0%{opacity:0;transform:scale(.4)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.ep-row-progress{font-variant-numeric:tabular-nums;color:#8a9098;background:#f1f1f3;border-radius:999px;flex-shrink:0;padding:.1rem .4rem;font-size:.72rem;font-weight:700;line-height:1.4}.ep-row-progress-done{color:#fff;background:var(--color-accent)}.ep-row-complete .ep-row-head,.ep-row-complete .ep-progress-cell,.ep-row-complete .ep-cell{background:#f3fbf5}.ep-table tbody tr.ep-row-complete:hover .ep-row-head,.ep-table tbody tr.ep-row-complete:hover .ep-progress-cell,.ep-table tbody tr.ep-row-complete:hover .ep-cell{background:#eaf7ee}.ep-icon-btn{color:#999;cursor:pointer;opacity:0;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:auto;height:auto;padding:0;transition:color .15s,opacity .15s;display:inline-flex}.ep-icon-btn svg{flex-shrink:0;display:block}.ep-col-head:hover .ep-icon-btn,.ep-row-head:hover .ep-icon-btn,.ep-icon-btn:focus-visible{opacity:1}.ep-icon-delete:hover{color:#c0392b}.ep-table tbody tr:hover .ep-row-head,.ep-table tbody tr:hover .ep-progress-cell,.ep-table tbody tr:hover .ep-cell{background:#eaf2fd}@media (hover:none){.ep-icon-btn{opacity:.7}.ep-edge-add{opacity:1}}.ep-sheet-backdrop{z-index:1000;background:#00000059;align-items:flex-end;animation:.15s ep-sheet-fade;display:flex;position:fixed;inset:0}.ep-sheet{width:100%;padding:.6rem 1.1rem calc(1.1rem + env(safe-area-inset-bottom));background:#fff;border-radius:16px 16px 0 0;animation:.22s cubic-bezier(.22,1,.36,1) ep-sheet-up;box-shadow:0 -6px 24px #0000002e}@keyframes ep-sheet-fade{0%{opacity:0}to{opacity:1}}@keyframes ep-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ep-sheet-title{color:#222;margin:.4rem 0 .6rem;font-size:.95rem;font-weight:700}.ep-sheet-input{box-sizing:border-box;color:#222;border:1px solid #cdd0d4;border-radius:9px;outline:none;width:100%;padding:.6rem .7rem;font-size:1rem}.ep-sheet-input:focus{outline:none}.ep-sheet-actions{gap:.6rem;margin-top:.9rem;display:flex}.ep-sheet-btn{cursor:pointer;border-radius:9px;flex:1;padding:.65rem;font-size:.9rem;font-weight:700}.ep-sheet-cancel{color:#555;background:#f1f1f3;border:1px solid #e3e3e6}.ep-sheet-save{background:var(--color-accent);color:#fff;border:1px solid #19a449}@media (width<=768px){.ep-corner,.ep-row-head,.ep-table thead th.ep-progress-head,.ep-progress-cell{position:static}}.main-layout{background:#f8f8f6;flex-direction:column;flex:1;min-width:0;height:100dvh;min-height:0;display:flex}.main-content{border-radius:8px;flex-direction:column;flex:1;min-height:0;padding:.85rem 1.25rem 2.5rem;display:flex;overflow:hidden auto}.tab-bar{scrollbar-width:thin;background:0 0;border:none;flex-shrink:0;align-items:stretch;gap:2px;display:flex;overflow-x:auto}.tab-bar-empty{color:#888;padding:.6rem 1rem;font-size:.9rem;font-style:italic}.tab{cursor:pointer;-webkit-user-select:none;user-select:none;color:#555;white-space:nowrap;background:0 0;border:none;border-radius:8px 8px 0 0;align-items:center;gap:.45rem;padding:.55rem .85rem;font-size:.9rem;font-weight:500;transition:background-color .15s,color .15s,box-shadow .15s;display:inline-flex}.tab:hover{color:#222;background:#0000000a}.tab.active{color:#111;font-weight:700}.tab-bar-year{background:#ededeb;border-bottom:1px solid #e0dfdc;gap:.2rem;padding:.35rem .6rem 0}.tab-bar-year .tab{color:#666;cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:8px 8px 0 0;align-items:center;gap:.4rem;min-height:34px;padding:.4rem .9rem;font-size:.9rem;font-weight:600;display:inline-flex}.year-tab-delete{color:#999;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:1.05rem;line-height:1;transition:opacity .12s,background-color .12s,color .12s;display:inline-flex}.tab-bar-year .tab:hover .year-tab-delete,.tab-bar-year .tab.active .year-tab-delete{opacity:1}.year-tab-delete:hover{color:#e74c3c}.tab-bar-year .tab:hover{color:#222;background:#0000000d}.tab-bar-year .tab.active{color:#111;background:#f8f8f6;box-shadow:0 -1px 3px #0000000f}.tab-color-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block;box-shadow:0 0 0 2px #0000000a}.tab.active[style*=--tab-color]{position:relative}.tab.active[style*=--tab-color]:after{content:"";background:var(--tab-color);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:.55rem;right:.55rem}.tab-bar-semester{background:#f3f3f1;border-bottom:1px solid #e4e3e0;gap:.2rem;padding:.3rem .6rem 0}.tab-bar-semester .tab{border-radius:8px 8px 0 0;padding:.5rem .9rem;font-size:.85rem}.tab-bar-semester .tab.active{background:#f8f8f6;box-shadow:0 -1px 3px #0000000d}.tab-bar-course{background:#fafafb;border-bottom:1px solid #e3e3e6;padding:.25rem .6rem 0}.tab-bar-course .tab.course-tab{border-radius:4px 4px 0 0;max-width:200px;padding:.5rem .55rem .5rem .8rem;position:relative}.tab-bar-course .tab.active{background:#fff;box-shadow:inset 0 -1px #e3e3e6}.tab-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tab-close{color:#666;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:18px;font-weight:500;line-height:1;transition:opacity .15s,color .15s;display:inline-flex}.tab.course-tab:hover .tab-close,.tab.course-tab.active .tab-close{opacity:1}.tab-close:hover{color:#d23030}.tab-add{color:#888;font-size:.85rem}.tab-add:hover{color:#333;background:#efefef}.add-course-inline{align-items:center;gap:.3rem;padding:.35rem .5rem;display:inline-flex}.add-course-inline input{color:#111;background:#fff;border:1px solid #cdd0d4;border-radius:5px;outline:none;width:160px;padding:.35rem .55rem;font-size:.85rem}.add-course-inline input::placeholder{color:#888}.add-course-inline input:focus{outline:none}.add-course-inline button{cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;font-weight:700;line-height:1;transition:background-color .15s,color .15s;display:inline-flex}.add-course-inline button.confirm{color:var(--color-accent)}.add-course-inline button.confirm:hover:not(:disabled){color:#128a3a;background:#1db95426}.add-course-inline button.cancel{color:#888}.add-course-inline button.cancel:hover:not(:disabled){color:#d23030;background:#00000014}.add-course-inline button:disabled{opacity:.5;cursor:not-allowed}.year-adding{color:#777;pointer-events:none;align-self:center;align-items:center;gap:.4rem;padding:0 .6rem;font-size:.8rem;font-weight:500;display:inline-flex}.year-adding-spinner{border:2px solid #00000026;border-top-color:#555;border-radius:50%;width:12px;height:12px;animation:.7s linear infinite yearAddingSpin;display:inline-block}@keyframes yearAddingSpin{to{transform:rotate(360deg)}}.skeleton{cursor:default;pointer-events:none;background:linear-gradient(90deg,#0000000f 0%,#0000001f 50%,#0000000f 100%) 0 0/200% 100%;border-radius:6px;align-self:center;animation:1.4s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{color:#888;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.empty-state h1{color:#555;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.empty-state p{margin:0}.right-sidebar{color:#fff;background-color:#1f1f1f;width:20%;min-width:250px;padding:1em;overflow-y:auto}.main-content h1{color:#1a1a1a;text-align:left;margin:0;font-size:1.8rem;font-weight:700}.course-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.85rem;display:flex}.course-header-text{align-items:baseline;gap:.85rem;min-width:0;display:flex}@media (width<=600px){.course-header-text{flex-direction:column;align-items:flex-start;gap:.15rem}}.course-add-task{background:var(--color-accent);color:#fff;cursor:pointer;border:1px solid #19a449;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;transition:background-color .15s,border-color .15s,transform 80ms;display:inline-flex}.course-add-task:hover{background:var(--color-accent-hover);border-color:#1bbf52}.course-add-task:active{transform:scale(.97)}.course-header h2{color:#777;margin:0;font-size:1rem;font-weight:500}.course-inner-tabs{z-index:1;background:0 0;flex-shrink:0;align-self:flex-start;gap:.3rem;margin:0 0 -1px;display:inline-flex;position:relative}.course-inner-tab{color:#888;cursor:pointer;background:#f1f1f3;border:1px solid #e3e3e6;border-bottom:none;border-radius:8px 8px 0 0;padding:.5rem 1.2rem .55rem;font-size:.88rem;font-weight:600;transition:background-color .18s,color .18s;position:relative}.course-inner-tab:hover{color:#333;background:#e9e9ec}.course-inner-tab-active,.course-inner-tab-active:hover{color:#157a3c;background:#fff;padding-bottom:.65rem}.course-tab-panel{scrollbar-width:none;-ms-overflow-style:none;background:#fff;border:1px solid #e3e3e6;border-radius:0 10px 10px;flex-direction:column;flex:1;min-height:0;padding:1rem;display:flex;overflow-y:auto}.course-tab-panel::-webkit-scrollbar{width:0;height:0;display:none}@media (width<=1024px){.course-tab-panel{flex:none;min-height:0;overflow-y:visible}.course-tab-panel .cip{padding-bottom:0}}.course-tab-anim{flex-direction:column;min-height:0;animation:.22s ease-out courseTabFade;display:flex}@keyframes courseTabFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.course-tab-anim{animation:none}}.course-row{flex-shrink:0;grid-template-columns:minmax(260px,38fr) minmax(0,62fr);align-items:stretch;gap:1rem;margin-bottom:.85rem;display:grid}.course-progress{background:#fff;border:1px solid #e3e3e6;border-radius:10px;justify-content:center;align-items:stretch;min-width:0;padding:.85rem 1rem 1rem;display:flex}.course-calendar{display:flex}.course-calendar>.cal{flex:1}.course-filter-bar{color:#1a1a1a;background:#1db95414;border:1px solid #1db9544d;border-radius:8px;align-items:center;gap:.6rem;margin-bottom:.85rem;padding:.5rem .85rem;font-size:.85rem;display:flex}.course-filter-bar button{color:#444;cursor:pointer;background:0 0;border:1px solid #cdd0d4;border-radius:999px;margin-left:auto;padding:.25rem .7rem;font-size:.78rem;font-weight:600;transition:background-color .15s,color .15s}.course-filter-bar button:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.homework-table-container{background:#fff;border:1px solid #e3e3e6;border-radius:10px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}@media (width<=900px){.course-row{grid-template-columns:1fr}}.progress-charts{justify-content:space-around;align-items:center;margin-bottom:30px;display:flex}.pie-chart{color:#555;background-color:#e6e6e6;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;font-size:1rem;font-weight:700;display:flex}.progress-chart-container{justify-self:start;width:fit-content}.calendar{background-color:#fff;border-radius:8px;margin-top:20px;padding:15px}.calendar h2{color:#333;text-align:center;margin-bottom:15px;font-size:1.5rem}#calendarWidget{max-width:300px;margin:0 auto}.main-layout::-webkit-scrollbar{width:0}@media (width<=768px){.progress-charts{flex-direction:column}.pie-chart{margin-bottom:20px}}.main-content{scrollbar-width:none;-ms-overflow-style:none}.main-content::-webkit-scrollbar{width:0;height:0;display:none}.rm-empty{color:#888;text-align:center;margin:0;padding:.5rem 0;font-style:italic}.rm-scroll{scrollbar-width:none;-ms-overflow-style:none;height:min(62vh,460px);padding:4px;overflow:hidden auto}.rm-scroll::-webkit-scrollbar{width:0;display:none}.rm-section+.rm-section{margin-top:.9rem}.rm-head{letter-spacing:.06em;text-transform:uppercase;color:#888;align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:.72rem;font-weight:700;display:flex}.rm-head:after{content:"";background:#ececef;flex:1;height:1px}.rm-head span{color:#5b6470;background:#f1f2f4;border-radius:999px;flex-shrink:0;order:-1;justify-content:center;align-items:center;min-width:20px;height:18px;padding:0 .4rem;font-size:.68rem;line-height:1;display:inline-flex}.rm-head-overdue{color:#dc2626}.rm-head-overdue span{color:#991b1b;background:#fee2e2}.rm-head-done{color:#16a34a}.rm-head-done span{color:#166534;background:#dcfce7}.rm-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.rm-item{background:#fff;border:1px solid #e3e3e6;border-radius:8px;flex-shrink:0;align-items:flex-start;gap:.7rem;padding:.65rem .75rem;display:flex}.rm-item.is-done{opacity:.7}.rm-item.is-done .rm-name{-webkit-text-decoration:line-through #9aa0a8;text-decoration:line-through #9aa0a8}.rm-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.35rem}.rm-main{flex:1;min-width:0}.rm-name{color:#1a1a1a;overflow-wrap:anywhere;word-break:break-word;font-size:.95rem;font-weight:500}.rm-meta{color:#888;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.15rem;font-size:.78rem;display:flex}.rm-time{font-variant-numeric:tabular-nums}.rm-time:before{content:"·";color:#c2c6cc;margin-right:.5rem}.rm-notes{color:#9aa0a8;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.3rem;font-size:.8rem;display:-webkit-box;overflow:hidden}.rm-actions{flex-shrink:0;gap:.35rem;display:inline-flex}.rm-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #d6d6da;border-radius:6px;padding:.35rem .7rem;font-size:.8rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s}.rm-btn:hover{color:#1a1a1a;background:#f0f0f1;border-color:#b8bbc0}.rm-btn.danger{color:#c53030;border-color:#f5b7b7}.rm-btn.danger:hover{color:#b91c1c;background:#fde2e2;border-color:#e53e3e}.rs{--rs-accent:var(--color-accent);--rs-accent-hover:var(--color-accent-hover);--rs-bg:#0e0f12;--rs-elev:#16181c;--rs-hover:#1d2026;--rs-row:#1a1c20;--rs-text:#fff;--rs-text-soft:#d4d4d4;--rs-text-muted:#a7a7a7;--rs-border:#ffffff0f;--rs-danger:#ff6b6b;--rs-warn:#f3c768;--rs-ok:#4cd980;flex:0 0 var(--rsidebar-w);width:var(--rsidebar-w);min-width:0;max-width:var(--rsidebar-w);background:var(--rs-bg);color:var(--rs-text);border-left:1px solid var(--rs-border);scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;padding:1.1rem .85rem 1rem;display:flex;overflow-y:auto}.rs::-webkit-scrollbar{width:0;display:none}.rs-glow{display:none}.rs-head{border-bottom:1px solid var(--rs-border);margin-bottom:.85rem;padding:0 .4rem .85rem}.rs-eyebrow{color:var(--rs-text-muted);font-size:.78rem;font-weight:600;line-height:1.2}.rs-title{color:var(--rs-text);letter-spacing:-.01em;margin:0 0 .55rem;font-size:1.15rem;font-weight:700}.rs-title-italic{color:var(--rs-text);font-style:normal;font-weight:700}.rs-scope-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.rs-scope-label{color:var(--rs-text-muted);font-size:.8rem}.rs-count{color:var(--rs-text-muted);font-size:.78rem;line-height:1.2}.rs-rail{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.rs-rail:before{display:none}.rs-row{background:var(--rs-elev);border:1px solid var(--rs-border);cursor:pointer;border-radius:8px;align-items:center;gap:.7rem;padding:.65rem .7rem;transition:background-color .15s,border-color .15s;display:flex}.rs-row:hover{background:var(--rs-hover)}.rs-pip{background:var(--rs-row);border:1px solid var(--rs-border);border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;line-height:1;display:flex}.rs-pip-num{letter-spacing:-.01em;color:var(--rs-text);font-size:1.4rem;font-weight:700;line-height:1}.rs-pip-unit{color:var(--rs-text-muted);margin-top:3px;font-size:.7rem;font-weight:600}.rs-pip-danger{background:var(--rs-danger);border-color:var(--rs-danger)}.rs-pip-danger .rs-pip-num,.rs-pip-danger .rs-pip-unit{color:#1a0606}.rs-pip-warn{background:var(--rs-warn);border-color:var(--rs-warn)}.rs-pip-warn .rs-pip-num,.rs-pip-warn .rs-pip-unit{color:#1f1505}.rs-pip-ok{background:var(--rs-ok);border-color:var(--rs-ok)}.rs-pip-ok .rs-pip-num,.rs-pip-ok .rs-pip-unit{color:#061a0e}.rs-pip:not(:has(.rs-pip-unit)) .rs-pip-num{font-size:.95rem;font-weight:700}.rs-card{flex:1;min-width:0}.rs-name{color:var(--rs-text);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:600;line-height:1.25;overflow:hidden}.rs-course{color:var(--rs-text-soft);white-space:nowrap;text-overflow:ellipsis;margin-top:.2rem;font-size:.78rem;font-weight:500;overflow:hidden}.rs-date{color:var(--rs-text-soft);opacity:.75;margin-top:.15rem;font-size:.75rem}.rs-empty{text-align:center;color:var(--rs-text-muted);flex-direction:column;align-items:center;gap:.5rem;margin-top:2.5rem;padding:1.25rem 1rem;animation:.5s cubic-bezier(.22,1,.36,1) both rs-empty-in;display:flex}.rs-empty-badge{width:64px;height:64px;color:var(--rs-accent);background:radial-gradient(circle,#1db9542e,#1db9540a 70%);border-radius:50%;place-items:center;margin-bottom:.4rem;display:grid;box-shadow:inset 0 0 0 1px #1db95438,0 6px 22px #1db9541f}.rs-empty-badge svg{stroke-dasharray:30;stroke-dashoffset:30px;animation:.55s cubic-bezier(.65,0,.35,1) .25s forwards rs-empty-check}.rs-empty-title{color:var(--rs-text);letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:700}.rs-empty-text{color:var(--rs-text-muted);max-width:22ch;margin:0;font-size:.82rem;line-height:1.4}@keyframes rs-empty-in{0%{opacity:0;transform:translateY(8px)}}@keyframes rs-empty-check{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.rs-empty{animation:none}.rs-empty-badge svg{stroke-dashoffset:0;animation:none}}.rs-tabs{border-bottom:1px solid var(--rs-border);background:#ffffff05;align-items:stretch;gap:0;margin:-1.1rem -.85rem .9rem;padding:0;display:flex;position:relative}.rs-tab{color:var(--rs-text-muted);letter-spacing:.01em;cursor:pointer;text-align:center;background:0 0;border:none;border-radius:7px 7px 0 0;flex:1 1 0;justify-content:center;align-items:center;height:41px;min-height:36px;padding:0 .4rem;font-size:.85rem;font-weight:600;transition:background-color .18s,color .18s;display:flex;position:relative}.rs-tab:hover{background:var(--rs-hover);color:var(--rs-text-soft)}.rs-tab-active{background:var(--rs-bg);color:var(--rs-text)}.rs-tab-indicator{background:var(--rs-accent);pointer-events:none;border-radius:2px 2px 0 0;width:50%;height:3px;transition:transform .25s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.rs-tabs[data-active=day] .rs-tab-indicator{transform:translate(100%)}.rs-day-head{border-bottom:1px solid var(--rs-border);flex-direction:column;gap:.55rem;margin-bottom:.5rem;padding:0 .2rem .7rem;display:flex}.rs-day-row{align-items:center;gap:.4rem;width:100%;display:flex}.rs-day-seg{background:var(--rs-elev);border:1px solid var(--rs-border);border-radius:9px;flex:1;align-items:stretch;min-width:0;height:36px;display:flex;overflow:hidden}.rs-day-seg .dp-wrap-block{flex:1;min-width:0;display:flex}.rs-day-hint{color:var(--rs-text-muted);padding:0 .2rem;font-size:.72rem;font-style:italic}.rs-day-row .dp-wrap-block{flex:1;min-width:0}.rs-day-nav-btn{color:var(--rs-text-muted);cursor:pointer;background:0 0;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:34px;padding:0;font-size:1.1rem;line-height:1;transition:background-color .12s,color .12s;display:inline-flex}.rs-day-nav-btn:hover{background:var(--rs-hover);color:var(--rs-text)}.rs-day-nav-btn:active{background:var(--rs-row)}.rs-day-seg .rs-day-nav-btn:first-child{border-right:1px solid var(--rs-border)}.rs-day-seg .rs-day-nav-btn:last-child{border-left:1px solid var(--rs-border)}.rs-day-today{background:var(--rs-elev);height:36px;color:var(--rs-text-soft);border:1px solid var(--rs-border);cursor:pointer;border-radius:9px;flex-shrink:0;padding:0 .85rem;font-size:.78rem;font-weight:700;transition:background-color .12s,border-color .12s,color .12s}.rs-day-today:hover{background:var(--rs-hover);color:var(--rs-text)}.rs-day-today:active{background:var(--rs-row)}.rs-day-date{color:var(--rs-text);text-align:center;cursor:pointer;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-radius:0;flex:1;width:100%;padding:0 .5rem;font-size:.88rem;font-weight:700;transition:color .12s;overflow:hidden}.rs-day-date:hover{color:var(--rs-text)}.rs-day-add{cursor:pointer;background:var(--color-accent);color:#fff;border:1px solid #19a449;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-family:inherit;font-size:.92rem;font-weight:600;transition:background-color .15s,border-color .15s,transform 80ms;display:inline-flex}.rs-day-add:hover{background:var(--color-accent-hover);border-color:#1bbf52}.rs-day-add:active{transform:scale(.97)}.rs-day-allday{border-bottom:1px dashed var(--rs-border);align-items:flex-start;gap:.5rem;min-height:32px;margin-bottom:.35rem;padding:.45rem .2rem .55rem 44px;display:flex;position:relative}.rs-day-allday-label{width:38px;color:var(--rs-text-muted);text-transform:uppercase;letter-spacing:.04em;text-align:right;padding-top:4px;padding-right:6px;font-size:.65rem;font-weight:700;position:absolute;left:0}.rs-day-allday-list{flex-wrap:wrap;flex:1;gap:4px;min-width:0;display:flex}.rs-day-allday-chip{color:var(--rs-text);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;text-align:left;border:none;border-left:3px solid;border-radius:6px;max-width:100%;padding:4px 8px;font-family:inherit;font-size:.78rem;font-weight:600;transition:filter .12s;overflow:hidden}.rs-day-allday-chip:hover{filter:brightness(1.15)}.rs-day-scroll{scrollbar-width:none;-ms-overflow-style:none;flex:1;padding-top:10px;position:relative;overflow-y:auto}.rs-day-scroll::-webkit-scrollbar{width:0;display:none}.rs-day-grid{padding-left:44px;position:relative}.rs-day-hour{height:0;position:absolute;left:0;right:0}.rs-day-hour-label{width:38px;color:var(--rs-text-muted);text-align:right;padding-right:6px;font-size:.7rem;position:absolute;top:-7px;left:0}.rs-day-hour-line{background:var(--rs-border);height:1px;position:absolute;top:0;left:44px;right:4px}.rs-day-half-line{background:#ffffff08;height:1px;position:absolute;left:44px;right:4px}.rs-day-quarter-line{background:#ffffff04;height:1px;position:absolute;left:44px;right:4px}.rs-day-canvas{cursor:default;position:absolute;top:0;left:44px;right:4px}.rs-day-event{box-sizing:border-box;color:#fff;cursor:grab;-webkit-user-select:none;user-select:none;border-inline-start:3px solid #00000040;border-radius:6px;padding:4px 8px;font-size:.78rem;transition:filter .12s;position:absolute;left:4px;right:4px;overflow:hidden;box-shadow:0 1px 4px #00000059}.rs-day-event-dragging,.rs-day-event:active{cursor:grabbing}.rs-day-event:hover{filter:brightness(1.1)}.rs-day-event-dragging{z-index:5;opacity:.92;box-shadow:0 6px 18px #00000080}.rs-day-event-resize{cursor:ns-resize;height:7px;position:absolute;left:0;right:0}.rs-day-event-resize-top{background:linear-gradient(#0000002e,#0000);top:0}.rs-day-event-resize-bottom{background:linear-gradient(#0000,#0000002e);bottom:0}.rs-day-event-resize:after{content:"";opacity:0;background:#ffffff8c;border-radius:999px;width:22px;height:2px;transition:opacity .15s;position:absolute;left:50%;transform:translate(-50%)}.rs-day-event-resize-top:after{top:1px}.rs-day-event-resize-bottom:after{bottom:1px}.rs-day-event:hover .rs-day-event-resize:after{opacity:1}.rs-day-event-task{border-inline-start-color:var(--rs-accent);color:var(--rs-accent);background:#1db95473}.rs-day-event-allday{left:var(--allday-left,4px)}.rs-day-event-allday-title{white-space:nowrap;text-overflow:ellipsis;color:currentColor;font-size:.8rem;font-weight:700;overflow:hidden}.rs-day-event-title{white-space:nowrap;text-overflow:ellipsis;color:var(--rs-text);font-weight:700;overflow:hidden}.rs-day-event-compact{align-items:center;padding:0 8px;line-height:1;display:flex}.rs-day-event-compact-row{justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-width:0;line-height:1;display:flex}.rs-day-event-compact-row .rs-day-event-title{letter-spacing:.005em;flex:1;min-width:0;font-size:.74rem;font-weight:600}.rs-day-event-compact-row .rs-day-event-meta{opacity:.85;font-variant-numeric:tabular-nums;flex-shrink:0;margin-top:0;font-size:.7rem;font-weight:500}.rs-day-event-meta{opacity:.85;white-space:nowrap;text-overflow:ellipsis;color:var(--rs-text-soft);margin-top:1px;font-size:.7rem;overflow:hidden}.rs-day-now{pointer-events:none;z-index:2;position:absolute;left:0;right:0}.rs-day-now-dot{background:var(--rs-accent);border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite rs-now-pulse;position:absolute;top:-5px;left:-4px;box-shadow:0 0 0 3px #1db95438}@keyframes rs-now-pulse{0%,to{box-shadow:0 0 0 3px #1db95438}50%{box-shadow:0 0 0 5px #1db9541a}}.rs-day-now-line{background:linear-gradient(to right, var(--rs-accent), #1db954a6);border-radius:1px;height:2px;position:absolute;top:-1px;left:0;right:0;box-shadow:0 0 6px #1db95473}@media (prefers-reduced-motion:reduce){.rs-day-now-dot{animation:none}}.hw-time-row{gap:.6rem;margin-top:.4rem;display:flex}.hw-time-col{flex-direction:column;flex:1;display:flex}.tb-color-row{grid-template-columns:repeat(12,22px);justify-content:start;gap:.4rem;margin-bottom:.4rem;display:grid}.tb-notes-toolbar{gap:.25rem;margin:.25rem 0 .3rem;display:flex}.tb-notes-btn{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #d6d6da;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-family:inherit;font-size:.85rem;line-height:1;display:inline-flex}.tb-notes-btn:hover{background:#f3f3f5;border-color:#b8bbc0}.tb-notes-expand{margin-left:auto}.tb-notes-overlay{z-index:var(--z-popover);background:#00000080;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.tb-notes-overlay-panel{background:#fff;border-radius:12px;flex-direction:column;width:min(800px,100%);height:min(600px,100%);display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.tb-notes-overlay-head{color:#1a1a1a;border-bottom:1px solid #eaeaee;justify-content:space-between;align-items:center;padding:.7rem 1rem;font-weight:700;display:flex}.tb-notes-overlay-head .tb-notes-toolbar{margin:0}.tb-notes-overlay-textarea{resize:none;color:#1a1a1a;box-sizing:border-box;border:none;outline:none;flex:1;width:100%;padding:1rem 1.2rem;font-family:inherit;font-size:.95rem;line-height:1.5}.tb-color-swatch{cursor:pointer;box-sizing:border-box;border:2px solid #0000;border-radius:50%;flex-shrink:0;width:22px;height:22px;padding:0;transition:transform .12s}.tb-color-swatch:hover{transform:scale(1.15)}.tb-color-swatch-active{border-color:#fff;box-shadow:0 0 0 2px #0006}.tb-color-swatch-custom{box-sizing:border-box;cursor:pointer;background:conic-gradient(#ff3b30,#ff9500,#fc0,#34c759,#00c7be,#30b0c7,#007aff,#5856d6,#af52de,#ff2d55,#ff3b30);border:2px solid #0000;border-radius:50%;flex-shrink:0;width:22px;height:22px;margin:0;padding:0;transition:transform .12s;display:inline-block;position:relative;overflow:hidden}.tb-color-swatch-custom:hover{transform:scale(1.1)}.tb-color-swatch-custom input[type=color]{opacity:0;cursor:pointer;border:none;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}.app-modal-body label.tb-allday{color:#1a1a1a;text-transform:none;letter-spacing:normal;cursor:pointer;background:0 0;border:none;align-items:center;gap:.45rem;width:fit-content;margin:.7rem 0 .2rem;padding:0;font-size:.88rem;font-weight:500;display:inline-flex}.tb-allday input[type=checkbox]{cursor:pointer;accent-color:#4c8bf5;width:16px;height:16px}.auth-overlay{-webkit-backdrop-filter:blur(6px);z-index:var(--z-modal-overlay);background:#050608b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.auth-modal{color:#e7e9ee;background:#15171c;border:1px solid #ffffff1a;border-radius:14px;width:90%;max-width:400px;padding:1.5rem 1.5rem 1.4rem;position:relative;box-shadow:0 24px 60px #0000008c,0 0 70px #1db9541a}.auth-tabs{background:#ffffff0f;border-radius:9px;gap:3px;margin:0 0 1.1rem;padding:3px;display:flex}.auth-tab{color:#8a93a0;cursor:pointer;background:0 0;border:none;border-radius:7px;flex:1;padding:.5rem .7rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:color .15s;position:relative}.auth-tab.active{color:#fff}.auth-tab-pill{background:#ffffff1f;border-radius:7px;position:absolute;inset:0}.auth-tab-label{z-index:1;position:relative}.auth-title{color:#fff;text-align:center;letter-spacing:-.01em;margin:0 0 .2rem;font-size:1.2rem;font-weight:700}.auth-subtitle{color:#8a93a0;text-align:center;margin:0 0 1.1rem;font-size:.85rem}.auth-google{color:#e7e9ee;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff24;border-radius:8px;justify-content:center;align-items:center;gap:.55rem;width:100%;padding:.62rem .8rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background-color .15s,border-color .15s;display:flex}.auth-google:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff40}.auth-google:disabled{opacity:.5;cursor:not-allowed}.auth-divider{color:#6b7280;letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.6rem;margin:.95rem 0;font-size:.75rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#ffffff17;flex:1;height:1px}.auth-form{flex-direction:column;display:flex}.auth-field{margin-top:.7rem;display:block}.auth-field:first-child{margin-top:0}.auth-field>span:first-child{color:#9aa1ab;letter-spacing:.02em;margin-bottom:.32rem;font-size:.8rem;font-weight:600;display:block}.auth-field input{color:#e7e9ee;box-sizing:border-box;background:#0e0f12;border:1px solid #ffffff24;border-radius:8px;outline:none;width:100%;padding:.62rem .75rem;font-family:inherit;font-size:.95rem;font-weight:400;line-height:1.2;transition:border-color .15s,box-shadow .15s}.auth-field input::placeholder{color:#5b6470;font-weight:400}.auth-field input:-webkit-autofill{caret-color:#e7e9ee;transition:background-color 9999s ease-in-out;-webkit-text-fill-color:#e7e9ee!important;box-shadow:inset 0 0 0 1000px #0e0f12!important}.auth-field input:-webkit-autofill:hover{caret-color:#e7e9ee;transition:background-color 9999s ease-in-out;-webkit-text-fill-color:#e7e9ee!important;box-shadow:inset 0 0 0 1000px #0e0f12!important}.auth-field input:-webkit-autofill:focus{caret-color:#e7e9ee;transition:background-color 9999s ease-in-out;-webkit-text-fill-color:#e7e9ee!important;box-shadow:inset 0 0 0 1000px #0e0f12!important}.auth-field input:-webkit-autofill:active{caret-color:#e7e9ee;transition:background-color 9999s ease-in-out;-webkit-text-fill-color:#e7e9ee!important;box-shadow:inset 0 0 0 1000px #0e0f12!important}.auth-password-wrap{display:block;position:relative}.auth-password-wrap input{padding-right:2.4rem}.auth-password-toggle{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:color .15s,background-color .15s;display:inline-flex;position:absolute;top:50%;right:.45rem;translate:0 -50%}.auth-password-toggle:hover{color:#e7e9ee;background:#ffffff14}.auth-forgot{color:#9aa1ab;cursor:pointer;background:0 0;border:none;align-self:flex-end;margin-top:.55rem;padding:0;font-family:inherit;font-size:.8rem;font-weight:600}.auth-forgot:hover{color:#4ade80;text-decoration:underline}.auth-error{color:#fca5a5;background:#ef44441f;border:1px solid #ef444459;border-radius:8px;margin:.75rem 0 0;padding:.55rem .7rem;font-size:.85rem}.auth-info{color:#4ade80;background:#1db9541f;border:1px solid #1db95459;border-radius:8px;margin:.75rem 0 0;padding:.55rem .7rem;font-size:.85rem}.auth-submit{background:var(--color-accent);color:#fff;cursor:pointer;border:1px solid #19a449;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:1.05rem;padding:.62rem 1rem;font-family:inherit;font-size:.92rem;font-weight:600;transition:background-color .15s,box-shadow .15s,transform 80ms;display:inline-flex;box-shadow:0 6px 20px #1db9544d}.auth-submit:hover:not(:disabled){background:var(--color-accent-hover);box-shadow:0 8px 26px #1db95466}.auth-submit:active:not(:disabled){transform:scale(.98)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite authSpin}@keyframes authSpin{to{transform:rotate(360deg)}}.auth-cancel{color:#9aa1ab;cursor:pointer;background:0 0;border:1px solid #ffffff24;border-radius:8px;width:100%;margin-top:.55rem;padding:.55rem 1rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s}.auth-cancel:hover:not(:disabled){color:#e7e9ee;background:#ffffff0f;border-color:#ffffff40}.auth-cancel:disabled{opacity:.5;cursor:not-allowed}.auth-back{color:#9aa1ab;cursor:pointer;background:0 0;border:none;align-self:center;margin-top:.6rem;padding:.3rem;font-family:inherit;font-size:.8rem}.auth-back:hover{color:#fff}.landing{color:#e7e9ee;background:radial-gradient(140% 100% at 50% -20%,#16241c 0%,#0e0f12 55%),#0e0f12;flex-direction:column;width:100vw;min-height:100dvh;font-family:inherit;display:flex;position:relative;overflow:hidden}.landing>.landing-nav,.landing>.landing-main,.landing>.landing-footer{z-index:1;position:relative}.landing-nav{box-sizing:border-box;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.1rem 2.5rem;display:flex}.landing-brand{color:#fff;align-items:center;gap:.55rem;font-size:1.05rem;font-weight:700;display:inline-flex}.landing-logo{width:28px;height:28px}.landing-nav-right{align-items:center;gap:1rem;display:inline-flex}.landing-nav-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff2e;border-radius:8px;padding:.45rem 1rem;font-size:.9rem;font-weight:600;transition:background-color .15s,border-color .15s}.landing-nav-btn:hover:not(:disabled){background:#ffffff14;border-color:#ffffff52}.landing-nav-btn:disabled{opacity:.5;cursor:default}.landing-main{flex:1;min-height:0;display:flex}.landing-hero{box-sizing:border-box;flex:1;align-items:center;padding:1.5rem 2.5rem 3rem;display:flex;position:relative;overflow:hidden}.landing-hero-glow{pointer-events:none;background:radial-gradient(circle,#1db9542e,#1db9540d 45%,#0000 70%);width:720px;height:720px;animation:18s ease-in-out infinite alternate glowDrift;position:absolute;top:50%;right:-10%;translate:0 -50%}.landing-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#3498db1f,#3498db0a 45%,#0000 70%);width:640px;height:640px;animation:24s ease-in-out infinite alternate-reverse glowDrift;position:absolute;top:-25%;left:-15%}@keyframes glowDrift{0%{transform:translate(0)scale(1)}to{transform:translate(-70px,50px)scale(1.18)}}@media (prefers-reduced-motion:reduce){.landing-hero-glow,.landing-hero:before{animation:none}}.landing-hero-inner{grid-template-columns:1.1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1180px;margin:0 auto;display:grid;position:relative}.landing-hero-text{max-width:540px}.landing-eyebrow{color:#4ade80;letter-spacing:.07em;text-transform:uppercase;background:#1db95424;border:1px solid #1db9544d;border-radius:999px;align-items:center;gap:.45rem;margin-bottom:1.4rem;padding:.3rem .7rem;font-size:.76rem;font-weight:700;display:inline-flex}.landing-eyebrow-dot{background:var(--color-accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite eyebrowPulse}@keyframes eyebrowPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.landing-hero h1{letter-spacing:-.025em;color:#fff;margin:0 0 1.1rem;font-size:clamp(2.5rem,5.2vw,3.9rem);font-weight:800;line-height:1.04}.landing-hero-accent{background:linear-gradient(100deg, var(--color-accent) 0%, #4ade80 35%, #a7f3c4 50%, #4ade80 65%, var(--color-accent) 100%);color:#0000;background-size:220% 100%;-webkit-background-clip:text;background-clip:text;animation:5s ease-in-out infinite accentShimmer}@keyframes accentShimmer{0%,to{background-position:0 0}50%{background-position:100% 0}}@media (prefers-reduced-motion:reduce){.landing-hero-accent{animation:none}}.landing-lead{color:#9aa1ab;max-width:440px;margin:0 0 1.8rem;font-size:1.08rem;line-height:1.6}.landing-cta-row{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2.2rem;display:flex}.landing-cta{background:var(--color-accent);color:#fff;cursor:pointer;border:1px solid #19a449;border-radius:8px;align-items:center;gap:.6rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .15s,border-color .15s,transform 80ms;animation:3.2s ease-in-out infinite ctaBreathe;display:inline-flex;box-shadow:0 8px 26px #1db95459}@keyframes ctaBreathe{0%,to{box-shadow:0 8px 26px #1db9544d}50%{box-shadow:0 8px 34px #1db95480}}@media (prefers-reduced-motion:reduce){.landing-cta{animation:none}}.landing-cta:hover:not(:disabled){background:var(--color-accent-hover);border-color:#1bbf52}.landing-cta:active:not(:disabled){transform:scale(.97)}.landing-cta:disabled{opacity:.55;cursor:default}.landing-cta-arrow{opacity:0;align-items:center;max-width:0;margin-left:-.6rem;transition:max-width .22s cubic-bezier(.22,1,.36,1),margin-left .22s cubic-bezier(.22,1,.36,1),opacity .18s,transform .18s cubic-bezier(.22,1,.36,1);display:inline-flex;overflow:hidden;transform:translate(-4px)}.landing-cta:hover:not(:disabled) .landing-cta-arrow,.landing-cta:focus-visible:not(:disabled) .landing-cta-arrow{opacity:1;max-width:1.4em;margin-left:0;transform:translate(0)}.landing-cta-note{color:#777;font-size:.85rem}.landing-points{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.landing-point{align-items:center;gap:.8rem;display:flex}.landing-point-icon{color:#4ade80;background:#1db9541f;border:1px solid #1db95440;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.landing-point-copy{flex-direction:column;gap:.1rem;min-width:0;display:flex}.landing-point-copy strong{color:#e7e9ee;font-size:.95rem;font-weight:600}.landing-point-copy span{color:#8a93a0;font-size:.85rem;line-height:1.45}.landing-hero-art{justify-content:center;display:flex;position:relative}.landing-demo-float{animation:6s ease-in-out 1.8s infinite demoBob}@keyframes demoBob{0%,to{translate:0}50%{translate:0 -8px}}@media (prefers-reduced-motion:reduce){.landing-demo-float{animation:none}}.landing-demo{z-index:2;color:#1a1a1a;background:#fff;border:1px solid #e3e3e6;border-radius:12px;width:350px;padding:1.1rem 1.15rem .9rem;position:relative;box-shadow:0 24px 60px #00000080,0 0 70px #1db9541f}.landing-demo-head{color:#1a1a1a;align-items:center;gap:.55rem;margin-bottom:.9rem;font-size:.95rem;font-weight:600;display:flex}.landing-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.landing-pill{color:#166534;background:#dcfce7;border:1px solid #86efac;border-radius:999px;margin-left:auto;padding:.18rem .5rem;font-size:.72rem;font-weight:700}.landing-demo-body{align-items:center;gap:1rem;display:flex}.landing-demo-donut{flex-shrink:0;width:92px;height:92px;position:relative}.landing-demo-donut svg{width:100%;height:100%;transform:rotate(-90deg)}.landing-demo-ring-bg{fill:none;stroke:#ececef;stroke-width:8px}.landing-demo-ring{fill:none;stroke:var(--color-accent);stroke-width:8px;stroke-linecap:round;transition:stroke-dashoffset .6s cubic-bezier(.22,1,.36,1)}.landing-demo-pct{color:#1a1a1a;font-variant-numeric:tabular-nums;justify-content:center;align-items:center;font-size:1.15rem;font-weight:800;display:flex;position:absolute;inset:0}.landing-demo-list{flex-direction:column;flex:1;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.landing-demo-task{cursor:pointer;width:100%;font:inherit;color:#333;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.55rem;padding:.3rem .35rem;font-size:.85rem;transition:background-color .15s;display:flex}.landing-demo-task:hover{background:#f4f4f6}.landing-demo-check{color:#fff;background:#fff;border:1.5px solid #c5c8cc;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;transition:background-color .15s,border-color .15s;display:inline-flex}.landing-demo-task.done .landing-demo-check{background:var(--color-accent);border-color:var(--color-accent)}.landing-demo-task.done .landing-demo-name{color:#999;text-decoration:line-through}.landing-demo-foot{color:#888;border-top:1px solid #ececef;margin-top:.85rem;padding-top:.7rem;font-size:.78rem}.landing-footer{color:#6b7280;border-top:1px solid #ffffff12;flex-shrink:0;justify-content:center;gap:.5rem;padding:1.1rem 2.5rem;font-size:.82rem;display:flex}.landing-footer a{color:#9aa1ab;text-decoration:none;transition:color .15s}.landing-footer a:hover{color:#fff}@media (width<=880px){.landing-nav{padding:.85rem 1.25rem}.landing-hero{align-items:flex-start;padding:.5rem 1.25rem 2rem}.landing-hero-inner{grid-template-columns:1fr;gap:1.5rem}.landing-hero h1{font-size:2.3rem}.landing-lead{margin-bottom:1.4rem;font-size:1rem}.landing-cta-row{margin-bottom:1.6rem}.landing-points{gap:.7rem}.landing-hero-art{padding:3rem 0 3.2rem}.landing-demo{box-sizing:border-box;width:100%;max-width:340px}.landing-hero-glow{width:480px;height:480px;top:auto;bottom:-20%;right:-30%;translate:none}}.pomopage{--pp-accent:var(--color-accent);--pp-accent-soft:#1db95424;box-sizing:border-box;color:#1a1a1a;flex-direction:column;flex:1;width:100%;min-height:0;display:flex}@keyframes pomopageFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pomopage-header{align-items:center;gap:.85rem;margin-bottom:.75rem;animation:.35s ease-out both pomopageFadeUp;display:flex}.pomopage-header-title{flex:1;align-items:baseline;gap:.85rem;display:flex}.pomopage-header h1{margin:0;font-size:1.7rem;font-weight:700}.pomopage-sub{color:#888;font-size:1rem;font-weight:500}.pomopage-header-actions{align-items:center;gap:.6rem;display:inline-flex}.pomopage-coins{color:#b8860b;background:#ffc10729;border:1px solid #ffc1074d;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .7rem;font-size:1rem;font-weight:800;display:inline-flex}.pomopage-settings-btn{color:#555;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:background-color .12s,color .12s;display:inline-flex}.pomopage-settings-btn svg{stroke:currentColor;width:20px;height:20px;display:block}.pomopage-settings-btn:hover{color:#1a1a1a;background:#f4f4f6}.pomopage-body{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.5rem;min-height:0;padding:1rem 0 2rem;animation:.35s ease-out 60ms both pomopageFadeUp;display:flex}.pomopage-modes{background:#eef0f3;border-radius:12px;gap:.3rem;padding:.3rem;display:inline-flex}.pomopage-mode-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:9px;padding:.5rem 1.1rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:background-color .15s,color .15s}.pomopage-mode-btn:hover{color:#1a1a1a}.pomopage-mode-btn.active{color:var(--pp-accent);background:#fff;box-shadow:0 1px 4px #0000001a}.pomopage-ring-wrap{aspect-ratio:1;width:min(340px,72vw);position:relative}.pomopage-ring{width:100%;height:100%;transform:rotate(-90deg)}.pomopage-ring-track{fill:none;stroke:#e8eaed;stroke-width:14px}.pomopage-ring-fill{fill:none;stroke:var(--pp-accent);stroke-width:14px;stroke-linecap:round;transition:stroke-dashoffset 1s linear,stroke .3s}.pomopage-ring-center{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;display:flex;position:absolute;inset:0}.pomopage-time{font-variant-numeric:tabular-nums;letter-spacing:.01em;color:#1a1a1a;font-size:clamp(3rem,9vw,4.5rem);font-weight:800;line-height:1}.pomopage-session{letter-spacing:.06em;text-transform:uppercase;color:#999;font-size:.85rem;font-weight:700}.pomopage-controls{align-items:stretch;gap:.6rem;display:flex}.pomopage-primary{background:var(--pp-accent);color:#fff;cursor:pointer;min-width:160px;box-shadow:0 8px 20px -6px var(--pp-accent);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.6rem;font-family:inherit;font-size:1.05rem;font-weight:800;transition:filter .12s,transform 80ms;display:inline-flex}.pomopage-primary:hover{filter:brightness(1.06)}.pomopage-primary:active{transform:scale(.98)}.pomopage-ghost{color:#444;cursor:pointer;background:#fff;border:1px solid #d6d6da;border-radius:12px;justify-content:center;align-items:center;gap:.45rem;padding:.8rem 1.3rem;font-family:inherit;font-size:1.05rem;font-weight:700;transition:background-color .12s,border-color .12s,transform 80ms;display:inline-flex}.pomopage-ghost:hover{color:#1a1a1a;background:#f4f4f6;border-color:#b8bbc0}.pomopage-ghost:active{transform:scale(.98)}.pomopage-editor-rows{grid-template-columns:1fr;row-gap:1rem;padding:.25rem 0;display:grid}.pomopage-editor-rows label.pomopage-editor-row{color:#1a1a1a;letter-spacing:normal;grid-template-columns:110px max-content;align-items:center;column-gap:2rem;margin:0;font-size:.95rem;font-weight:600;display:grid}.pomopage-editor-label{color:#444}.pomopage-editor-field{background:#fff;border:1px solid #d6d6da;border-radius:10px;justify-self:start;align-items:stretch;width:fit-content;height:42px;display:inline-flex;overflow:hidden}.pomopage-editor-field input{color:#1a1a1a;text-align:center;appearance:textfield;background:0 0;border:none;width:72px;padding:0 .75rem;font-family:inherit;font-size:1rem;font-weight:700}.pomopage-editor-field input:focus{outline:none}.pomopage-editor-field input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pomopage-editor-field input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pomopage-editor-unit{color:#888;letter-spacing:.02em;background:#f7f7f9;border-left:1px solid #e3e3e6;align-items:center;padding:0 .9rem;font-size:.85rem;font-weight:600;display:inline-flex}.pwa-update{z-index:9999;padding:.85rem 1.1rem;padding-bottom:calc(.85rem + env(safe-area-inset-bottom));color:#fff;background:#16181c;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:1rem;animation:.2s pwa-update-in;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 24px -10px #00000080}@keyframes pwa-update-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.pwa-update-text{flex:1;min-width:0;font-size:.92rem;font-weight:500}.pwa-update-btn{background:var(--color-accent);color:#000;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;padding:.4rem .9rem;font-size:.85rem;font-weight:700;transition:background-color .15s,transform 80ms}.pwa-update-btn:hover{background:var(--color-accent-hover)}.pwa-update-btn:active{transform:scale(.97)}
