:root{color-scheme:light;--bg: oklch(.995 .002 230);--surface: oklch(.975 .012 205);--surface-strong: oklch(.94 .025 205);--ink: oklch(.18 .026 230);--ink-soft: oklch(.27 .03 230);--muted: oklch(.45 .035 230);--line: oklch(.86 .02 220);--primary: oklch(.59 .19 18);--primary-deep: oklch(.45 .16 18);--primary-soft: oklch(.94 .055 18);--ok: oklch(.53 .12 155);--panel: oklch(.17 .025 230);--radius: 16px;--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1);font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--ink);font-synthesis-weight:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg)}body,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button,input,select,textarea{border:0}textarea{resize:vertical}button{cursor:pointer}img{display:block;max-width:100%}:focus-visible{outline:3px solid var(--primary);outline-offset:4px}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:minmax(160px,1fr) auto minmax(140px,1fr);align-items:center;gap:clamp(1rem,3vw,2rem);min-height:72px;padding:0 clamp(1rem,4vw,3rem);border-bottom:1px solid var(--line);background:#fcfefeeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--ink)}.brand,.site-header nav,.site-footer div{display:flex;align-items:center}.brand{gap:.7rem;font-weight:780}.brand-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:var(--primary);color:#fff;font-weight:850}.site-header nav{gap:clamp(1rem,2.4vw,2.2rem);color:var(--muted);white-space:nowrap}.site-header nav a,.site-footer a,.site-footer button{position:relative;transition:color .18s var(--ease-out),transform .18s var(--ease-out)}.site-header nav a:hover{color:var(--ink)}.site-header nav a.active{color:var(--ink)}.site-header nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-1.45rem;height:2px;border-radius:999px;background:var(--primary)}.site-footer a:hover,.site-footer button:hover{color:var(--ink)}.header-actions{justify-self:end;display:inline-flex;align-items:center;gap:.55rem;min-width:0}.header-location,.header-chat,.header-profile{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--line);background:#fff;color:var(--ink);font-weight:780;transition:transform .16s var(--ease-out),border-color .18s var(--ease-out),background .18s var(--ease-out)}.header-location{gap:.42rem;padding:.62rem .82rem;border-color:var(--line);background:var(--surface)}.header-location svg{flex:0 0 auto;color:var(--primary)}.header-location-text{display:grid;gap:.02rem;min-width:0;line-height:1.02;text-align:left}.header-location-text span:first-child{overflow:hidden;max-width:8.5rem;text-overflow:ellipsis;white-space:nowrap}.header-location-text span:last-child{color:var(--muted);font-size:.68rem;font-weight:780}.header-location-picker{position:relative}.header-location-popover{position:absolute;z-index:60;top:calc(100% + .55rem);right:0;display:grid;width:min(330px,calc(100vw - 1.2rem));gap:.68rem;padding:.82rem;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 18px 42px #0712182e}.header-location-popover label{display:grid;gap:.34rem}.header-location-popover label>span{color:var(--muted);font-size:.82rem;font-weight:820}.header-location-popover select,.header-location-popover input{min-height:40px;width:100%;min-width:0;border:1px solid var(--line);border-radius:10px;padding:0 .62rem;background:var(--surface);color:var(--ink);font:inherit;font-weight:760;outline:0}.header-location-popover select:focus,.header-location-popover input:focus{border-color:var(--primary);background:#fff}.header-location-suggestions{display:grid;max-height:220px;overflow:auto;padding:.35rem;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.header-location-quick{display:flex;flex-wrap:wrap;gap:.35rem}.header-location-quick button{min-height:32px;padding:.42rem .6rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink-soft);font-size:.82rem;font-weight:820;transition:transform .16s var(--ease-out),border-color .18s var(--ease-out),background .18s var(--ease-out),color .18s var(--ease-out)}.header-location-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.header-location-actions button{min-height:34px;padding:.48rem .68rem;border-radius:999px;background:var(--panel);color:#fff;font-weight:820}.header-location-actions .muted{border:1px solid var(--line);background:#fff;color:var(--ink)}.header-location-actions button:disabled{cursor:not-allowed;opacity:.58}.header-chat{position:relative;width:42px;padding:0;border-radius:999px}.header-chat span{position:absolute;top:-.34rem;right:-.32rem;display:grid;min-width:21px;height:21px;place-items:center;padding:0 .32rem;border:2px solid white;border-radius:999px;background:var(--primary);color:#fff;font-size:.72rem;font-weight:880}.header-profile{gap:.45rem;padding:.62rem .95rem;border-radius:999px;white-space:nowrap}.language-switcher{position:relative;display:inline-flex;align-items:center}.language-switcher>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.language-switcher select{min-height:42px;padding:0 .72rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);cursor:pointer;font-weight:840;outline:0}.header-avatar,.header-avatar-image{display:grid;width:26px;height:26px;place-items:center;border-radius:999px}.header-avatar{background:var(--primary);color:#fff;font-size:.82rem;font-weight:880}.header-avatar-image{object-fit:cover}.header-location:active,.header-chat:active,.header-profile:active,.language-switcher select:active,.button:active,.listing-bottom button:active,.tab:active{transform:scale(.97)}.page-grid,.market-hero-shell,.market-section,.chain-section,.trust-section,.access-section,.site-footer{width:min(1180px,calc(100% - 2rem));margin-inline:auto}.market-hero{position:relative;overflow:hidden;padding:clamp(2.2rem,4vw,3.6rem) 0 clamp(2rem,3vw,3rem);border-bottom:1px solid var(--line);background:linear-gradient(180deg,white 0%,var(--surface) 58%,white 100%);color:var(--ink)}.market-hero:before{content:"";position:absolute;inset:0 0 0 auto;width:min(44vw,680px);background:var(--primary);clip-path:polygon(14% 0,100% 0,100% 100%,0 100%);pointer-events:none}.market-hero:after{content:"";position:absolute;inset:auto auto 0 0;width:min(42vw,620px);height:30%;background:var(--surface-strong);clip-path:polygon(0 0,88% 22%,72% 100%,0 100%);pointer-events:none}.market-hero>*{position:relative;z-index:1}.market-hero-shell{width:min(1344px,calc(100% - 4rem));display:grid;grid-template-columns:minmax(500px,.92fr) minmax(580px,1.08fr);align-items:stretch;gap:clamp(1.8rem,4vw,4.6rem);min-height:calc(100dvh - 122px)}.market-hero-copy h1{max-width:18ch;margin:0;color:var(--ink);font-size:clamp(3.1rem,4.9vw,4.25rem);font-weight:900;line-height:.94;letter-spacing:0;text-wrap:balance}.market-hero .hero-lede{max-width:32rem;margin:1.05rem 0 0;color:var(--ink-soft);font-size:clamp(1.02rem,1.3vw,1.18rem);line-height:1.48}.market-search-card{display:grid;grid-template-columns:minmax(230px,1fr) auto auto;gap:.7rem;align-items:center;max-width:710px;margin-top:1.9rem;padding:.42rem;border:1px solid var(--line);border-radius:12px;background:#fff}.market-search-input{display:grid;grid-template-columns:auto 1fr;gap:0 .75rem;align-items:center;min-width:0;padding:.55rem .75rem}.market-search-input svg{grid-row:1 / span 2;color:var(--primary-deep)}.market-search-input label{color:var(--muted);font-size:.8rem;font-weight:780}.market-search-input input{width:100%;padding:.08rem 0 0;background:transparent;color:var(--ink);outline:0}.market-search-input input::placeholder{color:#4f6774}.market-hero .button{min-height:48px;border-radius:9px}.market-hero .button.secondary{border-color:var(--line);background:var(--surface);color:var(--ink)}.hero-mode-row{display:flex;flex-wrap:wrap;gap:.62rem;margin-top:1.5rem}.hero-mode{display:inline-flex;align-items:center;gap:.48rem;min-height:41px;padding:.62rem .9rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink-soft);font-weight:790;transition:transform .16s var(--ease-out),background .18s var(--ease-out),color .18s var(--ease-out),border-color .18s var(--ease-out)}.hero-mode svg{color:currentColor}.hero-mode.active{border-color:transparent;background:var(--primary);color:#fff}.radar-list-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:clamp(2rem,4vw,3.2rem)}.radar-list-head h2{margin:0;color:var(--ink);font-size:clamp(1.05rem,1.6vw,1.22rem);line-height:1.15}.radar-list-head a{display:inline-flex;align-items:center;gap:.32rem;color:var(--ink-soft);font-weight:760}.radar-list-head a svg{color:var(--primary)}.hero-listing-stack{display:grid;gap:.5rem;min-width:0;margin-top:.85rem}.hero-listing{position:relative;display:flex;align-items:center;gap:.78rem;min-width:0;min-height:92px;padding:.74rem .82rem;border:1px solid var(--line);border-radius:12px;background:#fff}.hero-listing-avatar{flex:0 0 auto;width:54px;height:54px;border:2px solid rgb(119 228 84);border-radius:50%;object-fit:cover}.hero-listing-main{display:grid;gap:.42rem;min-width:0;margin-right:auto}.hero-listing-main>strong{overflow:hidden;max-width:25rem;color:var(--ink);font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.hero-exchange-tags{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.hero-exchange-tags span,.hero-exchange-tags small{min-height:22px;display:inline-flex;align-items:center;padding:.24rem .42rem;border-radius:999px;background:var(--surface);color:var(--ink-soft);font-size:.74rem;font-style:normal;line-height:1;white-space:nowrap}.hero-exchange-tags span{color:var(--ink);font-weight:770}.hero-exchange-tags svg{flex:0 0 auto;color:var(--primary)}.hero-listing-main em{color:var(--muted);font-size:.83rem;font-style:normal}.match-score{flex:0 0 auto;display:grid;align-content:center;justify-items:center;width:74px;height:74px;padding:.35rem;border:3px solid rgb(119 228 84);border-radius:50%;background:radial-gradient(circle,#77e45429,#fff 70%);color:var(--ink)}.match-score strong{color:var(--ink);font-size:1.05rem;line-height:.95}.match-score span{max-width:4.6rem;color:var(--muted);font-size:.58rem;line-height:1.05;text-align:center}.city-radar{position:relative;min-height:clamp(620px,calc(100dvh - 122px),820px);overflow:hidden;border:1px solid rgb(255 255 255 / .5);border-radius:16px;background:#fff;isolation:isolate}.city-radar>img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;opacity:.68;filter:saturate(.72) contrast(1.08) brightness(1.05);transform:scale(1.08);z-index:-3}.radar-vignette{position:absolute;inset:0;background:radial-gradient(circle at 51% 52%,transparent 0 20%,rgb(255 255 255 / .2) 48%,rgb(255 255 255 / .78) 100%),linear-gradient(90deg,rgb(255 255 255 / .86),transparent 34%,rgb(255 255 255 / .5));z-index:-2}.radar-rings{position:absolute;inset:0;pointer-events:none}.ring{position:absolute;left:55%;top:52%;display:grid;place-items:start center;border:1px dashed rgb(7 31 39 / .24);border-radius:50%;color:var(--muted);font-size:.82rem;font-weight:760;transform:translate(-50%,-50%)}.ring-one{width:250px;height:250px;padding-top:2rem}.ring-two{width:430px;height:430px;padding-top:2.5rem}.ring-three{width:620px;height:620px}.radar-home{position:absolute;left:55%;top:52%;display:grid;width:70px;height:70px;place-items:center;border-radius:50%;background:var(--primary);color:#fff;font-size:2rem;font-weight:900;box-shadow:0 0 0 16px #ed3d5024;transform:translate(-50%,-50%)}.radar-home:before,.radar-home:after{content:"";position:absolute;inset:-18px;border:1px solid rgb(237 61 80 / .28);border-radius:inherit}.radar-home:after{inset:-38px;border-color:#ed3d5029}.radar-person,.radar-place{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%)}.radar-person{display:grid;place-items:center;width:62px;height:62px;border:3px solid rgb(119 228 84);border-radius:50%;background:#fff;box-shadow:0 8px 14px #071f2724}.radar-person img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.radar-person span{position:absolute;right:-1px;bottom:3px;width:14px;height:14px;border:2px solid white;border-radius:50%;background:#77e454}.radar-person.cyan{border-color:#3cd6e0}.radar-person.cyan span{background:#3cd6e0}.radar-person.red{border-color:var(--primary)}.radar-person.red span{background:var(--primary)}.radar-place{display:grid;place-items:center;gap:.34rem;color:#3c545f;font-size:.78rem;font-weight:720}.radar-place svg{width:42px;height:42px;padding:.6rem;border:1px solid var(--line);border-radius:50%;background:#fff}.radar-area-button{position:absolute;right:clamp(1rem,4vw,3rem);bottom:clamp(1rem,4vw,3rem);display:inline-flex;align-items:center;gap:.58rem;min-height:52px;padding:.84rem 1.1rem;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);font-weight:820;box-shadow:0 8px 14px #071f271f}.hero{position:relative;overflow:hidden;min-height:calc(100dvh - 72px);display:grid;align-items:center;padding:clamp(2rem,4vw,3.6rem) 0 0;border-bottom:1px solid var(--line);background:var(--bg)}.hero:before{content:"";position:absolute;inset:0 0 0 auto;width:min(51vw,760px);background:var(--primary);clip-path:polygon(13% 0,100% 0,100% 100%,0 100%)}.hero:after{content:"";position:absolute;inset:auto auto 0 0;width:min(44vw,600px);height:34%;background:var(--surface);clip-path:polygon(0 0,92% 28%,72% 100%,0 100%)}.hero>*{position:relative;z-index:1}.hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(480px,1.05fr);align-items:center;gap:clamp(2rem,5vw,4.25rem)}.hero-copy h1,.section-copy h2,.master-copy h2,.trust-panel h2,.access-copy h2{margin:0;color:var(--ink);letter-spacing:0;text-wrap:balance}.hero-kicker{display:inline-flex;margin:0 0 1.15rem;padding:.5rem .72rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink-soft);font-size:.94rem;font-weight:780}.hero-copy h1{max-width:14ch;font-size:clamp(3.2rem,4.8vw,3.95rem);font-weight:900;line-height:.92}.hero-copy h1 span{display:block}.hero-copy h1 span:last-child{color:var(--primary-deep)}.hero-copy p,.section-copy p,.master-copy p,.trust-panel p,.access-copy p{color:var(--muted);line-height:1.65;text-wrap:pretty}.hero-lede{max-width:35rem;margin:1.5rem 0 0;font-size:clamp(1.06rem,1.35vw,1.24rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;padding:.88rem 1.18rem;border-radius:999px;font-weight:820;white-space:nowrap;transition:transform .16s var(--ease-out),background .18s var(--ease-out),color .18s var(--ease-out),border-color .18s var(--ease-out)}.button.primary{background:var(--primary);color:#fff}.button.secondary{border:1px solid var(--line);background:var(--bg);color:var(--ink)}.exchange-stage{display:grid;gap:.9rem;min-width:0;padding:.9rem;border-radius:var(--radius);background:var(--panel);color:#fff;box-shadow:-10px 10px #01090e33}.stage-toolbar,.listing-top,.listing-bottom{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.stage-toolbar{padding:.25rem;border-radius:999px;background:#ffffff14}.stage-toolbar span{flex:1;min-height:34px;display:grid;place-items:center;border-radius:999px;color:#b9c7ce;font-size:.9rem;font-weight:820;white-space:nowrap}.stage-toolbar span:first-child{background:#fff;color:var(--panel)}.stage-canvas{position:relative;min-height:440px;overflow:hidden;border-radius:12px;background:linear-gradient(160deg,#091820,#000407);contain:layout paint}.stage-photo{position:absolute;inset:8% auto auto 11%;width:42%;aspect-ratio:4 / 5;overflow:hidden;border-radius:14px;transform:rotate(-4deg);filter:saturate(.95) contrast(1.04)}.stage-photo img,.master-media img{width:100%;height:100%;object-fit:cover}.stage-core{position:absolute;left:49%;top:45%;width:76px;height:76px;border-radius:50%;background:radial-gradient(circle,white 0 28%,var(--primary) 29% 52%,transparent 53%),#ffffff24;transform:translate(-50%,-50%)}.stage-core:before,.stage-core:after{content:"";position:absolute;inset:-24px;border:1px solid rgb(255 255 255 / .22);border-radius:inherit}.stage-core:after{inset:-52px;border-color:#ffffff1f}.signal-line{position:absolute;height:2px;border-radius:999px;overflow:hidden;background:#ffffff2e;transform-origin:left center}.signal-line:after{content:"";position:absolute;inset:0 auto 0 0;width:42%;background:linear-gradient(90deg,transparent,white,var(--primary));transform:translate(-100%)}.signal-one{left:23%;top:28%;width:47%;transform:rotate(12deg)}.signal-two{left:48%;top:46%;width:34%;transform:rotate(47deg)}.signal-three{left:25%;top:66%;width:47%;transform:rotate(-11deg)}.stage-node{position:absolute;display:grid;grid-template-columns:auto 1fr;gap:.58rem;align-items:center;width:min(190px,36%);padding:.78rem;border:1px solid rgb(255 255 255 / .14);border-radius:14px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stage-node svg{color:var(--primary)}.stage-node h3{margin:0;color:#fff;font-size:.98rem;line-height:1.1}.stage-node p{margin:.18rem 0 0;color:#b3c0c7;font-size:.82rem;line-height:1.25}.node-site{left:7%;top:10%;background:linear-gradient(135deg,#ffffff3d,#ffffff24);box-shadow:inset 0 1px #ffffff38}.node-site p{color:#f1f6f8;font-weight:760;text-shadow:0 1px 8px rgb(7 18 24 / .42)}.node-cut{right:5%;top:16%;width:min(260px,42%)}.node-cut h3{font-size:.92rem;line-height:1.12;text-wrap:balance}.node-dog{left:9%;bottom:22%}.node-track{right:7%;bottom:22%}.route-card{position:absolute;max-width:214px;padding:.82rem;border:1px solid rgb(255 255 255 / .14);border-radius:14px;background:#f1f6f8;color:var(--ink)}.route-card span{color:var(--primary-deep);font-size:.78rem;font-weight:840}.route-card strong{display:block;margin-top:.28rem;color:var(--ink);font-size:1.05rem;line-height:1.15}.route-card p{margin:.42rem 0 0;color:var(--muted);font-size:.86rem;line-height:1.35}.route-main{right:6%;top:38%}.route-chain{left:6%;bottom:4%}.route-master{right:6%;bottom:4%}.stage-feed{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.feed-pill{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.62rem;min-width:0;min-height:68px;padding:.68rem .74rem;border-radius:12px;background:#ffffff1a;color:#fff}.feed-pill svg{flex:0 0 auto;color:var(--primary)}.feed-pill span{display:grid;gap:.1rem;min-width:0}.feed-pill strong{color:#fff;font-size:clamp(.82rem,1vw,.98rem);font-weight:850;line-height:1.08;text-wrap:balance}.feed-pill small{color:#acbac1;font-size:.74rem;font-weight:720;line-height:1.18}.exchange-stream{width:min(1180px,calc(100% - 2rem));margin:clamp(1.5rem,3vw,2rem) auto 0;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fcfefed1}.stream-track{display:flex;width:max-content;gap:.65rem;padding:.78rem 0}.stream-track span{display:inline-flex;align-items:center;min-height:36px;padding:.55rem .85rem;border-radius:999px;background:var(--surface);color:var(--ink-soft);font-weight:780;white-space:nowrap}.market-section,.chain-section,.master-section,.trust-section,.access-section{padding:clamp(4rem,9vw,7rem) 0}.section-copy{max-width:52rem}.section-copy.narrow{max-width:42rem}.section-copy h2,.master-copy h2,.trust-panel h2,.access-copy h2{font-size:clamp(2.15rem,5vw,4rem);line-height:1}.section-copy p,.master-copy p,.trust-panel p,.access-copy p{max-width:62ch;margin:1rem 0 0;font-size:1.06rem}.market-toolbar{display:flex;flex-wrap:wrap;gap:.8rem;align-items:flex-end;margin:2rem 0 1.25rem}.search-box{flex:1 1 420px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:0 .75rem;min-width:0;padding:.88rem 1rem;border:1px solid var(--line);border-radius:14px;background:#fff}.search-box label{grid-column:2;color:var(--muted);font-size:.82rem;font-weight:760}.search-box svg{grid-row:1 / span 2;color:var(--primary-deep)}.search-box input{width:100%;padding:.1rem 0 0;background:transparent;color:var(--ink);outline:0}.search-box input::placeholder,.access-form input::placeholder{color:#5c6f79}.filter-tabs{flex:1 1 330px;display:flex;flex-wrap:nowrap;gap:.45rem;justify-content:flex-start;min-width:0;overflow-x:auto;padding-bottom:.1rem;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.tab{flex:0 0 auto;min-height:42px;padding:.72rem 1rem;border-radius:999px;background:var(--surface);color:var(--muted);font-weight:780;white-space:nowrap;transition:transform .16s var(--ease-out),background .18s var(--ease-out),color .18s var(--ease-out)}.tab.active{background:var(--primary);color:#fff}.category-filter{flex:0 1 230px;display:grid;gap:.32rem;min-width:0}.category-filter span{color:var(--muted);font-size:.82rem;font-weight:760}.category-filter select{min-height:48px;min-width:0;width:100%;padding:0 .82rem;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);font-weight:780}.photo-filter,.market-reset-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;white-space:nowrap;font-weight:820;transition:transform .16s var(--ease-out),border-color .18s var(--ease-out),background .18s var(--ease-out),color .18s var(--ease-out)}.photo-filter{flex:0 0 auto;position:relative;gap:.42rem;padding:.72rem .92rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted)}.photo-filter input{position:absolute;width:1px;height:1px;opacity:0}.photo-filter svg{color:var(--primary)}.photo-filter.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-deep)}.photo-filter:has(input:focus-visible){outline:3px solid var(--primary);outline-offset:4px}.market-reset-button{flex:0 0 auto;padding:.72rem .96rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted)}.create-listing-button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:48px;padding:.78rem 1rem;border-radius:999px;background:var(--panel);color:#fff;font-weight:850;white-space:nowrap;transition:transform .16s var(--ease-out),background .18s var(--ease-out)}.market-sync-note{margin:-.25rem 0 1rem;padding:.72rem .85rem;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--muted);font-size:.9rem;font-weight:760}.market-sync-note.warning{border-color:var(--primary-soft);background:#fff4f4;background:oklch(.975 .025 18);color:var(--primary-deep)}.market-location-scope{display:inline-flex;align-items:center;gap:.5rem;max-width:100%;margin:-.25rem 0 1rem;padding:.5rem .58rem .5rem .72rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink-soft);font-size:.9rem;font-weight:780}.market-location-scope svg{flex:0 0 auto;color:var(--primary)}.market-location-scope span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.market-location-scope button{flex:0 0 auto;padding:.38rem .62rem;border-radius:999px;background:var(--surface);color:var(--primary-deep);font-size:.82rem;font-weight:850;transition:transform .16s var(--ease-out),background .18s var(--ease-out)}.market-location-scope button:hover{background:var(--primary-soft);transform:translateY(-1px)}.market-layout{display:grid;grid-template-columns:minmax(250px,.32fr) minmax(0,1fr);gap:1rem;align-items:start}.market-sidebar{position:sticky;top:88px;display:grid;gap:1rem;min-width:0}.exchange-builder,.match-list{display:grid;gap:.8rem;padding:1rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.exchange-builder>span{color:var(--primary-deep);font-weight:860}.exchange-builder h3,.match-list h3{margin:0;color:var(--ink);font-size:1.05rem;line-height:1.2}.mini-field{display:grid;gap:.18rem;padding:.7rem;border-radius:12px;background:var(--surface)}.mini-field small,.match-row span{color:var(--muted);font-weight:760}.mini-field strong,.match-row strong{color:var(--ink);line-height:1.25}.exchange-builder button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:44px;border-radius:999px;background:var(--panel);color:#fff;font-weight:850;transition:transform .16s var(--ease-out),background .18s var(--ease-out)}.match-row{display:grid;gap:.22rem;padding-top:.76rem;border-top:1px solid var(--line)}.match-row:first-of-type{padding-top:0;border-top:0}.listing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1rem}.listing-card,.empty-state,.trust-item,.access-form,.success-card,.chain-node{border:1px solid var(--line);border-radius:var(--radius);background:#fff}.listing-card{min-height:320px;display:flex;flex-direction:column;gap:.9rem;padding:1.1rem;transition:transform .22s var(--ease-out),border-color .18s var(--ease-out),background .18s var(--ease-out)}.listing-card.chain{background:linear-gradient(145deg,var(--primary-soft),white 54%)}.listing-card.master{background:linear-gradient(145deg,var(--surface-strong),white 58%)}.listing-photo{position:relative;overflow:hidden;aspect-ratio:16 / 10;margin:0;border-radius:13px;background:var(--surface);touch-action:pan-y;-webkit-user-select:none;user-select:none}.listing-photo img{display:block;width:100%;height:100%;object-fit:cover}.listing-photo figcaption{position:absolute;right:.6rem;bottom:.6rem;display:inline-flex;align-items:center;gap:.28rem;min-height:28px;padding:.3rem .55rem;border-radius:999px;background:#071218c7;color:#fff;font-size:.78rem;font-weight:820;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3}.listing-photo.is-swipeable,.listing-detail-main-photo.is-swipeable{cursor:grab}.listing-photo.is-swipeable:focus-visible,.listing-detail-main-photo.is-swipeable:focus-visible{outline:3px solid var(--primary);outline-offset:4px}.photo-nav{position:absolute;top:50%;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:0;border:1px solid rgb(255 255 255 / .32);border-radius:999px;background:#071218ad;color:#fff;box-shadow:0 6px 14px #07121829;transform:translateY(-50%);transition:transform .16s var(--ease-out),background .16s var(--ease-out),opacity .16s var(--ease-out);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.photo-nav.previous{left:.55rem}.photo-nav.next{right:.55rem}.photo-nav svg{pointer-events:none}.photo-nav:focus-visible{outline:3px solid rgb(255 255 255 / .9);outline-offset:2px}.listing-photo .photo-nav{width:2rem;height:2rem;opacity:.9}.photo-dots{position:absolute;left:50%;bottom:.78rem;z-index:2;display:inline-flex;align-items:center;gap:.28rem;transform:translate(-50%);pointer-events:none}.photo-dot{width:.4rem;height:.4rem;border-radius:999px;background:#ffffff7a;box-shadow:0 1px 3px #07121838;transition:width .18s var(--ease-out),background .18s var(--ease-out)}.photo-dot.active{width:1.05rem;background:#fff}.listing-top{display:flex;align-items:center;justify-content:space-between;gap:.7rem;color:var(--primary-deep)}.listing-top>span{border:1px solid var(--line);border-radius:999px;padding:.28rem .62rem;color:var(--muted);font-size:.84rem;font-weight:760}.listing-favorite{display:inline-flex;align-items:center;gap:.28rem;min-height:32px;margin-left:auto;padding:.38rem .58rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:.78rem;font-weight:820;transition:transform .16s var(--ease-out),border-color .18s var(--ease-out),background .18s var(--ease-out),color .18s var(--ease-out)}.listing-favorite.active{border-color:transparent;background:var(--primary-soft);color:var(--primary-deep)}.listing-card h3,.chain-node h3,.trust-item h3,.success-card h3{margin:0;color:var(--ink);font-size:1.22rem;line-height:1.2}.listing-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.34rem .5rem;margin:-.45rem 0 0;color:var(--muted);font-size:.9rem;line-height:1.35}.listing-owner-rating{display:inline-flex;align-items:center;gap:.24rem;max-width:100%;padding:.18rem .44rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-deep);font-size:.78rem;font-weight:850;line-height:1.2}.listing-owner-rating svg{flex:0 0 auto}.listing-card dl{display:grid;gap:.72rem;margin:0}.listing-card dt{color:var(--muted);font-size:.78rem;font-weight:780}.listing-card dd{margin:.18rem 0 0;line-height:1.35}.listing-value{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin-top:auto;padding:.72rem;border-radius:12px;background:var(--surface)}.listing-value span{color:var(--primary-deep);font-size:.82rem;font-weight:840}.listing-value strong{color:var(--ink);text-align:right}.listing-bottom{display:grid;gap:.65rem;color:var(--muted);font-size:.93rem}.listing-actions{display:flex;flex-wrap:wrap;gap:.45rem}.listing-bottom button{display:inline-flex;align-items:center;gap:.35rem;padding:.62rem .78rem;border-radius:999px;background:var(--surface);color:var(--ink);font-weight:780;white-space:nowrap;transition:transform .16s var(--ease-out),background .18s var(--ease-out),color .18s var(--ease-out)}.listing-bottom .listing-detail-button{background:#fff;box-shadow:inset 0 0 0 1px var(--line)}.empty-state{grid-column:1 / -1;padding:2rem;color:var(--muted)}.empty-state h3{margin:.75rem 0 .3rem;color:var(--ink)}.empty-state p{margin:0}.chain-section{display:grid;gap:2.2rem}.chain-board{display:grid;grid-template-columns:1fr minmax(40px,.18fr) 1fr minmax(40px,.18fr) 1fr;align-items:center;padding:clamp(1rem,3vw,2rem);border-radius:var(--radius);background:var(--surface-strong)}.chain-node{min-height:180px;padding:1.2rem}.chain-node p{margin:.6rem 0;line-height:1.45}.chain-node span{display:inline-flex;color:var(--primary-deep);font-weight:820}.chain-line{height:2px;background:var(--primary)}.master-section{width:min(1180px,calc(100% - 2rem));margin-inline:auto;display:grid;grid-template-columns:minmax(280px,.95fr) minmax(280px,1.05fr);gap:clamp(1.5rem,5vw,4rem);align-items:center}.master-media{aspect-ratio:4 / 3;box-shadow:10px 10px 0 var(--surface-strong)}.master-copy>svg{color:var(--primary-deep)}.master-list{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.master-list span{padding:.62rem .82rem;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:780}.trust-section{display:grid;grid-template-columns:minmax(0,.85fr) minmax(280px,1.15fr);gap:clamp(1.2rem,4vw,2.5rem)}.trust-panel{min-height:100%;padding:clamp(1.4rem,4vw,2rem);border-radius:var(--radius);background:var(--panel)}.trust-panel h2,.trust-panel p{color:#fff}.trust-panel p{color:#b3c0c7}.trust-list{display:grid;gap:.85rem}.trust-item{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding:1.1rem}.trust-item svg{color:var(--primary-deep)}.trust-item h3{margin:0}.trust-item p{margin:.35rem 0 0;color:var(--muted);line-height:1.5}.access-section{display:grid;grid-template-columns:minmax(0,.85fr) minmax(300px,1fr);gap:clamp(1.5rem,5vw,4rem);align-items:start;border-top:1px solid var(--line)}.access-form{display:grid;gap:1rem;padding:clamp(1rem,3vw,1.35rem)}.field{display:grid;gap:.45rem}.field label,.field>span{color:var(--ink);font-size:.92rem;font-weight:780}.field input,.field select,.field textarea{width:100%;min-height:48px;padding:.78rem .9rem;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);outline:0}.field input,.field select{padding-block:0}.field textarea{line-height:1.45}.form-button{width:100%}.form-button:disabled{cursor:progress;opacity:.78}.form-error{margin:0;color:var(--primary-deep);font-weight:780}.success-card{padding:clamp(1.3rem,4vw,2rem)}.success-card svg{color:var(--ok)}.success-card p{margin:.6rem 0 0;color:var(--muted);line-height:1.55}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:2rem 0 3rem;color:var(--muted)}.site-footer p{margin:0;color:var(--ink);font-weight:820}.site-footer div{gap:1rem;flex-wrap:wrap}.site-footer button{padding:0;background:transparent;color:inherit;font-weight:760}.product-drawer-backdrop{position:fixed;inset:0;z-index:58;display:flex;align-items:stretch;justify-content:flex-end;padding:.8rem;background:#07121880;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.listing-composer,.chat-drawer,.listing-detail-drawer,.legal-drawer{position:relative;width:min(100%,720px);max-height:calc(100dvh - 1.6rem);overflow:auto;padding:clamp(1rem,2.4vw,1.45rem);border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 18px 48px #07121838}.listing-detail-drawer,.legal-drawer{display:grid;align-content:start;gap:1rem}.listing-detail-drawer{width:min(100%,860px)}.legal-drawer{width:min(100%,780px)}.chat-drawer{display:grid;grid-template-rows:auto auto minmax(0,1fr);width:min(100%,980px)}.drawer-heading{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;align-items:start;padding-right:2.8rem}.drawer-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:14px;background:var(--primary-soft);color:var(--primary-deep)}.drawer-heading h2,.composer-success h2{margin:0;color:var(--ink);font-size:clamp(1.75rem,4vw,2.45rem);line-height:1}.drawer-heading p,.composer-success p{margin:.55rem 0 0;color:var(--muted);line-height:1.5}.listing-detail-owner{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .55rem}.legal-locale{display:inline-flex;margin-bottom:.35rem;padding:.28rem .55rem;border-radius:999px;background:var(--surface);color:var(--primary-deep);font-size:.78rem;font-weight:850}.legal-tabs{display:flex;flex-wrap:wrap;gap:.5rem;padding:.45rem;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.legal-tabs button{flex:1 1 160px;min-height:40px;padding:.55rem .7rem;border-radius:10px;background:transparent;color:var(--muted);font-weight:820}.legal-tabs button.active{background:#fff;color:var(--ink)}.legal-content{display:grid;gap:.7rem}.legal-content section{display:grid;gap:.4rem;padding:.95rem;border:1px solid var(--line);border-radius:14px;background:#fff}.legal-content h3{margin:0;color:var(--ink);font-size:1.02rem}.legal-content p{margin:0;color:var(--muted);line-height:1.55}.listing-detail-kind{display:inline-flex;margin-bottom:.35rem;padding:.28rem .55rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-deep);font-size:.78rem;font-weight:850}.listing-detail-media{display:grid;gap:.7rem}.listing-detail-main-photo{position:relative;overflow:hidden;margin:0;border-radius:16px;background:var(--surface);touch-action:pan-y;-webkit-user-select:none;user-select:none}.listing-detail-main-photo img{display:block;width:100%;height:100%;aspect-ratio:16 / 9;object-fit:cover}.listing-detail-main-photo figcaption{position:absolute;right:.75rem;bottom:.75rem;display:inline-flex;align-items:center;gap:.32rem;min-height:30px;padding:.34rem .62rem;border-radius:999px;background:#071218c7;color:#fff;font-size:.8rem;font-weight:850;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3}.listing-detail-thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.45rem}.listing-detail-thumbs button{overflow:hidden;padding:0;border:2px solid transparent;border-radius:12px;background:var(--surface);transition:transform .16s var(--ease-out),border-color .18s var(--ease-out)}.listing-detail-thumbs button.active{border-color:var(--primary)}.listing-detail-thumbs img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.listing-detail-media.empty{min-height:180px;place-items:center;padding:1rem;border:1px dashed var(--line);border-radius:16px;background:var(--surface);text-align:center}.listing-detail-media.empty div{display:grid;gap:.28rem;max-width:28rem;justify-items:center}.listing-detail-media.empty svg{color:var(--primary-deep)}.listing-detail-media.empty strong{color:var(--ink)}.listing-detail-media.empty span{color:var(--muted);line-height:1.4}.listing-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.listing-detail-grid section{display:grid;gap:.32rem;min-height:96px;padding:.82rem;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.listing-detail-grid span,.similar-head span{color:var(--muted);font-size:.82rem;font-weight:780}.listing-detail-grid strong{color:var(--ink);line-height:1.28}.listing-owner-trust{display:grid;gap:.72rem;padding:.9rem;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,white 0%,var(--surface) 100%)}.listing-owner-reviews{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.listing-owner-review{display:grid;gap:.28rem;min-width:0;padding:.78rem;border:1px solid var(--line);border-radius:13px;background:#ffffffc7}.listing-owner-review span{display:inline-flex;align-items:center;gap:.3rem;min-width:0;color:var(--primary-deep);font-size:.78rem;font-weight:850;overflow-wrap:anywhere}.listing-owner-review strong{overflow-wrap:anywhere;color:var(--ink);line-height:1.22}.listing-owner-review p{margin:0;overflow-wrap:anywhere;color:var(--muted);font-size:.9rem;line-height:1.42}.listing-owner-empty{margin:0;padding:.8rem;border:1px solid var(--line);border-radius:13px;background:#ffffffb8;color:var(--muted);line-height:1.45}.listing-detail-flow{display:grid;gap:.72rem;padding:.9rem;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.listing-detail-flow ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:0;padding:0;list-style:none}.listing-detail-flow li{display:grid;align-content:start;gap:.28rem;min-width:0;padding:.78rem;border:1px solid var(--line);border-radius:13px;background:#fff}.listing-detail-flow li>span{display:grid;width:28px;height:28px;place-items:center;border-radius:999px;background:var(--panel);color:#fff;font-size:.8rem;font-weight:850}.listing-detail-flow strong{color:var(--ink);line-height:1.22}.listing-detail-flow p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.42}.listing-detail-actions{display:flex;flex-wrap:wrap;gap:.65rem}.listing-detail-actions .button{flex:1 1 220px}.favorite-active{color:var(--primary-deep)}.master-order-form{display:grid;gap:.78rem;padding:.9rem;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.master-order-form>div:first-child{display:grid;gap:.28rem}.master-order-form>div:first-child span,.master-order-form label span{color:var(--primary-deep);font-size:.82rem;font-weight:850}.master-order-form>div:first-child strong{color:var(--ink);font-size:1.04rem}.master-order-form p{margin:0;color:var(--muted);line-height:1.45}.master-order-grid{display:grid;grid-template-columns:minmax(0,1fr) 130px;gap:.65rem}.master-order-form label{display:grid;gap:.38rem;min-width:0}.master-order-form input,.master-order-form select,.master-order-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);outline:0}.master-order-form input,.master-order-form select{min-height:44px;padding:0 .72rem}.master-order-form textarea{min-height:86px;padding:.68rem .72rem;line-height:1.42}.master-order-form button{justify-self:stretch}.similar-section{display:grid;gap:.75rem;padding-top:.15rem}.similar-head{display:flex;align-items:end;justify-content:space-between;gap:1rem}.similar-head h3{margin:0;color:var(--ink);font-size:1.05rem}.similar-list{display:grid;gap:.55rem}.similar-list button{display:grid;gap:.2rem;width:100%;padding:.78rem;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);text-align:left;transition:transform .16s var(--ease-out),border-color .18s var(--ease-out),background .18s var(--ease-out)}.similar-list span{color:var(--primary-deep);font-size:.78rem;font-weight:850}.similar-list strong{line-height:1.25}.similar-list small{color:var(--muted);line-height:1.3}.composer-form{display:grid;gap:1rem;margin-top:1.25rem}.composer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.photo-uploader{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.photo-uploader div{display:grid;gap:.18rem}.photo-uploader strong{color:var(--ink)}.photo-uploader span{color:var(--muted);font-size:.9rem;line-height:1.35}.photo-upload-button,.chat-attach{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:42px;padding:.68rem .9rem;border-radius:999px;background:var(--panel);color:#fff;font-weight:820;white-space:nowrap;cursor:pointer}.photo-upload-button input,.chat-attach input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.photo-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.photo-preview,.chat-attachments button{position:relative;overflow:hidden;aspect-ratio:4 / 3;margin:0;border-radius:13px;background:var(--surface)}.photo-preview img,.chat-attachments img{width:100%;height:100%;object-fit:cover}.photo-preview button,.chat-attachments svg{position:absolute;top:.42rem;right:.42rem;display:grid;width:30px;height:30px;place-items:center;border-radius:999px;background:#071218c7;color:#fff}.composer-submit{justify-self:start}.composer-submit:disabled{cursor:progress;opacity:.78}.composer-success{display:grid;gap:1rem;place-items:start;padding:2rem .4rem .4rem}.composer-success>svg{color:var(--ok)}.chat-lock{display:flex;align-items:center;gap:.7rem;margin-top:1rem;padding:.8rem .9rem;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--muted);font-weight:740}.chat-lock svg{flex:0 0 auto;color:var(--primary-deep)}.chat-lock button{margin-left:auto;padding:.54rem .8rem;border-radius:999px;background:var(--panel);color:#fff;font-weight:820}.chat-layout{display:grid;grid-template-columns:minmax(230px,.38fr) minmax(0,1fr);gap:1rem;margin-top:1.15rem;min-height:0}.chat-thread-list{display:grid;align-content:start;gap:.55rem;min-height:0;overflow:auto;padding-right:.25rem}.chat-thread{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.68rem;align-items:center;width:100%;min-height:72px;padding:.65rem;border:1px solid transparent;border-radius:14px;background:var(--surface);color:var(--ink);text-align:left;transition:transform .16s var(--ease-out),border-color .18s var(--ease-out),background .18s var(--ease-out)}.chat-thread.active{border-color:var(--primary);background:#fff}.chat-thread img,.chat-window-head img{width:42px;height:42px;border-radius:999px;object-fit:cover}.chat-thread span{display:grid;gap:.18rem;min-width:0}.chat-thread strong,.chat-thread small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-thread small{color:var(--muted);font-size:.83rem}.chat-thread em{display:grid;min-width:22px;height:22px;place-items:center;border-radius:999px;background:var(--primary);color:#fff;font-size:.76rem;font-style:normal;font-weight:850}.chat-empty{display:grid;gap:.28rem;padding:.78rem;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--ink)}.chat-empty span{color:var(--muted);font-size:.88rem;line-height:1.35}.chat-window{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto auto auto;min-width:0;min-height:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.chat-window-empty{place-items:center;align-content:center;gap:.5rem;min-height:360px;padding:1.4rem;text-align:center}.chat-window-empty svg{color:var(--primary)}.chat-window-empty h3,.chat-window-empty p{margin:0}.chat-window-empty p{max-width:34ch;color:var(--muted);line-height:1.45}.chat-window-head{display:flex;align-items:center;gap:.8rem;padding:.85rem;border-bottom:1px solid var(--line);background:#fff}.chat-window-head div{min-width:0}.chat-window-head span{display:block;overflow:hidden;color:var(--primary-deep);font-size:.82rem;font-weight:840;text-overflow:ellipsis;white-space:nowrap}.chat-window-head h3{margin:.12rem 0 0;color:var(--ink);font-size:1.12rem}.chat-window-head p{margin:.1rem 0 0;color:var(--muted);font-size:.88rem}.chat-agreement-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.8rem;align-items:center;margin:.85rem 1rem;padding:.85rem;border:1px solid var(--line);border-radius:14px;background:#fff}.chat-agreement-panel div{display:grid;gap:.24rem;min-width:0}.chat-agreement-panel span{color:var(--primary-deep);font-size:.78rem;font-weight:860}.chat-agreement-panel strong{color:var(--ink);line-height:1.2}.chat-agreement-panel p,.chat-agreement-panel small{margin:0;color:var(--muted);font-size:.84rem;line-height:1.35}.chat-agreement-panel .form-error{grid-column:1 / -1}.chat-agreement-panel button{min-height:40px;padding:.58rem .78rem;border-radius:999px;background:var(--panel);color:#fff;font-weight:850;white-space:nowrap;transition:transform .16s var(--ease-out),background .18s var(--ease-out)}.chat-agreement-panel button:disabled{cursor:not-allowed;opacity:.58}.chat-agreement-panel.confirmed{border-color:#9bd4ae;background:#e6fcec}.chat-agreement-panel.completed{border-color:#7bc495;background:linear-gradient(135deg,#e4fdeb,#f4feff);background:linear-gradient(135deg,#e4fdeb,color(xyz 0.907 0.974 1.091))}.chat-agreement-panel.confirmed svg,.chat-agreement-panel.completed svg{color:#007742;color:oklch(.5 .14 155)}.chat-review-panel{display:grid;gap:.72rem;margin:0 1rem .85rem;padding:.85rem;border:1px solid var(--line);border-radius:14px;background:#fff}.chat-review-panel>div{display:grid;gap:.22rem}.chat-review-panel strong{color:var(--ink)}.chat-review-panel span,.chat-review-panel p,.chat-review-panel label>span{margin:0;color:var(--muted);font-size:.84rem;line-height:1.35}.chat-review-panel form{display:grid;gap:.65rem}.chat-review-panel label{display:grid;gap:.35rem}.chat-review-panel select,.chat-review-panel textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);font:inherit}.chat-review-panel select{min-height:42px;padding:0 .75rem}.chat-review-panel textarea{min-height:84px;padding:.7rem .75rem;resize:vertical}.chat-review-panel>button{justify-self:start;min-height:40px;padding:.58rem .82rem;border-radius:999px;background:var(--panel);color:#fff;font-weight:850}.chat-support-panel{display:grid;gap:.55rem;padding:.78rem .85rem;border-bottom:1px solid var(--line);background:#fff}.chat-support-panel.active{background:var(--primary-soft)}.chat-support-panel div{display:grid;gap:.14rem}.chat-support-panel strong{color:var(--ink);font-size:.95rem}.chat-support-panel span{color:var(--muted);font-size:.86rem;line-height:1.35}.chat-support-panel textarea{width:100%;min-height:62px;padding:.65rem .72rem;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);outline:0;resize:vertical;line-height:1.38}.chat-support-panel button{justify-self:start;min-height:34px;padding:.46rem .72rem;border-radius:999px;background:var(--panel);color:#fff;font-size:.84rem;font-weight:820;transition:transform .16s var(--ease-out),opacity .18s var(--ease-out)}.chat-support-panel button:disabled{cursor:not-allowed;opacity:.55}.message-list{display:flex;flex-direction:column;gap:.7rem;min-height:0;overflow:auto;padding:1rem}.message-bubble{display:grid;gap:.45rem;width:fit-content;max-width:min(78%,420px);padding:.72rem .82rem;border-radius:14px;background:#fff;color:var(--ink)}.message-bubble.me{align-self:flex-end;background:var(--panel);color:#fff}.message-bubble.support{border:1px solid var(--line);background:var(--primary-soft)}.message-bubble p{margin:0;line-height:1.42}.message-terms{display:grid;gap:.5rem;min-width:min(100%,260px);padding:.7rem;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink)}.message-terms>span{width:fit-content;padding:.24rem .48rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-deep);font-size:.72rem;font-weight:860}.message-terms strong{line-height:1.18}.message-terms dl{display:grid;gap:.42rem;margin:0}.message-terms div{display:grid;gap:.08rem}.message-terms dt{color:var(--muted);font-size:.72rem;font-weight:820}.message-terms dd{margin:0;line-height:1.28}.message-terms small{color:var(--muted);font-weight:760}.message-bubble.me .message-terms{border-color:#ffffff2e;background:#ffffff1a;color:#fff}.message-bubble.me .message-terms>span{background:#ffffff29;color:#fff}.message-bubble.me .message-terms dt,.message-bubble.me .message-terms small{color:#ffffffb8}.message-bubble time{justify-self:end;color:currentColor;font-size:.76rem;opacity:.62}.message-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem}.message-photos img{width:100%;aspect-ratio:4 / 3;border-radius:10px;object-fit:cover}.chat-attachments{display:grid;grid-template-columns:repeat(4,minmax(54px,1fr));gap:.45rem;padding:0 .85rem .7rem}.chat-attachments button{width:100%;border:2px solid white;box-shadow:0 8px 18px #0712181f}.chat-composer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.55rem;align-items:end;padding:.85rem;border-top:1px solid var(--line);background:#fff}.chat-attach{width:44px;height:44px;padding:0;background:var(--surface);color:var(--primary-deep)}.chat-attach.disabled{cursor:not-allowed;opacity:.5}.chat-composer textarea{min-height:44px;max-height:120px;padding:.72rem .82rem;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--ink);outline:0;line-height:1.35}.chat-composer button{display:grid;width:44px;height:44px;place-items:center;border-radius:999px;background:var(--primary);color:#fff;transition:transform .16s var(--ease-out),opacity .18s var(--ease-out)}.chat-composer button:disabled{cursor:not-allowed;opacity:.45}.profile-page-main{min-height:calc(100dvh - 80px);padding:clamp(1rem,3vw,2rem) 0 clamp(2rem,5vw,4rem);background:radial-gradient(circle at 10% 0%,var(--primary-soft),transparent 22rem),linear-gradient(180deg,white 0%,var(--surface) 100%)}.profile-page-shell{width:min(100% - 2rem,1180px);margin:0 auto}.auth-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:1rem;background:#07121875;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-dialog{position:relative;width:min(100%,540px);max-height:calc(100dvh - 2rem);overflow:auto;overscroll-behavior:contain;padding:clamp(1.1rem,4vw,1.45rem);border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 18px 48px #0712182e;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.profile-dialog{width:min(100%,760px);max-height:calc(100dvh - 2rem)}.profile-page-card{width:100%;max-height:none;overflow:visible;padding:clamp(1rem,2.4vw,1.45rem);box-shadow:none}.profile-page-card.profile-dialog{width:100%}.dialog-close{position:absolute;top:.85rem;right:.85rem;display:grid;width:38px;height:38px;place-items:center;border-radius:999px;background:var(--surface);color:var(--ink);transition:transform .16s var(--ease-out),background .18s var(--ease-out)}.dialog-close:active{transform:scale(.96)}.auth-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:14px;background:var(--primary-soft);color:var(--primary-deep)}.auth-dialog h1,.auth-dialog h2{margin:1.1rem 0 0;color:var(--ink);font-size:clamp(1.65rem,5vw,2.2rem);line-height:1;text-wrap:balance}.profile-page-card h1{margin-top:0;font-size:clamp(2rem,4vw,2.75rem)}.auth-dialog p{margin:.78rem 0 0;color:var(--muted);line-height:1.55}.profile-locked-shell{display:grid;min-height:min(620px,calc(100dvh - 170px));place-items:center}.profile-locked-card{display:grid;gap:1rem;width:min(100%,520px);padding:clamp(1rem,4vw,1.5rem);border:1px solid var(--line);border-radius:16px;background:#fff}.profile-locked-card h1,.profile-locked-card p{margin:0}.profile-locked-card h1{color:var(--ink);font-size:clamp(1.7rem,5vw,2.25rem);line-height:1;text-wrap:balance}.profile-locked-card p{color:var(--muted);line-height:1.5}.auth-form{display:grid;gap:1rem;margin-top:1.2rem}.email-code-card{display:grid;gap:.32rem;padding:.85rem;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.email-code-card span{overflow-wrap:anywhere;color:var(--ink);font-weight:860}.email-code-card p{margin:0;color:var(--muted);line-height:1.4}.auth-progress{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.68rem .78rem;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.auth-progress span{color:var(--muted);font-size:.86rem;font-weight:780}.auth-progress strong{color:var(--primary-deep);font-size:.92rem}.auth-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.85rem}.city-field{position:relative}.field-hint{margin:-.1rem 0 0;color:var(--muted);font-size:.82rem;line-height:1.35}.city-suggestions{position:absolute;inset:calc(100% + .42rem) 0 auto;z-index:5;display:grid;max-height:220px;overflow:auto;padding:.35rem;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 10px 24px #07121824}.city-option,.city-empty{min-height:38px;padding:.55rem .65rem;border-radius:9px;text-align:left}.city-option{background:transparent;color:var(--ink);font-weight:760;transition:transform .16s var(--ease-out),background .18s var(--ease-out),color .18s var(--ease-out)}.city-empty{display:grid;align-items:center;color:var(--muted);font-size:.9rem}.city-option:active{transform:scale(.98)}.consent-panel{display:grid;gap:.72rem;margin:0;padding:.82rem;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.consent-panel legend{padding:0 .35rem;color:var(--ink);font-weight:860}.consent-check{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.62rem;align-items:start;color:var(--ink);font-size:.92rem;line-height:1.45;cursor:pointer}.consent-check input{width:18px;height:18px;margin-top:.12rem;accent-color:var(--primary)}.consent-check button{padding:0;background:transparent;color:var(--primary-deep);font:inherit;font-weight:820;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em}.consent-panel p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.4}.auth-choice{display:grid;gap:.78rem;margin-top:1.25rem}.auth-choice-card{display:grid;gap:.3rem;width:100%;padding:1rem;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--ink);text-align:left;transition:transform .16s var(--ease-out),border-color .18s var(--ease-out),background .18s var(--ease-out)}.auth-choice-card.primary{border-color:transparent;background:var(--primary);color:#fff}.auth-choice-card span{font-size:1.02rem;font-weight:860}.auth-choice-card small{color:inherit;font-size:.9rem;line-height:1.35;opacity:.78}.auth-profile{display:grid;gap:.9rem;margin-top:1.2rem}.profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:center;padding:.9rem;border:1px solid var(--line);border-radius:var(--radius);background:radial-gradient(circle at 18% 16%,var(--primary-soft),transparent 12rem),var(--surface)}.profile-photo-picker{position:relative;display:grid;width:128px;height:128px;place-items:center;overflow:hidden;border:2px solid white;border-radius:16px;background:var(--panel);color:#fff;cursor:pointer;box-shadow:0 8px 16px #07121824}.profile-photo-picker img{width:100%;height:100%;object-fit:cover}.profile-photo-picker>span{font-size:2.1rem;font-weight:880}.profile-photo-picker em{position:absolute;inset:auto 0 0;display:flex;align-items:center;justify-content:center;gap:.28rem;min-height:36px;padding:.35rem;background:#071218bd;color:#fff;font-size:.78rem;font-style:normal;font-weight:820;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-photo-picker.loading{cursor:progress;opacity:.78}.profile-photo-picker input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.profile-identity{display:grid;gap:.45rem;min-width:0}.profile-identity>strong{color:var(--ink);font-size:clamp(1.35rem,4vw,2rem);line-height:1.05}.profile-identity>span{color:var(--muted);font-weight:740}.profile-status-row,.profile-actions,.profile-skill-list{display:flex;flex-wrap:wrap;gap:.5rem}.profile-status-pill{display:inline-flex;align-items:center;gap:.28rem;min-height:30px;padding:.35rem .58rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:.82rem;font-weight:780}.profile-status-pill.verified{border-color:transparent;background:#cff7db;color:#004a27;color:oklch(.36 .11 155)}.profile-status-pill.warning{border-color:transparent;background:#ffefda;background:oklch(.96 .035 76);color:#67310d}.profile-status-pill.trusted{border-color:transparent;background:var(--primary-soft);color:var(--primary-deep)}.profile-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.profile-stats div,.profile-panel{border:1px solid var(--line);border-radius:14px;background:#fff}.profile-stats div{display:grid;gap:.18rem;padding:.82rem}.profile-stats strong{color:var(--ink);font-size:1.18rem}.profile-stats span{color:var(--muted);font-size:.84rem;font-weight:760;line-height:1.25}.profile-actions .button{flex:1 1 220px}.profile-panels{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:.75rem}.profile-panel{display:grid;gap:.72rem;align-content:start;padding:.9rem}.profile-panel h3{margin:0;color:var(--ink);font-size:1rem}.profile-panel-head{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.profile-panel-head>span{padding:.34rem .55rem;border-radius:999px;background:var(--surface);color:var(--primary-deep);font-size:.78rem;font-weight:820;white-space:nowrap}.profile-panel-head button{min-height:30px;padding:.36rem .55rem;border-radius:999px;background:var(--surface);color:var(--primary-deep);font-size:.78rem;font-weight:820}.profile-reviews-panel{background:linear-gradient(180deg,white 0%,var(--surface) 100%)}.profile-reviews-panel .profile-panel-head>span{overflow-wrap:anywhere;text-align:right;white-space:normal}.profile-review-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem}.profile-review-group{display:grid;gap:.58rem;align-content:start;min-width:0;padding:.7rem;border:1px solid var(--line);border-radius:12px;background:#ffffffc2}.profile-review-group-head{display:flex;align-items:center;justify-content:space-between;gap:.55rem;min-width:0}.profile-review-group-head h4{margin:0;overflow-wrap:anywhere;color:var(--ink);font-size:.98rem;line-height:1.18}.profile-review-group-head span{flex:0 0 auto;padding:.28rem .48rem;border-radius:999px;background:var(--surface);color:var(--muted);font-size:.74rem;font-weight:820;white-space:nowrap}.profile-skill-list span{padding:.48rem .64rem;border-radius:999px;background:var(--surface);color:var(--ink);font-weight:780}.master-apply-panel{gap:.8rem}.master-finance-panel{border-color:#aeced2}.master-finance-panel.ready{background:#eafcf0}.master-finance-panel.warning{background:var(--primary-soft)}.legal-profile-panel{border-color:#aeced2}.legal-profile-panel.warning{background:#fff7ed;background:oklch(.98 .025 76)}.profile-legal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.profile-legal-grid div{display:grid;gap:.16rem;min-width:0;padding:.62rem;border:1px solid var(--line);border-radius:12px;background:#ffffffbd}.profile-legal-grid span{color:var(--muted);font-size:.76rem;font-weight:820}.profile-legal-grid strong{overflow:hidden;color:var(--ink);font-size:.95rem;text-overflow:ellipsis;white-space:nowrap}.master-finance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.master-finance-grid div{display:grid;gap:.16rem;min-width:0;padding:.62rem;border:1px solid var(--line);border-radius:12px;background:#ffffffb8}.master-finance-grid span{color:var(--muted);font-size:.76rem;font-weight:820}.master-finance-grid strong{overflow:hidden;color:var(--ink);font-size:.98rem;text-overflow:ellipsis;white-space:nowrap}.master-apply-form{display:grid;gap:.65rem}.master-apply-form label,.master-apply-form fieldset{display:grid;gap:.4rem;min-width:0}.master-apply-form label>span,.master-apply-form legend{color:var(--muted);font-size:.82rem;font-weight:800}.master-apply-form select,.master-apply-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);outline:0}.master-apply-form select{min-height:42px;padding:0 .68rem}.master-apply-form textarea{min-height:92px;padding:.68rem;resize:vertical;line-height:1.4}.master-apply-form fieldset{margin:0;padding:.68rem;border:1px solid var(--line);border-radius:12px;background:#fff}.master-apply-form fieldset label{grid-template-columns:auto minmax(0,1fr);align-items:center;color:var(--ink);font-weight:760}.master-apply-form input[type=checkbox]{width:17px;height:17px;accent-color:var(--primary)}.master-document-upload{display:flex;align-items:center;justify-content:space-between;gap:.8rem;min-width:0;padding:.72rem;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.master-document-upload div{display:grid;gap:.14rem;min-width:0}.master-document-upload span{color:var(--muted);font-size:.78rem;font-weight:820}.master-document-upload strong{color:var(--ink);line-height:1.22}.master-document-upload small{color:var(--muted);line-height:1.3}.form-success{margin:0;color:#004a27;color:oklch(.36 .11 155);font-weight:780}.profile-listing-mini{display:grid;gap:.18rem;padding-top:.62rem;border-top:1px solid var(--line)}.profile-listing-mini:first-of-type{padding-top:0;border-top:0}.profile-listing-mini span{color:var(--primary-deep);font-size:.78rem;font-weight:840}.profile-listing-mini strong{color:var(--ink);line-height:1.25}.profile-listing-mini small,.profile-empty{color:var(--muted);line-height:1.35}.profile-mini-action,.profile-inline-actions button{justify-self:start;min-height:32px;padding:.42rem .62rem;border-radius:999px;background:var(--panel);color:#fff;font-size:.82rem;font-weight:820;transition:transform .16s var(--ease-out),background .18s var(--ease-out),color .18s var(--ease-out)}.profile-mini-action:disabled,.profile-inline-actions button:disabled{cursor:not-allowed;opacity:.58}.profile-dispute-form,.profile-review-form{display:grid;gap:.5rem;padding:.62rem;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.profile-dispute-form label,.profile-review-form label{display:grid;gap:.36rem}.profile-dispute-form label>span,.profile-review-form label>span{color:var(--muted);font-size:.78rem;font-weight:820}.profile-dispute-form textarea,.profile-review-form textarea,.profile-review-form select{width:100%;padding:.62rem;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);line-height:1.4;outline:0}.profile-dispute-form textarea,.profile-review-form textarea{min-height:82px}.profile-review-form select{min-height:42px}.review-note{color:#004a27!important;color:oklch(.36 .11 155)!important;font-weight:780}.profile-review{display:grid;gap:.18rem;min-width:0;padding:.68rem;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.profile-review span{display:inline-flex;align-items:center;gap:.3rem;min-width:0;color:var(--primary-deep);font-size:.78rem;font-weight:850;overflow-wrap:anywhere}.profile-review strong{overflow-wrap:anywhere;color:var(--ink);line-height:1.25}.profile-review small{overflow-wrap:anywhere;color:var(--muted);line-height:1.35}.profile-inline-actions{display:flex;flex-wrap:wrap;gap:.45rem}.profile-inline-actions .muted{border:1px solid var(--line);background:#fff;color:var(--ink)}.profile-empty{margin:0}.profile-activity-list{display:grid;gap:.5rem}.profile-activity-item{display:grid;gap:.18rem;width:100%;padding:.65rem;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);text-align:left;transition:transform .16s var(--ease-out),border-color .18s var(--ease-out),background .18s var(--ease-out)}.profile-activity-item span{color:var(--primary-deep);font-size:.76rem;font-weight:850}.profile-activity-item strong{line-height:1.22}.profile-activity-item small{color:var(--muted);line-height:1.3}.profile-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.profile-details-grid .profile-row{grid-template-columns:1fr}.profile-details-grid .profile-row strong{text-align:left}.profile-details-grid .profile-row:last-child:nth-child(odd){grid-column:1 / -1}.profile-row{display:grid;grid-template-columns:.72fr 1fr;gap:.8rem;align-items:center;min-height:48px;padding:.72rem .85rem;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.profile-row span{color:var(--muted);font-size:.88rem;font-weight:780}.profile-row strong{min-width:0;overflow-wrap:anywhere;color:var(--ink);font-size:.96rem;text-align:right}.auth-back-button{justify-self:center;min-height:36px;padding:.2rem .45rem;background:transparent;color:var(--primary-deep);font-weight:800;transition:transform .16s var(--ease-out),color .18s var(--ease-out)}.auth-choice-card:active,.auth-back-button:active{transform:scale(.98)}.admin-auth-shell{min-height:100dvh;display:grid;place-items:center;padding:clamp(1rem,4vw,2rem);background:linear-gradient(135deg,#ecf7fb,#d9f0f3);color:var(--ink)}.admin-auth-card{display:grid;gap:1rem;width:min(100%,460px);padding:clamp(1.1rem,4vw,1.6rem);border:1px solid var(--line);border-radius:16px;background:#fff}.admin-auth-card h1,.admin-auth-card p{margin:0}.admin-auth-card h1{color:var(--ink);font-size:1.65rem;line-height:1.05}.admin-auth-card p,.admin-auth-card a{color:var(--muted);line-height:1.45}.admin-auth-card a{justify-self:start;font-weight:780}.admin-auth-form{display:grid;gap:.75rem}.admin-auth-form label{display:grid;gap:.42rem;color:var(--muted);font-weight:800}.admin-auth-form input{width:100%;min-height:46px;padding:0 .82rem;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);outline:0}.admin-app{min-height:100dvh;display:grid;grid-template-columns:280px minmax(0,1fr);background:#ecf7fb;color:var(--ink)}.admin-sidebar{position:sticky;top:0;height:100dvh;display:flex;flex-direction:column;gap:1.2rem;min-width:0;padding:1.05rem;background:var(--panel);color:#fff}.admin-brand{display:flex;align-items:center;gap:.75rem;padding:.35rem;color:#fff;font-weight:860}.admin-brand .brand-mark{flex:0 0 auto}.admin-brand span:last-child{display:grid;gap:.1rem}.admin-brand small{color:#9fadb5;font-size:.78rem;font-weight:700}.admin-sidebar nav{display:grid;gap:.28rem}.admin-nav-item{display:flex;align-items:center;gap:.72rem;width:100%;min-height:44px;padding:.7rem .78rem;border-radius:12px;background:transparent;color:#b9c7ce;font-weight:780;text-align:left;transition:transform .16s var(--ease-out),background .18s var(--ease-out),color .18s var(--ease-out)}.admin-nav-item.active{background:#fff;color:var(--panel)}.admin-nav-item:active,.admin-open-site:active,.admin-row button:active,.admin-row-actions button:active{transform:scale(.98)}.admin-sidebar-note{display:grid;gap:.4rem;margin-top:auto;padding:.85rem;border:1px solid rgb(255 255 255 / .12);border-radius:12px;background:#ffffff14;color:#b9c7ce;line-height:1.45}.admin-sidebar-note strong{color:#fff}.admin-main{min-width:0;padding:clamp(1rem,2.8vw,2rem);overflow:hidden}.admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.admin-topbar-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.55rem}.admin-topbar-actions>span{color:var(--muted);font-size:.88rem;font-weight:780}.admin-topbar p{margin:0 0 .28rem;color:var(--muted);font-size:.9rem;font-weight:760}.admin-topbar h1{margin:0;color:var(--ink);font-size:clamp(1.8rem,3vw,2.65rem);line-height:1;text-wrap:balance}.admin-open-site{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.6rem .9rem;border-radius:999px;background:var(--panel);color:#fff;font-weight:800;white-space:nowrap;transition:transform .16s var(--ease-out),background .18s var(--ease-out)}.admin-open-site.secondary{border:1px solid var(--line);background:#fff;color:var(--ink)}.admin-open-site:disabled{cursor:progress;opacity:.68}.admin-workspace{display:grid;gap:1rem;min-width:0}.admin-stat-grid,.admin-two-column{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;min-width:0}.admin-card,.admin-stat{min-width:0;border:1px solid var(--line);border-radius:14px;background:#fff}.admin-stat{display:grid;gap:.42rem;padding:1rem}.admin-stat span,.admin-table-main span,.admin-row span,.admin-settings-grid span{color:var(--muted)}.admin-stat strong{color:var(--ink);font-size:1.78rem;line-height:1}.admin-stat p{margin:0;color:var(--muted);line-height:1.4}.admin-card{padding:1rem}.admin-card h2{margin:0 0 .9rem;color:var(--ink);font-size:1.16rem;line-height:1.15}.admin-list,.admin-table,.admin-master-review-list,.admin-user-list,.admin-checklist{display:grid;gap:.65rem;min-width:0}.admin-notice,.admin-empty{min-width:0;padding:.82rem;border:1px solid var(--line);border-radius:12px;background:#fff}.admin-notice{display:flex;align-items:center;justify-content:space-between;gap:.8rem;color:var(--muted);font-weight:760}.admin-notice button{min-height:34px;padding:.48rem .68rem;border-radius:999px;background:var(--primary);color:#fff;font-weight:820;white-space:nowrap}.admin-export-link{display:inline-flex;align-items:center;justify-content:center;gap:.42rem;width:fit-content;min-height:38px;margin-top:.8rem;padding:.55rem .78rem;border-radius:999px;background:var(--panel);color:#fff;font-weight:820;text-decoration:none;transition:transform .16s var(--ease-out),background .18s var(--ease-out)}.admin-filter-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.85rem}.admin-search-panel{display:grid;gap:.75rem}.admin-search-field{display:flex;align-items:center;gap:.55rem;min-width:0;min-height:44px;padding:0 .78rem;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--muted)}.admin-search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-weight:760}.admin-search-field input::placeholder{color:var(--muted);opacity:1}.admin-filter-row button{min-height:34px;padding:.48rem .68rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-weight:820;transition:transform .16s var(--ease-out),background .18s var(--ease-out),border-color .18s var(--ease-out),color .18s var(--ease-out)}.admin-filter-row button.active{border-color:var(--panel);background:var(--panel);color:#fff}.admin-filter-row button:disabled{cursor:progress;opacity:.62}.admin-empty{display:grid;gap:.25rem;background:var(--surface)}.admin-empty strong{color:var(--ink)}.admin-empty span{color:var(--muted);line-height:1.35}.admin-row,.admin-table-row{min-width:0;padding:.82rem;border-radius:12px;background:var(--surface)}.admin-table-row,.admin-master-review-card,.admin-support-ticket{scroll-margin:1rem}.admin-table-row.is-focused,.admin-master-review-card.is-focused,.admin-support-ticket.is-focused{outline:2px solid var(--primary);outline-offset:2px;background:var(--primary-soft);box-shadow:0 12px 26px #b1203d1f}.admin-master-review-card{display:grid;gap:.78rem;min-width:0;padding:.82rem;border-radius:12px;background:var(--surface)}.admin-user-card{display:grid;gap:.74rem;min-width:0;padding:.82rem;border-radius:12px;background:var(--surface)}.admin-master-review-main,.admin-user-card-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:start;min-width:0}.admin-user-role-grid{display:flex;flex-wrap:wrap;gap:.42rem}.admin-user-role-grid button{min-height:34px;padding:.48rem .62rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:.82rem;font-weight:820}.admin-user-role-grid button.active{border-color:transparent;background:var(--panel);color:#fff}.admin-user-role-grid button.danger{color:var(--primary-deep)}.admin-user-role-grid button:disabled{cursor:progress;opacity:.58}.admin-support-desk{display:grid;grid-template-columns:minmax(220px,.52fr) minmax(0,1fr);gap:.85rem;min-width:0}.admin-support-queue,.admin-support-thread{min-width:0}.admin-support-queue{display:grid;align-content:start;gap:.55rem}.admin-support-summary{display:flex;flex-wrap:wrap;gap:.42rem}.admin-support-summary button,.admin-support-state{display:inline-flex;align-items:center;min-height:30px;border:1px solid transparent;padding:.36rem .56rem;border-radius:999px;background:var(--surface);color:var(--muted);font-size:.82rem;font-weight:820}.admin-support-summary button{transition:border-color .18s var(--ease-out),background .18s var(--ease-out),color .18s var(--ease-out)}.admin-support-summary button.active{border-color:var(--panel);background:var(--panel);color:#fff}.admin-support-filter-empty{margin:0;padding:.68rem;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--muted);font-weight:760}.admin-support-ticket{display:grid;gap:.22rem;width:100%;min-width:0;padding:.72rem;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);text-align:left;transition:border-color .18s var(--ease-out),background .18s var(--ease-out),transform .16s var(--ease-out)}.admin-support-ticket.active{border-color:var(--panel);background:#fff}.admin-support-ticket span{color:var(--primary-deep);font-size:.78rem;font-weight:820}.admin-support-ticket strong,.admin-support-ticket small{overflow:hidden;text-overflow:ellipsis}.admin-support-ticket strong{line-height:1.22;white-space:nowrap}.admin-support-ticket small{color:var(--muted);line-height:1.32}.admin-support-thread{display:grid;gap:.7rem;padding:.82rem;border-radius:12px;background:var(--surface)}.admin-support-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:start;min-width:0}.admin-support-head h3,.admin-support-head p{margin:0}.admin-support-head span{color:var(--muted);font-size:.86rem;font-weight:760}.admin-support-head h3{color:var(--ink);font-size:1.06rem;line-height:1.2;text-wrap:balance}.admin-support-head p{margin-top:.24rem;color:var(--muted);line-height:1.38}.admin-support-state.open{background:var(--primary-soft);color:var(--primary-deep)}.admin-support-order{display:grid;gap:.62rem;padding:.68rem;border:1px solid var(--line);border-radius:12px;background:#fff}.admin-support-order>div:first-child{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.45rem}.admin-support-order span,.admin-support-order dt{color:var(--muted);font-size:.8rem;font-weight:820}.admin-support-order strong{display:inline-flex;align-items:center;min-height:30px;padding:.36rem .56rem;border-radius:999px;background:var(--surface);color:var(--primary-deep);font-size:.82rem;font-weight:820}.admin-support-order dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.52rem;margin:0}.admin-support-order dl div{min-width:0;padding:.55rem;border-radius:10px;background:var(--surface)}.admin-support-order dt,.admin-support-order dd{margin:0}.admin-support-order dd{overflow:hidden;margin-top:.16rem;color:var(--ink);font-weight:820;line-height:1.3;text-overflow:ellipsis}.admin-support-order.is-empty p{max-width:62ch;margin:0;color:var(--muted);line-height:1.42}.admin-support-dispute-actions{display:flex;flex-wrap:wrap;gap:.42rem}.admin-support-dispute-actions button{min-height:34px;padding:.48rem .64rem;border-radius:999px;background:var(--panel);color:#fff;font-size:.82rem;font-weight:820}.admin-support-dispute-actions .danger{border:1px solid oklch(.84 .065 18);background:var(--primary-soft);color:var(--primary-deep)}.admin-support-dispute-actions button:disabled{cursor:not-allowed;opacity:.58}.admin-support-messages{display:grid;max-height:390px;overflow:auto;gap:.55rem;padding-right:.15rem}.admin-support-message{display:grid;gap:.38rem;max-width:min(620px,100%);padding:.68rem;border:1px solid var(--line);border-radius:12px;background:#fff}.admin-support-message.support{border-color:#f6c2c2;background:var(--primary-soft)}.admin-support-message>div:first-child{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.45rem}.admin-support-message strong{color:var(--ink);font-size:.88rem}.admin-support-message time{color:var(--muted);font-size:.78rem;font-weight:760}.admin-support-message p{margin:0;color:var(--ink);line-height:1.42}.admin-support-empty{margin:0;padding:.68rem;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--muted);font-weight:760}.admin-support-reply{display:grid;gap:.55rem;padding:.68rem;border:1px solid var(--line);border-radius:12px;background:#fff}.admin-support-reply label{display:grid;gap:.38rem}.admin-support-reply span{color:var(--muted);font-size:.84rem;font-weight:820}.admin-support-reply textarea{width:100%;min-width:0;resize:vertical;border:1px solid var(--line);border-radius:10px;padding:.62rem .68rem;background:var(--surface);color:var(--ink);font:inherit;font-weight:700;line-height:1.42;outline:0}.admin-support-reply textarea::placeholder{color:var(--muted);opacity:1}.admin-support-reply textarea:focus{border-color:var(--primary);background:#fff}.admin-support-reply button{justify-self:start;min-height:36px;padding:.52rem .72rem;border-radius:999px;background:var(--panel);color:#fff;font-weight:820}.admin-support-reply button:disabled{cursor:not-allowed;opacity:.58}.admin-support-photos{display:flex;flex-wrap:wrap;gap:.42rem}.admin-support-photos img{width:86px;aspect-ratio:1;border-radius:10px;object-fit:cover}.admin-support-actions{display:flex;flex-wrap:wrap;gap:.45rem;padding-top:.15rem}.admin-support-actions button{min-height:36px;padding:.52rem .68rem;border-radius:999px;background:var(--panel);color:#fff;font-size:.82rem;font-weight:820}.admin-support-actions button:disabled{cursor:not-allowed;opacity:.58}.admin-document-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(116px,1fr));gap:.55rem}.admin-document-preview-grid a{display:block;overflow:hidden;aspect-ratio:4 / 3;border:1px solid var(--line);border-radius:10px;background:#fff}.admin-document-preview-grid img{width:100%;height:100%;object-fit:cover}.admin-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem;align-items:center}.admin-row div,.admin-table-main{display:grid;gap:.25rem;min-width:0}.admin-row strong,.admin-table-main strong{overflow:hidden;color:var(--ink);line-height:1.25;text-overflow:ellipsis}.admin-row span,.admin-table-main span{overflow:hidden;line-height:1.35;text-overflow:ellipsis}.admin-row button,.admin-row-actions button{min-height:36px;padding:.55rem .72rem;border-radius:999px;background:var(--panel);color:#fff;font-weight:820;white-space:nowrap;transition:transform .16s var(--ease-out),background .18s var(--ease-out),color .18s var(--ease-out)}.admin-table-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.85rem;align-items:center}.admin-badge{justify-self:start;max-width:220px;overflow:hidden;padding:.42rem .62rem;border-radius:999px;background:#fff;color:var(--primary-deep);font-size:.82rem;font-weight:820;text-overflow:ellipsis;white-space:nowrap}.admin-row-actions{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end}.admin-row-actions .muted{border:1px solid var(--line);background:#fff;color:var(--ink)}.admin-row-actions .danger{border:1px solid oklch(.84 .065 18);background:var(--primary-soft);color:var(--primary-deep)}.admin-row button:disabled,.admin-row-actions button:disabled{cursor:not-allowed;opacity:.58}.admin-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.75rem}.admin-settings-grid label{display:grid;gap:.45rem;min-width:0;font-weight:760}.admin-settings-grid input{width:100%;min-height:44px;padding:0 .78rem;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink)}.admin-settings-form{display:grid;gap:.9rem}.admin-settings-form>p{max-width:72ch;margin:0;color:var(--muted);line-height:1.45}.admin-settings-form .button{justify-self:start}.admin-settings-form .button:disabled{cursor:progress;opacity:.72}.admin-checklist label{display:flex;gap:.62rem;align-items:flex-start;padding:.74rem;border-radius:10px;background:var(--surface);color:var(--ink);line-height:1.35}.admin-checklist input{flex:0 0 auto;width:18px;height:18px;accent-color:var(--primary)}[data-reveal]{opacity:1;transform:translateY(12px);transition:transform .6s var(--ease-out)}[data-reveal][data-visible=true]{transform:translateY(0)}@media(prefers-reduced-motion:no-preference){.hero-copy,.market-hero-copy{animation:heroEnter .52s var(--ease-out) both}.city-radar{animation:stageEnter .72s var(--ease-out) 90ms both}.radar-home:before{animation:radarPulse 2.2s var(--ease-out) infinite}.radar-home:after{animation:radarPulse 2.2s var(--ease-out) .42s infinite}.ring-one,.ring-two,.ring-three{animation:radarBreathe 5.2s var(--ease-in-out) infinite}.ring-two{animation-delay:.22s}.ring-three{animation-delay:.44s}.radar-person{animation:nodeFloat 5.6s var(--ease-in-out) infinite}.radar-person:nth-of-type(2n){animation-delay:.32s}.radar-person:nth-of-type(3n){animation-delay:.68s}.exchange-stage{animation:stageEnter .72s var(--ease-out) 90ms both}.stage-photo{animation:photoSettle .9s var(--ease-out) both}.stage-core:before{animation:corePulse 2.2s var(--ease-out) infinite}.stage-core:after{animation:corePulse 2.2s var(--ease-out) .5s infinite}.signal-line:after{animation:signalTravel 2.4s var(--ease-out) infinite}.signal-two:after{animation-delay:.32s}.signal-three:after{animation-delay:.64s}.stage-node{animation:nodeFloat 5.2s var(--ease-in-out) infinite}.node-cut,.route-chain{animation-delay:.4s}.node-dog,.route-master{animation-delay:.76s}.node-track{animation-delay:1.1s}.route-card{animation:cardFloat 6.2s var(--ease-in-out) infinite}.route-chain{animation-delay:.4s}.route-master{animation-delay:.76s}.feed-pill{animation:feedEnter .42s var(--ease-out) both;animation-delay:calc(var(--i, 0) * 70ms + .38s)}.stream-track{animation:streamMove 24s linear infinite}}@keyframes heroEnter{0%{transform:translateY(14px)}to{transform:translateY(0)}}@keyframes stageEnter{0%{transform:translateY(18px) scale(.985)}to{transform:translateY(0) scale(1)}}@keyframes feedEnter{0%{transform:translateY(8px)}to{transform:translateY(0)}}@keyframes photoSettle{0%{transform:translateY(10px) rotate(-6deg) scale(.98)}to{transform:translateY(0) rotate(-4deg) scale(1)}}@keyframes signalTravel{0%{transform:translate(-105%)}to{transform:translate(260%)}}@keyframes corePulse{0%{opacity:.7;transform:scale(.84)}to{opacity:0;transform:scale(1.24)}}@keyframes radarPulse{0%{opacity:.7;transform:scale(.78)}to{opacity:0;transform:scale(1.22)}}@keyframes radarBreathe{0%,to{opacity:.82}50%{opacity:.48}}@keyframes nodeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@keyframes streamMove{to{transform:translate(-50%)}}@media(hover:hover)and (pointer:fine){.listing-card:hover{transform:translateY(-4px);border-color:var(--primary)}.category-ribbon a:hover,.hero-mode:hover,.quick-searches button:hover,.listing-favorite:hover,.profile-activity-item:hover,.similar-list button:hover{transform:translateY(-1px);border-color:var(--primary)}.photo-nav:hover{background:#071218d1;transform:translateY(-50%) scale(1.04)}.photo-nav:active{transform:translateY(-50%) scale(.97)}.exchange-builder button:hover{transform:translateY(-1px);background:var(--primary-deep)}.tab:hover,.photo-filter:hover,.market-reset-button:hover,.listing-bottom button:hover,.header-location:hover,.header-chat:hover,.header-profile:hover,.button:hover,.create-listing-button:hover,.photo-upload-button:hover,.chat-lock button:hover,.chat-agreement-panel button:not(:disabled):hover,.chat-composer button:not(:disabled):hover{transform:translateY(-1px)}.chat-agreement-panel button:not(:disabled):hover{background:var(--primary-deep)}.listing-bottom button:hover{background:#fff}.header-location:hover,.header-chat:hover,.header-profile:hover,.language-switcher select:hover{border-color:var(--primary);background:var(--primary-soft)}.header-location-actions button:not(.muted):hover{transform:translateY(-1px);background:var(--primary-deep)}.header-location-quick button:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-deep);transform:translateY(-1px)}.header-location-actions .muted:hover{background:#fff;color:var(--primary-deep)}.create-listing-button:hover{background:var(--primary-deep)}.market-reset-button:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-deep)}.dialog-close:hover{background:#fff}.auth-choice-card:hover{transform:translateY(-1px);border-color:var(--primary);background:#fff}.auth-choice-card.primary:hover{background:var(--primary-deep);color:#fff}.auth-back-button:hover{color:var(--ink)}.city-option:hover{background:var(--surface);color:var(--primary-deep)}.legal-tabs button:hover{background:#fff;color:var(--ink)}.admin-nav-item:hover{background:#ffffff1a;color:#fff}.admin-nav-item.active:hover{background:#fff;color:var(--panel)}.admin-open-site:hover,.admin-export-link:hover,.admin-row button:hover,.admin-row-actions button:hover,.admin-support-reply button:hover,.admin-support-dispute-actions button:hover,.admin-support-actions button:hover{transform:translateY(-1px);background:var(--primary-deep)}.admin-support-dispute-actions .danger:hover{background:#fff;color:var(--primary-deep)}.admin-support-ticket:hover{transform:translateY(-1px);border-color:var(--primary)}.admin-support-summary button:hover{border-color:var(--primary);color:var(--primary-deep)}.admin-support-summary button.active:hover{border-color:var(--panel);background:var(--panel);color:#fff}.admin-row-actions .muted:hover{background:#fff;color:var(--primary-deep)}.chat-thread:hover{transform:translateY(-1px);border-color:var(--primary);background:#fff}.profile-panel-head button:hover,.profile-mini-action:hover,.profile-inline-actions button:hover,.similar-list button:hover,.profile-activity-item:hover{background:#fff}.profile-mini-action:hover,.profile-inline-actions button:hover{color:var(--primary-deep)}.profile-photo-picker:hover{border-color:var(--primary)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:1ms!important;scroll-behavior:auto!important;transition-duration:1ms!important}[data-reveal]{opacity:1;transform:none}}@media(max-width:1180px){.admin-table-row{grid-template-columns:minmax(0,1fr);align-items:start}.admin-row-actions{justify-content:flex-start}}@media(max-width:980px){.market-hero-shell{width:min(1180px,calc(100% - 2rem));grid-template-columns:1fr;min-height:auto}.market-hero:before{display:none}.market-hero:after{display:none}.market-hero-copy h1{max-width:18ch}.city-radar{width:min(100%,760px);min-height:600px;border:1px solid var(--line);border-radius:16px;justify-self:center}.category-ribbon{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-grid{grid-template-columns:1fr}.hero:before{inset:auto 0 0;width:100%;height:45%;clip-path:polygon(0 13%,100% 0,100% 100%,0 100%)}.hero-copy h1{max-width:14ch;font-size:clamp(3rem,8vw,4.4rem)}.exchange-stage{width:min(100%,760px);justify-self:center}}@media(max-width:860px){.site-header{grid-template-columns:1fr auto}.site-header nav{grid-column:1 / -1;order:3;width:100%;padding-bottom:.85rem;overflow-x:auto}.header-actions{justify-self:end}.hero{min-height:auto;padding-bottom:0}.market-toolbar,.market-layout,.master-section,.trust-section,.access-section{grid-template-columns:1fr}.market-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.market-toolbar{flex-direction:column;align-items:stretch}.search-box,.filter-tabs,.category-filter,.photo-filter,.market-reset-button,.create-listing-button{flex-basis:auto;grid-column:1;grid-row:auto;width:100%;justify-self:stretch}.create-listing-button{margin-left:0}.photo-filter,.market-reset-button,.create-listing-button{justify-content:center}.filter-tabs{justify-content:flex-start}.chain-board{grid-template-columns:1fr;gap:.9rem}.chain-line{width:2px;height:36px;margin-inline:auto}.admin-app{grid-template-columns:1fr}.admin-sidebar{position:relative;height:auto}.admin-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-sidebar-note{margin-top:0}.admin-table-row{grid-template-columns:minmax(0,1fr);align-items:start}.admin-support-desk{grid-template-columns:1fr}.admin-row-actions{justify-content:flex-start}}@media(max-width:680px){.market-hero-copy>.radar-list-head,.market-hero-copy>.hero-listing-stack{display:none}.market-search-card{grid-template-columns:1fr}.market-search-card .button{width:100%}.city-radar{min-height:520px}.ring-one{width:190px;height:190px}.ring-two{width:320px;height:320px}.ring-three{width:460px;height:460px}.radar-home{width:60px;height:60px;font-size:1.7rem}.radar-person{width:52px;height:52px}.radar-place span{display:none}.radar-place svg{width:34px;height:34px;padding:.48rem}.radar-area-button{right:.8rem;bottom:.8rem;min-height:46px;padding:.72rem .9rem}.category-ribbon{grid-template-columns:repeat(2,minmax(0,1fr))}.product-drawer-backdrop{align-items:end;padding:.5rem}.listing-composer,.chat-drawer,.listing-detail-drawer,.legal-drawer{width:100%;max-height:calc(100dvh - 1rem)}.composer-grid,.chat-layout,.listing-detail-grid,.listing-owner-reviews,.listing-detail-flow ol,.master-order-grid{grid-template-columns:1fr}.listing-detail-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}.chat-layout{min-height:auto}.chat-thread-list{grid-auto-flow:column;grid-auto-columns:minmax(220px,70%);overflow-x:auto;padding:0 0 .2rem}.profile-hero,.profile-panels,.profile-review-groups,.profile-details-grid,.master-finance-grid{grid-template-columns:1fr}.profile-legal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-photo-picker{width:112px;height:112px}.market-sidebar{grid-template-columns:1fr}.exchange-pulse{align-items:flex-start;flex-direction:column}.stage-toolbar{overflow-x:auto;justify-content:flex-start}.stage-toolbar span{flex:0 0 auto;padding-inline:.78rem}.stage-canvas{min-height:620px}.stage-photo{inset:4% 4% auto;width:92%;aspect-ratio:16 / 9;transform:none}.stage-core{left:50%;top:45%;width:64px;height:64px}.stage-node{width:44%}.node-site{left:4%;top:33%}.node-cut{right:4%;top:33%}.node-dog{left:4%;bottom:23%}.node-track{right:4%;bottom:23%}.route-main{inset:auto 4% 5%;max-width:none}.route-chain,.route-master{display:none}.signal-one{left:15%;top:43%;width:68%;transform:rotate(0)}.signal-two{left:50%;top:50%;width:34%;transform:rotate(91deg)}.signal-three{left:16%;top:70%;width:68%;transform:rotate(0)}.stage-feed{grid-template-columns:1fr}}@media(max-width:560px){.page-grid,.market-hero-shell,.category-ribbon,.market-section,.chain-section,.master-section,.trust-section,.access-section,.profile-page-shell,.site-footer{width:min(100% - 1rem,1180px)}.site-header{padding-inline:.8rem}.header-actions{gap:.35rem}.header-profile>span:not(.header-avatar),.header-profile>svg:last-child{display:none}.header-location{min-width:42px;padding:.58rem .62rem}.header-location-text span:first-child{max-width:5.6rem}.header-location-text span:last-child{display:none}.header-location-popover{position:fixed;top:4.4rem;right:.5rem;left:.5rem;width:auto;max-height:calc(100dvh - 5rem);overflow:auto}.header-profile{width:42px;padding:0}.brand span:last-child{display:none}.hero-copy h1{max-width:100%;font-size:clamp(2.45rem,10.5vw,2.9rem)}.market-hero-copy h1{max-width:100%;font-size:clamp(2.35rem,10vw,2.9rem)}.hero-listing{align-items:flex-start}.hero-listing-main>strong{white-space:normal}.hero-exchange-tags small{max-width:10.5rem;overflow:hidden;text-overflow:ellipsis}.match-score{width:66px;height:66px;padding:.28rem}.match-score strong{font-size:.96rem}.match-score span{max-width:3.9rem;font-size:.52rem}.market-hero .hero-lede{max-width:100%}.category-ribbon{gap:.5rem}.category-ribbon a{grid-template-columns:auto minmax(0,1fr)}.category-ribbon small{grid-column:2}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.photo-uploader{align-items:stretch;flex-direction:column}.chat-agreement-panel{grid-template-columns:1fr;align-items:stretch}.chat-agreement-panel button{width:100%}.master-document-upload{align-items:stretch;flex-direction:column}.photo-upload-button,.composer-submit{width:100%}.photo-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.message-bubble{max-width:92%}.chat-composer{grid-template-columns:auto minmax(0,1fr) auto}.profile-stats,.profile-legal-grid{grid-template-columns:1fr}.profile-row{grid-template-columns:1fr;gap:.28rem}.profile-row strong{text-align:left}.listing-card{min-height:240px}.site-footer{align-items:flex-start;flex-direction:column}.auth-backdrop{align-items:end;padding:.5rem}.auth-dialog{width:100%;max-height:calc(100dvh - 1rem)}.auth-form-grid{grid-template-columns:1fr}.admin-sidebar{padding:.75rem}.admin-sidebar nav{grid-template-columns:1fr}.admin-main{padding:.75rem}.admin-topbar{align-items:flex-start;flex-direction:column}.admin-open-site{width:100%}.admin-row{grid-template-columns:1fr}.admin-row button,.admin-row-actions button{width:100%}}
