*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f1117;--surface:#1a1d2e;--surface-2:#252840;--accent:#e63946;--accent-hover:#c1121f;--text:#e8eaf6;--text-muted:#8b8fa8;--border:#2e3250;--success:#2d9e5e;--error:#e63946;--radius:12px;--radius-sm:8px;--shadow:0 4px 20px #0006;--nav-hover-bg:#ffffff0d}[data-theme=light]{--bg:#f0f2f7;--surface:#fff;--surface-2:#e4e7f0;--accent:#e63946;--accent-hover:#c1121f;--text:#0d0f1a;--text-muted:#5a5e78;--border:#c4c7d8;--success:#1a7a44;--error:#c23;--shadow:0 4px 20px #0000001a;--nav-hover-bg:#0000000d}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.page-center{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem}.auth-card{width:100%;max-width:420px}.logo{color:var(--accent);letter-spacing:-.02em;margin-bottom:1rem;font-size:1.25rem;font-weight:800}.auth-card h1{margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.875rem}.form-group{margin-bottom:1rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.375rem;font-size:.75rem;font-weight:600;display:block}input{background:var(--surface-2);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;padding:.625rem .875rem;font-size:.9rem;transition:border-color .15s}input:focus{border-color:var(--accent);outline:none}input::placeholder{color:var(--text-muted)}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;width:100%;margin-top:1rem}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-outline{border:1px solid var(--border);color:var(--text);background:0 0}.btn-outline:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.btn-outline:disabled{opacity:.5;cursor:not-allowed}.form-footer{text-align:center;color:var(--text-muted);margin-top:1.25rem;font-size:.875rem}.form-footer a{color:var(--accent);text-decoration:none}.form-footer a:hover{text-decoration:underline}.error-msg{border:1px solid var(--error);color:var(--error);background:#e639461a;border-radius:8px;margin-bottom:1rem;padding:.625rem .875rem;font-size:.875rem}.dashboard{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.dashboard-header .logo{margin-bottom:.25rem;font-size:1.5rem}.greeting{color:var(--text-muted);font-size:1.1rem}.header-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.refresh-btn{font-size:.8rem}.profile{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.profile-grid{gap:2rem;max-width:560px;margin:0 auto;display:grid}.profile-card{padding:1.75rem}.profile-section-title{margin-bottom:1rem;font-size:1rem;font-weight:700}.profile-divider{border:none;border-top:1px solid var(--border);margin:1.5rem 0}.success-msg{border:1px solid var(--success);color:var(--success);background:#2d9e5e1a;border-radius:8px;margin-bottom:1rem;padding:.625rem .875rem;font-size:.875rem}.location-selector{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.location-label{color:var(--text-muted);white-space:nowrap;font-size:.82rem}.location-select{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:6px;flex:1;max-width:280px;padding:.35rem .6rem;font-family:inherit;font-size:.88rem}.location-pref-row{cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.location-chip-grid{flex-wrap:wrap;gap:.5rem;max-height:260px;padding:.25rem 0;display:flex;overflow-y:auto}.location-chip{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);cursor:pointer;white-space:nowrap;padding:.3rem .75rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .12s}.location-chip:hover{border-color:var(--accent);color:var(--text)}.location-chip--active{background:var(--accent);border-color:var(--accent);color:#fff}.location-chip--active:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}.location-pills{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.location-pill{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);white-space:nowrap;padding:.25rem .65rem;font-size:.75rem;font-weight:500}.courses-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.25rem;display:grid}.course-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;padding:1.25rem;transition:border-color .15s,transform .15s;display:flex}.course-card:hover{border-color:#e6394666}.course-name{color:var(--text);margin-bottom:.875rem;font-size:1rem;font-weight:700}.course-detail{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:.3rem;font-size:.85rem;display:flex}.spots-badge{border-radius:var(--radius-sm);align-items:center;margin-top:.875rem;margin-bottom:.75rem;padding:.3rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.spots-available{color:var(--success);background:#2d9e5e26;border:1px solid #2d9e5e4d}.spots-full{color:var(--error);background:#e639461a;border:1px solid #e639464d}.spots-pending{color:var(--text-muted);white-space:pre-line;background:#8b8fa81a;border:1px solid #8b8fa84d}.course-card--inactive{opacity:.55}.card-actions{gap:.5rem;margin-top:auto;display:flex}.btn-test{background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);flex:1;padding:.65rem 1.25rem;font-size:.875rem}.btn-test:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.btn-test:disabled{opacity:.4;cursor:not-allowed}.btn-register{background:var(--accent);color:#fff;flex:1;padding:.65rem 1.25rem;font-size:.875rem}.btn-register:hover:not(:disabled){background:var(--accent-hover)}.btn-register:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{z-index:200;background:#000000bf;justify-content:center;align-items:center;padding:1rem;animation:.15s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);width:100%;max-width:860px;max-height:90vh;overflow-y:auto}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.875rem;font-weight:600;display:flex}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-family:inherit;font-size:1.5rem;line-height:1}.modal-close:hover{color:var(--text)}.modal-content img{padding:1rem;display:block}.loading-container{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:5rem;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;color:var(--text-muted);padding:5rem}.big-icon{margin-bottom:1rem;font-size:3rem}.status-toast{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);z-index:100;max-width:340px;padding:.875rem 1.25rem;font-size:.875rem;animation:.2s slideIn;position:fixed;bottom:1.5rem;right:1.5rem}.status-toast.success{border-color:var(--success)}.status-toast.error{border-color:var(--error)}@keyframes slideIn{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}.notif-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;padding:1rem 1.25rem}.notif-panel-title{color:var(--text);margin-bottom:.75rem;font-size:.875rem;font-weight:700}.notif-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.notif-hint{color:var(--text-muted);font-size:.85rem}.notif-status{font-size:.85rem}.notif-status--on{color:var(--success)}.notif-actions{gap:.5rem;display:flex}.btn-sm{padding:.4rem .75rem;font-size:.8rem}.test-page{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.test-grid{gap:2rem;max-width:680px;margin:0 auto;display:grid}.test-card{padding:1.75rem}.test-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.test-row:last-child{border-bottom:none}.test-row-info{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.test-row-label{color:var(--text);font-size:.9rem;font-weight:600}.test-row-desc{color:var(--text-muted);font-size:.78rem}.test-row-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.test-result{font-size:.78rem;font-weight:500}.test-result--ok{color:var(--success)}.test-result--err{color:var(--error)}.btn-danger{color:var(--error);border-color:#e6394666}.btn-danger:hover:not(:disabled){border-color:var(--error);color:var(--error)}.notif-btn{min-width:2.5rem;font-size:1.1rem}.notif-btn--active{color:var(--success);border-color:#2d9e5e80}.btn-schedule{border:1px dashed var(--border);color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;width:100%;margin-top:.5rem;padding:.65rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .15s}.btn-schedule:hover{border-color:var(--accent);color:var(--accent)}.scheduled-badge{width:100%;color:var(--success);background:#2d9e5e12;border:1px solid #2d9e5e66;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem;padding:.4rem .5rem .4rem .75rem;font-size:.78rem;font-weight:600;display:flex}.scheduled-cancel{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:0 .15rem;font-size:1.1rem;line-height:1;transition:color .15s}.scheduled-cancel:hover{color:var(--error)}.notif-days{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem}.notif-days-label{color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem;display:block}.notif-days-row{flex-wrap:wrap;gap:.4rem;display:flex}.day-chip{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;background:0 0;padding:.3rem .6rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .15s}.day-chip--active{border-color:var(--accent);color:var(--accent);background:#e639461a}.day-chip:hover:not(.day-chip--active):not(.day-chip--disabled){border-color:var(--text-muted);color:var(--text)}.day-chip--disabled{opacity:.3;cursor:not-allowed}.install-btn{font-size:.8rem}.install-banner{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);z-index:200;align-items:center;gap:.75rem;width:calc(100% - 2rem);max-width:480px;padding:.875rem 1rem;animation:.3s slideUp;display:flex;position:fixed;bottom:1rem;left:50%;transform:translate(-50%)}@keyframes slideUp{0%{opacity:0;transform:translate(-50%)translateY(120%)}to{opacity:1;transform:translate(-50%)translateY(0)}}.install-banner-icon{flex-shrink:0;font-size:1.5rem}.install-banner-text{flex-direction:column;flex:1;gap:.2rem;font-size:.85rem;line-height:1.3;display:flex}.ios-share-icon{font-style:normal;display:inline-block}.install-banner-action{background:var(--accent);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;flex-shrink:0;padding:.4rem .85rem;font-size:.85rem;font-weight:600}.install-banner-dismiss{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 .25rem;font-size:1.2rem;line-height:1}.logout-modal{text-align:center;max-width:360px;padding:2rem}.logout-modal-icon{color:var(--error);justify-content:center;margin-bottom:1rem;display:flex}.logout-modal-icon svg{stroke-width:1.5px;width:36px;height:36px}.logout-modal-title{margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.logout-modal-body{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.logout-modal-actions{gap:.75rem;display:flex}.logout-modal-actions .btn{flex:1}.btn-danger-solid{background:var(--error);color:#fff;border:1px solid var(--error);border-radius:var(--radius-sm);cursor:pointer;padding:.65rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .15s}.btn-danger-solid:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.app-nav-item--logout-active{color:var(--error)}.app-layout{flex-direction:column;min-height:100dvh;display:flex}.app-layout-content{flex:1;padding-bottom:5rem}.app-nav-item{cursor:pointer;color:var(--text-muted);-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;font-family:inherit;transition:color .15s;display:flex}.app-nav-item:hover{color:var(--text)}.app-nav-item--active{color:var(--accent)}.app-nav-item--logout:hover{color:var(--error)}.app-nav-icon{justify-content:center;align-items:center;line-height:0;display:flex}.app-nav-label{letter-spacing:.02em;font-weight:600}.app-nav{background:var(--surface);border-top:1px solid var(--border);z-index:100;height:4rem;padding-bottom:env(safe-area-inset-bottom,0);justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.app-nav-logo{display:none}.app-nav-items{display:contents}.app-nav-item{flex:1;height:100%}.app-nav-label{font-size:.68rem}.header-version{color:var(--text-muted);vertical-align:middle;margin-left:.3rem;font-size:.7rem;font-weight:400}.app-nav-version{color:var(--text-muted);margin-left:.4rem;font-size:.7rem;font-weight:400}.app-version-footer{text-align:center;color:var(--text-muted);opacity:.6;padding:1.5rem 0 .5rem;font-size:.75rem}@media (width>=768px){.app-layout-content{padding-top:4rem;padding-bottom:0}.app-nav{border-top:none;border-bottom:1px solid var(--border);justify-content:space-between;gap:0;height:4rem;padding:0 2rem;top:0;bottom:auto}.app-nav-logo{color:var(--text);white-space:nowrap;font-size:1.1rem;font-weight:700;display:block}.app-nav-items{align-items:center;gap:.25rem;height:100%;display:flex}.app-nav-item{border-radius:8px;flex-direction:row;flex:none;gap:.4rem;height:auto;padding:.5rem .85rem}.app-nav-item:hover{background:var(--nav-hover-bg)}.app-nav-item--active{background:#e639461a}.app-nav-label{font-size:.85rem}.dashboard-header .logo,.profile .dashboard-header .logo,.test-page .dashboard-header .logo{display:none}}.wizard-card{width:100%;max-width:520px}.wizard-steps{align-items:center;margin-bottom:1.75rem;display:flex}.wizard-step-dot{border:2px solid var(--border);background:var(--surface-2);width:32px;height:32px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.wizard-step-dot--active{border-color:var(--accent);background:var(--accent);color:#fff}.wizard-step-dot--done{border-color:var(--success);background:var(--success);color:#fff}.wizard-step-line{background:var(--border);flex:1;height:2px}.wizard-title{margin-bottom:.375rem;font-size:1.4rem;font-weight:700}.wizard-subtitle{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9rem}.wizard-search{background:var(--surface-2);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;margin-bottom:.875rem;padding:.625rem .875rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.wizard-search:focus{border-color:var(--accent);outline:none}.wizard-search::placeholder{color:var(--text-muted)}.wizard-selection-hint{color:var(--text-muted);margin-top:.625rem;font-size:.8rem}.wizard-footer{align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.wizard-next-btn{flex:1;margin-top:0!important}.wizard-skip{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem}.wizard-skip:hover{color:var(--text)}.theme-toggle-row{justify-content:space-between;align-items:center;display:flex}.theme-toggle-label{color:var(--text);font-size:.9rem}.theme-toggle{background:var(--border);cursor:pointer;border:none;border-radius:12px;flex-shrink:0;width:44px;height:24px;padding:0;font-family:inherit;transition:background .2s;position:relative}.theme-toggle--on{background:var(--accent)}.theme-toggle-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;display:block;position:absolute;top:3px;left:3px}.theme-toggle--on .theme-toggle-thumb{transform:translate(20px)}.wizard-notif-ok{color:var(--success);font-size:.9rem;font-weight:600}.admin-table-wrapper{border:1px solid var(--border);border-radius:10px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.9rem}.admin-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--surface);padding:.75rem 1rem;font-size:.8rem;font-weight:600}.admin-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.7rem 1rem}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover td{background:var(--surface)}.admin-table-muted{color:var(--text-muted);font-size:.85rem}.admin-table-mono{font-family:monospace;font-size:.85rem}
