/* Filename: frontend.css */
.igy6-wrap { max-width: 860px; margin: 1rem auto; padding: 1rem; border: 1px solid #ddd; border-radius: 8px; background: #fff; }
.igy6-wrap input, .igy6-wrap textarea, .igy6-wrap button { width: 100%; margin: 0.4rem 0; padding: 0.6rem; }
.igy6-step[data-step] { display: none; }
.igy6-progress { height: 10px; background: #eee; margin: 1rem 0; border-radius: 8px; overflow: hidden; }
#igy6-progress-bar { display: block; width: 30%; height: 10px; background: #1b5e20; }
.igy6-tabs { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 0.6rem; }
.igy6-tabs button { width: auto; }
.igy6-message { color: #b00020; min-height: 1rem; margin-top: 0.5rem; }
.igy6-file-row { display: flex; justify-content: space-between; align-items: center; border: 1px solid #eee; padding: 0.35rem 0.5rem; margin-top: 0.35rem; }
.igy6-file-row button { width: auto; margin: 0; }
.igy6-proof-item { margin: 0.6rem 0; border: 1px solid #e5e5e5; padding: 0.5rem; }
.igy6-proof-item img { max-width: 100%; height: auto; display: block; }
.igy6-proof-item iframe { width: 100%; min-height: 360px; border: 0; background: #fafafa; }
.igy6-space-sm { height: 8px; }
.igy6-space-md { height: 14px; }
.igy6-space-lg { height: 20px; }
@media (max-width: 600px) { .igy6-wrap { padding: 0.75rem; } }
