#job-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { min-width: 0; }
.field > label:first-child { display: block; margin-bottom: 9px; }
.field input[type=url], .field .file-picker, .field select { margin-top: 0; }
.field select { width: 100%; height: 58px; padding: 0 18px; border: 1px solid #505148; background: #25271f; color: white; font: 600 14px Manrope, sans-serif; }
.range-wrap { height: 58px; border: 1px solid #505148; background: #25271f; padding: 0 16px; display: flex; align-items: center; gap: 12px; }
.range-wrap span { color: #999b91; font-size: 10px; }
.range-wrap input { flex: 1; accent-color: var(--acid); }
#opacity-value { color: var(--acid); }
.submit-channel { grid-column: 1 / -1; justify-content: center; }
.logo-preview { grid-column: 1 / -1; margin-top: 6px; }
.preview-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.preview-heading small { color: #85877d; font-size: 10px; font-weight: 600; letter-spacing: .05em; }
.preview-stage { position: relative; width: 100%; aspect-ratio: 16 / 7; min-height: 220px; overflow: hidden; border: 1px solid #505148; background: #20231b; }
.preview-scene { position: absolute; inset: 0; background: radial-gradient(circle at 73% 35%, rgba(216,255,69,.25), transparent 24%), linear-gradient(135deg,#384236,#171912 55%,#25291f); }
.preview-scene::before, .preview-scene::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.preview-scene::before { width: 34%; aspect-ratio: 1; left: 12%; top: 15%; }
.preview-scene::after { width: 18%; aspect-ratio: 1; right: 14%; bottom: 12%; }
.preview-scene span { position: absolute; left: 24px; bottom: 22px; color: rgba(255,255,255,.32); font-size: clamp(16px,3vw,38px); font-weight: 800; letter-spacing: -.04em; }
.preview-placeholder { position: absolute; inset: 0; display: grid; place-items: center; color: #8e9185; font-size: 12px; z-index: 2; }
.preview-placeholder[hidden] { display: none; }
#preview-logo { position: absolute; z-index: 3; width: min(180px, 22%); max-height: 35%; object-fit: contain; transition: top .2s, right .2s, bottom .2s, left .2s, opacity .1s; }
#preview-logo[hidden] { display: none; }
.preview-stage.top_left #preview-logo { top: 24px; left: 24px; }
.preview-stage.top_right #preview-logo { top: 24px; right: 24px; }
.preview-stage.bottom_left #preview-logo { bottom: 24px; left: 24px; }
.preview-stage.bottom_right #preview-logo { bottom: 24px; right: 24px; }
.preview-stage.center #preview-logo { top: 50%; left: 50%; transform: translate(-50%,-50%); }
@media (max-width: 760px) { #job-form { grid-template-columns: 1fr; } .submit-channel { grid-column: 1; } }
