:root{color-scheme:light;--bg: #f7f7f7;--surface: #ffffff;--surface-muted: #fbfbfb;--text: #151515;--muted: #777777;--line: #ececec;--line-strong: #dddddd;--accent: #ff3445;--accent-soft: #fff0f2;--shadow: 0 10px 30px rgba(20, 20, 20, .06);font-family:Malgun Gothic,Apple SD Gothic Neo,Noto Sans KR,Arial,sans-serif}:root[data-theme=dark]{color-scheme:dark;--bg: #111214;--surface: #191b1f;--surface-muted: #202329;--text: #eeeeee;--muted: #a3a7ad;--line: #292d34;--line-strong: #393f48;--accent: #ff4a58;--accent-soft: rgba(255, 74, 88, .12);--shadow: 0 10px 32px rgba(0, 0, 0, .3)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button{color:inherit}.site-shell{display:grid;grid-template-columns:minmax(0,720px);justify-content:center;align-items:start;width:min(720px,calc(100% - 24px));margin:0 auto;padding:42px 0 36px}.content-column{min-width:0}.brand-masthead{display:flex;align-items:center;justify-content:center;min-height:96px;margin-bottom:12px;padding:14px 18px;background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:var(--shadow)}.brand-logo{display:block;width:min(380px,76vw);height:auto}.site-header{display:flex;align-items:center;justify-content:center;min-height:48px;padding:8px 10px;background:var(--surface);border:1px solid var(--line);border-radius:4px;box-shadow:var(--shadow)}.toolbar{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.search-box{position:relative;display:flex;align-items:center}.search-box input{width:150px;height:30px;padding:0 10px 0 28px;color:var(--text);background:var(--surface-muted);border:1px solid var(--line-strong);border-radius:4px;font-size:12px;outline:0}.search-box input:focus{border-color:var(--accent)}.search-icon{position:absolute;left:10px;width:10px;height:10px;border:1.5px solid var(--muted);border-radius:50%;pointer-events:none}.search-icon:after{position:absolute;right:-4px;bottom:-3px;width:5px;height:1.5px;background:var(--muted);border-radius:2px;content:"";transform:rotate(45deg)}.segments{display:flex;overflow:hidden;border:1px solid var(--line-strong);border-radius:4px;background:var(--surface-muted)}.segments button,.theme-toggle{height:30px;border:0;background:transparent;cursor:pointer;white-space:nowrap}.segments button{padding:0 9px;color:var(--muted);font-size:12px;border-right:1px solid var(--line-strong)}.segments button:last-child{border-right:0}.segments .selected{color:var(--text);background:var(--surface);font-weight:700}.theme-toggle{padding:0 10px;color:var(--text);background:var(--surface-muted);border:1px solid var(--line-strong);border-radius:4px;font-size:12px}.issue-list{margin-top:10px;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:4px;box-shadow:var(--shadow)}.empty-list{margin:0;padding:18px 12px;color:var(--muted);font-size:13px;text-align:center}.pagination{display:flex;justify-content:center;gap:6px;margin-top:12px}.pagination button{min-width:30px;height:30px;padding:0 8px;color:var(--muted);background:var(--surface);border:1px solid var(--line-strong);border-radius:4px;cursor:pointer;font-size:12px}.pagination button:hover,.pagination .selected{color:#fff;background:var(--accent);border-color:var(--accent);font-weight:800}.issue-row{display:flex;align-items:center;width:100%;min-height:37px;padding:0 10px 0 12px;border:0;border-bottom:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer}.issue-row:last-child{border-bottom:0}.issue-row:hover,.issue-row.active{background:var(--surface-muted)}.square{flex:0 0 3px;width:3px;height:3px;margin-right:8px;background:currentColor}.issue-title{flex:0 1 auto;min-width:0;overflow:hidden;color:var(--text);font-size:14px;font-weight:800;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.source-dot{flex:0 0 10px;width:10px;height:10px;margin-left:4px;border:1px solid #b7b7b7;border-radius:50%;background:radial-gradient(circle at center,#b7b7b7 0 1px,transparent 2px),var(--surface)}.comment-count{flex:0 0 auto;margin-left:4px;color:var(--accent);font-size:12px;font-weight:800}.new-badge{flex:0 0 13px;display:inline-flex;align-items:center;justify-content:center;width:13px;height:13px;margin-left:6px;color:#fff;background:var(--accent);border-radius:50%;font-size:8px;font-weight:800;line-height:1}.detail-panel{margin-top:12px;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:4px;box-shadow:var(--shadow)}.back-button{height:30px;margin:0 0 12px;padding:0 10px;color:var(--muted);background:var(--surface-muted);border:1px solid var(--line-strong);border-radius:4px;cursor:pointer;font-size:12px}.back-button:hover{color:var(--text);background:var(--surface)}.detail-head{display:flex;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.detail-head h2{margin:0;font-size:21px;font-weight:800;line-height:1.35;letter-spacing:0}.detail-head p{margin:7px 0 0;color:var(--muted);font-size:12px}.detail-badge{align-self:flex-start;flex:0 0 auto;padding:5px 7px;color:var(--accent);background:var(--accent-soft);border-radius:4px;font-size:11px;font-weight:800}.issue-body{padding:14px 0 4px}.issue-body p{margin:0 0 11px;font-size:14px;line-height:1.75}.issue-image{margin:0 0 12px}.issue-image img{display:block;width:100%;max-width:680px;height:auto;border-radius:4px;background:var(--surface-muted)}.comments{margin-top:14px;border-top:1px solid var(--line)}.comments-head{display:flex;align-items:center;justify-content:space-between;padding:14px 0 8px}.comments-head h3{margin:0;font-size:15px}.comments-head span{color:var(--accent);font-size:12px;font-weight:800}.comment-list{display:grid;gap:8px}.comment,.empty-comment{margin:0;padding:10px;background:var(--surface-muted);border:1px solid var(--line);border-radius:4px}.comment div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.comment strong{font-size:12px}.comment span{color:var(--muted);font-size:11px}.comment-ip{padding:1px 5px;background:var(--surface);border:1px solid var(--line);border-radius:4px}.comment p,.empty-comment{color:var(--text);font-size:13px;line-height:1.55}.comment p{margin:6px 0 0}.empty-comment{color:var(--muted)}.comment-form{display:grid;grid-template-columns:118px minmax(0,1fr) 58px;gap:8px;margin-top:10px}.comment-form input,.comment-form textarea{width:100%;border:1px solid var(--line-strong);border-radius:4px;color:var(--text);background:var(--surface)}.comment-form input{height:38px;padding:0 10px}.comment-form textarea{min-height:38px;max-height:120px;resize:vertical;padding:9px 10px}.comment-form button{border:0;border-radius:4px;color:#fff;background:#222;cursor:pointer;font-weight:800}:root[data-theme=dark] .comment-form button{background:#f2f2f2;color:#111}@media(max-width:620px){.site-shell{width:100%;padding:12px 0 22px}.site-header,.issue-list,.detail-panel{border-right:0;border-left:0;border-radius:0}.site-header{align-items:flex-start;flex-direction:column;padding:11px 12px}.brand-masthead{min-height:82px;margin:0 10px 10px;padding:12px 14px}.brand-logo{width:min(300px,84vw)}.toolbar,.search-box,.search-box input,.segments{width:100%}.segments button{flex:1}.theme-toggle{width:100%}.issue-list{margin-top:8px}.issue-row{padding-right:8px}.detail-panel{padding:15px 12px}.detail-head{flex-direction:column}.detail-head h2{font-size:19px}.comment-form{grid-template-columns:1fr}.comment-form button{height:38px}}
