:root{--eha-primary:var(--main-primary);--eha-bg:#fff;--eha-bg-secondary:#f8fafc;--eha-text:#1e293b;--eha-text-muted:#64748b;--eha-border:#e2e8f0;--eha-success:#10b981;--eha-warning:#f59e0b;--eha-danger:#ef4444;--eha-info:#3b82f6;--eha-shadow:0 1px 3px #0000000f}._eha-container{flex-direction:column;gap:1rem;width:100%;max-width:1000px;margin:0 auto;display:flex}._eha-stats{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}._eha-stat{background:var(--eha-bg);border-style:solid;border-width:1px;border-color:var(--eha-border);box-shadow:var(--eha-shadow);border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}._eha-stat svg{width:20px;height:20px;color:var(--eha-primary);flex-shrink:0}._eha-stat-value{color:var(--eha-text);font-size:1.5rem;font-weight:700;font-family:var(--main-font-mono)}._eha-stat-label{color:var(--eha-text-muted);text-transform:uppercase;letter-spacing:.025em;margin-left:auto;font-size:.75rem;font-weight:500}._eha-results{flex-direction:column;gap:1rem;display:flex}@media (max-width:768px){._eha-container{padding-left:1rem;padding-right:1rem}._eha-stats{grid-template-columns:1fr}._eha-stat-value{font-size:1.25rem}}._eha-input-section{background:var(--eha-bg);border-style:solid;border-width:1px;border-color:var(--eha-border);box-shadow:var(--eha-shadow);border-radius:.75rem;overflow:hidden}._eha-input-header{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--eha-border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}._eha-input-label{color:var(--eha-text);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;display:flex}._eha-input-label svg{width:16px;height:16px;color:var(--eha-primary)}._eha-input-actions{align-items:center;gap:.5rem;display:flex}._eha-textarea{resize:none;width:100%;height:200px;color:var(--eha-text);font-size:.8125rem;line-height:1.6;font-family:var(--main-font-mono);background:0 0;border:none;padding:1rem 1.25rem;overflow-y:auto}._eha-textarea:focus{outline:none}._eha-textarea::placeholder{color:var(--eha-text-muted);font-family:inherit}._eha-input-footer{border-top-style:solid;border-top-width:1px;border-top-color:var(--eha-border);justify-content:flex-end;padding:.75rem 1rem;display:flex}._eha-btn{cursor:pointer;white-space:nowrap;border-style:solid;border-width:1px;border-radius:.5rem;justify-content:center;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}._eha-btn svg{width:14px;height:14px}._eha-btn-primary{background:var(--eha-primary);border-color:var(--eha-primary);color:#fff;box-shadow:0 2px 8px #6366f140}._eha-btn-primary:hover{opacity:.9}._eha-btn-secondary{background:var(--eha-bg);border-color:var(--eha-border);color:var(--eha-text-muted)}._eha-btn-secondary:hover{border-color:var(--eha-primary);color:var(--eha-primary)}._eha-btn-danger{background:var(--eha-bg);border-color:var(--eha-border);color:var(--eha-text-muted)}._eha-btn-danger:hover{border-color:var(--eha-danger);color:var(--eha-danger);background:#ef444414}@media (max-width:768px){._eha-textarea{height:150px}._eha-btn span{display:none}._eha-btn-primary span{display:inline}}._eha-section{background:var(--eha-bg);border-style:solid;border-width:1px;border-color:var(--eha-border);box-shadow:var(--eha-shadow);border-radius:.75rem;overflow:hidden}._eha-section-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:background .15s;display:flex}._eha-section-header:hover{background:var(--eha-bg-secondary)}._eha-section-title{color:var(--eha-text);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}._eha-section-title svg{width:16px;height:16px;color:var(--eha-primary)}._eha-section-chevron{color:var(--eha-text-muted);align-items:center;transition:transform .2s;display:flex}._eha-section-chevron svg{width:14px;height:14px}._eha-section.collapsed ._eha-section-chevron{transform:rotate(180deg)}._eha-section.collapsed ._eha-section-body{display:none}._eha-section-body{border-top-style:solid;border-top-width:1px;border-top-color:var(--eha-border)}._eha-badge{border-radius:var(--main-radius-full);min-width:1.375rem;height:1.375rem;color:var(--eha-primary);font-size:.6875rem;font-weight:600;font-family:var(--main-font-mono);background:#6366f11a;justify-content:center;align-items:center;padding:0 .5rem;display:inline-flex}._eha-key-table{border-collapse:collapse;width:100%}._eha-key-table td{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--eha-border);vertical-align:top;padding:.625rem 1rem;font-size:.8125rem}._eha-key-table tr:last-child td{border-bottom:none}._eha-key-table td:first-child{width:140px;color:var(--eha-text);white-space:nowrap;font-weight:600}._eha-key-table td:last-child{color:var(--eha-text);word-break:break-all;font-family:var(--main-font-mono);font-size:.75rem}._eha-auth-grid{grid-template-columns:repeat(3,1fr);gap:0;display:grid}._eha-auth-item{border-right-style:solid;border-right-width:1px;border-right-color:var(--eha-border);flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;display:flex}._eha-auth-item:last-child{border-right:none}._eha-auth-label{text-transform:uppercase;letter-spacing:.05em;color:var(--eha-text-muted);font-size:.6875rem;font-weight:700}._eha-auth-status{border-radius:var(--main-radius-full);align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}._eha-auth-status.pass{color:#059669;background:#10b9811a}._eha-auth-status.fail{color:#dc2626;background:#ef44441a}._eha-auth-status.neutral{color:var(--eha-text-muted);background:#64748b1a}._eha-auth-status.softfail{color:#d97706;background:#f59e0b1a}._eha-auth-detail{color:var(--eha-text-muted);text-align:center;word-break:break-all;max-width:100%;font-size:.6875rem}._eha-all-table{border-collapse:collapse;width:100%}._eha-all-table th{text-transform:uppercase;letter-spacing:.05em;color:var(--eha-text-muted);background:var(--eha-bg-secondary);text-align:left;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--eha-border);padding:.625rem 1rem;font-size:.6875rem;font-weight:700}._eha-th-name{width:180px}._eha-all-table td{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--eha-border);vertical-align:top;padding:.5rem 1rem;font-size:.8125rem}._eha-all-table tr:last-child td{border-bottom:none}._eha-all-table td:first-child{color:var(--eha-primary);white-space:nowrap;font-weight:600}._eha-all-table td:last-child{color:var(--eha-text);word-break:break-all;font-family:var(--main-font-mono);font-size:.75rem}._eha-all-table tbody tr:hover{background:var(--eha-bg-secondary)}@media (max-width:768px){._eha-auth-grid{grid-template-columns:1fr}._eha-auth-item{border-bottom-style:solid;border-bottom-width:1px;border-right:none;border-bottom-color:var(--eha-border);padding:1rem}._eha-auth-item:last-child{border-bottom:none}._eha-key-table td:first-child{width:100px;font-size:.75rem}._eha-th-name{width:120px}}._eha-guide{grid-template-columns:repeat(2,1fr);gap:0;display:grid}._eha-guide-item{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--eha-border);border-right-style:solid;border-right-width:1px;border-right-color:var(--eha-border);flex-direction:column;gap:.375rem;padding:.875rem 1rem;display:flex}._eha-guide-item:nth-child(2n){border-right:none}._eha-guide-item:nth-last-child(-n+2),._eha-guide-item:last-child{border-bottom:none}._eha-guide-name{color:var(--eha-text);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;display:flex}._eha-guide-name svg{width:14px;height:14px;color:var(--eha-primary);flex-shrink:0}._eha-guide-steps p{color:var(--eha-text-muted);margin:0;font-size:.75rem;line-height:1.6}@media (max-width:768px){._eha-guide{grid-template-columns:1fr}._eha-guide-item{border-right:none}._eha-guide-item:nth-last-child(-n+2){border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--eha-border)}._eha-guide-item:last-child{border-bottom:none}}._eha-hops{flex-direction:column;gap:0;padding:1rem;display:flex}._eha-hop{gap:1rem;display:flex;position:relative}._eha-hop-timeline{flex-direction:column;flex-shrink:0;align-items:center;width:2rem;display:flex}._eha-hop-dot{background:var(--eha-primary);border-style:solid;border-width:2px;border-color:var(--eha-bg);width:.75rem;height:.75rem;box-shadow:0 0 0 2px var(--eha-primary);z-index:1;border-radius:50%;flex-shrink:0}._eha-hop-line{background:var(--eha-border);flex:1;width:2px;min-height:1rem}._eha-hop:last-child ._eha-hop-line{display:none}._eha-hop-content{flex:1;min-width:0;padding-bottom:1rem}._eha-hop:last-child ._eha-hop-content{padding-bottom:0}._eha-hop-header{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.375rem;display:flex}._eha-hop-number{border-radius:var(--main-radius-full);min-width:1.375rem;height:1.375rem;color:var(--eha-primary);font-size:.6875rem;font-weight:700;font-family:var(--main-font-mono);background:#6366f11a;justify-content:center;align-items:center;padding:0 .375rem;display:inline-flex}._eha-hop-server{color:var(--eha-text);word-break:break-all;font-size:.8125rem;font-weight:600}._eha-hop-delay{border-radius:var(--main-radius-full);font-size:.6875rem;font-weight:600;font-family:var(--main-font-mono);align-items:center;gap:.25rem;margin-left:auto;padding:.125rem .5rem;display:inline-flex}._eha-hop-delay.fast{color:#059669;background:#10b9811a}._eha-hop-delay.medium{color:#d97706;background:#f59e0b1a}._eha-hop-delay.slow{color:#dc2626;background:#ef44441a}._eha-hop-details{flex-direction:column;gap:.25rem;display:flex}._eha-hop-detail{color:var(--eha-text-muted);word-break:break-all;font-size:.75rem}._eha-hop-detail strong{color:var(--eha-text);font-weight:500}._eha-hop.has-delay-slow ._eha-hop-dot{background:var(--eha-danger);box-shadow:0 0 0 2px var(--eha-danger)}._eha-hop.has-delay-medium ._eha-hop-dot{background:var(--eha-warning);box-shadow:0 0 0 2px var(--eha-warning)}._eha-hops-empty{color:var(--eha-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem;display:flex}._eha-hops-empty svg{opacity:.4;width:32px;height:32px}._eha-hops-empty p{margin:0;font-size:.8125rem}@media (max-width:768px){._eha-hops{padding:.75rem}._eha-hop-header{flex-direction:column;align-items:flex-start}._eha-hop-delay{margin-left:0}}
