:root{color-scheme:light;--bg: #f4f5f7;--panel: #ffffff;--border: #dfe1e6;--text: #172b4d;--muted: #5e6c84;--primary: #0052cc;--primary-dark: #0747a6;--nav: rgb(48, 112, 182);--nav-active: rgb(38, 92, 150);--radius: 6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-size:14px}a{color:var(--primary);text-decoration:none}button{font-family:inherit}.shell{display:flex;min-height:100vh}.sidebar{width:220px;background:var(--nav);color:#c7d1e0;flex-shrink:0;display:flex;flex-direction:column;padding:16px 0}.sidebar .brand{color:#fff;font-weight:700;font-size:15px;padding:8px 20px 18px;line-height:1.3}.sidebar nav a{display:block;color:#c7d1e0;padding:10px 20px;font-weight:500}.sidebar nav a:hover{background:var(--nav-active);color:#fff}.sidebar nav a.active{background:var(--nav-active);color:#fff;border-left:3px solid #4c9aff;padding-left:17px}.main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{height:56px;background:var(--panel);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px}.topbar h1{font-size:18px;margin:0}.topbar .user{color:var(--muted);display:flex;gap:12px;align-items:center}.content{padding:24px;overflow:auto}.btn{border:1px solid var(--border);background:#fff;color:var(--text);padding:7px 14px;border-radius:var(--radius);cursor:pointer;font-weight:500}.btn:hover{background:#f4f5f7}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn.primary:hover{background:var(--primary-dark)}.btn.danger{color:#bf2600;border-color:#ffbdad}.btn.sm{padding:4px 10px;font-size:13px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-row{display:flex;gap:8px;flex-wrap:wrap}.panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius)}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px}.stat{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px}.stat .label{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.stat .value{font-size:28px;font-weight:700;margin-top:6px}.stat[title]{cursor:help}.stat-hint{color:var(--muted);font-size:11px}.section{margin-bottom:28px}.section h2{font-size:15px;margin:0 0 12px}table{width:100%;border-collapse:collapse;background:var(--panel)}.table-wrap{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}th,td{text-align:left;padding:10px 14px;border-bottom:1px solid var(--border);vertical-align:middle}th{background:#fafbfc;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.03em}tbody tr:hover{background:#f7f8fa;cursor:pointer}tbody tr:last-child td{border-bottom:none}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--primary);font-weight:600}.chip{display:inline-block;padding:2px 8px;border-radius:3px;font-size:12px;font-weight:600;color:#fff;white-space:nowrap}.chip.status{background:#dfe1e6;color:var(--text)}.status-NEW{background:#dfe1e6;color:#42526e}.status-OPEN{background:#deebff;color:#0747a6}.status-ASSIGNED{background:#eae6ff;color:#403294}.status-FIXED{background:#fffae6;color:#974f0c}.status-READY_FOR_RETEST{background:#e3fcef;color:#064}.status-CLOSED{background:#dfe1e6;color:#42526e}.status-RETEST_FAIL{background:#de350b;color:#fff}.status-NOT_STARTED{background:#dfe1e6;color:#42526e}.status-IN_PROGRESS{background:#deebff;color:#0747a6}.status-PASS{background:#e3fcef;color:#064}.status-FAIL{background:#ffebe6;color:#bf2600}.status-BLOCKED{background:#fffae6;color:#974f0c}label.field{display:block;margin-bottom:14px}label.field .lbl{display:block;font-size:12px;color:var(--muted);margin-bottom:4px;font-weight:600}input,select,textarea{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius);font-size:14px;font-family:inherit;background:#fff;color:var(--text)}input:focus,select:focus,textarea:focus{outline:none;border-color:#4c9aff;box-shadow:0 0 0 2px #4c9aff33}textarea{min-height:90px;resize:vertical}.row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#091e4266;z-index:40}.drawer{position:fixed;top:0;right:0;height:100vh;width:560px;max-width:92vw;background:var(--panel);z-index:50;box-shadow:-4px 0 16px #091e4240;display:flex;flex-direction:column}.drawer header,.modal header{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.drawer header h3,.modal header h3{margin:0;font-size:16px}.drawer .body{padding:20px;overflow:auto;flex:1}.drawer footer,.modal footer{padding:14px 20px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:8px}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:520px;max-width:92vw;background:var(--panel);border-radius:8px;z-index:50;box-shadow:0 8px 24px #091e424d;display:flex;flex-direction:column;max-height:88vh}.modal .body{padding:20px;overflow:auto}.close-x{background:none;border:none;font-size:20px;cursor:pointer;color:var(--muted)}.history-item{padding:8px 0;border-bottom:1px dashed var(--border);font-size:13px;color:var(--muted)}.history-item b{color:var(--text)}.thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.thumbs a{display:block;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.thumbs img{width:96px;height:72px;object-fit:cover;display:block}.attach-zone{position:relative;min-height:100%}.attach-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:#2684ff1a;border:2px dashed var(--primary, #2684ff);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;pointer-events:none}.attach-overlay-msg{background:var(--panel);color:var(--primary, #2684ff);font-weight:600;font-size:14px;padding:10px 18px;border-radius:var(--radius);box-shadow:0 2px 10px #091e4233}.pending-list{list-style:none;padding:0;margin:8px 0}.pending-list li{display:flex;align-items:center;gap:10px;padding:6px 0;border-bottom:1px dashed var(--border);font-size:13px}.pending-list li span:first-child{flex:1;color:var(--text);word-break:break-all}.pending-list li .muted{white-space:nowrap}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--nav)}.login-card{background:#fff;padding:32px;border-radius:8px;width:340px;box-shadow:0 8px 24px #0003}.login-card h1{font-size:18px;margin:0 0 4px}.login-card p{color:var(--muted);margin:0 0 20px;font-size:13px}.error{color:#bf2600;font-size:13px;margin:8px 0}.muted{color:var(--muted)}.filters{display:flex;gap:12px;align-items:flex-end;margin-bottom:16px;flex-wrap:wrap}.filters label{margin:0}.filters .field-inline{min-width:180px}.tabs{display:flex;gap:4px;margin-bottom:16px;border-bottom:1px solid var(--border)}.tabs button{border:none;background:none;padding:10px 16px;cursor:pointer;color:var(--muted);font-weight:600;border-bottom:2px solid transparent}.tabs button.active{color:var(--primary);border-bottom-color:var(--primary)}.right{text-align:right}.spacer{flex:1}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px;flex-wrap:wrap}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#064;color:#fff;padding:12px 20px;border-radius:8px;display:flex;align-items:center;gap:10px;font-weight:600;z-index:100;box-shadow:0 6px 20px #091e424d;animation:toast-in .18s ease-out}.toast-tick{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#ffffff40;font-size:13px}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.toast-stack{position:fixed;top:20px;right:20px;z-index:200;display:flex;flex-direction:column;gap:10px;max-width:380px}.app-toast{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:8px;font-size:13px;color:#fff;box-shadow:0 6px 20px #091e424d;animation:app-toast-in .18s ease-out}.app-toast span{flex:1;line-height:1.4}.app-toast.error{background:#bf2600}.app-toast.success{background:#064}.app-toast.info{background:#0747a6}.app-toast-x{border:none;background:none;color:#ffffffd9;font-size:18px;line-height:1;cursor:pointer;padding:0 2px}.app-toast-x:hover{color:#fff}@keyframes app-toast-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.notice{background:#fffae6;border:1px solid #ffe380;color:#7a5b00;padding:10px 12px;border-radius:6px;font-size:13px;margin:0 0 16px}.project-switcher{width:auto;min-width:160px;padding:6px 10px;font-weight:600;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--text)}.select-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--nav);padding:24px}.select-card{background:#fff;padding:28px 32px;border-radius:10px;width:520px;max-width:94vw;box-shadow:0 8px 24px #0003}.select-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.select-head h1{font-size:20px;margin:0 0 2px}.select-head p{margin:0;font-size:13px}.project-list{display:flex;flex-direction:column;gap:10px}.project-item{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;text-align:left;cursor:pointer;border:1px solid var(--border);border-radius:8px;background:#fff;padding:14px 16px}.project-item:hover{border-color:#4c9aff;background:#f7faff}.project-item-main{display:flex;flex-direction:column;gap:2px}.project-name{font-weight:700;font-size:15px;color:var(--text)}.project-desc{font-size:12px;color:var(--muted)}.access-tag{font-size:11px;font-weight:700;padding:3px 8px;border-radius:12px;white-space:nowrap}.access-INTERNAL{background:#deebff;color:#0747a6}.access-CLIENT{background:#e3fcef;color:#064}.access-BOTH{background:#eae6ff;color:#403294}.empty-projects{background:#fffae6;color:#974f0c;border-radius:8px;padding:14px 16px;font-size:13px}
