
.pgwhois-body { margin:0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color:#111; }
.pgwhois-wrap { max-width: 820px; margin: 0 auto; padding: 38px 18px 30px; text-align:center; }
.pgwhois-top { display:flex; flex-direction:column; align-items:center; gap:14px; margin-bottom: 18px; }
.pgwhois-logo { max-width: 320px; width: 72%; height: auto; }
.pgwhois-ip { font-size: 14px; opacity: 0.75; }
.pgwhois-ip-val { font-weight: 600; }
.pgwhois-card { display:block; margin: 0 auto; max-width: 720px; }
.pgwhois-form { display:flex; flex-direction:column; gap: 10px; }
.pgwhois-row { display:flex; }
.pgwhois-row-2 { gap: 10px; align-items: stretch; justify-content:center; flex-wrap:wrap; }
.pgwhois-input { flex:1; width:100%; padding: 14px 14px; border: 1px solid rgba(0,0,0,0.18); border-radius: 999px; font-size: 16px; outline: none; }
.pgwhois-input:focus { border-color: rgba(0,0,0,0.35); box-shadow: 0 0 0 3px rgba(0,0,0,0.08); }
.pgwhois-select { padding: 10px 12px; border: 1px solid rgba(0,0,0,0.18); border-radius: 12px; background:#fff; }
.pgwhois-btn { padding: 10px 18px; border: 1px solid rgba(0,0,0,0.18); border-radius: 12px; background:#111; color:#fff; cursor:pointer; }
.pgwhois-btn:hover { opacity:0.92; }
.pgwhois-note { margin-top: 10px; font-size: 12px; opacity: 0.65; }
.pgwhois-results { text-align:left; margin-top: 18px; background: rgba(255,255,255,0.85); border: 1px solid rgba(0,0,0,0.08); border-radius: 16px; padding: 16px; overflow:auto; }
.pgwhois-loading { text-align:center; padding: 14px 0; font-weight: 600; }
.pgwhois-hint { font-size: 13px; opacity: 0.75; }
.pgwhois-kv { display:grid; grid-template-columns: 160px 1fr; gap: 8px 12px; margin-bottom: 12px; }
.pgwhois-k { font-size: 12px; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.7; }
.pgwhois-v { font-size: 14px; }
.pgwhois-pre { white-space: pre; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; line-height: 1.45; }
.pgwhois-pill { display:inline-block; padding: 4px 10px; border-radius: 999px; background: rgba(0,0,0,0.08); font-size: 12px; }
.pgwhois-footer { margin-top: 16px; font-size: 12px; opacity: 0.7; }
.pgwhois-footer a { color: inherit; }

.pgwhois-head { display:flex; flex-direction:column; gap:8px; margin-bottom: 10px; }
.pgwhois-head-title { font-size: 18px; font-weight: 700; }
.pgwhois-head-meta { display:flex; flex-wrap:wrap; gap:8px; }
.pgwhois-chip { display:inline-block; padding: 4px 10px; border-radius: 999px; background: rgba(0,0,0,0.08); font-size: 12px; }
.pgwhois-summarybox { border: 1px solid rgba(0,0,0,0.08); border-radius: 14px; padding: 12px; background: rgba(0,0,0,0.02); margin-bottom: 12px; }
.pgwhois-srow { display:grid; grid-template-columns: 140px 1fr; gap: 10px; padding: 6px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.pgwhois-srow:last-child { border-bottom: none; }
.pgwhois-skey { font-size: 12px; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.65; }
.pgwhois-sval { font-size: 14px; }
.pgwhois-cta { margin: 10px 0 14px; }
.pgwhois-raw summary { cursor: pointer; font-weight: 600; margin: 10px 0; }

.pgwhois-variants { margin: 12px 0 8px; }
.pgwhois-variants-title { font-weight: 700; margin-bottom: 8px; }
.pgwhois-variants-grid { display:flex; flex-wrap:wrap; gap:8px; }
.pgwhois-variant { display:inline-block; padding: 8px 10px; border-radius: 999px; border:1px solid rgba(0,0,0,0.12); text-decoration:none; color: inherit; font-size: 13px; background: rgba(255,255,255,0.7); }
.pgwhois-variant:hover { background: rgba(0,0,0,0.04); }

.pgwhois-embed { max-width: 720px; }
.pgwhois-embed-row { display:flex; gap:10px; align-items:center; }
.pgwhois-embed-input { flex:1; height: 44px; padding: 0 14px; border-radius: 999px; border: 1px solid rgba(0,0,0,0.18); }
.pgwhois-embed-result { margin-top: 10px; }
.pgwhois-muted { opacity: 0.7; }
.pgwhois-error { color: #b00020; }
