.video-pipeline{margin-bottom:22px}.video-pipeline>p{color:var(--muted)}.pipeline-mode{color:var(--muted);font-size:12px}.pipeline-mode i{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--mint);box-shadow:0 0 12px var(--mint);margin-right:6px}.pipeline-steps{display:grid;grid-template-columns:repeat(9,minmax(105px,1fr));gap:0;list-style:none;margin:24px 0;padding:0;overflow-x:auto}.pipeline-steps li{position:relative;min-width:105px;text-align:center;padding:0 7px}.pipeline-steps li:not(:last-child)::after{content:"";position:absolute;top:18px;left:calc(50% + 20px);right:calc(-50% + 20px);height:2px;background:linear-gradient(90deg,var(--mint),#315347)}.pipeline-steps li>span{position:relative;z-index:1;display:grid;place-items:center;width:38px;height:38px;margin:0 auto 10px;border:2px solid var(--mint);border-radius:50%;background:#10231d;color:var(--mint);font-weight:900}.pipeline-steps strong,.pipeline-steps small{display:block}.pipeline-steps strong{font-size:12px}.pipeline-steps small{color:var(--muted);font-size:10px;line-height:1.3;margin-top:3px}.pipeline-reference{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px;border:1px solid #315347;border-radius:12px;background:#0a1713}.pipeline-reference strong,.pipeline-reference small{display:block}.pipeline-reference strong{margin:8px 0 2px}.pipeline-reference small{color:var(--muted)}.pipeline-reference a{color:#07100d;background:var(--mint);padding:9px 13px;border-radius:9px;text-decoration:none;font-weight:800;white-space:nowrap}@media(max-width:700px){.pipeline-steps{justify-content:start}.pipeline-reference{display:block}.pipeline-reference a{display:inline-block;margin-top:14px}}
.new-video{margin-top:16px;border:1px solid var(--line);border-radius:12px;padding:14px}.new-video>summary{font-weight:800;color:var(--mint)}#video-project-form{margin-top:16px;display:grid;gap:13px}#video-project-form label{color:var(--muted);font-size:12px}#video-project-form input,#video-project-form select,#video-project-form textarea{display:block;width:100%;margin-top:5px;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:#09110f;color:var(--text);font:inherit}#video-project-form textarea{min-height:74px;resize:vertical}.video-form-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}#video-project-form label>small{display:inline-block;margin-top:3px}#video-project-form button{justify-self:start}#video-project-message{color:var(--gold)}@media(max-width:800px){.video-form-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.video-form-grid{grid-template-columns:1fr}}
