@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=JetBrains+Mono:wght@400;500&display=swap";.error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#0f1117}.error-inner{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;text-align:center;padding:2rem}.error-icon{font-size:3rem;color:#f59e0b}.error-boundary h2{color:#e2e8f0}.error-boundary p{color:#64748b}.toast-container{position:fixed;top:1.5rem;right:1.5rem;z-index:300;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;pointer-events:all;cursor:pointer;animation:toastIn .3s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 12px #00000080;min-width:240px;max-width:400px}.toast-success{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#22c55e}.toast-error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#ef4444}.toast-info{background:#38bdf826;border:1px solid rgba(56,189,248,.3);color:#38bdf8}.toast-icon{font-size:1.125rem;flex-shrink:0}.toast-message{flex:1;color:#e2e8f0}@keyframes toastIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.navbar{background:#0f1117d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #2D3148;position:sticky;top:0;z-index:200;transition:background .25s ease}.navbar-inner{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.navbar-inner.is-fluid{max-width:none}@media(min-width:641px){.navbar-inner{padding:0 1.5rem}}.navbar-left{display:flex;align-items:center;gap:1rem}.navbar-brand{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .15s ease}.navbar-brand:active{transform:scale(.98)}.navbar-logo{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#6c63ff;color:#fff;border-radius:8px;font-weight:700;font-size:1.125rem;box-shadow:0 4px 12px #6c63ff4d}.navbar-logo-text{font-size:1rem;font-weight:700;color:#e2e8f0;letter-spacing:-.01em;display:none}@media(min-width:320px){.navbar-logo-text{display:block}}.navbar-right{display:flex;align-items:center;height:100%}.navbar-overlay{position:absolute;top:0;left:0;right:0;height:100vh;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;transition:all .25s ease}.navbar-overlay.is-open{opacity:1;visibility:visible}@media(min-width:1024px){.navbar-overlay{display:none!important}}@media(min-width:1024px){.navbar-actions{display:flex;align-items:center}}@media(max-width:1023px){.navbar-actions{position:absolute;top:0;right:0;height:100vh;width:280px;background:#1a1d2e;border-left:1px solid #2D3148;padding:5rem 1rem 1.5rem;z-index:1001;transform:translate(100%);transition:transform .25s ease;box-shadow:-10px 0 30px #00000080;display:block;overflow-y:auto}.navbar-actions.is-open{transform:translate(0)}}.navbar-user{display:flex;align-items:center;gap:1.25rem}@media(max-width:1023px){.navbar-user{flex-direction:column;align-items:stretch;gap:1rem}}.navbar-username{font-size:.875rem;font-weight:500;color:#64748b}@media(max-width:1023px){.navbar-username{display:block;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #2D3148;color:#e2e8f0;font-size:1rem}}@media(min-width:1024px){.navbar-username{display:block}}.navbar-username:empty{display:none}.navbar-logout{border-color:transparent!important}@media(min-width:1024px){.navbar-logout{margin-left:.5rem}}.navbar-logout:hover{color:#ef4444!important;background:#ef44441a!important}@media(max-width:1023px){.navbar-logout{margin-top:1.5rem;border:1px solid rgba(239,68,68,.2)!important}}.navbar-toggle{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;padding:0;cursor:pointer;z-index:1002;position:relative;margin-left:1rem}@media(min-width:1024px){.navbar-toggle{display:none}}.navbar-toggle span{display:block;width:100%;height:2px;background:#e2e8f0;border-radius:9999px;transition:all .15s ease;transform-origin:center}.navbar-toggle.is-active span{background:#6c63ff}.navbar-toggle.is-active span:first-child{transform:translateY(8px) rotate(45deg)}.navbar-toggle.is-active span:nth-child(2){opacity:0}.navbar-toggle.is-active span:last-child{transform:translateY(-8px) rotate(-45deg)}.footer{padding:1.5rem 0;margin-top:auto;border-top:1px solid #2D3148;background:#1a1d2e;color:#64748b;text-align:center;font-size:.75rem}.footer p{margin:0}.auth-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:.75rem;background:#0f1117}@media(min-width:320px){.auth-page{padding:1rem}}.auth-page .footer{width:100%;background:transparent;border-top:none;margin-top:2rem}.auth-card{width:100%;max-width:420px;background:#ffffff0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #2D3148;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #00000080}@media(min-width:320px){.auth-card{padding:2rem}}@media(min-width:641px){.auth-card{padding:3rem}}.auth-logo{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;background:#6c63ff;font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.auth-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.auth-subtitle{color:#64748b;font-size:.875rem;margin-bottom:2rem}.auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#64748b}.auth-footer a{color:#6c63ff;font-weight:500;transition:opacity .15s ease}.auth-footer a:hover{opacity:.8}.auth-submit{width:100%;margin-top:.5rem}.a-card{background:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #2D3148;border-radius:12px;padding:1.5rem;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;gap:.75rem}.a-card:hover{transform:translateY(-3px);box-shadow:0 0 20px #6c63ff40;border-color:#6c63ff}.a-card-header{display:flex;align-items:center;justify-content:space-between}.a-card-title{font-size:1.125rem;font-weight:500;color:#e2e8f0;line-height:1.3;flex:1}.a-card-tags{display:flex;flex-wrap:wrap;gap:.25rem}.a-card-footer{margin-top:auto;padding-top:.75rem;border-top:1px solid #2D3148}.a-card-cta{font-size:.875rem;color:#6c63ff;font-weight:500;transition:opacity .15s ease}.a-card:hover .a-card-cta{opacity:.8}.filter-bar{display:flex;flex-wrap:wrap;gap:.5rem}.filter-pill{min-height:44px;min-width:44px}.filter-pill:focus-visible{outline:2px solid #6C63FF;outline-offset:2px}.filter-pill{padding:0 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;color:#64748b;background:#1a1d2e;border:1px solid #2D3148;transition:all .15s ease}.filter-pill:hover:not(.filter-pill-active){color:#e2e8f0;border-color:#6c63ff}.filter-pill.filter-pill-active{background:#6c63ff26;color:#6c63ff;border-color:#6c63ff}.pagination-bar{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1.5rem 0;margin-top:1rem;border-top:1px solid var(--border-color)}.pagination-bar__info{font-size:.875rem;color:var(--text-muted);font-weight:500}.pagination-bar .btn{min-width:80px}.list-page{min-height:100vh;background:#0f1117}.list-main{padding-top:3rem;padding-bottom:3rem}.list-hero{margin-bottom:2rem;margin-top:3rem}.list-hero h1{margin-bottom:.5rem}.list-hero p{color:#64748b;font-size:1.125rem}.list-controls{margin-bottom:1.5rem}.list-grid{display:grid;gap:1rem;grid-template-columns:1fr}.list-grid.is-loading{opacity:.6;pointer-events:none;transition:opacity .2s ease}@media(min-width:641px){.list-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.list-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1281px){.list-grid{grid-template-columns:repeat(4,1fr)}}.list-loading{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:641px){.list-loading{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.list-loading{grid-template-columns:repeat(3,1fr)}}.list-skeleton{height:200px;border-radius:12px;background:linear-gradient(90deg,#1a1d2e 25%,#242840,#1a1d2e 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.list-empty{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;padding:3rem;color:#64748b;font-size:2.5rem}.list-empty p{font-size:1rem}.list-error{color:#ef4444;padding:1rem;background:#ef44441a;border-radius:8px}.list-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.list-page-info{font-size:.875rem;color:#64748b}.question-panel{height:100%;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.question-header{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid #2D3148}.question-title{font-size:1.25rem;font-weight:700;color:#e2e8f0}.question-meta{display:flex;flex-wrap:wrap;gap:.5rem}.question-body{font-size:.875rem;color:#e2e8f0;line-height:1.7}.question-body p{margin-bottom:.75rem}.question-body strong{font-weight:700}.question-body code{font-family:JetBrains Mono,Fira Code,monospace}.question-body ul,.question-body ol{padding-left:1rem;margin-bottom:.75rem}.question-body li{margin-bottom:.25rem}.sample-viewer{display:flex;flex-direction:column;height:100%;overflow:hidden}.sample-viewer-content{flex:1;overflow-y:auto;background:#0f1117}.sample-viewer-content::-webkit-scrollbar{width:6px}.sample-viewer-content::-webkit-scrollbar-thumb{background:#2d3148;border-radius:3px}.sticky-sub-header{position:sticky;top:0;z-index:20;background:#1a1d2e;padding:.5rem 1rem;border-bottom:1px solid #2D3148;font-size:10px;font-weight:700;text-transform:uppercase;color:#6c63ff;letter-spacing:.12em;box-shadow:0 4px 6px -4px #0006}.sticky-sub-header.is-data{color:#22c55e;top:0}.schema-section{padding:1rem;background:#1a1d2e26;border-bottom:1px solid #2D3148}.schema-table-block{margin-bottom:1.5rem}.schema-table-block:last-child{margin-bottom:0}.schema-table-name{font-size:.75rem;font-weight:700;color:#e2e8f0;margin-bottom:.5rem;text-transform:uppercase;display:flex;align-items:center;gap:.5rem}.schema-table-name:before{content:"";display:block;width:4px;height:12px;background:#6c63ff;border-radius:2px}.data-section{padding:1rem}.testcase-block{margin-bottom:1.5rem;border:1px solid #2D3148;border-radius:8px;overflow:hidden;background:#1a1d2e}.testcase-block:last-child{margin-bottom:0}.testcase-heading{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#242840;border-bottom:1px solid #2D3148}.testcase-number{font-size:.875rem;font-weight:600;color:#6c63ff;letter-spacing:.01em}.testcase-table-section{border-bottom:1px solid rgba(45,49,72,.5)}.testcase-table-section:last-child{border-bottom:none}.testcase-table-label{padding:.5rem .75rem;font-size:.75rem;font-weight:500;color:#64748b;background:#24284080;text-transform:uppercase;letter-spacing:.04em}.testcase-expected-label{color:#6c63ff}.testcase-expected-pre{margin:0;padding:.75rem;font-size:.75rem;font-family:JetBrains Mono,Fira Code,monospace;color:#e2e8f0}.sample-table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.75rem;font-family:JetBrains Mono,Fira Code,monospace}.data-table th{text-align:left;padding:.5rem .75rem;background:#242840;color:#64748b;font-weight:500;white-space:nowrap;border-bottom:1px solid #2D3148}.data-table td{padding:.5rem .75rem;color:#e2e8f0;border-bottom:1px solid rgba(45,49,72,.5);white-space:nowrap}.data-table tr:hover td{background:#6c63ff0a}.monaco-panel{display:flex;flex-direction:column;flex:1;overflow:hidden}.monaco-toolbar{display:flex;flex:0;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#1a1d2e;border-bottom:1px solid #2D3148}.monaco-label{font-size:.875rem;font-weight:500;color:#64748b}.monaco-actions{display:flex;align-items:center;gap:.75rem}.monaco-save-status{font-size:.75rem;font-family:JetBrains Mono,Fira Code,monospace;transition:color .25s ease}.monaco-save-status.is-saved{color:#22c55e}.monaco-save-status.is-saving{color:#f59e0b}.monaco-save-status.is-error{color:#ef4444}.monaco-save-status.is-idle{color:transparent}.monaco-editor-wrap{flex:1;min-height:0}.results-panel{display:flex;flex-direction:column;height:100%}.results-header{display:flex;align-items:center;background:#1a1d2e;border-bottom:1px solid #2D3148;padding:.75rem 1rem;flex-shrink:0}.results-header-title{font-size:.875rem;font-weight:600;color:#e2e8f0}.results-content{flex:1;display:flex;flex-direction:column;overflow-y:auto}.results-content.is-center{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.75rem;color:#64748b}.results-content.is-center span{font-size:2rem}.results-content.is-center p{font-size:.875rem}.results-content.is-empty{opacity:.6}.results-grading{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid #2D3148;flex-shrink:0}.results-grading span{font-size:1.25rem}.results-grading p{font-size:.875rem;font-weight:500}.results-grading.is-correct{background:#22c55e14}.results-grading.is-wrong{background:#ef444414}.results-count{font-size:.75rem;color:#64748b;padding:.5rem .75rem;border-bottom:1px solid #2D3148}.results-table-wrap{overflow-x:auto;flex:1}.results-no-rows{padding:1rem;color:#64748b;font-size:.875rem}.results-error{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;color:#ef4444}.results-error span{font-size:1.5rem}.results-error p{font-size:.875rem;text-align:center}.result-item{margin:1rem;border:1px solid #2D3148;border-radius:8px;overflow:hidden;flex-shrink:0}.result-item:last-child{margin-bottom:1rem}.result-item-header{padding:.5rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.result-item-header.is-correct{background:#22c55e1a;color:#22c55e}.result-item-header.is-wrong{background:#ef44441a;color:#ef4444}.hint-panel{border-top:1px solid #2D3148;background:#1a1d2e}.hint-bar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}.hint-label{font-size:.875rem;font-weight:500;color:#e2e8f0}.hint-actions{display:flex;align-items:center;gap:.5rem}.hint-content{padding:0 1rem 1rem;border-top:1px solid #2D3148;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hint-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;color:#64748b;font-size:.875rem}.hint-error{color:#ef4444;font-size:.875rem;padding:.75rem;background:#ef444414;border-radius:8px;margin-top:.75rem}.hint-body{margin-top:.75rem;padding:1rem;background:#6c63ff26;border:1px solid rgba(108,99,255,.25);border-radius:8px;font-size:.875rem;line-height:1.7}.hint-body p{margin-bottom:.5rem}.hint-body code{font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem}.hint-body strong{font-weight:700}.attempt-page{display:flex;flex-direction:column;height:100vh;background:#0f1117;overflow:hidden}.attempt-page.is-loading,.attempt-page.is-error{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;color:#64748b}.attempt-nav{display:flex;border-bottom:1px solid #2D3148;background:#1a1d2e;flex-shrink:0}@media(min-width:1024px){.attempt-nav{display:none}}.attempt-tab{min-height:44px;min-width:44px;flex:1;font-size:.875rem;font-weight:500;color:#64748b;border-bottom:2px solid transparent;transition:all .15s ease}.attempt-tab.is-active{color:#6c63ff;border-color:#6c63ff}.attempt-layout{flex:1;display:flex;overflow:hidden;min-height:0}.attempt-left,.attempt-center,.attempt-right{display:flex;flex-direction:column;overflow:hidden}@media(min-width:1024px){.attempt-left,.attempt-center,.attempt-right{display:flex!important}}.attempt-left{width:100%;border-right:1px solid #2D3148}@media(min-width:1024px){.attempt-left{width:300px;flex-shrink:0}}@media(min-width:1281px){.attempt-left{width:360px}}.attempt-center{flex:1;min-width:0}@media(min-width:1024px){.attempt-center{border-right:1px solid #2D3148}}.attempt-right{width:100%}@media(min-width:1024px){.attempt-right{width:340px;flex-shrink:0}}@media(min-width:1281px){.attempt-right{width:400px}}.is-hidden{display:none}.attempt-panel{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.attempt-hint{flex-shrink:0;max-height:280px;overflow-y:auto}.admin-dashboard{padding-top:4rem;padding-bottom:4rem}.admin-header{margin-bottom:3rem;margin-top:3rem}.admin-header h1{margin-bottom:.5rem}.admin-header p{color:#64748b}.admin-stats{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr);margin-bottom:3rem}@media(min-width:641px){.admin-stats{grid-template-columns:repeat(3,1fr)}}.stat-card{background:#1a1d2e;padding:2rem;border-radius:12px;border:1px solid #2D3148;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:all .15s ease}.stat-card:hover{border-color:#6c63ff;transform:translateY(-2px);box-shadow:0 4px 12px #00000080}.stat-card .stat-value{font-size:2rem;font-weight:700;color:#6c63ff}.stat-card .stat-label{font-size:.875rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.admin-actions h2{margin-bottom:1.5rem}.action-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media(min-width:641px){.action-grid{grid-template-columns:repeat(2,1fr)}}.action-card{background:#1a1d2e;padding:2rem;border-radius:12px;border:1px solid #2D3148;display:flex;flex-direction:column;gap:1rem;cursor:pointer;transition:all .15s ease}.action-card:hover{border-color:#6c63ff;transform:translateY(-2px);box-shadow:0 4px 12px #00000080}.action-card .action-icon{font-size:2rem}.action-card h3{margin-bottom:.25rem}.action-card p{color:#64748b;font-size:.875rem}.modal-overlay{display:flex;align-items:center;justify-content:center;position:fixed;inset:0;background:#0f1117d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;animation:fadeIn .2s ease-out}.modal-content{background:#1a1d2e;border:1px solid #2D3148;border-radius:16px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 4px 12px #00000080;margin:1rem;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.modal-content.modal-fullscreen{max-width:95vw;max-height:95vh;width:95vw;height:95vh}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #2D3148}.modal-header h2{font-size:1.125rem;font-weight:700;margin:0}.modal-header .btn-close{background:none;border:none;color:#64748b;font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1;transition:color .1s}.modal-header .btn-close:hover{color:#e2e8f0}.modal-body{padding:2rem;overflow-y:auto;flex:1}.modal-footer{padding:1.5rem 2rem;border-top:1px solid #2D3148;display:flex;justify-content:flex-end;gap:.75rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.form-group input[type=text],.form-group textarea,.form-group select{background:#242840;border:1px solid #2D3148;border-radius:8px;padding:.75rem 1rem;color:#e2e8f0;font-family:inherit;font-size:.875rem;transition:.25s ease}.form-group input[type=text]:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#6c63ff;box-shadow:0 0 0 2px #6c63ff33}.tag-input-wrapper{display:flex;gap:.5rem}.tag-input-wrapper input{flex:1}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tag-list .badge-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:#242840;color:#6c63ff}.tag-list .badge-tag button{background:none;border:none;color:#64748b;cursor:pointer;font-size:1.125rem;line-height:1;padding:0}.tag-list .badge-tag button:hover{color:#ef4444}.badge-tag{margin-right:.25rem;margin-bottom:.25rem}.table-editor{border:1px solid #2D3148;border-radius:8px;background:#242840;padding:1rem;margin-bottom:1rem}.table-editor__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.table-editor__name{background:#1a1d2e;border:1px solid #2D3148;border-radius:4px;padding:.5rem .75rem;color:#e2e8f0;font-weight:600;font-size:.875rem;flex:1;max-width:280px}.table-editor__name:focus{outline:none;border-color:#6c63ff}.table-editor__grid-wrapper{overflow-x:auto;margin-bottom:.75rem}.table-editor__grid{border-collapse:collapse;width:100%;min-width:max-content}.table-editor__grid th,.table-editor__grid td{border:1px solid #2D3148;padding:0;vertical-align:top}.table-editor__grid th{background:#6c63ff14}.table-editor__row-num{width:44px;min-width:44px;text-align:center;color:#64748b;font-size:.75rem;position:relative}.table-editor__row-num span{display:block;padding:.5rem}.table-editor__row-remove{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ef444426;color:#ef4444;border:none;border-radius:4px;cursor:pointer;font-size:.75rem;width:20px;height:20px;line-height:1;padding:0}.table-editor__row-num:hover span{opacity:0}.table-editor__row-num:hover .table-editor__row-remove{display:block}.table-editor__col-header{min-width:140px;padding:.5rem!important;display:flex;flex-direction:column;gap:.25rem;position:relative}.table-editor__col-name{background:transparent;border:1px solid transparent;color:#e2e8f0;font-weight:600;font-size:.75rem;padding:.25rem .5rem;border-radius:4px;width:100%}.table-editor__col-name:focus{border-color:#6c63ff;outline:none;background:#1a1d2e}.table-editor__col-type{background:#1a1d2e;border:1px solid #2D3148;color:#64748b;font-size:10px;padding:2px .25rem;border-radius:4px;cursor:pointer;width:100%}.table-editor__col-type:focus{outline:none;border-color:#6c63ff}.table-editor__col-remove{position:absolute;top:2px;right:2px;background:none;border:none;color:#64748b;cursor:pointer;font-size:10px;opacity:0;transition:opacity .15s ease;padding:2px;line-height:1}.table-editor__col-remove:hover{color:#ef4444}.table-editor__col-header:hover .table-editor__col-remove{opacity:1}.table-editor__add-col{width:36px;min-width:36px;border:none!important;background:transparent!important}.table-editor__cell input{background:transparent;border:none;color:#e2e8f0;font-size:.75rem;font-family:JetBrains Mono,Fira Code,monospace;padding:.5rem .75rem;width:100%;min-width:100px}.table-editor__cell input:focus{outline:none;background:#6c63ff0d}.table-editor__cell input::placeholder{color:#64748b66;font-family:Inter,system-ui,sans-serif;font-style:italic}.table-editor__cell.cell-error{background:#ef444414}.table-editor__cell.cell-error input{color:#ef4444}.cell-error-msg{display:block;font-size:9px;color:#ef4444;padding:0 .75rem .25rem;white-space:nowrap}.btn-add{background:none;border:1px dashed #2D3148;color:#64748b;cursor:pointer;width:28px;height:28px;border-radius:4px;font-size:1.125rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.btn-add:hover{border-color:#6c63ff;color:#6c63ff;background:#6c63ff1a}.btn-add-row{background:none;border:1px dashed #2D3148;color:#64748b;cursor:pointer;width:100%;padding:.5rem;border-radius:4px;font-size:.75rem;transition:all .15s ease}.btn-add-row:hover{border-color:#6c63ff;color:#6c63ff;background:#6c63ff0d}.sample-tables-editor{display:flex;flex-direction:column;gap:1rem}.sample-tables-editor__label{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:600;color:#64748b}.sample-tables-editor__count{font-weight:400;font-size:.75rem;color:#64748bb3}.btn-add-table{background:none;border:2px dashed #2D3148;color:#64748b;padding:1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-add-table:hover{border-color:#6c63ff;color:#6c63ff;background:#6c63ff0d}.expected-output-editor{display:flex;flex-direction:column;gap:.75rem}.expected-output-editor__header{display:flex;align-items:center;justify-content:space-between}.expected-output-editor__header label{font-size:.875rem;font-weight:600;color:#64748b}.expected-output-editor__controls{display:flex;align-items:center;gap:.5rem}.expected-output-editor__type-select{background:#242840;border:1px solid #2D3148;color:#e2e8f0;font-size:.75rem;padding:.25rem .5rem;border-radius:4px;cursor:pointer}.expected-output-editor__type-select:focus{outline:none;border-color:#6c63ff}.expected-output-editor__json textarea{width:100%;background:#242840;border:1px solid #2D3148;border-radius:8px;padding:.75rem;color:#e2e8f0;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem;resize:vertical}.expected-output-editor__json textarea:focus{outline:none;border-color:#6c63ff}.expected-output-editor__error{color:#ef4444;font-size:.75rem}.expected-single-input{background:#242840;border:1px solid #2D3148;border-radius:8px;padding:.75rem 1rem;color:#e2e8f0;font-size:.875rem;width:100%}.expected-single-input:focus{outline:none;border-color:#6c63ff}.expected-table-editor__grid-wrapper{overflow-x:auto}.expected-table-editor__grid{border-collapse:collapse;width:100%}.expected-table-editor__grid th,.expected-table-editor__grid td{border:1px solid #2D3148;padding:.25rem .5rem;font-size:.75rem}.expected-table-editor__grid th{background:#6c63ff14;color:#e2e8f0;font-weight:600}.expected-table-editor__grid input{background:transparent;border:none;color:#e2e8f0;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem;padding:.25rem;width:100%}.expected-table-editor__grid input:focus{outline:none;background:#6c63ff0d}.expected-table-editor__row-num{width:36px;text-align:center;color:#64748b;position:relative}.expected-table-editor__row-num:hover span{opacity:0}.expected-table-editor__row-num:hover .table-editor__row-remove{display:block}.expected-column-editor{display:flex;flex-direction:column;gap:.5rem}.expected-column-editor__item{display:flex;gap:.5rem;align-items:center}.expected-column-editor__item input{flex:1;background:#242840;border:1px solid #2D3148;border-radius:4px;padding:.5rem .75rem;color:#e2e8f0;font-size:.75rem}.expected-column-editor__item input:focus{outline:none;border-color:#6c63ff}.btn-remove-item{background:none;border:none;color:#64748b;cursor:pointer;font-size:.75rem;padding:.25rem}.btn-remove-item:hover{color:#ef4444}.linked-assignments-editor{display:flex;flex-direction:column;gap:.75rem}.linked-assignments-editor__label{font-size:.875rem;font-weight:600;color:#64748b}.linked-assignments-editor__chips{display:flex;flex-wrap:wrap;gap:.5rem}.linked-assignments-editor__search{position:relative}.linked-assignments-editor__input{width:100%;background:#242840;border:1px solid #2D3148;border-radius:8px;padding:.75rem 1rem;color:#e2e8f0;font-size:.875rem}.linked-assignments-editor__input:focus{outline:none;border-color:#6c63ff;box-shadow:0 0 0 2px #6c63ff33}.linked-assignments-editor__input::placeholder{color:#64748b}.linked-assignments-editor__spinner{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:.875rem;animation:spin 1s linear infinite}.linked-assignments-editor__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#1a1d2e;border:1px solid #2D3148;border-radius:8px;box-shadow:0 4px 12px #00000080;z-index:100;max-height:280px;overflow-y:auto}.linked-assignments-editor__result{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #2D3148;transition:background .15s ease}.linked-assignments-editor__result:last-child{border-bottom:none}.linked-assignments-editor__result:hover{background:#6c63ff0d}.linked-assignments-editor__result-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.linked-assignments-editor__result-title{font-size:.875rem;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.linked-assignments-editor__no-results{padding:1rem;text-align:center;color:#64748b;font-size:.875rem}.linked-assignments-editor__hint{font-size:.75rem;color:#64748b;font-style:italic}.linked-chip{display:inline-flex;align-items:center;gap:.5rem;background:#6c63ff1f;border:1px solid rgba(108,99,255,.25);border-radius:9999px;padding:.25rem .75rem}.linked-chip__title{font-size:.75rem;color:#e2e8f0;font-weight:500}.linked-chip__remove{background:none;border:none;color:#64748b;cursor:pointer;font-size:10px;padding:0;line-height:1}.linked-chip__remove:hover{color:#ef4444}.linked-chip__remove:disabled{opacity:.5;cursor:not-allowed}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}.admin-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#64748b}.form-group .form-help{font-size:.75rem;color:#64748b;margin-bottom:.25rem}.form-group input:not([type=checkbox]),.form-group textarea,.form-group select{background:#242840;border:1px solid #2D3148;border-radius:8px;padding:.75rem 1rem;color:#e2e8f0;font-family:inherit;font-size:.875rem;transition:.25s ease}.form-group input:not([type=checkbox]):focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#6c63ff;box-shadow:0 0 0 2px #6c63ff33}.form-group.checkbox-group{flex-direction:row;align-items:center;gap:.75rem}.form-group.checkbox-group input{width:1rem;height:1rem}.form-group.checkbox-group label{margin:0;cursor:pointer}.form-group textarea{resize:vertical}.form-group .font-mono{font-family:JetBrains Mono,monospace}.form-group .text-xs{font-size:.75rem}.alert{padding:1rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600}.alert-error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.flex-end{display:flex;justify-content:flex-end}.mt-8{margin-top:2rem}.admin-page{padding-top:3rem;padding-bottom:3rem}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;margin-top:3rem}.page-header h1{margin-bottom:.25rem}.page-header p{color:#64748b;font-size:.875rem}.admin-table-container{position:relative;background:#1a1d2e;border-radius:12px;border:1px solid #2D3148;overflow:hidden}.admin-table{width:100%;border-collapse:collapse;text-align:left}.admin-table th{background:#242840;padding:1rem 1.5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:700;border-bottom:1px solid #2D3148}.admin-table td{padding:1rem 1.5rem;border-bottom:1px solid #2D3148;font-size:.875rem}.admin-table tr:last-child td{border-bottom:none}.admin-table .font-bold{font-weight:700}.admin-table .text-muted{color:#64748b}.admin-table .text-xs{font-size:.75rem}.admin-table .font-mono{font-family:JetBrains Mono,monospace}.admin-table .actions-cell{display:flex;gap:.5rem}.loading-overlay{display:flex;align-items:center;justify-content:center;position:absolute;inset:0;background:#0f111780;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10}.admin-management__search-section{margin-bottom:2rem;position:relative;max-width:500px}.admin-management__search-input{width:100%;padding:.75rem 1rem;border:1px solid #2D3148;border-radius:8px;background:#242840;color:#e2e8f0;font-size:.875rem}.admin-management__search-input:focus{outline:none;border-color:#6c63ff;box-shadow:0 0 0 2px #6c63ff1a}.admin-management__search-results{position:absolute;top:100%;left:0;right:0;background:#1a1d2e;border:1px solid #2D3148;border-radius:8px;margin-top:.25rem;box-shadow:0 4px 12px #00000080;z-index:100;max-height:300px;overflow-y:auto}.admin-management .search-result-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #2D3148}.admin-management .search-result-item:last-child{border-bottom:none}.admin-management .search-result-item:hover{background:#6c63ff0d}.admin-management .search-result-item .user-info{display:flex;flex-direction:column;gap:2px}.admin-management .search-result-item .user-info .username{font-weight:600;color:#e2e8f0}.admin-management .search-result-item .user-info .role-tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.admin-management .search-result-item .user-info .role-tag.role-user{color:#64748b}.admin-management .search-result-item .user-info .role-tag.role-admin{color:#6c63ff}.admin-management .search-result-item .user-info .role-tag.role-superadmin{color:#7c3aed}.admin-management .search-result-item .search-actions{display:flex;gap:.5rem}.badge-superadmin{background:#7c3aed;color:#fff}.badge-admin{background:#6c63ff;color:#fff}.badge-user{background:#242840;color:#64748b}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background-color:#0f1117;color:#e2e8f0;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}input,textarea{font:inherit;outline:none}ul,ol{list-style:none}img,svg{display:block;max-width:100%}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}p{font-size:1rem;color:#e2e8f0}small{font-size:.875rem;color:#64748b}code{font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem;background:#242840;padding:2px 6px;border-radius:4px}.btn{min-height:44px;min-width:44px}.btn:focus-visible{outline:2px solid #6C63FF;outline-offset:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;transition:background .15s ease,opacity .15s ease,transform .15s ease}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#6c63ff;color:#fff}.btn-primary:hover:not(:disabled){background:#847dff}.btn-secondary{background:#242840;color:#e2e8f0;border:1px solid #2D3148}.btn-secondary:hover:not(:disabled){background:#2d3250}.btn-ghost{background:transparent;color:#e2e8f0;border:1px solid #2D3148}.btn-ghost:hover:not(:disabled){background:#242840}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#f15b5b}.btn-success{background:#22c55e;color:#fff}.btn-success:hover:not(:disabled){background:#27da69}.btn-sm{padding:0 1rem;font-size:.75rem;min-height:36px}.container{width:100%;padding:0 .75rem}@media(min-width:320px){.container{padding:0 1rem}}@media(min-width:641px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}@media(min-width:1281px){.container{max-width:1440px;margin:0 auto}}.card{background:#ffffff0a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #2D3148;border-radius:8px;padding:1rem;box-shadow:0 1px 3px #0006}@media(min-width:320px){.card{border-radius:12px;padding:1.5rem}}.badge{display:inline-flex;align-items:center;padding:2px .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-easy{background:#22c55e26;color:#22c55e}.badge-medium{background:#f59e0b26;color:#f59e0b}.badge-hard{background:#ef444426;color:#ef4444}.badge-tag{background:#242840;color:#64748b}.badge-success{background:#22c55e26;color:#22c55e}.badge-danger{background:#ef444426;color:#ef4444}.spinner{width:24px;height:24px;border:2px solid #2D3148;border-top-color:#6c63ff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.divider{border:none;border-top:1px solid #2D3148;margin:1rem 0}.protected-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.protected-layout .protected-content{flex:1;overflow-y:auto;min-height:0;display:flex;flex-direction:column;gap:3rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:#64748b}.form-input:focus-visible{outline:2px solid #6C63FF;outline-offset:2px}.form-input{width:100%;padding:.75rem 1rem;background:#242840;border:1px solid #2D3148;border-radius:8px;color:#e2e8f0;font-size:1rem;transition:border-color .15s ease}.form-input:focus{border-color:#6c63ff}.form-input::placeholder{color:#64748b}.form-input.is-error{border-color:#ef4444}.form-error{font-size:.75rem;color:#ef4444;margin-top:.25rem}.form{display:flex;flex-direction:column;gap:1rem}.text-muted{color:#64748b}.text-danger{color:#ef4444}.font-bold{font-weight:700}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-end{display:flex;align-items:center;justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.pagination-bar{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem;padding:.5rem 0}.pagination-bar__info{font-size:.85rem;color:#64748b;min-width:110px;text-align:center}
