:root{--font-ui: "Sora", "Avenir Next", "Trebuchet MS", sans-serif;--text-main: #fff8ff;--text-muted: #ecdfff;--surface-border: #ffffff3a;--surface-bg: linear-gradient(145deg, #ffffff2f 0%, #ffffff11 100%);--surface-shadow: 0 14px 32px #0c062f7a;--surface-shadow-strong: 0 20px 38px #09031f99;--accent-cyan: #20d3ff;--accent-sky: #6892ff;--accent-pink: #ff4f9e;--accent-danger-a: #ff7ca0;--accent-danger-b: #f34a69;--ring-focus: #72deff;--radius-card: 1.25rem;--radius-pill: 999px;--radius-button: .9rem}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font-ui);color:var(--text-main);background:radial-gradient(circle at 14% 18%,#31c8ff45 0%,transparent 34%),radial-gradient(circle at 88% 16%,#ff629f40 0%,transparent 32%),radial-gradient(circle at 74% 82%,#58a7ff2c 0%,transparent 40%),linear-gradient(148deg,#110924,#22113f 52%,#120b2b)}#root{min-height:100vh}.app-shell{position:relative;min-height:100vh;padding:1.25rem;overflow:hidden}.background-orb{position:absolute;border-radius:999px;pointer-events:none;filter:blur(2px);animation:float-orb 8s ease-in-out infinite}.orb-one{width:16rem;height:16rem;top:-4rem;right:-3rem;background:radial-gradient(circle,#ff79b9 0%,#fb5f6a33 70%,transparent 100%)}.orb-two{width:18rem;height:18rem;left:-6rem;bottom:-7rem;animation-delay:.5s;background:radial-gradient(circle,#4fc8ff 0%,#6f8fff30 68%,transparent 100%)}.glass-card{position:relative;z-index:1;border:1px solid var(--surface-border);border-radius:var(--radius-card);background:var(--surface-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--surface-shadow)}.lift-tilt{transform-origin:center;transition:transform .22s ease,box-shadow .22s ease}.lift-tilt:hover{transform:translateY(-2px) rotateX(.8deg) rotateY(-.8deg);box-shadow:var(--surface-shadow-strong)}.top-bar{padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;color:#ddceff}.top-bar h2{margin:.25rem 0 0;font-size:1.45rem}.top-bar nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.nav-chip{text-decoration:none;color:var(--text-main);font-weight:700;border:1px solid #ffffff30;border-radius:var(--radius-pill);padding:.35rem .8rem;background:#ffffff14;transition:transform .2s ease,background-color .2s ease}.nav-chip:hover{transform:translateY(-1px);background:#ffffff2a}.nav-chip.active{background:linear-gradient(120deg,var(--accent-cyan) 0%,var(--accent-pink) 100%);border-color:transparent}.content-grid{position:relative;z-index:1;margin-top:1rem}.content-grid .glass-card{padding:1.5rem;max-width:48rem}.content-grid h1{margin:0;font-size:clamp(1.5rem,2vw + 1rem,2rem)}.content-grid p{margin:.65rem 0 0;color:var(--text-muted);line-height:1.5}.dashboard-grid{display:grid;gap:1rem;grid-template-columns:repeat(12,minmax(0,1fr))}.metric-card,.dashboard-panel{padding:1.2rem}.metric-card{grid-column:span 6}.dashboard-panel{grid-column:span 12}.metric-label{margin:0;text-transform:uppercase;letter-spacing:.1em;font-size:.73rem;color:#f7e7ffcc}.metric-value{margin:.4rem 0 0;font-size:clamp(1.7rem,4vw,2.3rem);font-weight:800}.metric-footnote{margin:.45rem 0 0;color:#f2e8ffcf;font-size:.88rem}.panel-header-row{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.pill{border:1px solid #ffffff44;border-radius:var(--radius-pill);padding:.22rem .72rem;font-size:.78rem;background:linear-gradient(125deg,#ffffff25,#ffffff12);box-shadow:inset 0 1px #ffffff2e}.balance-list{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.75rem}.balance-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:1px solid #ffffff2f;border-radius:.95rem;padding:.75rem .8rem;background:#ffffff12}.balance-name{margin:0;font-weight:700}.balance-meta{margin:.2rem 0 0;font-size:.84rem;color:#e4d7ff}.balance-pill{border:1px solid #ffffff33;border-radius:var(--radius-pill);padding:.26rem .64rem;font-size:.76rem;background:#ff93cf26;white-space:nowrap}.quick-actions{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.7rem}.jewel-button{text-decoration:none;color:#fff7ff;font-weight:700;border:0;cursor:pointer;font:inherit;border-radius:var(--radius-button);padding:.6rem .9rem;background:linear-gradient(125deg,var(--accent-cyan) 0%,var(--accent-sky) 48%,var(--accent-pink) 100%);box-shadow:0 10px 20px #13072f70;transition:transform .2s ease,box-shadow .2s ease}.jewel-button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #13072f85}.button-reset:disabled,.jewel-button:disabled{cursor:not-allowed;opacity:.7}.danger-button{background:linear-gradient(125deg,var(--accent-danger-a) 0%,#ff638f 45%,var(--accent-danger-b) 100%)}.children-form{margin-top:.85rem;display:grid;gap:.75rem;max-width:22rem}.children-form label,.auth-form label{display:grid;gap:.3rem;font-weight:600}.children-form input[type=text],.children-form input[type=number],.children-form input[type=email],.children-form input[type=password],.auth-form input[type=email],.auth-form input[type=password],.children-form input[type=date]{border:1px solid #ffffff44;border-radius:.75rem;padding:.6rem .7rem;font:inherit;color:var(--text-main);background:#ffffff14}.children-form input[type=text]::placeholder{color:#f3e5ffb0}.children-form input[type=text]:focus-visible,.children-form input[type=number]:focus-visible,.children-form input[type=email]:focus-visible,.children-form input[type=password]:focus-visible,.auth-form input[type=email]:focus-visible,.auth-form input[type=password]:focus-visible,.children-form input[type=date]:focus-visible,.children-form input[type=checkbox]:focus-visible,.children-form select:focus-visible,.jewel-button:focus-visible,.nav-chip:focus-visible{outline:2px solid var(--ring-focus);outline-offset:2px}.auth-form{margin-top:.85rem;display:grid;gap:.75rem;max-width:22rem}.checkbox-row{display:inline-flex!important;align-items:center;gap:.5rem}.today-controls{grid-template-columns:minmax(12rem,16rem) auto;align-items:end}.submission-list{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:1rem}.submission-item{border:1px solid #ffffff2f;border-radius:.95rem;padding:.95rem;background:#ffffff12}.item-actions{display:inline-flex;align-items:center;gap:.45rem}.item-status{border:1px solid #ffffff36;border-radius:var(--radius-pill);padding:.2rem .55rem;font-size:.73rem;min-width:5.2rem;text-align:center}.item-status.approved{border-color:#64ffa370;background:#65ff981f}.item-status.rejected{border-color:#ff7aa880;background:#ff557929}.task-checkbox{width:100%;justify-content:flex-start}.task-checkbox span{display:grid}.stacked-control-list{display:grid;gap:.5rem}.muted-inline{display:inline-flex;width:fit-content;margin-left:.45rem;border:1px solid #ffffff33;border-radius:var(--radius-pill);padding:.08rem .45rem;color:#f2e8ffcf;font-size:.72rem;font-weight:700}.rotation-order-list{display:grid;gap:.5rem;margin:.6rem 0 0;padding-left:1.25rem}.rotation-order-list li{display:flex;justify-content:space-between;align-items:center;gap:.7rem}.parent-child-chore-card{grid-column:span 6;padding:1rem}.chore-button-list{display:grid;gap:.65rem;margin-top:.85rem}.chore-submit-button{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.25rem .75rem;text-align:left}.chore-submit-button small{grid-column:1 / -1;color:#f2e8ffcf}.chore-management-form{max-width:none;grid-template-columns:repeat(2,minmax(0,1fr))}.chore-management-form .plain-fieldset,.chore-management-form .quick-actions,.chore-management-form .inline-toast{grid-column:1 / -1}.inline-field-row{display:grid;grid-template-columns:minmax(5rem,1fr) minmax(8rem,1fr);gap:.6rem}.plain-fieldset{border:1px solid #ffffff2f;border-radius:.75rem;padding:.8rem}.plain-fieldset legend{padding:0 .35rem;color:var(--text-muted);font-weight:700}.inline-toast{margin-top:.85rem;border:1px solid #ffffff3a;border-radius:.75rem;padding:.55rem .7rem;background:#ffffff14}.inline-toast-error{border-color:#ff95b278;background:#ff5b832b}.inline-toast-success{border-color:#86fbc18c;background:#4cd98d24}.inline-toast-info{border-color:#9ad7ff78;background:#46b8ff24}.modal-dialog{border:1px solid var(--surface-border);border-radius:1rem;background:linear-gradient(145deg,#231145f0,#1b1038f0);box-shadow:var(--surface-shadow-strong)}@keyframes float-orb{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media(max-width:768px){.app-shell{padding:1rem}.top-bar{flex-direction:column;align-items:flex-start}.top-bar nav{justify-content:flex-start}.metric-card,.dashboard-panel{grid-column:span 12}.balance-item{flex-direction:column;align-items:flex-start}.parent-child-chore-card{grid-column:span 12}.chore-management-form,.inline-field-row,.today-controls{grid-template-columns:1fr}.item-actions{flex-wrap:wrap}}.dashboard-section-header{grid-column:span 12;padding:.25rem .2rem 0}.dashboard-section-header h2{margin:.2rem 0 0;font-size:clamp(1.25rem,1vw + 1rem,1.65rem)}.dashboard-section-header p:last-child{max-width:52rem}.homeschool-form-card{grid-column:span 6}.homeschool-record-card{grid-column:span 4}.homeschool-form-card .children-form,.homeschool-record-card .children-form{max-width:none}@media(max-width:768px){.homeschool-form-card,.homeschool-record-card{grid-column:span 12}}.dashboard-grid>.glass-card{max-width:none}.children-form .text-input{border:1px solid #ffffff44;border-radius:.75rem;padding:.6rem .7rem;font:inherit;color:var(--text-main);background:#ffffff14;min-width:0}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.4rem}.calendar-weekday{text-align:center}.calendar-day{min-height:5.25rem;padding:.5rem;display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.calendar-day.muted{opacity:.35}@media(max-width:520px){.app-shell{padding:.65rem}.top-bar{padding:.75rem;gap:.75rem}.top-bar nav{gap:.4rem}.nav-chip{padding:.42rem .62rem;font-size:.82rem}.eyebrow{letter-spacing:.08em;overflow-wrap:anywhere}.content-grid{margin-top:.75rem}.content-grid .glass-card,.metric-card,.dashboard-panel{padding:1rem}.dashboard-grid{gap:.75rem}.panel-header-row{align-items:flex-start;flex-direction:column}.children-form,.auth-form{max-width:none}.quick-actions{gap:.5rem}.jewel-button{padding:.55rem .7rem;font-size:.9rem}.calendar-grid{gap:.25rem;margin-inline:-.15rem}.calendar-day{min-height:3.75rem;padding:.35rem;font-size:.8rem}.calendar-day .balance-pill{max-width:100%;overflow:hidden;padding:.18rem .35rem;text-overflow:ellipsis}}.calendar-subject-labels{display:flex;flex-wrap:wrap;gap:.2rem;align-items:center}.calendar-subject-initial{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;border:2px solid #ffffff44;border-radius:999px;background:#0004;font-size:.75rem;font-weight:800}.subject-attendance-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.65rem;margin-top:1rem}.subject-attendance-card{display:flex;gap:.65rem;align-items:center;padding:.75rem;border:1px solid #ffffff24;border-radius:var(--radius-lg);background:#ffffff10}.subject-attendance-color{width:.85rem;align-self:stretch;min-height:2.4rem;border-radius:999px;box-shadow:0 0 16px #fff2}@media(max-width:520px){.calendar-subject-initial{min-width:1.05rem;height:1.05rem;font-size:.65rem}}
