*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f5f7fb;color:#172033}a{text-decoration:none;color:inherit}header{height:68px;background:#101828;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 28px}header>a{font-weight:800}nav{display:flex;gap:20px;font-size:14px}.container{max-width:1250px;margin:auto;padding:32px 20px}.narrow{max-width:850px}.head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.head h1{margin:6px 0;font-size:34px}.button,button{background:#155eef;color:white;border:0;border-radius:10px;padding:11px 16px;font-weight:700;cursor:pointer}.secondary{background:#fff;color:#344054;border:1px solid #d0d5dd}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.card,.panel,.stat{background:#fff;border:1px solid #eaecf0;border-radius:16px;box-shadow:0 3px 12px #1018280a}.card{padding:20px;display:flex;align-items:center;gap:14px}.card b{background:#eef4ff;color:#155eef;padding:12px;border-radius:12px}.card span{margin-left:auto}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:12px;margin-bottom:18px}.stat{padding:16px}.stat b{display:block;font-size:24px}.stat small{color:#667085}.two{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.panel{padding:20px;margin-bottom:18px}.panel h2{margin-top:0}.issue{padding:10px;border:1px solid #eaecf0;border-left:4px solid #98a2b3;border-radius:8px;margin:8px 0}.issue.critical{border-left-color:#d92d20}.issue.high{border-left-color:#f79009}.issue p{margin:5px 0;color:#667085;font-size:13px}.file{display:flex;width:100%;justify-content:space-between;background:#fff;color:#344054;border:0;border-bottom:1px solid #eee;border-radius:0;text-align:left;font-family:monospace}.file small{color:#98a2b3}.chat{min-height:300px}.msg{padding:10px;border-radius:10px;background:#f2f4f7;margin:8px 0}.msg.user{background:#eef4ff}.msg.assistant{background:#fff;border:1px solid #eaecf0}.msg pre,pre{white-space:pre-wrap;overflow:auto;font:13px/1.5 monospace}textarea,input{width:100%;padding:12px;border:1px solid #d0d5dd;border-radius:10px;font:inherit}form{display:grid;gap:10px}label{display:grid;gap:6px;font-weight:700;font-size:13px}.auth{min-height:100vh;display:grid;place-items:center;background:#101828}.auth-card{background:#fff;width:min(420px,92%);padding:32px;border-radius:18px}.auth-card h1{margin-top:0}.auth-card form{margin-top:20px}.error,.success,.notice{padding:12px;border-radius:9px;margin:10px 0}.error{background:#fff1f0;color:#b42318}.success{background:#ecfdf3;color:#067647}.notice{background:#eef4ff}.empty{text-align:center;padding:50px;grid-column:1/-1}@media(max-width:800px){.two{grid-template-columns:1fr}.head{align-items:start;flex-direction:column}header{padding:14px 16px;height:auto;gap:12px;align-items:flex-start;flex-direction:column}nav{gap:12px}.container{padding:22px 14px}}