.skeleton{width:100%;background:linear-gradient(90deg,#1a1e2a 25%,#272e3f 37%,#1a1e2a 63%);background-size:400% 100%;animation:skeleton-pulse 1.2s ease-in-out infinite}@keyframes skeleton-pulse{0%{background-position:100% 50%}to{background-position:0 50%}}.app-shell{width:min(440px,100vw);min-height:100vh;margin:0 auto;padding:12px 12px calc(114px + env(safe-area-inset-bottom,0px));position:relative}.app-shell--studio{height:100dvh;max-height:100dvh;display:flex;flex-direction:column;overflow:hidden;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.topbar{display:flex;justify-content:space-between;align-items:center;padding:8px 4px 14px;flex-shrink:0}.topbar__title{font-size:22px;font-weight:600}.topbar__wallet{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.topbar__wallet-icon{width:18px;height:18px;display:block;flex-shrink:0;color:var(--coin-icon-purple)}.topbar__wallet-value{font-size:14px;font-weight:700;line-height:1;color:var(--text)}.content{display:grid;gap:10px}.content--studio{flex:1 1 auto;min-height:0;overflow:hidden;display:flex}.bottom-nav{position:fixed;left:50%;transform:translate(-50%);bottom:calc(10px + env(safe-area-inset-bottom,0px));width:min(420px,calc(100vw - 20px));border-radius:18px;background:#0c0d10f2;display:grid;grid-template-columns:repeat(3,1fr);padding:10px;min-height:76px;box-shadow:0 16px 32px #00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bottom-nav__item{display:grid;justify-items:center;align-content:center;gap:6px;text-align:center;font-weight:500;padding:8px 4px;border-radius:12px;color:var(--muted);transition:background-color .15s ease,color .15s ease}.bottom-nav__icon{width:20px;height:20px;display:inline-grid;place-items:center}.bottom-nav__icon svg{width:100%;height:100%}.bottom-nav__label{font-size:12px;line-height:1}.bottom-nav__item.active{color:var(--accent);background:#818dff1f}.fab{position:fixed;right:max(calc((100vw - min(440px,100vw))/2 + 18px),18px);bottom:calc(104px + env(safe-area-inset-bottom,0px));width:46px;height:46px;border-radius:50%;background:var(--surface);color:var(--text);display:grid;place-items:center;font-size:28px;line-height:1;box-shadow:0 10px 24px #00000061}:root{--bg: radial-gradient(circle at 12% 8%, #141823 0, #08090d 45%, #040508 100%);--surface: #11141c;--surface-soft: #161a24;--surface-soft-2: #1b2030;--text: #f2f4f8;--muted: #9ea5b6;--line: #2b3140;--accent: #9098ff;--accent-strong: #a8aeff;--danger: #ff7676;--coin-icon-purple: #a84cff;--radius-xl: 20px;--radius-lg: 16px;--radius-md: 12px;--shadow-soft: 0 16px 34px rgba(0, 0, 0, .42)}*{box-sizing:border-box}html,body,#root{min-height:100%;height:100%}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:IBM Plex Sans,sans-serif;color-scheme:dark}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit}.section-gap{display:grid;gap:14px}.grid{display:grid}.gap-12{gap:12px}.file-box{display:grid;gap:8px;border:1px solid var(--line);border-radius:var(--radius-md);padding:10px 12px;background:var(--surface-soft);color:var(--muted)}.file-box input{width:100%;color:var(--text)}.hint{margin:0;color:var(--muted);font-size:13px}.notice{margin:0;border:1px solid #464f71;background:#1a1f31;border-radius:10px;padding:10px;color:#dbe0ff;font-size:13px;max-height:96px;overflow:auto}.category-block{display:grid;gap:10px}.category-head{display:grid;gap:4px}.category-head h3{margin:0;font-size:18px}.category-head p{margin:0;color:var(--muted);font-size:13px}.category-gallery{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 4px;scrollbar-width:thin;scrollbar-color:#404860 transparent}.category-gallery::-webkit-scrollbar{height:7px}.category-gallery::-webkit-scrollbar-thumb{background:#3c4458;border-radius:999px}.category-gallery__item{flex:0 0 110px;display:grid;gap:7px}.category-gallery__item--link{color:inherit;cursor:pointer;transition:transform .16s ease}.category-gallery__item--link:hover{transform:translateY(-1px)}.category-gallery__item--link:focus-visible .category-gallery__preview{outline:2px solid rgba(144,152,255,.45);outline-offset:1px}.category-gallery__preview{width:100%;aspect-ratio:3 / 4;border-radius:14px;border:1px solid var(--line);overflow:hidden;background:#10131b;display:grid;place-items:center;color:var(--muted);font-size:12px}.category-gallery--square .category-gallery__item{flex-basis:124px}.category-gallery__preview--square{aspect-ratio:1 / 1}.category-gallery__preview img{width:100%;height:100%;object-fit:cover}.category-gallery__name{color:var(--muted);font-size:12px;line-height:1.2}.history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.history-toolbar{display:flex;justify-content:flex-end}.history-toggle{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted);border-radius:10px;padding:6px 10px;font-size:12px;cursor:pointer}.history-toggle.is-active{color:var(--text);border-color:#4b5571;background:#1a2131}.history-card{position:relative;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);aspect-ratio:3 / 4}.history-card--hidden{border-color:#4b5571;opacity:.86}.history-card--clickable{cursor:pointer;transition:transform .16s ease,border-color .16s ease}.history-card--clickable:hover{border-color:#3f4861;transform:translateY(-1px)}.history-card--clickable:focus-visible{outline:2px solid rgba(144,152,255,.45);outline-offset:1px}.history-card__preview{width:100%;height:100%;overflow:hidden;background:#10131b;display:grid;place-items:center;color:var(--muted);font-size:12px;text-align:center;padding:0}.history-card__preview--failed{place-items:stretch}.history-card__image-wrap{width:100%;height:100%;position:relative}.history-card__image{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .18s ease}.history-card__image.is-visible{opacity:1}.history-card__skeleton{width:100%;height:100%}.history-card__processing{display:grid;justify-items:center;gap:10px;color:var(--muted);font-size:13px}.history-card__spinner{width:26px;height:26px;border-radius:50%;border:2px solid #3a4256;border-top-color:var(--accent);animation:history-spin .8s linear infinite}.history-card__preview span{padding:12px}.history-card__failed-copy{width:100%;height:100%;padding:14px 14px 50px;display:grid;align-content:start;gap:8px;text-align:left}.history-card__failed-copy p{margin:0;word-break:break-word}.history-card__failed-copy p:first-child{color:var(--text);font-size:13px;font-weight:600}.history-card__failed-copy p:last-child{color:var(--muted);font-size:12px;line-height:1.35}.history-card__icon-btn{position:absolute;width:36px;height:36px;border-radius:999px;border:1px solid #49516a;background:#0c0f18e6;color:#dce2ff;display:grid;place-items:center;padding:0;cursor:pointer}.history-card__icon-btn svg{width:19.2px;height:19.2px}.history-card__icon-btn--hide{left:8px;bottom:8px}.history-card__icon-btn--retry{right:8px;bottom:8px}.history-hide-toasts{position:fixed;left:50%;transform:translate(-50%);bottom:calc(106px + env(safe-area-inset-bottom,0px));width:min(420px,calc(100vw - 20px));display:grid;gap:8px;z-index:40;pointer-events:none}.history-hide-toast{pointer-events:auto;border:1px solid #464f71;background:#1a1f31;border-radius:12px;padding:10px 12px;color:#dbe0ff;font-size:13px;display:flex;align-items:center;justify-content:space-between;gap:10px;animation:history-toast-in .22s ease-out}.history-hide-toast.is-leaving{animation:history-toast-out .22s ease-in forwards}.history-hide-toast button{border:0;background:transparent;color:#aeb9ff;font-size:13px;padding:0;cursor:pointer}.history-hide-toast button:disabled{opacity:.45;cursor:default}.history-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#04060ce6;padding:14px 12px max(14px,env(safe-area-inset-bottom,0px));display:flex}.history-modal__content{position:relative;width:min(980px,100%);height:100%;margin:0 auto;display:flex;flex-direction:column;overflow:visible}.history-modal__close{position:absolute;top:4px;right:4px;width:36px;height:36px;border:0;border-radius:999px;background:#080a10f0;color:var(--text);cursor:pointer;font-size:24px;line-height:1;display:grid;place-items:center;z-index:2}.history-modal__media{flex:1;min-height:0;overflow-y:auto;padding:48px 0 14px;display:flex;flex-direction:column;align-items:center;gap:16px}.history-modal__media--single{justify-content:center}.history-modal__item{width:min(88vw,720px);display:block;gap:8px;margin:0 auto}.history-modal__image-frame{position:relative;border-radius:12px;overflow:hidden;background:#0b0e15;min-height:220px;width:100%;display:flex;justify-content:center;align-items:center}.history-modal__image-frame--ready{min-height:0;width:fit-content;max-width:100%;margin:0 auto;background:transparent}.history-modal__image-box{position:relative;display:inline-flex;align-items:center;justify-content:center;max-width:min(88vw,720px)}.history-modal__image{display:block;width:auto;height:auto;max-width:100%;max-height:min(68dvh,720px);object-fit:contain;object-position:center center;margin:0 auto;background:transparent}.history-modal__image-skeleton{width:100%;min-height:220px}.history-modal__empty{margin:0;color:var(--muted);text-align:center}.history-modal__download-btn{border:0;background:#131825e6;color:#dbe3ff;border-radius:10px;padding:8px 12px;font-size:13px;line-height:1;cursor:pointer}.history-modal__download-btn:disabled{opacity:.65;cursor:default}.history-modal__download-btn--icon{position:absolute;right:10px;bottom:10px;width:40px;height:40px;border-radius:999px;padding:0;display:grid;place-items:center;background:#080c14e0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.history-modal__download-btn--icon svg{width:20px;height:20px}.history-modal__download-spinner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(220,226,255,.25);border-top-color:#dce2ff;animation:history-spin .8s linear infinite}.history-modal__prompt{width:min(88vw,720px);margin:0 auto;padding:0 0 4px}.history-modal__prompt p{margin:0;color:var(--text);white-space:pre-wrap;font-size:14px;line-height:1.45}@media(max-width:520px){.history-modal__media{padding-top:44px;gap:14px}.history-modal__download-btn--icon{width:38px;height:38px;right:8px;bottom:8px}}@keyframes history-spin{to{transform:rotate(360deg)}}@keyframes history-toast-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes history-toast-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(8px) scale(.98)}}.status{border-radius:999px;padding:4px 8px;font-size:11px;border:1px solid var(--line)}.status-queued,.status-processing{background:#3a3018}.status-succeeded{background:#153426}.status-failed,.status-canceled{background:#3b1e24}.set-badge{border:1px solid var(--accent);color:var(--accent-strong);font-size:11px;border-radius:999px;padding:3px 8px}.studio-page{flex:1 1 auto;min-height:0;padding-bottom:0;display:flex;flex-direction:column;gap:14px;overflow:hidden}.back-link{margin:0;padding:0;border:0;background:transparent;font-size:14px;color:var(--accent-strong);text-align:left;cursor:pointer;flex-shrink:0}.studio-preview{flex:1 1 auto;min-height:0;display:flex;text-align:center;overflow:hidden}.studio-preview--result,.studio-preview--loading,.studio-preview--source{overflow:hidden}.studio-preview__stage{flex:1 1 auto;min-width:0;min-height:0;display:grid;place-items:center;overflow:hidden}.studio-preview__box{position:relative;max-width:100%;max-height:100%;min-width:0;min-height:0;border-radius:var(--radius-lg);background:var(--surface);overflow:hidden}.studio-preview__box--status{display:grid;place-items:center;padding:14px;background:#10131b}.studio-preview__download-skeleton,.studio-preview__source-wrap{width:100%;height:100%}.studio-preview__source-image{width:100%;height:100%;display:block;object-fit:cover;background:#0b0e15}.studio-preview__result-wrap{position:relative;width:100%;height:100%}.studio-preview__result-image{width:100%;height:100%;display:block;object-fit:cover;background:#0b0e15}.studio-preview__download-btn{position:absolute;right:10px;bottom:10px;width:40px;height:40px;border:0;border-radius:999px;background:#080c14e0;color:#dbe3ff;display:grid;place-items:center;padding:0;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.studio-preview__download-btn:disabled{opacity:.65;cursor:default}.studio-preview__download-btn svg{width:20px;height:20px}.studio-preview__download-spinner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(220,226,255,.25);border-top-color:#dce2ff;animation:history-spin .8s linear infinite}.studio-preview p{margin:0;color:var(--muted)}.studio-controls{padding:12px;display:grid;gap:10px;background:transparent;flex-shrink:0;position:relative}.studio-composer{border-radius:var(--radius-lg);background:var(--surface-soft);min-height:170px;position:relative}.studio-composer--preset{min-height:220px}.studio-composer__textarea{width:100%;min-height:170px;border:0;border-radius:var(--radius-lg);padding:14px 56px 62px 14px;resize:none;background:transparent;color:var(--text)}.studio-composer__textarea::placeholder{color:var(--muted)}.studio-composer__textarea:disabled{opacity:.75}.studio-composer__file-input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.studio-controls--preset{position:relative;width:100%;min-height:80px;border:0;border-radius:0;padding:16px 22px;background:transparent;color:var(--text);display:grid;align-items:center;justify-items:center;align-content:center;gap:14px;text-align:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.studio-controls--preset-wrap{position:relative;width:100%;flex-shrink:0}.studio-preset-input-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.studio-controls--preset--multi{min-height:132px;padding:16px}.studio-controls--preset[aria-disabled=true]{opacity:.75;cursor:default}.studio-controls--preset:focus-visible{outline:2px solid rgba(144,152,255,.45);outline-offset:1px}.studio-preset-upload__icon-wrap{position:relative;display:inline-grid}.studio-preset-upload__icon{position:relative;z-index:1;width:60px;height:60px;border-radius:18px;border:1px solid rgba(124,155,214,.4);background:#141a26db;color:#dce6ff;display:grid;place-items:center}.studio-preset-upload__icon svg{width:28px;height:28px}.studio-preset-upload__icon-label{font-size:11px;line-height:1.2;text-transform:uppercase;text-align:center;padding:6px}.studio-preset-upload__icon--thumb{width:52px;height:52px;border-radius:14px;border-color:#49516a;background:#10131b;box-shadow:0 8px 16px #00000047;overflow:hidden}.studio-preset-upload__icon--thumb img{width:100%;height:100%;object-fit:cover;display:block}.studio-preset-upload__title{position:relative;z-index:1;font-size:18px;line-height:1.1;font-weight:600}.studio-preset-upload__remove{position:absolute;top:0;right:0;width:18px;height:18px;border:0;border-radius:0 0 0 9px;background:#0b0e15e0;color:#f4f6ff;font-size:15px;line-height:1;display:grid;place-items:center;cursor:pointer;padding:0;z-index:2}.studio-preset-upload__remove:disabled{opacity:.6;cursor:default}.studio-controls button:focus-visible,.studio-controls__submit:focus-visible,.studio-composer__textarea:focus-visible,.product-row:focus{outline:2px solid rgba(144,152,255,.45);outline-offset:1px}.studio-composer__icon-btn{position:absolute;width:36px;height:36px;border-radius:999px;border:0;background:#0c0f18eb;color:#dce2ff;display:grid;place-items:center;padding:0;cursor:pointer}.studio-composer__icon-btn:disabled{opacity:.6;cursor:default}.studio-composer__icon-btn svg{width:20px;height:20px}.studio-composer__icon-btn--help{top:10px;right:10px}.studio-composer__icon-btn--attach{position:static}.studio-composer__icon-btn--attach.is-active{color:var(--accent-strong)}.studio-composer__attach-wrap{display:inline-flex;align-items:flex-end}.studio-composer__attach-chip{position:relative;width:44px;height:44px;border-radius:12px;overflow:hidden;border:1px solid #49516a;background:#10131b;box-shadow:0 8px 16px #00000047;padding:0;cursor:pointer}.studio-composer__attach-chip img{width:100%;height:100%;object-fit:cover;display:block}.studio-composer__attach-chip-remove{position:absolute;top:0;right:0;width:18px;height:18px;border:0;border-radius:0 0 0 9px;background:#0b0e15e0;color:#f4f6ff;font-size:15px;line-height:1;display:grid;place-items:center;cursor:pointer;padding:0}.studio-composer__attach-chip-remove:focus-visible{outline:2px solid rgba(144,152,255,.45);outline-offset:-2px}.studio-composer__attach-chip:disabled,.studio-composer__attach-chip[disabled] .studio-composer__attach-chip-remove{opacity:.6;cursor:default}.studio-composer__help-popover{position:absolute;top:52px;right:10px;width:min(230px,calc(100% - 20px));background:#1a1f31;border-radius:12px;padding:10px;display:grid;gap:6px;z-index:5}.studio-composer__help-popover p{margin:0;font-size:12px;line-height:1.35;color:#dbe0ff}.studio-composer__bottom-bar{position:absolute;left:10px;right:10px;bottom:10px;display:flex;align-items:flex-end;gap:8px}.studio-composer__ratio-wrap{position:relative}.studio-composer__ratio-trigger{border:0;border-radius:999px;background:#0c0f18eb;color:#dce2ff;height:36px;width:fit-content;padding:0 12px;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;white-space:nowrap}.studio-composer__ratio-trigger-main{display:inline-flex;align-items:center;gap:8px}.studio-composer__ratio-trigger-label{font-size:12px;line-height:1}.studio-composer__ratio-menu{position:absolute;bottom:44px;left:0;border:0;background:#161b2a;border-radius:12px;padding:8px;display:flex;flex-direction:column;gap:8px;max-height:calc(100dvh - env(safe-area-inset-top,0px) - 140px);overflow-y:auto;overscroll-behavior:contain;z-index:6}.studio-composer__ratio-item{border:0;border-radius:10px;background:#0c0f18eb;color:#dce2ff;width:72px;min-height:78px;padding:8px 6px;display:grid;justify-items:center;align-content:center;gap:6px;font-size:12px;line-height:1}.studio-composer__ratio-item.is-active{border-color:var(--accent);color:var(--accent-strong)}.studio-composer__ratio-sample{display:inline-block;border:1px solid currentColor;border-radius:4px}.studio-composer__ratio-sample.is-auto{width:24px;height:18px;border-style:dashed}.studio-composer__ratio-sample.is-1x1{width:20px;height:20px}.studio-composer__ratio-sample.is-2x3{width:16px;height:24px}.studio-composer__ratio-sample.is-3x2{width:24px;height:16px}.studio-composer__ratio-sample.is-3x4{width:18px;height:24px}.studio-composer__ratio-sample.is-9x16{width:12px;height:22px}.studio-composer__ratio-sample.is-4x3{width:24px;height:18px}.studio-composer__ratio-sample.is-16x9{width:24px;height:14px}.studio-composer__ratio-sample.is-21x9{width:24px;height:11px}.studio-controls__submit{width:min(320px,100%);align-self:center;flex-shrink:0;min-height:50px;border:1px solid #2d7cb8;border-radius:999px;padding:12px 16px;position:relative;overflow:hidden;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(120deg,#20bdcd,#2f91e0 32%,#2a69d3 63%,#30a8df);background-size:220% 220%;color:#f7fdff;font-size:18px;line-height:1.1;font-weight:500;letter-spacing:.01em;cursor:pointer;transition:transform .15s ease,filter .15s ease,border-color .15s ease,box-shadow .22s ease;animation:studio-submit-idle-drift 9s ease-in-out infinite alternate}.studio-controls__submit:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,#ff8f1f,#ff5f53 30%,#ff3f8f 57%,#a84cff 82%,#7f62ff);background-size:220% 220%;opacity:0;transition:opacity 1.2s ease;animation:studio-submit-active-drift 7s ease-in-out infinite alternate}.studio-controls__submit-label{position:relative;z-index:1}.studio-controls__submit-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;line-height:1}.token-inline{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.token-inline__icon{width:15px;height:15px;display:block;flex-shrink:0;color:var(--coin-icon-purple)}.token-inline--button .token-inline__icon{width:14px;height:14px;margin-top:0;color:#fff}.token-inline--button{align-items:center;line-height:1}.studio-controls__submit:hover{transform:translateY(-1px);filter:saturate(1.08) brightness(1.06)}.studio-controls__submit.is-generating{box-shadow:0 0 0 1px #ff6c883d,0 10px 22px #9759ff47}.studio-controls__submit.is-generating:before{opacity:1}.studio-controls__submit:disabled{cursor:default}.studio-controls__submit:not(.is-generating):disabled{opacity:.7}.studio-controls__submit.is-generating:disabled{opacity:1}.product-row{position:relative;border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:var(--surface-soft);color:var(--text);cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,transform .15s ease}.product-row:hover{border-color:#424d68;background:var(--surface-soft-2);transform:translateY(-1px)}.product-row:disabled{opacity:.6;cursor:default}@keyframes studio-submit-idle-drift{0%{background-position:0% 50%}to{background-position:100% 50%}}@keyframes studio-submit-active-drift{0%{background-position:0% 50%}to{background-position:100% 50%}}@media(prefers-reduced-motion:reduce){.studio-controls__submit,.studio-controls__submit:before{animation:none}}.status-line{font-size:13px;color:var(--muted)}.profile-page{padding-bottom:10px}.profile-card,.products-card{border-radius:var(--radius-lg);padding:12px;background:var(--surface)}.profile-card h3,.products-card h3{margin:0 0 10px}.profile-card p{margin:6px 0}.products-list{display:grid;gap:8px}.product-row__main{min-width:0}.product-row{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;text-align:left}.product-row--most-popular{border-color:#ffd25ae0;box-shadow:0 0 0 1px #ffd25a38,0 12px 28px #ffb30033;background:linear-gradient(var(--surface-soft),var(--surface-soft)) padding-box,linear-gradient(120deg,#ffc22af2,#fff2b5fa,#ffaa00f0) border-box;animation:product-popular-border 3.6s linear infinite}.product-row--most-popular:hover{border-color:#ffe079f5;background:linear-gradient(var(--surface-soft-2),var(--surface-soft-2)) padding-box,linear-gradient(120deg,#ffc939fa,#fff4be,#ffb330f5) border-box;box-shadow:0 0 0 1px #ffd76c47,0 14px 32px #ffbc2247}.product-row__badge{display:inline-block;color:#ffe8a0;font-size:10px;font-weight:700;letter-spacing:.04em;text-align:center;text-transform:uppercase;white-space:nowrap;justify-self:center;text-shadow:0 0 12px rgba(255,214,100,.72),0 0 24px rgba(255,186,56,.45);animation:product-popular-glow 2.2s ease-in-out infinite alternate}.product-row__price{grid-column:3;justify-self:end}@keyframes product-popular-border{0%{box-shadow:0 0 0 1px #ffd25a33,0 10px 24px #ffb3002e}50%{box-shadow:0 0 0 1px #ffe07957,0 0 0 4px #ffca4414,0 16px 34px #ffc12b42}to{box-shadow:0 0 0 1px #ffd25a33,0 10px 24px #ffb3002e}}@keyframes product-popular-glow{0%{text-shadow:0 0 10px rgba(255,214,100,.62),0 0 18px rgba(255,186,56,.34)}to{text-shadow:0 0 14px rgba(255,228,152,.94),0 0 28px rgba(255,194,66,.62)}}@media(max-width:370px){.history-grid{grid-template-columns:1fr}.studio-composer__ratio-item{width:64px;min-height:70px}}@media(max-height:760px){.studio-composer__ratio-menu{display:grid;grid-template-columns:repeat(2,minmax(64px,1fr));gap:6px;max-height:calc(100dvh - env(safe-area-inset-top,0px) - 140px)}.studio-composer__ratio-item{width:64px;min-height:64px;padding:6px;gap:4px}}@media(prefers-reduced-motion:reduce){.product-row,.product-row__badge{animation:none}.product-row:hover{transform:none}}
