:root{--bg:#fff8f5;--panel:#fffefd;--ink:#2b2024;--muted:#7f6d72;--line:#ead9d5;--line-strong:#c79f91;--soft:#f8eee9;--rose:#b64f64;--rose-deep:#86384e;--blush:#f4d9d5;--champagne:#d9b982;--sage:#667a6a;--danger:#a43a43;--success:#3e7a55;--shadow:0 20px 58px rgba(104,56,62,0.13);--shadow-soft:0 12px 34px rgba(104,56,62,0.09)}*{box-sizing:border-box}html{min-width:320px;background:var(--bg);scroll-behavior:smooth}body{min-height:100vh;margin:0;color:var(--ink);background:linear-gradient(115deg,rgba(255,248,245,.96),rgba(250,238,232,.78) 48%,rgba(255,253,250,.94)),linear-gradient(180deg,rgba(217,185,130,.1),transparent 36%),var(--bg);font-family:ui-sans-serif,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;letter-spacing:0}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.34) 1px,transparent 0) 0 0 /46px 46px,linear-gradient(rgba(255,255,255,.34) 1px,transparent 0) 0 0 /46px 46px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 72%);mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 72%)}a{color:inherit;text-decoration:none}.btn,.credit-pill-button,.gallery-card-action-popover button,.generation-mode-option,.header-coupon-pill,.header-home-link,.home-section-tab,.home-tool-filter button,.image-preview-trigger,.preview-count-option,.profile-action-menu-trigger,.purchase-plan-button,.quality-option,.reference-slot-sample,.reference-slot-upload-button,.scene-option,.stepper-button,.tool-card,.tool-community-card,.tool-grid-view-toggle button,.upload-control,[role=button],a,button,input[type=button],input[type=reset],input[type=submit],label[for]{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}[aria-disabled=true],button:disabled{cursor:not-allowed}img{display:block;max-width:100%}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.site-footer,.site-shell{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-footer{display:grid;gap:6px;border-top:1px solid rgba(199,159,145,.34);padding:22px 0 28px;color:rgba(127,109,114,.86);text-align:center}.site-footer p{margin:0;font-size:12px;font-weight:400;line-height:1.5}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:rgba(255,248,245,.86);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.site-header-inner{display:grid;gap:10px;padding:14px 0 12px}.site-header-main{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:20px}.site-header-home-row{position:sticky;top:74px;z-index:49;display:flex;align-items:flex-start;padding-top:8px;padding-bottom:4px;padding-left:2px}.header-home-link{display:inline-flex;width:fit-content;align-items:center;gap:8px;border:1px solid rgba(154,100,92,.34);border-radius:999px;padding:10px 16px 10px 14px;background:rgba(255,255,255,.94);color:#4f3942;font-size:15px;font-weight:800;line-height:1;box-shadow:0 10px 26px rgba(43,32,36,.12);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .14s ease,background .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease}.header-home-link:hover{border-color:rgba(182,79,100,.44);background:rgba(255,255,255,.98);color:var(--rose-deep);transform:translateY(-1px);box-shadow:0 14px 34px rgba(43,32,36,.16)}.brand{display:flex;align-items:center;gap:12px;font-weight:850;width:fit-content}.brand-mark{display:grid;width:38px;height:38px;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:8px;background:#fff;box-shadow:0 12px 26px rgba(134,56,78,.24)}.brand-mark img{display:block;width:100%;height:100%;object-fit:cover}.brand-text{display:grid;gap:1px}.brand-name{display:inline-flex;align-items:baseline;gap:1px;font-size:18px;line-height:1;letter-spacing:.01em}.brand-name-mr{color:var(--ink);font-weight:900}.brand-name-design{color:var(--muted);font-weight:100;letter-spacing:.08em}.brand-sub{color:var(--muted);font-size:12px;font-weight:500}.nav-actions{display:flex;align-items:center;gap:10px}.nav-actions .btn{white-space:nowrap}.header-coupon-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(142,37,65,.28);border-radius:999px;padding:8px 11px;background:rgba(142,37,65,.08);color:#8e2541;font-size:13px;font-weight:850;line-height:1;text-decoration:none;white-space:nowrap}.header-coupon-pill:hover{border-color:rgba(142,37,65,.42);background:rgba(142,37,65,.12);color:#7f1f39}.header-coupon-label{margin-right:4px}.btn{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line-strong);border-radius:8px;padding:10px 15px;background:rgba(255,255,255,.9);color:var(--ink);font-weight:700;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft)}.btn:disabled{cursor:not-allowed;opacity:.56;transform:none;box-shadow:none}.btn-primary{border-color:rgba(134,56,78,.45);background:linear-gradient(135deg,var(--rose-deep),var(--rose));color:#fff;box-shadow:0 14px 30px rgba(134,56,78,.22)}.btn-secondary{border-color:var(--line);background:rgba(255,255,255,.84);color:var(--ink)}.btn-ghost{border-color:transparent;background:transparent;box-shadow:none}.btn-icon{width:42px;min-width:42px;padding:0}@media (hover:none),(pointer:coarse){.btn:hover,.credit-pill-button:hover,.floating-task-button:hover,.generation-mode-option:hover,.header-home-link:hover,.quality-option:hover,.route-option-card:hover,.tool-card:hover,.tool-card:hover .tool-card-cover,[role=button]:hover,a:hover,button:hover{transform:none}}.hero{min-height:428px;padding:68px 0 34px}.hero,.hero-grid{display:grid;align-items:end}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:54px}.eyebrow{margin:0 0 16px;color:var(--rose-deep);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hero h1{max-width:720px;margin:0;font-size:clamp(48px,8vw,112px);line-height:.88;letter-spacing:0}.hero-copy{max-width:610px;margin:24px 0 0;color:#34342f;font-size:18px;line-height:1.7}.hero-panel{position:relative;min-height:312px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.78);overflow:hidden}.hero-panel:before{content:"";position:absolute;inset:24px;border:1px solid var(--line-strong);border-radius:8px}.hero-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0 42%,rgba(182,79,100,.08) 42% 44%,transparent 44%),repeating-linear-gradient(90deg,transparent 0 47px,rgba(217,185,130,.14) 47px 48px)}.hero-ruler{position:absolute;left:28px;right:28px;bottom:34px;display:flex;justify-content:space-between;color:var(--ink);font-size:11px;font-weight:800}.home-main{padding:46px 0 78px}.home-hero{display:grid;grid-template-columns:minmax(0,.96fr) minmax(330px,.72fr);gap:42px;align-items:start;min-height:520px;padding:42px 0 34px}.home-hero h1{display:flex;flex-wrap:wrap;align-items:baseline;gap:.18em;margin:0;max-width:760px;font-size:clamp(42px,6.3vw,84px);line-height:.98;letter-spacing:0}.home-title-light{font-weight:400}.home-title-strong{color:var(--rose-deep);font-weight:100}.home-hero-copy{display:grid;align-content:start;padding-top:4px}.home-section-tabs-wrap{display:flex;justify-content:center;padding:18px 0 0}.home-section-tabs{display:inline-flex;align-items:flex-end;width:min(360px,100%);gap:0}.home-section-tab{display:inline-flex;position:relative;flex:1 1;min-width:0;min-height:52px;align-items:center;justify-content:center;padding:0 18px 14px;color:rgba(62,45,51,.54);font-size:clamp(20px,2.2vw,28px);font-weight:300;letter-spacing:0;transition:color .14s ease,transform .14s ease}.home-section-tab:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;background:rgba(62,45,51,.12)}.home-section-tab:hover{color:var(--ink);transform:translateY(-1px)}.home-section-tab[aria-current=page]{color:#a90000}.home-section-tab[aria-current=page]:after{background:#a90000}.section-head.home-tools-head,.square-page .section-head{border-top:0}.home-lede{max-width:640px;margin:22px 0 0;color:#5c4b51;font-size:18px;line-height:1.8}.hero-promises{display:flex;flex-wrap:wrap;gap:18px 24px;max-width:680px;margin-top:34px;padding-top:22px;border-top:1px solid rgba(199,159,145,.34)}.hero-promises>div{position:relative;display:grid;grid-template-columns:20px minmax(0,1fr);gap:3px 9px;min-width:min(214px,100%);padding-left:16px;color:var(--ink)}.hero-promises>div:nth-child(2){transform:translateY(12px)}.hero-promises>div:nth-child(3){transform:translateY(2px)}.hero-promises>div:before{content:"";position:absolute;left:0;top:3px;width:1px;height:42px;background:linear-gradient(180deg,rgba(182,79,100,0),rgba(182,79,100,.4),rgba(182,79,100,0))}.hero-promises svg{grid-row:1/span 2;margin-top:1px;color:var(--rose)}.hero-promises strong{font-size:15px;line-height:1.2}.hero-promises span{color:var(--muted);font-size:13px;line-height:1.45}.hero-save-note{position:relative;width:fit-content;margin:34px 0 0 10px;color:var(--rose-deep);font-family:KaiTi,STKaiti,Songti SC,serif;font-size:clamp(17px,1.7vw,23px);font-weight:700;line-height:1.4;transform:rotate(-1.4deg)}.hero-save-note:after{content:"";position:absolute;left:8px;right:-14px;bottom:-6px;height:10px;border-bottom:2px solid rgba(182,79,100,.34);border-radius:50%;transform:rotate(.8deg)}.beauty-showcase{position:relative;aspect-ratio:3/4;min-height:560px;isolation:isolate}.showcase-glow{position:absolute;inset:6% -8% 4% 0;z-index:3;pointer-events:none;background:radial-gradient(circle at 32% 38%,rgba(255,255,255,.62),transparent 18%),radial-gradient(circle at 68% 58%,rgba(217,185,130,.32),transparent 24%),linear-gradient(120deg,transparent 18%,rgba(255,255,255,.54) 42%,transparent 68%);filter:blur(18px);mix-blend-mode:screen;opacity:0;transform:translateX(-10%) scale(.96);animation:showcaseGlow .86s ease-out}.beauty-showcase:before{content:"";position:absolute;inset:18px 0 16px 24px;z-index:-1;border:1px solid rgba(217,185,130,.45);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(244,217,213,.42)),linear-gradient(180deg,rgba(217,185,130,.16),transparent);box-shadow:var(--shadow)}.showcase-card{overflow:hidden;border:1px solid rgba(199,159,145,.68);border-radius:8px;background:var(--panel);box-shadow:var(--shadow);animation:showcaseImageReveal .72s ease-out both}.showcase-card img{width:100%;height:100%;object-fit:cover;object-position:center top}.showcase-card-main{position:absolute;inset:0 54px 0 0;aspect-ratio:3/4}.showcase-card-float{position:absolute;right:0;bottom:0;display:grid;width:min(42%,190px);place-items:center;color:var(--rose);animation-delay:80ms}.showcase-card-float.reference-carousel{overflow:visible;border:0;background:transparent;box-shadow:none}.showcase-card-float .reference-carousel-frame{border-color:rgba(199,159,145,.68);box-shadow:var(--shadow)}.showcase-empty{display:grid;height:100%;place-items:center;color:var(--rose);background:linear-gradient(135deg,rgba(244,217,213,.62),rgba(255,253,250,.92)),var(--soft)}.showcase-badge{position:absolute;left:20px;bottom:58px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.76);border-radius:8px;padding:10px 13px;background:rgba(255,255,255,.86);color:var(--ink);font-size:13px;font-weight:800;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@keyframes showcaseImageReveal{0%{opacity:0;transform:scale(1.035);filter:saturate(.92) brightness(1.12)}to{opacity:1;transform:scale(1);filter:saturate(1) brightness(1)}}@keyframes showcaseGlow{0%{opacity:0;transform:translateX(-12%) scale(.92)}34%{opacity:.86}to{opacity:0;transform:translateX(8%) scale(1.08)}}.home-tools{scroll-margin-top:92px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:38px 0 22px;border-top:1px solid rgba(199,159,145,.55)}.section-head h2{margin:0;font-size:clamp(26px,3vw,36px);line-height:1.12}.section-head p{max-width:520px;margin:0;color:var(--muted);line-height:1.6}.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-bottom:72px}.home-tool-filter{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;margin:-8px 0 18px}.home-tool-filter button{min-width:58px;min-height:34px;border:1px solid rgba(177,139,64,.42);border-radius:999px;padding:0 16px;background:rgba(255,255,255,.48);color:rgba(62,45,51,.68);font-size:13px;font-weight:400;line-height:1;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.home-tool-filter button:hover{border-color:rgba(177,139,64,.72);background:rgba(254,250,244,.88);color:var(--ink)}.home-tool-filter button[aria-pressed=true]{border-color:#b18b40;background:#fefaf4;color:var(--ink);box-shadow:0 8px 20px rgba(177,139,64,.12)}.tool-grid-view-toggle{display:none}.tool-card{display:block;min-width:0;overflow:hidden;border:1px solid rgba(199,159,145,.38);border-radius:8px;background:var(--soft);box-shadow:0 12px 28px rgba(53,35,41,.08);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.tool-card:hover{transform:translateY(-3px);border-color:rgba(199,159,145,.96);box-shadow:var(--shadow)}.tool-card-media{position:relative;overflow:hidden;background:var(--soft)}.tool-card-cover{display:block;aspect-ratio:13/20;background:var(--soft);object-fit:cover;object-position:center top;width:100%;transition:transform .22s ease}.tool-card:hover .tool-card-cover{transform:scale(1.025)}.tool-card-shade{position:absolute;inset:auto 0 0;height:25%;pointer-events:none;background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,0))}.tool-card-new-badge{position:absolute;top:12px;left:12px;z-index:1;border:1px solid #e1cfac;border-radius:999px;padding:7px 14px;background:rgba(0,0,0,.7);color:#e1cfac;box-shadow:none;font-size:13px;font-weight:400;line-height:1}.tool-card-reference{position:absolute;right:14px;bottom:14px;display:block;z-index:2;width:clamp(92px,31%,148px)}.reference-carousel{--reference-carousel-duration:6s;--reference-carousel-delay:0s;display:grid;gap:7px;overflow:visible}.reference-carousel-frame{position:relative;display:grid;width:100%;aspect-ratio:3/4;overflow:hidden;border:2px solid rgba(255,255,255,.9);border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.42)}.reference-carousel-slide{grid-area:1/1;display:block;min-width:0;min-height:0;opacity:1;position:relative}.reference-carousel[data-count="2"] .reference-carousel-slide:first-child{animation:reference-carousel-first var(--reference-carousel-duration) infinite;animation-delay:var(--reference-carousel-delay)}.reference-carousel[data-count="2"] .reference-carousel-slide:nth-child(2){animation:reference-carousel-second var(--reference-carousel-duration) infinite;animation-delay:var(--reference-carousel-delay)}.reference-carousel-slide .image-preview-trigger,.reference-carousel-slide .image-preview-trigger>img,.reference-carousel-slide img{width:100%;height:100%}.reference-carousel-slide img{object-fit:cover;object-position:center top}.reference-carousel-label{position:absolute;right:6px;bottom:6px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:34px;min-height:24px;padding:4px 8px;border-radius:9px;background:rgba(0,0,0,.7);color:rgba(255,255,255,.92);font-size:12px;font-weight:300;line-height:1;white-space:nowrap;pointer-events:none}@media (max-width:640px){.reference-carousel-labels-mobile-hidden .reference-carousel-label{display:none}}.reference-carousel-dots{display:inline-flex;justify-content:center;gap:7px;min-height:8px}.reference-carousel-dot{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.62);box-shadow:0 1px 4px rgba(0,0,0,.28)}.reference-carousel[data-count="2"] .reference-carousel-dot:first-child{animation:reference-carousel-dot-first var(--reference-carousel-duration) infinite;animation-delay:var(--reference-carousel-delay)}.reference-carousel[data-count="2"] .reference-carousel-dot:nth-child(2){animation:reference-carousel-dot-second var(--reference-carousel-duration) infinite;animation-delay:var(--reference-carousel-delay)}@keyframes reference-carousel-first{0%,44%,to{opacity:1}50%,94%{opacity:0}}@keyframes reference-carousel-second{0%,44%,to{opacity:0}50%,94%{opacity:1}}@keyframes reference-carousel-dot-first{0%,44%,to{background:rgba(255,255,255,.96)}50%,94%{background:rgba(255,255,255,.5)}}@keyframes reference-carousel-dot-second{0%,44%,to{background:rgba(255,255,255,.5)}50%,94%{background:rgba(255,255,255,.96)}}.tool-card-body{position:absolute;inset:auto clamp(116px,35%,176px) 22px 22px;z-index:2;display:block;padding:0}.tool-card-copy{display:grid;justify-items:start;gap:8px}.tool-card-copy h3{min-width:0;max-width:100%;overflow:hidden;margin:0;color:#fff;font-size:clamp(17px,1.8vw,23px);font-weight:500;line-height:1.18;text-shadow:0 2px 16px rgba(0,0,0,.55);text-overflow:ellipsis;white-space:nowrap}.credit-pill{display:inline-flex;min-width:fit-content;align-items:center;gap:5px;border:1px solid rgba(217,185,130,.72);border-radius:999px;padding:5px 9px;background:rgba(255,251,244,.86);color:#785c32;font-size:12px;font-weight:800}.credit-pill-discounted{border-color:rgba(43,32,36,.2);background:rgba(43,32,36,.88);color:#fff}.discount-price{display:inline-grid;min-width:fit-content;grid-template-columns:auto auto;align-items:center;gap:14px;border:1px solid rgba(177,139,64,.66);border-radius:8px;padding:9px 16px;background:rgba(254,250,244,.86);color:#b18b40;box-shadow:0 8px 18px rgba(177,139,64,.08)}.discount-price-copy,.discount-price-values{display:inline-flex;align-items:center;white-space:nowrap}.discount-price-copy{display:grid;gap:4px}.discount-price-badge{font-size:13px;font-weight:500;line-height:1.15}.discount-price-original{display:inline-flex;align-items:center;gap:6px;color:rgba(127,109,114,.78)}.discount-price-values del{color:inherit;font-size:16px;font-weight:400}.discount-price-values strong{color:#b18b40;font-size:44px;font-weight:400;line-height:1}.credit-pill-button{min-height:30px;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.credit-pill-button:hover{border-color:rgba(182,79,100,.44);box-shadow:0 10px 22px rgba(104,56,62,.1);transform:translateY(-1px)}.home-discount-banner{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:20px;margin:0 0 34px;border:1px solid #b18b40;border-radius:8px;padding:11px 18px 11px 24px;background:#fefaf4;color:var(--ink);box-shadow:none}.home-discount-stack{display:grid;gap:10px;margin:0 0 34px}.home-discount-stack .home-discount-banner{margin:0}.home-discount-banner span{display:inline-flex;align-items:center;gap:9px;border:0;border-radius:0;padding:0;background:transparent;color:#b18b40;font-size:14px;font-weight:400}.home-discount-banner span img{width:32px;height:32px;object-fit:contain}.home-discount-banner p{margin:0;color:#3b3335;font-size:14px;font-weight:400;line-height:1.45}.tool-usage{display:inline-flex;width:fit-content;align-items:center;gap:5px;border:1px solid rgba(217,185,130,.75);border-radius:999px;padding:5px 10px;background:rgba(0,0,0,.22);color:rgba(255,238,205,.92);font-size:12px;font-weight:400;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.reference-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.reference-strip .image-preview-trigger>img{aspect-ratio:3/4;width:100%;border:1px solid var(--line);border-radius:8px;object-fit:cover;background:var(--soft)}.subsection-title{margin:0;font-size:20px;line-height:1.2}.subsection-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--rose-deep)}.subsection-head span{color:var(--muted);font-size:13px;font-weight:800}.page-block{padding:44px 0 72px}.split-layout{display:grid;grid-template-columns:minmax(0,.86fr) minmax(360px,.64fr);gap:30px;align-items:start}.panel{border:1px solid rgba(234,217,213,.96);border-radius:8px;background:rgba(255,255,255,.74);box-shadow:var(--shadow-soft)}.panel-pad{padding:22px}.panel-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.panel-kicker{margin:0 0 6px;color:var(--rose-deep);font-size:12px;font-weight:850}.panel-title h2,.panel-title h3{margin:0}.tool-hero{display:grid;gap:18px}.tool-showcase{display:grid;gap:14px}.tool-cover-panel{display:grid;gap:12px;padding:14px;background:rgba(255,255,255,.68);box-shadow:var(--shadow-soft)}.tool-cover-frame,.tool-cover-panel{border:1px solid var(--line);border-radius:8px}.tool-cover-frame{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(248,238,233,.72)),#fff}.tool-cover-frame>.image-preview-trigger{display:grid;min-height:320px;place-items:center}.tool-cover-frame>.image-preview-trigger>img{width:auto;max-width:100%;height:auto;max-height:min(760px,72vh);background:transparent;object-fit:contain;object-position:center top}.tool-hero-cover{margin:0 auto}.tool-cover-reference-stack{position:absolute;right:14px;bottom:14px;z-index:2;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:min(58%,280px)}.tool-cover-reference-thumb{position:absolute;right:14px;bottom:14px;z-index:2;display:grid;width:clamp(96px,18vw,148px)}.tool-cover-reference-thumb .image-preview-trigger,.tool-cover-reference-thumb .image-preview-trigger>img{width:100%;height:100%}.tool-cover-reference-img{display:block;object-fit:cover;object-position:center top}.tool-community-section,.tool-reference-panel{display:grid;gap:12px;border:1px solid var(--line);border-radius:8px;padding:14px;background:rgba(255,255,255,.68);box-shadow:var(--shadow-soft)}.tool-community-section{overflow:hidden}.tool-community-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--rose-deep)}.tool-community-head h2{margin:0;font-size:18px;line-height:1.2}.tool-community-scroll{display:flex;gap:10px;overflow-x:auto;overscroll-behavior-x:contain;padding:0 1px 4px;scroll-snap-type:x proximity}.tool-community-card{flex:0 0 clamp(126px,19vw,168px);display:block;min-width:0;scroll-snap-align:start}.tool-community-card-mobile-fallback,.tool-community-section-mobile-fallback-only{display:none}.tool-community-main{--tool-community-image-ratio:13/20;position:relative;overflow:hidden;border:1px solid rgba(199,159,145,.38);border-radius:8px;background:var(--soft);box-shadow:0 10px 22px rgba(53,35,41,.08)}.tool-community-main,.tool-community-main>.image-preview-trigger{display:block;width:100%;aspect-ratio:var(--tool-community-image-ratio)}.tool-community-main>.image-preview-trigger{height:100%}.tool-community-main>.image-preview-trigger>img,.tool-community-reference .image-preview-trigger,.tool-community-reference .image-preview-trigger>img,.tool-community-reference .reference-carousel-frame{width:100%;height:100%}.tool-community-cover-img,.tool-community-reference-img{display:block;object-fit:cover;object-position:center top}.tool-community-reference{position:absolute;right:8px;bottom:8px;z-index:2;display:grid;width:36%;gap:0}.tool-community-reference .reference-carousel-frame{border-width:1px;border-radius:6px;box-shadow:0 8px 18px rgba(0,0,0,.32)}.tool-community-reference .reference-carousel-dots{position:absolute;right:0;bottom:4px;left:0;z-index:3;gap:4px}.tool-community-reference .reference-carousel-dot{width:5px;height:5px}.tool-detail-head{display:grid;gap:12px}.tool-detail-head h1{max-width:780px;margin:0;font-size:clamp(30px,4.2vw,48px);line-height:1.05;color:var(--ink)}.tool-detail-head p{max-width:760px;margin:0;color:var(--muted);font-size:17px;line-height:1.75}.tool-detail-meta{display:flex;flex-wrap:wrap;gap:8px 12px}.tool-detail-meta span{display:inline-flex;align-items:center;min-height:28px;border:1px solid rgba(199,159,145,.34);border-radius:999px;padding:0 10px;background:rgba(255,255,255,.66);color:var(--muted);font-size:12px;font-weight:800}.square-page{display:grid;gap:18px}.square-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%}.square-title-row .tool-grid-view-toggle{flex:0 0 auto}.square-reward-marquee{display:flex;min-width:0;align-items:center;gap:12px;overflow:hidden;border:1px solid rgba(177,139,64,.24);border-radius:8px;padding:9px 12px;background:linear-gradient(135deg,rgba(254,250,244,.86),rgba(255,255,255,.72)),rgba(255,255,255,.72);color:var(--ink)}.square-reward-label{flex:0 0 auto;color:var(--rose-deep);font-size:13px;font-weight:900;white-space:nowrap}.square-reward-window{min-width:0;flex:1 1 auto;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.square-reward-track{display:inline-flex;width:max-content;align-items:center;gap:34px;white-space:nowrap;animation:square-reward-marquee 28s linear infinite}.square-reward-marquee:hover .square-reward-track{animation-play-state:paused}.square-reward-item{color:rgba(62,45,51,.76);font-size:13px;font-weight:700}@keyframes square-reward-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.square-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.community-report-button-inline{display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;background:transparent;color:rgba(80,61,67,.68);font-size:12px;font-weight:700;line-height:1}.community-report-button-inline:hover{color:var(--danger)}.community-report-button-inline:disabled{cursor:default;color:var(--muted)}.community-report-modal{width:min(520px,100%)}.community-report-body{gap:14px}.community-report-note{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.community-report-textarea{min-height:96px}.community-report-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.square-empty{min-height:300px}.tool-trust-bar{display:flex;flex-wrap:wrap;gap:10px}.generator-hints span,.tool-trust-bar span{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(234,217,213,.92);border-radius:999px;padding:7px 10px;background:rgba(255,255,255,.68);color:var(--sage);font-size:13px;font-weight:800}.form-grid{display:grid;gap:14px}.field{display:grid;gap:8px}.field label{color:#5b3e48;font-size:13px;font-weight:800}.field-note{color:var(--muted);font-size:12px;line-height:1.5}.input,.select,.textarea{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:rgba(255,255,255,.86);color:var(--ink);outline-color:var(--rose)}.textarea{min-height:120px;resize:vertical;line-height:1.6}.file-drop{display:grid;min-height:170px;place-items:center;border:1px dashed rgba(182,79,100,.5);border-radius:8px;background:rgba(248,238,233,.64);padding:18px;text-align:center;color:var(--rose-deep)}.upload-control{display:grid;justify-items:center;gap:12px;width:100%}.upload-control>svg{color:var(--rose-deep)}.reference-upload-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.reference-upload-head-guide{display:inline-flex;min-width:0;align-items:center;justify-content:flex-end;gap:6px;border:0;padding:0;background:transparent;color:var(--rose-deep);font-size:14px;font-weight:850;line-height:1.2;white-space:nowrap}.reference-upload-head-guide:focus-visible,.reference-upload-head-guide:hover{color:var(--ink);outline:none}.reference-upload-head-guide svg{flex:0 0 auto}.reference-photo-guide-link{display:inline-flex;min-width:0;align-items:center;justify-content:flex-end;gap:5px;border:0;padding:0;background:transparent;color:var(--rose-deep);font-size:12px;font-weight:850;line-height:1.35;text-align:right;text-decoration:underline;text-underline-offset:3px}.reference-photo-guide-link:focus-visible,.reference-photo-guide-link:hover{color:var(--ink);outline:none}.reference-photo-guide-link svg{flex:0 0 auto}.reference-upload-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(100%,360px)}.reference-upload-actions .btn{width:100%;padding-right:12px;padding-left:12px;white-space:nowrap}.reference-upload-actions-single{display:flex;justify-content:center}.reference-upload-board{display:grid;justify-items:center;gap:14px;width:min(100%,860px)}.reference-upload-board-dual{justify-items:stretch;gap:12px;width:min(100%,760px)}.reference-upload-dual-head{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;border:0;border-radius:0;padding:6px 0 4px;background:transparent}.reference-upload-dual-head p{display:flex;align-items:center;gap:6px;margin:0;color:#7b5560;font-size:13px;font-weight:760;line-height:1.45}.reference-upload-dual-head p span{min-width:0}.reference-upload-dual-head img{flex:0 0 auto;width:18px;height:18px;object-fit:contain}.reference-slot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}.reference-slot-card{display:grid;gap:10px;min-width:0;border:1px solid rgba(199,159,145,.52);border-radius:8px;padding:12px;background:rgba(255,255,255,.78);box-shadow:0 10px 26px rgba(53,35,41,.06)}.reference-slot-copy{display:grid;gap:3px;min-height:0;justify-items:center;text-align:center}.reference-slot-copy strong{color:var(--ink);font-size:14px;line-height:1.35}.reference-slot-copy span{color:#7d6268;font-size:12px;line-height:1.45}.reference-slot-media{position:relative;overflow:hidden;border:1px solid rgba(199,159,145,.4);border-radius:8px;aspect-ratio:3/4;background:rgba(248,238,233,.7)}.reference-slot-media .image-preview-trigger{height:100%}.reference-slot-image{width:100%;height:100%;object-fit:cover}.reference-slot-sample{position:relative;display:block;width:100%;height:100%;border:0;padding:0;background:transparent;color:var(--rose-deep);cursor:pointer}.reference-slot-tag{top:8px;min-height:23px;padding:4px 9px;background:rgba(164,58,67,.1)}.reference-slot-hint,.reference-slot-tag{position:absolute;right:8px;z-index:2;display:inline-flex;align-items:center;border-radius:999px;color:var(--rose-deep);font-size:11px;font-weight:850;line-height:1}.reference-slot-hint{bottom:8px;left:8px;min-height:25px;justify-content:center;padding:5px 10px;background:rgba(255,255,255,.92);box-shadow:0 8px 18px rgba(43,32,36,.16)}.reference-slot-sample:focus-visible .reference-slot-hint,.reference-slot-sample:hover .reference-slot-hint{color:var(--ink)}.reference-slot-sample:focus-visible{outline:2px solid rgba(164,58,67,.32);outline-offset:-2px}.reference-slot-actions{display:grid;gap:8px}.reference-slot-status{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.reference-slot-status-overlay{position:absolute;right:8px;bottom:8px;left:8px;z-index:4;pointer-events:none}.reference-slot-status .reference-analysis-badge{box-shadow:none}.reference-slot-status .btn{flex:0 0 auto;width:30px;height:30px;min-height:30px;border-color:rgba(199,159,145,.44);background:rgba(255,255,255,.86);color:var(--ink)}.reference-slot-status-overlay .btn,.reference-slot-status-overlay .reference-analysis-badge{pointer-events:auto;box-shadow:0 8px 20px rgba(43,32,36,.16)}.reference-slot-status-overlay .reference-analysis-badge{max-width:calc(100% - 42px);background:rgba(255,255,255,.92)}.reference-slot-upload-button{width:100%;min-height:40px;font-size:13px}.reference-slot-tip{display:grid;gap:4px;width:100%;border:1px solid rgba(199,159,145,.44);border-radius:8px;padding:12px 14px;background:rgba(255,255,255,.68);color:#6e4a55}.reference-slot-tip strong{color:var(--rose-deep);font-size:13px;line-height:1.35}.reference-slot-tip p{margin:0;color:#7d6268;font-size:12px;line-height:1.55}.reference-profile-section{display:grid;width:min(100%,760px)}.reference-profile-card,.reference-profile-entry{display:grid;gap:14px;width:100%;border:1px solid rgba(199,159,145,.5);border-radius:10px;padding:16px;background:linear-gradient(135deg,rgba(255,247,248,.96),rgba(255,255,255,.82)),#fff;box-shadow:0 14px 34px rgba(53,35,41,.08)}.reference-profile-entry{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;text-align:left}.reference-profile-entry-icon,.reference-profile-icon{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:14px;background:rgba(164,58,67,.1);color:var(--rose-deep)}.reference-profile-entry-icon img,.reference-profile-icon img{display:block;width:26px;height:26px;object-fit:contain}.reference-profile-card-head strong,.reference-profile-entry strong{display:block;color:var(--ink);font-size:15px;line-height:1.35}.reference-profile-card-head span,.reference-profile-entry p{margin:4px 0 0;color:#7d6268;font-size:12px;line-height:1.5}.reference-profile-actions,.reference-profile-entry-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.reference-profile-card-head{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;text-align:left}.reference-profile-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reference-profile-photo{position:relative;overflow:hidden;border:1px solid rgba(199,159,145,.42);border-radius:8px;aspect-ratio:3/4;background:rgba(248,238,233,.72)}.reference-profile-photo .image-preview-trigger,.reference-profile-photo .image-preview-trigger>img,.reference-profile-photo-img{width:100%;height:100%}.reference-profile-photo-img{object-fit:cover}.reference-profile-photo span{position:absolute;right:8px;bottom:8px;border-radius:999px;padding:5px 10px;background:rgba(0,0,0,.7);color:rgba(255,255,255,.9);font-size:11px;font-weight:500;line-height:1}.recent-reference-empty,.reference-profile-waiting{margin:0;color:#7d6268;font-size:12px;font-style:normal;line-height:1.5}.reference-profile-waiting{justify-self:center;border-radius:999px;padding:7px 12px;background:rgba(255,255,255,.74);color:var(--rose-deep);font-weight:750;text-align:center}.reference-profile-use-button{justify-self:center}.reference-profile-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(620px,100%);max-height:min(88dvh,820px);overflow:hidden}.reference-profile-modal-body{min-height:0;overflow:auto}.reference-profile-modal .reference-upload-board-dual{width:100%}.recent-reference-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;align-content:start;align-items:start;gap:12px;overflow:auto;min-height:0;padding-right:4px}.recent-reference-profile-option{position:relative;display:grid;gap:8px;align-self:start;border:1px solid rgba(199,159,145,.54);border-radius:8px;padding:9px;background:#fff;box-shadow:0 8px 22px rgba(43,32,36,.08)}.recent-reference-profile-option-default{border-color:rgba(62,122,85,.72);background:linear-gradient(135deg,rgba(244,251,246,.98),rgba(255,255,255,.96)),#fff;box-shadow:0 0 0 2px rgba(62,122,85,.14),0 16px 34px rgba(62,122,85,.18)}.recent-reference-profile-option-selected{border-color:rgba(164,58,67,.82);box-shadow:0 0 0 2px rgba(164,58,67,.16),0 16px 34px rgba(164,58,67,.14)}.recent-reference-profile-option-default.recent-reference-profile-option-selected{border-color:rgba(62,122,85,.82);box-shadow:0 0 0 2px rgba(62,122,85,.2),0 18px 38px rgba(62,122,85,.2)}.recent-reference-profile-select{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;border:0;padding:0;background:transparent}.recent-reference-profile-select span{position:relative;overflow:hidden;border-radius:7px;aspect-ratio:3/4;background:rgba(248,238,233,.72)}.recent-reference-profile-select img{width:100%;height:100%;object-fit:cover}.recent-reference-profile-select em{position:absolute;right:5px;bottom:5px;border-radius:999px;padding:4px 7px;background:rgba(0,0,0,.7);color:rgba(255,255,255,.9);font-size:10px;font-style:normal;line-height:1}.recent-reference-profile-default{min-height:30px;border:1px solid rgba(199,159,145,.52);border-radius:999px;background:rgba(255,245,247,.8);color:var(--rose-deep);font-size:12px;font-weight:850}.recent-reference-profile-default-active{border-color:rgba(62,122,85,.56);background:rgba(255,255,255,.94);color:var(--success);box-shadow:inset 0 0 0 1px rgba(62,122,85,.12)}.recent-reference-profile-default:disabled{opacity:1;cursor:default}.recent-reference-profile-delete{position:absolute;top:7px;right:7px;display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.62);border-radius:999px;background:rgba(255,255,255,.72);color:var(--ink);box-shadow:0 6px 18px rgba(43,32,36,.16);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.recent-reference-profile-delete:focus-visible,.recent-reference-profile-delete:hover{color:var(--danger);outline:none}.recent-reference-footer-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.recent-reference-footer-actions .btn{width:100%;justify-content:center}.reference-profile-button-icon{width:18px;height:18px;object-fit:contain}.reference-image-row{display:flex;flex-wrap:nowrap;justify-content:center;gap:14px;width:100%}.upload-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));justify-content:center;gap:12px;width:min(100%,620px)}.upload-preview{position:relative;display:grid;overflow:hidden;border:1px solid rgba(199,159,145,.78);border-radius:8px;background:#fff;box-shadow:0 10px 26px rgba(53,35,41,.08)}.upload-preview-media{position:relative;overflow:hidden;aspect-ratio:3/4;background:rgba(248,238,233,.64)}.upload-preview-media .image-preview-trigger{height:100%}.upload-preview img,.upload-preview-image{width:100%;height:100%;object-fit:cover}.upload-preview-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:38px;padding:6px 7px;border-top:1px solid rgba(199,159,145,.32);background:rgba(255,255,255,.94)}.upload-preview-footer .btn{flex:0 0 auto;width:30px;height:30px;min-height:30px;border-color:rgba(199,159,145,.44);background:rgba(255,255,255,.86);color:var(--ink)}.upload-preview-main{width:min(260px,64vw)}.reference-image-row-multiple .upload-preview-main{width:min(250px,calc((100% - 14px) / 2))}.upload-preview-footer-overlay{position:absolute;right:8px;bottom:8px;left:8px;z-index:3;min-height:0;min-width:0;border:0;border-radius:999px;padding:0;background:transparent;pointer-events:none}.upload-preview-footer-overlay .btn,.upload-preview-footer-overlay .reference-analysis-badge,.upload-preview-footer-overlay .reference-sample-label{pointer-events:auto}.upload-preview-footer-overlay .btn{width:28px;height:28px;min-height:28px;border-color:rgba(255,255,255,.76);background:rgba(255,255,255,.88);box-shadow:0 8px 20px rgba(43,32,36,.18)}.upload-preview-footer-sample{justify-content:center}.reference-sample-label{display:inline-flex;min-height:26px;align-items:center;border:0;border-radius:999px;padding:5px 10px;background:rgba(255,255,255,.9);color:var(--rose-deep);font-size:12px;font-weight:850;box-shadow:0 8px 20px rgba(43,32,36,.16)}.reference-sample-label:focus-visible,.reference-sample-label:hover{color:var(--ink);outline:none}.reference-upload-intro{display:grid;align-content:center;justify-items:center;gap:14px;width:min(100%,780px);border:1px solid rgba(199,159,145,.58);border-radius:8px;padding:24px 20px;background:rgba(255,255,255,.72);box-shadow:0 10px 26px rgba(53,35,41,.06)}.reference-upload-intro p{margin:0;max-width:620px;color:#6e4a55;font-size:13px;font-weight:400;line-height:1.65}.reference-photo-guide-link-large{justify-content:center;color:var(--rose-deep);font-size:13px}.reference-select-button{width:min(100%,300px);min-height:46px}.reference-scan-overlay{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(72,151,255,.12) 42%,rgba(72,151,255,.58) 50%,rgba(72,151,255,.12) 58%,transparent);animation:referenceScan 1.55s ease-in-out infinite}.reference-analysis-badge{display:inline-flex;min-width:0;min-height:24px;align-items:center;gap:4px;border-radius:999px;padding:4px 8px;background:rgba(255,255,255,.92);color:var(--ink);font-size:11px;font-weight:800;box-shadow:0 6px 18px rgba(43,32,36,.16)}.reference-analysis-badge-icon-only{width:30px;min-width:30px;height:30px;min-height:30px;justify-content:center;padding:0}.reference-analysis-badge-qualified{color:var(--success)}.reference-analysis-badge-needs_replacement{color:var(--danger)}.reference-analysis-badge-checking,.reference-analysis-badge-failed,.reference-analysis-badge-unavailable{color:var(--muted)}@keyframes referenceScan{0%{transform:translateY(-100%)}50%{transform:translateY(0)}to{transform:translateY(100%)}}.file-note{display:block;max-width:420px;color:var(--muted);font-size:13px;line-height:1.5}.file-note-important{color:var(--rose-deep);font-size:14px;font-weight:400;line-height:1.55}.multi-reference-guide{display:grid;justify-items:center;gap:8px;width:100%}.multi-reference-guide-note{margin:0;width:min(100%,420px);color:var(--rose-deep);font-size:13px;line-height:1.45;text-align:center}.reference-samples-link{margin-left:6px;border:0;padding:0;background:transparent;color:var(--rose-deep);font-size:inherit;line-height:inherit;font-weight:500;text-decoration:underline;text-underline-offset:3px;vertical-align:baseline}.reference-samples-link:hover{color:var(--ink)}.reference-analysis-soft-note,.reference-analysis-status{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:0;color:var(--muted);font-size:12px;line-height:1.45}.reference-analysis-progress{display:grid;gap:8px;width:min(100%,780px);border:1px solid rgba(199,159,145,.56);border-radius:8px;padding:12px 14px;background:rgba(255,255,255,.72);color:var(--ink);text-align:left}.reference-analysis-progress-head{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;margin:0;color:var(--rose-deep);font-size:13px;line-height:1.45}.reference-analysis-progress-head strong{font-size:13px}.reference-analysis-step-window{position:relative;height:34px;overflow:hidden;border-top:1px solid rgba(199,159,145,.24);padding-top:7px}.reference-analysis-step-track{display:grid;transition:transform .46s cubic-bezier(.22,1,.36,1)}.reference-analysis-step-line{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;height:34px;color:var(--muted);font-size:12px;line-height:1.45}.reference-analysis-step-line span{display:inline-flex;width:16px;height:16px;align-items:center;justify-content:center;border:1px solid rgba(164,58,67,.24);border-radius:999px;background:rgba(255,255,255,.86)}.reference-analysis-step-line span:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--rose-deep);animation:referenceAnalysisPulse 1s ease-in-out infinite}.reference-analysis-step-line em{overflow:hidden;font-style:normal;font-weight:750;text-overflow:ellipsis;white-space:nowrap}@keyframes referenceAnalysisPulse{0%,to{opacity:.4;transform:scale(.82)}50%{opacity:1;transform:scale(1)}}.reference-analysis-panel{display:grid;gap:6px;width:min(100%,780px);border:1px solid rgba(199,159,145,.56);border-radius:8px;min-height:120px;padding:16px 18px;background:rgba(255,255,255,.72);color:var(--ink);text-align:left}.reference-analysis-panel strong{font-size:13px}.reference-analysis-panel p,.reference-analysis-panel ul{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.reference-analysis-panel ul{display:grid;gap:4px;padding-left:18px}.reference-analysis-list{list-style:none;padding-left:0}.reference-analysis-panel .reference-analysis-list{padding-left:0}.reference-analysis-result-line{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:7px}.reference-analysis-result-line svg{margin-top:2px;flex:0 0 auto}.reference-analysis-result-line-qualified{color:var(--success)}.reference-analysis-result-line-needs_replacement{color:var(--danger)}.reference-analysis-result-line-unavailable{color:var(--muted)}.reference-analysis-panel-qualified{border-color:rgba(62,122,85,.34);background:rgba(244,251,246,.72)}.reference-analysis-panel-qualified strong{color:var(--success)}.reference-analysis-panel-needs_replacement{border-color:rgba(164,58,67,.28);background:rgba(255,246,246,.72)}.reference-analysis-panel-needs_replacement strong{color:var(--danger)}.reference-analysis-panel-unavailable strong{color:var(--muted)}.reference-analysis-consistency{border-top:1px solid rgba(199,159,145,.34);padding-top:6px}.reference-analysis-panel .reference-analysis-consistency{color:inherit}.reference-analysis-tip{border-top:1px solid rgba(199,159,145,.24);padding-top:6px}.reference-analysis-swap-button{justify-self:start;min-height:34px;margin-top:2px;padding:7px 12px;font-size:12px}.reference-analysis-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:9px;margin-top:4px}.reference-analysis-actions .btn{width:100%;justify-content:center;font-size:12px}.reference-analysis-inline-action{border:0;padding:0 2px;background:transparent;color:var(--rose-deep);font:inherit;font-weight:850;text-decoration:underline;text-underline-offset:3px}.reference-analysis-inline-action:focus-visible,.reference-analysis-inline-action:hover{color:var(--ink);outline:none}.reference-photo-guide-modal{position:relative;display:grid;width:min(460px,100%);max-height:min(calc(100dvh - 36px),860px);overflow:hidden;background:#fdfaf9}.reference-photo-guide-close{position:absolute;top:10px;right:10px;z-index:2;display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(199,159,145,.34);border-radius:999px;background:rgba(255,255,255,.82);color:var(--ink);box-shadow:0 8px 20px rgba(43,32,36,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.reference-photo-guide-close:hover{color:var(--rose-deep)}.reference-photo-guide-body{display:grid;grid-template-rows:minmax(0,auto) auto auto;gap:10px;min-height:0;overflow:hidden;padding:14px;background:#fdfaf9}.reference-photo-guide-frame{display:grid;width:min(100%,360px,calc((100dvh - 170px) * .5655));max-height:min(66dvh,calc(100dvh - 170px),620px);justify-self:center;overflow:hidden;border:1px solid rgba(199,159,145,.62);border-radius:8px;background:#fdfaf9;box-shadow:0 12px 34px rgba(43,32,36,.12);touch-action:none}.reference-photo-guide-frame img{display:block;width:100%;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;transition:transform .12s ease-out}.reference-photo-guide-progress{display:inline-flex;justify-content:center;gap:6px;justify-self:center}.reference-photo-guide-progress span{width:6px;height:6px;border-radius:999px;background:rgba(199,159,145,.46);transition:width .16s ease,background .16s ease}.reference-photo-guide-progress span.is-active{width:18px;background:var(--rose-deep)}.reference-photo-guide-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reference-photo-guide-actions-start{grid-template-columns:1fr}.reference-photo-guide-actions .btn{width:100%}.reference-crop-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(500px,100%);max-height:min(92dvh,820px);overflow:hidden}.reference-crop-head h3{font-size:clamp(24px,3.2vw,32px)}.reference-crop-body{gap:12px;overflow:auto}.reference-crop-copy{margin:0;color:var(--muted);font-size:13px;line-height:1.55;text-align:center}.reference-crop-stage{position:relative;width:min(100%,360px);aspect-ratio:3/4;justify-self:center;overflow:hidden;border:1px solid rgba(199,159,145,.64);border-radius:8px;background:#161113;box-shadow:0 16px 34px rgba(43,32,36,.18);touch-action:none;cursor:grab}.reference-crop-stage:active{cursor:grabbing}.reference-crop-image{position:absolute;top:50%;left:50%;max-width:none;max-height:none;-webkit-user-select:none;user-select:none;will-change:transform}.reference-crop-vignette{background:radial-gradient(circle at 50% 34%,transparent 0 28%,rgba(0,0,0,.12) 47%,rgba(0,0,0,.24) 100%)}.reference-crop-outline,.reference-crop-vignette{position:absolute;inset:0;pointer-events:none}.reference-crop-outline-head,.reference-crop-outline-shoulders{position:absolute;left:50%;display:block;border:2px solid rgba(255,255,255,.94);filter:drop-shadow(0 2px 7px rgba(0,0,0,.38));transform:translateX(-50%)}.reference-crop-outline-head{top:17%;width:43%;aspect-ratio:.76;border-radius:50%}.reference-crop-outline-shoulders{top:64%;width:78%;height:18%;border:0;border-top:2px solid rgba(255,255,255,.94);border-radius:70% 70% 0 0/100% 100% 0 0}.reference-crop-zoom{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:10px;width:min(100%,360px);justify-self:center}.reference-crop-zoom .btn{width:38px;height:38px;min-height:38px}.reference-crop-zoom input[type=range]{width:100%;accent-color:var(--rose-deep)}.reference-crop-error{margin:0;color:var(--danger);font-size:12px;line-height:1.5;text-align:center}.reference-crop-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(100%,360px);justify-self:center}.reference-crop-actions .btn{width:100%}.recent-reference-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(520px,100%);height:min(84dvh,760px);overflow:hidden}.recent-reference-body{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;min-height:0;overflow:hidden}.recent-reference-body-profiles{grid-template-rows:minmax(0,1fr) auto}.recent-reference-default-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 12px;align-items:center;border:1px solid rgba(199,159,145,.42);border-radius:8px;padding:10px;background:rgba(255,245,247,.78)}.recent-reference-default-panel>div:first-child{display:grid;gap:2px;min-width:0}.recent-reference-default-panel strong{color:var(--rose-deep);font-size:14px}.recent-reference-default-panel span{color:var(--muted);font-size:12px;line-height:1.35}.recent-reference-default-slots{grid-column:1/-1;display:flex;gap:8px;min-width:0}.recent-reference-default-slot{display:inline-flex;min-width:0;flex:1 1;align-items:center;gap:7px;border:1px dashed rgba(199,159,145,.62);border-radius:8px;padding:6px 8px;background:rgba(255,255,255,.72);color:var(--muted);font-size:12px;font-style:normal}.recent-reference-default-slot-active{border-style:solid;color:var(--rose-deep);background:rgba(255,255,255,.92)}.recent-reference-default-slot img{width:28px;height:36px;flex:0 0 auto;border-radius:6px;object-fit:cover}.recent-reference-default-slot em{overflow:hidden;font-style:normal;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.recent-reference-default-use{align-self:start;padding-inline:14px;white-space:nowrap}.recent-reference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:clamp(132px,22dvh,190px);gap:12px;overflow:auto;min-height:0;padding-right:4px}.recent-reference-option{position:relative;overflow:hidden;height:100%;min-height:0;border:1px solid rgba(199,159,145,.62);border-radius:8px;background:#fff;box-shadow:0 8px 22px rgba(43,32,36,.08)}.recent-reference-select{display:block;width:100%;height:100%;border:0;padding:0;background:transparent}.recent-reference-select img{display:block;width:100%;height:100%;object-fit:cover}.recent-reference-badge{position:absolute;left:7px;bottom:7px;border-radius:999px;border:1px solid rgba(43,32,36,.2);padding:4px 10px;background:rgba(255,255,255,.8);color:var(--ink);font-size:11px;font-weight:800;line-height:1.2;white-space:nowrap;box-shadow:0 6px 18px rgba(43,32,36,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.recent-reference-badge-qualified{border-color:rgba(45,167,99,.82);color:var(--success)}.recent-reference-badge-needs_replacement{border-color:rgba(196,73,90,.72);color:var(--danger)}.recent-reference-badge-unavailable{border-color:rgba(119,104,109,.48);color:var(--muted)}.recent-reference-default-actions{position:absolute;top:7px;right:7px;z-index:2;display:inline-flex;max-width:calc(100% - 14px);align-items:center;justify-content:flex-end;gap:12px;border-radius:18px;padding:0 13px;background:rgba(0,0,0,.7);box-shadow:0 8px 20px rgba(0,0,0,.18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.recent-reference-default-action{flex:0 0 auto;border:0;padding:0;background:transparent;color:rgba(255,255,255,.46);font-size:11px;font-weight:500;line-height:32px;text-align:center;white-space:nowrap}.recent-reference-default-action-active{color:#ff9daf;font-weight:900;text-shadow:0 0 12px rgba(255,157,175,.16)}.recent-reference-default-action:focus-visible,.recent-reference-default-action:hover{outline:none;color:#ffb4c2}.recent-reference-default-action-active:focus-visible,.recent-reference-default-action-active:hover{color:#ff9daf}.recent-reference-delete{position:absolute;bottom:7px;right:7px;display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.62);border-radius:999px;background:rgba(255,255,255,.72);color:var(--ink);box-shadow:0 6px 18px rgba(43,32,36,.16);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.recent-reference-delete:focus-visible,.recent-reference-delete:hover{color:var(--danger);outline:none}.recent-reference-option:focus-visible,.recent-reference-option:hover{border-color:var(--rose-deep);outline:none;box-shadow:0 12px 28px rgba(182,79,100,.18)}.recent-reference-option:focus-within{border-color:var(--rose-deep);box-shadow:0 12px 28px rgba(182,79,100,.18)}.recent-reference-album-button{width:100%;justify-content:center;flex-shrink:0}.reference-samples-modal{width:min(780px,100%);max-height:min(calc(100vh - 36px),860px);overflow:hidden}.reference-samples-modal .modal-body{display:grid;gap:14px;max-height:calc(100vh - 126px);overflow:hidden}.reference-samples-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid rgba(199,159,145,.34)}.reference-samples-tab{position:relative;border:0;padding:0 6px 10px;background:transparent;color:#7d6268;font-size:13px;font-weight:850;line-height:1.35}.reference-samples-tab:after{content:"";position:absolute;right:16px;bottom:-1px;left:16px;height:2px;border-radius:999px;background:transparent}.reference-samples-tab[aria-selected=true]{color:var(--rose-deep)}.reference-samples-tab[aria-selected=true]:after{background:currentColor}.reference-samples-tab:focus-visible{outline:2px solid rgba(164,58,67,.26);outline-offset:-2px}.reference-samples-scroll{min-height:0;overflow:auto;padding-right:2px}.reference-samples-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reference-samples-grid img{display:block;width:100%;aspect-ratio:3/4;border:1px solid var(--line);border-radius:8px;background:#fff;object-fit:cover}.reference-samples-standard{display:grid;gap:8px;border-top:1px solid rgba(199,159,145,.3);margin-top:12px;padding-top:12px}.reference-samples-suggestion{display:block;width:min(100%,620px);height:auto;justify-self:center;border:1px solid var(--line);border-radius:8px;background:#fff;object-fit:contain}.reference-samples-suggestion img,.reference-samples-suggestion.image-preview-trigger>img{display:block;width:100%;height:auto;object-fit:contain}.scene-gender-tabs{display:inline-grid;grid-template-columns:repeat(2,minmax(92px,1fr));gap:6px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.64);padding:4px}.scene-gender-tab{min-height:38px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-weight:850;transition:background .14s ease,color .14s ease,box-shadow .14s ease}.scene-gender-tab[aria-pressed=true]{background:rgba(244,217,213,.8);color:var(--rose-deep);box-shadow:inset 0 0 0 1px rgba(182,79,100,.16)}.scene-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.scene-option{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:rgba(255,255,255,.72);color:var(--ink);font-weight:800;transition:border-color .14s ease,background .14s ease,color .14s ease,box-shadow .14s ease}.scene-option[aria-pressed=true]{border-color:rgba(182,79,100,.68);background:rgba(244,217,213,.74);color:var(--rose-deep);box-shadow:inset 0 0 0 1px rgba(182,79,100,.16)}.quality-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.generation-mode-grid{display:grid;gap:12px}.generation-mode-option{position:relative;display:grid;gap:10px;min-height:58px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:rgba(255,255,255,.72);color:var(--ink);text-align:left;transition:border-color .14s ease,background .14s ease,transform .14s ease}.generation-mode-main{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.generation-mode-option:hover{transform:translateY(-1px)}.generation-mode-option[aria-pressed=true]{border-color:rgba(199,159,145,.62);background:rgba(248,238,233,.9);color:var(--ink);box-shadow:inset 0 0 0 1px rgba(199,159,145,.16)}.generation-mode-option:disabled{cursor:not-allowed;opacity:.62;transform:none}.generation-mode-title{display:inline-flex;min-width:0;align-items:center;gap:8px}.generation-mode-badge{flex:0 0 auto;border:1px solid rgba(182,79,100,.22);border-radius:999px;padding:4px 8px;background:rgba(255,255,255,.94);color:var(--rose-deep);font-size:11px;font-weight:900;line-height:1}.generation-mode-name{min-width:0;font-size:14px;font-weight:900;line-height:1.2}.generation-mode-option .credit-pill{flex:0 0 auto;min-height:28px;padding-inline:9px;border-color:rgba(182,79,100,.16);background:rgba(255,255,255,.72);color:#96070a;font-size:14px;font-weight:850}.generation-mode-option .credit-pill svg{width:14px;height:14px}.generation-mode-option[aria-pressed=true] .credit-pill{border-color:rgba(182,79,100,.18);background:rgba(255,255,255,.78)}.generation-mode-description{display:block;margin:0;color:#7d6268;font-size:13px;line-height:1.6}.preview-count-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.preview-count-option{display:grid;gap:3px;min-height:54px;border:1px solid var(--line);border-radius:8px;padding:9px 10px;background:rgba(255,255,255,.72);color:var(--ink);text-align:center;transition:border-color .14s ease,background .14s ease,color .14s ease}.preview-count-option[aria-pressed=true]{border-color:rgba(199,159,145,.62);background:rgba(248,238,233,.9);color:var(--rose-deep);box-shadow:inset 0 0 0 1px rgba(199,159,145,.16)}.preview-count-option:disabled{cursor:not-allowed;opacity:.62}.preview-count-option span{font-size:14px;font-weight:900;line-height:1.2}.preview-count-option small{color:var(--muted);font-size:12px;font-weight:760;line-height:1.2}.quality-option{display:grid;gap:3px;min-height:58px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:rgba(255,255,255,.72);color:var(--ink);text-align:left;transition:border-color .14s ease,background .14s ease,transform .14s ease}.quality-option:hover{transform:translateY(-1px)}.quality-option[aria-pressed=true]{border-color:rgba(182,79,100,.68);background:rgba(244,217,213,.58);color:var(--rose-deep)}.quality-option:disabled{cursor:not-allowed;opacity:.62;transform:none}.quality-option span{font-size:14px;font-weight:900}.quality-option small{color:var(--muted);font-size:12px;font-weight:760}.quality-note{color:var(--muted);font-size:12px;line-height:1.55}.generator-hints{display:flex;flex-wrap:wrap;gap:8px}.status{border:1px solid var(--line);border-radius:8px;padding:12px;background:rgba(255,255,255,.68);color:var(--muted);font-size:14px;line-height:1.55}.status-error{border-color:rgba(159,29,29,.35);color:var(--danger)}.status-success{border-color:rgba(23,106,58,.35);color:var(--success)}.failure-reasons{margin:8px 0 0;padding-left:18px;color:var(--muted);font-size:13px;line-height:1.55;text-align:left}.failure-reasons li+li{margin-top:2px}.result-image{width:100%;height:100%;object-fit:contain;border:0;border-radius:0;background:#fff}.generation-preview{--output-aspect-ratio:1/1;display:grid;gap:12px}.generation-preview-canvas{display:grid;width:100%;aspect-ratio:var(--output-aspect-ratio);place-items:center;border:1px dashed rgba(182,79,100,.5);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.62),rgba(244,217,213,.42)),rgba(248,238,233,.76)}.generation-preview-canvas-error{border-color:rgba(159,29,29,.34);background:linear-gradient(135deg,rgba(255,255,255,.7),rgba(250,225,220,.42)),rgba(255,247,245,.84)}.generation-preview-state{display:grid;justify-items:center;gap:10px;width:min(360px,calc(100% - 32px));color:var(--muted);font-size:13px;line-height:1.65;text-align:center}.generation-preview-state>strong{color:var(--ink);font-size:15px}.generation-preview-state>p{margin:0}.generation-preview-state .failure-reasons{max-width:300px;margin-top:0}.generation-result-frame{--output-aspect-ratio:1/1;position:relative;overflow:hidden;width:100%;aspect-ratio:var(--output-aspect-ratio);border:1px solid var(--line);border-radius:8px;background:#fff}.generation-result-frame-inline{width:100%;height:100%;aspect-ratio:auto;border:0;border-radius:0}.generation-result-frame .image-preview-trigger{display:grid;width:100%;height:100%;place-items:center}.generation-unlock-button{position:absolute;right:10px;bottom:10px;z-index:2;box-shadow:0 10px 24px rgba(53,35,41,.2)}.generation-unlock-loading{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:rgba(24,18,21,.46);color:#fff;font-size:14px;font-weight:900;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.generation-unlock-loading span{border-radius:999px;padding:7px 12px;background:rgba(24,18,21,.56)}.generation-batch-preview{--batch-columns:2;display:grid;grid-template-columns:repeat(var(--batch-columns),minmax(0,1fr));gap:12px}.generation-batch-item{display:grid;overflow:hidden;width:100%;aspect-ratio:var(--output-aspect-ratio);place-items:center;border:1px dashed rgba(182,79,100,.5);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.62),rgba(244,217,213,.42)),rgba(248,238,233,.76)}.generation-batch-item-done{border-style:solid;border-color:var(--line);background:#fff}.generation-batch-item-error{border-color:rgba(159,29,29,.34);background:linear-gradient(135deg,rgba(255,255,255,.7),rgba(250,225,220,.42)),rgba(255,247,245,.84)}.generation-batch-state{width:min(300px,calc(100% - 20px));gap:8px}.generation-batch-state .generation-progress-ring{width:clamp(62px,18vw,92px);font-size:clamp(15px,4vw,20px)}.generation-batch-state>strong{font-size:14px}.generation-batch-state>p{font-size:12px;line-height:1.5}.generation-batch-state .failure-reasons{display:none}.generation-progress-ring{--progress:1;position:relative;display:grid;width:108px;aspect-ratio:1;place-items:center;border-radius:50%;background:conic-gradient(var(--rose-deep) calc(var(--progress) * 1%),rgba(199,159,145,.22) 0);color:var(--rose-deep);font-size:23px;font-weight:900}.generation-progress-ring:before{content:"";position:absolute;inset:4px;border-radius:50%;background:#fff}.generation-progress-ring span{position:relative;z-index:1;max-width:76px;text-align:center;line-height:1.15}.generation-progress-ring img{position:relative;z-index:1;width:38%;height:38%;object-fit:contain}.generation-progress-ring[data-active=false]{border:2px solid rgba(199,159,145,.32);background:rgba(255,255,255,.76);color:var(--muted);font-size:16px;font-weight:800}.generation-progress-ring[data-active=false]:before{display:none}.generation-wait-note{margin:0;color:var(--muted);font-size:13px;line-height:1.65;text-align:center}.generation-state-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.generation-wait-guide-backdrop{z-index:120;background:linear-gradient(135deg,rgba(255,248,245,.16),rgba(43,32,36,.2)),rgba(43,32,36,.58)}.generation-wait-guide-modal{position:relative;display:grid;justify-items:center;gap:14px;width:min(460px,100%);border:1px solid rgba(199,159,145,.62);padding:28px 28px 24px;background:#fffefd;text-align:center;box-shadow:0 24px 80px rgba(43,32,36,.24)}.generation-wait-guide-icon{display:grid;width:48px;aspect-ratio:1;place-items:center;color:#a80000}.generation-wait-guide-copy{display:grid;gap:10px;max-width:360px}.generation-wait-guide-copy h3{margin:0;color:#a80000;font-size:clamp(24px,4vw,32px);font-weight:700;line-height:1.14}.generation-wait-guide-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.generation-wait-guide-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(100%,320px);margin-top:2px}.generation-wait-guide-actions .btn{width:100%;min-width:0}.toast{position:fixed;top:50%;left:50%;z-index:90;display:inline-flex;min-height:56px;width:fit-content;max-width:min(460px,calc(100vw - 32px));align-items:center;gap:10px;border:1px solid rgba(23,106,58,.28);border-radius:12px;padding:14px 18px 14px 16px;background:rgba(255,255,255,.96);color:var(--ink);box-shadow:0 22px 70px rgba(43,32,36,.22);font-size:14px;font-weight:800;line-height:1.55;transform:translate(-50%,-50%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.toast svg{flex:0 0 auto}.toast span{min-width:0}.profile-toast,.profile-toast-top{top:50%;right:auto;bottom:auto;left:50%}.generation-inline-toast-success,.profile-toast-success{border-color:rgba(62,122,85,.26);color:var(--success)}.profile-toast-error{border-color:rgba(159,29,29,.35);color:var(--danger)}.generation-inline-toast{top:50%;right:auto;bottom:auto;left:50%}.generation-inline-toast-error{border-color:rgba(159,29,29,.35);color:var(--danger)}.floating-task-button{position:fixed;right:22px;bottom:22px;z-index:80;display:grid;width:54px;aspect-ratio:1;place-items:center;border:1px solid rgba(255,255,255,.82);border-radius:50%;background:var(--ink);color:#fff;text-decoration:none;box-shadow:0 16px 34px rgba(53,35,41,.28);transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.floating-task-button:hover{background:var(--rose-deep);box-shadow:0 18px 40px rgba(104,56,62,.34);transform:translateY(-2px)}.floating-task-button span{color:inherit;font-size:20px;font-weight:900;line-height:1}.generation-complete-toast,.generation-notification-prompt{position:fixed;right:22px;bottom:88px;z-index:82;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;width:min(340px,calc(100vw - 44px));border:1px solid rgba(199,159,145,.6);border-radius:8px;padding:14px;background:linear-gradient(135deg,rgba(244,217,213,.38),rgba(255,255,255,.78)),rgba(255,254,253,.96);color:var(--ink);box-shadow:0 18px 44px rgba(53,35,41,.18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.generation-complete-toast{grid-template-columns:auto minmax(0,1fr) auto}.generation-notification-icon{margin-top:2px;color:var(--rose-deep)}.generation-complete-toast strong,.generation-notification-prompt strong{display:block;margin:0 0 4px;font-size:15px}.generation-complete-toast p,.generation-notification-prompt p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.generation-notification-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.generation-complete-toast .btn,.generation-notification-actions .btn{min-height:34px;padding:7px 11px;font-size:13px}.generation-complete-toast .btn{margin-top:10px}.generation-toast-close{display:grid;width:30px;aspect-ratio:1;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--muted)}.generation-toast-close:hover{background:rgba(43,32,36,.06);color:var(--ink)}.image-preview-trigger{display:block;width:100%;border:0;border-radius:0;padding:0;background:transparent;color:inherit;text-align:left}.image-preview-trigger img{cursor:zoom-in}.image-lightbox{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:72px 22px 28px;background:rgba(0,0,0,.82);overscroll-behavior:none;touch-action:none}.image-lightbox-close{position:fixed;top:18px;right:18px;z-index:3}.image-lightbox-stage{display:grid;width:min(100%,calc(100vw - 44px));height:min(100%,calc(100dvh - 112px));place-items:center;cursor:zoom-in;touch-action:none;-webkit-user-select:none;user-select:none}.image-lightbox-stage-zoomed{cursor:grab}.image-lightbox-stage-zoomed:active{cursor:grabbing}.image-lightbox-img{display:block;width:auto;height:auto;max-width:calc(100vw - 44px);max-height:calc(100dvh - 112px);border:1px solid #fff;background:#fff;object-fit:contain;-webkit-user-select:none;user-select:none;will-change:transform}.image-lightbox-nav{position:fixed;top:50%;z-index:3;width:42px;height:42px;min-height:42px;background:rgba(255,255,255,.9);transform:translateY(-50%)}.image-lightbox-nav-prev{left:18px}.image-lightbox-nav-next{right:18px}.image-lightbox-count{position:fixed;bottom:20px;left:50%;z-index:3;border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:6px 10px;background:rgba(18,14,16,.62);color:#fff;font-size:12px;font-weight:800;line-height:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateX(-50%)}.auth-page{display:grid;min-height:calc(100vh - 72px);place-items:center;padding:44px 0}.auth-panel{position:relative;width:min(460px,100%);border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(244,217,213,.52),transparent 44%),rgba(255,255,255,.84);padding:26px;box-shadow:var(--shadow);overflow:hidden}.auth-badge{display:inline-flex;align-items:center;gap:7px;margin-bottom:16px;border:1px solid rgba(217,185,130,.55);border-radius:999px;padding:7px 10px;background:rgba(255,251,244,.82);color:var(--sage);font-size:13px;font-weight:850}.auth-panel h1{margin:0 0 10px;font-size:36px}.auth-panel p{margin:0 0 22px;color:var(--muted);line-height:1.6}.auth-link-button{justify-self:center;border:0;padding:2px 4px;background:transparent;color:var(--rose-deep);font-size:13px;font-weight:800}.auth-link-button:hover{text-decoration:underline}.auth-link-button:disabled{cursor:not-allowed;opacity:.58}.auth-alipay-button{width:100%;min-height:48px;font-size:16px}.auth-alipay-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 auto}.auth-alipay-icon>img{display:block;width:100%;height:100%;object-fit:contain}.auth-divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;font-weight:800}.auth-divider:after,.auth-divider:before{content:"";height:1px;flex:1 1;background:var(--line)}.auth-alt-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.auth-alt-actions .btn{white-space:nowrap}.auth-alt-icon-actions{display:flex;justify-content:center}.auth-phone-icon-button{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:0;border-radius:50%;padding:0;background:transparent;color:var(--muted);transition:transform .14s ease,opacity .14s ease}.auth-phone-icon-button:hover{transform:translateY(-1px);opacity:.82}.auth-phone-icon-button>img{display:block;width:26px;height:26px;object-fit:contain}.auth-invite-card{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;border:1px solid rgba(177,139,64,.32);border-radius:8px;padding:12px;background:rgba(254,250,244,.82)}.auth-invite-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:999px;background:#8e2541;color:#fff}.auth-invite-card strong{display:block;color:var(--ink);font-size:14px}.auth-invite-card span{display:block;margin-top:3px;color:var(--muted);font-size:13px;line-height:1.45}.auth-invite-input{text-transform:uppercase;letter-spacing:.06em;font-weight:850}.captcha-box{display:grid;gap:10px;border:1px solid var(--line);border-radius:8px;padding:12px;background:rgba(248,238,233,.64)}.captcha-canvas{position:relative;height:150px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:linear-gradient(135deg,#fff 0 25%,#f8eee9 25% 50%,#fff 50% 75%,#f8eee9 75%),#fff;background-size:42px 42px}.captcha-piece,.captcha-target{position:absolute;top:var(--piece-y);width:46px;height:46px;border:2px solid var(--rose-deep)}.captcha-target{left:var(--target-x);background:rgba(255,255,255,.54);box-shadow:inset 0 0 0 999px rgba(182,79,100,.08)}.captcha-piece{left:var(--piece-x);background:var(--rose)}.range{width:100%;accent-color:var(--rose)}.modal-backdrop{position:fixed;inset:0;z-index:60;display:grid;place-items:center;overflow:auto;padding:18px;background:linear-gradient(135deg,rgba(255,248,245,.18),rgba(43,32,36,.18)),rgba(43,32,36,.52);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.modal{width:min(520px,100%);border:1px solid var(--line);border-radius:8px;background:#fffefd;box-shadow:0 24px 80px rgba(43,32,36,.24)}.purchase-modal{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;width:min(920px,100%);max-height:min(calc(100vh - 36px),900px);border-color:rgba(199,159,145,.62);background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,248,245,.92)),var(--panel);box-shadow:0 28px 90px rgba(43,32,36,.3)}.purchase-modal:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(199,159,145,.12) 1px,transparent 0) 0 0 /38px 38px,linear-gradient(rgba(199,159,145,.1) 1px,transparent 0) 0 0 /38px 38px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.42),transparent 58%);mask-image:linear-gradient(180deg,rgba(0,0,0,.42),transparent 58%)}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:16px 18px}.purchase-modal-head{position:relative;z-index:3;align-items:flex-start;border-bottom-color:rgba(199,159,145,.32);padding:18px 22px 16px;background:linear-gradient(135deg,rgba(244,217,213,.42),transparent 48%),rgba(255,255,255,.6)}.purchase-modal-head>div{display:grid;gap:6px}.modal-kicker{margin:0;color:var(--rose-deep);font-size:12px;font-weight:900;letter-spacing:0}.modal-head h3{margin:0;font-size:clamp(26px,3vw,36px);line-height:1.05}.purchase-modal-head span{color:var(--muted);font-size:14px;line-height:1.45}.modal-body{display:grid;gap:16px;padding:18px}.new-user-video-backdrop{z-index:120;overflow:hidden;padding:10px}.new-user-video-modal{width:auto;max-width:calc(100vw - 20px);max-height:calc(100dvh - 20px);border-color:rgba(199,159,145,.4);border-radius:14px;box-shadow:0 24px 80px rgba(43,32,36,.28)}.new-user-video-frame,.new-user-video-modal{display:grid;overflow:hidden;background:#fdfaf9}.new-user-video-frame{position:relative;width:min(calc(100vw - 20px),calc((100dvh - 20px) * .642857),560px);aspect-ratio:9/14}.new-user-video{display:block;width:100%;height:100%;background:#fdfaf9;object-fit:contain;pointer-events:none}.new-user-video-loading{position:absolute;inset:0;z-index:2;display:grid;place-items:center;align-content:center;gap:14px;background:radial-gradient(circle at 24% 18%,rgba(196,73,90,.12),transparent 34%),#fdfaf9;color:var(--ink);text-align:center}.new-user-video-loading span{width:34px;height:34px;border:3px solid rgba(196,73,90,.18);border-top:3px solid var(--rose-deep);border-radius:999px;animation:spin .82s linear infinite}.new-user-video-loading p{margin:0;color:var(--muted);font-size:14px;font-weight:650}.new-user-video-close{--video-close-progress:0%;position:absolute;top:12px;right:12px;z-index:5;display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:999px;padding:0;background:rgba(255,255,255,.76);color:var(--ink);box-shadow:0 8px 22px rgba(43,32,36,.16);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);touch-action:manipulation;-webkit-tap-highlight-color:transparent}.new-user-video-close:before{content:"";position:absolute;inset:0;border-radius:inherit;background:conic-gradient(var(--rose-deep) var(--video-close-progress),rgba(255,255,255,.48) 0);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px));pointer-events:none}.new-user-video-close svg{position:relative;z-index:1}.new-user-video-close:disabled{cursor:default;color:rgba(53,35,41,.38)}.new-user-video-replay{position:absolute;top:50%;left:50%;z-index:5;display:grid;width:82px;height:82px;place-items:center;border:1px solid rgba(255,255,255,.62);border-radius:999px;background:rgba(53,35,41,.42);color:#fff;box-shadow:0 18px 46px rgba(43,32,36,.22);transform:translate(-50%,-50%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background .14s ease,transform .14s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.new-user-video-close:not(:disabled):focus-visible,.new-user-video-close:not(:disabled):hover{color:var(--rose-deep)}.new-user-video-sound{position:absolute;right:12px;bottom:12px;z-index:5;display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(255,255,255,.62);border-radius:999px;background:rgba(255,255,255,.76);color:var(--ink);box-shadow:0 8px 22px rgba(43,32,36,.14);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);touch-action:manipulation;-webkit-tap-highlight-color:transparent}.new-user-video-sound:focus-visible,.new-user-video-sound:hover{color:var(--rose-deep)}.new-user-video-replay:focus-visible,.new-user-video-replay:hover{background:rgba(53,35,41,.58);transform:translate(-50%,-50%) scale(1.03)}.ios-guide-modal{position:relative;width:min(430px,100%);max-height:min(88dvh,780px);overflow:hidden;border-color:rgba(177,139,64,.2);background:#fdf7f3}.ios-guide-head{position:absolute;top:10px;right:10px;z-index:2;display:block;border:0;padding:0;background:transparent}.ios-guide-body{max-height:min(88dvh,780px);overflow-y:auto;overscroll-behavior:contain;padding:0 0 14px;background:#fdf7f3;-webkit-overflow-scrolling:touch}.ios-guide-close{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(177,139,64,.18);border-radius:50%;background:rgba(253,247,243,.86);color:rgba(43,32,36,.72);box-shadow:0 8px 24px rgba(43,32,36,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ios-guide-close:hover{border-color:rgba(177,139,64,.32);color:var(--ink)}.ios-guide-image{width:100%;height:auto;background:#fdf7f3}.ios-guide-actions{position:sticky;bottom:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px 14px 0;background:linear-gradient(180deg,rgba(253,247,243,0),#fdf7f3 22%)}.ios-guide-actions .btn{width:100%;min-height:42px}.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.plan-button{min-height:86px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-weight:800}.plan-button[aria-pressed=true]{border-color:var(--rose);background:var(--rose);color:#fff}.qrcode-box{display:grid;min-height:220px;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;padding:14px}.purchase-body{position:relative;z-index:1;gap:12px;min-height:0;max-height:none;overflow:auto;padding:16px 22px 18px;overscroll-behavior:contain}.purchase-select-layout{display:grid;grid-template-columns:minmax(250px,.82fr) minmax(330px,1fr);gap:12px}.purchase-selected-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(182,79,100,.28);border-radius:8px;padding:10px 12px;background:linear-gradient(135deg,rgba(244,217,213,.38),rgba(255,255,255,.76)),rgba(255,255,255,.76)}.purchase-selected-strip div,.purchase-selected-strip strong{display:inline-flex;align-items:center;gap:8px}.purchase-selected-strip span{color:var(--muted);font-size:12px;font-weight:850}.purchase-selected-strip strong{color:var(--rose-deep);font-size:15px;line-height:1}.purchase-selected-strip strong em{border:1px solid rgba(177,139,64,.38);border-radius:999px;padding:2px 7px;background:#fefaf4;color:#8a682a;font-size:11px;font-style:normal;font-weight:750}.purchase-loading-state{display:grid;min-height:360px;place-items:center;align-content:center;gap:12px;border:1px solid rgba(199,159,145,.34);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(248,238,233,.56)),rgba(255,255,255,.72);color:var(--rose-deep);font-size:14px;font-weight:850}.purchase-loading-state svg{color:var(--champagne)}.custom-credit-box{cursor:pointer;display:grid;min-height:304px;align-content:space-between;gap:14px;border:1px solid rgba(199,159,145,.46);border-radius:8px;background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(248,238,233,.72)),rgba(255,255,255,.78);padding:16px;box-shadow:var(--shadow-soft)}.custom-credit-box[aria-pressed=true]{border-color:rgba(182,79,100,.88);background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(244,217,213,.56)),rgba(255,255,255,.86);box-shadow:inset 0 0 0 2px rgba(182,79,100,.24),0 16px 38px rgba(104,56,62,.12)}.custom-credit-box:hover{border-color:rgba(182,79,100,.48);box-shadow:0 18px 42px rgba(104,56,62,.1)}.purchase-card-head{display:grid;gap:6px}.purchase-choice-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.purchase-selected-pill{display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(182,79,100,.22);border-radius:999px;padding:4px 8px;background:rgba(182,79,100,.1);color:var(--rose-deep);font-size:12px;font-weight:900}.purchase-section-head{display:flex;align-items:flex-start;justify-content:flex-start;gap:12px}.purchase-section-label{margin-top:1px}.purchase-card-head p{max-width:300px;margin:0;color:var(--muted);font-size:13px;line-height:1.45}.purchase-label{width:fit-content;border:1px solid rgba(182,79,100,.18);border-radius:999px;padding:5px 9px;background:rgba(255,255,255,.56);color:var(--rose-deep);font-size:12px;font-weight:900}.credit-stepper{display:grid;grid-template-columns:minmax(112px,1fr) 42px;align-items:center;gap:10px}.credit-stepper input{width:100%;height:82px;border:1px solid rgba(255,255,255,.82);border-radius:8px;background:rgba(255,255,255,.76);color:var(--ink);font-size:clamp(42px,6vw,62px);font-weight:900;line-height:1;text-align:center;box-shadow:inset 0 0 0 1px rgba(199,159,145,.14)}.credit-stepper input::-webkit-inner-spin-button,.credit-stepper input::-webkit-outer-spin-button{margin:0;appearance:none}.credit-stepper-actions{display:grid;gap:6px}.stepper-button{display:grid;width:42px;height:38px;place-items:center;border:1px solid rgba(199,159,145,.44);border-radius:8px;background:rgba(255,255,255,.76);color:var(--ink);transition:border-color .14s ease,color .14s ease,transform .14s ease}.stepper-button:hover{border-color:var(--rose);color:var(--rose-deep);transform:translateY(-1px)}.purchase-total-line{display:flex;align-items:end;justify-content:space-between;gap:12px;border-top:1px solid rgba(199,159,145,.32);padding-top:12px}.purchase-total-line span{color:var(--muted);font-size:13px;font-weight:800}.purchase-total-line span em{display:inline-flex;margin-left:8px;border:1px solid rgba(177,139,64,.38);border-radius:999px;padding:2px 7px;background:#fefaf4;color:#8a682a;font-style:normal;font-size:12px;font-weight:500}.purchase-total-line strong{display:inline-flex;align-items:baseline;gap:8px;color:var(--rose-deep);font-size:24px;line-height:1}.custom-credit-box .purchase-total-line strong{font-size:20px}.purchase-total-line strong del{color:var(--muted);font-size:15px;font-weight:500}.purchase-side-panel{display:grid;align-content:start;gap:10px}.purchase-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.purchase-plan-button{position:relative;display:grid;min-height:118px;align-content:center;gap:6px;border:1px solid rgba(199,159,145,.42);border-radius:8px;background:rgba(255,255,255,.72);color:var(--ink);text-align:center;box-shadow:0 12px 28px rgba(104,56,62,.05);transition:border-color .14s ease,background .14s ease,transform .14s ease,box-shadow .14s ease}.purchase-plan-button[aria-pressed=true]{border-color:rgba(182,79,100,.9);background:linear-gradient(145deg,rgba(244,217,213,.76),rgba(255,255,255,.78));color:var(--rose-deep);box-shadow:inset 0 0 0 2px rgba(182,79,100,.18),0 12px 28px rgba(104,56,62,.1)}.purchase-plan-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.purchase-plan-button strong{font-size:30px;line-height:1.1}.purchase-plan-button small{margin-left:2px;font-size:14px;font-weight:350}.purchase-plan-button span{color:var(--rose-deep);font-size:16px;font-weight:800}.purchase-plan-check{position:absolute;top:8px;right:8px;color:var(--rose-deep)}.purchase-checkout{position:sticky;bottom:-18px;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,.7fr);align-items:center;gap:12px;margin:2px -22px -18px;border-top:1px solid rgba(199,159,145,.32);padding:12px 22px 14px;background:linear-gradient(180deg,rgba(255,248,245,.22),rgba(255,254,253,.98) 28%),var(--panel)}.purchase-checkout-total{display:grid;gap:4px}.purchase-checkout-total span{color:var(--muted);font-size:12px;font-weight:850}.purchase-checkout-total strong{display:inline-flex;align-items:baseline;gap:8px;color:var(--rose-deep);font-size:24px;line-height:1}.purchase-checkout-total del{color:var(--muted);font-size:14px;font-weight:500}.purchase-submit{width:100%;min-height:52px;justify-content:center;font-size:17px}.payment-step{gap:16px}.payment-step,.payment-ticket{display:grid;justify-items:center}.payment-ticket{position:relative;gap:18px;width:min(420px,100%);border:1px solid rgba(199,159,145,.42);border-radius:8px;padding:22px;background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(248,238,233,.62)),rgba(255,255,255,.78);box-shadow:var(--shadow-soft)}.payment-ticket:after,.payment-ticket:before{content:"";position:absolute;top:116px;width:18px;height:18px;border:1px solid rgba(199,159,145,.38);border-radius:50%;background:var(--panel)}.payment-ticket:before{left:-10px}.payment-ticket:after{right:-10px}.payment-summary{width:100%;display:grid;justify-items:center;gap:8px;border-bottom:1px dashed rgba(199,159,145,.48);padding-bottom:18px;text-align:center}.payment-summary span{display:inline-flex;align-items:center;gap:7px;color:var(--rose-deep);font-size:13px;font-style:normal;font-weight:900}.payment-summary strong{font-size:38px;line-height:1.1}.payment-summary em{color:var(--muted);font-size:18px;font-style:normal;font-weight:850}.payment-qr-shell{position:relative;display:grid;justify-items:center;gap:12px}.qrcode-box-large{width:min(286px,100%);min-height:286px;border-color:rgba(199,159,145,.42);background:#fff;box-shadow:inset 0 0 0 8px rgba(248,238,233,.72)}.payment-scan-mark{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;font-weight:850}.alipay-action-box{display:grid;justify-items:center;gap:12px;width:100%;border:1px solid rgba(24,119,242,.18);border-radius:8px;padding:22px 18px;background:linear-gradient(135deg,rgba(24,119,242,.08),rgba(255,255,255,.72)),rgba(255,255,255,.82);color:var(--ink);text-align:center}.alipay-action-box svg{color:#1677ff}.alipay-action-box strong{font-size:18px;line-height:1.2}.alipay-action-box p{max-width:280px;margin:0;color:var(--muted);font-size:13px;line-height:1.55}.mobile-payment-guide{display:grid;width:100%;gap:10px;border-top:1px dashed rgba(199,159,145,.44);padding-top:2px;color:var(--muted)}.mobile-payment-guide p{margin:0;color:var(--rose-deep);font-size:13px;font-weight:850;text-align:center}.mobile-payment-guide div{display:grid;gap:7px}.mobile-payment-guide span{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:7px;font-size:12px;line-height:1.45}.mobile-payment-guide svg{margin-top:2px;color:var(--rose-deep)}.payment-status{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(199,159,145,.38);border-radius:999px;padding:8px 12px;background:rgba(255,255,255,.68);color:var(--muted);font-size:13px;font-weight:850}.payment-status-success{border-color:rgba(62,122,85,.34);color:var(--success)}.purchase-inline-error{border-color:rgba(164,58,67,.28);background:rgba(255,255,255,.72);color:var(--danger)}.agreement-block{display:grid;gap:8px}.agreement-check-row{display:inline-flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:13px;line-height:1.45}.agreement-check-row input{width:16px;height:16px;margin-top:2px;accent-color:var(--rose)}.agreement-check-row span{display:inline-flex;flex-wrap:wrap;gap:6px;align-items:center}.agreement-link-button{border:0;padding:0;background:transparent;color:var(--rose-deep);font-weight:800;text-decoration:underline;text-underline-offset:3px}.agreement-modal{width:min(720px,100%);max-height:min(calc(100vh - 36px),860px)}.agreement-modal-body{max-height:calc(100vh - 140px);overflow:auto}.share-image-modal{width:min(620px,100%)}.reward-modal{position:relative;overflow:hidden;width:min(440px,100%);border-color:rgba(142,37,65,.22);background:linear-gradient(160deg,rgba(255,250,248,.98),rgba(255,245,242,.96) 48%,rgba(255,255,255,.98)),var(--panel);box-shadow:0 28px 90px rgba(71,39,44,.28)}.reward-modal:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% -18%,rgba(142,37,65,.22),transparent 34%),radial-gradient(circle at 100% 8%,rgba(177,139,64,.2),transparent 28%)}.reward-modal-close{position:absolute;top:14px;right:14px;z-index:3;background:rgba(255,255,255,.72)}.reward-modal-hero{position:relative;z-index:2;display:grid;justify-items:center;gap:12px;padding:30px 28px 16px;text-align:center}.reward-modal-icon{display:grid;width:76px;height:76px;place-items:center;border:1px solid rgba(255,255,255,.78);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,240,236,.82));box-shadow:0 18px 36px rgba(142,37,65,.18),inset 0 1px 0 rgba(255,255,255,.72)}.reward-modal-icon img{width:52px;height:52px;object-fit:contain}.reward-modal-title-group{display:grid;gap:8px}.reward-modal-kicker{margin:0;color:#a8844a;font-size:12px;font-weight:900;letter-spacing:.08em}.reward-modal h3{margin:0;color:var(--rose-deep);font-size:clamp(26px,6vw,34px);line-height:1.08}.reward-modal-title-group p{margin:0;color:#60464a;font-size:15px;font-weight:700;line-height:1.55}.reward-modal-body{position:relative;z-index:2;display:grid;gap:14px;padding:6px 24px 24px}.reward-modal-actions{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:10px}.reward-modal-actions .btn{width:100%}.share-reward-guide-modal{width:min(440px,100%)}.share-reward-guide-head{border-bottom:0}.share-reward-guide-body p{margin:0;color:var(--ink);font-size:14px;line-height:1.68}.share-reward-guide-note{border:1px solid rgba(177,139,64,.28);border-radius:8px;padding:12px;background:rgba(254,250,244,.84);color:var(--muted);font-size:13px;line-height:1.6}.invite-poster-modal{display:flex;flex-direction:column;width:min(720px,100%);max-height:min(calc(100dvh - 36px),880px);overflow:hidden}.invite-poster-body{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain}.invite-poster-footer{display:grid;flex:0 0 auto;gap:14px;border-top:1px solid var(--line);padding:14px 18px 18px;background:linear-gradient(180deg,rgba(255,255,255,.92),#fffefd 32%),#fffefd;box-shadow:0 -12px 26px rgba(43,32,36,.04)}.invite-poster-actions{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.25fr);gap:12px}.invite-poster-actions .btn{width:100%}.invite-poster-result-modal{position:relative;overflow:hidden;width:min(440px,100%);max-height:min(calc(100dvh - 36px),880px);padding:24px;border-color:rgba(177,139,64,.28);background:radial-gradient(circle at 50% 8%,rgba(255,240,218,.92),transparent 36%),linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,247,244,.96))}.invite-poster-result-modal:before{content:"";position:absolute;inset:-120px -80px auto;height:260px;pointer-events:none;background:radial-gradient(circle,rgba(142,37,65,.16) 0 2px,transparent 3px) 0 0 /42px 42px,radial-gradient(circle,rgba(177,139,64,.16) 0 2px,transparent 3px) 20px 18px /48px 48px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.42),transparent);mask-image:linear-gradient(180deg,rgba(0,0,0,.42),transparent)}.invite-poster-generating,.invite-poster-result-hero{position:relative;z-index:1;display:grid;justify-items:center;gap:10px;text-align:center}.invite-poster-generating{min-height:380px;align-content:center}.invite-poster-orbit{position:relative;display:grid;width:78px;height:78px;place-items:center;border-radius:999px;background:#8e2541;color:#fff;box-shadow:0 18px 42px rgba(142,37,65,.22)}.invite-poster-orbit:before{content:"";position:absolute;inset:-10px;border:2px solid rgba(177,139,64,.22);border-top-color:rgba(142,37,65,.72);border-radius:inherit;animation:spin 1.05s linear infinite}.invite-poster-generating h3,.invite-poster-result-hero h3{margin:0;color:var(--ink);font-size:clamp(28px,7vw,36px);line-height:1.08}.invite-poster-generating span,.invite-poster-result-hero span{max-width:320px;color:var(--muted);font-size:13px;font-weight:750;line-height:1.55}.invite-result-close{position:absolute;top:14px;right:14px;z-index:2}.invite-poster-result-preview{position:relative;z-index:1;display:grid;justify-items:center;margin:18px auto 16px}.invite-poster-result-preview img{width:min(270px,78vw);max-height:min(54dvh,520px);border-radius:10px;object-fit:contain;box-shadow:0 26px 62px rgba(43,32,36,.28),0 0 0 1px rgba(255,255,255,.78);animation:invitePosterReveal .42s ease-out both}.invite-poster-result-actions{position:relative;z-index:1;grid-template-columns:1fr}@keyframes invitePosterReveal{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.invite-image-picker{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.invite-image-option{position:relative;overflow:hidden;border:2px solid transparent;border-radius:8px;padding:0;aspect-ratio:3/4;background:rgba(248,238,233,.72)}.invite-image-option[aria-pressed=true]{border-color:var(--rose-deep);box-shadow:0 0 0 3px rgba(142,37,65,.12)}.invite-image-option img{width:100%;height:100%;object-fit:cover}.invite-reference-toggle{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:800}.invite-reference-toggle input{accent-color:var(--rose-deep)}.invite-poster-preview{display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;padding:12px;background:rgba(248,238,233,.48)}.invite-poster-preview img{width:min(280px,100%);max-height:48dvh;border-radius:8px;object-fit:contain;box-shadow:0 18px 42px rgba(43,32,36,.18)}.agreement-copy{display:grid;gap:12px;color:var(--ink);font-size:14px;line-height:1.7}.agreement-copy p{margin:0}@media (max-height:820px){.modal-backdrop{place-items:center}.purchase-modal-head{padding:14px 18px 12px}.purchase-body{padding:14px 18px 16px}.custom-credit-box{min-height:276px}}.admin-page{display:grid;gap:22px}.admin-section-head{align-items:start;padding-bottom:10px}.admin-heading{display:grid;max-width:680px;gap:8px}.admin-heading h1{margin:0;color:var(--ink);font-size:clamp(34px,4vw,54px);line-height:1;letter-spacing:0}.admin-heading .eyebrow{margin-bottom:4px}.admin-heading p:not(.eyebrow){max-width:620px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}.admin-header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.admin-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;border:1px solid rgba(199,159,145,.42);border-radius:8px;padding:6px;background:rgba(255,255,255,.58);box-shadow:0 16px 40px rgba(90,54,63,.07)}.admin-tab{display:grid;min-width:0;gap:4px;border:1px solid transparent;border-radius:7px;padding:12px 14px;background:transparent;color:var(--muted);text-align:left;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.admin-tab:hover{border-color:rgba(177,139,64,.32);background:rgba(254,250,244,.72);color:var(--ink)}.admin-tab[aria-pressed=true]{border-color:rgba(177,139,64,.5);background:#fefaf4;color:var(--ink);box-shadow:0 12px 26px rgba(177,139,64,.12)}.admin-tab span{overflow:hidden;color:inherit;font-size:15px;font-weight:750;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.admin-tab small{display:-webkit-box;overflow:hidden;color:inherit;font-size:12px;font-weight:400;line-height:1.45;opacity:.78;-webkit-box-orient:vertical;-webkit-line-clamp:2}.admin-list-view,.admin-tab-view{display:grid;gap:16px}.admin-tab-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px;border-top:1px solid rgba(199,159,145,.28);padding-top:16px}.admin-discount-panel{display:grid;gap:16px}.promotion-campaign-panel{gap:14px}.promotion-activity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.promotion-activity-card{display:grid;gap:16px;border:1px solid rgba(199,159,145,.34);border-radius:8px;padding:18px;background:rgba(255,255,255,.58)}.promotion-activity-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.promotion-activity-head h3{margin:0;color:var(--ink);font-size:18px}.admin-route-panel{display:grid;gap:16px}.route-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.route-option-card{display:grid;min-width:0;gap:10px;border:1px solid rgba(199,159,145,.38);border-radius:8px;padding:16px;background:rgba(255,255,255,.6);color:var(--muted);text-align:left;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.route-option-card:hover{border-color:rgba(177,139,64,.36);background:rgba(254,250,244,.74);color:var(--ink);transform:translateY(-1px)}.route-option-card[aria-pressed=true]{border-color:rgba(177,139,64,.54);background:#fefaf4;color:var(--ink);box-shadow:0 14px 32px rgba(177,139,64,.13)}.route-option-icon{display:grid;width:38px;aspect-ratio:1;place-items:center;border:1px solid rgba(177,139,64,.28);border-radius:8px;background:rgba(255,255,255,.7);color:var(--rose-deep)}.route-option-card span:not(.route-option-icon){display:grid;gap:4px}.route-option-card strong{color:inherit;font-size:17px}.route-option-card small{color:var(--rose-deep);font-size:12px;font-weight:800}.route-config-note span,.route-option-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.route-provider-section{display:grid;gap:12px;margin-top:2px;border:1px solid rgba(177,139,64,.22);border-radius:8px;padding:14px;background:rgba(254,250,244,.34)}.route-provider-head{display:grid;gap:4px}.route-provider-head strong{color:var(--ink);font-size:14px}.route-provider-head span{color:var(--muted);font-size:13px;line-height:1.5}.route-provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.route-provider-card{gap:8px;padding:13px 14px;background:rgba(255,255,255,.58)}.route-provider-card strong{font-size:15px}.route-config-note{display:grid;gap:5px;border:1px solid rgba(177,139,64,.26);border-radius:8px;padding:12px 14px;background:rgba(254,250,244,.58)}.route-config-note strong{color:var(--ink);font-size:14px}.admin-hero-panel{display:grid;gap:16px}.admin-hero-tool-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.admin-hero-tool-option{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:10px;min-width:0;border:1px solid var(--line);border-radius:8px;padding:8px;background:rgba(255,255,255,.64);color:var(--ink);text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease}.admin-hero-tool-option:hover{border-color:rgba(177,139,64,.58);background:#fefaf4;box-shadow:0 10px 22px rgba(177,139,64,.1);transform:translateY(-1px)}.admin-hero-tool-option[aria-pressed=true]{border-color:#b18b40;background:#fefaf4;box-shadow:0 10px 24px rgba(177,139,64,.14)}.admin-hero-tool-option:disabled{cursor:not-allowed;opacity:.52;transform:none;box-shadow:none}.admin-hero-tool-cover{display:block;aspect-ratio:3/4;overflow:hidden;border-radius:6px;background:var(--soft)}.admin-hero-tool-cover img{width:100%;height:100%;object-fit:cover;object-position:center top}.admin-hero-tool-option span:last-child{display:grid;min-width:0;gap:4px}.admin-hero-tool-option strong{overflow:hidden;font-size:13px;font-weight:600;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.admin-hero-tool-option small{color:var(--muted);font-size:12px}.admin-discount-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px;align-items:start}.admin-discount-grid .field:nth-child(3){max-width:220px}.admin-discount-grid .field:nth-child(4),.promotion-time-grid{grid-column:1/-1}.promotion-time-grid{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:18px}.promotion-time-grid .input{width:100%;min-width:0}.admin-discount-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.discount-preview-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(164,58,67,.28);border-radius:999px;padding:8px 12px;background:rgba(164,58,67,.08);color:var(--danger);font-size:13px;font-weight:900}.discount-preview-pill strong{color:var(--ink)}.discount-state-pill{display:inline-grid;gap:2px;max-width:min(460px,100%);border:1px solid var(--line);border-radius:8px;padding:7px 10px;background:rgba(255,255,255,.72);color:var(--muted)}.discount-state-pill span{font-size:12px;font-weight:800}.discount-state-pill small{color:inherit;font-size:11px;line-height:1.35}.discount-state-pill-active{border-color:rgba(23,106,58,.3);background:rgba(23,106,58,.08);color:var(--success)}.discount-state-pill-inactive{border-color:rgba(159,29,29,.24);background:rgba(159,29,29,.06);color:var(--danger)}.discount-state-reasons{margin:-2px 0 0;padding-left:16px;color:var(--muted);font-size:12px;line-height:1.5}.admin-tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.admin-add-card,.admin-tool-card{min-width:0;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.78);box-shadow:var(--shadow-soft)}.admin-add-card{display:grid;min-height:300px;align-content:center;justify-items:center;gap:10px;padding:22px;color:var(--ink);text-align:center}.admin-add-card span,.admin-tool-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.admin-tool-card{display:grid;overflow:hidden}.admin-tool-card>img{aspect-ratio:1.45;width:100%;object-fit:cover;border-bottom:1px solid var(--line);background:var(--soft)}.admin-tool-card-body{display:grid;gap:12px;padding:14px}.admin-tool-card-body strong{display:block;margin-bottom:6px}.admin-tool-card-actions{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:10px}.btn-danger{border-color:rgba(164,58,67,.24);color:var(--danger)}.btn-danger:hover{border-color:rgba(164,58,67,.44);background:rgba(164,58,67,.08);color:var(--danger)}.admin-community-panel,.admin-community-view{display:grid;gap:16px}.admin-community-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.admin-community-summary>div{display:grid;gap:4px;border:1px solid var(--line);border-radius:8px;padding:12px;background:rgba(255,255,255,.72)}.admin-community-summary span{color:var(--muted);font-size:12px}.admin-community-summary strong{font-size:22px}.admin-community-title-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.admin-community-upload-panel{display:grid;gap:14px;border:1px solid rgba(199,159,145,.34);border-radius:8px;padding:16px;background:linear-gradient(135deg,rgba(253,250,249,.92),rgba(255,255,255,.78)),#fff;box-shadow:0 12px 28px rgba(53,35,41,.08)}.admin-community-upload-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-community-upload-head>div{display:grid;gap:4px}.admin-community-upload-head strong{color:var(--ink);font-size:16px}.admin-community-upload-head span{color:var(--muted);font-size:13px;line-height:1.5}.admin-community-upload-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.admin-community-upload-media,.admin-community-upload-reference-slots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-community-upload-drop{position:relative;display:grid;min-height:260px;overflow:hidden;place-items:center;border:1px dashed rgba(199,159,145,.7);border-radius:8px;background:rgba(255,255,255,.72);color:var(--rose-deep);cursor:pointer}.admin-community-upload-drop input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.admin-community-upload-drop span{display:inline-flex;align-items:center;gap:8px;color:var(--rose-deep);font-size:13px;font-weight:850}.admin-community-upload-drop img{width:100%;height:100%;min-height:260px;object-fit:cover;object-position:center top}.admin-community-upload-reference-slot{min-height:260px}.admin-community-upload-slot-label{position:absolute;right:10px;bottom:10px;display:inline-flex;align-items:center;min-height:24px;padding:5px 9px;border-radius:999px;background:rgba(0,0,0,.7);color:rgba(255,255,255,.92);font-size:12px;font-weight:300;line-height:1;pointer-events:none}.admin-community-upload-reference-preview{display:grid;width:100%;height:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;padding:0}.admin-community-upload-reference-preview img{min-height:260px}.admin-community-upload-actions{padding-top:14px}.admin-stability-panel,.admin-stability-view{display:grid;gap:18px}.admin-stability-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);gap:14px;align-items:start}.admin-stability-card,.admin-stability-results{display:grid;gap:14px;border:1px solid rgba(199,159,145,.28);border-radius:8px;background:rgba(255,255,255,.62);padding:14px}.admin-stability-profile-form{display:grid;gap:12px}.admin-stability-reference-upload{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-stability-upload-slot,.admin-stability-upload-slot img{min-height:190px}.admin-stability-profile-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:12px}.admin-stability-profile-item{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:start;border:1px solid rgba(199,159,145,.24);border-radius:8px;background:rgba(253,250,249,.8);padding:10px}.admin-stability-profile-images{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.admin-stability-profile-images img{width:100%;aspect-ratio:3/4;border-radius:6px;object-fit:cover;object-position:center top}.admin-stability-profile-item strong,.admin-stability-result-head strong{display:block;color:var(--ink);font-size:14px;line-height:1.25;word-break:break-word}.admin-stability-profile-item small,.admin-stability-result-head span,.admin-stability-result-image small{display:block;margin-top:3px;color:var(--muted);font-size:12px}.admin-stability-profile-modal{width:min(620px,100%)}.admin-stability-choice-block{display:grid;gap:8px}.admin-stability-choice-block>strong{color:var(--ink);font-size:13px}.admin-stability-chip-grid,.admin-stability-count-row{display:flex;flex-wrap:wrap;gap:8px}.admin-stability-chip,.admin-stability-count{border:1px solid rgba(199,159,145,.42);border-radius:999px;background:rgba(255,255,255,.68);color:var(--muted);cursor:pointer;font-size:13px;line-height:1;padding:9px 12px}.admin-stability-chip[aria-pressed=true],.admin-stability-count[aria-pressed=true]{border-color:rgba(182,79,100,.38);background:rgba(182,79,100,.12);color:var(--rose-deep);font-weight:750}.admin-stability-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-stability-result-group{display:grid;gap:10px}.admin-stability-result-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:8px}.admin-stability-result-image{position:relative;display:grid;min-height:180px;overflow:hidden;place-items:center;border:1px solid rgba(199,159,145,.22);border-radius:8px;background:rgba(253,250,249,.82);color:var(--muted);font-size:13px}.admin-stability-result-image img{object-fit:cover;object-position:center top}.admin-stability-result-image .image-preview-trigger,.admin-stability-result-image .image-preview-trigger>img,.admin-stability-result-image img{width:100%;height:100%;min-height:180px}.admin-stability-result-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px}.admin-stability-share-btn{position:absolute;right:8px;bottom:8px;border:0;border-radius:999px;background:rgba(0,0,0,.72);color:#fff;cursor:pointer;font-size:12px;font-weight:500;line-height:1;padding:8px 10px}.admin-stability-share-btn:disabled{cursor:default;opacity:.76}.admin-stability-history-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1180px,100%);max-height:min(calc(100dvh - 36px),900px);overflow:hidden}.admin-stability-history-body{grid-template-columns:minmax(210px,.34fr) minmax(0,1fr);min-height:0;overflow:hidden}.admin-stability-history-list{display:grid;align-content:start;gap:8px;min-height:0;overflow:auto;padding-right:4px}.admin-stability-history-item{display:grid;gap:5px;width:100%;border:1px solid rgba(199,159,145,.3);border-radius:8px;background:rgba(253,250,249,.72);color:var(--muted);cursor:pointer;padding:10px;text-align:left}.admin-stability-history-item[aria-pressed=true]{border-color:rgba(182,79,100,.38);background:rgba(182,79,100,.1)}.admin-stability-history-item strong{color:var(--ink);font-size:13px}.admin-stability-history-item small,.admin-stability-history-item span,.admin-stability-history-summary span{color:var(--muted);font-size:12px}.admin-stability-history-results{display:grid;align-content:start;gap:12px;min-height:0;overflow:auto}.admin-stability-history-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(199,159,145,.22);padding-bottom:10px}.admin-stability-history-summary strong{color:var(--ink)}.admin-community-filter{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.admin-community-filter-option{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:rgba(255,255,255,.66);color:var(--muted);text-align:left}.admin-community-filter-option span{min-width:0;overflow:hidden;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.admin-community-filter-option strong{flex:0 0 auto;color:var(--ink);font-size:18px}.admin-community-filter-option[aria-pressed=true]{border-color:rgba(177,139,64,.68);background:#fefaf4;color:var(--ink);box-shadow:0 8px 20px rgba(177,139,64,.12)}.admin-community-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:16px;align-items:start}.admin-community-column{display:grid;gap:12px;min-width:0}.admin-community-post-list,.admin-community-report-list{display:grid;gap:12px}.admin-community-post-card,.admin-community-report-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.78);box-shadow:var(--shadow-soft)}.admin-community-post-card{display:grid;grid-template-columns:180px minmax(0,1fr)}.admin-community-image-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;min-height:180px;background:var(--line)}.admin-community-image-pair img,.admin-community-reference-carousel{width:100%;height:100%;min-height:180px;object-fit:cover;object-position:center top;background:var(--soft)}.admin-community-reference-carousel .reference-carousel-frame{height:100%;min-height:180px}.admin-community-post-body,.admin-community-report-card{display:grid;gap:10px;padding:13px}.admin-community-card-head,.admin-community-report-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-community-card-head strong,.admin-community-report-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-community-status{flex:0 0 auto;border:1px solid rgba(199,159,145,.42);border-radius:999px;padding:5px 8px;color:var(--muted);font-size:12px;font-weight:800}.admin-community-status-hidden_by_report{border-color:rgba(164,58,67,.28);background:rgba(164,58,67,.08);color:var(--danger)}.admin-community-status-published{border-color:rgba(62,122,85,.3);background:rgba(62,122,85,.08);color:var(--success)}.admin-community-post-body p,.admin-community-report-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.admin-community-post-body small,.admin-community-report-card small{display:block;color:var(--muted);font-size:12px;line-height:1.45}.admin-community-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-community-actions .btn{min-height:34px;padding:8px 10px;font-size:12px}.admin-community-report-head{justify-content:flex-start;color:var(--danger)}.admin-community-report-head>div{display:grid;gap:3px;min-width:0}.admin-community-report-head span{color:var(--muted);font-size:12px}.admin-editor{display:grid;gap:22px}.admin-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:end}.admin-field-wide{grid-column:1/-1}.admin-effect-preview,.admin-image-preview{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.admin-image-preview{aspect-ratio:1.45;width:min(320px,100%)}.admin-effect-preview img,.admin-image-preview img{width:100%;height:100%;object-fit:cover}.admin-effect-preview .btn,.admin-image-preview .btn{position:absolute;top:8px;right:8px}.admin-image-empty{display:grid;min-height:120px;place-items:center;border:1px dashed rgba(182,79,100,.5);border-radius:8px;background:rgba(248,238,233,.64);color:var(--muted);font-size:14px}.admin-effect-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.admin-effect-preview{aspect-ratio:1}.generation-mode-editor{display:grid;gap:14px;border:1px solid var(--line);border-radius:8px;padding:16px;background:rgba(253,250,249,.72)}.admin-generation-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-generation-mode-option{display:grid;gap:6px;min-height:86px;border:1px solid var(--line);border-radius:8px;padding:14px;background:rgba(255,255,255,.66);color:var(--muted);text-align:left}.admin-generation-mode-option strong{color:var(--ink);font-size:14px}.admin-generation-mode-option span{font-size:12px;line-height:1.55}.admin-generation-mode-option[aria-pressed=true]{border-color:rgba(182,79,100,.55);background:rgba(248,238,233,.82);color:rgba(111,68,78,.86);box-shadow:inset 0 0 0 1px rgba(182,79,100,.18)}.admin-prompt-mode-tabs .admin-generation-mode-option[aria-selected=true]{border-color:rgba(43,32,36,.42);background:rgba(248,238,233,.9)}.admin-generation-mode-option:disabled{cursor:not-allowed;opacity:.48}.admin-generation-enable-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:rgba(255,255,255,.62);color:var(--muted);font-size:13px}.admin-template-image-editor{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:14px;align-items:stretch}.admin-template-image-empty,.admin-template-image-preview{width:100%;min-height:180px}.admin-template-image-copy{display:flex;min-height:180px;flex-direction:column;justify-content:center;gap:9px;border:1px solid var(--line);border-radius:8px;padding:16px;background:rgba(255,255,255,.56)}.admin-template-image-copy strong{color:var(--ink);font-size:15px}.admin-template-image-copy span{color:var(--muted);font-size:13px;line-height:1.65}.admin-template-image-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-editor-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.admin-readonly-field{min-height:44px;border:1px solid var(--line);border-radius:8px;padding:12px 13px;background:rgba(255,255,255,.64);color:var(--ink);font-size:14px;font-weight:750}.size-editor{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:8px}.admin-checkbox-field{align-self:end}.admin-checkbox-field label{display:inline-flex;min-height:44px;align-items:center;gap:9px;border:1px solid var(--line);border-radius:8px;padding:0 12px;background:rgba(255,255,255,.64);color:var(--ink);font-size:14px;font-weight:800}.admin-checkbox-field input{width:16px;height:16px;accent-color:var(--rose-deep)}.admin-switch-field{display:inline-flex;min-height:40px;align-items:center;flex:0 0 auto;gap:9px;border:1px solid var(--line);border-radius:999px;padding:0 14px;background:rgba(255,255,255,.7);color:var(--ink);font-size:14px;font-weight:800}.admin-switch-field input{width:16px;height:16px;accent-color:var(--rose-deep)}.prompt-thinking-body,.prompt-thinking-editor,.prompt-thinking-list,.prompt-thinking-test-panel,.prompt-thinking-test-result,.prompt-thinking-values{display:grid;gap:14px}.prompt-thinking-card{display:grid;gap:12px;border:1px solid var(--line);border-radius:8px;padding:14px;background:rgba(255,255,255,.62)}.prompt-thinking-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 44px;gap:10px;align-items:end}.prompt-thinking-test-panel{border:1px solid rgba(182,79,100,.24);border-radius:8px;padding:14px;background:rgba(248,238,233,.42)}.prompt-thinking-test-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:12px;align-items:end}.admin-status-segment{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.72)}.admin-status-option{min-height:44px;border:0;background:transparent;color:var(--muted);font-size:14px;font-weight:800}.admin-status-option+.admin-status-option{border-left:1px solid var(--line)}.admin-status-option[aria-pressed=true]{background:var(--ink);color:#fff}.admin-selected-tags,.admin-tag-picker{display:flex;flex-wrap:wrap;gap:8px}.admin-selected-tag,.admin-tag-chip{min-height:34px;border:1px solid rgba(177,139,64,.38);border-radius:999px;padding:0 13px;background:rgba(255,255,255,.68);color:rgba(62,45,51,.72);font-size:13px;font-weight:400}.admin-selected-tag,.admin-tag-chip[aria-pressed=true]{border-color:#b18b40;background:#fefaf4;color:var(--ink)}.admin-selected-tags{margin-top:10px}.admin-selected-tag:after{content:"×";margin-left:8px;color:rgba(62,45,51,.48)}.admin-tag-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:10px}.prompt-thinking-value{display:grid;gap:6px;border:1px solid var(--line);border-radius:8px;padding:12px;background:rgba(255,255,255,.7)}.prompt-thinking-value strong{color:var(--rose-deep);font-size:13px}.prompt-thinking-value p{margin:0;color:var(--ink);font-size:14px;line-height:1.65}.admin-analytics{display:grid;gap:16px}.analytics-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.analytics-toolbar h2{margin:0 0 6px;font-size:30px;line-height:1.12}.analytics-toolbar-actions{display:grid;justify-items:end;gap:10px}.analytics-range-tabs{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.analytics-range-tabs .btn[aria-pressed=true]{border-color:var(--ink);background:var(--ink);color:#fff}.analytics-custom-range{display:grid;gap:10px;align-items:center}.analytics-period-range{grid-template-columns:minmax(0,180px) auto}.analytics-quarter-range{grid-template-columns:minmax(0,120px) minmax(0,140px) auto}.analytics-date-range{grid-template-columns:minmax(0,180px) minmax(0,180px) auto}.analytics-command-row{display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid var(--ink);border-radius:8px;padding:24px;background:var(--ink);color:#fff;box-shadow:var(--shadow-soft)}.analytics-command-row>div:first-child{display:grid;gap:10px}.analytics-command-row .eyebrow,.analytics-command-row span{color:rgba(255,255,255,.72)}.analytics-command-row>div:first-child>strong{font-size:clamp(36px,6vw,64px);line-height:.95}.analytics-command-metrics{display:grid;min-width:min(420px,46%);grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.06)}.analytics-command-metrics div{display:grid;gap:8px;min-width:0;padding:16px}.analytics-command-metrics div+div{border-left:1px solid rgba(255,255,255,.14)}.analytics-command-metrics strong{overflow:hidden;font-size:18px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.analytics-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.analytics-kpi-card{display:grid;min-height:134px;gap:9px;border:1px solid var(--line);border-radius:8px;padding:16px;background:rgba(255,255,255,.76);box-shadow:var(--shadow-soft)}.analytics-kpi-card svg{color:var(--rose-deep)}.analytics-kpi-card strong{overflow:hidden;font-size:28px;line-height:1;text-overflow:ellipsis;white-space:nowrap}.analytics-kpi-card span,.analytics-tool-row span{color:var(--muted);font-size:13px;font-style:normal}.analytics-kpi-card small{color:var(--sage);font-size:12px;font-weight:800;line-height:1.35}.analytics-grid{display:grid;gap:16px}.analytics-grid-primary{grid-template-columns:minmax(0,1.52fr) minmax(320px,.72fr)}.analytics-grid-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-chart-panel,.analytics-health-panel,.analytics-insight-panel{display:grid;gap:14px}.analytics-insight-list{display:grid;gap:12px}.analytics-insight{display:grid;gap:7px;border-left:4px solid var(--line-strong);border-radius:8px;padding:13px 14px;background:rgba(255,255,255,.7)}.analytics-insight strong{font-size:15px}.analytics-insight p,.analytics-insight span{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.analytics-insight span{color:var(--ink);font-weight:800}.analytics-insight-success{border-left-color:var(--success)}.analytics-insight-warning{border-left-color:var(--champagne)}.analytics-insight-critical{border-left-color:var(--danger)}.analytics-insight-info{border-left-color:var(--sage)}.analytics-chart-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;padding:14px 10px 8px;background:rgba(255,255,255,.76);box-shadow:var(--shadow-soft)}.analytics-chart-tall{min-height:400px}.analytics-trend-grid{display:grid;grid-template-columns:1fr;gap:12px}.analytics-trend-card{display:grid;gap:12px;min-width:0;border:1px solid var(--line);border-radius:8px;padding:14px 10px 8px;background:rgba(255,255,255,.76);box-shadow:var(--shadow-soft)}.analytics-trend-head{display:grid;gap:7px;padding:0 4px}.analytics-trend-head span{color:var(--muted);font-size:13px;font-weight:850}.analytics-trend-head strong{overflow:hidden;color:var(--ink);font-size:24px;line-height:1;text-overflow:ellipsis;white-space:nowrap}.analytics-chart-card .recharts-default-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.analytics-chart-card .recharts-legend-item-text{color:var(--muted)!important;font-size:13px;font-weight:760}.analytics-chart-card .recharts-tooltip-label{margin-bottom:6px;color:var(--ink);font-weight:850}.analytics-route-tooltip{display:grid;min-width:178px;gap:7px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:rgba(255,255,255,.96);box-shadow:var(--shadow-soft);color:var(--ink)}.analytics-route-tooltip strong{font-size:13px;font-weight:900}.analytics-route-tooltip span{color:var(--muted);font-size:12px;font-weight:760}.analytics-route-tooltip small{color:var(--ink);font-size:12px;font-weight:820}.analytics-cost-panel{display:grid;gap:14px}.analytics-cost-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.analytics-cost-summary div{display:grid;gap:7px;border:1px solid var(--line);border-radius:8px;padding:13px;background:rgba(255,255,255,.72)}.analytics-cost-row-copy small,.analytics-cost-row-input small,.analytics-cost-summary span{color:var(--muted);font-size:12px;font-weight:800}.analytics-cost-summary strong{overflow:hidden;font-size:24px;line-height:1;text-overflow:ellipsis;white-space:nowrap}.analytics-cost-grid{display:grid;gap:10px}.analytics-cost-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(116px,144px);gap:12px;align-items:end;border:1px solid var(--line);border-radius:8px;padding:13px;background:rgba(255,255,255,.72)}.analytics-cost-row-copy{display:grid;gap:6px;min-width:0}.analytics-cost-row-copy strong{overflow:hidden;color:var(--ink);font-size:15px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.analytics-cost-row-input{display:grid;gap:6px;justify-items:end}.analytics-cost-row-input .input{width:100%;min-width:0;text-align:right}.analytics-cost-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.analytics-quality-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(180px,.7fr);gap:12px;align-items:stretch}.analytics-preview-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.analytics-preview-grid div{display:grid;min-width:0;gap:7px;border:1px solid var(--line);border-radius:8px;padding:13px;background:rgba(255,255,255,.72)}.analytics-preview-grid svg{color:var(--rose-deep)}.analytics-preview-grid span{color:var(--muted);font-size:13px;font-weight:800}.analytics-preview-grid strong{overflow:hidden;font-size:24px;line-height:1;text-overflow:ellipsis;white-space:nowrap}.analytics-preview-grid small{color:var(--sage);font-size:12px;font-weight:800;line-height:1.35}.analytics-metric-list{display:grid;gap:10px}.analytics-health-grid div,.analytics-metric-list div{display:grid;gap:7px;border:1px solid var(--line);border-radius:8px;padding:13px;background:rgba(255,255,255,.72)}.analytics-health-grid span,.analytics-metric-list span{color:var(--muted);font-size:13px;font-weight:800}.analytics-health-grid strong,.analytics-metric-list strong{overflow:hidden;font-size:24px;line-height:1;text-overflow:ellipsis;white-space:nowrap}.analytics-health-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.analytics-health-grid svg{color:var(--rose-deep)}.analytics-health-grid small{color:var(--muted);font-size:12px;line-height:1.45}.analytics-tool-table{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.66)}.analytics-tool-row,.analytics-tool-table-head{display:grid;grid-template-columns:minmax(180px,1fr) repeat(5,minmax(84px,.42fr));gap:12px;align-items:center;padding:12px 14px}.analytics-tool-table-head{background:rgba(248,238,233,.72);color:var(--muted);font-size:12px;font-weight:900}.analytics-tool-row+.analytics-tool-row{border-top:1px solid var(--line)}.analytics-tool-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scene-editor,.scene-editor-card,.scene-editor-list{display:grid;gap:12px}.scene-editor-card{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.66);padding:12px}.scene-editor-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(132px,170px) 44px;gap:10px;align-items:end}.scene-image-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.scene-cover-editor{display:grid;grid-template-columns:minmax(120px,180px) auto;gap:10px;align-items:end}.scene-cover-preview{position:relative;aspect-ratio:3/4;width:min(180px,100%)}.scene-cover-empty{min-height:136px;padding:0 12px;text-align:center}.admin-template-fallback-badge{position:absolute;left:8px;bottom:8px;border:1px solid rgba(255,255,255,.72);border-radius:999px;padding:4px 8px;background:rgba(25,20,22,.7);color:#fff;font-size:11px;font-weight:700}.admin-list-item{display:grid;grid-template-columns:86px minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:8px;padding:10px;background:rgba(255,255,255,.78)}.admin-list-item img{aspect-ratio:1.24;width:86px;object-fit:cover;border:1px solid var(--line);border-radius:6px}.muted{color:var(--muted)}.stack{display:grid;gap:14px}.row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.row>.btn,.row>.input,.row>.select,.row>.textarea{flex:1 1;min-width:0}@keyframes spin{to{transform:rotate(1turn)}}.btn svg{flex:0 0 auto}.spin-icon{animation:spin 1s linear infinite}.profile-page-block{padding-top:14px}.profile-section-head{position:relative;align-items:center;border-top:0;padding:10px 0 12px}.profile-heading-copy{display:grid;gap:5px}.profile-heading-copy .eyebrow{margin:0}.profile-heading-copy h1{margin:0;font-size:clamp(28px,4vw,44px);line-height:1.04}.profile-account-line{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;min-width:0}.profile-heading-copy p:not(.eyebrow){margin:0;color:var(--muted);font-size:15px;line-height:1.2}.profile-account-meta{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;line-height:1.2}.profile-account-meta:before{content:"";width:3px;height:3px;border-radius:999px;background:currentColor;opacity:.42}.profile-head-actions{display:flex;flex-wrap:nowrap;justify-content:flex-end;gap:10px;position:relative;z-index:2}.profile-action-menu{position:relative;flex:0 0 auto}.profile-action-menu-trigger{width:46px;height:46px}.profile-action-menu-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:12;display:grid;min-width:156px;overflow:hidden;border:1px solid rgba(234,217,213,.98);border-radius:8px;background:rgba(255,254,253,.98);box-shadow:0 18px 42px rgba(43,32,36,.16)}.profile-action-menu-popover button{display:flex;width:100%;min-height:46px;align-items:center;gap:10px;border:0;border-radius:0;padding:0 14px;background:transparent;color:var(--ink);font-size:14px;font-weight:850;text-align:left}.profile-action-menu-popover button+button{border-top:1px solid rgba(234,217,213,.78)}.profile-action-menu-popover button:hover{background:rgba(248,238,233,.68)}.gallery-card-action-menu{z-index:6}.gallery-card-action-menu .profile-action-menu-trigger{width:40px;height:40px}.gallery-card-action-popover{top:auto;right:0;bottom:calc(100% + 8px);min-width:132px}.gallery-card-action-popover button{min-height:42px;font-size:13px;font-weight:760}.profile-assist-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;margin-bottom:8px;border:1px solid rgba(234,217,213,.82);border-radius:8px;padding:8px 10px;background:rgba(255,255,255,.52);color:var(--muted);font-size:12px;line-height:1.45}.profile-assist-item{display:inline-flex;min-width:0;align-items:center;gap:7px}.profile-assist-item svg{flex:0 0 auto;color:var(--rose-deep)}.profile-assist-item span{min-width:0}.profile-assist-notification{display:flex;width:100%;justify-content:space-between;gap:12px}.profile-assist-controls,.profile-assist-copy{display:inline-flex;min-width:0;align-items:center;gap:7px}.profile-assist-copy{flex:1 1 auto}.profile-assist-controls{flex:0 0 auto;justify-content:flex-end}.profile-assist-copy svg{flex:0 0 auto;color:var(--rose-deep)}.notification-status-pill{display:inline-flex;align-items:center;min-height:22px;border:1px solid var(--line);border-radius:999px;padding:3px 8px;background:rgba(255,255,255,.68);color:var(--muted);font-size:11px;font-weight:850;white-space:nowrap}.notification-status-success{border-color:rgba(62,122,85,.28);background:rgba(62,122,85,.1);color:var(--success)}.notification-status-warning{border-color:rgba(217,185,130,.42);background:rgba(217,185,130,.14);color:#8a6730}.notification-status-danger{border-color:rgba(164,58,67,.28);background:rgba(164,58,67,.1);color:var(--danger)}.profile-assist-action{border:1px solid rgba(134,56,78,.28);border-radius:999px;padding:3px 8px;background:rgba(255,255,255,.68);color:var(--rose-deep);font-size:11px;font-weight:850}.profile-assist-action:hover{background:rgba(244,217,213,.52)}.profile-coupons-panel,.profile-gallery-panel{display:grid;gap:14px}.profile-coupons-subtitle{white-space:nowrap}.profile-tabs{display:inline-flex;gap:8px;margin:12px 0 14px;border:1px solid rgba(199,159,145,.34);border-radius:8px;padding:6px;background:rgba(255,255,255,.56)}.profile-tab{min-height:38px;min-width:92px;border:1px solid transparent;border-radius:7px;padding:0 14px;background:transparent;color:var(--muted);font-size:14px;font-weight:850}.profile-tab[aria-pressed=true]{border-color:rgba(177,139,64,.5);background:#fefaf4;color:var(--ink)}.profile-reward-banner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid rgba(177,139,64,.34);border-radius:8px;padding:12px 14px;background:rgba(254,250,244,.82)}.profile-coupon-banner{grid-template-columns:auto minmax(0,1fr)}.profile-reward-icon{width:38px;height:38px;object-fit:contain;flex:0 0 auto}.profile-coupon-icon{display:grid;place-items:center;border-radius:999px;background:#8e2541;color:#fff}.profile-reward-copy{display:grid;gap:4px;min-width:0}.profile-reward-banner strong{color:var(--ink);font-size:14px}.profile-reward-banner span{color:var(--muted);font-size:13px;line-height:1.5}.profile-coupon-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px 14px;border:1px solid rgba(177,139,64,.34);border-radius:8px;padding:14px;background:rgba(254,250,244,.82)}.profile-coupon-main{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-width:0}.profile-coupon-hero .profile-reward-copy strong{color:var(--ink);font-size:15px}.profile-coupon-hero .profile-reward-copy span{color:var(--muted);font-size:12px;line-height:1.45}.profile-invite-code-card,.profile-referral-list{border:1px solid var(--line);border-radius:8px;padding:14px;background:rgba(255,255,255,.68)}.profile-referral-list-head strong{display:block;color:var(--ink);font-size:14px}.profile-invite-code-card span,.profile-referral-list-head span{display:block;margin-top:5px;color:var(--muted);font-size:13px;line-height:1.55}.profile-coupon-ways{display:grid;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border-top:1px solid rgba(199,159,145,.22);padding-top:10px}.profile-coupon-ways span{display:block;color:var(--muted);font-size:12px;line-height:1.45}.profile-coupon-ways strong{display:inline;margin-right:6px;color:var(--ink);font-size:13px}.profile-invite-code-card{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-invite-code-card strong{display:block;margin-top:3px;color:var(--rose-deep);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:28px;letter-spacing:.08em}.profile-referral-list{display:grid;gap:10px}.profile-referral-list-head{display:flex;align-items:end;justify-content:space-between;gap:12px}.profile-referral-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;border-top:1px solid rgba(199,159,145,.22);padding-top:10px}.profile-referral-row>div{display:flex;align-items:baseline;gap:8px;min-width:0}.profile-referral-row strong{min-width:0;overflow:hidden;color:var(--ink);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.profile-referral-row span{color:var(--muted);font-size:12px;white-space:nowrap}.profile-referral-reward,.profile-referral-status{border-radius:999px;padding:5px 9px;font-weight:850;white-space:nowrap}.profile-referral-status-registered{background:rgba(199,159,145,.16);color:var(--muted)}.profile-referral-status-preview_generated{background:rgba(177,139,64,.16);color:#8a6730}.profile-referral-reward-granted,.profile-referral-status-hd_generated{background:rgba(118,142,112,.16);color:var(--sage)}.profile-referral-reward-pending{background:rgba(164,58,67,.1);color:var(--danger)}.profile-referral-empty{min-height:150px}.profile-gallery-head{margin-bottom:0}.profile-gallery-head>div{display:grid;gap:5px}.profile-gallery-head .muted{font-size:13px;line-height:1.45}.profile-gallery-note{display:inline-flex;align-items:center;gap:6px}.profile-gallery-note svg{flex:0 0 auto;color:var(--rose-deep)}.profile-empty-gallery{display:grid;min-height:220px;place-items:center;align-content:center;gap:8px;border:1px dashed rgba(199,159,145,.58);border-radius:8px;background:rgba(255,255,255,.56);color:var(--muted);text-align:center}.profile-empty-gallery img{width:min(180px,42vw);max-height:150px;object-fit:contain;opacity:.88}.profile-empty-gallery strong{color:var(--ink);font-size:18px}.confirm-delete-preview{display:grid;gap:5px;border:1px solid var(--line);border-radius:8px;padding:12px;background:rgba(255,255,255,.7)}.confirm-delete-preview strong{color:var(--ink);font-size:15px}.confirm-delete-preview span{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:13px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.profile-blocking-overlay{position:fixed;inset:0;z-index:110;display:grid;place-items:center;padding:18px;background:rgba(43,32,36,.44);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:progress}.profile-blocking-card{display:grid;width:min(320px,100%);place-items:center;gap:9px;border:1px solid rgba(199,159,145,.64);border-radius:8px;padding:22px;background:rgba(255,254,253,.96);box-shadow:0 24px 70px rgba(43,32,36,.24);color:var(--ink);text-align:center}.profile-blocking-card span{color:var(--muted);font-size:13px;line-height:1.55}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.gallery-item{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.78);box-shadow:var(--shadow-soft)}.gallery-image-frame{--output-aspect-ratio:1/1;position:relative;overflow:hidden;width:100%;aspect-ratio:var(--output-aspect-ratio);border-bottom:1px solid var(--line);background:#fff}.gallery-image-frame .image-preview-trigger{display:grid;width:100%;height:100%;place-items:center}.gallery-image-frame .image-preview-trigger>img{width:100%;height:100%;object-fit:contain}.gallery-placeholder{display:grid;width:100%;height:100%;place-items:center;align-content:center;gap:8px;padding:18px;background:linear-gradient(135deg,rgba(255,255,255,.7),rgba(244,217,213,.4)),rgba(248,238,233,.78);color:var(--rose-deep);text-align:center}.gallery-placeholder span{color:var(--muted);font-size:12px;line-height:1.45}.gallery-placeholder .failure-reasons{max-width:280px;font-size:12px}.gallery-placeholder-error{color:var(--danger)}.gallery-item-body{display:grid;gap:8px;padding:10px}.gallery-item-body p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.gallery-item-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.gallery-preview-title-lock{color:var(--rose-deep);font-weight:850}.gallery-unlock-button{width:34px;height:34px;padding:0}.gallery-unlock-button img{width:18px;height:18px;object-fit:contain}@media (max-width:920px){.hero-grid,.home-hero,.split-layout{grid-template-columns:1fr}.home-hero{min-height:auto}.beauty-showcase{min-height:520px}.admin-hero-tool-grid,.admin-tools-grid,.analytics-kpi-grid,.analytics-preview-grid,.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-command-row,.analytics-toolbar{align-items:stretch;flex-direction:column}.analytics-toolbar-actions{justify-items:start}.analytics-range-tabs{justify-content:flex-start}.admin-section-head{align-items:stretch}.admin-header-actions{justify-content:flex-start}.admin-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-command-metrics{min-width:0;width:100%}.admin-community-layout,.admin-discount-grid,.analytics-grid-primary,.analytics-grid-secondary,.promotion-activity-grid,.promotion-time-grid,.route-option-grid,.route-provider-grid{grid-template-columns:1fr}.admin-community-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-community-filter{grid-template-columns:1fr}.admin-community-upload-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-cost-row,.analytics-cost-summary,.analytics-quality-grid,.analytics-trend-grid{grid-template-columns:1fr}.analytics-cost-row-input{justify-items:start}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-modal{width:min(720px,100%)}.purchase-select-layout{grid-template-columns:1fr}.custom-credit-box{min-height:0}}@media (max-width:640px){.site-shell{width:min(100% - 36px,1180px)}.analytics-preview-grid{grid-template-columns:1fr}.site-footer{width:min(100% - 36px,1180px);padding:18px 0 24px}.home-discount-banner{grid-template-columns:1fr;align-items:start;gap:10px;padding:12px 14px}.home-discount-stack{gap:8px;margin-bottom:18px}.site-header-inner{gap:8px;padding:10px 0}.header-home-link{gap:7px;padding:9px 14px 9px 12px;font-size:14px}.site-header-main{min-height:40px}.nav-actions{gap:6px}.header-coupon-pill{padding:8px 10px}.header-coupon-label{display:none}.nav-actions .btn{min-height:36px;padding:8px 10px;font-size:13px}.site-header-home-row{top:60px;padding-top:6px}.brand-sub,.nav-actions .hide-sm{display:none}.hero{min-height:auto;padding:40px 0 24px}.hero h1{font-size:52px}.hero-copy{font-size:16px}.home-main{padding-top:8px}.home-hero{display:none}.home-section-tabs-wrap{padding:0}.home-section-tabs{width:min(300px,100%)}.home-section-tab{min-height:42px;padding:0 12px 11px;font-size:22px}.home-section-tab:after{height:2px}.home-hero-copy{display:contents}.home-hero-copy>.eyebrow,.home-lede{display:none}.home-hero h1{order:0;display:grid;gap:4px;width:100%;max-width:330px;margin:0 auto 4px;color:var(--ink);font-size:28px;line-height:1.18;text-align:center}.home-title-light,.home-title-strong{display:block}.home-title-light{color:#65575b;font-weight:300}.home-title-strong{color:var(--rose-deep);font-weight:300}.beauty-showcase{order:1;width:100%;min-height:0}.showcase-card-main{inset:0 42px 0 0}.showcase-badge{display:none}.hero-save-note{order:2;width:100%;margin:6px 0 0;color:var(--rose-deep);font-size:16px;font-weight:500;line-height:1.7;text-align:center;transform:none}.hero-save-note:after{display:none}.scene-option-grid{grid-template-columns:1fr}.hero-promises{display:none}.hero-promises>div{min-width:0;transform:none}.hero-promises>div:nth-child(2),.hero-promises>div:nth-child(3){transform:none}.hero-promises>div:before,.tool-cover-panel{display:none}.tool-community-section-mobile-fallback-only{display:grid}.tool-community-card-mobile-fallback{display:block}.tool-community-section{gap:11px;padding:13px}.tool-community-scroll{gap:12px;margin-inline:-1px;padding-bottom:5px}.tool-community-card{flex-basis:min(46vw,198px)}.tool-community-reference{right:7px;bottom:7px;width:40%}.home-tool-filter{flex-wrap:nowrap;justify-content:flex-start;gap:8px;overflow-x:auto;overflow-y:hidden;margin:-6px calc((100vw - 100%) / -2) 18px;padding:0 calc((100vw - 100%) / 2) 4px;scroll-padding-inline:calc((100vw - 100%) / 2);scrollbar-width:none;-webkit-overflow-scrolling:touch}.home-tool-filter::-webkit-scrollbar{display:none}.home-tool-filter button{flex:0 0 auto}.home-tools-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px}.square-tools-head{grid-template-columns:minmax(0,1fr);align-items:start}.square-reward-marquee{align-items:flex-start;flex-direction:column;gap:7px;padding:8px 10px}.square-reward-item,.square-reward-label{font-size:12px}.square-reward-window{width:100%}.square-reward-track{gap:24px;animation-duration:24s}.tool-grid-view-toggle{display:inline-flex;align-items:center;gap:14px}.tool-grid-view-toggle button{display:grid;width:30px;aspect-ratio:1;place-items:center;border:0;border-radius:0;padding:0;background:transparent;color:rgba(177,139,64,.42);transition:color .14s ease,transform .14s ease}.tool-grid-view-toggle button[aria-pressed=true]{color:#b18b40}.tool-grid-view-toggle button:hover{color:rgba(177,139,64,.74);transform:translateY(-1px)}.upload-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:10px}.file-drop{padding:14px}.reference-upload-board{width:100%;gap:12px}.reference-upload-board-dual{gap:10px}.reference-upload-dual-head{padding:4px 0 2px;gap:7px}.reference-upload-dual-head p{font-size:12px;line-height:1.4}.reference-slot-grid{gap:9px}.reference-slot-card{gap:8px;padding:9px}.reference-slot-copy{min-height:0}.reference-slot-copy strong{font-size:12px}.reference-slot-copy span{font-size:10.5px;line-height:1.4}.reference-slot-tag{top:6px;right:6px;min-height:21px;padding:4px 7px;font-size:9.5px}.reference-slot-hint{right:6px;bottom:6px;left:6px;min-height:23px;padding:5px 8px;font-size:10px}.reference-slot-status{gap:6px}.reference-slot-status-overlay{right:6px;bottom:6px;left:6px}.reference-slot-status .btn{width:28px;height:28px;min-height:28px}.reference-slot-upload-button{min-height:38px;padding-right:8px;padding-left:8px;font-size:12px}.reference-slot-tip{padding:10px 12px}.reference-slot-tip strong{font-size:12px}.reference-slot-tip p{font-size:11px}.reference-image-row{gap:9px}.upload-preview-main{width:min(176px,50vw)}.reference-image-row-multiple .upload-preview-main{width:min(168px,calc((100% - 9px) / 2))}.reference-upload-intro{width:100%;gap:10px;padding:16px 14px}.reference-upload-intro p{max-width:100%;font-size:12px;line-height:1.5}.reference-select-button{width:min(100%,240px);min-height:44px}.upload-preview-footer-overlay{right:6px;bottom:6px;left:6px}.reference-analysis-badge{max-width:calc(100% - 36px);padding:4px 7px;font-size:10px}.reference-upload-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:min(100%,320px)}.reference-profile-entry{grid-template-columns:minmax(0,1fr);justify-items:stretch;text-align:center}.reference-profile-entry-icon{justify-self:center}.reference-profile-actions,.reference-profile-entry-actions{justify-content:center}.reference-profile-modal{width:min(100%,390px);max-height:min(86dvh,760px)}.reference-profile-modal-body{padding:12px 14px 14px}.recent-reference-profile-grid{grid-template-columns:minmax(0,1fr)}.recent-reference-footer-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.recent-reference-create-profile-icon{display:none}.reference-crop-modal{max-height:min(88dvh,760px)}.reference-crop-modal .modal-head{padding:12px 14px 10px}.reference-crop-modal .modal-head h3{font-size:clamp(22px,6.2vw,28px)}.reference-crop-body{padding:12px 14px 14px}.reference-crop-actions,.reference-crop-stage,.reference-crop-zoom{width:min(100%,330px)}.recent-reference-modal{height:min(78dvh,680px)}.recent-reference-modal .modal-head{padding:12px 14px 10px}.recent-reference-modal .modal-head h3{font-size:clamp(22px,6.6vw,28px);line-height:1.08}.recent-reference-body{padding:12px 14px 14px}.recent-reference-default-panel{grid-template-columns:minmax(0,1fr);gap:9px;padding:9px}.recent-reference-default-slots{gap:7px}.recent-reference-default-use{width:100%;justify-content:center}.recent-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:clamp(160px,24dvh,220px);gap:12px}.scene-editor-head{grid-template-columns:1fr 44px}.scene-editor-head .field:nth-child(2){grid-column:1/-1;grid-row:2}.scene-editor-head>.btn{grid-column:2;grid-row:1}.scene-cover-editor,.scene-image-grid{grid-template-columns:1fr}.admin-generation-enable-row{align-items:stretch;flex-direction:column}.generation-progress-ring{width:104px;font-size:22px}.admin-editor-grid,.admin-effect-preview-grid,.admin-generation-mode-grid,.admin-hero-tool-grid,.admin-template-image-editor,.admin-tools-grid,.analytics-kpi-grid,.gallery-grid,.plan-grid,.prompt-thinking-grid,.prompt-thinking-test-grid,.size-editor,.tool-grid{grid-template-columns:1fr}.tool-grid.tool-grid-mobile-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tool-grid-mobile-2 .tool-card-body{inset:auto 10px 10px}.tool-grid-mobile-2 .tool-card-copy{gap:6px}.tool-grid-mobile-2 .tool-card-copy h3{max-width:calc(100% - 62px);font-size:15px}.tool-grid-mobile-2 .tool-card-new-badge{top:8px;left:8px;padding:5px 8px;font-size:11px}.tool-grid-mobile-2 .tool-usage{max-width:calc(100% - 62px);overflow:hidden;padding:4px 7px;font-size:11px;white-space:nowrap}.tool-grid-mobile-2 .tool-usage svg{flex:0 0 auto;width:12px;height:12px}.tool-grid-mobile-2 .tool-card-reference{right:8px;bottom:8px;width:52px}.tool-grid-mobile-2 .tool-card-reference .reference-carousel-frame{border-width:1px;border-radius:6px;box-shadow:0 7px 16px rgba(0,0,0,.34)}.tool-grid-mobile-2 .tool-card-reference .reference-carousel-dots{gap:4px}.tool-grid-mobile-2 .tool-card-reference .reference-carousel-dot{width:5px;height:5px}.admin-community-filter,.admin-community-post-card,.admin-community-summary,.admin-community-upload-grid,.admin-community-upload-media,.admin-stability-grid,.admin-stability-result-grid,.analytics-command-metrics,.analytics-cost-row,.analytics-cost-summary,.analytics-custom-range,.analytics-tool-row,.analytics-tool-table-head{grid-template-columns:1fr}.admin-community-title-actions{justify-content:stretch}.admin-community-title-actions .btn{flex:1 1}.admin-community-upload-panel{padding:13px}.admin-community-upload-drop{min-height:210px}.admin-community-upload-reference-slots{grid-template-columns:1fr}.admin-community-upload-drop img,.admin-community-upload-reference-preview img,.admin-community-upload-reference-slot{min-height:210px}.admin-stability-reference-upload{grid-template-columns:1fr 1fr}.admin-stability-profile-list{grid-template-columns:repeat(auto-fill,minmax(142px,1fr))}.admin-stability-result-images{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-stability-result-actions{display:grid;justify-items:end}.admin-stability-history-body{grid-template-columns:1fr;overflow:auto}.admin-stability-history-list,.admin-stability-history-results{overflow:visible}.admin-stability-history-summary{display:grid}.admin-community-image-pair,.admin-community-image-pair img,.admin-community-reference-carousel,.admin-community-reference-carousel .reference-carousel-frame{min-height:150px}.admin-community-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-community-actions .btn{width:100%}.admin-tabs{display:flex;overflow-x:auto;gap:6px;padding:5px;scrollbar-width:none}.admin-tabs::-webkit-scrollbar{display:none}.admin-tab{min-width:132px;padding:10px 12px}.admin-tab small{display:none}.admin-header-actions .btn{flex:1 1 auto}.admin-tab-actions{justify-content:stretch}.admin-tab-actions .btn{width:100%}.analytics-tool-table-head{display:none}.analytics-command-row{padding:22px}.analytics-command-metrics div+div{border-top:1px solid rgba(255,255,255,.14);border-left:0}.analytics-chart-card{overflow-x:auto}.analytics-cost-footer{align-items:stretch}.analytics-cost-footer .btn{width:100%}.analytics-tool-row{gap:7px}.purchase-modal{width:100%;max-height:calc(100dvh - 16px)}.purchase-modal-head{padding:12px 14px 10px}.modal-head h3{font-size:24px}.purchase-modal-head span{font-size:12px;line-height:1.35}.purchase-body{padding:10px 14px 0}.purchase-selected-strip{padding:8px 10px}.purchase-selected-strip strong{font-size:13px}.purchase-select-layout{gap:10px}.profile-page-block{padding-top:6px;padding-bottom:42px}.profile-section-head{grid-template-columns:1fr;align-items:start;padding:4px 0 8px}.profile-heading-copy{gap:3px}.profile-heading-copy .eyebrow{display:none}.profile-heading-copy h1{font-size:26px}.profile-heading-copy p:not(.eyebrow){font-size:12px}.profile-account-meta{font-size:11px}.profile-head-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.profile-head-actions .btn{min-height:42px;padding:9px 7px;font-size:14px}.profile-assist-bar{align-items:center;gap:6px;margin-bottom:8px;padding:7px 8px;font-size:11px;line-height:1.35}.profile-assist-notification{width:100%;margin-left:0}.profile-tabs{width:100%;margin:8px 0 10px}.profile-tab{flex:1 1;min-width:0;min-height:34px;font-size:13px}.profile-reward-banner{grid-template-columns:auto minmax(0,1fr);align-items:center}.profile-reward-banner .btn{grid-column:1/-1;justify-self:stretch}.profile-coupon-hero,.profile-coupon-rules,.profile-coupon-ways{grid-template-columns:1fr}.profile-coupon-hero .btn{width:100%}.profile-coupons-panel{gap:10px}.profile-coupons-head{display:block;margin-bottom:10px}.profile-coupons-head .credit-pill{display:none}.profile-coupons-subtitle{display:block;margin-top:6px;font-size:12px;line-height:1.35}.profile-coupon-hero{gap:10px;padding:12px}.profile-coupon-main{gap:10px}.profile-coupon-hero .profile-reward-copy span,.profile-invite-code-card span,.profile-referral-list-head span{font-size:12px;line-height:1.4}.profile-coupon-ways{gap:6px;padding-top:8px}.profile-coupon-ways span{font-size:12px;line-height:1.4}.profile-coupon-ways strong{font-size:12px}.profile-invite-code-card,.profile-referral-list{padding:12px}.profile-invite-code-card{align-items:center;flex-direction:row}.profile-invite-code-card strong{font-size:24px}.profile-referral-list-head{align-items:center;flex-direction:row}.profile-referral-row{grid-template-columns:minmax(0,1fr) auto auto;gap:6px;padding-top:9px}.profile-referral-row>div{gap:5px}.profile-referral-row strong{font-size:13px}.profile-referral-row span{font-size:11px}.profile-referral-reward,.profile-referral-status{justify-self:end;padding:4px 7px;font-size:11px}.invite-image-picker{grid-template-columns:repeat(3,minmax(0,1fr))}.invite-poster-footer{padding:12px 14px calc(14px + env(safe-area-inset-bottom))}.invite-poster-actions{gap:10px}.invite-poster-result-modal{padding:22px 18px calc(18px + env(safe-area-inset-bottom))}.invite-poster-generating{min-height:330px}.invite-poster-result-preview img{width:min(260px,72vw);max-height:50dvh}.generation-complete-toast,.generation-notification-prompt{right:12px;bottom:84px;width:calc(100vw - 24px)}.generation-inline-toast,.profile-toast{width:fit-content;max-width:min(320px,calc(100vw - 72px))}.purchase-section-head{align-items:flex-start;flex-direction:row;gap:8px}.custom-credit-box{min-height:0;gap:10px;padding:12px}.purchase-card-head{gap:5px}.purchase-card-head p{font-size:12px;line-height:1.35}.custom-credit-box .purchase-total-line strong{font-size:18px}.credit-stepper{grid-template-columns:minmax(0,1fr) 38px;gap:8px}.credit-stepper input{height:58px;font-size:40px}.stepper-button{width:38px;height:28px}.purchase-total-line{align-items:center;padding-top:9px}.purchase-total-line strong{font-size:22px}.purchase-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.purchase-plan-button{min-height:86px;gap:3px;padding:8px 5px}.purchase-plan-button strong{font-size:24px}.purchase-plan-button small{display:block;margin:2px 0 0;font-size:12px;font-weight:350}.purchase-plan-button span{font-size:14px}.purchase-plan-check{top:5px;right:5px;width:13px;height:13px}.purchase-checkout{bottom:0;grid-template-columns:minmax(0,.82fr) minmax(150px,1fr);margin:0 -14px;padding:10px 14px max(12px,env(safe-area-inset-bottom))}.purchase-checkout-total{gap:3px}.purchase-checkout-total strong{font-size:21px}.purchase-checkout-total del{display:none}.purchase-submit{min-height:48px;font-size:16px}.payment-ticket{gap:16px;padding:18px 16px}.payment-summary strong{font-size:32px}.qrcode-box-large{width:min(260px,100%);min-height:260px}.section-head:not(.home-tools-head){align-items:start;flex-direction:column}.profile-section-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:10px;justify-content:stretch}.profile-head-actions{display:flex;flex:0 0 auto;width:auto;gap:8px;justify-self:end}.profile-head-actions .btn{min-height:38px;padding:8px 11px;font-size:13px;white-space:nowrap}.profile-action-menu-trigger{width:38px;padding:0}.profile-action-menu-popover{min-width:142px}.admin-list-item{grid-template-columns:72px minmax(0,1fr)}.admin-list-item .row{grid-column:1/-1}}@media (hover:none),(max-width:920px),(pointer:coarse){.btn:hover,.credit-pill-button:hover,.gallery-card-action-popover button:hover,.generation-mode-option:hover,.header-coupon-pill:hover,.header-home-link:hover,.home-section-tab:hover,.home-tool-filter button:hover,.image-preview-trigger:hover,.preview-count-option:hover,.profile-action-menu-trigger:hover,.purchase-plan-button:hover,.quality-option:hover,.reference-slot-sample:hover,.reference-slot-upload-button:hover,.scene-option:hover,.stepper-button:hover,.tool-card:hover,.tool-community-card:hover,.tool-grid-view-toggle button:hover,.upload-control:hover,[role=button]:hover,a:hover,button:hover{transform:none!important}.tool-card:hover{border-color:rgba(199,159,145,.38)!important;box-shadow:0 12px 28px rgba(53,35,41,.08)!important}.generation-mode-option:hover,.quality-option:hover,.route-option-card:hover,.tool-card:hover .tool-card-cover{transform:none!important}}