.qf-page{max-width:1100px;margin:0 auto;padding:0 16px 40px;font-family:system-ui,-apple-system,sans-serif}.qf-title{font-size:26px;font-weight:700;color:#0f172a;margin:0 0 24px}.qf-form{display:flex;gap:24px;align-items:flex-start}.qf-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:20px}.qf-preview{width:360px;flex-shrink:0;position:sticky;top:80px}.qf-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:20px;box-shadow:0 2px 8px #0000000a}.qf-card-title{font-size:14px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.qf-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.qf-field{display:flex;flex-direction:column;gap:4px}.qf-field-full{grid-column:1 / -1}.qf-label{font-size:12px;font-weight:600;color:#888}.qf-input{padding:8px 12px;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:14px;background:#fff;width:100%;box-sizing:border-box}.qf-select{padding:8px 12px;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:14px;background:#fff;width:100%;box-sizing:border-box;cursor:pointer}.qf-checkbox-row{display:flex;align-items:center;gap:8px;font-size:14px;color:#555}.qf-choice{border:1px solid rgba(0,0,0,.06);border-radius:10px;padding:14px;margin-bottom:12px;background:#fafafa}.qf-choice-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-weight:600;font-size:14px;color:#555}.qf-choice-letter{width:28px;height:28px;border-radius:50%;background:#0b64d9;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.qf-choice-correct{margin-left:auto;display:flex;align-items:center;gap:4px;font-size:12px;color:#888;font-weight:400}.qf-choice-rationale{margin-top:8px}.qf-btn-row{display:flex;gap:8px;margin-bottom:12px}.qf-btn{padding:8px 16px;border:none;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;transition:all .15s ease}.qf-btn-primary{background:#0b64d9;color:#fff}.qf-btn-primary:hover{background:#0952b5}.qf-btn-ghost{background:transparent;border:1px solid rgba(0,0,0,.12);color:#555}.qf-btn-ghost:hover{background:#0000000a}.qf-btn-danger{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.qf-btn-submit{background:#16a34a;color:#fff;padding:12px 32px;font-size:15px;border-radius:10px}.qf-btn-submit:hover{background:#15803d}.qf-preview-section{margin-bottom:16px}.qf-preview-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#888;margin-bottom:6px}.qf-preview-content{font-size:14px;line-height:1.6;color:#333}.qf-preview-choice{display:flex;gap:8px;margin-bottom:8px;font-size:14px}.qf-preview-choice-letter{font-weight:700;color:#0b64d9;min-width:20px}@media(max-width:900px){.qf-form{flex-direction:column}.qf-preview{width:100%;position:static}.qf-meta-grid{grid-template-columns:1fr}}.warning-message{position:fixed;top:10px;right:10px;background-color:red;color:#fff;padding:10px;border-radius:5px;box-shadow:0 0 10px #00000080;z-index:1000}.rte-toolbar{background:#f5f5f5;border-bottom:1px solid #ddd;padding:6px 8px;display:flex;flex-direction:column;gap:4px}.rte-toolbar-row{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:4px}.rte-btn{padding:4px 8px;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer;font-size:13px;line-height:1.4;color:#333;transition:background .15s,border-color .15s;-webkit-user-select:none;user-select:none}.rte-btn:hover{background:#e8e8e8;border-color:#bbb}.rte-btn:active{background:#ddd}.rte-btn-active{background:#e0e8f5;border-color:#0b64d9;color:#0b64d9}.rte-btn-active:hover{background:#d0dcf0}.rte-btn-math{border-color:#0b64d9;background:#0b64d91a;color:#0b64d9}.rte-btn-math:hover{background:#0b64d92e;border-color:#0b64d9}.rte-divider{display:inline-block;width:1px;height:20px;background:#ddd;margin:0 4px;flex-shrink:0;align-self:center}.rte-wrap{border:1px solid #ddd;border-radius:8px;overflow:hidden;transition:border-color .15s}.rte-wrap:focus-within{border-color:#0b64d9}.rte-editor{padding:12px;min-height:120px;outline:none;font-size:14px;line-height:1.6;color:#222;word-break:break-word;position:relative}.rte-editor.rte-empty:before{content:attr(data-placeholder);color:#aaa;pointer-events:none;position:absolute;top:12px;left:12px;font-style:italic}.rte-wrap.rte-compact .rte-toolbar{flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px}.rte-wrap.rte-compact .rte-editor{min-height:60px}.rte-modal-overlay{position:fixed;inset:0;z-index:3000;background:#00000059;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.rte-modal{max-width:560px;width:90%;background:#fff;border-radius:16px;box-shadow:0 8px 40px #00000038;display:flex;flex-direction:column;overflow:hidden}.rte-modal-header{padding:20px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee}.rte-modal-title{font-size:18px;font-weight:700;color:#111;margin:0}.rte-modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#888;line-height:1;padding:2px 6px;border-radius:4px;transition:background .12s,color .12s}.rte-modal-close:hover{background:#f0f0f0;color:#333}.rte-modal-body{padding:16px 24px;overflow-y:auto;flex:1}.rte-modal-footer{padding:16px 24px;display:flex;flex-direction:row;gap:8px;justify-content:flex-end;border-top:1px solid #eee}.rte-category-tabs{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px;margin-bottom:12px}.rte-category-tab{padding:6px 12px;border-radius:6px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:13px;color:#333;transition:background .12s,border-color .12s,color .12s}.rte-category-tab:hover{background:#f0f0f0}.rte-category-tab.is-active{background:#0b64d9;color:#fff;border-color:#0b64d9}.rte-symbol-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(44px,1fr));gap:4px}.rte-symbol-btn{padding:8px;border:1px solid #eee;border-radius:6px;background:#fff;color:#333;cursor:pointer;font-size:18px;font-family:"Cambria Math","STIX Two Math","Latin Modern Math",Segoe UI Symbol,Apple Symbols,"Noto Sans Math",math,serif;text-align:center;line-height:1.2;transition:box-shadow .12s,border-color .12s,background .12s}.rte-symbol-btn:hover{box-shadow:0 2px 8px #00000024;border-color:#ccc;background:#fafafa}.rte-template-area{margin:12px 0;padding:12px;background:#f9f9f9;border-radius:8px;border:1px solid #eee}.rte-template-input{width:60px;padding:4px 6px;border:1px solid #ccc;border-radius:4px;text-align:center;font-size:14px;outline:none;transition:border-color .12s}.rte-template-input:focus{border-color:#0b64d9}.rte-fraction-layout{display:flex;flex-direction:column;align-items:center;gap:0}.rte-fraction-layout .rte-fraction-line{width:80px;height:2px;background:#333;margin:2px 0}.rte-exponent-layout{display:inline-flex;align-items:flex-start}.rte-exponent-layout .rte-template-input:last-child{font-size:11px;width:40px;margin-top:-4px}.rte-root-layout{display:inline-flex;align-items:center;gap:4px}.rte-root-layout:before{content:"√";font-size:24px;line-height:1;color:#333}.rte-math-preview{margin-top:12px;padding:12px;border:1px solid #eee;border-radius:8px;min-height:40px;font-size:18px;text-align:center;background:#fff}.rte-raw-textarea{width:100%;min-height:120px;font-family:monospace;font-size:13px;padding:10px;border:1px solid #ddd;border-radius:8px;resize:vertical;box-sizing:border-box;outline:none;transition:border-color .12s}.rte-raw-textarea:focus{border-color:#0b64d9}.rte-raw-preview{margin-top:12px;padding:12px;border:1px solid #eee;border-radius:8px;min-height:40px;font-size:18px;text-align:center}.rte-modal-btn{padding:8px 16px;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:background .15s,opacity .15s}.rte-modal-btn:disabled{opacity:.5;cursor:not-allowed}.rte-modal-btn-primary{background:#0b64d9;color:#fff}.rte-modal-btn-primary:hover:not(:disabled){background:#0952b8}.rte-modal-btn-ghost{background:transparent;border:1px solid #ddd;color:#333}.rte-modal-btn-ghost:hover:not(:disabled){background:#f5f5f5}.rte-modal-btn-danger{background:#ef44441a;color:#ef4444;border:none}.rte-modal-btn-danger:hover:not(:disabled){background:#ef44442e}.rte-editor math{display:inline;vertical-align:middle}@media(max-width:480px){.rte-btn{padding:3px 6px;font-size:12px}.rte-modal{border-radius:10px}.rte-modal-header{padding:14px 16px}.rte-modal-body{padding:12px 16px}.rte-modal-footer{padding:12px 16px;flex-wrap:wrap}.rte-modal-title{font-size:16px}}.toast-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column-reverse;gap:8px;z-index:99999;pointer-events:none;isolation:isolate}.toast-item{padding:12px 20px;border-radius:10px;font-weight:600;font-size:14px;color:#fff;box-shadow:0 6px 24px #00000040;pointer-events:auto;animation:toast-in .25s ease-out;opacity:1!important;min-width:200px}.toast-item.fade-out{animation:toast-out .3s ease-in forwards}.toast-item.success{background:#16a34a}.toast-item.error{background:#dc2626}.toast-item.info{background:#2563eb}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media(prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.qa-page{max-width:1000px;margin:0 auto;padding:0 16px 40px;font-family:system-ui,-apple-system,sans-serif}.qa-title{font-size:26px;font-weight:700;color:#0f172a;margin:0 0 20px}.qa-filter-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000000a}.qa-filter-title{font-size:14px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.qa-filter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-bottom:12px}.qa-filter-field{display:flex;flex-direction:column;gap:4px}.qa-filter-label{font-size:12px;font-weight:600;color:#888}.qa-filter-select,.qa-filter-input{padding:8px 12px;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:14px;background:#fff;width:100%;box-sizing:border-box}.qa-filter-actions{display:flex;gap:8px;align-items:center}.qa-btn{padding:8px 16px;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .15s ease}.qa-btn-primary{background:#0b64d9;color:#fff}.qa-btn-primary:hover{background:#0952b5}.qa-btn-ghost{background:transparent;border:1px solid rgba(0,0,0,.12);color:#555}.qa-btn-ghost:hover{background:#0000000a}.qa-result-count{font-size:13px;color:#888;margin-left:auto}.qa-question-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:20px;margin-bottom:16px;box-shadow:0 2px 8px #0000000a;transition:box-shadow .2s}.qa-question-card:hover{box-shadow:0 4px 16px #00000014}.qa-question-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.qa-question-id{font-size:13px;font-weight:700;color:#0b64d9;font-family:monospace}.qa-question-meta{display:flex;gap:8px;flex-wrap:wrap}.qa-pill{padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;background:#0000000d;color:#555}.qa-pill-approved{background:#16a34a1a;color:#16a34a}.qa-pill-unapproved{background:#ef44441a;color:#ef4444}.qa-pill-difficulty{background:#0b64d91a;color:#0b64d9}.qa-question-body{margin-bottom:12px}.qa-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#888;margin:12px 0 4px}.qa-question-text{font-size:14px;line-height:1.6;color:#333}.qa-choice-list{list-style:none;padding:0;margin:0}.qa-choice-item{display:flex;gap:10px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.04);font-size:14px}.qa-choice-item:last-child{border-bottom:none}.qa-choice-letter{font-weight:700;color:#0b64d9;min-width:20px}.qa-choice-correct{color:#16a34a;font-weight:600;font-size:12px}.qa-choice-rationale{font-size:12px;color:#888;margin-top:4px}.qa-question-actions{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}.qa-edit-form{display:flex;flex-direction:column;gap:12px}.qa-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.qa-edit-field{display:flex;flex-direction:column;gap:4px}.qa-edit-label{font-size:12px;font-weight:600;color:#888}.qa-edit-choice{border:1px solid rgba(0,0,0,.06);border-radius:10px;padding:12px;margin-bottom:8px;background:#fafafa}.qa-edit-choice-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-weight:600;font-size:13px;color:#555}.qa-empty{text-align:center;padding:60px 20px;color:#888}.qa-empty h3{margin:0 0 8px;color:#333}@media(max-width:768px){.qa-filter-grid,.qa-edit-grid{grid-template-columns:1fr}}.image-question{max-width:100%;max-height:420px;object-fit:contain;display:block;margin:0 auto}.exam-question{position:relative;border:1px solid #000;border-radius:5px;margin:10px;overflow:hidden;display:flex;flex-direction:column;height:calc(100vh - 20px)}.header-left,.header-center,.header-right{display:flex;align-items:center;justify-content:center}.exam-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#f0f0f0;border-bottom:1px solid #ccc}.exam-header,.exam-footer{flex-shrink:0}.header-left,.header-right{flex:1}.header-center{flex-basis:content}.exam-content{display:flex;flex-grow:1;overflow-y:auto}.header-text{text-align:left}.question-side{flex:1;padding:10px;border-right:1px solid #ccc;display:inline-table;flex-direction:column;align-items:center;justify-content:center}.options-side{flex:1;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow-y:auto}.option-side-response{flex:1;padding:2%}.choice-header{display:flex;justify-content:space-between;align-items:center}.number-square{width:24px;height:24px;background-color:#0074d9;color:#fff;display:flex;justify-content:center;align-items:center}.bookmark-image{width:24px;height:24px;margin-right:5px}.feedback-id{padding-left:5px}.left-section{display:flex}.center-section{display:flex;align-items:center;display:none}.right-section .abc-button{text-decoration:line-through;display:none}.divider{width:1px;background-color:#ccc;height:100%;margin:0 10px}.passage{font-weight:400}.options-list{list-style:none;padding:0}.option{position:relative;border:1px solid #000;margin:5px 10px 5px 5px;cursor:pointer;transition:background-color .3s;flex-grow:1;display:flex;justify-content:flex-start;align-items:center;padding:10px;min-height:50px}.option-letter{margin-right:10px;font-weight:700;border:1px solid #0074d9;border-radius:50%;padding:5px;display:inline-block}.option.selected{background-color:#000;color:#fff}.single-choice-input{border-radius:10px;border:1px solid black;padding:5px 5px 10px;margin:10px 0;background:transparent;width:60%;box-sizing:border-box;background-image:linear-gradient(to right,#000,#000);background-repeat:no-repeat;background-position:left 10px bottom 6px;background-size:calc(100% - 20px) 1px;text-indent:5px;font-size:20px;font-weight:700}.button-container{flex:1;display:flex;justify-content:flex-end;gap:10px}.toggle-display-questions{flex:1;text-align:center;padding:10px 20px;margin:0 auto;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer}.exam-footer{display:flex;align-items:center;justify-content:space-between;padding:10px;border-top:1px solid #000}.footer-text{flex:1;text-align:left}.exam-footer button{background-color:#0074d9;color:#fff;padding:12px 30px;border:none;border-radius:50px;cursor:pointer;margin-left:10px}.calculator-container{position:fixed;top:60px;right:20px;z-index:200;width:600px;max-width:calc(100vw - 40px);background:#fff;border-radius:8px;box-shadow:0 8px 32px #0000004d;overflow:hidden}.calculator-toggle{margin:5px}.reference-container{position:fixed;top:60px;left:20px;z-index:200;background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 8px 32px #0000004d;max-width:calc(100vw - 40px);max-height:calc(100vh - 100px);overflow:auto}.handle{padding:10px;cursor:move;width:100%;background:#1a1a2e;color:#fff;font-size:13px;font-weight:600;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center}.reference-container img{max-width:100%;height:auto}.reference-container .exit-button{position:absolute;top:0;right:0;cursor:pointer;background:transparent;border:none;color:#fff;font-size:20px;padding:5px}.handle{width:100%;background:#ddd;cursor:move;padding:10px;text-align:center;border-top-left-radius:10px;border-top-right-radius:10px}.menu.collapsed{display:none}.question-button{display:inline-flex;align-items:center;justify-content:center;margin:5px;width:30px;height:30px;padding:0;background-color:#fff;border:1px dashed black;cursor:pointer;color:#000;border-radius:4px;font-size:14px;transition:background-color .3s}.question-button.answered{background-color:#0074d9;border:1px solid black}.strike-through:after{content:"";position:absolute;left:-10px;right:-10px;top:50%;height:2px;background:#000;display:block}.strike-div{display:flex;justify-content:space-between;align-items:center;width:100%}.strike-button{cursor:pointer;width:10px;height:10px;border-radius:50%;border:1px solid #ccc;background-color:#0074d9;display:flex;justify-content:center;align-items:center;margin-left:10px;text-decoration:line-through;color:#fff}.strike-button-selected{font-size:12px;cursor:pointer;width:10px;height:10px;border-radius:50%;border:1px solid #ccc;background-color:#0074d9;display:flex;justify-content:center;align-items:center;margin-left:10px;text-decoration:underline;color:#fff}.strike-button:hover{background-color:#e5e5e5}.math-buttons{display:flex;justify-content:space-between;align-items:center;margin:10px 0}.exam-taking{display:flex;flex-direction:column;min-height:100vh;background:#f8f9fa}.exam-header-bar{background:#1a1a2e;color:#fff;padding:12px 24px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.exam-header-left{display:flex;align-items:center;flex:1}.exam-section-name{font-weight:600;font-size:16px}.exam-header-center{display:flex;align-items:center;justify-content:center;flex:1}.exam-header-right{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex:1}.exam-question-count{font-size:14px;font-weight:600;color:#fffc;white-space:nowrap}.exam-header-center .timer,.exam-header-center span{font-size:20px;font-weight:700;font-family:Courier New,Courier,monospace;color:#fff}.exam-timer{color:#fff}.exam-timer.warning{color:#fbbf24}.exam-timer.critical{color:#ef4444;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.exam-tools{display:flex;gap:8px}.exam-tool-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.25);color:#fffc;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.exam-tool-btn:hover{background:#fff3;border-color:#fff6}.exam-exit-btn{background:transparent;border:1px solid rgba(255,255,255,.3);color:#ffffffb3;padding:6px 14px;border-radius:6px;font-size:12px;cursor:pointer;transition:background .15s,color .15s}.exam-exit-btn:hover{background:#ffffff1a;color:#fff}.exam-taking .exam-content{flex:1;overflow-y:auto;max-width:800px;margin:0 auto;padding:48px 24px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 120px)}.exam-passage{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:24px;max-height:300px;overflow-y:auto;font-size:15px;line-height:1.7;color:#374151}.exam-image{max-width:100%;border-radius:8px;margin:12px 0}.exam-question-text{font-size:17px;line-height:1.6;color:#1a1a2e;margin-bottom:20px}.exam-choices{display:flex;flex-direction:column;gap:10px}.exam-choice{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .15s;font-size:15px;background:#fff}.exam-choice:hover{border-color:#93c5fd;background:#f0f7ff}.exam-choice.selected{border-color:#3b82f6;background:#eff6ff}.exam-choice.struck{opacity:.4;text-decoration:line-through}.exam-choice-letter{width:28px;height:28px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0;transition:all .15s;color:#6b7280;background:#fff}.exam-choice.selected .exam-choice-letter{background:#3b82f6;color:#fff;border-color:#3b82f6}.exam-choice-text{padding-top:3px;line-height:1.5}.exam-free-input{width:100%;padding:14px 18px;border:2px solid #e5e7eb;border-radius:10px;font-size:16px;margin-top:12px;box-sizing:border-box;transition:border-color .15s;outline:none}.exam-free-input:focus{border-color:#3b82f6}.exam-nav-bar{background:#1a1a2e;padding:12px 24px;display:flex;justify-content:space-between;align-items:center;position:sticky;bottom:0;z-index:100}.exam-nav-btn{padding:10px 24px;border-radius:8px;background:#3b82f6;color:#fff;font-weight:600;border:none;cursor:pointer;font-size:14px;transition:background .15s;white-space:nowrap;min-width:100px;flex-shrink:0}.exam-nav-btn:hover{background:#2563eb}.exam-nav-btn:disabled{opacity:.4;cursor:not-allowed}.exam-nav-dots{display:flex;gap:6px;overflow-x:auto;flex:1;justify-content:center;padding:0 16px;align-items:center;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent;margin:0 auto;max-width:calc(100vw - 280px)}.exam-nav-dots::-webkit-scrollbar{height:4px}.exam-nav-dots::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.exam-dot{width:24px;height:24px;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:transparent;color:#ffffff80;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0;padding:0}.exam-dot:hover{border-color:#fff9;color:#fffc}.exam-dot.answered{background:#3b82f699;border-color:#3b82f6;color:#fff}.exam-dot.current{border-color:#fff;color:#fff;box-shadow:0 0 0 2px #ffffff4d}.exam-dot-review{border-color:#10b98180;color:#10b981b3;font-size:12px;width:28px;height:24px;border-radius:6px;margin-left:4px}.exam-dot-review:hover{border-color:#10b981;color:#10b981}.exam-nav-mobile{display:none;align-items:center;justify-content:center;gap:12px;flex:1}.exam-nav-mobile-count{color:#ffffffe6;font-weight:700;font-size:15px;font-variant-numeric:tabular-nums}.exam-dot-review.current{border-color:#10b981;background:#10b9814d;color:#fff;box-shadow:0 0 0 2px #10b9814d}.exam-review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(48px,1fr));gap:8px}.exam-taking .calculator-container{position:fixed;top:60px;right:24px;z-index:200;width:600px}.exam-taking .reference-container{position:fixed;top:60px;left:20%;z-index:200;background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 8px 32px #0003}.exam-start-dark{background:#1a1a2e;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px}.exam-start-card{max-width:600px;width:100%;text-align:center;color:#fff}.exam-start-card h1{font-size:32px;font-weight:700;margin-bottom:32px;color:#fff}.exam-start-instructions{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:32px;text-align:left}.exam-start-instructions h2{font-size:18px;font-weight:600;margin-top:24px;margin-bottom:8px;color:#93c5fd}.exam-start-instructions h2:first-child{margin-top:0}.exam-start-instructions p{font-size:15px;line-height:1.7;color:#ffffffbf;margin-bottom:0}.exam-start-btn{display:inline-block;margin-top:32px;padding:16px 48px;background:#3b82f6;color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:background .15s,transform .1s}.exam-start-btn:hover{background:#2563eb;transform:translateY(-1px)}.exam-start-btn:active{transform:translateY(0)}@media(max-width:768px){.exam-taking .exam-content{padding:20px 16px}.exam-choice{padding:12px 14px;width:100%;box-sizing:border-box}.exam-nav-dots{display:none}.exam-nav-mobile{display:flex!important}.exam-header-bar,.exam-nav-bar{padding:10px 16px}.exam-section-name{font-size:14px}.exam-start-card h1{font-size:24px}.exam-start-instructions{padding:20px}}.Exam-Start-Body{background-color:#f2f2f2;padding:20px;display:flex;justify-content:center;align-items:center;height:100vh;overflow:auto}.content-wrapper{width:100%;max-width:800px;text-align:center}.instruction-box{background-color:#fff;padding:20px;margin-top:20px;border-radius:5px;box-shadow:0 2px 4px #0000001a}.button-container{display:flex;justify-content:center;margin-top:20px}.button-container button{background-color:#0074d9;color:#fff;padding:12px 30px;border:none;border-radius:50px;cursor:pointer}.break-screen{color:#fff;background-color:#000;font-family:Arial,sans-serif;padding:20px;position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.timer{text-align:center;margin-bottom:30px}.timer h1{margin-bottom:10px}.timer p{font-size:2em;margin-bottom:20px}.instructions h2{margin-top:20px}.instructions p,.instructions ol{margin-top:10px}button{cursor:pointer;padding:10px 20px;background-color:#333;border:none;color:#fff;font-size:1em}button:hover{background-color:#555}.question-display-overlay{display:none;position:fixed;left:50%;bottom:50px;transform:translate(-50%) translateY(-40%);z-index:100}.question-display-overlay.open{display:block}.question-display-content{background:#fff;padding:20px;border-radius:10px;box-shadow:0 -2px 10px #0003;width:60%;max-width:500px;transform:translateY(50);transition:transform .3s ease-out}.question-display-content-review{background:#fff;padding:20px;border-radius:10px;box-shadow:0 -2px 10px #0003;width:100%;transform:translateY(50);transition:transform .3s ease-out}.close-display-questions{float:right;border:none;background:none;cursor:pointer;font-size:1.5rem}.go-to-review-button{padding:10px 20px;background-color:#28a745;color:#fff;border:none;border-radius:5px;cursor:pointer;margin-top:20px}.review{display:flex;align-items:center;flex-grow:1;overflow-y:auto;align-self:center}:root{--brand: #0050d0;--brand-dark: #005090;--brand-soft: rgba(0, 80, 208, .08);--border: #d9d9d9;--text: #0b0f19;--muted: #5b667a;--card: #ffffff}.loading-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(900px 500px at 50% 10%,var(--brand-soft),transparent 60%),#fff}.loading-card{width:min(520px,92vw);display:flex;gap:16px;align-items:center;padding:18px;border:1px solid var(--border);border-radius:16px;background:var(--card);box-shadow:0 10px 30px #0000000f}.loading-mark{position:relative;width:64px;height:64px;flex:0 0 64px;display:grid;place-items:center}.loading-book{width:54px;height:54px}.loading-book-fill{fill:#0050d01a;stroke:var(--brand);stroke-width:2.5}.loading-book-spine{stroke:var(--brand-dark);stroke-width:3;stroke-linecap:round;opacity:.85}.loading-spinner{position:absolute;width:62px;height:62px;border-radius:999px;border:3px solid rgba(0,80,208,.15);border-top-color:var(--brand);animation:spin .9s linear infinite}.loading-text{display:flex;flex-direction:column;gap:6px}.loading-title{font-size:18px;font-weight:800;color:var(--text)}.loading-subtitle{font-size:14px;color:var(--muted)}.loading-dots{display:flex;gap:6px;margin-top:6px}.loading-dots span{width:7px;height:7px;border-radius:999px;background:var(--brand);opacity:.35;animation:bounce .9s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.12s}.loading-dots span:nth-child(3){animation-delay:.24s}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0);opacity:.35}50%{transform:translateY(-5px);opacity:.9}}@media(prefers-reduced-motion:reduce){.loading-spinner,.loading-dots span{animation:none}}.registration-form-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f2f2f2}.registration-form{background-color:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 8px #0000001a;text-align:center}.registration-form input[type=text],.registration-form input[type=firstName],.registration-form input[type=lastName],.registration-form input[type=email],.registration-form input[type=password],.registration-form select{display:block;margin:10px auto;width:80%;padding:10px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}.registration-form button{display:block;margin:20px auto;padding:10px 30px;border:none;background-color:#007bff;color:#fff;cursor:pointer;border-radius:4px;font-size:16px;transition:background-color .3s ease}.registration-form button:hover{background-color:#005a9c}.registration-form select{margin-top:20px;margin-bottom:20px}.hub-root{min-height:100vh;background:#f8fafc;display:flex;justify-content:center;padding:40px 16px;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hub-inner{width:100%;max-width:960px}.hub-header{margin-bottom:24px;text-align:left}.hub-title{margin:0;font-size:2.2rem;font-weight:700;color:#0f172a}.hub-subtitle{margin:8px 0 0;font-size:.95rem;color:#64748b}.hub-actions-row{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:20px}@media(min-width:720px){.hub-actions-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.hub-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:20px 20px 18px;box-shadow:0 10px 25px #0f172a0f;box-sizing:border-box}.hub-card-action{display:flex;flex-direction:column;justify-content:space-between;min-height:160px}.hub-card-title{margin:0 0 4px;font-size:1.1rem;font-weight:600;color:#0f172a}.hub-card-text{margin:4px 0 16px;font-size:.9rem;color:#475569;line-height:1.5}.hub-button{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:999px;border:1px solid transparent;font-size:.9rem;font-weight:500;cursor:pointer;background:transparent;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.hub-button-primary{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 10px 20px #2563eb4d}.hub-button-primary:hover{background:#1d4ed8;border-color:#1d4ed8}.hub-button-primary-outline{background:#fff;border-color:#2563eb33;color:#1d4ed8}.hub-button-primary-outline:hover{border-color:#2563eb;background:#eff6ff}.hub-card-schools{margin-top:4px}.hub-card-schools-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.hub-empty-state{margin:4px 0 0;font-size:.9rem;color:#64748b}.hub-school-list{list-style:none;margin:4px 0 0;padding:8px 0 0;border-top:1px solid #e2e8f0}.hub-school-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:.9rem}.hub-school-item+.hub-school-item{border-top:1px solid #e2e8f0}.hub-school-info{display:flex;align-items:center;gap:10px}.hub-school-dot{width:8px;height:8px;border-radius:999px;background:#22c55e}.hub-school-name{font-weight:500;color:#0f172a}.hub-school-role{margin-top:2px;font-size:.78rem;color:#64748b}.hub-link-button{background:none;border:none;padding:0;font-size:.85rem;font-weight:500;color:#2563eb;cursor:pointer;text-decoration:none}.hub-link-button:hover{color:#1d4ed8;text-decoration:underline}.app-layout{display:flex;min-height:100vh;width:100%;position:relative}.sidebar-container{position:fixed;top:0;right:-280px;width:280px;height:100vh;background-color:#1a1a1a;color:#fff;transition:right .3s cubic-bezier(.4,0,.2,1);z-index:2000;display:flex;flex-direction:column;box-shadow:-4px 0 15px #0000004d}.sidebar-container.open{right:0}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:1999;opacity:0;visibility:hidden;transition:opacity .3s}.sidebar-overlay.visible{opacity:1;visibility:visible}.sidebar-header{height:60px;display:flex;align-items:center;justify-content:flex-start;padding:0 20px;border-bottom:1px solid #333}.close-btn{background:transparent;border:none;color:#fff;font-size:24px;cursor:pointer}.sidebar-trigger{position:fixed;top:20px;right:20px;z-index:2001;background:#fff;border:1px solid #ddd;border-radius:8px;width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;gap:4px;box-shadow:0 2px 8px #0000001a;transition:transform .2s}.sidebar-trigger:hover{transform:scale(1.05)}.sidebar-trigger span{display:block;width:20px;height:2px;background:#333;border-radius:2px}.sidebar-content{flex:1;display:flex;flex-direction:column;padding:10px 0}.sidebar-user-info{padding:20px;border-bottom:1px solid #333}.sidebar-nav{list-style:none;padding:10px;margin:10px 0;flex:1;display:flex;flex-direction:column;gap:8px}.sidebar-nav-item{width:100%;display:flex;align-items:center;padding:12px 15px;cursor:pointer;transition:all .2s;border:none;border-radius:8px;background:transparent;color:#ccc;text-align:left;font-size:15px;text-decoration:none}.sidebar-nav-item:hover{background-color:#333;color:#fff}.sidebar-icon{min-width:30px;margin-right:15px;font-size:20px}.main-content{flex:1;padding:60px 20px 40px;background-color:#f8f9fa;min-height:100vh}.us-page{min-height:100vh;background:#f6f8fb;display:flex;justify-content:center;padding:40px 16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.us-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px #0000000f;padding:32px;width:100%;max-width:480px;height:fit-content}.us-title{font-size:22px;font-weight:800;color:#0f172a;margin:0 0 4px}.us-subtitle{font-size:14px;color:#64748b;margin:0 0 28px}.us-avatar{width:64px;height:64px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;margin-bottom:20px}.us-info-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #f1f5f9}.us-info-row:last-of-type{border-bottom:none}.us-info-label{font-size:13px;font-weight:600;color:#64748b}.us-info-value{font-size:14px;color:#0f172a;font-weight:500}.us-actions{margin-top:24px;display:flex;gap:10px}.us-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .15s}.us-btn-primary{background:#3b82f6;color:#fff}.us-btn-primary:hover{background:#2563eb}.us-btn-ghost{background:transparent;border:1px solid #d1d5db;color:#555}.us-btn-ghost:hover{background:#f1f5f9}.us-form{display:flex;flex-direction:column;gap:16px}.us-field{display:flex;flex-direction:column;gap:4px}.us-label{font-size:13px;font-weight:600;color:#334155}.us-input{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:border-color .15s;box-sizing:border-box}.us-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.us-divider{height:1px;background:#e5e7eb;margin:8px 0}.us-section-title{font-size:14px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0}.us-form-actions{display:flex;gap:10px;margin-top:8px}.school-landing{min-height:100vh;background:#f8fafc;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a}.school-header{background:#ffffffe6;border-bottom:1px solid #e2e8f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.school-header-inner{max-width:1120px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.school-logo{display:flex;align-items:center;gap:.5rem}.school-logo-icon{width:36px;height:36px;border-radius:12px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.school-logo-text{font-size:1.05rem;font-weight:600}.school-nav{display:flex;gap:1.5rem;font-size:.9rem}.school-nav a{color:#64748b;text-decoration:none}.school-nav a:hover{color:#0f172a}.school-header-actions{display:flex;align-items:center;gap:.75rem;font-size:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.55rem 1.2rem;font-size:.9rem;font-weight:500;text-decoration:none;cursor:pointer;border:1px solid transparent}.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 8px 18px #2563eb4d}.btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8}.btn-outline{background:#fff;color:#0f172a;border-color:#e2e8f0}.btn-outline:hover{background:#f8fafc}.link-muted{color:#475569;text-decoration:none}.link-muted:hover{color:#0f172a}.link-accent{color:#2563eb;text-decoration:none}.link-accent:hover{color:#1d4ed8}.link-button{border:none;background:none;padding:0;margin:0;font-size:.75rem;color:#2563eb;cursor:pointer}.school-main{max-width:1120px;margin:0 auto;padding:2.5rem 1.5rem 3.5rem}.school-hero{display:flex;flex-direction:column;gap:2.5rem}.school-hero-left,.school-hero-right{flex:1}.school-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:999px;font-size:.7rem;font-weight:500;color:#1d4ed8;background:#e0edff;border:1px solid #bfdbfe}.school-badge-dot{width:6px;height:6px;border-radius:999px;background:#2563eb}.school-title{margin-top:1rem;font-size:2.1rem;line-height:1.2}@media(min-width:768px){.school-title{font-size:2.6rem}}.school-subtitle{margin-top:1rem;max-width:34rem;font-size:.95rem;color:#64748b;line-height:1.5}.school-hero-actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem}.school-hero-note{margin-top:.75rem;font-size:.8rem;color:#94a3b8}.school-hero-highlights{margin-top:1.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;max-width:20rem;font-size:.8rem;color:#64748b}.school-highlight{display:flex;align-items:center;gap:.4rem}.school-highlight-icon{width:24px;height:24px;border-radius:999px;background:#ecfdf3;color:#16a34a;display:flex;align-items:center;justify-content:center;font-size:.9rem}.school-hero-right{display:flex;flex-direction:column;gap:1rem}.school-card{background:#fff;border-radius:18px;padding:1.25rem 1.4rem;box-shadow:0 15px 35px #0f172a14}.school-card-summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.9rem}.school-card-summary-label{font-size:.7rem;text-transform:uppercase;color:#94a3b8;letter-spacing:.06em}.school-card-summary-name{font-size:.9rem;font-weight:600}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .55rem;font-size:.68rem;font-weight:500;background:#f8fafc;color:#475569}.pill-muted{background:#e2e8f0;color:#475569}.pill-success{background:#ecfdf3;color:#16a34a}.pill-warning{background:#fef9c3;color:#ca8a04}.school-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.school-stat{border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc;padding:.55rem .7rem}.school-stat-label{font-size:.7rem;color:#64748b}.school-stat-value{margin-top:.15rem;font-size:1.1rem;font-weight:600}.school-recent{margin-top:1rem}.school-recent-header{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#64748b;margin-bottom:.4rem}.school-recent-list{display:flex;flex-direction:column;gap:.4rem}.school-recent-item{display:flex;justify-content:space-between;align-items:center;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;padding:.45rem .7rem;font-size:.75rem}.school-recent-name{font-weight:500}.school-recent-date{font-size:.7rem;color:#94a3b8}.school-card-classes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.7rem;font-size:.75rem}.school-card-classes-header p{font-weight:500;color:#64748b}.school-card-classes-meta{font-size:.7rem;color:#94a3b8}.school-card-classes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.section-label{font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:.4rem}.class-list,.test-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.class-item{display:flex;justify-content:space-between;align-items:center;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;padding:.4rem .6rem;font-size:.75rem}.class-item--active{background:#e0edff;border-color:#bfdbfe;color:#1d4ed8}.class-item-meta{font-size:.68rem;color:#94a3b8}.test-item{display:flex;justify-content:space-between;align-items:center;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;padding:.4rem .6rem;font-size:.75rem}.test-name{font-weight:500}.test-meta{font-size:.7rem;color:#94a3b8}.school-steps{margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0}.school-steps-header{text-align:center;max-width:36rem;margin:0 auto 1.75rem}.school-steps-header h2{font-size:1.4rem;margin-bottom:.4rem}.school-steps-header p{font-size:.9rem;color:#64748b}.school-steps-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}.step-card{background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;padding:1.1rem 1rem;text-align:center;box-shadow:0 5px 14px #0f172a0d}.step-number{width:40px;height:40px;border-radius:999px;background:#2563eb;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:.5rem}.step-title{font-size:.95rem;margin-bottom:.25rem}.step-description{font-size:.8rem;color:#64748b}.school-footer{border-top:1px solid #e2e8f0;background:#fff}.school-footer-inner{max-width:1120px;margin:0 auto;padding:.9rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.75rem;color:#94a3b8}.school-footer-links{display:flex;gap:1rem}.school-footer-links a{color:#94a3b8;text-decoration:none}.school-footer-links a:hover{color:#64748b}@media(min-width:768px){.school-hero{flex-direction:row;align-items:center}.school-steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.school-header-inner{flex-wrap:wrap}.school-nav{display:none}.school-footer-inner{flex-direction:column;align-items:flex-start}}.login-form-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f2f2f2}.login-form{background-color:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 8px #0000001a;text-align:center}.login-form input[type=text],.login-form input[type=password]{display:block;margin:10px auto;width:80%;padding:10px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}.login-form button{display:block;margin:20px auto;padding:10px 30px;border:none;background-color:#007bff;color:#fff;cursor:pointer;border-radius:4px;font-size:16px;transition:background-color .3s ease}.login-form button:hover{background-color:#005a9c}.login-form button:active{transform:scale(.98)}.student-profile-container{display:flex;flex-direction:column;align-items:center;padding:20px;font-family:Arial,sans-serif;width:100%;max-width:1600px;margin:0 auto;box-sizing:border-box}.student-profile-header{color:#005a9c;text-align:center;font-size:48px;margin:8px 0 14px}h2{font-size:20px;margin-bottom:15px}.table-group-container{width:100%;margin-bottom:30px;overflow:hidden}.table-responsive{width:100%;overflow-x:auto;border-radius:12px;box-shadow:0 4px 8px #0000001a;background:#fff}.student-profile-table{width:100%;border-collapse:collapse;min-width:600px}.student-profile-table th,.student-profile-table td{border:1px solid #ddd;padding:12px 16px;text-align:center}.student-profile-table th{background-color:#007bff;color:#fff;font-weight:700;white-space:nowrap}.student-profile-table tr:nth-child(2n){background-color:#f2f2f2}.student-profile-table tr:hover{background-color:#ddd}.student-profile-table button{background-color:#007bff;color:#fff;padding:8px 12px;border-radius:8px;font-weight:700;cursor:pointer;border:none;transition:all .16s ease;white-space:nowrap}.student-profile-table button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #007bff33}.student-profile-table button.danger{color:#d93025;background:#d930251a;border:1px solid rgba(217,48,37,.2)}.student-profile-table button.danger:hover{background:#d9302533}.sp-tabs{display:inline-flex;align-items:center;gap:6px;padding:6px;border-radius:14px;background:#0000000a;border:1px solid rgba(0,0,0,.08);margin:10px 0 24px;flex-wrap:wrap}.sp-tab-btn{border:0;background:transparent;padding:10px 18px;border-radius:10px;cursor:pointer;font-weight:700;color:#0009;transition:all .2s ease}.sp-tab-btn.active{background:#fff;color:#007bff;box-shadow:0 4px 12px #00000014}.sp-tab-badge{margin-left:8px;padding:2px 8px;border-radius:999px;font-size:11px;background:#00000014}.sp-tab-panel{width:100%;margin-top:8px}.sp-tab-panel[hidden]{display:none!important}.sp-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 10px 30px #0000000a;padding:24px;width:100%;max-width:1500px;box-sizing:border-box}.app-layout{display:flex;min-height:100vh;width:100%;overflow-x:hidden}.main-content{flex:1;min-width:0;padding:60px 20px 40px;background-color:#f8f9fa;box-sizing:border-box;overflow-x:hidden}.sp-class-group{margin-bottom:30px}.sp-class-group-header{border-bottom:2px solid #eee;padding-bottom:10px;color:#555;display:flex;align-items:center;gap:10px}.sp-class-status{font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;letter-spacing:.3px}.sp-class-status.is-open{background:#e6f4ea;color:#1a7f37}.sp-class-status.is-closed{background:#fde8e8;color:#c0392b}@media(max-width:768px){.student-profile-header{font-size:32px}.main-content{padding:60px 10px 20px}}.pd-page{width:100%;padding:18px 0}.pd-shell{width:min(1200px,94vw);margin:0 auto}.pd-loading{text-align:center;padding:60px 0;font-size:18px;font-weight:600}.pd-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0 18px}.pd-title{margin:0;font-size:34px;font-weight:800}.pd-subtitle{margin-top:4px;font-size:13px;opacity:.7}.pd-topbar-right{display:flex;gap:10px;flex-wrap:wrap}.pd-btn{border:1px solid #0b5ed7;background:#0b5ed7;color:#fff;padding:10px 14px;border-radius:12px;font-weight:700;cursor:pointer}.pd-btn:hover{opacity:.92}.pd-btn-ghost{background:#fff;color:#0b5ed7}.pd-card{background:#fff;border:1px solid rgba(0,0,0,.14);border-radius:16px;padding:14px;box-shadow:0 6px 18px #0000000f}.pd-card-title{font-size:16px;font-weight:800;margin-bottom:4px}.pd-card-subtitle{font-size:12px;opacity:.7;margin-bottom:10px}.pd-filters{margin-bottom:14px}.pd-filter-row{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:12px;align-items:end}.pd-filter{display:flex;flex-direction:column;gap:6px}.pd-filter-wide{min-width:260px}.pd-filter-label{font-size:12px;font-weight:700;opacity:.85}.pd-select{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.18);background:#fff;font-weight:700}.pd-filter-meta{margin-top:10px;display:flex;justify-content:space-between;gap:10px;font-size:12px;opacity:.75}.pd-filter-toggles{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.pd-pie-filter{display:flex;justify-content:center;padding:8px 0 12px;margin:0 0 8px;border-bottom:1px solid rgba(0,0,0,.06)}.pd-insights-controls{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.08)}.pd-segment{display:flex;gap:8px;flex-wrap:wrap}.pd-seg-btn{border:1px solid rgba(0,0,0,.18);background:#fff;padding:9px 12px;border-radius:12px;font-weight:800;cursor:pointer}.pd-seg-btn-active{border-color:#0b5ed7;color:#0b5ed7}.pd-seg-btn-inactive{border-color:#0b5ed7;color:#0b5ed7;opacity:.54}.pd-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.pd-kpi{padding:14px}.pd-kpi-title{font-size:13px;font-weight:800;opacity:.85}.pd-kpi-value{font-size:32px;font-weight:900;margin-top:8px}.pd-kpi-sub{margin-top:6px;font-size:12px;opacity:.7}.pd-main-grid{display:grid;grid-template-columns:2fr 1.05fr;gap:12px;align-items:start;margin-bottom:12px}.pd-insights{min-height:420px}.pd-insights-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:12px;align-items:start}.pd-mini-title{font-size:13px;font-weight:800;margin-bottom:10px}.pd-opps{display:flex;flex-direction:column;gap:8px}.pd-opp-row{display:flex;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.14)}.pd-opp-left{font-weight:800;font-size:12px}.pd-opp-right{font-size:12px;opacity:.7;font-weight:700}.pd-right-stack{display:flex;flex-direction:column;gap:12px}.pd-actions-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}.pd-embedded{margin-top:8px}.pd-trend{margin-bottom:18px}.pd-trend-body{margin-top:8px}.pd-empty{margin-top:14px;padding:22px;border:1px dashed rgba(0,0,0,.22);border-radius:16px;background:#00000005}.pd-charts-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;width:100%;margin-bottom:12px}.pd-charts-secondary{display:contents}.pd-drilldown{margin-top:12px;padding:16px;background:#00000005;border:1px solid rgba(0,0,0,.08);border-radius:12px;animation:pd-drilldown-in .2s ease-out}.pd-drilldown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.pd-drilldown-header h4{margin:0;font-size:16px;color:#333}.pd-drilldown-close{background:none;border:none;font-size:18px;cursor:pointer;color:#888;padding:4px 8px;border-radius:6px}.pd-drilldown-close:hover{background:#0000000f}.pd-drilldown-stats{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:12px}.pd-drilldown-stat{text-align:center}.pd-drilldown-stat-value{font-size:20px;font-weight:700;color:#333}.pd-drilldown-stat-label{font-size:12px;color:#888}@keyframes pd-drilldown-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.pd-pie-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;opacity:.6;text-align:center;gap:8px}.pd-pie-empty h3{margin:0;font-size:16px}.pd-pie-empty p{margin:0;font-size:13px}@media(max-width:1100px){.pd-filter-row{grid-template-columns:1fr}.pd-kpi-grid{grid-template-columns:repeat(2,1fr)}.pd-main-grid,.pd-insights-grid,.pd-charts-row{grid-template-columns:1fr}.pd-charts-secondary{display:grid;grid-template-columns:1fr 1fr;gap:16px}}@media(max-width:768px){.pd-charts-secondary{grid-template-columns:1fr}}.pp-page{display:flex;height:calc(100vh - 60px);background:#f6f8fb;color:#0f172a;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;overflow:hidden}.pp-sidebar{width:280px;background:#fff;border-right:1px solid #e7eef7;display:flex;flex-direction:column;transition:width .2s ease;overflow:hidden}.pp-sidebarHeader{padding:18px 16px 12px;border-bottom:1px solid #e7eef7}.pp-sidebarTitle{font-size:20px;font-weight:800;margin-bottom:12px}.pp-search{display:flex}.pp-classList{padding:10px;overflow:auto;flex:1}.pp-classItem{width:100%;text-align:left;border:1px solid transparent;background:#fff;padding:12px;border-radius:12px;cursor:pointer;margin-bottom:8px}.pp-classItem:hover{border-color:#dbe7fb;background:#f7fbff}.pp-classItem.is-active{border-color:#9fc2ff;background:#eef6ff}.pp-classItemRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.pp-className{font-weight:700;font-size:14px;color:#64748b}.pp-classMeta{margin-top:4px;font-size:12px;color:#64748b}.pp-sidebarFooter{padding:12px 12px 16px;border-top:1px solid #e7eef7}.pp-main{flex:1;overflow-y:auto;min-width:0}.pp-mainHeader{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.pp-pageTitle{font-size:34px;margin:0;font-weight:900}.pp-error{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;padding:8px 10px;border-radius:10px;font-size:13px}.pp-empty{display:grid;place-items:center;padding:30px 0}.pp-emptyCard{width:min(720px,100%);background:#fff;border:1px solid #e7eef7;border-radius:16px;padding:18px;box-shadow:0 10px 30px #0f172a0f}.pp-emptyTitle{font-size:18px;font-weight:800;margin-bottom:6px}.pp-emptyText{color:#64748b;font-size:14px}.pp-card{background:#fff;border:1px solid #e7eef7;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0f172a0f}.pp-cardTop{border-bottom:1px solid #e7eef7}.pp-banner{height:84px;background:linear-gradient(90deg,#dbeafe,#eff6ff);border-bottom:1px solid #e7eef7}.pp-classHeader{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px 8px}.pp-classTitleRow{display:flex;align-items:center;gap:10px}.pp-classTitle{font-size:22px;font-weight:900}.pp-classHeaderActions{display:flex;gap:10px;flex-wrap:wrap}.pp-tabs{display:flex;gap:6px;padding:8px 12px 12px}.pp-tab{border:1px solid #dbe7fb;background:#f7fbff;color:#1f2a44;padding:8px 12px;border-radius:12px;cursor:pointer;font-weight:700}.pp-tab.is-active{background:#0b64d9;border-color:#0b64d9;color:#fff}.pp-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;flex-wrap:wrap}.pp-toolbarLeft{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.pp-toolbarLeft .pp-input{flex:1;min-width:120px}.pp-toolbarRight{display:flex;gap:10px;flex-shrink:0}.pp-input,.pp-select{width:100%;border:1px solid #dbe7fb;background:#fff;padding:10px 12px;border-radius:12px;outline:none;font-size:14px}.pp-input:focus,.pp-select:focus{border-color:#0b64d9;box-shadow:0 0 0 3px #0b64d91f}.pp-label{display:block;font-size:12px;color:#64748b;font-weight:700;margin-bottom:6px}.pp-muted{color:#64748b;font-size:13px}.pp-btn{border:1px solid transparent;padding:10px 12px;border-radius:12px;cursor:pointer;font-weight:800;font-size:14px}.pp-btnWide{width:100%}.pp-btnPrimary{background:#0b64d9;color:#fff}.pp-btnPrimary:hover{filter:brightness(.97)}.pp-btnPrimary:disabled{opacity:.5;cursor:not-allowed;filter:none}.pp-btnGhost:disabled{opacity:.5;cursor:not-allowed}.pp-btnGhost{background:#f1f5f9;color:#0f172a;border-color:#e2e8f0}.pp-btnGhost:hover{filter:brightness(.98)}.pp-btnDanger{background:#ef4444;color:#fff}.pp-btnDanger:hover{filter:brightness(.97)}.pp-pill{font-size:12px;font-weight:900;padding:5px 10px;border-radius:999px;border:1px solid transparent}.pp-pill.is-open{background:#e8fff1;border-color:#b7f3c9;color:#0f7a3a}.pp-pill.is-closed{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.pp-tableWrap{padding:0 16px 16px}.pp-table{width:100%;border-collapse:collapse;border:1px solid #e7eef7;border-radius:14px;overflow:hidden}.pp-table thead{position:sticky;top:0;background:#fff;z-index:1}.pp-table thead th{text-align:left;font-size:12px;color:#64748b;background:#f7fbff;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.06)}.pp-table tbody td{padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.06);vertical-align:middle}.pp-table tbody tr:hover{background:#fbfdff}.pp-tableCompact thead th,.pp-tableCompact tbody td{padding:10px}.pp-colCheck{width:42px}.pp-colProgress{width:220px}.pp-colActions{width:360px}.pp-emptyRow{text-align:center;color:#64748b;padding:18px!important}.pp-studentCell{display:flex;align-items:center;gap:12px}.pp-avatar{width:34px;height:34px;border-radius:999px;background:#0b64d9;color:#fff;display:grid;place-items:center;font-weight:900;font-size:12px}.pp-studentName{font-weight:800}.pp-studentEmail{font-size:12px;color:#64748b;margin-top:2px}.pp-progress{display:flex;align-items:center;gap:10px}.pp-progressBar{height:8px;width:140px;border-radius:999px;background:#e2e8f0;overflow:hidden}.pp-progressFill{height:100%;background:#0b64d9;border-radius:999px}.pp-progressLabel{font-size:12px;color:#475569;font-weight:800}.pp-actions{display:flex;gap:10px;flex-wrap:wrap}.pp-tests,.pp-settings{padding:16px}.pp-testsCard,.pp-settingsCard{background:#fff;border:1px solid #e7eef7;border-radius:14px;padding:14px}.pp-testsTitle,.pp-settingsTitle{font-weight:900;margin-bottom:12px}.pp-testsGrid{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end}.pp-fieldInline{display:flex;align-items:center;padding-bottom:4px}.pp-check{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:#334155}.pp-testsActions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.pp-tooltipWrap{display:inline-flex}.pp-tooltipWrap button:disabled{cursor:not-allowed;opacity:.5}.pp-selectedStudents{margin-top:14px;padding:12px;background:#f0f5ff;border:1px solid #dbeafe;border-radius:8px}.pp-selectedStudentsLabel{font-size:12px;font-weight:700;color:#3b82f6;margin-bottom:8px}.pp-selectedStudentsList{display:flex;flex-wrap:wrap;gap:6px}.pp-selectedStudentChip{display:inline-flex;align-items:center;padding:3px 10px;background:#fff;border:1px solid #dbeafe;border-radius:12px;font-size:12px;color:#1e40af;font-weight:500}.pp-modalOverlay{position:fixed;inset:0;background:#0f172a73;display:grid;place-items:center;z-index:9999;padding:18px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pp-modal{width:min(980px,100%);background:#fff;border-radius:16px;border:1px solid #e7eef7;box-shadow:0 20px 60px #0f172a40;overflow:hidden}.pp-modalSm{width:min(520px,100%)}.pp-modalHeader{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e7eef7}.pp-modalTitle{font-size:18px;font-weight:900}.pp-iconBtn{width:38px;height:38px;border-radius:12px;border:1px solid #e7eef7;background:#fff;cursor:pointer;font-size:20px;line-height:0}.pp-modalBody{padding:0 24px 16px}.pp-modalTableWrap{margin-top:12px;max-height:420px;overflow:auto;border-radius:14px}.pp-modalFooter{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid #e7eef7}.pp-studentWrap{padding:14px}.pp-studentTop{display:flex;align-items:center;gap:12px;margin-bottom:10px}.pp-mainInner{padding:18px 18px 28px}.pp-sidebar.is-collapsed{width:48px}.pp-sidebar.is-collapsed .pp-sidebarHeader,.pp-sidebar.is-collapsed .pp-sidebarFooter{display:none}.pp-sidebar.is-collapsed .pp-classList{padding:8px 4px}.pp-sidebarToggle{display:flex;align-items:center;justify-content:center;width:100%;height:36px;border:none;background:none;cursor:pointer;color:#888;font-size:16px;border-bottom:1px solid rgba(0,0,0,.06)}.pp-sidebarToggle:hover{background:#0000000a}.pp-classPill{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#0b64d91a;color:#0b64d9;font-weight:700;font-size:12px;cursor:pointer;margin:4px auto;border:2px solid transparent;transition:all .15s ease}.pp-classPill:hover{background:#0b64d933}.pp-classPill.is-active{border-color:#0b64d9;background:#0b64d926}.pp-viewToggle{display:inline-flex;flex-shrink:0;border:1px solid rgba(0,0,0,.12);border-radius:8px;overflow:hidden}.pp-viewToggle button{padding:6px 10px;border:none;background:#fff;cursor:pointer;font-size:14px;color:#888;transition:all .15s ease}.pp-viewToggle button.is-active{background:#0b64d9;color:#fff}.pp-cardGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:16px}.pp-studentCard{display:flex;flex-direction:column;padding:16px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;transition:all .2s ease}.pp-studentCard:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.pp-studentCard-top{display:flex;align-items:center;gap:12px;margin-bottom:12px}.pp-studentCard-info{flex:1;min-width:0}.pp-studentCard-name{font-weight:600;font-size:14px;color:#333}.pp-studentCard-email{font-size:12px;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pp-studentCard-progress{margin-bottom:12px}.pp-studentCard-actions{display:flex;gap:8px;margin-top:auto}.pp-studentCard-actions button{flex:1;padding:6px 8px;font-size:12px;border-radius:8px}.pp-showClosed{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b;cursor:pointer;margin-top:8px;-webkit-user-select:none;user-select:none}.pp-showClosed input{accent-color:#3b82f6;cursor:pointer}.pp-settingsSection{padding:24px}.pp-settingsSection h3{margin:0 0 8px;font-size:16px;font-weight:700}.pp-settingsDesc{margin:0 0 16px;font-size:13px;color:#64748b;line-height:1.5}.pp-settingsEmpty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;opacity:.6;text-align:center;gap:8px}.pp-settingsEmpty h3{margin:0;font-size:16px}.pp-settingsEmpty p{margin:0;font-size:13px}@media(max-width:1100px){.pp-cardGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.pp-cardGrid{grid-template-columns:1fr}.pp-sidebar.is-collapsed{display:none}}.success-message{position:fixed;top:10px;right:10px;background-color:green;color:#fff;padding:10px;border-radius:5px;box-shadow:0 0 10px #00000080;z-index:1000}.snb-bar{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:12px;padding:10px 16px;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000a}.snb-back{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-size:13px;font-weight:600;color:#555;padding:6px 10px;border-radius:8px;white-space:nowrap}.snb-back:hover{background:#0000000d}.snb-nav{display:flex;align-items:center;gap:6px;margin-left:auto}.snb-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(0,0,0,.12);border-radius:8px;background:#fff;cursor:pointer;font-size:16px;color:#333;transition:all .15s ease}.snb-arrow:hover:not(:disabled){background:#0000000a}.snb-arrow:disabled{opacity:.3;cursor:default}.snb-select{padding:6px 12px;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:14px;font-weight:600;color:#333;background:#fff;min-width:180px;cursor:pointer}.snb-count{font-size:12px;color:#888;white-space:nowrap;margin-left:8px}@media(max-width:768px){.snb-back span,.snb-count{display:none}}.dp-mutedSmall{font-size:11px;color:#000000b3;text-align:center}.dp-main{flex:1;padding:18px 18px 28px}.dp-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:4px 2px 14px}.dp-titleBlock{display:flex;flex-direction:column;gap:4px}.dp-h1{font-size:38px;line-height:1.05;font-weight:900;margin:0}.dp-sub{color:#64748b;font-size:14px}.dp-topActions{display:flex;gap:10px;flex-wrap:wrap}.dp-content{margin-top:6px}.dp-sectionHeader{font-size:18px;font-weight:900;margin:10px 0 12px}.dp-card{background:#fff;border:1px solid #e7eef7;border-radius:18px;padding:14px;box-shadow:0 10px 30px #0f172a0f}.dp-cardTitle{font-weight:900;font-size:18px;margin-bottom:10px}.dp-grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}@media(max-width:1100px){.dp-grid2{grid-template-columns:1fr}}.dp-kpiGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}@media(max-width:1000px){.dp-kpiGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.dp-kpiGrid{grid-template-columns:1fr}}.dp-kpiCard{background:#fff;border:1px solid #e7eef7;border-radius:18px;padding:12px;box-shadow:0 10px 24px #0f172a0d;display:flex;align-items:center;gap:10px;position:relative}.dp-kpiIcon{width:40px;height:40px;border-radius:14px;background:#eef6ff;border:1px solid #dbe7fb;display:grid;place-items:center;font-size:18px}.dp-kpiText{display:flex;flex-direction:column;gap:2px}.dp-kpiLabel{font-size:12px;color:#64748b;font-weight:800}.dp-kpiValue{font-size:18px;font-weight:900}.dp-kpiDelta{margin-left:auto;font-weight:900;font-size:12px;color:#16a34a}.dp-btn{border:1px solid transparent;padding:10px 12px;border-radius:14px;cursor:pointer;font-weight:900;font-size:14px}.dp-btnPrimary{background:#0b64d9;color:#fff}.dp-btnPrimary:hover{filter:brightness(.97)}.dp-btnGhost{background:#f1f5f9;color:#0f172a;border-color:#e2e8f0}.dp-btnGhost:hover{filter:brightness(.98)}.dp-btnDanger{background:#ef4444;color:#fff}.dp-btnDanger:hover{filter:brightness(.95)}.dp-btn:disabled{opacity:.5;cursor:not-allowed}.dp-input{width:100%;border:1px solid #dbe7fb;background:#fff;padding:10px 12px;border-radius:14px;outline:none;font-size:14px}.dp-input:focus{border-color:#0b64d9;box-shadow:0 0 0 3px #0b64d91f}.dp-toolbar{margin:10px 0}.dp-tableWrap{margin-top:8px;overflow:auto;border-radius:14px}.dp-table{width:100%;border-collapse:collapse;border:1px solid #e7eef7;border-radius:14px;overflow:hidden}.dp-table thead th{text-align:left;font-size:12px;color:#64748b;background:#f7fbff;padding:12px;border-bottom:1px solid #e7eef7}.dp-table tbody td{padding:12px;border-bottom:1px solid #eef2f7;vertical-align:middle}.dp-table tbody tr:hover{background:#fbfdff}.dp-emptyRow{text-align:center;color:#64748b;padding:18px!important}.dp-person{display:flex;align-items:center;gap:10px}.dp-avatar{width:34px;height:34px;border-radius:999px;background:#0b64d9;color:#fff;display:grid;place-items:center;font-weight:900;font-size:12px}.dp-personName{font-weight:900}.dp-personSub{font-size:12px;color:#64748b}.dp-chipRow{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.dp-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eef6ff;border:1px solid #dbe7fb;color:#1e3a8a;font-weight:900;font-size:12px}.dp-pill{font-size:12px;font-weight:900;padding:5px 10px;border-radius:999px;border:1px solid transparent}.dp-pill.is-open{background:#e8fff1;border-color:#b7f3c9;color:#0f7a3a}.dp-pill.is-closed{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.dp-rowActions{display:flex;gap:10px;flex-wrap:wrap}.dp-chart{margin-top:10px;border:1px solid #e7eef7;background:#fbfdff;border-radius:16px;padding:10px}.dp-svg{width:100%;height:160px;color:#0b64d9;display:block}.dp-chartLegend{margin-top:8px;display:flex;gap:10px;align-items:center;color:#475569;font-weight:800;font-size:12px}.dp-dot{width:10px;height:10px;border-radius:999px;background:#0b64d9;display:inline-block}.dp-billingTop{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:baseline;margin-bottom:12px}.dp-billAmount{font-size:34px;font-weight:900}.dp-billSub{color:#64748b;font-weight:800}.dp-billDelta{color:#16a34a;font-weight:900}.dp-sectionTitle{margin-top:8px;font-weight:900;color:#0f172a}.dp-planList{margin-top:8px;display:flex;flex-direction:column;gap:8px}.dp-planRow{display:flex;align-items:center;justify-content:space-between;border:1px solid #e7eef7;background:#fff;border-radius:14px;padding:10px 12px}.dp-planLeft{display:flex;align-items:center;gap:10px}.dp-bullet{width:10px;height:10px;border-radius:999px;background:#0b64d9;display:inline-block}.dp-planName{font-weight:900}.dp-planRight{color:#0f172a;font-weight:900}.dp-actionsRight{display:flex;justify-content:flex-end;margin-top:12px}.dp-muted{color:#64748b;font-size:13px}.dp-note{margin-top:10px;border:1px dashed #dbe7fb;background:#f7fbff;border-radius:16px;padding:12px;color:#334155;font-size:13px}.dp-list{margin:8px 0 0 18px}.dp-kpiRow{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.dp-miniKpi{border:1px solid #e7eef7;border-radius:14px;background:#fff;padding:10px}.dp-miniLabel{color:#64748b;font-weight:900;font-size:12px}.dp-miniValue{font-size:22px;font-weight:900;margin-top:6px}.dp-miniHint{margin-top:6px;color:#64748b;font-size:12px}.dp-bar{height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden;margin-top:8px}.dp-barFill{height:100%;background:#0b64d9;border-radius:999px}.dp-modalOverlay{position:fixed;inset:0;background:#0f172a73;display:grid;place-items:center;z-index:9999;padding:18px}.dp-modal{width:min(760px,100%);background:#fff;border-radius:18px;border:1px solid #e7eef7;box-shadow:0 20px 60px #0f172a40;overflow:hidden}.dp-modalHeader{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e7eef7}.dp-modalTitle{font-size:18px;font-weight:900}.dp-iconBtn{width:38px;height:38px;border-radius:14px;border:1px solid #e7eef7;background:#fff;cursor:pointer;font-size:20px;line-height:0}.dp-modalBody{padding:14px 16px}.dp-modalFooter{display:flex;justify-content:flex-end;gap:10px;padding:12px 16px 16px;border-top:1px solid #e7eef7}.dp-modalList{margin-top:10px;border:1px solid #e7eef7;border-radius:14px;overflow:hidden}.dp-checkRow{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid #eef2f7;cursor:pointer}.dp-checkRow:hover{background:#fbfdff}.dp-checkRow:last-child{border-bottom:none}.dp-checkName{font-weight:900}.dp-bulkBar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 14px;margin-bottom:12px;background:#eef6ff;border:1px solid #dbe7fb;border-radius:14px}.dp-bulkCount{font-weight:900;font-size:14px;color:#0b64d9;margin-right:4px}.pa-page{padding:0 8px;max-width:1400px;margin:0 auto}.pa-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.pa-title{font-size:28px;font-weight:700;color:#0f172a;margin:0}.pa-topbar-actions{display:flex;align-items:center;gap:12px}.pa-search{padding:8px 14px;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:14px;min-width:220px}.pa-btn{padding:8px 16px;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .15s ease}.pa-btn-primary{background:#0b64d9;color:#fff}.pa-btn-primary:hover{background:#0952b5}.pa-btn-ghost{background:transparent;border:1px solid rgba(0,0,0,.12);color:#333}.pa-btn-ghost:hover{background:#0000000a}.pa-btn-danger{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.pa-btn-danger:hover{background:#ef444433}.pa-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pa-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:20px;box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.pa-card:hover{box-shadow:0 8px 24px #00000014}.pa-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.pa-card-name{font-size:18px;font-weight:700;color:#0f172a}.pa-pill{padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600}.pa-pill-active{background:#16a34a1a;color:#16a34a}.pa-pill-inactive{background:#ef44441a;color:#ef4444}.pa-card-subdomain{font-size:12px;color:#888;margin-bottom:12px}.pa-card-stats{display:flex;gap:16px;margin-bottom:12px}.pa-stat{font-size:13px;color:#555}.pa-stat strong{color:#333}.pa-card-admin{font-size:13px;color:#555;margin-bottom:8px}.pa-card-billing{font-size:12px;color:#888;margin-bottom:12px}.pa-card-actions{display:flex;gap:8px;margin-top:12px;border-top:1px solid rgba(0,0,0,.06);padding-top:12px}.pa-expanded{margin-top:12px;padding:16px;background:#00000005;border:1px solid rgba(0,0,0,.06);border-radius:10px;animation:pa-expand-in .2s ease-out}@keyframes pa-expand-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.pa-expanded-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:13px;color:#555}.pa-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;display:flex;align-items:center;justify-content:center}.pa-modal{background:#fff;border-radius:16px;padding:0;width:90%;max-width:480px;box-shadow:0 20px 60px #0003}.pa-modal-header{padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.06);display:flex;justify-content:space-between;align-items:center}.pa-modal-title{font-size:18px;font-weight:700}.pa-modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#888}.pa-modal-body{padding:16px 24px}.pa-field{margin-bottom:14px}.pa-label{display:block;font-size:13px;font-weight:600;color:#555;margin-bottom:4px}.pa-input,.pa-select{width:100%;padding:8px 12px;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:14px;box-sizing:border-box}.pa-toggle-row{display:flex;align-items:center;gap:8px}.pa-modal-footer{padding:16px 24px;border-top:1px solid rgba(0,0,0,.06);display:flex;gap:8px;justify-content:flex-end}.pa-loading,.pa-empty,.pa-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center;gap:12px}.pa-empty h3,.pa-error h3{margin:0;font-size:18px;color:#333}.pa-empty p,.pa-error p{margin:0;font-size:14px;color:#888}@media(max-width:1024px){.pa-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.pa-grid{grid-template-columns:1fr}.pa-topbar{flex-direction:column;align-items:stretch}}:root{--r-bg: #f6f8fb;--r-card: #ffffff;--r-text: #0f172a;--r-muted: #64748b;--r-border: #e5e7eb;--r-shadow: 0 10px 24px rgba(15, 23, 42, .08);--r-primary: #0b5ed7;--r-success: #198754;--r-danger: #dc3545;--r-warning: #ffc107;--r-radius: 14px}.results-page{background:var(--r-bg);min-height:100vh;padding:24px;color:var(--r-text)}.results-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.results-title{font-size:28px;font-weight:800;letter-spacing:-.02em}.results-subtitle{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.results-chip{border:1px solid var(--r-border);background:#fff;color:var(--r-muted);border-radius:999px;padding:6px 10px;font-size:12px}.results-chip.is-timed{border-color:#dc354540;color:#b42318;background:#dc35450f}.results-chip.is-practice{border-color:#19875440;color:#0f6b3e;background:#1987540f}.results-chip.is-neutral{background:#fff}.results-btn{border:1px solid var(--r-border);background:#fff;color:var(--r-text);border-radius:10px;padding:10px 12px;font-weight:600;cursor:pointer;transition:transform .06s ease,box-shadow .16s ease,border-color .16s ease}.results-btn:hover{border-color:#cbd5e1;box-shadow:0 8px 16px #0f172a0f}.results-btn:active{transform:translateY(1px)}.results-btn-primary{border-color:#0b5ed759;background:#0b5ed714;color:var(--r-primary)}.results-header-right{display:flex;gap:10px}.results-card{background:var(--r-card);border:1px solid var(--r-border);border-radius:var(--r-radius);box-shadow:var(--r-shadow);padding:16px}.results-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.results-card-title{font-weight:800;font-size:16px}.results-card-subtitle{margin-top:4px;color:var(--r-muted);font-size:13px}.results-card-footer{margin-top:12px;color:var(--r-muted);font-size:12px}.results-top-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;margin-bottom:16px}@media(max-width:1100px){.results-top-grid{grid-template-columns:1fr}}.results-seg-toggle{display:inline-flex;border:1px solid var(--r-border);border-radius:12px;overflow:hidden;background:#fff}.results-seg-btn{border:0;background:transparent;padding:10px 12px;font-weight:700;font-size:13px;color:var(--r-muted);cursor:pointer}.results-seg-btn.is-active{background:#0b5ed71a;color:var(--r-primary)}.results-chart-grid{display:grid;grid-template-columns:1fr 280px;gap:12px;align-items:stretch}@media(max-width:900px){.results-chart-grid{grid-template-columns:1fr}}.results-chart-area{min-height:320px;display:flex;align-items:center;justify-content:center}.results-legend{border-left:1px solid var(--r-border);padding-left:12px}@media(max-width:900px){.results-legend{border-left:0;padding-left:0;border-top:1px solid var(--r-border);padding-top:12px}}.results-legend-title{font-weight:800;margin-bottom:8px}.results-legend-list{display:flex;flex-direction:column;gap:10px;max-height:320px;overflow:auto;padding-right:6px}.results-legend-row{display:flex;gap:10px;align-items:flex-start}.results-legend-dot{width:10px;height:10px;border-radius:999px;margin-top:4px;flex:0 0 10px}.results-legend-name{font-weight:700;font-size:13px;line-height:1.2;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.results-legend-meta{color:var(--r-muted);font-size:12px;margin-top:2px}.results-empty{color:var(--r-muted);font-weight:600}.results-tooltip{background:#fff;border:1px solid var(--r-border);box-shadow:0 12px 30px #0f172a1f;border-radius:12px;padding:10px 12px;min-width:190px}.results-tooltip-title{font-weight:800;margin-bottom:8px}.results-tooltip-row{display:flex;justify-content:space-between;color:var(--r-text);font-size:13px}.results-score-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(max-width:1100px){.results-score-grid{grid-template-columns:1fr}}.results-score-card{border:1px solid var(--r-border);background:#fff;border-radius:14px;padding:12px}.results-score-card-total{background:#0b5ed70f;border-color:#0b5ed740}.results-score-title{color:var(--r-muted);font-weight:700;font-size:13px}.results-score-value{font-size:28px;font-weight:900;margin-top:6px}.results-score-meta{margin-top:6px;color:var(--r-muted);font-size:12px}.results-filters-bar{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;background:#f6f8fbeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px;border-radius:14px;border:1px solid var(--r-border);box-shadow:0 10px 24px #0f172a0f;margin:14px 0 16px}@media(max-width:1100px){.results-filters-bar{grid-template-columns:repeat(2,minmax(0,1fr))}}.results-filter-label{display:block;font-size:12px;color:var(--r-muted);font-weight:700;margin-bottom:6px}.results-select{width:100%;border:1px solid var(--r-border);border-radius:12px;padding:10px;background:#fff}.results-questions{display:flex;flex-direction:column;gap:14px}.results-question-card{background:#fff;border:1px solid var(--r-border);border-radius:var(--r-radius);box-shadow:0 8px 18px #0f172a0d;overflow:hidden}.results-question-header{display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:start;padding:14px 16px;border-bottom:1px solid var(--r-border);background:linear-gradient(to bottom,#fff,#fbfdff)}@media(max-width:900px){.results-question-header{grid-template-columns:46px 1fr;grid-template-rows:auto auto}.results-question-actions{grid-column:1 / -1}}.results-question-number{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-weight:900;color:var(--r-primary);background:#0b5ed71a;border:1px solid rgba(11,94,215,.18)}.results-question-meta-row{color:var(--r-text);font-size:13px;line-height:1.4}.results-question-meta-row+.results-question-meta-row{margin-top:4px}.results-question-actions{display:flex;gap:10px}.results-question-body{padding:14px 16px 16px}.results-media{margin-bottom:12px}.results-img{max-width:100%;border-radius:12px;border:1px solid var(--r-border)}.results-passage{background:#64748b0f;border:1px solid rgba(100,116,139,.16);padding:12px;border-radius:12px;margin-bottom:12px;color:var(--r-text)}.results-stem{font-weight:650;margin-bottom:12px}.results-short-answer{margin:10px 0 12px}.results-choices{display:flex;flex-direction:column;gap:10px}.results-choice{border:1px solid var(--r-border);border-radius:12px;padding:10px 12px;background:#fff}.results-choice.is-correct{border-color:#19875473;background:#1987540f}.results-choice.is-wrong{border-color:#dc354573;background:#dc35450d}.results-choice-text{font-size:14px}.results-choice-right{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.results-badge{border-radius:999px;padding:4px 8px;font-size:12px;font-weight:800;border:1px solid var(--r-border);color:var(--r-muted);background:#fff}.results-badge.is-selected{border-color:#0b5ed759;background:#0b5ed714;color:var(--r-primary)}.results-badge.is-correct{border-color:#19875459;background:#19875414;color:var(--r-success)}.results-choice-expl{margin-top:10px;padding-top:10px;border-top:1px dashed var(--r-border);color:var(--r-muted);font-size:13px}.rsp-container{min-height:100vh;background:#f5f5f7;display:flex;justify-content:center;align-items:flex-start;padding:40px 16px}.rsp-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:36px 40px;max-width:560px;width:100%;color:#222}.rsp-title{font-size:24px;font-weight:700;margin:0 0 6px;color:#111}.rsp-subtitle{font-size:14px;color:#666;margin:0 0 28px}.rsp-form-group{margin-bottom:18px}.rsp-label{display:block;font-size:13px;font-weight:600;color:#333;margin-bottom:5px}.rsp-input,.rsp-textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;color:#222;background:#fff;box-sizing:border-box;transition:border-color .2s}.rsp-input:focus,.rsp-textarea:focus{outline:none;border-color:#007aff}.rsp-input.rsp-input-error{border-color:#e53935}.rsp-textarea{min-height:80px;resize:vertical}.rsp-subdomain-wrapper{display:flex;align-items:center;gap:0}.rsp-subdomain-wrapper .rsp-input{border-top-right-radius:0;border-bottom-right-radius:0;flex:1}.rsp-subdomain-suffix{background:#f0f0f0;border:1px solid #ddd;border-left:none;border-radius:0 6px 6px 0;padding:10px 12px;font-size:13px;color:#666;white-space:nowrap}.rsp-hint{font-size:12px;margin-top:4px}.rsp-hint.rsp-available{color:#2e7d32}.rsp-hint.rsp-unavailable{color:#e53935}.rsp-hint.rsp-checking{color:#999}.rsp-row{display:flex;gap:16px}.rsp-row .rsp-form-group{flex:1}.rsp-submit-btn{display:block;width:100%;padding:12px;border:none;border-radius:8px;background:#007aff;color:#fff;font-size:16px;font-weight:600;cursor:pointer;margin-top:24px;transition:opacity .2s}.rsp-submit-btn:disabled{opacity:.5;cursor:not-allowed}.rsp-submit-btn:hover:not(:disabled){opacity:.9}.rsp-back-link{display:block;text-align:center;margin-top:18px;color:#007aff;font-size:14px;cursor:pointer;text-decoration:none}.rsp-back-link:hover{text-decoration:underline}.rsp-status-card{background:#f0f4ff;border:1px solid #b3d1ff;border-radius:10px;padding:24px;margin-bottom:20px;text-align:center}.rsp-status-card h3{margin:0 0 8px;font-size:18px;color:#1a3a6e}.rsp-status-card p{margin:4px 0;font-size:14px;color:#555}.rsp-cooldown-card{background:#fff5f5;border:1px solid #ffcdd2;border-radius:10px;padding:24px;margin-bottom:20px;text-align:center}.rsp-cooldown-card h3{margin:0 0 8px;font-size:18px;color:#b71c1c}.rsp-cooldown-card p{margin:4px 0;font-size:14px;color:#555}.rsp-success-card{background:#f0fff4;border:1px solid #a5d6a7;border-radius:10px;padding:24px;margin-bottom:20px;text-align:center}.rsp-success-card h3{margin:0 0 8px;font-size:18px;color:#2e7d32}.rsp-success-card p{margin:4px 0;font-size:14px;color:#555}.rsp-error{background:#fdecea;border:1px solid #f5c6cb;border-radius:6px;padding:10px 14px;margin-bottom:16px;color:#721c24;font-size:13px}.plan-page{min-height:100vh;background:#f6f8fb;display:flex;justify-content:center;padding:40px 20px;font-family:Arial,sans-serif;box-sizing:border-box}.plan-card{background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;padding:36px 40px;max-width:720px;width:100%;align-self:flex-start}.plan-title{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 6px}.plan-subtitle{font-size:15px;color:#666;margin:0 0 28px}.plan-tiers{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;margin-bottom:28px}.plan-tier{border:2px solid #e0e0e0;border-radius:10px;padding:18px 16px;cursor:pointer;transition:border-color .15s,box-shadow .15s;background:#fafbfc}.plan-tier:hover{border-color:#90bfff}.plan-tier.selected{border-color:#007aff;box-shadow:0 0 0 3px #007aff26;background:#f0f7ff}.plan-tier h4{margin:0 0 6px;font-size:17px;color:#1a1a1a}.plan-tier p{margin:0 0 4px;font-size:13px;color:#666}.plan-tier .plan-tier-price{font-size:15px;font-weight:600;color:#007aff;margin-top:8px}.plan-bundles{margin-bottom:28px}.plan-bundle{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #e8e8e8;border-radius:8px;margin-bottom:8px;cursor:pointer;transition:background .12s}.plan-bundle:hover{background:#f6f8fb}.plan-bundle input[type=checkbox]{width:18px;height:18px;accent-color:#007aff;cursor:pointer}.plan-bundle-info{flex:1}.plan-bundle-name{font-weight:600;font-size:15px;color:#1a1a1a}.plan-bundle-type{font-size:13px;color:#888}.plan-bundle-price{font-weight:600;font-size:15px;color:#333;white-space:nowrap}.plan-period{display:flex;align-items:center;gap:0;margin-bottom:28px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;width:fit-content}.plan-period button{padding:10px 24px;border:none;background:#fff;font-size:14px;font-weight:600;color:#666;cursor:pointer;transition:background .12s,color .12s}.plan-period button.active{background:#007aff;color:#fff}.plan-period-discount{font-size:12px;color:#34a853;margin-left:10px;font-weight:600}.plan-summary{background:#f6f8fb;border-radius:10px;padding:20px 22px;margin-bottom:24px}.plan-summary h3{margin:0 0 12px;font-size:16px;color:#1a1a1a}.plan-summary-row{display:flex;justify-content:space-between;padding:6px 0;font-size:14px;color:#444}.plan-summary-row.total{border-top:1px solid #ddd;margin-top:8px;padding-top:10px}.plan-total{font-size:20px;font-weight:700;color:#1a1a1a}.plan-btn{display:block;width:100%;padding:14px 0;border:none;border-radius:8px;background:#007aff;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s}.plan-btn:hover:not(:disabled){background:#005ecb}.plan-btn:disabled{opacity:.5;cursor:not-allowed}.plan-section-label{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.plan-error{background:#fdecea;border:1px solid #f5c6cb;border-radius:6px;padding:10px 14px;color:#721c24;font-size:14px;margin-bottom:16px}@media(max-width:500px){.plan-card{padding:24px 18px}.plan-tiers{grid-template-columns:1fr}.plan-period button{padding:10px 16px;font-size:13px}}.ct-page{max-width:1000px;margin:0 auto;padding:0 16px 40px;font-family:system-ui,-apple-system,sans-serif;background:#f6f8fb;min-height:100vh}.ct-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:20px;margin-bottom:20px;box-shadow:0 1px 3px #0000000a}.ct-title{font-size:26px;font-weight:700;color:#0f172a;margin:0 0 4px}.ct-subtitle{font-size:14px;color:#64748b;margin:0 0 20px}.ct-section-title{font-size:14px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.ct-section-row{display:flex;gap:12px;align-items:flex-end;margin-bottom:12px;flex-wrap:wrap}.ct-field{display:flex;flex-direction:column;gap:4px}.ct-label{font-size:12px;font-weight:600;color:#888}.ct-input,.ct-select{padding:8px 12px;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:14px;outline:none;transition:border-color .15s}.ct-input:focus,.ct-select:focus{border-color:#3b82f6}.ct-break-toggle{display:flex;align-items:center;gap:10px;padding:8px 16px;background:#f8f9fa;border-radius:8px;margin-bottom:12px;font-size:13px}.ct-slot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;margin:12px 0}.ct-slot{padding:10px;border-radius:8px;font-size:12px;min-height:60px;cursor:pointer;transition:all .15s}.ct-slot.empty{border:2px dashed #d1d5db;color:#94a3b8;display:flex;align-items:center;justify-content:center}.ct-slot.filled{border:2px solid #3b82f6;background:#eff6ff;color:#1e40af}.ct-slot.filled:hover{background:#dbeafe}.ct-autofill-panel{background:#f8f9fa;border-radius:10px;padding:16px;margin:12px 0}.ct-question-bank{border:1px solid #e5e7eb;border-radius:10px;padding:16px;margin:12px 0;max-height:400px;overflow-y:auto}.ct-question-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .15s}.ct-question-row:hover{background:#f0f7ff}.ct-btn{padding:8px 16px;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:opacity .15s}.ct-btn-primary{background:#3b82f6;color:#fff}.ct-btn-primary:hover{background:#2563eb}.ct-btn-primary:disabled{opacity:.5;cursor:not-allowed}.ct-btn-ghost{background:transparent;border:1px solid rgba(0,0,0,.12);color:#555}.ct-btn-ghost:hover{background:#f8f9fa}.ct-btn-danger{background:#dc2626;color:#fff}.ct-btn-danger:hover{background:#b91c1c}.ct-btn-sm{padding:4px 10px;font-size:12px}.ct-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600}.ct-badge-domain{background:#f0f5ff;color:#1e40af}.ct-badge-difficulty{background:#fef3c7;color:#b45309}.ct-flags{display:flex;gap:8px;flex-wrap:wrap;font-size:12px}.ct-flag-check{display:flex;align-items:center;gap:4px}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}
