body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}body,code{font-family:sans-serif}.navbar{background:linear-gradient(180deg,#0f172a,#020617);height:100vh;left:0;overflow-x:hidden;position:fixed;top:0;transition:width .3s ease;width:56px;z-index:100}.navbar:hover{width:240px}.navbar-header{align-items:center;border-bottom:1px solid #1e293b;display:flex;font-weight:700;gap:10px;height:60px;padding:0 18px}.logo-text{color:#fff;opacity:0;transition:opacity .2s ease;white-space:nowrap}.navbar:hover .logo-text{opacity:1}.navbar-menu{flex:1 1;padding-top:10px}.nav-item{align-items:center;border-radius:8px;color:#cbd5f5;display:flex;font-size:14px;gap:14px;margin:4px 8px;padding:12px 18px;text-decoration:none;transition:background .2s ease,color .2s ease}.nav-item span{opacity:0;transition:opacity .2s ease;white-space:nowrap}.navbar:hover .nav-item span{opacity:1}.nav-item:hover{background:#1e293b;color:#fff}.navbar-footer{padding-bottom:10px}.logout{background:none;border:none;color:#fecaca;cursor:pointer;text-align:left;width:93%}.logout:hover{background:#7f1d1d;color:#fff}.human-loader-wrapper{align-items:center;background:linear-gradient(180deg,#f7f9fc,#eef2f7);display:flex;flex-direction:column;height:100vh;justify-content:center;margin-left:80px}.code-loader{color:#6366f1;display:flex;font-size:28px;font-weight:600;gap:16px}.code-loader span{animation:codePop 1.2s infinite;opacity:0}.code-loader span:first-child{animation-delay:0s}.code-loader span:nth-child(2){animation-delay:.2s}.code-loader span:nth-child(3){animation-delay:.4s}.success-check{align-items:center;animation:pop .4s ease;background:#22c55e;border-radius:50%;color:#fff;display:flex;font-size:36px;height:64px;justify-content:center;width:64px}.success-text{color:#166534;font-size:16px;font-weight:500;margin-top:14px}@keyframes codePop{0%{opacity:0;transform:translateY(10px)}40%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.campus-page{background:linear-gradient(180deg,#f7f9fc,#eef2f7);margin-left:80px;min-height:100vh;padding:40px}.campus-header{margin-bottom:30px}.campus-header h2{color:#1f2937;font-size:28px;font-weight:600}.campus-header p{color:#6b7280;margin-top:6px}.status{color:#6b7280;font-size:15px;margin-top:20px}.status.error{color:#dc2626}.campus-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-top:20px}.campus-card{align-items:center;background:#fff;border-radius:14px;box-shadow:0 10px 25px #0000000f;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:24px;position:relative;transition:transform .25s ease,box-shadow .25s ease}.campus-card:after{background:linear-gradient(120deg,#0000,#6366f11f,#0000);content:"";inset:0;opacity:0;position:absolute;transition:opacity .3s ease}.campus-card:hover:after{opacity:1}.campus-card:hover{box-shadow:0 18px 40px #0000001f;transform:translateY(-6px)}.campus-name{color:#111827;font-size:18px;font-weight:500}.campus-action{color:#6366f1;font-size:14px;font-weight:500}.campus-card:active{transform:scale(.97)}.year-page{padding:30px}.year-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));margin-top:20px}.year-card{background:#fff;border-radius:8px;box-shadow:0 4px 10px #00000014;cursor:pointer;font-weight:500;padding:20px;text-align:center;transition:transform .2s ease}.year-card:hover{transform:translateY(-4px)}.year-card h3{color:#111827;font-size:18px}*{font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.compiler-root{background:linear-gradient(180deg,#f8fafc,#e2e8f0);padding:28px 0}.compiler-container{margin:auto;max-width:1200px;padding:0 20px}.material-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000014;padding:18px;transition:transform .2s ease,box-shadow .2s ease}.material-card:hover{box-shadow:0 18px 40px #0000001f;transform:translateY(-2px)}.editor-card{margin-bottom:24px}.editor-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.editor-header h2{color:#0f172a;font-size:18px;font-weight:700}.select-wrapper{position:relative}.select-wrapper select{-webkit-appearance:none;appearance:none;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;cursor:pointer;font-weight:600;padding:8px 36px 8px 14px}.select-arrow{color:#475569;font-size:12px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.run-btn{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:8px;margin-left:auto;margin-top:14px;padding:10px 20px;transition:transform .15s ease,box-shadow .15s ease}.run-btn:hover{box-shadow:0 10px 20px #3b82f666;transform:translateY(-1px)}.run-btn:disabled{background:#94a3b8;cursor:not-allowed}.spinner{animation:spin .7s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:14px;width:14px}@keyframes spin{to{transform:rotate(1turn)}}.result-card{margin-bottom:24px}.result-chip{border-radius:999px;display:inline-block;font-weight:700;margin-bottom:10px;padding:6px 14px}.success{background:#dcfce7;color:#166534}.failure{background:#fee2e2;color:#991b1b}.result-summary{color:#334155;font-size:14px}.result-error{color:#dc2626;font-weight:700}.testcase-section{margin-bottom:40px}.testcase-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.testcase-header h3{color:#0f172a;font-size:16px;font-weight:700}.testcase-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.testcase-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:12px;transition:border .2s ease}.testcase-card:hover{border-color:#3b82f6}.testcase-title{color:#334155;font-size:13px;font-weight:700;margin-bottom:6px}.testcase-card textarea{border:1px solid #cbd5e1;border-radius:10px;font-family:monospace;font-size:13px;margin-top:6px;min-height:60px;padding:10px;resize:vertical;width:100%}.testcase-card textarea:focus{border-color:#2563eb;outline:none}.add-btn{background:#eff6ff;border-radius:999px;color:#2563eb;font-weight:700}.add-btn:hover{background:#dbeafe}.tc-pass{border-left:5px solid #22c55e}.tc-fail{border-left:5px solid #ef4444}.tc-status{float:right;font-weight:700}.tc-block{margin-top:8px}.tc-block label{color:#475569;font-size:12px;font-weight:700}.tc-block pre{background:#020617;border-radius:8px;color:#e5e7eb;font-size:12px;overflow-x:auto;padding:8px}.question-list-header{margin-bottom:24px}.question-list-header h2{margin-bottom:4px}.question-list-header p{color:#6b7280;font-size:14px}.question-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.question-card{border-radius:14px;box-shadow:0 8px 22px #00000014;display:flex;flex-direction:column;justify-content:space-between;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.question-card:hover{box-shadow:0 14px 34px #0000001f}.question-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.question-card-header h3{font-size:17px;margin:0}.difficulty-badge{border-radius:999px;color:#fff;font-size:12px;font-weight:700;padding:4px 10px}.difficulty-badge.easy{background:#16a34a}.difficulty-badge.medium{background:#f59e0b}.difficulty-badge.hard{background:#dc2626}.solve-btn{align-self:flex-end;background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:20px;font-size:14px;font-weight:700;padding:8px 16px;transition:transform .15s ease,box-shadow .15s ease}.solve-btn:hover{box-shadow:0 8px 18px #2563eb66;transform:translateY(-1px)}.category-page{background:linear-gradient(180deg,#f7f9fc,#eef2f7);margin-left:80px;min-height:100vh;padding:40px}.category-header h2{color:#1f2937;font-size:28px;font-weight:600}.category-header p{color:#6b7280;margin-top:6px}.category-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.category-card{background:#fff;border-radius:14px;box-shadow:0 10px 25px #0000000f;display:flex;flex-direction:column;justify-content:space-between;padding:22px;transition:transform .25s ease,box-shadow .25s ease}.category-card:hover{box-shadow:0 18px 40px #0000001f;transform:translateY(-6px)}.category-card h3{color:#111827;font-size:19px;font-weight:500;margin-bottom:18px}.category-btn{align-self:flex-start;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 18px;transition:transform .2s ease,box-shadow .2s ease}.category-btn:hover{box-shadow:0 8px 20px #16a34a59;transform:translateY(-2px)}.category-btn:active{transform:scale(.97)}.dialog-overlay{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.dialog-box{animation:dialogPop .2s ease-out;background:#fff;border-radius:14px;box-shadow:0 20px 45px #0003;padding:26px;text-align:center;width:360px}.dialog-box h3{color:#111827;font-size:20px;margin-bottom:10px}.dialog-box p{color:#6b7280;font-size:14px;margin-bottom:24px}.dialog-actions{display:flex;gap:12px}.dialog-cancel{background:#e5e7eb}.dialog-cancel,.dialog-confirm{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-weight:500;padding:10px}.dialog-confirm{background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff}@keyframes dialogPop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.category-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.add-category-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:500;padding:10px 18px;transition:transform .2s ease,box-shadow .2s ease}.add-category-btn:hover{box-shadow:0 8px 20px #2563eb59;transform:translateY(-2px)}.dialog-input{margin-bottom:20px}.ql-page{background:linear-gradient(180deg,#f8fafc,#eef2f7);margin-left:80px;min-height:100vh;padding:40px 24px}@media (max-width:768px){.ql-page{margin-left:0;padding:24px 16px}}.ql-container{margin:auto;max-width:1100px}.ql-header{margin-bottom:40px;text-align:center}.ql-header h1{color:#0f172a;font-size:32px;font-weight:700}.ql-header p{color:#475569;font-size:16px;margin-top:8px}.ql-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.ql-card{background:#fff;border-radius:14px;box-shadow:0 8px 20px #0f172a14;display:flex;flex-direction:column;justify-content:space-between;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.ql-card:hover{box-shadow:0 14px 30px #0f172a26;transform:translateY(-6px)}.ql-card-top{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.ql-title{color:#1e293b;font-size:18px;font-weight:600;line-height:1.4}.ql-badge{border-radius:999px;font-size:12px;font-weight:600;padding:4px 10px;white-space:nowrap}.ql-badge.easy{background:#dcfce7;color:#166534}.ql-badge.medium{background:#fef3c7;color:#92400e}.ql-badge.hard{background:#fee2e2;color:#991b1b}.ql-card-footer{display:flex;justify-content:space-between;margin-top:20px}.ql-solve-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 16px;transition:background .2s ease,transform .1s ease,box-shadow .1s ease}.ql-solve-btn:hover{background:#1d4ed8;box-shadow:0 6px 16px #2563eb59;transform:translateX(2px)}.ql-solve-btn:active{transform:scale(.97)}.ql-edit-btn{background:#f59e0b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-right:10px;padding:10px 16px;transition:background .2s ease,transform .1s ease}.ql-edit-btn:hover{background:#d97706;transform:translateY(-1px)}.ql-empty{color:#64748b;margin-top:60px;text-align:center}.ql-empty h3{font-size:20px;font-weight:600;margin-bottom:6px}.ql-empty p{font-size:14px}.ql-badge.solved{background:#d1fae5;color:#065f46;font-weight:600;margin-left:6px}.solved-btn{background:#e5e7eb;color:#374151}.compiler-root{background:#f8fafc;min-height:100vh}.solve-layout{display:flex;height:100vh}.solve-left{border-right:1px solid #e5e7eb;min-width:520px;width:50%}.question-panel{background:linear-gradient(#fff,#f8fafc);font-size:15.5px;height:100%;overflow-y:auto;padding:32px}.question-header{background:#fff;border-bottom:1px solid #e5e7eb;padding-bottom:12px;z-index:5}.question-header h1{font-size:22px;margin:0}.difficulty{border-radius:999px;font-size:13px;font-weight:600;padding:6px 14px}.difficulty.easy{background:#e6f7ed;color:#15803d}.difficulty.medium{background:#fff4e5;color:#c2410c}.difficulty.hard{background:#fdecea;color:#b91c1c}.question-description{line-height:1.7;margin-top:16px;max-width:720px}.section-heading{font-size:16px;font-weight:600;margin-top:26px}.sample-list{grid-gap:14px;display:grid;gap:14px}.sample-card{background:#fff;border-radius:12px;box-shadow:0 4px 14px #0000000f;padding:14px}.sample-title{font-weight:600;margin-bottom:6px}.sample-row pre{background:#f1f5f9;border-radius:6px;font-size:13px;padding:10px}.solve-right{background:#0f172a;width:50%}.editor-shell{display:flex;flex-direction:column;height:100%}.editor-top-bar{background:#020617;border-bottom:1px solid #1e293b;padding:12px}.language-selector{display:inline-block;position:relative}.language-selector select{-webkit-appearance:none;appearance:none;background:#020617;border:1px solid #334155;border-radius:10px;color:#e5e7eb;cursor:pointer;font-size:14px;font-weight:600;padding:8px 36px 8px 14px;transition:all .2s ease}.language-selector select:hover{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb4d}.language-selector select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f659;outline:none}.language-selector:after{color:#94a3b8;content:"▾";pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.action-bar{background:#020617;border-top:1px solid #1e293b;display:flex;gap:12px;padding:12px}.action-bar button{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:14px}.action-bar button:not(.submit){background:#fff;color:#020617}.action-bar .submit{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.result-panel{background:#f8fafc;border-top:1px solid #e5e7eb;padding:20px}.result-summary{align-items:center;background:#fff;border-radius:12px;box-shadow:0 6px 20px #0000000f;display:flex;justify-content:space-between;padding:14px 18px}.summary-left{display:flex;flex-direction:column;gap:4px}.summary-verdict{font-size:15px;font-weight:700}.summary-verdict.ok{color:#16a34a}.summary-verdict.fail{color:#dc2626}.summary-count{color:#475569;font-size:13px}.summary-tag{background:#eef2ff;border-radius:999px;color:#4338ca;font-size:12px;font-weight:600;padding:6px 10px}.testcase-list{grid-gap:12px;display:grid;gap:12px;margin-top:16px}.testcase-card{background:#fff;border-left:4px solid #0000;border-radius:10px;box-shadow:0 4px 14px #0000000d;padding:14px}.tc-pass{border-left-color:#16a34a}.tc-fail{border-left-color:#dc2626}.tc-header{display:flex;font-weight:600;justify-content:space-between;margin-bottom:10px}.tc-status{color:#64748b;font-size:12px}.tc-row{margin-bottom:8px}.tc-row label{color:#475569;font-size:12px;font-weight:600}.tc-row pre{background:#f1f5f9;border-radius:6px;font-size:13px;margin-top:4px;padding:8px}.error-card{background:#fff1f2;border-left:5px solid #dc2626;border-radius:10px;box-shadow:0 4px 14px #0000000d;padding:14px}.error-header{align-items:center;color:#b91c1c;display:flex;font-weight:700;justify-content:space-between;margin-bottom:8px}.error-tag{background:#fee2e2;border-radius:999px;color:#b91c1c;font-size:12px;padding:4px 10px}.error-output{background:#020617;border-radius:8px;color:#fca5a5;font-size:13px;line-height:1.5;overflow-x:auto;padding:12px}


/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre{margin:0;padding:0}@supports (counter-set:none){.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor p{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor p{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor li,.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"\2022"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"\2611"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"\2610"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor .ql-code-block-container,.ql-snow .ql-editor code{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}*{font-family:sans-serif}.page-root{background:#f8fafc;min-height:100vh;padding:40px 16px}.main-card{border-radius:10px;padding:28px}.page-heading{color:#111827;font-size:22px;font-weight:700;margin-bottom:24px}.form-group{margin-bottom:20px}.form-group label{color:#374151;display:block;font-size:14px;font-weight:600;margin-bottom:6px}.form-group input,.form-group select{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:10px 12px;width:100%}.form-group input:focus,.form-group select:focus{border-color:#2563eb;outline:none}.checkbox-label{align-items:center;cursor:pointer;display:flex;font-weight:400!important;gap:8px}.checkbox-label input[type=checkbox]{margin:0;width:auto!important}.quill-box{border-radius:6px}.ql-toolbar{background:#f9fafb;border-radius:6px 6px 0 0}.ql-container{border-radius:0 0 6px 6px}.section-title{color:#111827;font-size:15px;font-weight:600;margin-bottom:10px;margin-top:26px}.testcase-row{gap:10px;margin-bottom:10px}.testcase-row textarea{border:1px solid #d1d5db;border-radius:6px;height:64px;padding:8px;resize:none}.predefined-code-section{margin-bottom:20px;margin-top:20px}.predefined-code-row{margin-bottom:15px}.language-label{color:#374151;display:block;font-size:14px;font-weight:600;margin-bottom:6px}.code-textarea{border:1px solid #d1d5db;border-radius:6px;font-family:Courier New,monospace;font-size:13px;height:120px;padding:10px;resize:vertical;width:100%}.code-textarea:focus{border-color:#2563eb;outline:none}.link-btn{background:none;border:none;margin-top:6px;padding:0}.link-btn:hover{text-decoration:underline}.footer{margin-top:30px;text-align:right}.primary-btn{padding:10px 22px}.primary-btn:hover{background:#1e40af}.error-text{color:#e53935;font-size:13px;margin-top:4px}.popup-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.popup-card{border-radius:10px;padding:24px}.quill-box{border:1px solid #d1d5db;border-radius:8px;min-height:260px}.ql-container{font-size:14px;min-height:220px}.ql-editor{line-height:1.6;padding:16px}.main-card{animation:fadeIn .4s ease;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 10px 25px #0000000d;margin:auto;max-width:900px;padding:32px}.form-group input,.form-group select,.testcase-row textarea{transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.testcase-row textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.testcase-row{display:flex;gap:12px;margin-bottom:12px}.testcase-row textarea{background:#f9fafb;border-radius:8px;flex:1 1;font-size:13px;height:72px;padding:10px}.testcase-row textarea:focus{background:#fff}.primary-btn{background:linear-gradient(135deg,#2563eb,#1e40af);font-size:14px;padding:12px 26px;transition:transform .15s ease,box-shadow .15s ease}.primary-btn:hover{box-shadow:0 8px 18px #2563eb59;transform:translateY(-1px)}.primary-btn:disabled{cursor:not-allowed;opacity:.6}.link-btn{align-items:center;color:#2563eb;cursor:pointer;display:inline-flex;font-size:14px;gap:6px;margin-top:8px}.link-btn:before{content:"+";font-weight:700}.popup-card{animation:pop .25s ease;background:#fff;border-radius:14px;padding:26px;text-align:center;width:320px}@keyframes pop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.predefined-toggle{align-items:center;display:flex;font-weight:600;gap:8px;margin:20px 0 10px}.predefined-section{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-top:12px}.predefined-section textarea{background:#fff;border:1px solid #d0d7de;border-radius:8px;font-family:Fira Code,Consolas,monospace;font-size:13px;min-height:110px;outline:none;padding:10px;resize:vertical;width:100%}.predefined-section textarea:focus{border-color:#0969da;box-shadow:0 0 0 2px #0969da26}.predefined-section textarea::placeholder{color:#6e7781}@media (max-width:900px){.predefined-section{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.predefined-section{grid-template-columns:1fr}}.login-page{background:#fff;display:flex;height:100vh}.login-left{flex:1 1}.login-left img{height:110%;object-fit:cover;width:100%}.login-right{align-items:center;display:flex;flex:1 1;justify-content:center}.login-card{background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;padding:35px;width:380px}.login-card h2{font-size:26px;margin:0}.subtitle{color:#666;margin-bottom:25px}.field{margin-bottom:16px}.field label{color:#444;display:block;font-size:14px;margin-bottom:6px}.field input{border:1px solid #ccc;border-radius:8px;font-size:14px;padding:12px;width:100%}.field input:focus{border-color:#667eea;outline:none}.password-wrapper{position:relative}.toggle{color:#667eea;cursor:pointer;font-size:12px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.error{color:#e63946;font-size:13px;margin-bottom:10px}.button1{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:12px;width:100%}.button1:hover{background:#5a67d8}.button1:disabled{background:#aaa;cursor:not-allowed}@media (max-width:768px){.login-left{display:none}.login-right{width:100%}}.admin-page{align-items:center;background:linear-gradient(135deg,#020617,#020617);display:flex;justify-content:center;min-height:100vh;padding:20px}.admin-card{animation:fadeIn .4s ease-in-out;background:#fff;border-radius:12px;box-shadow:0 12px 30px #0003;max-width:420px;padding:28px 26px;width:100%}.admin-card h2{color:#020617;font-size:22px;margin:0;text-align:center}.admin-card p{color:#555;font-size:14px;margin:10px 0 20px;text-align:center}.admin-card input{border:1px solid #d1d5db;border-radius:8px;font-size:14px;margin-bottom:16px;outline:none;padding:12px 14px;width:100%}.admin-card input:focus{border-color:#22c55e}.admin-card button{background:#22c55e;border:none;border-radius:8px;color:#020617;cursor:pointer;font-size:15px;font-weight:600;padding:12px;transition:background .2s ease;width:100%}.admin-card button:hover{background:#16a34a}.admin-card button:disabled{background:#9ca3af;cursor:not-allowed}.msg{font-size:14px;font-weight:500;margin-top:14px;text-align:center}.msg.success{color:#16a34a}.msg.error{color:#dc2626}.add-course-btn{border-radius:10px;transition:transform .2s ease,box-shadow .2s ease}.add-course-btn:hover{box-shadow:0 8px 20px #16a34a59;transform:translateY(-2px)}.dialog-input{margin-bottom:14px}.dialog-input,.dialog-textarea{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px 12px;width:100%}.dialog-textarea{margin-bottom:20px;min-height:80px;resize:none}.batch-page{padding:30px}.batch-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin-top:20px}.batch-card{background:#fff;border-radius:8px;box-shadow:0 4px 10px #00000014;cursor:pointer;font-weight:500;padding:20px;text-align:center;transition:transform .2s ease}.batch-card:hover{transform:translateY(-4px)}.submission-page{background:#f7f8fc;min-height:100vh;padding:30px}.submission-header h2{font-size:22px;margin:0}.meta{color:#666;display:flex;gap:12px;margin-top:6px}.submission-table-wrapper{background:#fff;border-radius:12px;box-shadow:0 8px 20px #0000000f;margin-top:20px;overflow:hidden}.submission-table{border-collapse:collapse;width:100%}.submission-table td,.submission-table th{border-bottom:1px solid #eee;padding:14px 16px}.submission-table th{background:#f1f3f6;font-weight:600;text-align:left}.clickable-row{cursor:pointer;transition:background .2s ease}.clickable-row:hover{background:#f5f7fb}.student-name-cell{font-weight:600}.student-email-cell{color:#666;font-size:13px}.solved-badge{background:#e6f7ed;border-radius:20px;color:#0f9d58;font-size:13px;font-weight:600;padding:6px 14px}.modal-overlay{z-index:1000}.modal-box{animation:scaleIn .15s ease;background:#fff;border-radius:14px;max-height:70vh;overflow:hidden;width:520px}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:16px 20px}.modal-header h3{margin:0}.modal-header p{color:#666;font-size:13px;margin:4px 0 0}.close-btn{background:none;border:none;cursor:pointer;font-size:18px}.modal-body{overflow-y:auto;padding:16px 20px}.modal-body h4{margin-top:0}.question-list{list-style:none;margin:0;padding:0}.question-list li{border-bottom:1px solid #f0f0f0;display:flex;gap:10px;padding:8px 0}.q-index{color:#888;font-weight:600}.q-title{flex:1 1}.status{font-size:14px;padding:20px}.clickable-question{cursor:pointer;display:flex;gap:10px;padding:8px}.clickable-question:hover{background:#f5f7fb}.modal-box.large{max-height:80vh;width:70%}.code-view{background:#0f172a;border-radius:8px;color:#e5e7eb;font-size:13px;max-height:60vh;overflow:auto;padding:16px}.submission-header{align-items:center;display:flex;gap:16px;justify-content:space-between}.submission-header>div:first-child{flex-shrink:0}.mcq-report-btn{margin-left:auto}.mcq-list-page{padding:24px}.page-header h2{margin-bottom:4px}.page-header p{color:#6b7280;margin-bottom:20px}.filter-bar{display:flex;flex-wrap:wrap;gap:10px}.filter-bar input{border:1px solid #ccc;border-radius:6px;padding:8px 10px}.filter-bar button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 14px}.filter-bar .reset{background:#6b7280}.status-text{color:#6b7280;margin-top:30px;text-align:center}.mcq-card{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:16px;padding:16px}.mcq-header h3{margin:0}.tag{background:#e0e7ff;border-radius:12px;color:#3730a3;margin-left:8px;padding:2px 8px}.count,.tag{font-size:12px}.count{color:#6b7280;margin-left:10px}.mcq-actions{display:flex;gap:8px}.mcq-actions button{border:none;border-radius:6px;cursor:pointer;font-size:13px;padding:6px 12px}.mcq-actions .view{background:#f3f4f6}.mcq-actions .delete{background:#ef4444;color:#fff}.mcq-questions{border-top:1px solid #e5e7eb;margin-top:12px;padding-top:10px}.question-item{font-size:14px;padding:6px 0}.mcq-create-page{margin:auto;max-width:900px;padding:24px}.page-title{font-size:22px}.mcq-meta{display:flex;gap:20px;margin-bottom:20px}.field{display:flex;flex:1 1;flex-direction:column}.field label{color:#555;font-size:13px;margin-bottom:4px}input,select,textarea{border:1px solid #ccc;border-radius:6px;font-size:14px;padding:8px 10px}textarea{min-height:70px;resize:vertical}.question-card{border-radius:10px;margin-bottom:16px;padding:16px}.question-header{align-items:center;display:flex;justify-content:space-between}.question-header h3{font-size:16px}.remove-btn{background:none;color:#ef4444;cursor:pointer;font-size:18px}.options-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin:12px 0}.question-footer{display:flex;gap:16px}.actions{justify-content:space-between}button{border-radius:6px;cursor:pointer;font-size:14px;padding:10px 16px}button.primary{background-color:#2563eb;border:none;color:#fff}button.primary:disabled{background-color:#93c5fd;cursor:not-allowed}button.secondary{background-color:#f3f4f6;border:1px solid #ccc}.delete-question-btn{background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#b91c1c;cursor:pointer;font-size:13px;padding:6px 10px}.delete-question-btn:hover{background:#fecaca}.excel-upload{margin:24px 0}.excel-upload>label:first-child{color:#1e293b;display:block;font-weight:600;margin-bottom:8px}.upload-box{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;color:#1e293b;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;padding:14px 20px;transition:all .25s ease}.upload-box:hover{background:#eef2ff;border-color:#6366f1;transform:translateY(-1px)}.upload-box input[type=file]{display:none}.excel-upload small{color:#64748b;display:block;font-size:12px;margin-top:8px}.course-page{background:linear-gradient(180deg,#f7f9fc,#eef2f7);margin-left:80px;padding:40px}.course-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.course-header h2{color:#1f2937;font-weight:600}.course-header p{color:#6b7280}.add-course-btn{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:10px 18px}.course-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.course-card{border-radius:14px;box-shadow:0 10px 25px #0000000f;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s ease,box-shadow .25s ease}.course-card:hover{box-shadow:0 18px 40px #0000001f;transform:translateY(-6px)}.course-card h3{color:#111827;font-size:20px;font-weight:500;margin-bottom:20px}.course-btn{background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;padding:10px 18px}.course-btn:hover{box-shadow:0 8px 20px #4f46e559}.course-loader{background:linear-gradient(180deg,#f7f9fc,#eef2f7);height:100vh;margin-left:80px}.human-loader{height:120px;position:relative;width:60px}.human-loader .head{background:#6366f1;border-radius:50%;height:22px;margin:0 auto;width:22px}.human-loader .body{background:#374151;height:40px;margin:4px auto 0;width:6px}.arm{background:#374151;height:4px;position:absolute;top:34px;transform-origin:left center;width:26px}.left-arm{animation:armSwing 1s ease-in-out infinite;left:30px}.right-arm{animation:armSwingReverse 1s ease-in-out infinite;left:30px}.leg{background:#374151;height:32px;position:absolute;top:78px;transform-origin:top center;width:6px}.left-leg{animation:legMove 1s ease-in-out infinite;left:26px}.right-leg{animation:legMoveReverse 1s ease-in-out infinite;left:34px}.loader-text{color:#374151;font-size:15px}.dots i{animation:dots 1.4s infinite;font-style:normal;opacity:0}.dots i:first-child{animation-delay:0s}.dots i:nth-child(2){animation-delay:.3s}.dots i:nth-child(3){animation-delay:.6s}@keyframes armSwing{0%{transform:rotate(20deg)}50%{transform:rotate(-20deg)}to{transform:rotate(20deg)}}@keyframes armSwingReverse{0%{transform:rotate(-20deg)}50%{transform:rotate(20deg)}to{transform:rotate(-20deg)}}@keyframes legMove{0%{transform:rotate(15deg)}50%{transform:rotate(-15deg)}to{transform:rotate(15deg)}}@keyframes legMoveReverse{0%{transform:rotate(-15deg)}50%{transform:rotate(15deg)}to{transform:rotate(-15deg)}}@keyframes dots{0%{opacity:0}50%{opacity:1}to{opacity:0}}.mcq-meta{color:#6b7280;font-size:13px;margin:6px 0 12px}.mcq-question{color:#111827;font-size:15px;margin-bottom:12px}.completed-badge{background:#27ae60;display:inline-block;margin-bottom:8px}.course-btn:disabled{background:#bdbdbd}.completed-badge{background:#2ecc71;border-radius:12px;color:#fff;right:14px;top:14px}.exam-wrapper{background:linear-gradient(120deg,#f9fafb,#eef2ff);height:100vh;transition:filter .3s ease}.exam-wrapper.blur{filter:blur(6px)}.progress-bar div{background:linear-gradient(90deg,#2563eb,#22c55e);transition:width .4s ease}.exam-container{height:calc(100vh - 6px)}.question-panel{border-right:1px solid #e5e7eb;padding:60px;width:90%}.question-count{color:#2563eb;font-weight:600}.question-panel h2{font-size:28px;line-height:1.4;margin-top:30px}.options-panel{display:flex;flex-direction:column;justify-content:space-between;padding:60px;width:50%}.option-tile{border:2px solid #e5e7eb;border-radius:14px;gap:16px;margin-bottom:16px;transition:all .25s ease}.option-tile:hover{border-color:#2563eb;box-shadow:0 10px 20px #00000014;transform:translateY(-2px)}.option-tile.selected{background:#eef2ff;border-color:#2563eb}.opt-circle{background:#2563eb;font-weight:700;height:34px;width:34px}.nav-buttons button{border-radius:10px;font-size:15px}.nav-buttons button:disabled{background:#d1d5db;cursor:not-allowed}.submit{background:#16a34a}.animate-slide{animation:slideFade .4s ease}@keyframes slideFade{0%{opacity:0;transform:translateX(-15px)}to{opacity:1;transform:translateX(0)}}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073}.result-modal{border-radius:16px;box-shadow:0 30px 60px #00000040;padding:40px;width:360px}.result-modal h2{margin-bottom:10px}.result-modal button{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:20px;padding:10px 20px}.exam-header{background:#111827;color:#fff;display:flex;font-weight:600;justify-content:space-between;padding:14px 30px}.proctor-video{border:2px solid #22c55e;border-radius:8px;bottom:16px;height:120px;object-fit:cover;position:fixed;right:16px;width:160px;z-index:9999}.start-screen{align-items:center;background:#0f172a;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center}.start-btn{background:#22c55e;border:none;border-radius:8px;cursor:pointer;font-size:18px;margin-top:20px;padding:14px 30px}.exam-wrapper{background:#f8fafc;min-height:100vh}.blur{filter:blur(6px)}.progress-bar{background:#e5e7eb;height:6px}.progress-bar div{background:#3b82f6;height:100%;transition:width .3s}.exam-container{display:flex;gap:30px;padding:30px}.question-panel{background:#fff;border-radius:12px;flex:1 1;padding:30px}.options-panel{flex:1 1}.option-tile{align-items:center;background:#fff;border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:14px;margin-bottom:15px;padding:18px}.option-tile:hover{border-color:#3b82f6}.option-tile.selected{background:#ecfdf5;border-color:#22c55e}.opt-circle{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;width:36px}.nav-buttons{display:flex;justify-content:space-between;margin-top:30px}.nav-buttons button{border:none;border-radius:8px;cursor:pointer;padding:12px 24px}.submit{background:#22c55e;color:#fff}.modal-overlay{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;position:fixed}.result-modal{background:#fff;border-radius:14px;padding:30px;text-align:center}.camera-preview{background:#000;border:2px solid #0f8;border-radius:8px;bottom:20px;height:120px;position:fixed;right:20px;width:180px;z-index:9999}.coming-soon-container{align-items:center;background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);display:flex;height:100vh;justify-content:center}.coming-soon-card{animation:float 3s ease-in-out infinite;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border-radius:16px;box-shadow:0 20px 40px #0000004d;color:#fff;padding:50px 60px;text-align:center}.rocket-icon{color:#fc0;font-size:64px;margin-bottom:20px}.coming-soon-card h1{font-size:32px;margin-bottom:12px}.coming-soon-card p{font-size:16px;opacity:.9}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.mcq-report-page{padding:24px}.mcq-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.back-btn{background:#e5e7eb;border:none;border-radius:8px;cursor:pointer;padding:8px 14px}.filter-bar{margin-bottom:20px}.filter-bar select{border:1px solid #d1d5db;border-radius:8px;font-weight:600;min-width:300px;padding:10px 14px}.header-actions{display:flex;gap:12px}.download-btn{background:#16a34a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px 16px}.download-btn:hover{background:#15803d}.mcq-card{background:#fff;border-radius:12px;box-shadow:0 6px 20px #0000000f;padding:20px}.report-table{border-collapse:collapse;margin-top:16px;width:100%}.report-table td,.report-table th{border-bottom:1px solid #e5e7eb;padding:10px;text-align:left}.report-table th{background:#f9fafb;font-weight:600}.status{padding:30px;text-align:center}.status.error{color:red}.student-container{background:#fff;border-radius:14px;box-shadow:0 12px 35px #0000001f;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;margin:40px auto;max-width:520px;padding:28px 32px}.student-container h2{color:#111827;font-size:22px;font-weight:700;margin-bottom:20px;text-align:center}.student-container h3{color:#374151;font-size:16px;font-weight:600;margin-bottom:12px;margin-top:25px}.student-form{grid-row-gap:12px;display:grid;grid-template-columns:1fr;row-gap:12px}.student-form input,.student-form select{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#111827;font-size:14px;outline:none;padding:11px 12px;transition:all .2s ease;width:100%}.student-form input::placeholder{color:#9ca3af}.student-form input:focus,.student-form select:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.student-form select{cursor:pointer}.student-form button{background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:10px;padding:12px;transition:transform .15s ease,box-shadow .15s ease}.student-form button:hover:not(:disabled){box-shadow:0 6px 18px #4f46e559;transform:translateY(-1px)}.student-form button:disabled{background:#9ca3af;cursor:not-allowed}.student-container hr{border:none;border-top:1px solid #e5e7eb;margin:28px 0 18px}.student-container input[type=file]{background:#f9fafb;border:1px dashed #9ca3af;border-radius:8px;cursor:pointer;font-size:14px;padding:10px;width:100%}.student-container input[type=file]::-webkit-file-upload-button{background:#4f46e5;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-right:12px;padding:8px 14px}.message{font-size:14px;font-weight:600;margin-top:18px;text-align:center}.message:has(text){color:#16a34a}@media (max-width:520px){.student-container{margin:20px;padding:24px}}.assignment-page{margin:auto;max-width:1200px;padding:30px}.page-title{font-size:24px;font-weight:600;margin-bottom:20px}.assignment-card{background:#fff;border-radius:10px;padding:25px}label{display:block;font-size:14px;margin-bottom:5px;opacity:.85}input,textarea{border:none;border-radius:6px;margin-bottom:15px;padding:10px;width:100%}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:2fr 1fr}.question-section{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:20px}.question-box{background:#fff;border-radius:8px;padding:15px}.question-box h4,.search-box{margin-bottom:10px}.question-list{max-height:320px;overflow-y:auto}.question-row{align-items:center;background:#fff;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:8px;padding:10px}.q-title{font-weight:500}.badge{border-radius:12px;display:inline-block;font-size:11px;margin-top:5px;padding:3px 8px}.badge.easy{background:#16a34a}.badge.medium{background:#f59e0b}.badge.hard{background:#dc2626}.add-btn{background:#22c55e;border:none;border-radius:6px;cursor:pointer;padding:6px 14px}.add-btn:disabled{background:#475569}.remove-btn{background:#ef4444;border:none;border-radius:6px;color:#fff;padding:6px 10px}.actions{justify-content:flex-end;margin-top:20px}.primary-btn{border-radius:6px;padding:10px 20px}.empty{opacity:.6;text-align:center}.assignment-card label{color:#fff;display:block;font-size:14px;font-weight:500;margin-bottom:6px;opacity:1}.assignment-list-page{margin:0 auto;max-width:1200px;padding:32px}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.page-header h2{color:#0f172a;font-size:26px;font-weight:700}.primary-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 18px;transition:background .2s ease,box-shadow .2s ease}.primary-btn:hover{background:#1d4ed8;box-shadow:0 6px 14px #2563eb40}.assignment-table{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.table-header,.table-row{align-items:center;display:grid;grid-template-columns:3fr 2fr 1fr 2fr;padding:14px 20px}.table-header{background:#f8fafc;border-bottom:1px solid #e5e7eb;color:#475569;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.table-row{border-bottom:1px solid #f1f5f9;color:#0f172a;font-size:14px;transition:background .15s ease}.table-row:last-child{border-bottom:none}.table-row:hover{background:#f8fafc}.table-row .name{font-weight:600}.actions{display:flex;gap:10px}.actions button{background:#f1f5f9;border:1px solid #e5e7eb;border-radius:6px;color:#0f172a;cursor:pointer;font-size:13px;font-weight:500;padding:6px 12px;transition:background .2s ease,border .2s ease}.actions button:hover{background:#e2e8f0;border-color:#cbd5f5}.page-loader{color:#64748b;font-size:14px;padding:60px;text-align:center}.course-page{background:#fff;min-height:100vh;padding:40px 50px}.course-header{margin-bottom:32px}.course-header h2{color:#0f172a;font-size:28px;font-weight:700}.course-header p{color:#64748b;font-size:15px;margin-top:6px}.course-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.course-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-height:200px;padding:24px;position:relative;transition:box-shadow .25s ease,transform .25s ease}.course-card:hover{box-shadow:0 10px 24px #0f172a14;transform:translateY(-3px)}.course-card h3{color:#0f172a;font-size:18px;font-weight:600;margin-bottom:8px}.mcq-meta{color:#475569;font-size:14px;margin-bottom:22px}.completed-badge{background:#dcfce7;border:1px solid #86efac;border-radius:999px;color:#166534;font-size:12px;font-weight:600;padding:4px 12px;position:absolute;right:16px;top:16px}.course-btn{background:#2563eb;border:1px solid #2563eb;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px;transition:background .2s ease,transform .15s ease;width:100%}.course-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.course-btn:disabled{background:#e5e7eb;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.empty-state{background:#fff;border:1px dashed #cbd5f5;border-radius:12px;color:#64748b;padding:60px;text-align:center}.course-loader{align-items:center;display:flex;flex-direction:column;height:70vh;justify-content:center}.loader-text{color:#64748b;font-size:14px;margin-top:20px}.dots i{animation:blink 1.4s infinite both}.dots i:nth-child(2){animation-delay:.2s}.dots i:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.assignment-solve-page{background:#fff;display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;height:100vh;overflow:hidden;width:100%}.assignment-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:28px 40px}.assignment-header h2{color:#020617;font-size:26px;font-weight:700}.assignment-header p{color:#64748b;font-size:14px;margin-top:6px}.assignment-meta{color:#475569;font-size:14px;font-weight:500}.assignment-body{display:flex;flex:1 1;justify-content:center;overflow-y:auto;padding:40px}.questions-section{max-width:1100px;width:100%}.questions-section h3{color:#020617;font-size:22px;font-weight:600;margin-bottom:24px;padding-left:14px;position:relative}.questions-section h3:before{background:#2563eb;border-radius:4px;content:"";height:20px;left:0;position:absolute;top:4px;width:4px}.question-list{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.question-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px #0000000d;padding:24px;transition:transform .25s ease,box-shadow .25s ease}.question-card:hover{box-shadow:0 16px 40px #00000014;transform:translateY(-4px)}.question-top{margin-bottom:10px}.question-index{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.question-title{color:#020617;font-size:18px;font-weight:600;line-height:1.4;margin-bottom:26px}.solve-btn{background:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 16px;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;width:100%}.solve-btn:hover{background:#1d4ed8;box-shadow:0 10px 22px #2563eb59;transform:translateY(-2px)}.assignment-loader{align-items:center;background:#fff;color:#475569;display:flex;font-size:16px;height:100vh;justify-content:center}@media (max-width:768px){.assignment-header{align-items:flex-start;flex-direction:column;gap:12px}.assignment-body{padding:24px}}.assignment-question-root{background:#0f172a;color:#fff;display:grid;grid-template-columns:45% 55%;height:100vh}.aq-left{border-right:1px solid #1e293b;overflow-y:auto;padding:24px}.aq-right{display:flex;flex-direction:column;height:100%}.aq-editor-header{background:#020617;border-bottom:1px solid #1e293b;padding:12px}.aq-right>.monaco-editor,.aq-right>div{flex:1 1}.aq-actions{border-top:1px solid #1e293b;display:flex;gap:12px;padding:12px}.aq-actions button{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:10px 18px}.aq-actions .submit{background:#2563eb;color:#fff}.aq-result{background:#020617;border-radius:8px;bottom:20px;padding:14px 18px;position:fixed;right:20px}.students-page{animation:fadeIn .4s ease;padding:24px}.page-header h2{font-size:24px;margin:0}.page-header p{color:#777;margin-top:4px}.stats-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:20px 0}.stat-card{background:linear-gradient(135deg,#eef2ff,#f8f9ff);border-radius:14px;padding:16px;transition:transform .2s ease}.stat-card:hover{transform:translateY(-4px)}.stat-card span{color:#666;font-size:13px}.stat-card strong{display:block;font-size:22px;margin-top:6px}.search-bar{margin-bottom:14px}.search-bar input{border:1px solid #ddd;border-radius:10px;font-size:14px;padding:12px 14px;width:100%}.search-bar input:focus{border-color:#6c7cff;outline:none}.table-wrapper{background:#fff;border-radius:14px;overflow-x:auto}.students-table{border-collapse:collapse;width:100%}.students-table thead{background:#f6f7fb;position:-webkit-sticky;position:sticky;top:0}.students-table td,.students-table th{border-bottom:1px solid #eee;padding:14px}.students-table tbody tr{transition:background .15s ease}.students-table tbody tr:hover{background:#f9fbff}.empty-state,.page-loader{color:#888;font-size:16px;padding:50px;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box;margin:0;padding:0}.app-layout{display:flex}.main-content{background:#f8fafc;margin-left:56px;min-height:100vh;overflow-y:auto;padding:20px;transition:margin-left .3s ease,width .3s ease;width:calc(100% - 56px)}.navbar:hover~.main-content{margin-left:240px;width:calc(100% - 240px)}
/*# sourceMappingURL=main.2b337b7e.css.map*/