@import "https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-base:#070c17;--bg-surface:#0d1626;--bg-card:#111e35;--bg-elevated:#172440;--bg-hover:#ffffff0a;--accent:#38bdf8;--accent-text:#0a1628;--accent-dim:#38bdf81f;--accent-glow:#38bdf840;--accent-dark:#0ea5e9;--success:#22d3a5;--success-dim:#22d3a51f;--danger:#ff4d6d;--danger-dim:#ff4d6d1f;--warning:#fbbf24;--warning-dim:#fbbf241f;--info:#38bdf8;--info-dim:#38bdf81f;--text-bright:#f0f6ff;--text-primary:#d4e4f7;--text-secondary:#8aafd4;--text-muted:#4d6a8a;--border:#ffffff0f;--border-card:#ffffff17;--border-accent:#b8ff3c59;--font-display:"Chakra Petch", sans-serif;--font-body:"Outfit", sans-serif;--sidebar-width:248px;--topbar-height:62px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--primary:#38bdf8;--primary-text:#38bdf8;--bg-secondary:#172440;--bg-tertiary:#ffffff0a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f9fc}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}.btn{border-radius:var(--radius-sm);font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:6px;padding:9px 18px;font-size:13.5px;font-weight:600;text-decoration:none;transition:all .18s;display:inline-flex}.btn-primary{background:var(--accent);color:var(--accent-text)}.btn-primary:hover{filter:brightness(1.08);box-shadow:0 0 24px var(--accent-glow);transform:translateY(-1px)}.btn-ghost{color:var(--text-secondary);border:1px solid var(--border-card);background:0 0}.btn-ghost:hover{background:var(--bg-hover);color:var(--text-primary);border-color:#ffffff26}.btn-danger{background:var(--danger-dim);color:var(--danger);border:1px solid #ff4d6d33}.btn-danger:hover{background:var(--danger);color:#fff}.btn-sm{padding:6px 12px;font-size:12.5px}.badge{font-size:11px;font-weight:700;font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;border-radius:20px;align-items:center;padding:3px 9px;display:inline-flex}.badge-success{background:var(--success-dim);color:var(--success)}.badge-danger{background:var(--danger-dim);color:var(--danger)}.badge-warning{background:var(--warning-dim);color:var(--warning)}.badge-info{background:var(--info-dim);color:var(--info)}.badge-accent{background:var(--accent-dim);color:var(--accent)}.badge-muted{color:var(--text-secondary);background:#ffffff0d}.page-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:28px;display:flex}.page-title{font-family:var(--font-display);color:var(--text-bright);letter-spacing:-.01em;font-size:20px;font-weight:700}.page-subtitle{color:var(--text-secondary);margin-top:4px;font-size:13px;font-weight:400}.page-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);padding:22px}.card-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.card-title{font-family:var(--font-display);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:600}input,select,textarea{font-family:var(--font-body)}.input-field{background:var(--bg-surface);border:1px solid var(--border-card);border-radius:var(--radius-sm);color:var(--text-primary);outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .18s,box-shadow .18s}.avatar{width:36px;height:36px;font-family:var(--font-display);color:var(--accent-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.avatar-lg{width:52px;height:52px;font-size:18px}.avatar-sm{width:28px;height:28px;font-size:11px}.divider{background:var(--border);height:1px;margin:16px 0}.data-table{border-collapse:collapse;width:100%}.data-table th{font-family:var(--font-display);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;text-align:left;border-bottom:1px solid var(--border);padding:10px 14px;font-size:10.5px;font-weight:600}.data-table td{color:var(--text-primary);border-bottom:1px solid var(--border);padding:12px 14px;font-size:13.5px}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:var(--bg-hover)}.data-table tbody tr{cursor:pointer;transition:background .15s}.tabs{background:var(--bg-surface);border-radius:var(--radius-sm);gap:4px;padding:4px;display:flex}.tab-item{cursor:pointer;color:var(--text-secondary);font-size:13px;font-weight:500;font-family:var(--font-body);background:0 0;border:none;border-radius:4px;padding:7px 14px;transition:all .15s}.tab-item:hover{color:var(--text-primary)}.tab-item.active{background:var(--bg-card);color:var(--text-bright);font-weight:600}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-xl);width:100%;max-width:500px;max-height:90vh;padding:28px;animation:.2s slideUp;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.modal-title{font-family:var(--font-display);color:var(--text-bright);font-size:16px;font-weight:700}.modal-close{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;transition:color .15s;display:flex}.modal-close:hover{color:var(--text-primary)}.crop-modal{max-width:480px}.crop-hint{color:var(--text-muted);text-align:center;margin:-12px 0 14px;font-size:12.5px}.crop-container{cursor:crosshair;-webkit-user-select:none;user-select:none;border-radius:8px;margin:0 auto;line-height:0;position:relative;overflow:hidden}.crop-container img{pointer-events:none;display:block}.crop-box{cursor:move;box-sizing:border-box;border:2px solid #fff;position:absolute;box-shadow:0 0 0 9999px #00000085}.crop-grid{position:absolute;inset:0}.crop-grid-v,.crop-grid-h{background:#ffffff4d;position:absolute}.crop-grid-v{width:1px;top:0;bottom:0;transform:translate(-50%)}.crop-grid-h{height:1px;left:0;right:0;transform:translateY(-50%)}.crop-handle{z-index:2;background:#fff;border-radius:2px;width:14px;height:14px;position:absolute}.crop-handle-nw{cursor:nw-resize;top:-7px;left:-7px}.crop-handle-ne{cursor:ne-resize;top:-7px;right:-7px}.crop-handle-sw{cursor:sw-resize;bottom:-7px;left:-7px}.crop-handle-se{cursor:se-resize;bottom:-7px;right:-7px}.form-group{margin-bottom:16px}.form-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:12.5px;font-weight:600;display:block}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-footer{justify-content:flex-end;gap:8px;margin-top:24px;display:flex}.search-wrap{align-items:center;display:flex;position:relative}.search-wrap svg{color:var(--text-secondary);pointer-events:none;position:absolute;left:12px}.search-wrap .input-field{border-right:none;border-radius:8px 0 0 8px;padding-left:38px;padding-right:4px}.search-submit-btn{color:#fff;background:var(--accent);border:1px solid var(--accent);cursor:pointer;white-space:nowrap;border-radius:0 8px 8px 0;flex-shrink:0;height:36px;padding:0 14px;font-size:13px;font-weight:600;transition:opacity .15s}.search-submit-btn:hover{opacity:.88}.settings-nav{flex-direction:column;flex-shrink:0;gap:2px;width:200px;padding:12px;display:flex}.settings-nav-item{border-radius:var(--radius-sm);color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:9px;width:100%;padding:9px 12px;font-size:13.5px;font-weight:500;transition:all .15s;display:flex}.settings-nav-item:hover{background:var(--bg-hover);color:var(--text-primary)}.settings-nav-item.active{background:var(--accent-dim);color:var(--accent)}.settings-content{flex:1;min-width:0}.settings-section-title{font-family:var(--font-display);color:var(--text-primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:20px;font-size:13px;font-weight:700}.settings-help-text{color:var(--text-secondary);margin:-8px 0 16px;font-size:12.5px;line-height:1.5}.class-type-list{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.class-type-row{background:var(--bg-surface);border-radius:var(--radius-sm);align-items:center;gap:12px;padding:10px 14px;display:flex}.class-type-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.class-type-name{color:var(--text-primary);flex:1;font-size:13.5px;font-weight:500}.toggle-wrap{align-items:center;display:flex}.toggle{background:var(--text-muted);cursor:pointer;border-radius:10px;width:38px;height:20px;transition:background .2s;position:relative}.toggle:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s;position:absolute;top:3px;left:3px}.toggle.on{background:var(--accent)}.toggle.on:after{background:var(--accent-text);transform:translate(18px)}.add-class-row{align-items:center;gap:8px;display:flex}.notif-settings-list{flex-direction:column;gap:0;display:flex}.notif-setting-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.notif-setting-row:last-child{border-bottom:none}.notif-setting-label{color:var(--text-primary);font-size:13.5px;font-weight:600}.notif-setting-desc{color:var(--text-secondary);margin-top:3px;font-size:12px}.float-group{position:relative}.float-group .float-input{background:var(--bg-surface);border:1px solid var(--border-card);border-radius:var(--radius-md);width:100%;color:var(--text-bright);font-family:var(--font-body);box-sizing:border-box;outline:none;padding:18px 14px 6px;font-size:14px;transition:border-color .15s,box-shadow .15s}.float-group .float-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.float-group .float-label{color:var(--text-secondary);pointer-events:none;white-space:nowrap;font-size:14px;transition:top .15s,font-size .15s,color .15s,transform .15s;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.float-group .float-input:focus~.float-label,.float-group .float-input:not(:placeholder-shown)~.float-label{color:var(--accent);letter-spacing:.04em;font-size:10.5px;font-weight:600;top:8px;transform:translateY(0)}.staff-row{background:var(--bg-surface);border-radius:var(--radius-sm);align-items:center;gap:12px;padding:12px 14px;display:flex}.settings-staff-form{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:16px;display:grid}@media (width<=900px){.settings-staff-form{grid-template-columns:1fr}}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.table-wrap .data-table{min-width:600px}@media (width<=768px){.data-table{-webkit-overflow-scrolling:touch;min-width:unset;width:100%;display:block;overflow-x:auto}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (width<=768px){.page-header{flex-direction:column;gap:12px;margin-bottom:20px}.page-actions{flex-wrap:wrap;width:100%}.form-row{grid-template-columns:1fr}.modal{border-radius:var(--radius-lg);max-height:95vh;padding:20px 16px}.card{padding:16px}.tabs{flex-wrap:nowrap;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.settings-nav{border-bottom:1px solid var(--border);flex-flow:row;width:100%;padding:8px;overflow-x:auto}.settings-nav-item{white-space:nowrap;flex-shrink:0}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.data-table th,.data-table td{white-space:nowrap}}@media (width<=480px){.page-title{font-size:17px}.btn{padding:8px 14px;font-size:13px}.modal{padding:16px 14px}.modal-overlay{padding:12px}.page-actions{flex-direction:column}}[data-dark=true] .input-field{background:var(--bg-elevated);border-color:var(--border-card);color:var(--text-primary)}[data-dark=true] .input-field::placeholder{color:var(--text-muted)}[data-dark=true] .form-label{color:var(--text-primary)}[data-dark=true] .card{background:var(--bg-card);border-color:var(--border-card)}[data-dark=true] .card-title,[data-dark=true] .page-title{color:var(--text-bright)}[data-dark=true] .page-subtitle{color:var(--text-secondary)}[data-dark=true] .modal{background:var(--bg-card);border:1px solid var(--border-card)}[data-dark=true] .modal-title{color:var(--text-bright)}[data-dark=true] .data-table th{color:var(--text-secondary);border-bottom-color:var(--border)}[data-dark=true] .data-table td{color:var(--text-primary);border-bottom-color:var(--border)}[data-dark=true] .data-table tbody tr:hover{background:var(--bg-hover)}[data-dark=true] .btn-ghost{color:var(--text-primary);border-color:var(--border-card)}[data-dark=true] .btn-ghost:hover{background:var(--bg-hover);color:var(--text-bright)}[data-dark=true] .tab-item{color:var(--text-secondary)}[data-dark=true] .tab-item:hover{color:var(--text-primary)}[data-dark=true] .tab-item.active{color:var(--text-bright);background:var(--bg-card)}[data-dark=true] select,[data-dark=true] option{background:var(--bg-elevated);color:var(--text-primary);border-color:var(--border-card)}.page-container{width:100%}.stats-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);align-items:center;gap:14px;padding:16px 18px;display:flex}.stat-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-info{flex:1;min-width:0}.stat-label{color:var(--text-secondary);margin-bottom:4px;font-size:11.5px;font-weight:500}.stat-value{font-family:var(--font-display);color:var(--text-bright);margin-bottom:4px;font-size:22px;font-weight:700;line-height:1}.stat-sub{color:var(--text-muted);font-size:11px}@media (width<=900px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.stats-grid{grid-template-columns:1fr}}.settings-staff-form-wide{grid-template-columns:repeat(5,minmax(0,1fr))}@media (width<=900px){.settings-staff-form-wide{grid-template-columns:1fr}}.settings-error-banner{background:var(--danger-dim);color:var(--danger);border-radius:var(--radius-sm);border:1px solid #ff4d6d40;margin-top:8px;padding:10px 14px;font-size:13px}.settings-empty{text-align:center;color:var(--text-muted);border:1px dashed var(--border-card);border-radius:var(--radius-md);padding:28px 16px;font-size:13px}@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{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif;position:relative}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.16.45"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{white-space:nowrap;width:min-content;position:relative}.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;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{flex-direction:row;display:inline-flex}.katex .thinbox{width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.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 .smash{line-height:0;display:inline}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.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;width:100%;display:inline-block}.katex .hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.root{margin-left:.277778em;margin-right:-.555556em}.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:.833333em}.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.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333em}.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.66667em}.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.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.857143em}.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.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55429em}.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:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.888889em}.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.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333em}.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.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444em}.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:.416667em}.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:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.666667em}.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:.833333em}.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.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.555556em}.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:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.833333em}.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.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.833333em}.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.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.833173em}.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.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.833601em}.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{width:.12em;display:inline-block}.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{min-width:1px;display:inline-block}.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;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.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{box-sizing:border-box;border:.04em solid}.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{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;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{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.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{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}.partner-topnav{background:var(--bg-surface);border-bottom:1px solid var(--border-card);z-index:200;flex-shrink:0;align-items:center;gap:0;height:58px;padding:0 24px;display:flex;position:sticky;top:0}.partner-topnav-logo{flex-shrink:0;align-items:center;gap:9px;margin-right:32px;text-decoration:none;display:flex}.partner-logo-icon{grid-template-columns:1fr 1fr;gap:2.5px;width:22px;height:22px;display:grid}.partner-logo-icon span{background:var(--accent);border-radius:3px;display:block}.partner-logo-text{font-family:var(--font-display);color:var(--text-bright);letter-spacing:-.01em;white-space:nowrap;font-size:15px;font-weight:700}.partner-topnav-nav{flex:1;align-items:stretch;gap:0;height:100%;display:flex}.partner-nav-item{height:100%;color:var(--text-secondary);white-space:nowrap;border-bottom:2px solid #0000;align-items:center;padding:0 15px;font-size:13.5px;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s,background .15s;display:flex;position:relative}.partner-nav-item:hover{color:var(--text-bright);background:var(--bg-hover)}.partner-nav-item.active{color:var(--accent);border-bottom:2px solid var(--accent);font-weight:600}.partner-topnav-right{border-left:1px solid var(--border);flex-shrink:0;align-items:center;gap:4px;min-width:0;margin-left:auto;padding-left:12px;display:flex;overflow:hidden}.partner-logout-btn{flex-shrink:0!important}.partner-owner-info{cursor:default;border-radius:8px;align-items:center;gap:8px;padding:4px 8px;display:flex}.partner-owner-label{color:var(--text-secondary);white-space:nowrap;font-size:13px;font-weight:500}.partner-avatar{background:var(--accent);width:30px;height:30px;color:var(--accent-text);font-family:var(--font-display);letter-spacing:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.partner-icon-btn{width:34px;height:34px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.partner-icon-btn:hover{background:var(--bg-hover);color:var(--text-bright)}.partner-chatbot-url-btn{color:var(--primary);border:1px solid var(--border-card);background:var(--bg-base);border-radius:6px;flex-shrink:1;align-items:center;min-width:0;max-width:200px;padding:5px 10px;font-size:12px;font-weight:500;text-decoration:none;transition:border-color .15s;display:flex;overflow:hidden}.partner-chatbot-url-btn:hover{border-color:var(--primary)}.partner-chatbot-url-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (width<=1200px){.partner-chatbot-url-btn{max-width:140px}}@media (width<=1024px){.partner-chatbot-url-btn,.partner-owner-label{display:none}}@media (width<=768px){.partner-chatbot-url-btn{display:none}}.partner-hamburger{margin-right:4px;display:none!important}.partner-mobile-overlay{z-index:299;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;position:fixed;inset:0}.partner-mobile-drawer{background:var(--bg-surface);border-right:1px solid var(--border-card);z-index:300;flex-direction:column;width:270px;animation:.22s cubic-bezier(.25,.46,.45,.94) drawerSlideIn;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:6px 0 30px #0006}@keyframes drawerSlideIn{0%{opacity:.6;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.partner-mobile-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 16px 14px;display:flex}.partner-mobile-brand{align-items:center;gap:9px;display:flex}.partner-mobile-user{border-bottom:1px solid var(--border);background:var(--bg-elevated);align-items:center;gap:12px;padding:14px 16px;display:flex}.partner-mobile-user-info{flex:1;min-width:0}.partner-mobile-user-name{color:var(--text-bright);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.partner-mobile-user-role{color:var(--text-muted);margin-top:2px;font-size:11.5px}.partner-mobile-nav{flex-direction:column;flex:1;gap:2px;padding:8px 10px;display:flex;overflow-y:auto}.partner-mobile-nav-item{color:var(--text-secondary);border-radius:8px;align-items:center;padding:11px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.partner-mobile-nav-item:hover{background:var(--bg-hover);color:var(--text-bright)}.partner-mobile-nav-item.active{background:var(--accent-dim);color:var(--accent);border-left:3px solid var(--accent);padding-left:11px;font-weight:600}.partner-mobile-footer{border-top:1px solid var(--border);padding:10px 10px 14px}.partner-mobile-footer-btn{width:100%;font-family:var(--font-body);color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:13.5px;transition:color .15s,background .15s;display:flex}.partner-mobile-footer-btn:hover{color:var(--danger);background:var(--danger-dim)}@media (width<=1100px){.partner-nav-item{padding:0 11px;font-size:13px}.partner-topnav-logo{margin-right:16px}.partner-owner-label{display:none}}@media (width<=768px){.partner-hamburger{margin-right:6px;display:flex!important}.partner-topnav-nav{display:none}.partner-topnav-logo{flex:1;margin-right:0}.partner-topnav{height:52px;padding:0 14px}.partner-topnav-right{border-left:none;gap:4px;padding-left:8px}.partner-owner-label{display:none}}.partner-shell-main{background:var(--bg-base,#f5f5f5);flex:1;padding:24px 32px;overflow-y:auto}@media (width<=1024px){.partner-shell-main{padding:20px 24px}}@media (width<=768px){.partner-shell-main{padding:16px 14px}}.login-page{background:var(--bg-base);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.login-page:before{content:"";pointer-events:none;background:radial-gradient(circle,#b8ff3c0f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.login-page:after{content:"";pointer-events:none;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.login-card{z-index:1;background:var(--bg-surface);border:1px solid var(--border-card);border-radius:var(--radius-xl);width:100%;max-width:400px;padding:44px 40px 40px;animation:.4s cubic-bezier(.22,1,.36,1) both cardIn;position:relative;box-shadow:0 0 0 1px #b8ff3c0a,0 24px 64px #00000080,0 4px 16px #0000004d}@keyframes cardIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.login-logo{align-items:center;gap:10px;margin-bottom:36px;display:flex}.login-logo-icon{background:var(--accent);width:34px;height:34px;color:var(--accent-text);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.login-logo-text{font-family:var(--font-display);color:var(--text-bright);letter-spacing:-.01em;font-size:19px;font-weight:700}.login-heading{margin-bottom:28px}.login-title{font-family:var(--font-display);color:var(--text-bright);letter-spacing:-.02em;margin-bottom:5px;font-size:22px;font-weight:700}.login-sub{color:var(--text-secondary);font-size:13.5px;line-height:1.5}.login-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:7px;display:flex}.form-label{color:var(--text-secondary);letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:600;font-family:var(--font-display)}.input-field{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-md);width:100%;color:var(--text-bright);font-family:var(--font-body);outline:none;padding:11px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.input-field::placeholder{color:var(--text-muted)}.input-field:focus{border-color:#b8ff3c66;box-shadow:0 0 0 3px #b8ff3c14}.pw-wrap{position:relative}.pw-wrap .input-field{padding-right:42px}.pw-toggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;transition:color .12s;display:flex;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.pw-toggle:hover{color:var(--text-primary)}.login-error{background:var(--danger-dim);color:var(--danger);border-radius:var(--radius-sm);border:1px solid #ff4d6d38;padding:10px 13px;font-size:13px;line-height:1.45;animation:.2s both errorIn}@keyframes errorIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.login-submit{width:100%;font-size:14px;font-family:var(--font-display);letter-spacing:.08em;border-radius:var(--radius-md);justify-content:center;margin-top:6px;padding:13px;font-weight:600;transition:opacity .15s,transform .15s}.login-submit:not(:disabled):hover{transform:translateY(-1px)}.login-submit:disabled{opacity:.6;cursor:not-allowed}.login-spinner{border:2px solid #ffffff4d;border-top-color:var(--accent-text);border-radius:50%;width:17px;height:17px;animation:.65s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.login-hint{text-align:center;color:var(--text-muted);margin-top:20px;font-size:11.5px}.otp-input-wrap{justify-content:center;gap:10px;margin:8px 0 4px;display:flex}.otp-input{text-align:center;width:48px;height:56px;font-size:22px;font-weight:700;font-family:var(--font-display);color:var(--text-bright);background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-md);caret-color:#0000;outline:none;transition:border-color .15s,box-shadow .15s}.otp-input:focus{border-color:#b8ff3c80;box-shadow:0 0 0 3px #b8ff3c1a}.otp-hint{text-align:center;color:var(--text-muted);font-size:12px}.btn-back{color:var(--text-secondary);cursor:pointer;text-align:center;background:0 0;border:none;padding:4px;font-size:13px;transition:color .15s}.btn-back:hover{color:var(--text-primary)}@media (width<=480px){.login-card{padding:30px 20px 28px}.login-title{font-size:19px}.login-page{padding:16px}.otp-input{width:40px;height:48px;font-size:18px}.otp-input-wrap{gap:7px}}.pdf-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9000;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.pdf-modal{background:#f5f5f5;border-radius:20px;flex-direction:column;width:min(900px,100%);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 24px 80px #0000004d}.pdf-modal-header{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.pdf-modal-title{color:#1f2937;font-size:15px;font-weight:700}.pdf-modal-actions{align-items:center;gap:10px;display:flex}.pdf-download-btn{color:#fff;cursor:pointer;background:#2f63e8;border:none;border-radius:999px;align-items:center;gap:7px;height:36px;padding:0 18px;font-size:14px;font-weight:700;display:inline-flex}.pdf-download-btn:disabled{opacity:.6;cursor:not-allowed}.pdf-close-btn{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.pdf-close-btn:hover{background:#e5e7eb}.pdf-scroll{flex:1;padding:24px;overflow-y:auto}.pdf-paper{color:#1f2937;background:#fff;border-radius:4px;width:794px;min-height:1123px;margin:0 auto;padding:56px 64px;font-family:Noto Sans KR,sans-serif;box-shadow:0 4px 24px #0000001f}.pdf-paper-header{margin-bottom:28px}.pdf-paper-title{color:#111827;margin-bottom:10px;font-size:22px;font-weight:800}.pdf-paper-meta{color:#6b7280;gap:16px;font-size:13px;display:flex}.pdf-paper-divider{background:#1f2937;height:2px;margin-top:14px}.pdf-problem-list{flex-direction:column;gap:28px;margin:0;padding:0;list-style:none;display:flex}.pdf-problem-item{border-bottom:1px solid #f3f4f6;padding-bottom:24px}.pdf-problem-item:last-child{border-bottom:none}.pdf-problem-meta{gap:8px;margin-bottom:8px;display:flex}.pdf-problem-badge{color:#5272c7;background:#edf2ff;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.pdf-problem-q{color:#111827;margin-bottom:12px;font-size:15px;line-height:1.8}.pdf-problem-q strong{margin-right:6px;font-size:16px}.pdf-answer-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:10px;margin-bottom:10px;padding:8px 14px;display:inline-flex}.pdf-answer-label{color:#e26e33;font-size:12px;font-weight:700}.pdf-answer-val{color:#1f2937;font-size:14px;font-weight:600}.pdf-solution{color:#6b7280;font-size:13px;line-height:1.7}.pdf-solution strong{color:#9ca3af;margin-right:6px}.pdf-paper-footer{text-align:center;color:#d1d5db;margin-top:40px;font-size:11px}.spin{animation:.8s linear infinite spin}.mpg-page{color:#243145}.mpg-row-two{grid-template-columns:1fr 1fr;align-items:start;gap:20px;margin-bottom:16px;display:grid}.mpg-row-two>.mpg-panel{margin-bottom:0}.mpg-panel-right{flex-direction:column;display:flex}.mpg-topic-groups{flex:1}.mpg-panel{background:linear-gradient(#fffaf2 0%,#fff6ea 100%);border:1px solid #f1e4cf;border-radius:22px;margin-bottom:16px;padding:20px 22px;box-shadow:0 14px 40px #b17e3414}.mpg-kicker{color:#e87f47;letter-spacing:.18em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:800}.mpg-title{color:#1f2937;margin-bottom:14px;font-size:18px;line-height:1.2}.mpg-grid{gap:14px;display:grid}.mpg-grid-single{grid-template-columns:1fr}.mpg-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.mpg-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.mpg-field{flex-direction:column;gap:8px;display:flex}.mpg-label{color:#6b7280;font-size:12px;font-weight:700}.mpg-input{color:#243145;background:#fff;border:1px solid #e8dcc8;border-radius:16px;outline:none;width:100%;min-height:42px;padding:0 14px;font-size:14px}.mpg-input:focus{border-color:#3467eb;box-shadow:0 0 0 4px #3467eb1f}.mpg-textarea{resize:vertical;min-height:80px;padding:10px 14px}.mpg-preview{color:#243145;resize:none;background:#fff;border:1px solid #e8dcc8;border-radius:16px;width:100%;height:160px;min-height:160px;max-height:160px;padding:10px 14px;font-size:13px;line-height:1.65;overflow-y:auto}.mpg-provider-note{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0 14px;display:grid}.mpg-provider-note>div{background:#ffffffb3;border:1px solid #eadfcf;border-radius:14px;flex-direction:column;gap:4px;padding:10px 14px;display:flex}.mpg-provider-note strong{color:#8a6a44;letter-spacing:.08em;text-transform:uppercase;font-size:11px}.mpg-provider-note span{color:#243145;font-size:13px;font-weight:600}.mpg-provider-note .is-ready{color:#17835f}.mpg-provider-note .is-missing{color:#c25c2c}.mpg-actions{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.mpg-btn{color:#364152;cursor:pointer;background:#fff;border:1px solid #e0d5c2;border-radius:999px;align-items:center;gap:7px;min-height:40px;padding:0 18px;font-size:14px;font-weight:700;display:inline-flex}.mpg-btn-primary{color:#fff;background:#2f63e8;border-color:#2f63e8}.mpg-btn:disabled{opacity:.55;cursor:not-allowed}.mpg-actions-bar{justify-content:center;align-items:center;gap:12px;margin-bottom:16px;display:flex}.mpg-btn-generate{justify-content:center;min-width:180px;min-height:48px;font-size:16px;box-shadow:0 4px 16px #2f63e84d}.mpg-msg-center{text-align:center;margin-bottom:12px}.mpg-msg{margin-top:14px;font-size:14px;font-weight:600}.mpg-msg.is-ok{color:#17835f}.mpg-msg.is-error{color:#c2410c}.mpg-editor-toolbar{flex-wrap:wrap;gap:8px;margin:16px 0 14px;display:flex}.mpg-editor-grid{gap:14px;display:grid}.mpg-editor-textarea{min-height:96px}.mpg-topic-header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px;display:flex}.mpg-topic-meta{align-items:center;gap:12px;display:flex}.mpg-topic-count{color:#2f63e8;font-size:14px;font-weight:700}.mpg-topic-clear{color:#c2410c;cursor:pointer;background:0 0;border:1px solid #e0d5c2;border-radius:999px;padding:4px 14px;font-size:13px;font-weight:700}.mpg-topic-search{margin-bottom:14px;position:relative}.mpg-search-icon{color:#9ca3af;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.mpg-search-input{color:#243145;background:#fff;border:1px solid #e8dcc8;border-radius:999px;outline:none;width:100%;height:44px;padding:0 18px 0 40px;font-size:15px}.mpg-search-input:focus{border-color:#3467eb;box-shadow:0 0 0 3px #3467eb1a}.mpg-selected-topics{background:#2f63e80d;border:1px solid #2f63e82e;border-radius:20px;flex-wrap:wrap;gap:8px;margin-bottom:14px;padding:12px 14px;display:flex}.mpg-selected-chip{color:#fff;cursor:pointer;white-space:nowrap;background:#2f63e8;border:none;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:700}.mpg-topic-groups{flex-direction:column;gap:20px;max-height:480px;padding:4px 2px;display:flex;overflow-y:auto}.mpg-topic-group{flex-direction:column;gap:10px;display:flex}.mpg-topic-group-header{align-items:center;display:flex}.mpg-topic-group-label{cursor:pointer;align-items:center;gap:8px;display:inline-flex}.mpg-topic-group-name{color:#e87f47;letter-spacing:.04em;font-size:14px;font-weight:800}.mpg-topic-group-cnt{color:#9ca3af;background:#0000000d;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:700}.mpg-topic-grid{flex-wrap:wrap;gap:8px;padding:4px 2px;display:flex}.mpg-topic-loading{color:#9ca3af;padding:12px 0;font-size:14px}.mpg-topic-chip{color:#374151;cursor:pointer;white-space:nowrap;background:#fffc;border:1px solid #e8dcc8;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.mpg-topic-chip:hover{color:#2f63e8;border-color:#2f63e8}.mpg-topic-chip.is-checked{color:#2f63e8;background:#edf2ff;border-color:#2f63e8}.mpg-topic-checkbox{accent-color:#2f63e8;flex-shrink:0;width:14px;height:14px}.mpg-batch-meta{align-items:center;gap:12px;margin-bottom:12px;display:flex}.mpg-batch-key{color:#2f63e8;background:#edf2ff;border-radius:999px;padding:4px 14px;font-size:15px;font-weight:800}.mpg-batch-info{color:#9ca3af;flex:1;font-size:13px}.mpg-pdf-btn{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e0d5c2;border-radius:999px;align-items:center;gap:6px;height:32px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.mpg-pdf-btn:hover{color:#2f63e8;border-color:#2f63e8}.mpg-exam-bar{background:#edf2ff;border:1px solid #2f63e833;border-radius:16px;flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;padding:14px 18px;display:flex}.mpg-exam-bar-count{color:#2f63e8;flex:1;font-size:14px;font-weight:700}.mpg-exam-form{flex-wrap:wrap;flex:1;align-items:center;gap:8px;display:flex}.mpg-exam-input{background:#fff;border:1px solid #c7d2fe;border-radius:12px;outline:none;flex:1;min-width:180px;height:38px;padding:0 14px;font-size:14px}.mpg-exam-input:focus{border-color:#2f63e8}.mpg-output-card-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.mpg-problem-check-label{color:#6b7280;cursor:pointer;white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.mpg-problem-check{accent-color:#2f63e8;width:15px;height:15px}.mpg-output-card.is-selected-card{background:#edf2ff80;border-color:#2f63e880}.mpg-tab.is-selected{color:#1e3a8a;background:#c7d2fe}.mpg-tab.active.is-selected{color:#fff;background:#2f63e8}.mpg-tab-check{margin-right:2px;font-size:11px}.mpg-output-list{flex-direction:column;gap:16px;display:flex}.mpg-output-card{background:#ffffffe0;border:1px solid #eadfcf;border-radius:16px;padding:16px 18px}.mpg-output-card.is-focus{border-color:#2f63e859;box-shadow:0 12px 28px #2f63e814}.mpg-tags{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.mpg-tag{color:#5272c7;background:#edf2ff;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700}.mpg-output-card p{color:#374151;margin-top:8px;font-size:15px;line-height:1.75}.mpg-output-card strong{color:#e26e33;margin-right:6px}.mpg-sample-image{object-fit:contain;background:#fff;border:1px solid #eadfcf;border-radius:14px;width:100%;max-height:260px;margin-top:12px}.mpg-tabs{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.mpg-tab{color:#374151;cursor:pointer;background:#efe7db;border:0;border-radius:12px;padding:8px 14px;font-size:13px;font-weight:700}.mpg-tab.active{color:#fff;background:#2f63e8}.mpg-empty{color:#7b6d5b;background:#ffffff80;border:1px dashed #d8c8b2;border-radius:20px;padding:26px}@media (width<=1024px){.mpg-row-two,.mpg-grid-three,.mpg-provider-note{grid-template-columns:1fr 1fr}.mpg-row-two>.mpg-panel{margin-bottom:0}}@media (width<=720px){.mpg-panel{border-radius:22px;padding:20px}.mpg-title{font-size:16px}.mpg-row-two,.mpg-grid-three,.mpg-provider-note{grid-template-columns:1fr}.mpg-preview{min-height:260px}.mpg-output-card-top{flex-direction:column}}.mpa-page{color:#243145}.mpa-panel{background:linear-gradient(#fffaf2 0%,#fff6ea 100%);border:1px solid #f1e4cf;border-radius:22px;margin-bottom:18px;padding:20px 22px;box-shadow:0 14px 40px #b17e3414}.mpa-panel-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.mpa-kicker{color:#e87f47;letter-spacing:.18em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:800}.mpa-title{color:#1f2937;margin:0;font-size:18px}.mpa-actions{flex-wrap:wrap;gap:10px;display:flex}.mpa-btn{color:#364152;cursor:pointer;background:#fff;border:1px solid #e0d5c2;border-radius:999px;align-items:center;gap:7px;min-height:40px;padding:0 16px;font-size:14px;font-weight:700;display:inline-flex}.mpa-btn-primary{color:#fff;background:#2f63e8;border-color:#2f63e8}.mpa-btn-danger{color:#b42318}.mpa-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.mpa-field{flex-direction:column;gap:8px;display:flex}.mpa-field span{color:#6b7280;font-size:12px;font-weight:700}.mpa-field-span-2{grid-column:span 2}.mpa-input{color:#243145;background:#fff;border:1px solid #e8dcc8;border-radius:16px;outline:none;width:100%;min-height:42px;padding:0 14px;font-size:14px}.mpa-textarea{resize:vertical;min-height:96px;padding:10px 14px}.mpa-upload{cursor:pointer;color:#8a6a44;background:#fffc;border:1px dashed #d7c4a4;border-radius:18px;justify-content:center;align-items:center;gap:10px;min-height:120px;font-weight:700;display:flex}.mpa-preview-image,.mpa-card-image{object-fit:contain;background:#fff;border:1px solid #eadfcf;border-radius:16px;width:100%;max-height:240px}.mpa-msg{margin-top:14px;font-size:14px;font-weight:700}.mpa-msg.is-ok{color:#17835f}.mpa-msg.is-error{color:#c2410c}.mpa-filters{grid-template-columns:1.2fr 1.5fr .8fr .8fr auto;gap:10px;margin-bottom:16px;display:grid}.mpa-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.mpa-card{background:#ffffffdb;border:1px solid #eadfcf;border-radius:18px;flex-direction:column;gap:12px;padding:16px;display:flex}.mpa-card h3{margin:0;font-size:17px}.mpa-card p{color:#475467;white-space:pre-wrap;margin:0;line-height:1.6}.mpa-card-meta{color:#8a6a44;flex-wrap:wrap;gap:8px;font-size:12px;font-weight:700;display:flex}.mpa-card-meta .is-active{color:#15803d}.mpa-card-meta .is-inactive{color:#b42318}.mpa-card-actions{gap:10px;display:flex}.mpa-empty{text-align:center;color:#6b7280;padding:28px 0}@media (width<=960px){.mpa-grid,.mpa-list,.mpa-filters{grid-template-columns:1fr}.mpa-field-span-2{grid-column:span 1}.mpa-panel-head{flex-direction:column}}.exam-empty{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;font-size:14px;display:flex}.exam-list{flex-direction:column;gap:12px;display:flex}.exam-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;transition:box-shadow .15s;overflow:hidden}.exam-card:hover,.exam-card.is-expanded{box-shadow:0 4px 20px #00000014}.exam-card-header{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.exam-card-info{flex:1;min-width:0}.exam-title{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:15px;font-weight:700;display:block;overflow:hidden}.exam-title-input{color:#111827;border:1px solid #cbd5e1;border-radius:10px;width:min(420px,100%);height:38px;padding:0 12px;font-size:15px;font-weight:700}.exam-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.exam-badge{color:#5272c7;background:#edf2ff;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.exam-date{color:#9ca3af;font-size:12px}.exam-card-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.exam-icon-btn{color:#6b7280;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.exam-icon-btn:hover{color:#374151;background:#f3f4f6}.exam-icon-btn-danger:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.exam-icon-btn-pdf:hover{color:#2f63e8;background:#edf2ff;border-color:#93c5fd}.exam-icon-btn-save:hover{color:#15803d;background:#ecfdf5;border-color:#86efac}.exam-icon-btn:disabled{opacity:.4;cursor:not-allowed}.exam-card-body{background:#fafafa;border-top:1px solid #f3f4f6;padding:20px}.exam-prob-tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.exam-prob-tab{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;height:32px;padding:0 14px;font-size:13px;font-weight:700}.exam-prob-tab.active{color:#fff;background:#2f63e8;border-color:#2f63e8}.exam-prob-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px 20px}.exam-edit-toolbar{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.exam-mini-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.exam-mini-btn:disabled{opacity:.45;cursor:not-allowed}.exam-mini-btn-danger{color:#b91c1c}.exam-edit-grid{gap:14px;display:grid}.exam-edit-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.exam-field{flex-direction:column;gap:6px;display:flex}.exam-field span{color:#6b7280;font-size:12px;font-weight:700}.exam-input,.exam-textarea{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:12px;width:100%;padding:10px 12px;font-size:14px}.exam-textarea{resize:vertical;min-height:88px;line-height:1.6}.exam-prob-tags{gap:8px;margin-bottom:12px;display:flex}.exam-prob-tag{color:#5272c7;background:#edf2ff;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.exam-prob-q,.exam-prob-a,.exam-prob-s{color:#374151;margin-top:8px;font-size:15px;line-height:1.75}.exam-prob-q strong,.exam-prob-a strong,.exam-prob-s strong{color:#e26e33;margin-right:8px}@media (width<=860px){.exam-card-header{flex-direction:column;align-items:flex-start}.exam-card-actions{flex-wrap:wrap;width:100%}.exam-edit-meta{grid-template-columns:1fr}}.mae-page{color:#243145}.mae-layout{grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);align-items:start;gap:18px;margin-bottom:18px;display:grid}.mae-panel{background:linear-gradient(#fffdf8 0%,#fff7ef 100%);border:1px solid #f0e2cf;border-radius:22px;padding:20px 22px;box-shadow:0 16px 44px #bf853a14}.mae-kicker{color:#cf6b2f;letter-spacing:.18em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:800}.mae-title{color:#1f2937;margin:0 0 14px;font-size:18px}.mae-field{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.mae-label{color:#6b7280;font-size:12px;font-weight:700}.mae-input{color:#1f2937;background:#fff;border:1px solid #e7d8c4;border-radius:14px;outline:none;width:100%;min-height:44px;padding:0 14px;font-size:14px}.mae-input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.mae-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.mae-inline-input{align-items:center;gap:8px;display:flex}.mae-inline-input svg{color:#9ca3af;margin-left:14px;position:absolute}.mae-inline-input .mae-input{padding-left:38px}.mae-exam-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px;display:grid}.mae-exam-summary>div{background:#ffffffbd;border:1px solid #eadfce;border-radius:14px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.mae-exam-summary strong{color:#8b6a45;letter-spacing:.08em;text-transform:uppercase;font-size:11px}.mae-exam-summary span{font-size:14px;font-weight:700}.mae-upload-box{color:#805f39;cursor:pointer;text-align:center;background:#ffffffb3;border:1.5px dashed #d6c1a3;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:132px;margin-bottom:16px;display:flex}.mae-upload-box strong{color:#374151;font-size:15px}.mae-upload-box span{color:#9ca3af;font-size:13px}.mae-preview-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:16px;display:grid}.mae-preview-card{background:#fff;border:1px solid #eadfce;border-radius:16px;overflow:hidden}.mae-preview-image{object-fit:cover;background:#f3f4f6;width:100%;height:140px;display:block}.mae-preview-meta{color:#6b7280;align-items:center;gap:6px;padding:10px 12px;font-size:12px;display:flex}.mae-preview-meta span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mae-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;font-size:15px;font-weight:800;display:inline-flex;box-shadow:0 12px 30px #2563eb47}.mae-submit-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.mae-message{border-radius:14px;align-items:center;gap:8px;margin-top:12px;padding:12px 14px;font-size:14px;font-weight:600;display:flex}.mae-message.is-ok{color:#166534;background:#ecfdf5;border:1px solid #86efac}.mae-message.is-error{color:#b91c1c;background:#fff1f2;border:1px solid #fda4af}.mae-empty{color:#7a6856;background:#ffffff80;border:1px dashed #dbc8ae;border-radius:20px;padding:28px}.mae-empty-compact{padding:18px}.mae-history-list{flex-direction:column;gap:10px;display:flex}.mae-history-item{cursor:pointer;text-align:left;background:#ffffffc2;border:1px solid #e9decd;border-radius:16px;width:100%;padding:14px}.mae-history-item.active{background:#dbeafe99;border-color:#2563eb66}.mae-history-top,.mae-history-bottom{justify-content:space-between;gap:10px;display:flex}.mae-history-top{margin-bottom:8px}.mae-history-top strong{color:#111827;font-size:14px}.mae-history-top span,.mae-history-bottom span{color:#6b7280;font-size:12px}.mae-history-bottom .is-review{color:#b45309;font-weight:700}.mae-history-bottom .is-clean{color:#15803d;font-weight:700}.mae-result-panel{margin-top:0}.mae-result-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.mae-result-subtitle{color:#6b7280;margin:0;font-size:14px}.mae-score-card{color:#fff;background:linear-gradient(135deg,#0f766e 0% 15%,#115e59 100%);border-radius:18px;flex-direction:column;gap:6px;min-width:180px;padding:14px 16px;display:flex}.mae-score-card strong{font-size:24px;line-height:1}.mae-score-card span{opacity:.86;font-size:13px}.mae-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}.mae-summary-box{background:#fffc;border:1px solid #eadfce;border-radius:18px;padding:16px}.mae-summary-box p{color:#374151;white-space:pre-wrap;margin:0;line-height:1.65}.mae-summary-label{color:#8b6a45;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:inline-block}.mae-result-list{flex-direction:column;gap:14px;display:flex}.mae-result-card{background:#ffffffd6;border:1px solid #eadfce;border-radius:18px;padding:16px 18px}.mae-result-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.mae-result-title{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.mae-result-title strong{color:#1f2937;font-size:16px}.mae-verdict{border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800}.mae-verdict.is-correct{color:#166534;background:#dcfce7}.mae-verdict.is-partial{color:#92400e;background:#fef3c7}.mae-verdict.is-incorrect{color:#b91c1c;background:#fee2e2}.mae-verdict.is-review{color:#075985;background:#e0f2fe}.mae-result-score{color:#2563eb;font-size:14px;font-weight:800}.mae-result-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.mae-result-grid p{color:#374151;white-space:pre-wrap;margin:6px 0 0;line-height:1.65}.mae-result-label{color:#8b6a45;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.mae-spin{animation:1s linear infinite mae-spin}@keyframes mae-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1024px){.mae-layout,.mae-summary-grid,.mae-grid-two,.mae-result-grid,.mae-exam-summary{grid-template-columns:1fr}}@media (width<=720px){.mae-panel{padding:18px}.mae-result-header,.mae-result-top,.mae-history-top,.mae-history-bottom{flex-direction:column;align-items:flex-start}.mae-score-card{width:100%;min-width:0}}.students-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.students-panel{background:linear-gradient(#fffdf8 0%,#fff7ef 100%);border:1px solid #f0e2cf;border-radius:22px;padding:20px 22px;box-shadow:0 16px 44px #bf853a14}.students-kicker{color:#cf6b2f;letter-spacing:.18em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:800}.students-title{color:#1f2937;margin:0 0 14px;font-size:18px}.students-form{gap:12px;display:grid}.students-field{flex-direction:column;gap:7px;display:flex}.students-field span{color:#6b7280;font-size:12px;font-weight:700}.students-input,.students-textarea{background:#fff;border:1px solid #e7d8c4;border-radius:14px;width:100%;padding:12px 14px;font-size:14px}.students-textarea{resize:vertical;min-height:96px}.students-submit{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:46px;margin-top:14px;font-weight:800;display:inline-flex}.students-message{color:#92400e;margin-top:12px;font-size:14px;font-weight:700}.students-empty{color:#7a6856;background:#ffffff8c;border:1px dashed #dbc8ae;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:160px;display:flex}.students-list{flex-direction:column;gap:12px;display:flex}.students-card{background:#fffc;border:1px solid #eadfce;border-radius:16px;padding:14px}.students-edit-form{gap:12px;display:grid}.students-card-top{justify-content:space-between;gap:10px;margin-bottom:8px;display:flex}.students-card-top strong{color:#111827;font-size:15px}.students-card-top span{color:#15803d;font-size:12px;font-weight:700}.students-card-row{color:#374151;align-items:center;gap:8px;font-size:13px;display:flex}.students-card-sub{color:#6b7280;white-space:pre-wrap;margin-top:8px;font-size:13px}.students-card-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.students-action-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d6d3d1;border-radius:12px;align-items:center;gap:6px;min-height:36px;padding:0 12px;font-weight:700;display:inline-flex}.students-action-btn-primary{color:#fff;background:#2563eb;border-color:#2563eb}.students-action-btn-danger{color:#b91c1c}@media (width<=960px){.students-layout{grid-template-columns:1fr}}.assign-layout{grid-template-columns:1fr 1fr;gap:18px;display:grid}.assign-panel{background:linear-gradient(#fffdf8 0%,#fff7ef 100%);border:1px solid #f0e2cf;border-radius:22px;padding:20px 22px;box-shadow:0 16px 44px #bf853a14}.assign-kicker{color:#cf6b2f;letter-spacing:.18em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:800}.assign-title{color:#1f2937;margin:0 0 14px;font-size:18px}.assign-field{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.assign-field span{color:#6b7280;font-size:12px;font-weight:700}.assign-input{background:#fff;border:1px solid #e7d8c4;border-radius:14px;width:100%;min-height:44px;padding:0 14px;font-size:14px}.assign-exam-summary{background:#ffffffbd;border:1px solid #eadfce;border-radius:16px;flex-direction:column;gap:6px;margin-bottom:14px;padding:14px;display:flex}.assign-exam-summary strong{color:#111827}.assign-exam-summary span{color:#6b7280;font-size:13px}.assign-student-header{justify-content:space-between;align-items:center;margin:4px 0 10px;display:flex}.assign-student-header h3{color:#1f2937;margin:0;font-size:15px}.assign-student-header span{color:#2563eb;font-size:12px;font-weight:700}.assign-student-list{flex-direction:column;gap:10px;max-height:340px;display:flex;overflow:auto}.assign-student-card{cursor:pointer;background:#fffc;border:1px solid #eadfce;border-radius:14px;align-items:flex-start;gap:10px;padding:12px;display:flex}.assign-student-card.active{background:#dbeafe80;border-color:#2563eb}.assign-student-card input{margin-top:3px}.assign-student-card strong{color:#111827;font-size:14px;display:block}.assign-student-card span{color:#6b7280;margin-top:4px;font-size:12px;display:block}.assign-submit,.assign-copy-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:44px;margin-top:14px;padding:0 16px;font-weight:800;display:inline-flex}.assign-copy-btn{background:#1f2937;width:100%}.assign-message{color:#92400e;margin-top:12px;font-size:14px;font-weight:700}.assign-selection-note{color:#6b7280;align-items:flex-start;gap:8px;margin-top:12px;font-size:13px;display:flex}.assign-empty{color:#7a6856;text-align:center;background:#ffffff8c;border:1px dashed #dbc8ae;border-radius:18px;justify-content:center;align-items:center;min-height:160px;padding:16px;display:flex}.assign-history{flex-direction:column;gap:12px;display:flex}.assign-history-card{background:#fffc;border:1px solid #eadfce;border-radius:16px;padding:14px}.assign-history-top{justify-content:space-between;gap:12px;margin-bottom:12px;display:flex}.assign-history-top strong{color:#111827;display:block}.assign-history-top span{color:#6b7280;margin-top:4px;font-size:12px;display:block}.assign-status{color:#2563eb;font-size:12px;font-style:normal;font-weight:800}.assign-history-link{align-items:center;gap:8px;margin-bottom:10px;display:flex}.assign-history-link input{border:1px solid #d5d9e2;border-radius:10px;flex:1;min-width:0;padding:9px 10px;font-size:12px}.assign-history-meta{color:#6b7280;justify-content:space-between;gap:12px;font-size:12px;display:flex}@media (width<=960px){.assign-layout{grid-template-columns:1fr}.assign-history-top,.assign-history-meta{flex-direction:column;align-items:flex-start}}.submit-page{background:radial-gradient(circle at top,#fff7ed 0%,#fff 42%,#f8fafc 100%);min-height:100vh;padding:32px 16px}.submit-shell{flex-direction:column;gap:18px;max-width:900px;margin:0 auto;display:flex}.submit-card{background:#ffffffeb;border:1px solid #eadfce;border-radius:24px;padding:24px;box-shadow:0 18px 50px #865d2714}.submit-kicker{color:#c2410c;letter-spacing:.18em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:800}.submit-card h1,.submit-card h2{color:#111827;margin:0 0 10px}.submit-subtitle{color:#6b7280;margin:0}.submit-meta{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.submit-meta span{color:#9a3412;background:#ffedd5;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.submit-problem-list{flex-direction:column;gap:12px;display:flex}.submit-problem-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px}.submit-problem-title{color:#2563eb;margin-bottom:8px;font-size:13px;font-weight:800}.submit-problem-card p{color:#374151;margin:0;line-height:1.7}.submit-guide{color:#6b7280;margin:0 0 12px}.submit-upload-box{cursor:pointer;text-align:center;background:#fff7ed;border:1.5px dashed #d6c1a3;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:130px;display:flex}.submit-upload-box strong{color:#111827}.submit-upload-box span{color:#6b7280;font-size:13px}.submit-preview-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-top:14px;display:grid}.submit-preview-card{background:#fff;border:1px solid #eadfce;border-radius:16px;overflow:hidden}.submit-preview-card img{object-fit:cover;width:100%;height:150px;display:block}.submit-preview-card div{color:#6b7280;align-items:center;gap:6px;padding:10px 12px;font-size:12px;display:flex}.submit-preview-card span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.submit-notes{resize:vertical;border:1px solid #e7d8c4;border-radius:14px;width:100%;min-height:90px;margin-top:14px;padding:12px 14px;font-size:14px}.submit-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;margin-top:14px;font-size:15px;font-weight:800;display:inline-flex}.submit-btn:disabled{opacity:.6}.submit-message{color:#92400e;margin-top:12px;font-size:14px;font-weight:700}.submit-result-score{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.submit-result-score strong{color:#0f766e;font-size:28px}.submit-result-score span{color:#0f766e;font-size:13px;font-weight:700}.submit-result-feedback{color:#374151;margin:0;line-height:1.7}.submit-spin{animation:1s linear infinite submit-spin}@keyframes submit-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=720px){.submit-card{padding:18px}.submit-result-score{flex-direction:column;align-items:flex-start}}.layout{height:100vh;display:flex;overflow:hidden}.layout-main{flex-direction:column;flex:1;transition:margin-left .28s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.layout.sidebar-open .layout-main{margin-left:var(--sidebar-width)}.layout.sidebar-closed .layout-main{margin-left:68px}.layout-content{background:var(--bg-base);flex:1;padding:28px 32px;overflow-y:auto}.sidebar-mobile-overlay{display:none}@media (width<=768px){.layout.sidebar-open .layout-main,.layout.sidebar-closed .layout-main{margin-left:0}.layout-content{padding:16px 14px}.sidebar-mobile-overlay{z-index:99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;display:block;position:fixed;inset:0}}@media (width<=480px){.layout-content{padding:12px}}
