:root{--bg:#f6ede5;--surface:rgba(252,243,233,0.86);--surface-strong:#fef8f1;--ink:#4b3025;--muted:#7d665a;--line:rgba(135,105,85,0.2);--accent:#c78e38;--accent-soft:#f2dfc5;--accent-deep:#855347;--teal:#8d5f55;--gold:#d2a05c;--shadow:0 18px 42px rgba(109,73,53,0.12);--radius-xl:32px;--radius-lg:22px;--radius-md:16px;--content-width:1180px;--font-sans:var(--font-noto-sans-tc),"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;--font-display:var(--font-noto-serif-tc),"Noto Serif TC","PMingLiU",serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);background:radial-gradient(circle at top left,rgba(255,255,255,.68),transparent 36%),radial-gradient(circle at bottom right,rgba(199,142,56,.14),transparent 32%),repeating-linear-gradient(35deg,transparent 0 76px,rgba(214,188,158,.2) 76px 80px,transparent 80px 160px),linear-gradient(180deg,#fbf5ee,#f7eee5 44%,#f1e6dc);color:var(--ink)}.gradient-text,.site-brand strong,h1,h2,h3,h4{font-family:var(--font-display)}main{overflow-x:clip}a{color:inherit;text-decoration:none}a,button{cursor:pointer}button[disabled]{cursor:not-allowed;background:#d6d6d6}img{max-width:100%;display:block}.avatar-placeholder,.avatar-placeholder--lg{border-radius:50%;border:1px solid rgba(84,64,52,.15);background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.9),rgba(243,214,199,.9)),linear-gradient(135deg,#f3d6c7,#f2c0a4);position:relative;overflow:hidden}.avatar-placeholder{width:56px;height:56px}.avatar-placeholder--lg{width:72px;height:72px}.avatar-placeholder--lg:before,.avatar-placeholder:before{content:"";position:absolute;width:40%;height:40%;border-radius:50%;background:rgba(255,255,255,.96);top:18%;left:30%}.avatar-placeholder--lg:after,.avatar-placeholder:after{content:"";position:absolute;width:70%;height:45%;border-radius:50% 50% 0 0;background:rgba(255,255,255,.92);bottom:-4%;left:15%}button,input,select,textarea{font:inherit}.page{width:min(calc(100% - 32px),var(--content-width));margin:0 auto;padding:28px 0 80px}.page-mobile-inset{padding-inline:0}h1.head-title{margin:0;font-size:"clamp(34px, 5vw, 60px)"}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30}.error{color:#84351d}.site-header-bar{width:min(calc(100% - 24px),1240px);margin:16px auto 0;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-radius:999px;border:1px solid rgba(135,105,85,.18);background:rgba(250,241,232,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 28px rgba(109,73,53,.1)}.site-brand{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.site-nav{display:flex;gap:18px;flex-wrap:wrap;align-items:center;justify-content:center}.site-nav a{color:var(--muted);font-size:14px;font-weight:500;transition:color .15s ease}.site-nav a:hover{color:var(--ink)}.site-header-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.site-header-mobile-menu{display:none}.desktop-auth-only{display:flex}.mobile-nav{display:none}.session-controls{display:flex;align-items:center;gap:10px}.mobile-nav-trigger{width:48px;height:48px;border-radius:16px;border:0;background:transparent;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;padding:0 12px;cursor:pointer}.mobile-nav-trigger span{display:block;width:100%;height:2px;border-radius:999px;background:var(--ink)}.mobile-nav-panel{position:absolute;top:calc(100% + 10px);right:0;left:auto;width:min(360px,calc(100vw - 32px));min-width:280px;padding:14px;border-radius:22px;z-index:40}.mobile-nav-panel.card{background:rgba(255,249,244,.98);border-color:rgba(84,64,52,.14);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 24px 48px rgba(83,49,27,.16)}.mobile-nav-link{display:block;padding:14px 16px;border-radius:14px;color:var(--ink);font-size:15px;font-weight:600;opacity:.62;transition:background .15s ease,opacity .15s ease,color .15s ease}.mobile-nav-link.is-active{opacity:1;background:rgba(255,255,255,.86);color:var(--accent-deep)}.mobile-nav-action{width:100%;border:none;background:rgba(189,79,40,.08);color:var(--accent-deep);text-align:left;padding:14px 16px;border-radius:14px;font-size:15px;font-weight:700}.mobile-nav-divider{height:1px;margin:4px 2px;background:rgba(84,64,52,.1)}.mobile-nav-link:hover{background:rgba(255,255,255,.8);opacity:1}.auth-shell{max-width:760px;margin:24px auto 0}.auth-card{padding:28px}.site-footer-grid{padding:28px;display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:20px;gap:20px}.section{margin-top:32px}.section-head{display:flex;align-items:flex-end;gap:20px;margin-bottom:18px}.section-head h2{margin:0;font-size:clamp(28px,4vw,44px);line-height:1}.section-head p{margin:0;max-width:580px;color:var(--muted);line-height:1.7}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s ease,box-shadow .2s ease}.card-hover:hover{transform:translateY(-4px);box-shadow:0 32px 72px rgba(83,49,27,.16)}.pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;background:rgba(199,142,56,.14);color:var(--accent-deep);font-size:13px;font-weight:700}.auth-pill{background:#31b646;color:#fff;font-size:9px;border-radius:8px;padding:4px;margin-left:6px;margin-top:-18px}.button,.button-ghost,.button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border-radius:999px;padding:0 22px;border:1px solid transparent;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease;text-align:center;font-weight:600;font-size:15px}.button-ghost:hover,.button-secondary:not([disabled]):hover,.button:not([disabled]):hover{transform:translateY(-2px)}.button:not([disabled]){background:linear-gradient(135deg,#c8923e,#b8783f);color:white;box-shadow:0 10px 24px rgba(156,101,54,.28)}.button:not([disabled]):hover{box-shadow:0 14px 32px rgba(156,101,54,.36)}.button-secondary{background:rgba(255,252,247,.94);color:var(--accent-deep);border-color:rgba(135,105,85,.24)}.button-ghost{background:transparent;color:var(--accent-deep);border-color:rgba(156,101,54,.28)}.upload-input-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);white-space:nowrap}.upload-tile-button{aspect-ratio:1;width:min(100%,220px);min-height:152px;border:1px dashed rgba(189,79,40,.28);border-radius:14px;background:linear-gradient(180deg,rgba(189,79,40,.12),rgba(214,164,58,.1));box-shadow:inset 0 1px 0 rgba(255,255,255,.6);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--accent-deep);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.upload-tile-button:hover{transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.64),0 10px 22px rgba(132,53,29,.12)}.upload-tile-button.is-disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}.upload-tile-icon{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.82);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(132,53,29,.12);font-size:26px;line-height:1}.upload-tile-label{font-size:15px;font-weight:700}.grid-2,.grid-3,.grid-4{display:grid;grid-gap:18px;gap:18px}.info-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:5px;gap:5px;font-size:8px}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.muted{color:var(--muted)}.notification{display:inline-block;color:var(--accent-deep);background:var(--accent-soft);border:1px solid rgba(189,79,40,.22);border-radius:12px;padding:10px 12px;line-height:1.75}.verification-notification{display:block;width:100%}.verification-notification-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.verification-notification-row+.verification-notification-row{margin-top:4px}.stack-lg,.stack-md,.stack-sm,.stack-xs{display:flex;flex-direction:column}.stack-xs{gap:4px}.stack-sm{gap:8px}.stack-md{gap:14px}.stack-lg{gap:22px}.label{color:var(--muted);font-size:14px;font-weight:700}.input,.select,.textarea{width:100%;border-radius:14px;border:1px solid rgba(84,64,52,.16);background:rgba(255,255,255,.72);padding:14px 16px;color:var(--ink);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.select:focus,.textarea:focus{border-color:rgba(189,79,40,.4);box-shadow:0 0 0 3px rgba(189,79,40,.08)}.select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23655d56' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;cursor:pointer}.textarea{min-height:132px;resize:vertical}.field-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.size-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.profile-form-shell{gap:18px}.profile-tab-list{display:flex;gap:10px;overflow-x:auto;padding:4px;margin:0 -4px;scrollbar-width:none}.profile-tab-list::-webkit-scrollbar{display:none}.profile-tab-item{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px}.profile-tab-button{flex:0 0 auto;min-height:46px;padding:0 16px;border-radius:16px;border:1px solid rgba(84,64,52,.12);background:rgba(255,255,255,.72);color:var(--muted);font-size:14px;font-weight:700;white-space:nowrap;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.profile-tab-button:hover{transform:translateY(-1px);border-color:rgba(189,79,40,.2)}.profile-tab-button.is-active{background:linear-gradient(135deg,rgba(189,79,40,.14),rgba(214,164,58,.18));border-color:rgba(189,79,40,.28);color:var(--accent-deep);box-shadow:0 12px 26px rgba(189,79,40,.12)}.studio-stats-tabs{margin-bottom:10px;gap:12px}.studio-stats-tab-item{flex:1 1 170px;min-width:170px}.studio-stats-tab{width:100%;min-height:88px;padding:14px 16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;cursor:default;background:linear-gradient(135deg,rgba(189,79,40,.14),rgba(214,164,58,.18));border-color:rgba(189,79,40,.24);color:var(--accent-deep);box-shadow:0 12px 26px rgba(189,79,40,.08)}.studio-stats-tab:hover{transform:none}.studio-stats-tab-value{font-size:32px;line-height:1;color:var(--accent);letter-spacing:-.03em}.studio-stats-tab-label{color:var(--muted);font-size:14px;font-weight:700}.profile-tab-actions{display:inline-flex;align-items:center;gap:6px}.profile-tab-action-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.profile-tab-action-error{color:var(--accent-deep);font-size:12px;line-height:1.4}.profile-tab-action-success{color:var(--teal);font-size:12px;line-height:1.4}.profile-tab-action-button{min-height:38px;width:auto;min-width:0;padding:0 12px}.profile-tab-edit-icon{min-height:38px;min-width:38px;width:38px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1}.profile-tab-intro-head{display:flex;align-items:center;gap:8px}.profile-tab-intro .profile-tab-actions{flex-wrap:nowrap}.profile-tab-intro .profile-tab-action-button.button,.profile-tab-intro .profile-tab-action-button.button-ghost,.profile-tab-intro .profile-tab-edit-icon.button-ghost{width:auto;min-width:0;min-height:34px;padding:0 10px}.profile-tab-intro .profile-tab-edit-icon.button-ghost{width:34px;min-width:34px;padding:0}.profile-tab-panel{padding:22px;border-radius:var(--radius-lg);border:1px solid rgba(84,64,52,.1);background:rgba(255,255,255,.46)}.profile-panel-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-section-card{height:100%;padding:20px;box-shadow:none;background:rgba(255,255,255,.72)}.phone-verify-code-grid,.phone-verify-inline-head,.phone-verify-inline-row,.profile-form-actions,.profile-inline-actions,.profile-status-grid,.profile-summary-action-row{display:flex;gap:10px;flex-wrap:wrap}.profile-summary-action-row{align-items:center;justify-content:space-between}.phone-verify-close,.profile-inline-button{width:auto;min-width:0}.profile-option-row{display:flex;align-items:center;gap:8px}.profile-option-row input{margin:0;flex-shrink:0}.watch-pair-input-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.watch-pair-chip-list{display:flex;gap:8px;flex-wrap:wrap}.watch-pair-chip{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(84,64,52,.14);background:rgba(255,255,255,.74);color:var(--ink);font-size:13px;font-weight:600;cursor:pointer}.watch-pair-chip-remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;font-size:12px;line-height:1;background:rgba(189,79,40,.12);color:var(--accent-deep);opacity:1;transition:opacity .12s ease}.watch-pair-chip:hover{transform:translateY(-1px);transition:transform .15s ease}.profile-measure-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.profile-metric-card{display:flex;flex-direction:column;gap:6px;min-width:0;padding:16px;border-radius:16px;border:1px solid rgba(84,64,52,.1);background:rgba(255,255,255,.82)}.member-portfolio-head,.profile-portfolio-card-head,.profile-portfolio-editor-head,.profile-portfolio-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.profile-portfolio-list{display:grid;grid-gap:18px;gap:18px}.member-portfolio-card,.profile-portfolio-card,.profile-portfolio-editor-card{border-radius:20px;border:1px solid rgba(84,64,52,.1);background:rgba(255,255,255,.74)}.profile-portfolio-editor-card{padding:18px}.profile-portfolio-card{padding:20px}.member-portfolio-card,.profile-portfolio-editor-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.profile-portfolio-image-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.profile-portfolio-image-tile{position:relative;overflow:hidden;border-radius:18px;border:1px solid rgba(84,64,52,.1);background:rgba(255,255,255,.92);aspect-ratio:1}.profile-portfolio-image-preview{width:100%;height:100%;display:block;object-fit:cover}.profile-portfolio-image-actions{position:absolute;top:8px;left:8px;display:flex;gap:6px;flex-wrap:wrap}.profile-portfolio-image-chip{min-height:24px;padding:0 8px;border:none;border-radius:999px;background:rgba(24,18,14,.76);color:rgba(255,255,255,.95);font-size:11px;font-weight:700;cursor:pointer}.profile-portfolio-image-chip:disabled{opacity:.45;cursor:default}.profile-portfolio-image-remove{position:absolute;right:8px;bottom:8px;min-height:32px;padding:0 10px;border:none;border-radius:999px;background:rgba(24,18,14,.76);color:rgba(255,255,255,.95);font-size:12px;font-weight:700;cursor:pointer}.profile-portfolio-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.member-portfolio-description,.profile-portfolio-description{margin:0;white-space:pre-wrap;line-height:1.8}.member-portfolio-list{display:grid;grid-gap:18px;gap:18px}.member-portfolio-card{padding:20px}.member-portfolio-body,.member-portfolio-media{min-width:0}.phone-verify-inline{margin-top:6px;padding:16px;border-radius:16px;border:1px solid rgba(84,64,52,.1);background:rgba(255,255,255,.78)}.phone-verify-inline-head{align-items:center;justify-content:space-between}.phone-verify-inline-row{align-items:flex-end}.phone-verify-send{width:auto;flex:0 0 auto}.phone-verify-code-grid{gap:8px}.phone-verify-code-input{width:52px;min-width:52px;padding-inline:0;text-align:center;font-size:22px;font-weight:700}.profile-confirm-overlay{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(30,28,26,.28);-webkit-backdrop-filter:none;backdrop-filter:none}.profile-confirm-dialog{width:min(100%,460px);padding:22px}.hero-shell{padding:38px 34px;overflow:hidden;position:relative}.hero-glow{position:absolute;right:-80px;top:-110px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(214,164,58,.28),transparent 65%)}.hero-grid{display:grid;grid-gap:28px;gap:28px;grid-template-columns:1fr;position:relative}.home-hero-content{max-width:1080px}.home-hero-content-centered{margin:0 auto;text-align:center}.home-hero-eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;color:var(--accent-deep);opacity:.82}.home-hero-copy{margin:0;color:var(--muted);font-size:17px;line-height:1.95;max-width:42rem}.home-hero-content-centered .home-hero-copy{margin-left:auto;margin-right:auto}.home-hero-trust{display:flex;gap:10px;flex-wrap:wrap}.home-hero-content-centered .home-hero-trust{justify-content:center}.home-hero-trust span{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:rgba(255,252,249,.82);border:1px solid rgba(84,64,52,.1);color:var(--muted);font-size:13px;font-weight:600}.home-hero-cta-row{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.market-filter-panel{padding:22px;display:grid;grid-gap:18px;gap:18px;grid-template-columns:1.1fr 2fr}.market-filter-toggle-row{display:flex;margin-top:6px}.market-filter-toggle-button{width:78px;height:46px;border-radius:999px;border:1px solid rgba(84,64,52,.18);background:rgba(255,255,255,.78);color:var(--accent-deep);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.market-filter-toggle-button:hover{transform:translateY(-1px);background:rgba(255,255,255,.92);border-color:rgba(189,79,40,.28)}.market-filter-category-field{padding-top:4px}.market-filter-category-list{display:flex;flex-wrap:wrap;gap:10px}.market-filter-category-chip{min-height:40px;padding:0 16px;border-radius:999px;border:1px solid rgba(84,64,52,.14);background:rgba(255,255,255,.72);color:var(--muted);font-size:14px;font-weight:600;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.market-filter-category-chip:hover{transform:translateY(-1px);border-color:rgba(189,79,40,.24)}.market-filter-category-chip.is-active{background:linear-gradient(135deg,rgba(189,79,40,.14),rgba(214,164,58,.18));border-color:rgba(189,79,40,.28);color:var(--accent-deep);box-shadow:0 10px 22px rgba(189,79,40,.12)}.market-filter-actions-row{grid-column:1/-1;display:flex;justify-content:flex-end}.market-filter-actions{display:flex;gap:12px;flex-wrap:wrap}.market-filter-result-row{margin-top:12px}.product-list-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-results-toolbar{justify-content:flex-end}.home-product-actions,.product-results-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.home-product-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.home-product-tab-list{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.home-product-tab-button{min-height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(84,64,52,.14);background:rgba(255,255,255,.72);color:var(--muted);font-size:14px;font-weight:700;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.home-product-tab-button:hover{transform:translateY(-1px);border-color:rgba(189,79,40,.24)}.home-product-tab-button.is-active{color:var(--accent-deep);border-color:rgba(189,79,40,.28);background:linear-gradient(135deg,rgba(189,79,40,.12),rgba(214,164,58,.16));box-shadow:0 10px 22px rgba(189,79,40,.12)}.home-product-tab-panel{opacity:1;transform:translateY(0);transition:opacity .18s ease,transform .18s ease;max-width:1080px;margin:0 auto}.home-product-tab-panel.is-fading-out{opacity:0;transform:translateY(4px)}.home-product-tab-panel.is-fading-in{animation:home-product-fade-in .18s ease both}.home-audience-detail-card{max-width:980px;margin:0 auto 1.5em;padding:24px}.home-audience-detail-title{margin:0;font-size:clamp(24px,3vw,32px)}.home-audience-detail-copy{margin:0;color:var(--muted);line-height:1.85}.home-audience-point-list{display:grid;grid-gap:12px;gap:12px}.home-audience-point{display:grid;grid-gap:6px;gap:6px;padding-top:12px;border-top:1px solid rgba(84,64,52,.1)}.home-audience-point strong{font-size:14px}.home-audience-point span{color:var(--muted);font-size:14px;line-height:1.75}.home-audience-browse-row{display:flex;justify-content:center}.home-audience-browse-button{width:100%}.home-audience-product-divider{border-top:2px dashed rgba(84,64,52,.22);margin-top:4px;padding-top:20px}.home-product-latest-head{margin-top:10px}.home-product-empty-card{grid-column:1/-1;max-width:720px;width:100%;margin:0 auto;text-align:center}@keyframes home-product-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.section-head-centered{justify-content:center;text-align:center}.section-head-centered .stack-sm{align-items:center}.home-page-centered .section-head{justify-content:center;text-align:center}.home-page-centered .section-head .stack-sm{align-items:center}.home-page-centered .home-product-actions,.home-page-centered .home-product-tab-list{justify-content:center}.home-page-centered .home-product-section-head{justify-content:center;text-align:center}.home-page-centered .home-product-section-head .stack-xs{align-items:center}.home-page-centered .audience-switch-panel{text-align:center}.home-page-centered .audience-switch-chip-row{justify-content:center}.home-page-centered .market-highlight-card .stack-sm{align-items:center;text-align:center}.home-page-centered .creator-blueprint-header{margin-left:auto;margin-right:auto;text-align:center}.home-page-centered .creator-blueprint-card .stack-sm,.home-page-centered .creator-blueprint-header .stack-sm{align-items:center;text-align:center}.home-page-centered .creator-blueprint-list{justify-content:center}.home-page-centered .cta-banner{text-align:center}.adult-content-toggle{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:16px;border:1px solid rgba(84,64,52,.14);background:rgba(255,255,255,.72);cursor:pointer}.adult-content-toggle input{margin:0}.adult-content-toggle-text{display:flex;flex-direction:column;gap:2px;line-height:1.35}.adult-content-toggle-text strong{font-size:14px}.adult-content-toggle-text .muted{font-size:11px}.adult-content-guard{max-width:640px;margin:0 auto;padding:28px}.pagination-row{justify-content:center;gap:12px}.pagination-list,.pagination-row{display:flex;align-items:center;flex-wrap:wrap}.pagination-list{gap:8px}.pagination-ellipsis,.pagination-link{min-width:42px;height:42px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(84,64,52,.12);background:rgba(255,255,255,.72);color:var(--ink);font-size:14px;font-weight:700}.pagination-link.is-active{background:linear-gradient(135deg,rgba(189,79,40,.14),rgba(214,164,58,.18));border-color:rgba(189,79,40,.28);color:var(--accent-deep)}.pagination-link.is-disabled{pointer-events:none;opacity:.45}.product-card{overflow:hidden}.product-card-media-link,.product-card-title-link{display:block}.product-card-media{position:relative}.product-card-image{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.product-card-image-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:radial-gradient(circle at top left,rgba(255,255,255,.9),transparent 42%),linear-gradient(135deg,rgba(28,107,111,.16),rgba(189,79,40,.14));color:var(--accent-deep)}.product-card-image-fallback-mark{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.7);border:1px solid rgba(84,64,52,.1);font-size:24px;font-weight:800}.product-card-image-fallback-label{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-card-badges{position:absolute;top:12px;left:12px;display:flex;gap:6px;flex-wrap:wrap;z-index:2}.product-card-desktop-overlay{display:none}.product-card-desktop-title{font-size:20px;font-weight:800;line-height:1.2;color:white;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-card-desktop-bid-count,.product-card-desktop-kicker{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.76)}.product-card-desktop-price{font-size:24px;line-height:1;color:white;text-shadow:0 10px 26px rgba(0,0,0,.32)}.product-card-desktop-price-block{align-items:flex-end;text-align:right;flex-shrink:0}.product-card-body{padding:18px}.product-card-tag-row{display:flex;gap:6px;flex-wrap:wrap}.product-card-status-pill{background:rgba(84,64,52,.1);color:var(--muted)}.product-card-title{display:block;font-weight:700;font-size:26px;line-height:1.3}.product-card-subtitle{font-size:13px}.product-card-stats{font-size:12px;line-height:1.55}.product-card-seller-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-card-seller-link,.product-detail-seller-link{color:var(--accent-deep);font-weight:700;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px}.product-card-seller-link:hover,.product-detail-seller-link:hover{color:var(--accent)}.product-card-queue-pill{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:32px;padding:0 12px;border-radius:999px;background:linear-gradient(135deg,rgba(214,164,58,.18),rgba(189,79,40,.12));border:1px solid rgba(189,79,40,.18);color:var(--accent-deep);font-size:12px;font-weight:700}.product-card-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.home-product-grid .product-card-meta>.stack-sm,.product-search-grid .product-card-meta>.stack-sm,.seller-other-products-grid .product-card-meta>.stack-sm{margin-left:auto;align-items:flex-end;text-align:right}.product-card-price{font-size:26px;letter-spacing:-.02em;color:var(--accent)}.product-card-bid-count{font-size:12px}.product-card-action{flex-shrink:0;display:none}.product-card-mobile-overlay{display:none}.product-card-mobile-price-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.76)}.product-detail-layout{display:grid;grid-gap:24px;gap:24px;grid-template-columns:1.25fr .75fr}.sticky-panel{position:-webkit-sticky;position:sticky;top:110px}.product-detail-sidebar{align-self:start}.product-gallery-shell{position:relative}.product-gallery-stage{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(84,64,52,.08);background:radial-gradient(circle at top left,rgba(255,255,255,.9),transparent 36%),linear-gradient(135deg,rgba(28,107,111,.08),rgba(189,79,40,.1))}.product-gallery-open-area{position:relative;display:block;width:100%;padding:0;border:none;background:transparent;cursor:zoom-in}.product-gallery-fallback,.product-gallery-image{width:100%;aspect-ratio:4/3}.product-gallery-image{display:block;object-fit:cover}.product-gallery-image-contain{object-fit:contain;background:rgba(255,252,249,.92)}.product-gallery-fallback,.product-gallery-lightbox-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:radial-gradient(circle at top left,rgba(255,255,255,.92),transparent 42%),linear-gradient(135deg,rgba(28,107,111,.14),rgba(189,79,40,.14));color:var(--accent-deep)}.product-gallery-open-hint{position:absolute;right:16px;bottom:16px;z-index:2;display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(24,18,14,.72);color:rgba(255,255,255,.92);font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-gallery-thumb-rail{position:absolute;inset:auto 0 0 0;z-index:2;padding:52px 16px 16px;background:linear-gradient(180deg,rgba(18,14,11,0),rgba(18,14,11,.84))}.product-gallery-lightbox-strip,.product-gallery-thumb-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.product-gallery-thumb-button{flex:0 0 auto;width:72px;height:72px;padding:0;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);overflow:hidden;cursor:pointer;opacity:.7;transition:transform .16s ease,opacity .16s ease,border-color .16s ease}.product-gallery-thumb-button.is-active,.product-gallery-thumb-button:hover{opacity:1;transform:translateY(-1px);border-color:rgba(255,255,255,.42)}.product-gallery-thumb{width:100%;height:100%;object-fit:cover;display:block}.product-gallery-lightbox{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(16,12,10,.82);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.product-gallery-lightbox-body{position:relative;width:min(1100px,100%);display:grid;grid-gap:16px;gap:16px}.product-gallery-close,.product-gallery-nav{border:none;cursor:pointer;color:white}.product-gallery-close{justify-self:end;min-height:42px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.12);font-weight:700}.product-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.14);font-size:32px;line-height:1;z-index:2}.product-gallery-nav-prev{left:12px}.product-gallery-nav-next{right:12px}.product-gallery-lightbox-stage{border-radius:24px;overflow:hidden;background:rgba(255,252,249,.96)}.product-gallery-lightbox-fallback,.product-gallery-lightbox-image{width:100%;max-height:min(72vh,820px)}.product-gallery-lightbox-image{display:block;object-fit:contain;background:rgba(255,252,249,.96)}.product-detail-gallery-fallback,.product-detail-gallery-item,.product-detail-image,.product-detail-image-fallback{width:100%;aspect-ratio:4/3}.product-detail-gallery-item,.product-detail-image{display:block;object-fit:cover}.product-detail-gallery-fallback,.product-detail-image-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:radial-gradient(circle at top left,rgba(255,255,255,.92),transparent 42%),linear-gradient(135deg,rgba(28,107,111,.14),rgba(189,79,40,.14));color:var(--accent-deep)}.product-detail-image-fallback{padding:24px}.product-detail-gallery-fallback{border-radius:22px;padding:16px;border:1px solid rgba(84,64,52,.08)}.product-action-panel{gap:16px}.product-action-buttons{display:flex;flex-direction:column;gap:12px}.action-summary{padding:16px;box-shadow:none}.action-summary-row{display:flex;justify-content:space-between;gap:10px}.queue-highlight-card{padding:18px;box-shadow:none;background:radial-gradient(circle at top right,rgba(214,164,58,.18),transparent 42%),linear-gradient(135deg,rgba(255,251,244,.96),rgba(255,245,235,.9));border-color:rgba(189,79,40,.18)}.queue-highlight-eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-deep)}.media-card-row{display:grid;grid-gap:18px;gap:18px;align-items:center}.media-card-row.order-layout{grid-template-columns:180px 1fr auto}.media-card-row.listing-layout{grid-template-columns:160px 1fr auto}.media-card-row.compact-layout{grid-template-columns:120px 1fr auto;gap:16px}.seller-order-row{display:grid;grid-gap:16px;gap:16px;grid-template-columns:1fr auto;align-items:center}.order-actions-shell-row{display:flex;gap:8px;flex-wrap:wrap;align-items:stretch;justify-content:flex-end}.seller-studio-dashboard{gap:0}.seller-studio-hero{position:relative;overflow:hidden;padding:28px;display:grid;grid-gap:22px;gap:22px;background:radial-gradient(circle at top right,rgba(255,255,255,.92),transparent 34%),linear-gradient(145deg,rgba(255,248,240,.96),rgba(243,228,214,.92))}.seller-studio-hero:after{content:"";position:absolute;inset:auto -40px -60px auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(199,142,56,.2),transparent 70%);pointer-events:none}.seller-studio-hero-actions,.seller-studio-hero-copy{position:relative;z-index:1}.seller-studio-eyebrow,.seller-studio-section-kicker{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;border-radius:999px;padding:6px 10px;background:rgba(189,79,40,.1);color:var(--accent-deep);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.seller-studio-title{margin:12px 0 0;font-size:clamp(34px,6vw,54px);line-height:1.02}.seller-studio-subtitle{margin:14px 0 0;max-width:680px;color:var(--muted);line-height:1.8}.seller-studio-hero-actions{display:flex;flex-wrap:wrap;gap:10px}.seller-studio-stats{display:grid;grid-auto-flow:column;grid-gap:12px;gap:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.seller-studio-order-tabs::-webkit-scrollbar,.seller-studio-product-strip::-webkit-scrollbar,.seller-studio-stats::-webkit-scrollbar{display:none}.seller-studio-stat-card{padding:18px;box-shadow:none;width:-moz-fit-content;width:fit-content;background:rgba(255,255,255,.74)}.seller-studio-stat-value{display:block;font-size:32px;line-height:1;color:var(--accent);letter-spacing:-.03em}.seller-studio-stat-label{display:block;margin-top:8px;font-size:15px;font-weight:700}.seller-studio-stat-detail{display:block;margin-top:6px;color:var(--muted);font-size:13px;line-height:1.5}.seller-studio-section-head{align-items:flex-end;justify-content:space-between}.seller-studio-order-tabs{display:flex;gap:10px;overflow-x:auto;padding:4px 0 6px;scrollbar-width:none}.seller-studio-order-tab{flex:0 0 auto;display:inline-flex;align-items:center;gap:10px;text-decoration:none;border-radius:999px;border:1px solid rgba(84,64,52,.12);background:rgba(255,255,255,.8);color:var(--muted);padding:12px 14px;font:inherit;font-size:14px;font-weight:700;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.seller-studio-order-tab:hover{transform:translateY(-1px);border-color:rgba(189,79,40,.2)}.seller-studio-order-tab.is-active{background:linear-gradient(135deg,rgba(189,79,40,.14),rgba(214,164,58,.2));border-color:rgba(189,79,40,.28);color:var(--accent-deep);box-shadow:0 12px 26px rgba(189,79,40,.12)}.seller-studio-order-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:999px;background:rgba(84,64,52,.08);color:inherit;font-size:13px}.seller-studio-empty-card{padding:22px;box-shadow:none}.seller-order-card{padding:18px;box-shadow:none;background:rgba(255,255,255,.78)}.seller-order-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.seller-order-card-party{font-size:15px;font-weight:700}.seller-order-card-party-link,.seller-order-card-title-link{text-decoration:none}.seller-order-card-party-link:hover,.seller-order-card-title-link:hover,.seller-studio-product-title-link:hover{color:var(--accent-deep)}.seller-order-card-created,.seller-order-card-footnote,.seller-order-card-summary,.seller-studio-note-time{color:var(--muted);font-size:13px;line-height:1.6}.seller-order-card-status{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800}.seller-order-card-status--open{background:rgba(189,79,40,.12);color:#c2522b}.seller-order-card-status--done{background:rgba(37,137,99,.12);color:#2e8f69}.seller-order-card-status--closed{background:rgba(84,64,52,.08);color:var(--muted)}.seller-order-card-body{display:grid;grid-template-columns:96px minmax(0,1fr);grid-gap:14px;gap:14px}.seller-order-card-media{display:block}.seller-order-card-image,.seller-order-card-image-fallback{width:100%;aspect-ratio:1/1;border-radius:18px}.seller-order-card-image{object-fit:cover}.seller-order-card-image-fallback,.seller-studio-product-image-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:radial-gradient(circle at top left,rgba(255,255,255,.92),transparent 42%),linear-gradient(135deg,rgba(28,107,111,.14),rgba(189,79,40,.14));color:var(--accent-deep);border:1px solid rgba(84,64,52,.08)}.seller-order-card-main{display:flex;flex-direction:column;gap:12px;min-width:0}.seller-order-card-title{display:block;font-size:18px;line-height:1.35}.seller-order-card-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.seller-order-card-tag{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:rgba(199,142,56,.14);color:var(--accent-deep);font-size:12px;font-weight:700}.seller-order-card-price-block{display:flex;flex-direction:column;gap:4px;padding-top:6px}.seller-order-card-price-label{color:var(--muted);font-size:12px;font-weight:700}.seller-order-card-price{font-size:30px;line-height:1;letter-spacing:-.03em}.seller-order-card-footer{display:grid;grid-gap:12px;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid rgba(84,64,52,.08)}.seller-order-card-actions{display:flex;justify-content:flex-end}.seller-order-card-actions .order-actions-shell-row{width:100%}.seller-studio-product-strip{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:12px;gap:12px}.seller-studio-product-card{padding:12px;min-width:350px;box-shadow:none;background:rgba(255,255,255,.76);display:grid;grid-template-columns:120px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start}.seller-studio-product-media{display:block;margin-bottom:0}.seller-studio-product-image,.seller-studio-product-image-fallback{width:100%;aspect-ratio:1/1;border-radius:16px}.seller-studio-product-image{object-fit:cover}.seller-studio-product-content{display:grid;grid-gap:8px;gap:8px;align-content:start;min-width:0}.seller-studio-product-topline{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px 12px;gap:8px 12px;align-items:start}.seller-studio-helper-actions,.seller-studio-product-actions,.seller-studio-product-head{display:flex;gap:8px;flex-wrap:wrap}.seller-studio-product-actions{justify-content:flex-start}.seller-studio-product-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.seller-studio-product-status,.seller-studio-product-type{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.seller-studio-product-status{background:rgba(189,79,40,.12);color:#c2522b}.seller-studio-product-type{background:rgba(84,64,52,.08);color:var(--muted)}.seller-studio-product-title{display:block;font-size:17px;line-height:1.3}.seller-studio-product-price{white-space:nowrap;font-size:18px;line-height:1;margin-left:auto;text-align:right}.seller-studio-product-meta{line-height:1.45}.seller-studio-product-action-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:12px;border:1px solid rgba(84,64,52,.14);background:rgba(255,255,255,.78);color:var(--accent-deep);font-size:13px;font-weight:700;line-height:1;white-space:nowrap;text-decoration:none;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.seller-studio-product-action-button:hover{transform:translateY(-1px);border-color:rgba(189,79,40,.22);background:rgba(255,252,247,.94)}.seller-studio-product-action-button:disabled{cursor:not-allowed;opacity:.68}.seller-studio-product-actions .seller-studio-product-action-button{width:auto}.market-page-product-card,.orders-page-product-card{width:100%}.market-page-product-footer{justify-content:flex-start}.market-listing-actions-inline{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.market-listing-action-button{width:auto}.market-listing-action-message{flex-basis:100%;line-height:1.45}.seller-studio-product-actions .market-listing-action-button{width:auto}.orders-page-inline-link{font-weight:700;text-decoration:none}.orders-page-inline-link:hover{color:var(--accent-deep)}.orders-page-product-status--done{background:rgba(37,137,99,.12);color:#2e8f69}.orders-page-product-status--closed{background:rgba(84,64,52,.08);color:var(--muted)}.orders-page-deadline-card{padding:10px 12px;box-shadow:none}.orders-page-order-footer{display:grid;grid-gap:10px;gap:10px;align-items:end}.orders-page-order-closed-note{line-height:1.45}.orders-page-order-action-stack{display:flex;justify-content:flex-end}.orders-page-order-action-stack .order-actions-shell-row{width:100%}.orders-page-order-action-stack .button,.orders-page-order-action-stack .button-ghost,.orders-page-order-action-stack .button-secondary{width:auto;min-height:34px;padding:0 12px;border-radius:12px;font-size:13px}.orders-page-order-action-stack .muted{text-align:right}.seller-studio-note-grid{display:grid;grid-gap:16px;gap:16px}.seller-studio-note-card{padding:24px}.seller-studio-helper-card{background:radial-gradient(circle at top right,rgba(255,255,255,.88),transparent 36%),linear-gradient(145deg,rgba(255,249,242,.98),rgba(241,232,220,.92))}.seller-studio-note-item+.seller-studio-note-item{margin-top:12px;padding-top:12px;border-top:1px solid rgba(84,64,52,.08)}@media (min-width:760px){.seller-studio-hero{grid-template-columns:minmax(0,1fr) auto;align-items:end}.seller-studio-stats{grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:auto;overflow:visible}.seller-order-card-body{grid-template-columns:112px minmax(0,1fr);gap:18px}.seller-order-card-main{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:18px;gap:18px}.seller-order-card-price-block{align-items:flex-end;text-align:right;padding-top:0}.seller-order-card-footer{grid-template-columns:auto minmax(0,1fr);align-items:center}.seller-studio-product-strip{grid-template-columns:minmax(0,1fr)}.seller-studio-product-card{grid-template-columns:132px minmax(0,1fr);gap:14px}.orders-page-order-footer{grid-template-columns:auto minmax(0,1fr)}.seller-studio-note-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}}@media (min-width:1080px){.seller-order-card-actions .order-actions-shell-row>.button,.seller-order-card-actions .order-actions-shell-row>.button-ghost,.seller-order-card-actions .order-actions-shell-row>.button-secondary,.seller-order-card-footer>.button-ghost,.seller-studio-helper-actions .button-ghost,.seller-studio-helper-actions .button-secondary,.seller-studio-hero-actions .button,.seller-studio-hero-actions .button-ghost,.seller-studio-hero-actions .button-secondary,.seller-studio-product-actions .button-ghost,.seller-studio-product-actions .button-secondary{width:auto}.seller-studio-product-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}.media-card-image,.media-card-image-fallback{width:100%;border-radius:16px;aspect-ratio:4/3}.media-card-image{object-fit:cover}.media-card-image-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:radial-gradient(circle at top left,rgba(255,255,255,.92),transparent 42%),linear-gradient(135deg,rgba(28,107,111,.14),rgba(189,79,40,.14));color:var(--accent-deep);border:1px solid rgba(84,64,52,.08)}.image-fallback-mark{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.74);border:1px solid rgba(84,64,52,.1);font-size:20px;font-weight:800}.image-fallback-label{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.media-card-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.stat{padding:22px}.stat strong{font-size:38px;line-height:1;color:var(--accent);letter-spacing:-.03em}.stat span{display:block;margin-top:8px;color:var(--muted);font-size:14px}.gradient-text{background:linear-gradient(135deg,#6a3f2f,#b97538 62%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-icon-wrap{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,rgba(199,142,56,.16),rgba(133,83,71,.12));border:1px solid rgba(156,101,54,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.market-highlight-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.market-highlight-card{--highlight-from:rgba(251,242,231,0.96);--highlight-to:rgba(244,229,212,0.98);--highlight-glow:rgba(199,142,56,0.24);--highlight-border:rgba(135,105,85,0.2);padding:24px;background:radial-gradient(circle at top right,var(--highlight-glow),transparent 42%),linear-gradient(135deg,var(--highlight-from),var(--highlight-to));color:var(--ink);border-color:var(--highlight-border)}.market-highlight-card-queue{--highlight-from:rgba(252,244,234,0.96);--highlight-to:rgba(247,234,220,0.98);--highlight-glow:rgba(199,142,56,0.2)}.market-highlight-card-auction{--highlight-from:rgba(250,236,225,0.97);--highlight-to:rgba(241,219,199,0.99);--highlight-glow:rgba(184,120,63,0.2)}.market-highlight-card-privacy{--highlight-from:rgba(248,235,228,0.97);--highlight-to:rgba(238,217,208,0.99);--highlight-glow:rgba(133,83,71,0.16)}.market-highlight-icon{color:var(--accent-deep);background:rgba(255,255,255,.64);border-color:rgba(156,101,54,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.market-highlight-eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:rgba(133,83,71,.8)}.market-highlight-copy{line-height:1.8;font-size:14px;color:var(--muted)}.creator-audience-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.audience-switcher{max-width:960px;margin:0 auto}.audience-switch-input{position:absolute;opacity:0;pointer-events:none}.audience-switch-buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.audience-switch-button{min-height:46px;padding:0 18px;border-radius:999px;border:1px solid rgba(84,64,52,.14);background:rgba(255,255,255,.72);color:var(--muted);font-size:14px;font-weight:700;display:inline-flex;align-items:center;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.audience-switch-button:hover{transform:translateY(-1px);border-color:rgba(189,79,40,.24)}#audience-booth:checked~.audience-switch-buttons label[for=audience-booth],#audience-photo:checked~.audience-switch-buttons label[for=audience-photo],#audience-second-hand:checked~.audience-switch-buttons label[for=audience-second-hand]{color:var(--accent-deep);border-color:rgba(189,79,40,.3);box-shadow:0 10px 20px rgba(189,79,40,.12);background:linear-gradient(135deg,rgba(189,79,40,.12),rgba(214,164,58,.16))}.audience-switch-panels{margin-top:18px}.audience-switch-placeholder{margin:0;padding:18px 0 6px;text-align:center;color:var(--muted)}.audience-switch-panel{display:none;padding:22px;margin-top:6px}.audience-switch-panel h3{margin:0;font-size:clamp(24px,3vw,30px)}.audience-switch-panel p{margin:0;color:var(--muted);line-height:1.8}.audience-switch-chip-row{display:flex;gap:8px;flex-wrap:wrap}.audience-switch-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(189,79,40,.18);background:rgba(255,255,255,.72);color:var(--accent-deep);font-size:12px;font-weight:700}#audience-booth:checked~.audience-switch-panels .audience-switch-placeholder,#audience-photo:checked~.audience-switch-panels .audience-switch-placeholder,#audience-second-hand:checked~.audience-switch-panels .audience-switch-placeholder{display:none}#audience-booth:checked~.audience-switch-panels [data-segment=booth],#audience-photo:checked~.audience-switch-panels [data-segment=photo],#audience-second-hand:checked~.audience-switch-panels [data-segment=second-hand]{display:block}.creator-audience-card{--creator-accent:var(--accent);--creator-soft:rgba(189,79,40,0.14);--creator-line:rgba(189,79,40,0.18);padding:24px;position:relative;overflow:hidden;background:radial-gradient(circle at top right,var(--creator-soft),transparent 42%),linear-gradient(180deg,rgba(255,252,249,.94),rgba(255,247,240,.82));border-color:var(--creator-line)}.creator-audience-card-booth{--creator-accent:var(--accent);--creator-soft:rgba(189,79,40,0.16);--creator-line:rgba(189,79,40,0.18)}.creator-audience-card-photo{--creator-accent:var(--teal);--creator-soft:rgba(28,107,111,0.14);--creator-line:rgba(28,107,111,0.18)}.creator-audience-card-commission{--creator-accent:#9a6d24;--creator-soft:rgba(214,164,58,0.16);--creator-line:rgba(154,109,36,0.18)}.creator-audience-head{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.creator-audience-icon{color:var(--creator-accent);background:rgba(255,255,255,.72);border-color:var(--creator-line)}.creator-audience-eyebrow{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.68);border:1px solid var(--creator-line);color:var(--creator-accent);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.creator-audience-title{margin:0;font-size:clamp(22px,2.4vw,28px);line-height:1.2}.creator-audience-copy{margin:0;color:var(--muted);font-size:15px;line-height:1.85}.creator-audience-chip-row{display:flex;gap:8px;flex-wrap:wrap}.creator-audience-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid var(--creator-line);color:var(--creator-accent);font-size:12px;font-weight:700}.creator-audience-point-list{display:grid;grid-gap:12px;gap:12px}.creator-audience-point{display:grid;grid-gap:6px;gap:6px;padding-top:12px;border-top:1px solid rgba(84,64,52,.1)}.creator-audience-point strong{font-size:14px;color:var(--ink)}.creator-audience-point span{color:var(--muted);font-size:14px;line-height:1.75}.creator-blueprint-shell{padding:36px;background:radial-gradient(circle at top left,rgba(28,107,111,.1),transparent 34%),linear-gradient(180deg,rgba(255,252,249,.96),rgba(251,245,238,.9))}.creator-blueprint-header{max-width:760px;margin-bottom:24px}.creator-blueprint-header h2{margin:0;font-size:clamp(28px,4vw,44px);line-height:1.05}.creator-blueprint-header p{margin:0;color:var(--muted);line-height:1.85}.creator-blueprint-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.creator-blueprint-card{--blueprint-accent:var(--accent);padding:24px;background:rgba(255,255,255,.72);box-shadow:none}.creator-blueprint-card-schedule{--blueprint-accent:var(--accent);border-color:rgba(189,79,40,.18)}.creator-blueprint-card-showcase{--blueprint-accent:var(--teal);border-color:rgba(28,107,111,.18)}.creator-blueprint-card-fulfillment{--blueprint-accent:#9a6d24;border-color:rgba(154,109,36,.18)}.creator-blueprint-icon{color:var(--blueprint-accent);background:rgba(255,255,255,.86)}.creator-blueprint-eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--blueprint-accent)}.creator-blueprint-title{font-size:20px;line-height:1.25}.creator-blueprint-copy{margin:0;color:var(--muted);font-size:14px;line-height:1.8}.creator-blueprint-list{display:flex;gap:8px;flex-wrap:wrap}.creator-blueprint-list-item{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.88);border:1px solid rgba(84,64,52,.12);color:var(--ink);font-size:12px;font-weight:700}.trade-flow-shell{padding:36px;background:linear-gradient(180deg,rgba(255,252,249,.94),rgba(252,246,240,.88)),radial-gradient(circle at top right,rgba(28,107,111,.08),transparent 30%)}.trade-flow-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.trade-flow-card{padding:24px;box-shadow:none;background:rgba(255,255,255,.68)}.trade-flow-step{display:inline-flex;align-items:center;justify-content:center;min-width:56px;height:32px;padding:0 12px;border-radius:999px;background:rgba(189,79,40,.12);color:var(--accent-deep);font-size:13px;font-weight:800;letter-spacing:.14em}.step-number{font-size:72px;font-weight:900;line-height:1;letter-spacing:-.05em;background:linear-gradient(135deg,rgba(189,79,40,.16),rgba(214,164,58,.12));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-banner{padding:56px 48px;background:radial-gradient(circle at top center,rgba(199,142,56,.2),transparent 52%),linear-gradient(135deg,#f4e6d7,#ecd8c3 52%,#e6cfba);color:var(--ink);text-align:center;position:relative;overflow:hidden}.cta-banner-glow{position:absolute;top:-80px;left:50%;transform:translateX(-50%);width:500px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(184,120,63,.26),transparent 65%);pointer-events:none}.cta-banner h2{margin:0 0 12px;font-size:clamp(28px,4vw,44px);line-height:1.1;color:var(--accent-deep)}.cta-banner .cta-headline{max-width:22ch;margin-left:auto;margin-right:auto;line-height:1.32}.cta-down-arrow{margin:20px 0;font-size:24px;line-height:1;color:rgba(114,73,53,.72);letter-spacing:4px}.cta-banner p{color:var(--muted);font-size:17px;line-height:1.7;max-width:480px;margin:0 auto 28px}.button-white{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;border-radius:999px;padding:0 28px;border:none;cursor:pointer;background:#fff9f2;color:var(--accent-deep);border:1px solid rgba(156,101,54,.2);font-weight:700;font-size:15px;transition:transform .16s ease,opacity .16s ease}.button-white:hover{transform:translateY(-2px);opacity:.92}.trust-row{justify-content:center;gap:28px;flex-wrap:wrap;margin-top:28px;padding-top:28px;border-top:1px solid rgba(255,255,255,.1)}.trust-item,.trust-row{display:flex;align-items:center}.trust-item{gap:8px;color:rgba(75,48,37,.72);font-size:14px}.trust-item strong{color:var(--ink)}.sale-badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;letter-spacing:.04em}.sale-badge-auction{background:rgba(189,79,40,.1);color:var(--accent-deep);border:1px solid rgba(189,79,40,.18)}.sale-badge-queue{background:rgba(214,164,58,.16);color:#7b5312;border:1px solid rgba(154,109,36,.24)}.sale-badge-status{background:rgba(84,64,52,.12);color:var(--muted);border:1px solid rgba(84,64,52,.16)}.sale-badge-direct{background:rgba(28,107,111,.1);color:var(--teal);border:1px solid rgba(28,107,111,.18)}.sale-badge-mobile-only{display:none}@media (max-width:1000px){.creator-audience-grid,.creator-blueprint-grid,.field-grid,.grid-2,.grid-3,.grid-4,.market-highlight-grid,.profile-panel-grid,.trade-flow-grid,.watch-pair-input-grid{grid-template-columns:1fr}.size-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.profile-measure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.member-portfolio-card,.profile-portfolio-editor-grid{grid-template-columns:1fr}.phone-verify-inline-head,.phone-verify-inline-row,.profile-summary-action-row{align-items:stretch;flex-direction:column}.section-head{align-items:start}.home-page-centered .section-head,.section-head.section-head-centered{align-items:center}.hero-grid,.market-filter-panel,.media-card-row.compact-layout,.media-card-row.listing-layout,.media-card-row.order-layout,.product-detail-layout,.seller-order-row,.site-footer-grid,.site-header-bar{grid-template-columns:1fr}.site-header-bar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;border-radius:28px;padding:16px}.site-header-mobile-menu{display:flex;grid-column:1;justify-self:start;align-items:center}.site-header-mobile-menu .mobile-nav{position:relative;display:flex;flex-shrink:0}.site-brand{grid-column:2;justify-self:center;min-width:0}.site-brand-inner{justify-content:center}.site-brand strong{font-size:12px;max-width:min(46vw,280px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.site-header-mobile-menu .mobile-nav-panel{left:50%;right:auto;transform:translateX(-50%)}.site-header-actions{grid-column:3;justify-self:end;justify-content:flex-end;flex-wrap:nowrap}.site-nav{display:none}.sticky-panel{position:static;top:auto}.hero-shell{padding:24px 20px}.hero-glow{right:-140px;top:-120px;width:280px;height:280px}.market-filter-actions,.market-filter-actions-row{width:100%}.market-filter-actions{flex-direction:column}.media-card-actions,.product-card-meta{align-items:stretch;flex-direction:column}.page{width:min(calc(100% - 20px),var(--content-width));padding:20px 0 64px}.page-mobile-inset{padding-inline:18px}.button,.button-ghost,.button-secondary{width:100%;min-height:46px;padding:0 16px}.cta-banner{padding:40px 22px}.cta-banner .cta-headline{font-size:clamp(24px,5.1vw,30px);line-height:1.22;max-width:16ch}.creator-blueprint-shell{padding:24px 20px}.step-number{font-size:52px}.trust-row{gap:16px}.site-header-bar{width:min(calc(100% - 16px),1240px);margin-top:10px;gap:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.site-header-actions{gap:8px}.session-login-link{min-height:44px;padding:0 12px}.desktop-auth-only{display:none}.mobile-nav-panel{position:fixed;top:calc(env(safe-area-inset-top, 0px) + 96px);left:50%;right:auto;transform:translateX(-50%);width:min(calc(100% - 16px),1240px);min-width:0;max-width:none;max-height:calc(100vh - 120px);overflow:auto;z-index:60}.site-footer-grid{padding:22px 18px}.auth-shell{margin-top:12px}.auth-card,.creator-audience-card,.creator-blueprint-card{padding:20px}.auth-form-stack,.auth-page-stack{gap:16px}.hero-shell{padding:22px 18px}.hero-glow{display:none}.card,.market-filter-panel,.stat{border-radius:18px}.card[style*="padding: 18px"],.card[style*="padding: 20px"],.card[style*="padding: 22px"],.card[style*="padding: 24px"],.market-filter-panel{padding-left:18px!important;padding-right:18px!important}.profile-section-card,.profile-tab-panel{padding-left:18px;padding-right:18px}.profile-confirm-dialog{padding-left:18px!important;padding-right:18px!important}.media-card-image{width:100%}.action-summary-row{flex-direction:column;align-items:flex-start}.product-action-buttons{position:-webkit-sticky;position:sticky;bottom:10px;padding:14px;margin:0 -2px;border-radius:20px;background:rgba(255,249,244,.94);border:1px solid rgba(84,64,52,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 10px 30px rgba(83,49,27,.12)}.section{margin-top:24px}.section-head{gap:12px;margin-bottom:14px}.section-head p{max-width:none;font-size:15px}.media-card-actions strong,.product-card-meta strong{font-size:inherit}}@media (min-width:1001px){.profile-tab-list{flex-wrap:wrap;overflow:visible}}@media (max-width:640px){.studio-stats-tab-item{min-width:148px}.studio-stats-tab{min-height:82px;padding:12px 14px;gap:4px}.studio-stats-tab-value{font-size:28px}.studio-stats-tab-label{font-size:13px}.profile-tab-item{justify-content:space-between}.profile-tab-button{min-height:42px;padding:0 14px}.profile-tab-actions{gap:4px}.profile-tab-action-wrap{align-items:stretch}.profile-tab-action-button{min-height:34px;padding:0 10px}.profile-tab-edit-icon{min-height:34px;min-width:34px;width:34px}.profile-measure-grid{grid-template-columns:1fr}.phone-verify-code-grid{justify-content:space-between}.phone-verify-code-input{width:calc((100% - 40px) / 6);min-width:0}}@media (min-width:721px){.product-search-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-search-grid .product-card{display:flex;flex-direction:column;min-width:0}.product-search-grid .product-card-image,.product-search-grid .product-card-image-fallback{aspect-ratio:4/5}.product-search-grid .product-card-badges{top:10px;left:10px;max-width:calc(100% - 20px)}.product-search-grid .product-card-desktop-overlay{position:absolute;inset:auto 0 0 0;display:flex;justify-content:space-between;align-items:flex-end;gap:12px;padding:14px;background:linear-gradient(180deg,rgba(18,14,11,0),rgba(18,14,11,.84))}.product-search-grid .product-card-body{padding:12px 14px 14px;gap:10px}.product-search-grid .product-card-meta,.product-search-grid .product-card-title-link{display:none}.product-search-grid .product-card-tag-row{min-height:28px}.product-search-grid .product-card-subtitle{font-size:12px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}}@media (max-width:720px){.home-product-grid,.product-search-grid,.seller-other-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-body{display:none}.product-card-mobile-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:12px;background:linear-gradient(180deg,rgba(27,20,17,.04) 12%,rgba(27,20,17,.18) 42%,rgba(27,20,17,.84))}.product-card-mobile-footer{width:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap}.product-card-mobile-footer>.stack-sm{flex:1 1 220px;min-width:0}.product-card-tag-row-mobile{margin-bottom:2px}.product-card-mobile-overlay .pill{padding:5px 10px;background:rgba(255,255,255,.14);color:white;border:1px solid rgba(255,255,255,.18);font-size:11px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-card-mobile-overlay .product-card-status-pill{background:rgba(255,255,255,.18);color:rgba(255,255,255,.92)}.product-card-title-mobile{font-size:22px;color:white;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-card-subtitle-mobile{color:rgba(255,255,255,.78);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-mobile-meta{display:flex;flex-direction:column;align-items:flex-end;gap:10px;text-align:right}.product-card-price-mobile{font-size:24px;color:white;text-shadow:0 8px 24px rgba(0,0,0,.32)}.product-card-bid-count-mobile{color:rgba(255,255,255,.72)}.product-card-mobile-action.button-secondary{display:none}.home-product-grid .product-card-body,.product-search-grid .product-card-body,.seller-other-products-grid .product-card-body{display:block;padding:10px 10px 12px}.home-product-grid .product-card-mobile-overlay,.product-search-grid .product-card-mobile-overlay,.seller-other-products-grid .product-card-mobile-overlay{display:none}.home-product-grid .product-card-title,.product-search-grid .product-card-title,.seller-other-products-grid .product-card-title{font-size:16px}.home-product-grid .product-card-subtitle,.product-search-grid .product-card-subtitle,.seller-other-products-grid .product-card-subtitle{font-size:11px}.home-product-grid .product-card-price,.product-search-grid .product-card-price,.seller-other-products-grid .product-card-price{font-size:18px}.home-product-grid .product-card-action,.home-product-grid .product-card-mobile-action,.product-search-grid .product-card-action,.product-search-grid .product-card-mobile-action,.seller-other-products-grid .product-card-action,.seller-other-products-grid .product-card-mobile-action{display:none}}@media (min-width:721px) and (max-width:1080px){.home-product-grid,.product-search-grid,.seller-other-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-product-grid{gap:clamp(16px,2vw,22px)}@media (max-width:1080px){.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-product-grid .product-card{min-width:0}.home-product-grid .product-card-image{aspect-ratio:4/5}.home-product-grid .product-card-body{display:none}.home-product-grid .product-card-mobile-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:clamp(12px,2.2vw,18px);background:linear-gradient(180deg,rgba(18,14,11,.04) 12%,rgba(18,14,11,.24) 42%,rgba(18,14,11,.88))}.home-product-grid .product-card-badges{max-width:calc(100% - 24px)}.home-product-grid .product-card-mobile-footer{width:100%;flex-direction:column;align-items:stretch;gap:14px}.home-product-grid .product-card-mobile-footer>.stack-sm{flex:none}.home-product-grid .product-card-tag-row-mobile{margin-bottom:4px}.home-product-grid .product-card-mobile-overlay .pill{padding:4px 9px;font-size:10px;background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.2)}.home-product-grid .product-card-title-mobile{font-size:clamp(18px,2.4vw,24px);text-shadow:0 10px 26px rgba(0,0,0,.34)}.home-product-grid .product-card-subtitle-mobile{max-width:100%}.home-product-grid .product-card-mobile-meta{width:100%;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:12px;text-align:left}.home-product-grid .product-card-price-mobile{font-size:clamp(20px,2.8vw,28px)}.home-product-grid .product-card-mobile-action.button-secondary{display:none}}@media (max-width:560px){.home-product-grid{grid-template-columns:1fr}}@media (max-width:720px){.home-product-actions,.home-product-section-head{align-items:stretch;flex-direction:column}.adult-content-toggle{width:100%}.product-gallery-open-hint{right:12px;top:12px;bottom:auto}.product-gallery-thumb-rail{padding:56px 12px 12px}.product-gallery-thumb-button{width:56px;height:56px;border-radius:12px}.product-gallery-lightbox{padding:12px}.product-gallery-lightbox-body{gap:12px}.product-gallery-nav{width:42px;height:42px;font-size:26px}.product-search-grid{grid-template-columns:1fr;gap:12px}.product-search-grid .product-card{display:grid;grid-template-columns:minmax(108px,34vw) minmax(0,1fr);align-items:stretch}.product-search-grid .product-card-media-link{height:100%}.product-search-grid .product-card-media{height:100%;min-height:164px}.product-search-grid .product-card-image,.product-search-grid .product-card-image-fallback{height:100%;min-height:100%;aspect-ratio:auto}.product-search-grid .product-card-badges{top:8px;left:8px;max-width:calc(100% - 16px)}.product-search-grid .product-card-body{display:flex;flex-direction:column;justify-content:space-between;min-width:0;padding:12px 12px 14px}.product-search-grid .product-card-desktop-overlay,.product-search-grid .product-card-mobile-overlay{display:none}.product-search-grid .product-card-title{font-size:16px;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-search-grid .product-card-subtitle{font-size:11px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-search-grid .product-card .pill{padding:5px 8px;font-size:10px}.product-search-grid .product-card .label,.product-search-grid .product-card-bid-count{font-size:11px}.product-search-grid .product-card-meta{flex-direction:column;align-items:flex-start;gap:8px}.product-search-grid .product-card-meta>.stack-sm{margin-left:0;align-items:flex-start;text-align:left}.product-search-grid .product-card-price{font-size:20px}.product-search-grid .product-card-action{display:none}}.booking-day-panel,.booking-editor-card,.booking-summary-card{padding:22px;box-shadow:none}.booking-editor-settings,.booking-summary-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.booking-chip-row{display:flex;gap:10px;flex-wrap:wrap}.booking-choice-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid rgba(84,64,52,.14);background:rgba(255,255,255,.9)}.booking-choice-chip.is-active{border-color:rgba(199,142,56,.42);background:linear-gradient(180deg,rgba(199,142,56,.18),rgba(141,95,85,.12))}.booking-window-list{display:flex;flex-direction:column;gap:12px}.booking-window-row{display:grid;grid-gap:14px;gap:14px;border-radius:18px;border:1px solid rgba(84,64,52,.12);background:rgba(255,255,255,.88);padding:16px}.booking-window-fields{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.booking-month-header,.booking-window-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.booking-month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:8px;gap:8px}.booking-month-grid--weekdays{margin-bottom:4px}.booking-weekday{text-align:center;font-size:12px}.booking-day-cell{min-height:74px;border-radius:18px;border:1px solid rgba(84,64,52,.12);background:rgba(255,255,255,.86);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:12px;text-align:left;transition:transform .14s ease,border-color .14s ease,background .14s ease}.booking-day-cell:disabled{opacity:.42}.booking-day-cell.is-available{border-color:rgba(199,142,56,.26);background:linear-gradient(180deg,rgba(255,248,236,.98),rgba(240,222,196,.62))}.booking-day-cell.is-full{background:rgba(220,214,208,.62)}.booking-day-cell.is-selected{border-color:rgba(133,83,71,.62);background:linear-gradient(180deg,rgba(199,142,56,.22),rgba(133,83,71,.18));transform:translateY(-1px)}.booking-day-cell--empty{min-height:74px;background:transparent;border:0}.booking-slot-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(104px,1fr))}.booking-slot{min-height:70px;border-radius:16px;border:1px solid rgba(84,64,52,.12);background:rgba(255,255,255,.92);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:12px;text-align:left}.booking-slot--available{border-color:rgba(199,142,56,.28)}.booking-slot--booked,.booking-slot--buffer,.booking-slot--outside,.booking-slot--past{background:rgba(214,209,204,.62)}.booking-slot--booked{border-color:rgba(133,83,71,.22)}.booking-slot--buffer{border-style:dashed}.booking-slot--outside{visibility:hidden;pointer-events:none}.booking-slot.is-selected{border-color:rgba(133,83,71,.7);background:linear-gradient(180deg,rgba(199,142,56,.24),rgba(133,83,71,.18))}.booking-slot-caption{font-size:11px}.booking-selection-card{padding:16px;box-shadow:none;background:linear-gradient(180deg,rgba(255,248,236,.98),rgba(240,222,196,.58))}@media (max-width:720px){.booking-window-fields{grid-template-columns:1fr 1fr}.booking-month-header{flex-wrap:wrap;justify-content:center}.booking-day-cell{min-height:66px;padding:10px}.product-browse-masonry{display:block;column-count:2;column-gap:10px;column-fill:balance}.product-browse-masonry>*{width:100%;margin:0 0 10px;break-inside:avoid;page-break-inside:avoid}.product-browse-masonry>.product-card{display:flex;flex-direction:column}.product-browse-masonry.home-product-grid,.product-browse-masonry.product-search-grid,.product-browse-masonry.seller-other-products-grid{grid-template-columns:none;gap:8px}.product-browse-masonry.product-search-grid .product-card-media,.product-browse-masonry.product-search-grid .product-card-media-link{height:auto}.product-browse-masonry.product-search-grid .product-card-media{min-height:0}.product-browse-masonry.product-search-grid .product-card-image,.product-browse-masonry.product-search-grid .product-card-image-fallback{height:auto;min-height:0}.product-browse-masonry .product-card--browse-compact{min-width:0}.product-browse-masonry .product-card--browse-compact .product-card-media{overflow:hidden;background:radial-gradient(circle at top left,rgba(255,255,255,.96),transparent 44%),linear-gradient(180deg,rgba(241,230,211,.62),rgba(232,217,193,.4))}.product-browse-masonry .product-card--browse-compact .product-card-image--browse-compact{display:block;width:100%;aspect-ratio:var(--product-card-image-ratio,4/5);object-fit:cover;object-position:center;background:transparent}.product-browse-masonry .product-card--browse-compact .product-card-image--normal{object-fit:contain}.product-browse-masonry .product-card--browse-compact .product-card-image-fallback{min-height:148px}.product-browse-masonry .product-card--browse-compact .product-card-badges{top:8px;left:8px;gap:4px;max-width:calc(100% - 16px)}.product-browse-masonry .product-card--browse-compact .product-card-badges .sale-badge{padding:4px 8px;font-size:10px;letter-spacing:.02em}.product-browse-masonry .product-card--browse-compact .sale-badge-mobile-only{display:inline-flex}.product-browse-masonry .product-card--browse-compact .product-card-badges .sale-badge-queue,.product-browse-masonry .product-card--browse-compact .product-card-desktop-overlay,.product-browse-masonry .product-card--browse-compact .product-card-mobile-overlay{display:none}.product-browse-masonry .product-card--browse-compact .product-card-body{display:flex;flex-direction:column;gap:10px;padding:10px 10px 12px}.product-browse-masonry .product-card--browse-compact .product-card-content-stack{gap:6px}.product-browse-masonry .product-card--browse-compact .product-card-action,.product-browse-masonry .product-card--browse-compact .product-card-seller-row,.product-browse-masonry .product-card--browse-compact .product-card-tag-row{display:none}.product-browse-masonry .product-card--browse-compact .product-card-meta{order:-1;align-items:flex-start;justify-content:flex-start;gap:4px}.product-browse-masonry .product-card--browse-compact .product-card-meta>.product-card-price-block{margin-left:0;align-items:flex-start;text-align:left;gap:2px}.product-browse-masonry .product-card--browse-compact .product-card-bid-count,.product-browse-masonry .product-card--browse-compact .product-card-meta .label,.product-browse-masonry .product-card--browse-compact .product-card-stats{font-size:11px}.product-browse-masonry .product-card--browse-compact .product-card-title{font-size:15px;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-browse-masonry .product-card--browse-compact .product-card-subtitle{font-size:11px;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-browse-masonry .product-card--browse-compact .product-card-price{font-size:21px;line-height:1.05}.product-browse-masonry .product-card--browse-compact .product-card-queue-pill{min-height:28px;padding:0 10px;font-size:11px}}