.gfpm{--ink:#171717;--muted:#777;--line:#e8e8e5;--paper:#fff;--soft:#f7f7f4;--radius:20px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#f1f1ed;border:1px solid #e5e5df;border-radius:26px;overflow:hidden;box-shadow:0 18px 60px rgba(0,0,0,.08);max-width:1500px;margin:24px auto}.gfpm *{box-sizing:border-box}.gfpm button,.gfpm input{font:inherit}.gfpm__topbar{height:74px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 22px}.gfpm__brand{display:flex;align-items:center;gap:11px}.gfpm__brand strong,.gfpm__brand small{display:block}.gfpm__brand strong{font-size:14px;letter-spacing:-.01em}.gfpm__brand small{font-size:10px;color:#999;margin-top:2px}.gfpm__mark{width:34px;height:34px;border-radius:10px;background:#171717;color:#fff;display:grid;place-items:center;font-weight:700}.gfpm__topactions{display:flex;gap:8px}.gfpm__btn{border:0;border-radius:11px;padding:10px 14px;font-size:12px;font-weight:650;cursor:pointer}.gfpm__btn--ghost{background:transparent}.gfpm__btn--soft{background:#efefec}.gfpm__btn--dark{background:#171717;color:#fff}.gfpm__workspace{display:grid;grid-template-columns:330px minmax(0,1fr);min-height:720px}.gfpm__panel{background:#fff;border-right:1px solid var(--line);overflow:auto;max-height:calc(100vh - 110px)}.gfpm__section{padding:19px;border-bottom:1px solid var(--line)}.gfpm__sectionhead{display:flex;justify-content:space-between;align-items:center;font-size:11px;text-transform:uppercase;letter-spacing:.11em;font-weight:750;margin-bottom:14px}.gfpm__step{color:#aaa;font-size:9px}.gfpm__drop{min-height:116px;border:1px dashed #cecec8;background:#fafaf7;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.gfpm__drop:hover,.gfpm__drop.is-drag{border-color:#555;background:#f5f5f0}.gfpm__drop input{display:none}.gfpm__uploadIcon{font-size:22px;margin-bottom:6px}.gfpm__drop strong{font-size:12px}.gfpm__drop small{font-size:10px;color:#999;margin-top:4px}.gfpm__filename{font-size:10px;color:#888;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gfpm__seg{display:grid;grid-template-columns:1fr 1fr;gap:6px}.gfpm__seg button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 5px;font-size:10px;cursor:pointer}.gfpm__seg button.is-active{background:#171717;color:#fff;border-color:#171717}.gfpm__control{margin:13px 0}.gfpm__control label{font-size:11px;display:flex;justify-content:space-between;margin-bottom:8px}.gfpm__control output{color:#8c8c87}.gfpm input[type=range]{width:100%;accent-color:#171717}.gfpm__twocol{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.gfpm__twocol label{font-size:10px;color:#777}.gfpm__twocol input{width:100%;margin-top:6px;border:1px solid var(--line);border-radius:10px;padding:9px;background:#fafaf8;font-size:11px}.gfpm__colorrow{display:flex;align-items:center;justify-content:space-between;padding:8px 0;font-size:11px}.gfpm__colorrow>span:last-child{display:flex;align-items:center;gap:7px}.gfpm__colorrow input[type=color]{width:28px;height:28px;border:1px solid var(--line);border-radius:9px;padding:2px;background:#fff}.gfpm__colorrow code{font-size:9px;color:#777;background:#f5f5f2;padding:5px 6px;border-radius:7px}.gfpm__check{display:flex;gap:7px;align-items:center;font-size:10px;color:#666;margin-top:8px}.gfpm__empty,.gfpm__hint{font-size:10px;color:#999}.gfpm__stage{min-width:0;padding:20px;display:flex;flex-direction:column}.gfpm__canvasbar{height:36px;display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#777}.gfpm__dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#9e9e98;margin-right:7px}.gfpm__zoom{background:#fff;border:1px solid var(--line);border-radius:8px;padding:5px 8px}.gfpm__canvaswrap{position:relative;flex:1;min-height:620px;border-radius:22px;overflow:hidden;background:#e8e8e3;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.gfpm__canvaswrap canvas{width:100%;height:100%;display:block}.gfpm__placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#777;pointer-events:none}.gfpm__placeholder span{font-size:30px;color:#aaa}.gfpm__placeholder strong{font-size:14px;color:#555;margin-top:10px}.gfpm__placeholder small{font-size:10px;margin-top:5px}.gfpm__placeholder.is-hidden{display:none}@media(max-width:900px){.gfpm{border-radius:18px;margin:10px}.gfpm__workspace{grid-template-columns:280px minmax(0,1fr)}.gfpm__canvaswrap{min-height:560px}}@media(max-width:700px){.gfpm__topbar{height:auto;min-height:68px;padding:12px 14px;gap:10px}.gfpm__topactions{gap:4px}.gfpm__btn{padding:9px 10px}.gfpm__workspace{display:flex;flex-direction:column}.gfpm__panel{order:2;max-height:none;border-right:0;border-top:1px solid var(--line)}.gfpm__stage{order:1;padding:12px}.gfpm__canvaswrap{min-height:58vh}.gfpm__section{padding:16px}.gfpm__seg{grid-template-columns:repeat(4,1fr)}.gfpm__seg button{font-size:9px;padding:8px 2px}}@media(max-width:460px){.gfpm__brand small{display:none}.gfpm__btn--ghost{display:none}.gfpm__topactions .gfpm__btn{font-size:10px}.gfpm__seg{grid-template-columns:1fr 1fr}.gfpm__canvaswrap{min-height:52vh}}
/* v1.1 animation controls */
.gfpm__switchrow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 12px;font-size:12px}.gfpm__switch{position:relative;width:38px;height:22px;display:inline-block}.gfpm__switch input{opacity:0;width:0;height:0}.gfpm__switch span{position:absolute;inset:0;border-radius:999px;background:#ddd;cursor:pointer;transition:.2s}.gfpm__switch span:before{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0002;transition:.2s}.gfpm__switch input:checked+span{background:#111}.gfpm__switch input:checked+span:before{transform:translateX(16px)}.gfpm__subhead{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;margin:12px 0 8px}.gfpm__select{width:100%;height:36px;border:1px solid #ddd;border-radius:8px;background:#fff;padding:0 10px;font-size:12px}.gfpm__colorrow--master{padding:9px 10px;border:1px solid #e8e8e8;border-radius:9px;margin-bottom:9px;background:#fafafa}.gfpm__hint--anim{display:block;line-height:1.45;margin-top:8px}
/* v1.2 compact responsive workspace */
@media (min-width:701px){
 .gfpm{height:min(860px,calc(100vh - 32px));min-height:600px;margin:16px auto;display:flex;flex-direction:column}
 .gfpm__topbar{height:62px;min-height:62px}
 .gfpm__workspace{min-height:0;flex:1;height:calc(100% - 62px);grid-template-columns:300px minmax(0,1fr)}
 .gfpm__panel{height:100%;max-height:none;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
 .gfpm__stage{height:100%;min-height:0;padding:14px}
 .gfpm__canvasbar{height:30px;min-height:30px}
 .gfpm__canvaswrap{min-height:0;height:100%;flex:1}
 .gfpm__section{padding:15px 16px}
 .gfpm__drop{min-height:92px}
}
.gfpm__presetgrid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:12px}.gfpm__presetgrid button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 5px;font-size:9px;cursor:pointer}.gfpm__presetgrid button.is-active{background:#171717;color:#fff;border-color:#171717}
@media(max-width:1100px) and (min-width:701px){.gfpm__workspace{grid-template-columns:270px minmax(0,1fr)}.gfpm__topbar{padding:0 16px}.gfpm__btn{padding:9px 10px}}
@media(max-width:700px){.gfpm__stage{position:sticky;top:0;z-index:3;background:#f1f1ed}.gfpm__canvaswrap{min-height:42vh;max-height:52vh}.gfpm__presetgrid{grid-template-columns:repeat(2,1fr)}}
/* v1.5 separated image/video output */
.gfpm__widebtn{width:100%;margin-top:12px;border:1px solid #d9d9d4;background:#f3f3ef;border-radius:11px;padding:11px 12px;font-size:11px;font-weight:700;cursor:pointer}.gfpm__widebtn--dark{background:#171717;color:#fff;border-color:#171717}.gfpm__outputmeta{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:7px 9px;align-items:center;margin-top:12px;padding:10px;border-radius:10px;background:#f7f7f4;font-size:9px;color:#888}.gfpm__outputmeta strong{color:#333;font-size:10px}.gfpm__progress{height:5px;background:#e8e8e4;border-radius:999px;overflow:hidden;margin-top:10px}.gfpm__progress span{display:block;height:100%;width:0;background:#171717;transition:width .12s linear}.gfpm [hidden]{display:none!important}
/* v1.6 per-object recolor + image background */
.gfpm__colormodes{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:10px}.gfpm__colormodes button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 5px;font-size:9px;cursor:pointer}.gfpm__colormodes button.is-active{background:#171717;color:#fff;border-color:#171717}.gfpm__colors{max-height:220px;overflow:auto;padding-right:3px}.gfpm__colorrow small{display:block;color:#aaa;font-size:8px;margin-top:2px}.gfpm__divider{height:1px;background:var(--line);margin:14px 0}.gfpm__bgdrop{margin-top:12px;min-height:78px;border:1px dashed #cecec8;background:#fafaf7;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer}.gfpm__bgdrop input{display:none}.gfpm__bgdrop span{font-size:18px;line-height:1}.gfpm__bgdrop strong{font-size:10px;margin-top:4px}.gfpm__bgdrop small{font-size:9px;color:#999;margin-top:2px}.gfpm__bgtools{margin-top:10px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fafaf8}.gfpm__miniBtn{width:100%;border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px;font-size:9px;cursor:pointer}
/* v1.7 direct click-to-recolor */
.gfpm__clickhint{display:flex;gap:10px;align-items:flex-start;padding:11px;border:1px solid var(--line);border-radius:12px;background:#fafaf7;margin-bottom:12px}.gfpm__clickicon{width:28px;height:28px;border-radius:9px;background:#171717;color:#fff;display:grid;place-items:center;flex:0 0 auto;font-size:13px}.gfpm__clickhint strong,.gfpm__clickhint small{display:block}.gfpm__clickhint strong{font-size:10px}.gfpm__clickhint small{font-size:9px;color:#888;line-height:1.45;margin-top:3px}.gfpm__canvaswrap canvas{cursor:crosshair}.gfpm__picker{position:absolute;z-index:5;display:flex;align-items:center;gap:9px;min-width:250px;max-width:320px;padding:9px 10px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);border-radius:13px;box-shadow:0 12px 35px rgba(0,0,0,.14);transform:translate(10px,10px)}.gfpm__picker>div{min-width:0;flex:1}.gfpm__picker strong,.gfpm__picker small{display:block}.gfpm__picker strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gfpm__picker small{font-size:8px;color:#888;margin-top:2px;line-height:1.3}.gfpm__picker input[type=color]{width:34px;height:34px;border:1px solid var(--line);border-radius:9px;padding:2px;background:#fff;cursor:pointer;flex:0 0 auto}.gfpm__picker button{width:30px;height:30px;border:1px solid var(--line);border-radius:9px;background:#fff;cursor:pointer}.gfpm__picker[hidden]{display:none!important}@media(max-width:700px){.gfpm__picker{min-width:220px;max-width:calc(100% - 30px)}}

.gfpm__selected-note{font-size:12px;line-height:1.55;color:#6f6f6f;background:#f7f7f5;border:1px solid #e8e8e3;border-radius:12px;padding:11px 12px;margin:8px 0 14px}
.gfpm__subsection{margin-top:4px}.gfpm__badge{font-size:10px!important;padding:4px 7px;border:1px solid #ddd;border-radius:999px;color:#666!important}.gfpm__checks{align-items:center}.gfpm__checks .gfpm__check{margin:0}
.gfpm__variationList{display:grid;gap:10px;margin-top:10px}.gfpm__variationCard{border:1px solid rgba(17,17,17,.1);border-radius:14px;padding:12px;background:rgba(255,255,255,.72)}.gfpm__variationTitle{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.gfpm__variationTitle strong{font-size:12px}.gfpm__variationTitle span{font-size:10px;color:#858585}.gfpm__variationCard .gfpm__control{margin-bottom:9px}.gfpm__variationCard .gfpm__twocol{margin-top:0}.gfpm__variationCard input[type=number]{width:100%}

.gfpm__picker--expanded{display:block;min-width:330px;max-width:370px;padding:12px}.gfpm__pickerHead{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.gfpm__pickerHead>div{min-width:0;flex:1}.gfpm__pickerHead button{flex:0 0 auto}.gfpm__pickerPrimary{display:grid;grid-template-columns:42px 1fr;gap:8px;margin-top:10px}.gfpm__pickerPrimary input[type=color]{width:42px;height:36px}.gfpm__pickerPrimary input[type=text],.gfpm__pickerColorRow input[type=text],.gfpm__pickerCount select{height:36px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:0 10px;font:600 11px/1 monospace;color:#222;box-sizing:border-box}.gfpm__pickerCount{display:grid;gap:5px;margin-top:10px}.gfpm__pickerCount span{font-size:9px;color:#777}.gfpm__pickerCount select{width:100%;font-family:inherit}.gfpm__pickerColorList{display:grid;gap:6px;margin-top:9px;max-height:190px;overflow:auto}.gfpm__pickerColorRow{display:grid;grid-template-columns:1fr 34px 92px;gap:7px;align-items:center}.gfpm__pickerColorRow>span{font-size:9px;font-weight:600}.gfpm__pickerColorRow input[type=color]{width:34px;height:30px;border-radius:8px}.gfpm__pickerColorRow input[type=text]{height:30px;padding:0 7px;font-size:9px}.gfpm__pickerRule{display:block!important;margin-top:8px!important;padding-top:8px;border-top:1px solid var(--line);font-size:8px!important;line-height:1.4!important}@media(max-width:700px){.gfpm__picker--expanded{min-width:280px;max-width:calc(100% - 20px)}}
/* v2.7 gradient + HEX controls */
.gfpm__bgmodes{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:10px}.gfpm__bgmodes button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 4px;font-size:9px;cursor:pointer}.gfpm__bgmodes button.is-active{background:#171717;color:#fff;border-color:#171717}.gfpm__hexpair{display:grid!important;grid-template-columns:34px 92px;gap:7px;align-items:center}.gfpm__hexpair input[type=text],.gfpm__gradrow input[type=text],.gfpm__pickerColorRow select{height:32px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 7px;font:600 9px/1 monospace;box-sizing:border-box}.gfpm__gradientbox{padding:10px;border:1px solid var(--line);border-radius:12px;background:#fafaf8;margin-bottom:10px}.gfpm__gradstops{display:grid;gap:6px;margin:8px 0}.gfpm__gradrow{display:grid;grid-template-columns:30px 1fr 54px 24px;gap:6px;align-items:center}.gfpm__gradrow input[type=color]{width:30px;height:30px;border:1px solid var(--line);border-radius:8px;padding:2px;background:#fff}.gfpm__gradrow input[type=number]{width:54px;height:30px;border:1px solid var(--line);border-radius:8px;padding:0 5px;font-size:9px}.gfpm__gradrow button{width:24px;height:24px;border:0;background:transparent;cursor:pointer}.gfpm__pickerColorRow{grid-template-columns:54px 30px 78px!important}.gfpm__pickerColorRow.is-gradient{grid-template-columns:54px 30px 72px 30px 72px!important}.gfpm__pickerColorRow select{font-family:inherit;padding:0 4px}.gfpm__objgradopts{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:6px}.gfpm__objgradopts label{font-size:8px;color:#777}.gfpm__objgradopts input[type=range]{width:100%}
/* v2.9 motion preset cards */
.gfpm__presetgrid button{display:flex;align-items:center;justify-content:flex-start;gap:7px;text-align:left;min-height:38px;padding:7px 9px}
.gfpm__motionIcon{width:19px;height:19px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 19px;font-size:16px;line-height:1;font-family:Arial,sans-serif}
.gfpm__presetgrid button.is-active .gfpm__motionIcon{color:#fff}

/* v3.1 Full Screen App Mode */
html:has(body.gfpm-fullscreen-page),
body.gfpm-fullscreen-page{margin:0!important;padding:0!important;width:100%!important;height:100%!important;min-height:100%!important;overflow:hidden!important;background:#f1f1ed!important}
body.gfpm-fullscreen-page .gfpm{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;max-width:none!important;min-height:0!important;margin:0!important;border:0!important;border-radius:0!important;z-index:999999!important;background:#f1f1ed!important;box-shadow:none!important}
body.gfpm-fullscreen-page .gfpm__topbar{border-radius:0!important}
body.gfpm-fullscreen-page .gfpm__workspace{height:calc(100dvh - 62px)!important;max-height:none!important}
body.gfpm-fullscreen-page .gfpm__panel{max-height:none!important;height:100%!important}
body.gfpm-fullscreen-page .gfpm__stage{height:100%!important;min-height:0!important}
/* The app overlays theme header/footer/title without modifying the theme. */
body.admin-bar.gfpm-fullscreen-page .gfpm{top:32px!important;height:calc(100dvh - 32px)!important}
body.admin-bar.gfpm-fullscreen-page .gfpm__workspace{height:calc(100dvh - 94px)!important}
@media(max-width:782px){body.admin-bar.gfpm-fullscreen-page .gfpm{top:46px!important;height:calc(100dvh - 46px)!important}body.admin-bar.gfpm-fullscreen-page .gfpm__workspace{height:calc(100dvh - 108px)!important}}
@media(max-width:700px){body.gfpm-fullscreen-page{overflow:auto!important}body.gfpm-fullscreen-page .gfpm{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:100dvh!important}body.gfpm-fullscreen-page .gfpm__workspace{height:auto!important;min-height:calc(100dvh - 62px)!important}body.admin-bar.gfpm-fullscreen-page .gfpm{top:auto!important;height:auto!important}}

/* v3.2 Preview breathing space */
body.gfpm-fullscreen-page .gfpm__stage{
  padding:22px 30px 30px 24px!important;
  gap:0;
}
body.gfpm-fullscreen-page .gfpm__canvasbar{
  padding:0 4px 8px;
  height:38px;
  min-height:38px;
}
body.gfpm-fullscreen-page .gfpm__canvaswrap{
  border-radius:22px;
  box-shadow:0 12px 34px rgba(24,24,20,.08), inset 0 0 0 1px rgba(0,0,0,.055);
}
@media(max-width:1100px) and (min-width:701px){
  body.gfpm-fullscreen-page .gfpm__stage{padding:18px 22px 22px 18px!important}
}
@media(max-width:700px){
  body.gfpm-fullscreen-page .gfpm__stage{padding:12px 14px 16px!important}
  body.gfpm-fullscreen-page .gfpm__canvasbar{height:34px;min-height:34px;padding:0 2px 6px}
  body.gfpm-fullscreen-page .gfpm__canvaswrap{border-radius:17px}
}
/* v4.3 Multi-SVG artwork list */
.gfpm__artworkList{display:grid;gap:7px;margin-top:9px}.gfpm__artworkItem{display:grid;grid-template-columns:28px minmax(0,1fr) 30px;align-items:center;gap:8px;padding:8px 9px;border:1px solid rgba(20,20,20,.12);border-radius:9px;background:#fff;cursor:pointer}.gfpm__artworkItem.is-active{border-color:#111;box-shadow:0 0 0 1px #111 inset}.gfpm__artworkNum{font-size:10px;font-weight:700;opacity:.55}.gfpm__artworkName{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gfpm__artworkRemove{border:0;background:transparent;font-size:16px;line-height:1;cursor:pointer;opacity:.55}.gfpm__artworkRemove:hover{opacity:1}

/* v4.4 Menu-based sidebar UI — no long Appearance scroll */
.gfpm__panel{overflow:hidden!important;display:flex;flex-direction:column;min-height:0}
.gfpm__menu{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:12px;border-bottom:1px solid var(--line);background:#fff;flex:0 0 auto}
.gfpm__menu button{min-width:0;border:1px solid var(--line);background:#fafaf8;border-radius:10px;padding:8px 4px;display:flex;align-items:center;justify-content:center;gap:5px;font-size:9px;font-weight:700;color:#5f5f5a;cursor:pointer;transition:.16s}
.gfpm__menu button span{font-size:8px;color:#aaa}.gfpm__menu button:hover{border-color:#bbb;background:#fff}.gfpm__menu button.is-active{background:#171717;border-color:#171717;color:#fff}.gfpm__menu button.is-active span{color:#aaa}
.gfpm__page{display:none!important;border-bottom:0}.gfpm__page.is-active{display:block!important}
.gfpm__page[data-ui-page="pattern"]{padding-bottom:8px}.gfpm__page[data-ui-page="pattern"]+.gfpm__page[data-ui-page="pattern"]{padding-top:8px}
.gfpm__page[data-ui-page="export"]{padding-bottom:8px}.gfpm__page[data-ui-page="export"]+.gfpm__page[data-ui-page="export"]{padding-top:8px}
.gfpm__panel .gfpm__page{overflow:visible}
@media(max-width:700px){.gfpm__panel{overflow:visible!important}.gfpm__menu{position:sticky;top:0;z-index:8;grid-template-columns:repeat(3,1fr)}.gfpm__page.is-active{display:block!important}}
\n\n/* v4.4.1 Motion usability + larger UI type */
.gfpm__page[data-ui-page="motion"].is-active{max-height:calc(100% - 116px);overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-width:thin;padding-bottom:28px}
.gfpm__menu button{font-size:11px}.gfpm__menu button span{font-size:9px}
.gfpm__sectionhead{font-size:12px}.gfpm__step{font-size:10px}.gfpm__subhead{font-size:11px}
.gfpm__control label,.gfpm__colorrow{font-size:12px}.gfpm__twocol label{font-size:11px}.gfpm__twocol input{font-size:12px}
.gfpm__select{font-size:13px;height:39px}.gfpm__presetgrid button{font-size:11px;line-height:1.25;min-height:38px}
.gfpm__switchrow{font-size:13px}.gfpm__hint,.gfpm__empty,.gfpm__hint--anim{font-size:11px;line-height:1.5}
.gfpm__widebtn,.gfpm__miniBtn{font-size:12px}.gfpm__badge{font-size:10px}.gfpm__outputmeta{font-size:10px}.gfpm__outputmeta strong{font-size:11px}
.gfpm__drop strong{font-size:13px}.gfpm__drop small,.gfpm__filename{font-size:11px}.gfpm__artworkName{font-size:12px}
@media(max-width:700px){.gfpm__page[data-ui-page="motion"].is-active{max-height:none;overflow-y:visible!important}}

/* V4.4.2 — Motion panel scrolling fix */
.gfpm__panel > .gfpm__page[data-ui-page="motion"].is-active{
  flex:1 1 auto!important;
  min-height:0!important;
  height:0!important;
  max-height:none!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
  padding-bottom:48px!important;
}
.gfpm__page[data-ui-page="motion"] .gfpm__sectionhead,
.gfpm__page[data-ui-page="motion"] .gfpm__subhead,
.gfpm__page[data-ui-page="motion"] label{font-size:12px}
.gfpm__page[data-ui-page="motion"] .gfpm__hint{font-size:11px;line-height:1.5}
.gfpm__page[data-ui-page="motion"] .gfpm__badge{font-size:10px}
@media(max-width:700px){
 .gfpm__panel > .gfpm__page[data-ui-page="motion"].is-active{height:auto!important;overflow-y:visible!important;padding-bottom:28px!important}
}
/* v4.5 Export Center */
.gfpm__formatgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:4px 0 14px}.gfpm__formatgrid button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 4px;font-size:12px;font-weight:700;cursor:pointer}.gfpm__formatgrid button.is-active{background:#171717;color:#fff;border-color:#171717}

/* v4.5.1 — transparent preview checkerboard is rendered inside the live canvas only; it is never exported. */
