:root{color:#172332;background:#f4f7fa;font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,system-ui,sans-serif;font-synthesis:none;--navy: #172332;--mint: #19b58c;--mint-dark: #109473;--line: #e2e8ed;--muted: #768391}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f7fa}button,input,textarea{font:inherit}button{cursor:pointer}svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-header{height:68px;background:#fffffff5;border-bottom:1px solid #e7ebef;display:flex;align-items:center}.header-inner,.page-shell{width:min(1180px,calc(100% - 40px));margin:auto}.header-inner{display:flex;justify-content:space-between;align-items:center}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--navy);text-decoration:none;font-size:19px;font-weight:800;letter-spacing:-.7px}.brand-mark{width:37px;height:37px;border-radius:11px;display:grid;place-items:center;color:#fff;background:var(--navy)}.live-pill{display:flex;align-items:center;gap:7px;color:#5d6875;font-size:12px;font-weight:700;padding:8px 12px;border:1px solid #e4e9ed;border-radius:30px;background:#fafcfd}.live-dot{width:7px;height:7px;display:inline-block;border-radius:50%;background:#21c792;box-shadow:0 0 0 4px #21c7921f}.hero{min-height:275px;display:flex;align-items:center;justify-content:space-between;gap:50px;padding:42px 4px 36px}.eyebrow{color:var(--mint-dark);font:800 11px/1.2 system-ui,sans-serif;letter-spacing:2px;margin:0 0 14px}.hero h1{margin:0;font-size:clamp(34px,4vw,50px);line-height:1.18;letter-spacing:-2.7px;color:#172332}.hero h1 em{color:var(--mint);font-style:normal}.hero-copy{margin:17px 0 0;color:#727e8c;font-size:14px;line-height:1.8}.hero-stats{display:grid;grid-template-columns:1fr 1fr;width:360px;min-width:320px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 35px #1723320f;overflow:hidden}.hero-stats>div{min-height:108px;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-stats>div:first-child{border-right:1px solid var(--line)}.hero-stats strong{font:800 30px/1 system-ui,sans-serif;color:#172332}.hero-stats span{margin-top:9px;color:#8a949f;font-size:11px;font-weight:600}.hero-stats .sync-status{grid-column:1/-1;min-height:39px;background:#f5fbf9;border-top:1px solid #e2f1ec;flex-direction:row;gap:7px}.sync-status strong{font-size:10px;color:var(--mint-dark);letter-spacing:1px}.sync-status span:last-child{margin:0;color:#84928d}.workspace{display:grid;grid-template-columns:390px minmax(0,1fr);align-items:start;gap:22px;padding-bottom:60px}.card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 28px #1723320b}.submission-card{padding:25px 26px 22px}.card-heading{display:flex;gap:12px;align-items:center;padding-bottom:20px;border-bottom:1px solid #edf0f2}.heading-icon{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;border-radius:10px;color:var(--mint-dark);background:#eaf8f4}.heading-icon.small{width:31px;height:31px;border-radius:8px}h2{margin:0;color:#1a2634;font-size:16px;letter-spacing:-.4px}.card-heading p{margin:4px 0 0;color:#929ba5;font-size:11px}form{padding-top:20px}fieldset{padding:0;margin:0 0 19px;border:0}legend,.field-label{display:block;color:#475462;font-size:11px;font-weight:700;margin-bottom:9px}legend span,.field-label span{color:#e65454}.segmented,.type-options,.severity-options{display:grid;gap:7px}.segmented{grid-template-columns:1fr 1fr}.type-options{grid-template-columns:repeat(3,1fr)}.severity-options{grid-template-columns:repeat(4,1fr)}label input[type=radio]{position:absolute;opacity:0;pointer-events:none}label input[type=radio]+span{height:39px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #dfe5ea;border-radius:8px;color:#78838f;background:#fff;font-size:11px;font-weight:600;transition:.18s ease;cursor:pointer}label input[type=radio]:focus-visible+span{outline:3px solid rgba(25,181,140,.2)}label input[type=radio]:checked+span{border-color:var(--mint);color:var(--mint-dark);background:#f0fbf8;box-shadow:inset 0 0 0 1px var(--mint)}.type-choice.red input:checked+span{color:#db5353;border-color:#ef8585;background:#fff7f7;box-shadow:inset 0 0 0 1px #ef8585}.type-choice.blue input:checked+span{color:#427bd6;border-color:#7da3df;background:#f5f8fe;box-shadow:inset 0 0 0 1px #7da3df}.type-choice.purple input:checked+span{color:#805ed1;border-color:#9d83da;background:#faf8ff;box-shadow:inset 0 0 0 1px #9d83da}.severity-options span i,.severity-tag i{width:6px;height:6px;border-radius:50%;background:#9aa4ae}.severity-options .critical i,.critical i,.chart-dot.critical{background:#ec5555}.severity-options .high i,.high i,.chart-dot.high{background:#ed9748}.severity-options .medium i,.medium i,.chart-dot.medium{background:#e8bf39}.severity-options .low i,.low i,.chart-dot.low{background:#56a66c}input:not([type=radio]),textarea{width:100%;border:1px solid #dfe5ea;border-radius:8px;color:#25313e;background:#fbfcfd;outline:0;font-size:12px;transition:.18s}input:not([type=radio]){height:42px;padding:0 12px}textarea{min-height:98px;resize:vertical;padding:12px;line-height:1.6}input:not([type=radio]):focus,textarea:focus{border-color:var(--mint);background:#fff;box-shadow:0 0 0 3px #19b58c1a}::placeholder{color:#a6afb8}.field-meta{min-height:19px;display:flex;justify-content:space-between;padding-top:4px;color:#a1a9b0;font-size:9px}.field-meta span:first-child{color:#df5555}.submit-button{width:100%;height:45px;margin-top:3px;display:flex;justify-content:center;align-items:center;gap:7px;border:0;border-radius:8px;color:#fff;background:var(--navy);font-size:12px;font-weight:700;transition:.18s}.submit-button:hover{background:#26394d;transform:translateY(-1px)}.submit-button:disabled{opacity:.6;cursor:wait;transform:none}.form-note{text-align:center;margin:10px 0 0;color:#9aa3ac;font-size:9px}.dashboard-column{display:grid;gap:22px;min-width:0}.analytics-card{padding:20px 22px 22px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.section-title>div{display:flex;align-items:center;gap:9px}.live-label{color:#779087;background:#f1faf7;border-radius:20px;padding:5px 9px;font-size:9px;font-weight:700}.live-label i{display:inline-block;width:5px;height:5px;border-radius:50%;margin-right:4px;background:var(--mint)}.charts{display:grid;grid-template-columns:1fr 1fr;gap:34px}.charts>div+div{border-left:1px solid #edf0f2;padding-left:34px}.charts h3{margin:0 0 14px;font-size:10px;color:#8a949e}.bar-row{display:grid;grid-template-columns:66px minmax(50px,1fr) 24px;gap:9px;align-items:center;margin:10px 0}.bar-label{display:flex;align-items:center;gap:6px;color:#596674;font-size:10px}.chart-dot{width:6px;height:6px;border-radius:50%;background:#607080}.chart-dot.red,.bar-track .red{background:#eb6c6c}.chart-dot.blue,.bar-track .blue{background:#5c91e2}.chart-dot.purple,.bar-track .purple{background:#9273dc}.bar-track{height:7px;border-radius:10px;background:#eff2f4;overflow:hidden}.bar-track span{height:100%;display:block;border-radius:inherit;transition:width .35s ease}.bar-track .critical{background:#ec6464}.bar-track .high{background:#ef9b50}.bar-track .medium{background:#ebc44b}.bar-track .low{background:#62ad77}.bar-row strong{text-align:right;color:#55616e;font:700 10px system-ui,sans-serif}.feed-card{overflow:hidden}.feed-title{min-height:68px;margin:0;padding:0 22px;border-bottom:1px solid #e9edf0}.feed-title>span{color:#9ba3ab;font-size:9px}.feed-title>span.error{color:#d65a5a}.count-badge{display:grid;place-items:center;min-width:21px;height:19px;padding:0 6px;border-radius:10px;color:var(--mint-dark);background:#e8f8f3;font:700 9px system-ui,sans-serif}.issue-list{max-height:570px;overflow:auto}.issue-item{padding:20px 22px;border-bottom:1px solid #edf0f2;transition:background .18s}.issue-item:last-child{border-bottom:0}.issue-item:hover{background:#fbfcfd}.issue-topline{display:flex;align-items:center;gap:7px}.issue-topline time{margin-left:auto;color:#a2aab2;font-size:9px}.issue-type,.severity-tag,.platform-tag{height:22px;display:inline-flex;align-items:center;gap:4px;padding:0 7px;border-radius:5px;font-size:9px;font-weight:700}.issue-type.red{color:#d55757;background:#fff0f0}.issue-type.blue{color:#4278cb;background:#edf4ff}.issue-type.purple{color:#7959c1;background:#f3effd}.severity-tag{color:#6e7781;background:#f3f5f6}.platform-tag{color:#697784;border:1px solid #e0e5e8}.issue-item h3{margin:10px 0 5px;color:#293542;font-size:13px;letter-spacing:-.2px}.issue-item p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;color:#818b95;font-size:10px;line-height:1.65;white-space:pre-line}.empty-state{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#a1aab2}.empty-state h3{margin:13px 0 4px;color:#626e79;font-size:13px}.empty-state p{margin:0;font-size:10px}.toast{position:fixed;z-index:20;right:24px;bottom:24px;display:flex;align-items:center;gap:9px;max-width:calc(100% - 48px);padding:13px 17px;border-radius:9px;color:#fff;background:#17392f;box-shadow:0 12px 30px #0000002e;font-size:12px;transform:translateY(30px);opacity:0;pointer-events:none;transition:.25s}.toast.error{background:#703535}.toast.show{transform:translateY(0);opacity:1}@media(max-width:850px){.hero{align-items:stretch}.hero-stats{width:310px}.workspace{grid-template-columns:340px minmax(0,1fr)}.charts{grid-template-columns:1fr;gap:20px}.charts>div+div{border-left:0;border-top:1px solid #edf0f2;padding:18px 0 0}}@media(max-width:720px){.header-inner,.page-shell{width:min(100% - 28px,560px)}.site-header{height:61px}.hero{min-height:0;flex-direction:column;padding:38px 0 28px}.hero h1{font-size:36px;letter-spacing:-2px}.hero-stats{width:100%}.workspace{grid-template-columns:1fr}.submission-card{padding:22px 18px}.analytics-card{padding:18px}}@media(max-width:430px){.live-pill{font-size:0;padding:9px}.live-pill .live-dot{margin:0}.type-options{grid-template-columns:repeat(3,minmax(0,1fr))}.severity-options{grid-template-columns:repeat(2,1fr)}.feed-title>span:last-child{display:none}.issue-topline{flex-wrap:wrap}.issue-topline time{width:100%;margin:2px 0 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
