@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}:root{--color-primary:#0969da;--color-primary-hover:#0550ae;--color-primary-light:#ddf4ff;--color-success:#1a7f37;--color-success-light:#dafbe1;--color-warning:#9a6700;--color-warning-light:#fff8c5;--color-danger:#cf222e;--color-danger-light:#ffebe9;--color-canvas-default:#fff;--color-canvas-subtle:#f6f8fa;--color-canvas-inset:#f6f8fa;--color-border-default:#d0d7de;--color-border-muted:#d8dee4;--color-fg-default:#1f2328;--color-fg-muted:#656d76;--color-fg-subtle:#6e7781;--color-fg-on-emphasis:#fff;--shadow-small:0 1px 0 rgba(31,35,40,.04);--shadow-medium:0 3px 6px rgba(140,149,159,.15);--shadow-large:0 8px 24px rgba(140,149,159,.2);--shadow-extra-large:0 12px 48px rgba(31,35,40,.12);--space-1:4px;--space-2:8px;--space-3:16px;--space-4:24px;--space-5:32px;--space-6:40px;--radius-small:6px;--radius-medium:8px;--radius-large:12px;--font-mono:ui-monospace,"SF Mono","Cascadia Code","Source Code Pro",Menlo,Consolas,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-fg-default);background:linear-gradient(#f8f9fa 0%,#fff 100%);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.6}.container{max-width:1280px;padding:0 var(--space-4);margin:0 auto;scroll-margin-top:60px}#results-section{scroll-margin-top:90px}nav{backdrop-filter:blur(12px);z-index:100;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(0,0,0,.08);position:sticky;top:0;box-shadow:0 2px 12px rgba(0,0,0,.08)}nav .container{justify-content:space-between;align-items:center;height:72px;display:flex}nav .logo{color:#667eea;align-items:center;gap:var(--space-2);z-index:102;font-size:18px;font-weight:700;text-decoration:none;transition:all .2s;display:flex;position:relative}nav .logo:hover{color:#764ba2;transform:scale(1.05)}nav .logo-icon{stroke:#667eea;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));width:24px;height:24px}.mobile-menu-button{cursor:pointer;color:#667eea;z-index:101;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;transition:color .2s;display:none;position:relative}.mobile-menu-button:hover{color:#764ba2}.mobile-menu-button svg{stroke-width:2px;width:24px;height:24px}nav .nav-links{gap:var(--space-2);align-items:center;display:flex}nav .nav-link{color:var(--color-fg-default);border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex;position:relative}nav .nav-link svg{stroke-width:2px;width:18px;height:18px}nav .nav-link:hover{color:#667eea;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));transform:translateY(-1px)}nav .nav-link.active{color:#667eea;background:rgba(102,126,234,.15)}@media (width<=1024px){.mobile-menu-button{display:flex}nav .container{height:auto;padding:12px var(--space-4)}nav .nav-links{backdrop-filter:blur(12px);opacity:0;visibility:hidden;z-index:100;background:rgba(255,255,255,.98);border-bottom:1px solid rgba(0,0,0,.08);flex-direction:column;gap:0;max-height:calc(100vh - 64px);padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:64px;left:0;right:0;overflow-y:auto;transform:translateY(-100%);box-shadow:0 4px 20px rgba(0,0,0,.1)}nav .nav-links.active{opacity:1;visibility:visible;transform:translateY(0)}nav .nav-link{border-radius:12px;justify-content:flex-start;gap:12px;width:100%;padding:14px 16px}nav .nav-link svg{width:20px;height:20px}nav .nav-link span{font-size:16px}}.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:64px 0 96px;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;background:rgba(0,0,0,.1);position:absolute;inset:0}.hero:after{content:"";z-index:1;background:rgba(255,255,255,.05);border-radius:50%;width:400px;height:400px;position:absolute;top:0;right:0;transform:translate(128px,-128px)}.hero-decorative-circle-bottom{z-index:1;background:rgba(255,255,255,.05);border-radius:50%;width:600px;height:600px;position:absolute;bottom:0;left:0;transform:translate(-192px,192px)}.hero .container{z-index:2;position:relative}.hero-content{text-align:center;max-width:800px;margin:0 auto 48px}.hero-icon{vertical-align:baseline;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));margin-right:.25em;font-size:1em;line-height:1;animation:3s ease-in-out infinite float;display:inline-block}.hero h1{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:16px;font-size:48px;font-weight:700;line-height:1.2}.hero p{color:rgba(255,255,255,.95);text-shadow:0 1px 2px rgba(0,0,0,.1);max-width:600px;margin-bottom:0;margin-left:auto;margin-right:auto;font-size:18px;font-weight:400;line-height:1.6}@media (width>=640px){.hero h1{font-size:56px}.hero p{font-size:20px}}@media (width>=1024px){.hero h1{font-size:64px}.hero p{font-size:22px}}.hero-headers{background:linear-gradient(135deg,#2196f3 0%,#1976d2 50%,#0d47a1 100%)}.hero-whois{background:linear-gradient(135deg,#9c27b0 0%,#7b1fa2 50%,#4a148c 100%)}.hero-tls{background:linear-gradient(135deg,#4caf50 0%,#388e3c 50%,#1b5e20 100%)}.hero-ip{background:linear-gradient(135deg,#ff6f00 0%,#f57c00 50%,#e65100 100%)}.hero-mcp{background:linear-gradient(135deg,#673ab7 0%,#512da8 50%,#311b92 100%);padding-bottom:32px}.hero-about{background:linear-gradient(135deg,#607d8b 0%,#455a64 50%,#263238 100%);padding-bottom:32px}.hero-dns{background:linear-gradient(135deg,#00bcd4 0%,#0097a7 50%,#006064 100%)}.hero-form-card{backdrop-filter:blur(12px);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:24px;max-width:800px;margin:0 auto;padding:24px;box-shadow:0 20px 60px rgba(0,0,0,.3)}@media (width>=640px){.hero-form-card{padding:32px}}@media (width>=768px){.hero-form-card{padding:40px}}.hero-form-card .form-group{margin-bottom:var(--space-4)}.hero-form-card label{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.1);margin-bottom:12px;font-size:16px;font-weight:600;display:block}@media (width>=640px){.hero-form-card label{font-size:18px}}.hero-form-card input[type=text]{color:#1f2328;background-color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:12px;width:100%;padding:14px 20px;font-family:inherit;font-size:16px;line-height:1.5;transition:all .2s;box-shadow:0 4px 12px rgba(0,0,0,.1)}.hero-form-card input[type=url]{color:#1f2328;background-color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:12px;width:100%;padding:14px 20px;font-family:inherit;font-size:16px;line-height:1.5;transition:all .2s;box-shadow:0 4px 12px rgba(0,0,0,.1)}.hero-form-card input[type=number]{color:#1f2328;background-color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:12px;width:100%;padding:14px 20px;font-family:inherit;font-size:16px;line-height:1.5;transition:all .2s;box-shadow:0 4px 12px rgba(0,0,0,.1)}@media (width>=640px){.hero-form-card input[type=text]{padding:16px 24px;font-size:18px}.hero-form-card input[type=url]{padding:16px 24px;font-size:18px}.hero-form-card input[type=number]{padding:16px 24px;font-size:18px}}.hero-form-card input:hover{border-color:rgba(255,255,255,.5);box-shadow:0 6px 16px rgba(0,0,0,.15)}.hero-form-card input:focus{border-color:#fff;outline:none;transform:scale(1.01);box-shadow:0 0 0 4px rgba(255,255,255,.3)}.hero-form-card .helper-text{color:rgba(255,255,255,.9);margin-top:8px;font-size:13px;line-height:1.4}@media (width>=640px){.hero-form-card .helper-text{font-size:14px}}.hero-form-card .port-toggle{font-size:inherit;color:rgba(255,255,255,.9);cursor:pointer;text-decoration:underline;transition:color .2s}.hero-form-card .port-toggle:hover{color:#fff}.hero-form-card .tls-input-row{gap:12px;display:flex}.hero-form-card .tls-domain-input{flex:1;min-width:0}.hero-form-card input[type=number].tls-port-input{text-align:center;-moz-appearance:textfield;flex-shrink:0;width:100px;font-family:inherit}.hero-form-card input[type=number].tls-port-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.hero-form-card input[type=number].tls-port-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media (width>=640px){.hero-form-card input[type=number].tls-port-input{width:120px}}.hero-form-card button{width:100%;color:inherit;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-top:24px;padding:14px 24px;font-size:16px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 6px 20px rgba(0,0,0,.2)}@media (width>=640px){.hero-form-card button{padding:18px 32px;font-size:18px}}.hero-form-card button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 8px 24px rgba(0,0,0,.3)}.hero-form-card button:active:not(:disabled){transform:scale(1.02)}.hero-form-card button:disabled{color:#6b7280;cursor:not-allowed;background:#d1d5db}.main-content{background:linear-gradient(#f8f9fa 0%,#fff 100%);min-height:calc(100vh - 300px);padding:32px 0 48px}.card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;margin-bottom:24px;padding:32px;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}.card:before{content:"";background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);height:3px;position:absolute;top:0;left:0;right:0}.card h2{color:var(--color-fg-default);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:24px;font-weight:700;line-height:1.3}.form-group{margin-bottom:var(--space-3)}label{margin-bottom:var(--space-2);color:var(--color-fg-default);font-size:14px;font-weight:600;display:block}input[type=text]{width:100%;padding:var(--space-2)var(--space-3);border:1px solid var(--color-border-default);border-radius:var(--radius-medium);background-color:var(--color-canvas-inset);color:var(--color-fg-default);font-family:inherit;font-size:14px;line-height:20px;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}input[type=url]{width:100%;padding:var(--space-2)var(--space-3);border:1px solid var(--color-border-default);border-radius:var(--radius-medium);background-color:var(--color-canvas-inset);color:var(--color-fg-default);font-family:inherit;font-size:14px;line-height:20px;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}input:hover{border-color:var(--color-border-muted)}input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light);background-color:var(--color-canvas-default);outline:none}input::placeholder{color:var(--color-fg-subtle)}button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px rgba(102,126,234,.3)}button svg{stroke-width:2px;width:18px;height:18px}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}button:active:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.3)}button:disabled{color:#6b7280;cursor:not-allowed;box-shadow:none;background:#d1d5db;transform:none}.stats-bar{gap:var(--space-5);padding:var(--space-4)0;margin-bottom:var(--space-4);border-bottom:1px solid var(--color-border-default);flex-wrap:wrap;display:flex}.stat-item{gap:var(--space-1);flex-direction:column;display:flex}.stat-label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-fg-subtle);font-size:12px;font-weight:600}.stat-value{color:var(--color-fg-default);font-size:28px;font-weight:700;line-height:1;font-family:var(--font-mono)}.stat-value.success{color:var(--color-success)}.headers-table{width:100%;margin-top:var(--space-3);border:1px solid var(--color-border-default);border-radius:var(--radius-medium);overflow:hidden}.header-row{gap:var(--space-3);padding:var(--space-3);border-bottom:1px solid var(--color-border-default);grid-template-columns:160px 1fr;align-items:start;transition:background-color .25s cubic-bezier(.4,0,.2,1);display:grid}.header-row:hover{background-color:var(--color-canvas-subtle)}.header-row:last-child{border-bottom:none}.header-category{flex-shrink:0}.badge{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border:1px solid;border-radius:12px;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge-security{background-color:var(--color-danger-light);color:var(--color-danger);border-color:rgba(207,34,46,.2)}.badge-cors{color:#0349b4;background-color:#e6f2ff;border-color:rgba(3,73,180,.2)}.badge-caching{background-color:var(--color-success-light);color:var(--color-success);border-color:rgba(26,127,55,.2)}.badge-performance{background-color:var(--color-warning-light);color:var(--color-warning);border-color:rgba(154,103,0,.2)}.badge-cloudflare{color:#e65100;background-color:#fff3e0;border-color:rgba(230,81,0,.2)}.badge-aws{color:#f57c00;background-color:#fff8e1;border-color:rgba(245,124,0,.2)}.badge-nginx,.badge-apache,.badge-fastly,.badge-akamai{color:#6a1b9a;background-color:#f3e5f5;border-color:rgba(106,27,154,.2)}.badge-server{color:#01579b;background-color:#e1f5fe;border-color:rgba(1,87,155,.2)}.badge-content-type{color:#00695c;background-color:#e0f2f1;border-color:rgba(0,105,92,.2)}.badge-cookies{color:#880e4f;background-color:#fce4ec;border-color:rgba(136,14,79,.2)}.badge-compression{color:#4a148c;background-color:#ede7f6;border-color:rgba(74,20,140,.2)}.badge-redirection{color:#e65100;background-color:#fff3e0;border-color:rgba(230,81,0,.2)}.badge-date{color:#00695c;background-color:#e0f2f1;border-color:rgba(0,105,92,.2)}.badge-authentication{color:#c2185b;background-color:#fce4ec;border-color:rgba(194,24,91,.2)}.badge-connection{color:#1976d2;background-color:#e3f2fd;border-color:rgba(25,118,210,.2)}.badge-protocol{color:#7b1fa2;background-color:#f3e5f5;border-color:rgba(123,31,162,.2)}.badge-request{color:#2e7d32;background-color:#e8f5e9;border-color:rgba(46,125,50,.2)}.badge-range{color:#0277bd;background-color:#e1f5fe;border-color:rgba(2,119,189,.2)}.badge-other{background-color:var(--color-canvas-subtle);color:var(--color-fg-muted);border-color:var(--color-border-default)}.badge-primary{color:#1976d2;background-color:#e3f2fd;border-color:rgba(25,118,210,.2);font-weight:600}.badge-dns-found{background-color:var(--color-success-light);color:var(--color-success);border-color:rgba(26,127,55,.2)}.badge-dns-empty{background-color:var(--color-canvas-subtle);color:var(--color-fg-muted);border-color:var(--color-border-default)}.badge-chain{text-transform:none;letter-spacing:normal}.header-content{flex:1;min-width:0}.header-name{color:var(--color-fg-default);margin-bottom:var(--space-1);font-size:14px;font-weight:600;font-family:var(--font-mono)}.header-values{flex-direction:column;width:fit-content;max-width:100%;margin:0;padding:0;list-style:none;display:flex}.header-value-item{color:var(--color-fg-muted);word-break:break-word;border-top:1px solid rgba(0,0,0,.08);width:fit-content;max-width:100%;margin-top:8px;padding-top:8px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px;line-height:1.5;display:block}.header-value-item:first-child{border-top:none;margin-top:0;padding-top:0}.info-section{margin-bottom:var(--space-5)}.info-section h3{margin-bottom:var(--space-3);color:var(--color-fg-default);align-items:center;gap:var(--space-2);font-size:16px;font-weight:600;display:flex}.info-section h3:before{content:"";background-color:var(--color-primary);border-radius:2px;width:4px;height:16px}.info-grid{gap:var(--space-4);margin-bottom:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.info-row{gap:var(--space-1);padding:var(--space-3);border-radius:var(--radius-medium);border:1px solid var(--color-border-default);flex-direction:column;display:flex}.info-label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-fg-subtle);font-size:12px;font-weight:600}.info-value{color:var(--color-fg-default);font-size:14px;font-weight:500;font-family:var(--font-mono)}.info-value code{font-family:var(--font-mono);background-color:var(--color-canvas-inset);border:1px solid var(--color-border-default);border-radius:3px;padding:2px 6px;font-size:13px}.ip-addresses{gap:var(--space-2);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.ip-badge{font-family:var(--font-mono);padding:var(--space-2)var(--space-3);background-color:var(--color-canvas-default);border:1px solid var(--color-border-default);border-radius:var(--radius-medium);color:var(--color-primary);box-shadow:var(--shadow-small);font-size:13px;font-weight:600}.cert-status{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-3);border-radius:var(--radius-medium);border:1px solid;font-size:13px;font-weight:600;display:inline-flex}.cert-status.valid{background-color:var(--color-success-light);color:var(--color-success);border-color:rgba(26,127,55,.3)}.cert-status.valid:before{content:"✓";font-size:16px}.cert-status.expired{background-color:var(--color-danger-light);color:var(--color-danger);border-color:rgba(207,34,46,.3)}.cert-status.expired:before{content:"⚠";font-size:16px}.raw-data{background-color:var(--color-canvas-inset);border:1px solid var(--color-border-default);border-radius:var(--radius-medium);padding:var(--space-4);margin-top:var(--space-4);overflow-x:auto}.raw-data pre{font-family:var(--font-mono);color:var(--color-fg-default);white-space:pre-wrap;word-wrap:break-word;font-size:12px;line-height:1.6}.spinner{border:2px solid var(--color-border-default);border-top:2px solid var(--color-primary);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container{padding:var(--space-6);justify-content:center;align-items:center;gap:var(--space-3);flex-direction:column;display:flex}.loading-text{color:var(--color-fg-muted);font-size:14px;font-weight:500}.error-message{background-color:var(--color-danger-light);border-radius:var(--radius-medium);padding:var(--space-3)var(--space-4);margin-top:var(--space-3);align-items:flex-start;gap:var(--space-3);border:1px solid rgba(207,34,46,.2);display:flex}.error-message-icon{width:20px;height:20px;color:var(--color-danger);flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.error-message-icon svg{width:20px;height:20px}.error-message-content{flex-direction:column;gap:2px;min-width:0;display:flex}.error-message-title{color:var(--color-danger);font-size:14px;font-weight:600;line-height:1.4}.error-message-text{color:#7f1d1d;word-break:break-word;font-size:14px;line-height:1.5}.error-message-text a{color:#7f1d1d;font-weight:600;text-decoration:underline}.error-message-text a:hover{color:var(--color-danger)}.about-section{margin-bottom:var(--space-6)}.seo-content{margin-top:48px}.about-section h2{margin-bottom:var(--space-3);color:var(--color-fg-default);letter-spacing:-.02em;font-size:28px;font-weight:700}.about-section h3{margin-bottom:var(--space-2);margin-top:var(--space-4);color:var(--color-fg-default);font-size:20px;font-weight:600}.about-section p{color:var(--color-fg-muted);margin-bottom:var(--space-3);font-size:15px;line-height:1.7}.about-section ul{padding:0;list-style:none}.about-section li{padding:var(--space-2)0;padding-left:var(--space-4);color:var(--color-fg-muted);position:relative}.about-section li:before{content:"→";color:var(--color-primary);font-weight:700;position:absolute;left:0}.feature-grid{gap:var(--space-4);margin:var(--space-4)0;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.feature-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:24px;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}.feature-card:before{content:"";background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);height:3px;position:absolute;top:0;left:0;right:0}.feature-card h4{color:#667eea;align-items:center;gap:8px;margin-bottom:12px;font-size:18px;font-weight:700;line-height:1.3;display:flex}.feature-card h4:before{content:"→";font-size:20px;font-weight:700}.feature-card p{color:var(--color-fg-muted);font-size:15px;line-height:1.6}.detailed-feature-grid{gap:var(--space-4);margin:var(--space-4)0;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));display:grid}.detailed-feature-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:24px;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}.detailed-feature-card:before{content:"";background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);height:3px;position:absolute;top:0;left:0;right:0}.detailed-feature-header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);display:flex}.detailed-feature-icon{justify-content:center;align-items:center;font-size:20px;display:flex}.detailed-feature-icon svg{stroke-width:2px;stroke:#667eea;width:24px;height:24px}.detailed-feature-header h3{color:#667eea;margin:0;font-size:20px;font-weight:700;line-height:1.3}.detailed-feature-items{gap:var(--space-3);flex-direction:column;display:flex}.detailed-feature-item{gap:var(--space-1);flex-direction:column;display:flex}.detailed-feature-item .item-title{color:var(--color-fg-default);font-size:14px;font-weight:600}.detailed-feature-item .item-description{color:var(--color-fg-muted);font-size:12px;line-height:1.5}.multi-column-content h2{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:32px;font-size:32px;font-weight:700;line-height:1.2}.content-columns{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px;margin-bottom:32px;display:grid}.content-column{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:12px;padding:24px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.content-column h3{color:#667eea;margin-bottom:12px;font-size:20px;font-weight:700;line-height:1.3}.content-column p{color:var(--color-fg-muted);margin-bottom:12px;font-size:15px;line-height:1.7}.content-column p strong{color:var(--color-fg-default);font-weight:700}.search-box{margin-bottom:var(--space-3)}.search-box input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%236e7781'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");background-position:12px;background-repeat:no-repeat;padding-left:40px}footer{color:var(--color-fg-default);background:#fff;border-top:1px solid rgba(0,0,0,.08);margin-top:64px;padding:48px 0 32px;font-size:14px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.footer-grid{grid-template-columns:repeat(1,1fr);gap:32px;margin-bottom:32px;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:repeat(3,1fr);gap:48px}}.footer-column{flex-direction:column;display:flex}.footer-column h3{color:var(--color-fg-default);text-transform:uppercase;letter-spacing:.05em;margin:0 0 16px;font-size:13px;font-weight:600}.footer-brand{flex-direction:column;gap:16px;display:flex}.footer-logo{color:#1f2937;align-items:center;gap:8px;font-size:18px;font-weight:700;text-decoration:none;transition:color .2s;display:flex}.footer-logo svg{stroke-width:2px;width:20px;height:20px}.footer-logo:hover{color:#111827}.footer-description{color:#4b5563;margin:0;font-size:14px;line-height:1.6}.footer-nav{box-shadow:none;background:0 0;border:none;flex-direction:column;gap:8px;display:flex;position:static}footer .footer-link{color:#4b5563;align-items:center;font-size:14px;text-decoration:none;transition:color .2s;display:flex}footer .footer-link:hover{color:#111827}.footer-link-icon{stroke-width:2px;width:12px;height:12px;margin-left:4px}.footer-link-icon-leading{margin-left:0;margin-right:4px}.footer-bottom{border-top:1px solid rgba(0,0,0,.08)}.footer-bottom-top{flex-direction:column;align-items:center;gap:16px;padding:24px 0;display:flex}@media (width>=1024px){.footer-bottom-top{flex-direction:row;justify-content:space-between}}.footer-tagline{color:#6b7280;text-align:center;margin:0;font-size:14px}@media (width>=1024px){.footer-tagline{text-align:left}}.footer-author{color:#6b7280;white-space:nowrap;align-items:center;gap:4px;font-size:14px;display:flex}.footer-heart{stroke:#ef4444;fill:#ef4444;width:16px;height:16px;margin:0 4px}.footer-author-link{color:#4b5563;white-space:nowrap;margin-left:4px;text-decoration:none;transition:color .2s}.footer-author-link:hover{color:#111827}.footer-build{text-align:center;padding-top:12px}.footer-build-version{color:#9ca3af;margin:0;font-size:12px}code{font-family:var(--font-mono);background-color:var(--color-canvas-inset);color:var(--color-fg-default);border:1px solid var(--color-border-default);border-radius:3px;padding:2px 6px;font-size:.9em}pre code{background:0 0;border:none;padding:0}@media (width<=768px){.container{padding:0 var(--space-3)}.hero{padding:40px 0 48px}.hero-content{margin-bottom:32px}.main-content{padding:24px 0 32px}.seo-content{margin-top:32px}.multi-column-content h2{margin-bottom:24px;font-size:26px}.hero h1{font-size:32px}.hero p{font-size:16px}nav .nav-links{gap:var(--space-1);flex-wrap:wrap}nav a{padding:var(--space-1)var(--space-2);font-size:13px}.card{padding:var(--space-3)}.stats-bar{gap:var(--space-4)}.stat-value{font-size:24px}.header-row{gap:var(--space-2);grid-template-columns:1fr}.info-grid,.feature-grid,.detailed-feature-grid,.content-columns,.content-grid{grid-template-columns:1fr}}@media (width<=480px){.hero{padding:24px 0 32px}.hero-content{margin-bottom:20px}.main-content{padding:16px 0 24px}.seo-content{margin-top:24px}.multi-column-content h2{margin-bottom:20px;font-size:22px}.hero-form-card{padding:16px}.hero-form-card .form-group{margin-bottom:12px}.hero-form-card label{margin-bottom:8px;font-size:14px}.hero-form-card input[type=text]{padding:12px 14px;font-size:15px}.hero-form-card input[type=url]{padding:12px 14px;font-size:15px}.hero-form-card input[type=number]{padding:12px 14px;font-size:15px}.hero-form-card button{padding:12px 20px;font-size:15px}}.content-grid{grid-template-columns:1fr;gap:2rem;margin-top:1.5rem;display:grid}.content-section{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.content-section h3{color:#111827;margin-top:0;margin-bottom:1rem;font-size:1rem;font-weight:600}.content-spacer{height:1rem}@media (width>=1024px){.content-grid{grid-template-columns:1fr 1fr}}.name-servers-list{margin:0;padding-left:1.5rem;list-style:outside}.name-server-item{font-family:var(--font-mono);color:#6b7280;padding:.25rem 0;font-size:14px}.raw-whois-response{color:#e5e7eb;font-family:var(--font-mono);white-space:pre-wrap;word-wrap:break-word;background-color:#1f2937;border-radius:.5rem;max-height:600px;margin:0;padding:1.25rem;font-size:.8125rem;line-height:1.6;overflow:auto}.ip-badge-link{cursor:pointer;text-transform:none;align-items:baseline;gap:.375rem;font-size:.8125rem;text-decoration:none;transition:filter .15s,transform .15s,box-shadow .15s;display:inline-flex}.ip-address-mono{font-family:var(--font-mono)}.ip-badge-link svg{opacity:.7;align-self:center;width:.75rem;height:.75rem;transition:opacity .15s}.ip-badge-link:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.ip-badge-link:hover svg{opacity:1}.reverse-dns-list{flex-direction:column;gap:.5rem;display:flex}.reverse-dns-row{background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.reverse-dns-row svg{color:#9ca3af;flex-shrink:0;width:.875rem;height:.875rem}.reverse-dns-ip{font-family:var(--font-mono);color:#374151;flex-shrink:0;font-size:.8125rem}.reverse-dns-hostname{font-family:var(--font-mono);color:#6b7280;word-break:break-all;font-size:.8125rem}.asn-section{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1.5rem;padding:1.5rem}.asn-host-row{background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;margin-bottom:1rem;padding:.75rem 1rem}.asn-host-name{color:#374151;font-size:1rem;font-weight:600;line-height:1.4}.asn-details-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;display:grid}.asn-detail-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;flex-direction:column;gap:.25rem;padding:.625rem .75rem;display:flex}.asn-detail-label{color:#6b7280;text-transform:uppercase;letter-spacing:.025em;font-size:.6875rem;font-weight:500}.asn-detail-value{color:#374151;font-size:.875rem;font-weight:600}.asn-detail-value.mono{font-family:var(--font-mono)}.ip-section{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.ip-addresses-list{flex-wrap:wrap;gap:.5rem;display:flex}.ip-address-row{background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:inline-flex}.ip-address-row:hover{border-color:#d1d5db;box-shadow:0 2px 4px rgba(0,0,0,.05)}.ip-address-value{font-family:var(--font-mono);color:#374151;font-size:.875rem}.ip-row-meta{align-items:center;gap:.5rem;display:flex}.ip-row-meta svg{color:#9ca3af;width:.875rem;height:.875rem}.ip-address-row:hover .ip-row-meta svg{color:#6b7280}.ip-version-badge{text-transform:uppercase;border-radius:.25rem;padding:.125rem .375rem;font-size:.6875rem;font-weight:600}.ip-version-badge.ipv4{color:#00695c;background-color:#e0f2f1}.ip-version-badge.ipv6{color:#7b1fa2;background-color:#f3e5f5}.whois-section-margin,.section-spacing{margin-top:1.5rem}.section-helper-text{color:#6b7280;margin:.5rem 0 1rem;font-size:.875rem}.whois-loading{color:#6b7280;align-items:center;gap:.5rem;padding:1rem;display:flex}.whois-error{color:#ef4444;padding:1rem}.whois-no-data{color:#6b7280;padding:1rem}.status-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;padding:.75rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.status-badge-wrapper{margin-bottom:.5rem}.status-description{color:#6b7280;font-size:.875rem;line-height:1.4}.status-item .badge{white-space:nowrap;color:#fff;background-color:#9c27b0;border:1px solid #7b1fa2;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.status-item .badge.badge-other{color:#4b5563;background-color:#f3f4f6;border:1px solid #d1d5db}.response-summary-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:1rem;padding:1.5rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.response-summary-title{color:#111827;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:600;display:flex}.response-summary-title svg{flex-shrink:0}.response-summary-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.response-summary-grid{grid-template-columns:repeat(3,1fr)}}.response-summary-stat{background-color:#f9fafb;border-radius:.5rem;padding:1rem}.response-summary-label{color:#6b7280;margin-bottom:.25rem;font-size:.875rem}.response-summary-value{color:#111827;font-size:1.125rem;font-weight:600}.response-summary-status-error{color:#dc2626}.response-summary-status-ok{color:#16a34a}.response-summary-status-warning{color:#d97706}.response-summary-url-container{margin-top:1rem}.response-summary-url{font-family:var(--font-mono);color:#111827;word-break:break-all;margin-top:.25rem;font-size:.875rem}.response-summary-subtitle{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.response-summary-error{color:#92400e;background-color:#fef3c7;border-radius:.375rem;margin-bottom:1rem;padding:.75rem}.search-input-container{position:relative}.search-input-container input{width:100%;padding-left:2.5rem}.search-input-container svg{color:#6b7280;width:1rem;height:1rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.warning-banner{background-color:#fef3c7;border:1px solid #f59e0b;border-radius:.375rem;margin-bottom:1rem;padding:1rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.warning-banner-content{display:flex}.warning-banner-icon{flex-shrink:0}.warning-banner-icon svg,.warning-banner-icon svg path{color:#f59e0b;width:1.25rem;height:1.25rem}.warning-banner-text{margin-left:.75rem}.warning-banner-title{color:#92400e;margin-bottom:.25rem;font-size:1rem;font-weight:500}.warning-banner-description{color:#b45309;font-size:.875rem}.proxy-warning{margin-top:1rem;margin-bottom:0}.warning-link{color:#92400e;text-underline-offset:2px;align-items:center;gap:.25rem;font-weight:500;text-decoration:underline;display:inline-flex}.warning-link:hover{color:#78350f}.warning-link svg{width:.75rem;height:.75rem}.external-link{color:var(--color-primary);word-break:break-all;align-items:center;gap:.25rem;text-decoration:none;display:inline-flex}.external-link:hover{text-decoration:underline}.external-link svg{width:.875rem;height:.875rem}.location-value{align-items:center;gap:.5rem;display:flex}.location-link{color:var(--color-primary);word-break:break-all;flex:1;min-width:0;text-decoration:none}.location-link:hover{text-decoration:underline}.open-new-tab-btn{color:var(--color-fg-muted);border:1px solid var(--color-border-default);background-color:#f9fafb;border-radius:.375rem;flex-shrink:0;align-items:center;gap:.25rem;padding:.25rem .5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.open-new-tab-btn:hover{border-color:var(--color-border-muted);color:var(--color-fg-default);background-color:#f3f4f6}.open-new-tab-btn:active{background-color:#e5e7eb}.open-new-tab-btn .btn-text{font-size:.75rem}.open-new-tab-btn svg{width:.875rem;height:.875rem}.card-title{margin-bottom:1rem}.card-subtitle{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.card-error{color:#92400e;background-color:#fef3c7;border-radius:.375rem;margin-bottom:1rem;padding:.75rem}.display-grid{gap:1.5rem;display:grid}.section-heading{align-items:center;margin-bottom:.5rem;font-weight:600;display:flex}.section-heading svg{flex-shrink:0}.info-row{padding:.5rem 0;display:flex;border:none!important}.info-row-label{flex-shrink:0;font-weight:500;border:none!important}.info-row-value{color:#6b7280;border:none!important}.inline-flex-row{align-items:center;gap:.5rem;display:flex}.inline-label{font-weight:500}.status-success{color:#059669;align-items:center;gap:.5rem;font-weight:600;display:flex}.status-error{color:#dc2626;align-items:center;gap:.5rem;font-weight:600;display:flex}.card,.feature-card,.detailed-feature-card,.content-column,button,nav a{backface-visibility:hidden;-webkit-font-smoothing:antialiased}.icon-text-spacing{margin-left:.5rem}.response-summary-value-with-icon{align-items:center;gap:.5rem;display:flex}.info-rows-container{gap:.5rem;font-size:.875rem;display:grid}.info-rows-container-compact{gap:.25rem;font-size:.8rem;display:grid}.feature-description{color:#6b7280;margin-top:.5rem;margin-bottom:0;font-size:.875rem}.badge-count{margin-left:.5rem;font-size:.7rem}.badge-list{flex-wrap:wrap;gap:.5rem;display:flex}.badge-list-tight{flex-wrap:wrap;gap:.375rem;display:flex}.full-width-section{margin-top:1.5rem}.san-tag{color:#4b5563;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.25rem;padding:.25rem .5rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.75rem}.clickable-heading{cursor:pointer;-webkit-user-select:none;user-select:none}.chevron-icon{color:#6b7280;margin-left:auto}.chain-cards-container{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.chain-certificate-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.chain-certificate-heading{color:#374151;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.chain-certificate-heading-large{color:#374151;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.05rem;font-weight:600;display:flex}.info-row-label-wide{width:180px}.info-row-value-monospace{word-break:break-all;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.8rem}.info-row-value-wrap{word-break:break-all}.security-legend{color:#9ca3af;flex-wrap:wrap;gap:1rem;margin-top:.75rem;font-size:.7rem;display:flex}.security-legend-item{align-items:center;gap:.25rem;display:flex}.security-legend-dot{border-radius:50%;width:8px;height:8px}.security-legend-dot-secure{background-color:#dafbe1;border:1px solid #1a7f37}.security-legend-dot-acceptable{background-color:#fff8c5;border:1px solid #9a6700}.security-legend-dot-insecure{background-color:#ffebe9;border:1px solid #cf222e}.hero-cta-card{-webkit-backdrop-filter:blur(8px);padding:var(--space-4)var(--space-5);margin-top:var(--space-4);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1)}.hero-cta-buttons{gap:var(--space-3);flex-direction:column;justify-content:center;display:flex}@media (width>=640px){.hero-cta-buttons{flex-direction:row}}.cta-button{border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px rgba(0,0,0,.1)}.cta-button svg{width:20px;height:20px}.cta-button-primary{color:#1f2937;background-color:#fff}.cta-button-primary:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}.cta-button-secondary{color:#fff;background-color:#475569}.cta-button-secondary:hover{background-color:#5a6b7d;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}.mcp-intro-card{margin-bottom:var(--space-4)}.mcp-intro-header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);display:flex}.mcp-intro-header svg{color:#673ab7;stroke:#673ab7;width:24px;height:24px}.mcp-intro-header h2{color:var(--color-fg-default);margin:0;font-size:1.5rem;font-weight:700}.mcp-intro-text{color:var(--color-fg-muted);margin-bottom:var(--space-3);font-size:1.125rem;line-height:1.7}.mcp-intro-text:last-child{margin-bottom:0}.inline-code{color:#1f2937;font-family:var(--font-mono);background-color:#f3f4f6;border-radius:4px;padding:.125rem .5rem;font-size:.9em}.inline-code-small{color:#374151;font-family:var(--font-mono);background-color:#e5e7eb;border-radius:3px;padding:.125rem .375rem;font-size:.8em}.section-title{color:var(--color-fg-default);margin-bottom:var(--space-4);font-size:1.5rem;font-weight:700}.mcp-tools-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.mcp-tool-card{padding:var(--space-4);border:1px solid #e5e7eb;border-radius:12px;transition:box-shadow .2s,border-color .2s}.mcp-tool-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.mcp-tool-header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.mcp-tool-header svg{flex-shrink:0;width:20px;height:20px}.mcp-tool-header h3{margin:0;font-size:1.125rem;font-weight:600}.mcp-tool-header code{font-family:var(--font-mono);background-color:#f3f4f6;border-radius:4px;padding:.25rem .5rem;font-size:1rem}.mcp-tool-description{color:var(--color-fg-muted);margin-bottom:var(--space-3);font-size:.9375rem;line-height:1.5}.mcp-tool-link{border:1px solid;border-radius:6px;padding:.375rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.mcp-tool-badge{font-size:.875rem;font-weight:500;display:inline-block}.mcp-tool-green .mcp-tool-header svg{color:#16a34a;stroke:#16a34a}.mcp-tool-green .mcp-tool-link{color:#16a34a;border-color:#16a34a}.mcp-tool-green .mcp-tool-link:hover{color:#fff;background-color:#16a34a}.mcp-tool-blue .mcp-tool-header svg{color:#2563eb;stroke:#2563eb}.mcp-tool-blue .mcp-tool-link{color:#2563eb;border-color:#2563eb}.mcp-tool-blue .mcp-tool-link:hover{color:#fff;background-color:#2563eb}.mcp-tool-orange .mcp-tool-header svg{color:#ea580c;stroke:#ea580c}.mcp-tool-orange .mcp-tool-link{color:#ea580c;border-color:#ea580c}.mcp-tool-orange .mcp-tool-link:hover{color:#fff;background-color:#ea580c}.mcp-tool-purple .mcp-tool-header svg{color:#9333ea;stroke:#9333ea}.mcp-tool-purple .mcp-tool-badge{color:#9333ea}.mcp-tool-indigo .mcp-tool-header svg{color:#4f46e5;stroke:#4f46e5}.mcp-tool-indigo .mcp-tool-badge{color:#4f46e5}.mcp-tool-red .mcp-tool-header svg{color:#dc2626;stroke:#dc2626}.mcp-tool-red .mcp-tool-badge{color:#dc2626}.mcp-tool-teal .mcp-tool-header svg{color:#0d9488;stroke:#0d9488}.mcp-tool-teal .mcp-tool-badge{color:#0d9488}.install-method{margin-bottom:var(--space-5);padding-bottom:var(--space-4);border-bottom:1px solid #e5e7eb}.install-method:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.install-method-header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.install-method-header svg{color:#2563eb;stroke:#2563eb;width:20px;height:20px}.install-method-header h3{color:var(--color-fg-default);margin:0;font-size:1.25rem;font-weight:600}.install-method-desc{color:var(--color-fg-muted);margin-bottom:var(--space-3);font-size:.9375rem;line-height:1.6}.install-method-desc.install-method-note{margin-top:var(--space-2);margin-bottom:0}.install-subsection{margin-bottom:var(--space-4)}.install-subsection h4{color:var(--color-fg-default);margin-bottom:var(--space-2);font-size:1rem;font-weight:600}.code-block-container{margin-top:var(--space-3)}.code-block-label{color:var(--color-fg-muted);margin-bottom:var(--space-2);font-size:.875rem;font-weight:500}.code-block{padding:var(--space-3);background-color:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px;position:relative}.code-block pre{margin:0;padding:0 4rem 0 0;overflow-x:auto}.code-block code{font-family:var(--font-mono);color:var(--color-fg-default);white-space:pre;font-size:.8125rem;line-height:1.6;display:block}.code-copy-button{top:var(--space-2);right:var(--space-2);cursor:pointer;background:linear-gradient(135deg,#673ab7 0%,#512da8 100%);border:none;border-radius:6px;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;transition:all .2s;display:inline-flex;position:absolute;box-shadow:0 2px 4px rgba(103,58,183,.3);color:#fff!important}.code-copy-button:hover{background:linear-gradient(135deg,#7e57c2 0%,#673ab7 100%);transform:translateY(-1px);box-shadow:0 4px 8px rgba(103,58,183,.4)}.code-copy-button svg{width:14px;height:14px;color:#fff!important;stroke:#fff!important}.code-copy-button:hover svg{color:#fff!important;stroke:#fff!important}.code-block-note{color:var(--color-fg-muted);margin-top:var(--space-2);margin-bottom:0;font-size:.8125rem}.cursor-install-section{padding:var(--space-4);margin-top:var(--space-4);background-color:#eff6ff;border-radius:12px}.cursor-install-section h4{color:var(--color-fg-default);margin-bottom:var(--space-2);font-size:1.125rem;font-weight:600}.cursor-install-button{color:#fff;background-color:#18181b;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-flex}.cursor-install-button:hover{background-color:#27272a}.cursor-logo{width:16px;height:16px}.cursor-install-buttons{align-items:flex-start;gap:var(--space-2);margin-bottom:var(--space-4);flex-direction:column;display:flex}.claude-code-install-section{padding:var(--space-4);margin-top:var(--space-4);background-color:#faf5ff;border-radius:12px}.claude-code-install-section h4{color:var(--color-fg-default);margin-bottom:var(--space-2);font-size:1.125rem;font-weight:600}.claude-code-install-section h5{color:var(--color-fg-default);margin-bottom:var(--space-1);font-size:.9375rem;font-weight:500}.claude-code-install-section .install-subsection{margin-bottom:var(--space-3)}.claude-code-install-section .install-subsection:last-of-type{margin-bottom:var(--space-2)}.link-purple{color:#673ab7;text-underline-offset:2px;text-decoration:underline}.link-purple:hover{color:#4527a0}@media (width<=768px){.mcp-tools-grid{grid-template-columns:1fr}.mcp-intro-header{align-items:flex-start;gap:var(--space-2);flex-direction:column}.mcp-intro-header h2{font-size:1.25rem}.mcp-intro-text{font-size:1rem}.code-block code{font-size:.75rem}.code-block pre{padding-right:0}.code-copy-button{margin-bottom:var(--space-2);position:static}}.about-page-layout{gap:var(--space-5);grid-template-columns:1fr;display:grid}@media (width>=1024px){.about-page-layout{gap:var(--space-6);grid-template-columns:260px 1fr}}.about-toc{display:none}@media (width>=1024px){.about-toc{display:block}}.about-toc-sticky{max-height:calc(100vh - 140px);position:sticky;top:100px;overflow-y:auto}.about-toc-card{padding:var(--space-4);background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.about-toc-title{align-items:center;gap:var(--space-2);text-transform:uppercase;letter-spacing:.05em;color:var(--color-fg-subtle);margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--color-border-default);font-size:.75rem;font-weight:600;display:flex}.about-toc-title svg{flex-shrink:0;width:14px;height:14px}.about-toc-list{margin:0;padding:0;list-style:none}.about-toc-item{margin-bottom:2px}.about-toc-section{margin-bottom:var(--space-2)}.about-toc-h2{justify-content:space-between;align-items:center;gap:var(--space-2);color:var(--color-fg-default);cursor:pointer;border-radius:6px;padding:8px 12px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.about-toc-h2:hover{background-color:var(--color-canvas-subtle);color:#667eea}.about-toc-h2.active{color:#667eea;background-color:rgba(102,126,234,.1)}.about-toc-h2-link{color:inherit;flex:1;text-decoration:none}.about-toc-toggle{cursor:pointer;width:20px;height:20px;color:var(--color-fg-subtle);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:transform .2s,color .15s;display:flex}.about-toc-toggle:hover{color:var(--color-fg-default)}.about-toc-toggle svg{width:14px;height:14px}.about-toc-toggle.collapsed{transform:rotate(-90deg)}.about-toc-children{margin:0;margin-left:var(--space-3);opacity:1;max-height:500px;padding:0;list-style:none;transition:max-height .3s,opacity .2s;overflow:hidden}.about-toc-children.collapsed{opacity:0;max-height:0}.about-toc-h3{color:var(--color-fg-muted);border-left:2px solid transparent;border-radius:4px;margin-left:4px;padding:6px 12px;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .15s;display:block}.about-toc-h3:hover{background-color:var(--color-canvas-subtle);color:#667eea;border-left-color:#667eea}.about-toc-h3.active{color:#667eea;background-color:rgba(102,126,234,.08);border-left-color:#667eea}.about-content-area{min-width:0}.about-content-card{padding:var(--space-5);background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}.about-content-card:before{content:"";background:linear-gradient(135deg,#607d8b 0%,#455a64 100%);height:3px;position:absolute;top:0;left:0;right:0}.about-content h2{color:var(--color-fg-default);margin-top:var(--space-6);margin-bottom:var(--space-3);padding-top:var(--space-4);border-top:1px solid var(--color-border-default);scroll-margin-top:100px;font-size:1.75rem;font-weight:700}.about-content h2:first-of-type{border-top:none;margin-top:0;padding-top:0}.about-content h3{color:var(--color-fg-default);margin-top:var(--space-4);margin-bottom:var(--space-2);scroll-margin-top:100px;font-size:1.25rem;font-weight:600}.about-content p{color:var(--color-fg-muted);margin-bottom:var(--space-3);font-size:1rem;line-height:1.7}.about-content ul,.about-content ol{margin-bottom:var(--space-3);padding-left:0;list-style:none}.about-content ul li,.about-content ol li{padding-left:var(--space-4);padding-top:var(--space-1);padding-bottom:var(--space-1);color:var(--color-fg-muted);font-size:1rem;line-height:1.6;position:relative}.about-content ul li:before{content:"";background-color:#667eea;border-radius:50%;width:6px;height:6px;position:absolute;top:14px;left:0}.about-content ol{counter-reset:about-list}.about-content ol li{counter-increment:about-list}.about-content ol li:before{content:counter(about-list)".";color:#667eea;font-size:.875rem;font-weight:600;position:absolute;top:4px;left:0}.about-content li strong{color:var(--color-fg-default);font-weight:600}.about-content code{font-family:var(--font-mono);color:#1f2937;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;padding:.125rem .5rem;font-size:.875em}.about-toc-mobile{margin-bottom:var(--space-4);display:block}@media (width>=1024px){.about-toc-mobile{display:none}}.about-toc-mobile-toggle{width:100%;padding:var(--space-3)var(--space-4);border:1px solid var(--color-border-default);color:var(--color-fg-default);cursor:pointer;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:600;transition:all .15s;display:flex}.about-toc-mobile-toggle:hover{border-color:#667eea}.about-toc-mobile-toggle svg{width:16px;height:16px;color:var(--color-fg-subtle);transition:transform .2s}.about-toc-mobile-toggle.expanded svg{transform:rotate(180deg)}.about-toc-mobile-content{border:1px solid var(--color-border-default);padding:var(--space-3);background:#fff;border-top:none;border-radius:0 0 8px 8px;margin-top:-1px;display:none}.about-toc-mobile-content.expanded{display:block}.about-toc-mobile-content .about-toc-list{max-height:300px;overflow-y:auto}.dns-records-container{flex-direction:column;gap:1.5rem;margin-top:1.5rem;display:flex}.dns-record-group{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.dns-records-list{flex-direction:column;gap:.5rem;display:flex}.dns-record-row{background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.dns-record-value{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.dns-record-mono{font-family:var(--font-mono);color:#374151;word-break:break-all;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.25rem;padding:.375rem .5rem;font-size:.875rem}.dns-mx-priority{color:#6b7280;white-space:nowrap;background-color:#f3f4f6;border-radius:.25rem;padding:.125rem .5rem;font-size:.75rem;font-weight:600}.dns-txt-record .dns-record-value{flex-direction:column;align-items:flex-start}.dns-txt-value{font-family:var(--font-mono);color:#374151;word-break:break-all;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.25rem;width:100%;padding:.5rem;font-size:.8125rem;line-height:1.5}.dns-soa-record{flex-direction:row;align-items:center}.dns-soa-details{flex:1;gap:.375rem;min-width:0;display:grid}.dns-soa-row{gap:.5rem;font-size:.8125rem;display:flex}.dns-soa-label{color:#6b7280;min-width:100px;font-weight:500}.dns-caa-flags{color:#6b7280;white-space:nowrap;background-color:#f3f4f6;border-radius:.25rem;padding:.125rem .5rem;font-size:.75rem;font-weight:600}.dns-caa-tag{color:#fff;white-space:nowrap;background-color:#059669;border-radius:.25rem;padding:.125rem .5rem;font-size:.75rem;font-weight:600}.dns-ttl-badge{color:#6b7280;white-space:nowrap;background-color:#f3f4f6;border-radius:.25rem;flex-shrink:0;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.dns-ttl-badge svg{width:.75rem;height:.75rem}.dns-no-records{color:#9ca3af;text-align:center;background-color:#f9fafb;border:1px dashed #e5e7eb;border-radius:.375rem;padding:.75rem 1rem;font-size:.875rem;font-style:italic}.dns-record-description{color:#6b7280;border-top:1px solid #e5e7eb;margin:.75rem 0 0;padding-top:.75rem;font-size:.8125rem;line-height:1.5}.dns-section-separator{color:#4b5563;align-items:center;gap:1rem;margin:1.5rem 0;font-size:.875rem;font-weight:500;display:flex}.dns-section-separator:before,.dns-section-separator:after{content:"";background-color:#e5e7eb;flex:1;height:1px}@media (width<=640px){.dns-record-row{flex-direction:column;align-items:flex-start;gap:.5rem}.dns-record-value{flex-direction:column;align-items:flex-start}.dns-soa-row{flex-direction:column;gap:.125rem}.dns-soa-label{min-width:auto}}