.eic-widget{max-width:1100px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}
.eic-header{text-align:center;margin-bottom:2rem}
.eic-title{color:#111827;font-size:2rem;line-height:1.2;margin:0 0 .5rem;font-weight:800}
.eic-subtitle{color:#6b7280;font-size:1rem;margin:0 auto;max-width:640px}

.eic-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.08);padding:1.5rem;margin-bottom:1.5rem}
.eic-grid{display:grid;grid-template-columns:1fr 2fr;gap:1rem}
.eic-side{}

.eic-drop{border:2px dashed #d1d5db;border-radius:12px;padding:2rem;text-align:center;cursor:pointer}
.eic-drop:hover{border-color:#a78bfa}
.eic-drop-inner{}
.eic-drop-icon{font-size:2rem;color:#9ca3af;margin-bottom:.5rem}
.eic-drop-title{font-weight:700;color:#374151}
.eic-drop-sub{color:#6b7280;font-size:.9rem;margin-bottom:.75rem}

.eic-button{background:#7c3aed;color:#fff;border:none;border-radius:8px;padding:.6rem .9rem;font-weight:700;cursor:pointer}
.eic-button:hover{background:#6d28d9}
.eic-button.eic-green{background:#16a34a}
.eic-button.eic-green:hover{background:#15803d}

.eic-hidden{display:none}

.eic-control{margin-top:1rem}
.eic-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}
.eic-range{width:100%}
.eic-range-notes{display:flex;justify-content:space-between;color:#6b7280;font-size:.85rem;margin-top:.25rem}

.eic-preview{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.eic-preview-title{font-weight:700;color:#111827;margin:0 0 .5rem}
.eic-img-wrap{width:100%;min-height:16rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}
.eic-img-wrap img{max-width:100%;max-height:400px;object-fit:contain}
.eic-meta{text-align:center;color:#6b7280;font-size:.9rem;margin-top:.4rem}

.eic-download{text-align:center;margin-top:1rem}

.eic-section-title{color:#111827;font-size:1.25rem;font-weight:700;margin:0 0 1rem}
.eic-content{color:#374151;line-height:1.7;font-size:1rem}

@media (max-width:1024px){
  .eic-grid{grid-template-columns:1fr}
}
@media (max-width:768px){
  .eic-widget{padding:0 1rem}
}
