@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&family=Inter:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--gold: #0A1628;--gold-light: #1B3A6B;--gold-dim: #1B3A6B;--gold-wash: rgba(10,22,40,.07);--black: #111111;--white: #FFFFFF;--surface: #FFFFFF;--surface2: #FFFFFF;--surface3: #FFFFFF;--border: #E5E7EB;--border-gold: rgba(10,22,40,.2);--text: #111111;--text-muted: #6B7280;--text-light: #9CA3AF;--red: #B03A2E}button,input[type=submit],input[type=button],.btn{border-radius:8px!important}body{background:var(--white);color:var(--text);font-family:Inter,sans-serif;min-height:100vh;overflow-x:hidden}.app{min-height:100vh;display:flex;flex-direction:column}nav{position:sticky;top:0;z-index:100;background:#0a1628;border-bottom:1px solid rgba(255,255,255,.1);padding:0 2.5rem;display:flex;align-items:center;justify-content:space-between;height:72px}.nav-brand{font-family:Playfair Display,serif;font-size:1.45rem;font-weight:700;letter-spacing:.06em;color:#fff;display:flex;align-items:center;gap:.4rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .2s}.nav-brand:hover{opacity:.7}.nav-brand span{color:#fff9}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-btn{background:none;border:none;color:#ffffffb3;padding:.4rem .2rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.78rem;letter-spacing:.02em;transition:all .2s;font-weight:400}.nav-btn:hover{color:#fff}.nav-btn.active{color:#fff;font-weight:600}.nav-search{flex:1;max-width:520px;margin:0 2rem 0 .75rem;position:relative;display:flex;align-items:center}.nav-search-input{width:100%;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:.48rem 2.4rem .48rem 1rem;font-family:Inter,sans-serif;font-size:.72rem;letter-spacing:.01em;color:#fff;outline:none;transition:border-color .2s,border-radius .15s}.nav-search--open .nav-search-input{border-radius:16px 16px 0 0;border-color:#ffffff80}.nav-search-input:focus{border-color:#ffffff80;background:#ffffff2e}.nav-search-input::placeholder{color:#ffffff73}.nav-search-btn{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;color:#ffffff80;display:flex;align-items:center;padding:0}.nav-search-btn:hover{color:#fff}.nav-suggestions{position:absolute;top:100%;left:0;right:0;z-index:300;background:var(--surface);border:1px solid var(--gold-light);border-top:none;border-radius:0 0 16px 16px;overflow:hidden;box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column}.nav-suggestions-list{overflow-y:auto;max-height:440px}.nav-suggestion-item{display:flex;align-items:center;gap:1rem;width:100%;text-align:left;background:none;border:none;padding:.85rem 1.1rem;cursor:pointer;transition:background .15s;border-top:1px solid var(--border)}.nav-suggestion-item:first-child{border-top:none}.nav-suggestion-item:hover{background:var(--surface2)}.nav-suggestion-img{flex:0 0 90px;width:90px;height:90px;border-radius:50%;background:var(--white);overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--text-light)}.nav-suggestion-img img{width:100%;height:100%;object-fit:cover}.nav-suggestion-info{flex:1;display:flex;flex-direction:column;gap:.28rem;min-width:0}.nav-suggestion-brand{font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.nav-suggestion-name{font-size:.82rem;color:var(--black);font-weight:400;line-height:1.4}.nav-suggestion-price{font-size:.75rem;color:#4a7c59;font-weight:500}.nav-suggestion-arrow{flex:0 0 auto;color:var(--text-light)}.nav-suggestions-footer{width:100%;background:none;border:none;border-top:1px solid var(--border);padding:.85rem 1rem;cursor:pointer;text-align:center;font-family:Inter,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#4a7c59;transition:background .15s}.nav-suggestions-footer:hover{background:var(--surface2)}.hero{background:var(--surface2);position:relative;overflow:hidden;border-bottom:1px solid var(--border);min-height:360px;display:flex;flex-direction:column}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 60% at 50% 110%,rgba(168,131,42,.07) 0%,transparent 65%);pointer-events:none;z-index:0}.hero-slides{flex:1;position:relative;overflow:hidden;min-height:420px}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3.25rem 5.5rem 3.5rem;text-align:center;opacity:0;transform:translate(100%);transition:opacity .7s ease,transform .7s cubic-bezier(.77,0,.18,1);pointer-events:none;z-index:1}.hero-slides.slide-forward .hero-slide{transform:translate(100%)}.hero-slides.slide-forward .hero-slide.active{opacity:1;transform:translate(0);pointer-events:auto;z-index:2}.hero-slides.slide-forward .hero-slide.exiting{opacity:0;transform:translate(-100%);z-index:1}.hero-slides.slide-backward .hero-slide{transform:translate(-100%)}.hero-slides.slide-backward .hero-slide.active{opacity:1;transform:translate(0);pointer-events:auto;z-index:2}.hero-slides.slide-backward .hero-slide.exiting{opacity:0;transform:translate(100%);z-index:1}.hero-eyebrow{font-family:Inter,sans-serif;font-size:.72rem;letter-spacing:.38em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;margin-top:.5rem;font-weight:700}.hero h1{font-family:Playfair Display,serif;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:700;line-height:1.15;color:var(--black);margin-bottom:1.2rem}.hero h1 em{font-style:italic;color:inherit}.hero p{font-family:Inter,sans-serif;font-size:1.18rem;color:var(--text-muted);max-width:500px;margin:0 auto 2rem;line-height:1.75}.hero-rule{width:40px;height:1px;background:var(--gold);margin:0 auto 2rem}.hero-slide-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:center}.hero-slide-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#ffffffb3,#ffffff8c 30%,#ffffffa6 70%,#f5f4f0d9)}.hero-slide.has-bg .hero-eyebrow,.hero-slide.has-bg h1,.hero-slide.has-bg p,.hero-slide.has-bg .hero-rule{position:relative;z-index:1}.hero-slide.slide-auth .hero-slide-bg:after{background:radial-gradient(ellipse 70% 80% at 50% 45%,rgba(255,255,255,.45) 0%,rgba(255,255,255,.15) 50%,transparent 80%)}.hero-slide.slide-ap{flex-direction:column;align-items:flex-start;text-align:left;padding-left:clamp(3rem,8vw,8rem);padding-right:50%;background:#000}.hero-slide.slide-ap .hero-eyebrow{color:#f5f0e699}.hero-slide.slide-ap h1{color:#f5f0e6}.hero-slide.slide-ap h1 em{color:inherit}.hero-slide.slide-ap p{color:#f5f0e6a6}.hero-slide.slide-ap .hero-rule{margin:0 0 2rem;background:#f5f0e666}.hero-slide.slide-ap p{margin:0 0 2rem}.hero-slide.slide-ap .hero-slide-bg{background-color:#000;background-position:65% center;background-size:contain;background-repeat:no-repeat}.hero-slide.slide-ap .hero-slide-bg:after{background:linear-gradient(to right,rgba(0,0,0,1) 0%,rgba(0,0,0,.92) 30%,rgba(0,0,0,.5) 55%,transparent 70%)}@media(max-width:768px){nav{padding:0 1.2rem}.nav-links{gap:1rem}.nav-search{max-width:240px;margin:0 1rem 0 .5rem}.hero-slide.slide-ap{padding-right:30%;padding-left:2rem}}@media(max-width:600px){nav{padding:0 .9rem;height:60px}.nav-links{gap:.5rem}.nav-btn{font-size:.68rem;letter-spacing:.01em;padding:.3rem .1rem}.nav-btn-home{display:none}.nav-btn-auth{padding:.25rem .55rem;font-size:.68rem}.nav-btn-register{font-size:.68rem;padding:.25rem .1rem}.nav-btn-admin{padding:.25rem .55rem;font-size:.68rem}.nav-brand{font-size:1.2rem}.nav-search{display:none}.hero-slide.slide-ap{padding-right:1.5rem;padding-left:1.5rem;align-items:center;text-align:center}.hero-slide.slide-ap .hero-rule{margin:0 auto 1.5rem}.hero-slide.slide-ap .hero-slide-bg{background-size:cover;background-position:center}.hero-slide.slide-ap .hero-slide-bg:after{background:linear-gradient(to bottom,#0000004d,#0000008c)}}.hero-dots{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 0 1.2rem;position:absolute;bottom:0;left:0;right:0;z-index:4}.hero-dot{width:24px;height:2px;background:var(--border);border:none;cursor:pointer;padding:0;transition:all .3s;outline:none}.hero-dot.active{background:var(--gold);width:40px}.hero-dot:hover:not(.active){background:var(--text-light)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#0003;color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:background .2s,border-color .2s,transform .2s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-arrow:hover{background:#00000061;border-color:#ffffff8c}.hero-arrow.left{left:1.5rem}.hero-arrow.right{right:1.5rem}.trust-bar-wrap{background:var(--surface);padding:0 clamp(1.25rem,4vw,4rem)}.trust-bar{display:grid;grid-template-columns:repeat(3,1fr);max-width:900px;margin:0 auto}.trust-pillar{padding:2.25rem 2rem;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:.6rem}.trust-pillar:last-child{border-right:none}.trust-pillar-icon{color:var(--gold);margin-bottom:.25rem}.trust-num{font-family:Inter,sans-serif;font-size:1.1rem;color:var(--gold);font-weight:600;margin-bottom:.2rem}.trust-title{font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--black);text-transform:uppercase}.trust-desc{font-family:Inter,sans-serif;font-size:.98rem;color:var(--text-muted);line-height:1.65}.trust-section{background:var(--bg)}.trust-card-wrap{max-width:1140px;margin:0 auto;padding:3.5rem clamp(1.25rem,4vw,4rem)}.trust-split{display:grid;grid-template-columns:1fr 1fr;min-height:420px;border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #0000001a}.trust-split-text{padding:4rem clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;background:#fff}.trust-split-img{background-size:cover;background-position:center;min-height:360px}.trust-hero-eyebrow{font-family:Inter,sans-serif;font-size:.65rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-weight:700}.trust-split-text h2{font-family:Playfair Display,serif;font-size:clamp(1.7rem,2.8vw,2.6rem);font-weight:700;line-height:1.2;color:var(--black);margin-bottom:1.2rem}.trust-split-text h2 em{font-style:italic;color:var(--gold)}.trust-hero-rule{width:40px;height:2px;background:var(--gold);margin:0 0 1.5rem}.trust-split-text p{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-muted);max-width:420px;line-height:1.75}@media(max-width:768px){.trust-card-wrap{padding:2rem 1rem}.trust-split{grid-template-columns:1fr}.trust-split-img{min-height:240px;order:-1}}@media(max-width:640px){.trust-bar{grid-template-columns:1fr}.trust-pillar{border-right:none;border-bottom:1px solid var(--border);padding:1.75rem 1.25rem}.trust-pillar:last-child{border-bottom:none}.hero-slides{min-height:470px}.hero-slide{padding:2.75rem 1.25rem 2rem}.hero-arrow{width:38px;height:38px}.hero-arrow.left{left:.75rem}.hero-arrow.right{right:.75rem}}.filters-bar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:1rem clamp(1.5rem,5vw,5rem);border-bottom:1px solid var(--border);background:var(--surface);box-shadow:0 4px 12px #0000000f}.filter-label{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-light);margin-right:.3rem}.filter-chip{background:none;border:1px solid var(--border);color:var(--text-muted);padding:.28rem .85rem;border-radius:2px;cursor:pointer;font-family:Inter,sans-serif;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;transition:all .2s}.filter-chip:hover{border-color:var(--gold-light);color:var(--text)}.filter-chip.active{border-color:var(--gold);color:var(--gold);background:var(--gold-wash)}.search-wrap{margin-left:auto}.search-input{background:var(--surface2);border:1px solid var(--border);color:var(--text);padding:.4rem 1rem;border-radius:2px;font-family:Inter,sans-serif;font-size:.78rem;outline:none;min-width:220px;transition:border .2s}.search-input::placeholder{color:var(--text-light)}.search-input:focus{border-color:var(--gold)}.marketplace-body{display:flex;flex:1;background:var(--white);min-height:600px}.marketplace-sidebar{width:280px;flex-shrink:0;border-right:1px solid var(--border);background:var(--surface);padding:0;overflow-y:auto;box-shadow:4px 0 12px #0000000f}.marketplace-content{flex:1;padding:2rem clamp(1.5rem,3vw,2.5rem) 3rem;min-width:0}.marketplace-content .watch-grid{max-width:none}@media(max-width:900px){.marketplace-body{flex-direction:column}.marketplace-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border)}.marketplace-sidebar .filter-panel{display:none}.marketplace-sidebar.marketplace-sidebar--open .filter-panel{display:block}.filter-panel-header{cursor:pointer}.filter-panel-header:hover{background:var(--surface2)}}@media(min-width:901px){.filter-toggle-chevron{display:none}.filter-panel-header{cursor:default}}.filter-panel{border-top:1px solid var(--border)}.filter-section{padding:1.1rem 1.25rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}.filter-section-label{font-family:Inter,sans-serif;font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted);font-weight:700}.filter-section-search{width:100%;background:var(--surface2);border:1px solid var(--border);color:var(--text);padding:.45rem .8rem;font-family:Inter,sans-serif;font-size:.73rem;outline:none;border-radius:6px;transition:border .2s}.filter-section-search::placeholder{color:var(--text-light)}.filter-section-search:focus{border-color:var(--gold);background:#fff}.filter-pills{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.filter-pill{background:var(--surface2);border:1px solid var(--border);color:var(--text-muted);padding:.38rem .5rem;border-radius:999px;cursor:pointer;font-family:Inter,sans-serif;font-size:.65rem;font-weight:500;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:.3rem;text-align:center;min-width:0;overflow:hidden}.filter-pill:hover{border-color:var(--gold);color:var(--black)}.filter-pill.active{background:var(--gold);border-color:var(--gold);color:#fff;font-weight:600}.filter-pill-count{font-size:.6rem;opacity:.7}.filter-pill.active .filter-pill-count{opacity:.85}.filter-range-row{display:flex;align-items:center;gap:.5rem}.filter-range-input{flex:1;background:var(--surface2);border:1px solid var(--border);color:var(--text);padding:.4rem .6rem;font-family:Inter,sans-serif;font-size:.72rem;outline:none;border-radius:6px;min-width:0;transition:border .2s}.filter-range-input::placeholder{color:var(--text-light)}.filter-range-input:focus{border-color:var(--gold);background:#fff}.filter-range-sep{font-size:.7rem;color:var(--text-light)}.sidebar-clear{padding:1rem 1.25rem}.btn-clear-filters{width:100%;background:none;border:1px solid var(--border);color:var(--text-muted);padding:.55rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;transition:all .2s}.btn-clear-filters:hover{border-color:var(--gold);color:var(--gold)}.grid-section{padding:2.5rem clamp(1.5rem,5vw,5rem) 3.5rem;flex:1;background:var(--white)}.section-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.section-title{font-family:Playfair Display,serif;font-size:1.1rem;color:var(--black);font-weight:700}.section-count{font-size:.65rem;letter-spacing:.22em;color:var(--text-light);text-transform:uppercase}.section-meta-right{display:flex;align-items:center;gap:1.2rem}.sort-control{display:flex;align-items:center;gap:.5rem}.sort-label{font-size:.65rem;letter-spacing:.22em;color:var(--text-light);text-transform:uppercase;white-space:nowrap;font-family:Inter,sans-serif}.sort-select{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--black);background:transparent;border:none;border-bottom:1px solid var(--border);padding:.2rem .1rem;cursor:pointer;outline:none;font-family:Inter,sans-serif;transition:border-color .2s}.sort-select:focus,.sort-select:hover{border-color:var(--gold)}.watch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem;width:100%;max-width:1150px;margin:0 auto}@media(max-width:900px){.watch-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:680px){.watch-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:460px){.watch-grid{grid-template-columns:1fr}}.featured-carousel .watch-grid{display:flex;flex-wrap:nowrap;justify-content:center}.featured-carousel .watch-card{flex:0 0 266px;max-width:266px}.watch-card{width:100%;background:var(--surface);cursor:pointer;transition:box-shadow .25s;position:relative;overflow:hidden;border:1px solid var(--border);border-radius:16px}.watch-card:hover{box-shadow:0 8px 32px #0000001f;z-index:2}.watch-card--featured .card-img-wrap{aspect-ratio:3/4}.watch-card--featured .card-body{padding:.9rem 1.1rem;text-align:center}.watch-card--featured .card-name{font-size:1rem;margin-bottom:0}.watch-card:hover .card-img-wrap img{transform:scale(1.04)}.card-img-wrap{aspect-ratio:1;overflow:hidden;background:var(--surface2);display:flex;align-items:center;justify-content:center;position:relative}.card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.card-img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-light);font-size:2.5rem;gap:.5rem;width:100%;height:100%}.card-img-placeholder span{font-family:Inter,sans-serif;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase}.card-badge{position:absolute;top:12px;left:12px;background:#fff;border:1px solid var(--border);color:var(--text-muted);font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;padding:.22rem .6rem}.card-body{padding:1.3rem 1.4rem;border-top:1px solid var(--border)}.card-brand{font-size:.58rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem;font-weight:700}.card-name{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--black);margin-bottom:.35rem;line-height:1.3}.card-ref{font-size:.62rem;color:var(--text-light);letter-spacing:.08em;margin-bottom:.9rem}.card-footer{display:flex;align-items:flex-end;justify-content:space-between}.card-price{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--black);font-weight:700}.card-price sup{font-size:.6em;color:var(--text-light);vertical-align:super}.card-condition{font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;padding:.22rem .55rem;border:1px solid}.cond-excellent{color:#2d7a5a;border-color:#2d7a5a4d;background:#2d7a5a0d}.cond-very-good{color:#2a6090;border-color:#2a60904d;background:#2a60900d}.cond-good{color:var(--gold);border-color:#a8832a4d;background:var(--gold-wash)}.cond-fair{color:var(--text-light);border-color:var(--border)}.view-all-row{display:flex;justify-content:center;margin-top:2.5rem}.btn-view-all{background:none;border:1px solid var(--border);color:var(--text-muted);padding:.75rem 2.5rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;transition:all .25s}.btn-view-all:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-wash)}.marketplace-header{background:var(--surface2);border-bottom:1px solid var(--border);padding:4rem clamp(1.5rem,5vw,5rem) 3.5rem;text-align:center;position:relative;overflow:hidden}.marketplace-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 50% 120%,rgba(168,131,42,.06) 0%,transparent 60%);pointer-events:none}.marketplace-header h1{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.2;color:var(--black);margin-bottom:1rem;position:relative}.marketplace-header h1 em{font-style:italic;color:var(--gold)}.marketplace-header p{font-family:Inter,sans-serif;font-size:1.12rem;color:var(--text-muted);max-width:520px;margin:0 auto;line-height:1.75;position:relative}.sell-hero{background:var(--surface2);border-bottom:1px solid var(--border);padding:4rem clamp(1.5rem,5vw,5rem) 3.5rem;text-align:center;position:relative;overflow:hidden}.sell-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 50% 120%,rgba(168,131,42,.06) 0%,transparent 60%);pointer-events:none}.sell-hero-eyebrow{font-family:Inter,sans-serif;font-size:.68rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-weight:700;position:relative}.sell-hero h1{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.2;color:var(--black);margin-bottom:1rem;position:relative}.sell-hero h1 em{font-style:italic;color:var(--gold)}.sell-hero p{font-family:Inter,sans-serif;font-size:1.12rem;color:var(--text-muted);max-width:520px;margin:0 auto;line-height:1.75;position:relative}.sell-hero-actions{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.sell-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);padding:0 clamp(1.25rem,4vw,4rem)}.sell-step{padding:2rem 1.5rem;border-right:1px solid var(--border);text-align:center}.sell-step:last-child{border-right:none}.sell-step-num{font-family:Inter,sans-serif;font-size:1.6rem;color:var(--gold);font-weight:600;margin-bottom:.5rem}.sell-step-title{font-family:Inter,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.1em;color:var(--black);text-transform:uppercase;margin-bottom:.4rem}.sell-step-desc{font-family:Inter,sans-serif;font-size:.95rem;color:var(--text-muted);line-height:1.6}@media(max-width:640px){.sell-steps{grid-template-columns:1fr}.sell-step{border-right:none;border-bottom:1px solid var(--border)}.sell-step:last-child{border-bottom:none}}.empty-state{text-align:center;padding:6rem 2rem;color:var(--text-light)}.empty-state .icon{font-size:3rem;margin-bottom:1rem;opacity:.25}.empty-state h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--text-muted);margin-bottom:.5rem}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border:1px solid var(--border);max-width:860px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 80px #0000002e;animation:slideUp .25s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;z-index:10;background:var(--surface2);border:1px solid var(--border);color:var(--text-muted);width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal-close:hover{border-color:var(--gold);color:var(--gold)}.modal-grid{display:grid;grid-template-columns:1fr 1fr}@media(max-width:600px){.modal-grid{grid-template-columns:1fr}.modal-info{border-left:none;border-top:1px solid var(--border)}}.modal-img{background:var(--surface2);min-height:420px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:1.25rem;gap:.9rem}.modal-main-image{aspect-ratio:1 / 1;width:100%;border:1px solid var(--border);background:var(--surface);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.modal-main-image img{width:100%;height:100%;object-fit:cover;padding:0}.modal-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:.6rem}.modal-thumb{border:1px solid var(--border);background:var(--surface);cursor:pointer;padding:0;border-radius:2px;overflow:hidden;aspect-ratio:1;transition:border-color .2s,box-shadow .2s,transform .2s}.modal-thumb:hover{border-color:var(--gold-light);transform:translateY(-1px)}.modal-thumb.active{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold-wash)}.modal-thumb img{width:100%;height:100%;object-fit:cover;display:block}.modal-info{padding:2.5rem 2rem;display:flex;flex-direction:column;border-left:1px solid var(--border)}.modal-brand{font-size:.6rem;letter-spacing:.32em;color:var(--gold);text-transform:uppercase;margin-bottom:.5rem;font-weight:700}.modal-name{font-family:Playfair Display,serif;font-size:1.85rem;font-weight:700;line-height:1.2;margin-bottom:.3rem;color:var(--black)}.modal-ref{font-size:.68rem;color:var(--text-light);letter-spacing:.1em;margin-bottom:1.5rem}.modal-rule{width:36px;height:1px;background:var(--gold);margin-bottom:1.5rem}.modal-desc{font-family:Inter,sans-serif;font-size:1.05rem;color:var(--text-muted);line-height:1.8;flex:1;margin-bottom:1.5rem}.modal-specs{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.8rem;background:var(--surface2);padding:1.1rem}.spec-item label{font-size:.56rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-light);display:block;margin-bottom:.25rem}.spec-item span{font-size:.82rem;color:var(--black);font-weight:500}.modal-price-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.modal-price{font-family:Playfair Display,serif;font-size:2.2rem;color:var(--black);font-weight:700}.modal-price sup{font-size:.5em;color:var(--text-light);vertical-align:super}.btn-inquire{width:100%;padding:.9rem;background:var(--black);color:#fff;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;transition:background .2s,box-shadow .2s;box-shadow:0 4px 14px #00000038}.btn-inquire:hover{background:#222}.btn-inquire-outline{width:100%;padding:.85rem;background:none;color:var(--text-muted);border:1px solid var(--border);cursor:pointer;font-family:Inter,sans-serif;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;margin-top:.5rem;transition:all .2s}.btn-inquire-outline:hover{border-color:var(--gold);color:var(--gold)}.admin-wrap{max-width:700px;margin:0 auto;padding:3rem 2rem}.admin-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;margin-bottom:.3rem;color:var(--black)}.admin-sub{font-size:.72rem;color:var(--text-light);letter-spacing:.1em;margin-bottom:2.5rem}.form-section{background:var(--surface);border:1px solid var(--border);padding:2rem;margin-bottom:1px}.form-section-title{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-weight:700}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{width:100%;background:var(--surface2);border:1px solid var(--border);color:var(--black);padding:.7rem .9rem;font-family:Inter,sans-serif;font-size:.82rem;outline:none;transition:border .2s;border-radius:0}.form-group textarea{resize:vertical;min-height:90px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);background:#fff}.input-password-wrap{position:relative;display:flex;align-items:center}.input-password-wrap input{width:100%;padding-right:2.5rem}.input-password-toggle{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;color:var(--text-light);display:flex;align-items:center;padding:0;transition:color .2s}.input-password-toggle:hover{color:var(--gold)}.form-group select option{background:#fff}.btn-submit{width:100%;padding:1rem;background:var(--black);color:#fff;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:.73rem;font-weight:700;letter-spacing:.26em;text-transform:uppercase;transition:background .2s,box-shadow .2s;margin-top:.5rem;box-shadow:0 4px 14px #00000038}.btn-submit:hover{background:#222}.btn-submit:disabled{opacity:.4;cursor:not-allowed}.alert{padding:.9rem 1.2rem;margin-bottom:1.2rem;font-size:.78rem;letter-spacing:.05em}.alert-success{background:#2d7a5a12;border:1px solid rgba(45,122,90,.25);color:#2d7a5a}.alert-error{background:#b03a2e12;border:1px solid rgba(176,58,46,.25);color:#b03a2e}.admin-listings{margin-top:2rem}.admin-listing-item{display:flex;align-items:center;gap:1rem;background:var(--surface);border:1px solid var(--border);padding:.9rem 1.2rem;margin-bottom:1px}.admin-listing-thumb{width:52px;height:52px;object-fit:cover;background:var(--surface2);flex-shrink:0;border-radius:10px}.admin-listing-info{flex:1;min-width:0}.admin-listing-name{font-family:Inter,sans-serif;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--black)}.admin-listing-meta{font-size:.62rem;color:var(--text-light);letter-spacing:.08em}.btn-delete{background:none;border:1px solid rgba(176,58,46,.25);color:#b03a2e;padding:.3rem .7rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;transition:all .2s;flex-shrink:0}.btn-delete:hover{background:#b03a2e0f;border-color:#b03a2e}.img-preview{width:100%;aspect-ratio:16/9;background:var(--surface3);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;margin-top:.5rem;color:var(--text-light);font-size:.75rem;overflow:hidden}.img-preview img{width:100%;height:100%;object-fit:cover}.image-upload-panel{border:1px dashed var(--border);background:var(--surface2);padding:1rem}.image-upload-note{margin-top:.65rem;font-size:.72rem;color:var(--text-muted)}.image-upload-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.75rem;margin-top:1rem}.image-tile{position:relative;aspect-ratio:1;border:1px solid var(--border);background:var(--surface);overflow:hidden;border-radius:12px}.image-tile img{width:100%;height:100%;object-fit:cover;display:block}.image-tile-primary{position:absolute;left:.5rem;bottom:.5rem;background:#000000bf;color:#fff;font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;padding:.22rem .45rem}.image-tile-remove{position:absolute;top:.4rem;right:.4rem;width:26px;height:26px;border-radius:999px;border:none;background:#000000bf;color:#fff;cursor:pointer}.image-tile-set-portada{position:absolute;left:.4rem;bottom:.4rem;width:26px;height:26px;border-radius:999px;border:none;background:#000000bf;color:var(--gold);cursor:pointer;font-size:.85rem;line-height:1}.image-tile-set-portada:hover{background:var(--gold);color:#111}.auth-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .2s ease}.auth-modal{background:var(--surface);border:1px solid var(--border);max-width:420px;width:100%;position:relative;box-shadow:0 24px 80px #0000002e;animation:slideUp .25s ease}.auth-modal-header{padding:2rem 2rem 0;text-align:center}.auth-modal-header h2{font-family:Inter,sans-serif;font-size:1.5rem;color:var(--black);margin-bottom:.3rem}.auth-modal-header p{font-size:.75rem;color:var(--text-muted);margin-bottom:1.5rem}.auth-tabs{display:flex;border-bottom:1px solid var(--border)}.auth-tab{flex:1;padding:.7rem;background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-light);transition:all .2s;border-bottom:2px solid transparent}.auth-tab.active{color:var(--gold);border-bottom-color:var(--gold);font-weight:600}.auth-tab:hover:not(.active){color:var(--text-muted)}.auth-body{padding:1.5rem 2rem 2rem}.auth-body .form-group{margin-bottom:1rem}.auth-body .form-group label{font-size:.58rem}.auth-body .btn-submit{margin-top:.5rem}.auth-close{position:absolute;top:1rem;right:1rem;background:var(--surface2);border:1px solid var(--border);color:var(--text-muted);width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.auth-close:hover{border-color:var(--gold);color:var(--gold)}.auth-switch{text-align:center;margin-top:1rem;font-size:.72rem;color:var(--text-muted)}.auth-switch button{background:none;border:none;color:var(--gold);cursor:pointer;font-family:Inter,sans-serif;font-size:.72rem;text-decoration:underline;transition:opacity .2s}.auth-switch button:hover{opacity:.7}.nav-user{display:flex;align-items:center;gap:.8rem}.nav-user-email{font-size:.62rem;color:#fff9;letter-spacing:.06em;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-btn-auth{background:#ffffff1f;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.35rem .9rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.75rem;letter-spacing:.02em;transition:all .2s}.nav-btn-auth:hover{background:#ffffff38;border-color:#ffffff80;color:#fff}.nav-btn-cta{background:#fff;border-color:#fff;color:#0a1628!important;font-weight:600}.nav-btn-cta:hover{background:#ffffffe0;border-color:#ffffffe0;color:#0a1628!important}.nav-btn-admin{background:#ffffff1f;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.35rem .8rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;transition:all .2s;font-weight:600}.nav-btn-admin:hover{background:#ffffff38}.status-badge{font-size:.52rem;letter-spacing:.15em;text-transform:uppercase;padding:.18rem .45rem;display:inline-block}.status-pending{color:#c48a00;border:1px solid rgba(196,138,0,.3);background:#c48a000f}.status-approved{color:#2d7a5a;border:1px solid rgba(45,122,90,.3);background:#2d7a5a0d}.status-rejected{color:#b03a2e;border:1px solid rgba(176,58,46,.3);background:#b03a2e0d}.admin-review-section{margin-top:3rem}.admin-review-title{font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;color:#c48a00;margin-bottom:1rem;font-weight:700}.btn-approve{background:none;border:1px solid rgba(45,122,90,.3);color:#2d7a5a;padding:.3rem .7rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;transition:all .2s;flex-shrink:0}.btn-approve:hover{background:#2d7a5a0f;border-color:#2d7a5a}.btn-reject{background:none;border:1px solid rgba(176,58,46,.25);color:#b03a2e;padding:.3rem .7rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;transition:all .2s;flex-shrink:0}.btn-reject:hover{background:#b03a2e0f;border-color:#b03a2e}.admin-listing-actions{display:flex;gap:.5rem;flex-shrink:0}.login-prompt{text-align:center;padding:3rem 2rem;max-width:400px;margin:0 auto}.login-prompt h3{font-family:Inter,sans-serif;font-size:1.3rem;color:var(--black);margin-bottom:.5rem}.login-prompt p{font-size:.82rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.btn-login-cta{background:var(--black);color:#fff;border:none;cursor:pointer;padding:.8rem 2.5rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;transition:background .2s,box-shadow .2s;box-shadow:0 4px 14px #00000038}.btn-login-cta:hover{background:#222}.loading-state{text-align:center;padding:4rem 2rem;color:var(--text-light)}.loading-spinner{width:32px;height:32px;border:2px solid var(--border);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;bottom:2rem;right:2rem;z-index:999;background:var(--black);border:1px solid rgba(168,131,42,.4);color:#fff;padding:.9rem 1.4rem;font-size:.76rem;letter-spacing:.06em;animation:slideIn .3s ease;max-width:320px}@keyframes slideIn{0%{transform:translate(30px);opacity:0}to{transform:translate(0);opacity:1}}footer{border-top:1px solid var(--border);padding:2rem;text-align:center;color:var(--text-light);font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;background:var(--surface2)}footer span{color:var(--gold)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--surface2)}::-webkit-scrollbar-thumb{background:var(--border)}::-webkit-scrollbar-thumb:hover{background:var(--gold-light)}.filter-panel-header{width:100%;padding:.85rem 1.25rem;border:none;background:none;color:var(--gold);font-family:Inter,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--border)}.filter-toggle-chevron{margin-left:auto;font-size:.6rem;letter-spacing:0}.filter-active-badge{background:var(--gold);color:#fff;border-radius:999px;font-size:.55rem;padding:.12rem .45rem;font-weight:700;letter-spacing:0}@keyframes slideFromRight{0%{transform:translate(48px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideFromLeft{0%{transform:translate(-48px);opacity:0}to{transform:translate(0);opacity:1}}.watch-grid.slide-from-right{animation:slideFromRight .32s ease}.watch-grid.slide-from-left{animation:slideFromLeft .32s ease}.featured-carousel{width:100%;overflow:hidden}.featured-nav{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-top:2rem}.featured-nav-btn{width:40px;height:40px;border-radius:999px;border:1px solid var(--border);background:none;color:var(--text-muted);font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.featured-nav-btn:hover:not(:disabled){border-color:var(--gold);color:var(--gold)}.featured-nav-btn:disabled{opacity:.3;cursor:not-allowed}.featured-page{font-size:.65rem;letter-spacing:.15em;color:var(--text-light);text-transform:uppercase}.btn-featured{background:none;border:1px solid var(--border);color:var(--text-light);padding:.3rem .7rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;transition:all .2s;flex-shrink:0}.btn-featured:hover{border-color:var(--gold-light);color:var(--gold)}.btn-featured-active{background:var(--gold-wash);border:1px solid var(--gold);color:var(--gold);padding:.3rem .7rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;transition:all .2s;flex-shrink:0}.btn-featured-active:hover{background:#a8832a26}.admin-listing-clickable{cursor:pointer;transition:background .15s,box-shadow .15s}.admin-listing-clickable:hover{background:var(--surface2);box-shadow:0 2px 12px #0000000f}.btn-edit-watch{display:inline-flex;align-items:center;gap:.35rem;background:none;border:1px solid var(--border-gold);color:var(--gold);padding:.35rem .9rem;font-family:Inter,sans-serif;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:1.2rem}.btn-edit-watch:hover{background:var(--gold-wash);border-color:var(--gold)}.modal.modal-edit-mode{max-height:90vh;overflow-y:auto;max-width:620px}.modal-edit-wrap{padding:.5rem 0}.modal-edit-title{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:600;color:var(--black);margin-bottom:1.5rem}.modal-edit-images{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem}.modal-edit-img-tile{position:relative;width:80px;height:80px;border:1px solid var(--border);overflow:hidden;border-radius:12px}.modal-edit-img-tile img{width:100%;height:100%;object-fit:cover}.modal-edit-img-label{position:absolute;bottom:0;left:0;right:0;background:#a8832ad9;color:#fff;font-size:.55rem;letter-spacing:.1em;text-align:center;padding:.2rem;text-transform:uppercase}.modal-edit-img-remove{position:absolute;top:3px;right:3px;background:#0000008c;color:#fff;border:none;cursor:pointer;font-size:.65rem;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:2px}.modal-edit-img-remove:hover{background:var(--red)}.modal-edit-img-add{width:80px;height:80px;border:1px dashed var(--border-gold);background:var(--gold-wash);color:var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;cursor:pointer;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;transition:background .2s}.modal-edit-img-add span{font-size:1.2rem;line-height:1}.modal-edit-img-add:hover{background:#a8832a24}.modal-edit-actions{display:flex;gap:.8rem;margin-top:1.5rem;flex-wrap:wrap}.modal-edit-actions .btn-submit{flex:1;min-width:140px}.modal-edit-actions .btn-inquire-outline{flex:1;min-width:100px}.nav-auth-group{display:flex;align-items:center;gap:.6rem}.nav-btn-register{background:none;border:none;color:var(--text-muted);padding:.35rem .6rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.75rem;letter-spacing:.02em;transition:all .2s}.nav-btn-register:hover{color:var(--black)}.nav-user-name{font-size:.62rem;color:#fff9;letter-spacing:.06em;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-btn-salir{opacity:.65}.nav-btn-salir:hover{opacity:1;border-color:#ff6464b3!important;color:#ff8080!important;background:#ff50501a!important}.cuenta-page{flex:1}.cuenta-body{display:flex;align-items:stretch;min-height:75vh}.cuenta-sidebar{width:240px;flex-shrink:0;border-right:1px solid var(--border);padding:3rem 2.5rem 3rem 1.5rem;display:flex;flex-direction:column;box-shadow:4px 0 12px #0000000f}.cuenta-sidebar-title{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;color:var(--black);line-height:1.15;padding-right:1rem;padding-bottom:.55rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.cuenta-tabs{display:flex;flex-direction:column;height:auto;position:static;z-index:auto;background:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;border-bottom:none;align-items:stretch;justify-content:flex-start}.cuenta-tab{background:none;border:none;padding:.8rem .5rem .8rem .75rem;cursor:pointer;text-align:left;width:100%;font-family:Inter,sans-serif;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;transition:color .15s;display:flex;align-items:center;gap:.4rem}.cuenta-tab:hover{color:var(--text)}.cuenta-tab.active{color:var(--gold);font-weight:600;box-shadow:inset 2px 0 0 var(--gold)}.cuenta-tab-count{background:var(--gold-wash);color:var(--gold);border:1px solid var(--border-gold);font-size:.5rem;padding:.1rem .35rem;letter-spacing:.06em;margin-left:auto}.cuenta-content{flex:1;min-width:0;padding:3rem 3rem 3rem 2.5rem}.cuenta-content-header{display:flex;align-items:baseline;gap:.8rem;border-bottom:1px solid var(--border);padding-bottom:.75rem;margin-bottom:1.5rem}.cuenta-content-title{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:700;color:var(--black);line-height:1.4}.cuenta-content-count{font-family:Inter,sans-serif;font-size:.6rem;color:var(--text-light);letter-spacing:.1em;text-transform:uppercase}.cuenta-listings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.cuenta-listing-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);cursor:pointer;transition:border-color .15s;overflow:hidden}.cuenta-listing-card:hover{border-color:var(--border-gold)}.cuenta-listing-card-img{width:100%;aspect-ratio:4/3;overflow:hidden;background:var(--surface3);position:relative}.cuenta-listing-card-img img{width:100%;height:100%;object-fit:cover}.cuenta-listing-card-img-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--text-muted)}.cuenta-listing-card-body{padding:.9rem 1rem .5rem;flex:1}.cuenta-listing-brand{font-family:Inter,sans-serif;font-size:.55rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:.2rem}.cuenta-listing-name{font-family:Inter,sans-serif;font-size:1rem;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.25rem}.cuenta-listing-price{font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.cuenta-listing-meta{font-size:.6rem;color:var(--text-light);letter-spacing:.04em;margin-bottom:.4rem}.cuenta-listing-card-delete{margin:.3rem 1rem .8rem;align-self:flex-start}.cuenta-empty{text-align:center;padding:3.5rem 2rem;color:var(--text-light)}.cuenta-empty-icon{font-size:2.5rem;margin-bottom:1rem;opacity:.3}.cuenta-empty p{font-size:.85rem}.checkbox-row{display:flex;flex-direction:column;gap:.6rem;padding-top:.25rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.68rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text);cursor:pointer}.checkbox-label input[type=checkbox]{width:15px;height:15px;accent-color:var(--gold);cursor:pointer;flex-shrink:0}.wd-page{flex:1;padding:2rem clamp(1.5rem,5vw,5rem) 5rem;max-width:1200px;margin:0 auto;width:100%;padding-bottom:calc(5rem + 72px)}.wd-inline-cta{margin-top:1.25rem;margin-bottom:.25rem}.wd-cta-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.btn-buy-now{flex:1;min-width:140px;padding:.9rem 1.4rem;background:var(--gold);color:#fff;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;transition:background .2s,box-shadow .2s;box-shadow:0 4px 14px #0a162847}.btn-buy-now:hover:not(:disabled){background:#0d1f3c}.btn-buy-now:disabled{opacity:.6;cursor:not-allowed}.btn-make-offer{flex:1;min-width:140px;padding:.9rem 1.4rem;background:transparent;color:var(--gold);border:2px solid var(--gold);cursor:pointer;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;transition:background .2s,color .2s}.btn-make-offer:hover:not(:disabled){background:var(--gold);color:#fff}.wd-sticky-cta-buttons{display:flex;gap:.5rem}.btn-buy-now--sm,.btn-make-offer--sm{padding:.6rem 1.1rem;font-size:.68rem;min-width:0;flex:none}.wd-offer-input{display:flex;flex-direction:column;gap:.5rem}.wd-offer-label{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.wd-offer-row{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.wd-offer-prefix{font-size:1.1rem;font-weight:600;color:var(--text)}.wd-offer-amount{flex:1;min-width:120px;padding:.7rem .9rem;border:2px solid var(--border);font-size:1rem;font-family:Inter,sans-serif;color:var(--text);transition:border-color .18s}.wd-offer-amount:focus{outline:none;border-color:var(--gold)}.wd-offer-cancel{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1.1rem;padding:.5rem;line-height:1;transition:color .15s}.wd-offer-cancel:hover{color:var(--text)}.offers-sections{display:flex;flex-direction:column;gap:2rem}.offers-group{display:flex;flex-direction:column;gap:0}.offers-group-title{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;color:var(--black);margin-bottom:.9rem;padding-bottom:.5rem;border-bottom:2px solid var(--border-gold)}.offers-group-subtitle{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin:1.2rem 0 .6rem}.offer-card{background:var(--surface);border:1px solid var(--border);padding:1.1rem 1.25rem;margin-bottom:.75rem;transition:box-shadow .18s}.offer-card--action{border-color:var(--gold);box-shadow:0 0 0 2px #0a162814}.offer-card--accepted{border-color:#1e7b45}.offer-card-header{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.offer-card-watch{flex:1;min-width:120px}.offer-card-brand{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:600}.offer-card-name{font-size:.97rem;font-weight:700;color:var(--black);margin-top:.1rem}.offer-card-prices{display:flex;flex-direction:column;gap:.2rem}.offer-card-listed{font-size:.8rem;color:var(--text-muted)}.offer-card-current{font-size:.88rem;color:var(--text)}.offer-card-pct{color:#1e7b45;font-size:.78rem;margin-left:.3rem;font-weight:600}.offer-status-badge{font-size:.72rem;font-weight:600;padding:.25rem .65rem;border-radius:20px;white-space:nowrap;align-self:flex-start}.offer-status-badge--pending_seller{background:#fef5e7;color:#b07a00;border:1px solid #F5CBA7}.offer-status-badge--pending_buyer{background:#eaf2fb;color:#1a6299;border:1px solid #AED4F0}.offer-status-badge--accepted{background:#eaf7ee;color:#1e7b45;border:1px solid #A8DDB8}.offer-status-badge--rejected{background:#fdedec;color:#b03a2e;border:1px solid #F1A9A0}.offer-card-actions{margin-bottom:.75rem}.offer-action-buttons{display:flex;gap:.6rem;flex-wrap:wrap}.offer-counter-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.offer-counter-prefix{font-size:1rem;font-weight:600;color:var(--text)}.offer-counter-input{flex:1;min-width:100px;padding:.55rem .8rem;border:2px solid var(--border);font-size:.95rem;font-family:Inter,sans-serif;transition:border-color .18s}.offer-counter-input:focus{outline:none;border-color:var(--gold)}.offer-error{color:#b03a2e;font-size:.8rem;margin-bottom:.4rem}.offer-accepted-banner{background:#eaf7ee;border:1px solid #A8DDB8;color:#1e7b45;padding:.65rem 1rem;font-size:.84rem;margin-bottom:.75rem}.wd-action-error{background:#fdedec;border:1px solid #F1A9A0;color:#b03a2e;padding:.55rem .9rem;font-size:.82rem;margin-bottom:.5rem;cursor:pointer}.offer-history-toggle{background:none;border:none;cursor:pointer;font-size:.76rem;color:var(--text-muted);padding:.1rem 0;transition:color .15s}.offer-history-toggle:hover{color:var(--text)}.offer-history{margin-top:.5rem;display:flex;flex-direction:column;gap:.35rem}.offer-round{display:flex;gap:1rem;align-items:center;font-size:.8rem;padding:.35rem .6rem;background:var(--bg)}.offer-round--buyer{border-left:3px solid var(--gold)}.offer-round--seller{border-left:3px solid #1A6299}.offer-round-who{font-weight:600;color:var(--text);min-width:80px}.offer-round-amt{font-weight:700;color:var(--black);flex:1}.offer-round-time{color:var(--text-muted);font-size:.75rem}.offer-admin-card{border:1px solid #A8DDB8;background:#f6fdf8;padding:1rem 1.25rem;margin-bottom:.75rem}.offer-admin-card-body{display:flex;gap:1.5rem;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.offer-admin-watch{font-weight:700;font-size:.97rem;color:var(--black);margin-bottom:.25rem}.offer-admin-meta{font-size:.82rem;color:var(--text-muted)}.offer-admin-date{font-size:.76rem;color:var(--text-light);margin-top:.35rem}.wd-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:80;background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -4px 24px #0000001a;transform:translateY(100%);transition:transform .22s cubic-bezier(.55,0,1,.45)}.wd-sticky-bar--visible{transform:translateY(0);transition:transform .32s cubic-bezier(.22,1,.36,1)}.wd-sticky-bar-inner{max-width:1200px;margin:0 auto;padding:.85rem clamp(1.5rem,5vw,5rem);display:grid;grid-template-columns:48% 1fr;gap:5rem;align-items:center}.wd-sticky-bar-info{display:flex;flex-direction:column;gap:.1rem;min-width:0}.wd-sticky-bar-brand{font-family:Inter,sans-serif;font-size:.55rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}.wd-sticky-bar-name{font-size:.88rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wd-sticky-bar-right{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.wd-sticky-bar-price{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:600;color:var(--text);white-space:nowrap}.wd-sticky-bar-price sup{font-size:.55em;vertical-align:super;color:var(--text-light)}.wd-sticky-bar-action{flex-shrink:0}.wd-sticky-bar-action .btn-inquire{padding:.65rem 1.8rem;font-size:.72rem}.wd-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem}.wd-back{background:none;border:none;cursor:pointer;padding:0;font-family:Inter,sans-serif;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);transition:color .15s}.wd-back:hover{color:var(--gold)}.wd-edit-btn{background:none;border:1px solid var(--border);cursor:pointer;padding:.45rem 1rem;font-family:Inter,sans-serif;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);transition:all .15s}.wd-edit-btn:hover{border-color:var(--gold);color:var(--gold)}.wd-grid{display:grid;grid-template-columns:48% 1fr;gap:5rem;align-items:start}.wd-gallery{display:flex;flex-direction:column;gap:.75rem;position:sticky;top:88px}.wd-main-image{width:100%;aspect-ratio:1 / 1;background:var(--surface2);overflow:hidden;border-radius:16px;position:relative}.wd-main-image img{width:100%;height:100%;object-fit:cover}.wd-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#00000040;color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;font-size:1.4rem;line-height:1;transition:background .2s,border-color .2s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.wd-gallery-arrow:hover{background:#00000073;border-color:#fff9}.wd-gallery-arrow.left{left:.75rem}.wd-gallery-arrow.right{right:.75rem}.card-img-arrow{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.4);background:#00000047;color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;font-size:1.1rem;line-height:1;transition:background .2s,border-color .2s;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.card-img-wrap:hover .card-img-arrow,.cuenta-listing-card-img:hover .card-img-arrow{opacity:1}.card-img-arrow:hover{background:#00000080;border-color:#ffffffa6}.card-img-arrow.left{left:.5rem}.card-img-arrow.right{right:.5rem}.wd-thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:.4rem}.wd-thumb{aspect-ratio:1 / 1;overflow:hidden;padding:0;cursor:pointer;border:2px solid transparent;background:var(--surface2);transition:border-color .15s;border-radius:12px}.wd-thumb.active{border-color:var(--gold)}.wd-thumb:hover:not(.active){border-color:var(--border-gold)}.wd-thumb img{width:100%;height:100%;object-fit:cover;display:block}.wd-info{display:flex;flex-direction:column}.wd-brand{font-family:Inter,sans-serif;font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem}.wd-name{font-family:Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--black);line-height:1.15;margin:0 0 .35rem}.wd-ref{font-family:Inter,sans-serif;font-size:.65rem;letter-spacing:.1em;color:var(--text-light);margin-bottom:1.25rem}.wd-price-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.wd-price{font-family:Inter,sans-serif;font-size:1.9rem;font-weight:700;color:var(--black)}.wd-price sup{font-size:1rem;vertical-align:super;margin-right:.1rem}.wd-condition-badge{font-family:Inter,sans-serif;font-size:.55rem;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .7rem}.wd-rule{border:none;border-top:1px solid var(--border);margin:.25rem 0 1.5rem}.wd-section{margin-bottom:1.75rem}.wd-section-title{font-family:Inter,sans-serif;font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-light);margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.wd-desc{font-size:.88rem;line-height:1.75;color:var(--text);margin:0}.wd-accessories{display:flex;gap:2rem}.wd-accessory{display:flex;align-items:center;gap:.45rem;font-family:Inter,sans-serif;font-size:.65rem;letter-spacing:.06em;text-transform:uppercase}.wd-accessory.included .wd-accessory-icon{color:var(--gold);font-weight:700}.wd-accessory.excluded .wd-accessory-icon{color:var(--text-muted)}.wd-specs{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border)}.wd-spec-row{display:flex;flex-direction:column;padding:.65rem .9rem;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.wd-spec-row:nth-child(2n){border-right:none}.wd-spec-row:nth-last-child(-n+2){border-bottom:none}.wd-spec-label{font-family:Inter,sans-serif;font-size:.52rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-light);margin-bottom:.2rem}.wd-spec-value{font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;color:var(--black)}.wd-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.wd-edit-wrap{max-width:780px;margin:0 auto;padding:2.5rem 3rem;background:var(--surface);border:1px solid var(--border)}.wd-edit-title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--black);margin-bottom:1.5rem}@media(max-width:900px){.wd-grid{grid-template-columns:1fr;gap:1.5rem}.wd-gallery{position:static!important;top:auto!important}.wd-main-image{aspect-ratio:4 / 3;max-height:50vh}.wd-info{position:static;max-height:none;overflow-y:visible}.wd-name{font-size:1.6rem}.wd-edit-wrap{padding:1.5rem}}@media(max-width:500px){.wd-specs{grid-template-columns:1fr}.wd-spec-row{border-right:none}.wd-spec-row:nth-last-child(-n+2){border-bottom:1px solid var(--border)}.wd-spec-row:last-child{border-bottom:none}}.btn-sell-cta{background:var(--gold);color:#fff;border:none;padding:.8rem 2.5rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;transition:background .2s,box-shadow .2s;display:inline-block;margin-top:1.8rem;position:relative;box-shadow:0 4px 18px #1b3a6b59}.btn-sell-cta:hover{background:var(--gold-light)}.sell-section-label{font-family:Inter,sans-serif;font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);font-weight:700;text-align:center;margin-bottom:0}.sell-how{padding:2.5rem clamp(1.25rem,4vw,4rem) 0;background:var(--surface)}.sell-how .sell-section-label{margin-bottom:0}.sell-how .sell-steps{border-top:none}.sell-benefits{padding:3rem clamp(1.25rem,4vw,4rem);background:var(--surface2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.sell-benefits .sell-section-label{margin-bottom:2rem}.sell-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:760px;margin:0 auto}.sell-benefit{background:var(--surface);border:1px solid var(--border);padding:1.5rem;text-align:left}.sell-benefit-icon{color:var(--gold);font-size:.9rem;margin-bottom:.6rem}.sell-benefit-title{font-family:Inter,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--black);margin-bottom:.4rem}.sell-benefit-desc{font-family:Inter,sans-serif;font-size:.95rem;color:var(--text-muted);line-height:1.6}.sell-cta-bottom{padding:3.5rem clamp(1.5rem,5vw,5rem);text-align:center;background:var(--surface)}.sell-cta-title{font-family:Inter,sans-serif;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;color:var(--black);margin-bottom:.6rem}.sell-cta-sub{font-family:Inter,sans-serif;font-size:1.05rem;color:var(--text-muted);margin-bottom:1.8rem}@media(max-width:640px){.sell-benefits-grid{grid-template-columns:1fr}.cuenta-body{flex-direction:column;min-height:auto}.cuenta-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border);padding:1.5rem 1.5rem 0}.cuenta-sidebar-title{margin-bottom:1rem;font-size:1.4rem}.cuenta-tabs{flex-direction:row;overflow-x:auto}.cuenta-tab{box-shadow:none;border-bottom:none;padding:.7rem .8rem calc(.7rem + 2px);white-space:nowrap}.cuenta-tab.active{box-shadow:none;border-bottom:2px solid var(--gold);padding-bottom:.7rem}.cuenta-content{padding:1.5rem}.cuenta-listings-grid{grid-template-columns:1fr}.nav-user-name{display:none}}.admin-dash-wrap{padding:2rem clamp(1.25rem,4vw,4rem);max-width:1280px;margin:0 auto}.admin-dash-tabs{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:2rem}.admin-dash-tab{background:none;border:none;border-bottom:2px solid transparent;padding:.8rem 1.4rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:-1px;transition:color .15s;display:flex;align-items:center;gap:.5rem}.admin-dash-tab:hover{color:var(--text)}.admin-dash-tab.active{color:var(--gold);border-bottom-color:var(--gold)}.admin-listing-thumb-empty{display:flex;align-items:center;justify-content:center;font-size:1.4rem;background:var(--surface2)}.pending-count{background:#fdedec;color:#b03a2e;border:1px solid #F1A9A0}.consultation-badge{display:inline-flex;align-items:center;background:#eaf2fb;color:#1a6299;border:1px solid #AED4F0;font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;padding:.15rem .5rem;border-radius:999px;margin-left:.6rem;font-weight:600}.admin-consult-panel{padding:2rem clamp(1.25rem,4vw,4rem);max-width:780px;margin:0 auto}.admin-consult-header{display:flex;align-items:center;justify-content:space-between;margin:1.2rem 0 1.8rem;gap:1rem}.admin-consult-brand{font-size:.6rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:.2rem}.admin-consult-name{font-family:Inter,sans-serif;font-size:1.5rem;color:var(--black)}.admin-consult-list{margin-top:1.5rem}.admin-consult-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border:1px solid var(--border);border-bottom:none;background:var(--surface)}.admin-consult-item:last-child{border-bottom:1px solid var(--border)}.admin-consult-item-info{display:flex;flex-direction:column;gap:.15rem;flex:1}.admin-consult-item-name{font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;color:var(--black)}.admin-consult-item-email{font-size:.72rem;color:var(--text-muted)}.admin-consult-item-date{font-size:.65rem;color:var(--text-light)}.admin-new-sale-form{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--gold);padding:1.5rem;margin:1.5rem 0}.admin-live-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;padding:.5rem 0 2rem}.admin-live-card{position:relative;cursor:pointer;background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:box-shadow .25s,transform .25s}.admin-live-card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-2px)}.admin-live-card-img{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--surface2)}.admin-live-card-img img,.admin-live-card-img .card-img-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.admin-live-card:hover .admin-live-card-img img{transform:scale(1.04)}.admin-live-card-overlay{position:absolute;top:0;right:0;display:flex;flex-direction:column;gap:.35rem;padding:.6rem;opacity:0;transition:opacity .2s}.admin-live-card:hover .admin-live-card-overlay{opacity:1}.btn-delete-sm{background:#ffffffeb;color:#b03a2e;border:1px solid #F1A9A0;border-radius:4px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:.75rem;cursor:pointer;transition:background .15s}.btn-delete-sm:hover{background:#fdedec}.admin-live-card-badges{position:absolute;bottom:8px;left:8px;display:flex;flex-direction:column;gap:.3rem}.admin-live-badge{font-family:Inter,sans-serif;font-size:.55rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.18rem .55rem;border-radius:999px;white-space:nowrap}.admin-live-badge-consult{background:var(--black);color:#fff;border:none}.admin-live-badge-reserved{background:#fef5e7;color:#b07a00;border:1px solid #F5CBA7}.admin-live-card-body{padding:1.1rem 1.2rem;border-top:1px solid var(--border)}.admin-live-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.6rem;flex-wrap:wrap;gap:.4rem}.admin-watch-split{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}@media(max-width:820px){.admin-watch-split{grid-template-columns:1fr}}.admin-review-seller-title{color:var(--gold)!important}.admin-review-seller-box{background:#a8832a12;border:1px solid rgba(168,131,42,.25);border-radius:8px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.45rem}.admin-review-seller-row{display:flex;gap:.75rem;font-size:.8rem}.admin-review-seller-row span{color:var(--text-muted);min-width:60px}.admin-review-actions{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1.5rem}.admin-review-actions .btn-approve,.admin-review-actions .btn-reject,.admin-review-actions .btn-crm-secondary{flex:1;min-width:120px;justify-content:center}.admin-review-msg-form{margin-top:1rem;display:flex;flex-direction:column;gap:.65rem}.admin-review-msg-form textarea{width:100%;resize:vertical;border:1px solid var(--border);background:var(--surface2);color:var(--text);padding:.75rem;font-size:.82rem;border-radius:6px}.admin-watch-sidebar{position:sticky;top:80px;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.admin-watch-sidebar-img{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--surface2)}.admin-watch-sidebar-img img,.admin-watch-sidebar-img .card-img-placeholder{width:100%;height:100%;object-fit:cover}.admin-watch-sidebar-body{padding:1.25rem}.admin-watch-sidebar-brand{font-size:.58rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:.25rem}.admin-watch-sidebar-name{font-family:Inter,sans-serif;font-size:1.25rem;color:var(--black);line-height:1.3;margin-bottom:.2rem}.admin-watch-sidebar-ref{font-size:.68rem;color:var(--text-muted);margin-bottom:.65rem;font-family:Inter,sans-serif;letter-spacing:.06em}.admin-watch-sidebar-price{font-family:Inter,sans-serif;font-size:1.8rem;font-weight:600;color:var(--black);margin-bottom:.6rem}.admin-watch-sidebar-price sup{font-size:.55em;color:var(--text-light);vertical-align:super}.admin-watch-sidebar-specs{border-top:1px solid var(--border);padding-top:.75rem;margin:.5rem 0 .75rem;display:flex;flex-direction:column;gap:.35rem}.admin-watch-sidebar-spec{display:flex;justify-content:space-between;gap:.5rem;font-family:Inter,sans-serif;font-size:.7rem;color:var(--text)}.admin-watch-sidebar-spec span{color:var(--text-light)}.admin-watch-sidebar-desc{font-size:.76rem;color:var(--text-muted);line-height:1.6;margin:.5rem 0 .75rem;font-family:Inter,sans-serif;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.admin-watch-sidebar-seller{font-size:.64rem;color:var(--text-light);font-family:Inter,sans-serif;border-top:1px solid var(--border);padding-top:.7rem;margin-top:.5rem;word-break:break-all}.admin-watch-sidebar-actions{display:flex;gap:.6rem;margin-top:.9rem;flex-wrap:wrap}.admin-watch-sidebar-actions .btn-featured,.admin-watch-sidebar-actions .btn-featured-active{flex:1;display:flex;align-items:center;justify-content:center;font-size:.63rem;padding:.45rem .8rem}.admin-watch-split-right{display:flex;flex-direction:column;gap:1.5rem}.admin-consult-create{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--gold);border-radius:0 8px 8px 0;padding:1.4rem 1.5rem}.sale-status-badge{font-family:Inter,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .65rem;border-radius:999px;white-space:nowrap}.sale-list{display:flex;flex-direction:column;gap:.75rem}.sale-card{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.1rem 1.3rem;border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:8px;transition:box-shadow .2s}.sale-card:hover{box-shadow:0 4px 16px #00000017}.sale-card-urgent{border-color:#f1a9a0;background:#fefaf9}.sale-card-body{flex:1;display:flex;flex-direction:column;gap:.3rem}.sale-card-watch{font-family:Inter,sans-serif;font-size:1rem;color:var(--black)}.sale-card-parties{font-size:.7rem;color:var(--text-muted);display:flex;gap:1.2rem}.sale-card-price{font-family:Inter,sans-serif;font-size:.78rem;color:var(--gold);font-weight:600}.sale-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.sale-card-date{font-size:.65rem;color:var(--text-light)}.crm-wrap{padding:2rem clamp(1.25rem,4vw,4rem) 4rem;max-width:820px;margin:0 auto}.crm-back{background:none;border:none;cursor:pointer;padding:0;font-family:Inter,sans-serif;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);display:flex;align-items:center;gap:.4rem;margin-bottom:1.5rem}.crm-back:hover{color:var(--gold)}.crm-header{background:var(--surface);border:1px solid var(--border);padding:1.5rem;margin-bottom:1rem;border-radius:8px}.crm-header-watch{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.crm-watch-brand{font-size:.6rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:.2rem}.crm-watch-name{font-family:Inter,sans-serif;font-size:1.4rem;color:var(--black)}.crm-meta-row{display:flex;flex-wrap:wrap;gap:1.5rem}.crm-meta-item{display:flex;flex-direction:column;gap:.15rem}.crm-meta-item span{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);font-family:Inter,sans-serif}.crm-meta-item{font-size:.82rem;color:var(--text);font-family:Inter,sans-serif;font-weight:500}.crm-status-badge{font-family:Inter,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .85rem;border-radius:999px;white-space:nowrap}.crm-disbursement-alert{background:#fdedec;color:#b03a2e;border:1px solid #F1A9A0;padding:.9rem 1.2rem;border-radius:6px;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.04em}.crm-disbursement-countdown{background:#fef5e7;color:#b07a00;border:1px solid #F5CBA7;padding:.75rem 1.2rem;border-radius:6px;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600}.crm-action-panel{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--gold);padding:1.5rem;margin-bottom:1rem;border-radius:0 8px 8px 0}.crm-section-title{font-family:Inter,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.crm-action-fields{display:flex;flex-direction:column;gap:.75rem}.crm-action-hint{font-size:.8rem;color:var(--text-muted);font-family:Inter,sans-serif}.crm-action-alert{color:#b03a2e;font-weight:600}.crm-hint-muted{font-size:.78rem;color:var(--text-light);font-family:Inter,sans-serif;font-style:italic}.crm-action-btns{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.crm-action-btns-split{justify-content:flex-start}.crm-tracking-row{display:flex;flex-direction:column;gap:.5rem;background:var(--surface2);padding:.9rem;border:1px solid var(--border);border-radius:6px}.crm-tracking-label{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);font-family:Inter,sans-serif}.crm-tracking-value{font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;color:var(--black);letter-spacing:.05em}.btn-crm-advance{background:var(--black);color:#fff;border:none;cursor:pointer;padding:.6rem 1.2rem;font-family:Inter,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:4px;transition:background .2s,box-shadow .2s;white-space:nowrap;box-shadow:0 3px 10px #0003}.btn-crm-advance:hover:not(:disabled){background:#333}.btn-crm-advance:disabled{opacity:.45;cursor:not-allowed}.btn-crm-advance.btn-crm-sm{padding:.4rem .8rem;font-size:.62rem}.btn-crm-reject{background:none;color:#b03a2e;border:1px solid #F1A9A0;cursor:pointer;padding:.6rem 1.2rem;font-family:Inter,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:4px;transition:all .2s;white-space:nowrap}.btn-crm-reject:hover:not(:disabled){background:#fdedec}.btn-crm-reject:disabled{opacity:.45;cursor:not-allowed}.btn-crm-cancel{background:none;color:var(--text-muted);border:1px solid var(--border);cursor:pointer;padding:.6rem 1.2rem;font-family:Inter,sans-serif;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;border-radius:4px;transition:all .2s}.btn-crm-cancel:hover{border-color:var(--text-muted);color:var(--black)}.crm-notes-section{background:var(--surface);border:1px solid var(--border);padding:1.25rem 1.5rem;margin-bottom:1rem;border-radius:8px}.crm-notes-textarea{width:100%;border:1px solid var(--border);padding:.6rem .8rem;font-family:Inter,sans-serif;font-size:.78rem;color:var(--text);background:var(--surface2);resize:vertical;outline:none;transition:border .2s;border-radius:4px;box-sizing:border-box}.crm-notes-textarea:focus{border-color:var(--gold-light)}.crm-timeline{background:var(--surface);border:1px solid var(--border);padding:1.25rem 1.5rem;border-radius:8px}.crm-event{display:flex;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.crm-event:last-child{border-bottom:none;padding-bottom:0}.crm-event-dot{width:10px;height:10px;border-radius:50%;margin-top:4px;flex-shrink:0}.crm-event-body{display:flex;flex-direction:column;gap:.2rem;flex:1}.crm-event-status{font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.05em}.crm-event-note{font-size:.78rem;color:var(--text)}.crm-event-meta{font-size:.65rem;color:var(--text-light);display:flex;gap:1rem}.upload-success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0a16288c;display:flex;align-items:center;justify-content:center;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.upload-success-modal{background:var(--white);border-radius:12px;padding:2.5rem 2rem;max-width:440px;width:100%;text-align:center;box-shadow:0 20px 60px #0a162840;border-top:4px solid #1E7B45;position:relative}.upload-success-close{position:absolute;top:.85rem;right:.85rem;width:28px;height:28px;border-radius:50%;background:none;border:none;cursor:pointer;font-size:1.2rem;line-height:1;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.upload-success-close:hover{background:#f0f0f0;color:var(--navy)}.upload-success-icon{width:52px;height:52px;border-radius:50%;background:#eaf7ee;color:#1e7b45;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;border:1px solid #A8DDB8}.upload-success-title{font-family:Inter,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.upload-success-body{font-family:Inter,sans-serif;font-size:.85rem;color:var(--text);line-height:1.6;margin-bottom:.75rem}.upload-success-note{font-family:Inter,sans-serif;font-size:.78rem;color:#1e7b45;background:#eaf7ee;border:1px solid #A8DDB8;border-radius:4px;padding:.65rem 1rem;margin-bottom:1.5rem}.upload-success-btn{width:100%;padding:.9rem 1.4rem;background:var(--gold);color:var(--white);border:none;border-radius:4px;cursor:pointer;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;transition:background .2s}.upload-success-btn:hover{background:var(--gold-light)}.wd-inquiry-sent{background:#eaf7ee;color:#1e7b45;border:1px solid #A8DDB8;padding:.9rem 1.2rem;text-align:center;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.05em;border-radius:4px}.wd-reserved-notice{background:#fef5e7;color:#b07a00;border:1px solid #F5CBA7;padding:.9rem 1.2rem;text-align:center;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.05em;border-radius:4px}.admin-live-section-header{margin-bottom:1rem}.admin-live-section-title{font-family:Inter,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;display:flex;align-items:center}.admin-live-section-title-active{color:var(--gold)}.admin-live-section-title-muted{color:var(--text-light)}.admin-live-section-hint{font-size:.72rem;color:var(--text-muted);font-family:Inter,sans-serif;margin-top:.3rem}.admin-live-filterbar{margin-bottom:1.5rem}.admin-live-filterbar-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.admin-live-search{flex:1;min-width:200px;border:1px solid var(--border);padding:.55rem .9rem;font-family:Inter,sans-serif;font-size:.78rem;color:var(--text);background:var(--surface);outline:none;transition:border .2s;border-radius:4px}.admin-live-search:focus{border-color:var(--gold-light)}.admin-live-filter-btn{display:flex;align-items:center;gap:.5rem;background:var(--surface);border:1px solid var(--border);padding:.55rem 1rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border-radius:4px;transition:all .15s;white-space:nowrap}.admin-live-filter-btn:hover,.admin-live-filter-btn.active{border-color:var(--gold-light);color:var(--gold)}.admin-live-filter-panel{display:flex;flex-wrap:wrap;gap:1.5rem;background:var(--surface);border:1px solid var(--border);padding:1.2rem 1.4rem;margin-top:.75rem;border-radius:6px}.admin-live-filter-group{display:flex;flex-direction:column;gap:.5rem}.admin-live-filter-group-title{font-family:Inter,sans-serif;font-size:.58rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-light)}.admin-live-filter-chips{display:flex;flex-wrap:wrap;gap:.4rem}.admin-filter-chip{font-family:Inter,sans-serif;font-size:.64rem;font-weight:500;padding:.3rem .75rem;border:1px solid var(--border);border-radius:999px;cursor:pointer;color:var(--text-muted);transition:all .15s;white-space:nowrap;-webkit-user-select:none;user-select:none}.admin-filter-chip:hover{border-color:var(--gold-light);color:var(--gold)}.admin-filter-chip.active{background:var(--gold-wash);border-color:var(--gold);color:var(--gold);font-weight:700}.crm-deposit-toggle{display:flex;flex-direction:column;gap:.6rem}.crm-deposit-option{display:flex;gap:.9rem;align-items:flex-start;padding:.9rem 1.1rem;border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:all .15s;background:var(--surface2)}.crm-deposit-option.active{border-color:var(--gold);background:var(--gold-wash)}.crm-deposit-radio{font-size:1rem;color:var(--gold);flex-shrink:0;margin-top:1px;font-family:monospace}.crm-deposit-option-title{font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;color:var(--black);margin-bottom:.2rem}.crm-deposit-option-desc{font-family:Inter,sans-serif;font-size:.68rem;color:var(--text-muted);line-height:1.5}.user-sale-list{display:flex;flex-direction:column;gap:1rem}.user-sale-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;overflow:hidden}.user-sale-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.2rem 1.4rem}.user-sale-watch{display:flex;flex-direction:column;gap:.15rem}.user-sale-brand{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:700}.user-sale-name{font-family:Inter,sans-serif;font-size:1.05rem;color:var(--black)}.user-sale-right{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;flex-shrink:0}.user-sale-date{font-size:.65rem;color:var(--text-light)}.user-sale-price{padding:0 1.4rem .8rem;font-family:Inter,sans-serif;font-size:.85rem;color:var(--gold);font-weight:600}.user-sale-ship-action{border-top:1px solid var(--border);padding:1.2rem 1.4rem;background:var(--surface2)}.user-sale-ship-hint{font-size:.78rem;color:var(--text-muted);margin-bottom:.8rem;font-family:Inter,sans-serif}.user-sale-ship-row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.user-sale-ship-row input{flex:1;min-width:200px;border:1px solid var(--border);padding:.55rem .8rem;font-family:Inter,sans-serif;font-size:.78rem;outline:none;background:var(--surface);border-radius:4px;transition:border .2s}.user-sale-ship-row input:focus{border-color:var(--gold-light)}.user-sale-ship-select{width:100%;border:1px solid var(--border);padding:.55rem .8rem;font-family:Inter,sans-serif;font-size:.78rem;outline:none;background:var(--surface);border-radius:4px;transition:border .2s;cursor:pointer}.user-sale-ship-select:focus{border-color:var(--gold-light)}.user-sale-detail{border-top:1px solid var(--border);padding:1rem 1.4rem;background:var(--surface2);display:flex;flex-direction:column;gap:.4rem}.user-sale-detail-row{display:flex;gap:.5rem;font-size:.75rem;font-family:Inter,sans-serif;color:var(--text)}.user-sale-detail-row span{color:var(--text-light);min-width:120px}.user-sale-loading{font-size:.78rem;color:var(--text-muted);padding:.5rem 0;font-family:Inter,sans-serif}.buyer-help-row{padding:.6rem 1.4rem .75rem;border-top:1px solid var(--border)}.buyer-help-link{font-family:Inter,sans-serif;font-size:.72rem;color:var(--text-muted);text-decoration:underline;transition:color .15s}.buyer-help-link:hover{color:var(--gold)}.buyer-timeline{display:flex;flex-direction:column;gap:0;padding:.25rem 0}.buyer-event{display:flex;gap:.85rem;align-items:flex-start;padding:.6rem 0;position:relative}.buyer-event:not(:last-child):before{content:"";position:absolute;left:5px;top:1.3rem;bottom:-.6rem;width:1px;background:var(--border)}.buyer-event-dot{width:11px;height:11px;border-radius:50%;flex-shrink:0;margin-top:3px;position:relative;z-index:1}.buyer-event-body{display:flex;flex-direction:column;gap:.18rem;flex:1}.buyer-event-status{font-family:Inter,sans-serif;font-size:.75rem;font-weight:700}.buyer-event-note{font-size:.72rem;color:var(--text-muted);font-family:Inter,sans-serif}.buyer-event-meta{font-size:.65rem;color:var(--text-light);font-family:Inter,sans-serif}.logout-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0a080699;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;animation:fadeIn .15s ease}.logout-confirm-modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2.5rem 2rem 2rem;width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center;gap:.6rem;box-shadow:0 20px 60px #0000004d;text-align:center}.logout-confirm-icon{font-size:2rem;margin-bottom:.2rem}.logout-confirm-title{font-family:Inter,sans-serif;font-size:1.35rem;color:var(--black);font-weight:700;margin-bottom:.2rem}.logout-confirm-msg{font-family:Inter,sans-serif;font-size:.82rem;color:var(--text-muted);line-height:1.6;margin-bottom:.5rem}.logout-confirm-btns{display:flex;gap:.75rem;margin-top:.5rem;width:100%}.logout-confirm-btn-cancel{flex:1;padding:.7rem 1rem;border:1px solid var(--border);background:var(--surface2);color:var(--text);font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.06em;cursor:pointer;border-radius:4px;transition:all .2s}.logout-confirm-btn-cancel:hover{border-color:var(--gold-light);color:var(--gold)}.logout-confirm-btn-ok{flex:1;padding:.7rem 1rem;background:#c0392b;border:1px solid #a93226;color:#fff;font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.08em;cursor:pointer;border-radius:4px;transition:all .2s}.logout-confirm-btn-ok:hover{background:#a93226}.crm-meta-btn{background:none;border:none;padding:0;cursor:pointer;font-family:Inter,sans-serif;font-size:.82rem;color:var(--gold);font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:color .15s}.crm-meta-btn:hover{color:#7a5c00}.crm-phone-input{background:var(--surface2);border:1px solid var(--border);border-radius:4px;padding:.28rem .5rem;font-family:Inter,sans-serif;font-size:.78rem;color:var(--text);outline:none;width:100%;max-width:200px;transition:border-color .2s}.crm-phone-input:focus{border-color:var(--gold-light)}.crm-phone-input::placeholder{color:var(--text-light)}.user-panel-wrap{max-width:900px;margin:0 auto;padding:2rem 2rem 4rem}.user-panel-header{display:flex;align-items:center;gap:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem 1.8rem;margin-bottom:1.8rem;flex-wrap:wrap}.user-panel-avatar{width:56px;height:56px;border-radius:50%;background:var(--gold-wash);border:2px solid var(--gold-light);display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:1.6rem;color:var(--gold);font-weight:700;flex-shrink:0}.user-panel-info{display:flex;flex-direction:column;gap:.3rem;flex:1}.user-panel-name{font-family:Inter,sans-serif;font-size:1.2rem;color:var(--black);font-weight:700}.user-panel-email{font-family:Inter,sans-serif;font-size:.78rem;color:var(--text-muted)}.user-panel-phone{font-family:Inter,sans-serif;font-size:.78rem;color:var(--gold);font-weight:600}.user-panel-stats{display:flex;gap:1.5rem;flex-shrink:0}.user-panel-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem;font-family:Inter,sans-serif;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.user-panel-stat span{font-family:Inter,sans-serif;font-size:1.6rem;color:var(--black);font-weight:700;line-height:1}.user-panel-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:1.8rem}.user-panel-tab{background:none;border:none;padding:.7rem 1.4rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s;display:flex;align-items:center;gap:.5rem}.user-panel-tab:hover{color:var(--gold)}.user-panel-tab.active{color:var(--gold);border-bottom-color:var(--gold)}.user-panel-content,.user-panel-watch-list{display:flex;flex-direction:column;gap:.75rem}.user-panel-watch-item{display:flex;align-items:center;gap:1rem;border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;background:var(--surface)}.user-panel-watch-img{width:64px;height:64px;flex-shrink:0;border-radius:6px;overflow:hidden;background:var(--surface2)}.user-panel-watch-img img{width:100%;height:100%;object-fit:cover}.user-panel-watch-body{flex:1;display:flex;flex-direction:column;gap:.2rem}.user-panel-watch-brand{font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:700}.user-panel-watch-name{font-family:Inter,sans-serif;font-size:.95rem;color:var(--black)}.user-panel-watch-ref{font-size:.68rem;color:var(--text-light)}.user-panel-watch-price{font-family:Inter,sans-serif;font-size:.8rem;color:var(--gold);font-weight:600}.user-panel-sale-list{display:flex;flex-direction:column;gap:.6rem}.user-panel-sale-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--border);border-radius:8px;padding:.85rem 1.2rem;background:var(--surface);flex-wrap:wrap}.user-panel-sale-watch{display:flex;flex-direction:column;gap:.15rem;flex:1}.user-panel-sale-brand{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:700}.user-panel-sale-name{font-family:Inter,sans-serif;font-size:.95rem;color:var(--black)}.user-panel-sale-buyer{font-size:.68rem;color:var(--text-muted);font-family:Inter,sans-serif;margin-top:.1rem}.user-panel-sale-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem;flex-shrink:0}.user-panel-sale-price{font-family:Inter,sans-serif;font-size:.8rem;color:var(--gold);font-weight:600}.user-panel-sale-date{font-size:.65rem;color:var(--text-light);font-family:Inter,sans-serif}.crm-action-mode-choice{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.crm-mode-btn{flex:1;min-width:220px;display:flex;gap:.85rem;align-items:flex-start;border:1px solid var(--border);border-radius:8px;padding:1rem 1.1rem;cursor:pointer;background:var(--surface2);text-align:left;transition:all .18s}.crm-mode-btn:disabled{opacity:.4;cursor:not-allowed}.crm-mode-btn:not(:disabled):hover{border-color:var(--gold-light);background:var(--gold-wash)}.crm-mode-btn-icon{font-size:1.35rem;flex-shrink:0;margin-top:1px}.crm-mode-btn-title{font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;color:var(--black);margin-bottom:.3rem}.crm-mode-btn-desc{font-family:Inter,sans-serif;font-size:.68rem;color:var(--text-muted);line-height:1.55}.crm-mode-btn-reserve:not(:disabled):hover{border-color:var(--gold)}.crm-mode-btn-payment:not(:disabled):hover{border-color:#2e7d32}.crm-subform{margin-top:1rem;padding:1.1rem 1.2rem;background:var(--surface2);border:1px solid var(--border);border-left:3px solid var(--gold-light);border-radius:0 6px 6px 0;display:flex;flex-direction:column;gap:.85rem}.btn-crm-secondary{background:none;border:1px solid var(--border);color:var(--text-muted);font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.05em;padding:.55rem 1rem;border-radius:4px;cursor:pointer;transition:all .2s}.btn-crm-secondary:hover{border-color:var(--gold-light);color:var(--gold)}.crm-back-to-reserve{margin-top:1.5rem;padding-top:1rem;border-top:1px dashed var(--border)}.crm-secondary-action{background:none;border:none;padding:0;font-family:Inter,sans-serif;font-size:.72rem;color:var(--text-light);cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color .15s}.crm-secondary-action:hover{color:var(--gold)}.crm-phone-row{display:flex;align-items:center;gap:.4rem}.crm-phone-save{flex-shrink:0;padding:.28rem .6rem;background:var(--surface2);border:1px solid var(--border);border-radius:4px;font-family:Inter,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.05em;color:var(--text-muted);cursor:pointer;transition:all .2s;white-space:nowrap}.crm-phone-save:hover{border-color:var(--gold-light);color:var(--gold)}.crm-phone-save.saved{border-color:#2e7d32;color:#2e7d32;background:#eaf7ee}.crm-cancel-section{margin-top:2rem;padding-top:1.2rem;border-top:1px dashed #e0d0b0}.crm-cancel-sale-btn{background:none;border:1px solid #e8c5c5;color:#c0392b;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.06em;padding:.5rem 1.1rem;border-radius:4px;cursor:pointer;transition:all .2s}.crm-cancel-sale-btn:hover{background:#fdedec;border-color:#c0392b}.crm-cancel-form{border-left-color:#c0392b!important}.crm-verify-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.uf-required{color:var(--red);margin-left:.2em;font-weight:700}.uf-pills{display:flex;flex-wrap:wrap;gap:.5rem}.uf-pill{background:var(--surface2);border:1px solid var(--border);color:var(--black);padding:.45rem .9rem;font-family:Inter,sans-serif;font-size:.76rem;font-weight:500;letter-spacing:.04em;cursor:pointer;transition:all .2s}.uf-pill:hover{border-color:var(--gold);color:var(--gold)}.uf-pill--active{background:var(--gold-wash);border-color:var(--gold);color:var(--gold);font-weight:600}.uf-swatches{display:flex;flex-wrap:wrap;gap:.75rem}.uf-swatch{display:flex;flex-direction:column;align-items:center;gap:.35rem;background:none;border:none;cursor:pointer;padding:.3rem;transition:transform .15s}.uf-swatch:hover{transform:scale(1.08)}.uf-swatch-circle{width:28px;height:28px;border-radius:50%;border:2px solid var(--border);transition:border-color .2s}.uf-swatch--active .uf-swatch-circle{border-color:var(--gold);box-shadow:0 0 0 2px var(--gold)}.uf-swatch-circle--multi{background:conic-gradient(#e74c3c,#f39c12,#f1c40f,#2ecc71,#3498db,#9b59b6,#e74c3c)}.uf-swatch-label{font-size:.6rem;letter-spacing:.06em;color:var(--text-muted);text-transform:capitalize;font-family:Inter,sans-serif}.uf-char-count{display:block;text-align:right;font-size:.62rem;color:var(--text-muted);margin-top:.3rem;letter-spacing:.04em}.uf-char-count--short{color:var(--red)}.uf-other-wrap{display:flex;flex-direction:column;gap:.35rem}.uf-other-wrap input{width:100%}.uf-other-back{background:none;border:none;color:var(--text-muted);font-size:.65rem;font-family:Inter,sans-serif;cursor:pointer;text-align:left;padding:0;text-decoration:underline;text-underline-offset:2px}.uf-other-back:hover{color:var(--gold)}.uf-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer}.uf-checkbox input[type=checkbox]{width:auto;accent-color:var(--gold);cursor:pointer}.uf-checkbox .uf-checkbox-label{font-size:.78rem;font-weight:500;color:var(--black);letter-spacing:.02em;text-transform:none}.uf-audit-banner{background:#c48a0014;border:1px solid rgba(196,138,0,.25);color:#7a5a00;padding:1rem 1.2rem;font-size:.75rem;line-height:1.55;font-family:Inter,sans-serif;margin-bottom:1.5rem}.uf-optional-toggle{width:100%;padding:1rem 1.2rem;background:var(--surface2);border:1px solid var(--border);cursor:pointer;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);text-align:left;transition:all .2s;margin-top:2rem}.uf-optional-toggle:hover{border-color:var(--gold);color:var(--gold)}.uf-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.uf-photo-slot{aspect-ratio:1 / 1;background:var(--surface2);border:2px dashed var(--border);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:border-color .2s;overflow:hidden}.uf-photo-slot:hover{border-color:var(--gold)}.uf-photo-slot--has-image{border-style:solid;cursor:default}.uf-photo-slot-label{font-family:Inter,sans-serif;font-size:.58rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);text-align:center;padding:0 .5rem;position:absolute;bottom:0;left:0;right:0;background:#ffffffd9;padding:.35rem .25rem;z-index:2}.uf-photo-slot-required:after{content:" *";color:var(--red)}.uf-photo-add{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:1.5rem}.uf-photo-add-icon{font-size:1.8rem;color:var(--text-light);margin-bottom:.3rem;line-height:1}.uf-photo-preview{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;z-index:1}.uf-photo-remove{position:absolute;top:4px;right:4px;z-index:3;width:22px;height:22px;background:#0000008c;color:#fff;border:none;cursor:pointer;font-size:.65rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s}.uf-photo-remove:hover{background:var(--red)}.uf-success{text-align:center;padding:4rem 2rem}.uf-success-icon{font-size:3rem;color:#2d7a5a;margin-bottom:1rem}.uf-success-title{font-family:Inter,sans-serif;font-size:1.4rem;font-weight:600;color:var(--text);margin-bottom:.75rem}.uf-success-text{font-size:.82rem;color:var(--text-muted);line-height:1.6;max-width:420px;margin:0 auto 2rem}.wd-details-toggle{width:100%;padding:.85rem 0;background:none;border:none;border-top:1px solid var(--border);cursor:pointer;font-family:Inter,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);text-align:center;transition:color .2s;margin-top:1rem}.wd-details-toggle:hover{color:var(--gold)}.wd-details-wrap{margin-top:.5rem}.wd-details-group{margin-bottom:1.25rem}.wd-details-group-title{font-family:Inter,sans-serif;font-size:.58rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;padding-bottom:.35rem;border-bottom:1px solid var(--border)}.sp-toggle-btn{margin-left:auto;background:var(--gold);border:1px solid var(--gold);color:#fff;font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.4rem 1rem;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif}.sp-toggle-btn:hover{background:var(--gold-light);border-color:var(--gold-light);color:#fff}.sp-wrap{margin-bottom:2.5rem;padding:2.5rem 0 1rem}.sp-header{text-align:center;margin-bottom:2rem}.sp-header h2{font-family:Inter,sans-serif;font-size:1.6rem;font-weight:700;color:var(--text);margin:0 0 .5rem}.sp-subtitle{font-size:.85rem;color:var(--text-muted);margin:0}.sp-cta-row{text-align:center;margin-bottom:2.5rem}.sp-cta-row--bottom{margin-top:2.5rem;margin-bottom:0}.sp-cta-btn{display:inline-block;background:var(--black);color:var(--white);font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:.75rem 2.5rem;border:none;cursor:pointer;transition:opacity .2s}.sp-cta-btn:hover{opacity:.85}.sp-timeline{position:relative;max-width:680px;margin:0 auto}.sp-step{display:flex;gap:1.5rem;align-items:stretch}.sp-step-left{display:flex;flex-direction:column;align-items:center;width:44px;flex-shrink:0}.sp-step-num{width:44px;height:44px;border-radius:50%;border:2px solid currentColor;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:.75rem;font-weight:800;flex-shrink:0;background:var(--white);position:relative;z-index:1}.sp-step-line{width:2px;flex:1;min-height:1rem;opacity:.35}.sp-card{flex:1;background:var(--white);border:1px solid var(--border);padding:1.25rem 1.5rem;margin-bottom:1rem;position:relative}.sp-badge{display:inline-block;font-family:Inter,sans-serif;font-size:.58rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.2rem .65rem;border-radius:2px;margin-bottom:.6rem}.sp-card-title{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.4rem}.sp-card-desc{font-size:.82rem;color:var(--text-muted);line-height:1.55}.sp-callout{display:flex;gap:.6rem;align-items:flex-start;margin-top:.85rem;padding:.75rem 1rem;background:#f9f8f5;border-left:3px solid var(--border);font-size:.78rem;color:var(--text-muted);line-height:1.5}.sp-callout--highlight{background:#faeeda;border-left-color:#ba7517;color:#854f0b}.sp-callout-icon{font-size:.9rem;flex-shrink:0;margin-top:1px}.sp-branch{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.85rem}.sp-branch-option{display:flex;gap:.55rem;align-items:flex-start;padding:.7rem .85rem;background:#f9f8f5;border:1px solid var(--border)}.sp-branch-icon{font-size:1rem;flex-shrink:0;margin-top:1px}.sp-branch-label{display:block;font-size:.76rem;font-weight:700;color:var(--text);margin-bottom:.15rem}.sp-branch-desc{display:block;font-size:.72rem;color:var(--text-muted);line-height:1.4}.sp-pills{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.85rem}.sp-pill{display:inline-block;font-family:Inter,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .7rem;background:#e1f5ee;color:#0f6e56;border-radius:2px}.sp-why{margin-top:3rem;text-align:center}.sp-why h3{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:var(--text);margin:0 0 1.5rem}.sp-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:680px;margin:0 auto}.sp-why-card{background:var(--white);border:1px solid var(--border);padding:1.25rem 1rem;text-align:center}.sp-why-icon{font-size:1.5rem;margin-bottom:.5rem}.sp-why-title{font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text);margin-bottom:.4rem}.sp-why-desc{font-size:.78rem;color:var(--text-muted);line-height:1.5}@media(max-width:700px){.sp-header h2{font-size:1.25rem}.sp-step{gap:1rem}.sp-step-left{width:36px}.sp-step-num{width:36px;height:36px;font-size:.65rem}.sp-card{padding:1rem}.sp-card-title{font-size:.92rem}.sp-branch,.sp-why-grid{grid-template-columns:1fr}.sp-toggle-btn{font-size:.6rem;padding:.3rem .7rem}}.pi-wrap{background:var(--card-bg, #fff);border:1px solid var(--border);border-radius:10px;padding:1.5rem 1.5rem 1.25rem;margin-bottom:1.2rem}.pi-prices{display:flex;flex-direction:column;align-items:center;gap:.1rem;margin-bottom:1.5rem;text-align:center}.pi-listing-price{font-family:Inter,sans-serif;font-size:2.2rem;font-weight:700;color:var(--text, #1a1a1a);line-height:1.1;letter-spacing:-.02em}.pi-currency{font-size:.75em;font-weight:400;color:var(--text-muted);letter-spacing:.04em}.pi-listing-label{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.pi-divider{width:40px;height:1px;background:var(--border);margin:.3rem 0}.pi-net-price{font-size:1.35rem;font-weight:600;color:var(--gold, #A8832A);line-height:1.15}.pi-net-label{font-size:.68rem;color:var(--text-muted);margin-top:.1rem}.pi-slider-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}.pi-slider-min,.pi-slider-max{font-size:.7rem;color:var(--text-muted);min-width:20px;text-align:center;white-space:nowrap}.pi-slider{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:2px;background:var(--border);outline:none;cursor:pointer}.pi-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--gold, #A8832A);cursor:pointer;box-shadow:0 1px 4px #0003;transition:transform .1s}.pi-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.pi-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--gold, #A8832A);cursor:pointer;border:none;box-shadow:0 1px 4px #0003}.pi-text-row{display:flex;align-items:center;border:1px solid var(--border);border-radius:6px;overflow:hidden}.pi-text-prefix{padding:.55rem .75rem;background:var(--bg-subtle, #f5f5f5);border-right:1px solid var(--border);font-size:.82rem;color:var(--text-muted);font-weight:600;white-space:nowrap}.pi-text-input{flex:1;border:none;outline:none;padding:.55rem .75rem;font-size:.88rem;background:transparent;color:var(--text, #1a1a1a);font-family:inherit}.pi-text-input::placeholder{color:var(--text-muted)}.pi-over-max{margin-top:.5rem;font-size:.72rem;color:var(--text-muted);padding:.35rem .6rem;background:#a8832a12;border-radius:5px;border-left:3px solid var(--gold, #A8832A)}.vendors-table{border:1px solid var(--border);border-radius:8px;overflow:hidden}.vendors-header{display:grid;grid-template-columns:1fr 90px 140px 140px 90px;background:var(--bg-subtle, #f5f5f5);border-bottom:1px solid var(--border);padding:.55rem 1rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.vendors-row{display:grid;grid-template-columns:1fr 90px 140px 140px 90px;padding:.75rem 1rem;border-bottom:1px solid var(--border);align-items:center;cursor:pointer;transition:background .15s;font-size:.82rem}.vendors-row:last-child{border-bottom:none}.vendors-row:hover{background:#a8832a0a}.vendors-col-email{font-weight:500;color:var(--text);word-break:break-all}.vendors-col-listings{text-align:center;color:var(--text)}.vendors-col-volume{text-align:right;color:var(--text);font-variant-numeric:tabular-nums}.vendors-commission-wrap{display:flex;align-items:center;gap:.2rem}.vendors-commission-input{width:52px;text-align:right;border:1px solid var(--border);border-radius:4px;padding:.3rem .4rem;font-size:.82rem;font-family:inherit;background:var(--bg, #fff);color:var(--text);outline:none}.vendors-commission-input:focus{border-color:var(--gold, #A8832A)}.vendors-commission-pct{font-size:.78rem;color:var(--text-muted)}.vendors-col-action{display:flex;justify-content:flex-end}.vendors-save-btn{padding:.3rem .7rem;font-size:.72rem;font-weight:600;border-radius:5px;border:1px solid var(--border);background:transparent;color:var(--text-muted);cursor:not-allowed;transition:all .15s}.vendors-save-btn.dirty{background:var(--gold, #A8832A);color:#fff;border-color:var(--gold, #A8832A);cursor:pointer}.vendors-save-btn.dirty:hover{opacity:.85}@media(max-width:680px){.vendors-header,.vendors-row{grid-template-columns:1fr 70px 110px 90px 70px;font-size:.75rem;padding:.6rem .75rem}}.usuarios-section-title{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.usuarios-section .vendors-header,.usuarios-section .vendors-row{grid-template-columns:1fr 1fr 90px}.usuarios-expand-btn{background:none;border:1px solid var(--border);border-radius:6px;padding:.6rem 1rem;font-size:.82rem;font-weight:600;color:var(--text);cursor:pointer;width:100%;text-align:left;transition:background .15s}.usuarios-expand-btn:hover{background:var(--bg-subtle, #f5f5f5)}.usuarios-search{margin:.75rem 0}.usuarios-search input{width:100%;padding:.55rem .8rem;border:1px solid var(--border);border-radius:6px;font-size:.82rem;font-family:inherit;background:var(--bg, #fff);color:var(--text);outline:none}.usuarios-search input:focus{border-color:var(--gold, #A8832A)}.usuarios-hint{font-size:.68rem;color:var(--text-light);margin-left:.35rem;white-space:nowrap}.admin-toggle{position:relative;display:inline-block;width:38px;height:22px;cursor:pointer}.admin-toggle input{opacity:0;width:0;height:0}.admin-toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--border, #ccc);border-radius:22px;transition:background .2s}.admin-toggle-slider:before{content:"";position:absolute;width:16px;height:16px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s}.admin-toggle input:checked+.admin-toggle-slider{background:var(--gold, #A8832A)}.admin-toggle input:checked+.admin-toggle-slider:before{transform:translate(16px)}.admin-toggle input:disabled+.admin-toggle-slider{opacity:.45;cursor:not-allowed}@media(max-width:680px){.usuarios-section .vendors-header,.usuarios-section .vendors-row{grid-template-columns:1fr 80px 70px;font-size:.75rem}}
