.grecaptcha-badge{display:none!important}:root{--palette-coral:#DE6B48;--palette-sand:#E5B181;--palette-rose:#F4B9B2;--palette-mist:#DAEDBD;--palette-teal:#7DBBC3;--top-title:#E5B181;--bg:#fbf7f2;--surface:rgba(255,249,245,0.86);--surface-strong:#fffaf7;--ink:#35545a;--muted:#667b7f;--line:rgba(53,84,90,0.2);--accent:var(--palette-coral);--accent-soft:var(--palette-rose);--accent-deep:#b75739;--teal:#5c8e96;--gold:var(--palette-sand);--mist:var(--palette-mist);--success:var(--palette-mist);--success-ink:#5e7a62;--shadow:0 18px 42px rgba(53,84,90,0.12);--brand-gradient:linear-gradient(135deg,var(--palette-coral) 0%,var(--palette-sand) 100%);--soft-gradient:linear-gradient(135deg,rgba(244,185,178,0.16),rgba(218,237,189,0.22));--radius-xl:32px;--radius-lg:22px;--radius-md:16px;--content-width:1180px;--site-header-height:80px;--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 38%),radial-gradient(circle at 18% 22%,rgba(244,185,178,.24),transparent 34%),radial-gradient(circle at bottom right,rgba(125,187,195,.18),transparent 34%),repeating-linear-gradient(35deg,transparent 0 76px,rgba(229,177,129,.14) 76px 80px,transparent 80px 160px),linear-gradient(180deg,#fff9f6,#fdf4ee 44%,#f1f7ef);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:rgba(229,177,129,.38);color:rgba(53,84,90,.7)}img{max-width:100%;display:block}.avatar-placeholder,.avatar-placeholder--lg{border-radius:50%;border:1px solid rgba(125,187,195,.2);background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.92),rgba(244,185,178,.88)),linear-gradient(135deg,#f4b9b2,#e5b181);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{min-height:calc(100vh - var(--site-header-height));width:min(calc(100% - 32px),var(--content-width));margin:0 auto;padding:28px 0 80px}.page-mobile-inset{padding-inline:0}.page-top-pad{padding-top:48px}h1.head-title{margin:0;font-size:clamp(28px,3.6vw,44px)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background-color:#FFF;height:var(--site-header-height)}.site-brand-inner{justify-content:center;color:var(--top-title)}.error{color:var(--accent-deep)}.site-header-bar{width:min(calc(100% - 24px),1240px);margin:16px auto 0;padding:18px 24px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"brand nav actions";align-items:center;grid-gap:24px;gap:24px;border-radius:0;border:none;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.site-brand{grid-area:brand;display:flex;flex-direction:column;gap:2px;flex-shrink:0;justify-self:start;min-width:-moz-fit-content;min-width:fit-content}.site-nav{grid-area:nav;display:flex;width:100%;gap:14px;flex-wrap:nowrap;align-items:center;justify-content:center;min-width:0;padding-bottom:0;border-bottom:none;overflow:visible;color:var(--top-title)}.site-nav::-webkit-scrollbar{display:none}.site-nav-link,.site-nav-trigger{color:var(--muted);font-size:14px;font-weight:500;white-space:nowrap;transition:color .15s ease,background .15s ease}.site-nav-link{display:inline-flex;align-items:center;min-height:40px}.site-nav-group.is-open .site-nav-trigger,.site-nav-link.is-active,.site-nav-link:hover,.site-nav-trigger.is-active{color:var(--ink)}.site-nav-link.is-active,.site-nav-trigger.is-active{font-weight:700}.site-nav-group{position:relative}.site-nav-group,.site-nav-trigger{display:inline-flex;align-items:center}.site-nav-trigger{gap:6px;min-height:40px;padding:0;border:none;background:transparent;cursor:pointer}.site-nav-trigger-icon{transition:transform .15s ease}.site-nav-group.is-open .site-nav-trigger-icon{transform:rotate(180deg)}.site-nav-submenu{position:absolute;top:calc(100% - 2px);left:50%;display:grid;grid-gap:4px;gap:4px;min-width:148px;padding:8px;border:1px solid rgba(222,107,72,.14);border-radius:18px;background:rgba(255,249,244,.98);box-shadow:0 18px 36px rgba(222,107,72,.14);opacity:0;pointer-events:none;transform:translateX(-50%) translateY(6px);transition:opacity .15s ease,transform .15s ease;z-index:35}.site-nav-group.is-open .site-nav-submenu{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.site-nav-link:focus-visible,.site-nav-submenu-link:focus-visible,.site-nav-trigger:focus-visible{outline:2px solid rgba(222,107,72,.26);outline-offset:3px}.site-nav-submenu-link{display:block;padding:10px 12px;border-radius:12px;color:var(--ink);font-size:14px;font-weight:600;white-space:nowrap;transition:background .15s ease,color .15s ease}.site-nav-submenu-link:hover{background:rgba(255,255,255,.82);color:var(--accent-deep)}.site-nav-submenu-link.is-active{background:rgba(255,255,255,.88);color:var(--accent-deep)}.site-header-actions{grid-area:actions;display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:nowrap;justify-self:end;color:var(--top-title)}.site-header-mobile-menu{display:none}.timestamp{font-size:12px;margin-left:.5em}.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;position:relative;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(222,107,72,.14);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 24px 48px rgba(222,107,72,.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(222,107,72,.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(222,107,72,.1)}.mobile-nav-link:hover{background:rgba(255,255,255,.8);opacity:1}.mobile-nav-group{display:grid;grid-gap:8px;gap:8px}.mobile-nav-group-label{padding:2px 16px 0;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.08em;opacity:.76}.mobile-nav-group-label.is-active{color:var(--accent-deep);opacity:1}.mobile-nav-group-links{display:grid;grid-gap:6px;gap:6px}.mobile-nav-sublink{margin-left:12px;padding-left:22px;position:relative}.mobile-nav-sublink:before{content:"";position:absolute;left:12px;top:50%;width:6px;height:6px;border-radius:999px;background:rgba(222,107,72,.28);transform:translateY(-50%)}.mobile-nav-sublink.is-active:before{background:var(--accent-deep)}.auth-shell{max-width:760px;margin:24px auto 0}.auth-card{padding:28px}.auth-card-shell{max-width:620px;margin:0 auto}.auth-page-title{margin:0;font-size:clamp(30px,4vw,46px)}.site-footer-shell{width:100%;margin-top:24px;padding:40px 0 48px;color:#FFF;background:var(--top-title)}.site-footer-grid{width:min(100%,1240px);margin:0 auto;padding:0 24px;box-sizing:border-box;display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:20px 32px;gap:20px 32px}.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(22px,4vw,36px);line-height:1.2}.section-head p{margin:0;max-width:580px;color:var(--muted);line-height:1.7}.homepage-card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:transform .2s ease,box-shadow .2s ease}.homepage-card-hover:hover{transform:translateY(-4px);box-shadow:0 32px 72px rgba(222,107,72,.16)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:transform .2s ease,box-shadow .2s ease}.card-hover:hover{transform:translateY(-4px);box-shadow:0 32px 72px rgba(222,107,72,.16)}.pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;background:rgba(229,177,129,.14);color:var(--accent-deep);font-size:13px;font-weight:700}.auth-pill{background:var(--success);color:var(--success-ink);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-report{color:white;background:#990606}.button-ghost:hover,.button-secondary:not([disabled]):hover,.button:not([disabled]):hover{transform:translateY(-2px)}.button:not([disabled]){background:linear-gradient(135deg,var(--accent) 0,var(--gold) 100%);color:white;box-shadow:0 10px 24px rgba(222,107,72,.28)}.button:not([disabled]):hover{box-shadow:0 14px 32px rgba(222,107,72,.36)}.button-secondary{background:rgba(255,252,247,.94);color:var(--accent-deep);border-color:rgba(222,107,72,.24)}.button-ghost{background:transparent;color:var(--accent-deep);border-color:rgba(222,107,72,.28)}.button-auto{width:auto}.compact-outline-button{display:inline-flex;align-items:center;gap:7px;height:40px;padding:0 14px;border-radius:0;border:none;background:transparent;font-size:14px;font-weight:600;transition:background .15s ease}.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(222,107,72,.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-md,.stack-sm{gap:14px}.stack-lg{gap:22px}.card-pad-12{padding:12px}.card-pad-14{padding:14px}.card-pad-16{padding:16px}.card-pad-18{padding:18px}.card-pad-20{padding:20px}.card-pad-22{padding:22px}.card-pad-24{padding:24px}.card-pad-28{padding:28px}.card-flat{box-shadow:none}.mb-24{margin-bottom:24px}.m-0{margin:0}.min-w-0{min-width:0}.w-auto{width:auto}.w-full{width:100%}.text-12{font-size:12px}.text-13{font-size:13px}.text-14{font-size:14px}.text-15{font-size:15px}.text-16{font-size:16px}.text-18{font-size:18px}.text-20{font-size:20px}.text-22{font-size:22px}.text-24{font-size:24px}.text-error{color:var(--accent-deep)}.text-success{color:var(--teal)}.lh-17{line-height:1.7}.lh-18{line-height:1.8}.pre-wrap,.pre-wrap-break{white-space:pre-wrap}.pre-wrap-break{word-break:break-word}.inline-actions-end,.inline-between-md,.inline-wrap-lg,.inline-wrap-md,.inline-wrap-sm{display:flex;flex-wrap:wrap}.inline-wrap-sm{gap:8px}.inline-wrap-md{gap:12px}.inline-wrap-lg{gap:10px}.inline-between-md{align-items:center;justify-content:space-between;gap:12px}.inline-actions-end{justify-content:flex-end;gap:12px}.link-accent{color:var(--accent-deep);font-weight:700}.page-title-lg{margin:0;font-size:clamp(28px,3.8vw,42px)}.page-title-md{margin:0;font-size:clamp(24px,3.2vw,34px)}.page-notice-copy{color:var(--muted);line-height:1.7}.error-state{width:min(860px,100%);margin:0 auto;padding:36px 24px;border-radius:24px;border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow)}.error-state-badge{width:96px;height:96px;margin:0 auto 16px;border-radius:999px;display:grid;place-items:center;font-size:38px;font-weight:800;color:var(--accent-deep);background:rgba(242,223,197,.65);border:1px solid rgba(229,177,129,.35)}.error-state-badge--compact{font-size:34px}.error-state-title{margin:0;text-align:center;font-size:clamp(28px,4.6vw,40px);line-height:1.3}.error-state-description{max-width:640px;margin:14px auto 0;text-align:center;color:var(--muted);font-size:18px;line-height:1.8}.error-state-actions{margin-top:24px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.label{color:var(--muted);font-size:14px;font-weight:700}.input,.select,.textarea{width:100%;border-radius:14px;border:1px solid rgba(222,107,72,.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(222,107,72,.4);box-shadow:0 0 0 3px rgba(222,107,72,.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))}.field-grid>*{min-width:0}.size-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.conversation-card{padding:24px}.conversation-title{font-size:20px}.conversation-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.conversation-log{max-height:380px;overflow-y:auto;padding:12px;border-radius:12px;border:1px solid rgba(222,107,72,.12);background:rgba(255,255,255,.6)}.conversation-row{display:flex}.conversation-row.is-mine{justify-content:flex-end}.conversation-row:not(.is-mine){justify-content:flex-start}.conversation-bubble{max-width:70%;padding:12px;box-shadow:none;background:rgba(255,255,255,.9)}.conversation-bubble.is-mine{background:rgba(222,107,72,.08)}.conversation-bubble.is-status{max-width:100%;background:rgba(229,177,129,.1);border:1px solid rgba(222,107,72,.12)}.conversation-meta{font-size:12px}.conversation-text{white-space:pre-wrap;word-break:break-word}.conversation-attachments{display:grid;grid-template-columns:repeat(var(--conversation-attachment-columns,2),minmax(0,1fr));grid-gap:8px;gap:8px;width:min(100%,360px);align-self:flex-start}.conversation-attachment-button{position:relative;display:block;padding:0;border:none;border-radius:10px;background:transparent;overflow:hidden;cursor:zoom-in}.conversation-attachment-button:focus-visible,.conversation-lightbox-close:focus-visible,.conversation-lightbox-nav:focus-visible,.conversation-lightbox-thumb-button:focus-visible{outline:2px solid rgba(125,187,195,.92);outline-offset:2px}.conversation-attachment-button.is-single{width:min(220px,100%)}.conversation-attachment-hint{position:absolute;right:8px;bottom:8px;display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:rgba(125,187,195,.76);color:rgba(255,255,255,.94);font-size:11px;font-weight:700;pointer-events:none}.conversation-attachment,.conversation-attachment-fallback{width:100%;aspect-ratio:1;display:block;object-fit:cover}.conversation-attachment-button.is-single .conversation-attachment{aspect-ratio:auto;max-height:220px;object-fit:contain;background:rgba(255,252,249,.92)}.conversation-attachment-button.is-single .conversation-attachment-fallback{aspect-ratio:4/3}.conversation-actions{display:flex;justify-content:flex-end;gap:12px}.conversation-lightbox{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;background:rgba(15,18,24,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.conversation-lightbox-body{position:relative;width:100vw;height:100vh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:14px;gap:14px;padding:16px 20px 20px}.conversation-lightbox-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.conversation-lightbox-counter{color:rgba(255,255,255,.78);font-size:13px;font-weight:600}.conversation-lightbox-close,.conversation-lightbox-nav{border:none;cursor:pointer;color:white}.conversation-lightbox-close{justify-self:end;min-height:42px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.12);font-weight:700}.conversation-lightbox-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}.conversation-lightbox-nav-prev{left:12px}.conversation-lightbox-nav-next{right:12px}.conversation-lightbox-stage{position:relative;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.conversation-lightbox-fallback,.conversation-lightbox-image{width:auto;height:auto;max-width:min(96vw,1600px);max-height:calc(100vh - 168px)}.conversation-lightbox-image{display:block;object-fit:contain}.conversation-lightbox-fallback{display:flex;align-items:center;justify-content:center;min-width:min(320px,70vw);min-height:min(320px,50vh);border-radius:20px;padding:24px}.conversation-lightbox-strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;justify-self:center;max-width:min(100%,1000px)}.conversation-lightbox-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:.72;transition:transform .16s ease,opacity .16s ease,border-color .16s ease}.conversation-lightbox-thumb-button.is-active,.conversation-lightbox-thumb-button:hover{opacity:1;transform:translateY(-1px);border-color:rgba(255,255,255,.42)}.conversation-lightbox-thumb{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:720px){.conversation-bubble{max-width:88%}.conversation-attachment-button.is-single{width:min(180px,100%)}.conversation-lightbox{align-items:stretch;justify-content:stretch}.conversation-lightbox-body{gap:12px;padding:12px 12px 16px}.conversation-lightbox-nav{width:42px;height:42px;font-size:26px}.conversation-lightbox-counter{font-size:12px}.conversation-lightbox-fallback,.conversation-lightbox-image{max-width:100%;max-height:calc(100vh - 148px)}.conversation-lightbox-thumb-button{width:56px;height:56px;border-radius:12px}}.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(222,107,72,.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(222,107,72,.2)}.profile-tab-button.is-active{background:linear-gradient(135deg,rgba(222,107,72,.14),rgba(229,177,129,.18));border-color:rgba(222,107,72,.28);color:var(--accent-deep);box-shadow:0 12px 26px rgba(222,107,72,.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(222,107,72,.14),rgba(229,177,129,.18));border-color:rgba(222,107,72,.24);color:var(--accent-deep);box-shadow:0 12px 26px rgba(222,107,72,.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(222,107,72,.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(auto-fit,minmax(180px,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(222,107,72,.14);background:rgba(255,255,255,.74);color:var(--ink);font-size:13px;font-weight:600;cursor:pointer}.watch-pair-chip a{color:inherit;text-decoration:none}.watch-pair-chip a:hover{text-decoration:underline}.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(222,107,72,.12);color:var(--accent-deep);border:0;padding:0;cursor:pointer;font:inherit;opacity:1;transition:opacity .12s ease}.watch-pair-chip:hover{transform:translateY(-1px);transition:transform .15s ease}.profile-tag-input-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.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(222,107,72,.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(222,107,72,.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(222,107,72,.1);background:rgba(255,255,255,.92);aspect-ratio:1}.profile-portfolio-image-preview{width:100%;height:100%;display:block;object-fit:cover}.rating-stars{--rating-star-size:20px;display:inline-flex;align-items:center;gap:6px}.rating-stars--interactive{gap:8px}.rating-stars-star{position:relative;display:inline-flex;width:var(--rating-star-size);height:var(--rating-star-size);color:rgba(222,107,72,.2)}.rating-stars-star-active,.rating-stars-star-base{width:100%;height:100%;display:block}.rating-stars-star-base{fill:currentColor}.rating-stars-star-fill{position:absolute;inset:0 auto 0 0;overflow:hidden;color:var(--gold)}.rating-stars-star-active{fill:currentColor;filter:drop-shadow(0 1px 2px rgba(222,107,72,.16))}.rating-stars-button{display:inline-flex;align-items:center;justify-content:center;width:calc(var(--rating-star-size) + 10px);height:calc(var(--rating-star-size) + 10px);padding:0;border:none;border-radius:999px;background:rgba(255,255,255,.92);box-shadow:inset 0 0 0 1px rgba(222,107,72,.12);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.rating-stars-button:focus-visible,.rating-stars-button:hover{transform:translateY(-1px);background:rgba(255,248,236,.96);box-shadow:inset 0 0 0 1px rgba(222,107,72,.22),0 10px 18px rgba(222,107,72,.08)}.rating-stars-button.is-active{background:linear-gradient(180deg,rgba(255,250,240,.98),rgba(255,239,214,.98));box-shadow:inset 0 0 0 1px rgba(244,183,64,.45),0 10px 18px rgba(222,107,72,.08)}.rating-stars-input-shell{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.rating-stars-score-text{font-size:14px;font-weight:600;color:var(--accent-deep)}.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(125,187,195,.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(125,187,195,.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(222,107,72,.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:min(100%,240px);min-width: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}.global-modal-overlay{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(30,28,26,.42)}.global-modal-dialog{background:var(--surface-strong);max-height:min(calc(100dvh - 40px),760px);padding:24px;overflow-y:auto;overscroll-behavior:contain;box-shadow:0 32px 80px rgba(38,24,16,.22)}.global-modal-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.member-profile-shell{gap:24px}.member-profile-hero{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.member-profile-hero>.stack-xs>span.muted{display:none}.member-profile-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.member-profile-action-wrap{display:inline-flex;flex-direction:column;align-items:flex-end;gap:6px}.member-profile-action-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border-radius:999px;border:1px solid transparent;cursor:pointer;font-size:14px;font-weight:700;line-height:1;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.member-profile-action-button:not([disabled]):hover{transform:translateY(-2px)}.member-profile-action-button:disabled{cursor:progress;opacity:.72}.member-profile-action-button--follow{background:rgba(255,249,231,.78);border-color:rgba(213,168,68,.26);color:rgba(166,119,23,.6)}.member-profile-action-button--follow.is-active{background:linear-gradient(135deg,#e2a82f,#de6b48);border-color:rgba(226,168,47,.86);box-shadow:0 10px 24px rgba(226,168,47,.28);color:#fffaf0}.member-profile-action-button--block{background:rgba(255,243,238,.82);border-color:rgba(190,88,55,.2);color:rgba(158,81,57,.58)}.member-profile-action-button--block.is-active{background:linear-gradient(135deg,#c35a3b,#392b26);border-color:rgba(90,54,44,.72);box-shadow:0 10px 24px rgba(84,45,35,.22);color:#fff8f5}.member-profile-action-icon{width:18px;height:18px;flex:0 0 auto}.member-profile-action-error{font-size:12px;text-align:right;max-width:190px}.member-profile-bio{margin:0;white-space:pre-wrap;line-height:1.7}.member-profile-bio--mobile{display:none}.member-self-tag-list{display:flex;gap:10px;flex-wrap:wrap}.member-self-tag{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;border:1px solid rgba(222,107,72,.16);background:rgba(255,255,255,.74);color:var(--ink);font-size:14px}.member-profile-summary-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:minmax(260px,320px) minmax(0,1fr);align-items:start}.member-profile-basic-card,.member-profile-tabs-card{padding:24px}.member-profile-tab-panel{min-height:220px}.member-loading-panel{padding:18px;box-shadow:none;background:rgba(255,255,255,.72)}.member-load-more-button{width:auto;align-self:flex-start}.member-orders-grid{gap:18px}.member-review-overview{padding:24px}.member-review-card-footer,.member-review-card-head,.member-review-overview-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:flex-start}.member-review-overview-stats{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.member-review-meta-card,.member-review-overview-buckets,.member-review-overview-stat{padding:18px;box-shadow:none;background:rgba(255,255,255,.78)}.member-review-bucket-button{border:none;background:transparent;padding:0;text-align:left;cursor:pointer}.member-review-bucket-row{display:grid;grid-template-columns:48px 1fr 52px;grid-gap:10px;gap:10px;align-items:center}.member-review-bucket-bar{height:10px;border-radius:999px;background:rgba(222,107,72,.08);overflow:hidden}.member-review-bucket-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--gold) 0,var(--accent) 100%)}.member-review-drawer-overlay{position:fixed;inset:0;z-index:118;background:rgba(30,28,26,.26);opacity:0;pointer-events:none;transition:opacity .18s ease}.member-review-drawer-overlay.is-open{opacity:1;pointer-events:auto}.member-review-drawer{position:fixed;top:0;right:0;z-index:119;width:min(100vw,520px);height:100dvh;padding:24px;display:flex;flex-direction:column;gap:18px;background:linear-gradient(180deg,rgba(255,249,245,.98),rgba(255,255,255,.98));box-shadow:-24px 0 52px rgba(38,24,16,.16);transform:translateX(100%);transition:transform .22s ease}.member-review-drawer.is-open{transform:translateX(0)}.member-review-drawer-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.member-review-drawer-body{display:flex;flex-direction:column;gap:14px;min-height:0;overflow-y:auto;padding-right:4px}.member-review-drawer-card{padding:16px;box-shadow:none;background:rgba(255,255,255,.86)}.web-push-control{padding-top:12px;border-top:1px solid rgba(222,107,72,.12)}.profile-inline-status{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.profile-inline-status strong{color:var(--ink);font-size:14px}.profile-action-row{display:flex;gap:10px;flex-wrap:wrap}.profile-action-row .button-ghost,.profile-action-row .button-secondary{min-height:42px;padding-inline:16px;font-size:13px}.hero-shell{--hero-block-padding:38px;--hero-fold-buffer:calc(var(--hero-block-padding) * 2);padding:var(--hero-block-padding) 34px;overflow:hidden;position:relative;min-height:calc(100vh - var(--site-header-height) - (var(--hero-block-padding) * 2) + var(--hero-fold-buffer));min-height:calc(100dvh - var(--site-header-height) - (var(--hero-block-padding) * 2) + var(--hero-fold-buffer));display:flex;justify-content:center;flex-direction:column}.hero-glow{position:absolute;right:-80px;top:-110px;width:360px;height:360px;border-radius:50%}.hero-grid{display:grid;grid-gap:28px;gap:28px;grid-template-columns:1fr;position:relative;transform:translateY(calc(var(--site-header-height) * -.5))}.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-stack{gap:clamp(30px,4vh,44px)}.home-hero-text-stack{gap:clamp(20px,3vh,30px)}.home-hero-content-centered .home-hero-copy{margin-left:auto;margin-right:auto}.home-hero-trust{display:flex;gap:10px;flex-wrap:wrap;row-gap:14px}.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(222,107,72,.1);color:var(--muted);font-size:13px;font-weight:600}.home-hero-cta-row{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:4px}.home-hero-cta-button{min-height:54px;padding:0 28px;font-size:16px}.home-hero-browse-button svg{width:16px;height:16px}.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{min-height:46px;padding:0 16px;border-radius:999px;border:1px solid rgba(222,107,72,.18);background:rgba(255,255,255,.78);color:var(--accent-deep);display:inline-flex;align-items:center;justify-content:center;gap:8px;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(222,107,72,.28)}.market-filter-toggle-button.is-active{background:linear-gradient(135deg,rgba(222,107,72,.14),rgba(229,177,129,.18));border-color:rgba(222,107,72,.28);color:var(--accent-deep);box-shadow:0 10px 22px rgba(222,107,72,.12)}.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(222,107,72,.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(222,107,72,.24)}.market-filter-category-chip.is-active{background:linear-gradient(135deg,rgba(222,107,72,.14),rgba(229,177,129,.18));border-color:rgba(222,107,72,.28);color:var(--accent-deep);box-shadow:0 10px 22px rgba(222,107,72,.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-search-panel-stack{display:grid;grid-gap:14px;gap:14px;margin-bottom:18px}.product-results-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.product-listing-type-panel{padding:18px 22px}.product-listing-type-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.product-listing-type-list{display:flex;flex-wrap:wrap;gap:10px;flex:1 1 auto;min-width:0}.product-listing-type-actions{margin-left:auto;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-listing-type-chip{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.product-listing-type-submit-button{white-space:nowrap}.product-listing-type-toggle-button{gap:8px;white-space:nowrap}.product-advanced-search-note{display:grid;grid-gap:6px;gap:6px;align-content:start;min-height:100%;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(222,107,72,.12)}.home-product-actions{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-showcase{display:grid;grid-gap:18px;gap:18px;min-width:0}.home-product-showcase-shell{position:relative;min-width:0}.home-product-showcase-track{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(300px,78%,520px);align-items:stretch;grid-gap:22px;gap:22px;width:100%;min-width:0;overflow-x:auto;padding:4px 4px 10px;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.home-product-showcase-track::-webkit-scrollbar{display:none}.home-product-showcase-card{min-width:0;scroll-snap-align:start;display:flex}.home-product-showcase-card>.product-card{width:100%;height:100%;min-height:100%;display:flex;flex-direction:column}.home-product-showcase-card>.product-card .product-card-body,.home-product-showcase-card>.product-card .product-card-content-stack,.home-product-showcase-card>.product-card .product-card-media-link{min-width:0}.home-product-showcase-card>.product-card .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))}.home-product-showcase-card>.product-card .product-card-image--browse-compact,.home-product-showcase-card>.product-card .product-card-image-fallback{aspect-ratio:4/4.35!important;min-height:0}.home-product-showcase-card>.product-card .product-card-image--browse-compact{object-fit:contain;object-position:center;background:transparent}.home-product-showcase-card>.product-card .product-card-image-fallback.product-card-image--browse-compact{display:flex;align-items:center;justify-content:center}.home-product-showcase-card>.product-card .product-card-action,.home-product-showcase-card>.product-card .product-card-badges,.home-product-showcase-card>.product-card .product-card-desktop-overlay,.home-product-showcase-card>.product-card .product-card-mobile-overlay,.home-product-showcase-card>.product-card .product-card-queue-pill,.home-product-showcase-card>.product-card .product-card-seller-row,.home-product-showcase-card>.product-card .product-card-tag-row{display:none}.home-product-showcase-card>.product-card .product-card-body{display:flex;flex:1 1;flex-direction:column;gap:10px;padding:14px 14px 16px}.home-product-showcase-card>.product-card .product-card-content-stack{gap:8px;flex:1 1}.home-product-showcase-card>.product-card .product-card-title-link{display:block}.home-product-showcase-card>.product-card .product-card-meta{order:-1;display:flex;align-items:flex-start;justify-content:flex-start;gap:6px}.home-product-showcase-card>.product-card .product-card-meta>.product-card-price-block{margin-left:0;align-items:flex-start;text-align:left;gap:3px}.home-product-showcase-card>.product-card .product-card-title{font-size:19px;line-height:1.32;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.home-product-showcase-card>.product-card .product-card-subtitle{font-size:13px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.home-product-showcase-card>.product-card .product-card-bid-count,.home-product-showcase-card>.product-card .product-card-meta .label,.home-product-showcase-card>.product-card .product-card-stats{font-size:12px}.home-product-showcase-card>.product-card .product-card-price{font-size:24px;line-height:1.05}.home-product-showcase-card>.product-card .product-card-mobile-seller-link{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;max-width:100%;min-height:32px;padding:5px 12px 5px 5px;border-radius:999px;border:1px solid rgba(222,107,72,.18);background:linear-gradient(135deg,rgba(229,177,129,.18),rgba(222,107,72,.12));color:var(--accent-deep);font-size:12px;font-weight:700;text-decoration:none}.home-product-showcase-card>.product-card .product-card-mobile-seller-link:hover{color:var(--accent)}.home-product-showcase-card-link{position:relative;display:flex;flex-direction:column;min-width:0;min-height:clamp(520px,58vw,640px);padding:clamp(24px,2.6vw,34px);border-radius:36px;border:1px solid rgba(18,24,28,.08);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,248,245,.98));box-shadow:0 18px 36px rgba(16,22,25,.08);color:inherit;text-decoration:none;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.home-product-showcase-card-link:before{content:"";position:absolute;right:-12%;bottom:-18%;width:72%;height:46%;border-radius:999px;background:radial-gradient(circle,rgba(222,107,72,.1),transparent 68%);pointer-events:none}.home-product-showcase-card-link:hover{transform:translateY(-4px);box-shadow:0 24px 44px rgba(16,22,25,.12);border-color:rgba(183,87,57,.16)}.home-product-showcase-copy{position:relative;z-index:1;display:grid;grid-gap:14px;gap:14px;max-width:min(100%,36ch)}.home-product-showcase-eyebrow{font-size:14px;font-weight:700;letter-spacing:.02em;color:#353f43}.home-product-showcase-title{margin:0;font-size:clamp(27px,3vw,41px);line-height:1.14;color:#1c2327;text-wrap:balance}.home-product-showcase-price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap}.home-product-showcase-price-label{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(28,35,39,.52)}.home-product-showcase-price{display:block;font-size:clamp(28px,2.8vw,38px);line-height:1.05;color:#161d21}.home-product-showcase-seller{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:rgba(28,35,39,.06);color:#39464a;font-size:13px;font-weight:700}.home-product-showcase-context{display:flex;align-items:center;gap:10px 14px;flex-wrap:wrap;color:#6d7a7f;font-size:13px}.home-product-showcase-context span{display:inline-flex;align-items:center;gap:8px}.home-product-showcase-context span:before{content:"";width:5px;height:5px;border-radius:999px;background:rgba(183,87,57,.28)}.home-product-showcase-media{position:relative;display:flex;align-items:flex-end;justify-content:center;flex:1 1;min-height:280px;margin-top:16px;padding-top:12px}.home-product-showcase-media-glow{position:absolute;left:50%;bottom:8%;width:84%;height:44%;border-radius:999px;background:radial-gradient(circle,rgba(89,108,115,.16),transparent 68%);transform:translateX(-50%);filter:blur(18px)}.home-product-showcase-image{position:relative;z-index:1;width:100%;height:100%;max-height:360px;object-fit:contain;object-position:center bottom}.home-product-showcase-image.product-card-image-fallback{display:flex;align-items:center;justify-content:center;min-height:280px;border-radius:28px;background:linear-gradient(180deg,rgba(245,243,239,.98),rgba(237,236,232,.96))}.home-product-showcase-plus{position:absolute;right:14px;bottom:14px;z-index:2;display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:999px;background:rgba(24,27,30,.94);color:white;font-size:34px;line-height:1;box-shadow:0 14px 26px rgba(24,27,30,.24)}.home-product-showcase-controls{display:flex;justify-content:flex-start;gap:14px;padding-right:4px}.home-product-showcase-control{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;padding:0;border-radius:999px;border:1px solid rgba(183,87,57,.18);background:rgba(255,255,255,.94);color:#324347;font-size:32px;line-height:1;cursor:pointer;box-shadow:0 10px 20px rgba(53,84,90,.08);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.home-product-showcase-control:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(183,87,57,.3);box-shadow:0 14px 24px rgba(53,84,90,.12);color:var(--accent-deep)}.home-product-showcase-control:disabled{cursor:default;opacity:.42;box-shadow:none}.home-audience-carousel-shell{overflow:hidden}.home-audience-carousel{--home-audience-side-card-width:clamp(720px,52vw,780px);display:grid;grid-template-columns:minmax(0,.38fr) minmax(0,1fr) minmax(0,.38fr);align-items:start;grid-gap:18px;gap:18px;max-width:1440px;margin:0 auto}.home-audience-carousel-card{position:relative;display:flex;flex-direction:column;align-self:start;box-sizing:border-box;width:100%;min-height:100%;min-width:0;padding:24px;border-radius:32px;border:1px solid rgba(222,107,72,.14);background:linear-gradient(160deg,rgba(255,255,255,.95),rgba(255,248,243,.82));color:var(--muted);overflow:hidden;transition:transform .26s ease,opacity .26s ease,filter .26s ease,box-shadow .26s ease,border-color .26s ease}.home-audience-carousel-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top,rgba(229,177,129,.14),transparent 58%);pointer-events:none}.home-audience-carousel-card:hover{border-color:rgba(222,107,72,.24)}.home-audience-carousel-card.is-next,.home-audience-carousel-card.is-prev{z-index:1;width:var(--home-audience-side-card-width);opacity:.68;transform:none;filter:saturate(.82)}.home-audience-carousel-card.is-prev{justify-self:end}.home-audience-carousel-card.is-next{justify-self:start}.home-audience-carousel-card.is-next:hover,.home-audience-carousel-card.is-prev:hover{opacity:.96;transform:translateY(-2px)}.home-audience-carousel-card.is-active{z-index:2;opacity:1;border-color:rgba(222,107,72,.28);background:linear-gradient(155deg,rgba(255,255,255,.98),rgba(255,244,238,.86));box-shadow:0 24px 48px rgba(222,107,72,.16)}.home-audience-carousel-card-hitbox{position:absolute;inset:0;z-index:4;border:0;background:transparent;cursor:pointer}.home-audience-carousel-card-inner{position:relative;z-index:2;display:flex;flex-direction:column;min-height:100%;min-width:0}.home-audience-carousel-card-body{display:flex;flex-direction:column;gap:22px;min-height:100%;min-width:0}.home-audience-carousel-card.is-active .home-audience-carousel-card-body--active{min-height:100%}.home-audience-carousel-card-body--inactive{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.96}.home-audience-carousel-card-body--inactive .home-product-showcase-controls{display:none}.home-audience-carousel-card-body--inactive .home-audience-browse-button--preview{opacity:.86}.home-audience-carousel-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.home-audience-carousel-card-eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-audience-carousel-card.is-active .home-audience-carousel-card-eyebrow{color:var(--accent-deep)}.home-audience-carousel-card-hint{display:none;font-size:13px;color:var(--accent-deep)}.home-audience-carousel-card.is-next .home-audience-carousel-card-hint,.home-audience-carousel-card.is-prev .home-audience-carousel-card-hint{color:rgba(53,84,90,.74)}.home-audience-carousel-card.is-next .home-audience-detail-copy,.home-audience-carousel-card.is-prev .home-audience-detail-copy{margin:0;font-size:15px;line-height:1.8}.home-audience-carousel-hover-title{position:absolute;inset:0;z-index:5;display:flex;align-items:center;padding:24px 32px;border-radius:inherit;background:linear-gradient(165deg,rgba(255,247,240,.97),rgba(245,227,214,.97));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.home-audience-carousel-hover-title--prev{justify-content:flex-end}.home-audience-carousel-hover-title--next{justify-content:flex-start}.home-audience-carousel-hover-title-badge{display:inline-flex;align-items:center;gap:10px;max-width:min(100%,260px);padding:10px 14px;border-radius:999px;border:1px solid rgba(53,84,90,.12);background:rgba(255,255,255,.74);box-shadow:0 12px 24px rgba(53,84,90,.08);text-align:left}.home-audience-carousel-hover-title--next .home-audience-carousel-hover-title-badge{text-align:right}.home-audience-carousel-hover-title-text{font-size:clamp(11px,1vw,13px);line-height:1.35;letter-spacing:.08em;color:rgba(53,84,90,.94);font-weight:800;text-shadow:0 1px 0 rgba(255,255,255,.5);white-space:nowrap}.home-audience-carousel-hover-title-arrow{flex:0 0 auto;font-size:14px;line-height:1;color:rgba(53,84,90,.9)}.home-audience-carousel-card-hitbox:focus-visible~.home-audience-carousel-hover-title,.home-audience-carousel-card-hitbox:hover~.home-audience-carousel-hover-title,.home-audience-carousel-card.is-next:hover .home-audience-carousel-hover-title,.home-audience-carousel-card.is-prev:hover .home-audience-carousel-hover-title{opacity:1;visibility:visible}.home-audience-carousel-dots{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:18px}.home-audience-carousel-dot{width:10px;height:10px;padding:0;border-radius:999px;border:1px solid rgba(222,107,72,.18);background:rgba(255,255,255,.84);cursor:pointer;transition:width .22s ease,background .22s ease,border-color .22s ease,transform .22s ease}.home-audience-carousel-dot:hover{transform:scale(1.08);border-color:rgba(222,107,72,.28)}.home-audience-carousel-dot.is-active{width:34px;background:linear-gradient(135deg,rgba(222,107,72,.9),rgba(229,177,129,.92));border-color:rgba(222,107,72,.36)}.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(222,107,72,.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(222,107,72,.24)}.home-product-tab-button.is-active{color:var(--accent-deep);border-color:rgba(222,107,72,.28);background:linear-gradient(135deg,rgba(222,107,72,.12),rgba(229,177,129,.16));box-shadow:0 10px 22px rgba(222,107,72,.12)}.home-product-tab-panel{opacity:1;transform:translateY(0);transition:opacity .18s ease,transform .18s ease;width:100%}.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-carousel-card.is-active .home-audience-detail-summary{align-items:center;text-align:center}.home-audience-detail-copy{margin:0;color:var(--muted);line-height:1.85}.home-audience-benefit-details{margin:0;border:1px solid rgba(222,107,72,.16);border-radius:22px;background:linear-gradient(180deg,rgba(255,249,244,.84),rgba(255,255,255,.8));overflow:hidden}.home-audience-benefit-details[open]{box-shadow:0 14px 28px rgba(222,107,72,.08)}.home-audience-benefit-summary{list-style:none;display:flex;align-items:center;justify-content:center;padding:14px 18px;cursor:pointer;text-align:center}.home-audience-benefit-summary::-webkit-details-marker{display:none}.home-audience-benefit-summary-title{margin:0;color:#627378;font-size:15px;font-weight:700;letter-spacing:.04em;line-height:1.35}.home-audience-benefit-details[open] .home-audience-benefit-summary-text--closed,.home-audience-benefit-summary-text--open{display:none}.home-audience-benefit-details[open] .home-audience-benefit-summary-text--open{display:inline}.home-audience-benefit-details-body{padding:0 18px 10px}.home-audience-benefit-item-list{display:grid;grid-template-columns:1fr;grid-gap:0;gap:0}.home-audience-benefit-item{display:grid;grid-gap:5px;gap:5px;min-width:0;padding:14px 0;border-top:1px dashed rgba(98,115,120,.28)}.home-audience-benefit-item:first-child{padding-top:0;border-top:0}.home-audience-benefit-item strong{color:#5a6a70;font-size:14px;line-height:1.45}.home-audience-benefit-item span{color:#87959a;font-size:14px;line-height:1.7}.home-audience-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.home-audience-benefit-grid.is-compact{grid-template-columns:1fr;gap:12px}.home-audience-benefit-entry{min-width:0}.home-audience-benefit-panel{--benefit-accent:var(--accent-deep);--benefit-border:rgba(222,107,72,0.16);--benefit-bg:rgba(255,249,244,0.72);display:grid;align-content:start;grid-gap:12px;gap:12px;min-width:0;padding:16px;border:1px solid var(--benefit-border);border-radius:18px;background:var(--benefit-bg)}.home-audience-benefit-grid.is-compact .home-audience-benefit-panel{gap:10px;padding:14px}.home-audience-benefit-panel--mobile{display:none}.home-audience-benefit-panel>summary{list-style:none}.home-audience-benefit-panel>summary::-webkit-details-marker{display:none}.home-audience-benefit-panel--seller{--benefit-accent:#a44328;--benefit-border:rgba(222,107,72,0.24);--benefit-bg:linear-gradient(180deg,rgba(255,246,241,0.86),rgba(255,252,249,0.72))}.home-audience-benefit-panel--buyer{--benefit-accent:#1f6972;--benefit-border:rgba(31,105,114,0.24);--benefit-bg:linear-gradient(180deg,rgba(238,250,250,0.88),rgba(255,255,255,0.74))}.home-audience-benefit-title{margin:0;color:var(--benefit-accent);font-size:15px;line-height:1.35}.home-audience-benefit-trigger{width:100%;min-height:28px;padding:0;border:0;background:transparent;color:inherit;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;font-weight:800;cursor:default}.home-audience-benefit-toggle-icon{display:none;flex:0 0 auto;width:28px;height:28px;border-radius:999px;align-items:center;justify-content:center;border:1px solid var(--benefit-border);background:rgba(255,255,255,.68);color:var(--benefit-accent);font-size:18px;line-height:1}.home-audience-benefit-toggle-icon:before{content:"+"}.home-audience-benefit-body{display:block}.home-audience-point-list{display:grid;grid-gap:10px;gap:10px}.home-audience-point{display:grid;grid-gap:6px;gap:6px;padding-top:10px;border-top:1px solid var(--benefit-border)}.home-audience-point strong{color:#20292c;font-size:14px;line-height:1.45}.home-audience-point span{color:var(--muted);font-size:14px;line-height:1.75}.home-audience-browse-row{display:flex;justify-content:center;margin-top:auto}.home-audience-browse-button{width:100%}.home-audience-product-divider{border-top:2px dashed rgba(222,107,72,.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}#creator-modes{scroll-margin-top:calc(var(--site-header-height) + 24px)}.home-scroll-reveal{opacity:0;transform:translateY(30px);transition:opacity .42s ease,transform .62s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.home-scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.home-scroll-reveal-delay{transition-delay:80ms}@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{padding-top:0}.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;display:none}.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(222,107,72,.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(222,107,72,.12);background:rgba(255,255,255,.72);color:var(--ink);font-size:14px;font-weight:700}.pagination-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font:inherit;text-decoration:none}.pagination-link.is-active{background:linear-gradient(135deg,rgba(222,107,72,.14),rgba(229,177,129,.18));border-color:rgba(222,107,72,.28);color:var(--accent-deep)}.pagination-link.is-disabled{pointer-events:none;opacity:.45}@media (prefers-reduced-motion:reduce){.home-scroll-reveal{opacity:1;transform:none;transition:none}}.notifications-empty-state,.notifications-feed-shell{background:radial-gradient(circle at top right,rgba(255,255,255,.88),transparent 34%),linear-gradient(145deg,rgba(255,250,245,.98),rgba(247,240,233,.94))}.notifications-empty-title{margin:0;font-size:20px}.notifications-empty-description{line-height:1.7}.notifications-feed-toolbar{display:flex;justify-content:flex-end;gap:16px;align-items:center;flex-wrap:wrap}.notifications-feed-toolbar-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.notifications-feed-list{min-width:0}.notifications-header-actions{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.notifications-header-summary{width:-moz-fit-content;width:fit-content;text-align:right}.notifications-header-filter-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-start}.notifications-compact-button{padding:6px 10px;min-height:34px;font-size:12px}.notification-feed-link{display:block;color:inherit;text-decoration:none}.notification-card{border:1px solid rgba(222,107,72,.18);background:rgba(255,255,255,.84);transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease}.notification-feed-link:focus-visible .notification-card,.notification-feed-link:hover .notification-card{transform:translateY(-1px);border-color:rgba(222,107,72,.34);background:rgba(255,252,249,.96);box-shadow:0 14px 28px rgba(222,107,72,.08)}.notification-feed-link:focus-visible{outline:none}.notification-card.is-unread{border-color:rgba(222,107,72,.64);background:rgba(222,107,72,.08)}.notification-card-header{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}.notification-card-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.notification-card-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;background:rgba(222,107,72,.14)}.notification-card.is-unread .notification-card-dot{background:var(--accent)}.notification-card-pill{font-size:11px}.notification-card-title{min-width:0}.notification-card-time{font-size:13px}.notification-card-detail{line-height:1.7}.notification-card-action{color:var(--accent-deep);font-size:13px;font-weight:600}.watchlist-alert-card{border-color:rgba(222,107,72,.16);background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,247,240,.84))}.watchlist-alert-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap}.watchlist-alert-title{font-size:18px;line-height:1.25}.watchlist-alert-count{font-size:12px}.watchlist-summary-list{display:flex;flex-wrap:wrap;gap:10px}.watchlist-summary-pill{display:inline-flex;align-items:center;min-height:40px;max-width:100%;border-radius:999px;border:1px solid rgba(222,107,72,.14);background:rgba(255,255,255,.78);color:var(--accent-deep);padding:8px 14px;font-size:14px;font-weight:800;line-height:1.25;text-decoration:none;word-break:break-word;box-shadow:0 10px 24px rgba(222,107,72,.07)}.watchlist-summary-pill:focus-visible,.watchlist-summary-pill:hover{border-color:rgba(222,107,72,.26);background:rgba(255,252,249,.96);color:var(--accent-deep)}.watchlist-mobile-only{display:none}@media (max-width:640px){.notifications-header-actions,.notifications-header-filter-group{padding-right:5px}.notifications-header-summary{width:-moz-fit-content;width:fit-content;text-align:right}.notification-card-header{align-items:flex-start}.notification-card-time{width:100%}.watchlist-alert-head{display:none}.watchlist-mobile-only{display:flex;flex-direction:column}.watchlist-alert-head .button-secondary,.watchlist-summary-pill{width:100%}}.mobile-app-install{position:fixed;inset:0;z-index:90;display:none;align-items:flex-end;justify-content:center}.mobile-app-install-backdrop{position:absolute;inset:0;border:0;background:rgba(26,34,36,.48);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-app-install-panel{position:relative;width:min(100%,520px);max-height:calc(100dvh - 28px);overflow-y:auto;padding:26px 24px max(24px,env(safe-area-inset-bottom));border:1px solid rgba(222,107,72,.18);border-radius:26px 26px 0 0;background:linear-gradient(160deg,rgba(255,252,249,.98),rgba(245,250,242,.96)),var(--surface-strong);box-shadow:0 -22px 52px rgba(53,84,90,.22)}.mobile-app-install-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border:0;border-radius:999px;background:rgba(53,84,90,.08);color:var(--ink);font-size:28px;line-height:1}.mobile-app-install-icon{position:relative;width:86px;height:86px;margin:0 auto 18px;display:grid;place-items:center;border-radius:24px;background:#fff;box-shadow:0 14px 28px rgba(53,84,90,.14)}.mobile-app-install-icon img{width:72px;height:72px;border-radius:18px}.mobile-app-install-badge{position:absolute;right:-8px;bottom:-7px;width:34px;height:34px;display:grid;place-items:center;border:3px solid #fff;border-radius:999px;background:var(--teal);color:#fff}.mobile-app-install-copy{display:grid;grid-gap:8px;gap:8px;text-align:center}.mobile-app-install-kicker{margin:0;color:var(--accent-deep);font-size:13px;font-weight:900;letter-spacing:.08em}.mobile-app-install-copy h2{margin:0;color:var(--ink);font-size:25px;line-height:1.25}.mobile-app-install-copy p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.mobile-app-install-benefits{display:grid;grid-gap:10px;gap:10px;margin:20px 0;padding:16px;border-radius:18px;background:rgba(53,84,90,.08)}.mobile-app-install-benefits div{display:flex;align-items:center;gap:12px;min-height:36px;color:var(--success-ink);font-size:17px}.mobile-app-install-benefits span{width:28px;text-align:center}.mobile-app-install-steps{display:grid;grid-gap:10px;gap:10px;margin:0;padding-left:24px;color:var(--ink);font-size:16px;font-weight:700;line-height:1.6}.mobile-app-install-inline-icon{display:inline-grid;place-items:center;width:24px;height:24px;margin:0 4px;vertical-align:-5px;color:#0a84ff}.mobile-app-install-actions{display:flex;gap:10px;margin-top:22px}.mobile-app-install-actions button{flex:1 1;min-height:46px}.mobile-app-install-primary,.mobile-app-install-secondary{justify-content:center}@media (max-width:820px),(pointer:coarse){.mobile-app-install{display:flex}}@media (display-mode:standalone){.mobile-app-install{display:none}}.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-status-overlay{position:absolute;inset:0;z-index:4;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(0,0,0,.5);pointer-events:none}.product-card-image-status-text{color:white;font-size:clamp(16px,4vw,25px);font-weight:800;line-height:1.1;letter-spacing:.08em;text-shadow:0 4px 18px rgba(0,0,0,.28)}.product-card-image-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;background:radial-gradient(circle at top left,rgba(255,255,255,.9),transparent 42%),linear-gradient(135deg,rgba(125,187,195,.16),rgba(222,107,72,.14));color:var(--accent-deep);text-align:center}.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(222,107,72,.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-image-fallback-title{max-width:min(100%,180px);font-size:14px;font-weight:700;line-height:1.45;color:rgba(19,41,54,.82);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.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(222,107,72,.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-mobile-seller-name.is-blocked,.product-card-seller-link.is-blocked,.product-card-seller-link.is-blocked:hover,.product-detail-seller-chip.is-blocked:hover .product-detail-seller-link,.product-detail-seller-link.is-blocked,.product-detail-seller-link.is-blocked:hover{color:#1f1a17}.product-card-mobile-seller-link{display:none}.product-detail-seller-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-detail-seller-chip{display:inline-flex;align-items:center;gap:10px;min-width:0;text-decoration:none}.product-detail-seller-chip .product-detail-seller-link{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-detail-seller-chip:hover .product-detail-seller-link{color:var(--accent)}.product-detail-seller-rating{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.product-detail-seller-rating-star{color:#e7a55a;font-size:18px;line-height:1}.product-detail-seller-rating-text{white-space:nowrap}.product-card-seller-avatar,.product-card-seller-avatar-fallback,.product-detail-seller-avatar,.product-detail-seller-avatar-fallback{width:24px;height:24px;border-radius:999px;flex-shrink:0}.product-card-seller-avatar,.product-detail-seller-avatar{display:block;object-fit:cover;background:rgba(255,255,255,.9);border:1px solid rgba(222,107,72,.16)}.product-detail-seller-avatar{width:32px;height:32px}.product-card-seller-avatar-fallback,.product-detail-seller-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.92);border:1px solid rgba(222,107,72,.16);color:var(--accent-deep);font-size:12px;font-weight:800}.product-card-seller-avatar-fallback.is-blocked,.product-card-seller-avatar.is-blocked,.product-detail-seller-avatar-fallback.is-blocked,.product-detail-seller-avatar.is-blocked{border:2px solid rgba(31,26,23,.88)}.product-detail-seller-avatar-fallback{width:32px;height:32px;font-size:13px}.product-card-mobile-seller-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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(229,177,129,.18),rgba(222,107,72,.12));border:1px solid rgba(222,107,72,.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(222,107,72,.08);background:radial-gradient(circle at top left,rgba(255,255,255,.9),transparent 36%),linear-gradient(135deg,rgba(125,187,195,.08),rgba(222,107,72,.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(125,187,195,.14),rgba(222,107,72,.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(125,187,195,.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}.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(125,187,195,.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(125,187,195,.14),rgba(222,107,72,.14));color:var(--accent-deep)}.product-detail-image-fallback{padding:24px}.product-detail-gallery-fallback{border-radius:22px;padding:16px;border:1px solid rgba(222,107,72,.08)}.product-action-panel{gap:16px}.product-action-buttons{display:flex;flex-direction:column;gap:12px}.product-action-primary-bar{display:flex;align-items:center;gap:12px}.product-action-primary-feedback{display:block;position:fixed;left:max(12px,env(safe-area-inset-left,0px));right:max(12px,env(safe-area-inset-right,0px));bottom:calc(env(safe-area-inset-bottom, 0px) + 86px);z-index:2147483001;padding:10px 14px;border-radius:16px;background:rgba(255,249,244,.96);border:1px solid rgba(222,107,72,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 24px rgba(222,107,72,.14)}.product-action-primary-bar>.button,.product-action-primary-bar>.button-ghost,.product-action-primary-bar>.button-secondary{min-width:0}.product-action-primary-price{font-size:13px;color:rgba(222,107,72,.78);white-space:nowrap}.product-action-primary-button{flex:1 1 auto}.product-action-primary-input{flex:1 1 auto;width:100px;min-width:100px;min-height:48px;margin:0;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.86)}.product-action-primary-bar-triple{gap:8px}.product-action-primary-bar-triple>.button,.product-action-primary-bar-triple>.button-ghost,.product-action-primary-bar-triple>.button-secondary{padding:0 12px}.product-action-primary-spacer{height:0}.queue-highlight-card{padding:18px;box-shadow:none;background:radial-gradient(circle at top right,rgba(229,177,129,.18),transparent 42%),linear-gradient(135deg,rgba(255,251,244,.96),rgba(255,245,235,.9));border-color:rgba(222,107,72,.18)}.queue-highlight-eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-deep)}