@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;700&display=swap";.auth-container{background:radial-gradient(circle at 0 0,#2b2f43 0,#2b2f4300 40%),radial-gradient(circle at 100% 100%,#243741 0,#24374100 35%),#0f131c;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-shell{gap:12px;width:min(520px,100%);display:grid}.auth-card{background:linear-gradient(160deg,#182132e6,#0d121cf2);border:1px solid #7e92b040;border-radius:20px;width:100%;padding:40px;box-shadow:0 30px 80px #00000059}.auth-card h1{color:#f4f7fc;text-align:center;margin-bottom:8px;font-size:2rem}.auth-subtitle{color:#9eb0cb;text-align:center;margin-bottom:28px;font-size:.95rem}.auth-error{color:#ff6b6b;background:#ff6b6b26;border:1px solid #ff6b6b;border-radius:8px;margin-bottom:20px;padding:12px;font-size:.9rem}.form-group{margin-bottom:20px}.form-group label{color:#c5d2e8;margin-bottom:6px;font-size:.9rem;font-weight:500;display:block}.form-group input{color:#f4f7fc;background:#0f1827e6;border:1px solid #7e92b073;border-radius:8px;width:100%;padding:12px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-group input:focus{border-color:#ff9f43;outline:none;box-shadow:0 0 0 3px #ff9f431a}.form-group input::placeholder{color:#7e92b0}.auth-button{color:#f4f7fc;cursor:pointer;background:linear-gradient(90deg,#cc6f17,#e9983a);border:1px solid #ffbf69b3;border-radius:8px;width:100%;padding:12px;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 24px #ff9f434d}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;color:#9eb0cb;margin-top:24px;font-size:.9rem}.auth-link{color:#ff9f43;font-weight:600;text-decoration:none;transition:color .2s}.auth-link:hover{color:#ffbf69}@media (width<=540px){.auth-card{padding:28px 20px}.auth-card h1{font-size:1.6rem}}:root{--surface:#121927d1;--surface-border:#7e92b040;--text-main:#f4f7fc;--text-muted:#9eb0cb;--accent:#ff9f43;--accent-strong:#ffbf69;--success:#4de3aa;--warning:#fc6}h1,h2,h3,p{margin:0}button,select{font:inherit}.problemset-page,.workspace-page{border:1px solid var(--surface-border);background:linear-gradient(160deg,#182132e6,#0d121cf2);border-radius:20px;width:min(1320px,100% - 32px);margin:16px auto;overflow:hidden;box-shadow:0 30px 80px #00000059}.problemset-header{justify-content:space-between;align-items:flex-start;gap:20px;padding:28px 30px 14px;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--accent);margin-bottom:12px;font-size:.75rem}.problemset-header h1{margin-bottom:8px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.problemset-header p{color:var(--text-muted);max-width:66ch}.problem-table{border:1px solid var(--surface-border);border-radius:14px;margin:20px;overflow-x:auto}.table-head,.table-row{grid-template-columns:2.2fr .9fr .9fr 1.6fr;align-items:center;gap:10px;min-width:760px;display:grid}.table-head{text-transform:uppercase;letter-spacing:.08em;color:#b4c4dd;background:#9fb4da1f;padding:12px 16px;font-size:.72rem}.table-row{text-align:left;width:100%;color:var(--text-main);cursor:pointer;background:0 0;border:0;border-top:1px solid #7e92b033;padding:15px 16px;transition:background .2s}.table-row:hover{background:#9fb4da1f}.skeleton-row{cursor:default}.skeleton-row:hover{background:0 0}.skeleton-block{background:linear-gradient(90deg,#7b91b32e 25%,#7b91b359 50%,#7b91b32e 75%) 0 0/220% 100%;border-radius:999px;height:12px;animation:1.25s linear infinite shimmer;display:inline-block}.skeleton-title{width:78%;height:14px}.skeleton-difficulty{width:70%}.skeleton-acceptance{width:68%}.skeleton-tags{width:85%}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.title-cell{font-weight:600}.solved-badge{color:#8af0cb;background:#4de3aa26;border:1px solid #4de3aa73;border-radius:999px;margin-left:8px;padding:2px 7px;font-size:.72rem;font-weight:600}.tags-cell{color:var(--text-muted);font-size:.9rem}.difficulty-easy{color:var(--success)}.difficulty-medium{color:var(--warning)}.difficulty-hard{color:#ff6b6b}.workspace-header{border-bottom:1px solid var(--surface-border);background:#9fb4da14;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.workspace-header h2{margin-bottom:3px;font-size:1.06rem}.workspace-grid{grid-template-columns:44% 56%;min-height:calc(100vh - 130px);display:grid}.problem-pane{border-right:1px solid var(--surface-border);padding:18px;overflow-y:auto}.problem-pane h3{letter-spacing:.04em;text-transform:uppercase;color:#c5d2e8;margin-top:18px;margin-bottom:8px;font-size:.95rem}.problem-pane p,.problem-pane li{color:#d6dfef}.problem-pane ul{margin:0;padding-left:18px}.example-card{background:#080d1773;border:1px solid #7e92b059;border-radius:10px;margin-bottom:10px;padding:10px;font-family:IBM Plex Mono,monospace;font-size:.87rem}.editor-pane{grid-template-rows:auto 1fr auto;min-height:100%;display:grid}.editor-toolbar{border-bottom:1px solid var(--surface-border);background:#070b148c;justify-content:space-between;align-items:center;padding:10px;display:flex}.editor-toolbar select{color:var(--text-main);background:#0f1827e6;border:1px solid #7e92b073;border-radius:8px;padding:8px 10px}.editor-actions{gap:8px;display:flex}.submit-lock-wrapper{display:inline-flex;position:relative}.submit-lock-tooltip{white-space:nowrap;color:#d7e2f7;pointer-events:none;opacity:0;z-index:10;background:#0b101cf2;border:1px solid #7e92b073;border-radius:6px;padding:6px 8px;font-size:.75rem;transition:opacity .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.submit-lock-wrapper:hover .submit-lock-tooltip{opacity:1}.ghost-btn,.run-btn,.submit-btn{cursor:pointer;color:var(--text-main);border:1px solid #7e92b073;border-radius:8px;padding:8px 12px}.ghost-btn{background:#101826b3}.run-btn{background:#567dc559}.submit-btn{background:linear-gradient(90deg,#cc6f17,#e9983a);border-color:#ffbf69b3}.ghost-btn:disabled,.run-btn:disabled,.submit-btn:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.2)}.editor-shell{height:clamp(360px,50vh,700px)}.result-panel{border-top:1px solid var(--surface-border);background:#070b14a6;gap:4px;padding:12px;font-family:IBM Plex Mono,monospace;font-size:.86rem;display:grid}.result-title{color:var(--accent-strong);font-weight:600}.app-footer{color:var(--text-muted);background:#070b1459;border-top:1px solid #7e92b033;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:.8rem;display:flex}.app-footer-text{margin:0}.app-footer-links{gap:12px;display:flex}.app-footer-links a{color:var(--accent-strong);text-decoration:none}.app-footer-links a:hover{text-decoration:underline}@media (width<=1200px){.workspace-grid{grid-template-columns:48% 52%}}@media (width<=980px){.workspace-grid{grid-template-columns:1fr;min-height:auto}.problem-pane{border-right:0;border-bottom:1px solid var(--surface-border);max-height:42vh}.problemset-page,.workspace-page{border-radius:14px;width:min(1320px,100% - 16px);margin:8px auto}.table-head,.table-row{grid-template-columns:1.8fr .8fr .8fr;min-width:0}.table-head span:last-child,.table-row span:last-child{display:none}.editor-shell{height:clamp(320px,48vh,560px)}}@media (width<=760px){.problemset-header{padding:22px 18px 10px}.problem-table{margin:14px}.workspace-header{flex-wrap:wrap;align-items:flex-start;gap:10px}.workspace-header h2{font-size:.98rem}.problem-pane,.result-panel{padding:14px}.editor-toolbar{flex-direction:column;align-items:stretch;gap:10px}.editor-toolbar select,.editor-actions{width:100%}.editor-actions button{flex:1}.example-card{font-size:.82rem}.app-footer{flex-direction:column;align-items:flex-start}}@media (width<=540px){.problemset-page,.workspace-page{border-radius:10px;width:calc(100% - 10px);margin:5px auto}.problem-pane{max-height:none}.table-row{padding:13px 12px}.editor-shell{height:54vh}}:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Space Grotesk,sans-serif;font-weight:400;line-height:1.4}*{box-sizing:border-box}body{color:#dfe6f2;background:radial-gradient(circle at 0 0,#2b2f43 0,#2b2f4300 40%),radial-gradient(circle at 100% 100%,#243741 0,#24374100 35%),#0f131c;min-height:100vh;margin:0}#root{min-height:100vh}
