*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f7fa;color:#2d3748;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.loading{align-items:center;display:flex;flex-direction:column;gap:16px;height:100vh;justify-content:center}.spinner{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:12px 24px}.header,.header-left{align-items:center;display:flex}.header-left{gap:16px}.header-title{color:#2d3748;font-size:18px;font-weight:600}.header-buttons{display:flex;flex-wrap:wrap;gap:8px}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s}.btn:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.btn-primary{background:#3b82f6;color:#fff}.btn-success{background:#10b981;color:#fff}.btn-warning{background:#f59e0b;color:#fff}.btn-danger{background:#ef4444;color:#fff}.btn-purple{background:#8b5cf6;color:#fff}.btn-secondary{background:#64748b;color:#fff}.btn-sm{font-size:12px;padding:6px 12px}.container{display:flex;height:calc(100vh - 61px)}.sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-shrink:0;min-height:100vh;overflow-y:auto;padding:16px 0;width:220px}.sidebar-item{align-items:center;color:#64748b;cursor:pointer;display:flex;font-size:14px;justify-content:space-between;padding:12px 24px;transition:all .2s}.sidebar-item:hover{background:#f8fafc;color:#3b82f6}.sidebar-item.active{background:#eff6ff;border-right:3px solid #3b82f6;color:#3b82f6;font-weight:500}.sidebar-badge{background:#e0e7ff;border-radius:12px;color:#6366f1;font-size:12px;font-weight:600;padding:2px 8px}.main-content{background:#f5f7fa;flex:1 1;overflow-y:auto;padding:24px}.page-title{color:#1a202c;font-size:24px;font-weight:600;margin-bottom:24px}.alert{background:#dbeafe;border:1px solid #93c5fd;border-radius:8px;margin-bottom:24px;padding:16px}.alert-content h4{color:#1e40af;font-size:14px;font-weight:600;margin-bottom:4px}.alert-content p{color:#1e3a8a;font-size:13px;line-height:1.5}.card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:20px}.card-header{color:#1a202c;font-size:16px;font-weight:600;margin-bottom:16px}.form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:16px}.form-group{display:flex;flex-direction:column}.form-group label{color:#4a5568;font-size:13px;font-weight:500;margin-bottom:6px}input,select,textarea{background:#fff;border:1px solid #cbd5e0;border-radius:6px;color:#2d3748;font-size:14px;padding:10px 12px;transition:all .2s}input:focus,select:focus,textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}textarea{font-family:inherit;min-height:80px;resize:vertical}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.stat-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:20px}.stat-label{color:#64748b;font-size:13px;margin-bottom:4px}.stat-value{color:#1a202c;font-size:24px;font-weight:700}.stat-change{color:#64748b;font-size:12px;margin-top:4px}.charts-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:24px}.empty-state{padding:60px 20px}.filter-bar{flex-wrap:wrap;margin-bottom:20px}.filter-bar .form-group{flex:1 1;min-width:200px}.toast-container{display:flex;flex-direction:column;gap:12px;position:fixed;right:24px;top:80px;z-index:1000}.toast{align-items:center;animation:slideIn .3s ease-out;background:#fff;border-left:4px solid;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;gap:12px;min-width:300px;padding:16px 20px}.toast.success{border-left-color:#10b981}.toast.error{border-left-color:#ef4444}.toast.info{border-left-color:#3b82f6}.toast-content{flex:1 1}.toast-title{color:#1a202c;font-size:14px;font-weight:600;margin-bottom:2px}.toast-message{color:#64748b;font-size:13px}.toast-close{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:18px;line-height:1;padding:0}@keyframes slideIn{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}.pipeline-item{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:16px;padding:20px}.pipeline-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.pipeline-family-info{flex:1 1}.pipeline-family-name{color:#1a202c;font-size:16px;font-weight:600;margin-bottom:4px}.pipeline-family-details{color:#64748b;font-size:13px}.pipeline-completion{color:#3b82f6;font-size:20px;font-weight:700}.pipeline-progress,.pipeline-stage{align-items:center;display:flex;position:relative}.pipeline-stage{flex:1 1;flex-direction:column}.pipeline-stage-icon{align-items:center;border-radius:50%;display:flex;font-size:18px;font-weight:600;height:40px;justify-content:center;position:relative;width:40px;z-index:2}.pipeline-stage-icon.completed{background:#10b981;color:#fff}.pipeline-stage-icon.pending{background:#fff;border:3px solid #3b82f6;color:#3b82f6}.pipeline-stage-icon.future{background:#e5e7eb;color:#9ca3af}.pipeline-stage-label{color:#64748b;font-size:11px;font-weight:500;line-height:1.2;margin-top:8px;text-align:center}.pipeline-stage-date{color:#94a3b8;font-size:10px;margin-top:4px}.pipeline-line{background:#e5e7eb;height:4px;left:0;position:absolute;right:0;top:20px;z-index:1}.pipeline-line-progress{background:linear-gradient(90deg,#10b981,#3b82f6);height:100%;transition:width .3s ease}.record-card{grid-gap:32px;align-items:start;background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #00000014;display:grid;gap:32px;grid-template-columns:1fr 1fr 1fr 1fr .6fr;margin-bottom:20px;padding:28px;transition:all .3s}.record-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-2px)}.record-section{display:flex;flex-direction:column;gap:8px}.record-section-title{border-bottom:2px solid #e5e7eb;color:#6b7280;font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:6px;padding-bottom:6px;text-transform:uppercase}.record-family-name{color:#1a202c;font-size:17px;font-weight:700;margin-bottom:4px}.record-detail{color:#4b5563;font-size:13px;line-height:1.6}.record-detail-label{color:#9ca3af;font-size:11px;font-weight:500;margin-right:4px}.record-milestone{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;font-size:13px;justify-content:space-between;padding:6px 0}.record-milestone:last-child{border-bottom:none}.record-milestone-label{color:#6b7280;font-weight:500}.record-milestone-date{background:#f9fafb;border-radius:4px;color:#1a202c;font-size:12px;font-weight:600;padding:3px 8px}.record-actions{display:flex;flex-direction:column;gap:8px}.record-actions .btn{justify-content:center;width:100%}.record-pipeline-bar{margin-top:10px}.record-pipeline-progress{background:#e5e7eb;border-radius:4px;height:8px;overflow:hidden}.record-pipeline-fill{background:linear-gradient(90deg,#10b981,#3b82f6);border-radius:4px;height:100%;transition:width .3s}.record-pipeline-text{color:#64748b;font-size:12px;margin-top:4px}.badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 10px}.badge-blue{background:#dbeafe;color:#1e40af}.badge-green{background:#d1fae5;color:#065f46}.badge-yellow{background:#fef3c7;color:#92400e}.badge-purple{background:#ede9fe;color:#5b21b6}.sidebar-timestamp{border-top:1px solid #e2e8f0;color:#94a3b8;font-size:11px;margin-top:auto;padding:12px 16px}.stat-card-clickable{cursor:pointer;transition:all .2s}.stat-card-clickable:hover{border-color:#3b82f6;box-shadow:0 6px 20px #3b82f633;transform:translateY(-2px)}.alerts-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:24px;overflow:hidden}.alerts-header{align-items:center;background:#fffbeb;border-bottom:1px solid #fde68a;display:flex;justify-content:space-between;padding:14px 20px}.alerts-header h3{color:#92400e;font-size:15px;margin:0}.alerts-count{background:#f59e0b;border-radius:12px;color:#fff;font-size:12px;font-weight:600;padding:2px 10px}.alert-group{padding:0}.alert-group-title{border-bottom:1px solid #f1f5f9;font-size:13px;font-weight:600;padding:10px 20px}.alert-group-title.alert-urgent{background:#fef2f2;color:#991b1b}.alert-group-title.alert-warning{background:#fffbeb;color:#92400e}.alert-group-title.alert-stale{background:#fff7ed;color:#9a3412}.alert-item{align-items:center;border-bottom:1px solid #f8fafc;cursor:pointer;display:flex;justify-content:space-between;padding:10px 20px;transition:background .15s}.alert-item:hover{background:#f0f9ff}.alert-item:last-child{border-bottom:none}.alert-item-name{color:#1a202c;font-size:14px;font-weight:500}.alert-item-parent{color:#64748b;font-weight:400}.alert-item-detail{color:#94a3b8;font-size:12px}.smart-filter-banner{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e40af;display:flex;font-size:14px;justify-content:space-between;margin-bottom:16px;padding:10px 16px}.notes-history{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:8px;max-height:150px;overflow-y:auto;padding:10px 12px}.notes-entry{border-bottom:1px solid #f1f5f9;color:#374151;font-size:12px;line-height:1.6;padding:3px 0}.notes-entry:last-child{border-bottom:none}.notes-input-row{display:flex;gap:8px}.notes-input-row input{flex:1 1}@media (max-width:1200px){.record-card{grid-template-columns:1fr 1fr}}@media (max-width:768px){.sidebar{display:none}.charts-grid,.record-card{grid-template-columns:1fr}.header{flex-direction:column}}.help-buttons{display:flex;gap:6px;margin-left:12px}.btn-help{align-items:center;background:#3b82f626;border:1px solid #3b82f64d;border-radius:6px;color:#3b82f6;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;transition:all .2s;width:32px}.btn-help:hover{background:#3b82f640;transform:translateY(-1px)}.chat-toggle{align-items:center;background:#3b82f6;border:none;border-radius:50%;bottom:24px;box-shadow:0 4px 16px #3b82f666;color:#fff;cursor:pointer;display:flex;font-size:22px;height:52px;justify-content:center;position:fixed;right:24px;transition:all .3s;width:52px;z-index:999}.chat-toggle:hover{box-shadow:0 6px 24px #3b82f680;transform:scale(1.08)}.chat-toggle.open{background:#64748b;box-shadow:0 4px 12px #0003}.chat-panel{background:#fff;border-radius:12px;bottom:90px;box-shadow:0 8px 40px #0003;display:flex;flex-direction:column;height:520px;opacity:0;pointer-events:none;position:fixed;right:24px;transform:scale(0) translateY(20px);transform-origin:bottom right;transition:all .25s ease;width:400px;z-index:998}.chat-panel.open{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.chat-header{background:#3b82f6;border-radius:12px 12px 0 0;color:#fff;justify-content:space-between;padding:14px 16px}.chat-header,.chat-header-left{align-items:center;display:flex}.chat-header-left{gap:10px}.chat-header h3{font-size:15px;font-weight:600;margin:0}.chat-new-btn{background:#fff3;border:1px solid #ffffff4d;border-radius:4px;color:#fff;cursor:pointer;font-size:11px;padding:3px 10px}.chat-new-btn:hover{background:#ffffff4d}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:16px}.chat-welcome{color:#4a5568;font-size:14px;line-height:1.6}.chat-suggestions{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.chat-suggestion{background:#eff6ff;border:1px solid #bfdbfe;border-radius:16px;color:#1e40af;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s}.chat-suggestion:hover{background:#dbeafe}.chat-msg{display:flex}.chat-msg.user{justify-content:flex-end}.chat-msg.assistant{justify-content:flex-start}.chat-msg-content{word-wrap:break-word;border-radius:12px;font-size:13px;line-height:1.6;max-width:85%;padding:10px 14px}.chat-msg.user .chat-msg-content{background:#3b82f6;border-bottom-right-radius:4px;color:#fff}.chat-msg.assistant .chat-msg-content{background:#f1f5f9;border-bottom-left-radius:4px;color:#1a202c}.chat-typing span{animation:chatBounce 1.4s infinite;background:#94a3b8;border-radius:50%;display:inline-block;height:8px;margin:0 2px;width:8px}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes chatBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}}.chat-input-area{border-top:1px solid #e2e8f0;display:flex;gap:8px;padding:12px}.chat-input-area input{border:1px solid #cbd5e0;border-radius:8px;flex:1 1;font-size:13px;padding:10px 12px}.chat-input-area input:focus{border-color:#3b82f6;outline:none}.chat-input-area button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:10px 16px}.chat-input-area button:hover{background:#2563eb}.chat-input-area button:disabled{background:#94a3b8;cursor:not-allowed}.guide-overlay{align-items:center;animation:fadeIn .2s;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.guide-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;height:80vh;max-width:900px;width:90%}.guide-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 24px}.guide-header h2{color:#1a202c;font-size:18px;margin:0}.guide-header-actions{align-items:center;display:flex;gap:8px}.guide-close{background:none;border:none;color:#64748b;cursor:pointer;font-size:20px;padding:4px 8px}.guide-close:hover{color:#1a202c}.guide-body{display:flex;flex:1 1;overflow:hidden}.guide-nav{border-right:1px solid #e2e8f0;flex-shrink:0;overflow-y:auto;padding:8px 0;width:220px}.guide-nav-item{border-left:3px solid #0000;color:#64748b;cursor:pointer;font-size:13px;padding:10px 20px;transition:all .2s}.guide-nav-item:hover{background:#f8fafc;color:#3b82f6}.guide-nav-item.active{background:#eff6ff;border-left-color:#3b82f6;color:#3b82f6;font-weight:500}.guide-content{flex:1 1;overflow-y:auto;padding:24px 32px}.guide-content h3{color:#1e40af;font-size:20px;margin-bottom:16px}.guide-text{color:#374151;font-size:14px;line-height:1.8;white-space:pre-wrap}.login-page{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:400px;padding:40px;width:100%}.login-header{margin-bottom:32px;text-align:center}.login-header h1{color:#1e40af;font-size:28px;margin-bottom:4px}.login-header p{color:#64748b;font-size:15px}.login-error{background:#fee2e2;border-radius:8px;color:#991b1b;font-size:13px;font-weight:500;margin-bottom:16px;padding:10px 16px}.login-btn{border-radius:8px;font-size:15px;font-weight:600;margin-top:8px;padding:12px;width:100%}.login-links{margin-top:16px;text-align:center}.link-btn{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:13px;text-decoration:underline}.link-btn:hover{color:#1e40af}.mfa-info{color:#4a5568;font-size:14px;line-height:1.6;margin-bottom:16px}.login-success{background:#d1fae5;border-radius:8px;color:#065f46;font-size:13px;font-weight:500;margin-bottom:16px;padding:10px 16px}.btn-user{background:#ffffff26;border:1px solid #ffffff40;border-radius:6px;color:#4a5568;cursor:pointer;font-size:12px;font-weight:500;padding:6px 14px;transition:all .2s}.btn-user:hover{background:#ef44441a;border-color:#ef44444d;color:#ef4444}.sidebar-section-label{color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:1px;padding:8px 20px 4px;text-transform:uppercase}.sis-tabs{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:20px}.sis-tab{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:10px 16px;transition:all .2s}.sis-tab:hover{background:#e2e8f0;color:#334155}.sis-tab.active{background:#1e40af;border-color:#1e40af;color:#fff}.sis-tab-count{background:#0000001a;border-radius:10px;font-size:11px;font-weight:600;padding:2px 8px}.sis-tab.active .sis-tab-count{background:#ffffff40}.auth-row{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;padding:14px 16px}.auth-row:hover{background:#f1f5f9}.student-list-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;display:flex;gap:16px;padding:16px 20px;transition:all .2s}.student-list-card:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a;transform:translateY(-1px)}.student-list-info{flex:1 1;min-width:0}.student-list-name{color:#1a202c;font-size:15px;font-weight:600;margin-bottom:2px}.student-list-details{color:#64748b;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-list-sis{display:flex;gap:12px}.student-list-pct{min-width:70px;text-align:center}.badge-red{background:#fee2e2;color:#991b1b}.badge-purple{background:#f3e8ff;color:#6b21a8}.filter-bar{align-items:flex-end;display:flex;gap:12px}.filter-bar .form-group{margin-bottom:0}.empty-state{color:#94a3b8;padding:40px 20px;text-align:center}.empty-state p{font-size:14px}