*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}.app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.login-container{width:100%;max-width:400px}.login-card{background:#fff;border-radius:16px;padding:40px 32px;box-shadow:0 20px 40px #0000001a;text-align:center}.login-header{margin-bottom:32px}.school-icon{width:48px;height:48px;color:#4f46e5;margin:0 auto 16px}.login-header h1{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:8px}.login-header p{color:#6b7280;font-size:14px;margin-bottom:4px}.school-year{font-weight:600;color:#4f46e5}.login-form{display:flex;flex-direction:column;gap:20px}.input-group{position:relative}.input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af}.password-input{width:100%;padding:12px 12px 12px 44px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:border-color .2s}.password-input:focus{outline:none;border-color:#4f46e5}.login-button{background:#4f46e5;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.login-button:hover{background:#4338ca}.form-container{width:100%;max-width:800px;background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;overflow:hidden}.form-header{background:#4f46e5;color:#fff;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.header-content{display:flex;align-items:center;gap:16px}.header-icon{width:32px;height:32px}.header-content h1{font-size:20px;font-weight:700;margin-bottom:4px}.header-content p{font-size:14px;opacity:.9}.header-actions{display:flex;gap:12px;flex-wrap:wrap}.clear-button,.export-button,.logout-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.clear-button{background:#fff3;color:#fff}.clear-button:hover{background:#ffffff4d}.export-button{background:#10b981;color:#fff}.export-button:hover{background:#059669}.logout-button{background:#fff3;color:#fff}.logout-button:hover{background:#ffffff4d}.walkthrough-form{padding:32px;max-height:70vh;overflow-y:auto}.basic-info{margin-bottom:32px;padding:24px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.info-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.basic-info .input-group{display:flex;flex-direction:column;gap:8px}.basic-info label{font-weight:600;color:#374151;font-size:14px}.basic-info input{padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:border-color .2s}.basic-info input:focus{outline:none;border-color:#4f46e5}.checklist-section{margin-bottom:32px;padding:24px;border:1px solid #e2e8f0;border-radius:12px;background:#fafbfc}.section-header{display:flex;align-items:baseline;gap:12px;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e2e8f0;flex-wrap:wrap}.section-title{font-size:18px;font-weight:700;color:#1f2937;margin:0}.section-subtitle{font-size:13px;color:#6b7280;font-weight:500}.checklist-legend{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:#6b7280;margin-bottom:20px;padding:8px 12px;background:#f1f5f9;border-radius:6px}.checklist-legend span{display:flex;align-items:center;gap:4px}.checklist-group{margin-bottom:24px}.group-label{font-size:14px;font-weight:700;color:#334155;margin-bottom:12px;padding:6px 10px;background:#e0e7ff;border-radius:6px}.group-label.phase{background:#fef3c7;color:#92400e}.checklist-items{margin-bottom:20px}.checklist-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;padding:10px 12px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s}.checklist-item:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.checklist-item.high-leverage{border-left:3px solid #f59e0b}.star-icon{width:16px;height:16px;color:#f59e0b;flex-shrink:0;margin-top:2px}.state-button{display:flex;align-items:center;gap:4px;padding:4px 8px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;font-size:11px;font-weight:600;white-space:nowrap;flex-shrink:0;min-width:64px;justify-content:center;transition:all .15s}.state-button.state-unseen{color:#9ca3af;background:#f9fafb}.state-button.state-seen{color:#fff;background:#10b981;border-color:#059669}.state-button.state-na{color:#4b5563;background:#e5e7eb;border-color:#d1d5db}.state-button.state-concern{color:#fff;background:#ef4444;border-color:#dc2626}.state-button:hover{transform:scale(1.05)}.state-label{font-size:10px}.item-text{flex:1;font-size:14px;line-height:1.5;color:#374151}.checklist-item.item-seen .item-text{color:#065f46}.checklist-item.item-concern .item-text{color:#991b1b}.notes-section{margin-top:20px}.notes-section label{display:block;font-weight:600;color:#374151;margin-bottom:8px;font-size:14px}.notes-section textarea{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s}.notes-section textarea:focus{outline:none;border-color:#4f46e5}.summary-section{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:32px;padding:24px;background:#f1f5f9;border-radius:12px;border:1px solid #cbd5e1}.summary-section.three-column{grid-template-columns:1fr 1fr 1fr}.summary-item{display:flex;flex-direction:column;gap:8px}.summary-item label{font-weight:700;color:#1e293b;font-size:16px}.summary-item textarea{padding:16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s}.summary-item textarea:focus{outline:none;border-color:#4f46e5}.image-upload-section{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.image-upload-label{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#f3f4f6;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#374151;transition:all .2s}.image-upload-label:hover{background:#e5e7eb;border-color:#9ca3af}.image-upload-input{display:none}.uploaded-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:12px}.image-preview{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px;text-align:center}.preview-image{width:100%;height:80px;object-fit:cover;border-radius:4px;margin-bottom:4px}.remove-image-btn{position:absolute;top:4px;right:4px;background:#ef4444;color:#fff;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;transition:background-color .2s}.remove-image-btn:hover{background:#dc2626}.image-name{font-size:10px;color:#6b7280;display:block;word-break:break-all;line-height:1.2}.navigation{background:#4f46e5;border-bottom:1px solid #4338ca}.nav-container{display:flex;max-width:1200px;margin:0 auto;padding:0 20px}.nav-item{display:flex;align-items:center;gap:8px;padding:16px 20px;background:none;border:none;color:#fffc;cursor:pointer;transition:all .2s;border-bottom:3px solid transparent}.nav-item:hover{color:#fff;background:#ffffff1a}.nav-item.active{color:#fff;border-bottom-color:#fbbf24;background:#ffffff1a}.nav-icon{width:18px;height:18px}.nav-label{font-weight:500;font-size:14px}.page-container{max-width:1200px;margin:0 auto;padding:0 20px}.page-header{display:flex;justify-content:space-between;align-items:center;padding:32px 0;border-bottom:1px solid #e5e7eb;margin-bottom:32px}.page-content{padding-bottom:40px}.primary-button{display:flex;align-items:center;gap:8px;background:#4f46e5;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s}.primary-button:hover{background:#4338ca}.secondary-button{display:flex;align-items:center;gap:8px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:12px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.secondary-button:hover{background:#e5e7eb}.icon-button{display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #d1d5db;padding:8px;border-radius:6px;cursor:pointer;transition:all .2s}.icon-button:hover{background:#e5e7eb}.icon-button.danger{background:#fef2f2;border-color:#fecaca;color:#dc2626}.icon-button.danger:hover{background:#fee2e2}.search-container{position:relative;flex:1;max-width:400px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af}.search-input{width:100%;padding:12px 12px 12px 44px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:border-color .2s}.search-input:focus{outline:none;border-color:#4f46e5}.filters-container{display:flex;gap:16px;margin-bottom:24px;align-items:center}.filter-select{padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;cursor:pointer}.teachers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.teacher-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .2s}.teacher-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px #0000000d}.teacher-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.teacher-header h3{font-size:18px;font-weight:600;color:#1f2937;margin:0}.teacher-actions{display:flex;gap:8px}.teacher-info p{margin:8px 0;font-size:14px;color:#6b7280}.form-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.form-modal-content{background:#fff;border-radius:12px;padding:32px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.form-modal-content.large{max-width:800px}.form-modal-content h3{margin:0 0 24px;font-size:20px;font-weight:600;color:#1f2937}.teacher-form,.observation-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-row.three-col{grid-template-columns:1fr 1fr 1fr}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#374151;font-size:14px}.form-group input,.form-group select,.form-group textarea{padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:8px}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.observations-list{display:flex;flex-direction:column;gap:20px}.observation-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;transition:all .2s}.observation-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px #0000000d}.observation-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.observation-title{display:flex;align-items:center;gap:12px}.observation-title h3{margin:0;font-size:18px;font-weight:600;color:#1f2937}.status-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.status-not-started{background:#f3f4f6;color:#6b7280}.status-in-progress{background:#dbeafe;color:#1d4ed8}.status-implemented{background:#d1fae5;color:#065f46}.status-needs-followup{background:#fef3c7;color:#92400e}.observation-meta{display:flex;gap:16px;font-size:14px;color:#6b7280}.observation-type{background:#f3f4f6;padding:4px 8px;border-radius:4px;font-weight:500}.observation-content{display:flex;flex-direction:column;gap:16px}.observation-details p{margin:4px 0;font-size:14px;color:#6b7280}.feedback-summary,.next-steps{padding:16px;background:#f8fafc;border-radius:8px;border-left:4px solid #4f46e5}.feedback-summary strong,.next-steps strong{color:#1f2937;display:block;margin-bottom:8px}.deadline{font-size:14px;color:#dc2626;font-weight:600}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;display:flex;align-items:center;gap:16px}.metric-card.urgent{border-color:#fecaca;background:#fef2f2}.metric-icon{flex-shrink:0}.metric-content h3{margin:0;font-size:32px;font-weight:700;color:#1f2937}.metric-content p{margin:4px 0 0;font-size:14px;color:#6b7280}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:32px}.dashboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.dashboard-card h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#1f2937}.status-chart,.trends-list,.type-chart,.recent-list{display:flex;flex-direction:column;gap:12px}.status-item,.trend-item,.type-item,.recent-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.status-bar{width:100px;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.status-fill{height:100%;background:#4f46e5;transition:width .3s}.urgent-section{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:24px}.urgent-section h3{display:flex;align-items:center;gap:8px;margin:0 0 20px;color:#dc2626}.urgent-list{display:flex;flex-direction:column;gap:16px}.urgent-item{background:#fff;border:1px solid #fecaca;border-radius:8px;padding:16px;display:flex;justify-content:space-between;align-items:flex-start}.urgent-content strong{color:#1f2937;display:block;margin-bottom:4px}.urgent-content p{margin:0;font-size:14px;color:#6b7280}.days-left{font-size:12px;font-weight:600;padding:4px 8px;border-radius:4px;white-space:nowrap}.days-left.critical{background:#fecaca;color:#dc2626}.days-left.warning{background:#fef3c7;color:#92400e}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:24px}.summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;display:flex;align-items:center;gap:12px}.summary-card.overdue{border-color:#fecaca;background:#fef2f2;color:#dc2626}.summary-card.urgent{border-color:#fed7aa;background:#fff7ed;color:#ea580c}.summary-card.warning{border-color:#fef3c7;background:#fffbeb;color:#d97706}.summary-card.success{border-color:#bbf7d0;background:#f0fdf4;color:#16a34a}.summary-card h3{margin:0;font-size:24px;font-weight:700}.summary-card p{margin:0;font-size:12px;font-weight:500}.filter-buttons{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.filter-button{padding:8px 16px;border:1px solid #d1d5db;background:#fff;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s}.filter-button:hover{background:#f3f4f6}.filter-button.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.followup-list{display:flex;flex-direction:column;gap:16px}.followup-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .2s}.followup-item.overdue{border-color:#fecaca;background:#fef2f2}.followup-item.critical{border-color:#fed7aa;background:#fff7ed}.followup-item.urgent{border-color:#fef3c7;background:#fffbeb}.followup-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.teacher-info h3{margin:0;font-size:18px;font-weight:600;color:#1f2937}.subject{font-size:14px;color:#6b7280}.deadline{font-size:12px;font-weight:600;padding:4px 8px;border-radius:4px}.deadline.overdue{background:#fecaca;color:#dc2626}.deadline.critical{background:#fed7aa;color:#ea580c}.deadline.urgent{background:#fef3c7;color:#d97706}.followup-content{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.observation-details,.action-items,.support-provided{font-size:14px}.observation-details p{margin:2px 0;color:#6b7280}.action-items,.support-provided{padding:12px;background:#f8fafc;border-radius:6px;border-left:3px solid #4f46e5}.action-items strong,.support-provided strong{color:#1f2937;display:block;margin-bottom:4px}.followup-actions{display:flex;justify-content:space-between;align-items:center}.status-controls{display:flex;align-items:center;gap:8px}.status-controls label{font-size:14px;font-weight:600;color:#374151}.status-select{padding:6px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff}.subject-pills{display:flex;flex-wrap:wrap;gap:8px}.subject-pill{padding:6px 14px;border:2px solid #e5e7eb;background:#fff;border-radius:20px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.subject-pill:hover{border-color:#c7d2fe;background:#eef2ff}.subject-pill.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.subject-prompt{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:10px;color:#4338ca;font-size:14px;margin-bottom:24px}.boy-toggle .checkbox-label{font-size:14px;font-weight:600;color:#374151;cursor:pointer}.boy-toggle .checkbox-label input[type=checkbox]{width:18px;height:18px}.info-row.three-col{grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:20px}.empty-state{text-align:center;padding:60px 20px;color:#6b7280}.empty-icon{width:64px;height:64px;margin:0 auto 16px;color:#d1d5db}.empty-state h3{margin:0 0 8px;font-size:18px;color:#374151}.empty-state p{margin:0;font-size:14px}@media (max-width: 768px){.app{padding:16px}.form-header{flex-direction:column;align-items:stretch;text-align:center}.header-actions{justify-content:center}.info-row,.info-row.three-col,.summary-section,.summary-section.three-column{grid-template-columns:1fr}.walkthrough-form{padding:20px}.uploaded-images{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.nav-container{flex-direction:column;padding:0}.nav-item{justify-content:center;padding:12px}.page-header{flex-direction:column;align-items:stretch;gap:16px}.form-row,.form-row.three-col,.metrics-grid,.dashboard-grid,.teachers-grid{grid-template-columns:1fr}.filters-container{flex-direction:column;align-items:stretch}.search-container{max-width:none}}@media (max-width: 480px){.login-card{padding:32px 24px}.header-actions{flex-direction:column}.clear-button,.export-button,.logout-button{width:100%;justify-content:center}.summary-cards{grid-template-columns:1fr}.filter-buttons{flex-direction:column}}
