.gx-app{--gx-chrome:#151b22;--gx-chrome-hi:#1b232c;--gx-panel:#1f2831;--gx-panel-hi:#26313c;--gx-inset:#12181e;--gx-line:#333f4b;--gx-line-soft:#2a343f;--gx-text:#e8edf1;--gx-muted:#9fb0bd;--gx-accent:#ff5a5c;--gx-amber:#ffcd03;--gx-focus:#7cc0ff;--gx-stage:#10151b;--gx-mono:ui-monospace,"Cascadia Code",Consolas,"JetBrains Mono",monospace;display:flex;flex-direction:column;height:100dvh;background:var(--gx-chrome);color:var(--gx-text);font-size:13.5px}body:has(.gx-app){background:#151b22;overflow:hidden}body:has(.gx-app) .site-header{display:none}body:has(.gx-app) .site-footer{display:none}.gx-app :focus-visible{outline:2.5px solid var(--gx-focus);outline-offset:2px}.gx-app a{color:var(--gx-accent)}.gx-menubar{flex:none;gap:12px;flex-wrap:wrap;background:linear-gradient(var(--gx-chrome-hi),var(--gx-chrome));border-bottom:1px solid var(--gx-line-soft);padding:7px 14px}.gx-brand,.gx-menubar{display:flex;align-items:center}.gx-brand{gap:10px;min-width:0}.gx-app .brand-word{color:var(--gx-text);font-size:17px}.gx-app .brand-word-accent{color:var(--gx-accent)}.gx-app-title{margin:0;padding-left:12px;border-left:1px solid var(--gx-line);font-size:13px;font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--gx-muted);white-space:nowrap}.gx-menubar-rest{display:flex;align-items:center;gap:10px;flex:1 1;flex-wrap:wrap;justify-content:flex-end}.gx-menubar-rest>[data-tour=mode]{margin-right:auto}.gx-app .site-nav{gap:2px}.gx-app .nav-link{color:var(--gx-text);font-size:13px;padding:6px 9px}.gx-app .nav-link:hover{background:rgba(232,237,241,.09)}.gx-app .nav-email{max-width:150px}.gx-app .site-nav .btn.ghost{color:var(--gx-text);border-color:var(--gx-line);box-shadow:none}.gx-workspace{flex:1 1;display:flex;min-height:0}.gx-dock{flex:none;display:flex;flex-direction:column;gap:8px;padding:8px;overflow-y:auto;scrollbar-width:thin}.gx-dock.gx-left{width:302px;border-right:1px solid var(--gx-line-soft)}.gx-dock.gx-right{width:334px;border-left:1px solid var(--gx-line-soft)}.gx-dock-scroll{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:8px;overflow-y:auto;scrollbar-width:thin}.gx-stage{flex:1 1;min-width:0;display:flex;flex-direction:column;background:var(--gx-stage)}.gx-statusbar{flex:none;display:flex;align-items:center;gap:18px;background:var(--gx-chrome-hi);border-top:1px solid var(--gx-line-soft);padding:4px 14px;font-family:var(--gx-mono);font-size:11.5px;color:var(--gx-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden}.gx-statusbar b{color:var(--gx-text);font-weight:600}.gx-statusbar .gx-grow{flex:1 1}.gx-panel{background:var(--gx-panel);border:1px solid var(--gx-line-soft);border-radius:8px;box-shadow:0 1px 0 rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.03);animation:gx-rise .3s ease backwards;flex:none}.gx-dock .gx-panel:nth-child(2){animation-delay:.05s}.gx-dock .gx-panel:nth-child(3){animation-delay:.1s}.gx-dock .gx-panel:nth-child(4){animation-delay:.15s}@keyframes gx-rise{0%{opacity:0;transform:translateY(7px)}}.gx-panel-h{display:flex;align-items:center;gap:8px;padding:7px 11px 6px;border-bottom:1px solid var(--gx-line-soft)}.gx-panel-h h2{margin:0;font-family:var(--display);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gx-muted)}.gx-panel-hx{margin-left:auto;display:flex;align-items:center;gap:8px;min-width:0}.gx-panel-b{padding:10px}.gx-panel-t{display:inline-flex;align-items:center;gap:7px;background:none;border:none;cursor:pointer;font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit;padding:5px 6px;margin:-5px -6px}.gx-panel-t:hover{color:var(--gx-text)}.gx-caret{width:10px;height:10px;flex:none;transition:transform .15s ease}.gx-collapsed .gx-caret{transform:rotate(-90deg)}.gx-app .gx-panel.gx-collapsed .gx-panel-b{display:none}.gx-panel.gx-collapsed .gx-panel-h{border-bottom:none}.gx-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--gx-panel-hi);color:var(--gx-text);border:1px solid var(--gx-line);border-radius:6px;padding:7px 12px;font-family:var(--display);font-weight:600;font-size:13px;cursor:pointer}.gx-btn:hover{border-color:var(--gx-muted)}.gx-btn:disabled{opacity:.55;cursor:not-allowed;border-color:var(--gx-line)}.gx-btn.red{background:var(--red);border-color:var(--gx-accent);color:#fff;box-shadow:0 2px 0 var(--red-press)}.gx-btn.red:hover:not(:disabled){filter:brightness(1.08);border-color:var(--gx-accent)}.gx-btn.red:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px 0 var(--red-press)}.gx-btn.sm{padding:5px 10px;font-size:12.5px}.gx-btn.mini{padding:3px 9px;font-size:11.5px;border-radius:5px}.gx-btn.mini[aria-pressed=true]{border-color:var(--gx-focus);color:var(--gx-focus)}.gx-split-range{width:110px}.gx-btn.link{background:none;border:none;color:var(--gx-muted);padding:2px 4px;text-decoration:underline;text-underline-offset:3px;font-weight:500}.gx-btn.link:hover{color:var(--gx-text)}.gx-seg{display:flex;gap:6px;flex-wrap:wrap}.gx-seg-btn{flex:1 1;background:var(--gx-inset);color:var(--gx-text);border:1px solid var(--gx-line);border-radius:6px;padding:6px 5px;font-family:var(--display);font-weight:600;font-size:12.5px;cursor:pointer;white-space:nowrap}.gx-seg-btn:hover{border-color:var(--gx-muted)}.gx-seg-btn[aria-pressed=true]{background:var(--red);border-color:var(--gx-accent);box-shadow:inset 0 1px 0 rgba(255,255,255,.16);color:#fff}.gx-seg-btn small{display:block;font-weight:400;font-size:9.5px;color:var(--gx-muted);letter-spacing:.04em}.gx-seg-btn[aria-pressed=true] small{color:#ffe9e6}.gx-seg-sm .gx-seg-btn{flex:none;padding:5px 11px;font-size:12.5px}.gx-grp{margin-bottom:9px}.gx-grp:last-child{margin-bottom:0}.gx-grp-lbl{margin:0 0 5px;font-family:var(--display);font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gx-muted)}.gx-app input[type=range]{accent-color:var(--gx-accent);height:18px}.gx-app input[type=checkbox]{accent-color:var(--gx-accent);width:15px;height:15px}.gx-input{width:100%;background:var(--gx-inset);border:1px solid var(--gx-line);border-radius:6px;color:var(--gx-text);padding:7px 10px;font-size:13px}.gx-input::placeholder{color:#8494a5}.gx-adj{display:grid;grid-template-columns:82px 1fr 42px;align-items:center;grid-gap:4px 8px;gap:4px 8px}.gx-adj label{font-size:12.5px;color:var(--gx-text)}.gx-adj output{font-family:var(--gx-mono);font-size:11.5px;color:var(--gx-muted);text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gx-dither-row{display:flex;gap:9px;align-items:flex-start;margin-top:9px;padding-top:8px;border-top:1px solid var(--gx-line-soft)}.gx-dither-row .gx-hint{color:var(--gx-muted);font-size:11.5px;display:block}.gx-dither-row .gx-btn.link{margin-left:auto;align-self:center;flex:none}.gx-crop canvas{width:100%;height:auto;display:block;border-radius:5px;background:var(--gx-inset);cursor:-webkit-grab;cursor:grab;touch-action:none}.gx-src-row{display:flex;align-items:center;gap:9px;margin-top:8px}.gx-src-row .gx-src-lbl{flex:none;font-family:var(--display);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gx-muted)}.gx-src-row input[type=range]{flex:1 1;min-width:0}.gx-drop-compact,.gx-drop-hero{border:2px dashed var(--gx-line);border-radius:12px;background:transparent;color:var(--gx-text);text-align:center;cursor:pointer}.gx-drop-hero{padding:clamp(40px,9vh,90px) 24px;max-width:460px;width:100%}.gx-drop-compact{padding:14px 12px;border-radius:8px}.gx-drop-compact.is-over,.gx-drop-compact:hover,.gx-drop-hero.is-over,.gx-drop-hero:hover{border-color:var(--gx-accent);background:rgba(255,90,92,.05)}.gx-drop-title{margin:0;font-family:var(--display);font-weight:650;font-size:15px}.gx-drop-hint{margin:4px 0 0;color:var(--gx-muted);font-size:12.5px}.gx-drop-compact .gx-drop-title{font-size:13px}.gx-filter-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px;gap:5px}.gx-filter-strip{display:flex;gap:5px;overflow-x:auto;padding-bottom:4px}.gx-filter-btn{display:flex;flex-direction:column;align-items:center;gap:4px;background:transparent;border:1px solid transparent;border-radius:8px;padding:5px 4px;cursor:pointer;flex:0 0 auto}.gx-filter-btn canvas{max-width:52px;max-height:52px;width:auto;height:auto;border-radius:5px;display:block;background:var(--gx-inset);border:1px solid var(--gx-line-soft)}.gx-filter-btn span{font-size:11.5px;color:var(--gx-muted);font-family:var(--display);letter-spacing:.03em}.gx-filter-btn:hover{background:var(--gx-panel-hi)}.gx-filter-btn[aria-pressed=true]{border-color:var(--gx-accent);background:rgba(255,90,92,.07)}.gx-filter-btn[aria-pressed=true] canvas{border-color:var(--gx-accent)}.gx-filter-btn[aria-pressed=true] span{color:var(--gx-accent);font-weight:700}.gx-pal-meta{font-family:var(--gx-mono);font-size:11px;color:var(--gx-muted);white-space:nowrap}.gx-swatches{display:flex;flex-wrap:wrap;gap:5px}.gx-swatch{width:20px;height:20px;border-radius:5px;border:2px solid transparent;padding:0;cursor:pointer}.gx-swatch[aria-pressed=true]{border-color:#f2f7fa;box-shadow:inset 0 0 0 1px rgba(0,0,0,.6)}.gx-swatch[aria-pressed=false]{opacity:.22}.gx-swatch[aria-pressed=false]:hover{opacity:.55}.gx-tool-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:5px;gap:5px}.gx-tool{aspect-ratio:1;display:grid;place-items:center;background:var(--gx-inset);color:var(--gx-muted);border:1px solid var(--gx-line);border-radius:6px;cursor:pointer;padding:0}.gx-tool svg{width:17px;height:17px}.gx-tool:hover{border-color:var(--gx-muted);color:var(--gx-text)}.gx-tool[aria-checked=true]{background:#1c2f42;border-color:var(--gx-focus);color:var(--gx-focus)}.gx-tool-opts{margin-top:9px;display:flex;flex-direction:column;gap:6px}.gx-opt-row{display:grid;grid-template-columns:92px 1fr 34px;align-items:center;grid-gap:8px;gap:8px}.gx-opt-row label{font-size:12.5px;color:var(--gx-text)}.gx-opt-row input[type=checkbox]{justify-self:start}.gx-opt-row output{font-family:var(--gx-mono);font-size:11.5px;color:var(--gx-muted);text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gx-color-cur{display:flex;align-items:center;gap:8px}.gx-color-cur input[type=color]{width:44px;height:34px;padding:2px;border:1px solid var(--gx-line);border-radius:6px;background:var(--gx-inset);cursor:pointer}.gx-color-hex{flex:1 1;font-family:var(--gx-mono)}.gx-near{display:flex;align-items:center;gap:7px;margin:7px 0 0;font-size:12px;color:var(--gx-muted)}.gx-near b{color:var(--gx-text)}.gx-near-chip{width:14px;height:14px;border-radius:4px;border:1px solid rgba(0,0,0,.5);flex:none}.gx-cswatch{width:20px;height:20px;border-radius:5px;border:2px solid transparent;padding:0;cursor:pointer}.gx-cswatch:hover{border-color:var(--gx-muted)}.gx-cswatch[aria-pressed=true]{border-color:#f2f7fa;box-shadow:inset 0 0 0 1px rgba(0,0,0,.6)}.gx-arrange{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px;padding-top:8px;border-top:1px solid var(--gx-line-soft)}.gx-table-scroll{max-height:240px;overflow-y:auto;scrollbar-width:thin}.gx-table-scroll table{width:100%;border-collapse:collapse}.gx-table-scroll td,.gx-table-scroll th{text-align:left;padding:6px 8px;border-bottom:1px solid var(--gx-line-soft);font-size:12.5px;color:var(--gx-text)}.gx-table-scroll th{position:-webkit-sticky;position:sticky;top:0;background:var(--gx-panel);box-shadow:0 1px 0 var(--gx-line-soft);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--gx-muted)}.gx-app .mono,.gx-table-scroll .mono{font-family:var(--gx-mono)}.gx-out-stats{display:flex;justify-content:space-between;gap:10px;margin:0}.gx-out-stats dt{color:var(--gx-muted);font-size:9.5px;letter-spacing:.09em;text-transform:uppercase;font-family:var(--display);font-weight:700}.gx-out-stats dd{margin:1px 0 0;font-family:var(--gx-mono);font-size:12.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gx-price-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:8px;padding-top:7px;border-top:1px solid var(--gx-line-soft)}.gx-price-lbl{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gx-muted)}.gx-price,.gx-price-lbl{font-family:var(--display);font-weight:700}.gx-price{font-size:23px;color:var(--gx-amber);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gx-out-note{color:var(--gx-muted);font-size:11.5px;margin:4px 0 0}.gx-out-note a{color:var(--gx-accent)}.gx-name-row{margin-top:9px}.gx-cta-row{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.gx-cta-row .gx-btn{flex:1 1;white-space:nowrap}.gx-cta-row .gx-btn.red{flex:1.4 1}.gx-stagebar{flex:none;display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:6px 12px;border-bottom:1px solid var(--gx-line-soft);background:var(--gx-chrome)}.gx-stagebar .gx-stage-title{font-family:var(--display);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gx-muted)}.gx-stagebar .gx-grow{flex:1 1}.gx-zoom-group{display:flex;align-items:center;gap:8px}.gx-zoombtn{background:var(--gx-panel);border:1px solid var(--gx-line);border-radius:5px;min-width:27px;height:25px;padding:0 8px;font-family:var(--gx-mono);font-size:12px;color:var(--gx-text);display:inline-grid;place-items:center;cursor:pointer}.gx-zoombtn:hover{background:var(--gx-panel-hi)}.gx-zoom-pct{font-family:var(--gx-mono);font-size:12px;color:var(--gx-muted);min-width:44px;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gx-stage-wrap{flex:1 1;min-height:0;display:flex;flex-direction:column}.gx-viewport{flex:1 1;overflow:auto;display:grid;padding:24px;background-image:radial-gradient(rgba(255,255,255,.045) 1px,transparent 1.4px);background-size:22px 22px}.gx-viewport-inner{display:flex;flex-direction:column;align-items:center;gap:12px;margin:auto}.gx-board{background:#06090c;border:1px solid var(--gx-line-soft);border-radius:6px;padding:12px;box-shadow:0 24px 60px -22px rgba(0,0,0,.85)}.gx-canvas{display:block;width:100%;height:auto;border-radius:2px;image-rendering:pixelated}.gx-stage-center{flex:1 1;display:grid;place-items:center;padding:24px}.gx-draw-canvas{display:block;width:100%;height:auto;border-radius:2px;touch-action:none}.gx-vh{position:absolute;width:1px;height:1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;margin:0}.gx-warn{border:1px solid #8a6d1a;background:#2a2413;color:#ffd95e;border-radius:8px;max-width:560px}.gx-notice,.gx-warn{padding:9px 12px;font-size:12.5px}.gx-notice{border:1px solid #2f5d3a;background:#16241a;color:#a5dcb1;border-radius:8px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.gx-muted{color:var(--gx-muted)}@media (min-width:1101px){.gx-dock>.gx-p-source{display:flex;flex-direction:column;flex:0 1 auto;min-height:266px}.gx-dock>.gx-p-source>.gx-panel-h{flex:none}.gx-dock>.gx-p-source>.gx-panel-b{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.gx-dock>.gx-p-source.gx-collapsed{min-height:0}.gx-dock>.gx-p-source .gx-crop{display:contents}.gx-dock>.gx-p-source .gx-crop canvas{flex:0 1 auto;min-height:120px;width:auto;max-width:100%;align-self:center}.gx-dock>.gx-p-source .gx-panel-b>[data-tour=upload],.gx-dock>.gx-p-source .gx-src-row{flex:none}}@media (max-width:1100px){.gx-app{height:auto;min-height:100dvh}body:has(.gx-app){overflow:auto}.gx-workspace{display:flex;flex-direction:column}.gx-dock,.gx-dock-scroll{display:contents}.gx-workspace>.gx-stage{order:2;min-height:55vh}.gx-panel{margin:8px 8px 0}.gx-p-source,.gx-p-tools{order:1}.gx-p-color,.gx-p-filter{order:3}.gx-p-adjust{order:4}.gx-p-build{order:5}.gx-p-palette{order:6}.gx-p-parts{order:7}.gx-p-output{order:8;margin-bottom:8px}.gx-statusbar{position:-webkit-sticky;position:sticky;bottom:0}.gx-input{font-size:16px}}@media (max-height:1020px) and (min-width:1101px){.gx-dock{gap:6px;padding:6px}.gx-panel-b{padding:8px}.gx-panel-h{padding:5px 10px 4px}.gx-filter-btn{padding:3px;gap:3px}.gx-filter-btn canvas{max-width:40px;max-height:40px}.gx-src-row{margin-top:6px}.gx-adj{gap:3px 8px}.gx-dither-row{margin-top:6px;padding-top:6px}.gx-seg-btn{padding:4px 5px}.gx-seg-btn small{display:none}.gx-grp{margin-bottom:7px}.gx-dock-scroll{gap:6px}.gx-dock>.gx-p-source{min-height:248px}.gx-price{font-size:20px}.gx-price-row{margin-top:6px;padding-top:5px}.gx-name-row{margin-top:7px}.gx-cta-row{margin-top:6px}.gx-drop-compact{padding:9px 10px}.gx-statusbar{padding:3px 14px}}.gx-app.gx-confirm{height:auto;min-height:100dvh}body:has(.gx-app.gx-confirm){overflow:auto}.gx-confirm-wrap{width:100%;max-width:880px;margin:0 auto;padding:20px 16px 56px;display:flex;flex-direction:column;gap:14px}.gx-confirm-wrap h1{margin:6px 0 0;font-family:var(--display);font-size:24px;font-weight:700}.gx-confirm-lede{margin:0;color:var(--gx-muted);font-size:13.5px}.gx-confirm-lede b{color:var(--gx-text)}.gx-confirm .gx-panel{margin:0}.gx-confirm-stage{display:flex;flex-direction:column;height:min(560px,62vh);min-height:300px;border:1px solid var(--gx-line-soft);border-radius:8px;overflow:hidden;background:var(--gx-stage)}.gx-confirm-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));grid-gap:10px;gap:10px;margin:0}.gx-confirm-facts dt{color:var(--gx-muted);font-size:9.5px;letter-spacing:.09em;text-transform:uppercase;font-family:var(--display);font-weight:700}.gx-confirm-facts dd{margin:1px 0 0;font-family:var(--gx-mono);font-size:12.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gx-confirm-total{color:var(--gx-amber);font-weight:700}.gx-tos{max-height:300px;overflow-y:auto;scrollbar-width:thin;padding:12px 14px;background:var(--gx-inset);border:1px solid var(--gx-line-soft);border-radius:8px}.gx-tos-updated{margin:0 0 10px;color:var(--gx-muted);font-size:11.5px}.gx-tos h3{margin:12px 0 4px;font-size:12.5px;color:var(--gx-text)}.gx-tos h3:first-of-type{margin-top:0}.gx-tos p{margin:0 0 8px;color:var(--gx-muted);font-size:12.5px;line-height:1.55}.gx-tos p:last-child{margin-bottom:0}.gx-tos ul{margin:0 0 8px;padding-left:18px}.gx-tos li{margin:0 0 3px;color:var(--gx-muted);font-size:12.5px;line-height:1.55}.gx-confirm-final{max-width:none}.gx-consent{display:flex;gap:11px;align-items:flex-start;padding:12px 14px;background:var(--gx-panel-hi);border:1px solid var(--gx-line);border-radius:8px}.gx-app .gx-consent input[type=checkbox]{width:18px;height:18px;flex:none}.gx-consent label{font-size:13.5px;font-weight:600}.gx-confirm-ctas .gx-btn,.gx-confirm-ctas .gx-btn.red{flex:none;padding:9px 18px}.gx-confirm-hint{margin:0;min-height:1.2em}.gx-gate-overlay{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:20px;background:rgba(6,10,14,.62);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.gx-gate{width:min(560px,100%);max-height:min(640px,92vh);display:flex;flex-direction:column;gap:12px;padding:16px 18px;border:1px solid var(--gx-line);border-radius:10px;background:var(--gx-panel);box-shadow:0 18px 50px rgba(0,0,0,.5)}.gx-gate:focus{outline:none}.gx-gate-title{margin:0;font-family:var(--display);font-weight:700;font-size:16px}.gx-gate-body{flex:1 1 auto;min-height:0;max-height:none}.gx-gate-error{margin:0;color:var(--gx-accent);font-size:12.5px}.gx-gate-ctas{justify-content:flex-end}.gx-gate-ctas .gx-btn,.gx-gate-ctas .gx-btn.red{flex:none;padding:9px 18px}.gx-drop-problem{margin:8px 0 0;color:var(--gx-accent);font-size:12.5px}.gx-upload-guidelines{margin-top:14px;max-width:460px;width:100%}.gx-upload-guidelines summary{cursor:pointer;color:var(--gx-muted);font-size:12.5px;text-align:center;list-style-position:inside}.gx-upload-guidelines summary:hover{color:var(--gx-text)}.gx-upload-guidelines[open] summary{margin-bottom:8px}.gx-upload-guidelines .gx-tos{max-height:240px;text-align:left}@media (prefers-reduced-motion:reduce){.gx-panel{animation:none}.gx-btn.red:active:not(:disabled){transform:none}.gx-caret{transition:none}}