*{box-sizing:border-box;margin:0;padding:0}:root{--primary: #4f46e5;--primary-dark: #4338ca;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--gray-50);color:var(--gray-900);line-height:1.5}.app{min-height:100vh;display:flex;flex-direction:column}.nav{background:#fff;border-bottom:1px solid var(--gray-200);padding:0 1.5rem;display:flex;align-items:center;height:64px;position:sticky;top:0;z-index:100}.nav-brand a{font-size:1.25rem;font-weight:700;color:var(--primary);text-decoration:none}.nav-links{margin-left:2rem;display:flex;gap:1rem}.nav-links a{color:var(--gray-600);text-decoration:none;padding:.5rem 1rem;border-radius:.375rem;transition:all .2s}.nav-links a:hover,.nav-links a.active{color:var(--primary);background:var(--gray-100)}.main-content{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.loading,.error{text-align:center;padding:3rem;color:var(--gray-500)}.error{color:var(--danger)}.dashboard h1{margin-bottom:1.5rem;color:var(--gray-800)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.stat-value{font-size:2rem;font-weight:700;color:var(--primary)}.stat-label{color:var(--gray-500);font-size:.875rem;margin-top:.25rem}.students-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.student-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.student-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.student-header h3{font-size:1.25rem;color:var(--gray-800)}.year-badge{background:var(--gray-100);color:var(--gray-600);padding:.25rem .75rem;border-radius:1rem;font-size:.75rem}.recent-weeks h4{font-size:.875rem;color:var(--gray-500);margin-bottom:.75rem}.weeks-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.week-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:var(--gray-50);border-radius:.5rem;text-decoration:none;color:inherit;transition:all .2s}.week-item:hover{background:var(--gray-100)}.week-number{font-weight:500;min-width:70px;color:var(--gray-700)}.week-progress{font-size:.75rem;color:var(--gray-500);min-width:40px;text-align:right}.progress-bar{flex:1;height:8px;background:var(--gray-200);border-radius:4px;overflow:hidden}.progress-bar.large{height:12px}.progress-fill{height:100%;background:var(--success);border-radius:4px;transition:width .3s ease}.btn{display:inline-block;padding:.625rem 1.25rem;border-radius:.5rem;font-weight:500;text-decoration:none;text-align:center;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.student-page h1{margin-bottom:.5rem}.page-header{margin-bottom:1.5rem}.back-link{color:var(--gray-500);text-decoration:none;font-size:.875rem;display:inline-block;margin-bottom:.5rem}.back-link:hover{color:var(--primary)}.year-selector{margin-bottom:1.5rem}.year-selector label{display:block;font-size:.875rem;color:var(--gray-500);margin-bottom:.5rem}.year-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.year-tab{padding:.5rem 1rem;background:#fff;border:1px solid var(--gray-200);border-radius:.5rem;text-decoration:none;color:var(--gray-600);font-size:.875rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;transition:all .2s}.year-tab:hover{border-color:var(--primary);color:var(--primary)}.year-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.year-tab .week-count{font-size:.75rem;opacity:.8}.weeks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.week-card{background:#fff;border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px #0000001a;text-decoration:none;color:inherit;transition:all .2s;border:2px solid transparent}.week-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.week-card.complete{border-color:var(--success)}.week-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.week-card .week-number{font-weight:600;color:var(--gray-800)}.week-type{font-size:.75rem;padding:.125rem .5rem;border-radius:1rem;background:var(--gray-100);color:var(--gray-600)}.week-type.school{background:#dbeafe;color:#1e40af}.week-type.holiday{background:#fef3c7;color:#92400e}.week-dates{font-size:.75rem;color:var(--gray-500);margin-bottom:.75rem}.week-progress-section{display:flex;align-items:center;gap:.5rem}.progress-text{font-size:.75rem;color:var(--gray-500);white-space:nowrap}.week-page h1{margin:0}.week-title{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.week-type-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;background:var(--gray-100);color:var(--gray-600)}.week-type-badge.school{background:#dbeafe;color:#1e40af}.week-type-badge.holiday{background:#fef3c7;color:#92400e}.week-meta{display:flex;align-items:center;gap:.5rem;color:var(--gray-500);font-size:.875rem}.separator{color:var(--gray-300)}.week-progress-header{background:#fff;border-radius:.75rem;padding:1.25rem;margin:1.5rem 0;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px #0000001a}.week-progress-header .progress-bar{flex:1}.week-progress-header .progress-text{font-size:.875rem;font-weight:500;color:var(--gray-600)}.bible-section{background:linear-gradient(135deg,#fdf4ff,#f5f3ff);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.bible-section h2{color:#6b21a8;margin-bottom:1rem;font-size:1.125rem}.bible-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.bible-item{background:#fff;border-radius:.5rem;padding:1rem}.bible-item h4{color:#7c3aed;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.bible-item p{color:var(--gray-700);font-size:.9375rem}.subjects-section{margin-bottom:1.5rem}.subjects-section h2{margin-bottom:1rem;color:var(--gray-800)}.subjects-list{display:flex;flex-direction:column;gap:.5rem}.subject-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;border-radius:.75rem;padding:1rem 1.25rem;box-shadow:0 1px 3px #0000001a;cursor:pointer;transition:all .2s;border:2px solid transparent}.subject-item:hover{box-shadow:0 4px 12px #0000001a}.subject-item.completed{border-color:var(--success);background:linear-gradient(135deg,#f0fdf4,#fff)}.subject-checkbox{padding-top:.125rem}.subject-checkbox input[type=checkbox]{width:1.25rem;height:1.25rem;accent-color:var(--success);cursor:pointer}.subject-content{flex:1}.subject-content h4{color:var(--gray-800);margin-bottom:.25rem}.planned-text{color:var(--gray-500);font-size:.875rem}.status-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.status-badge.completed{background:#d1fae5;color:#065f46}.status-badge.pending{background:var(--gray-100);color:var(--gray-600)}.status-badge.in_progress{background:#fef3c7;color:#92400e}.notes-section{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.notes-section h2{margin-bottom:.75rem;color:var(--gray-800)}.notes-section p{color:var(--gray-600);white-space:pre-wrap}@media (max-width: 768px){.main-content{padding:1rem}.students-grid{grid-template-columns:1fr}.weeks-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.week-meta{flex-wrap:wrap}.bible-grid{grid-template-columns:1fr}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
