.eccv-widget{max-width:900px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}
.eccv-header{text-align:center;margin-bottom:2rem}
.eccv-title{color:#111827;font-size:2rem;line-height:1.2;margin:0 0 .5rem;font-weight:800}
.eccv-subtitle{color:#6b7280;font-size:1rem;margin:0 auto;max-width:640px}

.eccv-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.08);padding:1.5rem;margin-bottom:1.5rem}

.eccv-preview{width:120px;height:120px;border-radius:9999px;border:4px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.08);margin:0 auto 1rem}

.eccv-tabs{display:flex;gap:.5rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem;margin-bottom:1rem}
.eccv-tab{padding:.5rem 1rem;border-radius:.5rem .5rem 0 0;background:#f3f4f6;color:#6b7280;font-weight:700;cursor:pointer;border:1px solid #e5e7eb;border-bottom:none}
.eccv-tab:hover{background:#e5e7eb;color:#374151}
.eccv-tab.eccv-active{background:#e0e7ff;color:#4338ca}

.eccv-tabpanels{margin-top:1rem}
.eccv-panel{ }
.eccv-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}
.eccv-input{width:100%;padding:.75rem;border:2px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s}
.eccv-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.12)}

.eccv-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}
.eccv-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}

.eccv-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem;margin-top:1rem}
.eccv-value{background:#f9fafb;padding:.75rem;border-radius:8px;display:flex;justify-content:space-between;gap:.5rem}

.eccv-section-title{color:#111827;font-size:1.25rem;font-weight:700;margin:0 0 1rem}
.eccv-content{color:#374151;line-height:1.7;font-size:1rem}

@media (max-width:768px){
  .eccv-widget{padding:0 1rem}
}
