.fx-app *{box-sizing:border-box}.fx-app{font-family:Inter,"Hiragino Kaku Gothic ProN","Noto Sans JP",system-ui,sans-serif;color:#ebebeb;background:#151515;font-size:14px;--lime:#edc98e;--muted:#a4a4a4;--line:#3b3b3b}.fx-app body{margin:0}.fx-app button,.fx-app input,.fx-app select{font:inherit}.fx-app button,.fx-app .upload-button{border:1px solid #4c4c4c;background:#2b2b2b;color:#e9e9e9;padding:10px 14px;border-radius:8px;cursor:pointer;font-weight:600}.fx-app button:hover,.fx-app .upload-button:hover{background:#3f3f3f;border-color:#969696}.fx-app button:disabled{opacity:.35;cursor:not-allowed}.fx-app button.primary{background:var(--lime);color:#1b1b1b;border-color:var(--lime)}.fx-app button.primary:hover{background:#eaeaea}.fx-app button:focus-visible,.fx-app a:focus-visible,.fx-app input:focus-visible,.fx-app select:focus-visible,.fx-app .upload-button:focus-within{outline:3px solid #b7b7b7;outline-offset:3px}.fx-app input,.fx-app select{border:1px solid #4c4c4c;border-radius:7px;background:#1a1a1a;color:#eeeeee;min-width:0;padding:8px 10px;width:100%;height:38px}.fx-app input[type=checkbox]{width:16px;height:16px;accent-color:var(--lime);margin:0}.fx-app input[type=color]{padding:5px}.fx-app label{display:grid;gap:7px;color:#bababa;font-size:12px}.fx-app label small{display:contents;color:#909090}.fx-app .topbar{border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 4vw}.fx-app .brand{color:#efefef;text-decoration:none;display:flex;align-items:center;font-size:24px;font-weight:750;letter-spacing:-1px}.fx-app .brand>span:not(.brand-mark){color:var(--lime)}.fx-app .brand-mark{font-size:32px;color:var(--lime);margin-right:10px}.fx-app .brand small{font-size:9px;letter-spacing:2px;font-weight:500;color:#979797;margin:5px 0 0 18px}.fx-app .file-actions{display:flex;gap:8px}.fx-app main{max-width:1540px;margin:auto;padding:32px 4vw}.fx-app .intro{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:26px}.fx-app .eyebrow{color:var(--lime);font-size:10px;letter-spacing:2px;font-weight:650}.fx-app .intro h1{font-size:38px;letter-spacing:-1.5px;font-weight:650;margin:12px 0}.fx-app .intro h1 span{color:var(--lime)}.fx-app .intro p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.9}.fx-app .private-badge{display:flex;align-items:center;gap:9px;color:#c5c5c5;font-size:11px;white-space:nowrap}.fx-app .private-badge span{width:7px;height:7px;background:var(--lime);border-radius:50%}.fx-app #notice{min-height:36px;color:#c1c1c1;font-size:12px;margin-bottom:14px;line-height:1.8}.fx-app #notice.error{color:#cbcbcb}.fx-app .workspace{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(0,1fr);gap:20px;align-items:start}.fx-app .panel{border:1px solid var(--line);border-radius:14px;background:#202020;overflow:hidden}.fx-app .panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid var(--line)}.fx-app h2{font-size:14px;font-weight:600;margin:0;display:flex;align-items:center;gap:10px}.fx-app .step{font:11px ui-monospace,monospace;color:var(--lime);border:1px solid #646464;padding:4px 5px;border-radius:5px}.fx-app .meta{color:var(--muted);font:11px ui-monospace,monospace}.fx-app .source-actions{display:flex;align-items:center;gap:8px;padding:16px 20px}.fx-app .upload-button{position:relative;font-size:13px;color:var(--lime);white-space:nowrap}.fx-app .upload-button input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;padding:0}.fx-app #imageName{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#9f9f9f;font-size:11px}.fx-app .sheet-area{position:relative;margin:0 20px;border:1px solid #454545;background:#151515;border-radius:9px;min-height:150px;display:flex;align-items:center;justify-content:center;padding:14px 14px 34px}.fx-app .sheet-area.dragover{outline:3px dashed var(--lime)}.fx-app #sheet{display:block;max-width:100%;max-height:360px;width:auto;height:auto;touch-action:none;cursor:crosshair}.fx-app .drop-hint{position:absolute;bottom:9px;left:8px;right:8px;text-align:center;color:#a5a5a5;font-size:10px;pointer-events:none}.fx-app .grid-settings{border:0;padding:18px 20px;margin:0}.fx-app .grid-settings legend{padding-top:18px;font-size:11px;color:#a4a4a4}.fx-app .grid-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.fx-app .wide{width:100%;margin-top:14px}.fx-app .hint{font-size:10px;color:#a5a5a5;line-height:1.7;margin:10px 0 0}.fx-app .live-tag{font-size:9px;color:#b0b0b0;letter-spacing:1.5px}.fx-app #playState.active{color:var(--lime)}.fx-app .preview-stage{height:330px;padding:20px;background:radial-gradient(ellipse at center,#3a3a3a 0,#161616 80%);display:flex;justify-content:center;align-items:center}.fx-app .preview-stage canvas{max-width:100%;max-height:100%;height:auto;width:auto;box-shadow:0 12px 35px #0005;border:1px solid #595959;border-radius:3px}.fx-app .transport{display:flex;gap:9px;align-items:center;justify-content:center;padding:18px 16px}.fx-app .transport .play{min-width:125px}.fx-app #counter{font:12px ui-monospace,monospace;color:#bfbfbf;min-width:62px;margin-left:8px}.fx-app .play-settings{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 20px}.fx-app .checks{display:flex;gap:24px;margin:16px 20px}.fx-app .checks label,.fx-app .enable{display:flex;align-items:center;gap:8px}.fx-app .speed-row{display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);margin:0 20px;padding-top:14px}.fx-app .speed-row input{width:62px}.fx-app .speed-row>span{color:var(--muted);font-size:11px}.fx-app .speed-row button{margin-left:auto;font-size:12px;padding:9px}.fx-app .preview-panel>.hint{margin:10px 20px 17px}.fx-app .timeline-panel{margin-top:20px}.fx-app .timeline{display:flex;gap:10px;overflow-x:auto;padding:18px 20px;scrollbar-color:#767676 #1d1d1d}.fx-app .frame{flex:0 0 100px;width:100px;padding:6px;background:#181818;border:1px solid #454545;border-radius:9px;text-align:left;position:relative}.fx-app .frame canvas{display:block;width:86px;height:76px;object-fit:contain;background:#2d2d2d;border-radius:4px}.fx-app .frame .frame-info{display:flex;justify-content:space-between;margin:9px 2px 3px;font:10px ui-monospace,monospace;color:#c0c0c0}.fx-app .frame.selected{border-color:var(--lime);box-shadow:0 0 0 1px var(--lime)}.fx-app .frame.playing:after{content:"";position:absolute;top:10px;left:10px;width:7px;height:7px;border-radius:50%;background:#b9b9b9;box-shadow:0 0 0 3px #1a1a1a}.fx-app .frame.excluded canvas{opacity:.3}.fx-app .frame.excluded .frame-info{text-decoration:line-through}.fx-app .inspector{border-top:1px solid var(--line);padding:20px;display:grid;grid-template-columns:160px 1fr;gap:22px}.fx-app .selected-name{display:flex;flex-direction:column;gap:10px}.fx-app .selected-name .eyebrow{font-size:8px}.fx-app .selected-name strong{font-size:21px;font-weight:550}.fx-app .crop-fields{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.fx-app .frame-actions{grid-column:2;display:flex;flex-wrap:wrap;gap:8px}.fx-app .frame-actions button{font-size:12px}.fx-app footer{margin:26px 0 10px;color:#9a9a9a;font-size:11px;line-height:1.8}.fx-app footer b{color:#d9d9d9} @media(min-width:1500px){.fx-app .preview-stage{height:360px}}@media(max-width:850px){.fx-app .workspace{grid-template-columns:1fr}.fx-app .intro h1{font-size:30px}.fx-app .private-badge{display:none}.fx-app .brand small{display:none}.fx-app .inspector{grid-template-columns:1fr}.fx-app .selected-name{flex-direction:row;align-items:center;flex-wrap:wrap}.fx-app .selected-name .eyebrow{display:none}.fx-app .frame-actions{grid-column:1}.fx-app .preview-stage{height:300px}}@media(max-width:540px){.fx-app main{padding:24px 14px}.fx-app .topbar{padding:14px;flex-wrap:wrap;gap:12px}.fx-app .brand{font-size:23px}.fx-app .file-actions{width:100%}.fx-app .file-actions button{flex:1;font-size:12px}.fx-app .intro{margin-bottom:15px}.fx-app .intro h1{font-size:29px}.fx-app .intro p:not(.eyebrow){font-size:12px}.fx-app .panel-head{padding:15px}.fx-app .meta{font-size:9px}.fx-app .source-actions{padding:14px}.fx-app .sheet-area{margin:0 14px;padding:8px 8px 32px}.fx-app .grid-settings{padding:14px}.fx-app .grid-fields{gap:10px}.fx-app .play-settings{padding:0 14px}.fx-app .crop-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.fx-app .inspector{padding:15px}.fx-app .speed-row{margin:0 14px;flex-wrap:wrap}.fx-app .speed-row label{font-size:11px}.fx-app .speed-row button{margin-left:0}.fx-app .frame-actions button{flex:1 1 42%}.fx-app .hint{font-size:11px}.fx-app .drop-hint{font-size:9px}}.fx-app /* Keep the file controls readable on narrow screens. */
.source-actions>button,.fx-app .source-actions>.upload-button{flex-shrink:0;white-space:nowrap}.fx-app .source-actions>#imageName{flex:1;min-width:0}.fx-app .brand .brand-family{font-size:12px;letter-spacing:0;color:#bababa;margin-right:10px}

/* The site chrome stays shared; the cinematic treatment is scoped to Fliplyx. */
/* Fliplyx owns its drop zone; the shared footer overlay is not used here. */
.gz-tool-fliplyx #gzDropOverlay{display:none!important}
.fx-page{max-width:1320px;margin:auto;padding:26px 28px 64px;color:#282722}
.fx-hero{display:grid;grid-template-columns:.9fr 1.15fr;align-items:center;gap:28px;padding:52px 44px 34px;background:#191919;color:#f6f0e5;border-radius:26px;overflow:hidden;border:1px solid #34322d;box-shadow:0 16px 42px #17171712}
.fx-kicker{font:10px/1.7 ui-monospace,monospace;letter-spacing:2px;color:#a98a55;text-transform:uppercase}
.fx-wordmark{font-size:clamp(50px,6.8vw,86px);font-weight:800;letter-spacing:-5px;line-height:1.2;margin:14px 0 24px}
.fx-wordmark span{color:#edc98e}.fx-wordmark i{display:inline-block;font:normal 30px ui-monospace,monospace;margin-left:18px;vertical-align:middle;color:#edc98e;transform:rotate(-8deg)}
.fx-hero h1{font-size:clamp(24px,2.8vw,37px);font-weight:600;line-height:1.55;letter-spacing:-.7px;white-space:pre-line;margin:0 0 20px}
.fx-hero-lead{font-size:13px;line-height:1.95;white-space:pre-line;color:#c3bfb6;margin:0 0 26px}
.fx-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px}
.fx-cta{display:inline-block;color:#211d16;background:#edc98e;border:1px solid #edc98e;border-radius:8px;padding:13px 20px;text-decoration:none;font-weight:700;font-size:13px;line-height:1.5}
.fx-cta:hover{background:#ffdfaa;color:#211d16}.fx-text-link{font-size:12px;color:#e2d5bd;text-underline-offset:5px}
.fx-hero-note{font:8px/1.5 ui-monospace,monospace;letter-spacing:1.4px;color:#948e83;margin-top:30px}
.fx-hero-art{margin:0;min-width:0;transform:rotate(-2deg);border:1px solid #504a3f;padding:14px;background:#101010;box-shadow:0 18px 48px #0006}
.fx-film-label{display:flex;justify-content:space-between;gap:12px;font:9px/1.5 ui-monospace,monospace;color:#c7bfae;letter-spacing:1px;margin-bottom:13px}
.fx-hero-art img{display:block;width:100%;height:auto}
.fx-hero-art figcaption{font-size:9px;line-height:1.7;color:#aaa398;padding-top:12px}
.fx-explainer{max-width:1120px;margin:60px auto 32px}
.fx-explainer>h2,.fx-recipe h2,.fx-faq h2{font-size:26px;line-height:1.55;margin-bottom:14px;font-weight:700;letter-spacing:-.6px}
.fx-explainer>p{font-size:14px;line-height:1.95;max-width:850px;color:#68655f}
.fx-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-top:32px}
.fx-features article{border-top:1px solid #d9d4ca;padding-top:18px}
.fx-number{display:block;font:600 clamp(32px,3.6vw,44px)/1.1 ui-monospace,monospace;color:#8b6b35;letter-spacing:-.04em;margin-bottom:16px}
.fx-app .frame-manage-actions{display:flex;flex-wrap:wrap;gap:10px;padding:0 20px 18px}
.fx-app .frame-manage-actions button{min-height:44px}
.fx-app #removeFrame{border-color:#995f5f;color:#f2baba}
@media(max-width:540px){.fx-app .frame-manage-actions{padding-inline:15px}.fx-app .frame-manage-actions button{flex:1 1 140px}}
.fx-features h3{font-size:17px;margin:10px 0}
.fx-features p{font-size:13px;color:#6c685f;line-height:1.9}
.fx-privacy{font-size:12px;color:#68655f;text-align:center;margin:30px 0 14px}
.fx-app{border-radius:20px;padding:28px;scroll-margin-top:100px;border:1px solid #37342f;--muted:#b6b1a7;--line:#44413b;color-scheme:dark}
.fx-app [hidden]{display:none!important}
.fx-app .fx-studio-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}
.fx-app .fx-studio-head h2{margin-top:9px;font-size:19px;line-height:1.6}
.fx-app label{line-height:1.5}
.fx-app button{line-height:1.5}
.fx-app .fx-footnote{font-size:11px;line-height:1.9;color:#b2aca0;margin-top:22px}
.fx-app .fx-footnote p+p{margin-top:8px}
.fx-app #notice{color:#dcc49e}
.fx-app .preview-stage{background:radial-gradient(ellipse at center,#42403c 0,#141414 80%)}
.fx-app .file-actions{flex-wrap:wrap;flex-shrink:0}
.fx-app input:disabled,.fx-app select:disabled{opacity:.4}
.fx-app .source-actions{flex-wrap:wrap}
.fx-app .upload-button:focus-within{outline:3px solid #edc98e;outline-offset:3px}
.fx-app .frame.playing:after{background:#edc98e}
.fx-app .grid-settings legend{line-height:1.8}
.fx-recipe{max-width:1000px;margin:58px auto;padding:32px;background:#efebe3;border-radius:14px}
.fx-recipe h2{margin-top:12px}
.fx-recipe>p:not(.fx-kicker){font-size:14px;line-height:1.95;color:#686257}
.fx-rhythm{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:24px}
.fx-rhythm>div{padding:12px;border:1px solid #d2c9b9;border-radius:6px;display:grid;gap:10px;background:#faf8f3}
.fx-rhythm span{font:11px ui-monospace,monospace;color:#8c7a5a}
.fx-rhythm b{font:500 20px ui-monospace,monospace}.fx-rhythm small{font-size:10px;margin-left:3px}
.fx-rhythm .fx-hold{background:#292621;color:#f1d5a6;border-color:#292621}
.fx-faq{max-width:1000px;margin:0 auto 48px}
.fx-faq details{padding:19px 0;border-bottom:1px solid #d8d5cd}
.fx-faq summary{font-size:14px;font-weight:650;cursor:pointer;line-height:1.8}
.fx-faq details p{font-size:14px;color:#69655d;line-height:1.9;margin-top:14px}
.fx-guide-cta{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:30px;background:#25231f;color:#f3eadb;border-radius:16px;padding:32px}
.fx-guide-cta h2{font-size:21px;line-height:1.6;margin-bottom:10px}.fx-guide-cta p{font-size:13px;color:#c1b9a9;line-height:1.8}
.fx-guide-cta .fx-cta{flex-shrink:0}
.fx-page a:focus-visible,.fx-page summary:focus-visible{outline:3px solid #ac782b;outline-offset:5px}
@media(max-width:1000px){.fx-hero{padding:32px 26px;gap:24px}.fx-app .fx-studio-head{align-items:start;flex-direction:column}.fx-app .file-actions{width:auto}.fx-app .workspace{grid-template-columns:1fr 1fr}.fx-app .grid-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:850px){.fx-hero{grid-template-columns:1fr}.fx-hero-art{transform:none}.fx-hero-copy{max-width:600px}.fx-wordmark{font-size:65px}.fx-app .workspace{grid-template-columns:1fr}.fx-features{gap:18px}.fx-app .grid-fields{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.fx-page{padding:16px 12px 40px}.fx-hero{padding:28px 22px 22px;border-radius:18px;gap:24px}.fx-wordmark{font-size:58px;letter-spacing:-3px;margin:12px 0 18px}.fx-hero h1{font-size:28px}.fx-hero-art{padding:10px}.fx-hero-actions{gap:16px}.fx-hero-note{margin-top:23px}.fx-explainer{margin:36px 8px 24px}.fx-features{grid-template-columns:1fr;gap:20px}.fx-explainer>h2,.fx-recipe h2,.fx-faq h2{font-size:23px}.fx-app{padding:16px 10px;border-radius:14px}.fx-app .fx-studio-head{padding:0 4px}.fx-app .file-actions{width:100%}.fx-app .file-actions button{padding:10px 8px;flex:1}.fx-app .fx-studio-head h2{font-size:18px}.fx-app .panel-head{flex-wrap:wrap;gap:8px}.fx-app .play-settings{grid-template-columns:1fr}.fx-app .grid-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.fx-app .speed-row{flex-wrap:wrap}.fx-app .speed-row label{flex-basis:100%}.fx-app .checks{gap:16px;flex-wrap:wrap}.fx-app .source-actions>#imageName{flex-basis:100%}.fx-app .drop-hint{font-size:9px}.fx-recipe{padding:24px 18px;margin:36px 0}.fx-rhythm{grid-template-columns:repeat(3,minmax(0,1fr))}.fx-faq{margin:0 8px 32px}.fx-guide-cta{padding:24px;flex-direction:column;align-items:start}.fx-privacy{font-size:11px;line-height:1.9;margin-left:8px;margin-right:8px}}
@media(prefers-reduced-motion:reduce){html:has(.fx-page){scroll-behavior:auto}}
@media(max-width:600px){.fx-guide-cta{margin-left:8px;margin-right:8px}}
.fx-app .fx-sheet-option{margin:18px 20px;padding-top:14px;border-top:1px solid var(--line);font-size:12px;color:#bbb3a5;line-height:1.8}
.fx-app .fx-sheet-option summary{cursor:pointer;font-weight:600}.fx-app .fx-sheet-option p{margin:12px 0}
.fx-app .fx-sheet-option .upload-button{display:inline-block}
.fx-app .fx-empty{padding:16px 20px;color:#edc98e;font-size:13px;line-height:1.8}
.fx-rhythm{grid-template-columns:repeat(4,minmax(0,1fr))}
.fx-pose-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.fx-pose{position:relative;aspect-ratio:1;overflow:hidden;background:#ddd}
.fx-pose img{position:absolute;width:300%;max-width:none;height:200%;left:0;top:0}
.fx-pose:nth-child(2) img{left:-200%}.fx-pose:nth-child(3) img{top:-100%;left:0}
.fx-pose span{position:absolute;left:6px;bottom:6px;background:#191919;color:#edc98e;font:10px ui-monospace,monospace;padding:4px 6px}
@media(max-width:600px){.fx-rhythm>div{padding:8px}.fx-rhythm b{font-size:17px}}
.fx-app dialog{position:fixed;inset:0;margin:auto;width:min(440px,90vw);border:1px solid #7c6c53;border-radius:14px;padding:24px;background:#23211e;color:#f4ecdf;box-shadow:0 18px 80px #0009}
.fx-app dialog::backdrop{background:#0009}.fx-app dialog p{font-size:15px;line-height:1.9;margin-bottom:20px}.fx-app dialog>div{display:flex;gap:12px;flex-wrap:wrap}
.fx-app .source-thumbnails{margin:16px 20px 0}
.fx-app #sourceThumbHeading{font-size:11px;line-height:1.8;color:#c6bdad;margin-bottom:9px}
.fx-app #sourceThumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:9px;max-height:228px;overflow-y:auto;padding:3px;scrollbar-color:#8a795c #191919}
.fx-app #sourceThumbs .frame{width:100%;min-width:0;padding:5px}
.fx-app #sourceThumbs .frame canvas{width:100%;height:auto;aspect-ratio:86/76}
.fx-app #sourceThumbs .frame-info{font-size:9px;gap:4px;margin:7px 0 2px}
.fx-app #sourceThumbs .frame.selected{background:#393126}
@media(max-width:600px){.fx-app .source-thumbnails{margin:14px 14px 0}}
.fx-app .thumb-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.fx-app .reorder-hint{padding:12px 20px 0;margin:0;color:#c6bdad;font-size:11px;line-height:1.8}
.fx-app #timeline .frame{cursor:grab;user-select:none;-webkit-user-select:none}
.fx-app #timeline .frame:disabled{cursor:not-allowed}
.fx-app #timeline .drag-grip{display:flex;align-items:center;justify-content:center;min-height:36px;margin:5px -1px -1px;border-top:1px solid #494237;border-radius:0 0 5px 5px;color:#edc98e;font-size:24px;line-height:1;touch-action:none;cursor:grab}
.fx-app #timeline.is-reordering,.fx-app #timeline.is-reordering .frame,.fx-app #timeline.is-reordering .drag-grip{cursor:grabbing}
.fx-app #timeline .frame.reordering{opacity:.45}
.fx-app #timeline .drop-before::before,.fx-app #timeline .drop-after::before{content:"";position:absolute;top:0;bottom:0;width:4px;border-radius:2px;background:#edc98e;left:-8px;pointer-events:none}
.fx-app #timeline .drop-after::before{left:auto;right:-8px}
@media(pointer:coarse){.fx-app #timeline .drag-grip{min-height:44px}}
.fx-app .thumb-heading p{margin:0}
.fx-app .export-panel{margin-top:20px}
.fx-app .export-body{padding:0 20px 20px}
.fx-app .export-settings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.fx-app .export-settings label{display:grid;gap:8px;font-size:12px}
.fx-app .export-settings input,.fx-app .export-settings select{width:100%;min-width:0}
.fx-app .export-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0}
.fx-app .export-grid button{min-height:48px}
.fx-app #exportProgress:not([hidden]){display:flex;gap:12px;align-items:center}
.fx-app #encodeProgress{flex:1;min-width:0;accent-color:#c99e5b}
.fx-app #exportPreview video,.fx-app #exportPreview img{display:block;max-width:100%;max-height:360px;margin:12px 0;background:#191919}
.fx-app #exportLink{display:inline-block;color:#211e18}
.fx-app #exportStatus{font-size:13px;line-height:1.8}
.fx-app .source-actions label{display:flex;gap:8px;align-items:center}
.fx-app .source-actions label>span{white-space:nowrap;flex-shrink:0}
@media(max-width:600px){.fx-app .export-body{padding:0 14px 14px}.fx-app .export-grid{grid-template-columns:1fr}.fx-app .export-settings{gap:10px;grid-template-columns:1fr 1fr}.fx-app .thumb-heading{align-items:stretch}.fx-app .thumb-heading .upload-button{width:100%;text-align:center}}
