:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#e5e7eb;background-color:#020617;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#020617}#root{min-height:100vh}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.page{max-width:960px;margin:0 auto;padding:32px 16px 48px;color:#e5e7eb}.page-header{margin-bottom:24px;border-bottom:1px solid #1f2937;padding-bottom:12px}.page-title{font-size:24px;font-weight:700}.page-subtitle{margin-top:4px;color:#6b7280;font-size:14px}.tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:1px solid #1f2937}.tab-button{padding:8px 16px;font-size:14px;font-weight:500;background:none;border:none;border-bottom:2px solid transparent;color:#6b7280;cursor:pointer;transition:all .2s;margin-bottom:-1px}.tab-button:hover{color:#e5e7eb}.tab-button.active{color:#2563eb;border-bottom-color:#2563eb}.toolbar{margin-bottom:20px;display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:wrap}.toolbar-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.toolbar-button{padding:6px 12px;font-size:14px;border-radius:4px;border:1px solid #4b5563;background-color:#111827;cursor:pointer;color:#e5e7eb}.toolbar-button.primary{background-color:#2563eb;border-color:#1d4ed8;color:#fff}.toolbar-button:hover{background-color:#111827;border-color:#6b7280}.toolbar-button.primary:hover{background-color:#1d4ed8}.toolbar-label{display:flex;align-items:center;gap:6px;font-size:13px;color:#9ca3af}.toolbar-select{padding:4px 8px;font-size:13px;background-color:#020617;border:1px solid #4b5563;color:#e5e7eb}.toolbar-search{padding:6px 10px;border-radius:4px;border:1px solid #4b5563;font-size:14px;min-width:160px;background-color:#020617;color:#e5e7eb}.content{background-color:#020617}.section-title{font-size:18px;margin-bottom:12px}.table-wrapper{border:1px solid #1f2937;border-radius:4px;overflow:hidden;background-color:#020617}.problems-table{width:100%;border-collapse:collapse;font-size:14px}.problems-table thead{background-color:#020617}.problems-table th,.problems-table td{padding:10px 12px;border-bottom:1px solid #1f2937;text-align:left}.problems-table th{font-weight:600;color:#9ca3af}.problem-title a{color:#e5e7eb}.languages-cell{vertical-align:top}.language-item{margin:2px 0;line-height:1.5}.view-link{color:#2563eb;font-weight:500}.view-buttons{display:flex;flex-direction:column;gap:4px}.view-link-button{background:none;border:none;color:#2563eb;font-weight:500;cursor:pointer;font-size:14px;padding:0;text-decoration:underline;text-align:left}.view-link-button:hover{color:#1d4ed8}.loading-message,.no-results{padding:40px;text-align:center;color:#6b7280;font-size:14px}.pagination{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:16px}.page-button{min-width:28px;height:28px;border-radius:4px;border:1px solid #4b5563;background-color:#020617;font-size:13px;cursor:pointer;color:#e5e7eb}.page-button.active{background-color:#2563eb;border-color:#1d4ed8;color:#fff;font-weight:600}.page-ellipsis{padding:0 4px;color:#6b7280}.page-footer{margin-top:24px;font-size:12px;color:#6b7280;text-align:right}.code-viewer-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.code-viewer-modal{background:#020617;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-width:90vw;max-height:90vh;width:1000px;display:flex;flex-direction:column;overflow:hidden}.code-viewer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #1f2937;background:#020617}.code-viewer-header-main{display:flex;flex-direction:column;gap:4px}.code-viewer-header h3{margin:0;font-size:18px;font-weight:600;color:#e5e7eb}.code-viewer-header-actions{display:flex;align-items:center;gap:8px}.code-viewer-copy{padding:6px 10px;border-radius:4px;border:1px solid #4b5563;background-color:#111827;color:#e5e7eb;font-size:13px;cursor:pointer;transition:background-color .15s,border-color .15s}.code-viewer-copy:hover:not(:disabled){background-color:#1f2937;border-color:#6b7280}.code-viewer-copy:disabled{opacity:.5;cursor:default}.code-viewer-close{background:none;border:none;font-size:28px;line-height:1;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.code-viewer-close:hover{background-color:#111827}.code-viewer-content{flex:1;overflow:auto;padding:0;position:relative}.code-viewer-loading,.code-viewer-error{padding:40px;text-align:center;color:#9ca3af}.code-viewer-error{color:#f97373}.code-viewer-code{margin:0;padding:16px 0;background:#1e1e1e;color:#d4d4d4;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6;overflow-x:auto;tab-size:2}.code-line{display:flex;align-items:flex-start;padding:0 20px}.code-line-number{width:3rem;text-align:right;padding-right:12px;color:#6b7280;-webkit-user-select:none;user-select:none}.code-line-content{flex:1;white-space:pre}.code-viewer-code::-webkit-scrollbar{height:8px}.code-viewer-code::-webkit-scrollbar-track{background:#020617}.code-viewer-code::-webkit-scrollbar-thumb{background:#4b5563;border-radius:999px}
