:root{--primary: #4f46e5;--primary-dark: #4338ca;--danger: #dc2626;--bg: #f4f5f9;--panel: #ffffff;--border: #e2e5ee;--text: #1f2430;--text-muted: #6b7280;--sidebar-bg: #1f2937;--slot-h: 250px;--head-h: 56px;--radius: 10px}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}button{font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 11px;border-radius:8px;border:1px solid var(--border);background:#fff;color:var(--text);cursor:pointer;font-size:14px;transition:all .15s ease;white-space:nowrap}.btn:hover{border-color:var(--primary);color:var(--primary)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn--primary:hover{background:var(--primary-dark);color:#fff}.btn--ghost{background:transparent}.btn--danger{color:var(--danger);border-color:#fca5a5}.btn--danger:hover{background:#fef2f2;color:var(--danger)}.btn--danger-ghost{color:var(--danger);border-color:transparent;background:transparent}.btn--danger-ghost:hover{background:#fef2f2;border-color:#fecaca;color:var(--danger)}.btn--small{padding:3px 8px;font-size:13px}.btn--block{width:100%}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-weight:600;font-size:13px}.form-field input,.form-field select,.form-field textarea,.student-picker select{padding:7px 9px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:#fff;color:var(--text);outline:none;transition:border-color .15s ease}.form-field input:focus,.form-field select:focus,.form-field textarea:focus,.student-picker select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51f}.form-field textarea{resize:vertical}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px}.form-stack{display:grid;gap:10px}.duration-options{display:flex;gap:6px;flex-wrap:wrap}.student-picker{display:flex;gap:8px}.student-picker input,.student-picker select{flex:1;min-width:0}.repeat-control input{width:72px;flex:none}.repeat-unit{color:var(--text-muted);font-size:12px;flex:none}.recurring-toggle{display:flex;align-items:center;gap:8px;margin:2px 0 8px;font-size:13px;cursor:pointer}.student-entries{display:grid;gap:8px;margin:10px 0}.student-entry{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#fafbfd}.student-entry input,.student-entry select{padding:8px 10px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:#fff;color:var(--text);outline:none}.student-entry__name-input{flex:1;min-width:120px}.student-entry select{min-width:110px}.student-entry input.student-entry__repeat{width:76px;flex:none}.student-entry__repeat-label{color:var(--text-muted);font-size:12px;min-width:76px;text-align:center}.student-entry__repeat-wrap{display:inline-flex;align-items:center;gap:4px;flex:none}.error-banner{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:8px;padding:10px 12px;font-size:13px;margin:8px 0}.muted{color:var(--text-muted)}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;white-space:nowrap}.badge--ok{background:#dcfce7;color:#166534}.badge--muted{background:#e5e7eb;color:#4b5563}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef2ff,#f5f3ff);padding:20px}.login-card{width:380px;max-width:100%;background:#fff;border-radius:16px;padding:36px 32px;box-shadow:0 20px 50px #4f46e526;text-align:center}.login-logo{font-size:42px}.login-title{margin:12px 0 4px;font-size:22px}.login-subtitle{color:var(--text-muted);margin:0 0 24px}.login-form{display:grid;gap:14px;text-align:left}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topnav{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:16px;height:48px;padding:0 14px;background:#fff;border-bottom:1px solid var(--border)}.topnav-brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px;white-space:nowrap}.topnav-links{display:flex;gap:4px;flex:1}.topnav-link{padding:7px 14px;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:14px;color:var(--text)}.topnav-link:hover{background:var(--bg)}.topnav-link--active{background:var(--primary);color:#fff}.topnav-logout{padding:7px 12px;border:none;background:transparent;cursor:pointer;font-size:14px;color:var(--text-muted);border-radius:8px;white-space:nowrap}.topnav-logout:hover{background:var(--bg);color:var(--text)}.main-content{flex:1;padding:10px 14px 20px}.schedule-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:8px}.week-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.week-days{display:flex;gap:6px;flex-wrap:wrap}.week-day{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:50px;padding:6px 4px;border:1px solid var(--border);border-radius:10px;background:#fff;cursor:pointer;transition:all .15s ease}.week-day:hover{border-color:var(--primary)}.week-day--active{background:var(--primary);border-color:var(--primary);color:#fff}.week-day__name{font-size:12px}.week-day__date{font-size:15px;font-weight:700}.week-day__today{font-size:10px;background:#ffffff4d;padding:0 5px;border-radius:999px}.toolbar-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.toolbar-label{display:flex;align-items:center;gap:8px;font-weight:600}.toolbar-label select{padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:14px;outline:none}.student-search{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end;min-width:0;max-width:100%}.zoom-controls{display:flex;align-items:center;gap:4px}.zoom-value{min-width:42px;text-align:center;font-size:12px;font-weight:600;color:var(--text-muted)}.student-search input{padding:7px 9px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:#fff;outline:none;min-width:160px}.student-search .student-filter-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:138px;height:38px;padding:0 36px 0 14px;border:1px solid transparent;border-radius:12px;color:#47445f;font-weight:600;background-color:#f3f2ff;background-image:linear-gradient(45deg,transparent 50%,#686580 50%),linear-gradient(135deg,#686580 50%,transparent 50%);background-position:calc(100% - 17px) 16px,calc(100% - 12px) 16px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;cursor:pointer;transition:background-color .16s ease,box-shadow .16s ease,color .16s ease}.student-search .student-filter-select--wide{min-width:156px}.student-search .student-filter-select:hover{background-color:#ebe9ff;color:var(--primary)}.student-search .student-filter-select:focus{outline:none;border-color:#4f46e533;box-shadow:0 0 0 3px #4f46e51a}.student-record-table th:first-child,.student-record-table td:first-child{position:sticky;left:0;min-width:118px;background:#fff;box-shadow:1px 0 0 var(--border),8px 0 12px -12px #11182780;z-index:2}.student-record-table thead th:first-child{background:#fafbfd;z-index:3}.student-balance-range{display:flex;align-items:center;gap:6px;height:38px;padding:0 10px 0 13px;border-radius:12px;background:#f3f2ff;color:#47445f;font-size:13px;font-weight:600}.student-balance-range input{width:62px;min-width:0;height:28px;padding:0 8px;border:0;border-radius:8px;background:#ffffffc7;text-align:center;font-size:13px;box-shadow:none}.student-balance-range input:focus{outline:none;box-shadow:0 0 0 2px #4f46e524}.student-balance-range i{color:#8b88a3;font-style:normal}.student-search input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51f}.schedule-legend{display:flex;align-items:center;gap:14px;margin-bottom:6px;font-size:13px;flex-wrap:wrap}.legend-item{display:inline-flex;align-items:center}.legend-item:before{content:"";display:inline-block;width:12px;height:12px;border-radius:4px;margin-right:5px;border:1px solid}.legend-item--pink:before{background:#f9c6d9;border-color:#e04f8c}.legend-item--yellow:before{background:#ffe07a;border-color:#eab308}.legend-item--blue:before{background:#b9d7ff;border-color:#4f86e8}.legend-item--green:before{background:#a9e8b2;border-color:#2f9e44}.legend-item--purple:before{background:#d8c6f7;border-color:#9d6fe8}.legend-item--future:before{background:#eeecff;border-color:#7568e8;border-style:dashed}.legend-hint{color:var(--text-muted);margin-left:auto}.conflict-banner{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:10px;padding:10px 14px;margin-bottom:12px;display:flex;flex-direction:column;gap:3px;font-size:13px}.search-results{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;margin-bottom:12px}.search-results__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.search-results__table{width:100%;border-collapse:collapse}.search-results__table th{text-align:left;padding:8px 10px;border-bottom:1px solid var(--border);font-size:13px;color:var(--text-muted)}.search-results__table td{padding:8px 10px;border-bottom:1px solid #f0f1f6;font-size:13px;vertical-align:top}.search-results__table tbody tr:last-child td{border-bottom:none}.search-results__name{font-weight:600}.search-results__count{color:var(--primary);font-weight:700;white-space:nowrap}.search-results__courses{color:var(--text-muted);max-width:640px}.filter-results__head{margin-bottom:10px}.filter-results__row{cursor:pointer}.filter-results__row:hover td{background:#fafbfd}.filter-results__remaining{color:var(--primary);font-weight:700;white-space:nowrap}.board-scroll{overflow:auto;border:1px solid var(--border);border-radius:var(--radius);background:#fff;max-height:calc(100vh - 150px)}.board{display:flex;min-width:max-content}.time-axis{position:sticky;left:0;z-index:2;background:#fff;border-right:1px solid var(--border)}.time-axis-body{position:relative}.axis-header{height:var(--head-h);display:flex;align-items:center;padding:0 10px;font-weight:600;border-bottom:1px solid var(--border);white-space:nowrap;background:#fafbfd}.axis-slot{height:var(--slot-h);display:flex;align-items:center;justify-content:flex-end;padding-right:10px;font-size:12px;color:var(--text-muted);border-bottom:1px solid #f0f1f6;background:#fff}.axis-slot--dynamic{position:absolute;left:0;right:0;display:flex;align-items:flex-start;justify-content:flex-end;padding-top:2px}.teacher-col{flex:1 1 150px;min-width:150px;border-left:1px solid var(--border)}.teacher-head{height:var(--head-h);display:flex;align-items:center;gap:6px;padding:0 10px;border-bottom:1px solid var(--border);background:#fafbfd}.teacher-name{font-weight:600}.teacher-position{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.teacher-body{position:relative;background:#fff}.grid-line{position:absolute;left:0;right:0;height:0;border-top:1px solid #e6eaf0;pointer-events:none;z-index:0}.grid-line--half{border-top-color:#f0f2f6}.slot-cell{position:absolute;left:0;right:0;cursor:pointer;z-index:0}.slot-cell:hover{background:#4f46e50f}.course-card{position:absolute;left:4px;right:4px;z-index:1;border-radius:8px;border:1px solid transparent;padding:5px 6px;text-align:left;cursor:pointer;box-shadow:0 1px 3px #0f172a14;font-size:12px;line-height:1.45;display:flex;flex-direction:column;gap:2px;min-width:0}.course-card:hover{box-shadow:0 4px 12px #0f172a24;z-index:3}.course-card--pink{background-color:#f9c6d9;border-color:#e04f8c}.course-card--yellow{background-color:#ffe07a;border-color:#eab308}.course-card--blue{background-color:#b9d7ff;border-color:#4f86e8}.course-card--green{background-color:#a9e8b2;border-color:#2f9e44}.course-card--purple{background-color:#d8c6f7;border-color:#9d6fe8}.course-card--conflict{outline:2px solid var(--danger);outline-offset:-2px}.course-card--merged{opacity:.55;filter:grayscale(.6)}.course-card--compact{align-items:center;justify-content:center;text-align:center;gap:8px}.course-card__compact{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.course-card--merged:not(.course-card--compact) .course-card__merged-note{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:700}.course-card--merged:not(.course-card--compact) .course-card__add-btn{font-size:12px;padding:3px 12px;font-weight:600}.course-card__merged-note{font-weight:700;color:var(--text-muted);font-size:11px}.course-card__add-btn{margin-left:6px;padding:1px 7px;border:1px solid rgba(15,23,42,.2);border-radius:999px;background:#fff;color:var(--text);font-size:10px;cursor:pointer;vertical-align:middle}.course-card__add-btn:hover{border-color:var(--primary);color:var(--primary)}.course-card__add-student-btn{margin-right:4px;padding:2px 10px;border:none;border-radius:999px;background:#7cb342;color:#fff;font-size:12px;font-weight:600;cursor:pointer}.course-card__add-student-btn:hover{background:#689f38}.course-card__add-form{display:flex;flex-wrap:wrap;gap:4px;align-items:center;margin-top:4px;padding:5px;border:1px dashed rgba(15,23,42,.2);border-radius:6px;background:#ffffff73}.course-card__add-form input{flex:1 1 90px;min-width:70px;padding:3px 6px;border:1px solid var(--border);border-radius:6px;font-size:12px}.course-card__add-form select{padding:3px 4px;border:1px solid var(--border);border-radius:6px;font-size:12px}.course-card__head{display:flex;justify-content:space-between;align-items:center;gap:4px}.course-card__head-right{display:inline-flex;align-items:center;gap:4px}.course-card__time{font-weight:700}.course-card__mode{font-size:11px;font-weight:700;padding:1px 7px;border-radius:999px;background:#ffffffbf;border:1px solid rgba(15,23,42,.08)}.course-card__room{font-weight:700}.course-card__teacher{color:var(--text-muted);font-size:11px}.course-card__substitute{color:#b45309;font-weight:600;font-size:11px}.course-card__future-seats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px 6px;margin-top:2px;line-height:1.25}.course-card__future-seats--vip{grid-template-columns:1fr;justify-items:center}.course-card__future-student{display:flex;flex-direction:column;gap:1px;min-width:0;padding:2px 4px;border:1px dashed #7568e8;border-radius:4px;background:#eeecffeb;color:#4338a8}.course-card__future-seats--vip .course-card__future-student{width:100%;max-width:240px;padding:5px 10px}.student-status--future{color:#5145c4;background:#dedaff}.future-seat-card{position:absolute;left:4px;right:4px;z-index:1;display:flex;flex-direction:column;gap:2px;padding:7px 8px;border:1px dashed #7568e8;border-radius:8px;background:#eeecff;color:#4338a8;box-shadow:0 1px 3px #4f46e51f;font-size:11px;line-height:1.35}.future-seat-card small{color:#6964a4}.future-seat-warning{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid #a79ff5;border-radius:10px;background:#f2f0ff;color:#4338a8;font-size:13px}.future-seat-warning small{color:#6b6699}.course-card__students{margin:2px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px 6px;line-height:1.25}.course-card__students li{display:flex;flex-direction:column;gap:1px;min-width:0;border:1px solid rgba(15,23,42,.09);border-radius:4px;padding:2px 4px;background:#fff6}.course-card__students--vip{grid-template-columns:1fr;justify-items:center;align-items:center;align-content:center;flex:1}.course-card__students--vip li{justify-content:center;width:100%;max-width:240px;padding:5px 10px}.course-card__students--vip .course-card__student-name{font-size:15px}.course-card__students--vip .student-status,.course-card__students--vip .student-leave-toggle{font-size:13px}.course-card__students--vip .course-card__student-bottom{font-size:11px}.course-card__student-top{display:flex;align-items:center;justify-content:space-between;gap:4px;min-width:0}.course-card__student-name{font-weight:500;font-size:13px;white-space:nowrap;flex:0 1 auto;min-width:1.5em;overflow:visible}.course-card__student-top .student-status{flex:none}.course-card__student-name--leave{text-decoration:line-through;color:#a2a8b4}.course-card__student-bottom{display:flex;align-items:center;gap:6px;font-size:9px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.course-card__student-consultant{overflow:hidden;text-overflow:ellipsis}.course-card__alert{color:var(--danger);font-weight:700}.course-card__recurring{color:var(--text-muted);font-size:11px;font-weight:700}.course-card__empty{color:var(--text-muted);font-size:11px;font-style:italic}.student-status{font-size:12px;padding:0 5px;border-radius:999px;line-height:1.5;white-space:nowrap}.student-status--fixed{background:#e5e7eb;color:#374151}.student-status--trial{background:#fef3c7;color:#92400e}.student-status--leave{background:#fee2e2;color:#991b1b}.student-status--waiting{background:#ffedd5;color:#c2410c;font-weight:700}.student-status--temp{background:#e0e7ff;color:#3730a3}.student-status--makeup{background:#cffafe;color:#0e7490}.student-status-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;cursor:pointer;outline:none}.student-status-select:hover{filter:brightness(.92)}.student-leave-toggle{display:inline-flex;align-items:center;font-size:11px;line-height:1.5;padding:0 5px;border-radius:999px;border:1px solid rgba(15,23,42,.12);min-width:36px;justify-content:center;background:#dcfce7;border-color:#86efac;color:#166534;font-weight:700;cursor:pointer;white-space:nowrap;flex:none}.student-leave-toggle:after{content:"出勤"}.student-leave-toggle:not(.student-leave-toggle--on):hover:after{content:"假"}.student-leave-toggle:not(.student-leave-toggle--on):hover{background:#fee2e2;border-color:#fca5a5;color:#b91c1c}.student-leave-toggle--on{background:#fee2e2;border-color:#fca5a5;color:#991b1b;font-weight:700}.student-leave-toggle--on:after{content:"请假"}.student-leave-toggle:hover{filter:brightness(.95)}.leave-check{display:inline-flex;align-items:center;gap:4px;font-size:12px;white-space:nowrap;cursor:pointer;flex:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:flex-start;justify-content:center;padding:48px 16px;z-index:50;overflow:auto}.modal{background:#fff;border-radius:14px;width:760px;max-width:100%;box-shadow:0 20px 50px #0003}.modal--small{width:460px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border)}.modal-header h3{margin:0}.modal-body{padding:20px}.modal-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:12px}.modal-footer__right{display:flex;gap:8px;margin-left:auto}.modal-footer__left{display:flex;gap:8px;align-items:center}.entity-manager__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.entity-manager__head h3{margin:0 0 4px}.entity-manager__head p{margin:0}.statistics-filter{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;margin-bottom:10px}.statistics-filter .form-field span{font-weight:600;font-size:13px}.statistics-hint{margin:0 0 12px;font-size:12px}.attendance-summary-title{margin:18px 0 8px}.statistics-table th,.statistics-table td{white-space:nowrap;text-align:center}.statistics-table th:first-child,.statistics-table td:first-child{text-align:left;position:sticky;left:0;min-width:104px;background:#fff;box-shadow:1px 0 0 var(--border),8px 0 12px -12px #1118278c;z-index:2}.statistics-table thead th:first-child{background:#fafbfd;z-index:3}.statistics-table .statistics-summary td:first-child{background:#fafbfd}.statistics-name{font-weight:600}.statistics-total{color:var(--primary);font-weight:700}.statistics-summary td{font-weight:700;background:#fafbfd}.charts{margin-top:20px}.charts-title{margin:0 0 10px}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.chart-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:14px}.chart-card h5{margin:0 0 10px}.chart-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:7px}.chart-bar-label{width:72px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}.chart-bar-track{flex:1;height:14px;background:#f1f2f6;border-radius:7px;overflow:hidden;min-width:0}.chart-bar-fill{height:100%;border-radius:7px}.chart-bar-fill--primary{background:var(--primary)}.chart-bar-fill--hours{background:#f59e0b}.chart-bar-fill--campus{background:#0ea5e9}.chart-bar-fill--hours-share{background:#14b8a6}.chart-bar-value{width:52px;text-align:right;font-size:12px;font-weight:600}.chart-stack-track{flex:1;height:14px;border-radius:7px;overflow:hidden;display:flex;min-width:0}.chart-stack-vip{background:#8b5cf6;height:100%;display:flex;align-items:center;justify-content:center}.chart-stack-big{background:#10b981;height:100%;display:flex;align-items:center;justify-content:center}.chart-stack-text{color:#fff;font-size:10px;font-weight:600;white-space:nowrap}.chart-legend{display:flex;gap:12px;margin-bottom:8px;font-size:12px}.chart-legend-item:before{content:"";display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:4px}.chart-legend-item--vip:before{background:#8b5cf6}.chart-legend-item--big:before{background:#10b981}.donut-wrap{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.donut{width:150px;height:150px;border-radius:50%;position:relative;flex:none}.donut:after{content:"";position:absolute;top:30px;right:30px;bottom:30px;left:30px;background:#fff;border-radius:50%}.donut-label{position:absolute;transform:translate(-50%,-50%);color:#fff;font-size:10px;font-weight:600;white-space:nowrap;z-index:1;text-shadow:0 1px 2px rgba(0,0,0,.35)}.donut-legend{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:5px;font-size:12px}.donut-dot{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:6px}.donut-empty{color:var(--text-muted);font-size:12px;padding:20px 0}.reminder-row--done{background:#fffbeb}.reminder-badge{display:inline-block;margin-left:6px;padding:1px 7px;border-radius:999px;background:#f59e0b;color:#fff;font-size:11px;font-weight:600}.reminder-text{color:#b45309;font-weight:600}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--border);border-radius:var(--radius)}.data-table__draggable-row{cursor:grab}.data-table__draggable-row:active{cursor:grabbing;opacity:.65}.data-table{width:100%;border-collapse:collapse;min-width:640px}.data-table th{text-align:left;padding:12px 14px;background:#fafbfd;border-bottom:1px solid var(--border);font-size:13px;color:var(--text-muted);white-space:nowrap}.data-table td{padding:10px 14px;border-bottom:1px solid #f0f1f6;vertical-align:middle}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#fafbfd}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.empty-state{background:#fff;border:1px dashed var(--border);border-radius:var(--radius);padding:36px;text-align:center;color:var(--text-muted)}.center-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.center-box{padding:40px;text-align:center;color:var(--text-muted);background:#fff;border:1px solid var(--border);border-radius:var(--radius)}.setup-guide{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.setup-card{max-width:680px;background:#fff;border-radius:16px;padding:32px;box-shadow:0 20px 50px #0f172a1a}.code-block{background:#0f172a;color:#e2e8f0;padding:14px 16px;border-radius:8px;overflow:auto;font-size:13px;line-height:1.6}@media (max-width: 960px){.topnav{gap:12px;padding:0 14px}.topnav-link{padding:7px 10px}.form-grid{grid-template-columns:1fr}.board-scroll{max-height:calc(100vh - 170px)}}@media (max-width: 768px){.topnav{gap:6px;padding:0 8px;overflow-x:auto;scrollbar-width:none}.topnav-brand{display:none}.topnav-links{gap:2px;flex:1}.topnav-link{padding:6px 10px;white-space:nowrap}.main-content{padding:8px}.schedule-toolbar{gap:8px}.toolbar-right{width:100%;flex-direction:column;align-items:stretch}.toolbar-label{width:100%;justify-content:space-between}.toolbar-label select{flex:1;min-width:0}.student-search{width:100%}.student-search input{flex:1;min-width:0}.week-bar{justify-content:flex-start}.week-day{min-width:44px}.board-scroll{max-height:calc(100vh - 120px)}.modal-overlay{padding:0;align-items:flex-end}.modal{width:100%;max-width:100%;border-radius:16px 16px 0 0;max-height:94vh;overflow:auto}.form-grid{grid-template-columns:1fr}.statistics-filter{width:100%}.statistics-filter .form-field{flex:1 1 100%}.btn{min-height:34px}}.week-bar .btn{font-size:12px;padding:4px 8px;min-height:26px}.week-day{min-width:40px;padding:4px}.week-day__name{font-size:10px}.week-day__date{font-size:13px}.week-day__today{font-size:9px;padding:0 4px}.schedule-toolbar{margin-bottom:6px}.schedule-legend{font-size:12px;margin-bottom:4px}.toolbar-label{font-size:12px}.toolbar-label select,.student-search input{padding:5px 8px;font-size:13px}.zoom-controls .btn{font-size:12px;padding:3px 8px}.zoom-value{font-size:11px;min-width:34px}.board-scroll{max-height:calc(100vh - 110px)}.page-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;margin-bottom:14px}.page-card h3{margin:0 0 10px;font-size:15px}.page-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;flex-wrap:wrap}.page-card__head>h2{flex:none}.page-card__head>.student-search{flex:1 1 680px}.page-card__head h3{margin:0}@media (max-width: 760px){.page-card__head{align-items:stretch}.page-card__head>h2{width:100%}.page-card__head>.student-search{flex-basis:100%;justify-content:flex-start}.student-search>input[type=text]{flex:1 1 180px;min-width:140px}.student-search .student-filter-select{flex:1 1 132px;min-width:120px}.student-search .student-filter-select--wide{min-width:140px}.student-balance-range{flex:1 1 210px;min-width:0}.student-balance-range input{flex:1 1 58px;width:58px;min-width:52px}}.muted-text{color:var(--text-muted);font-size:13px}.form-error{background:#fef2f2;border:1px solid #fecaca;color:var(--danger);border-radius:8px;padding:8px 12px;margin-bottom:12px;font-size:13px}.form-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#047857;border-radius:8px;padding:8px 12px;margin-bottom:12px;font-size:13px}.data-row--clickable{cursor:pointer}.data-row--clickable:hover{background:#f4f5fb}.cell-clip{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row--highlight{background:#eef2ff}.student-name-link{color:var(--primary);font-weight:600}.profile-shell{display:flex;flex-direction:column;gap:12px}.profile-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:10px 14px}.profile-head__title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700}.profile-avatar{width:34px;height:34px;border-radius:50%;background:var(--primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.profile-tag{font-size:12px;padding:2px 8px;border-radius:999px;background:#d1fae5;color:#047857}.profile-tabs{display:flex;gap:4px;flex-wrap:wrap;margin-left:auto}.profile-tab{border:1px solid transparent;background:transparent;padding:6px 10px;border-radius:8px;font-size:13px;cursor:pointer;color:var(--text-muted)}.profile-tab:hover{color:var(--primary);background:#eef2ff}.profile-tab--active{background:var(--primary);color:#fff}.profile-body{display:flex;flex-direction:column;gap:12px}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}@media (max-width: 900px){.profile-grid{grid-template-columns:1fr}}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 900px){.stat-grid{grid-template-columns:repeat(2,1fr)}}.stat-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px}.stat-card__label{font-size:12px;color:var(--text-muted)}.stat-card__value{font-size:22px;font-weight:700;margin:4px 0 2px}.stat-card__hint{font-size:11px;color:var(--text-muted)}.communication-dashboard{margin-bottom:24px}.communication-summary-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0 24px}.communication-analysis{margin-top:22px}.communication-analysis h4,.dashboard-section-title{margin:0 0 12px}@media (max-width: 760px){.communication-summary-cards{grid-template-columns:1fr}}.info-rows{display:flex;flex-direction:column}.info-row{display:grid;grid-template-columns:110px 1fr;gap:10px;padding:5px 0;border-bottom:1px dashed var(--border);font-size:13px}.info-row:last-child{border-bottom:none}.info-row__label{color:var(--text-muted)}.info-row__value--multi{white-space:pre-wrap}.entry-edit{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.entry-edit input{padding:5px 8px;border:1px solid var(--border);border-radius:8px;font-size:13px}.dialog-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f293780;z-index:90;display:flex;align-items:center;justify-content:center;padding:20px}.dialog{background:#fff;border-radius:14px;width:min(680px,94vw);max-height:88vh;overflow:auto;padding:18px 20px;box-shadow:0 12px 40px #1f293740}.dialog__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.dialog__head h3{margin:0}.issue-list,.todo-list{list-style:none;margin:0;padding:0}.issue-list li,.todo-list li{padding:5px 0;font-size:13px}.todo--done{color:var(--text-muted)}.profile-actions{display:flex;gap:8px;margin-top:12px}.ability-hint{font-size:12px;color:var(--text-muted);margin:12px 0 8px}.ability-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:12px}@media (max-width: 900px){.ability-grid{grid-template-columns:1fr}}.ability-domain{border:1px solid var(--border);border-radius:8px;padding:10px}.ability-domain__name{font-weight:700;font-size:13px;margin-bottom:8px;color:var(--primary)}.ability-check-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:3px 0}.ability-desc{flex:1 1 100%;padding-left:22px;font-size:11px;color:#8a93a6;line-height:1.5}.ability-check{display:flex;align-items:center;gap:6px;font-size:13px;cursor:pointer;flex:0 0 auto}.ability-check-note{flex:1;min-width:60px;padding:3px 6px;border:1px solid var(--border);border-radius:6px;font-size:12px}.ability-add{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:10px 0}.ability-add input{flex:1;min-width:180px;padding:6px 8px;border:1px solid var(--border);border-radius:8px;font-size:13px}.compare-picker{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.compare-picker select{padding:6px 8px;border:1px solid var(--border);border-radius:8px;font-size:13px;background:#fff}.compare-summary{display:flex;gap:8px;margin-bottom:10px;flex-wrap:wrap}.compare-chip{padding:4px 12px;border-radius:999px;font-size:13px;font-weight:600}.compare-chip--add{background:#fdeaea;color:#d64b4b}.compare-chip--keep{background:#eef0f4;color:#5b6b83}.compare-chip--improve{background:#e2f7ee;color:#0f9d6e}.compare-tag{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}.compare-tag--新增{background:#fdeaea;color:#d64b4b}.compare-tag--保持{background:#eef0f4;color:#5b6b83}.compare-tag--改善{background:#e2f7ee;color:#0f9d6e}.review-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 900px){.review-cards{grid-template-columns:1fr}}.review-card{border:1px solid var(--border);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.review-card--done{background:#f0fdf4;border-color:#bbf7d0}.review-card--pending{background:#fffbeb;border-color:#fde68a}.review-card__title{font-weight:700;font-size:15px}.review-card__desc{font-size:13px;color:var(--text-muted)}.review-card__range{font-size:12px;color:#64748b;background:#f8fafc;border:1px solid #e6e9f0;border-radius:6px;padding:4px 8px}.review-goal-table{width:100%;border-collapse:collapse;border:1px solid #cbd2e0;background:#fff}.review-goal-table th,.review-goal-table td{border:1px solid #cbd2e0;padding:4px 6px;vertical-align:middle;font-size:13px}.review-goal-table th{background:#eef2fa;color:#33415c;font-weight:700;text-align:center}.review-goal-table .review-goal-text{line-height:1.6}.review-goal-table .review-goal-status-col{width:150px}.review-goal-table select,.review-goal-table input[type=text]{width:100%;border:1px solid #d9dfeb;border-radius:6px;background:#fbfcff;padding:5px 8px;font-size:13px;box-sizing:border-box}.review-goal-table select:focus,.review-goal-table input[type=text]:focus{border-color:#0f9d6e;background:#fff;outline:none}.review-goal-table .review-plan-note{width:100%;min-height:0;border:1px solid #d9dfeb;border-radius:6px;background:#fbfcff;padding:2px 6px;font-size:13px;box-sizing:border-box;resize:none;overflow:hidden;line-height:1.3}.review-goal-row--done td{background:#d1fae5}.review-goal-row--partial td{background:#fef3c7}.review-goal-row--unfinished td{background:#fee2e2}.review-plan-table td{vertical-align:top}.review-plan-table .review-plan-th{text-align:center;vertical-align:top;background:#eef2fa;color:#33415c;font-weight:700;white-space:normal;word-break:break-word}.review-plan-box{border:1px solid #d9dfeb;border-radius:6px;background:#fbfcff;padding:2px 4px;margin-top:3px;text-align:left;font-weight:400}.review-plan-box:empty{display:none}.review-plan-box--done{background:#d1fae5;border-color:#6ee7b7}.review-plan-box--partial{background:#fef3c7;border-color:#fcd34d}.review-plan-box--unfinished{background:#fee2e2;border-color:#fca5a5}.review-plan-box--na{background:transparent;border-color:#d9dfeb}.review-plan-cell{min-width:120px}.review-plan-content{white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.7;color:#3a4556}.review-plan-item{border-bottom:1px dashed #dfe4ee;padding:1px 0}.review-plan-item--inline{display:flex;flex-wrap:wrap;align-items:center;gap:4px 6px;border-bottom:0}.review-plan-item--inline .review-plan-item__text{flex:1 1 0;min-width:55%;margin-bottom:0;line-height:1.45}.review-plan-item--inline .review-plan-item__controls{flex:1 1 auto;min-width:0;max-width:100%}.review-plan-overall{background:#f3f7ff;border:1px solid #d7e2f5;border-radius:6px;padding:4px 6px;margin-bottom:6px}.review-plan-overall__label{font-size:12px;font-weight:700;color:#33415c;margin-bottom:4px}.review-plan-item:last-child{border-bottom:0}.review-plan-item__text{font-size:12px;color:#3a4556;line-height:1.45;margin-bottom:3px;word-break:break-word}.review-plan-item__controls{display:flex;gap:6px;max-width:100%}.review-plan-item__controls select,.review-plan-item__controls input[type=text]{border:1px solid #d9dfeb;border-radius:6px;background:#fbfcff;padding:2px 5px;font-size:12px;box-sizing:border-box}.review-plan-item__controls select{flex:0 0 auto;width:96px}.review-plan-item__controls input[type=text]{flex:1 1 auto;min-width:0}.review-plan-item__controls .review-plan-note{flex:1 1 auto;min-width:0;min-height:0;border:1px solid #d9dfeb;border-radius:6px;background:#fbfcff;padding:1px 4px;font-size:12px;box-sizing:border-box;resize:none;overflow:hidden;line-height:1.25;word-break:break-word}.review-plan-item__controls select:focus,.review-plan-item__controls input[type=text]:focus{border-color:#0f9d6e;background:#fff;outline:none}.review-training-evidence{padding:14px;border:1px solid #dcdbf4;border-radius:12px;background:#f8f7ff}.review-training-evidence__head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px}.review-training-evidence__head p{margin:4px 0 0;color:var(--text-muted);font-size:13px}.review-training-summary{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.review-training-summary span{padding:6px 9px;border-radius:8px;background:#fff;color:#56536f;font-size:13px}.review-training-summary b{color:var(--primary)}.review-training-records{display:grid;gap:7px;max-height:260px;overflow:auto}.review-training-records label{display:grid;grid-template-columns:auto minmax(180px,1fr) minmax(140px,.7fr);align-items:start;gap:9px;padding:9px 10px;border:1px solid transparent;border-radius:9px;background:#fff;cursor:pointer}.review-training-records label.is-selected{border-color:#c9c6f7}.review-training-records label span{display:grid;gap:3px}.review-training-records label small{color:var(--text-muted)}@media (max-width: 720px){.review-training-evidence__head{align-items:flex-start;flex-direction:column}.review-training-records label{grid-template-columns:auto 1fr}.review-training-records label small{grid-column:2}}.goal-rows{display:flex;flex-direction:column;gap:6px}.goal-row{display:grid;grid-template-columns:1fr 130px 1fr auto;gap:6px;align-items:center}.goal-row--fixed{grid-template-columns:1fr 130px 1fr 1fr}.goal-row--fixed input[readonly]{background:#f4f5fb;color:#374151}.goal-row input,.goal-row select{padding:6px 8px;border:1px solid var(--border);border-radius:8px;font-size:13px}@media (max-width: 900px){.goal-row{grid-template-columns:1fr}}.attend-chip{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px}.attend-chip--fixed,.attend-chip--attended{background:#d1fae5;color:#047857}.attend-chip--trial{background:#e0e7ff;color:#4338ca}.attend-chip--temp{background:#fef3c7;color:#b45309}.attend-chip--makeup{background:#ffe4e6;color:#be123c}.attend-chip--leave{background:#e5e7eb;color:#4b5563}.course-card__student-name--link{cursor:pointer;border-bottom:1px dashed currentColor}.course-card__student-name--link:hover{color:var(--primary);border-bottom-style:solid}.student-core-hover{position:relative;display:inline-flex;min-width:0}.student-core-popover{position:absolute;left:0;bottom:calc(100% + 8px);width:280px;padding:12px 14px;border:1px solid rgba(79,70,229,.18);border-radius:12px;background:#fffffffa;color:var(--text);box-shadow:0 14px 36px #0f172a2e;z-index:100;display:grid;gap:7px;white-space:normal;line-height:1.45;pointer-events:auto}.student-core-popover strong{color:var(--primary);font-size:13px}.student-core-popover>span{font-size:12px}.student-core-popover .student-core-balance{padding:6px 8px;border-radius:8px;background:#f3f2ff;color:#56536f}.student-core-balance b{color:var(--primary);font-size:14px}.training-plan-filter{display:flex;align-items:center;gap:8px;align-self:end;min-height:38px;font-weight:600}.training-stage-goal{margin-top:14px;padding:13px 15px;border:1px solid #dedcf6;border-radius:12px;background:linear-gradient(135deg,#f8f7ff,#fcfcff)}.training-stage-goal__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.training-stage-goal__head span{padding:3px 8px;border-radius:999px;background:#ebe9ff;color:var(--primary);font-size:12px;font-weight:700}.training-stage-goal__content{color:#45435d;line-height:1.7;white-space:pre-wrap}.training-project-suggestions{margin-top:14px;padding:12px 14px;border-radius:12px;background:#f7f7ff}.training-project-suggestions__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.training-project-suggestions__head span{color:var(--text-muted);font-size:13px}.training-project-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.training-project-column{display:grid;align-content:start;gap:8px;min-width:0;padding:11px;border:1px solid #e2e1f6;border-radius:10px;background:#fff}.training-project-column>strong{min-height:40px;color:#373551;font-size:14px;line-height:1.4}.training-project-column select{width:100%;min-width:0}.training-items{display:grid;gap:9px;margin:16px 0 10px}.training-item{display:grid;grid-template-columns:32px minmax(160px,1.4fr) minmax(90px,.7fr) minmax(120px,.9fr) minmax(110px,.8fr) minmax(150px,1fr) auto;gap:8px;align-items:center;padding:10px;border:1px solid var(--border);border-radius:12px;background:#fafbfd}.training-item input,.training-item select{min-width:0}.training-item__number{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#ebe9ff;color:var(--primary);font-weight:700}.training-summary{margin-top:16px}.training-history{display:grid;gap:10px}.training-history__item{display:grid;gap:5px;padding:12px 14px;border:1px solid var(--border);border-radius:10px}.training-history__item small{color:var(--text-muted)}@media (max-width: 900px){.training-item{grid-template-columns:32px 1fr 1fr}.training-project-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.training-project-columns{grid-template-columns:1fr}}.student-core-popover em{color:var(--text-muted);font-size:12px;font-style:normal}.report-gen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width: 900px){.report-gen-grid{grid-template-columns:1fr}}.report-gen-card{border:1px solid var(--border);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:8px;background:linear-gradient(180deg,#fbfcff,#fff)}.report-gen-title{font-weight:700;font-size:15px;color:var(--primary)}.report-gen-desc{font-size:12px;color:var(--text-muted)}.report-gen-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.report-stage-picker{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted)}.report-stage-picker select{padding:6px 8px;border:1px solid var(--border);border-radius:8px;font-size:13px;background:#fff}.report-history{display:flex;flex-direction:column;gap:8px}.report-history__item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--border);border-radius:10px;padding:10px 14px;background:#fbfcff}.report-history__title{font-weight:700;font-size:14px}.report-history__meta{font-size:12px;color:var(--text-muted)}.report-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f29378c;z-index:100;display:flex;flex-direction:column}.report-modal__bar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 16px;background:#fff;border-bottom:1px solid var(--border)}.report-modal__title{font-weight:700}.report-modal__scroll{flex:1;overflow:auto;padding:24px;background:#e9ebf2}.report-pages{display:flex;flex-direction:column;align-items:center;gap:18px}.report-page{width:794px;min-height:1123px;background:#fff;border-radius:4px;box-shadow:0 4px 18px #1f293729;padding:56px 58px;box-sizing:border-box;font-size:14px;color:#374151;line-height:1.7;position:relative}.report-page--content{min-height:auto;padding:38px 48px}@media (max-width: 860px){.report-page{width:100%;min-height:auto}}.report-cover{background:linear-gradient(160deg,#eef3ff,#fdf6ec 58%,#f4fbff);display:flex;align-items:center;justify-content:center;overflow:hidden}.report-cover__decor{position:absolute;border-radius:50%;opacity:.55}.report-cover__decor--1{width:320px;height:320px;background:#dfe9ff;top:-90px;right:-90px}.report-cover__decor--2{width:220px;height:220px;background:#fdeecf;bottom:-70px;left:-70px}.report-cover__inner{position:relative;text-align:center;max-width:520px}.report-cover__inst{font-size:15px;color:#4f6df5;font-weight:600;margin-bottom:26px}.report-cover__logo{font-size:52px;margin-bottom:12px}.report-cover__title{font-size:34px;color:#1f2b57;margin:0 0 14px;letter-spacing:2px}.report-cover__child{font-size:19px;color:#374151;margin-bottom:22px}.report-cover__meta{font-size:13px;color:#6b7280;margin-bottom:70px}.report-cover__foot{font-size:12px;color:#9aa3b5}.report-section-title{display:flex;align-items:center;gap:8px;margin:10px 0 8px;border-bottom:2px solid #4f6df5;padding-bottom:5px}.report-section-title h2{margin:0;font-size:15px;color:#4f6df5}.report-section-icon{font-size:14px}.report-paragraph{margin:0 0 10px;white-space:pre-wrap}.report-paragraph--compact{margin:0 0 8px;font-size:13px}.report-paragraph--empty{color:#b0b7c4;font-style:italic}.report-info-list{margin-bottom:20px}.report-info-row{display:grid;grid-template-columns:120px 1fr;gap:10px;padding:7px 0;border-bottom:1px dashed #e2e5ee;font-size:14px}.report-info-label{color:#8a93a6}.report-info-value{font-weight:600}.report-ability-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:10px}.report-ability-card{border:1px solid #e2e5ee;border-radius:8px;padding:7px 10px;background:#fbfcff}.report-ability-domain{font-weight:700;color:#4f6df5;font-size:13px;margin-bottom:4px}.report-ability-items{font-size:13px;color:#374151}.report-focus-list{display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.report-focus-item{display:flex;align-items:center;gap:8px;background:#fff8ec;border:1px solid #fde8b3;border-radius:8px;padding:5px 10px;font-size:13px}.report-focus-dot{width:8px;height:8px;border-radius:50%;background:#f59e0b;flex:none}.report-focus-domain{margin-left:auto;font-size:12px;color:#b7791f}.report-goal-list{margin:0 0 10px;padding-left:22px;font-size:13px}.report-goal-list li{margin-bottom:6px}.report-table{width:100%;border-collapse:collapse;margin-bottom:10px}.report-table th,.report-table td{border:1px solid #dfe3ec;padding:6px 8px;text-align:left;font-size:12px}.report-table th{background:#f6f8fd;color:#4f6df5}.report-status{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}.report-status--done{background:#e2f7ee;color:#0f9d6e}.report-status--partial{background:#fdf0d5;color:#b7791f}.report-status--todo{background:#fdeaea;color:#d64b4b}.report-status--skip{background:#eef0f4;color:#8a93a6}.report-footer{position:absolute;bottom:28px;left:0;right:0;text-align:center;font-size:11px;color:#a5adbd;border-top:1px solid #eef0f4;padding-top:10px}.report-footer--inline{margin-top:16px;text-align:center;font-size:11px;color:#a5adbd;border-top:1px solid #eef0f4;padding-top:8px}.report-web{max-width:1120px;margin:0 auto;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #1f2d5a1f}.report-web .hero{background:linear-gradient(135deg,#4f6df5,#7b8cff 48%,#9fb4ff);color:#fff;padding:38px 40px 30px;text-align:center}.report-web .hero__inst{font-size:14px;letter-spacing:3px;opacity:.92;margin-bottom:10px}.report-web .hero__logo{font-size:42px;margin-bottom:6px}.report-web .hero h1{font-size:28px;letter-spacing:2px;margin:0 0 12px}.report-web .hero__child{display:inline-flex;align-items:center;gap:10px;background:#ffffff2e;padding:8px 18px;border-radius:999px;font-size:17px;margin-bottom:14px}.report-web .avatar{width:34px;height:34px;border-radius:50%;background:#fff;color:#4f6df5;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.report-web .hero__meta{font-size:13px;opacity:.92}.report-web .hero__stats{display:flex;gap:12px;justify-content:center;margin-top:22px;flex-wrap:wrap}.report-web .stat{background:#fff3;border-radius:14px;padding:10px 18px;min-width:150px}.report-web .stat__label{display:block;font-size:12px;opacity:.9}.report-web .stat__value{display:block;font-size:20px;font-weight:800}.report-web .stat__value--green{color:#d8ffe9}.report-web main{padding:26px 40px 14px}.report-web .sec{margin-bottom:22px}.report-web .sec h3{display:flex;align-items:center;gap:8px;font-size:16px;color:#35406b;margin:0 0 10px;padding-bottom:8px;border-bottom:2px solid #e8ecf8}.report-web .sec-icon{font-size:17px}.report-web .sec p{font-size:14px;white-space:pre-wrap;margin:0}.report-web .muted{color:#9aa4bd;font-style:italic}.report-web .grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.report-web .card{border:1px solid #e6eaf6;border-radius:14px;padding:12px 14px;background:#fafbff}.report-web .soft{background:linear-gradient(180deg,#f6f8ff,#fff)}.report-web .domain{font-weight:800;color:#4f6df5;font-size:14px;margin-bottom:4px}.report-web .items{font-size:13px;color:#44506b}.report-web .chips{display:flex;flex-wrap:wrap;gap:8px}.report-web .chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;font-size:13px;font-weight:600}.report-web .chip em{font-style:normal;font-size:11px;opacity:.75}.report-web .chip-focus{background:#fff4e0;color:#a05c00;border:1px solid #ffe1a8}.report-web .chip-done{background:#e2f7ee;color:#0f9d6e}.report-web .chip-partial{background:#fdf0d5;color:#b7791f}.report-web .chip-todo{background:#fdeaea;color:#d64b4b}.report-web .chip-skip{background:#eef0f4;color:#8a93a6}.report-web .goals{padding-left:22px;margin:0}.report-web .goals li{margin-bottom:6px;font-size:14px}.report-web .progress-overall{display:flex;align-items:center;gap:12px;margin-bottom:12px}.report-web .progress-overall__label{font-size:13px;color:#6b7a99;white-space:nowrap}.report-web .progress-bar{flex:1;height:10px;background:#eef0f6;border-radius:999px;overflow:hidden}.report-web .progress-bar__fill{height:100%;background:linear-gradient(90deg,#4f6df5,#7b8cff);border-radius:999px}.report-web .progress-overall__value{font-size:16px;font-weight:800;color:#4f6df5;min-width:48px;text-align:right}.report-web .table{width:100%;border-collapse:collapse}.report-web .table th,.report-web .table td{border:1px solid #e6eaf6;padding:9px 12px;font-size:13px;text-align:left}.report-web .table th{background:#f6f8ff;color:#4f6df5}.report-web .col-status{width:130px}.report-web .rg-row-done td{background:#d1fae5}.report-web .rg-row-partial td{background:#fef3c7}.report-web .rg-row-unfinished td{background:#fee2e2}.report-web .plan-rpt-table{width:100%;border-collapse:collapse}.report-web .plan-rpt-table th,.report-web .plan-rpt-table td{border:1px solid #dfe5f2;padding:5px 7px;font-size:12px;vertical-align:top;text-align:left}.report-web .plan-rpt-table th{background:#eef2fa;color:#33415c;font-weight:700;text-align:center}.report-web .plan-rpt-label{width:70px;text-align:center!important;vertical-align:middle!important}.report-web .plan-rpt-char{display:block;line-height:1.3}.report-web .plan-rpt-cell{white-space:pre-wrap;word-break:break-word;min-width:100px}.report-web .plan-rpt-box{margin-top:4px;border:1px solid #d9dfeb;border-radius:6px;background:#fbfcff;padding:4px 6px;font-weight:400;text-align:left;white-space:pre-wrap;word-break:break-word}.report-web .rpt-block{margin-bottom:14px}.report-web .rpt-block__label{font-weight:800;color:#4f6df5;font-size:14px;margin-bottom:4px}.report-web .rpt-block__content{white-space:pre-wrap;word-break:break-word;font-size:14px}.report-web .foot{text-align:center;color:#a5adbd;font-size:12px;padding:18px 0 30px}@media (max-width: 640px){.report-web .grid2{grid-template-columns:1fr}.report-web main{padding:22px 18px}.report-web .hero{padding:30px 18px}}.report-child-line{font-size:14px;font-weight:700;color:#1f2b57;padding:10px 14px;background:linear-gradient(90deg,#eef3ff,#fdf6ec);border-radius:8px;margin-bottom:10px}.report-stat-row{display:flex;gap:8px;margin-bottom:8px}.report-stat{flex:1;display:flex;align-items:baseline;gap:8px;background:#fbfcff;border:1px solid #e2e5ee;border-radius:8px;padding:7px 12px}.report-stat__label{font-size:12px;color:#6b7280}.report-stat__value{font-size:16px;font-weight:700;color:#0f9d6e}.plan-template-table{width:100%;border-collapse:collapse;table-layout:fixed;border:1px solid #cbd2e0;background:#fff}.plan-template-table th,.plan-template-table td{border:1px solid #cbd2e0;padding:4px 6px;vertical-align:middle;font-size:13px}.plan-template-table th{background:#eef2fa;color:#33415c;font-weight:700;text-align:center}.plan-template-table .plan-template-ability{background:#f5f7fc;font-weight:700;text-align:center;vertical-align:middle;width:88px}.plan-template-table .plan-template-ability__char{display:block;line-height:1.35}.plan-template-table textarea{width:100%;min-height:52px;border:1px solid #d9dfeb;border-radius:6px;outline:none;resize:vertical;background:#fbfcff;font-size:13px;line-height:1.6;padding:4px 6px;box-sizing:border-box}.plan-template-table textarea:hover{border-color:#aebbd4}.plan-template-table textarea:focus{border-color:#0f9d6e;background:#fff}.plan-template-table .plan-template-cell-input{resize:none;overflow:hidden}.plan-template-table .plan-template-title-content{margin-top:3px;min-height:44px}.plan-template-table .plan-template-header-input{width:100%;min-width:0;border:1px solid transparent;border-radius:5px;background:transparent;font-size:13px;font-weight:700;color:#33415c;text-align:center;padding:4px 2px;box-sizing:border-box;resize:none;overflow:hidden;white-space:pre-wrap;word-break:break-word;line-height:1.5}.plan-template-table .plan-template-header-input:hover{border-color:#c3cde0;background:#fff}.plan-template-table .plan-template-header-input:focus{border-color:#0f9d6e;background:#fff;outline:none}.plan-template-readonly{white-space:pre-wrap;background:#f8fafc;border:1px solid #e2e5ee;border-radius:8px;padding:10px 12px;min-height:48px;font-size:13px;line-height:1.7;color:#3a4556}.core-issues-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media (max-width: 900px){.core-issues-picker{grid-template-columns:1fr}}.stage-goal-rows{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.stage-goal-row{display:grid;grid-template-columns:96px 1fr auto;gap:8px;align-items:start}.stage-goal-label{font-weight:700;color:#33415c;padding-top:6px;font-size:13px;white-space:nowrap}.long-term-plan-list{display:flex;flex-direction:column;gap:14px}.long-term-plan-card{border:1px solid var(--border);border-radius:12px;padding:14px;background:#fff}
