.week-navigator[data-astro-cid-4puhmc3v]{width:180px;position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow-y:auto}.nav-heading[data-astro-cid-4puhmc3v]{font-size:.7rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;margin:0 0 .4rem .5rem}.week-navigator[data-astro-cid-4puhmc3v] ul[data-astro-cid-4puhmc3v]{list-style:none;padding:0;margin:0}.nav-item[data-astro-cid-4puhmc3v]{margin-bottom:2px}.nav-link[data-astro-cid-4puhmc3v]{display:block;padding:.4rem .5rem;border-radius:6px;text-decoration:none;color:var(--text-primary);font-size:.875rem;border-left:3px solid transparent}a[data-astro-cid-4puhmc3v].nav-link:hover{background:var(--border-default);text-decoration:none}.nav-item[data-astro-cid-4puhmc3v].current .nav-link[data-astro-cid-4puhmc3v]{background:var(--brand-purple-light);border-left-color:var(--brand-purple);font-weight:500}.nav-label[data-astro-cid-4puhmc3v]{display:block;line-height:1.3}.nav-status[data-astro-cid-4puhmc3v]{font-size:.68rem;display:block;margin-top:1px;color:var(--text-secondary)}.nav-item[data-astro-cid-4puhmc3v].current .nav-status[data-astro-cid-4puhmc3v]{color:var(--brand-purple)}@media(max-width:768px){.week-navigator[data-astro-cid-4puhmc3v]{width:100%;position:static;max-height:none;overflow-y:visible}.week-navigator[data-astro-cid-4puhmc3v] ul[data-astro-cid-4puhmc3v]{display:flex;flex-wrap:wrap;gap:.3rem}.nav-status[data-astro-cid-4puhmc3v]{display:none}}.search-wrapper[data-astro-cid-mjrxwznw]{margin-bottom:1.5rem}.search-bar[data-astro-cid-mjrxwznw]{display:flex;align-items:center;gap:8px;border:1px solid var(--border-default);border-radius:8px;padding:8px 12px;background:#fff;transition:border-color .15s,box-shadow .15s}.search-bar[data-astro-cid-mjrxwznw]:focus-within{border-color:var(--brand-purple);box-shadow:0 0 0 3px #534ab71a}.search-icon[data-astro-cid-mjrxwznw]{font-size:14px;flex-shrink:0;color:var(--text-secondary)}#search-input[data-astro-cid-mjrxwznw]{flex:1;border:none;outline:none;font-size:14px;color:var(--text-primary);background:transparent;min-width:0}#search-input[data-astro-cid-mjrxwznw]::placeholder{color:var(--text-secondary)}.search-count[data-astro-cid-mjrxwznw]{font-size:12px;color:var(--text-secondary);flex-shrink:0;white-space:nowrap}.search-clear[data-astro-cid-mjrxwznw]{display:none;background:none;border:none;cursor:pointer;color:var(--text-secondary);font-size:14px;padding:0;line-height:1;flex-shrink:0}.search-clear[data-astro-cid-mjrxwznw].visible{display:block}.search-clear[data-astro-cid-mjrxwznw]:hover{color:var(--text-primary)}.search-results[data-astro-cid-mjrxwznw]{display:none;margin-top:6px;border:1px solid var(--border-default);border-radius:8px;overflow:hidden;background:#fff}.search-results[data-astro-cid-mjrxwznw].visible{display:block}.result-group{border-bottom:1px solid var(--border-default)}.result-group:last-child{border-bottom:none}.result-week-header{display:flex;align-items:center;justify-content:space-between;padding:7px 14px;background:#f8f8f8;border-bottom:1px solid var(--border-default)}.result-week-link{font-size:13px;color:var(--text-secondary);text-decoration:none;font-weight:500}.result-week-link:hover{color:var(--brand-purple);text-decoration:underline}.result-week-count{font-size:12px;color:var(--text-secondary)}.result-list{list-style:none;margin:0;padding:0}.result-item{padding:9px 14px;border-bottom:1px solid var(--border-default);transition:background .1s}.result-item:last-child{border-bottom:none}.result-item:hover{background:#f5f5f5}.result-item a{text-decoration:none;display:block}.result-title{font-size:14px;color:var(--text-primary);line-height:1.4;display:block;margin-bottom:2px}.result-title:hover{color:var(--brand-purple)}.result-meta{font-size:12px;color:var(--text-secondary)}.result-summary{font-size:12px;color:var(--text-secondary);line-height:1.5;margin-top:4px}mark{background:var(--brand-purple-light);color:var(--brand-purple);padding:0 2px;border-radius:2px;font-weight:500;font-style:normal}.no-results{padding:20px;text-align:center;color:var(--text-secondary);font-size:14px;margin:0}#debug-toast[data-astro-cid-rtosptnn]{position:fixed;top:80px;left:50%;transform:translate(-50%);background:#000000d9;color:#fff;padding:8px 16px;border-radius:4px;font-size:13px;z-index:1000;pointer-events:none;opacity:0;transition:opacity .15s ease}#debug-toast[data-astro-cid-rtosptnn].visible{opacity:1}:root{--bg: #ffffff;--text-primary: #1a1a1a;--text-secondary: #888888;--brand-purple: #534AB7;--brand-purple-light: #F4F2FE;--border-default: #eeeeee;--border-strong: #000000}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,sans-serif;font-size:15px;line-height:1.6}h1,h2,h3,h4{margin-top:0;line-height:1.3}a{color:inherit}.status-chip{display:inline-block;font-size:.72rem;font-weight:500;padding:3px 9px;border-radius:10px;vertical-align:middle}.status-chip.preview{background:var(--brand-purple-light);color:var(--brand-purple)}.status-chip.archive{background:#f0f0f0;color:#666}.week-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.week-header h2{margin:0;font-size:1.35rem}.generated-at{color:var(--text-secondary);font-size:.82rem;margin-top:0;margin-bottom:1.75rem}.site-header[data-astro-cid-sckkx6r4]{background:#000;padding:22px 24px;display:flex;align-items:center;justify-content:space-between}.logo-link[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:14px;text-decoration:none}.logo-link[data-astro-cid-sckkx6r4]:hover{opacity:.8}.logo-img[data-astro-cid-sckkx6r4]{height:44px;width:auto;display:block}.subtitle[data-astro-cid-sckkx6r4]{font-size:22px;color:#ffffffa6;font-weight:400}.internal-label[data-astro-cid-sckkx6r4]{font-size:11px;color:#ffffff80;letter-spacing:.1em;font-weight:500}.layout-body[data-astro-cid-sckkx6r4]{display:flex;gap:20px;padding:1.5rem;max-width:1200px;margin:0 auto}.sidebar[data-astro-cid-sckkx6r4]{width:180px;flex-shrink:0}.main-content[data-astro-cid-sckkx6r4]{flex:1;min-width:0}body.searching .sidebar[data-astro-cid-sckkx6r4],body.searching .page-content[data-astro-cid-sckkx6r4]{display:none}@media(max-width:768px){.subtitle[data-astro-cid-sckkx6r4]{display:none}.layout-body[data-astro-cid-sckkx6r4]{flex-direction:column}.sidebar[data-astro-cid-sckkx6r4]{width:100%}}.article-card[data-astro-cid-di2nlc57]{margin-bottom:.8rem}.debug-only[data-astro-cid-di2nlc57]{font-size:.8em;color:#666}.admin-badge[data-astro-cid-di2nlc57]{font-weight:700;padding:0 3px}.admin-badge[data-astro-cid-di2nlc57].positive{color:green}.admin-badge[data-astro-cid-di2nlc57].negative{color:red}.article-id-row[data-astro-cid-di2nlc57]{margin-top:.2rem;font-size:.8em;color:#666}.article-id-row[data-astro-cid-di2nlc57] code[data-astro-cid-di2nlc57]{font-size:.85em;word-break:break-all}.copy-id-btn[data-astro-cid-di2nlc57]{background:none;border:none;cursor:pointer;padding:0 2px;font-size:.9em}body:not(.debug-mode) .debug-only{display:none}.category-section[data-astro-cid-dnzhvhlx]{margin-bottom:2rem}.top3-label[data-astro-cid-dnzhvhlx]{display:inline-block;font-size:.72rem;font-weight:500;padding:3px 9px;border-radius:10px;background:var(--brand-purple-light);color:var(--brand-purple);margin-bottom:.5rem}.top3-block[data-astro-cid-dnzhvhlx] ul[data-astro-cid-dnzhvhlx],.rest-block[data-astro-cid-dnzhvhlx] ul[data-astro-cid-dnzhvhlx]{list-style:none;padding:0;margin:0}.rest-divider[data-astro-cid-dnzhvhlx]{border:none;border-top:1px dashed #ccc;margin:.6rem 0}.rest-block[data-astro-cid-dnzhvhlx]{color:#555}.category-filter[data-astro-cid-pfayceuz]{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1.5rem}.filter-pill[data-astro-cid-pfayceuz]{padding:6px 14px;border-radius:16px;border:none;font-size:13px;cursor:pointer;background:#f5f5f5;color:var(--text-primary);transition:background .12s,color .12s;white-space:nowrap}.filter-pill[data-astro-cid-pfayceuz]:hover{background:#e8e8e8}.filter-pill[data-astro-cid-pfayceuz].active{background:var(--brand-purple);color:#fff}.dropped-section[data-astro-cid-dfvgt2i3]{margin-top:2rem;border-top:1px solid #ccc;padding-top:1rem;color:#555}.dropped-section[data-astro-cid-dfvgt2i3] ul[data-astro-cid-dfvgt2i3]{list-style:none;padding:0}.dropped-section[data-astro-cid-dfvgt2i3] li[data-astro-cid-dfvgt2i3]{margin-bottom:.4rem;font-size:.9em}.drop-score[data-astro-cid-dfvgt2i3]{font-weight:700;margin-right:.3rem}.drop-meta[data-astro-cid-dfvgt2i3]{color:#999;font-size:.9em}.drop-source-label[data-astro-cid-dfvgt2i3]{color:#777;font-size:.9em}.excluded-item[data-astro-cid-dfvgt2i3] a[data-astro-cid-dfvgt2i3],.excluded-item[data-astro-cid-dfvgt2i3] .drop-meta[data-astro-cid-dfvgt2i3]{color:#c0735a}.wrong-category-item[data-astro-cid-dfvgt2i3] a[data-astro-cid-dfvgt2i3],.wrong-category-item[data-astro-cid-dfvgt2i3] .drop-meta[data-astro-cid-dfvgt2i3],.low-score-item[data-astro-cid-dfvgt2i3] a[data-astro-cid-dfvgt2i3],.low-score-item[data-astro-cid-dfvgt2i3] .drop-meta[data-astro-cid-dfvgt2i3]{color:#888}.group-dup-item[data-astro-cid-dfvgt2i3]{color:#aaa}.group-dup-item[data-astro-cid-dfvgt2i3] .drop-meta[data-astro-cid-dfvgt2i3]{color:#bbb}body:not(.debug-mode) .dropped-section{display:none}
