:root{--bg: #f7f8fb;--surface: #ffffff;--ink: #141a3c;--ink-soft: #4a5270;--muted: #8b91a8;--line: #e6e8f0;--line-strong: #d3d7e4;--accent: #6d4aff;--accent-strong: #5a37e8;--accent-soft: #ece9ff;--accent-line: #d7cfff;--band-1: #eceafd;--st-open: #3b6ef5;--st-open-bg: #e8eefe;--st-progress: #e0820c;--st-progress-bg: #fdf3e0;--st-resolved: #0a9d70;--st-resolved-bg: #e3f7f0;--st-closed: #7b8199;--st-closed-bg: #eef0f5;--pr-critical: #e2434c;--pr-high: #f5842c;--pr-medium: #6d7488;--pr-low: #b0b6c6;--danger: #e2434c;--radius: 10px;--radius-sm: 8px;--sidebar-w: 216px;font-family:Pretendard Variable,Pretendard,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{background:var(--bg);color:var(--ink);font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}input,select,textarea{font:inherit;color:var(--ink)}.num{font-variant-numeric:tabular-nums}.brand-mark{display:block;height:auto}.brand-name{font-weight:800;letter-spacing:-.01em;color:var(--ink);line-height:1.2}.brand-sm{padding:0 10px 18px}.brand-sm .brand-mark{width:124px}.brand-sm .brand-name{font-size:15px;margin-top:7px}.brand-lg .brand-mark{width:176px}.brand-lg .brand-name{font-size:21px;margin-top:10px}.input,.select,.textarea{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);padding:8px 10px}.textarea{resize:vertical;min-height:120px}.input:focus-visible,.select:focus-visible,.textarea:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.select{padding-right:26px}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent);outline:none}.btn{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:var(--radius-sm);padding:8px 14px;font-weight:600}.btn:hover{background:var(--accent-strong);border-color:var(--accent-strong)}.btn:disabled{opacity:.5;cursor:default}.btn-ghost{background:var(--surface);color:var(--ink-soft);border:1px solid var(--line-strong);border-radius:var(--radius-sm);font-weight:500}.btn-ghost:hover{background:var(--accent-soft);color:var(--accent-strong);border-color:var(--accent-line)}.btn-danger-ghost{background:transparent;border:none;color:var(--muted);padding:2px 6px;font-size:12px}.btn-danger-ghost:hover{color:var(--danger)}.btn-sm{padding:5px 10px;font-size:13px}.field{margin-bottom:16px}.field>label{display:block;font-weight:600;margin-bottom:6px}.form-error{background:#fdeeee;border:1px solid #f3c4c4;color:#9f1e1e;border-radius:var(--radius);padding:8px 12px;margin-bottom:16px}.auth-wrap{min-height:100%;display:grid;place-items:center;padding:24px}.auth-box{width:360px;max-width:100%}.auth-sub{color:var(--muted);margin:4px 0 28px}.auth-switch{margin-top:20px;color:var(--muted)}.auth-switch button{border:none;background:none;padding:0;color:var(--accent);font-weight:600;text-decoration:underline}.layout{display:flex;min-height:100%}.sidebar{width:var(--sidebar-w);flex-shrink:0;border-right:1px solid var(--line);background:var(--surface);display:flex;flex-direction:column;padding:20px 12px;position:sticky;top:0;height:100vh}.side-new{margin:0 10px 18px;justify-content:center}.side-nav{display:flex;flex-direction:column;gap:2px}.side-nav a{padding:8px 10px;border-radius:var(--radius);color:var(--ink-soft)}.side-nav a:hover{background:var(--bg);color:var(--ink)}.side-nav a.active{background:var(--accent-soft);color:var(--accent-strong);font-weight:700}.side-foot{margin-top:auto;border-top:1px solid var(--line);padding:12px 10px 0;display:flex;align-items:center;justify-content:space-between;gap:8px}.side-user{min-width:0}.side-user .name{font-weight:700}.side-user .role{color:var(--muted);font-size:12px}.main{flex:1;min-width:0;padding:28px 36px 60px;max-width:1080px}.page-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:20px}.page-title{font-size:21px;font-weight:800;letter-spacing:-.02em;margin:0;white-space:nowrap}.page-actions{display:flex;align-items:center;gap:10px}a.btn-ghost[aria-disabled=true]{opacity:.45;cursor:default;pointer-events:none}.page-head .select{width:auto}.page-loading{padding:80px;text-align:center;color:var(--muted)}.empty{padding:56px 24px;text-align:center;color:var(--muted);border:1px dashed var(--line-strong);border-radius:var(--radius)}.status-badge{display:inline-block;padding:2px 9px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.st-open{color:var(--st-open);background:var(--st-open-bg)}.st-in_progress{color:var(--st-progress);background:var(--st-progress-bg)}.st-resolved{color:var(--st-resolved);background:var(--st-resolved-bg)}.st-closed{color:var(--st-closed);background:var(--st-closed-bg)}.prio{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.prio-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.pr-critical{background:var(--pr-critical)}.pr-high{background:var(--pr-high)}.pr-medium{background:var(--pr-medium)}.pr-low{background:var(--pr-low)}.tag-chip{display:inline-block;border:1px solid var(--line-strong);border-radius:999px;padding:1px 8px;font-size:12px;color:var(--ink-soft);background:var(--surface)}button.tag-chip:hover{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent-strong)}.filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.filter-bar .input{width:240px}.filter-bar .select{width:auto}.issue-list{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.issue-row{display:flex;align-items:center;gap:14px;padding:11px 16px 11px 12px;border-bottom:1px solid var(--line);border-left:4px solid transparent}.issue-row:last-child{border-bottom:none}.issue-row:hover{background:#fafbfd}.issue-row.edge-critical{border-left-color:var(--pr-critical)}.issue-row.edge-high{border-left-color:var(--pr-high)}.issue-row.edge-medium{border-left-color:var(--pr-medium)}.issue-row.edge-low{border-left-color:var(--pr-low)}.issue-id{color:var(--muted);width:168px;flex-shrink:0;font-size:12px}.issue-main{flex:1;min-width:0}.issue-title{font-weight:600}.issue-title:hover{color:var(--accent-strong);text-decoration:underline}.issue-sub{color:var(--muted);font-size:12px;display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:2px}.issue-side{display:flex;align-items:center;gap:14px;flex-shrink:0;color:var(--ink-soft);font-size:13px}.comment-count{color:var(--muted)}.pager{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px;color:var(--muted)}.back-link{color:var(--muted);font-size:13px}.back-link:hover{color:var(--accent)}.detail-head{margin:8px 0 4px;display:flex;gap:10px;align-items:baseline}.detail-id{color:var(--muted);font-size:19px}.detail-title{font-size:21px;font-weight:800;letter-spacing:-.02em;margin:0;flex:1}.detail-reported{color:var(--muted);font-size:13px;margin-bottom:18px}.detail-grid{display:grid;grid-template-columns:1fr 240px;gap:28px;align-items:start}.detail-side{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:14px;position:sticky;top:20px}.side-field label{display:block;font-size:12px;color:var(--muted);font-weight:600;margin-bottom:4px}.section{margin-bottom:28px}.section>h2{font-size:14px;font-weight:700;margin:0 0 10px}.desc-body{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:16px;white-space:pre-wrap;word-break:break-word}.desc-empty{color:var(--muted)}.attach-grid{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.attach-thumb{width:132px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.attach-thumb img{width:100%;height:88px;object-fit:cover;display:block}.attach-thumb .cap{padding:5px 8px;font-size:11px;color:var(--muted);display:flex;justify-content:space-between;gap:4px}.attach-thumb .cap span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attach-file{display:flex;align-items:center;gap:10px;padding:7px 12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-bottom:6px}.attach-file .fname{font-weight:600}.attach-file .fsize{color:var(--muted);font-size:12px}.attach-file .spacer,.cmt-head .spacer{flex:1}.cmt{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);padding:12px 14px;margin-bottom:10px}.cmt-head{display:flex;align-items:baseline;gap:8px;margin-bottom:6px}.cmt-author{font-weight:700}.cmt-time{color:var(--muted);font-size:12px}.cmt-body{white-space:pre-wrap;word-break:break-word}.cmt-form textarea{min-height:80px}.cmt-form .actions{margin-top:8px;display:flex;justify-content:flex-end;gap:8px}.history{border-left:2px solid var(--accent-line);padding-left:14px}.history-item{margin-bottom:8px;font-size:13px;color:var(--ink-soft)}.history-item .who{font-weight:700;color:var(--ink)}.history-item .when{color:var(--muted);font-size:12px;margin-left:6px}.history-item .val{font-weight:600;color:var(--ink)}.form-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;max-width:720px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-row-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.chip-input{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.chip-input .input{width:160px;flex:1}.chip-x{border:none;background:none;padding:0 0 0 4px;color:var(--muted)}.chip-x:hover{color:var(--danger)}.file-hint{color:var(--muted);font-size:12px;margin-top:4px}.form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.spec{display:grid;grid-template-columns:140px 1fr;gap:0;margin:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.spec dt,.spec dd{margin:0;padding:9px 14px;border-bottom:1px solid var(--line)}.spec dt{color:var(--ink-soft);font-weight:600;background:var(--bg);font-size:13px}.spec dt:nth-last-of-type(1),.spec dd:nth-last-of-type(1){border-bottom:none}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.result-box{min-width:0}.result-label{font-size:12px;font-weight:700;margin-bottom:5px;display:inline-block;padding:1px 8px;border-radius:999px}.result-label.as-is{color:var(--pr-critical);background:#fdeaea}.result-label.to-be{color:var(--st-resolved);background:var(--st-resolved-bg)}.result-box .desc-body{min-height:0}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;background:var(--band-1);border-radius:14px;padding:14px}.stat{background:var(--surface);border:1px solid transparent;border-radius:var(--radius);padding:16px 18px}.stat .label{color:var(--ink-soft);font-size:13px;font-weight:600}.stat .value{font-size:30px;font-weight:800;letter-spacing:-.02em;color:var(--accent);margin-top:2px}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.dash-panel{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 20px}.dash-panel.wide{grid-column:1 / -1}.dash-panel h2{font-size:14px;font-weight:700;margin:0 0 14px}.dist-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.dist-label{width:64px;flex-shrink:0;font-size:13px;color:var(--ink-soft);font-weight:600}a.dist-label:hover{color:var(--accent-strong)}.dist-track{flex:1;background:var(--bg);border-radius:3px;height:10px;overflow:hidden}.dist-fill{height:100%;border-radius:3px}.dist-count{width:32px;text-align:right;color:var(--muted);font-size:13px}.assignee-row{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid var(--line)}.assignee-row:last-child{border-bottom:none}.assignee-row .cnt{font-weight:700}@media(max-width:900px){.layout{flex-direction:column}.sidebar{width:100%;height:auto;position:static;flex-direction:row;align-items:center;gap:10px;padding:10px 14px;overflow-x:auto}.brand-sm{padding:0 10px 0 0}.brand-sm .brand-mark{width:96px}.brand-sm .brand-name{font-size:13px;margin-top:2px;white-space:nowrap}.side-new{margin:0}.side-nav{flex-direction:row}.side-nav a{white-space:nowrap}.side-foot{margin:0 0 0 auto;border:none;padding:0}.main{padding:20px 16px 48px}.detail-grid,.dash-grid,.form-row,.form-row-3,.stat-row,.result-grid{grid-template-columns:1fr}.spec{grid-template-columns:110px 1fr}.issue-id{width:auto}.detail-side{position:static}.issue-side .assignee-name{display:none}}@media(prefers-reduced-motion:no-preference){.btn,.side-nav a,.issue-row{transition:background-color .12s ease,border-color .12s ease}}.side-foot-actions{display:flex;gap:6px;flex-shrink:0}@media(min-width:901px){.side-foot{flex-wrap:wrap}.side-foot-actions{width:100%;margin-top:8px;flex-direction:column}.side-foot-actions .btn-ghost{justify-content:center;white-space:nowrap}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#141a3c73;display:grid;place-items:center;padding:20px;z-index:50}.modal{background:var(--surface);border-radius:14px;width:380px;max-width:100%;padding:22px 24px;box-shadow:0 20px 60px #141a3c4d}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.modal-head h2{font-size:17px;font-weight:800;margin:0;letter-spacing:-.01em}.modal-x{border:none;background:none;color:var(--muted);font-size:15px;padding:4px}.modal-x:hover{color:var(--ink)}.form-ok{background:var(--st-resolved-bg);border:1px solid #bde8d8;color:#0a6b4e;border-radius:var(--radius-sm);padding:10px 12px;margin-bottom:16px;font-size:13px;line-height:1.5}
