.debug-page{min-height:100vh;background:var(--theme-background);color:var(--theme-default-text-color);padding:1rem}.debug-header{justify-content:space-between;margin-bottom:2rem;padding:1.5rem;background:var(--theme-card-background);border-radius:16px;border:1px solid var(--theme-card-border);box-shadow:0 4px 12px rgba(0,0,0,.1)}.debug-header,.debug-title{display:flex;align-items:center}.debug-title{gap:1rem}.debug-title svg{color:var(--theme-switch-handler)}.debug-title h1{font-size:1.8rem;font-weight:700;margin:0;background:var(--theme-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.debug-title p{margin:.25rem 0 0;color:var(--theme-secondary-text-color);font-size:.9rem}.debug-actions{display:flex;gap:.75rem}.debug-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.9rem}.debug-btn:disabled{opacity:.6;cursor:not-allowed}.debug-btn-primary{background:var(--theme-gradient);color:white;border:none}.debug-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--theme-switch-handler-rgb),.3)}.debug-btn-secondary{background:var(--theme-card-background);color:var(--theme-default-text-color);border:1px solid var(--theme-card-border)}.debug-btn-secondary:hover:not(:disabled){background:var(--theme-card-hover-background)}.debug-btn-outline{background:transparent;color:var(--theme-switch-handler);border:1px solid var(--theme-switch-handler)}.debug-btn-outline:hover:not(:disabled){background:rgba(var(--theme-switch-handler-rgb),.1)}.debug-layout{display:grid;grid-template-columns:300px 1fr 350px;grid-gap:1.5rem;gap:1.5rem;height:calc(100vh - 160px)}.debug-sidebar{background:var(--theme-card-background);border-radius:16px;border:1px solid var(--theme-card-border);overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.debug-sections{padding:1rem}.debug-section-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-bottom:.5rem;border:1px solid transparent}.debug-section-item:hover{background:var(--theme-card-hover-background)}.debug-section-item.active{background:rgba(var(--theme-switch-handler-rgb),.15);border-color:rgba(var(--theme-switch-handler-rgb),.3)}.debug-section-icon{color:var(--theme-switch-handler)}.debug-section-info{flex:1 1}.debug-section-name{font-weight:600;color:var(--theme-default-text-color);font-size:.9rem}.debug-section-stats{display:flex;gap:.5rem;margin-top:.25rem}.debug-stat{font-size:.75rem;padding:.125rem .375rem;border-radius:4px;font-weight:500}.debug-stat.success{background:rgba(34,197,94,.2);color:#22c55e}.debug-stat.error{background:rgba(239,68,68,.2);color:#ef4444}.debug-stat.running{background:rgba(59,130,246,.2);color:#3b82f6}.debug-section-run{background:transparent;border:1px solid rgba(var(--theme-switch-handler-rgb),.4);color:var(--theme-switch-handler);border-radius:6px;padding:.25rem;cursor:pointer;transition:all .2s ease}.debug-section-run:hover:not(:disabled){background:rgba(var(--theme-switch-handler-rgb),.1)}.debug-section-run:disabled{opacity:.5;cursor:not-allowed}.debug-main{background:var(--theme-card-background);border-radius:16px;border:1px solid var(--theme-card-border);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,.1)}.debug-section-content{padding:1.5rem;flex:1 1;overflow-y:auto}.debug-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--theme-card-border)}.debug-section-title{display:flex;align-items:center;gap:.75rem}.debug-section-title h2{margin:0;font-size:1.4rem;font-weight:600;color:var(--theme-default-text-color)}.debug-tests-grid{display:grid;grid-gap:1rem;gap:1rem}.debug-test-card{background:var(--theme-card-background);border-radius:12px;border:1px solid var(--theme-card-border);transition:all .2s ease}.debug-test-card.success{border-left:4px solid #22c55e}.debug-test-card.error{border-left:4px solid #ef4444}.debug-test-card.running{border-left:4px solid #3b82f6;background:rgba(59,130,246,.05)}.debug-test-header{display:flex;justify-content:space-between;align-items:center;padding:1rem}.debug-test-info{display:flex;align-items:center;gap:.5rem}.debug-test-name{font-weight:500;color:var(--theme-default-text-color)}.debug-test-actions{display:flex;align-items:center;gap:.5rem}.debug-test-duration{font-size:.75rem;color:#9ca3af;background:rgba(255,255,255,.1);padding:.125rem .375rem;border-radius:4px}.debug-test-run{background:transparent;border:1px solid rgba(var(--theme-switch-handler-rgb),.4);color:var(--theme-switch-handler);border-radius:4px;padding:.25rem;cursor:pointer;transition:all .2s ease}.debug-test-run:hover:not(:disabled){background:rgba(var(--theme-switch-handler-rgb),.1)}.debug-test-run:disabled{opacity:.5;cursor:not-allowed}.debug-test-error{display:flex;align-items:flex-start;gap:.5rem;color:#ef4444;font-size:.875rem;background:rgba(239,68,68,.05);margin:0 1rem;border-radius:4px;padding:.75rem}.debug-test-data{padding:0 1rem 1rem}.debug-test-data pre{padding:.75rem;border-radius:8px;font-size:.8rem;color:var(--theme-secondary-text-color);overflow-x:auto;margin:0;border:1px solid var(--theme-card-border)}.debug-logs,.debug-test-data pre{background:var(--theme-background)}.debug-logs{border-radius:16px;border:1px solid var(--theme-card-border);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.debug-logs-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--theme-card-border);background:var(--theme-card-background)}.debug-logs-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--theme-default-text-color)}.debug-logs-count{font-size:.8rem;color:var(--theme-secondary-text-color)}.debug-logs-actions{display:flex;gap:.5rem}.debug-logs-btn{background:transparent;border:1px solid var(--theme-card-border);color:var(--theme-secondary-text-color);border-radius:4px;padding:.375rem;cursor:pointer;transition:all .2s ease}.debug-logs-btn:hover{background:var(--theme-card-hover-background);color:var(--theme-default-text-color)}.debug-logs-content{flex:1 1;overflow-y:auto;padding:1rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;line-height:1.4}.debug-logs-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.5rem}.debug-log-line,.debug-logs-empty{color:var(--theme-secondary-text-color)}.debug-log-line{padding:.25rem 0;border-bottom:1px solid var(--theme-card-border)}.debug-log-line:last-child{border-bottom:none}@media (max-width:1400px){.debug-layout{grid-template-columns:280px 1fr 300px}}@media (max-width:1200px){.debug-layout{grid-template-columns:1fr;grid-template-rows:auto 1fr auto;height:auto}.debug-logs{max-height:300px}}@media (max-width:768px){.debug-page{padding:.5rem}.debug-header{flex-direction:column;gap:1rem;align-items:stretch}.debug-actions{justify-content:center}.debug-title h1{font-size:1.4rem}.debug-section-stats{flex-wrap:wrap}}