.top-bar{position:fixed;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;z-index:1000}#theme-switcher{padding:.5rem 1rem;border-radius:4px;font-size:.875rem;cursor:pointer}#user-info{background:var(--pico-card-background-color);border:1px solid var(--pico-muted-border-color);border-radius:4px;padding:.5rem 1rem}.user-display{display:flex;align-items:center;gap:.5rem}.user-icon{font-size:1.2rem}.user-name{font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-btn,.login-btn{padding:.25rem .75rem;border-radius:4px;font-size:.875rem;cursor:pointer;margin-left:.5rem}.container{max-width:1200px;margin:0 auto;padding:1rem}header{text-align:center;margin-bottom:2rem}.form-row{display:flex;gap:.5rem;flex-wrap:wrap}.form-row input[type=text]{flex:1;min-width:200px}.form-row select,.form-row button{min-width:auto}.example-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.example-btn{padding:.4rem .8rem;font-size:.9rem;border-radius:4px;border:1px solid;cursor:pointer;background:#f0f0f0}.example-btn:hover{background:#e0e0e0}.btn-rfc1918{border-color:#9333ea;color:#9333ea}.btn-rfc6598{border-color:#ea580c;color:#ea580c}.btn-public{border-color:#16a34a;color:#16a34a}.btn-cloudflare{border-color:#0284c7;color:#0284c7}.btn-network{border-color:#7c3aed;color:#7c3aed}.alert{padding:1rem;border-radius:4px;margin-bottom:1rem;border-left:4px solid}html[data-theme=light] .alert-info{background:#dbeafe;border-color:#3b82f6;color:#1e40af}html[data-theme=light] .alert-success{background:#d1fae5;border-color:#10b981;color:#065f46}html[data-theme=light] .alert-warning{background:#fef3c7;border-color:#f59e0b;color:#92400e}html[data-theme=light] .alert-error{background:#fee2e2;border-color:#ef4444;color:#991b1b}html[data-theme=dark] .alert-info{background:#3b82f626;border-color:#3b82f6;color:#93c5fd}html[data-theme=dark] .alert-success{background:#10b98126;border-color:#10b981;color:#6ee7b7}html[data-theme=dark] .alert-warning{background:#f59e0b26;border-color:#f59e0b;color:#fbbf24}html[data-theme=dark] .alert-error{background:#ef444426;border-color:#ef4444;color:#fca5a5}.alert a{text-decoration:underline}.alert code{background:#0003;padding:.1rem .3rem;border-radius:3px;font-size:.85rem}.hidden{display:none!important}.text-center{text-align:center}.spinner{display:inline-block;width:2rem;height:2rem;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}tr.highlight{background-color:#3b82f626}html[data-theme=light] tr.highlight{background-color:#dbeafe}.results-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--pico-card-background-color);border-bottom:1px solid var(--pico-muted-border-color)}@media (max-width: 640px){.form-row{flex-direction:column}.form-row input[type=text],.form-row select,.form-row button{width:100%}.results-header{flex-direction:column;gap:.5rem;align-items:flex-start}}
