:root{--bg:#fafaf8;--surface:#fff;--border:#e2e2dd;--border-strong:#cfcfc8;--text:#1a1a1a;--muted:#6b6b66;--accent:#1a5fb4;--solved-bg:#dcf0dc;--solved-bg-hover:#cde8cd;--solved-fg:#1e6b2e;--error-bg:#fbe4e4;--error-fg:#a02222;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "Cascadia Mono", "SF Mono", Menlo, Consolas, monospace}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);flex-direction:column;min-height:100vh;margin:0;font-size:.95rem;line-height:1.5;display:flex}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:1.4rem;font-weight:650}h2{font-size:1.1rem;font-weight:650}code{font-family:var(--font-mono);background:var(--border);border-radius:3px;padding:.1em .35em;font-size:.85em}.site-header{background:var(--surface);border-bottom:1px solid var(--border)}.site-header nav{justify-content:space-between;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;padding:.55rem 1rem;display:flex}.nav-left{flex-wrap:wrap;align-items:center;gap:1.1rem;min-width:0;display:flex}.site-name{color:var(--text);letter-spacing:.01em;font-weight:700}.site-name:hover{color:var(--accent);text-decoration:none}.nav-cat{color:var(--muted);font-size:.88rem}.nav-cat:hover{color:var(--accent);text-decoration:none}.nav-right{align-items:center;gap:1rem;display:flex}.nav-user{font-weight:600}.link-button{font:inherit;color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0}.link-button:hover{text-decoration:underline}main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:1.25rem 1rem 3rem}.site-footer{border-top:1px solid var(--border);color:var(--muted);text-align:center;padding:.75rem 1rem;font-size:.8rem}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:6px;max-width:380px;margin:2.5rem auto;padding:1.5rem 1.75rem 1.75rem}.auth-card h1{margin:0 0 1rem}.auth-card form,.settings-form{flex-direction:column;gap:.9rem;display:flex}.auth-card label,.settings-form label{color:var(--muted);flex-direction:column;gap:.3rem;font-size:.85rem;font-weight:600;display:flex}input{font:inherit;border:1px solid var(--border-strong);background:var(--surface);color:var(--text);border-radius:4px;padding:.45rem .6rem}input:focus{outline:2px solid var(--accent);outline-offset:-1px;border-color:var(--accent)}.auth-card button[type=submit]{font:inherit;background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.5rem .9rem;font-weight:600}.auth-card button[type=submit]:hover{filter:brightness(1.1)}.form-error{background:var(--error-bg);color:var(--error-fg);border-radius:4px;padding:.5rem .75rem;font-size:.85rem}.form-success{background:var(--solved-bg);color:var(--solved-fg);border-radius:4px;padding:.5rem .75rem;font-size:.85rem}.auth-alt{color:var(--muted);margin:1rem 0 0;font-size:.85rem}.progress{align-items:center;gap:.75rem;display:flex}.progress-nums{font-family:var(--font-mono);color:var(--muted);white-space:nowrap;font-size:.85rem}.progress-nums strong{color:var(--text)}.progress-bar{background:var(--border);border-radius:3px;flex:1;min-width:60px;max-width:220px;height:6px;overflow:hidden}.progress-bar>div{background:var(--solved-fg);border-radius:3px;height:100%;transition:width .2s}.category-list{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.category-card{background:var(--surface);border:1px solid var(--border);border-radius:6px;justify-content:space-between;align-items:center;gap:1.5rem;padding:.9rem 1.25rem;display:flex}.category-card:hover{border-color:var(--accent);text-decoration:none}.category-card .cat-name{color:var(--text);font-weight:650}.category-card .cat-desc{color:var(--muted);margin-top:.1rem;font-size:.85rem}.category-card .progress{flex-shrink:0;width:260px}.view-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1.5rem;margin-bottom:.5rem;display:flex}.view-header h1{margin:0}.view-header .progress{width:320px}.view-desc{color:var(--muted);margin:0 0 1.25rem}.contest-block{margin:1.75rem 0}.contest-heading{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.4rem;display:flex}.contest-heading h2{margin:0}.contest-heading .contest-count{font-family:var(--font-mono);color:var(--muted);font-size:.8rem}.table-scroll{background:var(--surface);border:1px solid var(--border);border-radius:6px;overflow-x:auto}table.contest{border-collapse:collapse;width:100%}table.contest td,table.contest th{border:1px solid var(--border);text-align:left;white-space:nowrap;padding:4px 10px;font-size:.9rem}table.contest tr>:first-child{border-left:none}table.contest tr>:last-child{border-right:none}table.contest tr:first-child>*{border-top:none}table.contest tr:last-child>*{border-bottom:none}td.edition-label{font-family:var(--font-mono);color:var(--text);background:var(--bg);width:1%;font-weight:600}td.day-label{color:var(--muted);width:1%;font-size:.8rem}td.problem-cell{padding:0}.cell-inner,button.cell-toggle{width:100%;font:inherit;text-align:left;color:inherit;white-space:nowrap;background:0 0;border:none;padding:4px 10px;font-size:.9rem;transition:background-color .12s;display:block}button.cell-toggle{cursor:pointer}td.problem-cell:has(button.cell-toggle):hover{background:var(--bg);box-shadow:inset 0 0 0 1px var(--border-strong)}td.problem-cell.solved{background:var(--solved-bg)}td.problem-cell.solved:has(button.cell-toggle):hover{background:var(--solved-bg-hover);box-shadow:inset 0 0 0 1px var(--solved-fg)}td.edition-label a,td.day-label a{color:inherit;text-decoration:none}td.edition-label a:hover,td.day-label a:hover{color:var(--accent);text-decoration:underline}td.problem-cell.solved .cell-inner,td.problem-cell.solved button.cell-toggle{color:var(--solved-fg);font-weight:550}.check{width:1.1em;color:var(--solved-fg);display:inline-block}td.problem-cell a{color:inherit;text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, currentColor 35%, transparent);text-decoration-color:color-mix(in srgb, currentColor 35%, transparent);text-underline-offset:2px}.profile-meta{color:var(--muted);margin:.25rem 0 1.5rem;font-size:.85rem}.profile-cats{flex-direction:column;gap:.6rem;margin-bottom:1rem;display:flex}.profile-cat-row{align-items:center;gap:1rem;display:flex}.profile-cat-row .cat-name{flex-shrink:0;width:220px}.profile-cat-row .progress{flex:1;max-width:420px}@media (width<=640px){main{padding:1rem .6rem 2.5rem}table.contest td,table.contest th,.cell-inner,button.cell-toggle{padding:3px 7px;font-size:.82rem}.category-card{flex-direction:column;align-items:stretch;gap:.6rem}.category-card .progress{width:auto}.view-header .progress{width:100%}.profile-cat-row .cat-name{width:130px}}
