:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,sans-serif;color:#25283a;background:#f6f6fb;font-synthesis:none;text-rendering:optimizeLegibility;--background: #f6f6fb;--surface: rgba(255, 255, 255, .88);--surface-solid: #ffffff;--surface-soft: #f1f0f8;--text: #25283a;--text-soft: #696c80;--text-light: #9496a7;--purple: #7165e8;--purple-dark: #5548ce;--purple-soft: #eeecff;--green: #37b785;--green-soft: #e2f8ef;--yellow: #e9a83d;--yellow-soft: #fff4dc;--red: #e86876;--red-soft: #ffe7eb;--border: rgba(48, 49, 68, .09);--shadow: 0 20px 55px rgba(51, 46, 99, .08), 0 3px 12px rgba(51, 46, 99, .05)}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}body{min-height:100vh;overflow:hidden;background:radial-gradient(circle at 15% 15%,rgba(120,104,235,.12),transparent 28%),radial-gradient(circle at 90% 85%,rgba(246,114,128,.1),transparent 28%),var(--background)}button,input,textarea,select{font:inherit}button{color:inherit}button:focus-visible{outline:3px solid rgba(113,101,232,.25);outline-offset:2px}.app-shell{display:grid;grid-template-columns:250px minmax(0,1fr);width:100%;min-height:100vh}.sidebar{position:relative;z-index:2;display:flex;flex-direction:column;min-height:100vh;padding:28px 18px 20px;color:#fff;background:linear-gradient(180deg,#262445fa,#2d294ffa 48%,#21203dfc);border-right:1px solid rgba(255,255,255,.05);box-shadow:14px 0 45px #1f1d3e14}.sidebar:before{position:absolute;top:-90px;left:-80px;width:270px;height:270px;content:"";pointer-events:none;background:#7165e84d;border-radius:50%;filter:blur(75px)}.brand{position:relative;display:flex;align-items:center;gap:12px;padding:4px 10px 28px}.brand-logo{display:grid;flex:0 0 auto;width:43px;height:43px;place-items:center;font-size:20px;font-weight:800;color:#fff;background:linear-gradient(145deg,#8b7df0,#6455d8);border:1px solid rgba(255,255,255,.2);border-radius:14px;box-shadow:0 10px 25px #7165e859,inset 0 1px #ffffff38}.brand h1{margin:0;font-size:20px;font-weight:750;letter-spacing:-.5px}.brand p{margin:3px 0 0;font-size:11px;color:#ffffff8c}.navigation{display:flex;flex-direction:column;gap:7px}.navigation-button{display:flex;align-items:center;width:100%;gap:13px;padding:12px 13px;font-size:14px;font-weight:560;color:#ffffff9e;cursor:pointer;background:transparent;border:1px solid transparent;border-radius:13px;transition:color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease}.navigation-button:hover{color:#fff;background:#ffffff12;transform:translate(2px)}.navigation-button.active{color:#fff;background:linear-gradient(135deg,#7e6fef59,#7e6fef2b);border-color:#ffffff1a;box-shadow:inset 0 1px #ffffff14}.navigation-icon{display:grid;width:25px;height:25px;place-items:center;font-size:17px;color:inherit}.sidebar-footer{display:flex;align-items:center;gap:11px;padding:15px 11px;margin-top:auto;background:#ffffff0f;border:1px solid rgba(255,255,255,.07);border-radius:15px}.profile-avatar{display:grid;flex:0 0 auto;width:36px;height:36px;place-items:center;font-weight:750;color:#332e61;background:linear-gradient(145deg,#e8e4ff,#b9affd);border-radius:12px}.profile-text{display:flex;min-width:0;flex-direction:column}.profile-text strong{font-size:13px}.profile-text span{margin-top:2px;font-size:11px;color:#ffffff85}.main-content{min-width:0;height:100vh;overflow-y:auto}.page{width:100%;max-width:1380px;min-height:100%;padding:42px 46px 60px;margin:0 auto;animation:page-enter .26s ease}@keyframes page-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}.page-header h2{margin:5px 0 7px;font-size:clamp(29px,3vw,40px);font-weight:760;line-height:1.08;letter-spacing:-1.5px}.eyebrow{margin:0;font-size:11px;font-weight:760;color:var(--purple);text-transform:uppercase;letter-spacing:1.3px}.page-description{margin:0;font-size:14px;color:var(--text-soft)}.primary-button{flex:0 0 auto;padding:12px 18px;font-size:13px;font-weight:700;color:#fff;cursor:pointer;background:linear-gradient(135deg,#7568e8,#5d50d4);border:0;border-radius:13px;box-shadow:0 10px 24px #5f51d638,inset 0 1px #fff3;transition:transform .15s ease,box-shadow .15s ease}.primary-button:hover{box-shadow:0 14px 30px #5f51d64a,inset 0 1px #fff3;transform:translateY(-1px)}.primary-button:active{transform:translateY(1px)}.overview-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(180px,.65fr) minmax(180px,.65fr);gap:18px;margin-bottom:20px}.hero-card,.stat-card,.section-panel,.subject-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.hero-card{position:relative;min-height:205px;padding:27px;overflow:hidden;background:radial-gradient(circle at 88% 18%,rgba(255,255,255,.18),transparent 25%),linear-gradient(135deg,#7165e8,#6558d7 55%,#5548c5);border-color:#ffffff21;border-radius:24px;box-shadow:0 22px 45px #5e4fcd38}.hero-card:after{position:absolute;right:-70px;bottom:-95px;width:260px;height:260px;content:"";pointer-events:none;background:#ffffff14;border-radius:50%}.hero-card-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:25px}.hero-card .card-label,.hero-card h3,.hero-card p{color:#fff}.hero-card .card-label{color:#ffffffb3}.hero-card h3{margin:7px 0 9px;font-size:28px;letter-spacing:-.8px}.hero-card p:not(.card-label){max-width:510px;margin:0;font-size:13px;line-height:1.65;color:#ffffffb5}.card-label{margin:0;font-size:11px;font-weight:750;color:var(--text-light);text-transform:uppercase;letter-spacing:1.1px}.progress-ring{--progress: 0deg;display:grid;flex:0 0 auto;width:116px;height:116px;place-items:center;background:conic-gradient(#ffffff var(--progress),rgba(255,255,255,.17) var(--progress));border-radius:50%;box-shadow:0 12px 28px #201b6433}.progress-ring-centre{display:flex;width:91px;height:91px;flex-direction:column;align-items:center;justify-content:center;background:#5849c6f5;border:1px solid rgba(255,255,255,.16);border-radius:50%}.progress-ring-centre strong{font-size:25px;color:#fff}.progress-ring-centre span{margin-top:2px;font-size:10px;color:#ffffffa6}.progress-track{position:relative;display:block;width:100%;height:7px;overflow:hidden;background:#e9e8f0;border-radius:999px}.progress-track>span{display:block;height:100%;background:var(--purple);border-radius:inherit;transition:width .45s ease}.progress-track.large{position:relative;z-index:1;height:8px;margin-top:26px;background:#ffffff29}.progress-track.large>span{background:#fffffff2}.stat-card{display:flex;min-height:205px;flex-direction:column;justify-content:center;padding:24px;border-radius:22px}.stat-icon{display:grid;width:42px;height:42px;margin-bottom:21px;place-items:center;font-size:18px;font-weight:750;border-radius:13px}.stat-icon.purple{color:var(--purple-dark);background:var(--purple-soft)}.stat-icon.green{color:#188961;background:var(--green-soft)}.stat-card strong{margin-top:7px;font-size:25px;line-height:1;letter-spacing:-.7px}.stat-card>span{margin-top:8px;font-size:12px;color:var(--text-light)}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.85fr);gap:20px}.section-panel{padding:25px;border-radius:22px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:19px}.section-heading h3{margin:5px 0 0;font-size:19px;letter-spacing:-.4px}.text-button{padding:7px 9px;font-size:12px;font-weight:700;color:var(--purple);cursor:pointer;background:transparent;border:0;border-radius:9px}.text-button:hover{background:var(--purple-soft)}.subject-list{display:flex;flex-direction:column}.subject-row{display:grid;grid-template-columns:10px minmax(125px,1fr) minmax(150px,.85fr) 20px;align-items:center;gap:14px;width:100%;padding:15px 7px;text-align:left;cursor:pointer;background:transparent;border:0;border-bottom:1px solid var(--border);transition:background .15s ease,transform .15s ease}.subject-row:last-child{border-bottom:0}.subject-row:hover{background:#7165e80a;border-radius:12px;transform:translate(2px)}.subject-colour{width:9px;height:34px;border-radius:999px}.subject-information{display:flex;min-width:0;flex-direction:column;gap:3px}.subject-information strong{font-size:13px}.subject-information small{overflow:hidden;font-size:11px;color:var(--text-light);text-overflow:ellipsis;white-space:nowrap}.subject-progress-area{display:grid;grid-template-columns:40px minmax(70px,1fr);align-items:center;gap:10px}.subject-percentage{font-size:12px;font-weight:750;color:var(--text-soft)}.row-arrow{font-size:22px;color:var(--text-light)}.right-dashboard-column{display:flex;flex-direction:column;gap:20px}.focus-panel{flex:1}.small-badge{padding:6px 9px;font-size:10px;font-weight:700;color:var(--purple-dark);background:var(--purple-soft);border-radius:999px}.task-list{display:flex;flex-direction:column;gap:8px}.task-item{display:grid;grid-template-columns:29px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:10px;text-align:left;cursor:pointer;background:transparent;border:0;border-radius:12px;transition:background .15s ease,transform .15s ease}.task-item:hover{background:var(--surface-soft);transform:translate(2px)}.task-status{display:grid;width:25px;height:25px;place-items:center;font-size:12px;font-weight:800;border:2px solid;border-radius:9px}.task-status.complete{color:#fff;background:var(--green);border-color:var(--green)}.task-status.progress{background:var(--yellow-soft);border-color:var(--yellow)}.task-status.untouched{background:var(--red-soft);border-color:var(--red)}.task-information{display:flex;min-width:0;flex-direction:column;gap:3px}.task-information strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.task-information small{font-size:10px;color:var(--text-light)}.task-badge{padding:5px 7px;font-size:9px;font-weight:700;border-radius:999px}.task-badge.complete{color:#18845f;background:var(--green-soft)}.task-badge.progress{color:#9e6710;background:var(--yellow-soft)}.task-badge.untouched{color:#ad3544;background:var(--red-soft)}.quote-card{display:flex;align-items:center;gap:13px;padding:20px;color:#fff;background:radial-gradient(circle at 100% 0%,rgba(255,255,255,.14),transparent 35%),linear-gradient(135deg,#ef7588,#dc6077);border-radius:20px;box-shadow:0 16px 33px #dd5b752e}.quote-icon{display:grid;flex:0 0 auto;width:38px;height:38px;place-items:center;background:#ffffff29;border:1px solid rgba(255,255,255,.16);border-radius:12px}.quote-card p{margin:0;font-size:13px;font-weight:700}.quote-card div span{display:block;margin-top:4px;font-size:10px;color:#ffffffb8}.subject-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.subject-card{position:relative;padding:24px;overflow:hidden;border-radius:22px;transition:transform .18s ease,box-shadow .18s ease}.subject-card:hover{box-shadow:0 25px 60px #332e631f,0 4px 13px #332e630f;transform:translateY(-3px)}.subject-card-accent{position:absolute;top:0;right:0;left:0;height:6px}.subject-card-header{display:flex;align-items:center;justify-content:space-between}.large-subject-icon{display:grid;width:48px;height:48px;place-items:center;font-size:19px;font-weight:800;border-radius:15px}.more-button{padding:7px;color:var(--text-light);cursor:pointer;background:transparent;border:0;border-radius:8px}.more-button:hover{color:var(--text);background:var(--surface-soft)}.subject-card-title{margin:23px 0 20px}.subject-card-title p{margin:0 0 6px;font-size:11px;font-weight:750;color:var(--text-light);text-transform:uppercase;letter-spacing:1px}.subject-card-title h3{margin:0;font-size:20px;letter-spacing:-.4px}.subject-card-statistics{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.subject-card-statistics span{display:flex;flex-direction:column;gap:3px;font-size:10px;color:var(--text-light)}.subject-card-statistics strong{font-size:14px;color:var(--text)}.subject-open-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:11px 13px;margin-top:22px;font-size:12px;font-weight:700;color:var(--purple-dark);cursor:pointer;background:var(--purple-soft);border:0;border-radius:11px;transition:background .15s ease,transform .15s ease}.subject-open-button:hover{background:#e5e1ff;transform:translateY(-1px)}.subject-open-button span{font-size:19px}.placeholder-page{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;padding-bottom:120px;text-align:center}.placeholder-icon{display:grid;width:72px;height:72px;margin-bottom:20px;place-items:center;font-size:30px;color:var(--purple);background:var(--purple-soft);border:1px solid rgba(113,101,232,.13);border-radius:22px;box-shadow:var(--shadow)}.placeholder-page h2{margin:7px 0;font-size:34px;letter-spacing:-1px}.placeholder-page>p:not(.eyebrow){max-width:430px;margin:0;color:var(--text-soft)}.placeholder-page>span{margin-top:13px;font-size:11px;color:var(--text-light)}@media(max-width:1050px){.app-shell{grid-template-columns:215px minmax(0,1fr)}.page{padding:35px 30px 50px}.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-card{grid-column:1 / -1}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:760px){body{overflow:auto}.app-shell{display:block}.sidebar{min-height:auto;padding:18px}.brand{padding-bottom:17px}.navigation{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}.navigation-button{flex-direction:column;justify-content:center;gap:4px;padding:9px 3px;font-size:9px}.navigation-icon{height:18px}.sidebar-footer{display:none}.main-content{height:auto;overflow:visible}.page{min-height:auto;padding:27px 18px 45px}.page-header{align-items:flex-start;flex-direction:column}.overview-grid,.subject-card-grid{grid-template-columns:1fr}.hero-card-content{align-items:flex-start;flex-direction:column}.progress-ring{position:absolute;top:25px;right:25px;width:84px;height:84px}.progress-ring-centre{width:66px;height:66px}.progress-ring-centre strong{font-size:18px}.progress-ring-centre span{display:none}.hero-card-content>div:first-child{padding-right:90px}.subject-row{grid-template-columns:8px minmax(110px,1fr) 80px 14px}.subject-progress-area{display:block}.subject-progress-area .progress-track,.task-badge{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}.subject-tracker-page{padding-bottom:80px}.subject-tracker-header{padding:26px;margin-bottom:18px;background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.back-button{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;margin-bottom:22px;font-size:12px;font-weight:700;color:var(--purple-dark);cursor:pointer;background:var(--purple-soft);border:0;border-radius:10px;transition:transform .15s ease,background .15s ease}.back-button:hover{background:#e4e0ff;transform:translate(-2px)}.back-button span{font-size:20px;line-height:10px}.subject-tracker-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.subject-tracker-title-row h2{margin:6px 0 8px;font-size:clamp(28px,3vw,40px);line-height:1.08;letter-spacing:-1.3px}.subject-progress-summary{display:flex;flex:0 0 auto;align-items:center;gap:12px;padding:12px 15px;background:var(--surface-soft);border:1px solid var(--border);border-radius:15px}.subject-progress-dot{width:12px;height:42px;border-radius:999px}.subject-progress-summary div{display:flex;flex-direction:column}.subject-progress-summary strong{font-size:22px;line-height:1}.subject-progress-summary span{margin-top:4px;font-size:10px;color:var(--text-light)}.subject-header-progress{height:9px;margin-top:24px}.status-legend{display:flex;flex-wrap:wrap;gap:10px;padding:14px 18px;margin-bottom:18px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}.legend-item{display:flex;align-items:center;gap:7px;padding:6px 9px;font-size:11px;font-weight:650;color:var(--text-soft);background:var(--surface-soft);border-radius:999px}.legend-dot{width:9px;height:9px;border-radius:50%}.legend-dot.not-started{background:var(--red)}.legend-dot.in-progress{background:var(--yellow)}.legend-dot.complete{background:var(--green)}.legend-dot.not-required{background:#a5a7b6}.week-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.week-card{padding:21px;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:transform .17s ease,box-shadow .17s ease}.week-card:hover{box-shadow:0 24px 58px #332e631c,0 4px 13px #332e630d;transform:translateY(-2px)}.week-card-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.week-card-header>div{display:flex;flex-direction:column;gap:4px}.week-number{font-size:17px;font-weight:780;letter-spacing:-.3px}.week-completion{font-size:10px;color:var(--text-light)}.week-progress-pill{padding:6px 9px;font-size:10px;font-weight:750;border-radius:999px}.week-progress-track{width:100%;height:6px;margin:15px 0 18px;overflow:hidden;background:#e9e8f0;border-radius:999px}.week-progress-track span{display:block;height:100%;border-radius:inherit;transition:width .35s ease}.activity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.activity-status-button{display:flex;align-items:center;gap:9px;min-width:0;padding:10px;text-align:left;cursor:pointer;border:1px solid transparent;border-radius:12px;transition:transform .14s ease,background .14s ease,border-color .14s ease}.activity-status-button:hover{transform:translateY(-1px)}.activity-status-button.not-started{background:var(--red-soft);border-color:#e8687626}.activity-status-button.in-progress{background:var(--yellow-soft);border-color:#e9a83d2e}.activity-status-button.complete{background:var(--green-soft);border-color:#37b7852b}.activity-status-button.not-required{background:#efeff3;border-color:#7879891f}.activity-status-symbol{display:grid;flex:0 0 auto;width:27px;height:27px;place-items:center;font-size:13px;font-weight:800;border-radius:9px}.activity-status-symbol.not-started{color:#b43d4c;background:#e868762e}.activity-status-symbol.in-progress{color:#94600c;background:#e9a83d33}.activity-status-symbol.complete{color:#fff;background:var(--green)}.activity-status-symbol.not-required{color:#717382;background:#82839126}.activity-status-text{display:flex;min-width:0;flex-direction:column;gap:2px}.activity-status-text strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.activity-status-text small{overflow:hidden;font-size:9px;color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap}.week-notes-label{display:flex;flex-direction:column;gap:7px;margin-top:16px}.week-notes-label>span{font-size:10px;font-weight:750;color:var(--text-soft);text-transform:uppercase;letter-spacing:.8px}.week-notes-label textarea{width:100%;min-height:72px;padding:11px 12px;color:var(--text);resize:vertical;background:var(--surface-soft);border:1px solid transparent;border-radius:11px;outline:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.week-notes-label textarea::placeholder{color:var(--text-light)}.week-notes-label textarea:focus{background:var(--surface-solid);border-color:#7165e859;box-shadow:0 0 0 3px #7165e81a}@media(max-width:1050px){.week-grid{grid-template-columns:1fr}}@media(max-width:760px){.subject-tracker-header{padding:20px}.subject-tracker-title-row{align-items:flex-start;flex-direction:column}.subject-progress-summary{width:100%}.activity-grid{grid-template-columns:1fr}}.week-selector-panel{padding:22px;margin-bottom:18px;background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.week-selector-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.week-selector-heading h3{margin:5px 0 0;font-size:19px;letter-spacing:-.4px}.week-selector-heading>span{padding:7px 10px;font-size:10px;font-weight:700;color:var(--purple-dark);background:var(--purple-soft);border-radius:999px}.week-selector-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.week-selector-button{display:flex;min-height:68px;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:12px;text-align:left;cursor:pointer;background:var(--surface-soft);border:1px solid transparent;border-radius:13px;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}.week-selector-button:hover{background:var(--surface-solid);border-color:#7165e829;transform:translateY(-1px)}.week-selector-button.active{background:var(--surface-solid)}.week-selector-button span{font-size:11px;font-weight:700;color:var(--text)}.week-selector-button strong{font-size:12px;color:var(--text-light)}.selected-week-card{padding:26px;background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.selected-week-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.selected-week-header h3{margin:6px 0 4px;font-size:30px;letter-spacing:-.8px}.selected-week-header>div:first-child>span{font-size:12px;color:var(--text-light)}.selected-week-score{display:flex;flex:0 0 auto;min-width:100px;flex-direction:column;align-items:center;justify-content:center;padding:13px 15px;border-radius:15px}.selected-week-score strong{font-size:20px;line-height:1}.selected-week-score span{margin-top:4px;font-size:9px;color:var(--text-light)}.selected-week-progress{height:8px;margin:20px 0 24px}.selected-week-content{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:22px}.section-heading.compact{margin-bottom:14px}.section-heading.compact h3{font-size:17px}.selected-week-activities,.selected-week-notes{min-width:0}.selected-activity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.selected-activity-button{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:14px;text-align:left;cursor:pointer;border:1px solid transparent;border-radius:14px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.selected-activity-button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #332e6314}.selected-activity-button.not-started{background:var(--red-soft);border-color:#e8687629}.selected-activity-button.in-progress{background:var(--yellow-soft);border-color:#e9a83d33}.selected-activity-button.complete{background:var(--green-soft);border-color:#37b7852e}.selected-activity-button.not-required{background:#efeff3;border-color:#78798921}.activity-change-hint{font-size:9px;font-weight:700;color:var(--text-light);white-space:nowrap}.selected-week-notes textarea{width:100%;min-height:250px;padding:15px;color:var(--text);resize:vertical;background:var(--surface-soft);border:1px solid transparent;border-radius:14px;outline:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.selected-week-notes textarea::placeholder{color:var(--text-light)}.selected-week-notes textarea:focus{background:var(--surface-solid);border-color:#7165e859;box-shadow:0 0 0 3px #7165e81a}.autosave-message{margin:9px 2px 0;font-size:10px;color:var(--text-light)}@media(max-width:1180px){.week-selector-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:980px){.selected-week-content{grid-template-columns:1fr}.week-selector-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:760px){.week-selector-heading{align-items:flex-start;flex-direction:column}.week-selector-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.selected-week-card{padding:20px}.selected-week-header{align-items:flex-start;flex-direction:column}.selected-week-score{width:100%}.selected-activity-grid{grid-template-columns:1fr}.activity-change-hint{display:none}}.assignment-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:22px}.assignment-summary-card{display:flex;align-items:center;gap:16px;padding:22px;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.assignment-summary-icon{display:grid;flex:0 0 auto;width:46px;height:46px;place-items:center;font-size:19px;font-weight:800;border-radius:14px}.assignment-summary-icon.purple{color:var(--purple-dark);background:var(--purple-soft)}.assignment-summary-icon.yellow{color:#9e6710;background:var(--yellow-soft)}.assignment-summary-icon.green{color:#18845f;background:var(--green-soft)}.assignment-summary-card p{margin:0 0 5px;font-size:11px;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.8px}.assignment-summary-card strong{font-size:25px;line-height:1;letter-spacing:-.7px}.assignment-empty-state{display:flex;min-height:360px;flex-direction:column;align-items:center;justify-content:center;padding:45px 25px;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}.assignment-empty-icon{display:grid;width:68px;height:68px;margin-bottom:20px;place-items:center;font-size:29px;color:var(--purple);background:var(--purple-soft);border-radius:21px}.assignment-empty-state h3{margin:8px 0;font-size:24px;letter-spacing:-.6px}.assignment-empty-state>p:not(.eyebrow){max-width:480px;margin:0 0 22px;color:var(--text-soft);line-height:1.6}.assignment-list{display:flex;flex-direction:column;gap:14px}.assignment-card{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) 32px;gap:15px;align-items:start;padding:22px 22px 22px 27px;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);transition:transform .16s ease,opacity .16s ease,box-shadow .16s ease}.assignment-card:hover{transform:translateY(-2px);box-shadow:0 24px 55px #332e631c,0 4px 13px #332e630d}.assignment-card.completed{opacity:.68}.assignment-card.completed h3{text-decoration:line-through}.assignment-accent{position:absolute;inset:0 auto 0 0;width:6px}.assignment-check{display:grid;width:30px;height:30px;place-items:center;font-size:14px;font-weight:800;color:var(--green);cursor:pointer;background:var(--green-soft);border:2px solid rgba(55,183,133,.45);border-radius:10px}.assignment-check.completed{color:#fff;background:var(--green);border-color:var(--green)}.assignment-main{min-width:0}.assignment-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.assignment-heading p{margin:0 0 5px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.assignment-heading h3{margin:0;font-size:19px;letter-spacing:-.4px}.assignment-due-badge{flex:0 0 auto;padding:6px 9px;font-size:10px;font-weight:750;border-radius:999px}.assignment-due-badge.complete{color:#18845f;background:var(--green-soft)}.assignment-due-badge.overdue,.assignment-due-badge.urgent{color:#ad3544;background:var(--red-soft)}.assignment-due-badge.soon{color:#94600c;background:var(--yellow-soft)}.assignment-due-badge.neutral{color:var(--text-soft);background:var(--surface-soft)}.assignment-details{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.assignment-details span{display:flex;gap:7px;padding:7px 10px;font-size:11px;color:var(--text-soft);background:var(--surface-soft);border-radius:9px}.assignment-details strong{color:var(--text)}.assignment-notes{margin:14px 0 0;font-size:12px;line-height:1.55;color:var(--text-soft)}.assignment-delete-button{display:grid;width:30px;height:30px;place-items:center;font-size:20px;color:var(--text-light);cursor:pointer;background:transparent;border:0;border-radius:9px}.assignment-delete-button:hover{color:#ad3544;background:var(--red-soft)}.modal-backdrop{position:fixed;z-index:20;inset:0;display:grid;place-items:center;padding:25px;background:#1a18306b;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.assignment-modal{width:min(620px,100%);max-height:calc(100vh - 50px);padding:26px;overflow-y:auto;background:var(--surface-solid);border:1px solid var(--border);border-radius:24px;box-shadow:0 30px 90px #1f1d3e47;animation:modal-enter .18s ease}@keyframes modal-enter{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}.modal-heading h3{margin:6px 0 0;font-size:25px;letter-spacing:-.7px}.modal-close-button{display:grid;width:34px;height:34px;place-items:center;font-size:22px;color:var(--text-soft);cursor:pointer;background:var(--surface-soft);border:0;border-radius:10px}.modal-close-button:hover{color:#ad3544;background:var(--red-soft)}.assignment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.assignment-form label{display:flex;min-width:0;flex-direction:column;gap:7px}.assignment-form label.full-width{grid-column:1 / -1}.assignment-form label>span{font-size:11px;font-weight:750;color:var(--text-soft)}.assignment-form input,.assignment-form select,.assignment-form textarea{width:100%;padding:12px 13px;color:var(--text);background:var(--surface-soft);border:1px solid transparent;border-radius:12px;outline:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.assignment-form textarea{resize:vertical}.assignment-form input:focus,.assignment-form select:focus,.assignment-form textarea:focus{background:var(--surface-solid);border-color:#7165e861;box-shadow:0 0 0 3px #7165e81a}.modal-actions{display:flex;justify-content:flex-end;gap:11px;margin-top:25px}.secondary-button{padding:11px 17px;font-size:13px;font-weight:700;color:var(--text-soft);cursor:pointer;background:var(--surface-soft);border:1px solid var(--border);border-radius:12px}.secondary-button:hover{color:var(--text);background:#e9e8f0}.primary-button:disabled{cursor:not-allowed;opacity:.45;transform:none}@media(max-width:850px){.assignment-summary-grid{grid-template-columns:1fr}}@media(max-width:650px){.assignment-form{grid-template-columns:1fr}.assignment-form label.full-width{grid-column:auto}.assignment-heading{flex-direction:column}.assignment-card{grid-template-columns:32px minmax(0,1fr)}.assignment-delete-button{position:absolute;top:17px;right:17px}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.settings-panel{padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.settings-panel-heading{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}.settings-panel-heading h3{margin:5px 0 4px;font-size:20px;letter-spacing:-.4px}.settings-panel-heading>div>span{font-size:11px;line-height:1.5;color:var(--text-light)}.settings-icon{display:grid;flex:0 0 auto;width:44px;height:44px;place-items:center;font-size:16px;font-weight:800;border-radius:14px}.settings-icon.purple{color:var(--purple-dark);background:var(--purple-soft)}.settings-icon.green{color:#18845f;background:var(--green-soft)}.settings-icon.red{color:#ad3544;background:var(--red-soft)}.settings-form{display:grid;gap:16px}.settings-form label{display:flex;flex-direction:column;gap:7px}.settings-form label>span{font-size:11px;font-weight:750;color:var(--text-soft)}.settings-form input,.settings-form select{width:100%;padding:12px 13px;color:var(--text);background:var(--surface-soft);border:1px solid transparent;border-radius:12px;outline:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.settings-form input:focus,.settings-form select:focus{background:var(--surface-solid);border-color:#7165e861;box-shadow:0 0 0 3px #7165e81a}.settings-save-note{margin:14px 0 0;font-size:10px;color:var(--text-light)}.settings-action-list{display:flex;flex-direction:column;gap:12px}.settings-action-row,.danger-action-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px;background:var(--surface-soft);border:1px solid var(--border);border-radius:14px}.settings-action-row>div,.danger-action-row>div{display:flex;min-width:0;flex-direction:column;gap:4px}.settings-action-row strong,.danger-action-row strong{font-size:12px}.settings-action-row span,.danger-action-row span{font-size:10px;line-height:1.45;color:var(--text-light)}.hidden-file-input{display:none}.settings-message{margin:14px 0 0;padding:10px 12px;font-size:11px;color:#18845f;background:var(--green-soft);border-radius:10px}.danger-panel{border-color:#e868762e}.eyebrow.danger{color:#d74f61}.danger-action-row{background:var(--red-soft);border-color:#e8687629}.danger-button{flex:0 0 auto;padding:11px 15px;font-size:12px;font-weight:750;color:#fff;cursor:pointer;background:linear-gradient(135deg,#e86876,#cf4c5d);border:0;border-radius:11px;box-shadow:0 9px 20px #cf4c5d2e}.danger-button:hover{transform:translateY(-1px)}.about-panel{position:relative;overflow:hidden}.about-panel:after{position:absolute;right:-50px;bottom:-60px;width:180px;height:180px;content:"";pointer-events:none;background:#7165e814;border-radius:50%}.about-details{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.about-details div{display:flex;flex-direction:column;gap:4px;padding:13px;background:var(--surface-soft);border-radius:12px}.about-details span{font-size:9px;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.7px}.about-details strong{font-size:12px}@media(max-width:950px){.settings-grid{grid-template-columns:1fr}}@media(max-width:650px){.settings-action-row,.danger-action-row{align-items:stretch;flex-direction:column}.settings-action-row button,.danger-action-row button{width:100%}.about-details{grid-template-columns:1fr}}.calendar-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:20px}.calendar-panel,.calendar-details-panel{background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.calendar-panel{padding:24px}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:22px}.calendar-toolbar h3{margin:0;font-size:22px;letter-spacing:-.5px}.calendar-arrow-button{display:grid;width:36px;height:36px;place-items:center;font-size:24px;color:var(--purple-dark);cursor:pointer;background:var(--purple-soft);border:0;border-radius:11px;transition:transform .15s ease,background .15s ease}.calendar-arrow-button:hover{background:#e4e0ff;transform:translateY(-1px)}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));margin-bottom:8px}.calendar-weekdays span{padding:8px 4px;font-size:10px;font-weight:750;color:var(--text-light);text-align:center;text-transform:uppercase;letter-spacing:.7px}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.calendar-day{position:relative;display:flex;min-height:88px;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:10px;text-align:left;cursor:pointer;background:var(--surface-soft);border:1px solid transparent;border-radius:13px;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}.calendar-day:hover{background:var(--surface-solid);border-color:#7165e829;transform:translateY(-1px)}.calendar-day.outside-month{opacity:.4}.calendar-day.today{border-color:#7165e859}.calendar-day.selected{background:var(--surface-solid);border-color:var(--purple);box-shadow:0 0 0 3px #7165e81a}.calendar-day-number{display:grid;width:27px;height:27px;place-items:center;font-size:12px;font-weight:750;border-radius:9px}.calendar-day.today .calendar-day-number{color:#fff;background:var(--purple)}.calendar-event-dots{display:flex;flex-wrap:wrap;gap:4px}.calendar-event-dots span{width:7px;height:7px;border-radius:50%}.calendar-day small{font-size:9px;color:var(--text-light)}.calendar-details-panel{min-height:460px;padding:24px}.calendar-details-heading{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--border)}.calendar-details-heading h3{margin:6px 0 0;font-size:20px;line-height:1.25;letter-spacing:-.4px}.calendar-empty-day{display:flex;min-height:300px;flex-direction:column;align-items:center;justify-content:center;text-align:center}.calendar-empty-day>span{display:grid;width:56px;height:56px;margin-bottom:16px;place-items:center;font-size:23px;color:var(--purple);background:var(--purple-soft);border-radius:17px}.calendar-empty-day strong{font-size:15px}.calendar-empty-day p{max-width:230px;margin:7px 0 0;font-size:11px;line-height:1.5;color:var(--text-light)}.calendar-assignment-list{display:flex;flex-direction:column;gap:12px}.calendar-assignment-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 15px 15px 20px;overflow:hidden;background:var(--surface-soft);border:1px solid var(--border);border-radius:14px}.calendar-assignment-card.completed{opacity:.65}.calendar-assignment-accent{position:absolute;inset:0 auto 0 0;width:5px}.calendar-assignment-card p{margin:0 0 4px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.9px}.calendar-assignment-card h4{margin:0;font-size:13px}.calendar-assignment-card div>span{display:block;margin-top:5px;font-size:10px;color:var(--text-light)}.calendar-complete-badge{flex:0 0 auto;padding:5px 7px;font-size:9px;font-weight:750;color:#18845f;background:var(--green-soft);border-radius:999px}@media(max-width:1050px){.calendar-layout{grid-template-columns:1fr}.calendar-details-panel{min-height:300px}}@media(max-width:760px){.calendar-panel{padding:17px}.calendar-grid{gap:5px}.calendar-day{min-height:66px;padding:7px}.calendar-day-number{width:24px;height:24px}.calendar-event-dots span{width:5px;height:5px}}.subject-card-actions{display:flex;align-items:center;gap:7px}.more-button.danger{color:#b63f4e}.more-button.danger:hover{color:#9d2939;background:var(--red-soft)}.form-section-label{display:block;margin-bottom:9px;font-size:11px;font-weight:750;color:var(--text-soft)}.subject-colour-options{display:flex;flex-wrap:wrap;gap:11px}.subject-colour-option{display:grid;width:38px;height:38px;place-items:center;font-size:14px;font-weight:800;color:#fff;cursor:pointer;border:3px solid transparent;border-radius:12px;box-shadow:0 7px 16px #1f1d3e1a;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.subject-colour-option:hover{transform:translateY(-2px)}.subject-colour-option.selected{border-color:#fff;box-shadow:0 0 0 3px #7165e838,0 9px 20px #1f1d3e24}.subject-card-actions .more-button{padding:7px 10px;font-size:11px;font-weight:700;border-radius:9px}.subject-card-actions .more-button:first-child{color:var(--purple-dark);background:var(--purple-soft)}.subject-card-actions .more-button:first-child:hover{background:#e4e0ff}@media(max-width:650px){.subject-card-header{align-items:flex-start}.subject-card-actions{flex-direction:column;align-items:stretch}.subject-card-actions .more-button{width:100%}}.delete-subject-modal{width:min(460px,100%);text-align:center}.delete-warning-icon{display:grid;width:58px;height:58px;margin:0 auto 18px;place-items:center;font-size:24px;font-weight:800;color:#ad3544;background:var(--red-soft);border-radius:18px}.delete-subject-modal h3{margin:8px 0 10px;font-size:25px}.delete-subject-description{margin:0;line-height:1.6;color:var(--text-soft)}.delete-subject-modal .modal-actions{justify-content:center}.analytics-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.analytics-summary-card{display:flex;align-items:center;gap:18px;padding:22px;background:var(--surface);border-radius:22px;border:1px solid var(--border);box-shadow:var(--shadow)}.analytics-summary-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;font-weight:800;font-size:20px}.analytics-summary-icon.purple{background:var(--purple-soft);color:var(--purple-dark)}.analytics-summary-icon.green{background:var(--green-soft);color:#18845f}.analytics-summary-icon.yellow{background:var(--yellow-soft);color:#9e6710}.analytics-summary-card p{margin:0;font-size:11px;text-transform:uppercase;color:var(--text-light);letter-spacing:.8px}.analytics-summary-card strong{display:block;margin:5px 0;font-size:23px}.analytics-summary-card span{color:var(--text-soft);font-size:12px}.analytics-layout{display:grid;grid-template-columns:1.4fr .8fr;gap:22px}.analytics-panel{background:var(--surface);border-radius:22px;padding:24px;border:1px solid var(--border);box-shadow:var(--shadow)}.analytics-progress-list{display:flex;flex-direction:column;gap:22px;margin-top:20px}.analytics-progress-heading{display:flex;justify-content:space-between;margin-bottom:10px;font-weight:700}.analytics-progress-track{height:12px}.analytics-progress-row small{display:block;margin-top:7px;color:var(--text-light)}.status-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:20px}.status-stat-card{padding:22px;border-radius:18px;text-align:center;font-weight:700}.status-stat-card strong{display:block;font-size:30px;margin-bottom:8px}.status-stat-card span{font-size:11px;text-transform:uppercase;color:var(--text-soft)}.status-stat-card.not-started{background:#f3f4f7}.status-stat-card.in-progress{background:var(--yellow-soft)}.status-stat-card.complete{background:var(--green-soft)}.status-stat-card.not-required{background:var(--purple-soft)}@media(max-width:900px){.analytics-summary-grid,.analytics-layout{grid-template-columns:1fr}}.theme-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.theme-option{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:14px;text-align:left;cursor:pointer;background:var(--surface-soft);border:2px solid transparent;border-radius:15px;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.theme-option:hover{transform:translateY(-2px)}.theme-option.selected{border-color:var(--purple);box-shadow:0 0 0 3px #7165e81a}.theme-option strong{margin-top:5px;font-size:13px}.theme-option small{color:var(--text-light)}.theme-preview{display:grid;grid-template-columns:24px 1fr;grid-template-rows:repeat(2,20px);gap:6px;width:100%;height:74px;padding:8px;border-radius:11px}.theme-preview>span{display:block;border-radius:6px}.theme-preview>span:first-child{grid-row:1 / 3}.theme-preview.light{background:#f3f4f8;border:1px solid #dedfe7}.theme-preview.light>span:first-child{background:#363252}.theme-preview.light>span:nth-child(2),.theme-preview.light>span:nth-child(3){background:#fff}.theme-preview.dark{background:#181925;border:1px solid #303244}.theme-preview.dark>span:first-child{background:#27233f}.theme-preview.dark>span:nth-child(2),.theme-preview.dark>span:nth-child(3){background:#292b3b}:root[data-theme=dark]{color:#f1f2f7;background:#14151d;--background: #14151d;--surface: rgba(31, 32, 44, .92);--surface-solid: #20212d;--surface-soft: #292a38;--text: #f1f2f7;--text-soft: #b2b4c2;--text-light: #828493;--purple: #8b7df0;--purple-dark: #b5adff;--purple-soft: rgba(113, 101, 232, .18);--green: #4acb98;--green-soft: rgba(55, 183, 133, .18);--yellow: #efb856;--yellow-soft: rgba(233, 168, 61, .18);--red: #ee7987;--red-soft: rgba(232, 104, 118, .18);--border: rgba(255, 255, 255, .08);--shadow: 0 20px 55px rgba(0, 0, 0, .2), 0 3px 12px rgba(0, 0, 0, .14)}:root[data-theme=dark] body{background:radial-gradient(circle at 15% 15%,rgba(120,104,235,.13),transparent 28%),radial-gradient(circle at 90% 85%,rgba(246,114,128,.08),transparent 28%),var(--background)}:root[data-theme=dark] .sidebar{background:linear-gradient(180deg,#161526fc,#1f1c36fc 48%,#12121f)}:root[data-theme=dark] .progress-track,:root[data-theme=dark] .week-progress-track{background:#353645}:root[data-theme=dark] .calendar-day.today .calendar-day-number{color:#fff}:root[data-theme=dark] .status-stat-card.not-started{background:#292a38}:root[data-theme=dark] .activity-status-button.not-required,:root[data-theme=dark] .selected-activity-button.not-required{background:#30313e}:root[data-theme=dark] input,:root[data-theme=dark] textarea,:root[data-theme=dark] select{color-scheme:dark}@media(max-width:650px){.theme-option-grid{grid-template-columns:1fr}}.timetable-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;margin-bottom:18px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow)}.timetable-toolbar>div:first-child{display:flex;flex-direction:column;gap:4px}.timetable-toolbar strong{font-size:14px}.timetable-toolbar span{font-size:10px;color:var(--text-light)}.timetable-legend{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}.timetable-legend span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;font-size:10px;font-weight:700;color:var(--text-soft);background:var(--surface-soft);border-radius:999px}.timetable-legend i{width:8px;height:8px;border-radius:50%}.timetable-container{overflow-x:auto;padding:18px;background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow)}.timetable-grid{position:relative;display:grid;grid-template-columns:78px repeat(5,minmax(150px,1fr));min-width:920px}.timetable-corner,.timetable-day-heading{display:flex;align-items:center;justify-content:center;min-height:48px;font-size:11px;font-weight:750;color:var(--text-soft);background:var(--surface-soft);border-bottom:1px solid var(--border)}.timetable-corner{grid-column:1;grid-row:1;border-top-left-radius:12px}.timetable-day-heading:last-of-type{border-top-right-radius:12px}.timetable-time-label{display:flex;align-items:flex-start;justify-content:flex-end;padding:7px 12px 0 0;font-size:10px;color:var(--text-light);border-right:1px solid var(--border)}.timetable-day-column{position:relative;display:grid;grid-template-rows:repeat(auto-fit,72px);border-right:1px solid var(--border)}.timetable-day-column:last-child{border-right:0}.timetable-hour-line{display:block;min-height:72px;border-bottom:1px solid var(--border)}.timetable-event{position:relative;z-index:2;align-self:start;min-width:0;margin:3px 6px;padding:10px 10px 10px 14px;overflow:hidden;text-align:left;cursor:pointer;border:1px solid;border-radius:12px;box-shadow:0 8px 20px #1f1d3e14;transition:transform .15s ease,box-shadow .15s ease}.timetable-event:hover{transform:translateY(-2px);box-shadow:0 12px 26px #1f1d3e21}.timetable-event-accent{position:absolute;inset:0 auto 0 0;width:5px}.timetable-event strong,.timetable-event span,.timetable-event small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timetable-event strong{font-size:10px;letter-spacing:.4px}.timetable-event span{margin-top:3px;font-size:11px;font-weight:700}.timetable-event small{margin-top:4px;font-size:9px;color:var(--text-soft)}.weekend-classes-panel{padding:22px;margin-top:18px;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.weekend-class-list{display:flex;flex-direction:column;gap:10px}.weekend-class-card{display:flex;align-items:center;gap:12px;width:100%;padding:13px;text-align:left;cursor:pointer;background:var(--surface-soft);border:1px solid var(--border);border-radius:12px}.weekend-class-card>span{width:7px;height:36px;border-radius:999px}.weekend-class-card div{display:flex;flex-direction:column;gap:3px}.weekend-class-card strong{font-size:12px}.weekend-class-card small{font-size:10px;color:var(--text-light)}.timetable-modal{width:min(760px,100%)}.timetable-time-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.timetable-time-inputs label{display:flex;flex-direction:column;gap:7px}.week-selection-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.week-selection-heading>span{font-size:11px;font-weight:750;color:var(--text-soft)}.week-selection-heading div{display:flex;gap:7px}.week-selection-heading button{padding:5px 8px;font-size:9px;font-weight:700;color:var(--purple-dark);cursor:pointer;background:var(--purple-soft);border:0;border-radius:8px}.teaching-week-grid{display:grid;grid-template-columns:repeat(13,minmax(0,1fr));gap:6px}.teaching-week-grid button{display:grid;min-height:34px;place-items:center;font-size:10px;font-weight:750;color:var(--text-soft);cursor:pointer;background:var(--surface-soft);border:1px solid var(--border);border-radius:9px}.teaching-week-grid button.selected{color:#fff;background:var(--purple);border-color:var(--purple)}.timetable-details-modal{width:min(520px,100%)}.timetable-detail-list{display:flex;flex-direction:column;gap:10px}.timetable-detail-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:12px 13px;background:var(--surface-soft);border-radius:11px}.timetable-detail-row span{font-size:10px;color:var(--text-light)}.timetable-detail-row strong{max-width:65%;font-size:11px;text-align:right}@media(max-width:850px){.timetable-toolbar{align-items:flex-start;flex-direction:column}.timetable-legend{justify-content:flex-start}.teaching-week-grid{grid-template-columns:repeat(7,minmax(0,1fr))}}@media(max-width:650px){.timetable-time-inputs{grid-template-columns:1fr}.teaching-week-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.grade-subject-toolbar{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(180px,.7fr) minmax(180px,.7fr);gap:16px;padding:20px;margin-bottom:20px;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.grade-subject-toolbar label,.grade-target-band{display:flex;flex-direction:column;gap:7px}.grade-subject-toolbar label>span,.grade-target-band>span{font-size:10px;font-weight:750;color:var(--text-light);text-transform:uppercase;letter-spacing:.7px}.grade-subject-toolbar select,.grade-target-input{min-height:44px}.grade-subject-toolbar select,.grade-target-input input{width:100%;padding:11px 12px;color:var(--text);background:var(--surface-soft);border:1px solid transparent;border-radius:11px;outline:none}.grade-target-input{display:grid;grid-template-columns:1fr 35px;align-items:center;overflow:hidden;background:var(--surface-soft);border:1px solid transparent;border-radius:11px}.grade-target-input input{background:transparent;border:0;border-radius:0}.grade-target-input>span{display:grid;height:100%;place-items:center;font-size:12px;font-weight:750;color:var(--text-soft);border-left:1px solid var(--border)}.grade-target-band{justify-content:center;padding:11px 13px;background:var(--purple-soft);border-radius:11px}.grade-target-band strong{font-size:14px;color:var(--purple-dark)}.grade-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.grade-summary-card{padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow)}.grade-summary-card p{margin:0;font-size:10px;font-weight:750;color:var(--text-light);text-transform:uppercase;letter-spacing:.7px}.grade-summary-card strong{display:block;margin:8px 0 7px;font-size:28px;letter-spacing:-.8px}.grade-summary-card span{font-size:10px;line-height:1.5;color:var(--text-soft)}.grade-summary-card.purple{border-top:5px solid var(--purple)}.grade-summary-card.green{border-top:5px solid var(--green)}.grade-summary-card.yellow{border-top:5px solid var(--yellow)}.grade-summary-card.red{border-top:5px solid var(--red)}.grade-target-result{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:24px;margin-bottom:18px;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.grade-target-result.achievable{background:linear-gradient(135deg,#7165e821,#7165e80d),var(--surface)}.grade-target-result.already-secured{background:linear-gradient(135deg,#37b78524,#37b7850d),var(--surface)}.grade-target-result.impossible,.grade-target-result.no-remaining-work{background:linear-gradient(135deg,#e8687624,#e868760d),var(--surface)}.grade-target-result h3{margin:7px 0;font-size:23px;letter-spacing:-.6px}.grade-target-result p:not(.eyebrow){max-width:650px;margin:0;font-size:11px;line-height:1.55;color:var(--text-soft)}.required-grade-display{display:flex;flex:0 0 auto;min-width:170px;flex-direction:column;align-items:center;padding:16px;text-align:center;background:var(--surface-soft);border-radius:15px}.required-grade-display strong{font-size:29px;color:var(--purple)}.required-grade-display span{max-width:120px;margin-top:4px;font-size:9px;line-height:1.4;color:var(--text-light)}.weighting-warning{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 15px;margin-bottom:18px;color:#94600c;background:var(--yellow-soft);border:1px solid rgba(233,168,61,.2);border-radius:13px}.weighting-warning.over{color:#ad3544;background:var(--red-soft);border-color:#e8687633}.weighting-warning strong{font-size:11px}.weighting-warning span{font-size:10px;line-height:1.4}.grade-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.75fr);gap:20px}.grade-assessments-panel,.grade-needed-panel{padding:23px;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.grade-empty-state,.grade-complete-message{display:flex;min-height:260px;flex-direction:column;align-items:center;justify-content:center;text-align:center}.grade-empty-state>span,.grade-complete-message>span{display:grid;width:54px;height:54px;margin-bottom:15px;place-items:center;font-size:20px;font-weight:800;color:var(--purple);background:var(--purple-soft);border-radius:16px}.grade-empty-state strong,.grade-complete-message strong{font-size:14px}.grade-empty-state p,.grade-complete-message p{max-width:330px;margin:7px 0 17px;font-size:10px;line-height:1.5;color:var(--text-light)}.grade-item-list{display:flex;flex-direction:column;gap:12px}.grade-item-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;background:var(--surface-soft);border:1px solid var(--border);border-radius:14px}.grade-item-main{display:flex;min-width:0;flex:1;align-items:center;justify-content:space-between;gap:18px}.grade-item-main h4{margin:0;font-size:13px}.grade-item-main>div:first-child>span,.grade-item-mark span{display:block;margin-top:4px;font-size:9px;color:var(--text-light)}.grade-item-mark{flex:0 0 auto;text-align:right}.grade-item-mark strong{font-size:18px}.grade-item-actions{display:flex;flex:0 0 auto;gap:7px}.grade-item-actions .secondary-button{padding:8px 11px;font-size:10px}.grade-delete-button{padding:8px 11px;font-size:10px;font-weight:700;color:#ad3544;cursor:pointer;background:var(--red-soft);border:0;border-radius:9px}.required-item-list{display:flex;flex-direction:column;gap:10px}.required-item-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px;background:var(--surface-soft);border:1px solid var(--border);border-radius:13px}.required-item-card>div{display:flex;flex-direction:column;gap:4px}.required-item-card>div:last-child{align-items:flex-end;text-align:right}.required-item-card strong{font-size:12px}.required-item-card>div:last-child strong{font-size:18px;color:var(--purple)}.required-item-card>div:last-child strong.impossible{color:var(--red)}.required-item-card span{font-size:9px;line-height:1.35;color:var(--text-light)}.grade-example-box{padding:14px;margin-top:15px;background:var(--purple-soft);border-radius:13px}.grade-example-box strong{font-size:11px;color:var(--purple-dark)}.grade-example-box p{margin:6px 0 0;font-size:9px;line-height:1.5;color:var(--text-soft)}@media(max-width:1100px){.grade-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grade-layout{grid-template-columns:1fr}}@media(max-width:800px){.grade-subject-toolbar{grid-template-columns:1fr}.grade-target-result{align-items:stretch;flex-direction:column}.required-grade-display{width:100%}}@media(max-width:650px){.grade-summary-grid{grid-template-columns:1fr}.grade-item-card,.grade-item-main,.required-item-card{align-items:stretch;flex-direction:column}.grade-item-mark,.required-item-card>div:last-child{text-align:left;align-items:flex-start}.grade-item-actions{width:100%}.grade-item-actions button{flex:1}.weighting-warning{align-items:flex-start;flex-direction:column}}.grade-subject-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.grade-subject-card{position:relative;padding:22px;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow)}.grade-subject-accent{position:absolute;inset:0 auto 0 0;width:6px}.grade-subject-card-heading{display:flex;align-items:center;gap:14px}.grade-subject-card-heading>div{min-width:0}.grade-subject-card-heading p{margin:0 0 4px;font-size:10px;font-weight:800;color:var(--text-light);text-transform:uppercase;letter-spacing:.8px}.grade-subject-card-heading h3{margin:0;overflow:hidden;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.grade-subject-card-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0}.grade-subject-card-results div{display:flex;min-height:88px;flex-direction:column;justify-content:center;padding:14px;background:var(--surface-soft);border-radius:14px}.grade-subject-card-results span{font-size:10px;color:var(--text-light);text-transform:uppercase;letter-spacing:.7px}.grade-subject-card-results strong{margin-top:6px;font-size:26px;letter-spacing:-.7px}.subject-grade-header{margin-bottom:18px}.subject-grade-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.subject-grade-title-row h2{margin:6px 0 0;font-size:34px;letter-spacing:-1px}.simple-grade-summary{display:grid;grid-template-columns:1fr 1px 1fr;align-items:stretch;margin-bottom:18px;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow)}.simple-grade-result,.simple-grade-target{display:flex;min-height:210px;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center}.simple-grade-result>span,.simple-grade-target>span{font-size:14px;color:var(--text-light);text-transform:lowercase}.simple-grade-result>strong,.simple-grade-target>div{margin:10px 0 4px}.simple-grade-result>strong{font-size:clamp(52px,7vw,86px);font-weight:400;line-height:1;letter-spacing:-3px}.simple-grade-result small,.simple-grade-target small{margin-left:3px;font-size:.5em;font-weight:400}.simple-grade-result p,.simple-grade-target p{margin:7px 0 0;font-size:12px;color:var(--text-light)}.simple-grade-divider{width:1px;margin:28px 0;background:var(--border)}.simple-grade-target{cursor:default}.simple-grade-target>div{display:flex;align-items:flex-end;justify-content:center}.simple-grade-target input{width:135px;padding:0 0 7px;font-size:clamp(52px,7vw,86px);font-weight:400;line-height:1;color:var(--text);text-align:center;background:transparent;border:0;border-bottom:4px solid var(--text-light);border-radius:0;outline:none}.simple-grade-target input:focus{border-bottom-color:var(--purple);box-shadow:none}.simple-weighting-message{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 16px;margin-bottom:18px;background:var(--yellow-soft);border:1px solid rgba(233,168,61,.2);border-radius:13px}.simple-weighting-message strong{font-size:11px}.simple-weighting-message span{font-size:10px;color:var(--text-soft)}.simple-grade-list{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow)}.simple-grade-row{display:flex;width:100%;min-height:138px;align-items:center;justify-content:space-between;gap:22px;padding:22px 26px;text-align:left;cursor:pointer;background:transparent;border:0;border-bottom:1px solid var(--border);transition:background .15s ease,transform .15s ease}.simple-grade-row:last-child{border-bottom:0}.simple-grade-row:hover{background:var(--surface-soft)}.simple-grade-row-title{display:flex;min-width:0;flex-direction:column;gap:7px}.simple-grade-row-title strong{overflow:hidden;font-size:22px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.simple-grade-row-title span{font-size:11px;color:var(--text-light)}.simple-grade-value{display:flex;min-width:190px;min-height:96px;flex-direction:column;align-items:center;justify-content:center;padding:13px 19px;background:var(--surface-soft);border:1px solid var(--border);border-radius:20px}.simple-grade-value>span{font-size:14px;color:var(--text-light);text-transform:lowercase}.simple-grade-value>strong{margin-top:6px;font-size:30px;font-weight:650}.simple-grade-value.needed>strong{color:var(--purple)}.remaining-average-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 25px;margin-top:18px;background:linear-gradient(135deg,#7165e821,#7165e80d),var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.remaining-average-card h3{margin:6px 0 4px;font-size:20px}.remaining-average-card>div>span{font-size:10px;color:var(--text-light)}.remaining-average-card>strong{font-size:34px;color:var(--purple)}.grade-band-requirements{padding:23px;margin-top:18px;background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow)}.grade-band-list{display:flex;flex-direction:column}.grade-band-row{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:84px;padding:14px 4px;border-bottom:1px solid var(--border)}.grade-band-row:last-child{border-bottom:0}.grade-band-row>div{display:flex;flex-direction:column;gap:4px}.grade-band-row>div:last-child{align-items:flex-end}.grade-band-row>div:first-child strong{font-size:15px}.grade-band-row span{font-size:10px;color:var(--text-light)}.grade-band-row>div:last-child strong{font-size:20px;color:var(--purple)}:root[data-theme=dark] .simple-grade-target input{color:var(--text)}:root[data-theme=dark] .simple-grade-value{background:#292a38}@media(max-width:900px){.grade-subject-card-grid{grid-template-columns:1fr}}@media(max-width:760px){.subject-grade-title-row{align-items:flex-start;flex-direction:column}.simple-grade-summary{grid-template-columns:1fr}.simple-grade-divider{width:auto;height:1px;margin:0 25px}.simple-grade-result,.simple-grade-target{min-height:180px}.simple-grade-row{align-items:stretch;flex-direction:column}.simple-grade-value{width:100%;min-width:0}.remaining-average-card,.simple-weighting-message{align-items:flex-start;flex-direction:column}}.resource-toolbar{display:grid;grid-template-columns:minmax(220px,1.3fr) minmax(140px,.7fr) minmax(160px,.8fr) minmax(220px,1fr);gap:14px;padding:18px;margin-bottom:18px;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.resource-toolbar label{display:flex;min-width:0;flex-direction:column;gap:7px}.resource-toolbar label>span{font-size:10px;font-weight:750;color:var(--text-light);text-transform:uppercase;letter-spacing:.7px}.resource-toolbar select,.resource-toolbar input{width:100%;min-height:42px;padding:10px 12px;color:var(--text);background:var(--surface-soft);border:1px solid transparent;border-radius:11px;outline:none}.resource-toolbar select:focus,.resource-toolbar input:focus{background:var(--surface-solid);border-color:#7165e861;box-shadow:0 0 0 3px #7165e81a}.resource-subject-banner{display:flex;align-items:center;gap:15px;padding:20px;margin-bottom:18px;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.resource-subject-icon{display:grid;flex:0 0 auto;width:54px;height:54px;place-items:center;font-size:22px;font-weight:800;border-radius:16px}.resource-subject-banner p{margin:0 0 4px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}.resource-subject-banner h3{margin:0;font-size:20px}.resource-subject-banner div>span{display:block;margin-top:5px;font-size:10px;color:var(--text-light)}.resource-groups{display:flex;flex-direction:column;gap:18px}.resource-group{padding:21px;background:var(--surface);border:1px solid var(--border);border-radius:21px;box-shadow:var(--shadow)}.resource-group-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.resource-group-heading h3{margin:5px 0 0;font-size:18px}.resource-group-heading>span{padding:6px 9px;font-size:10px;font-weight:700;color:var(--text-soft);background:var(--surface-soft);border-radius:999px}.resource-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.resource-card{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:13px;min-width:0;padding:14px;text-align:left;cursor:pointer;background:var(--surface-soft);border:1px solid var(--border);border-radius:14px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.resource-card:hover{background:var(--surface-solid);transform:translateY(-2px);box-shadow:0 12px 26px #1f1d3e1a}.resource-file-icon{display:grid;width:48px;height:48px;place-items:center;font-size:10px;font-weight:850;color:var(--purple-dark);background:var(--purple-soft);border-radius:13px}.resource-file-icon.compact{width:40px;height:40px;border-radius:11px}.resource-card-information{display:flex;min-width:0;flex-direction:column;gap:3px}.resource-card-information strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.resource-card-information small{font-size:9px;color:var(--purple-dark)}.resource-card-information>span{overflow:hidden;font-size:9px;color:var(--text-light);text-overflow:ellipsis;white-space:nowrap}.resource-card-size{font-size:9px;color:var(--text-light);white-space:nowrap}.resource-modal{width:min(680px,100%)}.resource-file-picker{display:flex;width:100%;align-items:center;gap:14px;padding:18px;text-align:left;cursor:pointer;background:var(--surface-soft);border:1px dashed rgba(113,101,232,.4);border-radius:14px}.resource-file-picker:hover{background:var(--purple-soft)}.resource-file-picker>span{display:grid;flex:0 0 auto;width:48px;height:48px;place-items:center;font-size:12px;font-weight:800;color:var(--purple-dark);background:var(--surface-solid);border-radius:13px}.resource-file-picker>div{display:flex;min-width:0;flex-direction:column;gap:4px}.resource-file-picker strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.resource-file-picker small{font-size:9px;color:var(--text-light)}.resource-preview-overlay{position:fixed;z-index:30;inset:0;padding:18px;background:var(--background)}.resource-preview-window{display:flex;width:100%;height:100%;flex-direction:column;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow)}.resource-preview-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:16px 18px;border-bottom:1px solid var(--border)}.resource-preview-header .back-button{margin:0}.resource-preview-title{display:flex;min-width:0;align-items:center;gap:12px}.resource-preview-title>div{min-width:0}.resource-preview-title h3{margin:4px 0 0;overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.resource-preview-actions{display:flex;gap:8px}.resource-preview-content{display:grid;min-height:0;flex:1;grid-template-columns:minmax(0,1fr) 280px}.resource-document-viewer{display:grid;min-width:0;min-height:0;place-items:center;overflow:auto;background:#dcdde4}.resource-document-viewer iframe{width:100%;height:100%;border:0}.resource-document-viewer img{display:block;max-width:100%;max-height:100%;margin:auto;object-fit:contain}.text-resource-preview{width:100%;min-height:100%;padding:24px;margin:0;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.6;color:#262732;white-space:pre-wrap;background:#fff}.unsupported-resource-preview{display:flex;max-width:430px;flex-direction:column;align-items:center;padding:35px;text-align:center}.unsupported-resource-preview>span{display:grid;width:72px;height:72px;margin-bottom:18px;place-items:center;font-size:13px;font-weight:850;color:var(--purple-dark);background:var(--purple-soft);border-radius:20px}.unsupported-resource-preview strong{font-size:17px}.unsupported-resource-preview p{margin:8px 0 18px;font-size:11px;line-height:1.55;color:var(--text-soft)}.resource-information-panel{display:flex;flex-direction:column;gap:11px;padding:18px;overflow-y:auto;background:var(--surface-solid);border-left:1px solid var(--border)}.resource-information-panel>div{display:flex;flex-direction:column;gap:5px;padding:12px;background:var(--surface-soft);border-radius:11px}.resource-information-panel span{font-size:9px;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.7px}.resource-information-panel strong{overflow-wrap:anywhere;font-size:11px}.resource-preview-notes p{margin:0;font-size:11px;line-height:1.55;color:var(--text-soft)}:root[data-theme=dark] .resource-document-viewer{background:#11121a}:root[data-theme=dark] .text-resource-preview{color:#ededf4;background:#181925}@media(max-width:1100px){.resource-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-preview-content{grid-template-columns:minmax(0,1fr) 240px}}@media(max-width:850px){.resource-card-grid,.resource-preview-header{grid-template-columns:1fr}.resource-preview-actions{flex-wrap:wrap}.resource-preview-content{grid-template-columns:1fr}.resource-information-panel{max-height:230px;border-top:1px solid var(--border);border-left:0}}@media(max-width:650px){.resource-toolbar{grid-template-columns:1fr}.resource-preview-overlay{padding:0}.resource-preview-window{border-radius:0}.resource-card{grid-template-columns:48px minmax(0,1fr)}.resource-card-size{display:none}}.resources-page .page-header{margin-bottom:24px}.resource-toolbar{padding:16px;border-radius:18px;box-shadow:0 14px 35px #1f1d3e0f,0 2px 8px #1f1d3e08}.resource-toolbar select,.resource-toolbar input{min-height:46px;padding:11px 13px;font-size:12px;border-color:var(--border)}.resource-subject-banner{position:relative;padding:24px;overflow:hidden;border-radius:24px}.resource-subject-banner:after{position:absolute;top:-70px;right:-50px;width:220px;height:220px;content:"";background:#7165e812;border-radius:50%}.resource-subject-banner>*{position:relative;z-index:1}.resource-subject-icon{width:62px;height:62px;font-size:25px;border-radius:19px}.resource-subject-banner h3{font-size:23px;letter-spacing:-.5px}.resource-group{padding:24px;border-radius:24px}.resource-group-heading{margin-bottom:19px}.resource-group-heading h3{font-size:20px;letter-spacing:-.4px}.resource-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.resource-card{display:flex;min-height:150px;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:14px;padding:17px;border-radius:17px}.resource-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px #1f1d3e1a,0 3px 9px #1f1d3e0a}.resource-file-icon{width:52px;height:52px;font-size:10px;border-radius:15px}.resource-card-information{width:100%;gap:5px}.resource-card-information strong{font-size:13px}.resource-card-information small{font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.65px}.resource-card-information>span{font-size:9px}.resource-card-size{padding:5px 7px;background:var(--surface-solid);border-radius:999px}.resource-preview-overlay{padding:12px;background:radial-gradient(circle at 10% 10%,rgba(113,101,232,.08),transparent 24%),var(--background)}.resource-preview-window{border-radius:26px;box-shadow:0 30px 90px #1414232e}.resource-preview-header{padding:18px 20px;background:var(--surface-solid)}.resource-preview-title h3{font-size:18px}.resource-document-viewer{padding:18px}.resource-document-viewer iframe{overflow:hidden;background:#fff;border-radius:14px;box-shadow:0 18px 50px #12131b2e}.resource-document-viewer img{border-radius:14px;box-shadow:0 18px 50px #12131b2e}.resource-information-panel{padding:20px;gap:12px}.resource-information-panel>div{padding:14px;border:1px solid var(--border);border-radius:13px}.resource-file-picker{min-height:110px;padding:20px;border-width:2px}.resource-file-picker:hover{border-color:var(--purple)}@media(max-width:1200px){.resource-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.resource-card-grid{grid-template-columns:1fr}.resource-card{min-height:125px}}.modern-dashboard-page{max-width:1420px;margin:0 auto}.dashboard-welcome-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.dashboard-welcome-header h2{margin:7px 0 8px;font-size:clamp(34px,4vw,48px);letter-spacing:-1.6px}.dashboard-overview-row{display:grid;grid-template-columns:minmax(0,1.7fr) repeat(2,minmax(210px,.65fr));gap:18px;margin-bottom:20px}.dashboard-progress-card,.dashboard-week-card,.dashboard-panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow)}.dashboard-progress-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:28px;overflow:hidden;border-radius:26px}.dashboard-progress-card:after{position:absolute;right:-75px;bottom:-90px;width:260px;height:260px;content:"";pointer-events:none;background:#7165e812;border-radius:50%}.dashboard-progress-card>*{position:relative;z-index:1}.dashboard-progress-card h3{margin:8px 0;font-size:31px;letter-spacing:-.9px}.dashboard-progress-card>div:first-child>span{font-size:11px;color:var(--text-soft)}.dashboard-progress-card .progress-track{grid-column:1 / -1}.dashboard-progress-circle{display:grid;width:116px;height:116px;flex:0 0 auto;place-items:center;border-radius:50%}.dashboard-progress-circle>div{display:flex;width:82px;height:82px;flex-direction:column;align-items:center;justify-content:center;background:var(--surface-solid);border-radius:50%}.dashboard-progress-circle strong{font-size:23px}.dashboard-progress-circle span{margin-top:2px;font-size:9px;color:var(--text-light)}.dashboard-week-card{display:flex;min-height:210px;flex-direction:column;justify-content:center;padding:24px;border-radius:24px}.dashboard-card-icon{display:grid;width:46px;height:46px;margin-bottom:18px;place-items:center;font-size:18px;font-weight:800;border-radius:14px}.dashboard-card-icon.purple{color:var(--purple-dark);background:var(--purple-soft)}.dashboard-card-icon.green{color:#18845f;background:var(--green-soft)}.dashboard-week-card>strong{display:block;margin:8px 0 5px;font-size:28px;letter-spacing:-.7px}.dashboard-week-card>span:last-child{font-size:10px;color:var(--text-light)}.dashboard-main-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.75fr);gap:20px}.dashboard-primary-column,.dashboard-secondary-column{display:flex;min-width:0;flex-direction:column;gap:20px}.dashboard-panel{padding:23px;border-radius:24px}.dashboard-next-class-card{position:relative;display:grid;grid-template-columns:140px minmax(0,1fr);align-items:center;gap:22px;min-height:150px;padding:22px 22px 22px 28px;overflow:hidden;background:var(--surface-soft);border:1px solid var(--border);border-radius:18px}.dashboard-next-class-accent{position:absolute;inset:0 auto 0 0;width:7px}.dashboard-next-class-time strong{display:block;font-size:27px;letter-spacing:-.7px}.dashboard-next-class-time span{display:block;margin-top:6px;font-size:10px;color:var(--purple-dark)}.dashboard-next-class-details{min-width:0}.dashboard-next-class-details p{margin:0 0 5px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}.dashboard-next-class-details h4{margin:0;overflow:hidden;font-size:20px;text-overflow:ellipsis;white-space:nowrap}.dashboard-next-class-details span{display:block;margin-top:8px;font-size:11px;color:var(--text-soft)}.dashboard-empty-card{display:flex;min-height:130px;align-items:center;gap:16px;padding:20px;background:var(--surface-soft);border-radius:17px}.dashboard-empty-card>span{display:grid;width:48px;height:48px;flex:0 0 auto;place-items:center;font-size:18px;color:var(--purple-dark);background:var(--purple-soft);border-radius:14px}.dashboard-empty-card strong{font-size:14px}.dashboard-empty-card p{margin:5px 0 0;font-size:10px;color:var(--text-light)}.dashboard-subject-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.dashboard-subject-card{position:relative;min-width:0;padding:18px;overflow:hidden;text-align:left;cursor:pointer;background:var(--surface-soft);border:1px solid var(--border);border-radius:17px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.dashboard-subject-card:hover{background:var(--surface-solid);transform:translateY(-2px);box-shadow:0 15px 30px #1f1d3e14}.dashboard-subject-colour{position:absolute;inset:0 auto 0 0;width:5px}.dashboard-subject-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.dashboard-subject-heading p{margin:0 0 4px;font-size:10px;font-weight:800;color:var(--text-light);letter-spacing:.7px}.dashboard-subject-heading strong{display:block;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.dashboard-subject-heading>span{font-size:22px;color:var(--text-light)}.dashboard-subject-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 14px}.dashboard-subject-stats span{display:flex;flex-direction:column;gap:3px;font-size:9px;color:var(--text-light)}.dashboard-subject-stats strong{font-size:17px;color:var(--text)}.dashboard-deadline-card{position:relative;padding:19px 19px 19px 24px;overflow:hidden;background:var(--surface-soft);border:1px solid var(--border);border-radius:17px}.dashboard-deadline-accent{position:absolute;inset:0 auto 0 0;width:6px}.dashboard-deadline-card p{margin:0 0 5px;font-size:9px;font-weight:800;color:var(--purple-dark);text-transform:uppercase;letter-spacing:.8px}.dashboard-deadline-card h4{margin:0;font-size:16px}.dashboard-deadline-card>div{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:17px}.dashboard-deadline-card span{font-size:10px;color:var(--text-light)}.dashboard-deadline-card strong{font-size:18px}.dashboard-grade-list,.dashboard-resource-list{display:flex;flex-direction:column;gap:9px}.dashboard-grade-row{display:grid;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px;background:var(--surface-soft);border-radius:12px}.dashboard-grade-row>span{width:7px;height:34px;border-radius:999px}.dashboard-grade-row>div{display:flex;min-width:0;flex-direction:column;gap:3px}.dashboard-grade-row>div strong{font-size:11px}.dashboard-grade-row small{font-size:9px;color:var(--text-light)}.dashboard-grade-row>strong{font-size:14px}.dashboard-resource-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;padding:10px;text-align:left;cursor:pointer;background:var(--surface-soft);border:0;border-radius:12px}.dashboard-resource-row>span:first-child{display:grid;width:39px;height:39px;place-items:center;font-size:8px;font-weight:850;color:var(--purple-dark);background:var(--purple-soft);border-radius:10px}.dashboard-resource-row>div{display:flex;min-width:0;flex-direction:column;gap:3px}.dashboard-resource-row strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.dashboard-resource-row small{font-size:9px;color:var(--text-light)}.dashboard-resource-row>span:last-child{font-size:18px;color:var(--text-light)}.dashboard-small-empty{display:flex;min-height:150px;flex-direction:column;align-items:center;justify-content:center;text-align:center}.dashboard-small-empty>span{display:grid;width:45px;height:45px;margin-bottom:12px;place-items:center;color:var(--purple-dark);background:var(--purple-soft);border-radius:13px}.dashboard-small-empty strong{font-size:12px}.dashboard-small-empty p{max-width:210px;margin:5px 0 0;font-size:9px;line-height:1.5;color:var(--text-light)}@media(max-width:1180px){.dashboard-overview-row{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-progress-card{grid-column:1 / -1}.dashboard-main-layout{grid-template-columns:1fr}.dashboard-secondary-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-secondary-column>section:first-child{grid-column:1 / -1}}@media(max-width:760px){.dashboard-welcome-header{align-items:flex-start;flex-direction:column}.dashboard-overview-row,.dashboard-subject-grid,.dashboard-secondary-column,.dashboard-progress-card{grid-template-columns:1fr}.dashboard-progress-circle{justify-self:center}.dashboard-next-class-card{grid-template-columns:1fr}.dashboard-secondary-column>section:first-child{grid-column:auto}}.resources-subject-selection{max-width:1350px;margin:0 auto}.resource-subject-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.resource-subject-card{position:relative;display:flex;min-height:260px;flex-direction:column;padding:24px;overflow:hidden;text-align:left;cursor:pointer;background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.resource-subject-card:hover{border-color:#7165e83d;transform:translateY(-3px);box-shadow:0 22px 45px #1f1d3e1c,0 4px 12px #1f1d3e0a}.resource-subject-card:after{position:absolute;right:-55px;bottom:-70px;width:200px;height:200px;content:"";pointer-events:none;background:#7165e80e;border-radius:50%}.resource-subject-card-accent{position:absolute;inset:0 auto 0 0;width:6px}.resource-subject-card-heading{position:relative;z-index:1;display:flex;align-items:center;gap:15px}.resource-subject-card-icon{display:grid;width:58px;height:58px;flex:0 0 auto;place-items:center;font-size:23px;font-weight:850;border-radius:18px}.resource-subject-card-heading>div{min-width:0}.resource-subject-card-heading p{margin:0 0 5px;font-size:10px;font-weight:800;color:var(--text-light);text-transform:uppercase;letter-spacing:.9px}.resource-subject-card-heading h3{margin:0;overflow:hidden;font-size:20px;letter-spacing:-.4px;text-overflow:ellipsis;white-space:nowrap}.resource-subject-statistics{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:26px 0 22px}.resource-subject-statistics span{display:flex;min-height:72px;flex-direction:column;justify-content:center;padding:12px;font-size:9px;color:var(--text-light);background:var(--surface-soft);border:1px solid var(--border);border-radius:13px}.resource-subject-statistics strong{margin-bottom:4px;font-size:20px;color:var(--text)}.resource-subject-open{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:17px;border-top:1px solid var(--border)}.resource-subject-open span{font-size:11px;font-weight:750;color:var(--purple-dark)}.resource-subject-open strong{font-size:23px;font-weight:500;color:var(--text-light);transition:transform .16s ease}.resource-subject-card:hover .resource-subject-open strong{transform:translate(4px)}.resources-back-button{margin-bottom:18px}.resources-page .resource-toolbar{grid-template-columns:minmax(150px,.7fr) minmax(170px,.8fr) minmax(240px,1.3fr)}.resources-page .resource-subject-banner{margin-top:0}.resources-page .primary-button,.resources-subject-selection .primary-button{min-height:42px;padding:10px 16px;border-radius:12px}.resources-page .secondary-button,.resource-preview-actions .grade-delete-button{min-height:38px;padding:9px 13px;border-radius:10px}:root[data-theme=dark] .resource-subject-card{background:var(--surface)}:root[data-theme=dark] .resource-subject-card:hover{border-color:#8b7df052}@media(max-width:950px){.resource-subject-grid{grid-template-columns:1fr}.resources-page .resource-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.resources-page .resource-search-field{grid-column:1 / -1}}@media(max-width:650px){.resource-subject-card{min-height:235px;padding:20px}.resource-subject-statistics{grid-template-columns:1fr}.resource-subject-statistics span{min-height:55px}.resources-page .resource-toolbar{grid-template-columns:1fr}.resources-page .resource-search-field{grid-column:auto}}.notes-page,.subject-notes-page{max-width:1380px;margin:0 auto}.notes-search{display:flex;min-width:260px;flex-direction:column;gap:7px}.notes-search>span{font-size:10px;font-weight:750;color:var(--text-light);text-transform:uppercase;letter-spacing:.7px}.notes-search input{min-height:42px;padding:10px 12px;color:var(--text);background:var(--surface-soft);border:1px solid var(--border);border-radius:11px;outline:none}.notes-search input:focus{background:var(--surface-solid);border-color:#7165e861;box-shadow:0 0 0 3px #7165e81a}.notes-subject-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.notes-subject-card{position:relative;display:flex;min-height:280px;flex-direction:column;padding:24px;overflow:hidden;text-align:left;cursor:pointer;background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.notes-subject-card:hover{border-color:#7165e83d;transform:translateY(-3px);box-shadow:0 22px 45px #1f1d3e1c,0 4px 12px #1f1d3e0a}.notes-subject-card:after{position:absolute;right:-55px;bottom:-75px;width:210px;height:210px;content:"";pointer-events:none;background:#7165e80d;border-radius:50%}.notes-subject-accent{position:absolute;inset:0 auto 0 0;width:6px}.notes-subject-heading{position:relative;z-index:1;display:flex;align-items:center;gap:15px}.notes-subject-heading>span{display:grid;width:58px;height:58px;flex:0 0 auto;place-items:center;font-size:23px;font-weight:850;border-radius:18px}.notes-subject-heading>div{min-width:0}.notes-subject-heading p{margin:0 0 5px;font-size:10px;font-weight:800;color:var(--text-light);text-transform:uppercase;letter-spacing:.9px}.notes-subject-heading h3{margin:0;overflow:hidden;font-size:20px;letter-spacing:-.4px;text-overflow:ellipsis;white-space:nowrap}.notes-subject-summary{position:relative;z-index:1;display:flex;align-items:baseline;gap:8px;margin:26px 0 18px}.notes-subject-summary strong{font-size:34px;letter-spacing:-1px}.notes-subject-summary span{font-size:10px;color:var(--text-light)}.notes-subject-preview{position:relative;z-index:1;min-height:88px;padding:15px;background:var(--surface-soft);border:1px solid var(--border);border-radius:14px}.notes-subject-preview>span{display:block;margin-bottom:7px;font-size:9px;font-weight:750;color:var(--purple-dark);text-transform:uppercase;letter-spacing:.7px}.notes-subject-preview p{display:-webkit-box;margin:0;overflow:hidden;font-size:10px;line-height:1.5;color:var(--text-soft);line-clamp:3;-webkit-box-orient:vertical;-webkit-line-clamp:3}.notes-subject-open{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:18px}.notes-subject-open span{font-size:11px;font-weight:750;color:var(--purple-dark)}.notes-subject-open strong{font-size:23px;font-weight:500;color:var(--text-light);transition:transform .16s ease}.notes-subject-card:hover .notes-subject-open strong{transform:translate(4px)}.notes-results-panel{padding:23px;background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow)}.notes-result-list{display:flex;flex-direction:column;gap:11px}.notes-result-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px 18px 16px 22px;overflow:hidden;text-align:left;cursor:pointer;background:var(--surface-soft);border:1px solid var(--border);border-radius:14px}.notes-result-card:hover{background:var(--surface-solid)}.notes-result-accent{position:absolute;inset:0 auto 0 0;width:5px}.notes-result-card div{min-width:0}.notes-result-card p{margin:0 0 4px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}.notes-result-card strong{display:block;font-size:13px}.notes-result-card div>span{display:block;margin-top:6px;overflow:hidden;font-size:10px;color:var(--text-light);text-overflow:ellipsis;white-space:nowrap}.notes-result-card>span:last-child{font-size:21px;color:var(--text-light)}.notes-empty-result{display:flex;min-height:280px;flex-direction:column;align-items:center;justify-content:center;text-align:center}.notes-empty-result>span{display:grid;width:52px;height:52px;margin-bottom:14px;place-items:center;font-size:20px;color:var(--purple-dark);background:var(--purple-soft);border-radius:15px}.notes-empty-result strong{font-size:14px}.notes-empty-result p{max-width:280px;margin:7px 0 0;font-size:10px;line-height:1.5;color:var(--text-light)}.subject-notes-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:16px 0 22px}.subject-notes-header h2{margin:6px 0 7px;font-size:34px;letter-spacing:-1px}.notes-clear-button{padding:10px 14px;font-size:11px;font-weight:750;color:#ad3544;cursor:pointer;background:var(--red-soft);border:0;border-radius:11px}.notes-clear-button:disabled{cursor:not-allowed;opacity:.45}.notes-editor-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;min-height:690px}.notes-week-sidebar,.notes-editor-panel{background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow)}.notes-week-sidebar{padding:18px}.notes-week-heading{padding:4px 4px 16px;border-bottom:1px solid var(--border)}.notes-week-heading h3{margin:5px 0 0;font-size:16px}.notes-week-list{display:flex;flex-direction:column;gap:6px;margin-top:14px}.notes-week-button{display:flex;width:100%;min-height:42px;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;font-size:11px;font-weight:700;color:var(--text-soft);text-align:left;cursor:pointer;background:transparent;border:0;border-radius:10px}.notes-week-button:hover{background:var(--surface-soft)}.notes-week-button.active{color:var(--purple-dark);background:var(--purple-soft)}.notes-week-button i{width:8px;height:8px;flex:0 0 auto;border-radius:50%}.notes-editor-panel{display:flex;min-width:0;flex-direction:column;overflow:hidden}.notes-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid var(--border)}.notes-editor-heading h3{margin:5px 0 0;font-size:22px}.notes-saved-badge{padding:6px 9px;font-size:9px;font-weight:750;color:#18845f;background:var(--green-soft);border-radius:999px}.notes-main-textarea{width:100%;min-height:0;flex:1;padding:28px;resize:none;font-family:inherit;font-size:14px;line-height:1.75;color:var(--text);background:transparent;border:0;outline:none}.notes-main-textarea::placeholder{color:var(--text-light)}.notes-editor-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 22px;font-size:9px;color:var(--text-light);border-top:1px solid var(--border)}:root[data-theme=dark] .notes-subject-card:hover{border-color:#8b7df052}@media(max-width:950px){.notes-subject-grid,.notes-editor-layout{grid-template-columns:1fr}.notes-week-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:700px){.notes-search{width:100%;min-width:0}.subject-notes-header{align-items:flex-start;flex-direction:column}.notes-week-list{grid-template-columns:repeat(2,minmax(0,1fr))}.notes-editor-heading,.notes-editor-footer{align-items:flex-start;flex-direction:column}.notes-main-textarea{min-height:520px;padding:20px}}.pdf-viewer{display:flex;width:100%;height:100%;min-height:0;flex-direction:column;background:#202124}.pdf-viewer-toolbar{position:sticky;z-index:5;top:0;display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:18px;min-height:58px;padding:10px 16px;color:#f4f5f7;background:#202124f7;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.pdf-document-information{display:flex;min-width:0;flex-direction:column;gap:3px}.pdf-document-information strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.pdf-document-information span{font-size:9px;color:#ffffff94}.pdf-zoom-controls{display:flex;align-items:center;gap:7px}.pdf-zoom-controls button{display:grid;min-width:34px;height:34px;place-items:center;padding:0 10px;font-size:16px;font-weight:700;color:#f4f5f7;cursor:pointer;background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:9px}.pdf-zoom-controls button:hover:not(:disabled){background:#ffffff24}.pdf-zoom-controls button:disabled{cursor:not-allowed;opacity:.35}.pdf-zoom-controls .pdf-zoom-value{min-width:62px;font-size:10px}.pdf-document-scroll-area{min-height:0;flex:1;overflow:auto;padding:28px 20px 60px;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.035),transparent 34%),#202124}.pdf-page-list{display:flex;flex-direction:column;align-items:center;gap:24px}.pdf-page-wrapper{position:relative;display:flex;max-width:100%;flex-direction:column;align-items:center}.pdf-page-wrapper .react-pdf__Page{max-width:100%;overflow:hidden;background:#fff;border-radius:3px;box-shadow:0 12px 32px #00000047,0 2px 7px #0000002e}.pdf-page-wrapper canvas{display:block;max-width:100%;height:auto!important}.pdf-page-number{margin-top:8px;font-size:9px;color:#ffffff80}.pdf-viewer-message{display:flex;min-height:380px;flex-direction:column;align-items:center;justify-content:center;color:#f4f5f7;text-align:center}.pdf-viewer-message p{max-width:320px;margin:8px 0 0;font-size:10px;line-height:1.5;color:#ffffff94}.pdf-loading-spinner{width:34px;height:34px;margin-bottom:14px;border:3px solid rgba(255,255,255,.18);border-top-color:#fff;border-radius:50%;animation:pdf-spinner .75s linear infinite}@keyframes pdf-spinner{to{transform:rotate(360deg)}}@media(max-width:700px){.pdf-viewer-toolbar{align-items:flex-start;flex-direction:column}.pdf-zoom-controls{width:100%;justify-content:center}.pdf-document-scroll-area{padding:18px 8px 40px}.pdf-page-list{gap:16px}}.auth-page{display:grid;width:100%;min-height:100vh;grid-template-columns:minmax(420px,1.05fr) minmax(460px,.95fr);color:var(--text);background:var(--background)}.auth-brand-panel{position:relative;display:flex;min-height:100vh;align-items:center;padding:70px clamp(45px,7vw,110px);overflow:hidden;color:#fff;background:radial-gradient(circle at 15% 15%,rgba(150,134,255,.5),transparent 28%),radial-gradient(circle at 80% 85%,rgba(93,207,167,.18),transparent 34%),linear-gradient(145deg,#312d67,#26234f 48%,#1d1c3e)}.auth-brand-panel:before{position:absolute;top:-180px;right:-170px;width:470px;height:470px;content:"";pointer-events:none;border:1px solid rgba(255,255,255,.09);border-radius:50%}.auth-brand-panel:after{position:absolute;right:-70px;bottom:-180px;width:430px;height:430px;content:"";pointer-events:none;background:#7e6fff1f;border-radius:50%}.auth-brand-content{position:relative;z-index:1;width:100%;max-width:660px}.auth-logo{display:grid;width:66px;height:66px;margin-bottom:31px;place-items:center;font-size:28px;font-weight:850;color:#fff;background:linear-gradient(135deg,#9182ff,#6657e8);border:1px solid rgba(255,255,255,.24);border-radius:20px;box-shadow:0 16px 38px #09082257,inset 0 1px #ffffff40}.auth-logo.small{width:42px;height:42px;margin:0;font-size:18px;border-radius:13px}.auth-brand-panel .eyebrow{color:#a99fff}.auth-brand-panel h1{max-width:660px;margin:14px 0 20px;font-size:clamp(42px,5vw,69px);line-height:1.02;letter-spacing:-2.8px}.auth-brand-description{max-width:570px;margin:0;font-size:15px;line-height:1.75;color:#ffffffad}.auth-feature-list{display:flex;flex-direction:column;gap:15px;margin-top:43px}.auth-feature{display:flex;max-width:550px;align-items:center;gap:15px;padding:14px 16px;background:#ffffff0e;border:1px solid rgba(255,255,255,.08);border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-feature>span{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;font-size:16px;font-weight:800;color:#d8d3ff;background:#9182ff2e;border-radius:12px}.auth-feature strong{display:block;font-size:13px}.auth-feature p{margin:4px 0 0;font-size:10px;line-height:1.5;color:#ffffff91}.auth-form-panel{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:45px;background:radial-gradient(circle at 100% 100%,rgba(240,130,152,.09),transparent 32%),radial-gradient(circle at 0% 0%,rgba(113,101,232,.09),transparent 30%),var(--background)}.auth-form-card{width:min(100%,490px);padding:38px;background:var(--surface);border:1px solid var(--border);border-radius:28px;box-shadow:0 30px 80px #1f1d3e21,0 5px 18px #1f1d3e0d}.auth-mobile-brand{display:none;align-items:center;gap:11px;margin-bottom:27px}.auth-mobile-brand strong{font-size:18px}.auth-heading{margin-bottom:25px}.auth-heading h2{margin:7px 0 9px;font-size:31px;letter-spacing:-.9px}.auth-heading>p:last-child{margin:0;font-size:11px;line-height:1.55;color:var(--text-soft)}.auth-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:5px;margin-bottom:24px;background:var(--surface-soft);border:1px solid var(--border);border-radius:13px}.auth-mode-switch button{min-height:39px;padding:9px 12px;font-size:11px;font-weight:750;color:var(--text-light);cursor:pointer;background:transparent;border:0;border-radius:9px}.auth-mode-switch button.active{color:var(--purple-dark);background:var(--surface-solid);box-shadow:0 4px 12px #1f1d3e14}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form label{display:flex;flex-direction:column;gap:7px}.auth-form label>span{font-size:10px;font-weight:750;color:var(--text-soft)}.auth-form input{width:100%;min-height:48px;padding:12px 14px;font-family:inherit;font-size:12px;color:var(--text);background:var(--surface-soft);border:1px solid var(--border);border-radius:12px;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.auth-form input::placeholder{color:var(--text-light)}.auth-form input:focus{background:var(--surface-solid);border-color:#7165e885;box-shadow:0 0 0 4px #7165e81c}.auth-form input:disabled{cursor:not-allowed;opacity:.65}.auth-submit-button{min-height:50px;margin-top:3px;padding:12px 17px;font-size:12px;font-weight:800;color:#fff;cursor:pointer;background:linear-gradient(135deg,#7d6ef0,#5f51dd);border:0;border-radius:13px;box-shadow:0 12px 26px #5f51dd45;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.auth-submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 30px #5f51dd57}.auth-submit-button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.auth-message{display:flex;align-items:flex-start;gap:10px;padding:12px 13px;border-radius:11px}.auth-message>span{display:grid;width:21px;height:21px;flex:0 0 auto;place-items:center;font-size:10px;font-weight:850;border-radius:50%}.auth-message p{margin:1px 0 0;font-size:10px;line-height:1.5}.auth-message.error{color:#a73142;background:var(--red-soft);border:1px solid rgba(232,104,118,.18)}.auth-message.error>span{color:#fff;background:var(--red)}.auth-message.success{color:#187250;background:var(--green-soft);border:1px solid rgba(55,183,133,.18)}.auth-message.success>span{color:#fff;background:var(--green)}.auth-switch-message{margin:22px 0 0;font-size:10px;color:var(--text-light);text-align:center}.auth-switch-message button{margin-left:5px;padding:0;font-size:inherit;font-weight:800;color:var(--purple-dark);cursor:pointer;background:transparent;border:0}.auth-privacy-note{max-width:350px;margin:24px auto 0;font-size:8px;line-height:1.55;color:var(--text-light);text-align:center}.auth-loading-screen{display:flex;width:100%;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;color:var(--text);background:radial-gradient(circle at 50% 35%,rgba(113,101,232,.14),transparent 30%),var(--background)}.auth-loading-logo{display:grid;width:68px;height:68px;margin-bottom:17px;place-items:center;font-size:27px;font-weight:850;color:#fff;background:linear-gradient(135deg,#9182ff,#6253df);border-radius:21px;box-shadow:0 17px 38px #5f51dd47;animation:auth-logo-pulse 1.4s ease-in-out infinite}.auth-loading-screen>strong{font-size:20px}.auth-loading-screen>span{margin-top:7px;font-size:10px;color:var(--text-light)}@keyframes auth-logo-pulse{0%,to{transform:scale(1);box-shadow:0 17px 38px #5f51dd40}50%{transform:scale(1.045);box-shadow:0 21px 48px #5f51dd61}}:root[data-theme=dark] .auth-form-card{background:var(--surface);box-shadow:0 30px 80px #00000052}@media(max-width:1000px){.auth-page{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-form-panel{padding:35px 22px}.auth-mobile-brand{display:flex}}@media(max-width:560px){.auth-form-panel{align-items:flex-start;padding:20px 13px}.auth-form-card{padding:25px 20px;border-radius:21px}.auth-heading h2{font-size:26px}}.planner-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;margin-bottom:22px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}.segmented-control{display:flex;gap:4px;padding:4px;background:var(--surface-soft);border-radius:12px}.segmented-control button{padding:9px 14px;border:0;border-radius:9px;background:transparent;cursor:pointer;font-weight:700;color:var(--text-soft)}.segmented-control button.active{background:var(--surface-solid);color:var(--purple);box-shadow:0 5px 14px #2d294f1a}.week-stepper{display:flex;align-items:center;gap:8px}.week-stepper button{width:36px;height:36px;border:1px solid var(--border);background:var(--surface-solid);border-radius:10px;cursor:pointer}.week-stepper select{min-width:120px}.week-timetable-grid{display:grid;grid-template-columns:repeat(7,minmax(150px,1fr));gap:14px;overflow-x:auto;padding-bottom:8px}.timetable-day-column{min-width:150px;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:13px;box-shadow:var(--shadow)}.timetable-day-column>header{display:flex;justify-content:space-between;gap:8px;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid var(--border)}.timetable-day-column>header p{margin:0;font-weight:800}.timetable-day-column>header strong{font-size:22px}.timetable-day-column>header span{font-size:10px;color:var(--text-soft);text-align:right}.timetable-day-events{display:flex;flex-direction:column;gap:10px;padding-top:12px}.free-day-card{padding:18px 8px;text-align:center;color:var(--text-light);border:1px dashed var(--border);border-radius:12px}.premium-timetable-card{--subject-colour:#7165e8;position:relative;width:100%;text-align:left;padding:13px;border:1px solid color-mix(in srgb,var(--subject-colour) 28%,transparent);border-left:4px solid var(--subject-colour);border-radius:13px;background:linear-gradient(145deg,color-mix(in srgb,var(--subject-colour) 8%,var(--surface-solid)),var(--surface-solid));cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;overflow:hidden}.premium-timetable-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 16px 30px color-mix(in srgb,var(--subject-colour) 20%,transparent);border-color:var(--subject-colour)}.premium-timetable-card .class-time{font-size:11px;font-weight:800;color:var(--subject-colour)}.premium-timetable-card strong{display:block;margin:5px 0;font-size:14px}.premium-timetable-card small{color:var(--text-soft)}.class-hover-details{display:grid;gap:4px;max-height:0;opacity:0;margin-top:0;font-size:11px;color:var(--text-soft);transition:max-height .22s ease,opacity .22s ease,margin .22s ease}.premium-timetable-card:hover .class-hover-details{max-height:120px;opacity:1;margin-top:10px}.full-semester-timetable{display:grid;gap:18px}.semester-day-group{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:18px}.semester-day-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.semester-day-heading h3{margin:0}.semester-day-heading span{color:var(--text-soft);font-size:12px}.semester-event-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.detail-list{display:grid;gap:12px}.detail-list span{display:grid;gap:3px;padding:12px;background:var(--surface-soft);border-radius:12px}.detail-list strong{font-size:11px;text-transform:uppercase;color:var(--text-soft)}.week-chip-grid{display:flex;flex-wrap:wrap;gap:7px}.week-chip-grid button{width:36px;height:34px;border:1px solid var(--border);background:var(--surface-soft);border-radius:9px;cursor:pointer}.week-chip-grid button.selected{background:var(--purple);color:#fff;border-color:var(--purple)}.planner-settings-form{grid-template-columns:repeat(2,minmax(0,1fr))}.planner-toggle-row{display:flex!important;flex-direction:row!important;align-items:center;gap:12px;padding:13px;background:var(--surface-soft);border-radius:12px}.planner-toggle-row input{width:18px;height:18px}.planner-toggle-row span{display:grid;gap:2px}.planner-toggle-row small{color:var(--text-soft)}.week-preview-card{display:grid;gap:4px;margin:18px 0;padding:18px;border-radius:15px;background:linear-gradient(135deg,var(--purple-soft),var(--surface-soft))}.week-preview-card strong{font-size:26px}.week-preview-card small{color:var(--text-soft)}.recess-week-list{display:grid;gap:8px}.recess-week-row{display:flex;gap:8px}.recess-week-row input{flex:1}.icon-danger-button{width:36px;height:36px;border:0;border-radius:10px;background:var(--red-soft);color:var(--red);cursor:pointer;font-size:20px}.calendar-filter-toolbar{margin-bottom:18px}.calendar-filters{display:flex;gap:12px;flex-wrap:wrap}.calendar-filters label{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:700}.calendar-quick-add{width:100%;padding:11px;margin-bottom:14px;border:1px dashed var(--purple);border-radius:12px;background:var(--purple-soft);color:var(--purple);cursor:pointer;font-weight:700}.agenda-list{display:grid;gap:10px}.agenda-card{--event-colour:#7165e8;display:grid;grid-template-columns:4px minmax(0,1fr) auto;gap:12px;padding:12px;background:var(--surface-soft);border-radius:12px}.agenda-accent{background:var(--event-colour);border-radius:99px}.agenda-card div{display:grid;gap:3px}.agenda-card small{text-transform:uppercase;color:var(--event-colour);font-weight:800}.agenda-card strong{font-size:14px}.agenda-card p{margin:0;color:var(--text-soft);font-size:12px}.agenda-actions{display:flex!important;align-items:center}.agenda-actions button{border:0;background:transparent;color:var(--text-soft);cursor:pointer}.dashboard-quick-actions{display:flex;gap:10px}.today-agenda,.upcoming-deadline-list{display:grid;gap:10px}.today-item,.deadline-card{display:grid;grid-template-columns:5px 1fr;gap:12px;padding:12px;background:var(--surface-soft);border-radius:12px}.today-item>span,.deadline-card>span{border-radius:99px}.today-item p,.deadline-card p{margin:3px 0 0;color:var(--text-soft);font-size:12px}.deadline-card small{color:var(--text-soft)}.deadline-card strong{display:block}.quick-links-panel{display:grid;gap:8px}.quick-links-panel .section-heading{margin-bottom:4px}.quick-links-panel>button{padding:13px;text-align:left;border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;cursor:pointer;font-weight:700}.batch-upload-zone{display:grid;place-items:center;text-align:center;padding:42px 24px;margin-bottom:22px;border:2px dashed rgba(113,101,232,.35);border-radius:20px;background:linear-gradient(145deg,var(--purple-soft),var(--surface));cursor:pointer;transition:transform .2s ease,border-color .2s ease}.batch-upload-zone:hover,.batch-upload-zone.dragging{transform:translateY(-2px);border-color:var(--purple)}.upload-zone-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:var(--purple);color:#fff;font-size:25px}.batch-upload-zone h3{margin:14px 0 5px}.batch-upload-zone p{margin:0 0 14px;color:var(--text-soft)}.batch-review-panel{padding:18px;margin-bottom:22px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow)}.batch-actions{display:flex;gap:8px}.batch-file-list{display:grid;gap:8px}.batch-file-row{display:grid;grid-template-columns:minmax(220px,1.5fr) 110px 105px 120px minmax(150px,1fr) 36px;gap:8px;align-items:center;padding:9px;background:var(--surface-soft);border-radius:12px}.batch-file-main{display:flex;align-items:center;gap:10px;min-width:0}.batch-file-main div{min-width:0}.batch-file-main strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.batch-file-main small{color:var(--text-soft)}.batch-file-main em{display:block;color:var(--red);font-size:11px}.batch-file-row.complete{opacity:.65}.pdf-badge{display:inline-grid;place-items:center;padding:7px 8px;border-radius:8px;background:var(--red-soft);color:var(--red);font-size:10px;font-weight:900}.resource-library-toolbar{display:grid;grid-template-columns:1fr 150px minmax(180px,1fr);gap:10px;margin-bottom:18px}.modern-resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.modern-resource-card{padding:17px;background:var(--surface);border:1px solid var(--border);border-radius:17px;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease}.modern-resource-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px #332e6321}.resource-card-top{display:flex;justify-content:space-between;align-items:center}.modern-resource-card h3{margin:13px 0 6px}.modern-resource-card p{color:var(--text-soft);font-size:12px}.resource-card-actions{display:flex;gap:6px;margin-top:14px}.resource-card-actions button{flex:1;padding:8px;border:1px solid var(--border);background:var(--surface-soft);border-radius:9px;cursor:pointer}.resource-card-actions button.danger{color:var(--red)}.planner-muted-copy{color:var(--text-soft)}@media(max-width:1100px){.week-timetable-grid{grid-template-columns:repeat(7,210px)}.batch-file-row{grid-template-columns:1fr 100px 100px}.batch-file-row input,.batch-file-row select:nth-of-type(3){grid-column:span 1}}@media(max-width:720px){.planner-toolbar,.dashboard-welcome-header{align-items:stretch;flex-direction:column}.planner-settings-form,.resource-library-toolbar{grid-template-columns:1fr}.batch-file-row{grid-template-columns:1fr 1fr}.batch-file-main,.batch-file-row input{grid-column:1/-1}.week-timetable-grid{grid-template-columns:repeat(7,240px)}.dashboard-quick-actions{width:100%}.dashboard-quick-actions button{flex:1}}.semester-day-heading{margin-bottom:12px}.semester-day-heading h3{font-size:20px}.semester-day-heading>span{display:none}.compact-planner-panel .planner-settings-form{gap:12px}.compact-planner-panel .week-preview-card{margin:14px 0;padding:14px}.compact-planner-panel .week-preview-card strong{font-size:22px}.compact-planner-panel .recess-week-editor{padding-top:14px;border-top:1px solid var(--border)}.compact-appearance-panel{align-self:start}.compact-theme-switch{display:grid;grid-template-columns:1fr 1fr;gap:10px}.compact-theme-switch>button{display:flex;align-items:center;gap:12px;padding:10px;text-align:left;background:transparent;border:1px solid var(--border);border-radius:13px;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.compact-theme-switch>button:hover{transform:translateY(-1px);border-color:#7165e859}.compact-theme-switch>button.selected{background:var(--purple-soft);border-color:var(--purple)}.compact-theme-switch .theme-preview{width:62px;height:44px;flex:0 0 auto}.compact-theme-switch>button>span:last-child{display:grid;gap:2px}.compact-theme-switch small{color:var(--text-soft)}.quick-calendar-note-modal{max-width:520px}.calendar-note-input{width:100%;min-height:170px;padding:16px;resize:vertical;color:var(--text);background:var(--surface-soft);border:1px solid var(--border);border-radius:14px;outline:none;line-height:1.55}.calendar-note-input:focus{border-color:var(--purple);box-shadow:0 0 0 4px #7165e81a}.resource-header-actions{display:flex;gap:9px;align-items:center}.quick-upload-modal{width:min(820px,calc(100vw - 30px));max-width:820px}.quick-upload-dropzone{display:grid;width:100%;place-items:center;gap:6px;padding:30px 20px;margin-bottom:16px;color:var(--text);cursor:pointer;background:linear-gradient(145deg,var(--purple-soft),var(--surface));border:2px dashed rgba(113,101,232,.35);border-radius:17px}.quick-upload-dropzone:hover{border-color:var(--purple)}.quick-upload-dropzone>span{display:grid;width:44px;height:44px;place-items:center;font-size:22px;color:#fff;background:var(--purple);border-radius:13px}.quick-upload-dropzone small{color:var(--text-soft)}.quick-upload-list{display:grid;max-height:360px;gap:8px;overflow:auto}.quick-upload-row{display:grid;grid-template-columns:44px minmax(180px,1fr) 105px 135px 36px;gap:9px;align-items:center;padding:9px;background:var(--surface-soft);border-radius:12px}.quick-upload-row>div{min-width:0}.quick-upload-row strong,.quick-upload-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-upload-row small{color:var(--text-soft)}.quick-upload-row em{display:block;margin-top:3px;font-size:11px;color:var(--red)}.quick-upload-row.uploading{opacity:.75}.quick-upload-row.complete{background:var(--green-soft)}.quick-upload-row.error{background:var(--red-soft)}.pdf-file-badge{display:grid;place-items:center;padding:8px 5px;font-size:10px;font-weight:900;color:var(--red);background:var(--red-soft);border-radius:8px}.planner-dashboard .dashboard-secondary-column{align-self:start}@media(max-width:720px){.compact-theme-switch{grid-template-columns:1fr}.resource-header-actions{width:100%;flex-direction:column}.resource-header-actions button{width:100%}.quick-upload-row{grid-template-columns:40px 1fr 34px}.quick-upload-row select{grid-column:span 1}.quick-upload-row>div{grid-column:2}.quick-upload-row select:first-of-type{grid-column:1/3}.quick-upload-row select:nth-of-type(2){grid-column:1/3}}.calendar-day.calendar-day-with-items{min-height:118px;justify-content:flex-start;gap:7px;overflow:hidden}.calendar-day-items{display:flex;width:100%;min-width:0;flex-direction:column;gap:4px}.calendar-day-item{--calendar-item-colour: var(--purple);display:flex;min-width:0;align-items:center;gap:5px;width:100%;padding:4px 6px;font-size:9px;font-weight:700;line-height:1.2;color:var(--text-soft);background:color-mix(in srgb,var(--calendar-item-colour) 10%,var(--surface-solid));border:1px solid color-mix(in srgb,var(--calendar-item-colour) 22%,transparent);border-radius:7px}.calendar-day-item-dot{width:6px;height:6px;flex:0 0 auto;background:var(--calendar-item-colour);border-radius:50%}.calendar-day-item-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-day-items small{padding-left:4px;margin-top:1px;font-size:9px;font-weight:700;color:var(--purple)}.agenda-card{align-items:center;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.agenda-card:hover{background:var(--surface-solid);box-shadow:0 10px 24px #332e6314;transform:translateY(-1px)}.agenda-card-content{min-width:0}.agenda-actions{display:flex!important;align-items:center;gap:5px;opacity:.65;transition:opacity .15s ease}.agenda-card:hover .agenda-actions{opacity:1}.agenda-actions button{padding:7px 9px;font-size:11px;font-weight:700;border-radius:8px}.agenda-actions button:hover{color:var(--purple);background:var(--purple-soft)}.agenda-actions button.danger:hover{color:var(--red);background:var(--red-soft)}.calendar-note-modal-actions{align-items:center}.calendar-note-action-spacer{flex:1}.calendar-note-delete-button{padding:10px 13px}.theme-option-grid{margin-top:4px}.theme-option{min-height:126px}.theme-option.selected{background:linear-gradient(145deg,var(--surface-solid),var(--purple-soft))}@media(max-width:900px){.calendar-day.calendar-day-with-items{min-height:96px;padding:8px}.calendar-day-item{padding:3px 4px;font-size:8px}}@media(max-width:720px){.calendar-day.calendar-day-with-items{min-height:76px}.calendar-day-item{display:none}.calendar-day-items{flex-direction:row;flex-wrap:wrap}.calendar-day-items:before{display:block}.calendar-day-items small{padding-left:0}.agenda-actions{opacity:1}.calendar-note-modal-actions{flex-wrap:wrap}.calendar-note-action-spacer{display:none}.calendar-note-delete-button{width:100%;margin-right:0}}.pdf-native-frame{display:block;width:100%;height:100%;min-height:760px;background:#fff;border:0}.pdf-native-open-button{padding:8px 12px;font-size:11px;font-weight:700;color:#fff;text-decoration:none;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:9px}.pdf-native-open-button:hover{background:#ffffff2e}
