.eip-widget{max-width:800px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}
.eip-header{text-align:center;margin-bottom:2rem}
.eip-title{color:#111827;font-size:2rem;line-height:1.2;margin:0 0 .5rem;font-weight:800}
.eip-subtitle{color:#6b7280;font-size:1rem;margin:0 auto;max-width:640px}

.eip-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.08);padding:1.5rem;margin-bottom:1.5rem}

.eip-row{display:flex;gap:.5rem;align-items:center;margin-bottom:.75rem}
.eip-input{flex:1;padding:.75rem;border:2px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s}
.eip-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.12)}
.eip-button{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:.6rem .9rem;font-weight:700;cursor:pointer}
.eip-button:hover{background:#1d4ed8}

.eip-status{min-height:24px;color:#6b7280}

.eip-result{background:#f9fafb;border-radius:12px;padding:1rem}
.eip-ip{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}
.eip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem}
.eip-item{display:flex;justify-content:space-between;gap:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.6rem .75rem}
.eip-key{color:#64748b;font-weight:600}
.eip-val{color:#111827;font-weight:700}

.eip-section-title{color:#111827;font-size:1.25rem;font-weight:700;margin:0 0 1rem}
.eip-content{color:#374151;line-height:1.7;font-size:1rem}

@media (max-width:768px){
  .eip-widget{padding:0 1rem}
  .eip-row{flex-direction:column}
  .eip-button{width:100%}
}
