@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary:#677ce4;--primary-glow:#8c9df2;--accent:#c47de8;--bg-1:#0e101b;--bg-2:#171726;--bg-3:#222131;--surface:#ffffff0a;--surface-hover:#ffffff14;--border:#ffffff17;--border-accent:#8b78ff59;--text-1:#f3f4f7;--text-2:#a9afbc;--text-3:#6e7687;--success:#47d181;--warning:#fab742;--error:#e55d5d;--info:#47b4eb;--grade-excellent:#42d780;--grade-good:#49addf;--grade-ok:#f5b13d;--grade-poor:#e05c5c;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--shadow-sm:0 2px 8px #00000040;--shadow-md:0 4px 20px #00000059;--shadow-lg:0 8px 40px #00000073;--shadow-glow:0 0 30px #6478ff26}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:radial-gradient(ellipse at 30% 0%, #1f1532 0%, var(--bg-1) 60%);color:var(--text-1);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.app-shell{flex-direction:column;min-height:100dvh;display:flex}.main-content{flex:1;width:100%;max-width:700px;margin:0 auto;padding:1.5rem 1rem 6rem}.topbar{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#0c0c14bf;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex;position:sticky;top:0}.topbar-title{color:var(--text-1);font-size:1rem;font-weight:600}.child-badge{background:var(--surface);border:1px solid var(--border-accent);cursor:pointer;border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.child-badge:hover{background:var(--surface-hover)}.child-avatar{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.7rem;font-weight:700;display:flex}.bottom-nav{z-index:100;padding:.75rem .5rem calc(.75rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);background:#0a0a12d9;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-item{border-radius:var(--radius-sm);cursor:pointer;color:var(--text-3);background:0 0;border:none;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem 1rem;font-size:.7rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item.active{color:var(--primary-glow)}.nav-item:hover{color:var(--text-2)}.nav-item svg{stroke-width:1.75px;width:22px;height:22px}.glass-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md), var(--shadow-glow);padding:1.5rem;animation:.4s cubic-bezier(.16,1,.3,1) both fadeUp}.glass-card+.glass-card{margin-top:1rem}.section-title{letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin-bottom:1rem;font-size:.7rem;font-weight:700}.login-wrap{justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex}.login-card{border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:420px;box-shadow:var(--shadow-lg), 0 0 60px #5a64f014;background:#ffffff0a;padding:2.5rem 2rem;animation:.5s cubic-bezier(.16,1,.3,1) fadeUp}.login-logo{text-align:center;margin-bottom:2rem}.login-logo h1{background:linear-gradient(135deg, var(--primary-glow), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}.login-logo p{color:var(--text-3);margin-top:.4rem;font-size:.9rem}.input-group{margin-bottom:1.25rem}.input-label{color:var(--text-2);letter-spacing:.03em;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.input-field{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-1);background:#0000004d;outline:none;padding:.875rem 1rem;font-family:inherit;font-size:.95rem;transition:all .25s}.input-field::placeholder{color:var(--text-3)}.input-field:focus{border-color:var(--primary);background:#0006;box-shadow:0 0 0 3px #6478ff1f}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.875rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .25s;display:flex;box-shadow:0 4px 16px #6478ff4d}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 24px #6478ff66}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-ghost{background:var(--surface);width:100%;color:var(--text-2);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;padding:.75rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s}.btn-ghost:hover{background:var(--surface-hover);color:var(--text-1)}.error-banner{border-radius:var(--radius-sm);color:var(--error);text-align:center;background:#dc50501a;border:1px solid #dc505040;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem}.child-list{flex-direction:column;gap:.75rem;display:flex}.child-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;color:inherit;align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;transition:all .25s;display:flex}.child-card:hover{background:var(--surface-hover);border-color:var(--border-accent);transform:translate(3px)}.child-info .child-name{color:var(--text-1);font-size:1.05rem;font-weight:600}.child-info .child-meta{color:var(--text-3);margin-top:.2rem;font-size:.8rem}.child-avatar-lg{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;font-weight:700;display:flex}.dashboard-header{margin-bottom:1.5rem}.dashboard-date{color:var(--text-3);margin-bottom:.25rem;font-size:.8rem;font-weight:500}.dashboard-greeting{font-size:1.6rem;font-weight:700}.lesson-row{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.lesson-row:last-child{border-bottom:none;padding-bottom:0}.lesson-row:first-child{padding-top:0}.lesson-index{width:28px;height:28px;color:var(--primary-glow);background:#6478ff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.lesson-time-col{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:.1rem;min-width:46px;display:flex}.lesson-time-start{color:var(--primary-glow);font-size:.8rem;font-weight:700;line-height:1}.lesson-time-end{color:var(--text-3);font-size:.7rem;line-height:1}.lesson-note{color:var(--warning);margin-top:.2rem;font-size:.75rem;font-style:italic}.lesson-row--canceled{opacity:.55}.lesson-subject{flex:1;font-size:.9rem;font-weight:600}.lesson-meta{color:var(--text-3);margin-top:.15rem;font-size:.75rem}.lesson-status{border-radius:999px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.lesson-status.sub{color:var(--warning);background:#ffa5001f}.lesson-status.cancelled{color:var(--error);background:#dc50501f;text-decoration:line-through}.grade-pill{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.85rem 0;display:flex}.grade-pill:last-child{border-bottom:none;padding-bottom:0}.grade-pill:first-child{padding-top:0}.grade-value{text-align:center;min-width:2.25rem;font-size:1.4rem;font-weight:800}.grade-value.g5,.grade-value.g6{color:var(--grade-excellent)}.grade-value.g4{color:var(--grade-good)}.grade-value.g3{color:var(--grade-ok)}.grade-value.g1,.grade-value.g2{color:var(--grade-poor)}.grade-subject{flex:1;font-size:.875rem;font-weight:600}.grade-date{color:var(--text-3);font-size:.75rem}.subject-block{margin-bottom:1rem}.subject-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.subject-name{font-size:.95rem;font-weight:700}.subject-avg{color:var(--primary-glow);background:#6478ff1f;border-radius:999px;padding:.2rem .7rem;font-size:.85rem;font-weight:700}.grades-chips{flex-wrap:wrap;gap:.4rem;display:flex}.grade-chip{border-radius:var(--radius-sm);border:1px solid;padding:.3rem .7rem;font-size:.85rem;font-weight:700}.grade-chip.g5,.grade-chip.g6{color:var(--grade-excellent);background:#32c86414;border-color:#32c8644d}.grade-chip.g4{color:var(--grade-good);background:#3ca0f014;border-color:#3ca0f04d}.grade-chip.g3{color:var(--grade-ok);background:#faa02814;border-color:#faa0284d}.grade-chip.g1,.grade-chip.g2{color:var(--grade-poor);background:#dc505014;border-color:#dc50504d}.week-tabs{-ms-overflow-style:none;scrollbar-width:none;gap:.4rem;margin-bottom:1rem;padding-bottom:2px;display:flex;overflow-x:auto}.week-tabs::-webkit-scrollbar{display:none}.day-tab{border-radius:var(--radius-sm);cursor:pointer;color:var(--text-3);background:0 0;border:1px solid #0000;flex-direction:column;flex-shrink:0;align-items:center;min-width:48px;padding:.5rem .9rem;font-family:inherit;transition:all .2s;display:flex}.day-tab.active{border-color:var(--border-accent);color:var(--primary-glow);background:#6478ff1f}.day-tab:hover:not(.active){background:var(--surface-hover);color:var(--text-2)}.day-tab .day-name{text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:700}.day-tab .day-num{margin-top:.15rem;font-size:1rem;font-weight:700}.spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:20px;height:20px;animation:.8s ease-in-out infinite spin;display:inline-block}.spinner.lg{border-width:3px;width:36px;height:36px}.loading-center{color:var(--text-3);flex-direction:column;align-items:center;gap:1rem;padding:3rem 0;display:flex}.empty-state{text-align:center;color:var(--text-3);padding:2.5rem 1rem}.empty-state p{font-size:.875rem}.sync-badge{color:var(--text-3);text-align:right;margin-top:.5rem;font-size:.7rem}.chevron{color:var(--text-3);flex-shrink:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.9s linear infinite spin}.badge-status{white-space:nowrap;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-status--success{color:#10b981;background:#10b98126;border:1px solid #10b9814d}.badge-status--warning{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b4d}.badge-status--error{color:#ef4444;background:#ef444426;border:1px solid #ef44444d}.badge-status--info{color:#818cf8;background:#6366f126;border:1px solid #6366f14d}.filter-chip{color:var(--text-2);cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;padding:.4rem .85rem;font-size:.8rem;font-weight:500;transition:all .2s}.filter-chip:hover{color:var(--text-1);background:#ffffff1a}.filter-chip.active{background:var(--primary-glow);color:#0d0f1d;border-color:var(--primary-glow);font-weight:600;box-shadow:0 0 16px #8b78ff4d}
