* { box-sizing: border-box; font-family: system-ui, sans-serif; }
body { margin: 0; background: #f4f4f2; color: #222; }

.net-banner { text-align: center; padding: 6px; font-size: 13px; color: #fff; }
.net-banner.online { background: #2e7d32; }
.net-banner.offline { background: #c62828; }

.wizard { max-width: 480px; margin: 0 auto; padding: 24px 16px 64px; }
h1 { font-size: 22px; margin-bottom: 8px; }

.steps-indicator { display: flex; gap: 8px; margin-bottom: 24px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: #ccc; }
.dot.active { background: #2e7d32; }

.step { display: none; }
.step.active { display: block; }

label { display: block; margin-bottom: 14px; font-size: 14px; }
input, textarea { width: 100%; padding: 8px; margin-top: 4px; border: 1px solid #ccc; border-radius: 6px; font-size: 14px; }

button { padding: 10px 16px; border: none; border-radius: 6px; background: #2e7d32; color: #fff; font-size: 14px; margin-right: 8px; margin-top: 8px; cursor: pointer; }
button.back { background: #888; }

.step-label { font-size: 12px; color: #888; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 2px; }

#map { height: 260px; margin-top: 12px; border-radius: 6px; }
.thumbs { display: flex; gap: 8px; margin-top: 8px; }
.thumbs img { width: 72px; height: 72px; object-fit: cover; border-radius: 6px; }
.thumbs .thumb-wrap { position: relative; }
.thumbs button.remove { position: absolute; top: -6px; right: -6px; width: 20px; height: 20px; padding: 0; border-radius: 50%; font-size: 11px; line-height: 1; }

.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 8px; }
.category-card { border: 2px solid #ddd; border-radius: 8px; padding: 12px 8px; text-align: center; cursor: pointer; background: #fff; font-size: 13px; }
.category-card .icon { font-size: 24px; display: block; margin-bottom: 6px; }
.category-card.selected { border-color: #2e7d32; background: #eaf3ea; }

.error { color: #c62828; font-size: 13px; min-height: 18px; margin: 6px 0 0; }

#review { font-size: 14px; background: #fff; padding: 12px; border-radius: 6px; }
#review div { margin-bottom: 6px; }
.hint { font-size: 12px; color: #666; }
