.eha-tool{background:#fff;border-radius:16px;border:1px solid var(--gray-200);padding:2rem;margin-top:2rem}.eha-input-section{display:flex;flex-direction:column;gap:1rem}.eha-label{font-size:.875rem;font-weight:700;color:var(--gray-700)}.eha-textarea{padding:.75rem;border:1px solid var(--gray-300);border-radius:8px;font-size:.825rem;font-family:"Courier New",monospace;color:var(--gray-800);width:100%;box-sizing:border-box;resize:vertical}.eha-textarea:focus{outline:0;border-color:#e53e3e;box-shadow:0 0 0 3px rgba(229,62,62,.1)}.eha-result{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.eha-summary{display:flex;flex-wrap:wrap;gap:.75rem}.eha-summary-item{display:flex;flex-direction:column;gap:.15rem;padding:.75rem 1rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;min-width:140px}.eha-summary-label{font-size:.75rem;font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em}.eha-summary-value{font-size:.9rem;color:var(--gray-800);word-break:break-all}.eha-auth h3,.eha-raw-table h3,.eha-route h3{font-size:1rem;font-weight:700;color:var(--gray-800);margin:0 0 .75rem}.eha-hops{display:flex;flex-direction:column;gap:.5rem}.eha-hop{display:flex;align-items:flex-start;gap:.75rem;padding:.65rem .85rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;font-size:.825rem}.eha-hop-num{font-weight:700;color:#e53e3e;min-width:24px}.eha-hop-detail{display:flex;flex-direction:column;gap:.15rem;flex:1}.eha-hop-from{font-family:"Courier New",monospace;color:var(--gray-700)}.eha-hop-time{color:var(--gray-500);font-size:.78rem}.eha-auth-results{display:flex;flex-wrap:wrap;gap:.5rem}.eha-auth-badge{display:flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:20px;font-size:.825rem;font-weight:700}.eha-auth-pass{background:#f0fff4;border:1px solid #c6f6d5;color:#276749}.eha-auth-fail{background:#fff5f5;border:1px solid #fed7d7;color:#c53030}.eha-auth-neutral{background:var(--gray-100);border:1px solid var(--gray-300);color:var(--gray-600)}.eha-table{width:100%;border-collapse:collapse;font-size:.825rem}.eha-table tr:nth-child(even) td{background:var(--gray-50)}.eha-table td{padding:.5rem .75rem;border-bottom:1px solid var(--gray-200);vertical-align:top;word-break:break-all}.eha-table td:first-child{font-weight:700;color:var(--gray-700);white-space:nowrap;min-width:160px}.eha-table td:last-child{color:var(--gray-600);font-family:"Courier New",monospace}