*{box-sizing:border-box;margin:0;padding:0}body{background:#f0f2f5;color:#1a1a2e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.login-page{background:linear-gradient(135deg,#1a1a2e,#16213e 60%,#0f3460);justify-content:center;min-height:100vh}.login-card,.login-page{align-items:center;display:flex}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;flex-direction:column;gap:20px;padding:40px 48px;width:380px}.login-logo{object-fit:contain;width:140px}.login-card h2{color:#1a1a2e;font-size:20px;font-weight:600}.login-card input{border:1.5px solid #e0e0e0;border-radius:8px;font-size:15px;outline:none;padding:12px 16px;transition:border-color .2s;width:100%}.login-card input:focus{border-color:#0f3460}.login-card button{background:#0f3460;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:13px;transition:background .2s;width:100%}.login-card button:hover{background:#16213e}.login-error{color:#e53935;font-size:13px;text-align:center}.topbar{background:#1a1a2e;box-shadow:0 2px 8px #0003;color:#fff;justify-content:space-between;padding:11px 24px}.topbar,.topbar-brand{align-items:center;display:flex}.topbar-brand{font-size:18px;font-weight:700;gap:12px}.topbar-logo{height:34px;object-fit:contain}.topbar-logout{background:#ffffff26;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px}.topbar-logout:hover{background:#ffffff40}.schedules-page{margin:40px auto;max-width:720px;padding:0 20px}.schedules-page h2{color:#1a1a2e;font-size:22px;margin-bottom:20px}.week-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000012;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:12px;padding:20px 24px;transition:transform .15s,box-shadow .15s}.week-card:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-2px)}.week-label{color:#1a1a2e;font-size:16px;font-weight:600}.week-dates{color:#666;font-size:13px;margin-top:4px}.week-status{border-radius:20px;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.status-draft{background:#e0e0e0;color:#555}.status-open{background:#e8f5e9;color:#2e7d32}.status-published{background:#e3f2fd;color:#1565c0}.schedule-page{height:calc(100vh - 57px)}.schedule-page,.sidebar{display:flex;overflow:hidden}.sidebar{background:#fff;border-right:1px solid #e0e0e0;flex-direction:column;min-width:200px;width:200px}.sidebar-header{background:#fafafa;border-bottom:1px solid #f0f0f0;color:#888;font-size:12px;font-weight:700;padding:14px 16px;text-transform:uppercase}.sidebar-list{flex:1 1;overflow-y:auto;padding:8px}.trainer-chip{align-items:center;background:#f0f2f5;border-radius:8px;color:#1a1a2e;cursor:grab;display:flex;font-size:13px;font-weight:500;gap:8px;margin-bottom:6px;padding:9px 12px;transition:background .15s;-webkit-user-select:none;user-select:none}.trainer-chip:active{cursor:grabbing}.trainer-chip.dragging{opacity:.35}.gender-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.gender-dot.male{background:#1565c0}.gender-dot.female{background:#c62828}.schedule-area{flex:1 1;overflow:auto;padding:20px}.schedule-back{align-items:center;display:flex;gap:14px;margin-bottom:16px}.schedule-back button{background:none;border:1.5px solid #ccc;border-radius:8px;color:#555;cursor:pointer;font-size:13px;padding:6px 14px}.schedule-back button:hover{border-color:#0f3460;color:#0f3460}.schedule-back h2{color:#1a1a2e;font-size:17px;font-weight:700}.schedule-table{background:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 2px 12px #00000012;min-width:100%;overflow:hidden}.schedule-table th{background:#1a1a2e;color:#fff;font-size:13px;padding:12px 14px;text-align:center;white-space:nowrap}.schedule-table td{border:1px solid #f0f0f0;height:1px;min-width:130px;padding:0;vertical-align:top}.time-cell{background:#fafafa;color:#888;font-size:12px;font-weight:600;height:100%;min-width:64px;padding:12px 10px;text-align:center;white-space:nowrap}.slot-cell{box-sizing:border-box;height:100%;min-height:80px;padding:6px;position:relative;transition:background .12s}.slot-cell.inactive{background:#f9f9f9}.slot-cell.active{background:#fff}.slot-cell.drag-over{background:#e8f5e9;outline:2px dashed #2e7d32;outline-offset:-2px}.slot-cell.drag-over-full{background:#fff3e0;outline:2px dashed #e65100;outline-offset:-2px}.slot-capacity{color:#bbb;font-size:10px;position:absolute;right:6px;top:4px}.slot-full-badge{color:#e53935;font-weight:700}.booked-chip{align-items:center;background:#e3f2fd;border-radius:6px;color:#1565c0;cursor:grab;display:flex;font-size:12px;font-weight:500;gap:6px;margin:3px 0;padding:5px 8px;-webkit-user-select:none;user-select:none}.booked-chip:active{cursor:grabbing}.booked-chip.dragging{opacity:.35}.remove-btn{background:none;border:none;color:#aaa;cursor:pointer;font-size:15px;line-height:1;margin-left:auto;padding:0 2px}.remove-btn:hover{color:#e53935}.loading{align-items:center;color:#999;display:flex;font-size:15px;height:200px;justify-content:center}.spinner{animation:spin .7s linear infinite;border:3px solid #e0e0e0;border-radius:50%;border-top-color:#0f3460;height:28px;margin-right:10px;width:28px}@keyframes spin{to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.75bb2fb8.css.map*/