:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#111;background-color:#f7f7f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,#fffbe6 0,#f7f7f7 45%,#fff);color:#111}a{color:inherit;text-decoration:none}button{font-family:inherit}#root{min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#fff,#fffbe6 40%,#f7f7f7)}@supports (min-height: 100dvh){.app-shell{min-height:100dvh}}.app-header{height:64px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eeeeee;background-color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.app-logo{display:flex;align-items:center;gap:8px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.app-logo-mark{width:28px;height:28px;border-radius:12px;border:2px solid #111111;background:linear-gradient(145deg,#ffd400,#ffeb80);display:flex;align-items:center;justify-content:center;font-size:16px}.app-logo-text-main{font-size:18px}.app-logo-text-sub{font-size:11px;text-transform:uppercase;color:#777}.app-main{flex:1;display:flex;align-items:center;justify-content:center;padding:32px 16px}.auth-layout{display:flex;width:100%;max-width:600px;min-height:auto;border-radius:24px;background-color:#fff;box-shadow:0 24px 60px #0000000f,0 0 0 1px #00000008;overflow:hidden}.auth-layout:has(.admin-main){max-width:1400px}.auth-layout:has(.week-grid):not(:has(.admin-main)){max-width:1400px}@media(min-width:1600px){.auth-layout:has(.admin-main){max-width:1600px}.auth-layout:has(.week-grid):not(:has(.admin-main)){max-width:1600px}}@media(min-width:1920px){.auth-layout:has(.admin-main){max-width:1800px}.auth-layout:has(.week-grid):not(:has(.admin-main)){max-width:1800px}}@media(min-width:2560px){.auth-layout:has(.admin-main){max-width:2200px}.auth-layout:has(.week-grid):not(:has(.admin-main)){max-width:2200px}}.auth-hero{flex:1.2;padding:32px;background:radial-gradient(circle at 25% 50%,#fff5bf 0,#ffd400 40%,#111);color:#111;position:relative;display:flex;flex-direction:column;justify-content:space-between}.auth-hero-top-label{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:999px;background-color:#ffffffdb;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#555}.auth-hero-title{margin-top:16px;max-width:100%}.auth-hero-title h1{margin:0 0 10px;font-size:28px;line-height:1.2}.auth-hero-title p{margin:0;font-size:14px;line-height:1.6;color:#111c}.auth-hero-stat{margin-top:32px;padding:10px 14px;border-radius:16px;background-color:#ffffffe0;display:inline-flex;align-items:center;gap:10px;font-size:12px;color:#555}.auth-hero-stat-pill{padding:4px 8px;border-radius:999px;background-color:#111;color:#ffd400;font-weight:600;font-size:11px}.auth-hero-badge{position:absolute;right:24px;bottom:24px;padding:10px 14px;border-radius:16px;background-color:#000000d1;color:#f5f5f5;font-size:11px;display:flex;flex-direction:column;gap:4px}.auth-hero-badge-label{text-transform:uppercase;letter-spacing:.08em}.auth-hero-badge-value{font-size:14px;font-weight:600;color:#ffd400}.auth-card{flex:1;padding:32px;display:flex;flex-direction:column}@media(min-width:1400px){.auth-layout:has(.admin-main) .auth-card{padding:40px}.auth-layout:has(.week-grid):not(:has(.admin-main)) .auth-card{padding:40px}}@media(min-width:1920px){.auth-layout:has(.admin-main) .auth-card{padding:48px}.auth-layout:has(.week-grid):not(:has(.admin-main)) .auth-card{padding:48px}}.auth-card-header{margin-bottom:12px}.auth-card-title{margin:0 0 8px;font-size:22px;font-weight:600}.auth-card-subtitle{margin:0;font-size:13px;color:#777}.auth-tabs{display:inline-flex;gap:4px;padding:4px;border-radius:999px;background-color:#f5f5f5;margin-bottom:24px}.auth-tab{padding:6px 14px;border-radius:999px;border:none;background:transparent;font-size:12px;font-weight:500;color:#555;cursor:pointer}.auth-tab--active{background-color:#111;color:#ffd400}.auth-form{display:flex;flex-direction:column;gap:14px}.admin-layout{display:flex;flex-direction:column;gap:16px;height:100%}.admin-main{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:flex-start}@media(min-width:1400px){.auth-layout:has(.admin-main) .admin-main{gap:24px}}@media(min-width:1920px){.auth-layout:has(.admin-main) .admin-main{gap:32px}}.admin-list{border-radius:20px;border:1px solid #f0f0f0;padding:14px 14px 10px;background-color:#fafafa}@media(min-width:1400px){.auth-layout:has(.admin-main) .admin-list{padding:18px 18px 14px}}@media(min-width:1920px){.auth-layout:has(.admin-main) .admin-list{padding:22px 22px 18px}}.admin-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.admin-list-title{font-size:15px;font-weight:600}.admin-list-subtitle{font-size:12px;color:#888}.admin-list-body{max-height:320px;overflow:auto;padding-right:4px;margin-top:4px}.admin-list-empty{font-size:13px;color:#777;padding:8px 4px 4px}.admin-list-items{display:flex;flex-direction:column;gap:8px}.admin-item{border-radius:14px;background-color:#fff;border:1px solid #eeeeee;padding:12px 14px;display:flex;justify-content:flex-start;align-items:center;gap:12px;cursor:pointer;text-align:left;transition:background-color .12s ease,border-color .12s ease,transform .08s ease}.admin-item:hover{background-color:#fffdf2;border-color:#ffd400;transform:translateY(-1px)}.admin-item-main{display:flex;flex-direction:column;gap:4px;flex:1;text-align:left}.admin-item-name{font-size:14px;font-weight:600;line-height:1.3}.admin-item-meta{font-size:12px;color:#777;line-height:1.4}.badge-muted{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background-color:#f5f5f5;font-size:10px;color:#777}.admin-sidebar{border-radius:20px;border:1px solid #f0f0f0;padding:14px 14px 10px;background-color:#fff;min-height:260px}@media(min-width:1400px){.auth-layout:has(.admin-main) .admin-sidebar{padding:18px 18px 14px}}@media(min-width:1920px){.auth-layout:has(.admin-main) .admin-sidebar{padding:22px 22px 18px}}.admin-sidebar--student{min-height:auto}.admin-sidebar-title{font-size:14px;font-weight:600;margin-bottom:4px}.admin-sidebar-subtitle{font-size:11px;color:#888;margin-bottom:10px}.slots-list{margin-top:10px;max-height:140px;overflow:auto;padding-right:4px}.slot-item{font-size:11px;color:#555;padding:4px 0;border-bottom:1px dotted #eeeeee}.week-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-top:16px}.week-column{background-color:#fafafa;border-radius:14px;border:1px solid #f0f0f0;display:flex;flex-direction:column;min-height:140px}.week-column--blocked{background-color:#fffbe6;border-color:#ffd36b}.week-day-header{padding:6px 8px;border-bottom:1px solid #ececec;font-size:11px;font-weight:600}.week-day-body{padding:6px 6px 4px;display:flex;flex-direction:column;gap:4px;font-size:11px}.week-day-empty{font-size:11px;color:#aaa}.slot-pill{border-radius:10px;padding:6px 8px;font-size:11px;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:0;height:76px;box-sizing:border-box;overflow:hidden}.slot-pill-main{display:flex;flex-direction:column;gap:2px;min-width:0}.slot-pill-time{font-weight:600;line-height:1.1}.slot-pill-student{color:#444;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slot-pill--booked .slot-pill-student{color:#7a1111e6;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:initial}.slot-pill-actions{display:flex;gap:4px;align-items:center;min-height:22px}.slot-pill-actions button{border:none;border-radius:999px;padding:2px 6px;font-size:10px;cursor:pointer;background-color:#fff;border:1px solid #dddddd;height:22px;line-height:18px}.slot-pill--booked .slot-pill-actions button{background-color:#fff;border-color:#ff9a9a;color:#7a1111;font-weight:600}.slot-pill--available{background-color:#e9fcef;border:1px solid #b7e4c7;color:#0f5132}.slot-pill--booked{background-color:#ffe5e5;border:1px solid #ff9a9a;color:#7a1111}.slot-pill--mine{background-color:#fff1e6;border:2px solid #ff8a00;color:#8a4b00}.slot-pill--mine .slot-pill-student{color:#8a4b00f2}.slot-pill--mine .slot-pill-actions button{background-color:#0000000a;border-color:#ff8a0080;color:#8a4b00f2}.slot-pill--mine .slot-pill-actions button:disabled{opacity:.55}.slot-pill--cancelled{background-color:#fff4d6;border:1px solid #ffd36b;color:#111}.slot-pill--no-show{background-color:#f3e0d3;border:1px solid #7a3e1d;color:#4b2a16}.collapsible{border:1px solid #eeeeee;border-radius:12px;background:#fff;overflow:hidden}.collapsible-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:none;border-radius:0;background:transparent;cursor:pointer;text-align:left}.collapsible--open .collapsible-header{border-bottom:1px solid #eeeeee}.collapsible-body{padding:10px 12px 12px}.collapsible-title{font-weight:700;font-size:13px;color:#111}.collapsible-count{font-weight:700;color:#8b6508}.collapsible-chevron{font-size:12px;color:#666}.my-lessons-list{margin:10px 0 0;padding-left:18px}.my-lessons-item{margin:8px 0}.my-lessons-time{font-weight:700;font-size:12px;color:#111}.welcome-line{font-size:13px;font-weight:600;color:#111;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.info-banner{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.info-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid #ffd36b;background:#fff4d6;color:#111;font-size:12px;font-weight:700}.modal-backdrop{position:fixed;inset:0;background-color:#0000004d;display:flex;align-items:center;justify-content:center;z-index:50}.modal-card{width:100%;max-width:520px;border-radius:24px;background-color:#fff;box-shadow:0 20px 50px #00000040,0 0 0 1px #0000000a;padding:20px 22px 18px}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.modal-title{font-size:18px;font-weight:600}.modal-subtitle{font-size:12px;color:#777;margin-bottom:12px}.modal-close{border:none;background:none;font-size:16px;cursor:pointer;color:#777}.pagination{display:flex;justify-content:flex-end;align-items:center;gap:6px;margin-top:6px;font-size:11px;color:#777}.pagination button{font-size:11px;padding:4px 8px;border-radius:999px;border:1px solid #dddddd;background-color:#fff;cursor:pointer}.pagination button:disabled{opacity:.4;cursor:default}.field-label{font-size:12px;font-weight:500;margin-bottom:4px}.field-label span{color:#c0392b}.field-input{width:100%;border-radius:999px;border:1px solid #dddddd;padding:10px 14px;font-size:14px;outline:none;background-color:#fafafa;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.field-input:focus{border-color:#111;background-color:#fff;box-shadow:0 0 0 1px #ffd400}.field-input::placeholder{color:#bbb}.field-row{display:flex;gap:10px}.field-error{font-size:11px;color:#c0392b;margin-top:2px}.password-hint{font-size:11px;color:#999}.auth-actions{margin-top:16px;display:flex;flex-direction:column;gap:10px}.btn-primary{border-radius:999px;border:none;padding:10px 18px;font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;background-color:#111;color:#ffd400;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 12px 30px #0000002e;transition:transform .08s ease,box-shadow .08s ease,background-color .1s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 40px #00000038;background-color:#000}.btn-primary:active{transform:translateY(0);box-shadow:0 8px 18px #0000002e}.btn-primary:disabled{opacity:.6;cursor:default;transform:none;box-shadow:none}.btn-secondary-link{border:none;background:none;font-size:12px;color:#777;cursor:pointer;align-self:flex-start;padding:0}.status-message{margin-top:10px;font-size:12px;color:#555}.status-message--error{color:#c0392b}.pill-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.pill-item{padding:4px 10px;border-radius:999px;background-color:#f5f5f5;font-size:11px;color:#666}.template-list{margin-top:8px;display:flex;flex-direction:column;gap:8px}.template-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;background-color:#fff;border:1px solid #eeeeee}.template-time{font-size:12px;font-weight:700;color:#111}.template-delete{border:1px solid #ffd36b;background-color:#fff4d6;color:#111;border-radius:999px;padding:6px 10px;font-size:11px;cursor:pointer}.template-delete:disabled{opacity:.6;cursor:default}@media(max-width:900px){.auth-layout{max-width:960px;min-height:auto}.admin-main~.auth-hero,.admin-main+.auth-hero{display:none}.admin-main{grid-template-columns:minmax(0,1fr)}}@media(max-width:640px){.app-header{padding:0 16px}.auth-card{padding:24px 20px}}@media(max-width:430px){.app-main>.auth-layout{max-width:100%;min-height:auto;border-radius:0;margin:0}.app-main{padding:16px 12px;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.app-main>.auth-layout .auth-hero{padding:24px 20px;min-height:auto}.app-main>.auth-layout .auth-hero-title{max-width:100%;margin-top:16px}.app-main>.auth-layout .auth-hero-title h1{font-size:24px;line-height:1.2}.app-main>.auth-layout .auth-hero-title p{font-size:13px;margin-top:8px}.app-main>.auth-layout .pill-list{flex-direction:column;gap:10px;margin-top:20px}.app-main>.auth-layout .pill-list .btn-primary{width:100%;padding:14px 18px;font-size:15px;justify-content:center}.app-main>.auth-layout .auth-hero-badge{position:static;margin-top:24px;align-self:flex-start}}@media(max-width:430px){.app-main:has(.auth-layout:has(.auth-card)){padding:16px 12px;padding-bottom:calc(24px + env(safe-area-inset-bottom));align-items:flex-start}.app-main .auth-layout:has(.auth-card){max-width:100%;min-height:auto;border-radius:0;margin:0;flex-direction:column}.app-main .auth-layout:has(.auth-card) .auth-hero{padding:24px 20px;min-height:auto}.app-main .auth-layout:has(.auth-card) .auth-hero-title{max-width:100%;margin-top:16px}.app-main .auth-layout:has(.auth-card) .auth-hero-title h1{font-size:22px;line-height:1.3}.app-main .auth-layout:has(.auth-card) .auth-hero-title p{font-size:13px;margin-top:8px}.app-main .auth-layout:has(.auth-card) .auth-card{padding:24px 20px}.app-main .auth-layout:has(.auth-card) .auth-card-title{font-size:20px}.app-main .auth-layout:has(.auth-card) .auth-card-subtitle{font-size:12px}.app-main .auth-layout:has(.auth-card) .auth-form{gap:12px}.app-main .auth-layout:has(.auth-card) .field-input{padding:12px 16px;font-size:16px}.app-main .auth-layout:has(.auth-card) .btn-primary{padding:14px 18px;font-size:15px}.student-shell .app-main{display:block;padding:16px 12px;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.student-shell .admin-layout{height:auto}.student-shell .welcome-line{margin-bottom:8px;font-size:12px}.student-shell .admin-item{flex-direction:column;align-items:stretch}.student-shell .admin-item .btn-primary{width:100%;justify-content:center}.student-shell .admin-list-body{max-height:none}.student-shell .week-grid{grid-template-columns:1fr}.student-shell .week-column{min-height:auto}.student-shell .slot-pill-actions button{height:28px;padding:4px 10px;font-size:11px}.app-main .auth-layout:has(.admin-main){max-width:100%;min-height:auto;border-radius:0;margin:0}.app-main:has(.auth-layout:has(.admin-main)){display:block;padding:16px 12px;padding-bottom:calc(24px + env(safe-area-inset-bottom));align-items:flex-start}.app-main .auth-layout:has(.admin-main) .auth-card{padding:20px 16px}.app-main .auth-layout:has(.admin-main) .auth-card-title{font-size:20px}.app-main .auth-layout:has(.admin-main) .auth-card-subtitle{font-size:12px}.app-main .auth-layout:has(.admin-main) .admin-main{grid-template-columns:1fr;gap:16px}.app-main .auth-layout:has(.admin-main) .admin-list{padding:14px 12px 10px}.app-main .auth-layout:has(.admin-main) .admin-sidebar{padding:14px 12px 10px}.app-main .auth-layout:has(.admin-main) .admin-list-body{max-height:none}.app-main .auth-layout:has(.admin-main) .btn-primary{padding:12px 16px;font-size:14px}.app-main .auth-layout:has(.admin-main) .admin-item{padding:10px 12px}.app-main .auth-layout:has(.week-grid):not(:has(.admin-main)){max-width:100%;min-height:auto;border-radius:0;margin:0}.app-main:has(.auth-layout:has(.week-grid):not(:has(.admin-main))){display:block;padding:16px 12px;padding-bottom:calc(24px + env(safe-area-inset-bottom));align-items:flex-start}.app-main .auth-layout:has(.week-grid):not(:has(.admin-main)) .auth-card{padding:20px 16px}.app-main .auth-layout:has(.week-grid):not(:has(.admin-main)) .auth-card-title{font-size:20px}.app-main .auth-layout:has(.week-grid):not(:has(.admin-main)) .auth-card-subtitle{font-size:12px}.app-main .auth-layout:has(.week-grid):not(:has(.admin-main)) .btn-secondary-link{font-size:12px;padding:8px 12px;white-space:nowrap}.app-main .auth-layout:has(.week-grid):not(:has(.admin-main)) [style*="justify-content: space-between"][style*="marginTop: 16"]{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.app-main .auth-layout:has(.week-grid):not(:has(.admin-main)) [style*="justify-content: space-between"][style*="marginTop: 16"] .btn-secondary-link{width:100%;text-align:center}.app-main .auth-layout:has(.week-grid):not(:has(.admin-main)) .week-grid{grid-template-columns:1fr;gap:12px}.app-main .auth-layout:has(.week-grid):not(:has(.admin-main)) .week-column{min-height:auto}.app-main .auth-layout:has(.week-grid):not(:has(.admin-main)) .btn-primary{padding:12px 16px;font-size:14px}.app-main .auth-layout:has(.my-lessons-list){max-width:100%;min-height:auto;border-radius:0;margin:0}.app-main:has(.auth-layout:has(.my-lessons-list)){display:block;padding:16px 12px;padding-bottom:calc(24px + env(safe-area-inset-bottom));align-items:flex-start}.app-main .auth-layout:has(.my-lessons-list) .auth-card{padding:20px 16px}.app-main .auth-layout:has(.my-lessons-list) .auth-card-title{font-size:20px}.app-main .auth-layout:has(.my-lessons-list) .auth-card-subtitle{font-size:12px}.app-main .auth-layout:has(.my-lessons-list) [style*="justify-content: space-between"][style*="marginTop: 12"]{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.app-main .auth-layout:has(.my-lessons-list) [style*="justify-content: space-between"][style*="marginTop: 14"]{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.app-main .auth-layout:has(.my-lessons-list) [style*="justify-content: space-between"][style*="marginTop: 14"] .btn-secondary-link{width:100%;text-align:center}.app-main .auth-layout:has(.my-lessons-list) .week-grid{grid-template-columns:1fr;gap:12px}.app-main .auth-layout:has(.my-lessons-list) .week-column{min-height:auto}.app-main .auth-layout:has(.my-lessons-list) .btn-primary{padding:12px 16px;font-size:14px}}@media(max-width:1024px){.app-main>.auth-layout{max-width:100%;min-height:auto;border-radius:24px;margin:0}.app-main>.auth-layout .auth-hero{padding:32px 28px}.app-main>.auth-layout .auth-hero-title h1{font-size:28px}.app-main>.auth-layout .pill-list{gap:8px}.app-main>.auth-layout .pill-list .btn-primary{padding:12px 20px;font-size:14px}.app-main:has(.auth-layout:has(.auth-card)){padding:24px 16px;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.app-main .auth-layout:has(.auth-card){max-width:100%;min-height:auto;border-radius:24px;margin:0}.app-main .auth-layout:has(.auth-card) .auth-hero{padding:32px 28px}.app-main .auth-layout:has(.auth-card) .auth-hero-title h1{font-size:26px}.app-main .auth-layout:has(.auth-card) .auth-card{padding:28px 24px}.app-main .auth-layout:has(.auth-card) .auth-card-title{font-size:21px}.student-shell .app-main,.instructor-shell .app-main{display:block;align-items:stretch;justify-content:flex-start;padding:24px 16px;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.student-shell .admin-layout,.instructor-shell .admin-layout{height:auto}.student-shell .admin-list-body{max-height:none}.student-shell .week-grid,.instructor-shell .week-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-main:has(.auth-layout:has(.week-grid):not(:has(.admin-main))){padding:24px 16px;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.app-main .auth-layout:has(.week-grid):not(:has(.admin-main)){max-width:100%;min-height:auto;border-radius:24px;margin:0}.app-main .auth-layout:has(.week-grid):not(:has(.admin-main)) .auth-card{padding:28px 24px}.app-main .auth-layout:has(.week-grid):not(:has(.admin-main)) .week-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:430px){.instructor-shell .app-main{display:block;padding:16px 12px;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.instructor-shell .admin-layout{height:auto}.instructor-shell .week-nav{flex-wrap:wrap}.instructor-shell .week-nav .btn-secondary-link{width:100%;text-align:center}.instructor-shell .admin-sidebar-subtitle{white-space:normal}.instructor-shell .week-grid{grid-template-columns:1fr}.instructor-shell .week-column{min-height:auto}.instructor-shell .week-day-header{gap:8px}.instructor-shell .slot-pill-actions button{height:28px;padding:4px 10px;font-size:11px}.instructor-shell .week-day-header .btn-secondary-link{padding:4px 10px!important}}
