:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:block;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.calculator-overlay{position:fixed;top:80px;right:30px;z-index:2000;pointer-events:none}.calculator-box{width:280px;background:#f3f3f3;border:1px solid #999;border-radius:4px;box-shadow:0 6px 18px #0000004d;font-family:Arial,Helvetica,sans-serif;pointer-events:auto;-webkit-user-select:none;user-select:none;animation:fadeInScale .2s ease}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.calculator-header{background:linear-gradient(to bottom,#3b82f6,#1e40af);color:#fff;padding:6px 8px;font-size:13px;font-weight:700;display:flex;justify-content:space-between;align-items:center;border-radius:4px 4px 0 0;cursor:move}.close-btn{border:none;background:transparent;color:#fff;font-size:16px;cursor:pointer;padding:0 4px}.close-btn:hover{color:#fdd}.display-wrapper{position:relative;padding:8px}.memory-indicator{position:absolute;left:14px;top:10px;font-size:11px;font-weight:700;color:#444}.display{width:100%;height:38px;font-size:16px;text-align:right;padding:5px 8px;border:1px solid #bbb;border-radius:3px;background:#fff;box-sizing:border-box}.keys{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:8px}.key{padding:8px 6px;font-size:13px;border-radius:3px;border:1px solid #aaa;background:#fff;cursor:pointer;transition:background .15s ease,transform .05s ease}.key:hover{background:#e6e6e6}.key:active{transform:scale(.97)}.operator{background:#e3f2fd}.function{background:#fdecea}.equals{background:#4caf50;color:#fff;font-weight:700}.equals:hover{background:#43a047}.memory{background:#fff8e1;font-weight:700}.zero{grid-column:span 2}.full-width{grid-column:span 4}@media (max-width: 768px){.calculator-overlay{top:60px;right:10px}.calculator-box{width:250px}.key{padding:6px;font-size:12px}.display{height:34px;font-size:14px}}@media (max-width: 480px){.calculator-overlay{top:0;right:0}.calculator-box{width:100vw;border-radius:0}}.section-summary-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out}.section-summary-modal{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:24px;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff1a;max-width:600px;width:90%;max-height:95vh;overflow:hidden;animation:slideUp .4s cubic-bezier(.16,1,.3,1);position:relative;display:flex;flex-direction:column;margin:20px}.modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#000;padding:28px 24px;text-align:center;position:relative;flex-shrink:0;box-sizing:border-box}.modal-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.modal-header h2{margin:0 0 6px;font-size:22px;font-weight:700;letter-spacing:-.3px}.section-name{margin:0;font-size:14px;opacity:.95;font-weight:500}.modal-content{padding:28px;overflow-y:auto;flex:1;display:flex;flex-direction:column;min-height:0;box-sizing:border-box}.summary-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;flex-shrink:0;width:100%;box-sizing:border-box}.stat-card{background:#fff;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease;border:2px solid transparent;flex-shrink:0;width:100%;box-sizing:border-box;min-width:0}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.stat-card.attempted{border-color:#10b981;background:linear-gradient(135deg,#ecfdf5,#fff)}.stat-card.unanswered{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fff)}.stat-card.total{border-color:#6366f1;background:linear-gradient(135deg,#eef2ff,#fff)}.stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}.stat-card.attempted .stat-icon{background:#10b981;color:#fff}.stat-card.unanswered .stat-icon{background:#f59e0b;color:#fff}.stat-card.total .stat-icon{background:#6366f1;color:#fff}.stat-info{flex:1;min-width:0;overflow:hidden}.stat-value{font-size:24px;font-weight:700;line-height:1;margin-bottom:2px;color:#1f2937}.stat-label{font-size:11px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;margin-bottom:20px;flex-shrink:0;width:100%;box-sizing:border-box}.summary-table table{width:100%;border-collapse:collapse;table-layout:fixed}.summary-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.summary-table th{padding:14px 12px;text-align:left;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.summary-table th:nth-child(1){width:45%}.summary-table th:nth-child(2){width:25%}.summary-table th:nth-child(3){width:30%}.summary-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s ease}.summary-table tbody tr:last-child{border-bottom:none}.summary-table tbody tr:hover{background-color:#f9fafb}.summary-table td{padding:14px 12px;font-size:14px;color:#374151;word-wrap:break-word;overflow-wrap:break-word}.row-attempted td:first-child{color:#10b981;font-weight:600}.row-unanswered td:first-child{color:#f59e0b;font-weight:600}.row-total{background:#f9fafb;font-weight:600}.row-total td{color:#1f2937}.timeout-message{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:10px;padding:14px 16px;margin-top:16px;flex-shrink:0;width:100%;box-sizing:border-box}.timeout-message p{margin:0;color:#92400e;font-weight:500;text-align:center;font-size:13px}.modal-footer{padding:20px 24px;background:#f9fafb;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #e5e7eb;flex-shrink:0;box-sizing:border-box}.btn-cancel,.btn-continue{padding:10px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;outline:none;white-space:nowrap}.btn-cancel{background:#fff;color:#6b7280;border:2px solid #e5e7eb}.btn-cancel:hover{background:#f3f4f6;border-color:#d1d5db;color:#374151}.btn-continue{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66}.btn-continue:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.btn-continue:active{transform:translateY(0)}@media (max-width: 640px){.section-summary-modal{width:95%;max-width:95%;border-radius:16px;max-height:98vh}.modal-header{padding:20px 16px}.modal-header h2{font-size:20px}.section-name{font-size:13px}.modal-content{padding:20px 16px}.summary-stats{grid-template-columns:1fr;gap:10px;margin-bottom:16px}.stat-card{padding:14px;gap:10px}.stat-icon{width:36px;height:36px;font-size:18px}.stat-value{font-size:22px}.stat-label{font-size:10px}.summary-table{margin-bottom:12px}.summary-table th{padding:10px 6px;font-size:10px}.summary-table td{padding:10px 6px;font-size:12px}.timeout-message{padding:10px;margin-top:10px}.timeout-message p{font-size:12px}.modal-footer{padding:14px 16px;flex-direction:column-reverse;gap:8px}.btn-cancel,.btn-continue{width:100%;padding:12px 20px;font-size:14px}}@media (max-width: 480px){.section-summary-modal{width:98%;max-width:98%;border-radius:12px}.modal-header{padding:16px 12px}.modal-header h2{font-size:18px}.section-name{font-size:12px}.modal-content{padding:16px 12px}.summary-stats{gap:8px;margin-bottom:12px}.stat-card{padding:12px;gap:8px}.stat-icon{width:32px;height:32px;font-size:16px}.stat-value{font-size:20px}.stat-label{font-size:9px}.summary-table th{padding:8px 4px;font-size:9px}.summary-table td{padding:8px 4px;font-size:11px}.modal-footer{padding:12px}.btn-cancel,.btn-continue{padding:10px 16px;font-size:13px}}.cat-warning-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10001;animation:fadeIn .3s ease-out}.cat-warning-modal{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:24px;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff1a;max-width:500px;width:90%;animation:slideUp .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.cat-warning-modal .modal-header{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:24px 20px;text-align:center;position:relative}.cat-warning-modal .modal-header h2{margin:0;font-size:22px;font-weight:700;letter-spacing:-.3px}.cat-warning-modal .modal-content{padding:32px 24px;text-align:center}.warning-icon{font-size:64px;margin-bottom:16px;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.warning-message{font-size:16px;color:#1f2937;margin:0 0 12px;line-height:1.6}.warning-message strong{color:#d97706;font-weight:700}.time-remaining{font-size:18px;color:#d97706;margin:16px 0 12px;font-weight:600}.time-remaining strong{font-size:24px;color:#b45309}.warning-detail{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.cat-warning-modal .modal-footer{padding:16px 20px;background:#f9fafb;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #e5e7eb}.cat-warning-modal .btn-ok{padding:10px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;outline:none;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 12px #f59e0b66;width:100%}.cat-warning-modal .btn-ok:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b80}.cat-warning-modal .btn-ok:active{transform:translateY(0)}@media (max-width: 640px){.cat-warning-modal{width:95%;border-radius:16px}.cat-warning-modal .modal-header{padding:20px 16px}.cat-warning-modal .modal-header h2{font-size:20px}.cat-warning-modal .modal-content{padding:24px 16px}.warning-icon{font-size:48px;margin-bottom:12px}.warning-message{font-size:15px}.warning-detail{font-size:13px}.cat-warning-modal .modal-footer{padding:14px 16px;flex-direction:column-reverse;gap:8px}.cat-warning-modal .btn-ok{padding:12px 20px}}html,body{overflow-x:hidden;padding:0;box-sizing:border-box;margin:0}.question-container{display:flex;flex-direction:column;height:100vh;font-family:Arial,Helvetica,sans-serif}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:1rem;padding:5px 20px;background:#fff;border-bottom:2px solid #c0c0c0}.calc-toggle{background:#007bff;color:#fff;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center}.calc-toggle:hover{background:#0056b3}.sections .section{padding:6px 10px;border:1px solid transparent;border-radius:3px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.sections .section.noClickCursor{cursor:not-allowed}.sections .section .lock-icon{font-size:12px}.sections .active{background:#1565c0;color:#fff;border-color:#1565c0}.timer{color:#d32f2f;font-weight:600}.error{color:red;font-size:14px;margin-top:8px}.noClickCursor{cursor:not-allowed}.main-area{flex:1;display:grid;grid-template-columns:3fr 2fr 1fr;transition:grid-template-columns .3s ease;overflow-y:auto;padding-bottom:40px}.main-area.no-passage .passage-panel{display:none}.main-area.no-passage{grid-template-columns:0fr 5fr 1fr}.passage-placeholder{background:transparent}.question-content{box-sizing:border-box;overflow-y:auto;padding:20px 20px 40px}.question-container{display:flex;flex-direction:column;height:100vh;overflow:hidden}.question-scroll{flex:1;overflow-y:auto;padding-bottom:80px}.actions{position:absolute;bottom:0;left:0;width:100%;height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:#fff;border-top:1px solid #ddd;box-sizing:border-box;gap:1rem}.actions .left-buttons,.actions .right-buttons{display:flex;gap:.5rem}.actions.no-passage-buttons{justify-content:space-between}.actions.no-passage-buttons .left-buttons,.actions.no-passage-buttons .right-buttons{display:flex;gap:.5rem}.meta{font-size:12px;color:#555;margin-bottom:.5rem}.question-text{font-weight:600;margin:.75rem 0 1rem}.question-text p{margin:.5rem 0}.direction{font-size:14px;color:#666;margin-bottom:1rem;font-style:italic}.descriptive-input{margin:1rem 0}.descriptive-input input{padding:10px;font-size:16px;border:1px solid #9e9e9e;border-radius:4px;width:200px}.passage-panel h4{margin-bottom:1rem;font-weight:600}.passage-panel p{margin:.75rem 0;line-height:1.6}.side-panel{background:#f5f5f5}.side-panel{flex:1;max-width:220px;min-width:220;border-left:1px solid #ddd;padding:1rem;display:flex;flex-direction:column}.avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;margin:0 auto}.avatar img{width:100%;height:100%;object-fit:cover}.legend{list-style:none;padding:0;font-size:12px}.legend .box{display:inline-block;width:12px;height:12px;margin-right:4px;border:1px solid #ccc}.box.not-visited{background:#e0e0e0}.box.not-answered{background:#f44336}.box.answered{background:#4caf50}.palette{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin:1rem 0}.pal-btn{width:40px;height:40px;border-radius:4px;font-weight:600;padding:10px}.pal-btn.current{background:#1565c0;color:#fff;border:2px solid #000}.pal-btn.not-visited{background:#b0bec5;color:#000}.pal-btn.not-answered{background:#e53935;color:#fff}.pal-btn.answered{background:#43a047;color:#fff}.pal-btn.visited{background:#fb8c00;color:#fff}.pal-btn.reviewed{background:#9c27b0;color:#fff}.box.reviewed{background:#9c27b0}.pal-btn.review{background:#9c27b0;color:#fff}.pal-btn.review{background-color:purple}.pal-btn.review-answered{background-color:purple;position:relative}.pal-btn.review-answered:after{content:"";width:12px;height:12px;border-radius:50%;background-color:green;position:absolute;bottom:0;right:1px}.pal-btn.answered{background-color:green}.pal-btn.not-answered{background-color:red}.pal-btn.not-visited{background-color:gray}.pal-btn.review{background-color:purple;position:relative}.pal-btn.review-answered{background-color:purple;position:relative;overflow:visible;color:#fff}.pal-btn.review-answered:after{content:"";width:10px;height:10px;border-radius:50%;background-color:green;position:absolute;bottom:-5px;right:-5px;border:2px solid white}.box.review-answered{background-color:purple;position:relative}.box.review-answered:after{content:"";width:8px;height:8px;border-radius:50%;background-color:green;position:absolute;bottom:-2px;right:-2px;border:1px solid white}.options{list-style:none;padding:0 0 20px;display:flex;flex-direction:column;gap:1rem;max-width:100%;overflow:visible}.options li{flex:0 1 auto;width:100%;max-width:100%;overflow:visible}.option-btn{padding:10px;border:1px solid #9e9e9e;border-radius:3px;background:#fafafa;transition:background .2s}.option-btn:hover{background:#e3f2fd}.option-btn:disabled{background:#c8e6c9;border-color:#388e3c}.actions{position:absolute;bottom:0;left:0;width:100%;height:60px;display:flex;align-items:center;gap:1rem;padding:0 20px;background:#fff;border-top:1px solid #ddd;box-sizing:border-box}.actions .btn{background:#1565c0}.btn{padding:8px 12px;border:none;border-radius:4px;background:#1976d2;color:#fff;cursor:pointer}.btn.save-next{background:#1565c0;color:#fff}.btn.save-next:hover{background:#0d47a1}.passage-panel{border-right:1px solid #ddd;padding:1rem;overflow:auto}.submit .btn{width:100%;background:#1565c0}.option-radio{display:flex;align-items:center;gap:8px;padding:10px 10px 14px;margin:0;border:1px solid #9e9e9e;border-radius:3px;background:#fafafa;cursor:pointer;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}.option-radio span{flex:1;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;overflow:visible;line-height:2}.option-radio span>div{max-width:100%;overflow:hidden}.option-radio .katex,.option-radio .katex-display{font-size:1em}.option-radio .ql-formula{display:inline-block}.option-radio input{flex-shrink:0;margin-top:2px}.option-radio input{accent-color:#1565c0}.option-radio:hover{background:#e3f2fd}.calc-toggle{background:#ff9800}.sections{flex:1;display:flex;gap:4px}.main-area.no-passage .question-content{grid-column:2 / 3;padding:1.5rem 3rem;width:100%}.prev-btn{background:#757575}.prev-btn:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 900px){.main-area{width:100%}.main-area.with-passage{grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.passage-panel{grid-row:1;height:50vh;overflow-y:auto}.side-panel{max-width:100%;grid-row:3}.question-content{grid-row:2;padding:10px}}.passage-panel,.passage-panel div,.question-text{white-space:pre-wrap}.keyboard-container{display:flex;flex-direction:column;align-items:center;gap:15px;width:100%;max-width:200px;padding:10px}.keyboard-display{width:100%;padding:12px;font-size:22px;text-align:center;border-radius:8px;border:1px solid #ccc;background-color:#fefefe;box-shadow:inset 0 2px 4px #0000001a}.keyboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%}.keyboard-key{padding:10px 0;font-size:14px;border-radius:8px;border:1px solid #888;background-color:#f5f5f5;cursor:pointer;transition:.2s all;text-align:center;-webkit-user-select:none;user-select:none}.keyboard-key:hover{background-color:#e0e0e0}.clear-key{background-color:#fdd;border-color:#ff4a4a;color:#b80303;font-weight:700;grid-column:span 2}.backspace-key{background-color:#ffd966;border-color:#f0ad4e;color:#a65400}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.33"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.nmat-section-order-step{max-width:480px;margin:2rem auto;padding:1.5rem;font-family:Arial,Helvetica,sans-serif}.nmat-section-order-step__title{font-size:1.5rem;margin:0 0 .5rem;color:#1a1a1a}.nmat-section-order-step__subtitle{color:#555;margin:0 0 1.5rem;font-size:.95rem;line-height:1.4}.nmat-section-order-step__list{list-style:none;padding:0;margin:0 0 1.5rem;border:1px solid #ddd;border-radius:8px;overflow:hidden}.nmat-section-order-step__item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fff;border-bottom:1px solid #eee}.nmat-section-order-step__item:last-child{border-bottom:none}.nmat-section-order-step__position{flex-shrink:0;width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;background:#1565c0;color:#fff;border-radius:50%;font-weight:600;font-size:.9rem}.nmat-section-order-step__name{flex:1;font-weight:500;color:#1a1a1a}.nmat-section-order-step__actions{display:flex;gap:.25rem}.nmat-section-order-step__btn{width:2rem;height:2rem;padding:0;border:1px solid #ccc;background:#f5f5f5;border-radius:4px;cursor:pointer;font-size:1rem;line-height:1;color:#333}.nmat-section-order-step__btn:hover:not(:disabled){background:#e0e0e0;border-color:#999}.nmat-section-order-step__btn:disabled{opacity:.4;cursor:not-allowed}.nmat-section-order-step__start{width:100%;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;color:#fff;background:#1565c0;border:none;border-radius:8px;cursor:pointer}.nmat-section-order-step__start:hover:not(:disabled){background:#0d47a1}.nmat-section-order-step__start:disabled{opacity:.7;cursor:not-allowed}.question-viewer-full{background:#fff;border-radius:12px;padding:18px;box-shadow:0 1px 3px #00000014;border:1px solid #e8eaed;display:flex;flex-direction:column}.question-header{display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #f0f0f0}.question-title-section{display:flex;align-items:center;gap:12px;margin-bottom:16px}.question-title{font-size:15px;font-weight:600;color:#1f2937;margin:0}.status-badge{padding:2px 10px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge-correct{background-color:#ecfdf5;color:#065f46}.badge-incorrect{background-color:#fef2f2;color:#991b1b}.badge-unanswered{background-color:#f3f4f6;color:#374151}.question-metadata{display:flex;gap:20px;flex-wrap:wrap}.metadata-item{display:flex;flex-direction:column;gap:2px}.metadata-label{font-size:12px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.metadata-value{font-size:14px;font-weight:600;color:#1f2937}.question-passage{background-color:#fafbfc;border-left:4px solid #3b82f6;padding:10px;border-radius:6px;line-height:1.6;color:#4b5563}.question-passage p{margin:0;font-size:14px}.question-main{margin-bottom:12px}.question-text{font-size:14px;font-weight:500;color:#1f2937;line-height:1.6;margin:0 0 16px}.question-options{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.option-item{display:flex;gap:10px;padding:0 10px;border:2px solid #e5e7eb;border-radius:8px;background-color:#fafbfc;cursor:pointer;transition:all .2s ease}.option-item:hover{border-color:#3b82f6;background-color:#f0f7ff}.option-item.correct{border-color:#10b981;background-color:#ecfdf5}.option-item.incorrect{border-color:#ef4444;background-color:#fef2f2}.option-indicator{display:flex;align-items:center;gap:8px;flex-shrink:0}.option-letter{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background-color:#fff;border:1px solid #d1d5db;font-weight:600;color:#374151;font-size:12px}.option-item.correct .option-letter{background-color:#10b981;color:#fff;border-color:#10b981}.option-item.incorrect .option-letter{background-color:#ef4444;color:#fff;border-color:#ef4444}.user-indicator{font-size:14px;color:#3b82f6;font-weight:700}.option-content{flex:1}.option-text{font-size:14px;color:#374151;line-height:1.5;margin:0}.option-item.correct .option-text{color:#065f46;font-weight:500}.option-item.incorrect .option-text{color:#991b1b;font-weight:500}.correct-label,.incorrect-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;white-space:nowrap}.correct-label{color:#166534}.incorrect-label{color:#b91c1c}.answer-summary{display:flex;gap:24px;padding:16px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:24px}.summary-item{display:flex;gap:8px}.summary-label{font-size:13px;color:#6b7280;font-weight:600}.summary-value{font-size:13px;color:#1f2937;font-weight:600}.summary-value.correct{color:#10b981}.summary-item{display:flex;align-items:center;gap:6px}.answer-btn{background:linear-gradient(135deg,#4761e1,#350ab7);color:#fff;box-shadow:0 4px 12px #10b9814d}.answer-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.summary-value p{margin:0;display:inline}.question-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:auto}.action-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.analyze-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}.analyze-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.solution-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.solution-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.video-btn{background:linear-gradient(135deg,#8b5cf6,#9333ea);color:#fff;box-shadow:0 4px 12px #8b5cf64d}.video-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8b5cf666}.btn-icon{font-size:14px}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #f0f0f0;background:linear-gradient(135deg,#f8fafc,#fff)}.modal-header h3{font-size:18px;font-weight:600;color:#1f2937;margin:0}.modal-close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;transition:color .2s ease;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#1f2937}.modal-body{padding:24px}.analysis-section,.solution-section{margin-bottom:24px}.analysis-section:last-child,.solution-section:last-child{margin-bottom:0}.analysis-section h4,.solution-section h4{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.metric{display:flex;flex-direction:column;padding:14px;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e0e0e0;border-radius:8px;text-align:center}.metric-label{font-size:12px;color:#6b7280;font-weight:500;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.metric-value{font-size:20px;font-weight:700;color:#1f2937}.metric-value.correct{color:#10b981}.metric-value.incorrect{color:#ef4444}.insights-list{list-style:none;padding:0;margin:0}.insights-list li{padding:10px 0;color:#475569;font-size:13px;line-height:1.6;border-bottom:1px solid #f0f0f0}.insights-list li:last-child{border-bottom:none}.insights-list strong{color:#1f2937}.steps{display:flex;flex-direction:column;gap:16px}.step{display:flex;gap:16px;padding:14px;background:linear-gradient(135deg,#f0f7ff,#fff);border:1px solid #bfdbfe;border-radius:8px}.step-number{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:700;flex-shrink:0}.step-content{display:flex;flex-direction:column;gap:4px}.step-content strong{color:#1f2937;font-size:13px}.step-content{font-size:13px;color:#475569;line-height:1.5}.correct-answer-box{padding:16px;background:linear-gradient(135deg,#ecfdf5,#fff);border:1px solid #86efac;border-left:4px solid #10b981;border-radius:8px}.correct-answer-box p{margin:0 0 8px;font-size:13px;color:#065f46}.correct-answer-box p:first-child{font-size:14px;font-weight:700}.explanation{color:#047857;line-height:1.6;margin-top:12px}.explanation h5{margin:0 0 8px;font-size:14px;font-weight:600;color:#065f46}.feedback-description{font-size:13px;color:#6b7280;margin:0 0 16px;line-height:1.5}.reason-selection{display:flex;flex-direction:column;gap:12px}.reason-option{display:flex;align-items:center;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.reason-option:hover{border-color:#3b82f6;background:#f0f9ff}.reason-option.selected{border-color:#3b82f6;background:#eff6ff}.reason-option input[type=radio]{margin-right:12px;cursor:pointer;width:18px;height:18px}.reason-option input[type=radio]:disabled{cursor:not-allowed;opacity:.6}.reason-option span{font-size:14px;color:#374151;font-weight:500}.reason-option.selected span{color:#1e40af;font-weight:600}.submitting-indicator{margin-top:12px;font-size:12px;color:#6b7280;font-style:italic}@media (max-width: 1400px){.question-header{flex-direction:column}}@media (max-width: 768px){.question-viewer-full{padding:16px}.question-metadata{gap:12px}.metadata-item{min-width:auto}.answer-summary{flex-direction:column;gap:12px}.option-item{padding:12px}.question-actions{flex-direction:column}.action-btn{width:100%;justify-content:center}.modal-content{max-width:95vw;max-height:85vh}.modal-header,.modal-body{padding:16px}.metrics-grid{grid-template-columns:repeat(2,1fr)}.step{flex-direction:column;gap:12px}.analysis-section h4,.solution-section h4{font-size:13px}}@media (max-width: 480px){.question-header{padding-bottom:12px;margin-bottom:16px}.question-title-section{flex-direction:column;align-items:flex-start}.question-title{font-size:14px}.question-metadata{flex-direction:column;gap:8px}.question-passage{padding:12px;margin-bottom:16px}.question-passage p{font-size:13px}.question-text{font-size:14px}.option-item{padding:10px}.option-letter{width:24px;height:24px;font-size:12px}.option-text{font-size:12px}.metrics-grid{grid-template-columns:1fr}}.inline-solution{margin-top:20px;padding:20px;border-radius:8px;background:#f8f9fa;border-left:4px solid #4caf50}.inline-solution h4{margin-bottom:10px;font-size:18px;font-weight:600}.explanation-content{line-height:1.6;font-size:15px;overflow-x:hidden}.explanation-content img{max-width:100%;height:auto;display:block;margin:10px 0}.explanation-content p{margin:1px}.explanation-content h1,.explanation-content h2,.explanation-content h3,.explanation-content h4,.explanation-content h5,.explanation-content h6{margin:2px 0 1px}.explanation-content br{line-height:1}.question-text,.option-text,.explanation-content,.question-passage{max-width:100%;overflow-x:auto}.answer-sheet,.section-wise-analysis,.difficulty-analysis,.time-analysis,.toppers-list{background:#fff;box-shadow:0 1px 3px #0000001a,0 10px 30px #0000000f;padding:16px;border-radius:12px;border:1px solid rgba(51,65,85,.1);color:#0f172a}.section-wise-analysis h2,.difficulty-analysis h2,.time-analysis h2,.toppers-list h2{font-size:20px;padding:0;margin:0 0 10px;font-weight:700;color:#0f172a}h3{color:#0f172a;font-size:16px;font-weight:600;margin-bottom:16px}.subject-filter-section,.question-numbers-section{margin-bottom:28px}.filter-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#64748b;margin-bottom:12px}.subject-filter{display:flex;gap:12px;flex-wrap:wrap}.filter-btn{padding:10px 18px;border:1px solid rgba(51,65,85,.2);background-color:#f1f5f9;color:#475569;font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:#3b82f666;color:#2563eb;background-color:#3b82f614}.filter-btn.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-color:transparent;box-shadow:0 4px 12px #3b82f64d}.answer-sheet-container{background:#fff;border-radius:12px;padding:0;box-shadow:0 1px 3px #00000014;border:1px solid #e8eaed;display:flex;flex-direction:column;min-height:calc(100vh - 400px)}.subject-filter-bar{padding:20px 24px;border-bottom:1px solid #f0f0f0;background:linear-gradient(135deg,#fff,#fafbfc)}.filter-buttons{display:flex;gap:12px;flex-wrap:wrap}.filter-btn{padding:8px 16px;border:1px solid #e0e0e0;background-color:#f8f9fa;color:#666;font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease}.filter-btn:hover{border-color:#3b82f6;background-color:#f0f7ff;color:#3b82f6}.filter-btn.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:transparent;box-shadow:0 4px 12px #3b82f64d}.answer-sheet-main{display:grid;grid-template-columns:280px 1fr;gap:0;flex:1;overflow:hidden}.question-grid-panel{border-right:1px solid #f0f0f0;padding:20px;background:#fafbfc;overflow-y:auto;display:flex;flex-direction:column}.question-grid-header{margin-bottom:14px}.question-grid-header h3{font-size:14px;font-weight:600;color:#1f2937;margin:0}.question-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(28px,1fr));gap:10px;margin-bottom:20px;min-height:0}.question-grid-item{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;border:2px solid #e0e0e0;background:#fff;border-radius:6px;font-weight:600;font-size:12px;cursor:pointer;transition:all .15s ease;padding:0}.question-grid-item:hover{transform:scale(1.05);border-color:#3b82f6;box-shadow:0 2px 8px #3b82f633}.question-grid-item.selected{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f666}.question-grid-item.status-correct{background-color:#ecfdf5;color:#059669;border-color:#86efac}.question-grid-item.status-correct.selected{background-color:#059669;color:#fff;border-color:#059669}.question-grid-item.status-incorrect{background-color:#fef2f2;color:#dc2626;border-color:#fca5a5}.question-grid-item.status-incorrect.selected{background-color:#dc2626;color:#fff;border-color:#dc2626}.question-grid-item.status-unanswered{background-color:#f3f4f6;color:#6b7280;border-color:#d1d5db}.question-grid-item.status-unanswered.selected{background-color:#6b7280;color:#fff;border-color:#6b7280}.question-grid-legend{display:flex;flex-wrap:wrap;gap:8px;padding:12px;background:#fff;border-radius:6px;border:1px solid #e0e0e0;margin-bottom:16px}.legend-item{display:flex;align-items:center;gap:4px;font-size:12px;color:#666}.legend-dot{width:10px;height:10px;border-radius:3px}.legend-dot.correct{background-color:#059669}.legend-dot.incorrect{background-color:#dc2626}.legend-dot.unanswered{background-color:#6b7280}.question-viewer-panel{padding:24px;overflow-y:auto;background:#fff}.answer-sheet-footer{display:flex;justify-content:center;align-items:center;gap:20px;padding:16px 24px;border-top:1px solid #f0f0f0;background:#fafbfc}.nav-btn{padding:8px 20px;border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #3b82f633}.nav-btn:hover:not(:disabled){box-shadow:0 4px 16px #3b82f666;transform:translateY(-1px)}.nav-btn:disabled{background:#cbd5e1;cursor:not-allowed}.nav-info{font-size:13px;color:#666;font-weight:500;min-width:200px;text-align:center}@media (max-width: 1024px){.answer-sheet-main{grid-template-columns:1fr}.question-grid-panel{border-right:none;border-bottom:1px solid #f0f0f0;max-height:220px}.question-grid{grid-template-columns:repeat(auto-fill,minmax(20px,1fr))}}@media (max-width: 768px){.answer-sheet-container{min-height:auto}.subject-filter-bar{padding:16px}.filter-buttons{flex-wrap:wrap}.filter-btn{font-size:12px;padding:6px 12px}.answer-sheet-main{grid-template-columns:1fr;gap:0}.question-grid-panel{max-height:200px;padding:16px;border-right:none;border-bottom:1px solid #f0f0f0}.question-grid-header h3{font-size:13px}.question-grid{grid-template-columns:repeat(auto-fill,minmax(36px,1fr));gap:6px}.question-grid-item{font-size:11px}.question-grid-legend{gap:6px;padding:10px}.legend-item{font-size:11px}.question-viewer-panel{padding:16px}.answer-sheet-footer{flex-wrap:wrap;gap:12px;padding:12px}.nav-btn{padding:8px 16px;font-size:12px}.nav-info{width:100%;order:3;font-size:12px}}@media (max-width: 480px){.subject-filter-bar{padding:12px}.filter-buttons{gap:8px}.filter-btn{padding:6px 10px;font-size:11px;flex:0 0 calc(50% - 4px)}.answer-sheet-main{display:flex;flex-direction:column}.question-grid-panel{max-height:180px;padding:12px}.question-grid{grid-template-columns:repeat(auto-fill,minmax(32px,1fr));gap:4px}.question-grid-item{font-size:10px;aspect-ratio:1}.question-grid-legend{display:none}.answer-sheet-footer{padding:12px;gap:8px}.nav-btn{padding:8px 12px;font-size:11px;flex:1}.nav-info{font-size:11px}}.question-numbers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:8px;margin-bottom:16px}.question-number-badge{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:6px;font-weight:600;font-size:13px;cursor:pointer;transition:all .3s ease;border:2px solid;box-shadow:0 2px 4px #0000000d}.question-number-badge.status-correct{background-color:#10b9811a;color:#059669;border-color:#10b9814d}.question-number-badge.status-incorrect{background-color:#ef44441a;color:#dc2626;border-color:#ef44444d}.question-number-badge.status-unanswered{background-color:#94a3b81a;color:#64748b;border-color:#94a3b84d}.question-number-badge:hover{transform:scale(1.1);box-shadow:0 4px 12px #0000001a}.legend{display:flex;gap:20px;flex-wrap:wrap;font-size:12px}.legend-item{display:flex;align-items:center;gap:6px;color:#64748b}.legend-dot{width:12px;height:12px;border-radius:2px}.legend-dot.correct{background-color:#10b981}.legend-dot.incorrect{background-color:#ef4444}.legend-dot.unanswered{background-color:#94a3b8}.questions-display-section{margin-bottom:28px}.section-title{color:#0f172a;font-size:16px;font-weight:600;margin-bottom:16px}.questions-grid{display:grid;gap:12px;margin-bottom:24px}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:16px;padding-top:20px;border-top:1px solid rgba(51,65,85,.1)}.nav-button{padding:10px 20px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:13px;transition:all .3s ease;box-shadow:0 4px 12px #3b82f633}.nav-button:hover:not(:disabled){box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.nav-button:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none}.page-info{color:#64748b;font-size:13px;font-weight:500}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px}.chart-card{background:#fff;padding:0 14px 10px;border-radius:10px;border:1px solid rgba(51,65,85,.1);box-shadow:0 1px 3px #0000000d;transition:all .3s ease}.chart-card:hover{border-color:#33415533;box-shadow:0 4px 12px #00000014}.chart-card h3{margin-bottom:16px}.chart-container{height:200px}.accuracy-display{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid rgba(51,65,85,.1)}.accuracy-label{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase}.accuracy-value{font-size:18px;font-weight:700;color:#2563eb}.table-wrapper{margin-top:32px}.table-wrapper h3{margin-bottom:16px}.table-container,.time-table-container{overflow-x:auto;border-radius:8px;border:1px solid rgba(51,65,85,.1);box-shadow:0 1px 3px #0000000d}.analysis-table,.time-table{width:100%;border-collapse:collapse;font-size:13px}.analysis-table thead,.time-table thead{background:#3b82f614}.analysis-table th,.time-table th{padding:14px 12px;text-align:left;font-weight:600;color:#2563eb;border-bottom:2px solid rgba(59,130,246,.2)}.analysis-table td,.time-table td{padding:14px 12px;border-bottom:1px solid rgba(51,65,85,.08);color:#475569}.time-table td.question{max-width:500px;word-wrap:break-word;overflow-wrap:break-word}.time-table td.question>div{max-width:100%;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5;white-space:normal}.analysis-table .section-name,.time-table .number{font-weight:600;color:#0f172a}.analysis-table .correct{color:#059669;font-weight:600}.analysis-table .incorrect{color:#dc2626;font-weight:600}.analysis-table .unanswered{color:#64748b}.analysis-table .positive{color:#059669}.analysis-table .negative{color:#dc2626}.analysis-table .percentile{font-weight:600;color:#2563eb}.analysis-table .overall-row{background:#3b82f60f;font-weight:600}.analysis-table .overall-row td{border-top:2px solid rgba(59,130,246,.2);border-bottom:2px solid rgba(59,130,246,.2)}.metrics-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px}.metric-card{background:linear-gradient(135deg,#fff,#f8fafc);padding:20px;border-radius:10px;border:1px solid rgba(51,65,85,.1);text-align:center;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.metric-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}.metric-value{font-size:28px;font-weight:700;color:#2563eb;margin-bottom:8px}.metric-label{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.section-row{background:#3b82f60a}.section-row td{padding:14px 12px;font-weight:600;text-align:left;color:#0f172a;border-bottom:1px solid rgba(59,130,246,.15)}.section-title{font-size:17px;font-weight:600;color:#333;border-left:4px solid #4f46e5;padding-left:10px}.difficulty-boxes{display:flex;gap:15px;flex-wrap:wrap;align-items:flex-start}.difficulty-box{flex:1;min-width:220px;padding:0 12px 20px;border-radius:8px;background:#fff;border:1px solid #e5e7eb;height:fit-content;align-items:flex-start}.difficulty-box h4{margin-bottom:10px;font-size:14px;font-weight:600;border-radius:4px;text-align:center}.easy-box h4{color:#16a34a}.medium-box h4{color:#d97706}.hard-box h4{color:#dc2626}.question-containers{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;min-height:100px}.question-tag{width:28px;height:28px;font-size:13px;font-weight:500;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:default;transition:.2s ease}.question-tag.green{background-color:#dcfce7;color:#166534;border:1px solid #16a34a}.question-tag.red{background-color:#fee2e2;color:#991b1b;border:1px solid #dc2626}.question-tag.yellow{background-color:#f3f4f6;color:#6b7280;border:1px solid #d1d5db}.question-tag:hover{transform:scale(1.05)}@media (max-width: 1024px){.question-containers{grid-template-columns:repeat(6,1fr)}}@media (max-width: 768px){.difficulty-boxes{flex-direction:column}.question-containers{grid-template-columns:repeat(5,1fr)}}@media (max-width: 480px){.question-containers{grid-template-columns:repeat(4,1fr)}}.answer-sheet-container{display:flex;flex-direction:column;height:calc(100vh - 100px)}.answer-sheet-main.two-column,.answer-sheet-main.three-column{display:grid;gap:0;flex:1;min-height:0}.answer-sheet-main.two-column{grid-template-columns:220px 1fr}.answer-sheet-main.three-column{grid-template-columns:220px 2fr 2fr}.question-grid-panel{padding:20px;background:#fafbfc;border-right:1px solid #f0f0f0;overflow-y:auto;min-height:0}.passage-panels{padding:20px;background:#f9fafb;border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;overflow-y:auto;min-height:0}.passage-panels,.question-viewer-panel{white-space:pre-wrap}.question-viewer-panel{padding:20px;background:#fff;overflow-y:auto;min-height:0}.question-grid-panel::-webkit-scrollbar,.passage-panels::-webkit-scrollbar,.question-viewer-panel::-webkit-scrollbar{width:6px}.question-grid-panel::-webkit-scrollbar-thumb,.passage-panels::-webkit-scrollbar-thumb,.question-viewer-panel::-webkit-scrollbar-thumb{background-color:#6b728080;border-radius:3px}.question-grid-panel::-webkit-scrollbar-track,.passage-panels::-webkit-scrollbar-track,.question-viewer-panel::-webkit-scrollbar-track{background:transparent}.subject-filter-bar.top-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;border-bottom:1px solid #f0f0f0;background:linear-gradient(135deg,#fff,#fafbfc)}.top-nav-buttons{display:flex;align-items:center;gap:12px}.top-nav-buttons .nav-btn{padding:6px 16px;font-size:13px}@media (max-width: 768px){.answer-sheet-container{height:auto}.answer-sheet-main.two-column,.answer-sheet-main.three-column{display:flex;flex-direction:column}.question-grid-panel,.passage-panels,.question-viewer-panel{overflow-y:visible;border:none;padding:16px}.answer-sheet-main.two-column,.answer-sheet-main.three-column{grid-template-columns:unset}.subject-filter-bar.top-bar{flex-direction:column;align-items:stretch;gap:10px}.top-nav-buttons{justify-content:space-between}}.time-table .section-header-row td{background-color:#2563eb;font-weight:600;color:#f0f0f0;text-align:center;font-size:16px}.time-table .section-header-row td.section-header{padding:8px 12px;border-bottom:2px solid #1f3c88}.grid-item-wrapper{display:contents}.section-title-full{grid-column:1 / -1;font-weight:600;margin:12px 0 6px;font-size:14px}.section-header{text-transform:uppercase;font-weight:600}table td{text-align:center}.prose .ql-table-embed td,.prose .ql-table-embed th,.ql-table-embed td,.ql-table-embed th{pointer-events:none!important;caret-color:transparent!important;outline:none!important;cursor:default!important;-webkit-user-select:text!important;user-select:text!important}.ql-editor .ql-table-embed td,.ql-editor .ql-table-embed th{pointer-events:auto!important;caret-color:auto!important;cursor:text!important}.analysis-table td{text-align:left}.analysis-table td.question{text-align:none}.question{text-align:left}html.analytics-portal-active{width:100%!important;max-width:100%!important}body.analytics-portal-active{display:block!important;place-items:unset!important;width:100%!important;max-width:100%!important}#root.analytics-portal-active{max-width:100%!important;width:100%!important;padding:0!important;margin:0!important;text-align:left!important}.analytics-portal{width:100%;max-width:100%;margin:0;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:linear-gradient(135deg,#fff,#f8fafc);min-height:100vh;box-sizing:border-box;position:relative}.header-top{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.header-left{display:flex;flex-direction:column}.analytics-header h1{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 6px}.tabs-container{display:flex;gap:10px;flex-wrap:wrap}.tab-button{padding:8px 18px;border:1px solid rgba(51,65,85,.15);background-color:#fff;color:#475569;font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .25s ease}.tab-button:hover{border-color:#3b82f666;color:#2563eb;background-color:#3b82f60d}.tab-button.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-color:transparent}.tab-content{margin-top:18px}
