:root{--bg:#fcf8f3;--bg-soft:#f6efe6;--bg-strong:#efe3d2;--surface:#fffdfad1;--surface-solid:#fffdfa;--surface-deep:#f2e8da;--border:#75675d2e;--border-strong:#75675d57;--text:#2f2a26;--muted:#706760;--accent:#55624d;--accent-strong:#44503d;--accent-soft:#dce6d5;--clay:#ab7d5b;--rose:#9f6b63;--sage:#64735d;--shadow:0 24px 60px #3d312a14;--shadow-soft:0 10px 30px #3d312a0f;--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--radius-sm:14px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--max-width:1240px}.auth-shell{max-width:720px}.auth-card{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fffffdf5;border-radius:28px;gap:18px;padding:clamp(24px,4vw,40px);display:grid}.auth-title{font-size:clamp(2.3rem,5vw,4rem);line-height:1}.auth-lead{max-width:620px}.auth-form{gap:16px;display:grid}.auth-message{margin-top:2px}.auth-strip{border:1px solid var(--border);background:#fffffde6;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;margin-bottom:0;padding:12px 16px;display:flex}.notification-center{z-index:30;position:relative}.notification-button{border:1px solid var(--border);background:var(--surface-solid);min-height:42px;color:var(--text);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-weight:700;display:inline-flex}.notification-button strong{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:22px;height:22px;font-size:12px;display:grid}.notification-panel{border:1px solid var(--border);width:min(360px,100vw - 32px);box-shadow:var(--shadow);background:#fffffdfa;border-radius:22px;padding:16px;position:absolute;top:calc(100% + 10px);right:0}.notification-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.notification-list{gap:10px;display:grid}.notification-item{border:1px solid var(--border);background:#fffdf9;border-radius:16px;gap:6px;padding:12px;display:grid}.notification-item.unread{background:#dce6d552;border-color:#55624d47}.notification-item p{color:var(--muted);font-size:14px;line-height:1.55}.payment-steps{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.payment-step{border:1px solid var(--border);min-height:46px;color:var(--muted);text-align:center;border-radius:999px;place-items:center;padding:10px;font-weight:700;display:grid}.payment-step.active{color:var(--text);background:#e1e9efb8;border-color:#64768857}.payment-step.done{color:var(--text);background:#dce6d599;border-color:#55624d38}.payment-method-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.payment-method{border:1px solid var(--border);background:#fffdf9;border-radius:22px;gap:10px;padding:18px;display:grid}.payment-method.active{background:#e1e9ef61;border-color:#64768857}.payment-method p,.seller-contact-card p,.seller-order-card p{color:var(--muted)}.payment-button{width:fit-content}.seller-contact-panel{background:#dce6d547;border:1px solid #55624d2e;border-radius:22px;gap:12px;padding:18px;display:grid}.seller-contact-card{border:1px solid var(--border);background:#fffffdf0;border-radius:18px;gap:10px;padding:16px;display:grid}.seller-contact-card .btn{width:fit-content}.seller-order-board{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:linear-gradient(#fffdf9fa,#f5f8fae6);border-radius:28px;padding:clamp(20px,3vw,30px)}.seller-order-list{gap:12px;display:grid}.seller-order-card{border:1px solid var(--border);background:#fffffdeb;border-radius:22px;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:18px;display:grid}.seller-order-card h3{margin-top:12px;margin-bottom:8px}.seller-order-card>strong{font-size:clamp(1.25rem,3vw,1.8rem)}@media (max-width:760px){.auth-strip,.seller-order-card{grid-template-columns:1fr;align-items:stretch}.payment-steps,.payment-method-grid{grid-template-columns:1fr}.payment-button{width:100%}}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at top left, #e4d8c9b3, transparent 28%), radial-gradient(circle at top right, #dce6d58c, transparent 26%), linear-gradient(180deg, #fffdfb 0%, var(--bg) 44%, #f9f4ed 100%);margin:0;font-family:Plus Jakarta Sans,Avenir Next,Segoe UI,sans-serif;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-wrap{overflow:hidden}.container{width:min(var(--max-width), calc(100% - 32px));margin:0 auto}.section{padding:var(--space-8) 0}.section-tight{padding:var(--space-7) 0}.kicker{border:1px solid var(--border);color:var(--muted);box-shadow:var(--shadow-soft);background:#fffdfaeb;border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:14px;display:inline-flex}.eyebrow-dot,.tiny-dot{background:var(--accent);border-radius:50%;width:8px;height:8px}.section-head{gap:16px;max-width:760px;margin-bottom:32px;display:grid}.section-head.center{text-align:center;margin-inline:auto}h1,h2,h3,h4{letter-spacing:-.03em;margin:0;font-family:Newsreader,Georgia,serif;font-weight:500}p{color:var(--muted);margin:0}.lead{max-width:64ch;font-size:18px;line-height:1.75}.actions,.button-row{flex-wrap:wrap;gap:12px;display:flex}.btn{border:1px solid #0000;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 20px;font-weight:600;transition:transform .2s,background-color .2s,border-color .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-secondary{border-color:var(--border);color:var(--text);background:#fffdfacc}.btn-secondary:hover{border-color:var(--border-strong);background:#fffdfa}.btn-ghost{border-color:var(--border);color:var(--muted);background:0 0}.muted-link{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fcf8f3b8;border-bottom:1px solid #75675d1f;position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;gap:18px;min-height:82px;display:flex}.brand{align-items:center;gap:12px;font-weight:700;display:inline-flex}.brand-mark{color:#fff;width:42px;height:42px;box-shadow:var(--shadow-soft);background:linear-gradient(145deg,#55624d,#7f8c6f);border-radius:14px;place-items:center;font-family:Newsreader,Georgia,serif;font-size:22px;display:grid}.brand-text small{color:var(--muted);font-size:12px;font-weight:500;display:block}.nav-toggle{border:1px solid var(--border);background:#fffdfadb;border-radius:14px;width:46px;height:46px;display:none}.nav-toggle span{background:var(--text);border-radius:10px;width:18px;height:2px;margin:4px auto;display:block}.site-nav{align-items:center;gap:10px;display:flex}.site-nav a{color:var(--muted);border-radius:12px;padding:10px 14px;font-size:15px}.header-profile{align-items:center;gap:10px;display:inline-flex}.header-profile a,.header-logout{border:1px solid var(--border);color:var(--text);font:inherit;background:#fffdfad6;border-radius:12px;padding:9px 12px;font-size:14px}.header-logout{cursor:pointer}.profile-card-actions{justify-items:end;gap:10px;display:grid}.profile-page{background:#f8f8f6}.profile-shell{gap:18px;display:grid}.profile-top{border-bottom:1px solid #272d3414;justify-content:space-between;align-items:end;gap:18px;padding-bottom:18px;display:flex}.profile-top h1{margin-top:8px;margin-bottom:6px;font-size:clamp(2rem,4vw,3rem)}.profile-top p{color:var(--muted);font-weight:700}.profile-top-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.profile-switcher{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.profile-switch{text-align:left;min-height:128px;color:var(--text);box-shadow:var(--shadow-soft);cursor:pointer;font:inherit;background:#fff;border:1px solid #272d3414;border-radius:20px;gap:8px;padding:18px;display:grid}.profile-switch span,.profile-switch small{font-weight:800}.profile-switch strong{font-size:clamp(2rem,4vw,3rem);line-height:1}.profile-switch small{color:var(--muted)}.profile-switch.active{background:#eef4eb;border-color:#4e604857}.profile-panel{gap:16px;display:grid}.profile-panel-head,.profile-subsection-head{justify-content:space-between;align-items:end;gap:14px;display:flex}.profile-panel-head h2{margin-top:8px}.profile-count,.profile-subsection-head span,.profile-card-top span:last-child{color:var(--muted);font-weight:800}.profile-list,.profile-compact-list{gap:12px;display:grid}.profile-order-card,.profile-row,.profile-empty{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #272d3414;border-radius:20px}.profile-order-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px;display:grid}.profile-order-card h3{margin:12px 0 8px;line-height:1.25}.profile-order-card p{color:var(--muted)}.profile-card-top{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.profile-card-actions .btn{width:100%}.profile-subsection{gap:12px;margin-top:6px;display:grid}.profile-row{grid-template-columns:14px minmax(0,1fr);align-items:center;gap:12px;padding:16px 18px;display:grid}.profile-row.payout{grid-template-columns:1fr}.profile-row div{gap:5px;display:grid}.profile-row span{color:var(--muted);font-weight:700}.profile-empty{justify-content:space-between;align-items:center;gap:14px;padding:20px;display:flex}.profile-empty h3{margin:0}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:36px;display:grid}.hero-copy{gap:24px;display:grid}.hero-copy p{max-width:60ch}.trust-points{flex-wrap:wrap;gap:10px;display:flex}.trust-chip,.meta-chip,.filter-chip,.status-chip,.service-chip,.tag,.badge{border:1px solid var(--border);color:var(--text);background:#fffdfad1;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:14px;display:inline-flex}.filter-chip.active,.status-chip.active,.service-chip,.badge.badge-soft{background:var(--accent-soft);border-color:#55624d2e}.hero-stage{box-shadow:var(--shadow);background:linear-gradient(#fffdfaeb,#f5ede3f5),radial-gradient(circle at 80% 10%,#ab7d5b2e,#0000 24%);border:1px solid #75675d24;border-radius:36px;padding:28px;position:relative}.stage-grid{grid-template-columns:1.1fr .9fr;gap:18px;display:grid}.stage-card{box-shadow:var(--shadow-soft);background:#fffdf9;border:1px solid #75675d1f;border-radius:26px;overflow:hidden}.mock-photo{background:radial-gradient(circle at top,#ffffffb3,#0000 26%),linear-gradient(#faf4ea 0%,#efe2cf 100%);min-height:280px;position:relative}.mock-photo:before{content:"";background:linear-gradient(#ffffff73,#0000);border:1px solid #ffffff73;border-radius:22px;position:absolute;inset:18px}.mock-photo:after{content:"";background:var(--garment-color,#c0ae9a);border-radius:40% 40% 30% 30%/22% 22% 18% 18%;width:42%;height:52%;position:absolute;top:20%;left:50%;transform:translate(-50%);box-shadow:inset 0 0 0 12px #ffffff24,0 28px 34px #423a3314}.mock-photo.dark:after{--garment-color:#7a7067}.mock-photo.olive:after{--garment-color:#8c9573}.mock-photo.clay:after{--garment-color:#b98968}.mock-photo.cream:after{--garment-color:#e9dcc9}.photo-note{gap:8px;padding:16px 18px 18px;display:grid}.photo-note strong,.product-card strong,.summary-card strong,.metric-card strong{font-size:17px}.product-surface{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fffdfac2;border-radius:28px;padding:14px}.proof-card,.story-card,.metric-card,.summary-card,.detail-card,.faq-item,.dashboard-card,.policy-card,.timeline-card,.contact-card,.table-card,.catalog-panel{box-shadow:var(--shadow-soft);background:#fffdfadb;border:1px solid #75675d1f;border-radius:28px}.proof-grid,.metric-grid,.feature-grid,.testimonial-grid,.dashboard-grid,.detail-grid,.faq-grid,.support-grid,.category-grid,.product-grid{gap:18px;display:grid}.metric-grid{grid-template-columns:repeat(4,1fr)}.metric-card,.proof-card,.story-card,.summary-card,.policy-card,.dashboard-card,.contact-card{padding:22px}.proof-card h3,.dashboard-card h3,.story-card h3,.policy-card h3{margin-bottom:10px}.feature-grid{grid-template-columns:repeat(3,1fr)}.feature-card{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:linear-gradient(#fffdfaf2,#f4ece1eb);border-radius:28px;padding:26px}.feature-card ul,.policy-list,.detail-list,.status-list,.bullet-list{gap:10px;margin:16px 0 0;padding:0;list-style:none;display:grid}.feature-card li,.policy-list li,.detail-list li,.status-list li,.bullet-list li{color:var(--muted);gap:10px;display:flex}.feature-card li:before,.policy-list li:before,.detail-list li:before,.status-list li:before,.bullet-list li:before{content:"";background:var(--accent);border-radius:50%;flex:0 0 8px;height:8px;margin-top:9px}.steps{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.step-card{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fffdfae0;border-radius:28px;padding:28px}.step-number{background:var(--accent-soft);width:42px;height:42px;color:var(--accent-strong);border-radius:50%;place-items:center;margin-bottom:18px;font-weight:700;display:inline-grid}.category-grid{grid-template-columns:repeat(4,1fr)}.category-card{border:1px solid var(--border);min-height:220px;box-shadow:var(--shadow-soft);background:linear-gradient(160deg,#fffdf8,#f1e7da);border-radius:30px;flex-direction:column;justify-content:space-between;padding:22px;display:flex}.category-card .shape{background:radial-gradient(circle at 30% 25%,#fff9,#0000 20%),linear-gradient(135deg,#ab7d5b2e,#55624d33);border-radius:24px;width:100%;height:120px;position:relative;overflow:hidden}.category-card .shape:after{content:"";background:#fffdfacc;border-radius:38% 38% 28% 28%/22% 22% 18% 18%;position:absolute;inset:16px 24px;box-shadow:inset 0 0 0 1px #75675d1f}.product-grid{grid-template-columns:repeat(4,1fr)}.product-card{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fffdfaeb;border-radius:28px;gap:14px;padding:14px;display:grid}.product-card .mock-photo{border-radius:24px;min-height:240px;overflow:hidden}.product-card-header,.product-card-footer,.inline-meta,.catalog-toolbar,.checkout-summary-row,.timeline-row,.status-row,.table-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-card-footer{align-items:flex-end}.price{color:var(--text);font-size:18px;font-weight:700}.old-price{color:var(--muted);font-size:14px;text-decoration:line-through}.testimonial-grid{grid-template-columns:repeat(3,1fr)}.testimonial{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fffdfaeb;border-radius:28px;padding:24px}.testimonial footer{color:var(--muted);margin-top:18px;font-size:14px}.faq-grid{grid-template-columns:repeat(2,1fr)}.faq-item{padding:22px 24px}.faq-button{appearance:none;text-align:left;width:100%;color:var(--text);background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:0;font-weight:600;display:flex}.faq-answer{color:var(--muted);margin-top:14px}.cta-panel{border:1px solid var(--border);box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#ab7d5b38,#0000 25%),linear-gradient(135deg,#f8f2ea,#ede2d2);border-radius:36px;gap:18px;padding:36px;display:grid}.site-footer{padding:28px 0 44px}.footer-grid{border-top:1px solid #75675d24;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:24px;padding-top:18px;display:grid}.footer-list{color:var(--muted);gap:10px;margin:0;padding:0;list-style:none;display:grid}.page-hero-grid{grid-template-columns:.95fr 1.05fr;align-items:start;gap:26px;display:grid}.sell-hero-shell{width:min(var(--max-width), calc(100% - 32px))}.sell-hero-panel{justify-content:space-between;align-items:center;gap:clamp(20px,4vw,48px);width:100%;min-height:220px;padding:clamp(22px,3vw,34px) clamp(24px,5vw,56px);display:flex}.sell-hero-copy{gap:14px;min-width:0;display:grid}.sell-hero-title{font-size:clamp(2.3rem,5vw,4.2rem);line-height:.95}.sell-hero-lead{max-width:68ch}.sell-hero-actions{flex:none;justify-content:flex-end}.hero-panel{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fffdfad6;border-radius:30px;padding:26px}.hero-panel.sell-hero-panel{padding:clamp(22px,3vw,34px) clamp(24px,5vw,56px)}.search-box{border:1px solid var(--border);background:#fffdfae6;border-radius:18px;align-items:center;gap:12px;padding:14px 16px;display:flex}.search-box input{width:100%;color:var(--text);background:0 0;border:0;outline:none}.catalog-layout{grid-template-columns:290px 1fr;gap:22px;display:grid}.catalog-panel{padding:20px}.filter-group{border-top:1px solid #75675d1a;gap:12px;padding:18px 0;display:grid}.filter-group:first-of-type{border-top:0;padding-top:8px}.filter-chip-row{flex-wrap:wrap;gap:10px;display:flex}.select,.input,.textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fffdfae0;border-radius:16px;padding:14px 16px}.catalog-head,.catalog-results{gap:18px;display:grid}.result-meta{flex-wrap:wrap;gap:10px;display:flex}.filters-sheet-toggle{display:none}.pdp-layout{grid-template-columns:1.1fr .9fr;gap:24px;display:grid}.gallery-grid{gap:14px;display:grid}.gallery-main{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fffdfae6;border-radius:30px;padding:14px}.thumb-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.thumb-card{border:1px solid var(--border);background:#fffdfadb;border-radius:20px;padding:8px}.thumb-card .mock-photo{border-radius:16px;min-height:122px}.summary-column{gap:18px;display:grid}.summary-card{gap:16px;display:grid}.price-box{justify-content:space-between;align-items:baseline;gap:14px;display:flex}.info-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.info-item{background:var(--bg-soft);border-radius:18px;gap:4px;padding:14px 16px;display:grid}.info-item span{color:var(--muted);font-size:13px}.detail-grid{grid-template-columns:repeat(2,1fr)}.detail-card{padding:22px}.table-card{overflow:hidden}.table-row{border-top:1px solid #75675d1a;padding:16px 20px}.table-row:first-child{border-top:0}.support-grid{grid-template-columns:repeat(3,1fr)}.form-shell{grid-template-columns:.85fr 1.15fr;align-items:start;gap:24px;display:grid}.sell-form-shell{max-width:980px;display:block}.sell-form-panel{width:100%}.form-panel{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fffdfae0;border-radius:30px;padding:24px}.form-grid{gap:16px;display:grid}.form-grid.two-col{grid-template-columns:repeat(2,1fr)}.label{color:var(--text);gap:8px;font-weight:600;display:grid}.pricing-helper{background:linear-gradient(#faf6f0eb,#f4ece2d6);border:1px solid #60504314;border-radius:22px;gap:12px;padding:18px;display:grid}.pricing-helper-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.pricing-breakdown{gap:10px;display:grid}.pricing-note{color:var(--muted);font-size:14px;line-height:1.65}.checkout-panel{background:#f8f8f6;border:1px solid #272d3414;border-radius:22px;gap:16px;margin-top:16px;padding:18px;display:grid}.checkout-actions{margin-top:2px}.payment-shell{max-width:860px}.payment-card{gap:22px;padding:clamp(24px,4vw,38px)}.payment-title{font-size:clamp(2.4rem,5vw,4rem);line-height:.98}.payment-total{background:#f8f8f6;border-radius:22px;justify-content:space-between;align-items:baseline;gap:18px;padding:20px;display:flex}.payment-total span{color:var(--muted);font-weight:600}.payment-total strong{font-size:clamp(1.8rem,4vw,2.7rem);line-height:1}.hero-stat-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.hero-stat-card{box-shadow:var(--shadow-soft);background:linear-gradient(#fffdf9f5,#f7f0e8e6);border:1px solid #60504314;border-radius:24px;gap:10px;padding:20px;display:grid}.hero-stat-card strong{letter-spacing:-.03em;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1}.hero-stat-card p{color:var(--muted)}.hint,.caption{color:var(--muted);font-size:14px}.upload-card{background:linear-gradient(#fffcf8,#f7efe5);border:1px dashed #75675d5c;border-radius:22px;padding:22px}.dashboard-grid{grid-template-columns:repeat(3,1fr)}.dashboard-overview{gap:18px;display:grid}.timeline{gap:12px;display:grid}.timeline-row{border:1px solid var(--border);background:#fffdfadb;border-radius:22px;padding:18px 20px}.timeline-status{color:var(--muted);align-items:center;gap:8px;font-size:14px;display:inline-flex}.status-dot{background:var(--accent);border-radius:50%;width:10px;height:10px}.status-rail{gap:14px;display:grid}.rail-step{grid-template-columns:26px 1fr;gap:14px;display:grid}.rail-marker{justify-items:center;gap:8px;display:grid}.rail-marker .status-dot{width:12px;height:12px}.rail-line{background:#75675d29;width:2px;min-height:44px}.rail-content{border:1px solid var(--border);background:#fffdfae0;border-radius:22px;padding:18px 20px}.notice{color:var(--text);background:#dce6d56b;border:1px solid #55624d29;border-radius:18px;padding:16px 18px}.notice.error{background:#9f6b6314;border-color:#9f6b632e}.split-card{grid-template-columns:1fr 1fr;gap:18px;display:grid}.footer-note{color:var(--muted);margin-top:18px;font-size:14px}.mini-stat-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.mini-stat{box-shadow:var(--shadow-soft);background:linear-gradient(#fffdf9f5,#f7f0e8e6);border:1px solid #60504314;border-radius:22px;gap:10px;padding:18px;display:grid}.compact-stack{flex-wrap:wrap;gap:10px;display:flex}.image-chip{overflow-wrap:anywhere;max-width:100%}.image-remove-button{width:20px;height:20px;color:var(--text);font:inherit;cursor:pointer;background:#272d341f;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:13px;line-height:1;display:inline-flex}.image-remove-button:hover{background:#272d3433}.option-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.option-card{box-shadow:var(--shadow-soft);cursor:pointer;background:linear-gradient(#fffdf9f5,#f7f0e8e6);border:1px solid #60504314;border-radius:30px;gap:16px;padding:28px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid}.option-card:hover{transform:translateY(-2px)}.option-card:focus-visible{outline-offset:3px;outline:2px solid #64768838}.option-card-owner{background:linear-gradient(#fafdf8fa,#eaf2e7eb)}.option-card-service{background:linear-gradient(#f8fcfffa,#eaf1f7eb)}.option-head{gap:12px;display:grid}.option-head strong{letter-spacing:-.03em;font-size:clamp(1.5rem,2vw,2.1rem)}.option-badge{border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:34px;padding:0 14px;font-size:14px;font-weight:700;display:inline-flex}.option-badge-green{color:#376235;background:#5a845824}.option-badge-blue{color:#355782;background:#4e72a424}.option-subtitle{font-size:16px}.option-price-box{background:#ffffff8a;border:1px solid #60504314;border-radius:22px;gap:10px;padding:18px;display:grid}.option-price-row{color:var(--muted);justify-content:space-between;align-items:center;gap:16px;display:flex}.option-price-row.total{color:var(--text);border-top:1px solid #60504314;padding-top:10px}.option-audience{background:#ffffff8a;border:1px solid #60504314;border-radius:22px;gap:6px;padding:16px 18px;display:grid}.option-audience span{color:var(--muted);font-size:14px}.option-audience strong{line-height:1.45}@media (max-width:1100px){.hero-grid,.page-hero-grid,.catalog-layout,.pdp-layout,.form-shell{grid-template-columns:1fr}.metric-grid,.feature-grid,.steps,.category-grid,.product-grid,.testimonial-grid,.faq-grid,.support-grid,.detail-grid,.dashboard-grid,.mini-stat-grid,.option-grid,.hero-stat-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.site-header-inner{min-height:74px}.nav-toggle{display:inline-block}.site-nav{border:1px solid var(--border);box-shadow:var(--shadow);background:#fffdfaf5;border-radius:24px;flex-direction:column;align-items:stretch;padding:14px;display:none;position:absolute;top:82px;left:16px;right:16px}.site-nav.open{display:flex}.header-profile{justify-content:flex-end;width:100%}.header-profile a{text-overflow:ellipsis;white-space:nowrap;max-width:46vw;overflow:hidden}.hero,.page-hero{padding:28px 0 34px}.section{padding:56px 0}.section-tight{padding:48px 0}.container{width:min(var(--max-width), calc(100% - 20px))}.metric-grid,.feature-grid,.steps,.category-grid,.product-grid,.testimonial-grid,.faq-grid,.support-grid,.detail-grid,.dashboard-grid,.mini-stat-grid,.option-grid,.hero-stat-grid,.split-card,.footer-grid,.form-grid.two-col,.stage-grid,.info-grid{grid-template-columns:1fr}.hero-stage,.cta-panel,.summary-card,.proof-card,.step-card,.feature-card,.dashboard-card{border-radius:24px}.catalog-panel.filters{display:none}.catalog-panel.filters.open{display:block}.filters-sheet-toggle{display:inline-flex}.gallery-main .mock-photo{min-height:360px}.thumb-grid{grid-template-columns:repeat(2,1fr)}.mock-photo{min-height:240px}.sell-hero-panel{flex-direction:column;align-items:flex-start;min-height:auto}.sell-hero-actions{justify-content:stretch;width:100%}.sell-hero-actions .btn{flex:1 1 0}}:root{--bg:#fbf6ef;--bg-soft:#f5ede3;--bg-strong:#ecdfd0;--surface:#fffcf7c7;--surface-solid:#fffdfa;--surface-deep:#f3e8da;--border:#60504324;--border-strong:#60504342;--text:#2c2723;--muted:#6f665f;--accent:#4f5f49;--accent-strong:#3f4d3a;--accent-soft:#dde7d8;--shadow:0 30px 80px #362a2314;--shadow-soft:0 14px 38px #362a230f}body{color:var(--text);background:radial-gradient(circle at 12% 0%, #ecdfd0b8, transparent 28%), radial-gradient(circle at 100% 10%, #dde7d88f, transparent 24%), linear-gradient(180deg, #fffdfa 0%, var(--bg) 42%, #f7f1e8 100%)}body:before{content:"";pointer-events:none;background:radial-gradient(circle at 75% 16%,#ab7d5b17,#0000 20%),radial-gradient(circle at 20% 40%,#55624d0d,#0000 16%);position:fixed;inset:0}.container{width:min(var(--max-width), calc(100% - 40px))}.site-header{background:#fbf6efa8;border-bottom:1px solid #60504314}.site-header-inner{min-height:88px}.brand{gap:14px}.brand-mark{background:radial-gradient(circle at 30% 30%,#ffffff42,#0000 22%),linear-gradient(150deg,#42533d,#728164);border-radius:16px;width:46px;height:46px;box-shadow:0 14px 30px #4f5f4938}.brand-text{letter-spacing:-.02em;font-size:1rem}.brand-text small{letter-spacing:0;margin-top:2px;font-size:12px}.site-nav{box-shadow:var(--shadow-soft);background:#fffcf79e;border:1px solid #60504314;border-radius:999px;gap:6px;padding:6px}.site-nav a{padding:11px 16px;font-size:14px;font-weight:600}.site-nav a:hover,.site-nav a.active{color:var(--text);background:#ffffffb8}.kicker{background:#fffcf7e6;border-color:#6050431a;padding:10px 15px;box-shadow:0 10px 24px #362a230d}.section-head{gap:18px;margin-bottom:36px}h1{font-size:clamp(3.1rem,6.3vw,5.8rem);line-height:.92}h2{font-size:clamp(2.25rem,4.5vw,3.6rem);line-height:.98}h3{font-size:clamp(1.38rem,2vw,2rem);line-height:1.08}.lead{color:#5c544d;font-size:18px;line-height:1.8}.btn{border-radius:18px;min-height:54px;padding:0 22px;font-weight:700}.btn-primary{background:linear-gradient(#5c6b55,#495845);box-shadow:0 16px 30px #4f5f4933}.btn-secondary,.btn-ghost{background:#fffcf7d1}.hero{padding:56px 0 92px}.hero-grid{align-items:end;gap:56px}.hero-copy{gap:26px;padding-top:14px}.hero-copy h1{max-width:11ch}.trust-points{gap:12px;margin-top:4px}.trust-chip,.meta-chip,.filter-chip,.status-chip,.tag,.badge{background:#fffcf7eb;border-color:#6050431a;padding:10px 15px;box-shadow:0 8px 18px #362a230a}.hero-stage{box-shadow:var(--shadow);background:linear-gradient(#fffcf7b8,#f5ece3eb),radial-gradient(circle at 100% 0,#ab7d5b3d,#0000 24%);border:1px solid #60504314;border-radius:38px;padding:18px}.stage-grid{grid-template-columns:1.18fr .82fr;gap:16px}.stage-card,.proof-card,.story-card,.metric-card,.summary-card,.detail-card,.faq-item,.dashboard-card,.policy-card,.timeline-card,.contact-card,.table-card,.catalog-panel,.feature-card,.testimonial,.step-card,.category-card,.product-card,.hero-panel,.gallery-main,.thumb-card,.form-panel,.upload-card,.timeline-row,.rail-content{box-shadow:var(--shadow-soft);background:linear-gradient(#fffdf9f5,#f7f0e8e6);border:1px solid #60504314}.stage-card{border-radius:30px}.stage-card:first-child{transform:translateY(28px)}.product-surface{box-shadow:none;background:0 0;border:0;gap:16px;padding:0;display:grid}.mock-photo{background:linear-gradient(180deg, #ffffff0f, #231e1b2e), var(--photo-url), linear-gradient(180deg, #f7efe2 0%, #eadbc6 100%);background-position:50%;background-size:cover;min-height:320px;overflow:hidden}.mock-photo:before{content:"";background:radial-gradient(circle at top,#ffffff4d,#0000 28%),linear-gradient(#ffffff0f,#2c272326);position:absolute;inset:0}.mock-photo:after{content:"";border:1px solid #ffffff3d;border-radius:22px;position:absolute;inset:14px}.mock-photo.cream{--photo-url:url(https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1200&q=80)}.mock-photo.olive{--photo-url:url(https://images.unsplash.com/photo-1521572267360-ee0c2909d518?auto=format&fit=crop&w=1200&q=80)}.mock-photo.dark{--photo-url:url(https://images.unsplash.com/photo-1441986300917-64674bd600d8?auto=format&fit=crop&w=1200&q=80)}.mock-photo.clay{--photo-url:url(https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1200&q=80)}.photo-note{gap:10px;padding:20px 22px 22px}.photo-note strong,.product-card strong,.summary-card strong,.metric-card strong{letter-spacing:-.02em;font-size:18px}.metric-grid{gap:16px}.metric-card{border-radius:24px;padding:24px}.metric-card:first-child,.feature-card:nth-child(2),.category-card:nth-child(3){background:linear-gradient(#fffdf8fa,#f0e9deeb)}.metric-card:nth-child(2),.feature-card:first-child,.category-card:first-child{background:linear-gradient(#fffdf9fa,#eaf1e7eb)}.metric-card:nth-child(3),.feature-card:nth-child(3),.category-card:nth-child(4){background:linear-gradient(#fffdf9fa,#f2e8def0)}.metric-card:nth-child(4),.category-card:nth-child(2){background:linear-gradient(#fffdf9fa,#eeeae4eb)}.feature-grid,.steps,.product-grid,.testimonial-grid,.category-grid,.detail-grid,.dashboard-grid{gap:20px}.feature-card{border-radius:28px;padding:28px}.feature-card ul,.policy-list,.detail-list,.status-list,.bullet-list{gap:12px}.steps{position:relative}.steps:before{content:"";background:linear-gradient(90deg,#6050431f,#6050430a);height:1px;position:absolute;top:22px;left:0;right:0}.step-card{border-radius:30px;padding:30px;position:relative}.step-number{width:48px;height:48px;color:var(--accent-strong);background:#4f5f491f}.product-card{border-radius:30px;gap:16px;padding:14px;transition:transform .22s,box-shadow .22s}.product-card:hover{transform:translateY(-4px);box-shadow:0 22px 46px #362a231a}.product-card .mock-photo{border-radius:24px;min-height:300px}.product-card-footer{padding-top:6px}.price{letter-spacing:-.02em;font-size:19px}.category-card{min-height:250px;padding:24px}.category-card .shape{background:radial-gradient(circle at 22% 20%,#ffffffa6,#0000 18%),linear-gradient(135deg,#ab7d5b29,#55624d2e);border-radius:26px;height:134px}.category-card .shape:after{background:linear-gradient(#fffdf7e0,#f9f0e6cc);inset:16px 22px}.split-card{gap:20px}.testimonial{border-radius:30px;padding:26px;position:relative}.testimonial:before{content:"“";color:#55624d26;font-family:Newsreader,Georgia,serif;font-size:64px;line-height:1;position:absolute;top:16px;right:18px}.faq-item{border-radius:26px;padding:24px 26px}.cta-panel{background:radial-gradient(circle at 100% 0,#ab7d5b29,#0000 26%),radial-gradient(circle at 0 100%,#4f5f4924,#0000 28%),linear-gradient(140deg,#f9f4ec,#eee1d0);border-radius:38px;padding:44px}.footer-grid{padding-top:24px}.page-hero{padding:56px 0 36px}.page-hero-grid{gap:22px}.hero-panel{border-radius:32px;padding:28px}.search-box{border-color:#6050431a;border-radius:20px;box-shadow:inset 0 1px #ffffffb3}.catalog-layout{gap:24px}.catalog-panel{border-radius:30px}.catalog-panel.filters{align-self:start;position:sticky;top:108px}.filter-group{gap:14px}.filter-chip{cursor:pointer;transition:background-color .2s,border-color .2s,transform .2s}.filter-chip:hover{border-color:#6050432e;transform:translateY(-1px)}.catalog-toolbar{gap:16px}.catalog-results{gap:22px}.gallery-main{border-radius:32px;padding:16px}.gallery-main .mock-photo{border-radius:26px;min-height:620px}.thumb-card{border-radius:22px}.thumb-card .mock-photo{min-height:134px}.summary-column{gap:20px}.summary-card{border-radius:30px;padding:24px}.price-box .price{font-size:34px}.info-item{background:linear-gradient(#f8f1e7,#f2e6d8);border-radius:20px}.detail-card{border-radius:28px;padding:24px}.notice{background:linear-gradient(#dde7d88f,#f1f6ef9e);border-radius:20px}.form-panel{border-radius:32px}.upload-card{border-style:solid;border-color:#6050431f}.dashboard-card,.timeline-row,.rail-content{border-radius:28px}@media (max-width:1100px){.site-nav{box-shadow:none;background:0 0;border:0;padding:0}.hero{padding:42px 0 72px}.hero-grid{gap:30px}.stage-card:first-child{transform:none}.catalog-panel.filters{position:static}.gallery-main .mock-photo{min-height:460px}}@media (max-width:760px){.container{width:min(var(--max-width), calc(100% - 22px))}.site-nav{box-shadow:var(--shadow);background:#fffcf7f5;border:1px solid #60504314;padding:14px}.hero{padding:26px 0 56px}h1{font-size:clamp(2.7rem,12vw,4rem)}.hero-stage,.cta-panel,.summary-card,.proof-card,.step-card,.feature-card,.dashboard-card,.hero-panel,.form-panel{border-radius:26px}.mock-photo,.product-card .mock-photo{min-height:250px}.gallery-main .mock-photo{min-height:360px}.steps:before{display:none}}:root{--bg:#fcfcfa;--bg-soft:#f6f5f2;--bg-strong:#ece9e3;--surface:#fffffff0;--surface-solid:#fff;--surface-deep:#f6f5f2;--border:#272d341a;--border-strong:#272d342e;--text:#23272c;--muted:#6b727b;--accent:#647688;--accent-strong:#516170;--accent-soft:#eef2f6;--clay:#aa8b76;--rose:#a0716a;--sage:#7c8b81;--shadow:0 18px 48px #1218200d;--shadow-soft:0 10px 24px #1218200b}body{background:linear-gradient(#fcfcfb 0%,#f7f6f3 100%)}body:before{background:0 0}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border-bottom:1px solid #272d3414}.brand-mark{background:var(--accent);box-shadow:0 12px 24px #64768829}.site-nav{background:#fffffff0;border-color:#272d3414;box-shadow:0 10px 24px #12182009}.site-nav a:hover,.site-nav a.active{background:var(--accent-soft);color:var(--accent-strong)}.kicker{box-shadow:none;background:#fff;border-color:#272d3414}.lead{color:#616973}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 14px 24px #64768829}.btn-primary:hover{background:var(--accent-strong)}.btn-secondary,.btn-ghost{background:#fff;border-color:#272d341a}.btn-secondary:hover,.btn-ghost:hover{background:#f8f8f6;border-color:#272d3429}.trust-chip,.meta-chip,.filter-chip,.status-chip,.tag,.badge{box-shadow:none;background:#fff;border-color:#272d3414}.filter-chip.active,.status-chip.active,.badge.badge-soft{background:var(--accent-soft);color:var(--accent-strong);border-color:#64768829}.service-chip{color:var(--accent-strong);background:#f5f8f5;border-color:#7c8b812e;font-weight:600}.service-chip.owner{background:#f4f7fb;border-color:#6476882e}.hero-stage,.stage-card,.proof-card,.story-card,.metric-card,.summary-card,.detail-card,.faq-item,.dashboard-card,.policy-card,.timeline-card,.contact-card,.table-card,.catalog-panel,.feature-card,.testimonial,.step-card,.category-card,.product-card,.hero-panel,.gallery-main,.thumb-card,.form-panel,.upload-card,.timeline-row,.rail-content{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #272d3414}.hero-stage,.cta-panel,.notice,.pricing-helper,.hero-stat-card,.info-item{background:#f8f8f6}.mock-photo{background:linear-gradient(180deg, #ffffff05, #1c221f1f), var(--photo-url), linear-gradient(180deg, #f2f3f4 0%, #e7e4de 100%)}.mock-photo:before{background:radial-gradient(circle at top,#ffffff3d,#0000 28%),linear-gradient(#ffffff0a,#1c221f14)}.metric-card:first-child,.metric-card:nth-child(2),.metric-card:nth-child(3),.metric-card:nth-child(4),.feature-card:first-child,.feature-card:nth-child(2),.feature-card:nth-child(3),.category-card:first-child,.category-card:nth-child(2),.category-card:nth-child(3),.category-card:nth-child(4){background:#fff}.steps:before{background:linear-gradient(90deg,#272d341f,#272d340a)}.step-number{background:var(--accent-soft);color:var(--accent-strong)}.product-card:hover{box-shadow:0 16px 32px #12182012}.category-card .shape{background:linear-gradient(135deg,#6476881a,#efeeeaeb)}.category-card .shape:after{background:#fbfbf9}.testimonial:before{color:#6476881f}.cta-panel{border:1px solid #272d3414}.site-footer{background:#fff}.footer-grid{border-top-color:#272d341a}.search-box,.select,.input,.textarea{box-shadow:none;background:#fff;border-color:#272d341a}.info-item,.notice,.pricing-helper,.hero-stat-card{border-color:#272d3414}.table-row{border-top-color:#272d3414}.upload-card{border-color:#272d3429}.rail-line{background:linear-gradient(#64768838,#272d340f)}.status-dot.pending{background:#bdaea0}.status-dot.warn{background:var(--clay)}.status-dot.success{background:var(--sage)}.status-dot.error{background:var(--rose)}.option-card-owner{background:#f6f8fb;border-color:#6476881f}.option-card-service{background:#f6f8f5;border-color:#7c8b811f}.option-badge-green,.option-badge-blue{color:var(--accent-strong)}.option-badge-green{background:#edf3ec}.option-badge-blue{background:#eef3f8}.option-price-box{background:#fff;border-color:#272d3414}.catalog-layout{grid-template-columns:minmax(240px,290px) minmax(0,1fr);overflow:visible}.catalog-results,.catalog-results .catalog-toolbar{min-width:0}.catalog-results .catalog-toolbar .select{max-width:240px}.product-grid{align-items:stretch}.catalog-results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch}.product-card{flex-direction:column;min-width:0;height:100%;min-height:520px;display:flex}.product-card .mock-photo{aspect-ratio:1;flex:none;width:100%;min-height:0}.product-card .mock-photo:before,.product-card .mock-photo:after{display:none}.product-card-header{align-items:center;min-height:44px}.product-card-header .status-chip,.product-card-header .service-chip{white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:calc(100% - 44px);min-height:42px;overflow:hidden}.product-card-header .caption{white-space:nowrap;flex:none}.product-card-body{align-content:start;gap:6px;min-height:118px;display:grid}.service-summary{color:var(--muted);font-size:13px;font-weight:600}.product-card-body strong,.product-card-body p{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card-body strong{-webkit-line-clamp:2;line-height:1.25}.product-card-body p{-webkit-line-clamp:2;min-height:52px;margin:0;line-height:1.35}.product-card-footer{align-items:center;min-height:62px;margin-top:auto}.product-card-footer .price{white-space:nowrap;line-height:1.1}.product-card-footer .btn{flex:none;min-width:112px}.pdp-layout{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:start;gap:clamp(24px,3vw,36px)}.gallery-grid{align-content:start;align-self:start;gap:16px}.gallery-main,.thumb-card{overflow:hidden}.gallery-main{background:#f4f1ec;border-radius:28px;height:clamp(360px,38vw,540px);min-height:0;padding:0;position:relative}.gallery-main .mock-photo,.gallery-main .product-photo,.thumb-card .mock-photo,.thumb-card .product-photo{width:100%;height:100%;min-height:0}.gallery-main .mock-photo,.thumb-card .mock-photo{border-radius:inherit;background-position:50%;background-repeat:no-repeat;background-size:cover,cover,cover}.gallery-main .mock-photo:before,.gallery-main .mock-photo:after,.thumb-card .mock-photo:before,.thumb-card .mock-photo:after{display:none}.product-photo{object-fit:contain;background:#f4f1ec;display:block}.thumb-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:14px}.thumb-card{background:#f4f1ec;border-radius:18px;height:clamp(92px,7vw,116px);min-height:0;padding:0;transition:border-color .2s,box-shadow .2s,transform .2s}.thumb-card:first-child{box-shadow:0 0 0 3px #55624d1a, var(--shadow-soft);border-color:#55624d6b}.thumb-card:hover{border-color:#55624d4d;transform:translateY(-1px)}.thumb-card .mock-photo{border-radius:inherit}@media (max-width:1100px){.pdp-layout,.catalog-layout{grid-template-columns:1fr}.gallery-main{height:clamp(340px,54vw,500px)}}@media (max-width:900px){.catalog-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.catalog-results .product-grid{grid-template-columns:1fr}.gallery-main{height:clamp(280px,82vw,390px)}.thumb-card{height:clamp(74px,24vw,104px)}.catalog-results .catalog-toolbar .select{max-width:none}.product-card{min-height:480px}.product-card-footer{flex-direction:column;align-items:stretch}.product-card-footer .btn{width:100%}}@media (max-width:760px){.profile-top,.profile-panel-head,.profile-subsection-head,.profile-empty{flex-direction:column;align-items:stretch}.profile-switcher,.profile-order-card{grid-template-columns:1fr}.profile-switch{min-height:112px}.profile-card-actions{justify-items:stretch}.profile-top-actions{justify-content:stretch}.profile-top-actions .btn{flex:1}}.site-header-inner{grid-template-columns:minmax(220px,1fr) auto minmax(160px,1fr);gap:18px;display:grid}.site-nav{justify-self:center}.header-actions{justify-self:end;align-items:center;display:inline-flex}.notification-button{background:#fff;border-color:#272d3414;min-height:44px;padding-inline:16px;box-shadow:0 10px 24px #12182009}@media (max-width:760px){.site-header-inner{grid-template-columns:minmax(0,1fr) auto auto}.nav-toggle{grid-area:1/3;justify-self:end}.site-nav{grid-column:1/-1;justify-self:stretch}.header-actions{grid-area:1/2}.notification-button{min-height:42px;padding-inline:12px}.notification-button span{font-size:0}.notification-button span:before{content:"Xabar";font-size:14px}}@media (max-width:520px){.brand-text small{display:none}.site-header-inner{gap:10px}}
