@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500&family=Noto+Sans+SC:wght@100;300;500&display=swap";.accessory-card{position:relative;width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.accessory-card img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.pet-accessory-preview{width:100%}.pet-accessory-preview__controls{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;gap:8px;align-items:center;margin-top:8px}.pet-accessory-preview__arrow{box-sizing:border-box;width:100%;min-height:32px;padding:0;border-radius:8px;appearance:none;-webkit-appearance:none;display:inline-grid;place-items:center;overflow:visible;font-size:24px;line-height:1}.pet-accessory-preview__artwork--forward{animation:pet-accessory-preview-slide-in-from-right .22s ease-out both}.pet-accessory-preview__artwork--backward{animation:pet-accessory-preview-slide-in-from-left .22s ease-out both}@keyframes pet-accessory-preview-slide-in-from-right{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@keyframes pet-accessory-preview-slide-in-from-left{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.pet-accessory-preview__artwork--forward,.pet-accessory-preview__artwork--backward{animation:none}}.pet-accessory-preview__status{min-width:0;display:flex;flex-direction:column;align-items:center;gap:2px;color:#5f2a3a;font-size:12px;text-align:center}:root{--topbar-height: 84px;--bottom-bar-height: 52px;--viewport-tools-clearance: 56px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;font-family:Montserrat,Arial,sans-serif;font-weight:100}.bilingual-text{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;line-height:1.35}.bilingual-text--inline{flex-direction:row;align-items:baseline;gap:6px}.bilingual-text--center{align-items:center;text-align:center}.bilingual-text--right{align-items:flex-end;text-align:right}.bilingual-text__zh{display:block;font-family:Noto Sans SC,Noto Sans Simplified Chinese,sans-serif;font-weight:400}.bilingual-text__en{display:block;font-family:Montserrat,Arial,sans-serif;font-weight:inherit}.bilingual-text--inline .bilingual-text__zh,.bilingual-text--inline .bilingual-text__en{display:inline-flex;align-items:baseline}:root[data-language=zh] .bilingual-text__en{display:none}:root[data-language=en] .bilingual-text__zh{display:none}:root[data-language=zh] .brand .brand-en{display:none}:root[data-language=en] .brand .brand-cn{display:none}.app{display:grid;grid-template-rows:auto 1fr;min-height:100%;position:relative}.app--home{display:block;min-height:0;width:100%;min-width:0;overflow-x:clip}.topbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:16px;min-height:var(--topbar-height);padding:0 20px;border-bottom:1px solid #d9b9c6;background:#ead1dc}.topbar--with-measurement{flex-direction:column;align-items:stretch;gap:6px}.topbar-measurement{width:100%;display:none;justify-content:center;align-items:center}.topbar-measurement .measurement-embedded{width:100%}.brand{display:flex;align-items:baseline;gap:10px}.brand .brand-cn{font-size:22px;font-weight:400;color:#5f2a3a;font-family:Noto Sans SC,Noto Sans Simplified Chinese,sans-serif}.brand .brand-en{font-size:18px;font-weight:500;color:#5f2a3a;font-family:Montserrat,Arial,sans-serif}.brand-link{border:none;background:transparent;padding:0;margin:0;display:inline-flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:10px;white-space:nowrap;cursor:pointer;color:inherit;font:inherit;text-decoration:none}.brand-logo{display:block;width:42px;height:42px;flex:0 0 auto;object-fit:contain}.brand-link .brand-cn,.brand-link .brand-en{display:inline-flex;align-items:baseline}.brand-link:focus-visible{outline:2px solid rgba(95,42,58,.6);outline-offset:4px;border-radius:6px}.topbar-spacer{flex:1}.topbar-actions{display:flex;align-items:center;gap:20px;justify-content:flex-end;position:relative}.topbar-mobile-menu,.topbar-mobile-language{display:none}.controls{display:flex;align-items:center;gap:10px}.controls label{color:#333;font-size:15px}.input{height:40px;padding:0 10px;border:1px solid #caa6b6;border-radius:8px;background:#fff;width:120px;font-size:15px}.topbar-nav{display:flex;align-items:center;gap:10px}.language-toggle{min-height:36px;min-width:44px;padding:6px 12px;border-radius:18px;border:1px solid #caa6b6;background:#fff;color:#5f2a3a;font-family:Montserrat,Arial,sans-serif;font-size:14px;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.nav-link{min-height:36px;padding:6px 14px;border-radius:18px;border:1px solid #caa6b6;background:#fff;color:#5f2a3a;font-weight:500;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;text-align:center;white-space:normal;text-decoration:none}.nav-link.active{background:#5f2a3a;color:#fff}.nav-link--dropdown{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:6px}.nav-caret{font-size:12px;opacity:.7}.nav-dropdown{position:relative}.nav-dropdown.active>.nav-link{background:#5f2a3a;color:#fff}.nav-mobile{position:relative;display:flex;align-items:center;gap:8px}.language-toggle--mobile{width:42px;height:42px;min-height:42px;border-radius:12px;padding:0}.nav-mobile-toggle{display:flex;align-items:center;gap:6px;flex-direction:row;justify-content:center;text-align:center}.nav-mobile-toggle--icon{border:none;background:transparent;padding:6px;width:42px;height:42px;border-radius:12px;color:#5f2a3a}.nav-mobile-toggle--icon.active{background:#ffffffb3;border:1px solid #d9b9c6}.nav-mobile-icon{display:flex;flex-direction:column;gap:5px}.nav-mobile-icon-line{width:20px;height:2px;background:currentColor;border-radius:999px}.nav-mobile-menu{position:absolute;top:42px;right:0;width:min(280px,90vw);padding:12px;border-radius:16px;background:#fff;border:1px solid #d9b9c6;box-shadow:0 18px 30px #3b1a262e;display:none;flex-direction:column;gap:16px;z-index:20;max-height:70vh;overflow-y:auto}.nav-mobile-menu--open{display:flex}.nav-sheet{position:fixed;inset:0;background:#11070b99;display:flex;align-items:center;justify-content:center;padding:clamp(16px,5vw,32px);z-index:140}.nav-sheet__panel{width:min(520px,100%);max-height:100vh;background:#fff;border-radius:24px;padding:clamp(16px,4vw,28px);box-shadow:0 30px 60px #11070b66;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.nav-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.nav-sheet__close{width:36px;height:36px;min-height:36px;border-radius:50%;border:1px solid #caa6b6;background:#fff;font-size:20px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.nav-sheet__sections{display:flex;flex-direction:column;gap:16px}.nav-mobile-section{display:flex;flex-direction:column;gap:8px}.nav-mobile-section--dividers .nav-mobile-item{position:relative}.nav-mobile-section--dividers .nav-mobile-item+.nav-mobile-item{margin-top:8px;padding-top:14px}.nav-mobile-section--dividers .nav-mobile-item+.nav-mobile-item:before{content:"";position:absolute;top:0;left:12px;right:12px;height:1px;background:#3b1a262e}.nav-mobile-section--dividers .nav-mobile-item--no-divider{margin-top:0;padding-top:0}.nav-mobile-section--dividers .nav-mobile-item--no-divider:before{content:none}.nav-mobile-section+.nav-mobile-section{margin-top:12px;padding-top:12px;border-top:1px solid #f2dbe5}.nav-mobile-title{font-size:12px;font-weight:600;letter-spacing:.08em;color:#3b1a2699;text-transform:uppercase}.nav-mobile-item{min-height:36px;padding:6px 12px;border-radius:12px;border:none;background:transparent;color:#3b1a26;text-align:left;font-size:14px;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px}.nav-mobile-item,.landing-hero__button,.home-feedback-card__link,.home-studio__button,.category-card,.blog-card__link,.blog-article__back,.bottom-link{text-decoration:none}.nav-mobile-item:hover{background:#f3f3f3}.nav-mobile-item--disabled,.nav-mobile-item--disabled:hover{background:transparent;color:#3b1a2673;cursor:default;pointer-events:none}.nav-dropdown__menu{position:absolute;top:42px;left:0;min-width:180px;padding:8px;border-radius:16px;background:#fff;border:1px solid #d9b9c6;box-shadow:0 12px 28px #3b1a262e;display:none;flex-direction:column;gap:6px;z-index:20}.nav-dropdown__menu--open{display:flex}.nav-dropdown__item{min-height:32px;padding:6px 12px;border-radius:12px;border:none;background:transparent;color:#3b1a26;text-align:left;font-size:14px;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px}.nav-dropdown__item:hover{background:#f3f3f3}.nav-dropdown__item--disabled,.nav-dropdown__item--disabled:hover{background:transparent;color:#3b1a2673;cursor:default}.topbar,.controls label,.input,.nav-link,.actions,.payment-gate p,.about-page,button{font-family:Montserrat,Arial,sans-serif}button{color:#5f2a3a;font-weight:400}.main{min-height:100%;position:relative;padding-bottom:calc(var(--bottom-bar-height) + 24px);padding-bottom:calc(var(--bottom-bar-height) + 24px + env(safe-area-inset-bottom))}.seo-prerender{min-height:100vh;padding:24px clamp(20px,6vw,84px) 72px;background:linear-gradient(150deg,#fff,#fff8fb 58%,#ead1dc);color:#3b1a26}.seo-prerender__header{padding-bottom:clamp(44px,8vw,96px)}.seo-prerender__brand{color:#5f2a3a;font-size:20px;font-weight:600;text-decoration:none}.seo-prerender__main{width:min(820px,100%)}.seo-prerender__eyebrow{margin:0 0 14px;color:#8a5b6c;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.seo-prerender h1{margin:0 0 22px;color:#5f2a3a;font-size:clamp(38px,7vw,76px);font-weight:500;line-height:1.05}.seo-prerender__main>p:not(.seo-prerender__eyebrow){max-width:720px;font-size:clamp(17px,2vw,22px);line-height:1.65}.seo-prerender__links{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.seo-prerender__links a{padding:9px 14px;border:1px solid rgba(95,42,58,.26);border-radius:999px;color:#5f2a3a;text-decoration:none}.seo-prerender__rich{margin-top:42px}.seo-prerender__rich-sections{display:grid;gap:16px}.seo-prerender__rich-section,.seo-prerender__rich-related{padding:24px;border:1px solid #ead1dc;border-radius:22px;background:#fff;box-shadow:0 12px 30px #3b1a2612}.seo-prerender__rich-section h2,.seo-prerender__rich-related h2{margin:0 0 12px;color:#5f2a3a;font-size:20px;font-weight:500}.seo-prerender__rich-section p,.seo-prerender__rich-section li{color:#5f4a53;font-size:15px;line-height:1.75}.seo-prerender__rich-section p{margin:0}.seo-prerender__rich-section ul{margin:14px 0 0;padding-left:20px}.seo-prerender__rich-related{margin-top:16px;background:#fff7fb}.seo-prerender__rich-related>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.seo-prerender__rich-related a{display:flex;flex-direction:column;gap:5px;padding:14px;border:1px solid rgba(95,42,58,.14);border-radius:14px;background:#fff;color:#5f2a3a;text-decoration:none}.seo-prerender__rich-related span{color:#6f5962;font-size:13px;line-height:1.5}@media(max-width:640px){.seo-prerender__rich-related>div{grid-template-columns:1fr}}.workspace{position:relative;height:100%}.coming-soon{min-height:100%;padding:80px 24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fbeff4,#f2e6ee 60%,#fff);color:#3b1a26}.coming-soon__panel{width:100%;max-width:640px;padding:48px 36px;border-radius:32px;background:#ffffffeb;box-shadow:0 24px 60px #3b1a2629;text-align:center}.coming-soon__eyebrow{margin:0 0 16px;font-size:16px;letter-spacing:.08em;text-transform:uppercase;color:#3b1a26b3}.coming-soon__title{margin:0 0 20px;font-size:36px;font-weight:300;color:#5f2a3a}.coming-soon__description{margin:0 auto 20px;font-size:18px;line-height:1.6;color:#3b1a26d9;max-width:520px}.coming-soon__note{margin:0 auto;font-size:15px;color:#3b1a26a6;max-width:480px}.measurement-sidebar{position:absolute;top:calc(var(--topbar-height, 84px) + 16px);bottom:32px;left:32px;z-index:80;width:280px;padding:24px 24px 28px;border-radius:24px;background:#f3f3f3;color:#3b1a26;display:flex;flex-direction:column;gap:24px;box-shadow:0 18px 36px #3b1a2624;overflow:hidden;min-height:0}.measurement-sidebar__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.measurement-sidebar__titles{flex:1;min-width:0}.measurement-sidebar__header h1{margin:0 0 8px;font-size:22px;font-weight:300}.measurement-sidebar__header p{margin:0;font-size:14px;color:#3b1a26b3}.measurement-sidebar__fields{display:flex;flex-direction:column;gap:16px;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:8px;padding-bottom:4px}.measurement-sidebar--compact .measurement-sidebar__fields{display:none}.measurement-sidebar__toggle{min-height:32px;padding:6px 10px;font-size:13px;align-self:flex-start}.measurement-sidebar--compact{gap:16px;border:1px solid #e3c7d2;background:#fff;border-radius:18px;padding:16px;box-shadow:0 8px 18px #3b1a261f}.measurement-field{display:flex;flex-direction:column;gap:8px}.measurement-field__label{font-size:14px;font-weight:500;color:#5f2a3a;display:inline-flex;flex-direction:column;gap:2px}.measurement-field__label-row{display:inline-flex;align-items:flex-start;gap:6px;position:relative}.measurement-field__label-text{min-width:0}.measurement-field__help{position:relative;display:inline-flex;flex:0 0 auto}.measurement-field__help-trigger{width:17px;height:17px;min-width:17px;min-height:17px;padding:0;border:1px solid rgba(95,42,58,.42);border-radius:999px;background:transparent;color:#8d4b63;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;line-height:1;cursor:pointer;box-shadow:none;text-align:center}.measurement-field__help-trigger:hover{background:transparent}.measurement-field__help-popover{position:absolute;top:calc(100% + 8px);left:0;z-index:120;width:min(260px,70vw);padding:10px 12px;border:1px solid #e8cad6;border-radius:12px;background:#fffdfd;box-shadow:0 12px 24px #3b1a2629;color:#5f2a3a}.measurement-field__help-popover--portal{position:fixed;z-index:1200}.measurement-field__help-popover .bilingual-text{gap:4px}.measurement-field__help-popover .bilingual-text__zh,.measurement-field__help-popover .bilingual-text__en{font-size:12px;line-height:1.45;font-weight:400}.measurement-field__help-popover .bilingual-text__en{font-weight:500}.measurement-field__input{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.measurement-field__control{width:100%}.measurement-field__unit{font-size:13px;color:#3b1a26b3;min-width:32px;text-align:right;display:flex;justify-content:flex-end;white-space:nowrap}.measurement-unit-inline{white-space:nowrap}.measurement-embedded{width:100%;padding:0;border:none;background:transparent;box-shadow:none;display:flex;flex-direction:column;gap:clamp(2px,1vw,6px);align-items:center}.measurement-embedded .measurement-sidebar__header{width:100%;flex-direction:column;align-items:center;gap:clamp(0px,.5vw,4px)}.measurement-embedded .measurement-sidebar__titles{width:100%;text-align:center}.measurement-embedded .measurement-sidebar__titles h1{margin-bottom:0;font-size:clamp(12px,4vw,16px)}.measurement-embedded .measurement-sidebar__titles p{margin:0;font-size:clamp(9px,3vw,12px)}.measurement-embedded .measurement-sidebar__toggle{width:100%;max-width:180px;text-align:center;border-radius:14px;min-height:clamp(28px,7vw,34px);padding:clamp(4px,1.4vw,8px) clamp(10px,3vw,14px);font-size:clamp(10px,3vw,13px);margin:clamp(2px,.8vw,6px) auto 0}.measurement-guide-stack{--guide-top-offset: calc(var(--topbar-height, 84px) + 16px);--guide-bottom-clearance: calc(var(--bottom-bar-height) + 16px + env(safe-area-inset-bottom) + var(--viewport-tools-clearance, 56px));--guide-available: calc(100vh - var(--guide-top-offset) - var(--guide-bottom-clearance));--guide-size: max(0px, min(280px, calc((var(--guide-available) - 18px) / 2)));position:absolute;top:var(--guide-top-offset);right:32px;width:var(--guide-size);display:flex;flex-direction:column;gap:18px}.measurement-guide{min-height:var(--guide-size);height:var(--guide-size);padding:18px;border-radius:24px;background:#fff;color:#3b1a26;display:flex;flex-direction:column;gap:12px;box-shadow:0 18px 36px #3b1a2624;border:1px solid #ead1dc}.measurement-guide__header h2{margin:0;font-size:20px;font-weight:400;color:#5f2a3a}.measurement-guide__image{flex:1;width:100%;border-radius:18px;overflow:hidden;background:transparent;display:flex;align-items:center;justify-content:center;padding:8px}.measurement-guide__image-button{border:none;background:transparent;width:100%;height:100%;padding:0;display:flex;align-items:center;justify-content:center;cursor:zoom-in}.measurement-guide__image-component{position:relative;width:100%;min-height:0}.measurement-guide__component-expand{position:absolute;z-index:1;inset:0;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.measurement-guide__component-expand:focus-visible{outline:2px solid rgba(95,42,58,.6);outline-offset:3px}.measurement-guide__image-button:focus-visible{outline:2px solid rgba(95,42,58,.6);outline-offset:4px;border-radius:12px}.measurement-guide__image img,.measurement-guide__image-button img{width:100%;height:100%;object-fit:contain;display:block}.measurement-guide__caption{font-size:13px;color:#3b1a26b3;text-align:center;line-height:1.4}.measurement-guide__content-trigger{width:100%;min-height:48px;padding:10px 14px;border:1px solid #e4c6d4;border-radius:16px;background:#fff7fb;color:#5f2a3a;box-shadow:0 12px 24px #3b1a261a;line-height:1.25}.measurement-guide__content-trigger:hover{border-color:#caa6b6;background:#fbeaf2}.measurement-guide__content-trigger:focus-visible{outline:2px solid rgba(95,42,58,.6);outline-offset:3px}.measurement-guide--with-component{gap:8px}.measurement-guide--with-component .measurement-guide__header h2{font-size:clamp(16px,1.5vw,20px);line-height:1.2}.measurement-guide--with-component .measurement-guide__image{min-height:0;padding:0}.measurement-guide--with-component .measurement-guide__image-component,.measurement-guide--with-component .pet-accessory-preview{display:flex;flex-direction:column;width:100%;height:100%;min-height:0}.measurement-guide--with-component .pet-accessory-preview{position:relative;z-index:2;pointer-events:none}.measurement-guide--with-component .pet-accessory-preview__controls{pointer-events:auto}.measurement-guide--with-component .accessory-card{flex:1 1 0;width:100%;min-height:0;aspect-ratio:auto}.measurement-guide--with-component .pet-accessory-preview__controls{flex:0 0 auto}.measurement-guide--with-component .pet-accessory-preview__controls{grid-template-columns:28px minmax(0,1fr) 28px;gap:4px;margin-top:2px}.measurement-guide--with-component .pet-accessory-preview__arrow{min-height:24px;font-size:20px}.measurement-guide--with-component .pet-accessory-preview__status{font-size:11px}.measurement-guide--with-component .pet-accessory-preview__status .bilingual-text{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.measurement-guide--with-component .pet-accessory-preview__status .bilingual-text__zh,.measurement-guide--with-component .pet-accessory-preview__status .bilingual-text__en{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.measurement-guide--with-component .measurement-guide__content-trigger{min-height:36px;padding:6px 10px;border-radius:14px}.measurement-guide__trigger{width:min(320px,100%);margin:0 0 12px;padding:12px 14px;border-radius:16px;border:1px solid #ead1dc;background:#fff;color:#5f2a3a;display:inline-flex;align-items:center;gap:10px;box-shadow:0 12px 24px #3b1a261f;justify-content:center;text-align:center}.measurement-guide__trigger-pair{width:min(320px,100%);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 12px}.measurement-guide__trigger-pair--with-content{grid-template-columns:repeat(3,minmax(0,1fr))}.measurement-guide__trigger-pair .measurement-guide__trigger{width:100%;margin:0}.measurement-guide__trigger:hover{background:#fef7fb}.measurement-guide__trigger:focus-visible{outline:2px solid rgba(95,42,58,.6);outline-offset:3px}.measurement-guide__trigger-text .bilingual-text{align-items:center;text-align:center}.measurement-guide-modal{position:fixed;inset:0;padding:clamp(12px,4vw,32px);background:#11070ba6;display:flex;align-items:center;justify-content:center;z-index:150}.measurement-guide-modal__panel{width:min(760px,100%);max-height:min(92vh,860px);padding:clamp(16px,4vw,28px);border-radius:28px;background:#fff;color:#3b1a26;display:flex;flex-direction:column;gap:16px;box-shadow:0 35px 70px #11070b66}.measurement-guide-modal__panel--content{width:min(940px,100%)}.measurement-guide-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.measurement-guide-modal__header h3{margin:0;font-size:clamp(18px,3vw,24px);font-weight:500}.measurement-guide-modal__close{width:40px;height:40px;border-radius:50%;border:none;background:#f3f3f3;cursor:pointer;font-size:22px;display:inline-flex;align-items:center;justify-content:center;color:#5f2a3a}.measurement-guide-modal__close:focus-visible{outline:2px solid rgba(95,42,58,.6);outline-offset:4px}.measurement-guide-modal__image{flex:1;min-height:0;width:100%;border-radius:20px;background:transparent;display:flex;align-items:center;justify-content:center;padding:clamp(10px,3vw,26px)}.measurement-guide-modal__image img{width:100%;height:100%;object-fit:contain}.measurement-guide-modal__caption{font-size:14px;color:#3b1a26bf;text-align:center}.measurement-guide-modal__content{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:2px 4px 4px}.panel--with-sidebar{margin-left:344px}.panel-floating{position:absolute;left:16px;bottom:calc(16px + var(--bottom-bar-height));bottom:calc(16px + var(--bottom-bar-height) + env(safe-area-inset-bottom));z-index:60;width:min(360px,100%)}.measurement-modal{position:fixed;inset:0;padding:24px;background:#11070ba6;display:flex;align-items:center;justify-content:center;z-index:60}.measurement-modal__panel{width:min(520px,100%);max-height:min(90vh,640px);padding:20px;border-radius:20px;background:#fff;color:#3b1a26;display:flex;flex-direction:column;gap:16px;box-shadow:0 30px 60px #11070b66}.measurement-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.measurement-modal__titles{flex:1;text-align:left}.measurement-modal__titles .bilingual-text{align-items:flex-start;text-align:left}.measurement-modal__titles .bilingual-text__zh,.measurement-modal__titles .bilingual-text__en{text-align:left}.measurement-modal__titles h3{margin:0 0 6px;font-size:20px;font-weight:500;text-align:left}.measurement-modal__titles p{margin:0;color:#3b1a26b3;font-size:13px;text-align:left}.measurement-modal__close{width:36px;height:36px;min-height:36px;padding:0;border-radius:50%;font-size:18px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.measurement-modal__close span{line-height:1}.measurement-modal__fields{display:flex;flex-direction:column;gap:16px;overflow-y:auto;flex:1;min-height:0;padding-right:4px}.measurement-help-modal{position:fixed;inset:0;background:#11070b80;display:flex;align-items:center;justify-content:center;padding:20px;z-index:90}.measurement-help-modal__panel{width:min(360px,100%);max-width:100%;padding:18px 18px 16px;border-radius:20px;background:#fffdfd;color:#3b1a26;border:1px solid #e8cad6;box-shadow:0 30px 60px #11070b4d;display:flex;flex-direction:column;gap:14px}.measurement-help-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.measurement-help-modal__titles{flex:1;min-width:0;color:#5f2a3a;font-size:16px;font-weight:500}.measurement-help-modal__close{width:34px;height:34px;min-width:34px;min-height:34px;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.measurement-help-modal__close span{line-height:1}.measurement-help-modal__body .bilingual-text{gap:6px}.measurement-help-modal__body .bilingual-text__zh,.measurement-help-modal__body .bilingual-text__en{font-size:14px;line-height:1.55}.measurement-help-modal__body .bilingual-text__en{font-weight:500}.landscape-warning{position:fixed;inset:0;padding:clamp(16px,4vw,32px);background:#11070bb8;display:flex;align-items:center;justify-content:center;z-index:200}.landscape-warning__panel{width:min(520px,92vw);padding:clamp(18px,4vw,28px);border-radius:24px;background:#fff;color:#3b1a26;text-align:center;display:flex;flex-direction:column;gap:10px;box-shadow:0 30px 60px #11070b66}.landscape-warning__icon{width:44px;height:44px;border-radius:50%;background:#f3f3f3;color:#5f2a3a;display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:500;align-self:center}.landscape-warning__title,.landscape-warning__detail{margin:0}.landscape-warning__detail{font-size:13px;color:#3b1a26bf}.measurement-reset{margin-top:12px;align-self:flex-start;border-style:dashed;color:#5f2a3a;background:#ffffffb3}.measurement-reset:hover:not(:disabled){background:#f7f1f3}.export-confirm{position:fixed;inset:0;padding:24px;background:#11070ba6;display:flex;align-items:center;justify-content:center;z-index:150;overflow-y:auto}.export-confirm__panel{width:min(520px,100%);max-height:min(90vh,620px);background:#fff;border-radius:22px;box-shadow:0 30px 60px #11070b66;padding:clamp(20px,4vw,28px);display:flex;flex-direction:column;gap:16px;color:#3b1a26;overflow:auto}.export-confirm__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.export-confirm__titles{flex:1}.export-confirm__titles h3{margin:0 0 6px;font-size:20px;font-weight:600}.export-confirm__titles p{margin:0;color:#3b1a26bf;font-size:13px}.export-confirm__close{width:36px;height:36px;min-height:36px;border-radius:50%;padding:0;font-size:20px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.export-confirm__list{list-style:none;margin:0;padding:0 4px 0 0;display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;overflow-y:auto}.export-confirm__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(59,26,38,.1)}.export-confirm__item:last-child{border-bottom:none;padding-bottom:0}.export-confirm__label{font-size:14px;color:#3b1a26d9}.export-confirm__value{font-weight:600;font-size:16px;color:#3b1a26}.export-confirm__unit{font-weight:400;font-size:14px;color:#3b1a26cc}.export-confirm__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.export-confirm__note{margin:0;padding:12px 14px;border-radius:14px;background:#5f2a3a14;color:#3b1a26e0;font-size:13px;line-height:1.6}.export-confirm__button{min-height:40px;padding:0 16px;border-radius:999px;border:1px solid #5f2a3a;background:#5f2a3a;color:#fff;font-size:14px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:6px}.export-confirm__button--secondary{background:transparent;color:#5f2a3a}.export-confirm__button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:600px){.export-confirm{padding:12px}.export-confirm__panel{border-radius:18px}.export-confirm__item{flex-direction:column;align-items:flex-start;gap:4px}.export-confirm__actions{flex-direction:column;align-items:stretch}.export-confirm__button{width:100%}}@media(max-width:1100px){.topbar-spacer{display:none}.topbar-actions{gap:12px;width:100%}.topbar-nav{gap:6px;flex-wrap:wrap;justify-content:flex-end}.nav-link{font-size:14px;padding:0 12px}.nav-dropdown__menu{min-width:160px}.nav-mobile{width:100%;display:flex;justify-content:flex-end}.nav-mobile-toggle{width:180px;justify-content:center}.nav-mobile-toggle--icon{width:42px;height:42px}.workspace{position:static;display:flex;flex-direction:column;gap:16px;padding:16px 16px 0}.measurement-sidebar{position:static;width:auto;padding:20px;border-radius:20px;box-shadow:0 10px 24px #3b1a261f}.measurement-sidebar__fields{max-height:none}.panel--with-sidebar{margin-left:0;margin-bottom:16px;flex:1;min-height:360px;border-radius:18px;overflow:hidden}.panel--with-sidebar .canvas-wrap{min-height:320px}.panel-floating{left:20px;bottom:calc(20px + var(--bottom-bar-height));bottom:calc(20px + var(--bottom-bar-height) + env(safe-area-inset-bottom))}.viewport-tools{right:20px;bottom:calc(var(--bottom-bar-height) + 40px);bottom:calc(var(--bottom-bar-height) + 40px + env(safe-area-inset-bottom));top:auto;flex-direction:column;gap:8px;padding:8px;border-radius:12px;background:#ffffffeb;box-shadow:0 16px 28px #3b1a2629;z-index:6}.viewport-tools button{width:40px;height:40px}.measurement-guide{position:static;width:min(360px,100%);height:auto;aspect-ratio:1 / 1;margin:0 auto;padding:16px;order:3}.measurement-guide__image{padding:12px}}@media(max-width:1100px)and (orientation:landscape){.workspace{position:relative;height:100%;padding:0 16px}.measurement-sidebar{position:absolute;top:calc(var(--topbar-height, 84px) + 12px);bottom:28px;left:16px;width:240px;padding:16px;border-radius:18px}.measurement-sidebar__fields{max-height:none}.panel--with-sidebar{margin-left:272px;margin-bottom:0;min-height:0}.panel--with-sidebar .canvas-wrap{min-height:0}.panel-floating{left:16px;bottom:calc(16px + var(--bottom-bar-height));bottom:calc(16px + var(--bottom-bar-height) + env(safe-area-inset-bottom))}.measurement-guide{--guide-top-offset: calc(var(--topbar-height, 84px) + 12px);--guide-max-height: calc((100vh - var(--topbar-height, 84px)) * .5);position:absolute;top:var(--guide-top-offset);right:16px;margin:0;width:min(260px,34vw);height:min(var(--guide-max-height),260px)}}@media(orientation:landscape){:root{--landscape-unit: calc(100vh / 48);--topbar-height: min(84px, calc(var(--landscape-unit) * 6));--bottom-bar-height: min(52px, calc(var(--landscape-unit) * 4));--landscape-available: calc(100vh - var(--topbar-height) - var(--bottom-bar-height))}.app>.topbar{padding:min(16px,calc(var(--landscape-unit) * 1)) min(24px,3vw)}.brand .brand-cn{font-size:min(22px,calc(var(--landscape-unit) * 1.6))}.brand .brand-en{font-size:min(18px,calc(var(--landscape-unit) * 1.2))}.nav-link{font-size:min(14px,calc(var(--landscape-unit) * 1.2));min-height:min(36px,calc(var(--landscape-unit) * 2.4))}.nav-mobile-toggle{width:min(42px,calc(var(--landscape-unit) * 3));height:min(42px,calc(var(--landscape-unit) * 3))}.bottom-bar{padding:min(6px,calc(var(--landscape-unit) * .5)) min(16px,2.6vw)}.bottom-bar__brand,.bottom-link{font-size:min(12px,calc(var(--landscape-unit) * 1.1))}.measurement-sidebar{padding:min(16px,calc(var(--landscape-unit) * 1.2));border-radius:min(24px,calc(var(--landscape-unit) * 1.6));top:calc(var(--topbar-height) + var(--landscape-unit));bottom:calc(var(--bottom-bar-height) + var(--landscape-unit))}.measurement-sidebar__titles h1{font-size:min(20px,calc(var(--landscape-unit) * 1.4))}.measurement-sidebar__titles p,.measurement-field__label{font-size:min(14px,calc(var(--landscape-unit) * 1))}.measurement-field__help-popover{width:min(220px,48vw)}.input{height:min(40px,calc(var(--landscape-unit) * 3));font-size:min(15px,calc(var(--landscape-unit) * 1.1))}.measurement-guide{width:min(260px,28vw);height:min(260px,calc(var(--landscape-available) * .45));top:calc(var(--topbar-height) + var(--landscape-unit))}.measurement-guide__header h2{font-size:min(18px,calc(var(--landscape-unit) * 1.2))}.measurement-guide__caption{font-size:min(12px,calc(var(--landscape-unit) * 1))}.panel-floating{width:min(300px,36vw)}.viewport-tools button{width:min(40px,calc(var(--landscape-unit) * 3));height:min(40px,calc(var(--landscape-unit) * 3));font-size:min(16px,calc(var(--landscape-unit) * 1.2))}.actions__title,.actions__fab{font-size:min(15px,calc(var(--landscape-unit) * 1.1))}.payment-gate p,.export-controls p,.payment-menu p,.status,.error{font-size:min(12px,calc(var(--landscape-unit) * .95))}}@media(max-aspect-ratio:1/1)and (orientation:portrait){:root{--mobile-viewport: 100dvh;--bottom-bar-height: calc(var(--mobile-viewport, 100vh) / 12);--mobile-fab-width: calc(100vw / 6);--mobile-fab-height: calc(var(--mobile-fab-width) / 2);--mobile-fab-padding: 0}.measurement-guide{display:none}.topbar{padding:clamp(12px,3.8vw,20px) clamp(16px,5vw,24px);height:auto;flex-direction:column;align-items:center;gap:clamp(12px,3.6vw,20px);text-align:center}.brand{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(4px,1.6vw,10px);text-align:center}.brand-link{width:100%;flex-direction:column;align-items:center;justify-content:center;gap:clamp(2px,1.2vw,8px);white-space:normal}.brand .brand-cn{font-size:clamp(20px,6vw,30px)}.brand .brand-en{font-size:clamp(12px,4vw,18px)}.topbar-actions{width:100%;justify-content:center;align-items:center}.topbar-nav{display:none}.nav-mobile{width:100%;flex-direction:column;align-items:center;justify-content:center;margin:0;gap:clamp(8px,2.4vw,16px);text-align:center}.nav-mobile-toggle{width:100%;min-height:clamp(42px,11vw,60px);justify-content:center;margin:0;border-radius:clamp(16px,4.8vw,28px);font-size:clamp(13px,4vw,17px);text-align:center}.nav-mobile-toggle--icon{width:42px;height:42px;min-height:42px;border-radius:12px;font-size:0}.nav-mobile-menu{position:static;top:auto;left:auto;right:auto;width:100%;margin:0;padding:clamp(12px,3.6vw,18px) clamp(16px,5vw,24px);border-radius:0;border:none;background:#fff;box-shadow:none;border-top:1px solid rgba(59,26,38,.08);border-bottom:1px solid rgba(59,26,38,.08);text-align:center;align-items:center}.nav-mobile-section{gap:clamp(6px,2vw,14px)}.nav-mobile-section--dividers .nav-mobile-item+.nav-mobile-item{margin-top:clamp(6px,1.8vw,12px);padding-top:clamp(12px,3.2vw,18px)}.nav-mobile-section--dividers .nav-mobile-item+.nav-mobile-item:before{left:clamp(10px,3vw,16px);right:clamp(10px,3vw,16px)}.nav-mobile-section--dividers .nav-mobile-item--no-divider{margin-top:0;padding-top:0}.nav-mobile-section+.nav-mobile-section{margin-top:clamp(8px,2.4vw,16px);padding-top:clamp(8px,2.4vw,16px)}.nav-mobile-title{font-size:clamp(11px,3.2vw,13px)}.nav-mobile-item{font-size:clamp(13px,3.8vw,16px);padding:clamp(6px,2vw,12px) clamp(10px,4vw,18px);border-radius:clamp(10px,3.4vw,18px);width:100%;text-align:center;align-items:center;justify-content:center}.nav-mobile-item .bilingual-text{align-items:center;text-align:center}.topbar-measurement .bilingual-text{align-items:center;text-align:center;width:100%;justify-content:center;margin:0 auto}button{white-space:normal;font-size:min(15px,calc(100vw / 28));line-height:1.2;text-align:center}button .bilingual-text{gap:2px;text-align:center;align-items:center}button .bilingual-text__zh,button .bilingual-text__en{font-size:inherit;line-height:1.2}.actions{width:100%;gap:clamp(10px,3vw,18px)}.actions--mobile-trigger{justify-content:center}.actions__content{width:100%;gap:clamp(10px,3vw,18px)}.actions__title{font-size:clamp(14px,4vw,18px)}.actions__fab{width:min(360px,100%);height:calc(var(--mobile-section-unit) * .7);padding:calc(var(--mobile-section-unit) * .18) calc(var(--mobile-section-unit) * .32);font-size:min(18px,calc(var(--mobile-section-unit) * .24));line-height:1.25}.measurement-guide__trigger{width:min(360px,100%)}.payment-gate,.export-controls{width:100%;max-width:none}.payment-menu{gap:clamp(8px,2.4vw,14px)}.payment-gate>button,.export-controls>button,.payment-menu button,.download-button{width:100%;height:calc(var(--mobile-section-unit) * .58);padding:calc(var(--mobile-section-unit) * .1) calc(var(--mobile-section-unit) * .22);font-size:min(14px,calc(var(--mobile-section-unit) * .18));line-height:1.1;text-wrap:balance;white-space:normal}.payment-menu button{height:auto;padding:calc(var(--mobile-section-unit) * .16) calc(var(--mobile-section-unit) * .2);font-size:min(13px,calc(var(--mobile-section-unit) * .16));line-height:1.15;text-align:center}.payment-gate p,.export-controls p,.payment-menu p,.status,.error{font-size:clamp(11px,3.2vw,14px);line-height:1.4}.bottom-bar{padding:4px 14px;padding-bottom:calc(4px + env(safe-area-inset-bottom));gap:12px}.home-page__options{flex-direction:column;align-items:center;gap:16px}.home-option{width:min(420px,100%);padding:32px 20px;justify-content:flex-start;align-items:flex-start}.home-option__menu{position:absolute;top:calc(100% + 10px);bottom:auto;left:20px;right:20px;margin-top:0;box-shadow:0 12px 20px #3b1a261f}.workspace{padding:12px;gap:12px}.measurement-sidebar{padding:16px;border-radius:16px}.panel--with-sidebar{margin-bottom:12px;min-height:calc(280px + var(--bottom-bar-height, 0px))}.panel--with-sidebar .canvas-wrap{min-height:calc(260px + var(--bottom-bar-height, 0px))}.panel-floating{position:fixed;left:12px;bottom:calc(var(--bottom-bar-height) + 24px);bottom:calc(var(--bottom-bar-height) + 24px + env(safe-area-inset-bottom));margin:0;width:auto;z-index:35}.viewport-tools{bottom:calc(var(--bottom-bar-height) + 24px);bottom:calc(var(--bottom-bar-height) + 24px + env(safe-area-inset-bottom));right:16px;top:auto;flex-direction:column;gap:6px;padding:8px;border-radius:12px;background:#ffffffe6;box-shadow:0 12px 20px #3b1a262e}.viewport-tools button{width:40px;height:40px}.home-option{width:100%;min-height:auto}.home-option__trigger{padding:28px 24px}.home-option__menu{position:absolute;top:calc(100% + 10px);bottom:auto;left:24px;right:24px;margin-top:0;box-shadow:0 12px 20px #3b1a261f}.bottom-bar{flex-direction:column;align-items:flex-start;gap:8px;padding:8px 12px;padding-bottom:calc(8px + env(safe-area-inset-bottom))}.bottom-bar__links{gap:10px}.actions{width:100%}}@media(max-height:860px)and (min-width:721px){.app--workspace,.app--home{--topbar-height: 72px}.app--workspace{--bottom-bar-height: 46px}.app--workspace .topbar,.app--home .topbar{padding:8px 16px;gap:12px}.app--workspace .brand .brand-cn,.app--home .brand .brand-cn{font-size:clamp(18px,2.2vh,22px)}.app--workspace .brand .brand-en,.app--home .brand .brand-en{font-size:clamp(13px,1.8vh,18px)}.app--workspace .nav-link,.app--home .nav-link{font-size:clamp(12px,1.8vh,14px);min-height:32px;padding:4px 12px}.main--workspace .measurement-sidebar{padding:12px}.main--workspace .measurement-sidebar__titles h1{font-size:clamp(16px,2.2vh,22px)}.main--workspace .measurement-sidebar__titles p{font-size:clamp(11px,1.8vh,14px)}.main--workspace .measurement-sidebar__toggle{min-height:32px}.main--workspace .panel-floating{bottom:18px}.main--workspace .actions{gap:10px;padding:12px}.main--workspace .actions__fab{min-height:42px;font-size:13px}.main--workspace .viewport-tools button{width:42px;height:42px}.app--workspace .bottom-bar,.app--home .bottom-bar{padding:6px 12px;gap:10px}.app--workspace .bottom-link,.app--home .bottom-link{font-size:12px}}@media(max-height:700px)and (min-width:721px){.app--workspace,.app--home{--topbar-height: 64px}.app--workspace{--bottom-bar-height: 40px}.app--workspace .topbar,.app--home .topbar{padding:6px 14px;gap:10px}.app--workspace .brand,.app--home .brand{gap:4px}.app--workspace .brand .brand-cn,.app--home .brand .brand-cn{font-size:clamp(16px,2vh,20px)}.app--workspace .brand .brand-en,.app--home .brand .brand-en{font-size:clamp(12px,1.6vh,16px)}.app--workspace .nav-link,.app--home .nav-link{font-size:12px;min-height:28px;padding:4px 10px}.main--workspace .measurement-sidebar{padding:10px;border-radius:14px}.main--workspace .measurement-sidebar__titles h1{font-size:clamp(15px,2vh,20px)}.main--workspace .measurement-sidebar__titles p{font-size:clamp(10px,1.6vh,13px)}.main--workspace .measurement-sidebar__toggle{font-size:12px;min-height:28px}.main--workspace .panel-floating{width:min(280px,55vw);bottom:12px;left:clamp(10px,3vw,18px)}.main--workspace .actions__title{font-size:13px}.main--workspace .actions__fab{min-height:36px;font-size:12px}.main--workspace .viewport-tools{gap:4px;padding:6px}.main--workspace .viewport-tools button{width:36px;height:36px;font-size:12px}.app--workspace .bottom-bar,.app--home .bottom-bar{padding:4px 10px;gap:8px}.app--workspace .bottom-bar__brand,.app--home .bottom-bar__brand,.app--workspace .bottom-link,.app--home .bottom-link{font-size:11px}}@media(max-aspect-ratio:1/1)and (orientation:portrait){:root{--mobile-viewport: 100svh;--mobile-section-unit: calc(var(--mobile-viewport, 100vh) / 6);--topbar-height: clamp(68px, 16vw, 96px);--bottom-bar-height: clamp(48px, 10vw, 64px);--mobile-available-height: calc(var(--mobile-viewport, 100vh) - var(--topbar-height) - var(--bottom-bar-height));--mobile-canvas-height: max(0px, calc(var(--mobile-available-height) / 3));--mobile-lower-header-height: max(0px, calc(var(--mobile-available-height) / 6));--mobile-fab-width: calc(100vw / 6);--mobile-fab-height: calc(var(--mobile-fab-width) / 2);--mobile-fab-padding: 0}html,body,#root{height:var(--mobile-viewport, 100vh)}.app--workspace{--topbar-height: clamp(68px, 16vw, 96px);--bottom-bar-height: clamp(48px, 10vw, 64px);grid-template-rows:var(--topbar-height) 1fr var(--bottom-bar-height);height:var(--mobile-viewport, 100vh);min-height:var(--mobile-viewport, 100vh);max-height:var(--mobile-viewport, 100vh);overflow:hidden}.main--workspace{padding:0 clamp(12px,3vw,24px) clamp(12px,3vw,24px);height:100%;min-height:0;display:block;gap:0;overflow-x:visible;overflow-y:hidden}.main--workspace>*{height:100%;min-height:0}.main--workspace .workspace{position:relative;height:100%;min-height:0;padding:0;display:flex;flex-direction:column;gap:0}.app>.topbar{height:var(--topbar-height);min-height:var(--topbar-height);padding:clamp(14px,3vw,26px) clamp(14px,4vw,22px);flex-direction:row;align-items:center;justify-content:center;gap:clamp(8px,2.4vw,14px);text-align:center}.app--workspace>.topbar{position:relative;z-index:10}.app .topbar-spacer{display:none}.app .brand{width:100%;flex:none;flex-direction:column;gap:4px;text-align:center;align-items:center;text-wrap:balance;word-break:break-word}.app .brand-link{width:100%;flex-direction:row;align-items:center;justify-content:center;gap:clamp(6px,2vw,10px);text-wrap:balance;word-break:break-word}.app .brand-logo{width:clamp(28px,9vw,40px);height:clamp(28px,9vw,40px)}.app .topbar-actions{width:auto;margin-left:0;flex-direction:row;align-items:center;gap:0;position:absolute;right:clamp(10px,3.4vw,18px);top:50%;transform:translateY(-50%)}.app .topbar-mobile-menu{display:flex;position:absolute;left:clamp(10px,3.4vw,18px);top:50%;transform:translateY(-50%);align-items:center;justify-content:flex-start;z-index:1}.app .topbar-mobile-language{display:flex;align-items:center;justify-content:flex-end}.app .brand .brand-cn{font-size:clamp(15px,5.2vw,22px);line-height:1.05}.app .brand .brand-en{font-size:clamp(11px,4.2vw,16px);line-height:1.12}.topbar--with-measurement .topbar-measurement{display:flex}.app .topbar-actions,.app .nav-mobile{justify-content:flex-end;width:auto;margin:0}.app .nav-link{font-size:min(16px,calc(var(--mobile-section-unit) * .24));height:calc(var(--mobile-section-unit) * .42);padding-inline:calc(var(--mobile-section-unit) * .3)}.app .nav-mobile-toggle{width:calc(var(--mobile-section-unit) * .38);height:calc(var(--mobile-section-unit) * .38)}.nav-sheet{inset:var(--topbar-height) 0 calc(var(--bottom-bar-height) + env(safe-area-inset-bottom)) 0;align-items:flex-start;justify-content:center;padding:clamp(12px,4vw,20px)}.nav-sheet__panel{max-height:100%}.measurement-guide-modal,.measurement-modal,.measurement-help-modal,.actions-sheet,.export-confirm{inset:var(--topbar-height) 0 calc(var(--bottom-bar-height) + env(safe-area-inset-bottom)) 0;align-items:flex-start;justify-content:center;padding:clamp(12px,4vw,20px)}.measurement-guide-modal__panel,.measurement-modal__panel,.measurement-help-modal__panel,.actions-sheet__panel,.export-confirm__panel{max-height:100%}.app--workspace .nav-mobile-menu{top:calc(100% + 8px)}.nav-mobile .topbar-measurement{margin-top:clamp(2px,1vw,8px)}.main--workspace .measurement-sidebar{display:none}.main--workspace .workspace--mobile-split{display:grid;grid-template-rows:var(--mobile-canvas-height) minmax(0,1fr);gap:clamp(8px,2.4vw,14px);height:100%;min-height:0}.main--workspace .workspace--mobile-split .panel--with-sidebar{flex:none;height:100%;min-height:0;margin:0;border-radius:22px;overflow:hidden;position:relative}.main--workspace .workspace--mobile-split .panel--with-sidebar .canvas-wrap{height:100%;min-height:0}.main--workspace .workspace--mobile-split .workspace-lower{display:grid;grid-template-rows:clamp(28px,7vw,34px) minmax(0,1fr);gap:0;min-height:0;border-radius:20px;background:#f3f3f3;padding:clamp(4px,1.2vw,7px) clamp(8px,2.4vw,14px) clamp(8px,2.4vw,14px);overflow:hidden}.main--workspace .workspace--mobile-split .workspace-lower__content{min-height:0;height:100%;overflow:hidden}.main--workspace .workspace--mobile-split .workspace-split-resizer{display:flex;width:100%;min-width:0;min-height:0;align-items:center;justify-content:center;border-radius:10px;cursor:row-resize;touch-action:none;user-select:none;-webkit-user-select:none;outline:none}.main--workspace .workspace--mobile-split .workspace-split-resizer__grip{display:block;width:clamp(42px,12vw,52px);height:4px;border-radius:999px;background:#5f2a3a57;transition:width .16s ease,background-color .16s ease}.main--workspace .workspace--mobile-split .workspace-split-resizer:hover .workspace-split-resizer__grip,.main--workspace .workspace--mobile-split .workspace-split-resizer:focus-visible .workspace-split-resizer__grip,.main--workspace .workspace--mobile-split.workspace--resizing .workspace-split-resizer__grip{width:clamp(52px,16vw,68px);background:#5f2a3ab8}.main--workspace .workspace--mobile-split .workspace-split-resizer:focus-visible{outline:2px solid rgba(95,42,58,.5);outline-offset:-2px}.main--workspace .workspace--mobile-split.workspace--resizing,.main--workspace .workspace--mobile-split.workspace--resizing *{cursor:row-resize}.main--workspace .workspace--mobile-split .measurement-sidebar{--mobile-control-column: minmax(140px, 46vw);--mobile-panel-header-height: clamp(56px, 14vw, 64px);display:grid;position:static;width:100%;height:100%;padding:0;border-radius:0;background:transparent;box-shadow:none;grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(6px,1.8vw,10px);overflow:hidden}.main--workspace .workspace--mobile-split .measurement-sidebar.pet-accessory-panel{grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.main--workspace .workspace--mobile-split .measurement-sidebar__header--split,.main--workspace .workspace--mobile-split .pet-accessory-panel .measurement-sidebar__header{display:grid;grid-template-columns:minmax(0,1fr) var(--mobile-control-column);align-items:start;gap:clamp(8px,2vw,12px);height:var(--mobile-panel-header-height);min-height:var(--mobile-panel-header-height)}.main--workspace .workspace--mobile-split .measurement-sidebar__titles{max-width:100%;text-align:left;align-self:start}.main--workspace .workspace--mobile-split .measurement-sidebar__titles h1{font-size:clamp(14px,3.6vw,20px);margin-bottom:clamp(2px,.8vw,4px);line-height:1.2}.main--workspace .workspace--mobile-split .measurement-sidebar__titles p{font-size:clamp(11px,2.8vw,15px);line-height:1.25}.main--workspace .workspace--mobile-split .measurement-sidebar__aside{display:flex;justify-content:flex-end;align-items:stretch;align-self:start;width:100%}.main--workspace .workspace--mobile-split .workspace-guide-actions{width:100%;min-width:0}.main--workspace .workspace--mobile-split .workspace-guide-actions .measurement-guide__trigger-pair{width:100%;gap:clamp(5px,1.4vw,7px);margin:0}.main--workspace .workspace--mobile-split .workspace-guide-actions .measurement-guide__trigger{width:100%;height:clamp(38px,10vw,44px);min-height:0;margin:0;padding:4px 6px;border-radius:13px;font-size:clamp(10px,2.7vw,12px);line-height:1.05;box-shadow:0 6px 12px #3b1a261a}.main--workspace .workspace--mobile-split .workspace-guide-actions .measurement-guide__trigger-text .bilingual-text{gap:1px;line-height:1.05}.main--workspace .workspace--mobile-split .measurement-sidebar__fields{width:100%;margin-right:0;padding-right:0;gap:clamp(12px,3vw,16px);overflow-y:auto;scrollbar-width:none}.main--workspace .workspace--mobile-split .pet-accessory-panel__content{width:100%;margin-right:0;min-height:0;padding-right:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;gap:12px;scrollbar-width:none}.main--workspace .workspace--mobile-split .measurement-sidebar__fields::-webkit-scrollbar,.main--workspace .workspace--mobile-split .pet-accessory-panel__content::-webkit-scrollbar{display:none;width:0;height:0}.main--workspace .workspace--mobile-split .pet-accessory-panel__group{gap:7px}.main--workspace .workspace--mobile-split .pet-accessory-panel__segmented{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(3px,1vw,5px)}.main--workspace .workspace--mobile-split .pet-accessory-panel__option{min-height:40px;padding:5px 7px;font-size:clamp(10px,2.8vw,13px)}.main--workspace .workspace--mobile-split .pet-accessory-panel__option--visual{min-height:0;padding:0;border-radius:10px}.main--workspace .workspace--mobile-split .pet-accessory-panel__option--visual .pet-accessory-panel__option-label{min-height:clamp(30px,8vw,34px);padding:3px 2px;line-height:1.1}.main--workspace .workspace--mobile-split .measurement-field{display:grid;grid-template-columns:minmax(0,1fr) var(--mobile-control-column);align-items:center;gap:clamp(10px,2.6vw,14px);width:100%}.main--workspace .workspace--mobile-split .measurement-field__label{min-width:0}.main--workspace .workspace--mobile-split .measurement-field__help-popover{left:auto;right:0;width:min(220px,58vw)}.main--workspace .workspace--mobile-split .measurement-field__input{justify-content:flex-end;gap:0;position:relative;align-items:stretch}.main--workspace .workspace--mobile-split .measurement-field__control{text-align:center;flex:1;padding-left:calc(var(--mobile-section-unit) * .3);padding-right:calc(var(--mobile-section-unit) * .3)}.main--workspace .workspace--mobile-split .measurement-field__unit{display:none}.main--workspace .workspace--mobile-split .measurement-stepper{width:calc(var(--mobile-section-unit) * .3);height:100%;border:none;background:transparent;color:#5f2a3a;font-size:min(16px,calc(var(--mobile-section-unit) * .2));line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0;position:absolute;top:0;bottom:0;z-index:1;font-weight:400;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:none;appearance:button;-webkit-appearance:button}.main--workspace .workspace--mobile-split .measurement-stepper__icon{font-size:1em;line-height:1;display:block;width:1em;height:1em;text-align:center;font-weight:600;font-family:inherit}.main--workspace .workspace--mobile-split .measurement-stepper--down{left:0}.main--workspace .workspace--mobile-split .measurement-stepper--up{right:0}.main--workspace .workspace--mobile-split .measurement-reset{width:100%;flex:0 0 auto;align-self:stretch;margin-top:clamp(2px,1vw,6px);min-height:clamp(34px,9vw,40px)}.main--workspace .workspace--mobile-split .measurement-sidebar__footer{width:100%;min-width:0;min-height:0}.main--workspace .workspace--mobile-split .workspace-actions{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:clamp(8px,2.4vw,12px);justify-content:center;min-height:0;--action-btn-h: calc(var(--mobile-section-unit) * .45);--action-font: min(16px, calc(var(--action-btn-h) * .26));--action-btn-w: 100%;min-width:0}.main--workspace .workspace--mobile-split .workspace-actions--footer{align-items:stretch;justify-content:stretch;gap:0;--action-btn-h: clamp(42px, 11vw, 50px)}.main--workspace .workspace--mobile-split .workspace-actions--footer .actions{padding:0}.main--workspace .workspace--mobile-split .workspace-actions .actions,.main--workspace .workspace--mobile-split .workspace-actions .actions--mobile-trigger,.main--workspace .workspace--mobile-split .workspace-actions .actions--mobile-pair,.main--workspace .workspace--mobile-split .workspace-actions .measurement-guide__trigger-pair{width:100%}.main--workspace .workspace--mobile-split .workspace-actions>*{align-self:flex-end}.main--workspace .workspace--mobile-split .workspace-actions .actions--mobile-trigger{width:var(--action-btn-w);display:grid;align-items:stretch;justify-content:stretch}.main--workspace .workspace--mobile-split .workspace-actions .actions--mobile-pair,.main--workspace .workspace--mobile-split .workspace-actions .measurement-guide__trigger-pair{width:var(--action-btn-w);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(6px,1.6vw,8px);margin:0}.main--workspace .workspace--mobile-split .workspace-actions .actions__fab{box-sizing:border-box;width:100%;max-width:100%;height:var(--action-btn-h);min-height:var(--action-btn-h);margin:0;padding:calc(var(--action-btn-h) * .2) calc(var(--action-btn-h) * .22);font-size:var(--action-font);border-radius:16px;border:1px solid #5f2a3a;box-shadow:0 10px 18px #3b1a2633;line-height:1.2}.main--workspace .workspace--mobile-split .workspace-actions .actions--mobile-pair .actions__fab{width:100%;padding-inline:clamp(4px,1.2vw,8px);font-size:clamp(11px,3vw,13px)}.main--workspace .workspace--mobile-split .workspace-actions .actions__fab--secondary{background:#fff;color:#5f2a3a;border-color:#caa6b6;box-shadow:0 8px 14px #3b1a261f}.main--workspace .workspace--mobile-split .workspace-actions .measurement-guide__trigger{box-sizing:border-box;width:100%;max-width:100%;margin:0;height:var(--action-btn-h);min-height:var(--action-btn-h);padding:calc(var(--action-btn-h) * .2) calc(var(--action-btn-h) * .22);font-size:var(--action-font);line-height:1.2}.main--workspace .workspace--mobile-split .workspace-actions .measurement-guide__trigger-pair .measurement-guide__trigger{width:100%;padding-inline:clamp(4px,1.2vw,8px);font-size:min(12px,calc(var(--action-btn-h) * .2))}.main--workspace .workspace--mobile-split .workspace-actions .actions__fab .bilingual-text,.main--workspace .workspace--mobile-split .workspace-actions .measurement-guide__trigger .bilingual-text{gap:2px;align-items:center;text-align:center;line-height:1.1}.main--workspace .workspace--mobile-split .workspace-actions .actions__fab .bilingual-text__zh,.main--workspace .workspace--mobile-split .workspace-actions .actions__fab .bilingual-text__en,.main--workspace .workspace--mobile-split .workspace-actions .measurement-guide__trigger .bilingual-text__zh,.main--workspace .workspace--mobile-split .workspace-actions .measurement-guide__trigger .bilingual-text__en{font-size:1em;line-height:1.1}.main--workspace .actions{width:100%;gap:clamp(8px,calc(var(--mobile-section-unit) * .08),16px);padding:clamp(6px,calc(var(--mobile-section-unit) * .08),12px);border-radius:0;background:transparent;box-shadow:none}.main--workspace .actions__title{font-size:clamp(14px,calc(var(--mobile-section-unit) * .24),18px)}.main--workspace .actions__toggle{font-size:clamp(12px,calc(var(--mobile-section-unit) * .22),15px);min-height:calc(var(--mobile-section-unit) * .36)}.main--workspace .actions__fab{font-size:min(20px,calc(var(--mobile-section-unit) * .3));line-height:1.2}.main--workspace .payment-gate,.main--workspace .payment-gate p,.main--workspace .export-controls p,.main--workspace .status,.main--workspace .error{font-size:clamp(11px,calc(var(--mobile-section-unit) * .2),14px)}.main--workspace .viewport-tools{--tool-max: 40px;--tool-gap: 4px;--tool-pad: 6px;--tool-button: min( var(--tool-max), max(0px, calc((var(--mobile-canvas-height) - (var(--tool-pad) * 2) - (var(--tool-gap) * 2) - 8px) / 3)) );bottom:8px;right:clamp(12px,4vw,20px);top:auto;flex-direction:column;gap:var(--tool-gap);padding:var(--tool-pad);border-radius:12px;background:#ffffffeb;box-shadow:0 16px 32px #3b1a2629}.main--workspace .viewport-tools button{width:var(--tool-button);height:var(--tool-button);font-size:min(16px,calc(var(--tool-button) * .36));font-weight:400;color:#5f2a3a;border-color:#caa6b6}.app .bottom-bar{height:var(--bottom-bar-height);min-height:var(--bottom-bar-height);padding:8px 16px;padding-bottom:calc(8px + env(safe-area-inset-bottom));justify-content:space-between;flex-direction:row;gap:12px}.app .bottom-bar__links{flex-direction:row;gap:10px;flex-wrap:nowrap}.app .bottom-bar__brand{font-size:min(12px,calc(var(--mobile-section-unit) * .18))}.app .bottom-link{font-size:min(12px,calc(var(--mobile-section-unit) * .2));white-space:nowrap}}.app--home .main{width:100%;min-width:0;min-height:0;padding-bottom:0}.home-page{width:100%;min-width:0;min-height:calc(100dvh - var(--topbar-height));padding:0;color:#3b1a26;overflow:clip}.landing-hero{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;width:100%;min-height:calc(100dvh - var(--topbar-height));overflow:hidden;background:radial-gradient(circle at 12% 16%,rgba(226,237,249,.92),transparent 36%),radial-gradient(circle at 86% 18%,rgba(255,245,248,.96),transparent 34%),linear-gradient(124deg,#eff3fa,#f8edf3 52%,#fbf3f6)}.landing-hero__inner{position:relative;container-type:inline-size;display:grid;grid-template-columns:minmax(360px,.82fr) minmax(520px,1.18fr);width:min(calc(100% - clamp(36px,5vw,96px)),1680px);height:clamp(520px,calc(100dvh - var(--topbar-height) - 56px),820px)}.landing-hero:after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(105deg,rgba(255,255,255,.16),transparent 48%)}.landing-hero__content{position:relative;z-index:5;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:clamp(54px,7vh,92px);min-width:0;padding:clamp(44px,5vw,92px) 0 clamp(44px,5vw,92px) clamp(42px,6vw,108px);animation:landing-content-enter .7s cubic-bezier(.22,1,.36,1) both}.landing-hero__title{margin:0;color:#5f2a3a;font-size:clamp(44px,3.8vw,64px);font-weight:300;line-height:1.08;letter-spacing:-.035em;text-align:left}.landing-hero__title .bilingual-text,.landing-hero__title .bilingual-text__zh,.landing-hero__title .bilingual-text__en{width:100%;align-items:flex-start}.landing-hero__title .bilingual-text__en{text-transform:none}.landing-hero__title .bilingual-text__zh{font-size:1em;line-height:1.25;letter-spacing:.02em}.landing-hero__title-line{display:block;white-space:nowrap}.landing-hero__title-line--brand{font-size:clamp(36px,3.1vw,50px);font-weight:300;line-height:1.12}.landing-hero__title-line--tagline{margin-top:clamp(12px,1.3vw,18px);font-size:clamp(20px,1.65vw,27px);font-weight:300;line-height:1.3;letter-spacing:0}.landing-hero__actions{display:flex;flex-direction:column;align-items:stretch;gap:clamp(14px,1.7vh,22px);width:clamp(230px,20vw,300px)}.landing-hero__button{display:flex;align-items:center;justify-content:center;width:100%;min-height:clamp(56px,6.8vh,72px);padding:12px 24px;border:1px solid rgba(95,42,58,.08);border-radius:14px;background:#5f2a3a;box-shadow:0 10px 24px #7430501c;color:#fff;cursor:pointer;font-size:clamp(18px,1.55vw,25px);font-weight:500;letter-spacing:.01em;text-transform:uppercase;transition:background-color .18s ease,box-shadow .18s ease}.landing-hero__button .bilingual-text{width:100%}.landing-hero__button .bilingual-text__zh{font-size:.82em;letter-spacing:.03em}.landing-hero__button:hover{background:#963d69;box-shadow:0 16px 30px #74305033}.landing-hero__button--nas{background:#542c46}.landing-hero__button:active{box-shadow:0 7px 16px #74305024}.landing-hero__button:focus-visible{outline:3px solid rgba(95,42,58,.5);outline-offset:4px}.landing-hero__visual{position:relative;z-index:2;min-width:0;height:100%;animation:landing-visual-enter .85s 90ms cubic-bezier(.22,1,.36,1) both}.landing-hero__visual-glow{position:absolute;inset:18% 1% 9% 11%;border-radius:48%;background:radial-gradient(ellipse,rgba(255,255,255,.68),transparent 68%);filter:blur(8px)}.landing-hero__device{position:absolute;display:block;max-width:none;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 20px 24px rgba(77,45,59,.08))}.landing-hero__device--laptop{z-index:1;top:17%;right:-1%;width:88%}.landing-hero__device--printer{z-index:3;left:1%;bottom:1%;width:43%}.landing-hero__device--phone{z-index:4;right:3%;bottom:8%;width:17%}.landing-hero__device--petwear{z-index:6;left:74.876%;top:25.686cqw;width:19.359%;animation:landing-visual-enter .85s 90ms cubic-bezier(.22,1,.36,1) both}@keyframes landing-content-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-visual-enter{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.home-feedback{position:relative;width:100%;min-width:0;max-width:100vw;padding:clamp(76px,7vw,120px) 0 clamp(86px,8vw,132px);overflow:hidden;background:#fff}.home-process{width:100%;min-width:0;padding:clamp(72px,6.5vw,104px) 0 clamp(82px,7vw,112px);background:#fff;color:#5f2a3a}.home-process__inner{width:min(calc(100% - clamp(36px,5vw,96px)),1680px);margin:0 auto;padding-left:clamp(42px,6vw,108px)}.home-process__header{margin-bottom:clamp(30px,3vw,46px);text-align:left}.home-process__title{margin:0;color:#5f2a3a;font-size:clamp(30px,2.7vw,44px);font-weight:300;line-height:1.2;letter-spacing:-.025em}.home-process__title .bilingual-text{align-items:flex-start}.home-process__title .bilingual-text__zh{font-weight:300}.home-process__eyebrow{margin:clamp(12px,1.2vw,18px) 0 0;color:#5f2a3a;font-size:clamp(11px,.9vw,14px);font-weight:500;line-height:1.4;letter-spacing:.2em;text-transform:uppercase}.home-process__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,1.6vw,28px)}.home-process__card{min-height:clamp(210px,17vw,248px);padding:clamp(28px,2.5vw,42px) clamp(26px,2.3vw,38px);border:1px solid rgba(95,42,58,.24);border-radius:clamp(24px,2vw,32px);background:#fff;color:#5f2a3a}.home-process__number{display:block;margin-bottom:clamp(24px,2.2vw,34px);font-size:14px;font-weight:500;line-height:1;letter-spacing:.08em}.home-process__card-title{margin:0 0 14px;color:#5f2a3a;font-size:clamp(19px,1.5vw,24px);font-weight:300;line-height:1.3}.home-process__card-title .bilingual-text__zh{font-weight:300}.home-process__description{margin:0;color:#5f2a3a;font-size:clamp(14px,1.05vw,17px);font-weight:300;line-height:1.7}.home-process__description .bilingual-text,.home-process__description .bilingual-text__zh,.home-process__description .bilingual-text__en{width:100%}.home-process__description .bilingual-text__zh{font-weight:300}.home-feedback__header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;width:min(calc(100% - clamp(36px,5vw,96px)),1680px);padding-left:clamp(42px,6vw,108px);margin:0 auto clamp(26px,3vw,48px)}.home-feedback__title{margin:0;color:#5f2a3a;font-size:clamp(30px,2.7vw,44px);font-weight:300;line-height:1.2;letter-spacing:-.025em;text-transform:none}.home-feedback__title .bilingual-text{align-items:flex-start}.home-feedback__title .bilingual-text__zh{font-size:1em;font-weight:300;letter-spacing:inherit}.home-feedback__title .bilingual-text__en{font-size:1em}.home-feedback__controls{display:flex;gap:12px;flex:0 0 auto}.home-feedback__control{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;width:clamp(48px,4vw,62px);aspect-ratio:1;padding:0;border:1px solid rgba(95,42,58,.22);border-radius:50%;background:#fff;box-shadow:0 10px 24px #74305014;color:#5f2a3a;cursor:pointer;font-size:clamp(24px,2vw,32px);font-weight:300;line-height:1;transition:transform .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}.home-feedback__arrow-icon{display:block;flex:0 0 auto;width:52%;height:52%;overflow:visible}.home-feedback__control:hover{transform:translateY(-2px);background:#5f2a3a;box-shadow:0 14px 28px #7430502e;color:#fff}.home-feedback__control:active{transform:translateY(0)}.home-feedback__control:focus-visible{outline:3px solid rgba(95,42,58,.36);outline-offset:4px}.home-feedback__track{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(300px,24vw,390px);gap:clamp(20px,2.2vw,36px);width:100%;min-width:0;max-width:100vw;padding:12px 0 42px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-behavior:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.home-feedback__track::-webkit-scrollbar{display:none}.home-feedback__track:focus-visible{outline:2px solid rgba(95,42,58,.32);outline-offset:-8px}.home-feedback-card{position:relative;width:100%;aspect-ratio:3 / 4;padding:6.5% 8.8% 7.5%;overflow:hidden;border:1px solid rgba(202,166,182,.08);border-radius:clamp(22px,2vw,32px);background:#fcf6f8;box-shadow:0 12px 30px #552c3d0e;transition:transform .22s ease,filter .22s ease}.home-feedback-card:hover{transform:translateY(-6px);filter:drop-shadow(0 16px 18px rgba(85,44,61,.08))}.home-feedback-card__media{position:relative;width:100%;aspect-ratio:1663 / 1688}.home-feedback-card__image{display:block;width:100%;height:100%;border-radius:clamp(18px,1.8vw,28px);object-fit:cover;box-shadow:0 12px 26px #4d2d3b1c;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.home-feedback-card__link{position:absolute;right:5%;bottom:-6.5%;display:inline-flex;align-items:center;justify-content:center;width:clamp(44px,15%,58px);aspect-ratio:1;padding:0;border:1px solid rgba(95,42,58,.12);border-radius:50%;background:#5f2a3a;box-shadow:0 12px 22px #5f2a3a33;color:#fff;cursor:pointer;font-size:clamp(25px,2vw,34px);font-weight:300;line-height:1;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.home-feedback-card__link .home-feedback__arrow-icon{width:48%;height:48%}.home-feedback-card__link:hover{transform:scale(1.07);background:#5f2a3a;box-shadow:0 16px 28px #5f2a3a42}.home-feedback-card__link:focus-visible{outline:3px solid #5f2a3a;outline-offset:5px}.home-feedback-card__copy{min-width:0;margin-top:clamp(19px,6%,28px);padding:0 5%;color:#5f2a3a}.home-feedback-card__customer,.home-feedback-card__review{margin:0;font-weight:300}.home-feedback-card__customer{min-height:1.45em;font-size:clamp(12px,.9vw,15px);line-height:1.4}.home-feedback-card__title{margin:clamp(8px,2.8%,12px) 0 clamp(6px,2%,9px);color:#5f2a3a;font-size:clamp(15px,1.18vw,19px);font-weight:500;line-height:1.08;letter-spacing:-.025em;text-transform:uppercase;white-space:nowrap}.home-feedback-card__review{max-height:4.2em;overflow:hidden;font-size:clamp(11.5px,.85vw,14px);line-height:1.4}.home-feedback-card__localized-copy,.home-feedback-card__localized-copy .bilingual-text__zh,.home-feedback-card__localized-copy .bilingual-text__en,.home-feedback-card__fixed-copy{width:100%}.home-feedback-card__localized-copy{gap:0}.home-feedback-card__localized-copy .bilingual-text__zh{font-weight:300}.home-feedback-card__fixed-copy{display:block}@media(max-width:1180px)and (min-width:961px){.landing-hero__inner{grid-template-columns:minmax(330px,.9fr) minmax(460px,1.1fr)}.landing-hero__content{gap:48px;padding-left:clamp(36px,4.6vw,60px)}.landing-hero__title{font-size:clamp(42px,4.5vw,54px)}.landing-hero__actions{width:clamp(220px,23vw,270px)}.landing-hero__device--laptop{top:20%;width:96%}.landing-hero__device--printer{width:45%}}@media(max-width:960px){.home-page{min-height:auto;padding:0;overflow:clip}.landing-hero{min-height:auto}.landing-hero__inner{display:flex;flex-direction:column;width:100%;height:auto;min-height:0}.landing-hero__content{display:contents;animation:none}.landing-hero__title{order:1;width:100%;padding:clamp(42px,8vw,68px) clamp(28px,8vw,72px) 0;font-size:clamp(42px,7.4vw,62px);text-align:center}.landing-hero__title .bilingual-text,.landing-hero__title .bilingual-text__zh,.landing-hero__title .bilingual-text__en{align-items:center}.landing-hero__title-line--brand{font-size:clamp(34px,5.6vw,48px)}.landing-hero__title-line--tagline{font-size:clamp(18px,2.8vw,24px)}.landing-hero__visual{order:2;width:100%;height:auto;aspect-ratio:1.45 / 1;animation:none}.landing-hero__device--laptop{top:14%;right:7%;width:72%}.landing-hero__device--printer{left:10%;bottom:2%;width:34%}.landing-hero__device--phone{right:12%;bottom:7%;width:13.5%}.landing-hero__device--petwear{left:60.087%;top:81.844cqw;width:28.447%;animation:none}.landing-hero__actions{order:3;width:min(78%,520px);margin:12px auto clamp(42px,8vw,72px)}.landing-hero__button{min-height:64px;font-size:clamp(18px,3.2vw,24px)}.home-feedback__header,.home-process__inner{width:calc(100% - 40px);padding-left:0}.home-feedback__track{grid-auto-columns:min(58vw,380px);padding-inline:20px}}@media(max-width:560px){.landing-hero__title{padding:38px 18px 0;font-size:clamp(22px,7vw,34px);letter-spacing:-.05em}.landing-hero__title-line--brand{font-size:clamp(21px,6.2vw,26px)}.landing-hero__title-line--tagline{margin-top:9px;font-size:clamp(15px,4.3vw,18px)}.landing-hero__visual{aspect-ratio:1.12 / 1}.landing-hero__device--laptop{top:19%;right:4%;width:84%}.landing-hero__device--printer{left:4%;width:40%}.landing-hero__device--phone{right:8%;bottom:5%;width:16%}.landing-hero__actions{gap:14px;width:calc(100% - 52px);margin-top:18px}.landing-hero__button{min-height:58px;border-radius:12px;font-size:18px}.home-feedback{padding:64px 0 74px}.home-process{padding:60px 0 72px}.home-process__inner{width:calc(100% - 32px)}.home-process__header{margin-bottom:26px}.home-process__title{font-size:clamp(25px,7.2vw,32px)}.home-process__eyebrow{margin-top:10px;font-size:10px}.home-process__grid{grid-template-columns:1fr;gap:16px}.home-process__card{min-height:0;padding:28px 26px 32px;border-radius:24px}.home-process__number{margin-bottom:22px}.home-feedback__header{align-items:center;width:calc(100% - 32px);margin-bottom:24px}.home-feedback__title{font-size:clamp(25px,7.2vw,32px)}.home-feedback__controls{gap:8px}.home-feedback__control{width:42px;font-size:23px}.home-feedback__track{grid-auto-columns:min(82vw,340px);gap:18px;padding:8px 0 30px}}@media(prefers-reduced-motion:reduce){.landing-hero__content,.landing-hero__visual,.landing-hero__device--petwear{animation:none}.landing-hero__button,.home-feedback__control,.home-feedback-card,.home-feedback-card__link{transition:none}.home-feedback__track{scroll-behavior:auto}}@media(max-width:520px){.topbar{gap:12px}.brand .brand-cn{font-size:18px}.brand .brand-en{font-size:15px}.workspace{padding:10px}.measurement-sidebar{padding:14px}.measurement-field__label{font-size:13px}.panel--with-sidebar{min-height:240px}.panel--with-sidebar .canvas-wrap{min-height:220px}.viewport-tools{right:12px}.nav-mobile-toggle{height:48px}.nav-mobile-menu{max-height:min(70vh,420px)}.bottom-bar{align-items:stretch;padding:4px 12px;padding-bottom:calc(4px + env(safe-area-inset-bottom));gap:8px}.bottom-bar__links{flex-direction:column;align-items:flex-start;width:100%;gap:4px}.bottom-bar__brand{font-size:11px;line-height:1.3;gap:0}.bottom-link{font-size:11px;line-height:1.2;padding:1px 0}.actions__header{flex-direction:column;align-items:flex-start}.actions__toggle{width:100%;text-align:center}.measurement-modal{padding:12px}.measurement-modal__panel{width:100%;max-height:calc(100vh - 40px);border-radius:16px}}.home-option__menu-button:hover{background:#f3f3f3}.home-option__menu-button--disabled,.home-option__menu-button--disabled:hover{background:transparent;color:#3b1a2673;cursor:default;pointer-events:none}.category-page{display:flex;flex-direction:column;align-items:center;gap:36px;padding:56px 24px 120px;text-align:center;color:#5f2a3a}.category-page__title{display:flex;align-items:center;justify-content:center;margin:0}.category-page__title-text{gap:6px}.category-page__intro{width:min(760px,100%);margin:-16px auto 0;color:#6f4c58;font-size:16px;font-weight:300;line-height:1.7}.category-page__intro .bilingual-text__zh,.category-page__intro .bilingual-text__en{font-weight:300}.category-page__intro .bilingual-text__zh{font-size:20px}.category-page__title-text .bilingual-text__zh{font-size:30px;font-weight:400}.category-page__title-text .bilingual-text__en{font-size:24px;font-weight:500;letter-spacing:.02em}.category-page__divider{width:100%;max-width:1100px;height:1px;background:#e4c6d4;margin:0 0 2px}.category-page__grid{width:100%;max-width:1100px;display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:24px}.category-page__groups{width:100%;display:flex;flex-direction:column;align-items:center;gap:62px}.category-page__group{width:100%;display:flex;flex-direction:column;align-items:center;gap:22px}.category-page__group-title{margin:0;color:#5f2a3a;font-weight:400}.category-page__group-title .bilingual-text{gap:5px}.category-page__group-title .bilingual-text__zh{font-size:24px;font-weight:400}.category-page__group-title .bilingual-text__en{font-size:16px;font-weight:500;letter-spacing:.02em}.category-card{width:100%;height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:26px 20px;border-radius:28px;border:1px solid #e4c6d4;background:#fff;color:#5f2a3a;text-align:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-sizing:border-box}.category-card:hover{transform:translateY(-4px);box-shadow:0 16px 28px #5b21341f}.category-card--disabled{cursor:default;opacity:.6;box-shadow:none}.category-card--disabled:hover{transform:none}.category-card__image{width:min(180px,70%);height:180px;object-fit:contain;flex:0 0 auto}.category-card .accessory-card{width:min(180px,70%);height:180px;aspect-ratio:auto;flex:0 0 auto}.category-card__label .bilingual-text__zh{font-size:16px;font-weight:400}.category-card__label .bilingual-text__en{font-size:14px;font-weight:300}.category-card-shell{position:relative;width:100%;height:280px;display:grid;transition:transform .2s ease}.category-card-shell:hover{transform:translateY(-4px)}.category-card-shell--info-open{z-index:12}.category-card-shell>.category-card{height:100%;grid-area:1 / 1}.category-card-shell>.category-card:hover{transform:none}.category-card-shell:hover>.category-card{box-shadow:0 16px 28px #5b21341f}.category-card--with-info{padding-bottom:64px}.category-card__label-actions{position:static;grid-area:1 / 1;align-self:end;justify-self:stretch;z-index:4;display:grid;grid-template-columns:26px minmax(0,max-content) 26px;align-items:center;justify-content:center;column-gap:5px;margin:0 20px 20px;pointer-events:none}.category-card__label-actions:before{content:"";grid-column:1}.category-card__label-actions .category-card__label{grid-column:2;max-width:230px}.category-card__label-actions .category-card-info{grid-column:3}.category-card-info{position:static;flex:0 0 auto;display:flex;align-items:center;pointer-events:auto}.category-card-info__trigger{position:static;width:44px;height:44px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#5f2a3a;cursor:pointer;margin:-9px;pointer-events:auto}.category-card-info__trigger span{width:18px;height:18px;display:grid;place-items:center;border:.5px solid #caa6b6;border-radius:50%;background:transparent;font-family:inherit;font-size:12px;font-style:normal;font-weight:300;line-height:1;transition:background .2s ease,border-color .2s ease}.category-card-info__trigger:hover span,.category-card-info__trigger[aria-expanded=true] span{border-color:#5f2a3a;background:transparent}.category-card-shell--info-open .category-card__label-actions>.category-card__label,.category-card-info__trigger[aria-expanded=true]{opacity:0}.category-card-info__trigger:focus-visible,.category-card-info__enter:focus-visible{outline:2px solid #5f2a3a;outline-offset:3px}.category-card-info__popover{position:absolute;inset:0;z-index:5;width:auto;min-height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:28px 30px 24px;border:1px solid #e4c6d4;border-radius:28px;background:#fbeaf2bf;color:#3b1a26;box-shadow:none;box-sizing:border-box;pointer-events:auto;text-align:center}.category-card-info__heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.category-card-info__heading-row h3{margin:2px 0 0;color:#5f2a3a;font-size:17px;font-weight:500;line-height:1.35}.category-card-info__description{margin:12px 0 0;color:#5f4a53;font-size:14px;line-height:1.65}.category-card-info__measurements{margin-top:14px;padding:12px 14px;border-radius:14px;background:#fff7fb}.category-card-info__measurements strong{display:block;color:#5f2a3a;font-size:12px;font-weight:600;letter-spacing:.04em}.category-card-info__measurements p{margin:5px 0 0;color:#5f4a53;font-size:13px;line-height:1.55}.category-card-info__popover .category-card-info__heading-row{position:static;justify-content:center}.category-card-info__popover .category-card-info__heading-row h3{max-width:250px;margin:0;text-align:center}.category-card-info__popover .category-card-info__description{margin-top:16px;text-align:center}.category-card-info__popover .category-card-info__measurements{margin-top:18px;padding:15px 0 0;border-top:1px solid #caa6b6;border-radius:0;background:transparent;text-align:center}.category-card-info__popover .category-card-info__measurements p{text-align:center}.category-card-info__backdrop{position:fixed;inset:0;z-index:250;display:flex;align-items:flex-end;justify-content:center;background:#11070b99}.category-card-info__sheet{width:100%;max-height:calc(100dvh - 48px);overflow-y:auto;padding:10px 22px calc(24px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#fbeaf2bf;color:#3b1a26;box-shadow:0 30px 60px #11070b66;box-sizing:border-box;text-align:left}.category-card-info__sheet-handle{width:42px;height:4px;margin:0 auto 18px;border-radius:999px;background:#caa6b6}.category-card-info__sheet .category-card-info__heading-row h3{font-size:21px}.category-card-info__sheet .category-card-info__description{font-size:15px}.category-card-info__sheet .category-card-info__measurements{margin-top:18px;padding:16px 0 0;border-top:1px solid #caa6b6;border-radius:0;background:transparent}.category-card-info__enter{min-height:48px;display:flex;align-items:center;justify-content:center;margin-top:20px;padding:0 20px;border-radius:999px;background:#5f2a3a;color:#fff;font-size:15px;font-weight:500;text-decoration:none}.seo-content{width:min(1100px,100%);color:#3b1a26;text-align:left}.seo-content__sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.seo-content__section{padding:28px;border:1px solid #ead1dc;border-radius:24px;background:#fff;box-shadow:0 14px 34px #3b1a2612}.seo-content__section:nth-child(2){border-color:#eadbe3;background:#fffafd}.seo-content__section h2,.seo-content__related h2{margin:0 0 14px;color:#5f2a3a;font-size:20px;font-weight:500;line-height:1.35}.seo-content__section p,.seo-content__section li{color:#5f4a53;font-size:15px;line-height:1.8}.seo-content__section p{margin:0}.seo-content__section p+p{margin-top:12px}.seo-content__section ul{margin:16px 0 0;padding-left:20px}.seo-content__section li+li{margin-top:8px}.seo-content__related{margin-top:24px;padding:28px;border-radius:24px;background:#fff7fb;border:1px solid #ead1dc}.seo-content__related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.seo-content__related-grid a{display:flex;flex-direction:column;gap:6px;padding:16px 18px;border:1px solid rgba(95,42,58,.14);border-radius:16px;background:#fff;color:#5f2a3a;text-decoration:none;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.seo-content__related-grid a:hover{border-color:#5f2a3a59;color:#5f2a3a;transform:translateY(-2px);box-shadow:0 10px 20px #3b1a2614}.seo-content__related-grid a:focus-visible{outline:2px solid rgba(95,42,58,.6);outline-offset:3px}.seo-content__related-grid strong{font-size:14px;font-weight:500}.seo-content__related-grid span{color:#6f5962;font-size:13px;font-weight:300;line-height:1.55}.seo-content--guide .seo-content__sections{grid-template-columns:1fr}.seo-content--guide .seo-content__section{padding:0 0 22px;border:0;border-bottom:1px solid #e8d8df;border-radius:0;background:transparent;box-shadow:none}.seo-content--guide .seo-content__section:last-child{padding-bottom:0;border-bottom:0}.seo-content--guide .seo-content__related{margin-top:24px;padding:22px}.seo-content--process{padding:46px 0 0;border:0;border-top:1px solid #e4c6d4;border-radius:0;background:transparent;box-sizing:border-box;text-align:center}.seo-content__process-header h2{margin:0 0 36px;color:#5f2a3a;font-size:24px;font-weight:400;line-height:1.35;text-align:center}.seo-content--process .seo-content__sections{gap:40px}.seo-content--process .seo-content__section,.seo-content--process .seo-content__section:nth-child(2){padding:0 20px;border:0;border-radius:0;background:transparent;box-shadow:none}.seo-content--process .seo-content__section:first-child{padding-left:20px}.seo-content--process .seo-content__section:last-child{padding-right:20px}.seo-content__step{display:block;margin-bottom:9px;color:#caa6b6;font-size:12px;font-weight:600;letter-spacing:.12em}.seo-content--process .seo-content__section h3{margin:0 0 13px;color:#5f2a3a;font-size:19px;font-weight:400;line-height:1.4;text-align:center}.seo-content--process .seo-content__section p,.seo-content--process .seo-content__section li{text-align:center}.home-studio-social{width:100%;background:radial-gradient(circle at 82% 37%,rgba(234,209,220,.86),transparent 38%),linear-gradient(112deg,#fff,#fcf6f8 55%,#ead1dc)}.home-studio{position:relative;isolation:isolate;display:flex;align-items:center;width:100%;min-height:calc(100dvh - var(--topbar-height));overflow:hidden;color:#5f2a3a;background:transparent}.home-studio__artwork{position:absolute;z-index:-1;right:clamp(18px,4vw,72px);top:50%;width:min(45vw,720px);max-height:82%;object-fit:contain;transform:translateY(-50%);opacity:.2;filter:grayscale(.35) saturate(.7);-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.home-studio__inner{width:min(calc(100% - clamp(36px,5vw,96px)),1680px);margin:0 auto;padding-left:clamp(42px,6vw,108px)}.home-studio__content{width:min(58%,800px)}.home-studio__eyebrow{margin:0 0 clamp(18px,2vw,28px);font-size:clamp(11px,.92vw,14px);font-weight:500;line-height:1.4;letter-spacing:.2em;text-transform:uppercase}.home-studio__title{margin:0;color:#5f2a3a;font-size:clamp(36px,3.1vw,50px);font-weight:300;line-height:1.12;letter-spacing:-.035em}.home-studio__title .bilingual-text,.home-studio__title .bilingual-text__zh,.home-studio__title .bilingual-text__en{align-items:flex-start}.home-studio__title .bilingual-text__zh{font-weight:300;letter-spacing:.02em}.home-studio__description{max-width:720px;margin:clamp(30px,3.4vw,52px) 0 0;font-size:clamp(16px,1.28vw,20px);font-weight:300;line-height:1.85}.home-studio__description .bilingual-text,.home-studio__description .bilingual-text__zh,.home-studio__description .bilingual-text__en{width:100%}.home-studio__description .bilingual-text__zh{font-weight:300}.home-studio__description p{margin:0}.home-studio__description p+p{margin-top:1em}.home-studio__description a{color:inherit;font-weight:450;text-decoration-color:#5f2a3a75;text-decoration-thickness:1px;text-underline-offset:.16em}.home-studio__description a:hover{text-decoration-color:currentColor}.home-studio__description a:focus-visible{border-radius:2px;outline:3px solid rgba(95,42,58,.32);outline-offset:3px}.home-studio__quote{width:min(560px,90%);margin:clamp(26px,2.8vw,42px) 0 clamp(28px,3vw,46px);padding:20px 24px;border-left:3px solid #5f2a3a;background:#ead1dc6b}.home-studio__quote p,.home-studio__quote footer{margin:0}.home-studio__quote p{font-size:clamp(18px,1.5vw,23px);font-weight:300;line-height:1.45}.home-studio__quote footer{margin-top:7px;font-size:clamp(13px,1.05vw,16px);font-weight:300;line-height:1.5}.home-studio__quote .bilingual-text__zh{font-weight:300}.home-studio__button{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;gap:12px;min-height:52px;padding:12px 24px;border:1px solid #5f2a3a;border-radius:28px;background:#5f2a3a;color:#fff;cursor:pointer;font-size:15px;font-weight:500;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease}.home-studio__button .bilingual-text{flex:0 0 auto;width:auto}.home-studio__button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #5f2a3a2e}.home-studio__button:focus-visible{outline:3px solid rgba(95,42,58,.42);outline-offset:4px}.home-social{display:flex;align-items:center;justify-content:center;width:100%;min-height:clamp(150px,20vh,220px);padding:clamp(38px,4vw,60px) 20px;background:#fff}.home-studio-social .home-social{background:transparent}.home-social__links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:clamp(12px,1.5vw,20px)}.home-social__link{display:block;width:clamp(44px,3.4vw,52px);height:clamp(44px,3.4vw,52px);border-radius:clamp(9px,.8vw,11px);transition:transform .18s ease,filter .18s ease}.home-social__link img{display:block;width:100%;height:100%}.home-social__link:hover{transform:translateY(-3px);filter:drop-shadow(0 8px 10px rgba(95,42,58,.14))}.home-social__link:focus-visible{outline:3px solid rgba(95,42,58,.42);outline-offset:4px}@media(prefers-reduced-motion:reduce){.home-social__link{transition:none}}.blog-page,.blog-article-page{width:100%;min-height:calc(100dvh - var(--topbar-height));color:#5f2a3a;background:#fff}.blog-page{padding:clamp(70px,7vw,112px) clamp(24px,5vw,72px) clamp(96px,9vw,144px)}.blog-page__header,.blog-page__grid{width:min(1180px,100%);margin-inline:auto}.blog-page__header{margin-bottom:clamp(44px,5vw,72px)}.blog-page__eyebrow,.blog-article__meta{color:#5f2a3a;font-size:12px;font-weight:500;line-height:1.4;letter-spacing:.18em;text-transform:uppercase}.blog-page__eyebrow{margin:0 0 18px}.blog-page__title{max-width:900px;margin:0;color:#5f2a3a;font-size:clamp(38px,4.2vw,66px);font-weight:300;line-height:1.08;letter-spacing:-.04em}.blog-page__title .bilingual-text__zh{font-weight:300}.blog-page__intro{max-width:720px;margin:24px 0 0;font-size:clamp(15px,1.25vw,19px);font-weight:300;line-height:1.75}.blog-page__intro .bilingual-text__zh,.blog-card__excerpt .bilingual-text__zh{font-weight:300}.blog-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,3vw,42px)}.blog-card{min-width:0}.blog-card__link{display:block;width:100%;height:100%;padding:0;overflow:hidden;border:1px solid rgba(95,42,58,.18);border-radius:28px;background:#fff;color:#5f2a3a;cursor:pointer;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.blog-card__link:hover{transform:translateY(-5px);box-shadow:0 18px 36px #5f2a3a1a}.blog-card__link:focus-visible{outline:3px solid rgba(95,42,58,.42);outline-offset:4px}.blog-card__media{width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#fff}.blog-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .42s cubic-bezier(.22,1,.36,1)}.blog-page img,.blog-article-page img{-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.blog-card__link:hover .blog-card__image{transform:scale(1.025)}.blog-card__copy{padding:clamp(24px,3vw,38px)}.blog-card__meta{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:20px;font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.blog-card__date{flex:0 0 auto;opacity:.7}.blog-card__title{margin:18px 0 14px;color:#5f2a3a;font-size:clamp(23px,2.2vw,32px);font-weight:300;line-height:1.25;letter-spacing:-.025em}.blog-card__title .bilingual-text__zh{font-weight:300}.blog-card__excerpt{margin:0;font-size:15px;font-weight:300;line-height:1.7}.blog-card__read-more{display:inline-flex;align-items:center;gap:10px;margin-top:24px;font-size:13px;font-weight:500}.blog-article-page{padding:clamp(56px,6vw,92px) clamp(22px,5vw,72px) clamp(100px,10vw,160px)}.blog-article{width:min(1100px,100%);margin:0 auto}.blog-article__back{display:inline-flex;flex-direction:row;align-items:center;gap:10px;padding:9px 0;border:0;background:transparent;color:#5f2a3a;cursor:pointer;font-size:13px;font-weight:500}.blog-article__back:hover{opacity:.72}.blog-article__header{width:min(900px,100%);margin:clamp(44px,5vw,72px) 0 clamp(38px,4vw,58px)}.blog-article__meta{display:flex;align-items:center;gap:18px}.blog-article__meta>span:not(:first-child):before{content:"·";margin-right:18px}.blog-article__title{margin:18px 0 0;color:#5f2a3a;font-size:clamp(38px,4.5vw,68px);font-weight:300;line-height:1.12;letter-spacing:-.045em}.blog-article__title .bilingual-text__zh{font-weight:300}.blog-article__lead{max-width:780px;margin:26px 0 0;font-size:clamp(17px,1.5vw,21px);font-weight:300;line-height:1.75}.blog-article__lead .bilingual-text__zh,.blog-article__body .bilingual-text__zh{font-weight:300}.blog-article__hero{display:block;width:100%;max-height:680px;border-radius:clamp(24px,3vw,38px);background:#fff;object-fit:contain}.blog-article__body{width:min(780px,100%);margin:clamp(52px,6vw,86px) auto}.blog-article__body p{margin:0 0 1.5em;color:#5f2a3a;font-size:clamp(16px,1.28vw,19px);font-weight:300;line-height:1.9}.blog-article__body .bilingual-text,.blog-article__body .bilingual-text__zh,.blog-article__body .bilingual-text__en{width:100%}.blog-article__body .blog-article__related{margin-top:2.25em;padding-top:1.25em;border-top:1px solid rgba(95,42,58,.18)}.blog-article__related a{color:inherit;font-weight:500;text-decoration:underline;text-decoration-color:#5f2a3a66;text-underline-offset:.22em}.blog-article__related a:hover{text-decoration-color:currentColor}.blog-article__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(20px,3vw,36px);align-items:start}.blog-article__gallery--single{grid-template-columns:minmax(0,760px);justify-content:center}.blog-article__gallery img{display:block;width:100%;max-height:880px;border-radius:clamp(20px,2.4vw,32px);background:#fff;object-fit:contain}.blog-article__footer{display:flex;justify-content:center;margin-top:clamp(62px,7vw,104px)}.blog-article__back--footer{min-height:48px;padding:10px 22px;border:1px solid #5f2a3a;border-radius:25px}@media(max-width:960px){.home-studio{min-height:auto;padding:clamp(76px,12vw,112px) 0}.home-studio__inner{width:calc(100% - 40px);padding-left:0}.home-studio__content{width:min(76%,720px)}.home-studio__artwork{right:-10%;width:56vw;opacity:.14}.home-studio__title{font-size:clamp(34px,5.6vw,48px)}}@media(max-width:720px){.blog-page__grid,.blog-article__gallery{grid-template-columns:1fr}}@media(max-width:560px){.home-social{min-height:0;padding:20px 16px}.home-studio{padding:70px 0 32px}.home-studio__inner{width:calc(100% - 32px)}.home-studio__content{width:100%}.home-studio__artwork{right:-30%;top:58%;width:92vw;opacity:.09}.home-studio__eyebrow{max-width:280px;font-size:10px}.home-studio__title{font-size:clamp(21px,6.2vw,26px);line-height:1.12}.home-studio__description{margin-top:28px;font-size:15px;line-height:1.75}.home-studio__quote{width:100%;margin:26px 0 30px;padding:18px 20px}.blog-page{padding:56px 16px 96px}.blog-page__title{font-size:clamp(34px,10vw,46px)}.blog-page__intro{margin-top:18px;font-size:15px}.blog-card__link{border-radius:24px}.blog-card__copy{padding:24px}.blog-card__title{font-size:24px}.blog-article-page{padding:42px 16px 96px}.blog-article__header{margin:34px 0}.blog-article__title{font-size:clamp(32px,9.5vw,42px)}.blog-article__lead{margin-top:20px;font-size:16px}.blog-article__hero{border-radius:22px}.blog-article__body{margin:42px auto 54px}.blog-article__body p{font-size:16px;line-height:1.85}}@media(max-width:900px){.category-page__grid{grid-template-columns:repeat(2,minmax(220px,1fr))}.seo-content__sections{grid-template-columns:1fr}.seo-content--process .seo-content__section,.seo-content--process .seo-content__section:nth-child(2),.seo-content--process .seo-content__section:first-child,.seo-content--process .seo-content__section:last-child{padding:0;border:0}}@media(max-width:640px){.category-page{padding:48px 16px 96px}.category-page__title-text .bilingual-text__zh{font-size:26px}.category-page__title-text .bilingual-text__en{font-size:18px}.category-page__grid{grid-template-columns:minmax(220px,1fr);gap:16px}.category-page__groups{gap:46px}.category-page__group{gap:18px}.category-page__group-title .bilingual-text__zh{font-size:22px}.category-page__group-title .bilingual-text__en{font-size:15px;font-weight:500}.category-card{height:250px;padding:22px 16px}.category-card-shell{height:250px}.category-card__image,.category-card .accessory-card{width:min(160px,70%);height:160px}.seo-content__section,.seo-content__related{padding:22px 18px;border-radius:20px}.seo-content__section h2,.seo-content__related h2{font-size:18px}.seo-content__section p,.seo-content__section li{font-size:14px}.seo-content__related-grid{grid-template-columns:1fr}.seo-content--process{padding:38px 0 0;border-radius:0}.seo-content__process-header h2{margin-bottom:30px;font-size:21px}.seo-content--process .seo-content__sections{gap:34px}.seo-content--process .seo-content__section h3{font-size:18px}}.panel{position:relative;height:100%}.canvas-wrap{width:100%;height:100%;overscroll-behavior:contain}canvas{touch-action:none}.viewport-tools{position:absolute;right:16px;bottom:calc(var(--bottom-bar-height) + 16px);bottom:calc(var(--bottom-bar-height) + 16px + env(safe-area-inset-bottom));display:flex;gap:8px}.viewport-tools button{min-height:32px;padding:6px 10px;font-size:13px;border-radius:8px;border:1px solid #caa6b6;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center}.semantic-legend{position:absolute;top:14px;left:14px;z-index:80;width:min(260px,calc(100% - 28px));max-height:min(45vh,360px);overflow:auto;padding:10px 12px;border:1px solid rgba(95,42,58,.18);border-radius:8px;background:#ffffffe6;box-shadow:0 8px 24px #27181f1f;color:#342129;pointer-events:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.semantic-legend__header{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding-bottom:7px;border-bottom:1px solid rgba(95,42,58,.12)}.semantic-legend__title{font-family:Noto Sans SC,Noto Sans Simplified Chinese,sans-serif;font-size:13px;font-weight:500}.semantic-legend__mode{font-size:10px;font-weight:500;color:#34212994}.semantic-legend__items{display:grid;gap:6px;padding:6px 0 8px}.semantic-legend__section{padding-top:8px;color:#342129a8;font-family:Noto Sans SC,Noto Sans Simplified Chinese,sans-serif;font-size:10px;font-weight:500}.semantic-legend__item{display:grid;grid-template-columns:62px minmax(0,1fr);align-items:center;gap:8px;min-height:26px}.semantic-legend__sample{display:block;width:58px;height:16px}.semantic-legend__sample svg{display:block;width:100%;height:100%}.semantic-legend__copy{display:grid;gap:1px;min-width:0;line-height:1.15}.semantic-legend__copy span:first-child{font-family:Noto Sans SC,Noto Sans Simplified Chinese,sans-serif;font-size:11px;font-weight:400}.semantic-legend__copy span:last-child{overflow:hidden;color:#34212994;font-size:10px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.semantic-legend__footer{display:flex;flex-wrap:wrap;gap:6px;padding-top:7px;border-top:1px solid rgba(95,42,58,.12);color:#3421299e;font-size:10px;font-weight:500}.actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:min(320px,100%)}.actions--mobile-trigger{pointer-events:auto;width:100%;display:flex;justify-content:center}.actions__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.actions__title{font-size:15px;font-weight:600;color:#5f2a3a}.actions__toggle{min-height:30px;padding:4px 10px;font-size:13px}.actions__content{width:100%;display:flex;flex-direction:column;gap:12px}.actions__fab{width:min(320px,100%);min-width:0;height:auto;min-height:52px;padding:14px 24px;border-radius:999px;font-size:15px;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;gap:4px;text-align:center;white-space:normal;text-wrap:balance;font-weight:600;background:#5f2a3a;color:#fff;border:none;box-shadow:0 12px 24px #3b1a2647}.actions__fab .bilingual-text{align-items:center;text-align:center;gap:2px}.actions-sheet{position:fixed;inset:0;background:#11070b8c;display:flex;align-items:center;justify-content:center;padding:clamp(12px,4vw,24px);z-index:120}.actions-sheet__panel{width:min(520px,100%);max-height:calc(100vh - clamp(24px,8vw,48px));background:#fff;border-radius:24px;padding:clamp(16px,4vw,28px);box-shadow:0 30px 60px #11070b66;overflow-y:auto}.actions-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.actions-sheet__close{width:36px;height:36px;min-height:36px;border-radius:50%;padding:0;font-size:20px;line-height:1;display:inline-flex;align-items:center;justify-content:center;color:#5f2a3a;border-color:#caa6b6}.export-controls{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.workflow-step{display:flex;flex-direction:column;gap:4px;padding-bottom:8px;border-bottom:1px solid rgba(95,42,58,.16)}.workflow-step span{font-size:12px;color:#8a6873}.workflow-step strong{font-size:14px;color:#3b1a26}.pricing-summary{width:100%;display:flex;flex-direction:column;gap:6px;font-size:12px}.pricing-summary>div{display:flex;justify-content:space-between;gap:12px;color:#6b4b56}.pricing-summary strong{color:#3b1a26;white-space:nowrap}.pricing-summary__total{margin-top:4px;padding-top:8px;border-top:1px solid rgba(95,42,58,.16);font-size:14px}.pricing-summary__total-label{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;min-width:0}.currency-toggle{display:inline-flex;align-items:center;gap:2px;padding:2px;border:1px solid rgba(95,42,58,.25);border-radius:999px;background:#ffffffc7}.currency-toggle__button{min-height:22px;padding:2px 7px;border:none;border-radius:999px;background:transparent;color:#6b4b56;font-size:10px;line-height:1;box-shadow:none}.currency-toggle__button--active{background:#5f2a3a;color:#fff}.workflow-navigation,.workflow-navigation button{width:100%}.workflow-navigation--back button{background:#fff;color:#5f2a3a;border:1px solid rgba(95,42,58,.35)}.payment-gate{display:flex;flex-direction:column;gap:8px;align-items:flex-start;width:100%;max-width:none;text-align:left}.payment-gate__primary{width:100%;border-color:#5f2a3a;background:#5f2a3a;color:#fff}.payment-gate__primary:hover:not(:disabled){border-color:#713247;background:#713247}.payment-gate__primary:disabled{border-color:#5f2a3a;background:#5f2a3a;color:#fff;opacity:.58}.payment-menu{display:flex;flex-direction:column;align-items:stretch;gap:8px;width:100%;padding:12px;border-radius:12px;border:1px dashed #caa6b6;background:#ffffffd9;box-shadow:0 4px 18px #3a172214}.payment-menu p{margin:0;font-size:12px;color:#6b4b56}.payment-menu button{width:100%;border-style:solid}.payment-gate p,.export-controls p{margin:0}.status{font-size:12px;color:#6b4b56}.error{font-size:12px;color:#c62828;text-align:left}.pet-accessory-panel__content{display:flex;flex-direction:column;gap:18px;overflow-y:auto}.pet-accessory-panel__selection-summary{margin:0;padding:9px 10px;border:1px solid rgba(95,42,58,.16);border-radius:9px;background:#fbf7f8;color:#5f2a3a;font-size:12px}.pet-accessory-panel__check{display:flex;align-items:center;gap:10px;font-size:14px;color:#3b1a26;cursor:pointer}.pet-accessory-panel__check input{width:18px;height:18px;accent-color:#5f2a3a}.pet-accessory-panel__check--subtle{color:#6b4b56}.pet-accessory-panel__group{display:flex;flex-direction:column;gap:10px}.pet-accessory-panel__label{font-size:12px;color:#8a6873}.pet-accessory-panel__segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pet-accessory-panel__measurements{display:flex;flex-direction:column;gap:8px}.pet-accessory-panel__measurement-field{gap:6px}.pet-accessory-panel__measurement-field .measurement-field__input{gap:8px}.main--workspace .workspace--mobile-split .pet-accessory-panel__measurement-field .measurement-field__input{display:flex;grid-template-columns:none;justify-content:flex-end;gap:0;position:relative;align-items:stretch;width:100%}.main--workspace .workspace--mobile-split .pet-accessory-panel__measurement-field .measurement-field__control{width:100%;min-width:0;text-align:center;flex:1;padding-left:calc(var(--mobile-section-unit) * .3);padding-right:calc(var(--mobile-section-unit) * .3)}.main--workspace .workspace--mobile-split .pet-accessory-panel__measurement-field .measurement-stepper{position:absolute;top:0;bottom:0;min-width:0;min-height:0;width:calc(var(--mobile-section-unit) * .3);height:100%;border:none;background:transparent;padding:0;z-index:1}.main--workspace .workspace--mobile-split .pet-accessory-panel__measurement-field .measurement-stepper--down{left:0}.main--workspace .workspace--mobile-split .pet-accessory-panel__measurement-field .measurement-stepper--up{right:0}.pet-accessory-panel__option{min-height:42px;border:1px solid rgba(95,42,58,.28);background:#fff;color:#5f2a3a}.pet-accessory-panel__option--visual{min-height:0;padding:0;gap:0;justify-content:flex-start;overflow:hidden;border-radius:12px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.pet-accessory-panel__option--visual:hover{border-color:#5f2a3aa6;transform:translateY(-1px)}.pet-accessory-panel__option-preview{position:relative;display:block;flex:0 0 auto;width:100%;aspect-ratio:2 / 1;overflow:hidden;background:#fff}.pet-accessory-panel__option-preview-image{position:absolute;max-width:none;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.pet-accessory-panel__option-label{display:flex;flex:1 0 auto;width:100%;min-height:34px;padding:5px 8px;align-items:center;justify-content:center;box-sizing:border-box}.pet-accessory-panel__option--active{background:#5f2a3a;color:#fff}.pet-accessory-panel__option--visual.pet-accessory-panel__option--active{border-color:#5f2a3a;background:#fff;color:#fff;box-shadow:0 0 0 2px #5f2a3a29}.pet-accessory-panel__option--visual.pet-accessory-panel__option--active .pet-accessory-panel__option-label{background:#5f2a3a}.pet-accessory-panel__field{display:grid;grid-template-columns:minmax(0,1fr) minmax(80px,34%) auto;align-items:center;gap:8px;font-size:13px;color:#3b1a26}.pet-accessory-panel__field input{width:100%}button{min-height:32px;padding:6px 10px;border-radius:8px;border:1px solid #caa6b6;background:#fff;cursor:pointer;font-weight:500;display:inline-flex;flex-direction:column;gap:2px;justify-content:center;align-items:center;text-align:center}button:disabled{cursor:not-allowed}.download-button:disabled{background:#f2ecef;color:#a18593;border-color:#e2cfd7}.download-button--ghost{background:#fff6;color:#5f2a3a;border-style:dashed}.download-button--ghost:disabled{color:#5f2a3a99;border-color:#5f2a3a4d}.about-page{display:flex;flex-direction:column;gap:24px;max-width:960px;margin:0 auto;padding:32px 40px 48px;color:#3b1a26}.about-header h1{margin:0 0 12px;font-size:32px;font-weight:500}.about-header p{margin:0;font-size:18px;line-height:1.6}.about-section h2{margin:0 0 12px;font-size:22px;font-weight:300}.about-section p{margin:0 0 12px;font-size:16px;line-height:1.6}.about-section ul{margin:0;padding-left:20px;display:grid;gap:8px;font-size:16px;line-height:1.6}.about-section li strong{font-weight:300}body p,body li,.about-section p,.payment-gate p,.export-controls p,.home-page__hero p,.home-option p{font-weight:100}.bottom-bar{position:fixed;bottom:0;left:0;width:100%;min-height:var(--bottom-bar-height);padding:6px 16px;padding-bottom:calc(6px + env(safe-area-inset-bottom));background:#fbf4f7;border-top:1px solid #d9b9c6;display:flex;justify-content:space-between;align-items:center;gap:16px;z-index:9}.app--home .bottom-bar{position:static;height:var(--bottom-bar-height)}.bottom-bar__brand{display:flex;flex-direction:column;gap:2px;color:#3b1a26;font-size:12px;justify-content:center}.bottom-bar__links{display:flex;align-items:center;align-self:center;gap:12px}.bottom-bar .bilingual-text__zh{font-family:inherit;font-weight:100}.bottom-link{background:transparent;border:none;border-radius:0;height:auto;color:#5f2a3a;font-weight:300;font-size:13px;cursor:pointer;padding:2px 6px;display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2px;text-align:left}.bottom-link:hover{text-decoration:underline}.pet-placeholder{display:flex;justify-content:center;align-items:center;padding:80px 24px 120px;min-height:100%}.pet-placeholder__card{display:flex;flex-direction:column;gap:16px;max-width:540px;padding:36px 32px;background:#fff;border-radius:20px;border:1px solid #d9b9c6;text-align:left;color:#3b1a26;box-shadow:0 12px 24px #5b21341f}.pet-placeholder__card h1{margin:0;font-size:30px;font-weight:500}.pet-placeholder__card p{margin:0;font-size:16px;line-height:1.6}
