*,:before,:after{box-sizing:border-box}:root,[data-theme=light]{--bg-page:#f7f8fa;--bg-card:#fff;--bg-card2:#f9fafb;--bg-hover:#f3f4f6;--bg-nav:#fff;--border:#e5e7eb;--border-light:#f0f0f0;--text-primary:#262626;--text-second:#595959;--text-muted:#8c8c8c;--text-faint:#bfbfbf;--text-nav:#0009;--text-nav-act:#262626;--accent:#ffa116;--accent-hover:#e8930f;--easy:#00b8a3;--medium:#ffc01e;--hard:#ff375f;--shadow:0 1px 3px #00000014;--shadow-modal:0 8px 32px #00000024;--scrollbar-track:#f0f0f0;--scrollbar-thumb:#d9d9d9}[data-theme=dark]{--bg-page:#1a1a1a;--bg-card:#282828;--bg-card2:#1e1e1e;--bg-hover:#333;--bg-nav:#282828;--border:#3e3e3e;--border-light:#303030;--text-primary:#eff1f6;--text-second:#fff9;--text-muted:#ffffff61;--text-faint:#fff3;--text-nav:#ffffff80;--text-nav-act:#fff;--accent:#ffa116;--accent-hover:#e8930f;--easy:#00b8a3;--medium:#ffc01e;--hard:#ff375f;--shadow:0 1px 3px #0000004d;--shadow-modal:0 8px 32px #00000080;--scrollbar-track:#2a2a2a;--scrollbar-thumb:#444}body{color:var(--text-primary);background:var(--bg-page);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:background .2s,color .2s}#app{min-height:100vh}button{font-family:inherit;font-size:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}p,h1,h2,h3,h4,h5,h6{margin:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}[data-theme=dark] .h1{background:#0e4429!important}[data-theme=dark] .h2{background:#006d32!important}[data-theme=dark] .h3{background:#26a641!important}[data-theme=dark] .h4{background:#39d353!important}.lc-login-page[data-v-016924f6]{background:var(--bg-page);justify-content:center;align-items:center;min-height:100vh;display:flex}.lc-login-card[data-v-016924f6]{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:12px;width:380px;padding:48px 44px;box-shadow:0 2px 8px #0000000f}.lc-brand[data-v-016924f6]{justify-content:center;align-items:center;gap:10px;margin-bottom:28px;display:flex}.brand-name[data-v-016924f6]{color:#ffa116;letter-spacing:-.3px;font-size:22px;font-weight:700}.login-heading[data-v-016924f6]{color:var(--text-primary);margin-bottom:8px;font-size:18px;font-weight:700}.login-sub[data-v-016924f6]{color:var(--text-muted);margin-bottom:28px;font-size:13px;line-height:1.6}.divider-line[data-v-016924f6]{margin-bottom:24px;position:relative}.divider-line[data-v-016924f6]:before{content:"";background:var(--border);height:1px;position:absolute;top:50%;left:0;right:0}.divider-text[data-v-016924f6]{background:var(--bg-card);color:var(--text-muted);padding:0 12px;font-size:12px;position:relative}.btn-naver[data-v-016924f6]{color:#fff;background:#03c75a;border-radius:6px;justify-content:center;align-items:center;gap:10px;margin-bottom:24px;padding:11px 0;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.btn-naver[data-v-016924f6]:hover{background:#02b350}.login-footer[data-v-016924f6]{color:var(--text-faint);font-size:12px;line-height:1.6}.footer-link[data-v-016924f6]{color:var(--text-second);text-underline-offset:2px;text-decoration:underline}.footer-link[data-v-016924f6]:hover{color:#ffa116}.modal-backdrop[data-v-2f9fa97b]{z-index:999;position:fixed;inset:0}.modal-box[data-v-2f9fa97b]{background:var(--bg-card);border:1px solid var(--border);width:220px;box-shadow:var(--shadow-modal);border-radius:8px;animation:.12s pop-2f9fa97b;position:fixed;top:54px;right:12px;overflow:hidden}@keyframes pop-2f9fa97b{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.m-user[data-v-2f9fa97b]{align-items:center;gap:10px;padding:12px 14px;display:flex}.m-avatar[data-v-2f9fa97b]{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.m-info[data-v-2f9fa97b]{min-width:0}.m-name[data-v-2f9fa97b]{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.m-email[data-v-2f9fa97b]{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.m-sep[data-v-2f9fa97b]{background:var(--border);height:1px}.m-group[data-v-2f9fa97b]{padding:4px 0}.m-item[data-v-2f9fa97b]{text-align:left;width:100%;color:var(--text-second);cursor:pointer;background:0 0;border:none;align-items:center;gap:9px;padding:7px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:background .1s,color .1s;display:flex}.m-item[data-v-2f9fa97b]:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.m-item[data-v-2f9fa97b]:disabled{opacity:.5;cursor:default}.m-icon[data-v-2f9fa97b]{width:15px;height:15px;color:var(--text-muted);flex-shrink:0}.m-badge[data-v-2f9fa97b]{color:#fff;background:#ff375f;border-radius:10px;flex-shrink:0;margin-left:auto;padding:1px 6px;font-size:10px;font-weight:700}.m-toggle[data-v-2f9fa97b]{background:var(--border);border-radius:9px;flex-shrink:0;width:30px;height:17px;margin-left:auto;transition:background .2s;position:relative}.m-toggle.on[data-v-2f9fa97b]{background:var(--accent)}.m-knob[data-v-2f9fa97b]{background:#fff;border-radius:50%;width:13px;height:13px;transition:transform .2s;position:absolute;top:2px;left:2px}.m-toggle.on .m-knob[data-v-2f9fa97b]{transform:translate(13px)}.m-signout[data-v-2f9fa97b]:hover:not(:disabled){color:#ff375f!important}.m-signout:hover .m-icon[data-v-2f9fa97b]{color:#ff375f}.m-premium-badge[data-v-2f9fa97b]{color:#fff;letter-spacing:.4px;background:linear-gradient(135deg,#ffc01e,#ffa116);border-radius:4px;flex-shrink:0;margin-left:auto;padding:2px 6px;font-size:9px;font-weight:700}.np-backdrop[data-v-4da64de9]{z-index:500;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.np-panel[data-v-4da64de9]{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;flex-direction:column;width:400px;max-width:calc(100vw - 32px);max-height:70vh;display:flex;box-shadow:0 8px 32px #0000004d}.np-header[data-v-4da64de9]{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.np-title[data-v-4da64de9]{color:var(--text-primary);font-size:15px;font-weight:700}.np-header-actions[data-v-4da64de9]{align-items:center;gap:8px;display:flex}.np-mark-all[data-v-4da64de9]{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:500;transition:opacity .15s}.np-mark-all[data-v-4da64de9]:hover{opacity:.75}.np-close[data-v-4da64de9]{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:2px;transition:color .15s,background .15s;display:flex}.np-close[data-v-4da64de9]:hover{color:var(--text-primary);background:var(--bg-hover)}.np-body[data-v-4da64de9]{flex:1;padding:8px 0;overflow-y:auto}.np-loading[data-v-4da64de9]{flex-direction:column;gap:12px;padding:12px 20px;display:flex}.np-skeleton[data-v-4da64de9]{background:linear-gradient(90deg, var(--bg-hover) 25%, var(--border) 37%, var(--bg-hover) 63%);background-size:400% 100%;border-radius:6px;height:56px;animation:1.4s infinite shimmer-4da64de9}@keyframes shimmer-4da64de9{0%{background-position:100%}to{background-position:0%}}.np-empty[data-v-4da64de9]{text-align:center;color:var(--text-muted);padding:40px 20px;font-size:14px}.np-item[data-v-4da64de9]{cursor:pointer;align-items:center;gap:12px;padding:12px 20px;transition:background .1s;display:flex;position:relative}.np-item[data-v-4da64de9]:hover{background:var(--bg-hover)}.np-item.unread[data-v-4da64de9]{background:#ffa1160a}.np-item.unread[data-v-4da64de9]:hover{background:#ffa11614}.np-avatar[data-v-4da64de9]{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:700;display:flex}.np-content[data-v-4da64de9]{flex:1;min-width:0}.np-msg[data-v-4da64de9]{color:var(--text-primary);margin:0 0 3px;font-size:13px;line-height:1.4}.np-time[data-v-4da64de9]{color:var(--text-muted);font-size:11px}.np-dot[data-v-4da64de9]{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px}.sub-backdrop[data-v-dde2b11d]{z-index:1000;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.sub-box[data-v-dde2b11d]{background:var(--bg-card);border:1px solid var(--border);width:440px;max-width:calc(100vw - 32px);max-height:calc(100vh - 48px);box-shadow:var(--shadow-modal);border-radius:12px;animation:.15s sub-pop-dde2b11d;overflow-y:auto}@keyframes sub-pop-dde2b11d{0%{opacity:0;transform:translateY(-10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.sub-header[data-v-dde2b11d]{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 20px 14px;display:flex}.sub-title[data-v-dde2b11d]{color:var(--text-primary);font-size:16px;font-weight:700}.sub-close[data-v-dde2b11d]{width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .1s,color .1s;display:flex}.sub-close[data-v-dde2b11d]:hover{background:var(--bg-hover);color:var(--text-primary)}.sub-loading[data-v-dde2b11d]{justify-content:center;padding:40px;display:flex}.sub-spinner[data-v-dde2b11d]{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin-dde2b11d}@keyframes spin-dde2b11d{to{transform:rotate(360deg)}}.sub-status-card[data-v-dde2b11d]{border:1px solid var(--border);border-radius:10px;align-items:flex-start;gap:14px;margin:16px 20px;padding:16px;display:flex;position:relative}.status-premium[data-v-dde2b11d]{background:linear-gradient(135deg,#ffc11e14,#ffa1160d);border-color:#ffc11e59}.status-free[data-v-dde2b11d]{background:var(--bg-hover)}.sub-status-icon[data-v-dde2b11d]{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.status-premium .sub-status-icon[data-v-dde2b11d]{color:#ffc01e;background:#ffc11e26}.status-free .sub-status-icon[data-v-dde2b11d]{background:var(--bg-card);color:var(--text-muted);border:1px solid var(--border)}.sub-status-info[data-v-dde2b11d]{flex:1}.sub-status-label[data-v-dde2b11d]{color:var(--text-muted);margin-bottom:2px;font-size:11px}.sub-status-name[data-v-dde2b11d]{color:var(--text-primary);margin-bottom:4px;font-size:16px;font-weight:700}.sub-status-expiry[data-v-dde2b11d]{color:var(--text-second);font-size:12px}.sub-status-expiry strong[data-v-dde2b11d]{color:var(--text-primary)}.sub-status-plan-tag[data-v-dde2b11d]{color:#ffc01e;background:#ffc11e26;border-radius:4px;margin-top:5px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.sub-premium-badge[data-v-dde2b11d]{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#ffc01e,#ffa116);border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700;position:absolute;top:12px;right:14px}.sub-cancel-area[data-v-dde2b11d]{padding:0 20px 20px}.sub-cancel-note[data-v-dde2b11d]{color:var(--text-muted);margin-bottom:12px;font-size:12px;line-height:1.5}.sub-cancel-btn[data-v-dde2b11d]{color:#ff375f;cursor:pointer;background:0 0;border:1px solid #ff375f;border-radius:7px;width:100%;padding:10px;font-size:14px;font-weight:600;transition:background .15s;display:block}.sub-cancel-btn[data-v-dde2b11d]:hover:not(:disabled){background:#ff375f14}.sub-cancel-btn[data-v-dde2b11d]:disabled{opacity:.5;cursor:default}.sub-sep[data-v-dde2b11d]{background:var(--border);height:1px;margin:4px 0 16px}.sub-features-section[data-v-dde2b11d]{margin-bottom:14px;padding:0 20px}.sub-section-title[data-v-dde2b11d]{color:var(--text-second);margin-bottom:10px;font-size:13px;font-weight:700}.sub-plans-heading[data-v-dde2b11d]{padding:0 20px}.sub-features[data-v-dde2b11d]{flex-direction:column;gap:7px;display:flex}.sub-feature-item[data-v-dde2b11d]{color:var(--text-second);align-items:center;gap:8px;font-size:13px;display:flex}.sub-plans[data-v-dde2b11d]{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px;padding:0 20px;display:grid}.sub-plan-card[data-v-dde2b11d]{border:2px solid var(--border);cursor:pointer;background:var(--bg-card);border-radius:10px;padding:16px 14px;transition:border-color .15s,background .15s;position:relative}.sub-plan-card[data-v-dde2b11d]:hover{border-color:var(--accent)}.sub-plan-card.selected[data-v-dde2b11d]{border-color:var(--accent);background:#ffa1160d}.sub-plan-popular[data-v-dde2b11d]{background:var(--accent);color:#fff;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700;position:absolute;top:-1px;right:12px;transform:translateY(-50%)}.sub-plan-name[data-v-dde2b11d]{color:var(--text-second);margin-bottom:6px;font-size:13px;font-weight:600}.sub-plan-price[data-v-dde2b11d]{align-items:baseline;gap:3px;margin-bottom:4px;display:flex}.sub-plan-amount[data-v-dde2b11d]{color:var(--text-primary);font-size:20px;font-weight:700}.sub-plan-period[data-v-dde2b11d]{color:var(--text-muted);font-size:12px}.sub-plan-desc[data-v-dde2b11d]{color:var(--text-muted);font-size:11px;line-height:1.4}.sub-plan-check[data-v-dde2b11d]{border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;transition:background .15s,border-color .15s;display:flex;position:absolute;bottom:12px;right:12px}.sub-plan-check.checked[data-v-dde2b11d]{background:var(--accent);border-color:var(--accent)}.sub-subscribe-btn[data-v-dde2b11d]{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;width:calc(100% - 40px);margin:0 20px 20px;padding:12px;font-size:14px;font-weight:700;transition:opacity .15s;display:block}.sub-subscribe-btn[data-v-dde2b11d]:hover:not(:disabled){opacity:.88}.sub-subscribe-btn[data-v-dde2b11d]:disabled{opacity:.5;cursor:default}.sub-error[data-v-dde2b11d]{color:#ff375f;background:#ff375f14;border:1px solid #ff375f33;border-radius:6px;margin:0 20px 16px;padding:10px 12px;font-size:12px}.lc-nav[data-v-866555d1]{z-index:200;background:var(--bg-nav);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:50px;padding:0 24px;display:flex;position:sticky;top:0}.lc-nav-left[data-v-866555d1]{align-items:center;gap:32px;display:flex}.lc-logo[data-v-866555d1]{align-items:center;gap:8px;text-decoration:none;display:flex}.lc-logo-img[data-v-866555d1]{width:auto;height:28px;display:block}.lc-nav-links[data-v-866555d1]{align-items:center;gap:4px;display:flex}.lc-nav-item[data-v-866555d1]{height:50px;color:var(--text-nav);white-space:nowrap;border-bottom:2px solid #0000;padding:0 12px;font-size:14px;font-weight:500;line-height:50px;text-decoration:none;transition:color .15s,border-color .15s}.lc-nav-item[data-v-866555d1]:hover{color:var(--text-nav-act)}.lc-nav-item.router-link-active[data-v-866555d1]{color:var(--text-nav-act);border-bottom-color:var(--accent)}.lc-nav-right[data-v-866555d1]{align-items:center;gap:12px;display:flex}.lc-user-btn[data-v-866555d1]{cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:4px 8px;transition:background .15s;display:flex}.lc-user-btn[data-v-866555d1]:hover{background:var(--bg-hover)}.lc-avatar[data-v-866555d1]{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:flex}.lc-username[data-v-866555d1]{color:var(--text-second);text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:13px;font-weight:500;overflow:hidden}.lc-chevron[data-v-866555d1]{color:var(--text-muted);transition:transform .2s}.lc-chevron.open[data-v-866555d1]{transform:rotate(180deg)}.lc-login-btn[data-v-866555d1]{border:1px solid var(--accent);color:var(--accent);background:0 0;border-radius:5px;padding:5px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s}.lc-login-btn[data-v-866555d1]:hover{background:#ffa1161a}.theme-toggle-btn[data-v-866555d1]{border:1px solid var(--border);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:flex}.theme-toggle-btn[data-v-866555d1]:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--text-muted)}.bell-btn[data-v-866555d1]{border:1px solid var(--border);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:flex;position:relative}.bell-btn[data-v-866555d1]:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--text-muted)}.bell-badge[data-v-866555d1]{color:#fff;text-align:center;border:2px solid var(--bg-nav);background:#ff375f;border-radius:10px;min-width:16px;padding:1px 4px;font-size:9px;font-weight:700;line-height:14px;position:absolute;top:-5px;right:-5px}.ep-backdrop[data-v-c5a033b4]{z-index:500;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ep-modal[data-v-c5a033b4]{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;width:380px;max-width:calc(100vw - 32px);box-shadow:0 8px 32px #0000004d}.ep-header[data-v-c5a033b4]{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ep-title[data-v-c5a033b4]{color:var(--text-primary);font-size:15px;font-weight:700}.ep-close[data-v-c5a033b4]{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:2px;transition:color .15s,background .15s;display:flex}.ep-close[data-v-c5a033b4]:hover{color:var(--text-primary);background:var(--bg-hover)}.ep-body[data-v-c5a033b4]{flex-direction:column;gap:6px;padding:20px;display:flex}.ep-label[data-v-c5a033b4]{color:var(--text-second);font-size:13px;font-weight:600}.ep-input[data-v-c5a033b4]{border:1px solid var(--border);background:var(--bg-page);width:100%;height:38px;color:var(--text-primary);box-sizing:border-box;border-radius:6px;outline:none;padding:0 12px;font-size:14px;transition:border-color .15s}.ep-input[data-v-c5a033b4]:focus{border-color:var(--accent)}.ep-input.error[data-v-c5a033b4]{border-color:#ff375f}.ep-error[data-v-c5a033b4]{color:#ff375f;font-size:12px}.ep-footer[data-v-c5a033b4]{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}.ep-btn[data-v-c5a033b4]{cursor:pointer;border-radius:6px;height:34px;padding:0 18px;font-size:13px;font-weight:600;transition:background .15s,opacity .15s}.ep-btn[data-v-c5a033b4]:disabled{opacity:.5;cursor:default}.ep-cancel[data-v-c5a033b4]{border:1px solid var(--border);color:var(--text-second);background:0 0}.ep-cancel[data-v-c5a033b4]:hover:not(:disabled){background:var(--bg-hover)}.ep-save[data-v-c5a033b4]{background:var(--accent);color:#fff;border:none}.ep-save[data-v-c5a033b4]:hover:not(:disabled){filter:brightness(1.1)}.fl-backdrop[data-v-24ad38f4]{z-index:500;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fl-modal[data-v-24ad38f4]{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;flex-direction:column;width:400px;max-width:calc(100vw - 32px);max-height:70vh;display:flex;box-shadow:0 8px 32px #0000004d}.fl-header[data-v-24ad38f4]{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.fl-title[data-v-24ad38f4]{color:var(--text-primary);font-size:15px;font-weight:700}.fl-close[data-v-24ad38f4]{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:2px;transition:color .15s,background .15s;display:flex}.fl-close[data-v-24ad38f4]:hover{color:var(--text-primary);background:var(--bg-hover)}.fl-body[data-v-24ad38f4]{flex:1;padding:8px 0;overflow-y:auto}.fl-loading[data-v-24ad38f4]{flex-direction:column;gap:12px;padding:12px 20px;display:flex}.fl-skeleton[data-v-24ad38f4]{background:linear-gradient(90deg, var(--bg-hover) 25%, var(--border) 37%, var(--bg-hover) 63%);background-size:400% 100%;border-radius:6px;height:44px;animation:1.4s infinite shimmer-24ad38f4}@keyframes shimmer-24ad38f4{0%{background-position:100%}to{background-position:0%}}.fl-empty[data-v-24ad38f4]{text-align:center;color:var(--text-muted);padding:40px 20px;font-size:14px}.fl-item[data-v-24ad38f4]{align-items:center;gap:12px;padding:10px 20px;transition:background .1s;display:flex}.fl-item[data-v-24ad38f4]:hover{background:var(--bg-hover)}.fl-avatar[data-v-24ad38f4]{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:700;display:flex}.fl-info[data-v-24ad38f4]{flex:1;min-width:0}.fl-name[data-v-24ad38f4]{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.fl-handle[data-v-24ad38f4]{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:12px;overflow:hidden}.fl-action-btn[data-v-24ad38f4]{cursor:pointer;border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:20px;flex-shrink:0;height:30px;padding:0 14px;font-size:12px;font-weight:600;transition:all .15s}.fl-action-btn.following[data-v-24ad38f4]{color:var(--text-second);border-color:var(--border);background:0 0}.fl-action-btn:hover:not(:disabled).following[data-v-24ad38f4]{color:#ff375f;border-color:#ff375f}.fl-action-btn[data-v-24ad38f4]:disabled{opacity:.5;cursor:default}.fl-you[data-v-24ad38f4]{color:var(--text-muted);flex-shrink:0;font-size:12px}.lc-page[data-v-4485d38b]{background:var(--bg-page);min-height:100vh}.page-loading[data-v-4485d38b]{justify-content:center;padding:100px 0;display:flex}.spinner[data-v-4485d38b]{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin-4485d38b}@keyframes spin-4485d38b{to{transform:rotate(360deg)}}.page-error[data-v-4485d38b]{text-align:center;color:#ff375f;padding:80px 0;font-size:14px}.profile-wrap[data-v-4485d38b]{align-items:flex-start;gap:24px;max-width:1200px;margin:0 auto;padding:24px 20px 80px;display:flex}.p-left[data-v-4485d38b]{flex-shrink:0;width:270px}.avatar-box[data-v-4485d38b]{background:var(--accent);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:10px;font-size:34px;font-weight:700;display:flex}.p-name[data-v-4485d38b]{color:var(--text-primary);margin-bottom:2px;font-size:20px;font-weight:700}.p-handle[data-v-4485d38b]{color:var(--text-muted);margin-bottom:10px;font-size:13px}.p-rank[data-v-4485d38b]{color:var(--text-muted);align-items:center;gap:5px;margin-bottom:8px;font-size:13px;display:flex}.p-rank strong[data-v-4485d38b]{color:var(--text-second)}.p-follow[data-v-4485d38b]{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:14px;font-size:13px;display:flex}.p-follow strong[data-v-4485d38b]{color:var(--text-primary)}.p-follow-sep[data-v-4485d38b]{color:var(--border)}.p-follow-btn[data-v-4485d38b]{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;transition:color .15s}.p-follow-btn[data-v-4485d38b]:hover{color:var(--accent)}.p-follow-btn strong[data-v-4485d38b]{color:var(--text-primary)}.edit-btn[data-v-4485d38b]{text-align:center;color:#00b8a3;cursor:pointer;background:0 0;border:1px solid #00b8a3;border-radius:4px;width:100%;margin-bottom:16px;padding:7px 0;font-size:13px;font-weight:600;transition:background .15s;display:block}.edit-btn[data-v-4485d38b]:hover{background:#00b8a314}.p-meta[data-v-4485d38b]{flex-direction:column;gap:7px;margin-bottom:12px;display:flex}.meta-row[data-v-4485d38b]{color:var(--text-second);align-items:center;gap:8px;font-size:13px;display:flex}.p-tags[data-v-4485d38b]{flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:20px;display:flex}.p-tag-icon[data-v-4485d38b]{color:var(--text-muted);align-items:center;display:flex}.tag-chip[data-v-4485d38b]{background:var(--bg-hover);color:var(--text-second);border-radius:4px;padding:2px 10px;font-size:12px;display:inline-block}.comm-section[data-v-4485d38b]{margin-bottom:4px}.comm-title[data-v-4485d38b]{color:var(--text-primary);margin-bottom:12px;font-size:14px;font-weight:700}.comm-item[data-v-4485d38b]{align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.comm-ico[data-v-4485d38b]{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.comm-views[data-v-4485d38b]{color:#4f6ef7;background:#4f6ef71f}.comm-sol[data-v-4485d38b]{color:#00b8a3;background:#00b8a31f}.comm-disc[data-v-4485d38b]{color:#ffa116;background:#ffa1161f}.comm-rep[data-v-4485d38b]{color:#ffc01e;background:#ffc11e1f}.comm-content[data-v-4485d38b]{flex:1}.comm-row[data-v-4485d38b]{color:var(--text-second);font-size:13px}.comm-num[data-v-4485d38b]{color:var(--text-primary);font-weight:700}.comm-sub[data-v-4485d38b]{color:var(--text-muted);margin-top:1px;font-size:11px}.info-icon[data-v-4485d38b]{color:var(--text-faint);font-size:11px}.p-divider[data-v-4485d38b]{background:var(--border);height:1px;margin:16px 0}.section-block[data-v-4485d38b]{margin-bottom:4px}.section-title[data-v-4485d38b]{color:var(--text-primary);margin-bottom:12px;font-size:16px;font-weight:700}.section-empty[data-v-4485d38b]{color:var(--text-muted);font-size:13px}.lang-row[data-v-4485d38b]{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.lang-chip[data-v-4485d38b]{background:var(--bg-hover);border:1px solid var(--border);color:var(--text-second);border-radius:4px;padding:3px 12px;font-size:13px;display:inline-block}.lang-count[data-v-4485d38b]{color:var(--text-muted);font-size:13px}.lang-count strong[data-v-4485d38b]{color:#00b8a3}.skill-group[data-v-4485d38b]{margin-bottom:14px}.skill-level-row[data-v-4485d38b]{align-items:center;gap:7px;margin-bottom:8px;display:flex}.skill-dot[data-v-4485d38b]{border-radius:50%;width:8px;height:8px;display:inline-block}.dot-hard[data-v-4485d38b]{background:#ff375f}.dot-medium[data-v-4485d38b]{background:#ffc01e}.dot-easy[data-v-4485d38b]{background:#00b8a3}.skill-level-name[data-v-4485d38b]{color:var(--text-second);font-size:13px;font-weight:600}.skill-chips[data-v-4485d38b]{flex-wrap:wrap;gap:6px;display:flex}.skill-chip[data-v-4485d38b]{background:var(--bg-hover);border:1px solid var(--border);color:var(--text-second);border-radius:4px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;display:inline-flex}.skill-cnt[data-v-4485d38b]{color:var(--text-muted);font-size:11px}.show-more[data-v-4485d38b]{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-top:2px;padding:4px 0;font-size:12px}.p-right[data-v-4485d38b]{flex-direction:column;flex:1;gap:14px;min-width:0;display:flex}.card[data-v-4485d38b]{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;overflow:hidden}.top-cards[data-v-4485d38b]{gap:14px;display:flex}.solved-card[data-v-4485d38b]{flex:1;align-items:center;gap:20px;padding:20px 24px;display:flex}.donut-area[data-v-4485d38b]{flex-shrink:0;width:100px;height:100px;position:relative}.donut-svg[data-v-4485d38b]{width:100px;height:100px}.donut-center[data-v-4485d38b]{flex-direction:column;justify-content:center;align-items:center;gap:1px;display:flex;position:absolute;inset:0}.donut-big[data-v-4485d38b]{color:var(--text-primary);font-size:24px;font-weight:700;line-height:1}.donut-total[data-v-4485d38b]{color:var(--text-muted);font-size:12px;line-height:1}.donut-label[data-v-4485d38b]{color:var(--text-muted);align-items:center;gap:3px;margin-top:2px;font-size:11px;display:flex}.diff-list[data-v-4485d38b]{flex:1}.diff-item[data-v-4485d38b]{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.diff-name[data-v-4485d38b]{font-size:13px;font-weight:600}.diff-frac[data-v-4485d38b]{font-size:13px;font-weight:700}.easy-txt[data-v-4485d38b]{color:#00b8a3}.med-txt[data-v-4485d38b]{color:#ffc01e}.hard-txt[data-v-4485d38b]{color:#ff375f}.attempting-row[data-v-4485d38b]{color:var(--text-muted);align-items:center;gap:4px;margin-top:4px;font-size:12px;display:flex}.badge-card[data-v-4485d38b]{flex-shrink:0;width:200px;padding:16px 18px}.badge-top[data-v-4485d38b]{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.badge-lbl[data-v-4485d38b]{color:var(--text-muted);font-size:12px}.badge-num[data-v-4485d38b]{color:var(--text-primary);font-size:22px;font-weight:700}.badge-body[data-v-4485d38b]{flex-direction:column;align-items:center;gap:6px;padding:8px 0;display:flex}.locked-circle[data-v-4485d38b]{background:var(--bg-hover);border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.locked-lbl[data-v-4485d38b]{color:var(--text-muted);font-size:11px}.locked-name[data-v-4485d38b]{color:var(--text-second);text-align:center;font-size:12px;font-weight:500}.heatmap-card[data-v-4485d38b]{padding:16px 20px}.heatmap-head[data-v-4485d38b]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;margin-bottom:10px;display:flex}.heatmap-title[data-v-4485d38b]{color:var(--text-second);font-size:13px}.heatmap-title strong[data-v-4485d38b]{color:var(--text-primary)}.heatmap-meta[data-v-4485d38b]{color:var(--text-muted);align-items:center;gap:14px;font-size:12px;display:flex}.heatmap-meta strong[data-v-4485d38b]{color:var(--text-primary)}.curr-btn[data-v-4485d38b]{background:var(--bg-hover);border:1px solid var(--border);color:var(--text-second);cursor:pointer;border-radius:4px;align-items:center;gap:3px;padding:3px 8px;font-size:12px;display:flex}.heatmap-body[data-v-4485d38b]{overflow-x:auto}.heatmap-grid[data-v-4485d38b]{grid-template-rows:repeat(7,11px);grid-auto-flow:column;gap:2px;width:max-content;min-width:100%;display:grid}.h-cell[data-v-4485d38b]{border-radius:2px;width:11px;height:11px}.h0[data-v-4485d38b]{background:var(--bg-hover)}.h1[data-v-4485d38b]{background:#9be9a8}.h2[data-v-4485d38b]{background:#40c463}.h3[data-v-4485d38b]{background:#30a14e}.h4[data-v-4485d38b]{background:#216e39}.heatmap-months[data-v-4485d38b]{color:var(--text-muted);justify-content:space-between;margin-top:5px;font-size:11px;display:flex}.tab-bar[data-v-4485d38b]{border-bottom:1px solid var(--border);align-items:center;padding:0 16px;display:flex}.tab-btn[data-v-4485d38b]{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:11px 12px;font-size:13px;font-weight:500;transition:color .15s,border-color .15s;display:flex}.tab-btn[data-v-4485d38b]:hover{color:var(--text-primary)}.tab-btn.active[data-v-4485d38b]{color:var(--text-primary);border-bottom-color:var(--accent)}.tab-icon[data-v-4485d38b]{align-items:center;display:flex}.view-all[data-v-4485d38b]{color:var(--text-muted);white-space:nowrap;align-items:center;gap:3px;margin-left:auto;font-size:12px;text-decoration:none;transition:color .15s;display:flex}.view-all[data-v-4485d38b]:hover{color:var(--accent)}.tab-content[data-v-4485d38b]{min-height:160px}.empty-state[data-v-4485d38b]{flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px 0 32px;display:flex}.empty-txt[data-v-4485d38b]{color:var(--text-muted);font-size:13px}.sub-item[data-v-4485d38b]{cursor:pointer;align-items:center;gap:10px;padding:9px 16px;transition:background .1s;display:flex}.sub-item[data-v-4485d38b]:hover{background:var(--bg-hover)}.ac-dot[data-v-4485d38b]{background:#00b8a3;border-radius:50%;flex-shrink:0;width:7px;height:7px}.sub-name[data-v-4485d38b]{color:var(--text-second);flex:1;font-size:13px}.sub-item:hover .sub-name[data-v-4485d38b]{color:var(--accent)}.sub-time[data-v-4485d38b]{color:var(--text-muted);font-size:12px}.cat-settings-card[data-v-4485d38b]{padding:16px 20px}.cat-settings-head[data-v-4485d38b]{margin-bottom:14px}.cat-settings-title[data-v-4485d38b]{color:var(--text-primary);margin-bottom:3px;font-size:15px;font-weight:700}.cat-settings-desc[data-v-4485d38b]{color:var(--text-muted);font-size:12px}.cat-settings-grid[data-v-4485d38b]{flex-wrap:wrap;gap:8px;display:flex}.cat-settings-empty[data-v-4485d38b]{color:var(--text-muted);font-size:13px}.cat-toggle-btn[data-v-4485d38b]{border:1px solid var(--border);background:var(--bg-card);color:var(--text-second);cursor:pointer;border-radius:20px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;transition:all .15s;display:inline-flex}.cat-toggle-btn[data-v-4485d38b]:hover{border-color:var(--accent);color:var(--accent)}.cat-toggle-btn.pinned[data-v-4485d38b]{background:var(--accent);border-color:var(--accent);color:#fff}.cat-toggle-name[data-v-4485d38b]{font-weight:500}.cat-toggle-count[data-v-4485d38b]{opacity:.75;font-size:11px}.cat-toggle-check[data-v-4485d38b]{opacity:0;transition:opacity .15s}.cat-toggle-btn.pinned .cat-toggle-check[data-v-4485d38b]{opacity:1}@media (width<=900px){.profile-wrap[data-v-4485d38b]{flex-direction:column}.p-left[data-v-4485d38b]{width:100%}.top-cards[data-v-4485d38b]{flex-direction:column}.badge-card[data-v-4485d38b]{width:100%}}.lc-page[data-v-67042307]{background:var(--bg-page);min-height:100vh}.lc-body[data-v-67042307]{max-width:1400px;margin:0 auto;padding:0 0 60px;display:flex}.lc-sidebar[data-v-67042307]{border-right:1px solid var(--border);flex-shrink:0;width:170px;min-height:calc(100vh - 50px);padding:16px 8px}.nav-item[data-v-67042307]{width:100%;color:var(--text-second);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;margin-bottom:2px;padding:8px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}.nav-item[data-v-67042307]:hover{background:var(--bg-hover);color:var(--text-primary)}.nav-item.active[data-v-67042307],.nav-item.router-link-active[data-v-67042307]{color:var(--text-primary);background:var(--bg-hover)}.nav-icon[data-v-67042307]{flex-shrink:0;width:16px;height:16px}.sidebar-divider[data-v-67042307]{background:var(--border);height:1px;margin:12px 8px}.my-lists-label[data-v-67042307]{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;padding:0 12px;font-size:11px;font-weight:600}.lc-main[data-v-67042307]{flex:1;min-width:0;padding:16px 16px 0}.topic-row[data-v-67042307]{margin-bottom:12px}.topic-pills[data-v-67042307]{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.topic-pill[data-v-67042307]{border:1px solid var(--border);background:var(--bg-card);color:var(--text-second);cursor:pointer;white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:5px 14px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.topic-pill[data-v-67042307]:hover{border-color:var(--accent);color:var(--accent)}.topic-pill.active[data-v-67042307]{background:var(--accent);border-color:var(--accent);color:#fff}.pill-count[data-v-67042307]{opacity:.75;font-size:11px}.filter-row[data-v-67042307]{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.sub-tabs[data-v-67042307]{gap:4px;display:flex}.sub-tab[data-v-67042307]{background:var(--bg-hover);color:var(--text-primary);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:5px;padding:6px 14px;font-size:13px;font-weight:600;display:flex}.sub-tab.active[data-v-67042307]{color:#00b8a3;background:#00b8a326}.filter-controls[data-v-67042307]{align-items:center;gap:6px;display:flex}.f-select[data-v-67042307]{border:1px solid var(--border);background:var(--bg-card) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24'%3E%3Cpath fill='%23aaa' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 6px center;appearance:none;height:32px;color:var(--text-second);cursor:pointer;border-radius:20px;outline:none;padding:0 24px 0 10px;font-size:13px}.f-select[data-v-67042307]:focus{border-color:var(--accent)}.f-input[data-v-67042307]{border:1px solid var(--border);background:var(--bg-card);width:80px;height:32px;color:var(--text-second);appearance:none;border-radius:20px;outline:none;padding:0 10px;font-size:13px}.f-input[data-v-67042307]:focus{border-color:var(--accent)}.search-box[data-v-67042307]{align-items:center;display:flex;position:relative}.search-ico[data-v-67042307]{width:14px;height:14px;color:var(--text-muted);pointer-events:none;position:absolute;left:10px}.search-inp[data-v-67042307]{border:1px solid var(--border);background:var(--bg-card);width:200px;height:32px;color:var(--text-primary);appearance:none;border-radius:20px;outline:none;padding:0 12px 0 30px;font-size:13px;transition:border-color .15s,box-shadow .15s}.search-inp[data-v-67042307]::placeholder{color:var(--text-faint)}.search-inp[data-v-67042307]:focus{border-color:var(--accent);box-shadow:0 0 0 2px #ffa11626}.solved-count[data-v-67042307]{color:var(--text-muted);white-space:nowrap;margin-left:auto;font-size:13px}.state-placeholder[data-v-67042307]{background:var(--bg-card);border-radius:8px;overflow:hidden}.skeleton-row[data-v-67042307]{border-bottom:1px solid var(--border-light);background:linear-gradient(90deg, var(--bg-hover) 25%, var(--border) 37%, var(--bg-hover) 63%);background-size:400% 100%;height:52px;animation:1.4s infinite shimmer-67042307}@keyframes shimmer-67042307{0%{background-position:100%}to{background-position:0%}}.state-msg[data-v-67042307]{text-align:center;color:var(--text-muted);padding:60px 0}.state-msg.error[data-v-67042307]{color:#ff375f}.table-wrap[data-v-67042307]{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;overflow:hidden}.prob-table[data-v-67042307]{border-collapse:collapse;width:100%}.prob-table thead tr[data-v-67042307]{background:var(--bg-card2);border-bottom:1px solid var(--border-light)}.prob-table th[data-v-67042307]{color:var(--text-muted);text-align:left;padding:10px 16px;font-size:12px;font-weight:500}.c-status[data-v-67042307]{text-align:center;width:56px}.c-acc[data-v-67042307],.c-diff[data-v-67042307]{width:90px}.prob-row[data-v-67042307]{border-bottom:1px solid var(--border-light);cursor:pointer;transition:background .1s}.prob-row[data-v-67042307]:last-child{border-bottom:none}.prob-row[data-v-67042307]:hover{background:var(--bg-hover)}.prob-table td[data-v-67042307]{color:var(--text-primary);padding:12px 16px;font-size:14px}.prob-table td.c-status[data-v-67042307]{text-align:center}.prob-num[data-v-67042307]{color:var(--text-muted);margin-right:6px;font-size:13px}.prob-link[data-v-67042307]{font-weight:500}.prob-row:hover .prob-link[data-v-67042307]{color:var(--accent)}.prob-cat[data-v-67042307]{background:var(--bg-hover);color:var(--text-muted);border-radius:3px;margin-left:6px;padding:1px 7px;font-size:11px;display:inline-block}.c-acc[data-v-67042307]{color:var(--text-muted);font-size:13px}.diff-badge[data-v-67042307]{letter-spacing:1px;font-size:15px}.diff-badge.easy .star-on[data-v-67042307]{color:#00b8a3}.diff-badge.medium .star-on[data-v-67042307]{color:#ffc01e}.diff-badge.hard .star-on[data-v-67042307]{color:#ff375f}.star-off[data-v-67042307]{color:var(--border)}.empty-cell[data-v-67042307]{text-align:center;color:var(--text-faint);padding:60px 0!important}.pagination[data-v-67042307]{border-top:1px solid var(--border-light);justify-content:center;align-items:center;gap:4px;padding:14px;display:flex}.pg-btn[data-v-67042307]{border:1px solid var(--border);background:var(--bg-card);width:30px;height:30px;color:var(--text-second);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;transition:all .15s;display:flex}.pg-btn[data-v-67042307]:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.pg-btn[data-v-67042307]:disabled{opacity:.3;cursor:default}.pg-num[data-v-67042307]{border:1px solid var(--border);background:var(--bg-card);width:30px;height:30px;color:var(--text-second);cursor:pointer;border-radius:5px;font-size:13px;transition:all .15s}.pg-num[data-v-67042307]:hover{border-color:var(--accent);color:var(--accent)}.pg-num.active[data-v-67042307]{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:700}.lc-right[data-v-67042307]{border-left:1px solid var(--border);flex-shrink:0;width:200px;padding:16px 12px}.cal-header[data-v-67042307]{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.cal-month[data-v-67042307]{color:var(--text-primary);font-size:13px;font-weight:600}.cal-nav[data-v-67042307]{gap:2px;display:flex}.cal-btn[data-v-67042307]{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:16px;line-height:1}.cal-btn[data-v-67042307]:hover{color:var(--text-primary)}.cal-grid[data-v-67042307]{grid-template-columns:repeat(7,1fr);gap:1px;margin-bottom:4px;display:grid}.cal-dow[data-v-67042307]{color:var(--text-muted);text-align:center;padding-bottom:3px;font-size:10px}.cal-day[data-v-67042307]{color:var(--text-second);text-align:center;border-radius:3px;padding:3px 0 7px;font-size:11px;position:relative}.cal-day.today[data-v-67042307]{background:var(--accent);color:#fff;border-radius:50%;font-weight:700}.cal-day.active[data-v-67042307]{color:#00b8a3;font-weight:600}.cal-day.active[data-v-67042307]:after{content:"";background:#00b8a3;border-radius:50%;width:4px;height:4px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.cal-day.today.active[data-v-67042307]:after{background:#fff}.right-divider[data-v-67042307]{background:var(--border);height:1px;margin:12px 0}.streak-row[data-v-67042307]{gap:8px;display:flex}.streak-box[data-v-67042307]{text-align:center;background:var(--bg-hover);border-radius:6px;flex:1;padding:8px 4px}.streak-num[data-v-67042307]{color:var(--accent);font-size:18px;font-weight:700}.streak-unit[data-v-67042307]{margin-left:1px;font-size:11px;font-weight:400}.streak-lbl[data-v-67042307]{color:var(--text-muted);margin-top:2px;font-size:10px}.trending-title[data-v-67042307]{color:var(--text-primary);margin-bottom:10px;font-size:13px;font-weight:700}.trending-item[data-v-67042307]{align-items:center;gap:6px;margin-bottom:8px;display:flex}.tr-rank[data-v-67042307]{color:var(--text-muted);width:16px;font-size:11px;font-weight:700}.tr-name[data-v-67042307]{color:var(--text-second);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;overflow:hidden}.tr-score[data-v-67042307]{color:var(--accent);font-size:11px;font-weight:600}@media (width<=1100px){.lc-right[data-v-67042307]{display:none}}@media (width<=760px){.lc-sidebar[data-v-67042307]{display:none}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2)format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff)format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff)format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff)format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2)format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff)format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2)format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff)format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2)format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff)format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2)format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff)format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2)format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff)format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2)format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff)format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff)format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff)format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff)format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2)format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff)format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2)format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff)format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2)format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff)format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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)format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff)format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2)format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff)format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2)format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff)format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif;position:relative}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.16.45"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{white-space:nowrap;width:min-content;position:relative}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{flex-direction:row;display:inline-flex}.katex .thinbox{width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{line-height:0;display:inline}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}.lc-detail-page[data-v-c37647e7]{height:100vh;height:calc(var(--vh,1vh) * 100);background:var(--bg-page);flex-direction:column;display:flex;overflow:hidden}.lc-loading[data-v-c37647e7]{flex:1;justify-content:center;align-items:center;display:flex}.lc-spinner[data-v-c37647e7]{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin-c37647e7}@keyframes spin-c37647e7{to{transform:rotate(360deg)}}.lc-fetch-error[data-v-c37647e7]{color:#ff375f;flex:1;justify-content:center;align-items:center;font-size:14px;display:flex}.lc-subheader[data-v-c37647e7]{background:var(--bg-nav);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;height:40px;padding:0 16px;display:flex}.back-btn[data-v-c37647e7]{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:4px;height:28px;padding:0 8px;font-size:13px;transition:color .15s,background .15s;display:flex}.back-btn[data-v-c37647e7]:hover{color:var(--text-primary);background:var(--bg-hover)}.subheader-divider[data-v-c37647e7]{background:var(--border);width:1px;height:16px}.subheader-title[data-v-c37647e7]{color:var(--text-second);text-overflow:ellipsis;white-space:nowrap;max-width:400px;font-size:13px;font-weight:500;overflow:hidden}.subheader-diff[data-v-c37647e7]{letter-spacing:1px;border-radius:10px;padding:2px 8px;font-size:14px}.subheader-diff.easy[data-v-c37647e7]{background:#00b8a326}.subheader-diff.medium[data-v-c37647e7]{background:#ffc01e26}.subheader-diff.hard[data-v-c37647e7]{background:#ff375f26}.subheader-diff.easy .star-on[data-v-c37647e7]{color:#00b8a3}.subheader-diff.medium .star-on[data-v-c37647e7]{color:#ffc01e}.subheader-diff.hard .star-on[data-v-c37647e7]{color:#ff375f}.subheader-diff .star-off[data-v-c37647e7]{color:var(--border)}.lc-split[data-v-c37647e7]{flex:1;display:flex;overflow:hidden}.panel-tabs[data-v-c37647e7]{border-bottom:1px solid var(--border);background:var(--bg-card);flex-shrink:0;align-items:flex-end;gap:0;height:40px;padding:0 8px;display:flex}.panel-tabs.dark[data-v-c37647e7]{background:var(--bg-card2);border-bottom-color:var(--border)}.panel-tab[data-v-c37647e7]{height:100%;color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:500;transition:color .15s,border-color .15s;display:flex}.panel-tab[data-v-c37647e7]:hover{color:var(--text-primary)}.panel-tab.active[data-v-c37647e7]{color:var(--text-primary);border-bottom-color:#ffa116}.panel-tab.dark[data-v-c37647e7]{color:var(--text-muted)}.panel-tab.dark[data-v-c37647e7]:hover{color:var(--text-primary)}.panel-tab.dark.active[data-v-c37647e7]{color:var(--text-primary);border-bottom-color:var(--accent)}.tab-count[data-v-c37647e7]{background:var(--bg-hover);min-width:18px;height:18px;color:var(--text-muted);border-radius:9px;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:600;display:inline-flex}.lc-left[data-v-c37647e7]{background:var(--bg-card);flex-direction:column;width:46%;min-width:320px;display:flex;overflow:hidden}.panel-content[data-v-c37647e7]{-webkit-overflow-scrolling:touch;flex:1;padding:24px 28px 40px;overflow:hidden auto}.problem-meta[data-v-c37647e7]{margin-bottom:20px}.problem-title[data-v-c37647e7]{color:var(--text-primary);margin-bottom:10px;font-size:18px;font-weight:600;line-height:1.4}.meta-tags[data-v-c37647e7]{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.diff-pill[data-v-c37647e7]{letter-spacing:1px;border-radius:20px;padding:4px 12px;font-size:15px}.diff-pill.easy[data-v-c37647e7]{background:#00b8a326}.diff-pill.medium[data-v-c37647e7]{background:#ffc01e26}.diff-pill.hard[data-v-c37647e7]{background:#ff375f26}.diff-pill.easy .star-on[data-v-c37647e7]{color:#00b8a3}.diff-pill.medium .star-on[data-v-c37647e7]{color:#ffc01e}.diff-pill.hard .star-on[data-v-c37647e7]{color:#ff375f}.diff-pill .star-off[data-v-c37647e7]{color:var(--border)}.score-pill[data-v-c37647e7]{color:#ffa116;background:#ffa1161f;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:500}.problem-body[data-v-c37647e7]{color:var(--text-second);word-break:break-word;margin-bottom:24px;font-size:15px;line-height:2}.problem-body[data-v-c37647e7] .katex,.explanation-body[data-v-c37647e7] .katex,.choice-text[data-v-c37647e7] .katex{font-size:1em}.math-display[data-v-c37647e7]{justify-content:center;margin:20px 0;padding:4px 0;display:flex;overflow-x:auto}.math-display[data-v-c37647e7] .katex{font-size:1.15em}[data-v-c37647e7] .katex-html{white-space:normal}.explanation-block[data-v-c37647e7]{border:1px solid #2db55d4d;border-radius:8px;margin-bottom:24px;overflow:hidden}.explanation-header[data-v-c37647e7]{color:#2db55d;text-transform:uppercase;letter-spacing:.04em;background:#2db55d14;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;display:flex}.explanation-body[data-v-c37647e7]{color:var(--text-second);word-break:break-word;padding:14px 16px;font-size:15px;line-height:2}.premium-locked-block[data-v-c37647e7]{border-color:#ffc01e59}.premium-locked-header[data-v-c37647e7]{color:#b77900;background:#ffc01e1a}.premium-locked-body[data-v-c37647e7]{background:var(--bg-card);min-height:170px;padding:18px 16px;position:relative;overflow:hidden}.premium-skeleton[data-v-c37647e7]{filter:blur(2px);opacity:.72;flex-direction:column;gap:12px;display:flex}.sk-line[data-v-c37647e7]{background:linear-gradient(90deg, var(--bg-hover), var(--border-light), var(--bg-hover));border-radius:6px;width:82%;height:16px;display:block}.sk-line.wide[data-v-c37647e7]{width:96%}.sk-line.medium[data-v-c37647e7]{width:64%}.premium-overlay[data-v-c37647e7]{text-align:center;background:color-mix(in srgb, var(--bg-card) 78%, transparent);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:18px;display:flex;position:absolute;inset:0}.premium-lock-title[data-v-c37647e7]{color:var(--text-primary);font-size:15px;font-weight:800}.premium-lock-desc[data-v-c37647e7]{max-width:420px;color:var(--text-muted);font-size:13px;line-height:1.5}.premium-cta[data-v-c37647e7]{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-top:6px;padding:9px 16px;font-size:13px;font-weight:700;transition:filter .15s,transform .15s}.premium-cta[data-v-c37647e7]:hover{filter:brightness(1.05);transform:translateY(-1px)}.tags-section[data-v-c37647e7]{margin-bottom:16px}.tags-label[data-v-c37647e7]{color:var(--text-muted);margin-bottom:8px;font-size:12px;font-weight:600}.tags-list[data-v-c37647e7]{flex-wrap:wrap;gap:6px;display:flex}.tag-pill[data-v-c37647e7]{background:var(--bg-hover);color:var(--text-second);cursor:pointer;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:500;transition:background .12s}.tag-pill[data-v-c37647e7]:hover{background:var(--bg-hover)}.year-pill[data-v-c37647e7]{background:var(--bg-hover);color:var(--text-muted);border-radius:20px;padding:4px 12px;font-size:12px}.comments-header[data-v-c37647e7]{margin-bottom:20px}.comments-count[data-v-c37647e7]{color:var(--text-primary);font-size:14px;font-weight:600}.comment-form-wrap[data-v-c37647e7]{gap:12px;margin-bottom:24px;display:flex}.comment-form-avatar[data-v-c37647e7]{color:#fff;background:#ffa116;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;font-size:13px;font-weight:700;display:flex}.comment-form-body[data-v-c37647e7]{flex:1}.comment-input[data-v-c37647e7]{border:1px solid var(--border);resize:vertical;box-sizing:border-box;width:100%;color:var(--text-primary);background:var(--bg-card);appearance:none;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:13px;transition:border-color .15s}.comment-input[data-v-c37647e7]::placeholder{color:var(--text-faint)}.comment-input[data-v-c37647e7]:focus{border-color:#ffa116}.comment-form-actions[data-v-c37647e7]{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.btn-comment-submit[data-v-c37647e7]{color:#fff;cursor:pointer;background:#ffa116;border:none;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:600;transition:background .15s}.btn-comment-submit[data-v-c37647e7]:hover:not(:disabled){background:#e8930f}.btn-comment-submit[data-v-c37647e7]:disabled{opacity:.4;cursor:default}.btn-comment-submit.small[data-v-c37647e7]{padding:4px 12px;font-size:12px}.comments-loading[data-v-c37647e7]{color:var(--text-faint);padding:16px 0;font-size:13px}.comment-item[data-v-c37647e7]{border-bottom:1px solid var(--border-light);gap:12px;padding:14px 0;display:flex}.comment-item[data-v-c37647e7]:last-child{border-bottom:none}.comment-avatar[data-v-c37647e7]{width:28px;height:28px;color:var(--text-second);background:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.comment-main[data-v-c37647e7]{flex:1;min-width:0}.comment-info[data-v-c37647e7]{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.comment-author[data-v-c37647e7]{color:var(--text-primary);font-size:13px;font-weight:600}.comment-time[data-v-c37647e7]{color:var(--text-faint);flex:1;font-size:12px}.btn-text[data-v-c37647e7]{color:var(--text-faint);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:12px;transition:color .12s}.btn-text[data-v-c37647e7]:hover{color:var(--text-second)}.btn-text.danger[data-v-c37647e7]:hover{color:#ff375f}.comment-text[data-v-c37647e7]{color:var(--text-second);font-size:13px;line-height:1.6}.comment-edit-area[data-v-c37647e7]{flex-direction:column;gap:6px;display:flex}.no-comments[data-v-c37647e7]{color:var(--text-faint);text-align:center;padding:24px 0;font-size:13px}.comment-pg[data-v-c37647e7]{justify-content:center;align-items:center;gap:12px;padding:16px 0 0;display:flex}.cpg-btn[data-v-c37647e7]{border:1px solid var(--border);color:var(--text-second);cursor:pointer;background:0 0;border-radius:6px;padding:4px 12px;font-size:12px;transition:border-color .15s,color .15s}.cpg-btn[data-v-c37647e7]:hover:not(:disabled){color:#ffa116;border-color:#ffa116}.cpg-btn[data-v-c37647e7]:disabled{opacity:.35;cursor:default}.cpg-info[data-v-c37647e7]{color:var(--text-faint);font-size:12px}.lc-divider[data-v-c37647e7]{background:var(--bg-page);cursor:col-resize;flex-shrink:0;width:4px}.lc-divider[data-v-c37647e7]:hover{background:var(--accent)}.lc-right[data-v-c37647e7]{background:var(--bg-card2);flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.right-content[data-v-c37647e7]{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.result-banner[data-v-c37647e7]{border-bottom:1px solid var(--border);flex-shrink:0;align-items:flex-start;gap:16px;padding:20px 24px;display:flex}.result-banner.accepted[data-v-c37647e7]{background:#2db55d1a}.result-banner.wrong-answer[data-v-c37647e7]{background:#ff375f1a}.result-icon-wrap[data-v-c37647e7]{flex-shrink:0}.result-verdict[data-v-c37647e7]{font-size:18px;font-weight:700;line-height:1.3}.result-banner.accepted .result-verdict[data-v-c37647e7]{color:#2db55d}.result-banner.wrong-answer .result-verdict[data-v-c37647e7]{color:#ff375f}.result-evaluation[data-v-c37647e7]{color:var(--text-muted);margin-top:6px;font-size:13px;line-height:1.5}.choices-area[data-v-c37647e7]{padding:16px 16px 8px}.choices-empty[data-v-c37647e7]{color:var(--text-muted);text-align:center;padding:24px 0;font-size:13px}.choices-label[data-v-c37647e7]{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:11px;font-weight:600}.choice-item[data-v-c37647e7]{border:1px solid var(--border);cursor:pointer;background:var(--bg-card);border-radius:8px;align-items:center;gap:12px;margin-bottom:6px;padding:10px 14px;transition:border-color .12s,background .12s;display:flex}.choice-item[data-v-c37647e7]:hover:not(.selected):not(.correct):not(.wrong):not(.disabled){border-color:var(--accent);background:var(--bg-hover)}.choice-item.disabled[data-v-c37647e7]{cursor:default}.choice-item.selected[data-v-c37647e7]{border-color:var(--accent);background:#ffa1160f}.choice-item.correct[data-v-c37647e7]{background:#2db55d14;border-color:#2db55d}.choice-item.wrong[data-v-c37647e7]{background:#ff375f14;border-color:#ff375f}.choice-num[data-v-c37647e7]{background:var(--bg-hover);width:26px;height:26px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;transition:background .12s,color .12s;display:flex}.choice-item.selected .choice-num[data-v-c37647e7]{background:var(--accent);color:#fff}.choice-item.correct .choice-num[data-v-c37647e7]{color:#fff;background:#2db55d}.choice-item.wrong .choice-num[data-v-c37647e7]{color:#fff;background:#ff375f}.choice-text[data-v-c37647e7]{color:var(--text-second);flex:1;font-size:14px;line-height:1.5}.choice-item.selected .choice-text[data-v-c37647e7]{color:var(--text-primary)}.choice-icon[data-v-c37647e7]{flex-shrink:0;width:18px;height:18px}.editor-area[data-v-c37647e7]{flex-direction:column;min-height:180px;display:flex}.editor-toolbar[data-v-c37647e7]{background:var(--bg-card);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:8px;height:36px;padding:0 12px 0 0;display:flex}.editor-lang[data-v-c37647e7]{color:var(--text-muted);padding-left:16px;font-size:13px;font-weight:500}.editor-mode-tabs[data-v-c37647e7]{height:100%;display:flex}.mode-tab[data-v-c37647e7]{height:100%;color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:0 14px;font-size:12px;font-weight:500;transition:color .12s,border-color .12s}.mode-tab[data-v-c37647e7]:hover{color:var(--text-primary)}.mode-tab.active[data-v-c37647e7]{color:var(--text-primary);border-bottom-color:var(--accent)}.canvas-actions[data-v-c37647e7]{gap:6px;margin-left:auto;display:flex}.canvas-btn[data-v-c37647e7]{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:4px;padding:3px 10px;font-size:11px;transition:border-color .12s,color .12s}.canvas-btn[data-v-c37647e7]:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.canvas-btn[data-v-c37647e7]:disabled{opacity:.3;cursor:default}.drawing-canvas[data-v-c37647e7]{touch-action:none;-webkit-user-select:none;user-select:none;cursor:crosshair;background:#fff;flex:1;width:100%;min-height:200px;display:block}.editor-body[data-v-c37647e7]{background:var(--bg-card2);flex:1;min-height:140px;display:flex}.editor-line-nums[data-v-c37647e7]{background:var(--bg-card2);color:var(--text-faint);-webkit-user-select:none;user-select:none;flex-direction:column;flex-shrink:0;align-items:flex-end;min-width:40px;padding:14px 12px;font-family:Courier New,Courier,monospace;font-size:13px;line-height:1.6;display:flex}.editor-textarea[data-v-c37647e7]{background:var(--bg-card2);color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);resize:none;caret-color:var(--text-primary);appearance:none;border:none;outline:none;flex:1;padding:14px 16px 14px 8px;font-family:Courier New,Courier,monospace;font-size:13px;line-height:1.6}.editor-textarea[data-v-c37647e7]::placeholder{color:var(--text-faint)}.editor-textarea[data-v-c37647e7]:disabled{opacity:.6}.submissions-list[data-v-c37647e7]{padding:16px}.no-subs[data-v-c37647e7]{color:var(--text-muted);text-align:center;padding:40px 0;font-size:13px}.sub-item[data-v-c37647e7]{border-bottom:1px solid var(--border-light);padding:12px 0;font-size:13px}.sub-item[data-v-c37647e7]:last-child{border-bottom:none}.sub-row[data-v-c37647e7]{align-items:center;gap:16px;display:flex}.sub-drawing[data-v-c37647e7]{border:1px solid var(--border);border-radius:6px;max-width:100%;margin-top:8px}.sub-verdict[data-v-c37647e7]{white-space:nowrap;border-radius:10px;padding:3px 10px;font-size:12px;font-weight:600}.sub-verdict.accepted[data-v-c37647e7]{color:#2db55d;background:#2db55d26}.sub-verdict.wrong[data-v-c37647e7]{color:#ff375f;background:#ff375f26}.sub-answer[data-v-c37647e7]{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:monospace;overflow:hidden}.sub-time[data-v-c37647e7]{color:var(--text-muted);white-space:nowrap;font-size:12px}.editor-footer[data-v-c37647e7]{background:var(--bg-nav);border-top:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;padding:10px 16px;display:flex}.footer-login-notice[data-v-c37647e7]{color:var(--text-muted);flex:1;font-size:12px}.footer-actions[data-v-c37647e7]{flex-shrink:0;gap:8px;margin-left:auto;display:flex}.btn-retry[data-v-c37647e7]{height:36px;color:var(--text-second);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;padding:0 18px;font-size:13px;font-weight:500;transition:border-color .15s,color .15s}.btn-retry[data-v-c37647e7]:hover{border-color:var(--accent);color:var(--accent)}.btn-submit-lc[data-v-c37647e7]{color:#fff;cursor:pointer;white-space:nowrap;background:#2db55d;border:none;border-radius:6px;height:36px;padding:0 22px;font-size:14px;font-weight:600;transition:background .15s}.btn-submit-lc[data-v-c37647e7]:hover:not(:disabled){background:#27a354}.btn-submit-lc[data-v-c37647e7]:disabled{opacity:.45;cursor:default}.modal-overlay[data-v-c37647e7]{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card[data-v-c37647e7]{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;width:320px;padding:28px 32px;box-shadow:0 8px 32px #0000004d}.modal-title[data-v-c37647e7]{color:var(--text-primary);margin-bottom:10px;font-size:16px;font-weight:700}.modal-body[data-v-c37647e7]{color:var(--text-muted);margin:0 0 24px;font-size:13px;line-height:1.6}.modal-actions[data-v-c37647e7]{justify-content:flex-end;gap:8px;display:flex}.btn-modal-cancel[data-v-c37647e7]{border:1px solid var(--border);height:34px;color:var(--text-second);cursor:pointer;background:0 0;border-radius:6px;padding:0 16px;font-size:13px;transition:border-color .15s}.btn-modal-cancel[data-v-c37647e7]:hover{border-color:var(--accent)}.btn-modal-login[data-v-c37647e7]{color:#fff;cursor:pointer;background:#2db55d;border:none;border-radius:6px;height:34px;padding:0 18px;font-size:13px;font-weight:600;transition:background .15s}.btn-modal-login[data-v-c37647e7]:hover{background:#27a354}.slide-down-enter-active[data-v-c37647e7]{transition:all .25s}.slide-down-enter-from[data-v-c37647e7]{opacity:0;transform:translateY(-10px)}.slide-down-leave-active[data-v-c37647e7]{transition:all .2s}.slide-down-leave-to[data-v-c37647e7]{opacity:0}@media (width<=900px){.lc-split[data-v-c37647e7]{-webkit-overflow-scrolling:touch;flex-direction:column;min-height:0;overflow:hidden auto}.lc-left[data-v-c37647e7]{width:100%;min-width:0;height:45vh;height:calc(var(--vh,1vh) * 45);flex-shrink:0}.lc-divider[data-v-c37647e7]{cursor:row-resize;flex-shrink:0;width:100%;height:4px}.lc-right[data-v-c37647e7]{height:55vh;height:calc(var(--vh,1vh) * 55);flex-shrink:0}}.lc-page[data-v-5ccf3446]{background:var(--bg-page);min-height:100vh}.lc-container[data-v-5ccf3446]{max-width:800px;margin:0 auto;padding:32px 16px 60px}.page-head[data-v-5ccf3446]{margin-bottom:24px}.page-title[data-v-5ccf3446]{color:var(--text-primary);margin-bottom:6px;font-size:22px;font-weight:700}.page-desc[data-v-5ccf3446]{color:var(--text-muted);font-size:13px}.state-placeholder[data-v-5ccf3446]{background:var(--bg-card);border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #0000000a}.skeleton-row[data-v-5ccf3446]{border-bottom:1px solid var(--border-light);background:linear-gradient(90deg, var(--bg-hover) 25%, var(--border) 37%, var(--bg-hover) 63%);background-size:400% 100%;height:60px;animation:1.4s infinite shimmer-5ccf3446}@keyframes shimmer-5ccf3446{0%{background-position:100%}to{background-position:0%}}.state-msg[data-v-5ccf3446]{text-align:center;color:var(--text-muted);padding:60px 0}.state-msg.error[data-v-5ccf3446]{color:#ff375f}.rank-table-wrap[data-v-5ccf3446]{background:var(--bg-card);border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #0000000a}.rank-table[data-v-5ccf3446]{border-collapse:collapse;width:100%}.rank-table thead tr[data-v-5ccf3446]{background:var(--bg-card2);border-bottom:1px solid var(--border-light)}.rank-table th[data-v-5ccf3446]{color:var(--text-muted);text-align:left;padding:10px 20px;font-size:12px;font-weight:500}.col-rank[data-v-5ccf3446]{text-align:center;width:80px}.col-score[data-v-5ccf3446]{text-align:right;width:130px}.col-follow[data-v-5ccf3446]{text-align:right;width:110px}.rank-table th.col-rank[data-v-5ccf3446]{text-align:center}.rank-table th.col-score[data-v-5ccf3446]{text-align:right}.rank-row[data-v-5ccf3446]{border-bottom:1px solid var(--border-light);transition:background .1s}.rank-row[data-v-5ccf3446]:last-child{border-bottom:none}.rank-row[data-v-5ccf3446]:hover{background:var(--bg-card2)}.rank-row.row-gold[data-v-5ccf3446]{background:linear-gradient(90deg,#ffa1160f 0%,#0000 100%)}.rank-row.row-silver[data-v-5ccf3446]{background:linear-gradient(90deg,#b4b4b40f 0%,#0000 100%)}.rank-row.row-bronze[data-v-5ccf3446]{background:linear-gradient(90deg,#b4783c0f 0%,#0000 100%)}.rank-row.row-me[data-v-5ccf3446]{outline-offset:-1px;outline:2px solid #ffa1164d}.rank-table td[data-v-5ccf3446]{padding:14px 20px}.col-rank[data-v-5ccf3446]{text-align:center}.medal[data-v-5ccf3446]{font-size:22px;line-height:1}.rank-num[data-v-5ccf3446]{color:var(--text-muted);font-size:14px;font-weight:600}.user-cell[data-v-5ccf3446]{align-items:center;gap:12px;display:flex}.user-avatar[data-v-5ccf3446]{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.user-name[data-v-5ccf3446]{color:var(--text-primary);font-size:14px;font-weight:500}.me-label[data-v-5ccf3446]{color:#ffa116;background:#ffa11626;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.rank-table td.col-score[data-v-5ccf3446],.rank-table td.col-follow[data-v-5ccf3446]{text-align:right}.follow-btn[data-v-5ccf3446]{cursor:pointer;border:1px solid var(--accent);background:var(--accent);color:#fff;white-space:nowrap;border-radius:20px;height:28px;padding:0 12px;font-size:12px;font-weight:600;transition:all .15s}.follow-btn.following[data-v-5ccf3446]{border-color:var(--border);color:var(--text-second);background:0 0}.follow-btn:hover:not(:disabled).following[data-v-5ccf3446]{color:#ff375f;border-color:#ff375f}.follow-btn[data-v-5ccf3446]:disabled{opacity:.5;cursor:default}.score-val[data-v-5ccf3446]{color:var(--text-primary);font-size:15px;font-weight:700}.score-unit[data-v-5ccf3446]{color:var(--text-muted);margin-left:2px;font-size:12px}.empty-cell[data-v-5ccf3446]{text-align:center;color:var(--text-faint);padding:60px 0!important}.lc-pagination[data-v-5ccf3446]{border-top:1px solid var(--border-light);justify-content:center;align-items:center;gap:4px;padding:16px;display:flex}.pg-btn[data-v-5ccf3446]{border:1px solid var(--border);background:var(--bg-card);width:32px;height:32px;color:var(--text-second);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:flex}.pg-btn[data-v-5ccf3446]:hover:not(:disabled){color:#ffa116;border-color:#ffa116}.pg-btn[data-v-5ccf3446]:disabled{opacity:.35;cursor:default}.pg-pages[data-v-5ccf3446]{gap:4px;display:flex}.pg-num[data-v-5ccf3446]{border:1px solid var(--border);background:var(--bg-card);width:32px;height:32px;color:var(--text-second);cursor:pointer;border-radius:6px;font-size:13px;transition:all .15s}.pg-num[data-v-5ccf3446]:hover{color:#ffa116;border-color:#ffa116}.pg-num.active[data-v-5ccf3446]{color:#fff;background:#ffa116;border-color:#ffa116;font-weight:600}.lc-page[data-v-8eaf88c6]{background:var(--bg-page);min-height:100vh}.lc-container[data-v-8eaf88c6]{max-width:1100px;margin:0 auto;padding:32px 16px 60px}.page-head[data-v-8eaf88c6]{margin-bottom:20px}.page-title[data-v-8eaf88c6]{color:var(--text-primary);margin-bottom:6px;font-size:22px;font-weight:700}.page-desc[data-v-8eaf88c6]{color:var(--text-muted);font-size:13px}.filter-tabs[data-v-8eaf88c6]{gap:4px;margin-bottom:16px;display:flex}.filter-tab[data-v-8eaf88c6]{border:1px solid var(--border);background:var(--bg-card);color:var(--text-second);cursor:pointer;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:500;transition:all .15s}.filter-tab[data-v-8eaf88c6]:hover{color:#ffa116;border-color:#ffa116}.filter-tab.active[data-v-8eaf88c6]{color:#fff;background:#ffa116;border-color:#ffa116}.state-placeholder[data-v-8eaf88c6]{background:var(--bg-card);border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #0000000a}.skeleton-row[data-v-8eaf88c6]{border-bottom:1px solid var(--border-light);background:linear-gradient(90deg, var(--bg-hover) 25%, var(--border) 37%, var(--bg-hover) 63%);background-size:400% 100%;height:52px;animation:1.4s infinite shimmer-8eaf88c6}@keyframes shimmer-8eaf88c6{0%{background-position:100%}to{background-position:0%}}.state-msg[data-v-8eaf88c6]{text-align:center;color:var(--text-muted);padding:60px 0}.state-msg.error[data-v-8eaf88c6]{color:#ff375f}.sub-list-wrap[data-v-8eaf88c6]{flex-direction:column;gap:10px;display:flex}.sub-card[data-v-8eaf88c6]{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;overflow:hidden}.sub-card-header[data-v-8eaf88c6]{cursor:pointer;flex-wrap:wrap;align-items:center;gap:14px;padding:14px 20px;transition:background .1s;display:flex}.sub-card-header[data-v-8eaf88c6]:hover{background:var(--bg-hover)}.verdict-chip[data-v-8eaf88c6]{border-radius:20px;flex-shrink:0;padding:3px 12px;font-size:12px;font-weight:600;display:inline-block}.verdict-chip.accepted[data-v-8eaf88c6]{color:#2db55d;background:#2db55d1f}.verdict-chip.wrong[data-v-8eaf88c6]{color:#ff375f;background:#ff375f1f}.problem-link[data-v-8eaf88c6]{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14px;font-weight:500;transition:color .12s;overflow:hidden}.sub-card-header:hover .problem-link[data-v-8eaf88c6]{color:#ffa116}.sub-answer-text[data-v-8eaf88c6]{color:var(--text-second);text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;max-width:180px;font-family:Courier New,monospace;font-size:13px;overflow:hidden}.sub-time-text[data-v-8eaf88c6]{color:var(--text-muted);flex-shrink:0;font-size:12px}.sub-image[data-v-8eaf88c6]{border-top:1px solid var(--border);background:#fff;width:100%;display:block}.sub-reason[data-v-8eaf88c6]{color:var(--text-second);border-top:1px solid var(--border);white-space:pre-wrap;padding:10px 20px;font-size:13px;line-height:1.6}.empty-cell[data-v-8eaf88c6]{text-align:center;color:var(--text-faint);padding:60px 0;font-size:14px}.lc-pagination[data-v-8eaf88c6]{border-top:1px solid var(--border-light);justify-content:center;align-items:center;gap:4px;padding:16px;display:flex}.pg-btn[data-v-8eaf88c6]{border:1px solid var(--border);background:var(--bg-card);width:32px;height:32px;color:var(--text-second);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:flex}.pg-btn[data-v-8eaf88c6]:hover:not(:disabled){color:#ffa116;border-color:#ffa116}.pg-btn[data-v-8eaf88c6]:disabled{opacity:.35;cursor:default}.pg-pages[data-v-8eaf88c6]{gap:4px;display:flex}.pg-num[data-v-8eaf88c6]{border:1px solid var(--border);background:var(--bg-card);width:32px;height:32px;color:var(--text-second);cursor:pointer;border-radius:6px;font-size:13px;transition:all .15s}.pg-num[data-v-8eaf88c6]:hover{color:#ffa116;border-color:#ffa116}.pg-num.active[data-v-8eaf88c6]{color:#fff;background:#ffa116;border-color:#ffa116;font-weight:600}
