.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/assets/login-background-bfda2ec2.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:20px;position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#E0F7FA 0%,#B2EBF2 50%,#80DEEA 100%);z-index:-1}.bg-shape{display:none}.login-card{background:white;padding:40px 50px;border-radius:20px;box-shadow:0 20px 60px #00000026;width:100%;max-width:550px;position:relative;z-index:10}.login-header{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:15px}.logo{display:flex;align-items:center;justify-content:center}.logo-text{font-size:42px;font-weight:800;color:#2c3e50;margin:0;letter-spacing:2px}.portal-title{text-align:center;font-size:22px;font-weight:700;color:#2c3e50;margin:0 0 30px;letter-spacing:1px}.welcome-section{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:30px;padding:20px;background:linear-gradient(135deg,#F0F9FF,#E0F7FA);border-radius:15px}.illustration{flex-shrink:0}.welcome-text{text-align:center}.welcome-text h3{font-size:28px;font-weight:800;color:#2c3e50;margin:0 0 8px;letter-spacing:1px}.welcome-text p{font-size:13px;font-weight:600;color:#5a6c7d;margin:0;line-height:1.6}.login-form{margin-top:25px}.input-wrapper{position:relative;margin-bottom:20px}.input-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);display:flex;align-items:center;pointer-events:none;z-index:1}.form-input{width:100%;padding:14px 14px 14px 50px;border:2px solid #E0E0E0;border-radius:10px;font-size:14px;font-weight:500;color:#2c3e50;transition:all .3s ease;box-sizing:border-box}.form-input::placeholder{color:#b0b0b0;font-weight:500;letter-spacing:.5px}.form-input:focus{outline:none;border-color:#ff9a76;box-shadow:0 0 0 4px #ff9a761a}.forgot-password{text-align:right;margin:10px 0 20px}.forgot-password a{color:#5a6c7d;text-decoration:none;font-size:13px;font-weight:500;transition:color .3s ease}.forgot-password a:hover{color:#ff9a76}.login-button{width:100%;padding:16px;background:linear-gradient(90deg,#FF9A76 0%,#C77DFF 100%);color:#fff;border:none;border-radius:25px;font-size:16px;font-weight:700;letter-spacing:1px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff9a764d}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff9a7666}.login-button:disabled{background:linear-gradient(90deg,#CCCCCC 0%,#999999 100%);cursor:not-allowed;transform:none}.create-account{text-align:center;margin-top:20px}.create-account a{color:#5a6c7d;text-decoration:none;font-size:14px;font-weight:600;transition:color .3s ease}.create-account a:hover{color:#ff9a76}.bottom-illustration{position:absolute;bottom:20px;left:20px;opacity:.9}.right-illustration{position:absolute;bottom:80px;right:20px;opacity:.9}.star{position:absolute;font-size:24px;animation:twinkle 2s infinite ease-in-out}.star-1{top:80px;right:100px;color:#ff6b6b;animation-delay:0s}.star-2{top:120px;right:70px;color:#ffd93d;animation-delay:.5s}.star-3{top:100px;right:130px;color:#4ecdc4;animation-delay:1s}@keyframes twinkle{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.chart-decoration{position:absolute;top:80px;right:30px;opacity:.85}.error-message{background:linear-gradient(135deg,#FFE0E0,#FFCCCC);color:#d32f2f;padding:12px 16px;border-radius:10px;margin-bottom:20px;font-size:13px;font-weight:600;border-left:4px solid #D32F2F}@media (max-width: 768px){.login-card{padding:30px 25px;max-width:90%}.logo-text{font-size:32px}.portal-title{font-size:18px}.welcome-section{flex-direction:column;gap:10px}.illustration svg{width:60px;height:60px}.welcome-text h3{font-size:22px}.welcome-text p{font-size:11px}.bottom-illustration svg,.right-illustration svg{width:70px;height:70px}.chart-decoration svg{width:80px;height:80px}.bg-shape{opacity:.4}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px}.auth-card{background:white;padding:40px;border-radius:8px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:400px}.auth-card h1{text-align:center;color:#2563eb;margin-bottom:10px;font-size:28px}.auth-card h2{text-align:center;color:#111827;margin-bottom:30px;font-size:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#111827}.form-group input,.form-group select{width:100%;padding:12px;border:1px solid #E5E7EB;border-radius:4px;font-size:14px}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.btn-primary{width:100%;padding:12px;background-color:#2563eb;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s}.btn-primary:hover:not(:disabled){background-color:#1d4ed8}.btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed}.auth-footer{text-align:center;margin-top:20px;font-size:14px;color:#6b7280}.auth-footer a{color:#2563eb;text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.demo-credentials{background-color:#f0f9ff;border:1px solid #BFDBFE;padding:12px;border-radius:4px;margin-top:20px;font-size:12px;color:#1e40af}.demo-credentials p{margin:4px 0}.layout{display:flex;flex-direction:column;min-height:100vh;background-image:url(/assets/login-background-bfda2ec2.png);background-size:cover;background-position:center;background-attachment:fixed}.layout:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#E0F7FA 0%,#B2EBF2 50%,#80DEEA 100%);z-index:-1}.top-banner{background:linear-gradient(135deg,rgba(224,247,250,.95),rgba(178,235,242,.95));padding:15px 30px;display:flex;align-items:center;justify-content:center;gap:15px;box-shadow:0 2px 8px #0000001a}.banner-logo{display:flex;align-items:center}.banner-title{font-size:26px;font-weight:800;color:#2c3e50;margin:0;letter-spacing:2px}.header{background:white;padding:12px 20px;box-shadow:0 2px 6px #00000014;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:25px}.logo-section{display:flex;align-items:center;gap:10px}.logo-text{font-size:20px;font-weight:800;color:#2c3e50;letter-spacing:1px}.menu-toggle{background:none;border:none;font-size:20px;cursor:pointer;color:#2c3e50;padding:5px 10px}.header-nav-item{font-size:14px;font-weight:700;color:#2c3e50;letter-spacing:.5px}.header-right{display:flex;align-items:center;gap:15px}.icon-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:background .2s;position:relative}.icon-btn:hover{background:#F3F4F6}.notification-btn{position:relative}.notification-badge{position:absolute;top:4px;right:4px;background:#EF4444;color:#fff;font-size:10px;font-weight:700;padding:2px 5px;border-radius:10px;min-width:16px;text-align:center}.user-profile{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 10px;border-radius:20px;transition:background .2s}.user-profile:hover{background:#F3F4F6}.profile-avatar{width:32px;height:32px;border-radius:50%;border:2px solid #4ECDC4}.dropdown-icon{font-size:10px;color:#6b7280}.layout-body{display:flex;flex:1;position:relative}.sidebar{width:240px;background:white;box-shadow:2px 0 8px #0000000d;overflow-y:auto;transition:transform .3s;display:flex;flex-direction:column;position:relative}.sidebar.closed{transform:translate(-100%);position:absolute;z-index:100;height:100%}.nav{display:flex;flex-direction:column;padding:20px 0;flex:1}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#000;text-decoration:none;transition:all .2s;border-left:3px solid transparent;font-size:13px;font-weight:600;letter-spacing:.3px}.nav-item:hover{background:linear-gradient(90deg,rgba(78,205,196,.1) 0%,transparent 100%);color:#4ecdc4;border-left-color:#4ecdc4}.nav-item.active{background:linear-gradient(90deg,rgba(78,205,196,.15) 0%,transparent 100%);color:#4ecdc4;border-left-color:#4ecdc4}.nav-item svg{flex-shrink:0}.nav-item.expandable{justify-content:space-between}.expand-icon{margin-left:auto}.nav-group{position:relative}.sidebar-illustration{padding:20px;display:flex;justify-content:center;align-items:center;border-top:1px solid #F3F4F6;margin-top:auto}.main-content{flex:1;padding:25px;overflow-y:auto;background:transparent}@media (max-width: 768px){.sidebar{position:absolute;height:100%;z-index:100}.sidebar.closed{display:none}.sidebar.open{transform:translate(0)}.main-content{padding:15px}.header-nav-item{display:none}.banner-title{font-size:18px}.top-banner{padding:10px 15px}}.dashboard{max-width:1400px;margin:0 auto}.welcome-banner{background:linear-gradient(135deg,rgba(178,235,242,.9),rgba(224,247,250,.9));padding:30px 40px;border-radius:20px;margin-bottom:30px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 4px 15px #0000001a}.welcome-illustration{flex-shrink:0}.welcome-content{flex:1;text-align:center}.welcome-content h1{font-size:28px;font-weight:800;color:#2c3e50;margin:0 0 10px;letter-spacing:1px}.welcome-content p{font-size:14px;font-weight:600;color:#5a6c7d;margin:0}.workflow-section{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:30px;padding:25px;background:white;border-radius:20px;box-shadow:0 4px 15px #00000014;overflow-x:auto}.workflow-step{position:relative;display:flex;flex-direction:column;align-items:center;padding:20px 15px;border:3px solid;border-radius:20px;min-width:140px;background:white;transition:transform .3s,box-shadow .3s}.workflow-step:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:16px;border:3px solid white;box-shadow:0 2px 8px #00000026}.step-icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:15px;box-shadow:0 4px 12px #00000026}.step-badge{position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:14px;border:3px solid white}.workflow-step h3{text-align:center;font-size:11px;font-weight:800;color:#2c3e50;margin:0;line-height:1.4;letter-spacing:.3px}.workflow-arrow{color:#b0b0b0;font-size:24px;font-weight:700;flex-shrink:0}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:25px}.dashboard-card{background:white;border-radius:15px;padding:20px;box-shadow:0 4px 12px #00000014;position:relative}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #F3F4F6}.card-header h2{font-size:14px;font-weight:800;color:#2c3e50;margin:0;letter-spacing:.5px}.more-btn{background:none;border:none;font-size:20px;color:#b0b0b0;cursor:pointer;padding:0 5px;transition:color .2s}.more-btn:hover{color:#6b7280}.service-list{display:flex;flex-direction:column;gap:15px}.service-item{display:flex;align-items:center;gap:15px;padding:12px;border-radius:12px;transition:background .2s}.service-item:hover{background:#F9FAFB}.service-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.service-info{flex:1}.service-info h4{font-size:13px;font-weight:700;color:#2c3e50;margin:0 0 4px}.service-info p{font-size:11px;color:#6b7280;margin:0}.service-count{font-size:20px;font-weight:800;color:#2c3e50}.activity-list{display:flex;flex-direction:column;gap:15px}.activity-item{display:flex;gap:12px;padding:10px;border-radius:10px;transition:background .2s}.activity-item:hover{background:#F9FAFB}.activity-icon{width:12px;height:12px;border-radius:50%;flex-shrink:0;margin-top:4px;display:flex;align-items:center;justify-content:center}.activity-info{flex:1}.activity-info h4{font-size:13px;font-weight:700;color:#2c3e50;margin:0 0 4px}.activity-info p{font-size:11px;color:#6b7280;margin:0 0 4px}.activity-time{font-size:10px;color:#b0b0b0}.show-more-btn{background:none;border:none;color:#4ecdc4;font-size:12px;font-weight:600;cursor:pointer;padding:8px 0;text-align:center;width:100%;transition:color .2s}.show-more-btn:hover{color:#44a08d}.feedback-content{display:flex;flex-direction:column;gap:20px}.feedback-item{display:flex;gap:12px;padding:15px;background:#F9FAFB;border-radius:12px}.feedback-avatar{width:45px;height:45px;border-radius:50%;border:2px solid #4ECDC4;flex-shrink:0}.feedback-info{flex:1}.rating{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:14px}.rating span{font-size:11px;color:#6b7280;font-weight:600}.feedback-text{font-size:11px;color:#5a6c7d;line-height:1.5;margin:0 0 10px}.reply-btn{background:#4ECDC4;color:#fff;border:none;padding:6px 16px;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;transition:background .2s}.reply-btn:hover{background:#44A08D}.key-metrics{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:2px solid #F3F4F6}.key-metrics h3{font-size:13px;font-weight:800;color:#2c3e50;margin:0;letter-spacing:.5px}.metrics-item{display:flex;align-items:center;gap:10px;padding:12px;background:#F9FAFB;border-radius:10px}.metrics-icon{font-size:20px}.metrics-label{flex:1;font-size:12px;font-weight:600;color:#5a6c7d}.metrics-value{font-size:18px;font-weight:800;color:#2c3e50}.worker-illustration{position:absolute;bottom:15px;right:15px;opacity:.9}.stats-banner{display:flex;gap:20px;margin-bottom:20px}.stat-item{flex:1;padding:20px;border-radius:15px;color:#fff;text-align:center;box-shadow:0 4px 12px #00000026}.stat-number{font-size:36px;font-weight:800;margin-bottom:5px}.stat-label{font-size:14px;font-weight:600;opacity:.95}@media (max-width: 1200px){.dashboard-grid{grid-template-columns:1fr}.workflow-section{overflow-x:auto;justify-content:flex-start}}@media (max-width: 768px){.welcome-banner{flex-direction:column;padding:20px;text-align:center}.welcome-illustration svg{width:70px;height:70px}.welcome-content h1{font-size:20px}.welcome-content p{font-size:12px}.workflow-section{padding:15px;gap:10px}.workflow-step{min-width:110px;padding:15px 10px}.step-icon{width:55px;height:55px}.step-icon svg{width:30px;height:30px}.workflow-step h3{font-size:10px}.worker-illustration{display:none}}.attendance-log{background:white;border-radius:16px;padding:24px;box-shadow:0 4px 12px #00000014;margin-top:30px}.attendance-log__header{margin-bottom:16px}.attendance-log__title{font-size:18px;font-weight:700;color:#2c3e50;margin:0}.attendance-log__filters{display:flex;align-items:flex-end;gap:16px;margin-bottom:16px;flex-wrap:wrap}.attendance-log__search{flex:1;min-width:200px}.attendance-log__search-input{width:100%;padding:9px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;outline:none;transition:border-color .2s}.attendance-log__search-input:focus{border-color:#4ecdc4;box-shadow:0 0 0 2px #4ecdc426}.attendance-log__date-filters{display:flex;gap:12px}.attendance-log__date-label{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:600;color:#5a6c7d}.attendance-log__date-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;outline:none;transition:border-color .2s}.attendance-log__date-input:focus{border-color:#4ecdc4}.attendance-log__actions{display:flex;gap:10px;margin-bottom:16px}.attendance-log__btn{padding:8px 18px;border:none;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .15s}.attendance-log__btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 8px #00000026}.attendance-log__btn--refresh{background:#4ECDC4;color:#fff}.attendance-log__btn--export{background:#45B7D1;color:#fff}.attendance-log__btn--page{background:#6C5CE7;color:#fff;padding:6px 16px}.attendance-log__btn--page:disabled{background:#E0E0E0;color:#9e9e9e;cursor:default;transform:none;box-shadow:none}.attendance-log__table-container{overflow-x:auto;border-radius:10px;border:1px solid #E5E7EB}.attendance-log__table{width:100%;border-collapse:collapse;font-size:13px}.attendance-log__table thead{background:#F8FAFC}.attendance-log__table th{padding:12px 14px;text-align:left;font-weight:700;color:#2c3e50;border-bottom:2px solid #E5E7EB;white-space:nowrap;font-size:12px;text-transform:uppercase;letter-spacing:.3px}.attendance-log__table td{padding:11px 14px;border-bottom:1px solid #F3F4F6;color:#374151}.attendance-log__table tbody tr:hover{background:#F8FFFE}.attendance-log__table tbody tr:last-child td{border-bottom:none}.log-status-badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:700;text-transform:capitalize}.log-status-badge--present{background:#D4EDDA;color:#155724}.log-status-badge--absent{background:#F8D7DA;color:#721c24}.log-status-badge--leave{background:#FFF3CD;color:#856404}.attendance-log__loading,.attendance-log__empty{text-align:center;padding:40px 20px;color:#9ca3af;font-size:14px;font-weight:500}.attendance-log__pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px;padding-top:12px}.attendance-log__page-info{font-size:13px;color:#6b7280;font-weight:500}@media (max-width: 768px){.attendance-log{padding:16px}.attendance-log__filters{flex-direction:column;align-items:stretch}.attendance-log__date-filters{flex-direction:column}.attendance-log__actions{flex-wrap:wrap}}.log-status-btn{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:12px;border:none;font-size:11px;font-weight:700;cursor:pointer;text-transform:capitalize;transition:transform .15s,box-shadow .15s;min-width:70px}.log-status-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 8px #00000026}.log-status-btn:focus-visible{outline:3px solid #4ECDC4;outline-offset:2px}.log-status-btn--present{background:#D4EDDA;color:#155724}.log-status-btn--absent{background:#F8D7DA;color:#721c24}.log-status-btn--leave{background:#FFF3CD;color:#856404}.log-status-btn--loading{opacity:.6;cursor:wait}.log-status-btn__spinner{width:12px;height:12px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:status-spin .6s linear infinite}@keyframes status-spin{to{transform:rotate(360deg)}}.status-dropdown{position:absolute;top:calc(100% + 4px);left:0;background:white;border-radius:8px;box-shadow:0 4px 16px #00000026;z-index:100;min-width:120px;padding:4px}.status-dropdown__option{padding:8px 12px;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600}.status-dropdown__option:hover,.status-dropdown__option--focused{background:#F3F4F6}.status-dropdown__option--present[aria-selected=true]{background:#D4EDDA}.status-dropdown__option--absent[aria-selected=true]{background:#F8D7DA}.status-dropdown__option--leave[aria-selected=true]{background:#FFF3CD}.status-cell{position:relative}.status-cell__error{font-size:10px;color:#dc3545;margin-top:4px;white-space:nowrap}.attendance-register-page{position:relative;max-width:1400px;margin:0 auto}.attendance-register-page__header{margin-bottom:24px}.attendance-register-page__title{font-size:26px;font-weight:800;color:#2c3e50;margin:0 0 6px;letter-spacing:.5px}.attendance-register-page__subtitle{font-size:14px;color:#6b7280;margin:0;font-weight:500}.attendance-register-page__controls{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;background:white;border-radius:15px;box-shadow:0 4px 12px #0000000f;margin-bottom:20px;flex-wrap:wrap}.attendance-register-page__legend{display:flex;align-items:center;gap:20px;padding:10px 24px;background:white;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:24px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#5a6c7d}.legend-swatch{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff}.attendance-register-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.student-card{background:white;border-radius:16px;padding:20px;box-shadow:0 4px 12px #00000014;transition:transform .2s,box-shadow .2s}.student-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.student-card__header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #F3F4F6}.student-card__avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#4ECDC4,#44A08D);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:18px;flex-shrink:0}.student-card__info{flex:1;min-width:0}.student-card__name{font-size:15px;font-weight:700;color:#2c3e50;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-card__therapies-count{font-size:12px;color:#9ca3af;font-weight:500}.student-card__pills{display:flex;flex-wrap:wrap;gap:10px}.therapy-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;border:none;font-size:13px;font-weight:600;cursor:pointer;background:var(--pill-bg);color:var(--pill-text);transition:transform .15s,box-shadow .15s,opacity .15s;min-height:36px;box-shadow:0 2px 6px #0000001f}.therapy-pill:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #0003}.therapy-pill:active:not(:disabled){transform:scale(.97)}.therapy-pill:focus-visible{outline:3px solid #4ECDC4;outline-offset:2px}.therapy-pill--loading{opacity:.7;cursor:wait}.therapy-pill--marked{box-shadow:0 3px 10px #0003}.therapy-pill__icon{font-size:14px;font-weight:700}.therapy-pill__label{white-space:nowrap}.therapy-pill__spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:pill-spin .6s linear infinite}@keyframes pill-spin{to{transform:rotate(360deg)}}.student-card__no-therapy{font-size:13px;color:#9ca3af;font-style:italic;margin:0}.attendance-register-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px;color:#6b7280;font-size:14px;font-weight:500}.attendance-register-page__loading p{margin:0}.attendance-register-page__spinner{width:36px;height:36px;border:3px solid #E0E0E0;border-top-color:#4ecdc4;border-radius:50%;animation:attendance-page-spin .7s linear infinite}@keyframes attendance-page-spin{to{transform:rotate(360deg)}}.attendance-register-page__error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px;gap:12px;text-align:center;padding:40px;background:white;border-radius:16px;box-shadow:0 4px 12px #0000000f}.attendance-register-page__error-icon{font-size:40px}.attendance-register-page__error p{margin:0;color:#6b7280;font-size:14px;font-weight:500}.attendance-register-page__retry-btn{padding:10px 28px;background:#4ECDC4;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;box-shadow:0 2px 8px #4ecdc44d}.attendance-register-page__retry-btn:hover{background:#44A08D;transform:translateY(-1px)}.attendance-register-page__empty{display:flex;align-items:center;justify-content:center;min-height:200px;padding:40px;background:white;border-radius:16px;box-shadow:0 4px 12px #0000000f}.attendance-register-page__empty p{margin:0;color:#9ca3af;font-size:14px;font-weight:500}@media (max-width: 768px){.attendance-register-page__grid{grid-template-columns:1fr}.attendance-register-page__controls{flex-direction:column;align-items:stretch}.attendance-register-page__legend{gap:12px}.attendance-register-page__title{font-size:22px}}@media (max-width: 480px){.student-card{padding:16px}.therapy-pill{padding:6px 12px;font-size:12px}}.therapy-pill-wrapper{position:relative;display:inline-flex}.status-picker{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:white;border-radius:12px;box-shadow:0 8px 24px #0000002e;padding:12px;z-index:50;min-width:180px;animation:picker-fade-in .15s ease-out}.status-picker:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%) rotate(45deg);width:12px;height:12px;background:white;box-shadow:-2px -2px 4px #0000000d}@keyframes picker-fade-in{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.status-picker__title{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;text-align:center}.status-picker__options{display:flex;flex-direction:column;gap:4px}.status-picker__btn{display:flex;align-items:center;gap:10px;padding:8px 12px;border:2px solid transparent;border-radius:8px;background:#F8FAFC;cursor:pointer;transition:all .15s;font-size:13px;font-weight:600;color:#374151}.status-picker__btn:hover{background:#F0F9FF;border-color:var(--btn-color)}.status-picker__btn--active{background:var(--btn-color);color:#fff;border-color:var(--btn-color)}.status-picker__btn--active:hover{background:var(--btn-color);opacity:.9}.status-picker__btn-icon{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;background:var(--btn-color);color:#fff}.status-picker__btn--active .status-picker__btn-icon{background:rgba(255,255,255,.3)}.status-picker__btn-label{flex:1}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;padding:20px}.not-found-content{text-align:center;background:white;padding:60px 40px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.not-found-content h1{font-size:100px;color:#2563eb;margin:0}.not-found-content h2{font-size:32px;color:#111827;margin:20px 0 10px}.not-found-content p{color:#6b7280;font-size:16px;margin-bottom:30px}.btn-link{display:inline-block;padding:12px 24px;background-color:#2563eb;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:background-color .3s}.btn-link:hover{background-color:#1d4ed8}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563EB;--success: #10B981;--warning: #F59E0B;--danger: #EF4444;--gray: #6B7280;--dark: #111827;--light: #F3F4F6;--border: #E5E7EB}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--dark);background-color:#fff}a{color:var(--primary);text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;border-radius:4px;padding:10px 16px}button.primary{background-color:var(--primary);color:#fff}button.primary:hover{background-color:#1d4ed8}input,select,textarea{font-family:inherit;padding:10px;border:1px solid var(--border);border-radius:4px;width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}
