:root{--bg: #0a0a0f;--bg-card: #12121a;--bg-card-hover: #1a1a26;--bg-section: #0e0e16;--border: #1e1e2e;--border-light: #2a2a3e;--text: #e4e4ef;--text-dim: #8888a0;--text-muted: #555570;--accent: #7c3aed;--accent-light: #a78bfa;--green: #22c55e;--green-bg: rgba(34,197,94,.1);--red: #ef4444;--red-bg: rgba(239,68,68,.1);--yellow: #eab308;--yellow-bg: rgba(234,179,8,.1);--blue: #3b82f6;--blue-bg: rgba(59,130,246,.1);--orange: #f97316;--radius: 8px;--radius-lg: 12px;--shadow: 0 2px 8px rgba(0,0,0,.3);--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "JetBrains Mono", "Fira Code", "Consolas", monospace}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}.app-shell{display:flex;min-height:100vh}.sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;background:var(--bg-card);border-right:1px solid var(--border);overflow-y:auto;z-index:100;display:flex;flex-direction:column}.sidebar-header{padding:20px 16px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--bg-card);z-index:1}.sidebar-header h1{font-size:16px;font-weight:700;color:var(--accent-light);letter-spacing:-.3px}.sidebar-header p{font-size:11px;color:var(--text-muted);margin-top:4px}.sidebar-progress{padding:12px 16px;border-bottom:1px solid var(--border);background:var(--bg-section)}.progress-bar-outer{width:100%;height:6px;background:var(--border);border-radius:3px;overflow:hidden;margin-top:8px}.progress-bar-inner{height:100%;background:linear-gradient(90deg,var(--accent),var(--green));border-radius:3px;transition:width .4s ease}.progress-stats{display:flex;justify-content:space-between;font-size:11px;color:var(--text-dim)}.progress-pct{font-weight:700;color:var(--accent-light);font-size:13px}.sidebar-nav{flex:1;padding:8px 0;overflow-y:auto}.nav-section{padding:4px 8px}.nav-item{display:flex;align-items:center;gap:8px;padding:7px 12px;border-radius:var(--radius);font-size:13px;color:var(--text-dim);cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.nav-item:hover{background:var(--bg-card-hover);color:var(--text)}.nav-item.active{background:#7c3aed1f;color:var(--accent-light)}.nav-item .nav-icon{font-size:14px;width:20px;text-align:center;flex-shrink:0}.nav-item .nav-badge{margin-left:auto;font-size:10px;font-weight:600;padding:1px 6px;border-radius:10px;background:var(--border);color:var(--text-dim)}.nav-item .nav-badge.done{background:var(--green-bg);color:var(--green)}.sidebar-footer{padding:12px 16px;border-top:1px solid var(--border);display:flex;gap:8px}.sidebar-footer button{flex:1;padding:8px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-section);color:var(--text-dim);font-size:11px;cursor:pointer;transition:all .15s;font-family:var(--font)}.sidebar-footer button:hover{background:var(--bg-card-hover);color:var(--text);border-color:var(--border-light)}.sidebar-footer button.danger:hover{border-color:var(--red);color:var(--red);background:var(--red-bg)}.main-content{margin-left:280px;flex:1;min-height:100vh}.top-bar{position:sticky;top:0;z-index:90;background:#0a0a0fd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:12px 32px;display:flex;align-items:center;gap:16px}.top-bar .section-title{font-size:15px;font-weight:600}.top-bar .section-desc{font-size:12px;color:var(--text-muted)}.top-bar-right{margin-left:auto;display:flex;align-items:center;gap:12px}.filter-btn{padding:5px 12px;border:1px solid var(--border);border-radius:var(--radius);background:transparent;color:var(--text-dim);font-size:12px;cursor:pointer;transition:all .15s;font-family:var(--font)}.filter-btn:hover,.filter-btn.active{border-color:var(--accent);color:var(--accent-light);background:#7c3aed14}.search-input{padding:6px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);color:var(--text);font-size:12px;width:200px;font-family:var(--font);outline:none;transition:border-color .15s}.search-input:focus{border-color:var(--accent)}.search-input::placeholder{color:var(--text-muted)}.content-area{padding:24px 32px 80px}.test-section{margin-bottom:32px}.test-section-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.test-section-header h2{font-size:18px;font-weight:700;letter-spacing:-.3px}.test-section-header .section-badge{font-size:11px;padding:2px 8px;border-radius:10px;font-weight:600}.test-group{margin-bottom:20px}.test-group-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.test-group-header h3{font-size:14px;font-weight:600;color:var(--text)}.test-group-header .group-route{font-size:11px;font-family:var(--mono);color:var(--text-muted);background:var(--bg-section);padding:2px 8px;border-radius:4px}.test-group-header .group-count{margin-left:auto;font-size:11px;color:var(--text-dim)}.test-group-header .chevron{font-size:12px;color:var(--text-muted);transition:transform .2s}.test-group.collapsed .chevron{transform:rotate(-90deg)}.test-group.collapsed .test-list{display:none}.test-list{display:flex;flex-direction:column;gap:4px}.test-item{display:flex;align-items:flex-start;gap:10px;padding:8px 12px;border-radius:var(--radius);border:1px solid transparent;transition:all .15s;cursor:pointer}.test-item:hover{background:var(--bg-card);border-color:var(--border)}.test-item.passed{opacity:.6}.test-item.passed:hover{opacity:1}.test-item.failed{background:var(--red-bg);border-color:#ef444433}.test-item.skipped{background:var(--yellow-bg);border-color:#eab30833}.test-checkbox{position:relative;width:18px;height:18px;flex-shrink:0;margin-top:1px}.test-checkbox input{display:none}.test-checkbox .check-visual{width:18px;height:18px;border:2px solid var(--border-light);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:11px;transition:all .15s;cursor:pointer}.test-item.passed .check-visual{background:var(--green);border-color:var(--green);color:#fff}.test-item.failed .check-visual{background:var(--red);border-color:var(--red);color:#fff}.test-item.skipped .check-visual{background:var(--yellow);border-color:var(--yellow);color:#000}.test-info{flex:1;min-width:0}.test-title{font-size:13px;color:var(--text);line-height:1.4}.test-item.passed .test-title{text-decoration:line-through;color:var(--text-dim)}.test-meta{display:flex;align-items:center;gap:8px;margin-top:2px}.test-tag{font-size:10px;padding:1px 6px;border-radius:4px;font-weight:500}.tag-critical{background:var(--red-bg);color:var(--red)}.tag-important{background:var(--orange);color:#000;opacity:.8}.tag-normal{background:var(--blue-bg);color:var(--blue)}.tag-edge{background:var(--yellow-bg);color:var(--yellow)}.test-actions{display:flex;gap:4px;flex-shrink:0;opacity:0;transition:opacity .15s}.test-item:hover .test-actions{opacity:1}.action-btn{width:24px;height:24px;border:1px solid var(--border);border-radius:4px;background:var(--bg-section);color:var(--text-muted);font-size:11px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.action-btn:hover{border-color:var(--accent);color:var(--accent-light)}.action-btn.fail:hover{border-color:var(--red);color:var(--red)}.action-btn.skip:hover{border-color:var(--yellow);color:var(--yellow)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:200;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;width:90%;max-width:480px;box-shadow:var(--shadow)}.modal h3{font-size:16px;margin-bottom:12px}.modal textarea{width:100%;min-height:120px;padding:10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-section);color:var(--text);font-size:13px;font-family:var(--font);resize:vertical;outline:none}.modal textarea:focus{border-color:var(--accent)}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.modal-actions button{padding:8px 16px;border-radius:var(--radius);font-size:13px;cursor:pointer;font-family:var(--font);border:1px solid var(--border);transition:all .15s}.btn-cancel{background:transparent;color:var(--text-dim)}.btn-cancel:hover{background:var(--bg-card-hover);color:var(--text)}.btn-save{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-save:hover{background:var(--accent-light)}.summary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:24px}.summary-card{padding:16px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card)}.summary-card .sc-value{font-size:28px;font-weight:700;letter-spacing:-1px}.summary-card .sc-label{font-size:12px;color:var(--text-dim);margin-top:2px}.sc-pass .sc-value{color:var(--green)}.sc-fail .sc-value{color:var(--red)}.sc-skip .sc-value{color:var(--yellow)}.sc-total .sc-value{color:var(--accent-light)}.sc-pct .sc-value{color:var(--blue)}.note-indicator{font-size:10px;color:var(--yellow);cursor:pointer}@media(max-width:900px){.sidebar{transform:translate(-100%);transition:transform .3s}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.mobile-toggle{display:flex!important}.content-area{padding:16px}.top-bar{padding:12px 16px}}.mobile-toggle{display:none;width:36px;height:36px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);color:var(--text);font-size:18px;cursor:pointer;align-items:center;justify-content:center}@media print{.sidebar,.top-bar,.test-actions,.sidebar-footer{display:none!important}.main-content{margin-left:0!important}.test-item{break-inside:avoid}body{background:#fff;color:#000}.test-item.passed .test-title{color:green}.test-item.failed .test-title{color:red}}.timestamp{font-size:10px;color:var(--text-muted);font-family:var(--mono)}.report-section{margin-top:24px;padding:20px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card)}.report-section h3{font-size:15px;margin-bottom:12px}.report-table{width:100%;border-collapse:collapse;font-size:12px}.report-table th,.report-table td{padding:8px 12px;border-bottom:1px solid var(--border);text-align:left}.report-table th{color:var(--text-dim);font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.5px}
