.stage-specific{min-height:440px;background:#fff;border:1px solid var(--line);display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;padding:50px;gap:45px}.stage-specific .stage-visual{height:260px;border-radius:20px;display:grid;place-items:center;font-size:64px}.stage-specific h2{font-size:26px;margin:10px 0}.stage-specific p{color:var(--muted);line-height:1.8;font-size:12px;max-width:480px}.verify-panel .stage-visual{background:linear-gradient(135deg,#e9fbff,#f3edff);color:#7465da}.verify-panel .stage-visual span{animation:guideFloat 2s infinite}.final-panel .stage-visual{background:linear-gradient(135deg,#fff1c9,#fff0f6);color:#e77c96}.gallery-panel .stage-visual{background:linear-gradient(135deg,#e9fbf4,#eaf4ff);color:#43ad91}.saved-layers{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.saved-layers span{font-size:9px;background:#faf8fd;border:1px solid var(--line);border-radius:20px;padding:6px 9px}.saved-layers i{display:inline-block;width:8px;height:8px;background:var(--layer);border-radius:50%;margin-right:5px}
@media(max-width:700px){.stage-specific{grid-template-columns:1fr;padding:25px}.stage-specific .stage-visual{height:150px}.stage-specific h2{font-size:21px}}
