:root{
  --brand:#D92932;
  --brand-dark:#A91922;
  --brand-soft:#FFF7F4;
  --ink:#191716;
  --muted:#6B7280;
  --line:#E9E9EC;
  --surface:#FFFFFF;
  --surface-2:#F7F7F8;
  --success:#178A55;
  --warning:#A15C00;
  --radius:18px;
  --shadow:0 12px 36px rgba(25,25,28,.08);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:"Be Vietnam Pro","Noto Sans",system-ui,-apple-system,"Segoe UI",sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.55}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
:focus-visible{outline:3px solid rgba(215,25,32,.28);outline-offset:3px}
.shell{min-height:100vh;background:linear-gradient(180deg,#fff 0%,#fff 65%,#fbfbfc 100%)}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(230,230,233,.9)}
.header-inner{height:72px;display:grid;grid-template-columns:auto minmax(320px,1fr) auto;gap:28px;align-items:center}
.logo{display:flex;align-items:center;color:var(--brand)}
.logo img{display:block;width:128px;height:auto}
.search{height:44px;background:#F5F5F6;border:1px solid transparent;border-radius:14px;display:flex;align-items:center;gap:10px;padding:0 14px;transition:.2s}
.search:focus-within{background:#fff;border-color:#E7B4B6;box-shadow:0 0 0 4px #fff3f3}
.search svg{width:18px;color:#777}
.search input{width:100%;border:0;outline:0;background:transparent;color:#222}
.header-actions{display:flex;align-items:center;gap:8px}
.icon-btn,.ghost-btn,.primary-btn,.secondary-btn{border:0;transition:.2s;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:650;white-space:nowrap}
.icon-btn{width:42px;height:42px;border-radius:13px;background:#fff;border:1px solid var(--line)}
.icon-btn:hover,.ghost-btn:hover{background:#f7f7f8}
.primary-btn{min-height:44px;border-radius:13px;padding:0 17px;background:var(--brand);color:#fff;box-shadow:0 8px 20px rgba(215,25,32,.17)}
.primary-btn:hover{background:var(--brand-dark);transform:translateY(-1px)}
.secondary-btn{min-height:44px;border-radius:13px;padding:0 17px;background:#fff;color:var(--brand);border:1px solid #F1B9BC}
.ghost-btn{min-height:42px;border-radius:12px;padding:0 13px;background:#fff;color:#333}
.hero{padding:36px 0 22px}
.hero-grid{min-height:330px;border-radius:28px;overflow:hidden;background:linear-gradient(120deg,#B70E15 0%,#D71920 48%,#EA474D 100%);color:white;display:grid;grid-template-columns:1.08fr .92fr;position:relative}
.hero-grid:after{content:"";position:absolute;width:370px;height:370px;border:1px solid rgba(255,255,255,.18);border-radius:50%;right:-80px;top:-100px;box-shadow:0 0 0 55px rgba(255,255,255,.05),0 0 0 110px rgba(255,255,255,.035)}
.hero-copy{padding:48px 52px;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;opacity:.82}
.hero h1{font-size:clamp(34px,4vw,58px);line-height:1.06;margin:10px 0 14px;letter-spacing:-2.2px;max-width:660px}
.hero p{max-width:610px;color:rgba(255,255,255,.84);font-size:16px;margin:0 0 26px}
.hero-cta{display:flex;gap:10px;flex-wrap:wrap}
.hero .primary-btn{background:#fff;color:var(--brand);box-shadow:none}
.hero .secondary-btn{border-color:rgba(255,255,255,.34);color:#fff;background:rgba(255,255,255,.1)}
.hero-art{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;padding:35px}
.phone-card{width:min(340px,90%);background:#fff;color:#222;border-radius:26px;padding:14px;box-shadow:0 26px 70px rgba(83,0,4,.24);transform:rotate(3deg)}
.fake-photo{aspect-ratio:4/3;border-radius:18px;background:linear-gradient(135deg,#efefef,#d7d7d9);position:relative;overflow:hidden;display:grid;place-items:center}
.camera-illustration{width:72%;height:52%;border-radius:18px;background:#1f2024;position:relative;box-shadow:inset 0 -12px 0 rgba(255,255,255,.04)}
.camera-illustration:before{content:"";position:absolute;width:34%;aspect-ratio:1;border:12px solid #4b4d52;border-radius:50%;left:33%;top:14%;background:#17181b;box-shadow:inset 0 0 0 4px #6f7279}
.camera-illustration:after{content:"";position:absolute;width:28%;height:15%;border-radius:8px 8px 0 0;background:#2b2c30;left:9%;top:-13%}
.phone-copy{padding:13px 5px 4px}
.phone-copy strong{font-size:17px}.phone-row{display:flex;justify-content:space-between;gap:10px;margin-top:8px;color:#666;font-size:13px}.price{color:var(--brand);font-size:19px;font-weight:800}
.section{padding:24px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-head h2{font-size:24px;letter-spacing:-.7px;margin:0}.section-head p{margin:4px 0 0;color:var(--muted)}.text-link{color:var(--brand);font-weight:650;white-space:nowrap}
.categories{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.category{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 8px;text-align:center;transition:.2s}.category:hover{border-color:#efb1b4;transform:translateY(-2px);box-shadow:var(--shadow)}.category-icon{width:46px;height:46px;border-radius:15px;background:var(--brand-soft);display:grid;place-items:center;margin:0 auto 10px;color:var(--brand);font-weight:800;font-size:20px}.category-name{font-size:13px;font-weight:600}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;transition:.22s;cursor:pointer}.product-card:hover,.product-card:focus-visible{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#dedee1}.product-media{aspect-ratio:4/3;background:#f2f2f3;position:relative;overflow:hidden}.product-media .scene{position:absolute;inset:0;display:grid;place-items:center}.mini-device{width:62%;height:46%;border-radius:20px;background:#202124;box-shadow:0 14px 24px rgba(0,0,0,.16);position:relative}.mini-device.camera:before{content:"";position:absolute;width:34%;aspect-ratio:1;border-radius:50%;border:9px solid #50535a;left:33%;top:14%;background:#17181a}.mini-device.laptop{height:40%;border-radius:10px 10px 4px 4px;background:#56585d;border:8px solid #222}.mini-device.laptop:after{content:"";position:absolute;left:-15%;right:-15%;bottom:-24%;height:12px;border-radius:2px 2px 10px 10px;background:#bbb}.mini-device.projector{width:56%;height:38%;background:#fdfdfd;border:1px solid #ddd}.mini-device.projector:before{content:"";position:absolute;width:31%;aspect-ratio:1;border-radius:50%;right:10%;top:17%;background:#202124;box-shadow:inset 0 0 0 5px #666}.mini-device.drill{width:22%;height:58%;border-radius:8px;background:#d71b22;transform:rotate(-12deg)}.mini-device.drill:before{content:"";position:absolute;width:160%;height:45%;background:#25262a;top:0;left:-20%;border-radius:10px}.mini-device.drill:after{content:"";position:absolute;width:100%;height:18%;background:#222;right:-65%;top:10%}.badge{position:absolute;left:12px;top:12px;border-radius:999px;background:rgba(255,255,255,.94);padding:6px 9px;font-size:11px;font-weight:700;box-shadow:0 5px 15px rgba(0,0,0,.07)}.heart{position:absolute;right:11px;top:11px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.95);display:grid;place-items:center;border:0}.product-body{padding:14px}.product-title{font-size:15px;font-weight:700;line-height:1.4;min-height:42px}.meta{display:flex;align-items:center;gap:7px;color:#777;font-size:12px;margin-top:8px}.product-price{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:13px}.product-price strong{color:var(--brand);font-size:18px}.product-price span{font-size:11px;color:#777}.verified{color:var(--success);font-weight:650}
.trust-strip{margin-top:28px;border:1px solid var(--line);border-radius:22px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.trust-item{padding:21px 24px;display:flex;gap:13px;align-items:flex-start}.trust-item+.trust-item{border-left:1px solid var(--line)}.trust-icon{width:38px;height:38px;border-radius:12px;background:var(--brand-soft);display:grid;place-items:center;color:var(--brand);font-weight:800}.trust-item strong{display:block;margin-bottom:3px}.trust-item small{color:var(--muted)}
.footer{margin-top:50px;border-top:1px solid var(--line);padding:34px 0 92px;color:#707076}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}.footer h4{color:#27272a;margin:0 0 11px}.footer p,.footer a{font-size:13px;display:block;margin:7px 0}.footer .logo{margin-bottom:10px}
.page{padding:32px 0 70px}.breadcrumb{display:flex;gap:7px;align-items:center;color:#777;font-size:13px;margin-bottom:18px}.breadcrumb b{color:#333}.detail-grid{display:grid;grid-template-columns:1.07fr .93fr;gap:34px}.gallery-main{aspect-ratio:1.24;border-radius:24px;background:#f3f3f4;display:grid;place-items:center;overflow:hidden}.gallery-main .mini-device{width:52%;height:40%}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}.thumb{aspect-ratio:1;border:1px solid var(--line);border-radius:14px;background:#f6f6f7}.thumb.active{border:2px solid var(--brand)}.detail-panel{padding:8px 0}.pill-row{display:flex;gap:8px;flex-wrap:wrap}.pill{border-radius:999px;background:#F7F7F8;border:1px solid var(--line);padding:7px 10px;font-size:12px;font-weight:600}.detail-panel h1{font-size:31px;line-height:1.22;letter-spacing:-1px;margin:15px 0 8px}.rating{display:flex;gap:12px;align-items:center;color:#666;font-size:13px}.rating b{color:#E19300}.detail-price{margin:20px 0;font-size:29px;color:var(--brand);font-weight:800}.detail-price small{font-size:14px;color:#777;font-weight:500}.owner-box{border:1px solid var(--line);border-radius:18px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:15px}.owner-left{display:flex;align-items:center;gap:11px}.avatar{width:44px;height:44px;border-radius:50%;background:#FFE1E3;display:grid;place-items:center;color:var(--brand);font-weight:800}.owner-box small{display:block;color:#777;margin-top:2px}.booking-box{margin-top:16px;border:1px solid var(--line);border-radius:20px;padding:18px}.booking-box h3{margin:0 0 14px;font-size:16px}.date-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:12px;color:#666;font-weight:600}.field input,.field select,.field textarea{width:100%;border:1px solid #dedee2;border-radius:12px;padding:11px 12px;background:#fff;outline:none;color:#222}.field input:focus,.field select:focus,.field textarea:focus{border-color:#e1979b;box-shadow:0 0 0 4px #fff1f2}.summary-lines{border-top:1px dashed #ddd;margin-top:16px;padding-top:13px}.sum-row{display:flex;justify-content:space-between;gap:16px;margin:9px 0;font-size:13px;color:#555}.sum-row.total{font-size:15px;color:#222;font-weight:750;margin-top:14px}.sum-row .red{color:var(--brand);font-weight:700}.booking-actions{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:15px}.booking-actions .primary-btn{width:100%}
.flow-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px}.stepper{border:1px solid var(--line);border-radius:20px;padding:12px;background:#fff;height:max-content;position:sticky;top:98px}.step{display:flex;gap:11px;padding:13px;border-radius:14px;align-items:flex-start;color:#777}.step.active{background:var(--brand-soft);color:#222}.step.done .step-num{background:#E8F6EE;color:var(--success)}.step-num{width:28px;height:28px;flex:none;border-radius:50%;display:grid;place-items:center;background:#F2F2F4;font-size:12px;font-weight:800}.step.active .step-num{background:var(--brand);color:#fff}.step strong{font-size:13px;display:block}.step small{font-size:11px}.flow-card{border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.035)}.flow-card h1{font-size:28px;letter-spacing:-.8px;margin:0}.lead{color:var(--muted);margin:7px 0 24px}.kyc-info{background:#F9FAFB;border:1px solid var(--line);border-radius:18px;padding:16px;display:grid;grid-template-columns:auto 1fr;gap:12px}.shield{width:42px;height:42px;border-radius:14px;background:#EAF8EF;color:var(--success);display:grid;place-items:center;font-weight:900}.upload-zone{margin-top:18px;border:1.5px dashed #d1d1d6;border-radius:18px;padding:35px;text-align:center;background:#fbfbfc}.upload-zone strong{display:block;margin:8px 0 4px}.upload-zone p{margin:0;color:#777;font-size:12px}.doc-visual{width:72px;height:49px;border-radius:8px;background:linear-gradient(135deg,#ec6d72,#c91920);margin:auto;box-shadow:0 7px 18px rgba(215,25,32,.18);position:relative}.doc-visual:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#ffd9da;left:9px;top:9px}.checklist{margin:18px 0;display:grid;gap:10px}.check{display:flex;align-items:flex-start;gap:9px;font-size:13px}.check i{width:20px;height:20px;border-radius:50%;background:#EAF8EF;color:var(--success);display:grid;place-items:center;font-style:normal;font-weight:800;flex:none}.flow-actions{display:flex;justify-content:space-between;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}
.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:26px}.checkout-stack{display:grid;gap:16px}.box{border:1px solid var(--line);border-radius:20px;background:#fff;padding:20px}.box h2{font-size:18px;margin:0 0 15px}.identity-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.identity-status{display:flex;align-items:center;gap:10px}.payment-option{border:1px solid var(--line);border-radius:15px;padding:14px;display:flex;align-items:center;gap:11px;margin-top:10px}.payment-option.disabled{opacity:.6;background:#fafafa}.radio{width:19px;height:19px;border-radius:50%;border:2px solid #b9b9bf}.radio.active{border:6px solid var(--brand)}.api-note{border-radius:14px;background:#FFF6E6;border:1px solid #F3D59E;color:#725116;padding:12px;font-size:12px;margin-top:12px}.sticky-summary{position:sticky;top:98px;height:max-content}.summary-product{display:flex;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line)}.summary-thumb{width:76px;aspect-ratio:1;border-radius:14px;background:#f0f0f1;display:grid;place-items:center;flex:none}.summary-thumb .mini-device{width:58%;height:42%;border-radius:7px}.sticky-summary .sum-row{font-size:13px}.deposit-callout{border-radius:14px;background:var(--brand-soft);padding:13px;margin:13px 0}.deposit-callout strong{color:var(--brand);display:block}.deposit-callout small{color:#777}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid .full{grid-column:1/-1}.price-preview{border-radius:18px;background:#F9FAFB;padding:17px;display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:16px}.price-preview small{display:block;color:#777}.price-preview strong{font-size:17px}.listing-tips{border:1px solid #F0D3D5;background:#fff8f8;border-radius:17px;padding:15px;margin-top:17px}.listing-tips b{color:var(--brand)}
.dashboard-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat{border:1px solid var(--line);border-radius:18px;padding:18px;background:#fff}.stat small{color:#777}.stat strong{font-size:24px;display:block;margin-top:5px}.rental-row{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.rental-row:last-child{border-bottom:0}.status{padding:6px 9px;border-radius:999px;font-size:11px;font-weight:700;background:#FFF4DD;color:#8B5A00}.status.green{background:#EAF8EF;color:var(--success)}
.mobile-nav{display:none}.toast{position:fixed;z-index:100;right:20px;bottom:20px;background:#202124;color:#fff;border-radius:13px;padding:12px 15px;font-size:13px;box-shadow:0 12px 30px rgba(0,0,0,.18);opacity:0;transform:translateY(8px);pointer-events:none;transition:.22s}.toast.show{opacity:1;transform:none}
.empty-space{height:10px}
@media (max-width:1050px){
  .header-inner{grid-template-columns:auto 1fr auto;gap:16px}.header-actions .ghost-btn{display:none}.categories{grid-template-columns:repeat(4,1fr)}.products{grid-template-columns:repeat(3,1fr)}.hero-copy{padding:42px}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(3){border-left:0;border-top:1px solid var(--line)}.trust-item:nth-child(4){border-top:1px solid var(--line)}.detail-grid{grid-template-columns:1fr 1fr}.checkout-grid{grid-template-columns:1fr 340px}.footer-grid{grid-template-columns:1.2fr repeat(2,1fr)}.footer-grid>div:last-child{display:none}
}
@media (max-width:780px){
  body{font-size:14px;padding-bottom:69px}.container{width:min(100% - 28px,var(--max))}.header-inner{height:62px;grid-template-columns:auto 1fr auto}.header .search{display:none}.header-actions .icon-btn:nth-child(1){display:none}.logo{font-size:21px}.logo-mark{width:32px;height:32px}.hero{padding-top:18px}.hero-grid{grid-template-columns:1fr;min-height:auto;border-radius:22px}.hero-copy{padding:31px 24px 22px}.hero h1{font-size:36px;letter-spacing:-1.5px}.hero p{font-size:14px}.hero-art{padding:8px 30px 30px}.phone-card{width:280px;transform:rotate(1.5deg)}.section{padding:18px 0}.section-head{margin-bottom:14px}.section-head h2{font-size:20px}.section-head p{display:none}.categories{grid-template-columns:repeat(4,1fr);gap:8px}.category{padding:13px 5px;border-radius:15px}.category-icon{width:40px;height:40px;border-radius:13px}.category-name{font-size:11px}.products{grid-template-columns:repeat(2,1fr);gap:10px}.product-card{border-radius:16px}.product-body{padding:11px}.product-title{font-size:13px;min-height:36px}.product-price strong{font-size:15px}.product-price span{display:none}.meta{font-size:10px}.trust-strip{grid-template-columns:1fr;margin-top:18px}.trust-item+.trust-item{border-left:0;border-top:1px solid var(--line)}.footer{display:none}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;z-index:60;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-top:1px solid var(--line);padding:7px 7px calc(7px + env(safe-area-inset-bottom))}.mobile-nav button{border:0;background:transparent;color:#777;font-size:10px;display:grid;place-items:center;gap:3px}.mobile-nav button.active{color:var(--brand);font-weight:700}.mobile-nav svg{width:20px;height:20px}.page{padding:20px 0 30px}.breadcrumb{font-size:11px}.detail-grid,.checkout-grid,.dashboard-grid{grid-template-columns:1fr;gap:18px}.gallery-main{border-radius:20px}.detail-panel h1{font-size:24px}.detail-price{font-size:24px}.booking-box{padding:15px}.booking-actions{grid-template-columns:1fr}.booking-actions .secondary-btn{display:none}.flow-layout{grid-template-columns:1fr}.stepper{position:static;display:flex;overflow:auto;padding:7px;border-radius:16px}.step{min-width:max-content;padding:9px}.step small{display:none}.flow-card{padding:20px;border-radius:20px}.flow-card h1{font-size:23px}.upload-zone{padding:25px 15px}.checkout-grid .sticky-summary{position:static;order:-1}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.price-preview{grid-template-columns:1fr 1fr}.price-preview>div:last-child{grid-column:1/-1}.stat-grid{grid-template-columns:1fr 1fr}.stat-grid .stat:last-child{grid-column:1/-1}.rental-row{grid-template-columns:auto 1fr}.rental-row .status{grid-column:2}.toast{left:14px;right:14px;bottom:84px;text-align:center}
}
@media (max-width:390px){.categories{grid-template-columns:repeat(4,1fr)}.category-icon{width:37px;height:37px}.category-name{font-size:10px}.hero h1{font-size:32px}.products{gap:8px}.container{width:calc(100% - 22px)}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
@media (max-width:760px){.logo img{width:112px}}

/* Owner-first marketplace flows */
.direct-note,.safety-note,.status-panel,.api-note{display:grid;gap:5px;padding:14px 16px;margin:14px 0;background:var(--brand-soft);border-left:3px solid var(--brand);font-size:13px;line-height:1.55}.direct-note span,.safety-note,.status-panel li{color:var(--muted)}
.consent-line{display:flex;gap:10px;align-items:flex-start;margin:18px 0;font-size:13px;line-height:1.55}.consent-line input,.handover-list input{accent-color:var(--brand);margin-top:3px}
.owner-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px}.owner-heading h1{font-size:30px;margin:6px 0}.owner-heading p{color:var(--muted);margin:0}.dashboard-stack{display:grid;gap:16px}
.task-row,.listing-row{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:15px 0;border-top:1px solid var(--line)}.task-row:first-of-type,.listing-row:first-of-type{border-top:0}.task-row small,.listing-row small,.requester small{display:block;color:var(--muted);margin-top:4px;font-size:12px}.task-dot{width:10px;height:10px;border-radius:50%;background:var(--brand)}.task-dot.done{background:var(--success)}
.quality-bar{height:5px;background:var(--line);margin-top:9px;max-width:280px}.quality-bar span{height:100%;display:block;background:var(--success)}.trust-score{display:flex;align-items:baseline;margin:18px 0}.trust-score strong{font-size:56px;letter-spacing:-3px}.trust-score span{color:var(--muted)}
.market-signal,.request-facts{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);margin:18px 0}.market-signal>div,.request-facts>div{padding:16px;border-left:1px solid var(--line)}.market-signal>div:first-child,.request-facts>div:first-child{border-left:0}.market-signal small,.request-facts small{display:block;color:var(--muted);margin-bottom:6px}
.publish-options{display:grid;gap:10px}.publish-choice{display:flex;gap:12px;padding:18px;border:1px solid var(--line);cursor:pointer}.publish-choice:has(input:checked){border-color:var(--brand);background:var(--brand-soft)}.publish-choice input{accent-color:var(--brand)}.publish-choice span{display:grid;gap:5px}.publish-choice small{color:var(--muted);line-height:1.5}
.requester{display:flex;align-items:center;gap:12px;padding:15px 0}.message-box{padding:18px;background:var(--surface-2);line-height:1.65;margin:16px 0}.handover-list{display:grid;margin:16px 0;border-top:1px solid var(--line)}.handover-list label{display:flex;gap:12px;padding:16px 4px;border-bottom:1px solid var(--line);cursor:pointer}.handover-list span{display:grid;gap:4px}.handover-list small{color:var(--muted);line-height:1.45}.boost-card,.formula{display:flex;justify-content:space-between;align-items:center;padding:18px;border:1px solid var(--line);margin:15px 0}.boost-card div{display:grid;gap:5px}.boost-card small{color:var(--muted)}.boost-card>span{font-weight:700;color:var(--brand)}.formula strong{font-size:22px;color:var(--brand)}.plain-list{line-height:1.8;color:var(--muted)}
@media (max-width:780px){.owner-heading{display:grid}.owner-heading h1{font-size:24px}.market-signal,.request-facts{grid-template-columns:1fr}.market-signal>div,.request-facts>div{border-left:0;border-top:1px solid var(--line)}.market-signal>div:first-child,.request-facts>div:first-child{border-top:0}.task-row,.listing-row{grid-template-columns:auto 1fr}.task-row button,.listing-row button,.listing-row .status{grid-column:2;justify-self:start}.owner-page .stat-grid{grid-template-columns:1fr}.owner-page .stat-grid .stat:last-child{grid-column:auto}}

/* SheDo unified visual system */
.ui-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle;flex:none}.primary-btn .ui-icon,.secondary-btn .ui-icon,.ghost-btn .ui-icon{width:18px;height:18px}.search-submit{border:0;background:var(--ink);color:#fff;border-radius:10px;padding:8px 14px;font:inherit;font-weight:700;cursor:pointer}.search{padding-right:7px}.search input{min-width:0}
.product-art{display:block;width:100%;height:100%;object-fit:cover}.product-media .product-art{position:absolute;inset:0}.gallery-main{padding:0;overflow:hidden}.gallery-main .product-art{aspect-ratio:4/3}.hero-art{overflow:hidden}.hero-art .product-art{width:min(590px,100%);height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:26px;transform:rotate(1deg);box-shadow:0 24px 55px rgba(96,29,31,.18)}
.heart.saved{color:var(--brand);background:#fff}.heart.saved .ui-icon{fill:var(--brand);stroke:var(--brand)}.category-icon img{width:25px;height:25px}.trust-icon .ui-icon{width:24px;height:24px;color:var(--brand)}.pill .ui-icon,.verified .ui-icon{width:16px;height:16px}.photo-note{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:12px;margin-top:10px}
.request-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px}.summary-panel{position:sticky;top:94px;height:max-content}.summary-product .product-art{width:82px;height:68px;object-fit:cover;border-radius:12px;flex:none}.next-steps{padding-left:20px;color:var(--muted);font-size:13px;line-height:1.8}.form-error{min-height:20px;color:var(--brand-dark);font-size:13px;font-weight:650;margin:6px 0}.empty-state,.success-state{text-align:center;border:1px solid var(--line);background:#fff;padding:64px 24px}.empty-state>.ui-icon,.success-state>.ui-icon{width:54px;height:54px;color:var(--brand)}.narrow{max-width:760px}.status-timeline{display:grid;text-align:left;margin:28px auto;max-width:520px;border-left:2px solid var(--line);padding-left:24px}.status-timeline>div{position:relative;display:grid;gap:4px;padding:0 0 25px}.status-timeline>div:before{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:var(--line);left:-31px;top:4px}.status-timeline>.done:before{background:var(--success)}.status-timeline small{color:var(--muted)}
.stepper .step{width:100%;border:0;background:transparent;text-align:left;font:inherit;color:inherit;cursor:pointer}.stepper .step:disabled{cursor:default;opacity:.62}.stepper.static .step{cursor:default}.step-num .ui-icon{width:16px;height:16px}.upload-zone>.ui-icon{width:44px;height:44px;color:var(--brand);margin:auto}.quality-score{display:flex;align-items:baseline;gap:8px;margin:18px 0}.quality-score strong{font-size:54px;letter-spacing:-3px}.quality-score span{color:var(--success);font-weight:700}.review-list{border-top:1px solid var(--line)}.review-list>div{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.review-list .ui-icon{color:var(--success)}.review-list small{display:block;color:var(--muted);margin-top:4px}.review-list button{border:0;background:transparent;color:var(--brand);font-weight:700;cursor:pointer;min-width:44px;min-height:44px}
.stat span{display:block;color:var(--muted);font-size:12px;margin-top:7px}.listing-row>img,.rental-row>img{width:76px;height:62px;object-fit:cover;border-radius:12px}.task-dot.urgent{background:var(--brand)}.full-btn{width:100%;margin-top:16px}.requester small{display:block}.request-facts{margin-top:18px}blockquote{margin:18px 0;padding:18px;background:var(--surface-2);border-left:3px solid var(--brand);line-height:1.65}.danger-btn{border:1px solid #d7c8c8;background:#fff;color:#8b2528;border-radius:12px;padding:11px 16px;font:inherit;font-weight:700;cursor:pointer}.actions-3{grid-template-columns:auto auto 1fr}.check-progress{color:var(--success);font-weight:700;margin:14px 0}.text-danger{border:0;background:transparent;color:var(--brand-dark);font:inherit;font-weight:700;padding:12px 0;cursor:pointer}
.profile-card{text-align:center;border:1px solid var(--line);background:#fff;padding:42px}.avatar.large{width:86px;height:86px;font-size:24px;margin:auto}.profile-card .pill-row{justify-content:center}.profile-card .stat-grid{margin:25px 0}.policy-list{display:grid;margin-top:28px;border-top:1px solid var(--line)}.policy-list section{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:24px 0;border-bottom:1px solid var(--line)}.policy-list section>span{width:40px;height:40px;display:grid;place-items:center;background:var(--brand);color:#fff;border-radius:12px;font-weight:800}.policy-list h2{margin:0 0 5px}.policy-list p{margin:0;color:var(--muted);line-height:1.6}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role="link"]:focus-visible{outline:3px solid rgba(217,41,50,.3);outline-offset:3px}.primary-btn,.secondary-btn,.ghost-btn,.danger-btn,.icon-btn,.heart,.category,.mobile-nav button{min-height:44px}
@media(max-width:780px){.request-layout{grid-template-columns:1fr}.summary-panel{position:static;order:-1}.search-submit{display:none}.hero-art .product-art{border-radius:18px}.actions-3{grid-template-columns:1fr}.actions-3>*{width:100%}.profile-card{padding:28px 18px}.market-signal{grid-template-columns:1fr}.review-list>div{grid-template-columns:auto 1fr}.review-list button{grid-column:2;justify-self:start}}
.meta,.product-price span,.breadcrumb,.detail-price small,.owner-box small,.step,.price-preview small,.stat small,.mobile-nav button{color:#655f5d}
.upload-zone:is(button){width:100%;color:var(--ink)}
.upload-zone:is(button):hover{border-color:#e1979b;background:#fff8f8}

/* Public owner storefront and verified feedback */
.owner-link{border:0;background:transparent;padding:0;text-align:left;color:inherit;font:inherit;cursor:pointer}.owner-link:hover strong{color:var(--brand)}.owner-link small:last-child{color:var(--brand);font-weight:700;margin-top:5px}.profile-page .container{max-width:1120px}.profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center;padding:28px;border:1px solid var(--line);background:#fff;border-radius:24px}.profile-hero .avatar.large{margin:0}.profile-intro h1{font-size:30px;margin:4px 0 7px}.profile-intro p{color:var(--muted);line-height:1.6;margin:0 0 14px;max-width:620px}.profile-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.returning-note{display:flex;align-items:center;gap:12px;margin:16px 0;padding:15px 18px;border-radius:16px;background:#eaf8ef;color:#245d3d}.returning-note .ui-icon{color:var(--success)}.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:#fff;border-radius:18px;margin:16px 0 30px;overflow:hidden}.profile-stats>div{padding:17px 20px;border-left:1px solid var(--line)}.profile-stats>div:first-child{border-left:0}.profile-stats small{display:block;color:var(--muted);margin-bottom:5px}.profile-stats strong{font-size:19px}.profile-section{margin-top:34px}.profile-section>.products{grid-template-columns:repeat(3,minmax(0,1fr))}.feedback-section{padding-top:6px}.feedback-form{border:1px solid #f0d3d5;background:#fff8f8;border-radius:20px;padding:20px;margin-bottom:18px}.feedback-form>div:first-child{display:grid;gap:5px;margin-bottom:17px}.feedback-form small{color:var(--muted)}.feedback-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.feedback-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.feedback-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px}.feedback-head{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center}.feedback-head time{color:var(--muted);font-size:12px}.stars{color:#c87800;letter-spacing:1px;margin-top:3px}.feedback-card p{line-height:1.65;margin:15px 0;color:#3f3a39}.feedback-card>small{color:var(--muted)}.empty-feedback{border:1px dashed var(--line);padding:30px;text-align:center;color:var(--muted);grid-column:1/-1}
@media(max-width:780px){.owner-box{align-items:flex-start;flex-direction:column}.owner-box>.ghost-btn{width:100%}.profile-hero{grid-template-columns:auto 1fr;padding:20px}.profile-actions{grid-column:1/-1;justify-content:stretch}.profile-actions>*{flex:1}.profile-stats{grid-template-columns:1fr 1fr}.profile-stats>div:nth-child(3){border-left:0}.profile-stats>div:nth-child(n+3){border-top:1px solid var(--line)}.profile-section>.products,.feedback-list{grid-template-columns:1fr 1fr}.rental-row{grid-template-columns:auto 1fr}.rental-row .secondary-btn{grid-column:2;justify-self:start}}
@media(max-width:520px){.profile-hero{grid-template-columns:1fr;text-align:center}.profile-hero .avatar.large{margin:auto}.profile-hero .pill-row{justify-content:center}.profile-actions{grid-column:auto;display:grid}.profile-section>.products,.feedback-list{grid-template-columns:1fr}.feedback-head{grid-template-columns:auto 1fr}.feedback-head time{grid-column:2}.feedback-actions{display:grid}.returning-note{align-items:flex-start}}
.feedback-card .avatar{color:#9d1b23}.feedback-card .stars{color:#9b5b00}

/* Category artwork is branded; listing photography must come from the owner */
.category{padding:8px 8px 14px;overflow:hidden}.category-icon{width:100%;height:auto;aspect-ratio:1;border-radius:14px;margin:0 auto 10px;overflow:hidden;background:var(--brand-soft)}.category-icon img{width:100%;height:100%;object-fit:cover;display:block}.hero-art .category-visual{display:block;width:min(590px,100%);height:auto;aspect-ratio:1;object-fit:cover;border-radius:26px;transform:rotate(1deg);box-shadow:0 24px 55px rgba(96,29,31,.18)}
.listing-placeholder{display:grid;place-items:center;align-content:center;gap:10px;width:100%;height:100%;min-height:120px;padding:18px;text-align:center;color:#6b6462;background:linear-gradient(145deg,#fff9f7,#f4efed);border:1px dashed #dfd5d2}.listing-placeholder .ui-icon{width:36px;height:36px;color:var(--brand)}.listing-placeholder span{display:grid;gap:4px}.listing-placeholder strong{font-size:13px;color:#494240}.listing-placeholder small{font-size:11px;color:#776f6d}.product-media>.listing-placeholder{position:absolute;inset:0;border:0}.gallery-main>.listing-placeholder{border:0;min-height:100%}.summary-product>.listing-placeholder{width:82px;height:68px;min-height:68px;flex:none;padding:8px;border-radius:12px}.summary-product>.listing-placeholder .ui-icon{width:25px;height:25px}.summary-product>.listing-placeholder span{display:none}.listing-placeholder.compact{width:76px;height:62px;min-height:62px;flex:none;padding:7px;border-radius:12px}.listing-placeholder.compact .ui-icon{width:24px;height:24px}.listing-placeholder.compact span{display:none}.photo-note{color:#5f5856}
@media(max-width:780px){.category{padding:5px 5px 10px}.category-icon{width:100%;height:auto;border-radius:11px}.hero-art .category-visual{border-radius:18px}.listing-placeholder{min-height:96px;padding:10px}.listing-placeholder strong{font-size:11px}.listing-placeholder small{font-size:9px}}
.marketplace-empty{grid-column:1/-1;display:grid;place-items:center;gap:8px;padding:34px 24px;border:1px dashed #d8cdca;border-radius:18px;background:#fff9f7;text-align:center;color:var(--muted)}.marketplace-empty .ui-icon{width:30px;height:30px;color:var(--brand)}.marketplace-empty strong{color:var(--ink)}.marketplace-empty span{font-size:12px}.marketplace-empty .secondary-btn{margin-top:6px}

/* Public listing logistics; the actual phone number is injected only after RPC confirmation. */
.listing-logistics,.contact-box{display:grid;gap:12px;margin-top:16px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fffaf8}.listing-logistics>div,.contact-box,.contact-revealed{display:grid;gap:5px}.listing-logistics strong,.contact-box strong,.contact-revealed b{display:flex;align-items:center;gap:7px}.listing-logistics small,.contact-box span,.contact-revealed small,.location-actions small,.field small{color:var(--muted);line-height:1.45}.listing-logistics a{color:var(--brand);font-size:13px;font-weight:700}.contact-box{background:#f7fbf8}.contact-box>div{margin-top:4px}.contact-actions,.contact-options,.location-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.contact-revealed{margin-top:3px;padding-top:12px;border-top:1px solid var(--line)}.contact-loading{color:var(--muted)}.location-actions{justify-content:space-between}.location-actions>div{display:grid;gap:4px}.toggle-label{display:flex;align-items:center;gap:8px;cursor:pointer}.contact-options label{display:inline-flex;align-items:center;gap:5px;font-weight:600}
@media(max-width:600px){.location-actions{align-items:flex-start}.contact-actions{width:100%}.contact-actions a{flex:1;justify-content:center}}

/* Personal accounts and OAuth */
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.upload-zone{display:block;cursor:pointer}.upload-zone:hover{border-color:#e1979b;background:#fff8f8}.account-chip{border:1px solid var(--line);background:#fff;border-radius:999px;min-height:44px;padding:4px 12px 4px 5px;display:flex;align-items:center;gap:8px;font:inherit;font-weight:700;cursor:pointer}.user-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;background:var(--brand-soft)}.user-avatar.large{width:86px;height:86px}.auth-page{min-height:66vh;display:grid;align-items:center}.auth-card{border:1px solid var(--line);border-radius:26px;background:#fff;padding:38px;text-align:center;box-shadow:var(--shadow)}.auth-card h1{margin:8px 0;font-size:30px}.auth-card>p{color:var(--muted);line-height:1.65;max-width:520px;margin:0 auto 24px}.auth-mark{width:58px;height:58px;border-radius:18px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;margin:0 auto 18px}.auth-mark .ui-icon{width:30px;height:30px}.oauth-stack{display:grid;gap:10px;max-width:430px;margin:20px auto}.oauth-btn{min-height:50px;border-radius:14px;border:1px solid var(--line);background:#fff;font:inherit;font-weight:750;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer}.oauth-btn span{font-size:20px;font-weight:900}.oauth-btn.facebook{background:#1877f2;color:#fff;border-color:#1877f2}.oauth-btn:disabled,.primary-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-legal{display:block;color:var(--muted);line-height:1.55;max-width:500px;margin:auto}.setup-notice{display:grid;gap:5px;text-align:left;padding:14px 16px;border-radius:14px;background:#fff4dd;color:#694b11;margin:18px 0}.setup-notice span{font-size:12px;line-height:1.5}.account-hero{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;border:1px solid var(--line);border-radius:24px;background:#fff;padding:24px;margin-bottom:18px}.account-hero .avatar.large,.account-hero .user-avatar.large{margin:0}.account-hero h1{margin:4px 0;font-size:28px}.account-hero p{margin:0;color:var(--muted)}.limit-alert{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px;border-radius:18px;background:#fff1f2;border:1px solid #f0c4c7;margin-bottom:18px}.limit-alert>div{display:flex;align-items:flex-start;gap:12px}.limit-alert .ui-icon{color:var(--brand);width:26px;height:26px}.limit-alert strong,.limit-alert span{display:block}.limit-alert span{color:var(--muted);margin-top:4px;font-size:13px;line-height:1.5}.account-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:18px;margin-bottom:18px}.quota-card>strong{display:block;font-size:52px;letter-spacing:-3px;margin-top:6px}.quota-card>strong span{font-size:24px;color:var(--muted)}.quota-card>p,.account-guidance p{color:var(--muted)}.quota-track{height:8px;border-radius:999px;background:#eee8e6;overflow:hidden}.quota-track span{display:block;height:100%;border-radius:inherit;background:var(--brand)}.quota-inline{display:flex;align-items:baseline;gap:10px;margin:18px 0;padding:14px;background:var(--brand-soft);border-radius:14px}.quota-inline strong{font-size:24px;color:var(--brand)}.quota-inline span{color:var(--muted)}.my-listings{scroll-margin-top:90px}.account-listing{display:grid;grid-template-columns:96px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px 0;border-top:1px solid var(--line)}.account-listing:first-of-type{border-top:0}.account-listing>.listing-photo,.account-listing>.listing-placeholder{width:96px;height:76px;min-height:76px;border-radius:12px;object-fit:cover}.account-listing>div{display:grid;justify-items:start;gap:5px}.account-listing small{color:var(--muted)}.product-media>.listing-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.box{border-radius:20px}
@media(max-width:780px){.account-chip span{display:none}.account-chip{padding:4px}.account-grid{grid-template-columns:1fr}.account-hero{grid-template-columns:auto 1fr}.account-hero>.ghost-btn{grid-column:1/-1;width:100%}.limit-alert{align-items:stretch;display:grid}.limit-alert .primary-btn{width:100%}.account-listing{grid-template-columns:76px 1fr}.account-listing>.listing-photo,.account-listing>.listing-placeholder{width:76px;height:62px;min-height:62px}.account-listing>.danger-btn{grid-column:2;justify-self:start}.auth-card{padding:26px 18px}.auth-card h1{font-size:25px}}
