:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.page-loading-overlay{animation:none!important;opacity:1}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-contrast: high){:root{--primary: #ff6600;--accent: #ff8c00}.btn-primary{border:2px solid currentColor}}select{color:var(--text)}select option{background:#1a1a1a;color:#fff;padding:10px}select option:checked{background:#ff6b1a;color:#fff}.city-suggestions-list{position:absolute;z-index:1200;background:#fff;color:#0b0b0b;border:1px solid rgba(16,24,40,.08);border-radius:10px;box-shadow:0 8px 24px #0b0b0d1f;width:100%;max-height:220px;overflow-y:auto;top:calc(100% + 6px);left:0;margin-top:0;padding:6px 0;-webkit-overflow-scrolling:touch;box-sizing:border-box}.city-suggestions-list li{padding:10px 14px;cursor:pointer;font-size:15px;line-height:1.2;color:inherit;display:block}.city-suggestions-list li:hover,.city-suggestions-list li:focus{background:#ff6b1a14;color:#ff6b1a}.city-suggestions-list::-webkit-scrollbar{width:10px}.city-suggestions-list::-webkit-scrollbar-track{background:transparent}.city-suggestions-list::-webkit-scrollbar-thumb{background:#0b0b0d1f;border-radius:8px}.opening-hours-editor{border-radius:8px;background:var(--panel-bg);border:1px solid var(--border);padding:10px}.opening-hours-editor .day-row{display:flex;align-items:center;gap:12px;padding:8px 6px;border-bottom:1px dashed rgba(0,0,0,.04)}.opening-hours-editor .day-row:last-child{border-bottom:none}.opening-hours-editor .day-name{width:110px;font-weight:600}.opening-hours-editor .intervals{flex:1}.opening-hours-editor input[type=time]{width:110px;padding:6px 8px;border-radius:6px;border:1px solid var(--border);background:transparent}.opening-hours-editor .interval-actions{width:140px;text-align:right}.opening-hours-editor .muted{color:var(--muted);font-size:13px}.opening-hours-display{font-size:14px;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent);border:1px solid var(--border);padding:12px;border-radius:10px}.opening-hours-display .oh-row{display:grid;grid-template-columns:1fr 2fr;gap:12px;align-items:center;padding:6px 0;border-bottom:1px dashed rgba(0,0,0,.04)}.opening-hours-display .oh-row:last-child{border-bottom:none}.opening-hours-display .oh-day{color:var(--text);font-weight:600;min-width:120px}.opening-hours-display .oh-times{color:var(--muted)}.opening-hours-display .oh-badge{padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px;display:inline-block}.opening-hours-display .oh-open{background:#22c55e1f;color:#16a34a}.opening-hours-display .oh-closed{background:#6b728014;color:var(--muted)}.btn,.btn-primary,.btn-add,.btn-save,.btn-cancel,.btn-edit-about{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;font-weight:700;cursor:pointer;border:1px solid transparent;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.btn-primary,.btn-add,.btn-save{background:linear-gradient(90deg,var(--primary),var(--accent));color:#fff;box-shadow:0 6px 20px #1018281f}.btn-cancel{background:transparent;color:var(--text);border-color:#0000000f}.btn-edit-about{background:transparent;border:1px dashed rgba(0,0,0,.06);color:var(--text);padding:8px 10px}.btn:hover{transform:translateY(-3px)}.city-suggestions-list li{padding:10px 14px;cursor:pointer;font-size:15px;line-height:1.2;color:inherit;display:flex;justify-content:space-between;align-items:center;border-radius:8px}.city-suggestions-list li span.meta{color:var(--muted);font-size:12px;margin-left:8px}.city-suggestions-list li:hover{background:#ff6b1a0f;color:#ff6b1a}.profile-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;color:var(--muted)}@media (max-width: 640px){.opening-hours-display .oh-row{grid-template-columns:1fr}.opening-hours-display .oh-day{min-width:auto}.post-actions-bottom .btn-post-edit,.post-actions-bottom .btn-post-sold{min-width:46%}}.page-blur{filter:blur(10px)}.page-loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:9999;pointer-events:none;background:radial-gradient(circle at 50% 46%,rgba(255,164,94,.16),transparent 26%),linear-gradient(180deg,#0a080647,#0a08062e);animation:pageLoadingOverlay 1.5s ease forwards}.page-loading-logo{width:min(384px,84vw);height:auto;display:block;filter:drop-shadow(0 6px 18px rgba(0,0,0,.42)) drop-shadow(0 18px 44px rgba(0,0,0,.34)) drop-shadow(0 0 26px rgba(255,145,58,.18))}.page-loader{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--background)}.page-loader-logo{width:min(384px,84vw);height:auto;display:block;filter:drop-shadow(0 8px 22px rgba(0,0,0,.44)) drop-shadow(0 22px 54px rgba(0,0,0,.32)) drop-shadow(0 0 24px rgba(255,147,61,.16))}@keyframes pageLoadingOverlay{0%{opacity:0}12%{opacity:1}82%{opacity:1}to{opacity:0}}.loading-container .btn-spinner{margin:0 auto}.post-card{position:relative}.post-card-actions{position:absolute;top:10px;right:10px;display:flex;gap:8px;z-index:10}.btn-post-edit,.btn-post-sold,.btn-post-republish{padding:6px 14px;border-radius:8px;font-size:12px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all var(--transition-fast);text-decoration:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-post-edit{background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.btn-post-edit:hover{background:#3b82f633;transform:translateY(-2px)}.btn-post-sold{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border:none;box-shadow:0 4px 12px #00000040}.btn-post-sold:hover{transform:translateY(-2px)}.btn-post-republish{background:#ffffff1a;color:var(--text);border:1px solid rgba(255,255,255,.2)}.post-action-top{position:absolute;top:10px;right:10px}.post-actions-bottom{display:flex;gap:10px;align-items:center;justify-content:flex-start;padding:6px 8px 0}.post-actions-bottom.improved-actions{justify-content:center}.post-actions-bottom.improved-actions{transform:translateY(-8px)}.post-actions-bottom .btn-post-edit,.post-actions-bottom .btn-post-sold,.post-actions-bottom .improved-btn{flex:0 0 auto;width:auto;min-width:110px;white-space:nowrap}.post-actions-bottom.improved-actions .btn-post-edit,.post-actions-bottom.improved-actions .btn-post-sold,.post-actions-bottom.improved-actions .improved-btn{flex:1 1 140px;max-width:240px}@media (max-width: 480px){.post-actions-bottom,.post-actions-bottom.improved-actions{flex-wrap:wrap;gap:8px}.post-actions-bottom .btn-post-edit,.post-actions-bottom .btn-post-sold{min-width:48%}}.post-overlay-sold{background:#0b0b0db3;font-size:24px;color:var(--primary);letter-spacing:2px}.section-title-muted{font-size:20px;color:var(--muted)}.page-wrapper{font-family:Segoe UI,Arial,sans-serif;min-height:100vh;display:flex;flex-direction:column}.double-range-slider input[type=range]{position:absolute;pointer-events:auto;width:100%;height:20px;top:50%;left:0;background:transparent;z-index:2;-moz-appearance:none;appearance:none;-webkit-appearance:none;margin:-10px 0 0;cursor:pointer}.double-range-slider input[type=range]::-webkit-slider-thumb{pointer-events:all;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--primary));border:3px solid var(--bg);box-shadow:0 2px 8px #0000004d;cursor:grab;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:background .2s,transform .2s,box-shadow .2s}.double-range-slider input[type=range]:active::-webkit-slider-thumb{cursor:grabbing;transform:scale(1.15);box-shadow:0 4px 12px #00000059}.double-range-slider input[type=range]::-moz-range-thumb{pointer-events:all;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--primary));border:3px solid var(--bg);box-shadow:0 2px 8px #0000004d;cursor:grab;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .2s,transform .2s,box-shadow .2s}.double-range-slider input[type=range]:active::-moz-range-thumb{cursor:grabbing;transform:scale(1.15);box-shadow:0 4px 12px #00000059}.double-range-slider input[type=range]::-ms-thumb{pointer-events:all;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--primary));border:3px solid var(--bg);box-shadow:0 2px 8px #0000004d;cursor:grab;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .2s,transform .2s,box-shadow .2s}.double-range-slider input[type=range]:focus{outline:none}.double-range-slider input[type=range]::-webkit-slider-runnable-track{height:6px;background:transparent}.double-range-slider input[type=range]::-ms-fill-lower,.double-range-slider input[type=range]::-ms-fill-upper{background:transparent}.double-range-slider input[type=range]::-moz-range-track{height:6px;background:transparent}.double-range-slider input[type=range]::-ms-tooltip{display:none}.double-range-slider{width:100%;min-width:120px;margin:0 0 6px;padding-bottom:28px}.date-part-select--day{width:96px}.date-part-select--month{width:112px}.date-part-select--year{width:128px}.site-sidebar .double-range-slider{width:100%;box-sizing:border-box;padding-bottom:28px}.double-range-slider input[type=range]{box-sizing:border-box}.double-range-bubble input{width:48px;max-width:24vw;box-sizing:border-box;font-size:12px;padding:6px}.double-range-bubble{font-size:12px}.double-range-bubble{white-space:nowrap;-webkit-user-select:none;user-select:none}.sidebar-nav-link{color:var(--accent);font-weight:900;font-size:16px;text-align:center;width:100%;padding:10px 0;background:none;border:none;box-shadow:none;transition:color .14s}.sidebar-nav-link:hover,.sidebar-nav-link:focus{color:var(--accent2);text-decoration:underline}.sidebar-nav-btn{width:100%;margin:0 0 8px;font-size:15px;box-shadow:0 8px 32px #a76f3a2e;text-align:center;justify-content:center;padding:12px 0}.sidebar-nav-btn:active{filter:brightness(.98)}html,body,#root{height:100%;margin:0;background-color:var(--bg);color:var(--text);font-family:Segoe UI,Arial,sans-serif}*{box-sizing:border-box}main{padding-top:0;padding-bottom:24px}header{width:100%}:root{--bg: #0b0b0d;--panel-bg: #0f1113;--card-bg: #141417;--primary: #FF8C42;--primary-light: #FFB470;--accent: #FF7A1A;--accent2: #D66A00;--muted: #e9e4df;--muted-strong: #d1c9c3;--muted-dark: #9b938d;--text: #F7F5F2;--text-secondary: #a8a29e;--line-height: 1.48;--base-font-size: 16px;--header-height: 72px;--font-main: "Manrope", "Helvetica Neue", "Helvetica", Arial, sans-serif;--font-title: "Sora", "Manrope", "Helvetica Neue", "Helvetica", Arial, sans-serif;--title-tracking: -.015em;--title-weight: 800;--font-size-xs: 12px;--font-size-s: 14px;--font-size-m: 16px;--font-size-l: 20px;--font-size-xl: 28px;--font-size-xxl: 38px;--font-weight-normal: 400;--font-weight-bold: 700;--font-weight-black: 900;--shadow-xs: 0 1px 6px #0009;--shadow-s: 0 4px 16px #000f;--shadow-m: 0 8px 30px #0012;--shadow-l: 0 18px 60px #0016;--panel-light: #161619;--card-light: #1a1a1d;--text-dark: #f3efe9;--danger: #ff6b6b;--success: #10b981;--warning: #f59e0b;--info: #3b82f6;--badge-pro: #FF8C42;--badge-pro-dark: #D66A00;--badge-particulier: #6366f1;--badge-particulier-dark: #4f46e5;--badge-new: #10b981;--badge-new-dark: #059669;--bg-secondary: #111114;--bg-tertiary: #18181b;--text-muted: #a1a1aa;--border-color: rgba(255, 255, 255, .08);--border: rgba(255, 255, 255, .08);--border-light: rgba(255, 255, 255, .04);--app-background: linear-gradient(180deg, #0c0a08 0%, #0f0d0a 25%, #0a0908 50%, #080706 100%);--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .4s ease;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px}.btn-icon{padding:8px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(90deg,var(--accent),var(--primary));color:var(--bg);box-shadow:0 8px 30px #0000001f}.btn-icon svg{width:16px;height:16px}.hero-search-actions{display:flex;align-items:center}.hero-search-actions .btn{padding:6px}body,html,#root{font-family:var(--font-main);color:var(--text);background:var(--app-background);font-size:var(--base-font-size);line-height:var(--line-height);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;position:relative;overflow-x:hidden;scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0f0c0a99}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ff8c4299,#ff7a1a80);border-radius:5px;border:2px solid rgba(15,12,10,.6)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ff8c42cc,#ff7a1ab3)}button,input,select,textarea,.icon-btn,.favorite-btn,.compare-btn,.cta-actions button{color:var(--text)}button[style*="background: transparent"],.icon-btn{background:transparent}button[style*="background: transparent"]:hover,.icon-btn:hover{background:#ffffff08}svg{color:inherit}.btn{padding:12px 18px;border-radius:12px;font-weight:700;cursor:pointer;border:1px solid rgba(255,255,255,.08);background:transparent;color:var(--text);transition:transform .16s ease,filter .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease;display:inline-flex;align-items:center;justify-content:center}.btn:hover{transform:translateY(-2px);filter:brightness(1.05);transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:active{transform:translateY(0) scale(.98);filter:brightness(.98)}.btn-primary{background:linear-gradient(155deg,#ffca5c,#ff8c1a 42%,#d94e00);color:#fff;border:none;box-shadow:0 8px 28px #dc640073,0 2px 8px #00000047;font-weight:800;position:relative;overflow:hidden;transition:all .25s cubic-bezier(.34,1.4,.64,1);text-shadow:0 1px 4px rgba(0,0,0,.3)}.btn-primary:before{content:"";position:absolute;top:0;left:0;right:0;height:52%;background:linear-gradient(180deg,rgba(255,255,255,.22) 0%,transparent 100%);border-radius:inherit;pointer-events:none;transition:opacity .25s ease}.btn-primary:hover:before{opacity:.5}.btn-primary:hover{box-shadow:0 14px 40px #dc640099,0 4px 14px #00000059;filter:brightness(1.07);transform:translateY(-2px)}.btn-outline{background:#ffffff08;border:1px solid rgba(255,255,255,.12);color:var(--text)}.btn-outline:hover{background:#ffffff14;border-color:#ff8c424d}.btn:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}button[style*="background: transparent"],.icon-btn{transition:background .12s ease,color .12s ease}button[style*="background: transparent"]:hover,.icon-btn:hover{background:#ffffff0a}hr,.card,.ad-card,.brand-card{border-color:#ffffff0a}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);color:var(--text);font-weight:var(--font-weight-black);margin:0}a{color:var(--primary-light);text-decoration:none;transition:color .15s}a:hover{color:var(--accent)}.brand-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;display:flex;align-items:center;justify-content:center;background:#0b0b0deb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.brand-panel{width:94%;max-width:620px;max-height:88vh;border-radius:20px;overflow:hidden;box-shadow:0 24px 80px #000c,0 0 0 1px #ffffff14;display:flex;flex-direction:column;background:linear-gradient(160deg,#141417fa,#0e0e11fa);color:var(--text);border:1px solid rgba(255,255,255,.08);animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.brand-header{display:flex;align-items:center;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.06);background:#ffffff05}.brand-close{background:#ffffff0a;border:none;color:var(--text);font-size:26px;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .2s;border:1px solid rgba(255,255,255,.06)}.brand-close:hover{background:#ffffff14;transform:scale(1.05);border-color:#fff3}.brand-title{flex:1;text-align:center;font-weight:900;font-size:20px;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-body{padding:20px;overflow-y:auto}.brand-search{width:100%;padding:13px 16px;border-radius:14px;background:#ffffff08;border:2px solid rgba(255,255,255,.08);color:var(--text);outline:none;font-size:15px;font-weight:600;transition:all .2s}.brand-search::placeholder{color:var(--muted);opacity:.7}.brand-search:focus{border-color:#fff3;box-shadow:0 0 0 3px #ffffff14;background:#ffffff0d}.brand-pill{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:11px 20px;font-weight:600;font-size:14px;color:var(--text);cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #0003}.brand-pill:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003;border-color:#ffffff26;background:#ffffff0d;color:#fff}.brand-pill:active{transform:translateY(-1px) scale(1.01)}.recent-list{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.popular-grid{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 20px;justify-content:center}.brand-logo-pill{display:flex;flex-direction:column;align-items:center;gap:6px;background:#ffffff0a;border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:10px 14px 8px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);min-width:70px}.brand-logo-pill:hover{background:#ffffff14;border-color:#ffac6766;transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.brand-logo-pill:active{transform:translateY(-1px) scale(.98)}.brand-logo-pill-img{width:48px;height:30px;object-fit:contain;border-radius:6px}.brand-logo-pill-name{font-size:11px;font-weight:700;color:var(--text);white-space:nowrap}.hero-popular-brands{position:relative;z-index:3;margin-top:-80px;background:linear-gradient(180deg,#0f0c0aeb,#0c0a08e0);border-top:none;border-bottom:1px solid rgba(255,140,66,.1);padding:24px 0 28px;backdrop-filter:blur(16px) saturate(130%);-webkit-backdrop-filter:blur(16px) saturate(130%);box-shadow:0 4px 30px #0006,0 1px #ff8c420d inset}.hero-popular-inner{max-width:1320px;margin:0 auto;padding:0 24px}.hero-popular-heading{font-size:13px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:var(--primary);text-align:center;margin-bottom:18px}.hero-popular-grid{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.hero-popular-card{display:flex;flex-direction:column;align-items:center;gap:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:14px 16px 10px;cursor:pointer;transition:all .22s cubic-bezier(.16,1,.3,1);min-width:80px}.hero-popular-card:hover{background:#ffac6712;border-color:#ffac6759;transform:translateY(-3px);box-shadow:0 8px 20px #0000004d}.hero-popular-card:active{transform:translateY(-1px) scale(.98)}.hero-popular-logo{width:60px;height:38px;object-fit:contain;border-radius:8px}.hero-popular-name{font-size:12px;font-weight:700;color:#f0e8dfd9;white-space:nowrap}.brand-panel .recent-btn{padding:8px 16px;border-radius:20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);cursor:pointer;color:var(--text);font-weight:600;font-size:13px;transition:all .2s;box-shadow:0 2px 6px #00000026}.brand-panel .recent-btn:hover{background:#ffffff14;color:var(--text);transform:translateY(-1px);box-shadow:0 4px 12px #0003;border-color:#ffffff1a}.brands-list{max-height:340px;overflow-y:auto;padding:4px 8px 4px 0}.brand-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;margin-bottom:4px;border-radius:12px;cursor:pointer;transition:all .18s cubic-bezier(.16,1,.3,1);background:#ffffff05;border:1px solid rgba(255,255,255,.04)}.brand-row:hover{background:#ffffff0a;transform:translate(2px);box-shadow:0 2px 8px #00000026;border-color:#ffffff1a}.brand-row:hover svg{color:var(--primary)}.brand-row:focus{outline:none;background:#ffffff0f}.brand-row:focus-visible{box-shadow:0 0 0 3px #ffffff26;border-color:#fff3}.brand-row-content{display:flex;flex-direction:row;align-items:center;gap:10px;flex:1}.brand-row-logo{width:36px;height:24px;object-fit:contain;flex-shrink:0;filter:brightness(.95)}.brand-row-text{display:flex;flex-direction:column;gap:2px}.brand-row-label{font-weight:800;font-size:15px;color:var(--text)}.brand-row-count{font-size:12px;color:var(--muted);font-weight:600}.brand-row svg{color:var(--muted);transition:color .18s,transform .18s}.brand-row:hover svg{transform:translate(3px)}.choose-btn{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border:none;padding:11px 22px;border-radius:12px;cursor:pointer;font-weight:700;font-size:14px;box-shadow:0 4px 12px #00000040;transition:transform .12s,box-shadow .12s}.brand-panel .brand-title{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.brand-panel .brand-close{color:var(--text)}.brand-panel .choose-btn{color:#fff}.publish-aside{padding:14px}.publish-aside h3{margin:0 0 8px;font-size:16px;color:var(--text)}.ads-list{display:flex;flex-direction:column;gap:10px}.ads-controls{align-items:center}.ads-search{width:100%}.ads-list{max-height:calc(100vh - 260px);overflow:auto;padding-right:8px}.ad-item{display:flex;gap:10px;align-items:center;padding:10px;border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent);border:1px solid rgba(255,255,255,.03);transition:transform .12s ease,box-shadow .12s ease;cursor:default}.ad-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-s)}.ad-thumb{width:84px;height:64px;border-radius:8px;overflow:hidden;background:var(--panel-bg);display:flex;align-items:center;justify-content:center}.ad-thumb img{width:100%;height:100%;object-fit:cover}.ad-meta{flex:1;min-width:0}.ad-title{font-size:14px;font-weight:800;color:var(--text);line-height:1.15;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.ad-title:hover{-webkit-line-clamp:3;line-clamp:3}.ad-sub{font-size:12px;color:var(--muted);margin-top:4px}.ad-actions{display:flex;gap:8px;flex-direction:row;align-items:center}.ad-actions .btn{padding:6px 8px;font-size:12px}.ad-actions .btn-danger{background:var(--danger);color:#fff;border:none}.status-badge{font-size:12px;padding:4px 8px;border-radius:999px;color:#071021;font-weight:800;text-transform:capitalize}.status-pending{background:#ffd166;color:#111}.status-published{background:#8de1a8;color:#05320a}.status-rejected{background:#ff9b9b;color:#420000}.status-draft{background:#ffffff0a;color:var(--muted)}.moderation-notifications{position:fixed;top:16px;right:16px;z-index:2000;display:flex;flex-direction:column;gap:8px;max-width:360px}.comp-page{min-height:80vh;max-width:1380px;margin:0 auto;padding:40px 24px 80px}.comp-header-bar{text-align:center;margin-bottom:32px}.comp-header-bar--compact{margin-bottom:16px;padding-top:12px}.comp-title--compact{font-size:20px;letter-spacing:0}.comp-header-bar--compact .comp-subtitle{font-size:12px}.comp-header-hero{position:relative;display:inline-block;width:clamp(300px,50vw,560px)}.comp-hero-logo{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 8px 32px rgba(255,140,66,.22));animation:compLogoIn .5s cubic-bezier(.16,1,.3,1)}@keyframes compLogoIn{0%{opacity:0;transform:scale(.94) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.comp-header-text{position:absolute;bottom:0;left:0;right:0;padding-bottom:4px;display:flex;flex-direction:column;align-items:center;gap:3px;animation:compLogoIn .6s cubic-bezier(.16,1,.3,1)}.comp-title{font-size:32px;font-weight:900;color:#fff;margin:0;letter-spacing:-.5px;text-shadow:0 2px 16px rgba(0,0,0,.9),0 0 40px rgba(255,140,66,.25);line-height:1}.comp-subtitle{color:#ffffffa6;font-size:13px;font-weight:500;margin:0;text-shadow:0 1px 8px rgba(0,0,0,.9)}.comp-search-wrap{display:flex;align-items:flex-start;gap:14px;margin-bottom:36px;max-width:900px;margin-left:auto;margin-right:auto}.comp-search-inner{flex:1;position:relative}.comp-search-field{display:flex;align-items:center;gap:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:0 14px;transition:border-color .2s}.comp-search-field:focus-within{border-color:#ff8c4280;box-shadow:0 0 0 3px #ff8c4214}.comp-search-icon{color:var(--muted);flex-shrink:0}.comp-search-input{flex:1;background:transparent;border:none;outline:none;color:var(--text);font-size:14px;padding:12px 0;font-family:var(--font-main)}.comp-search-input::placeholder{color:var(--muted)}.comp-clear-btn{background:transparent;border:none;color:var(--muted);cursor:pointer;font-size:14px;padding:4px;line-height:1}.comp-count-badge{white-space:nowrap;font-size:12px;font-weight:700;color:var(--primary);background:#ff8c421a;border:1px solid rgba(255,140,66,.2);border-radius:20px;padding:5px 12px}.comp-suggestions{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:200;background:#120e0afa;border:1px solid rgba(255,255,255,.1);border-radius:14px;list-style:none;margin:0;padding:6px;box-shadow:0 16px 40px #0009;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);max-height:320px;overflow-y:auto}.comp-suggestion-item{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:10px;cursor:pointer;transition:background .15s}.comp-suggestion-item:hover{background:#ffffff0d}.comp-sug-img{width:56px;height:40px;border-radius:8px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffffff0d}.comp-sug-img img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:#0000002e}.comp-sug-img-placeholder{width:100%;height:100%}.comp-sug-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.comp-sug-title{font-size:13px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comp-sug-meta{font-size:12px;color:var(--muted)}.comp-sug-add{background:#ff8c421f;border:1px solid rgba(255,140,66,.25);color:var(--primary);border-radius:8px;padding:4px 10px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0}.comp-no-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#120e0afa;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 16px;font-size:13px;color:var(--muted);text-align:center}.comp-empty{display:flex;flex-direction:column;align-items:center;gap:14px;padding:72px 24px;color:var(--muted);text-align:center}.comp-empty svg{opacity:.3}.comp-empty p{max-width:360px;font-size:14px;line-height:1.5}.comp-table-wrap{overflow-x:auto;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:#ffffff05}.comp-table{display:grid;grid-template-columns:180px repeat(var(--cols, 4),minmax(200px,1fr));min-width:600px}.comp-row{display:contents}.comp-row:not(.comp-row-header) .comp-cell{border-top:1px solid rgba(255,255,255,.05)}.comp-row:not(.comp-row-header):hover .comp-cell{background:#ffffff06}.comp-cell{padding:14px 16px;display:flex;flex-direction:column;justify-content:center;gap:4px}.comp-cell-label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);background:#ffffff04;border-right:1px solid rgba(255,255,255,.06)}.comp-label-header{display:flex;align-items:flex-end;padding-bottom:18px}.comp-cell-value{font-size:14px;font-weight:600;color:var(--text);position:relative}.comp-cell-best{color:#6bd48b;background:#6bd48b0f}.comp-best-badge{font-size:10px;font-weight:800;color:#6bd48b;background:#6bd48b1f;border-radius:6px;padding:1px 6px;margin-top:2px;align-self:flex-start}.comp-cell-empty{color:var(--muted);opacity:.4}.comp-vehicle-card{padding:20px 16px;align-items:center;gap:10px;background:#ffffff05;position:relative;border-right:1px solid rgba(255,255,255,.05)}.comp-vehicle-card:last-child{border-right:none}.comp-remove-btn{position:absolute;top:10px;right:10px;background:#ffffff0f;border:none;color:var(--muted);border-radius:50%;width:24px;height:24px;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.comp-remove-btn:hover{background:#ff505033;color:#ff8b8b}.comp-vehicle-img{width:100%;height:110px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#ffffff0a}.comp-vehicle-img img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:#00000038}.comp-vehicle-img-placeholder{width:100%;height:100%}.comp-vehicle-brand-logo{width:48px;height:30px;object-fit:contain;margin-top:4px}.comp-vehicle-name{font-size:13px;font-weight:800;color:var(--text);text-align:center;line-height:1.3}.comp-vehicle-price{font-size:16px;font-weight:900;color:var(--primary)}.comp-vehicle-link{font-size:12px;font-weight:700;color:var(--primary);text-decoration:none;margin-top:4px;opacity:.8;transition:opacity .15s}.comp-vehicle-link:hover{opacity:1}.comp-vehicle-score-row{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;margin-top:2px}.comp-score-label{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.comp-score-wrap{display:flex;flex-direction:column;align-items:center;gap:3px;width:100%}.comp-score-bar-track{width:80%;height:5px;background:#ffffff1a;border-radius:4px;overflow:hidden}.comp-score-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.comp-score-num{font-size:12px;font-weight:700}.comp-score-na{font-size:12px;color:var(--muted)}.comp-field-icon{font-size:13px;margin-right:5px;flex-shrink:0}.comp-search-right{display:flex;align-items:center;gap:10px;padding-top:10px;flex-shrink:0}.comp-full-badge{font-size:12px;font-weight:700;color:#f4c542;background:#f4c5421a;border:1px solid rgba(244,197,66,.3);border-radius:20px;padding:4px 12px}.comp-single-preview{display:flex;align-items:stretch;justify-content:center;gap:0;margin:0 auto 32px;max-width:760px}.comp-preview-vs{display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;color:#ffffff40;letter-spacing:1px;padding:0 14px;flex-shrink:0}.comp-preview-card{position:relative;flex:1;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px 16px 14px;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0}.comp-preview-card--empty{border-style:dashed;border-color:#ff8c424d;background:#ff8c420a;cursor:pointer;transition:background .2s,border-color .2s;justify-content:center}.comp-preview-card--empty:hover{background:#ff8c4217;border-color:#ff8c428c}.comp-preview-card--empty .comp-empty-slot{display:flex;flex-direction:column;align-items:center;gap:6px;padding:24px 12px}.comp-preview-card--empty .comp-empty-slot span{font-size:28px;font-weight:300;color:#ff8c42b3;line-height:1}.comp-preview-card--empty .comp-empty-slot small{font-size:13px;font-weight:700;color:#ff8c42}.comp-empty-hint{font-size:11px;color:#ffffff59;text-align:center;max-width:160px;margin:4px 0 0;line-height:1.4}.comp-preview-card .comp-vehicle-img{width:100%;border-radius:10px;overflow:hidden;aspect-ratio:4/3;background:#0000004d}.comp-preview-card .comp-vehicle-img img{width:100%;height:100%;object-fit:contain;object-position:center}.comp-need-more{display:flex;align-items:center;gap:10px;background:#f4c54212;border:1px solid rgba(244,197,66,.18);border-radius:12px;color:#f4c542;font-size:13px;font-weight:600;padding:12px 18px;margin:0 auto 24px;max-width:600px;justify-content:center}.comp-goto-listing{margin-top:16px;font-size:13px;padding:10px 22px}.comp-vehicle-empty{opacity:.45;cursor:pointer;transition:opacity .2s}.comp-vehicle-empty:hover{opacity:.7}.comp-empty-slot{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;height:110px;border:2px dashed rgba(255,255,255,.12);border-radius:10px;justify-content:center;color:var(--muted)}.comp-empty-slot span{font-size:22px;font-weight:300}.comp-empty-slot small{font-size:11px}@media (max-width: 768px){.comp-page{padding:24px 12px 60px}.comp-title{font-size:22px}.comp-table{grid-template-columns:120px repeat(var(--cols, 4),minmax(150px,1fr))}.comp-cell{padding:10px 12px}.comp-vehicle-img{height:80px}}.moderation-notifications .notification{background:linear-gradient(180deg,#ffffff08,#ffffff05);padding:10px 12px;border-radius:10px;box-shadow:var(--shadow-s);display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--text);border:1px solid rgba(255,255,255,.03)}.moderation-notifications .notification.pending{border-left:4px solid #ffd166}.moderation-notifications .notification.accepted{border-left:4px solid #6bd48b}.moderation-notifications .notification.rejected{border-left:4px solid #ff8b8b}.moderation-notifications .notification button{background:transparent;border:none;color:var(--muted);font-size:16px;cursor:pointer}.btn-small{padding:6px;width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.btn-small svg{width:16px;height:16px}.btn-icon-only{padding:8px;width:36px;height:36px;border-radius:8px}.btn-small:focus-visible,.btn-icon-only:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}@media (max-width: 640px){.ad-actions{flex-direction:column}.ad-thumb{width:72px;height:56px}.ad-title{-webkit-line-clamp:2;line-clamp:2}}@media (max-width: 720px){.hamburger{display:flex!important;z-index:1300}.hamburger .hamburger-dash{color:var(--accent)!important}}@media (max-width: 480px){.hamburger{display:flex!important;z-index:1300}}.stories-list{scrollbar-width:none;-ms-overflow-style:none}.stories-list::-webkit-scrollbar{display:none;height:0}.hero-card h1.hero-title{font-size:36px;line-height:1.1;margin-bottom:12px;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-card .hero-title-strong{display:block;font-size:42px;font-weight:900;letter-spacing:-1px;color:#fff;text-shadow:0 2px 25px rgba(255,140,66,.2)}.hero-card .hero-title-sub{display:block;font-size:30px;font-weight:800;background:linear-gradient(120deg,#ffb470,#ff8c42 40%,#ff7a1a);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 2px 10px rgba(255,140,66,.3))}.hero-card .lead{margin-top:10px;color:#ffffffbf;max-width:560px;font-size:16px;line-height:1.5}.hero-card .btn-secondary{transition:transform .18s ease,box-shadow .18s ease,background .18s ease;background:linear-gradient(135deg,#ff8c4226,#ff7a1a14);border:1px solid rgba(255,140,66,.3);color:#ffb470}.hero-card .btn-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff8c4226;background:linear-gradient(135deg,#ff8c4240,#ff7a1a26);border-color:#ff8c4280}@media (max-width: 900px){.hero-card h1.hero-title{font-size:28px}.hero-card .hero-title-strong{font-size:30px}.hero-card .hero-title-sub{font-size:20px}}.hero-inner{display:grid;grid-template-columns:1fr 560px;gap:28px;max-width:1200px;margin:0 auto;align-items:center}.hero-left-col{display:flex;flex-direction:column;gap:18px}.hero-left,.hero-right{display:flex;align-items:center}.hero-left,.hero-right{justify-content:center}.hero-card{padding:28px;max-width:620px;width:100%;margin:0 auto}.hero-card .lead{text-align:left}.hero-stats{justify-content:flex-start}.hero-image-card{width:100%;max-width:560px;height:320px;border-radius:12px;overflow:hidden}.hero-image-card iframe{display:block}.hero-search-wrapper{margin-top:6px;width:100%;max-width:none;margin-left:0;margin-right:0;padding:0 20px}.brand-picker{display:flex;align-items:center;gap:10px;white-space:nowrap}.brand-picker img{width:28px;height:18px;object-fit:contain;display:block}.brand-picker svg{width:20px;height:12px;color:var(--muted)}.brand-picker .brand-label{font-weight:700;overflow:hidden;text-overflow:ellipsis}.hero-search-bar{width:100%}.hero-search-main{display:flex;gap:16px;align-items:center;justify-content:space-between;width:100%}.hero-search-actions{display:flex;align-items:center;justify-content:flex-end}.hero-search-actions .btn-primary{padding:14px 22px;font-weight:800;font-size:15px}.brand-picker{flex:1 1 44%;padding:14px 16px;border-radius:12px;border:1px solid rgba(255,140,66,.12);background:linear-gradient(180deg,#1e1a16e6,#191512f2);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.brand-picker:hover{border-color:#ff8c4240;box-shadow:0 4px 15px #0000004d}.brand-picker .brand-label{margin-left:6px}.hero-search-secondary{display:flex;gap:8px;align-items:center;flex-wrap:nowrap;justify-content:flex-start}.hero-search-input{width:150px;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,140,66,.1);background:linear-gradient(180deg,#1e1a16e6,#191512f2);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.hero-search-input:focus{border-color:#ff8c424d;box-shadow:0 0 0 3px #ff8c421a;outline:none}.hero-geo-btn{display:inline-flex;align-items:center;gap:8px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-geo-btn svg{width:16px;height:16px;flex:0 0 auto}@media (max-width: 740px){.hero-search-main{flex-direction:column;align-items:stretch}.hero-search-actions{justify-content:center;margin-top:8px}.hero-search-secondary{flex-direction:column;align-items:stretch;margin-top:8px}.hero-search-input{width:100%}.hero-geo-btn{max-width:100%}}.hero-search-col,.hero-card-col{display:flex;align-items:center}.hero-image-card{width:100%;max-width:460px;height:320px;position:relative;overflow:hidden;border-radius:12px}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity 1.2s ease}.hero-image.layer.current{opacity:1}.hero-image.layer.prev{opacity:0}.hero-progress{position:absolute;left:8px;right:8px;bottom:8px;height:4px;background:#ffffff0f;border-radius:4px;overflow:hidden}.hero-progress:after{content:"";display:block;height:100%;width:100%;background:linear-gradient(90deg,var(--accent),var(--primary));transform-origin:left;animation-name:hero-progress;animation-timing-function:linear;animation-duration:18s;animation-iteration-count:infinite}@keyframes hero-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width: 920px){.hero-inner{grid-template-columns:1fr;padding:0 8px}.hero-image-card{max-width:100%;height:220px}.hero-card{padding:20px}.hero-card,.hero-image-card{margin-left:auto;margin-right:auto}}.publish-page{background:radial-gradient(circle at top,#14120fd9,#050402 55%);min-height:100vh}.publish-panel{background:linear-gradient(180deg,#0c0a08,#0f0d0a,#080706);color:var(--text);padding:20px;min-height:100vh}.publish-layout{display:flex;gap:24px;max-width:1200px;margin:0 auto;justify-content:center;align-items:flex-start;padding:20px 8px}.publish-main{flex:0 1 900px;width:100%;max-width:900px;min-width:0;margin:0 auto}.publish-body{display:flex;flex-direction:column;gap:24px}.publish-flow-wrapper{width:100%;max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:22px;background:linear-gradient(135deg,#ffffff0d,#ffffff05);padding:40px 36px;border-radius:28px;border:1px solid rgba(255,255,255,.08);box-shadow:0 50px 90px #0000008c}.flow-mode-banner{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;margin-bottom:18px}.flow-mode-details{display:flex;flex-direction:column;gap:2px}.flow-mode-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#fff9}.flow-mode-details strong{font-size:16px;color:#fff}.flow-card{display:flex;flex-direction:column;gap:18px}.flow-step-label{text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:#ffffffa6;font-weight:800;display:inline-flex;align-items:center;padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.flow-card h1{margin:0;font-size:28px;line-height:1.15;font-weight:900;color:#fff}.flow-lead{margin:0;font-size:15px;color:#ffffffc7;line-height:1.5}.flow-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.flow-option{display:flex;flex-direction:column;align-items:stretch;gap:14px;text-align:left;padding:20px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#ffffff0d,#ffffff05);cursor:pointer;position:relative;overflow:hidden;box-shadow:0 18px 50px #00000059;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.flow-option-head{display:flex;align-items:center;gap:12px;min-width:0}.flow-option:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(90% 120% at 0% 0%,rgba(255,140,66,.14),transparent 60%),radial-gradient(90% 120% at 100% 0%,rgba(255,140,66,.08),transparent 55%);opacity:0;transition:opacity .2s ease}.flow-option:hover{transform:translateY(-4px);border-color:#ff8c4273;background:linear-gradient(135deg,#ff8c421a,#ffffff05);box-shadow:0 22px 60px #00000073,0 0 0 1px #ff8c421a}.flow-option:hover:before{opacity:1}.flow-option:active{transform:translateY(-2px)}.flow-option:focus-visible{outline:none;border-color:#ff8c428c;box-shadow:0 22px 60px #00000073,0 0 0 5px #ff8c421a}.flow-option-icon{width:42px;height:42px;border-radius:14px;background:#ff8c421a;border:1px solid rgba(255,140,66,.18);display:flex;align-items:center;justify-content:center;font-weight:900;letter-spacing:.05em;color:var(--accent);flex:0 0 auto}.flow-option-icon-svg{width:22px;height:22px;display:block}.flow-option-body{flex:1;min-width:0}.flow-option-body h3{margin:0;font-size:18px;line-height:1.2;color:#fff}.flow-option-points{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#ffffffc7;line-height:1.35}.flow-option-points span{position:relative;padding-left:18px}.flow-option-points span:before{content:"✓";position:absolute;left:0;color:#ff8c42d9}.flow-option-cta{margin-left:auto;align-self:center;font-weight:900;color:var(--accent);display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;white-space:normal;overflow-wrap:anywhere;max-width:100%;font-size:13px}.flow-option-cta:after{content:"→";opacity:.9}.flow-option:hover .flow-option-cta{border-color:#ff8c4240;background:#ff8c421a}.publish-panel .flow-option,.publish-panel .flow-option-head,.publish-panel .flow-option-body,.publish-panel .flow-option-cta,.publish-panel .flow-option-points,.publish-panel .flow-option-points span,.publish-panel .btn-submit,.publish-panel .btn-reset,.publish-panel .btn-cancel-edit,.publish-panel .flow-back,.publish-panel .publish-location-btn{min-width:0;max-width:100%}@media (max-width: 640px){.flow-option-head{align-items:flex-start;display:grid;grid-template-columns:42px minmax(0,1fr);column-gap:10px;row-gap:10px}.flow-option-icon{grid-column:1;grid-row:1}.flow-option-body{grid-column:2;grid-row:1}.flow-option-body h3{font-size:1.05rem;line-height:1.2;overflow-wrap:anywhere}.flow-option-cta{grid-column:1 / -1;justify-self:start;margin-left:0;align-self:flex-start;display:inline-flex;width:auto;max-width:100%;overflow-wrap:anywhere;word-break:break-word}}@media (max-width: 420px){.flow-option{padding:14px!important}.flow-option-cta{width:100%;justify-content:center}}.flow-card-head{display:flex;justify-content:space-between;align-items:center}.flow-back{background:transparent;border:none;color:#ffffffb3;font-weight:700;cursor:pointer}.flow-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;margin-top:8px}.flow-tg-card{margin-top:8px}.publish-mode-reset{background:none;border:none;color:#ffffffb3;font-size:13px;cursor:pointer;text-decoration:underline;padding:6px 0}.publish-mode-reset:hover{color:#fff}.publish-hero-shell{display:flex;flex-direction:column;gap:18px;margin-bottom:28px}.publish-hero{position:relative;display:flex;flex-wrap:wrap;gap:28px;padding:32px;border-radius:24px;border:1px solid rgba(255,140,66,.18);background:radial-gradient(120% 140% at 0% 0%,rgba(255,140,66,.18),transparent 55%),radial-gradient(140% 120% at 100% 0%,rgba(255,102,33,.08),transparent 60%),linear-gradient(135deg,#0b0907f5,#060504eb);box-shadow:0 45px 80px #0302018c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.publish-hero-copy{flex:1 1 360px;display:flex;flex-direction:column;gap:16px}.publish-eyebrow{margin:0;text-transform:uppercase;font-size:13px;letter-spacing:.08em;font-weight:800;color:#ffb470e6}.publish-hero .publish-title{font-size:32px;line-height:1.2;margin:0}.publish-hero .publish-desc{margin:0;color:#ffffffc7;font-size:15px;line-height:1.5}.publish-hero-highlights{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px}.publish-hero-highlights li{display:flex;gap:8px;align-items:flex-start;padding:11px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;font-size:13px;color:#ffffffc7}.publish-hero-highlights .highlight-icon{font-size:16px;line-height:1.2}.publish-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.publish-hero-side{flex:0 0 320px;display:flex;flex-direction:column;gap:14px}.publish-progress-chip{border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;padding:18px;display:flex;flex-direction:column;gap:8px;box-shadow:0 24px 60px #00000080}.publish-progress-chip .chip-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.publish-progress-chip strong{font-size:34px;font-weight:900;color:#fff}.publish-progress-chip small{font-size:12px;color:#ffffffb3}.publish-progress-chip-bar{position:relative;width:100%;height:8px;border-radius:999px;background:#ffffff14;overflow:hidden}.publish-progress-chip-bar span{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:linear-gradient(90deg,var(--accent),#ff9447);transition:width .3s ease}.publish-steps-card{border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#080604d9;padding:20px;box-shadow:0 20px 70px #0000008c}.steps-card-head{display:flex;justify-content:space-between;align-items:center;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#ffffffa3;margin-bottom:12px}.publish-step-pills{display:flex;flex-direction:column;gap:10px}.publish-step-pill{display:flex;gap:12px;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;transition:transform .2s ease,border-color .2s ease,background .2s ease}.publish-step-pill .step-icon{font-size:18px}.publish-step-pill p{margin:0;font-weight:700;color:var(--text);font-size:14px}.publish-step-pill small{display:block;font-size:12px;color:var(--muted)}.publish-step-pill.active{border-color:#ff8c4280;background:#ff8c4214;transform:translate(4px)}.publish-step-pill.completed{border-color:#22c55e73;background:#22c55e14}.publish-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.publish-metric-card{padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0d,#ffffff05);box-shadow:0 18px 48px #00000073}.publish-metric-value{font-size:28px;font-weight:900;color:#fff}.publish-metric-label{text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:#ffffffb3;margin-top:6px}.publish-metric-detail{font-size:12px;color:#ffffffa6;margin-top:10px}.publish-back-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#ff8c4214;border:1px solid rgba(255,140,66,.15);border-radius:12px;color:#ffb470;font-weight:700;font-size:14px;cursor:pointer;margin-bottom:20px;transition:all .2s ease}.publish-back-btn:hover{background:#ff8c4226;transform:translate(-4px);border-color:#ff8c424d}.tg-description{color:var(--muted);font-size:14px;margin-bottom:16px}.tg-error-message{margin-top:12px;color:#ef4444;font-size:14px}.upload-dropzone-add{aspect-ratio:4/3;min-height:100px}.upload-add-icon{font-size:28px;font-weight:300}.upload-add-text{font-size:12px;color:var(--muted)}.form-grid-mt{margin-top:20px}.btn-cancel-edit{padding:12px 24px;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:var(--radius-md);font-weight:700;font-size:14px;cursor:pointer;transition:all var(--transition-fast)}.btn-cancel-edit .admin-badge.sold{background:#ec489933;color:#f9a8d4;border:1px solid rgba(236,72,153,.35)}.btn-cancel-edit:hover{background:#ef444433;transform:translateY(-2px)}.toast-container{position:fixed;top:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:9999}.toast{display:flex;align-items:center;gap:12px;padding:14px 18px;background:var(--panel-bg);border-radius:var(--radius-md);box-shadow:0 8px 32px #0006;border-left:4px solid var(--primary);animation:slideInRight .3s ease-out}.toast.warning{border-left-color:#f59e0b}.toast-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px}.toast.success .toast-icon{background:#22c55e33;color:#22c55e}.toast.error .toast-icon{background:#ef444433;color:#ef4444}.toast.info .toast-icon{background:#3b82f633;color:#3b82f6}.toast-content{flex:1}.toast-title{font-weight:800;font-size:14px}.toast-message{font-size:13px;color:var(--muted)}.toast-close{background:transparent;border:none;color:var(--muted);font-size:18px;cursor:pointer;padding:4px;transition:color var(--transition-fast)}.toast-close:hover{color:var(--text)}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 900px){.publish-layout{flex-direction:column}.publish-aside{order:2;width:100%}}@media (max-width: 900px){.publish-aside .ads-list .ad-card{display:flex!important;flex-direction:row!important;align-items:center!important;padding:8px!important;gap:8px!important}.publish-aside .ads-list .ad-thumbnail{width:64px!important;height:48px!important;flex-shrink:0}.publish-aside .ads-list .ad-info{min-width:0}.publish-aside .ads-list .ad-title-row .ad-title-text,.publish-aside .ads-list .ad-info .ad-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width: 480px){.publish-aside{padding:12px}.publish-aside .ads-controls{gap:6px}.publish-aside .ads-search{min-width:120px}.publish-aside .ads-list .ad-card{padding:8px}}@media (max-width: 1100px){.publish-hero{flex-direction:column}.publish-hero-side{width:100%;flex:1}}@media (max-width: 640px){.opening-inline{align-items:flex-start;gap:10px}.opening-inline .icon-clock{color:var(--muted);flex:0 0 auto;margin-top:2px}.opening-inline .oh-status{font-weight:700;font-size:13px;color:var(--muted-strong);background:transparent;padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.03)}.opening-inline .oh-status.open{color:var(--success);border-color:#10b9811f;background:linear-gradient(90deg,rgba(16,185,129,.06),transparent)}.opening-inline .oh-status.closed{color:var(--muted);border-color:#ffffff08}.opening-inline-list{display:grid;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.opening-line{display:flex;gap:12px;align-items:center;padding:4px 0}.opening-day{font-weight:700;color:var(--text);min-width:110px;font-size:13px;text-align:right}.opening-day:after{content:"";display:inline-block;margin-left:0}.opening-time{color:var(--muted);font-size:13px;margin-left:4px}.opening-time.open{color:var(--success);font-weight:700}.opening-time.closed{color:var(--muted);font-style:italic;opacity:.95}.opening-time.open:before,.opening-time.closed:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px;vertical-align:middle}.opening-time.open:before{background:var(--success)}.opening-time.closed:before{background:#ffffff14}@media (max-width: 520px){.opening-inline{gap:8px}.opening-inline-list{grid-template-columns:1fr}.opening-day{min-width:72px;font-size:12px;text-align:left}.opening-time{font-size:12px}}.publish-hero{padding:24px}.publish-hero .publish-title{font-size:26px}.publish-hero-actions{flex-direction:column;align-items:stretch}.publish-hero-highlights{grid-template-columns:1fr}.publish-flow-wrapper{padding:28px 22px}.flow-options{grid-template-columns:1fr}.flow-option,.flow-mode-banner{flex-direction:column;align-items:flex-start}}.hero-animated-bg{position:relative;overflow:visible;background:linear-gradient(165deg,#14120ffa,#0f0d0afc 40%,#0a0806)}.hero-animated-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden;background:none}.hero-animated-bg .hero-bg-shapes{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;border-radius:0}.hero-animated-bg .hero-bg-shapes:before,.hero-animated-bg .hero-bg-shapes:after{content:"";position:absolute;pointer-events:none;border-radius:50%;filter:blur(50px);opacity:.95;mix-blend-mode:screen}.hero-animated-bg .hero-bg-shapes:before{width:800px;height:800px;background:radial-gradient(circle,rgba(255,140,66,1) 0%,rgba(255,107,0,.7) 40%,rgba(255,80,0,.3) 70%,transparent 85%);top:-35%;left:-18%;animation:floatShape1 20s ease-in-out infinite}.hero-animated-bg .hero-bg-shapes:after{width:700px;height:700px;background:radial-gradient(circle,rgba(255,122,26,1) 0%,rgba(255,90,0,.65) 40%,rgba(255,70,0,.3) 70%,transparent 85%);bottom:-30%;right:-15%;animation:floatShape2 25s ease-in-out infinite}.hero-section{position:relative;overflow:visible;background:linear-gradient(165deg,#14120ffa,#0f0d0afc 40%,#0a0806);padding:72px 20px 112px;margin-bottom:0}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden;background:none}.hero-section:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:180px;background:linear-gradient(to bottom,transparent 0%,rgba(12,10,8,.4) 35%,rgba(10,8,6,.75) 65%,#080706 100%);z-index:1;pointer-events:none}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;border-radius:0}.hero-bg:before,.hero-bg:after{content:"";position:absolute;pointer-events:none;border-radius:50%;filter:blur(60px);opacity:.7}.hero-bg:before{width:700px;height:700px;background:radial-gradient(circle,rgba(255,140,66,.9) 0%,rgba(255,107,0,.5) 50%,transparent 75%);top:-30%;left:-15%;animation:floatShape1 20s ease-in-out infinite}.hero-bg:after{width:600px;height:600px;background:radial-gradient(circle,rgba(255,122,26,.85) 0%,rgba(255,90,0,.45) 50%,transparent 75%);bottom:-25%;right:-12%;animation:floatShape2 25s ease-in-out infinite}@keyframes floatShape1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(50px,40px) scale(1.1)}50%{transform:translate(25px,80px) scale(.95)}75%{transform:translate(-25px,50px) scale(1.05)}}@keyframes floatShape2{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-40px,-50px) scale(1.08)}50%{transform:translate(-70px,-30px) scale(.92)}75%{transform:translate(-20px,-60px) scale(1.03)}}.hero-card{position:relative;z-index:2;background:linear-gradient(180deg,#ffffff14,#ffffff08);background-color:#191612bf;border:1px solid rgba(255,140,66,.15);border-radius:16px;padding:32px;box-shadow:0 12px 40px #0009,0 0 0 1px #ff8c4214 inset;color:var(--text);-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%)}.brand-mark{background:linear-gradient(135deg,var(--accent),var(--accent2))}.brand-title{color:var(--text)}.site-footer{width:100%;margin-top:80px;background:linear-gradient(180deg,#120f0c00,#0e0b08fa);border-top:1px solid rgba(255,255,255,.06);color:#ffffff80;font-size:.88rem;position:relative}.footer-accent-line{position:absolute;top:0;left:50%;transform:translate(-50%);width:240px;height:2px;background:linear-gradient(90deg,transparent,#FF8C42,transparent);border-radius:99px;pointer-events:none}.footer-body{max-width:1200px;margin:0 auto;padding:60px 32px 48px;display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:48px;align-items:flex-start}.footer-col-brand{display:flex;flex-direction:column;gap:12px}.footer-logo{display:flex;align-items:center;margin-bottom:4px}.footer-logo-img{height:44px;width:auto;object-fit:contain;opacity:.92}.footer-tagline{color:#fff6;font-size:.83rem;line-height:1.5;margin:0;max-width:240px}.footer-email{display:inline-flex;align-items:center;gap:6px;color:#ffffff8c;font-size:.83rem;text-decoration:none;transition:color .2s}.footer-email:hover{color:#ff8c42}.footer-col-nav{display:flex;flex-direction:column;gap:10px}.footer-col-nav a{color:#ffffff73;text-decoration:none;font-size:.87rem;transition:color .18s,padding-left .18s;display:block}.footer-col-nav a:hover{color:#ffffffe6;padding-left:4px}.footer-col-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ffffff40;margin:0 0 6px}.footer-col-social{display:flex;flex-direction:column;gap:10px}.footer-socials{display:grid;grid-template-columns:repeat(3,38px);gap:8px;margin-top:4px}.social-link{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:9px;transition:transform .2s ease,box-shadow .2s ease,filter .2s;color:#fff;text-decoration:none;flex-shrink:0}.social-link:hover{transform:translateY(-3px) scale(1.08);box-shadow:0 8px 24px #00000080;filter:brightness(1.12)}.social-facebook{background:#1877f2}.social-instagram{background:radial-gradient(circle at 30% 107%,#fdf497,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.social-x{background:#000;border:1px solid rgba(255,255,255,.12)}.social-tiktok{background:#010101;border:1px solid rgba(255,255,255,.08)}.social-whatsapp{background:#25d366}.social-linkedin{background:#0a66c2}.footer-bottom{max-width:1200px;margin:0 auto;padding:18px 32px;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.footer-copy{font-size:.78rem;color:#ffffff40;margin:0}.footer-bottom-links{display:flex;align-items:center;gap:10px;font-size:.78rem;color:#fff3}.footer-bottom-links a{color:#ffffff4d;text-decoration:none;transition:color .18s}.footer-bottom-links a:hover{color:#ffffffb3}@media (max-width: 1024px){.footer-body{grid-template-columns:1fr 1fr;gap:36px}.footer-col-brand{grid-column:1 / -1}}@media (max-width: 600px){.footer-body{grid-template-columns:1fr;padding:40px 20px 32px;gap:28px}.footer-col-brand{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start;padding:16px 20px;gap:8px}.footer-socials{grid-template-columns:repeat(6,38px)}}@media (max-width:920px){.hero-section{padding:40px 12px}.hero-card{padding:18px}}.rc-range-custom{padding:8px 4px 0}.rc-range-custom .rc-slider-rail{height:8px;background:linear-gradient(90deg,#ffffff0a,#ffffff05);border-radius:6px;box-shadow:inset 0 1px #ffffff05}.rc-range-custom .rc-slider-track{height:8px;background:linear-gradient(90deg,var(--accent),var(--primary));border-radius:6px}.rc-range-custom .rc-slider-handle{width:18px;height:18px;margin-top:-5px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--primary));border:2px solid var(--bg);box-shadow:0 6px 18px #00000059}.rc-range-custom .rc-slider-handle:focus,.rc-range-custom .rc-slider-handle:hover{transform:scale(1.08)}.range-slider-wrapper span{font-weight:800;color:var(--muted);font-size:13px}.choose-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.model-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin-top:16px}.model-btn{padding:14px 16px;border-radius:12px;background:#ffffff08;border:2px solid rgba(255,255,255,.08);cursor:pointer;font-weight:800;font-size:14px;color:var(--text);transition:all .2s cubic-bezier(.16,1,.3,1);text-align:center;box-shadow:0 2px 8px #0000004d}.model-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003;border-color:#ffffff26;background:#ffffff0f;color:var(--text)}.brands-list::-webkit-scrollbar,.brand-body::-webkit-scrollbar{width:10px;height:10px}.brands-list::-webkit-scrollbar-track,.brand-body::-webkit-scrollbar-track{background:transparent}.brands-list::-webkit-scrollbar-thumb,.brand-body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary),var(--primary-light));border-radius:10px}.brands-list{scrollbar-color:var(--primary) transparent}.site-header{position:sticky;top:0;z-index:1100;padding:0;--header-height: 77px;background:linear-gradient(180deg,#0f0c0aeb,#0c0a08e0);border-bottom:1px solid rgba(255,140,66,.1);backdrop-filter:blur(16px) saturate(130%);-webkit-backdrop-filter:blur(16px) saturate(130%);height:var(--header-height,72px);box-shadow:0 4px 30px #0006,0 1px #ff8c420d inset;transition:background .3s ease,box-shadow .3s ease,border-color .3s ease}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 18px;gap:12px;position:relative}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand-logo{height:45px;max-height:calc(var(--header-height, 77px) - 12px);width:auto;display:block}.brand-text{font-size:20px;font-weight:700;color:var(--text);letter-spacing:-.5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:color .2s ease}.brand:hover .brand-text{background:linear-gradient(90deg,var(--accent),var(--primary));-webkit-background-clip:text;background-clip:text;color:transparent}.header-spacer{flex:1;min-width:0}.header-actions{display:flex;gap:12px;align-items:center;height:100%;min-width:0;flex-wrap:nowrap}.header-login-btn{gap:7px;white-space:nowrap}.header-login-btn svg{flex:0 0 auto}.header-login-label{display:inline}.user-menu-wrapper{position:relative}.user-menu-btn{display:flex;align-items:center;gap:6px;padding:6px 8px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent2) 100%);border:none;border-radius:14px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;transition:all var(--transition-fast)}.user-menu-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000040}.user-menu-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.user-menu-avatar-placeholder{width:28px;height:28px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.user-menu-name{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000026;min-width:220px;z-index:1000;overflow:hidden;animation:slideDown .2s cubic-bezier(.16,1,.3,1)}.user-dropdown-item{display:flex;align-items:center;gap:10px;padding:12px 16px;text-decoration:none;color:var(--text)!important;transition:background var(--transition-fast);border-bottom:1px solid rgba(255,255,255,.08);font-weight:500;font-size:14px;width:100%;background:transparent;border:none;cursor:pointer;text-align:left}.user-dropdown-item span,.user-dropdown-item svg{color:inherit}.user-dropdown-item:hover{background:#ff8c421f;color:var(--primary-light)!important}.user-dropdown-item:last-child{border-bottom:none}.user-dropdown-logout{color:#f87171!important}.user-dropdown-logout:hover{background:#f8717124;color:#fca5a5!important}.user-dropdown-admin{background:linear-gradient(135deg,#8b5cf614,#6d28d90d);border-top:2px solid rgba(139,92,246,.2);border-bottom:2px solid rgba(139,92,246,.2);color:#7c3aed;font-weight:700;position:relative}.user-dropdown-admin:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#8b5cf6,#7c3aed);border-radius:0 4px 4px 0}.user-dropdown-admin:hover{background:linear-gradient(135deg,#8b5cf626,#6d28d91a);color:#6d28d9}.user-dropdown-admin svg{stroke:#8b5cf6}.dropdown-badge{background:var(--accent);color:#fff;padding:2px 6px;border-radius:10px;font-size:11px;font-weight:700;margin-left:4px}.dropdown-badge-primary{background:var(--primary)}.user-dropdown-theme{justify-content:space-between;gap:10px}.theme-chip{margin-left:auto;font-size:11px;font-weight:800;border-radius:999px;padding:3px 8px;border:1px solid transparent}.theme-chip-dark{background:#ffb47029;color:#ffb877;border-color:#ffb47047}.theme-chip-light{background:#d3782e24;color:#b55f1f;border-color:#d3782e4d}html[data-theme=light]{--bg: #f5f2ec;--panel-bg: #fffaf2;--card-bg: #ffffff;--primary: #df7a31;--primary-light: #c96722;--accent: #ea8a42;--accent2: #a14d16;--muted: #615548;--muted-strong: #4e4338;--muted-dark: #7a6d60;--text: #1f1a14;--text-secondary: #6c5f52;--panel-light: #fff8ef;--card-light: #ffffff;--text-dark: #241d16;--bg-secondary: #f1ebe2;--bg-tertiary: #ece4d9;--text-muted: #7b6f63;--border-color: rgba(107, 78, 46, .16);--border: rgba(107, 78, 46, .16);--border-light: rgba(107, 78, 46, .08);--app-background: linear-gradient(180deg, #fdf8f1 0%, #f8f1e7 45%, #f2e8db 100%)}html[data-theme=light] body,html[data-theme=light] #root{background:var(--app-background)!important;color:var(--text)}html[data-theme=light] .site-header,html[data-theme=light] .search-modal-panel,html[data-theme=light] .header-search-panel,html[data-theme=light] .brand-panel,html[data-theme=light] .lang-dropdown,html[data-theme=light] .user-dropdown,html[data-theme=light] .nav-links.mobile-open{background:linear-gradient(160deg,#fffcf6f5,#f7eee2f5)!important;border-color:#b6855247!important}html[data-theme=light] .glass-panel,html[data-theme=light] .glass-card,html[data-theme=light] .card,html[data-theme=light] .admin-stat-card,html[data-theme=light] .admin-card,html[data-theme=light] .admin-panel,html[data-theme=light] .search-bar-form,html[data-theme=light] .ad-card,html[data-theme=light] .ad-list-item,html[data-theme=light] .profile-card,html[data-theme=light] .profile-owner-page .profile-posts,html[data-theme=light] .profile-owner-page .profile-stories,html[data-theme=light] .profile-owner-page .profile-settings,html[data-theme=light] .profile-owner-page .settings-section,html[data-theme=light] .profile-owner-page .about-item,html[data-theme=light] .list-section,html[data-theme=light] .publish-panel,html[data-theme=light] .publish-aside{background:linear-gradient(170deg,#fffefbfa,#faf4ecfa)!important;border:1px solid rgba(171,130,87,.2)!important;box-shadow:0 10px 28px #684b2b1f!important}html[data-theme=light] input,html[data-theme=light] select,html[data-theme=light] textarea,html[data-theme=light] .search-input,html[data-theme=light] .brand-search,html[data-theme=light] .hero-search-input{background:linear-gradient(180deg,#fffdfaf5,#f8f0e5f5)!important;border-color:#78563133!important;color:var(--text)!important}html[data-theme=light] input::placeholder,html[data-theme=light] textarea::placeholder,html[data-theme=light] .search-input::placeholder,html[data-theme=light] .brand-search::placeholder{color:#604e3ba6!important}html[data-theme=light] .results-count,html[data-theme=light] .ad-meta,html[data-theme=light] .ad-attributes,html[data-theme=light] .section-subtitle,html[data-theme=light] .muted,html[data-theme=light] .text-muted{color:var(--text-secondary)!important}html[data-theme=light] .user-dropdown-item:hover{background:#ff8c421a;color:#a95118!important}.lang-selector-wrapper{position:relative}.lang-selector-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text);cursor:pointer;transition:all .2s;font-size:14px}.lang-selector-btn:hover{background:#ffffff1a;border-color:#fff3}.lang-flag{display:flex;align-items:center;justify-content:center;line-height:1}.lang-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000026;min-width:180px;z-index:1000;overflow:hidden;animation:slideDown .2s cubic-bezier(.16,1,.3,1)}.lang-dropdown-item{display:flex;align-items:center;gap:10px;padding:12px 16px;text-decoration:none;color:#1a1a1a;transition:background var(--transition-fast);border-bottom:1px solid #eee;font-weight:500;font-size:14px;width:100%;background:#fff;border:none;cursor:pointer;text-align:left}.lang-dropdown-item:hover{background:#f5f5f5}.lang-dropdown-item:last-child{border-bottom:none}.lang-dropdown-item.active{background:#fff5f0;color:var(--primary)}.lang-dropdown-item.active:hover{background:#ffede0}.site-header .header-inner.glass-panel{background:linear-gradient(180deg,#191612d9,#14110ee6);border-radius:14px;border:1px solid rgba(255,140,66,.08);box-shadow:0 8px 30px #0006;-webkit-backdrop-filter:blur(12px) saturate(130%);backdrop-filter:blur(12px) saturate(130%)}.nav-links{display:flex;gap:8px;align-items:center;flex:0;justify-content:center;margin-left:24px}.nav-links a{color:var(--muted);text-decoration:none;font-weight:600;font-size:14px;padding:10px 16px;border-radius:8px;position:relative;transition:color .12s,background .12s}.nav-links a:after{content:"";position:absolute;left:12px;right:12px;bottom:-6px;height:3px;border-radius:3px;background:transparent;transition:background .18s,transform .18s}.nav-links a:hover{color:var(--text);background:#ffffff0d}.nav-links a:hover:after{background:linear-gradient(90deg,var(--accent),var(--primary));transform:translateY(0)}.header-actions{display:flex;gap:14px;align-items:center;height:100%}.btn{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:12px;text-decoration:none;font-weight:800;font-size:14px;color:var(--text);background:transparent;border:0;cursor:pointer;transition:transform .14s cubic-bezier(.2,.9,.3,1),box-shadow .14s,opacity .12s}.btn:active{transform:translateY(1px) scale(.995);opacity:.98}.btn:focus{outline:none}.btn:focus-visible{box-shadow:0 0 0 4px #6fa3c31f;border-radius:12px}.btn-ghost{background:transparent;color:var(--text);border:1px solid rgba(255,255,255,.06);padding:9px 14px}.btn-ghost:hover{background:#ffffff05;transform:translateY(-2px)}.btn-ghost:active{transform:translateY(0)}.btn-primary{background:linear-gradient(90deg,var(--accent),var(--primary));color:var(--bg);border:none;border-radius:14px;padding:10px 18px;box-shadow:0 12px 40px #2b6d771f;transition:transform .14s,box-shadow .14s,filter .12s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 48px #2b6d7726;filter:brightness(1.02)}.btn-primary:active{transform:translateY(-1px) scale(.997)}.btn-primary[disabled],.btn[disabled]{opacity:.5;cursor:not-allowed;box-shadow:none}.hamburger{display:none;min-width:44px;min-height:44px;width:44px;height:44px;border-radius:14px;background:linear-gradient(160deg,#ffffff14,#ffffff05);border:1px solid rgba(255,140,66,.22);align-items:center;justify-content:center;padding:0;cursor:pointer;position:relative;box-shadow:0 10px 24px #00000059,inset 0 1px #ffffff14;backdrop-filter:blur(10px) saturate(130%);-webkit-backdrop-filter:blur(10px) saturate(130%);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.hamburger-dash,.hamburger-dash:before,.hamburger-dash:after{content:"";display:block;width:18px;height:2px;border-radius:999px;background:linear-gradient(90deg,#ffc28f,#ff8c42);transition:transform .22s ease,opacity .2s ease,background .2s ease}.hamburger-dash{position:relative}.hamburger-dash:before,.hamburger-dash:after{position:absolute;left:0}.hamburger-dash:before{top:-6px}.hamburger-dash:after{top:6px}.hamburger.is-open{background:linear-gradient(160deg,#ff8c4242,#ffffff0d);border-color:#ff8c4280}.hamburger.is-open .hamburger-dash{background:transparent}.hamburger.is-open .hamburger-dash:before{transform:translateY(6px) rotate(45deg)}.hamburger.is-open .hamburger-dash:after{transform:translateY(-6px) rotate(-45deg)}.nav-links.mobile-open{position:absolute;left:8px;top:calc(var(--header-height,72px) - 4px);right:8px;background:#0b0b0b;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px;box-shadow:0 18px 48px #000000b3;border:1px solid rgba(255,255,255,.04)}.nav-links.mobile-open a{padding:12px;border-radius:10px;color:var(--text);background:transparent;border:none;font-weight:700}.nav-links.mobile-open a:hover{background:#ff6b1a14;color:#fff}.nav-links.mobile-open a:after{display:none}.nav-links.mobile-open,.nav-links.mobile-open a{color:#fff}.hamburger{z-index:1400}.hamburger:hover{transform:translateY(-1px);box-shadow:0 14px 30px #ff6b1a38;border-color:#ff8c4261}.hamburger:active{transform:translateY(0)}.hamburger:focus{outline:none}.hamburger:focus-visible{box-shadow:0 0 0 4px #ff6b1a1f;border-color:#ff6b1a40}@media (min-width: 721px){.site-header{--header-height: 78px}.header-inner{max-width:1320px;display:grid;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;column-gap:18px;padding:0 22px}.brand{justify-self:start}.brand-logo{height:47px;max-height:calc(var(--header-height, 78px) - 12px)}.header-spacer{display:none}.nav-links{justify-self:center;margin-left:0;gap:6px;max-width:100%;overflow:hidden}.nav-links a{padding:10px 14px}.header-actions{justify-self:end;gap:10px;min-width:0}.header-actions .header-compact{order:-1}.user-menu-btn{max-width:220px}}@media (max-width:720px){.site-header{--header-height: 58px}.header-inner{padding:0 12px;height:var(--header-height, 96px)}.nav-links,.header-spacer{display:none}.brand-title{font-size:18px}.brand-logo{height:34px;max-height:calc(var(--header-height, 58px) - 12px);max-width:122px;object-fit:contain}.hamburger{display:flex}.header-actions{display:flex;gap:8px;margin-left:auto}.header-actions>*{flex:0 0 auto;min-width:0}.header-actions .header-compact{order:1}.header-actions .lang-selector-wrapper{order:2}.header-actions .notification-bell{order:3}.header-actions .user-menu-wrapper,.header-actions .header-login-btn{order:4}.user-menu-name{display:none}.user-menu-btn{padding:8px 9px;border-radius:14px;min-width:38px;height:38px;justify-content:center}.lang-selector-btn{padding:7px 8px;min-width:38px;height:38px;border-radius:12px}.header-login-btn{padding:8px 10px;min-height:38px;border-radius:12px;font-size:13px}.notification-bell-btn{width:38px;height:38px;padding:6px!important;border-radius:12px!important}.notification-bell-btn svg{width:20px;height:20px}}@media (max-width: 480px){.site-header{--header-height: 51px}.header-inner{padding:0 8px;gap:8px}.brand-logo{height:29px;max-height:calc(var(--header-height, 51px) - 10px);max-width:97px}.hamburger{width:38px;height:38px;min-width:38px;min-height:38px;border-radius:12px}.hamburger-dash,.hamburger-dash:before,.hamburger-dash:after{width:16px}.hamburger-dash:before{top:-5px}.hamburger-dash:after{top:5px}.header-actions{gap:6px}.header-actions .header-compact{order:1}.header-actions .lang-selector-wrapper{order:2}.header-actions .notification-bell{order:3}.header-actions .user-menu-wrapper,.header-actions .header-login-btn{order:4}.lang-selector-btn{padding:6px 7px;min-width:34px;height:34px}.notification-bell-btn{width:34px;height:34px;padding:5px!important;border-radius:10px!important}.notification-bell-btn svg{width:18px;height:18px}.user-menu-btn{padding:6px 7px;min-width:34px;height:34px;border-radius:10px}.user-menu-avatar,.user-menu-avatar-placeholder{width:22px;height:22px}.header-login-btn{min-width:34px;min-height:34px;padding:6px 8px;border-radius:10px}.header-login-label{display:none}.header-login-btn svg{width:15px;height:15px}.btn.btn-primary{font-size:12px}}@media (max-width: 380px){.header-inner{padding:0 6px;gap:6px}.brand-logo{max-width:85px;height:27px}.header-actions{gap:4px}.hamburger,.lang-selector-btn,.notification-bell-btn,.user-menu-btn,.header-login-btn{min-width:32px!important;width:32px!important;height:32px!important}.header-login-btn{padding:0!important;justify-content:center}.header-login-btn svg{width:14px;height:14px}}.notification-bell-dropdown{max-width:min(360px,calc(100vw - 16px))}@media (max-width: 480px){.notification-bell-dropdown{right:-6px!important;width:min(340px,calc(100vw - 12px))!important;max-height:min(72vh,440px)!important}}@media (min-width: 720px){.header-search{display:none!important}.hero-search-wrapper{display:block!important}}@media (max-width: 719px){.hero-search-wrapper{display:none!important}}.stories-wrapper{width:100%}.stories-wrapper>div{max-width:1300px;margin:8px auto 12px;padding:0 20px}.chat-support-btn{position:fixed;bottom:28px;right:28px;z-index:1200;width:56px;height:56px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--text);box-shadow:0 8px 30px #00000073;cursor:pointer;transition:transform .12s,box-shadow .12s}.chat-support-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00000059}.chat-support-btn:focus{outline:none;box-shadow:0 0 0 3px #ffffff1f}.chat-support-btn svg{color:inherit}.chat-badge{position:absolute;top:8px;right:8px;color:#ff4d4f;font-size:12px;line-height:1}.search-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0c0a08d9,#080706f2);z-index:1400;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.search-modal-panel{width:96%;max-width:1400px;padding:20px;border-radius:16px;box-shadow:0 20px 60px #00000080;background:linear-gradient(180deg,#191612fa,#14110efc);border:1px solid rgba(255,140,66,.1)}.search-bar-form{width:100%;max-width:1400px;margin:0 auto}.search-bar-form .search-label{display:flex;flex-direction:column;align-items:flex-start;font-size:13px;font-weight:600;flex:1;min-width:120px}.search-bar-form .search-label.search-label--large{flex:2.5;min-width:320px}.search-bar-form .search-label.search-label--medium{flex:1.6;min-width:220px}.search-bar-form .search-label .rc-range-custom,.search-bar-form .pill-row{width:100%}.search-bar-form .pill-row{width:100%;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.search-bar-form .pill-row .pill-left{flex-wrap:wrap}.site-back-button{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#0b0b0d;border-radius:12px;box-shadow:0 6px 20px #ff8c4240;border:none;transition:transform .15s ease,box-shadow .15s ease}.site-back-button svg{width:20px;height:20px;stroke:currentColor}.site-back-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff8c4259}.site-back-button:active{transform:translateY(0)}@media (max-width: 600px){.site-back-button{width:44px;height:44px;border-radius:10px}}.search-bar-form .pill-row .pill-right .btn-outline{padding:8px 12px;border-radius:8px;font-weight:800}.search-bar-form .pill-row .pill-right .pill-cta{padding:10px 14px}@media (max-width:720px){.search-bar-form .pill-row{flex-direction:column;align-items:stretch;gap:10px}.search-bar-form .pill-row .pill-right{width:100%;display:flex;justify-content:space-between}}@media (max-width: 480px){.search-bar-form .pill-row .pill-right{flex-direction:column;gap:8px}.search-bar-form .pill-row .pill-right .btn{width:100%;justify-content:center}}.search-bar-form .pill-segment{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;background:transparent;cursor:pointer;transition:transform .12s,box-shadow .12s,background .12s;min-width:120px}.search-bar-form .pill-segment:hover{transform:translateY(-1px);box-shadow:0 6px 16px #00000040;background:#ffffff0a}.search-bar-form .pill-segment.mini{padding:6px 10px}.search-bar-form .pill-text{display:flex;flex-direction:column}.search-geo-btn{min-width:38px;width:38px;height:38px;padding:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.search-geo-btn svg{width:16px;height:16px}.search-bar-form .pill-cta{padding:10px 18px;border-radius:8px}.search-bar-form .btn-gradient{background:linear-gradient(135deg,#ff8c42,#ff7a1a,#ff6b00);color:#0b0b0d;border-radius:12px;padding:12px 22px;font-weight:800;border:none;box-shadow:0 6px 20px #ff8c4240;transition:transform .15s,box-shadow .15s,filter .15s}.search-bar-form .btn-gradient:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff8c4259;filter:brightness(1.05)}.search-bar-form input,.search-bar-form select,.search-bar-form button[type=button]{background:linear-gradient(180deg,#1e1a16cc,#191512e6);border:1px solid rgba(255,140,66,.1);border-radius:10px}.search-bar-form input:focus,.search-bar-form select:focus,.search-bar-form button[type=button]:focus{box-shadow:0 0 0 4px #ff8c421a;border-color:#ff8c4266}.search-modal-panel{background:linear-gradient(180deg,#071225f0,#071225db);border:1px solid rgba(255,255,255,.04)}@media (max-width:820px){.search-bar-form .pill-row{padding:8px}.search-bar-form .pill-segment{min-width:80px}.search-modal-panel{width:96%;padding:14px}}.search-controls{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.search-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:end}.search-grid .search-label{min-width:0}@media (max-width:760px){.search-grid{grid-template-columns:1fr;gap:10px}}.search-bar-form .search-label{flex:1;min-width:110px;padding:4px 0}.search-bar-form .search-label--compact{min-width:160px;padding:2px 0}.search-bar-form .search-label--small{min-width:120px;padding:2px 0}.search-bar-form .range-slider-wrapper{padding:8px 0}.search-bar-form .rc-range-custom{padding:6px 4px 0}.search-bar-form .rc-range-custom .rc-slider-rail,.search-bar-form .rc-range-custom .rc-slider-track{height:6px}.search-bar-form .rc-range-custom .rc-slider-handle{width:14px;height:14px;margin-top:-4px}.search-bar-form .rc-range-custom .rc-slider-handle:focus,.search-bar-form .rc-range-custom .rc-slider-handle:hover{transform:scale(1.08)}.search-modal-panel .btn{margin-left:auto}.site-sidebar .brand-compact .brand-mark-img.small{width:48px;height:48px;border-radius:8px;object-fit:cover}.site-sidebar .sidebar-actions{margin-top:auto;display:flex;flex-direction:column;gap:8px;align-items:center;width:100%}.site-sidebar .btn.small{padding:8px 10px;font-size:13px;max-width:86%;width:86%;margin:0 auto;justify-content:center;white-space:nowrap;text-align:center}.site-sidebar .nav-vertical{display:flex;flex-direction:column;gap:10px;margin-top:10px;align-items:center;justify-content:flex-start;width:100%}.site-sidebar .nav-vertical a{writing-mode:initial;transform:none;color:var(--muted);font-weight:800;margin:0;padding:8px 6px;text-align:center;border-radius:8px;width:100%}.site-sidebar .nav-vertical a:hover{color:var(--text);text-decoration:none;background:#ffffff05}.site-sidebar .sidebar-actions{margin-top:auto;display:flex;flex-direction:column;gap:8px}.site-sidebar .btn.small{padding:6px 8px;font-size:12px}.glass-panel{background:linear-gradient(180deg,#ffffff12,#ffffff08);background-color:#191612b3;border-radius:16px;border:1px solid rgba(255,140,66,.12);backdrop-filter:blur(16px) saturate(130%);-webkit-backdrop-filter:blur(16px) saturate(130%);box-shadow:0 15px 50px #00000080,0 0 0 1px #ff8c420d inset}.glass-card{background:linear-gradient(180deg,#ffffff0a,#ffffff05);border-radius:10px;border:1px solid rgba(255,255,255,.06);backdrop-filter:blur(8px) saturate(110%);-webkit-backdrop-filter:blur(8px) saturate(110%);box-shadow:0 8px 32px #0000008c}.sponsored-slot{cursor:pointer;-webkit-user-select:none;user-select:none}.sponsored-slot:hover{border-color:#ff8c4280;background:linear-gradient(135deg,#ff8c420f,#ff8c421f);transform:translateY(-2px);box-shadow:0 8px 24px #ff8c4233}.sponsored-slot:hover .sponsored-shine{transform:translate(100%)}@media (max-width: 768px){.sponsored-slot{padding:16px}.sponsored-slot h3{font-size:14px!important}.sponsored-slot p{font-size:12px!important}.sponsored-slot svg{width:32px!important;height:32px!important}}.hero-card{padding:22px 24px;border-radius:14px;color:var(--text);max-width:680px}.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:440px 1fr;gap:28px;align-items:center;padding:0 20px}.hero-left{align-self:center}.hero-image-card{width:100%;height:260px;border-radius:14px;overflow:hidden;box-shadow:0 18px 60px #0009;transform:translateY(6px);transition:transform .45s cubic-bezier(.2,.9,.3,1),box-shadow .3s}.hero-image-card{width:100%;height:320px;border-radius:14px;overflow:hidden;box-shadow:0 18px 60px #0009;transform:translateY(6px);transition:transform .45s cubic-bezier(.2,.9,.3,1),box-shadow .3s,filter .18s}.hero-image-card img{width:100%;height:100%;object-fit:cover;display:block}.hero-section{padding-top:36px;padding-bottom:100px;background:transparent;background-size:cover;background-position:50% 30%;position:relative}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:none;pointer-events:none;z-index:1;opacity:0}.hero-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .9s ease}.hero-bg-image.active{opacity:1}.hero-bg-video{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0}.hero-bg-video iframe{position:absolute;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%) scale(2.2);transform-origin:center center;pointer-events:none;border:0;opacity:1;filter:brightness(.8) contrast(1.02)}.hero-inner{position:relative;z-index:2}.hero-card{color:var(--text)!important}.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:440px 1fr;gap:26px;align-items:center;padding:0 20px;position:relative}.hero-card{padding:21px;border-radius:12px;color:var(--text);max-width:540px}.hero-card h1{font-size:36px;line-height:1;margin-bottom:6px}.hero-card p.lead{font-size:14px;color:var(--muted);max-width:480px;margin-bottom:12px}.hero-features{display:flex;gap:14px;margin-top:8px}.feature{display:flex;gap:8px;align-items:center;color:var(--muted);font-weight:700}.feature svg{width:14px;height:14px;color:var(--primary-light);flex-shrink:0}.hero-image-wrap{display:flex;justify-content:flex-end}.hero-image-card{width:92%;margin-left:20px;position:relative;aspect-ratio:16/9;min-height:220px;background:var(--panel-bg)}.hero-image-card .hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-image.layer{opacity:0;transform:scale(1.06);filter:blur(8px);transition:opacity 1.8s cubic-bezier(.18,.85,.22,1),transform 1.8s cubic-bezier(.18,.85,.22,1),filter 1.8s cubic-bezier(.18,.85,.22,1);will-change:opacity,transform,filter;backface-visibility:hidden}.hero-image.layer.prev{z-index:1;opacity:1}.hero-image.layer.current{z-index:2;opacity:1;transform:scale(1);filter:blur(0)}@keyframes heroImageFade{0%{opacity:0;transform:scale(1.06);filter:blur(8px)}to{opacity:1;transform:scale(1);filter:blur(0)}}@media (prefers-reduced-motion: reduce){.hero-image.layer{transition:none;transform:none;filter:none}}.hero-progress{position:absolute;left:12px;right:12px;bottom:12px;height:6px;background:#ffffff0f;border-radius:6px;overflow:hidden}.streaks{position:fixed;top:-20%;right:-20%;bottom:-20%;left:-20%;pointer-events:none;opacity:.2;background:linear-gradient(120deg,transparent 0 30%,rgba(255,255,255,.08) 38%,rgba(255,255,255,.04) 42%,transparent 55%),linear-gradient(120deg,transparent 0 50%,rgba(200,210,220,.06) 58%,rgba(200,210,220,.03) 62%,transparent 72%),linear-gradient(120deg,transparent 0 18%,rgba(255,255,255,.05) 24%,rgba(255,255,255,.02) 28%,transparent 38%);filter:blur(.6px);transform:rotate(-8deg);mix-blend-mode:soft-light;z-index:0;animation:streaksFloat 20s ease-in-out infinite alternate}@keyframes streaksFloat{0%{transform:rotate(-8deg) translateY(0)}to{transform:rotate(-8deg) translateY(-20px)}}.hero-inner{display:grid;grid-template-columns:540px 1fr;gap:28px;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.hero-left{display:flex;align-items:center}.hero-right{display:flex;justify-content:center}.hero-search-bar input{outline:none}.hero-search-bar{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.hero-search-bar input{min-width:120px}.hero-search-bar button{min-width:110px;white-space:nowrap}.hero-card{overflow:visible}.hero-section{padding:52px 20px}.hero-logo{display:block;width:min(320px,70vw);height:auto;margin:0 auto 14px}.hero-header{margin-bottom:14px}.hero-tagline{font-size:12px;color:#ffb470;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;display:inline-flex;align-items:center;gap:8px}.hero-tagline:before{content:"";width:24px;height:2px;background:linear-gradient(90deg,#ff8c42,#ff7a1a);border-radius:1px}.hero-title{margin:8px 0 0;font-size:clamp(26px,3.8vw,36px);line-height:1.12;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-lead{margin-top:10px;font-size:16px;color:#ffffffb3;line-height:1.55}@media (max-width: 720px){.hero-logo{width:min(260px,80vw);margin-bottom:12px}}.hero-search-main{margin-top:18px}.hero-search-secondary{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}.hero-stats-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,140,66,.1);flex-wrap:nowrap}.hero-stats{display:flex;gap:12px;flex-shrink:0}.hero-stats .stat{display:flex;flex-direction:column;gap:2px;padding:6px 10px;background:#ff8c420d;border-radius:8px;border:1px solid rgba(255,140,66,.08)}.hero-stats .stat-num{font-weight:900;font-size:18px;background:linear-gradient(135deg,#ffb470,#ff8c42);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-stats .stat-label{font-size:10px;color:#fff9;text-transform:uppercase;letter-spacing:.3px}.hero-cta{margin-top:0;flex-shrink:0}.btn-cta{display:inline-flex;align-items:center;gap:9px;padding:14px 26px;font-size:15px;font-weight:900;background:linear-gradient(160deg,#1c1208f5,#120c04fa);color:#ffab40;border-radius:14px;border:1.5px solid rgba(255,150,55,.55);box-shadow:0 0 0 1px #ff963714,0 8px 28px #00000073,0 0 18px #ff8c422e;transition:all .25s cubic-bezier(.34,1.4,.64,1);position:relative;overflow:hidden;letter-spacing:.1px}.btn-cta:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,180,80,.07) 0%,transparent 100%);border-radius:inherit;pointer-events:none}.btn-cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,180,80,.08),transparent);transform:translate(-100%);transition:transform .55s ease}.btn-cta:hover:after{transform:translate(100%)}.btn-cta:hover{transform:translateY(-3px) scale(1.025);border-color:#ffaa3cd9;color:#ffd080;box-shadow:0 0 0 1px #ffa03726,0 12px 36px #00000080,0 0 32px #ff8c424d}.btn-cta svg{stroke:currentColor;width:19px;height:19px}.brand-chevron{margin-left:auto;opacity:.6;transition:transform .2s}.brand-picker:hover .brand-chevron{transform:rotate(180deg);opacity:1}.btn-text{background:transparent;color:var(--muted);font-size:13px;padding:8px 12px}.btn-text:hover{color:var(--text)}.hero-image-card{width:100%;height:360px;border-radius:14px;overflow:hidden;position:relative;background:var(--panel-bg);display:flex;align-items:center;justify-content:center}.hero-image-card:hover{transform:translate(-22px)!important;box-shadow:0 18px 60px #0009!important;filter:none!important}.hero-carousel{width:100%;height:100%;position:relative;overflow:hidden;display:block}.hero-carousel-track{display:flex;width:100%;height:100%;transition:transform .68s cubic-bezier(.22,.91,.28,1);will-change:transform}.hero-carousel-slide{flex:0 0 100%;background-size:cover;background-position:center;height:100%;position:relative;transform-origin:center center;transition:transform .8s cubic-bezier(.2,.9,.25,1),filter .6s ease,box-shadow .6s ease,opacity .6s ease}.hero-carousel-slide.active{transform:scale(1.03);filter:brightness(1.03) saturate(1.04);box-shadow:0 30px 90px #0009;z-index:4}.hero-carousel-slide:not(.active){transform:scale(.995);filter:brightness(.92) saturate(.98) blur(0px);opacity:.98}.hero-carousel-slide .slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#0000 40%,#080c1499);mix-blend-mode:multiply;opacity:.95;transition:opacity .56s ease}.hero-carousel-slide.active{background-position:center 48%}.hero-carousel-slide{background-position:center}.hero-carousel-slide:hover,.hero-image-card:hover .hero-carousel-slide{transform:none!important;box-shadow:none!important;filter:none!important;background-position:center!important}.carousel-control{position:absolute;top:50%;transform:translateY(-50%);background:linear-gradient(180deg,#ffffff0a,#0000001f);color:var(--text);border:none;width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 30px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;transition:opacity .3s ease,transform .2s ease,box-shadow .2s ease}.hero-carousel:hover .carousel-control{opacity:1}.carousel-control.prev{left:12px}.carousel-control.next{right:12px}.carousel-control:hover{transform:translateY(-50%) scale(1.02);box-shadow:0 12px 40px #00000080}@media (max-width: 768px){.hero-carousel-slide.active{transform:scale(1.02);box-shadow:0 18px 50px #0000008c}.carousel-control{width:36px;height:36px}}.hero-image-card .hero-image{width:100%;height:100%;object-fit:cover;display:block}.hero-image-card{transform:translate(-22px);transition:transform .22s ease}@media (max-width: 920px){.hero-inner{grid-template-columns:1fr}.hero-image-card{height:200px}.hero-image-card{transform:none}}.hero-image-card:hover .hero-carousel-slide,.hero-carousel-slide:hover{transform:none!important;box-shadow:none!important;filter:none!important;background-position:center!important}.hero-progress:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--accent),var(--primary));transform-origin:left;transform:scaleX(0);display:block}.hero-progress{--progress-duration:18s}.hero-progress:after{animation:progressBar linear forwards;animation-duration:var(--progress-duration)}.hero-progress.paused:after{animation-play-state:paused}@keyframes progressBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-reduced-motion: reduce){.site-header.sidebar-mode,.site-sidebar .sidebar-inner{transition:none}}@media (prefers-reduced-motion: reduce){.hero-progress{display:none}}@media (max-width:992px){.hero-inner{grid-template-columns:315px 1fr}.hero-card h1{font-size:30px}.hero-image-card{aspect-ratio:16/9;min-height:200px}}@media (max-width:720px){.hero-inner{grid-template-columns:1fr;gap:18px;padding:0 12px}.hero-image-card{width:100%;aspect-ratio:16/9;min-height:160px;margin-left:0}.hero-card h1{font-size:28px}.hero-card{padding:20px}.hero-features{flex-direction:column;gap:8px}}.hero-entrance{opacity:0;transform:translateY(8px) scale(.995);animation:heroFadeIn .6s cubic-bezier(.2,.9,.3,1) forwards}@keyframes heroFadeIn{to{opacity:1;transform:translateY(0) scale(1)}}.publish-ctas{display:flex;gap:10px;align-items:center}.publish-ctas .btn-ghost{padding:8px 12px;border-radius:10px}.publish-ctas .btn-primary{padding:8px 14px;border-radius:12px;font-weight:800}.pro-badge{background:linear-gradient(90deg,var(--accent),var(--primary));color:var(--bg);font-size:11px;padding:4px 8px;border-radius:8px;font-weight:900}@media (max-width:720px){.publish-ctas{flex-direction:column;align-items:stretch}.publish-ctas .btn-ghost,.publish-ctas .btn-primary{width:100%}}.publish-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;background:linear-gradient(180deg,#ff8c4214,#ff8c4208);padding:16px;border-radius:14px;margin-top:14px;border:1px solid rgba(255,140,66,.12)}.publish-hero .publish-title{font-size:18px;font-weight:800;color:#ffb470}.publish-hero .publish-desc{font-size:14px;color:#ffffffbf;margin-top:6px}.publish-hero .btn-publish{padding:14px 18px;border-radius:12px;font-size:15px}@media (max-width:920px){.publish-hero{flex-direction:column;align-items:flex-start;gap:12px}.publish-hero>div:last-child{width:100%}.hero-inner{grid-template-columns:1fr!important}}.publish-hero>div:first-child{flex:1}.publish-hero .btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.04);color:var(--text);padding:10px 12px;border-radius:10px}.publish-hero .btn-primary{padding:10px 12px;border-radius:12px;font-weight:900;box-shadow:0 14px 40px #c78f3e14}.btn-publish{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;font-weight:900;font-size:15px;border:0;cursor:pointer;transition:transform .14s,box-shadow .14s,filter .12s}.btn-publish svg{opacity:.98}.btn-publish.btn-ghost{background:transparent;color:var(--text);border:1px solid rgba(255,255,255,.06);padding:10px 16px}.btn-publish.btn-ghost:hover{background:#ffffff0a;transform:translateY(-1px)}.btn-publish.btn-publish-pro{background:linear-gradient(90deg,var(--accent),var(--accent2));color:var(--bg);box-shadow:0 18px 48px #a76f3a1f;padding:12px 18px}.btn-publish.btn-publish-pro:hover{transform:translateY(-2px);box-shadow:0 16px 48px #a76f3a1f;filter:brightness(1.01)}.btn-publish:focus-visible{box-shadow:0 0 0 5px #c78f3e1f}.btn-publish .pro-badge{margin-left:6px;background:transparent;color:var(--text);border:1px solid rgba(255,255,255,.06);padding:4px 6px;border-radius:6px;font-weight:800;font-size:12px}.btn-publish.btn-publish-particulier{background:linear-gradient(90deg,var(--accent),var(--accent2));color:var(--bg);border:0;box-shadow:0 18px 48px #a76f3a1f;padding:10px 16px}.btn-publish.btn-publish-particulier svg{opacity:.98}.btn-publish.btn-publish-particulier:hover{transform:translateY(-2px);box-shadow:0 16px 48px #a76f3a1f;filter:brightness(1.01)}.btn-publish.btn-publish-particulier:active{transform:translateY(-1px) scale(.997)}.btn-publish.btn-publish-particulier span{color:var(--bg);font-weight:900}@media (max-width:720px){.publish-hero{flex-direction:column;align-items:flex-start}.publish-hero>div:last-child{width:100%;display:flex;flex-direction:column;gap:8px}}.publish-hero.enhanced{background:linear-gradient(180deg,#000000b8,#0000008f);border:1px solid rgba(255,255,255,.06);box-shadow:0 14px 40px #00000073}.publish-hero.enhanced .publish-title{font-size:20px;font-weight:900;color:#fff}.publish-hero.enhanced .publish-desc{font-size:15px;color:#ffffffeb;margin-top:6px}.publish-hero.enhanced .publish-features{display:flex;gap:12px;margin-top:10px;padding:0;list-style:none}.publish-hero.enhanced .publish-features li{display:flex;align-items:center;gap:8px;color:#ffffffeb;font-weight:700;font-size:13px}.publish-hero.enhanced .publish-features li:before{content:"✓";color:var(--panel-bg);display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:6px;background:#ffffff1f;font-size:12px}.publish-hero.enhanced .btn-publish{background:linear-gradient(90deg,var(--accent),var(--primary));color:var(--bg);border:0;padding:12px 18px;border-radius:12px;font-weight:900;box-shadow:0 12px 40px #2b6d771f;display:inline-flex;align-items:center;gap:10px}.publish-hero.enhanced .btn-publish svg{opacity:.98}.publish-hero .publish-cta{min-width:0;max-width:none}.publish-hero .btn-publish{width:100%;max-width:100%;box-sizing:border-box;white-space:normal;overflow:visible;text-overflow:clip;transition:transform .18s ease,box-shadow .18s ease,filter .12s;background-size:220% 100%!important;animation:shimmer 3.6s linear infinite}.publish-hero .btn-publish span{display:block;white-space:normal;text-align:center}.publish-hero .btn-publish:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 36px 110px #2f80ed2e;filter:brightness(1.06);animation-play-state:paused}.publish-hero .btn-publish:focus-visible{outline:none;box-shadow:0 0 0 6px #2f80ed1f;transform:scale(1.04)}@keyframes shimmer{0%{background-position:0% 50%}50%{background-position:120% 50%}to{background-position:0% 50%}}@media (max-width:920px){.publish-hero .publish-cta{max-width:100%}.publish-hero .btn-publish{animation:none}}@media (max-width:920px){.publish-hero.enhanced{flex-direction:column;align-items:flex-start;gap:12px}.publish-hero.enhanced>div:last-child{width:100%}.publish-hero.enhanced .btn-publish{width:100%;justify-content:center}}.ad-card{width:280px;background:linear-gradient(180deg,#191612f2,#14110efa);border-radius:14px;box-shadow:0 4px 20px #0006;padding:14px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;margin-bottom:16px;border:1px solid rgba(255,140,66,.08);position:relative;overflow:hidden}.ad-card:before{content:"";position:absolute;top:0;left:0;right:0;height:60%;background:linear-gradient(180deg,rgba(255,140,66,.03) 0%,transparent 100%);pointer-events:none;opacity:0;transition:opacity .25s ease}.ad-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 16px 48px #0009,0 0 0 2px #ff8c4233;border-color:#ff8c424d}.ad-card:hover:before{opacity:1}.ad-card--large{display:flex;gap:16px;align-items:flex-start;padding:14px;border-radius:12px}.ad-media{flex:0 0 360px;display:flex;flex-direction:column;gap:8px}.ad-media-main{position:relative;border-radius:8px;overflow:hidden;background:var(--panel-bg);height:220px}.ad-media-main .lazy-image-wrapper{height:100%}.ad-media-main img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .28s ease,filter .18s ease}.seller-badge{position:absolute;top:10px;left:10px;padding:6px 12px;border-radius:8px;color:#fff;font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s ease;z-index:3}.seller-badge.pro{background:linear-gradient(135deg,var(--badge-pro),var(--badge-pro-dark));box-shadow:0 4px 16px #ff8c4280,0 0 0 1px #ffffff26 inset}.seller-badge.pro:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ff8c4299}.seller-badge.private{background:linear-gradient(135deg,var(--badge-particulier),var(--badge-particulier-dark));box-shadow:0 4px 16px #6366f180,0 0 0 1px #ffffff1a inset}.seller-badge.private:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6366f199}.seller-badge-inline{position:relative;display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:8px;color:#fff;font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.5px;transition:all .2s ease}.seller-badge-inline.pro{background:linear-gradient(135deg,var(--badge-pro),var(--badge-pro-dark));box-shadow:0 2px 8px #ff8c424d}.seller-badge-inline.private{background:linear-gradient(135deg,var(--badge-particulier),var(--badge-particulier-dark));box-shadow:0 2px 8px #6366f14d}.ad-media-thumbs{display:flex;gap:8px;margin-top:6px}.ad-media-thumbs img{width:72px;height:56px;object-fit:cover;border-radius:6px;box-shadow:var(--shadow-xs);transition:transform .18s ease,box-shadow .18s ease,opacity .12s ease}.ad-media-thumbs img:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.ad-card{border-radius:16px;padding:16px;background:linear-gradient(180deg,#1c1915f5,#110e0cfa)}.ad-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 20px 48px #0009,0 0 0 2px #ff8c421f}.ad-card .ad-media-main img{transition:transform .5s cubic-bezier(.2,.9,.3,1),filter .28s ease}.ad-card:hover .ad-media-main img{transform:scale(1.04) translateY(-4px);filter:brightness(1.02) saturate(1.05)}.ad-title,.ad-list-title{font-size:18px;margin:0;color:var(--text);font-weight:800;letter-spacing:-.2px}.ad-price,.ad-list-price{font-size:20px;color:var(--accent);font-weight:900;text-shadow:0 2px 8px rgba(255,140,66,.06)}.badge{padding:6px 10px;border-radius:8px;font-weight:800;font-size:11px;text-transform:uppercase}.badge-new{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 6px 18px #065f462e}.badge-sold{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 6px 18px #dc26262e}.badge-pro{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.badge-private{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.cta-actions .icon-btn{border-radius:10px;padding:8px;background:transparent;border:1px solid rgba(255,255,255,.04);transition:all .18s}.cta-actions .icon-btn:hover{background:linear-gradient(135deg,#ff8c420f,#ff8c4208);border-color:#ff8c421f;transform:translateY(-3px)}.ad-list-item{transition:transform .28s ease,box-shadow .28s ease}.ad-list-item:hover{transform:translateY(-6px);box-shadow:0 18px 40px #00000073;border-color:#ff8c4214}.ad-info{padding:6px 2px 2px}.ad-meta{display:flex;justify-content:space-between;gap:12px;color:var(--muted);align-items:center}.results-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:6px 2px 16px}.results-title{font-size:22px;font-weight:900;color:var(--text);margin:0}.view-toggle{display:inline-flex;background:#ffffff0a;border-radius:9999px;padding:4px;border:1px solid rgba(255,255,255,.04)}.view-toggle-btn{display:inline-flex;align-items:center;padding:8px 12px;border-radius:9999px;border:none;background:transparent;color:var(--muted);cursor:pointer;font-weight:700;gap:8px}.view-toggle-btn.active{background:linear-gradient(135deg,#ff8c421f,#ff8c420f);color:var(--accent);box-shadow:0 6px 18px #ff8c420f}.results-header .sort-inline{margin-left:12px;display:flex;align-items:center}.sort-select-inline{padding:6px 8px;border-radius:8px;border:1px solid rgba(0,0,0,.06);background:var(--surface);color:var(--text);font-size:14px}.thumb-btn{border:0;padding:0;background:transparent;cursor:pointer;border-radius:6px;display:inline-block}.thumb-btn:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}.thumb-btn.active img{box-shadow:0 12px 40px #0000008c;transform:scale(1.04);opacity:1}.thumb-btn img{display:block}.ad-info{flex:1;display:flex;flex-direction:column;gap:8px}.ad-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.ad-title{font-size:18px;margin:0;color:var(--text);font-weight:900}.ad-price{font-size:20px;color:var(--accent);font-weight:900}.ad-meta{display:flex;justify-content:space-between;gap:12px;color:var(--muted)}.meta-left{display:flex;flex-direction:column;gap:6px}.meta-row{font-size:13px}.dealer-link{font-size:13px;color:var(--primary-light);text-decoration:none}.ad-attributes{display:flex;gap:12px;color:var(--muted);font-size:13px}.attr{background:#ffffff05;padding:6px 8px;border-radius:8px}.ad-list-item{display:flex;gap:18px;padding:16px;background:var(--panel-bg);border-radius:10px;box-shadow:var(--shadow-m);cursor:pointer;align-items:flex-start;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;border:1px solid rgba(255,255,255,.05)}.ad-list-media{flex:0 0 320px}.ad-list-main{position:relative;border-radius:8px;overflow:hidden;background:var(--panel-bg);height:220px}.ad-list-main .lazy-image-wrapper{height:100%}.ad-list-main img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .28s ease,filter .18s ease}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:none;background:#00000073;color:var(--text);display:flex;align-items:center;justify-content:center;font-size:22px;cursor:pointer;box-shadow:0 6px 20px #0009;transition:background .12s,transform .12s}.gallery-arrow:hover{background:#0009;transform:translateY(-50%) scale(1.02)}.gallery-arrow:focus{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.lightbox-content{max-width:90%;max-height:90%;display:flex;align-items:center;justify-content:center}.lightbox-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 30px 80px #000c}.lightbox-close{position:fixed;top:20px;right:20px;width:44px;height:44px;border-radius:999px;border:none;background:#ffffff1a;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.lightbox-close:hover{background:#fff3;transform:scale(1.05)}.lightbox-arrow{position:fixed;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:999px;border:none;background:#ffffff1a;color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-fast)}.lightbox-arrow.left{left:20px}.lightbox-arrow.right{right:20px}.lightbox-arrow:hover{background:#fff3;transform:translateY(-50%) scale(1.02)}.lightbox-counter{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background:#0009;color:var(--text);padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600}.pill-row.header-pill{cursor:pointer}.brand-segment .search-input{padding:8px 10px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background:var(--card-bg);color:var(--text);font-weight:700}.pill-input{height:40px}.pill-right .pill-cta{padding:10px 14px;display:inline-flex;align-items:center;gap:8px}.city-suggestions{position:absolute;left:0;right:0;top:42px;background:var(--panel-bg);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 30px #00000073;z-index:500;max-height:220px;overflow:auto;padding:6px}.city-suggestions li{padding:8px 10px;cursor:pointer}.city-suggestions li.highlight{background:#ffffff0a}.sr-only{position:absolute!important;height:1px;width:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ad-page-shell{min-height:100vh;display:flex;flex-direction:column;font-family:Segoe UI,Arial,sans-serif}.ad-page-main{flex:1;width:100%;max-width:1240px;margin:18px auto 28px;padding:0 20px}.ad-page-back-btn{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:10px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.16);background:#ffffff08;color:#ffffffeb;font-weight:700;cursor:pointer;transition:all .2s ease}.ad-page-back-btn:hover{border-color:#ff8c4261;background:#ff8c4214;transform:translateY(-1px)}.ad-page-status-card{padding:40px;border-radius:14px;background:linear-gradient(180deg,#18140fd9,#120f0beb);border:1px solid rgba(255,255,255,.1);text-align:center}.ad-page-status-text{color:var(--muted)}.ad-page-loading-skeleton{display:flex;flex-direction:column;gap:14px}.ad-page-skeleton-hero{width:100%;height:260px;border-radius:12px}.ad-page-skeleton-lines{display:flex;flex-direction:column;gap:10px}.ad-page-status-actions{margin-top:16px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.ad-detail-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.ad-detail-page{width:100%;max-width:1240px;margin:0 auto;padding:0}.ad-detail-container{background:linear-gradient(180deg,#191612f7,#14110efc);border-radius:20px;max-width:1200px;width:100%;box-shadow:0 15px 60px #00000080,0 0 0 1px #ff8c4214 inset;border:1px solid rgba(255,140,66,.1);position:relative;color:var(--text);display:grid;grid-template-columns:1fr 360px;gap:0}.ad-detail-container.page-mode{background:linear-gradient(180deg,#17140ffa,#100d0afc);border-color:#ff8c4224;box-shadow:0 18px 56px #00000073,0 0 0 1px #ff8c421a inset}.ad-detail-container.modal-mode{max-height:92vh;overflow:hidden;height:86vh}.ad-detail-close{position:absolute;top:16px;right:16px;width:40px;height:40px;background:#ff8c421a;border:1px solid rgba(255,140,66,.2);border-radius:50%;color:#ffb470;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease}.ad-detail-close:hover{background:#ff8c4233;transform:scale(1.05);border-color:#ff8c4266}.ad-detail-left{padding:24px;display:flex;flex-direction:column;gap:18px;overflow-y:auto}.ad-detail-aside{padding:24px;border-left:1px solid rgba(255,140,66,.1);background:linear-gradient(180deg,rgba(255,140,66,.03),transparent);overflow-y:auto}.ad-detail-container.page-mode .ad-detail-left,.ad-detail-container.page-mode .ad-detail-aside{max-height:none;overflow:visible}.ad-gallery-main{border-radius:var(--radius-md);overflow:hidden;background:#000;position:relative;cursor:zoom-in;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 30px #00000059}.ad-gallery-image{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#00000080;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast);z-index:5}.gallery-arrow.left{left:12px}.gallery-arrow.right{right:12px}.gallery-arrow:hover{background:#000000b3;transform:translateY(-50%) scale(1.02)}.gallery-counter{position:absolute;bottom:12px;right:12px;background:#0009;color:#fff;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600}.ad-gallery-thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;padding-bottom:4px}.gallery-thumb{border:none;padding:0;background:transparent;cursor:pointer;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;transition:all var(--transition-fast)}.gallery-thumb img{width:80px;height:60px;object-fit:cover;display:block;border-radius:var(--radius-sm);opacity:.72;transition:all var(--transition-fast)}.gallery-thumb.active img,.gallery-thumb:hover img{opacity:1;box-shadow:0 4px 16px #0006}.gallery-thumb.active{transform:scale(1.05)}.ad-info-header{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title title" "badges actions";gap:14px 16px;background:linear-gradient(165deg,#ff8c4214,#ff8c4205);border:1px solid rgba(255,140,66,.16);border-radius:14px;padding:18px}.ad-info-title-row{grid-area:title;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.ad-title-meta{min-width:0;flex:1}.ad-title{font-size:clamp(26px,3.1vw,34px);font-weight:900;margin:0;color:var(--text);letter-spacing:-.6px;line-height:1.08}.ad-subtitle{color:var(--muted);font-size:14px;margin:4px 0 0}.ad-city-badge,.ad-list-city-badge,.ad-detail-city-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:linear-gradient(135deg,#ff8c421f,#ff8c420a);border:1px solid rgba(255,140,66,.22);color:#ffd4ad;font-weight:700;line-height:1.2;max-width:100%}.ad-city-badge{font-size:12px}.ad-list-city-badge{font-size:13px;margin-top:8px}.ad-detail-city-badge{font-size:13px}.ad-city-badge-icon,.ad-list-city-icon,.ad-detail-city-icon{display:inline-flex;color:#ffb470;flex-shrink:0}.ad-subtitle{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px}.ad-detail-km-sep{color:#ffffff73;font-weight:600}.ad-price{font-size:clamp(28px,3vw,36px);font-weight:900;color:var(--accent);white-space:nowrap;text-shadow:0 4px 18px rgba(255,140,66,.2)}.ad-price-stack{display:flex;flex-direction:column;align-items:flex-end;gap:4px;padding:10px 12px;border-radius:12px;background:linear-gradient(150deg,#ff8c4224,#ff8c420a);border:1px solid rgba(255,140,66,.25)}.ad-price-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#ffffffa8;font-weight:700}.ad-quick-facts{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.ad-quick-fact{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);font-size:12px;color:#ffffffe6;font-weight:700}.ad-badges{grid-area:badges;display:flex;justify-content:flex-start;align-items:center;gap:10px;flex-wrap:wrap}.badges-left{display:flex;gap:8px;flex-wrap:wrap;flex:1}.badges-right{display:flex;gap:8px;margin-left:0}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--radius-sm);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.badge-new{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 16px #10b98166}.badge-sold{background:#ef4444f2;color:#fff;box-shadow:0 4px 16px #ef444466}.badge-info{background:#ffffff0d;color:var(--text);border:1px solid rgba(255,255,255,.1)}.badge-pro{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 16px #f59e0b80}.badge-private{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 16px #3b82f680}.expertise-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--radius-md);font-weight:600;font-size:13px;transition:all .2s;border:2px solid transparent}.ad-badges .expertise-badge{padding:8px 14px;font-size:12px;gap:8px;border-radius:var(--radius-md);font-weight:600}.ad-badges .expertise-icon{font-size:14px}.ad-badges .expertise-label{font-weight:700;letter-spacing:.3px;font-size:12px;text-transform:none}.ad-badges .expertise-details{font-size:10px}.expertise-badge:hover{transform:translateY(-1px)}.expertise-icon{font-size:16px;line-height:1}.expertise-content{display:flex;flex-direction:column;gap:2px}.expertise-label{font-weight:700;letter-spacing:.3px}.expertise-details{font-size:11px;opacity:.9;font-weight:400}.expertise-green{background:linear-gradient(135deg,#22c55e26,#10b9811a);color:#22c55e;border-color:#22c55e4d}.expertise-green .expertise-icon{color:#10b981}.expertise-orange{background:linear-gradient(135deg,#fb923c26,#f973161a);color:#fb923c;border-color:#fb923c4d}.expertise-orange .expertise-icon{color:#f97316}.expertise-red{background:linear-gradient(135deg,#ef444426,#dc26261a);color:#ef4444;border-color:#ef44444d}.expertise-red .expertise-icon{color:#dc2626;animation:pulse 2s ease-in-out infinite}.expertise-gray{background:linear-gradient(135deg,#9ca3af26,#6b72801a);color:#9ca3af;border-color:#9ca3af4d}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width: 768px){.expertise-badge{padding:6px 10px;font-size:11px}.expertise-icon{font-size:14px}.expertise-details{font-size:10px}.ad-badges{flex-direction:column;align-items:stretch}.badges-left,.badges-right{width:100%}.badges-right{margin-left:0}.ad-seller-more-grid{grid-template-columns:1fr}.ad-seller-more-card{grid-template-columns:120px minmax(0,1fr);gap:12px}.ad-seller-more-price{font-size:16px}}@media (max-width: 480px){.expertise-badge{padding:5px 8px;font-size:10px}.expertise-icon{font-size:12px}.expertise-label{font-size:10px}.expertise-details{font-size:9px}.ad-seller-more-section{padding:14px}.ad-seller-more-head{align-items:flex-start}.ad-seller-more-card{grid-template-columns:1fr}.ad-seller-more-image-wrap{aspect-ratio:16 / 9}}.ad-actions{grid-area:actions;display:flex;gap:8px;padding-top:0;align-items:center;justify-content:flex-end;align-self:center}.ad-action-chip{display:inline-flex;align-items:center;justify-content:center;min-width:46px;min-height:42px;padding:2px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;transition:all .2s ease}.ad-action-chip:hover{border-color:#ff8c4257;background:#ff8c4214}.ad-actions-menu{position:relative}.ad-actions-menu-trigger{width:44px;height:42px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffffd9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.ad-actions-menu-trigger:hover{border-color:#ff8c4257;background:#ff8c4214;color:#ffd4ad}.ad-actions-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;padding:8px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#16120efa,#0f0c09fc);box-shadow:0 14px 30px #0006;z-index:20}.ad-actions-menu-item{width:100%;border:1px solid transparent;background:transparent;color:#ffffffe6;border-radius:10px;padding:10px 12px;display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:700;cursor:pointer}.ad-actions-menu-item:hover{background:#ffffff0f;border-color:#ffffff1f}.ad-actions-menu-item.danger{color:#fca5a5}.ad-actions-menu-item.danger:hover{background:#ef44441f;border-color:#ef444452}.ad-message-btn{margin-top:4px}.ad-message-btn--primary{background:linear-gradient(90deg,#ff8c4242,#ff7a1a38);border:1px solid rgba(255,140,66,.36);border-radius:12px;padding:6px;box-shadow:0 10px 22px #ff7a1a29}.ad-specs-section,.ad-description-section,.ad-location-section{margin-top:8px}.ad-specs-section,.ad-description-section,.ad-location-map-section{background:linear-gradient(170deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:18px}.section-title{font-size:20px;font-weight:800;color:#ffb470;margin:0 0 18px;letter-spacing:-.3px;display:flex;align-items:center;gap:10px}.section-title:before{content:"";width:4px;height:20px;background:linear-gradient(180deg,#ff8c42,#ff7a1a);border-radius:2px}.ad-location-map-section{margin-top:8px}.ad-seller-more-section{margin-top:8px;background:linear-gradient(170deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:18px}.ad-seller-more-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap}.ad-seller-more-title{margin-bottom:0}.ad-seller-more-link{display:inline-flex;align-items:center;gap:8px;color:#7fb6ff;text-decoration:none;font-weight:700;font-size:14px}.ad-seller-more-link:hover{color:#a9d0ff}.ad-seller-more-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.ad-seller-more-card{display:grid;grid-template-columns:160px minmax(0,1fr);gap:14px;align-items:start;padding:12px;border-radius:14px;text-decoration:none;color:var(--text);background:#ffffff0a;border:1px solid rgba(255,255,255,.08);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.ad-seller-more-card:hover{transform:translateY(-2px);border-color:#ff8c4238;box-shadow:0 12px 26px #0000003d}.ad-seller-more-image-wrap{border-radius:10px;overflow:hidden;background:#ffffff0d;aspect-ratio:16 / 10;width:100%}.ad-seller-more-image{width:100%;height:100%;object-fit:cover;display:block}.ad-seller-more-body{min-width:0;display:flex;flex-direction:column;gap:10px}.ad-seller-more-card-title{margin:0;font-size:15px;line-height:1.35;font-weight:800;color:#fff4e8}.ad-seller-more-price{font-size:17px;font-weight:900;color:#fff}.ad-seller-more-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:14px;color:#ffffffb8}.ad-seller-more-meta span{display:inline-flex;align-items:center;gap:6px}.location-map{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000026;height:400px;background:#f3f4f6;z-index:1}.location-map .leaflet-control-zoom{border:none!important;box-shadow:0 2px 8px #00000026!important}.location-map .leaflet-control-zoom a{color:#ff6b1a!important;border:none!important}.location-map .leaflet-control-zoom a:hover{background-color:#fff5ed!important}.location-map .leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 2px 12px #0003}@media (max-width: 768px){.location-map{height:300px}}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.spec-item{padding:14px;border-radius:12px;display:flex;flex-direction:column;gap:6px;background:#ff8c420a;border:1px solid rgba(255,140,66,.1)}.spec-item.alt{background:#ff8c420d}.spec-label{color:#ffffff8c;font-size:11px;text-transform:uppercase;letter-spacing:.5px}.spec-value{font-weight:700;font-size:15px;color:#fff;word-break:break-word}.ad-description{color:var(--text);font-size:15px;line-height:1.75;margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.ad-description-translation-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 10px}.ad-description-meta{margin:0 0 10px;font-size:12px;font-weight:600;color:#ffffff9e}.ad-description-toggle{border:1px solid rgba(255,140,66,.35);background:#ff8c421a;color:#ffd5b8;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s ease}.ad-description-toggle:hover{background:#ff8c4229;border-color:#ff8c4280}.seller-card{position:sticky;top:24px;background:linear-gradient(175deg,#ff8c4214,#ff8c4205);border:1px solid rgba(255,140,66,.18);border-radius:14px;padding:18px;box-shadow:0 10px 26px #00000040}.seller-title{font-size:18px;font-weight:800;margin:0 0 16px}.seller-profile-link{display:flex;align-items:center;gap:12px;padding:14px;background:linear-gradient(180deg,#ff8c420f,#ff8c4208);border:1px solid rgba(255,140,66,.12);border-radius:14px;text-decoration:none;margin-bottom:16px;transition:all .2s ease}.seller-profile-link:hover{background:linear-gradient(180deg,#ff8c421f,#ff8c420f);border-color:#ff8c424d;transform:translateY(-1px);box-shadow:0 6px 20px #0003}.seller-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#ff8c42,#ff7a1a);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;box-shadow:0 4px 15px #ff8c4240}.seller-avatar img{width:100%;height:100%;object-fit:cover}.seller-avatar span{color:#0b0b0d;font-weight:800;font-size:18px}.seller-profile-info{flex:1;display:flex;flex-direction:column;gap:4px}.seller-profile-info .seller-name{color:#fff;font-weight:700;font-size:15px;margin:0}.seller-rating{color:#fff9;font-size:13px}.seller-arrow{color:#ffb470;font-size:18px;font-weight:700}.seller-name-static{color:var(--muted);font-size:14px;margin:0 0 16px}.seller-name-link{color:var(--primary);text-decoration:none;font-weight:700;font-size:14px;display:block;margin-bottom:16px;transition:color var(--transition-fast)}.seller-name-link:hover{color:var(--accent)}.seller-name{color:var(--muted);font-size:14px;margin:0 0 16px}.seller-actions{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.seller-btn{flex:1 1 0;border-radius:10px;min-width:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;text-decoration:none;font-weight:700;font-size:13px;white-space:nowrap}.seller-info{display:flex;flex-direction:column;gap:12px;margin-top:14px;margin-bottom:20px}.seller-info-item{display:flex;flex-direction:column;gap:4px}.info-label{color:var(--muted);font-size:12px;font-weight:600}.info-value{color:var(--text);font-size:14px}.seller-services{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}.services-title{color:var(--muted);font-size:13px;font-weight:600;display:block;margin-bottom:8px}.services-list{padding-left:0;margin:0;color:var(--text);font-size:14px;line-height:1.8;list-style:none}.services-list li{color:#fffc;font-size:.9rem}.seller-no-contact{text-align:center;padding:20px;background:#ff8c420d;border:1px solid rgba(255,140,66,.1);border-radius:12px;margin-bottom:16px}.seller-no-contact p{color:#fff9;font-size:.9rem;margin:0 0 16px}.ad-message-btn-sidebar{margin-top:12px}.seller-login-notice{margin-bottom:14px;padding:12px;border-radius:12px;border:1px solid rgba(255,191,145,.28);background:linear-gradient(160deg,#ff8c4224,#ff8c420f);display:flex;flex-direction:column;gap:6px}.seller-login-notice strong{color:#ffd7b8;font-size:13px}.seller-login-notice span{color:#ffefe0e0;font-size:13px;line-height:1.4}.seller-login-notice-link{display:inline-flex;width:fit-content;margin-top:2px;padding:7px 10px;border-radius:8px;border:1px solid rgba(255,191,145,.35);color:#fff4e8;text-decoration:none;font-size:12px;font-weight:800;background:#ffffff0f}.seller-login-notice-link:hover{background:#ffffff1f}.ad-message-btn-sidebar button{width:100%}.report-ad-btn{width:100%;margin-top:16px;padding:12px 14px;background:linear-gradient(160deg,#ef444424,#b91c1c14);border:1px solid rgba(239,68,68,.3);border-radius:12px;color:#fca5a5;font-size:13px;font-weight:700;cursor:pointer;text-align:left;display:flex;align-items:center;gap:10px;transition:all var(--transition-fast)}.report-ad-btn:hover{background:linear-gradient(160deg,#ef444438,#b91c1c26);border-color:#fca5a599;transform:translateY(-1px)}.report-ad-btn-icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ef44442e;flex-shrink:0}.report-ad-btn-content{display:flex;flex-direction:column;gap:2px}.report-ad-btn-title{color:#fecaca;font-size:13px;font-weight:800;line-height:1.2}.report-ad-btn-subtitle{color:#fecacac7;font-size:11px;font-weight:600;line-height:1.2}@media (max-width: 920px){.ad-detail-page,.ad-detail-container,.ad-detail-left,.ad-detail-aside,.ad-info-header,.ad-info-title-row,.ad-badges,.badges-left,.badges-right,.ad-actions,.ad-specs-section,.ad-description-section,.ad-location-map-section,.seller-card{min-width:0;max-width:100%;box-sizing:border-box}.ad-page-main{margin-top:10px;padding:0 10px}.ad-page-back-btn{width:100%;justify-content:center}.ad-detail-container{grid-template-columns:1fr;max-height:none;height:auto;border-radius:16px;overflow:hidden;box-shadow:0 10px 32px #00000061,0 0 0 1px #ff8c4214 inset}.ad-detail-container.page-mode{border-radius:16px}.ad-detail-left{gap:14px}.ad-gallery-main{border-radius:12px}.ad-gallery-image{aspect-ratio:4/3}.gallery-arrow{width:40px;height:40px}.gallery-counter{bottom:10px;right:10px;font-size:12px;padding:5px 10px}.ad-detail-aside{border-left:none;border-top:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#ff8c4208,#0000)}.ad-detail-modal{padding:10px}.ad-info-title-row{flex-direction:column;gap:10px}.ad-info-header{grid-template-columns:1fr;grid-template-areas:"title" "badges" "actions"}.ad-price-stack{align-items:flex-start;width:100%}.ad-actions{justify-content:flex-start}.badges-right{width:100%}.ad-title{font-size:clamp(22px,6vw,28px);line-height:1.1;overflow-wrap:anywhere;word-break:break-word;max-width:100%}.ad-price{font-size:clamp(26px,7vw,32px);align-self:flex-start;background:linear-gradient(135deg,#ff8c4229,#ff8c420f);border:1px solid rgba(255,140,66,.24);border-radius:12px;padding:6px 10px;line-height:1;white-space:normal;overflow-wrap:anywhere;max-width:100%}.ad-info-header{border-radius:12px;padding:14px;gap:10px}.ad-subtitle{gap:6px;margin-top:2px}.ad-detail-city-badge{font-size:12px;padding:4px 9px}.ad-badges{gap:10px}.badges-left{gap:6px}.badges-left>*,.badges-right>*{min-width:0;max-width:100%}.badge{font-size:11px;padding:5px 9px;border-radius:8px;max-width:100%;white-space:normal;overflow-wrap:anywhere}.expertise-badge,.ad-badges .expertise-badge{width:100%;justify-content:flex-start;white-space:normal;overflow-wrap:anywhere}.expertise-content,.ad-badges .expertise-details,.ad-badges .expertise-label{min-width:0;overflow-wrap:anywhere;white-space:normal}.ad-specs-section,.ad-description-section,.ad-location-map-section{padding:14px;border-radius:12px}.section-title{font-size:18px}.seller-card{position:static;top:auto;border-radius:12px}.ad-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ad-action-chip{width:100%;min-height:44px;min-width:0;overflow:hidden}.ad-action-chip>*{min-width:0;max-width:100%}.ad-message-btn{margin-top:8px;border-radius:12px;min-width:0}.ad-gallery-thumbs{max-width:100%;overflow-x:auto}}@media (max-width: 560px){.ad-detail-left,.ad-detail-aside{padding:12px}.ad-page-main{padding:0 8px}.ad-detail-container,.ad-detail-container.page-mode{border-radius:14px}.ad-gallery-image{aspect-ratio:1.28 / 1}.gallery-arrow{width:36px;height:36px}.ad-info-header{padding:12px;border-radius:10px}.ad-title{font-size:clamp(20px,6vw,24px);overflow-wrap:anywhere}.ad-price{font-size:clamp(22px,7vw,28px);padding:6px 9px}.ad-detail-city-badge{font-size:11px;padding:4px 8px}.ad-detail-km-sep{display:none}.ad-subtitle{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0;max-width:100%}.badges-left{gap:5px}.badge{font-size:10px;padding:4px 8px;line-height:1.2}.specs-grid{grid-template-columns:1fr}.gallery-thumb img{width:72px;height:54px}.ad-message-btn--primary{padding:4px}.ad-specs-section,.ad-description-section,.ad-location-map-section,.seller-card{border-radius:10px;padding:12px}.report-ad-btn{padding:11px 12px;gap:8px;min-width:0}.report-ad-btn-subtitle{font-size:10px}}@media (max-width: 390px){.ad-page-main{padding:0 6px;margin-top:8px}.ad-page-back-btn{padding:8px 10px;font-size:13px;border-radius:10px}.ad-detail-container,.ad-detail-container.page-mode{border-radius:12px}.ad-detail-left,.ad-detail-aside{padding:10px;gap:10px}.ad-gallery-main{border-radius:10px}.ad-gallery-image{aspect-ratio:1.18 / 1}.gallery-arrow{width:32px;height:32px}.gallery-arrow.left{left:8px}.gallery-arrow.right{right:8px}.gallery-counter{right:8px;bottom:8px;padding:4px 8px;font-size:11px}.ad-info-header{padding:10px;border-radius:10px;gap:8px}.ad-title{font-size:clamp(18px,6.2vw,21px);line-height:1.12;overflow-wrap:anywhere}.ad-price{font-size:clamp(20px,7vw,24px);padding:5px 8px;border-radius:10px}.ad-subtitle{font-size:12px;gap:4px}.ad-detail-city-badge{font-size:10px;padding:3px 7px}.ad-badges{gap:8px}.badge{font-size:9.5px;padding:4px 7px;border-radius:7px;letter-spacing:.2px;max-width:100%}.ad-action-chip{min-height:40px}.ad-message-btn,.ad-message-btn--primary{border-radius:10px;margin-top:6px}.ad-specs-section,.ad-description-section,.ad-location-map-section,.seller-card{padding:10px;border-radius:9px}.section-title{font-size:16px}.report-ad-btn{padding:10px;border-radius:10px;min-width:0}.report-ad-btn-icon{width:26px;height:26px}}.fav-heart{position:absolute;right:8px;top:8px;background:transparent;border:0;color:var(--text);padding:6px;border-radius:8px;cursor:pointer}.ad-list-thumbs{display:flex;gap:8px;margin-top:8px}.ad-list-thumbs img{width:86px;height:60px;object-fit:cover;border-radius:6px;transition:transform .18s ease,box-shadow .18s ease,opacity .12s ease}.ad-list-thumbs img:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000004d}.ad-list-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}.ad-list-top{display:flex;justify-content:space-between;align-items:flex-start}.ad-list-title{font-size:20px;margin:0;color:var(--text);font-weight:900}.ad-list-sub{color:var(--muted);font-size:14px;margin-top:6px}.ad-list-sub,.meta-row,.ad-attributes{line-height:1.4}.meta-row{color:var(--muted-strong)}.ad-list-price{font-size:22px;color:var(--accent);font-weight:900}.ad-list-meta{display:flex;gap:28px}.meta-col{display:flex;flex-direction:column;gap:8px;color:var(--muted)}.meta-row{display:flex;align-items:center;gap:8px;font-size:13px}.meta-row .icon{color:var(--muted)}.ad-list-footer{display:flex;justify-content:space-between;align-items:center}.dealer-link{color:var(--muted);text-decoration:none}.dealer-all{color:var(--primary-light);text-decoration:none;font-weight:700}@media (max-width:720px){.ad-list-item{flex-direction:column}.ad-list-media{width:100%}.ad-list-main,.ad-list-main img{height:180px}}.ad-cta-row{display:flex;justify-content:space-between;align-items:center;margin-top:8px;gap:12px}.dealer-all{color:var(--muted);font-size:13px;text-decoration:none}.dealer-all:hover{color:var(--primary-light)}.cta-actions{display:flex;gap:8px;align-items:center}.icon-btn{background:transparent;border:1px solid rgba(255,255,255,.04);padding:6px;border-radius:8px;color:var(--text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:36px}.icon-btn svg{width:18px;height:18px}.icon-btn:hover{background:#ffffff05;transform:translateY(-2px)}.favorite-btn{color:#ff8c42}.btn-gradient{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:12px;border:0;cursor:pointer;font-weight:800;color:var(--bg);background:linear-gradient(90deg,var(--accent),var(--primary));box-shadow:0 14px 44px #2b6d771f;transition:transform .14s,box-shadow .14s,filter .12s}.btn-gradient:hover{transform:translateY(-2px);box-shadow:0 16px 48px #2b6d771f;filter:brightness(1.02)}.btn-gradient:active{transform:translateY(-1px) scale(.997)}.btn-gradient:focus-visible{box-shadow:0 0 0 5px #2b6d771f}.btn-gradient--accent{background:linear-gradient(90deg,var(--accent),var(--accent2));color:var(--bg);box-shadow:0 18px 48px #a76f3a1f}.readable p,.readable li{color:var(--text);font-size:var(--font-size-m);line-height:1.6}.search-bar-form{background:linear-gradient(180deg,#071225eb,#071225d9);padding:22px 20px;border-radius:14px;box-shadow:0 8px 30px #0206178c;display:flex;flex-direction:column;gap:16px;margin-top:18px;border:1px solid rgba(255,255,255,.04);max-width:100%;transition:box-shadow .18s,border .18s,background .18s}.search-bar-form label{gap:6px;margin-bottom:0}.search-bar-form label span{color:var(--accent);font-size:14px;font-weight:900;letter-spacing:.02em;margin-bottom:2px}.search-bar-form input,.search-bar-form select,.search-bar-form button[type=button]{background:linear-gradient(180deg,#ffffff0f,#ffffff08);border:1px solid rgba(255,255,255,.06);color:var(--text);padding:12px 16px;border-radius:10px;outline:none;font-size:15px;font-weight:600;transition:box-shadow .14s,border-color .14s,background .14s;box-shadow:0 2px 10px #0206171a}.search-input{background:transparent;border:1px solid rgba(255,255,255,.06);color:var(--text);padding:12px 16px;border-radius:10px;font-size:15px;font-weight:600;box-shadow:none}.search-input::placeholder{color:var(--muted)!important;opacity:.9}.search-bar-form .btn-gradient svg{opacity:.98}.search-bar-form .btn-gradient span{font-weight:900}.double-range-bubble{transition:transform .12s,box-shadow .12s}.double-range-bubble:active{transform:translateY(-2px) scale(1.03)}.double-range-slider input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.14)}.double-range-slider input[type=range]::-moz-range-thumb:hover{transform:scale(1.14)}.search-bar-form input:focus,.search-bar-form select:focus,.search-bar-form button[type=button]:focus{box-shadow:0 0 0 3px #ffffff26;border-color:#ffffff4d;background:linear-gradient(180deg,#ffffff14,#ffffff05)}.search-bar-form input[type=number]::-webkit-inner-spin-button,.search-bar-form input[type=number]::-webkit-outer-spin-button{opacity:.5}input[type=number].no-spinner::-webkit-inner-spin-button,input[type=number].no-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number].no-spinner{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.search-bar-form .btn-publish{min-width:140px;font-size:15px;padding:12px 18px}.search-bar-form .btn-gradient{min-width:130px;font-size:16px;padding:12px 22px}.search-bar-form .double-range-slider{margin-top:2px;margin-bottom:2px}@media (max-width: 900px){.search-bar-form{padding:16px 6px 10px;border-radius:12px;gap:12px}.search-bar-form label{min-width:120px!important;width:100%!important}}@media (max-width: 600px){.search-bar-form{flex-direction:column;gap:10px;padding:10px 2vw 8px;border-radius:8px}.search-bar-form label{min-width:90px!important;width:100%!important;font-size:13px}.search-bar-form .btn-publish,.search-bar-form .btn-gradient{width:100%;min-width:0;margin-top:8px}}.pill-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:linear-gradient(90deg,#ffffff0a,#ffffff05);padding:8px;border-radius:999px;border:1px solid rgba(255,255,255,.04);box-shadow:0 8px 30px #00000073}.pill-segment{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;background:transparent;cursor:default}.pill-segment.mini{padding:6px 10px}.pill-icon{color:var(--muted);flex:0 0 18px}.pill-text{display:flex;flex-direction:column}.pill-main{font-weight:800;color:var(--text)}.pill-sub{font-weight:700;color:var(--muted);font-size:12px;margin-left:6px}.pill-input{background:transparent;border:0;padding:6px 0;min-width:80px;color:var(--text);font-weight:700}.pill-input:focus{outline:none;box-shadow:none}.pill-divider{width:1px;height:28px;background:linear-gradient(180deg,#ffffff05,#ffffff0f);margin:0 6px;border-radius:2px}.pill-cta{padding:10px 16px;border-radius:999px;display:inline-flex;align-items:center;gap:8px}@media (max-width:820px){.pill-row{padding:6px;gap:8px}.pill-segment .pill-main{font-size:14px}.pill-input{min-width:64px}}.search-bar-form label span{color:var(--accent);font-size:13px;font-weight:700}.search-bar-form input,.search-bar-form select,.search-bar-form button[type=button]{background:linear-gradient(180deg,#ffffff0f,#ffffff08);border:1px solid rgba(255,255,255,.06);color:var(--text);padding:10px 14px;border-radius:8px;outline:none;transition:box-shadow .12s,transform .12s,border-color .12s}.search-bar-form input:focus,.search-bar-form select:focus,.search-bar-form button[type=button]:focus{box-shadow:0 10px 38px #2b6d7714;border-color:var(--primary-light)}.search-bar-form input[type=range]{accent-color:var(--primary)}.search-bar-form .btn-gradient{margin-left:auto}.compare-btn{color:var(--primary)}.icon{display:inline-flex;align-items:center;justify-content:center;margin-right:8px;color:var(--muted);vertical-align:middle}.icon svg{display:block}@media (max-width:720px){.ad-card--large{flex-direction:column}.ad-media{flex:0 0 auto}.ad-media-main,.ad-media-main img{height:180px}.ads-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}}@media (max-width:480px){.ads-grid{grid-template-columns:1fr;gap:12px}}.ad-card-wrapper{opacity:0;transform:translateY(20px);will-change:transform,opacity}.ad-card-wrapper.animate{animation:fadeUp .7s cubic-bezier(.2,.9,.3,1) forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes imageFade{0%{opacity:0}to{opacity:1}}.image-fade-enter{animation:imageFade .3s ease-in-out}.ads-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;align-items:start}.ads-grid .ad-card-wrapper{display:block;width:100%;height:100%}.ads-grid .ad-card{width:100%;max-width:none;margin-bottom:0;height:100%;display:flex;flex-direction:column}@keyframes skeleton-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton-pulse{background:linear-gradient(90deg,#ffffff0a,#ffffff14,#ffffff0a);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:var(--radius-sm)}.skeleton-card{display:flex;flex-direction:column;gap:12px}.skeleton-image{background:linear-gradient(90deg,#ffffff08,#ffffff0f,#ffffff08);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}.lazy-img.loading{transform:scale(1.02);filter:blur(2px) brightness(.96)}.lazy-img.loaded{transform:none;filter:none}.skeleton-card-image{width:100%;height:180px;border-radius:var(--radius-md)}.skeleton-card-content{display:flex;flex-direction:column;gap:8px;padding:8px}.skeleton-title{height:20px;width:80%;border-radius:4px}.skeleton-text{height:14px;border-radius:4px}.skeleton-price{height:24px;width:30%;border-radius:4px;margin-top:8px}.skeleton-list-item{display:flex;gap:16px;align-items:center}.skeleton-list-item .skeleton-image{width:140px;height:100px;border-radius:var(--radius-md);flex-shrink:0}.skeleton-list-item .skeleton-content{flex:1;display:flex;flex-direction:column;gap:8px}.skeleton-list-item .skeleton-price{width:80px;flex-shrink:0}.skeleton-list{display:flex;flex-direction:column;gap:12px}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.annonces-main-grid{flex:1;width:100%;max-width:1200px;margin:24px auto;padding:8px 20px 20px;display:grid;grid-template-columns:280px 1fr;gap:24px}.annonces-page .site-sidebar{background:linear-gradient(165deg,#1c1610e6,#14100ceb);border:1px solid rgba(255,140,66,.16);border-radius:16px;box-shadow:0 14px 36px #00000059,inset 0 1px #ffffff08}.annonces-page .annonces-results-section{background:linear-gradient(170deg,#1a150f99,#110e0abd);border:1px solid rgba(255,140,66,.12);border-radius:18px;padding:16px;box-shadow:0 12px 34px #00000047}.annonces-page .filters-title{font-size:17px;letter-spacing:-.2px}.annonces-page .filter-label{color:#ffffffe6}.annonces-page .filter-select,.annonces-page .filter-input{background:#ffffff0a;border:1px solid rgba(255,255,255,.12)}.annonces-page .filter-select:hover,.annonces-page .filter-input:hover{border-color:#ff8c4247}.annonces-page .results-header{padding:2px 2px 12px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.annonces-page .results-title{font-size:clamp(24px,2.2vw,28px);line-height:1.14;letter-spacing:-.3px}.annonces-page .results-count{font-size:14px;color:#ffffffbd;margin-top:4px}.annonces-page .results-main-info{min-width:0}.annonces-page .results-controls-row{display:flex;align-items:center;gap:10px}.annonces-page .results-controls-row .view-toggle{flex-shrink:0}.annonces-page .results-controls-row .sort-inline{display:flex;align-items:center;min-width:180px;margin-left:0}.annonces-page .results-controls-row .sort-inline .filter-select{width:100%}.results-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.filters-inline-btn{display:none;align-items:center;gap:6px;border:1px solid rgba(255,140,66,.24);background:linear-gradient(135deg,#ff8c421f,#ff7a1a14);color:var(--text);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700;line-height:1;cursor:pointer;white-space:nowrap}.filters-inline-btn svg{width:14px;height:14px}.annonces-page .sort-select-inline{min-width:170px;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:8px 14px}.annonces-page .ads-grid{gap:16px}.annonces-page .ads-grid .glass-card,.annonces-page .skeleton-list .glass-card{background:linear-gradient(180deg,#16130fd1,#0e0c0aeb);border:1px solid rgba(255,255,255,.09);border-radius:14px;box-shadow:0 10px 26px #0000004d;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.annonces-page .ads-grid .glass-card:hover,.annonces-page .skeleton-list .glass-card:hover{transform:translateY(-2px);border-color:#ff8c4242;box-shadow:0 16px 34px #00000059}.annonces-page .ad-list-item{border-radius:12px;border:1px solid rgba(255,255,255,.07)}.annonces-page .ad-list-title{font-size:clamp(20px,2vw,24px);line-height:1.2;letter-spacing:-.1px}.annonces-page .ad-list-price{font-size:clamp(24px,2.2vw,28px);line-height:1.1;white-space:nowrap}.annonces-page .ad-list-item{padding:12px}.annonces-page .ad-list-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.annonces-page .ad-list-info{gap:10px}.annonces-page .ad-list-meta{gap:18px}.site-sidebar{padding:20px;position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto}.filters-title{font-size:16px;font-weight:800;margin-bottom:16px;display:flex;align-items:center;gap:8px}.filters-group{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.06)}.filters-group:last-of-type{border-bottom:none}.filter-label{font-size:13px;color:var(--text);font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:8px}.filter-icon{font-size:16px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,#ff8c42,#ff6b1a);border-radius:6px;filter:drop-shadow(0 2px 4px rgba(255,107,26,.3))}.filter-select,.filter-input{width:100%;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.08);background:#ffffff05;color:var(--text);font-size:14px;transition:all var(--transition-fast);outline:none}.filter-select option,.ads-filter-select option{background:#1a1a1a;color:#fff;padding:10px}.filter-select option:hover,.ads-filter-select option:hover{background:#2a2a2a}.filter-select:focus,.filter-input:focus{border-color:#ff6b1a;box-shadow:0 0 0 3px #ff6b1a26;background:#ffffff0a}.filter-chips{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.filter-chip:hover{border-color:#ff8c42;color:#ff8c42;background:#ff8c421a;transform:translateY(-1px)}.filter-chip.active{border-color:#ff6b1a;background:linear-gradient(135deg,#ff8c4233,#ff6b1a33);color:#ff8c42;box-shadow:0 2px 8px #ff6b1a33}.filter-range{display:flex;gap:8px;align-items:stretch}.filter-range-col{flex:1;display:flex;flex-direction:column;gap:4px}.filter-range-label{font-size:11px;color:var(--accent);opacity:.95}.filter-chip{padding:6px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.06);background:transparent;color:var(--muted);font-size:12px;cursor:pointer;transition:all var(--transition-fast);font-weight:500}.filter-chip:hover{border-color:var(--accent);color:var(--text)}.filter-chip.active{border-color:var(--accent);background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;box-shadow:0 6px 18px #ff8c421f}.filter-input::placeholder{color:var(--accent);opacity:.6}.filter-input:focus,.filter-chip:focus-visible,.view-toggle-btn:focus-visible{outline:3px solid rgba(255,140,66,.18);outline-offset:2px}.active-filters-wrap{margin:8px 0 14px}.active-filters-list{display:flex;flex-wrap:wrap;gap:8px}.active-filter-chip{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,140,66,.42);background:linear-gradient(135deg,#ff8c4233,#ff6b1a24);color:#fff3e6;font-size:12px;font-weight:700;line-height:1.2;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease;box-shadow:0 6px 18px #ff6b1a33}.active-filter-chip span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.active-filter-chip span:last-child{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#00000047;color:#fff;font-size:13px;font-weight:900;line-height:1;flex-shrink:0}.active-filter-chip:hover{transform:translateY(-1px);border-color:#ffbe8cc7;background:linear-gradient(135deg,#ff8c424d,#ff6b1a33);box-shadow:0 10px 22px #ff6b1a42}.active-filter-chip:focus-visible{outline:3px solid rgba(255,140,66,.25);outline-offset:2px}@media (max-width: 560px){.active-filter-chip{padding:6px 9px;font-size:11px}.active-filter-chip span:last-child{width:16px;height:16px;font-size:12px}}.ads-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;align-items:start}.filters-actions{display:flex;gap:8px;margin-top:16px}.filters-actions .btn{flex:1}.view-toggle{display:inline-flex;background:#ffffff14;border:2px solid rgba(255,255,255,.08);border-radius:9999px;font-size:13px}.view-toggle-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border:none;background:transparent;color:var(--muted);cursor:pointer;transition:all var(--transition-normal);font-weight:500;gap:0;min-width:38px}.view-toggle-btn:first-child{border-radius:9999px 0 0 9999px}.view-toggle-btn:last-child{border-radius:0 9999px 9999px 0}.view-toggle-btn.active{background:#fff;color:var(--accent)}.view-toggle-btn:hover:not(.active){color:var(--accent)}.results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.results-title{margin:0;font-size:22px;font-weight:900}.results-count{color:var(--muted);font-size:13px}.results-helper{color:var(--muted);font-size:13px;margin-top:6px}.empty-state-icon{font-size:48px;margin-bottom:16px}.empty-state-title{font-size:18px;font-weight:700;margin-bottom:8px}.empty-state-text{color:var(--muted);font-size:14px}.empty-state-actions{margin-top:14px}.filters-mobile-toggle{display:none;justify-content:space-between;align-items:center;padding:10px 14px;cursor:pointer;border-radius:10px;background:linear-gradient(135deg,#ff8c4214,#ff8c420a);border:1px solid rgba(255,140,66,.2);margin-bottom:0;transition:background .2s,border-color .2s}.filters-mobile-toggle:hover{background:linear-gradient(135deg,#ff8c4224,#ff8c4214);border-color:#ff8c4259}.filters-mobile-header{display:none}.filters-close-btn{border:1px solid rgba(255,140,66,.28);background:linear-gradient(135deg,#ff8c4224,#ff7a1a14);color:var(--text);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700;line-height:1;cursor:pointer}@media (max-width: 900px){.annonces-main-grid{grid-template-columns:1fr;padding:64px 16px 16px;margin-top:0;row-gap:12px}.annonces-page .site-sidebar{display:none;position:static;max-height:none;z-index:auto;isolation:auto;margin-bottom:0}.annonces-page .site-sidebar.mobile-filters-open{display:block;margin-top:6px}.sponsored-top-wrapper,.filters-mobile-toggle{display:none}.results-header{flex-wrap:wrap;gap:10px;padding-bottom:12px}.annonces-page .results-main-info{flex:1 1 100%;margin-bottom:10px}.annonces-page .results-controls-row{width:100%;display:grid;grid-template-columns:auto auto 1fr;gap:8px;align-items:center}.filters-inline-btn{display:inline-flex;justify-content:center;min-height:36px;padding:8px 12px}.annonces-page .results-controls-row .view-toggle{flex-shrink:0}.annonces-page .results-controls-row .sort-inline{grid-column:1 / -1;min-width:0;margin-left:0!important}.annonces-page .results-controls-row .sort-inline .filter-select{width:100%}.annonces-page .sort-select-inline{margin-bottom:8px}.annonces-page .annonces-results-section{padding:14px;border-radius:14px;margin-top:36px!important}.annonces-page .results-title{font-size:30px;line-height:1.1;margin-bottom:4px}.annonces-page .ad-list-item{padding:10px;border-radius:10px}.annonces-page .ad-list-top{flex-wrap:wrap;gap:8px}.annonces-page .ad-list-title{font-size:16px;line-height:1.24;word-break:break-word}.annonces-page .ad-list-price{font-size:18px;margin-left:auto}.annonces-page .ad-list-sub{font-size:13px;margin-top:4px}.annonces-page .ad-list-meta{gap:10px;flex-wrap:wrap}.annonces-page .meta-row{font-size:12px}.filters-desktop-title{display:none}.filters-mobile-content{display:none;flex-direction:column;gap:12px}.filters-mobile-content.open{display:flex}.filters-mobile-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:4px;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.08)}.filters-mobile-title{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:800;color:var(--text)}.annonces-mobile-top-spacer{display:none}}@media (max-width: 640px){.annonces-main-grid{padding:56px 8px 8px;row-gap:10px}.annonces-page .site-sidebar{border-radius:12px}.annonces-page .results-header{margin-bottom:10px;padding-bottom:10px}.annonces-page .results-title{font-size:26px;line-height:1.12;letter-spacing:-.2px;margin-bottom:4px}.filters-inline-btn{padding:6px 9px;font-size:11px}.annonces-page .results-count{font-size:11px}.annonces-page .results-controls-row{grid-template-columns:auto 1fr}.annonces-page .results-controls-row .view-toggle{justify-self:end}.annonces-page .view-toggle-btn{min-width:34px;padding:7px 10px}.annonces-page .sort-select-inline{min-width:124px;font-size:13px;padding:8px 12px;border-radius:999px;margin-bottom:10px}}@media (max-width: 900px){.annonces-page .annonces-mobile-top-spacer{display:block;height:28px}}.hero-section{background-size:cover;background-position:50% 30%;animation:slowPan 24s linear infinite alternate}@keyframes slowPan{0%{background-position:50% 30%}to{background-position:50% 70%}}.btn.small{padding:6px 10px;font-size:13px;border-radius:10px}@keyframes floatY{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}.brand-mark{animation:floatY 6s ease-in-out infinite}.brand-title{animation:floatY 8s ease-in-out infinite}.list-section{margin-top:32px;padding:28px;position:relative;opacity:0;animation:fadeInSection .8s ease-out .6s forwards}.list-section:after{content:"";position:absolute;top:-20px;left:50%;transform:translate(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.15) 50%,transparent 100%);pointer-events:none;z-index:1}@keyframes fadeInSection{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-card{border:1px solid rgba(255,140,66,.22)!important;box-shadow:0 28px 90px #000c,0 0 0 1px #ff8c4214 inset,0 1px #ffffff0d inset!important;background:linear-gradient(160deg,#201a12d6,#14100bf0)!important;-webkit-backdrop-filter:blur(22px) saturate(160%)!important;backdrop-filter:blur(22px) saturate(160%)!important;position:relative}.hero-card:after{content:"";position:absolute;top:0;left:14px;right:14px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,140,66,.35) 30%,rgba(255,190,120,.6) 50%,rgba(255,140,66,.35) 70%,transparent 100%);border-radius:0 0 1px 1px;pointer-events:none;z-index:3}.hero-tagline{font-size:11px!important;color:#ffb470!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:2px!important;display:inline-flex!important;align-items:center!important;gap:7px!important;background:#ff8c4217;border:1px solid rgba(255,140,66,.22);border-radius:20px;padding:5px 12px}.hero-tagline:before{content:"";width:6px!important;height:6px!important;background:#ff8c42!important;border-radius:50%!important;box-shadow:0 0 7px #ff8c42b3!important;flex-shrink:0}.hero-title{margin:14px 0 0!important;font-size:clamp(26px,4vw,40px)!important;line-height:1.06!important;font-weight:900!important;color:#fff!important;letter-spacing:-1px!important;text-shadow:0 2px 30px rgba(0,0,0,.5)!important}.hero-lead{margin-top:12px!important;font-size:15px!important;color:#ffffffad!important;line-height:1.6!important}.hero-stats{display:flex!important;gap:10px!important;flex-shrink:0!important}.hero-stats .stat{display:flex!important;flex-direction:column!important;gap:1px!important;padding:7px 11px!important;background:linear-gradient(160deg,#ff8c4217,#ff8c420a)!important;border-radius:10px!important;border:1px solid rgba(255,140,66,.16)!important;transition:border-color .25s,background .25s!important}.hero-stats .stat:hover{background:linear-gradient(160deg,#ff8c4229,#ff8c4214)!important;border-color:#ff8c424d!important}.hero-stats .stat-num{font-weight:900!important;font-size:22px!important;line-height:1!important;background:linear-gradient(135deg,#ffd4a0,#ff8c42 65%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}.hero-stats .stat-label{font-size:10px!important;color:#ffffff85!important;text-transform:uppercase!important;letter-spacing:.5px!important;margin-top:2px!important}.hero-image-card{border:1px solid rgba(255,140,66,.12)!important;box-shadow:0 28px 90px #000000b3,0 4px 20px #0006!important;transition:transform .42s cubic-bezier(.2,.9,.3,1),box-shadow .42s ease,border-color .3s ease!important}.hero-image-card:hover{transform:translateY(-7px)!important;box-shadow:0 36px 110px #000000bf,0 0 0 1px #ff8c4238!important;filter:brightness(1.04)!important;border-color:#ff8c4247!important}.brand-picker:focus-visible{outline:none;border-color:#ff8c4280!important;box-shadow:0 0 0 3px #ff8c421f!important}.list-section{padding:32px!important;border:1px solid rgba(255,140,66,.1)!important;background:linear-gradient(170deg,#1c171099,#100d09bf)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;border-radius:18px!important;box-shadow:0 8px 40px #00000073,0 1px #ffffff0a inset!important}.list-section:before{content:"";position:absolute;top:0;left:16px;right:16px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,140,66,.18) 25%,rgba(255,140,66,.32) 50%,rgba(255,140,66,.18) 75%,transparent 100%);border-radius:0 0 1px 1px;pointer-events:none;z-index:1}.list-section-title{font-size:26px;font-family:var(--font-title);font-weight:var(--title-weight);line-height:1.12;color:var(--text);margin:0;letter-spacing:var(--title-tracking);position:relative;display:inline-block;padding-bottom:8px;text-wrap:balance}.list-section-title:after{content:"";position:absolute;bottom:0;left:0;width:48px;height:2px;background:linear-gradient(90deg,#ff8c42,#ff7a1a);border-radius:1px}.list-ads-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,140,66,.12) 20%,rgba(255,255,255,.06) 50%,rgba(255,140,66,.12) 80%,transparent);margin:16px 0}.btn-see-more{display:inline-flex;align-items:center;gap:9px;padding:13px 28px;border-radius:12px;font-weight:800;font-size:15px;background:linear-gradient(135deg,#ff8c4226,#ff7a1a14);border:1px solid rgba(255,140,66,.28);color:#ffb470;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}.btn-see-more:hover{transform:translateY(-2px);background:linear-gradient(135deg,#ff8c4238,#ff7a1a24);box-shadow:0 8px 28px #ff8c422e;border-color:#ff8c4273;color:#ffd4a0}.btn-see-more svg{stroke:currentColor;width:16px;height:16px;flex-shrink:0}.view-toggle{display:inline-flex;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:9999px;padding:3px;gap:0}.app-shell{font-family:var(--font-main);background:transparent;min-height:100vh;color:var(--text);display:flex;flex-direction:column;position:relative}.app-main-stack{flex:1;display:flex;flex-direction:column}.page-container{width:100%;max-width:1200px;margin:0 auto;padding:20px;position:relative;z-index:2}.home-main{flex:1}.home-stories-rail{position:relative;z-index:5;margin-top:0;margin-bottom:0}.home-stories-rail .stories-inner{max-width:1200px;margin:0 auto;padding:0 20px}.home-sponsored-slot{margin:24px 0}.home-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.home-results-count{color:var(--muted);font-size:14px;margin-top:10px;font-weight:500}.home-results-wrap{margin-top:12px}.home-list-stack{display:flex;flex-direction:column;gap:12px}.home-grid-full{width:100%}.home-see-more-wrap{display:flex;justify-content:center;margin-top:24px;padding-top:8px}@media (max-width: 768px){.page-container{padding:14px 12px}.home-section-head{align-items:flex-start}}.view-toggle-btn{display:inline-flex;align-items:center;justify-content:center;gap:0;padding:8px 11px;border-radius:9999px;border:none;background:transparent;color:var(--muted);cursor:pointer;font-weight:600;font-size:13px;transition:background .22s,color .22s,box-shadow .22s;min-width:36px}.view-toggle-btn.active{background:#ff8c4224;color:#ffb470;border:1px solid rgba(255,140,66,.28);box-shadow:0 2px 10px #ff8c421a}.view-toggle-btn:hover:not(.active){color:var(--text)}.footer-glass{background:linear-gradient(180deg,#ffffff05,#ffffff03);border-top:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;z-index:1}.stories-wrapper{position:relative;padding:40px 0 30px;margin-top:-60px;margin-bottom:20px;z-index:2;opacity:0;animation:fadeInStories .8s ease-out .3s forwards}.stories-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 900px 350px at 50% 40%,rgba(255,140,66,.04),transparent 70%);pointer-events:none;z-index:0;opacity:.9}.stories-wrapper:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:70%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,140,66,.2) 50%,transparent 100%);pointer-events:none;z-index:1}.stories-inner{max-width:1200px;margin:0 auto;padding:0 12px;position:relative;z-index:1}.stories-list{display:flex;gap:14px;padding:14px;overflow-x:auto;background:transparent;border-radius:10px;margin-top:10px;align-items:center;justify-content:center}.stories-list button{background:transparent;border:none;padding:0;cursor:pointer;text-align:center;min-width:88px;transition:transform .25s ease}.stories-list button:hover{transform:translateY(-2px) scale(1.02)}.stories-list img{border-radius:50%;width:76px;height:76px;object-fit:cover;box-shadow:0 4px 16px #00000059,0 0 0 2px #ff8c4226;transition:box-shadow .25s ease,transform .25s ease}.stories-list button:hover img{box-shadow:0 8px 25px #0006,0 0 0 2px #ff8c424d}@keyframes fadeInStories{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{opacity:.8}50%{opacity:1}}.hero-card{margin-top:48px}@media (max-width: 992px){.hero-card{margin-top:32px}}@media (max-width: 720px){.hero-card{margin-top:12px}}.hero-card .hero-title-strong,.hero-card .hero-title-sub{color:#fff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:0 3px 14px rgba(0,0,0,.55)}.hero-title{font-size:34px;line-height:1.02;margin:0 0 12px;font-weight:900;color:var(--text);text-shadow:0 4px 18px rgba(0,0,0,.6)}.hero-card .publish-hero>div:first-child,.hero-card .publish-hero .btn-secondary,.hero-card .publish-hero .btn-publish,.hero-card .publish-hero .btn-publish span{color:#fff!important}.hero-card{color:#fff!important}.search-bar-form{background:linear-gradient(180deg,#ffffff05,#ffffff08)!important;background-color:#ffffff08!important;color:var(--text)!important;padding:18px!important;border-radius:12px!important;box-shadow:0 8px 30px #0009!important;border:1px solid rgba(255,255,255,.06)!important;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.search-bar-form input,.search-bar-form select,.search-bar-form button{color:var(--text)!important;background:transparent!important;border:none!important}.search-bar-form input::placeholder{color:#ffffffad!important}.search-panel .publish-hero{display:flex;gap:18px;align-items:flex-start;justify-content:space-between;padding:20px!important;background:linear-gradient(180deg,#ffffff05,#ffffff08)!important;background-color:#ffffff08!important;background-blend-mode:normal!important;isolation:isolate;border:1px solid rgba(255,255,255,.06)!important;box-shadow:0 10px 34px #0009!important;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:12px!important}.search-panel .publish-hero .publish-title,.search-panel .publish-hero .publish-desc{color:var(--text)!important}.publish-title{font-size:20px;font-weight:900;color:var(--text);margin-bottom:6px}.publish-desc{font-size:15px;color:#ffffffeb;max-width:520px;margin-bottom:10px}.publish-features{list-style:none;padding-left:0;margin:8px 0 0}.publish-features li{color:var(--text);font-weight:600;margin:6px 0;padding-left:18px;position:relative}.publish-features li:before{content:"•";position:absolute;left:0;top:0;color:var(--primary);font-size:18px;line-height:1}.publish-cta-label{font-weight:900;color:var(--bg)}.search-panel .publish-hero .publish-cta{display:flex;align-items:center;gap:10px}.search-panel .publish-hero .btn{padding:10px 14px}.search-bar-form .pill-row{background:var(--card-bg)!important;border:1px solid rgba(7,18,37,.04)!important;box-shadow:0 6px 18px #0000000a!important}.search-bar-form input,.search-bar-form select,.search-bar-form button[type=button],.search-input{background:var(--card-bg)!important;color:var(--text)!important;border:1px solid rgba(7,18,37,.06)!important;padding:10px 12px!important;border-radius:10px!important;box-shadow:0 4px 14px #0000000a!important}.search-bar-form input::placeholder,.search-input::placeholder{color:var(--muted)!important;opacity:.95!important}.search-bar-form input:focus,.search-bar-form select:focus,.search-bar-form button[type=button]:focus{box-shadow:0 0 0 8px #2f80ed1f!important;border-color:var(--primary-light)!important;background:var(--card-bg)!important}.search-bar-form .btn-gradient{background:linear-gradient(90deg,var(--accent),var(--accent2))!important;color:var(--bg)!important;box-shadow:0 12px 36px #2f80ed17!important}.city-suggestions{position:absolute;left:0;top:calc(100% + 8px);z-index:2200;background:var(--card-bg);border:1px solid rgba(7,18,37,.06);border-radius:8px;box-shadow:0 10px 30px #0000001f;list-style:none;padding:6px 0;margin:0;width:260px;max-height:220px;overflow:auto}.city-suggestions li{padding:8px 12px;cursor:pointer;color:var(--text)}.city-suggestions li.highlight{background:#2f80ed14;font-weight:700;color:var(--text)}.search-controls{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;align-items:end}.hero-inner{grid-template-columns:560px 1fr!important;gap:32px!important;align-items:center!important}.hero-search-col{display:grid!important;gap:12px!important;align-items:center!important}.hero-section{padding:44px 20px 56px!important}.hero-search-wrapper{display:flex;align-items:stretch}.hero-search-wrapper .search-bar-form{flex:1;display:flex;flex-direction:column}.hero-card{color:#fff!important;margin-left:0!important;max-width:500px!important;background:linear-gradient(180deg,var(--card-bg),rgba(0,0,0,.9))!important;box-shadow:0 18px 48px #0009!important;border-radius:14px!important;margin-top:0!important;align-self:center!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.hero-card .lead{color:#ffffffe6!important}@media (max-width: 992px){.hero-inner{grid-template-columns:480px 1fr!important}.hero-card{margin-left:0!important;max-width:520px!important}}@media (max-width: 720px){.hero-card{margin-left:0!important}}.header-compact{display:flex;align-items:center;position:relative}.header-compact .header-pill{width:42px;height:42px;padding:0!important;border-radius:14px;background:linear-gradient(160deg,#ffffff14,#ffffff05);border:1px solid rgba(255,140,66,.2);box-shadow:0 10px 24px #00000057,inset 0 1px #ffffff14;display:flex;gap:0;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.header-compact .header-pill .pill-icon{color:#ffb470;opacity:.92;transition:color .18s ease,transform .18s ease}.header-compact:hover .header-pill,.header-compact:focus-visible .header-pill{transform:translateY(-1px);border-color:#ff8c425c;box-shadow:0 14px 30px #ff7a1a33,inset 0 1px #ffffff1a}.header-compact:hover .header-pill .pill-icon,.header-compact:focus-visible .header-pill .pill-icon{color:#ffd2ad;transform:scale(1.05)}.header-compact[aria-expanded=true] .header-pill{background:linear-gradient(160deg,#ff8c4242,#ffffff0d);border-color:#ff8c4285;box-shadow:0 14px 34px #ff7a1a38}.header-search-panel{position:absolute;right:18px;top:calc(var(--header-height,72px) + 10px);width:min(980px,calc(100% - 36px));z-index:1305;padding:0;margin:0;border-radius:16px;border:1px solid rgba(255,140,66,.34);box-shadow:0 30px 80px #000000b8,inset 0 1px #ffffff17;background:linear-gradient(160deg,#0f1016fa,#0a0b10fa);overflow:hidden}.header-search-panel .search-bar-form{margin:0;padding:16px;border-radius:14px;background:#090b12e6!important;background-color:#090b12e6!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:inset 0 1px #ffffff0a;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;color:var(--text)}.header-search-panel .search-bar-form .pill-row{background:#080a10f5!important;border:1px solid rgba(255,140,66,.2)!important;box-shadow:0 12px 28px #00000057!important}.header-search-panel .search-bar-form input,.header-search-panel .search-bar-form select,.header-search-panel .search-bar-form button[type=button],.header-search-panel .search-bar-form .search-input{background:#11141dfa!important;border:1px solid rgba(255,255,255,.13)!important;color:#f7f5f2!important}.header-search-panel .search-bar-form input::placeholder,.header-search-panel .search-bar-form .search-input::placeholder{color:#ffffffc7!important}.header-search-panel .search-bar-form .search-label span,.header-search-panel .search-bar-form .range-values,.header-search-panel .search-bar-form .range-value{color:#ffb470!important}@media (max-width:719px){.header-compact{display:flex}.header-compact .header-pill{width:38px;height:38px;border-radius:12px}.header-search-panel{position:fixed;left:0;right:0;top:var(--header-height,72px);width:100%;max-height:calc(100vh - var(--header-height,72px));overflow:auto;padding:10px;background:#07080cd6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.header-search-panel .search-bar-form{padding:12px;border-radius:12px;gap:10px}.header-search-panel .search-bar-form .pill-row{border-radius:14px!important;padding:10px!important;gap:10px!important;flex-direction:column;align-items:stretch}.header-search-panel .search-bar-form .pill-left,.header-search-panel .search-bar-form .pill-right{width:100%;display:flex;flex-direction:column;gap:8px;align-items:stretch}.header-search-panel .search-bar-form .pill-segment,.header-search-panel .search-bar-form .pill-right .btn,.header-search-panel .search-bar-form .pill-right .pill-cta{width:100%;min-width:0}.header-search-panel .search-bar-form .brand-segment{flex-wrap:wrap;align-items:stretch}.header-search-panel .search-bar-form .brand-segment>div{width:100%;display:flex!important;flex-direction:column;gap:8px!important}.header-search-panel .search-bar-form .brand-segment .search-input{width:100%;min-width:0!important}.header-search-panel .search-bar-form .search-controls{display:flex;flex-direction:column;gap:10px}.header-search-panel .search-bar-form .search-label,.header-search-panel .search-bar-form .search-grid,.header-search-panel .search-bar-form .search-grid .search-label{width:100%!important;min-width:0!important}}@media (max-width:480px){.header-search-panel{padding:8px}.header-search-panel .search-bar-form{padding:10px}}.publish-panel{max-width:1400px;margin:24px auto;padding:20px}@media (max-width: 992px){.publish-panel{flex-direction:column}.publish-aside{width:100%!important;max-width:100%!important;margin-bottom:24px}}.toast-container{position:fixed;top:80px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;max-width:400px}.toast{background:var(--card-light);border-radius:12px;padding:16px 20px;box-shadow:0 8px 32px #0000004d;border-left:4px solid var(--accent);display:flex;align-items:flex-start;gap:12px;animation:slideInRight .3s ease-out}.toast.success{border-left-color:#22c55e}.toast.error{border-left-color:#ef4444}.toast.info{border-left-color:#3b82f6}.toast-icon{font-size:20px;line-height:1;flex-shrink:0}.toast-content{flex:1;display:flex;flex-direction:column;gap:4px}.toast-title{font-weight:700;font-size:14px;color:var(--text)}.toast-message{font-size:13px;color:var(--muted);line-height:1.4}.toast-close{background:none;border:none;color:var(--muted);cursor:pointer;font-size:20px;line-height:1;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.toast-close:hover{background:#ffffff1a;color:var(--text)}@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.tg-detection-card{background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:20px;margin-bottom:24px;position:relative;overflow:hidden}.tg-detection-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.03) 0%,transparent 70%);pointer-events:none}.tg-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.tg-badge{background:var(--accent);color:#fff;padding:6px 12px;border-radius:8px;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.tg-card-title{font-size:18px;font-weight:800;color:var(--text);flex:1}.tg-input-group{display:flex;gap:12px;position:relative;z-index:1}.tg-input-wrapper{flex:1;position:relative}.tg-input{width:100%;padding:12px 16px 12px 44px;border-radius:10px;border:2px solid rgba(255,255,255,.1);background:var(--card-light);color:var(--text);font-size:15px;font-weight:600;transition:all .2s}.tg-input:focus{outline:none;border-color:#ffffff4d;box-shadow:0 0 0 4px #ffffff14}.tg-input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:16px;font-weight:900;color:var(--accent)}.tg-detect-btn{padding:12px 24px;border-radius:10px;background:linear-gradient(135deg,#ffffff26,#ffffff14);border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:900;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0000004d}.tg-detect-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #0006}.tg-detect-btn:disabled{opacity:.5;cursor:not-allowed}.tg-success-banner{margin-top:16px;padding:16px;background:#22c55e1a;border:2px solid rgba(34,197,94,.3);border-radius:10px;display:flex;align-items:center;gap:12px;animation:slideDown .3s ease-out}.tg-success-icon{font-size:14px;font-weight:900;color:#22c55e;background:#22c55e33;padding:4px 8px;border-radius:6px}.tg-success-text{flex:1;font-size:14px;color:var(--text);font-weight:600}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.publish-progress-bar{background:linear-gradient(135deg,#ffffff08,#ffffff03);border:2px solid rgba(255,255,255,.08);border-radius:16px;padding:24px;margin-bottom:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.progress-steps{display:flex;align-items:center;justify-content:space-between;gap:16px}.progress-step{display:flex;align-items:center;gap:12px;flex:1;min-width:0;opacity:.4;transition:all .3s ease}.progress-step.active,.progress-step.completed{opacity:1}.progress-step .step-number{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);font-size:18px;font-weight:900;color:var(--muted);transition:all .3s ease;flex-shrink:0}.progress-step.active .step-number{background:linear-gradient(135deg,var(--accent),#ff9447);border-color:var(--accent);color:#fff;box-shadow:0 4px 16px #ff8c4266;transform:scale(1.1)}.progress-step.completed .step-number{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#22c55e;color:#fff;box-shadow:0 4px 12px #22c55e4d}.progress-step.completed .step-number:before{content:"✓";font-size:24px}.progress-step.completed .step-number{font-size:0}.step-info{display:flex;flex-direction:column;gap:2px;min-width:0}.step-title{font-size:14px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.step-description{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-line{flex:0 0 40px;height:2px;background:#ffffff1a;position:relative;overflow:hidden}.progress-step.completed+.progress-line:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(90deg,#22c55e,var(--accent));animation:progressSlide .5s ease-out}@keyframes progressSlide{0%{width:0}to{width:100%}}.publish-step-card{position:relative;background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:2px solid rgba(255,255,255,.1);border-radius:16px;padding:28px;margin-bottom:24px;overflow:visible;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.publish-step-card:hover{border-color:#ffffff26;box-shadow:0 8px 32px #00000026;transform:translateY(-2px)}.step-badge{position:absolute;top:-12px;right:24px;display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--accent),#ff9447);color:#fff;padding:8px 16px;border-radius:20px;font-weight:900;font-size:12px;letter-spacing:.5px;box-shadow:0 4px 16px #ff8c4266;z-index:10}.step-badge-number{font-size:16px}.step-badge-icon{font-size:14px}.step-badge-text{text-transform:uppercase}.publish-step-card .section-title{margin-top:8px}.image-upload-zone.publish-step-card{background:linear-gradient(135deg,#ff8c420d,#ff8c4205);border-color:#ff8c4233}.publish-form-section.publish-step-card{background:linear-gradient(135deg,#6366f10d,#6366f105);border-color:#6366f133}.tg-detection-card.publish-step-card:before{background:radial-gradient(circle,rgba(255,140,66,.08) 0%,transparent 70%)}.publish-form-section{background:var(--card-light);border-radius:12px;padding:24px;margin-bottom:24px}.section-title{font-size:20px;font-weight:800;color:var(--text);margin-bottom:24px;display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:2px solid rgba(255,255,255,.06)}.section-icon{font-size:11px;font-weight:900;letter-spacing:.05em;color:var(--accent);filter:drop-shadow(0 2px 8px rgba(255,140,66,.4));background:#ff8c421f;padding:4px 8px;border-radius:6px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form-grid.full-width{grid-template-columns:1fr}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}}.form-field{display:flex;flex-direction:column;gap:8px}.form-label{font-size:13px;font-weight:700;color:#ffffffe6;display:flex;align-items:center;gap:6px;text-transform:uppercase;letter-spacing:.5px}.form-label-icon{font-size:9px;font-weight:900;letter-spacing:.05em;color:#ff8c42;background:#ff8c421f;padding:3px 6px;border-radius:4px}.required-asterisk{color:#ef4444;margin-left:2px}.form-input{padding:14px 16px;border-radius:12px;border:1px solid rgba(255,140,66,.12);background:linear-gradient(180deg,#1e1a16e6,#191512f2);color:var(--text);font-size:15px;transition:all .2s}.form-input:focus{outline:none;border-color:#ff8c4266;box-shadow:0 0 0 4px #ff8c421a}.form-input.valid{border-color:#22c55e;background:linear-gradient(180deg,#22c55e14,#22c55e0a)}.form-input.invalid,.form-select.invalid{border-color:#ef4444;background:linear-gradient(180deg,#ef444414,#ef44440a);animation:shake .3s}input[type=number].form-input{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}input[type=number].form-input::-webkit-outer-spin-button,input[type=number].form-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number].form-input:focus{font-weight:600}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:22px;height:22px;border:2px solid rgba(255,140,66,.3);border-radius:6px;background:linear-gradient(180deg,#1e1a16e6,#191512f2);cursor:pointer;position:relative;transition:all .2s ease;flex-shrink:0}input[type=checkbox]:hover{border-color:#ff8c4280;background:linear-gradient(180deg,#ff8c4214,#ff8c420a)}input[type=checkbox]:checked{background:linear-gradient(135deg,var(--accent),#ff9447);border-color:var(--accent);box-shadow:0 4px 12px #ff8c424d}input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:16px;font-weight:900}input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 4px #ff8c4226}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-field>div[style*=marginTop]{animation:slideIn .3s ease-out}.publish-location-actions{margin-top:10px;display:flex;flex-wrap:wrap;gap:10px}.publish-location-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:12px;padding:10px 14px;border:1px solid rgba(255,180,132,.24);font-weight:700;letter-spacing:.01em;transition:transform .16s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.publish-location-btn svg{width:16px;height:16px;flex:0 0 auto;opacity:.92}.publish-location-btn--detect{color:#fff;background:linear-gradient(135deg,#ff9f58,#ff7f2f 55%,#f06a15);border-color:#ffad6c75;box-shadow:0 8px 20px #ff822e47}.publish-location-btn--detect:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #ff822e57}.publish-location-btn--profile{color:#ffecdcf5;background:linear-gradient(135deg,#ffb88424,#ff843a14);border-color:#ffad6c57;box-shadow:inset 0 1px #ffffff0d}.publish-location-btn--profile:hover:not(:disabled){transform:translateY(-1px);border-color:#ffbb8485;background:linear-gradient(135deg,#ffb88433,#ff843a1f)}.publish-location-btn:disabled{opacity:.68;cursor:not-allowed;transform:none;box-shadow:none}.publish-location-applied-note{margin-top:8px;font-size:12px;font-weight:600;color:#ffd6b6f2}@media (max-width: 640px){.publish-location-actions{flex-direction:column;align-items:stretch}.publish-location-btn{width:100%}}.equipment-card{background:linear-gradient(135deg,#8b5cf60d,#8b5cf605)!important;border-color:#8b5cf633!important}.step-badge-optional{background:linear-gradient(135deg,#8b5cf6e6,#6d28d9e6)!important;box-shadow:0 4px 16px #8b5cf666!important}.equipment-list{display:flex;flex-direction:column;gap:16px}.equipment-item{background:linear-gradient(135deg,#ffffff08,#ffffff03);border:2px solid rgba(255,255,255,.08);border-radius:12px;padding:20px;transition:all .3s ease}.equipment-item:hover{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border-color:#8b5cf64d;transform:translate(4px)}.equipment-checkbox-label{display:flex;align-items:flex-start;gap:14px;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.equipment-checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.equipment-checkbox-custom{position:relative;width:24px;height:24px;border:2px solid rgba(139,92,246,.3);border-radius:8px;background:linear-gradient(135deg,#1e1a16f2,#191512fa);transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;box-shadow:inset 0 2px 4px #0003}.equipment-checkbox-custom:after{content:"";position:absolute;display:none;left:7px;top:3px;width:6px;height:11px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.equipment-checkbox:checked~.equipment-checkbox-custom{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:#8b5cf6;box-shadow:0 4px 16px #8b5cf666,inset 0 2px 4px #fff3;transform:scale(1.05)}.equipment-checkbox:checked~.equipment-checkbox-custom:after{display:block;animation:checkmark .3s ease-out}@keyframes checkmark{0%{height:0;width:0}50%{height:11px;width:0}to{height:11px;width:6px}}.equipment-checkbox-label:hover .equipment-checkbox-custom{border-color:#8b5cf680;background:linear-gradient(135deg,#8b5cf614,#8b5cf60a)}.equipment-label-content{display:flex;align-items:center;gap:12px;flex:1}.equipment-icon{font-size:28px;filter:drop-shadow(0 2px 8px rgba(139,92,246,.3))}.equipment-text{display:flex;flex-direction:column;gap:4px}.equipment-text strong{font-size:15px;font-weight:700;color:var(--text);letter-spacing:.3px}.equipment-description{font-size:12px;color:var(--muted);font-weight:500}.equipment-details{margin-top:16px;padding-top:16px;border-top:2px solid rgba(255,255,255,.06);animation:slideIn .3s ease-out}.input-with-unit{position:relative;display:flex;align-items:center}.input-with-unit .form-input{padding-right:50px}.input-unit{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:14px;font-weight:700;color:var(--accent);pointer-events:none;background:linear-gradient(135deg,var(--accent),#ff9447);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.color-dropdown-container{position:relative;width:100%}.color-input{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:12px;border:1px solid rgba(255,140,66,.12);background:linear-gradient(180deg,#1e1a16e6,#191512f2);color:var(--text);font-size:15px;cursor:pointer;transition:all .2s}.color-input:hover{border-color:#ff8c424d}.color-input.valid{border-color:#22c55e;background:linear-gradient(180deg,#22c55e14,#22c55e0a)}.color-input.invalid{border-color:#ef4444;background:linear-gradient(180deg,#ef444414,#ef44440a);animation:shake .3s}.color-input-content{display:flex;align-items:center;gap:10px;flex:1}.selected-color-circle{width:24px;height:24px;border-radius:50%;box-shadow:0 2px 6px #0000004d}.color-input .placeholder{color:#fff6}.dropdown-arrow{color:#fff9;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.color-selector-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:100;display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;padding:16px;background:linear-gradient(180deg,#1e1a16fa,#191512fa);border-radius:12px;border:1px solid rgba(255,140,66,.2);box-shadow:0 8px 24px #0006;max-height:400px;overflow-y:auto;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.color-selector{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;padding:16px;background:linear-gradient(180deg,#1e1a16e6,#191512f2);border-radius:12px;border:1px solid rgba(255,140,66,.12)}.color-option{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;border-radius:10px;cursor:pointer;transition:all .2s;border:2px solid transparent;background:#ffffff05}.color-option:hover{background:#ff8c4214;transform:translateY(-2px)}.color-option.selected{border-color:#ff8c42;background:#ff8c4226;box-shadow:0 0 0 2px #ff8c4233}.color-circle{width:32px;height:32px;border-radius:50%;box-shadow:0 2px 8px #0000004d;transition:transform .2s}.color-option:hover .color-circle{transform:scale(1.1)}.color-option.selected .color-circle{transform:scale(1.15);box-shadow:0 4px 12px #ff8c4266}.color-label{font-size:11px;font-weight:500;color:#fffc;text-align:center;line-height:1.2}.color-option.selected .color-label{color:#ff8c42;font-weight:600}@media (max-width: 768px){.color-selector,.color-selector-dropdown{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px;padding:12px}.color-selector-dropdown{max-height:300px}.color-option{padding:8px 4px}.color-circle{width:28px;height:28px}.color-label{font-size:10px}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.form-textarea{min-height:180px;max-height:400px;resize:vertical;font-family:inherit;line-height:1.7;padding:18px 20px;font-size:14.5px;font-weight:400;letter-spacing:.2px;scrollbar-width:thin;scrollbar-color:rgba(255,140,66,.4) rgba(255,255,255,.05)}.form-textarea::-webkit-scrollbar{width:8px}.form-textarea::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.form-textarea::-webkit-scrollbar-thumb{background:#ff8c4266;border-radius:4px;transition:background .2s}.form-textarea::-webkit-scrollbar-thumb:hover{background:#ff8c4299}.form-textarea::placeholder{color:#ffffff4d;font-style:italic;line-height:1.7}.form-textarea:focus{font-weight:500}.form-select{padding:14px 40px 14px 16px;border-radius:12px;border:1px solid rgba(255,140,66,.12);background:linear-gradient(180deg,#1e1a16e6,#191512f2);color:var(--text);font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23FF8C42' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:20px}.form-select:focus{outline:none;border-color:#ff8c4266;box-shadow:0 0 0 4px #ff8c421a}.form-select:hover{border-color:#ff8c424d;background-color:#ff8c4208}.form-select option{background:#1a1815;color:var(--text);padding:12px;font-weight:500}input[type=date].form-input{position:relative;padding-right:40px;color-scheme:dark;cursor:pointer}input[type=date].form-input::-webkit-calendar-picker-indicator{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23FF8C42" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>') no-repeat center;width:20px;height:20px;opacity:1;cursor:pointer;position:absolute;right:16px;filter:brightness(1.2);transition:all .2s}input[type=date].form-input:hover::-webkit-calendar-picker-indicator{filter:brightness(1.5) drop-shadow(0 0 4px rgba(255,140,66,.4));transform:scale(1.1)}input[type=date].form-input:focus::-webkit-calendar-picker-indicator{filter:brightness(1.5) drop-shadow(0 0 6px rgba(255,140,66,.6))}input[type=date].form-input::-webkit-datetime-edit{color:var(--text);padding:0}input[type=date].form-input::-webkit-datetime-edit-fields-wrapper{padding:0}input[type=date].form-input::-webkit-datetime-edit-text{color:#fff6;padding:0 4px}input[type=date].form-input::-webkit-datetime-edit-month-field,input[type=date].form-input::-webkit-datetime-edit-day-field,input[type=date].form-input::-webkit-datetime-edit-year-field{color:var(--text);padding:2px 4px;border-radius:4px;background:#ff8c4214;transition:all .2s}input[type=date].form-input::-webkit-datetime-edit-month-field:focus,input[type=date].form-input::-webkit-datetime-edit-day-field:focus,input[type=date].form-input::-webkit-datetime-edit-year-field:focus{background:#ff8c4226;color:#ff8c42;outline:none}input[type=date].form-input::-moz-calendar-picker-indicator{filter:invert(.6) sepia(1) saturate(5) hue-rotate(345deg);cursor:pointer;opacity:.8;transition:all .2s}input[type=date].form-input:hover::-moz-calendar-picker-indicator{opacity:1;transform:scale(1.1)}input[type=date].form-input.valid::-webkit-datetime-edit-month-field,input[type=date].form-input.valid::-webkit-datetime-edit-day-field,input[type=date].form-input.valid::-webkit-datetime-edit-year-field{background:#22c55e26;color:#22c55e;font-weight:600}input[type=date].form-input:invalid{color:#fff6}::-webkit-calendar-picker-indicator{cursor:pointer}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-clear-button{display:none;-webkit-appearance:none}input[type=date].form-input:hover{border-color:#ff8c424d;box-shadow:0 0 0 4px #ff8c4214;transform:translateY(-1px)}input[type=date].form-input:focus{transform:translateY(0)}input[type=date].form-input{background-image:linear-gradient(180deg,#1e1a16e6,#191512f2);background-position:right 14px center;background-repeat:no-repeat;background-size:20px}input[type=date].form-input.valid{background-image:linear-gradient(180deg,#22c55e14,#22c55e0a)}@keyframes iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}input[type=date].form-input:focus::-webkit-calendar-picker-indicator{animation:iconBounce .6s ease-in-out}.form-field small{font-size:11px;color:#ffffff80;margin-top:4px;display:flex;align-items:center;gap:4px;line-height:1.4}.form-field small span{font-size:12px}.image-upload-zone{background:transparent;border-radius:16px;padding:28px;margin-bottom:24px}.upload-dropzone{border:3px dashed rgba(255,140,66,.25);border-radius:16px;padding:48px 20px;text-align:center;background:linear-gradient(135deg,#ff8c4208,#ff8c4203);cursor:pointer;transition:all .3s;position:relative;overflow:hidden}.upload-dropzone:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(255,140,66,.08) 0%,transparent 70%);opacity:0;transition:opacity .3s}.upload-dropzone:hover:before{opacity:1}.upload-dropzone:hover{border-color:#ff8c4266;background:linear-gradient(135deg,#ff8c420d,#ff8c4205);transform:translateY(-2px)}.upload-dropzone.drag-over{border-color:var(--accent);background:linear-gradient(135deg,#ff8c421a,#ff8c420d);transform:scale(1.02);box-shadow:0 8px 32px #ff8c4233}.upload-icon{font-size:48px;color:var(--accent);margin-bottom:16px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.upload-text{font-size:16px;font-weight:700;color:var(--text);margin-bottom:8px}.upload-hint{font-size:13px;color:var(--muted)}.image-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;margin-top:20px}.image-preview-card{position:relative;aspect-ratio:4/3;border-radius:12px;overflow:hidden;background:var(--panel-light);box-shadow:0 4px 12px #00000026;transition:all .3s;cursor:move}.image-preview-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.image-preview-card img{width:100%;height:100%;object-fit:cover}.image-preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);opacity:0;transition:opacity .3s;display:flex;flex-direction:column;justify-content:space-between;padding:12px}.image-preview-card:hover .image-preview-overlay{opacity:1}.image-preview-card.dragging{opacity:.5;transform:scale(.95)}.image-controls{display:flex;gap:8px;margin-top:auto}.image-control-btn{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;color:#1f2937;font-size:18px;font-weight:700;width:36px;height:36px;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003}.image-control-btn:hover{background:#ff8c42;color:#fff;transform:scale(1.1)}.image-control-btn:active{transform:scale(.95)}.image-badge-main{background:var(--accent);color:#fff;font-size:10px;font-weight:900;padding:4px 8px;border-radius:6px;text-transform:uppercase}.image-remove-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#ef4444e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid white;color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}.image-remove-btn:hover{background:#ef4444;transform:scale(1.1)}.publish-aside{width:420px;min-width:360px;background:var(--card-light);border-radius:12px;padding:20px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:calc(100vh - 120px);overflow:hidden;position:sticky;top:90px}.publish-aside .ads-list .ad-card{width:100%!important;max-width:none!important;margin-bottom:8px;display:flex;align-items:center;padding:10px}.aside-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid rgba(255,255,255,.06)}.aside-title{font-size:20px;font-weight:900;color:var(--text);margin:0}.aside-stats{display:flex;gap:16px;padding:16px;background:#ffffff0a;border-radius:10px;margin-bottom:20px}.stat-item{flex:1;text-align:center}.stat-value{font-size:24px;font-weight:900;color:var(--accent);display:block;line-height:1;margin-bottom:4px}.stat-label{font-size:11px;color:var(--muted);text-transform:uppercase;font-weight:700;letter-spacing:.5px}.ads-controls{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.ads-search{flex:1;min-width:200px;padding:10px 14px;border-radius:8px;border:2px solid rgba(255,255,255,.08);background:var(--panel-light);color:var(--text);font-size:14px;transition:all .2s}.ads-search:focus{outline:none;border-color:#ffffff4d;box-shadow:0 0 0 3px #ffffff14}.ads-filter-select{padding:10px 12px;border-radius:8px;border:2px solid rgba(255,255,255,.08);background:var(--panel-light);color:var(--text);font-size:14px;cursor:pointer}.ads-filter-select:focus{border-color:#ff6b1a;box-shadow:0 0 0 3px #ff6b1a26;background:#ffffff0a}.ads-list{display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;max-height:none;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:4px;scrollbar-gutter:stable}@media (max-width: 900px){.publish-aside{min-width:0;width:100%;position:static;top:auto;max-height:none;overflow:visible}.ads-list{flex:initial;min-height:initial;max-height:min(60vh,520px)}}.ads-list::-webkit-scrollbar{width:6px}.ads-list::-webkit-scrollbar-track{background:#ffffff08;border-radius:10px}.ads-list::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.ads-list::-webkit-scrollbar-thumb:hover{background:#ffffff40}.publish-aside .ad-card{background:var(--panel-light);border-radius:10px;padding:12px;display:flex;gap:12px;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;cursor:pointer;animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.publish-aside .ad-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #ff8c4233;border-color:#ff8c424d}.publish-aside .ad-thumbnail{width:80px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#ffffff0d}.publish-aside .ad-thumbnail img{width:100%;height:100%;object-fit:cover}.publish-aside .ad-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.ad-title-row{display:flex;align-items:center;gap:8px}.ad-status-badge{font-size:9px;font-weight:900;padding:3px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.ad-status-badge.status-published{background:#22c55e33;color:#22c55e}.ad-status-badge.status-pending{background:#fbbf2433;color:#fbbf24}.ad-status-badge.status-rejected{background:#ef444433;color:#ef4444}.ad-title-text{font-size:14px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ad-meta{font-size:12px;color:var(--muted);display:flex;gap:8px}.ad-actions-row{display:flex;gap:6px;margin-top:4px}.ad-action-btn{padding:6px 10px;border-radius:6px;border:none;background:#ffffff14;color:var(--text);font-size:12px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:4px}.ad-action-btn:hover{background:var(--accent);color:#fff}.ad-action-btn.danger:hover{background:#ef4444}.empty-icon{font-size:64px;color:var(--muted);opacity:.3;margin-bottom:16px}.empty-title{font-size:18px;font-weight:800;color:var(--text);margin-bottom:8px}.empty-description{font-size:14px;color:var(--muted)}.skeleton{background:linear-gradient(90deg,#ffffff08 25%,#ffffff14,#ffffff08 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-ad-card{height:84px;border-radius:10px}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding:24px;margin:24px -28px -28px;border-top:2px solid rgba(255,255,255,.06);background:linear-gradient(180deg,rgba(255,255,255,.02),transparent);border-radius:0 0 16px 16px}.btn-reset{padding:14px 24px;border-radius:12px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);color:var(--text);font-weight:700;font-size:14px;cursor:pointer;transition:all .2s}.btn-reset:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}.btn-submit{padding:16px 40px;border-radius:12px;background:linear-gradient(135deg,var(--accent),#ff9447);border:none;color:#fff;font-weight:900;font-size:16px;cursor:pointer;transition:all .3s;box-shadow:0 8px 24px #ff8c4266;display:flex;align-items:center;gap:8px;position:relative;overflow:hidden}.btn-submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .3s,height .3s}.btn-submit:hover:before{width:300px;height:300px}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 32px #ff8c4280}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-submit>*{position:relative;z-index:1}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.publish-header{margin-bottom:36px;text-align:center;position:relative;padding:32px 24px;background:linear-gradient(135deg,#ff8c4214,#ff8c4205);border-radius:16px;border:2px solid rgba(255,140,66,.15)}.publish-header:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:4px;background:linear-gradient(90deg,transparent,var(--accent),transparent);border-radius:0 0 8px 8px}.publish-title{font-size:36px;font-weight:900;color:var(--text);margin-bottom:12px;display:flex;align-items:center;gap:16px;justify-content:center}.publish-subtitle{font-size:16px;color:var(--muted);line-height:1.6;max-width:600px;margin:0 auto}.publish-back-btn{position:fixed;top:20px;left:20px;z-index:1400;display:flex;align-items:center;gap:8px;padding:12px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;font-weight:900;font-size:15px;cursor:pointer;box-shadow:0 4px 16px #0000004d;transition:all .3s}.publish-back-btn:hover{transform:translateY(-1px);box-shadow:0 6px 24px #0006}.publish-back-btn svg{transition:transform .3s}.publish-back-btn:hover svg{transform:translate(-3px)}@media (max-width: 768px){.publish-back-btn{padding:10px 16px;font-size:14px}.publish-back-btn span{display:none}.publish-title{font-size:24px;gap:8px}.publish-subtitle{font-size:14px}.publish-progress-bar{padding:16px}.progress-steps{gap:8px}.progress-step{flex-direction:column;text-align:center;gap:6px}.progress-step .step-number{width:40px;height:40px;font-size:16px}.step-info{align-items:center}.step-title{font-size:11px}.step-description{font-size:9px}.progress-line{display:none}.publish-step-card{padding:20px;border-radius:12px}.step-badge{top:-10px;right:16px;padding:6px 12px;font-size:10px}.step-badge-number{font-size:14px}.section-title{font-size:16px}.form-actions{padding:16px;margin:16px -20px -20px;flex-direction:column}.btn-reset,.btn-submit{width:100%;justify-content:center}.btn-submit{order:-1}.equipment-item{padding:16px}.equipment-checkbox-label{gap:10px}.equipment-checkbox-custom{width:20px;height:20px}.equipment-checkbox-custom:after{left:6px;top:2px;width:5px;height:9px}.equipment-icon{font-size:24px}.equipment-text strong{font-size:14px}.equipment-description{font-size:11px}.equipment-details{margin-top:12px;padding-top:12px}}@media (max-width: 480px){.publish-header{padding:24px 16px}.publish-title{font-size:20px;flex-direction:column}.progress-step{padding:8px}.progress-step .step-number{width:36px;height:36px;font-size:14px}.step-title{font-size:10px}.step-description{display:none}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(180deg,#0c0a08,#0f0d0a,#080706);position:relative}.auth-page:before{content:"";position:absolute;top:10%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,140,66,.15) 0%,transparent 70%);filter:blur(80px);pointer-events:none}.auth-page:after{content:"";position:absolute;bottom:10%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,122,26,.12) 0%,transparent 70%);filter:blur(80px);pointer-events:none}.auth-container{width:100%;max-width:440px;position:relative;z-index:1}.auth-card{background:linear-gradient(180deg,#191612f2,#14110efa);border-radius:20px;padding:48px 40px;box-shadow:0 20px 60px #00000080,0 0 0 1px #ff8c421a inset;border:1px solid rgba(255,140,66,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.auth-logo{display:block;text-align:center;margin-bottom:32px}.auth-logo img{height:56px;width:auto}.auth-title{font-size:30px;font-weight:900;color:#fff;text-align:center;margin:0 0 10px;text-shadow:0 2px 15px rgba(0,0,0,.3)}.auth-subtitle{font-size:15px;color:#ffffffa6;text-align:center;margin:0 0 32px}.auth-error{background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:12px;padding:14px 16px;color:#ef4444;font-size:14px;font-weight:600;display:flex;align-items:center;gap:10px;margin-bottom:24px}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-field{display:flex;flex-direction:column;gap:8px}.auth-label{font-size:13px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.auth-input{padding:14px 16px;border-radius:12px;border:1px solid rgba(255,140,66,.12);background:linear-gradient(180deg,#1e1a16e6,#191512f2);color:var(--text);font-size:15px;transition:all .2s}.auth-input:focus{outline:none;border-color:#ff8c4266;box-shadow:0 0 0 4px #ff8c421a}.auth-forgot{color:#ffb470;font-size:14px;font-weight:600;text-decoration:none;text-align:right;transition:all .2s}.auth-forgot:hover{color:#ff8c42;text-decoration:underline}.auth-submit{padding:16px 24px;border-radius:14px;background:linear-gradient(135deg,#ff8c42,#ff7a1a,#ff6b00);border:none;color:#0b0b0d;font-weight:800;font-size:16px;cursor:pointer;transition:all .2s;box-shadow:0 6px 25px #ff8c424d,0 2px 8px #0003;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 35px #ff8c4266,0 4px 12px #00000040;filter:brightness(1.05)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:16px;margin:32px 0 24px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(255,140,66,.2),transparent)}.auth-divider span{color:var(--muted);font-size:13px;font-weight:600;text-transform:uppercase}.auth-switch{text-align:center;color:var(--muted);font-size:15px;margin:0}.auth-link{color:var(--accent);font-weight:700;text-decoration:none;transition:all .2s}.auth-link:hover{color:var(--accent2);text-decoration:underline}.auth-back-link{display:block;text-align:center;margin-top:24px;color:var(--muted);text-decoration:none;font-size:14px;font-weight:600;transition:all .2s}.auth-back-link:hover{color:var(--text)}.auth-success{text-align:center;padding:20px 0}.auth-success .success-icon{margin-bottom:20px}.auth-success h3{font-size:22px;font-weight:800;color:var(--success);margin:0 0 16px}.auth-success p{color:var(--muted);font-size:15px;line-height:1.6;margin:0 0 12px}.auth-success strong{color:var(--text)}.auth-note{font-size:13px;color:var(--muted-dark)}.auth-link-inline{background:none;border:none;color:var(--accent);font-weight:600;cursor:pointer;padding:0;margin-left:4px;font-size:inherit;text-decoration:underline;transition:color .2s}.auth-link-inline:hover{color:var(--accent2)}.auth-role-note{margin:0 0 22px;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,188,126,.28);background:linear-gradient(160deg,#ff8c421f,#ff8c420d);display:flex;flex-direction:column;gap:6px}.auth-role-note strong{color:#ffd7b8;font-size:13px}.auth-role-note span{color:#ffefe0d1;font-size:13px;line-height:1.45}.auth-submit-secondary{background:transparent!important;color:#fff2e5!important;border:1px solid rgba(255,194,145,.34)!important;box-shadow:none!important}.auth-submit-secondary:hover{background:#ffffff14!important;transform:translateY(-1px)}.password-strength{margin-top:8px}.strength-bar{display:flex;gap:4px;margin-bottom:6px}.strength-segment{flex:1;height:4px;background:#ffffff1a;border-radius:2px;transition:background .2s}.strength-segment.weak{background:#ef4444}.strength-segment.medium{background:#f59e0b}.strength-segment.strong{background:var(--success)}.strength-text{font-size:12px;font-weight:600}.strength-text.weak{color:#ef4444}.strength-text.medium{color:#f59e0b}.strength-text.strong{color:var(--success)}.auth-input.valid{border-color:var(--success)}.auth-input.invalid{border-color:#ef4444}.password-input-wrap{position:relative}.auth-account-type-group{display:flex;gap:12px;margin-top:8px}.auth-account-type-card{flex:1;display:flex;align-items:center;gap:8px;padding:12px 16px;border:2px solid var(--border);border-radius:12px;cursor:pointer;transition:all .2s;background:transparent}.auth-account-type-card.active{border-color:var(--primary);background:var(--primary-light)}.auth-account-type-card span{font-weight:500}.field-hint{font-size:12px;color:var(--muted-dark);margin-top:4px}.field-error{font-size:12px;color:#ef4444;margin-top:4px;display:flex;align-items:center;gap:4px}.password-toggle-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--muted);padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.password-toggle-btn:hover{color:var(--text)}.favorites-page-shell{min-height:100vh;display:flex;flex-direction:column}.favorites-main{flex:1;width:100%;max-width:1200px;margin:24px auto;padding:20px}.favorites-header{margin-bottom:24px}.favorites-title{font-size:32px;font-weight:900;margin:0;color:var(--text);display:flex;align-items:center;gap:10px}.favorites-subtitle{color:var(--muted);margin-top:8px}.favorites-panel{border-radius:12px;padding:20px}.favorites-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:10px}.favorites-toolbar-count{color:var(--muted);font-size:14px}.favorites-toolbar-toggle{display:flex;gap:8px}.favorites-toggle-btn{padding:8px 12px;border-radius:8px;border:1px solid var(--muted-dark);background:transparent;color:var(--text);cursor:pointer;font-weight:700}.favorites-toggle-btn.active{background:var(--primary);color:var(--panel-bg)}.favorites-loading-wrap{padding:6px 0}.favorites-list-stack{display:flex;flex-direction:column;gap:12px}.favorites-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.favorites-auth-loading{display:flex;align-items:center;justify-content:center;min-height:100vh}.favorites-auth-spinner{width:32px;height:32px}@media (max-width: 520px){.auth-card{padding:40px 24px}.auth-account-type-group{flex-direction:column}.favorites-main{padding:14px 12px;margin:14px auto}.favorites-title{font-size:26px}.favorites-toolbar{align-items:flex-start}}.profile-page{min-height:100vh;background:linear-gradient(180deg,#0c0a08,#0f0d0a,#080706)}.profile-header{background:linear-gradient(180deg,#191612f2,#14110efa);padding:24px 40px;box-shadow:0 4px 30px #0006;border-bottom:1px solid rgba(255,140,66,.1);position:relative}.profile-back-btn{position:absolute;top:24px;left:40px;display:flex;align-items:center;gap:8px;padding:10px 16px;background:#ff8c4214;border:1px solid rgba(255,140,66,.15);border-radius:12px;color:#ffb470;font-weight:700;font-size:14px;text-decoration:none;cursor:pointer;transition:all .2s}.profile-back-btn:hover{background:#ff8c4226;border-color:#ff8c424d}.profile-header-content{display:flex;align-items:center;gap:20px;max-width:1200px;margin:60px auto 0}.profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#ff8c42,#ff7a1a);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:900;color:#0b0b0d;box-shadow:0 6px 25px #ff8c424d,0 2px 8px #0000004d}.profile-name{font-size:28px;font-weight:900;color:#fff;margin:0 0 4px}.profile-email{font-size:15px;color:#fff9;margin:0}.seller-rating-badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#0b0b0d;padding:6px 12px;border-radius:20px;font-size:.875rem;font-weight:700;box-shadow:0 4px 15px #ff8c4240}.seller-rating-badge .rating-stars{font-size:1rem}.seller-rating-badge .rating-value{font-weight:700}.seller-rating-badge .rating-reviews{opacity:.9}.profile-container{max-width:1200px;margin:32px auto;padding:0 40px 40px;display:flex;gap:32px}.profile-sidebar{width:320px;flex-shrink:0}.profile-stats{background:var(--card-light);border-radius:12px;padding:20px;display:flex;gap:20px;margin-bottom:20px;box-shadow:0 4px 12px #0000001a}.profile-stat-item{flex:1;text-align:center}.profile-stat-value{display:block;font-size:28px;font-weight:900;color:var(--accent);line-height:1;margin-bottom:6px}.profile-stat-label{display:block;font-size:11px;color:var(--muted);text-transform:uppercase;font-weight:700;letter-spacing:.5px}.profile-nav{background:var(--card-light);border-radius:12px;padding:8px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;gap:4px}.profile-nav-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:8px;background:transparent;border:none;color:var(--text);font-size:14px;font-weight:600;text-align:left;text-decoration:none;cursor:pointer;transition:all .2s}.profile-nav-item:hover{background:#ffffff0d}.profile-nav-item.active{background:#ffffff1a;color:var(--text)}.profile-nav-item span{font-size:18px}.profile-logout-btn{width:100%;margin-top:20px;padding:14px 20px;border-radius:12px;background:#ef44441a;border:2px solid rgba(239,68,68,.2);color:#ef4444;font-weight:900;font-size:15px;cursor:pointer;transition:all .2s}.profile-logout-btn:hover{background:#ef444433;border-color:#ef44444d}.profile-content{flex:1;min-width:0}.profile-message{padding:16px 20px;border-radius:12px;margin-bottom:24px;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600}.profile-message.success{background:#22c55e1a;border:2px solid rgba(34,197,94,.3);color:#22c55e}.profile-message.error{background:#ef44441a;border:2px solid rgba(239,68,68,.3);color:#ef4444}.profile-section{background:var(--card-light);border-radius:16px;padding:32px;box-shadow:0 4px 16px #0000001a}.profile-section-title{font-size:22px;font-weight:900;color:var(--text);margin:0 0 28px;display:flex;align-items:center;gap:12px}.profile-section-title span{font-size:24px}.profile-form{display:flex;flex-direction:column;gap:24px}.profile-field{display:flex;flex-direction:column;gap:8px}.profile-label{font-size:13px;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.5px}.profile-input{padding:14px 16px;border-radius:10px;border:2px solid rgba(255,255,255,.08);background:var(--panel-light);color:var(--text);font-size:15px;transition:all .2s}.profile-input:focus{outline:none;border-color:#ffffff4d;box-shadow:0 0 0 4px #ffffff0f}.profile-hint{font-size:12px;color:var(--muted);margin:0}.profile-submit-btn{padding:14px 24px;border-radius:10px;background:linear-gradient(135deg,#ffffff26,#ffffff14);border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:900;font-size:15px;cursor:pointer;transition:all .2s;box-shadow:0 4px 16px #0000004d;align-self:flex-start}.profile-submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 24px #0006}.profile-ads-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.profile-ad-card{background:var(--panel-light);border-radius:12px;overflow:hidden;transition:all .3s;border:2px solid transparent}.profile-ad-card:hover{transform:translateY(-2px);border-color:#fff3;box-shadow:0 8px 24px #0000004d}.profile-ad-image{position:relative;aspect-ratio:16/9;background:#ffffff08;overflow:hidden}.profile-ad-image img{width:100%;height:100%;object-fit:cover}.profile-ad-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;opacity:.3}.profile-ad-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:8px;font-size:11px;font-weight:900;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-ad-info{padding:16px}.profile-ad-title{font-size:16px;font-weight:800;color:var(--text);margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-ad-meta{font-size:13px;color:var(--muted);display:flex;gap:8px;margin-bottom:8px}.profile-ad-price{font-size:18px;font-weight:900;color:var(--accent);margin-bottom:12px}.profile-ad-actions{display:flex;gap:8px}.profile-ad-btn{flex:1;padding:10px;border-radius:8px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);color:var(--text);font-size:13px;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s}.profile-ad-btn:hover{background:var(--accent);border-color:var(--accent);color:#fff}@media (max-width: 992px){.profile-container{flex-direction:column}.profile-sidebar{width:100%}.profile-stats{justify-content:center}}@media (max-width: 768px){.profile-header{padding:20px}.profile-back-btn{left:20px;top:20px}.profile-back-btn span{display:none}.profile-header-content{margin-top:50px}.profile-avatar{width:64px;height:64px;font-size:24px}.profile-name{font-size:22px}.profile-container{padding:0 20px 40px}.profile-section{padding:24px 20px}.seller-rating-badge{font-size:.75rem;padding:4px 10px}}.profile-page-wrapper{min-height:100vh;background:var(--bg)}.profile-cover{position:relative;width:100%;height:360px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);overflow:hidden}.profile-cover img{width:100%;height:100%;object-fit:cover;object-position:center 32%}.change-cover-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0003}.change-cover-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.change-avatar-btn{position:absolute;bottom:4px;right:4px;padding:10px;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--accent);border:3px solid var(--card-light);color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ff8c4266;z-index:10}.change-avatar-btn:hover{background:var(--accent-light);transform:scale(1.15) rotate(15deg);box-shadow:0 6px 20px #ff8c4299}.profile-header-section{background:var(--card-light);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 2px 8px #0000001a}.container-profile{max-width:1200px;margin:0 auto;padding:0 24px}.profile-header-content{display:flex;align-items:flex-end;gap:24px;padding:0 0 20px;margin-top:-80px;position:relative}.profile-header-content.pro-highlight{background:linear-gradient(135deg,#ff8c4238,#d66a0047);border:1px solid rgba(255,180,112,.28);border-radius:16px;padding:20px;color:var(--text);box-shadow:0 10px 30px #0000004d}.profile-header-content.pro-highlight .profile-meta,.profile-header-content.pro-highlight .profile-bio{color:#ffeee0e0}.profile-header-content.particulier-highlight{background:linear-gradient(135deg,#6366f11f,#8b5cf626);border:1px solid rgba(99,102,241,.25);border-radius:16px;padding:20px;color:var(--text);box-shadow:0 8px 24px #6366f126}.profile-header-content.particulier-highlight .profile-meta,.profile-header-content.particulier-highlight .profile-bio{color:var(--text)}.profile-avatar-large{position:relative;width:180px;height:180px;border-radius:50%;border:6px solid var(--card-light);overflow:visible;box-shadow:0 4px 16px #0003;flex-shrink:0}.profile-avatar-large img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-info{flex:1;padding-bottom:10px}.profile-info h1{font-size:32px;font-weight:900;color:var(--text);margin:0 0 8px}.profile-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.profile-type-badge{position:static;top:auto;left:auto;display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;border:1.5px solid transparent;line-height:1;z-index:1}.profile-type-badge.pro{background:linear-gradient(135deg,#ff8c4238,#d66a0033);color:#ffd8b4;border-color:#ffb47073}.profile-type-badge.private{background:linear-gradient(135deg,#6366f133,#8b5cf633);color:#c9ccff;border-color:#8b5cf673}.profile-account-kind{margin-top:2px;font-size:13px;font-weight:600;color:#ffffffb3}.profile-open-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:800;border:1.5px solid transparent}.profile-open-badge.open{background:#10b98126;color:#10b981;border-color:#10b98159}.profile-open-badge.closed{background:#ef444426;color:#ef4444;border-color:#ef444459}.profile-quick-stats{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.profile-stat-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;font-size:13px;color:var(--text);background:#ffffff14;border:1px solid rgba(255,255,255,.16)}.profile-stat-pill strong{font-weight:900}.profile-stat-pill-pro{background:#ff8c4229;border-color:#ffb47059;color:#ffd8b4}.profile-bio{font-size:15px;color:var(--muted);margin:0 0 8px}.profile-meta{display:flex;align-items:center;gap:16px;font-size:14px;color:var(--muted)}.profile-actions{display:flex;gap:12px;padding-bottom:10px}.public-profile-cta-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;align-items:center}.profile-cta-btn{min-height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;border:none;border-radius:12px;cursor:pointer;line-height:1;white-space:nowrap;transition:all .2s}.profile-cta-btn-primary{text-decoration:none}.profile-cta-btn-private{background:linear-gradient(135deg,#6366f1f5,#8b5cf6eb);color:#fff;box-shadow:0 8px 20px #6366f147}.profile-cta-btn-private:hover{filter:brightness(1.05);transform:translateY(-1px)}.profile-cta-link{text-decoration:none;display:inline-flex;align-items:center}.profile-cta-icon-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:var(--text);min-height:40px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;font-weight:700;font-size:13px;line-height:1;white-space:nowrap;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.profile-cta-icon-btn:hover{background:#ffffff24;border-color:#ffffff4d;transform:translateY(-1px)}.profile-cta-icon-btn svg{flex:0 0 auto}.profile-cta-icon-btn-pro{background:#ffffff14;border-color:#ffffff2e;color:var(--text)}.profile-cta-icon-btn-private{background:#6366f124;border-color:#818cf857;color:#e5e7ff;box-shadow:0 8px 20px #6366f129}.profile-cta-icon-btn-private:hover{background:#6366f133;border-color:#a5b4fc80;color:#fff}.btn-story{padding:10px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0003}.btn-story:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.btn-edit{padding:10px 20px;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text);font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}.btn-edit:hover{background:#ffffff26;border-color:#ffffff4d}.profile-tabs{display:flex;gap:8px;border-top:1px solid rgba(255,255,255,.1);padding-top:0}.profile-tabs button{display:flex;align-items:center;gap:8px;padding:16px 20px;background:transparent;border:none;border-bottom:3px solid transparent;color:var(--muted);font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}.profile-tabs button:hover{background:#ffffff0d;color:var(--text)}.profile-tabs button.active{border-bottom-color:var(--accent);color:var(--accent)}.tab-count{font-size:12px;padding:2px 8px;background:#ffffff1a;border-radius:12px}.profile-content-area{max-width:1200px;margin:24px auto;padding:0 24px}.profile-message{padding:16px 20px;border-radius:12px;margin-bottom:24px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:12px;box-shadow:0 2px 8px #0000001a}.profile-message.success{background:#22c55e26;border:2px solid rgba(34,197,94,.3);color:#22c55e}.profile-message.error{background:#ef444426;border:2px solid rgba(239,68,68,.3);color:#ef4444}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-header h2{font-size:20px;font-weight:900;color:var(--text);margin:0}.btn-add{padding:8px 16px;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text);font-size:13px;font-weight:700;cursor:pointer;text-decoration:none;transition:all .2s}.btn-add:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.empty-state{text-align:center;padding:60px 20px;background:var(--card-light);border-radius:16px;box-shadow:0 4px 12px #0000001a}.empty-icon{font-size:64px;margin-bottom:16px}.empty-state h3{font-size:20px;font-weight:900;color:var(--text);margin:0 0 8px}.empty-state p{font-size:14px;color:var(--muted);margin:0 0 24px}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,var(--accent),var(--accent2));border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;text-decoration:none;transition:all .2s;box-shadow:0 2px 8px #0003}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.post-card{background:var(--card-light);border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .2s;text-decoration:none;color:inherit;position:relative}.post-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.post-card-sold{opacity:.7}.post-card-link{text-decoration:none;color:inherit;display:block}.post-card-actions{position:absolute;top:10px;right:10px;display:flex;gap:8px;z-index:10;opacity:0;transform:translateY(-2px);transition:all .2s}.post-card:hover .post-card-actions{opacity:1;transform:translateY(0)}.post-action-top{position:absolute;top:10px;right:10px;z-index:10}.btn-post-edit{padding:6px 14px;border-radius:8px;background:#3b82f626;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#3b82f6;border:1px solid rgba(59,130,246,.3);font-size:12px;font-weight:800;cursor:pointer;text-decoration:none;display:flex;align-items:center;gap:6px;transition:all .2s}.btn-post-edit:hover{transform:translateY(-2px);background:#3b82f640}.btn-post-sold{padding:6px 14px;border-radius:8px;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);font-size:12px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:6px;box-shadow:0 4px 12px #0003;transition:all .2s}.btn-post-sold:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0000004d}.btn-post-republish{padding:6px 14px;border-radius:8px;background:#ffffff1a;color:var(--text);border:1px solid rgba(255,255,255,.2);font-size:12px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s}.btn-post-republish:hover{background:var(--primary);transform:translateY(-2px)}.post-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-weight:800;text-transform:uppercase;letter-spacing:1px}.post-overlay-pending{background:#0b0b0d8c;font-size:16px;color:#ffb703}.post-overlay-sold{background:#0b0b0db3;font-size:24px;font-weight:900;color:var(--primary);letter-spacing:2px}.posts-section-secondary{margin-top:40px}.section-title-muted{font-size:20px!important;color:var(--muted)!important}.profile-loading{display:flex;align-items:center;justify-content:center;min-height:100vh}.spinner-lg{width:32px;height:32px}.loading-container{text-align:center;padding:40px}.post-image{position:relative;padding-top:75%;background:#ffffff0d;overflow:hidden}.post-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.post-info{padding:16px}.post-info h3{font-size:16px;font-weight:900;color:var(--text);margin:0 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-price{font-size:18px;font-weight:900;color:var(--accent);margin:0 0 8px}.post-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.stories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.story-card{position:relative;background:var(--card-light);border-radius:12px;overflow:hidden;padding-top:133%;box-shadow:0 4px 12px #0000001a;cursor:pointer;transition:all .2s}.story-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.story-card img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.story-text{position:absolute;top:0;left:0;width:100%;height:100%;padding:20px;background:linear-gradient(135deg,#282d37f2,#1e232df2);color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center}.story-footer{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 50%,transparent 100%);padding:32px 12px 12px;display:flex;flex-direction:column;gap:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.story-date{font-size:12px;color:#fff;text-align:left;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.5)}.story-expiry{font-size:11px;color:#fffc;text-align:left;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.5)}.delete-story-btn{position:absolute;top:8px;right:8px;background:#ff3b30e6;color:#fff;border:none;width:32px;height:32px;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .2s;box-shadow:0 2px 8px #0003;opacity:0;transform:scale(.8);z-index:10}.story-card:hover .delete-story-btn{opacity:1;transform:scale(1)}.delete-story-btn:hover{background:#ff3b30;transform:scale(1.1)}.profile-about{background:var(--card-light);border-radius:16px;padding:32px;box-shadow:0 4px 12px #0000001a}.profile-about h2{font-size:24px;font-weight:900;color:var(--text);margin:0 0 24px}.about-form{display:flex;flex-direction:column;gap:20px}.about-form .form-group{display:flex;flex-direction:column;gap:8px}.about-form label{font-size:13px;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.5px}.about-form input,.about-form textarea{padding:12px 16px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text);font-size:14px;font-family:inherit;transition:all .2s}.about-form input:focus,.about-form textarea:focus{outline:none;border-color:var(--accent);background:#ffffff14}.about-form textarea{resize:vertical;min-height:100px}.btn-save{padding:12px 24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0003;align-self:flex-start}.btn-save:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.about-display{display:flex;flex-direction:column;gap:20px}.about-item{display:flex;flex-direction:column;gap:6px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.about-item:last-child{border-bottom:none;padding-bottom:0}.about-label{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.about-value{font-size:16px;font-weight:600;color:var(--text)}.btn-edit-about{padding:12px 24px;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text);font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;margin-top:12px}.btn-edit-about:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.profile-settings{background:var(--card-light);border-radius:16px;padding:32px;box-shadow:0 4px 12px #0000001a}.profile-settings h2{font-size:24px;font-weight:900;color:var(--text);margin:0 0 32px}.settings-section{margin-bottom:40px}.settings-section:last-child{margin-bottom:0}.settings-section h3{font-size:16px;font-weight:900;color:var(--text);margin:0 0 16px}.settings-note{font-size:14px;color:var(--muted);line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}.stat-card{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:20px;text-align:center;transition:all .2s}.stat-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.stat-number{font-size:32px;font-weight:900;color:var(--accent);margin-bottom:8px}.stat-label{font-size:12px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.5px}.danger-zone{padding:24px;background:#ef44441a;border:2px solid rgba(239,68,68,.2);border-radius:12px}.danger-zone h3{color:#ef4444}.danger-zone p{font-size:14px;color:var(--muted);margin:0 0 16px}.btn-logout{padding:12px 24px;background:#ef444433;border:2px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-size:14px;font-weight:900;cursor:pointer;transition:all .2s}.btn-logout:hover{background:#ef44444d;border-color:#ef444466;transform:translateY(-2px)}.story-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.story-modal{background:var(--card-light);border-radius:16px;width:100%;max-width:560px;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.story-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid rgba(255,255,255,.1)}.story-modal-header h2{font-size:20px;font-weight:900;color:var(--text);margin:0}.close-btn{width:36px;height:36px;border-radius:50%;background:#ffffff1a;border:none;color:var(--text);font-size:24px;line-height:1;cursor:pointer;transition:all .2s}.close-btn:hover{background:#fff3;transform:rotate(90deg)}.story-form{padding:28px;display:flex;flex-direction:column;gap:20px}.story-textarea{padding:16px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;color:var(--text);font-size:16px;font-family:inherit;resize:vertical;min-height:120px;transition:all .2s}.story-textarea:focus{outline:none;border-color:var(--accent);background:#ffffff14}.story-image-upload{border:2px dashed rgba(255,255,255,.2);border-radius:12px;overflow:hidden}.upload-label{display:block;cursor:pointer}.upload-placeholder{padding:60px 20px;text-align:center;color:var(--muted);transition:all .2s}.upload-placeholder:hover{background:#ffffff0d;color:var(--text)}.upload-placeholder svg{margin-bottom:12px;opacity:.5}.upload-placeholder p{font-size:14px;font-weight:600;margin:0}.story-preview-container{position:relative}.story-preview{width:100%;height:300px;object-fit:cover;display:block}.remove-preview{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;color:#fff;font-size:20px;line-height:1;cursor:pointer;transition:all .2s}.remove-preview:hover{background:#ef4444e6;transform:scale(1.1)}.story-actions{display:flex;gap:12px;justify-content:flex-end}.btn-cancel{padding:12px 24px;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text);font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#ffffff26;border-color:#ffffff4d}.btn-publish{padding:12px 24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0003}.btn-publish:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.aide-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#0c0a08,#0f0d0a,#080706)}.aide-main{flex:1;padding:0 0 60px}.aide-hero-content{max-width:900px;margin:0 auto;padding:0 20px;position:relative;z-index:2;text-align:center}.aide-main .hero-inner{display:block;text-align:center;padding:0 20px}.aide-hero-content h1{font-size:2.5rem;font-weight:800;margin-bottom:15px;color:#fff;text-shadow:0 2px 15px rgba(0,0,0,.3)}.aide-hero-content p{font-size:1.1rem;color:#ffffffb3;margin-bottom:30px}.aide-section{padding:40px 0}.aide-quick-section{background:linear-gradient(180deg,#19161299,#14110e66);padding:40px 0;border-top:1px solid rgba(255,140,66,.08);border-bottom:1px solid rgba(255,140,66,.08)}.aide-container{max-width:900px;margin:0 auto;padding:0 20px}.aide-section-title{font-size:1.8rem;font-weight:800;margin-bottom:30px;text-align:center;color:#ffb470;display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%}.aide-title-icon{width:22px;height:22px;color:#ff8c42;flex-shrink:0}.aide-svg-icon{width:100%;height:100%}.aide-inline-icon{width:18px;height:18px;color:#ff8c42;flex-shrink:0}.aide-faq-list{display:flex;flex-direction:column;gap:15px}.aide-faq-item{background:linear-gradient(180deg,#191612e6,#14110ef2);border-radius:14px;overflow:hidden;border:1px solid rgba(255,140,66,.1);transition:all .25s ease}.aide-faq-item:hover{border-color:#ff8c424d;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.aide-faq-question{width:100%;padding:20px 24px;background:none;border:none;color:var(--text);font-size:1.05rem;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .25s ease}.aide-faq-question:hover{color:#ffb470}.aide-faq-question.active{color:#ff8c42}.aide-faq-icon{transition:transform .3s ease;font-size:.9rem}.aide-faq-icon.active{transform:rotate(180deg)}.aide-faq-answer{padding:0 24px 20px;color:var(--text);opacity:.8;line-height:1.6;animation:slideDown .2s cubic-bezier(.16,1,.3,1)}.aide-contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:30px}.aide-contact-card{background:linear-gradient(180deg,#191612e6,#14110ef2);border:1px solid rgba(255,140,66,.1);border-radius:16px;padding:30px;text-align:center;transition:all .25s ease}.aide-contact-card:hover{border-color:#ff8c424d;transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}.aide-contact-icon{width:32px;height:32px;margin-bottom:15px;color:#ff8c42;display:inline-flex;align-items:center;justify-content:center}.aide-contact-card h3{font-size:1.2rem;font-weight:700;margin-bottom:10px;color:#fff}.aide-contact-card p{color:#ffffffa6;margin-bottom:15px}.aide-contact-card a{color:#ffb470;text-decoration:none;font-weight:600;transition:color .2s}.aide-contact-card a:hover{color:#ff8c42}.aide-quick-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-top:30px}.aide-quick-link{background:linear-gradient(180deg,#14110ecc,#0f0c0ae6);border:1px solid rgba(255,140,66,.1);border-radius:14px;padding:20px;text-align:center;color:#ffffffd9;text-decoration:none;font-weight:600;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:10px}.aide-quick-link:hover{border-color:#ff8c4266;color:#ffb470;transform:translateY(-2px);box-shadow:0 6px 20px #00000040}@media (max-width: 768px){.aide-hero h1{font-size:1.8rem}.aide-section-title{font-size:1.5rem}.aide-contact-cards,.aide-quick-links{grid-template-columns:1fr}.aide-main{padding:70px 0 40px}}.aide-search-box{display:flex;max-width:600px;margin:30px auto 0;gap:10px}.aide-search-input{flex:1;padding:15px 20px;background:#191612cc;border:1px solid rgba(255,140,66,.2);border-radius:12px;color:var(--text);font-size:1rem;transition:all .3s ease}.aide-search-input:focus{outline:none;border-color:#ff8c4280;box-shadow:0 0 0 3px #ff8c421a}.aide-search-btn{padding:15px 30px;background:linear-gradient(135deg,#ff8c42,#ff7a1a);border:none;border-radius:12px;color:#fff;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.aide-search-btn:hover{transform:scale(1.05);box-shadow:0 5px 20px #ff8c4266}.aide-search-btn .aide-search-icon{width:18px;height:18px}.aide-guides-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-top:30px}.aide-guide-card{background:linear-gradient(180deg,#191612e6,#14110ef2);border:1px solid rgba(255,140,66,.12);border-radius:18px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 20px #0003}.aide-guide-card:hover{border-color:#ff8c4259;transform:translateY(-4px);box-shadow:0 12px 35px #0006}.aide-guide-header{padding:28px;cursor:pointer;display:flex;align-items:center;gap:18px;transition:background .3s ease;background:#ff8c4205}.aide-guide-header:hover{background:#ff8c4214}.aide-guide-icon{width:42px;height:42px;flex-shrink:0;filter:drop-shadow(0 2px 8px rgba(255,140,66,.3));color:#ff8c42}.aide-guide-header h3{flex:1;font-size:1.35rem;font-weight:700;color:#ffb470;margin:0;letter-spacing:-.01em}.aide-guide-toggle{font-size:1rem;color:#ffffff80;transition:transform .3s ease}.aide-guide-toggle.active{transform:rotate(180deg)}.aide-guide-content{padding:0 25px 25px;animation:slideDown .3s cubic-bezier(.16,1,.3,1)}.aide-guide-content ul{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:12px}.aide-guide-content li{margin-bottom:0;padding:15px 18px 15px 65px;color:#ffffffd9;line-height:1.7;background:#ff8c420a;border-left:3px solid rgba(255,140,66,.3);border-radius:8px;position:relative;transition:all .3s ease}.aide-guide-content li:hover{background:#ff8c4214;border-left-color:#ff8c42;transform:translate(3px)}.aide-guide-content li:before{content:counter(guide-step);counter-increment:guide-step;position:absolute;left:18px;top:50%;transform:translateY(-50%);width:32px;height:32px;background:linear-gradient(135deg,#ff8c42,#ff7a1a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;color:#fff;box-shadow:0 2px 8px #ff8c424d}.aide-guide-content ul{counter-reset:guide-step}.aide-guide-content strong{color:#ffb470;font-weight:700;display:block;margin-bottom:3px}.aide-guide-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#fff;text-decoration:none;border-radius:12px;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #ff8c4240;margin-top:10px}.aide-guide-cta:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ff8c4273;background:linear-gradient(135deg,#ff7a1a,#ff8c42)}.aide-guide-cta:after{content:"→";font-size:1.2rem;transition:transform .3s ease}.aide-guide-cta:hover:after{transform:translate(4px)}.aide-security-warning{background:linear-gradient(135deg,#ff45001f,#ff320014);border:2px solid rgba(255,69,0,.35);border-radius:12px;padding:18px 22px;margin-bottom:25px;color:#ffffffd9;display:flex;flex-direction:column;gap:8px;box-shadow:0 4px 15px #ff450026}.aide-security-warning strong{display:flex;align-items:center;gap:8px;font-size:1.1rem;color:#ffb470}.aide-security-contact{background:linear-gradient(135deg,#ff8c421f,#ff7a1a14);border:2px solid rgba(255,140,66,.3);border-radius:12px;padding:20px;margin-top:25px;text-align:center;box-shadow:0 4px 15px #ff8c421a}.aide-security-contact strong{display:block;margin-bottom:8px;font-size:1.1rem;color:#ffb470}.aide-security-contact a{color:#ff8c42;text-decoration:none;font-weight:700;padding:2px 6px;background:#ff8c4226;border-radius:6px;transition:all .3s ease}.aide-security-contact a:hover{background:#ff8c4240;transform:scale(1.02)}.aide-faq-categories{display:flex;flex-direction:column;gap:40px}.aide-faq-category{background:linear-gradient(180deg,#14110e66,#0f0c0a4d);border-radius:20px;padding:30px;border:1px solid rgba(255,140,66,.08)}.aide-faq-category-title{font-size:1.4rem;font-weight:700;color:#ffb470;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid rgba(255,140,66,.2);display:inline-flex;align-items:center;gap:8px}.aide-report-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:30px}.aide-report-card{background:linear-gradient(180deg,#191612e6,#14110ef2);border:1px solid rgba(255,140,66,.12);border-radius:16px;padding:30px;transition:all .3s ease}.aide-report-card:hover{border-color:#ff8c424d;transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}.aide-report-card h3{font-size:1.3rem;font-weight:700;color:#ffb470;margin-bottom:15px}.aide-report-card p{color:#ffffffb3;margin-bottom:15px}.aide-report-card ul{list-style:none;padding:0;margin:0}.aide-report-card li{padding:8px 0 8px 20px;position:relative;color:#ffffffbf;line-height:1.5}.aide-report-card li:before{content:"→";position:absolute;left:0;color:#ff8c42}.aide-resources-section{background:linear-gradient(180deg,#14110e66,#0f0c0a4d);padding:50px 0}.aide-resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:30px}.aide-resource-link{display:flex;align-items:center;gap:15px;padding:20px;background:linear-gradient(135deg,#191612cc,#14110ee6);border:1px solid rgba(255,140,66,.1);border-radius:14px;color:#ffffffd9;text-decoration:none;font-weight:600;transition:all .3s ease}.aide-resource-link:hover{border-color:#ff8c4266;color:#ffb470;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.aide-resource-icon{width:28px;height:28px;flex-shrink:0;color:#ff8c42}.aide-contact-card small{display:block;margin-top:10px;color:#fff6;font-size:.85rem}.aide-contact-link{display:inline-block;margin-top:5px;color:#ff8c42;text-decoration:none;font-weight:600;transition:color .3s}.aide-contact-link:hover{color:#ffb470;text-decoration:underline}.aide-quick-cta{text-align:center;max-width:700px;margin:0 auto;padding:50px 30px;background:linear-gradient(135deg,#ff8c421a,#ff7a1a0d);border-radius:24px;border:1px solid rgba(255,140,66,.2)}.aide-quick-cta h3{font-size:1.8rem;font-weight:800;color:#ffb470;margin-bottom:15px}.aide-quick-cta p{font-size:1.1rem;color:#ffffffb3;margin-bottom:30px}.aide-quick-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.aide-guides-grid,.aide-report-grid,.aide-resources-grid{grid-template-columns:1fr}.aide-search-box,.aide-quick-buttons{flex-direction:column}.aide-quick-buttons .btn{width:100%}}.tarif-page .hero-inner{display:block;text-align:center;padding:0 20px}.tarif-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2;text-align:center;padding:0 20px}.tarif-badge{display:inline-block;padding:10px 20px;border-radius:999px;background:#ff8c4226;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,140,66,.3);color:#ffb470;font-weight:700;font-size:14px;margin-bottom:24px;box-shadow:0 4px 15px #ff8c4233}.tarif-hero-content h1{font-size:3rem;font-weight:900;color:#fff;margin-bottom:20px;letter-spacing:-1px;text-shadow:0 2px 20px rgba(0,0,0,.4)}.tarif-hero-content p{font-size:1.125rem;color:#ffffffd9;max-width:600px;margin:0 auto;line-height:1.7}@media (max-width: 768px){.tarif-hero-content h1{font-size:2rem}.tarif-hero-content p{font-size:1rem}}.dashboard-page{max-width:1100px;margin:0 auto;padding:32px 24px 60px}.dashboard-header{display:flex;align-items:center;gap:16px;margin-bottom:36px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.06)}.dashboard-header-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#ff8c4233,#ffb4701a);border:1px solid rgba(255,140,66,.25);display:flex;align-items:center;justify-content:center;color:#ff8c42;flex-shrink:0}.dashboard-header h1{font-size:1.6rem;font-weight:800;background:linear-gradient(135deg,#ff8c42,#ffb470);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 2px;line-height:1.2}.dashboard-header-sub{font-size:.82rem;color:#fff6;margin:0}.dashboard-loading,.dashboard-empty{padding:64px 24px;text-align:center;color:#fff6}.dashboard-empty-icon{width:72px;height:72px;border-radius:20px;background:#ff8c4214;border:1px solid rgba(255,140,66,.15);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#ff8c4280}.dashboard-empty h2{font-size:1.2rem;font-weight:700;color:#fffc;margin-bottom:8px}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px}.dashboard-stat-card{background:#ffffff08;border-radius:16px;padding:20px 20px 18px;border:1px solid rgba(255,255,255,.07);border-top:3px solid var(--stat-color, #FF8C42);display:flex;flex-direction:column;gap:6px;transition:all .25s ease;position:relative;overflow:hidden}.dashboard-stat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top left,var(--stat-glow, rgba(255,140,66,.06)),transparent 60%);pointer-events:none}.dashboard-stat-card:hover{border-color:var(--stat-color, #FF8C42);border-top-color:var(--stat-color, #FF8C42);transform:translateY(-3px);box-shadow:0 12px 32px #00000059}.dashboard-stat-icon-wrap{width:36px;height:36px;border-radius:10px;background:var(--stat-bg, rgba(255,140,66,.12));border:1px solid var(--stat-border, rgba(255,140,66,.22));display:flex;align-items:center;justify-content:center;color:var(--stat-color, #FF8C42);margin-bottom:4px}.dashboard-stat-label{color:#ffffff73;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.dashboard-stat-value{font-size:2.1rem;font-weight:800;color:var(--stat-color, #FF8C42);line-height:1.1}.dashboard-stat-subtitle{color:#ffffff59;font-size:.76rem}.dashboard-section{margin-bottom:40px}.dashboard-section-title{font-size:1.1rem;font-weight:700;color:#ffffffd9;margin-bottom:16px;display:flex;align-items:center;gap:10px}.dashboard-section-title svg{color:#ffb470}.dashboard-table{background:#ffffff05;border-radius:16px;border:1px solid rgba(255,255,255,.07);overflow:hidden}.dashboard-table-row{display:flex;align-items:center;padding:16px 20px;gap:16px;border-bottom:1px solid rgba(255,255,255,.04);transition:background .18s}.dashboard-table-row:last-child{border-bottom:none}.dashboard-table-row:hover{background:#ffffff08}.dashboard-table-row.top-1{background:#ffd7000a}.dashboard-table-row.top-2{background:#c0c0c008}.dashboard-table-row.top-3{background:#cd7f3208}.dashboard-rank{font-size:1.4rem;width:36px;text-align:center;flex-shrink:0}.rank-num{font-size:.9rem;font-weight:700;color:#ffffff4d}.dashboard-table-info{flex:1;min-width:0}.dashboard-table-title{font-weight:700;color:#ffffffe6;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem}.dashboard-table-price{font-size:.8rem;color:#fff6;margin-bottom:8px}.dashboard-bar-wrap{height:3px;background:#ffffff0f;border-radius:99px;overflow:hidden}.dashboard-bar{height:100%;background:var(--bar-color, #FF8C42);opacity:.9;border-radius:99px;transition:width .4s ease}.dashboard-table-stats{display:flex;gap:8px;flex-shrink:0}.dashboard-table-stat{text-align:center;min-width:56px;padding:8px 6px;background:#ffffff08;border-radius:10px;border:1px solid rgba(255,255,255,.05)}.dashboard-table-stat-value{font-weight:800;font-size:1.05rem}.dashboard-table-stat-value.views{color:#ff8c42}.dashboard-table-stat-value.contacts{color:#22c55e}.dashboard-table-stat-value.favorites{color:#ef4444}.dashboard-table-stat-value.shares{color:#f59e0b}.dashboard-table-stat-label{font-size:.65rem;color:#ffffff59;text-transform:uppercase;letter-spacing:.4px;margin-top:2px}.dashboard-full-table{background:#ffffff05;border-radius:16px;border:1px solid rgba(255,255,255,.07);overflow:hidden}.dashboard-table-header{display:grid;grid-template-columns:2fr 1fr 72px 72px 72px 72px;gap:12px;padding:12px 20px;background:#ffffff0a;font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.6px;color:#fff6;border-bottom:1px solid rgba(255,255,255,.06)}.dashboard-table-header span{display:flex;align-items:center;gap:5px}.dashboard-table-header span:nth-child(n+3){justify-content:center}.dashboard-table-body-row{display:grid;grid-template-columns:2fr 1fr 72px 72px 72px 72px;gap:12px;padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.03);align-items:center;transition:background .15s}.dashboard-table-body-row:last-child{border-bottom:none}.dashboard-table-body-row:hover{background:#ffffff08}.dashboard-table-body-row .title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ffffffd9;font-weight:600;font-size:.9rem}.dashboard-table-body-row .price{color:#fff6;font-size:.85rem}.dashboard-table-body-row .stat{text-align:center;font-weight:700;font-size:.95rem}.dashboard-table-body-row .stat.views{color:#ff8c42}.dashboard-table-body-row .stat.contacts{color:#22c55e}.dashboard-table-body-row .stat.favorites{color:#ef4444}.dashboard-table-body-row .stat.shares{color:#f59e0b}@media (max-width: 900px){.dashboard-stats-grid{grid-template-columns:1fr 1fr;gap:12px}}@media (max-width: 768px){.dashboard-page{padding:20px 16px 40px}.dashboard-header h1{font-size:1.3rem}.dashboard-stats-grid{grid-template-columns:1fr 1fr;gap:10px}.dashboard-stat-card{padding:16px 14px}.dashboard-stat-value{font-size:1.7rem}.dashboard-table-header,.dashboard-table-body-row{grid-template-columns:1fr 80px}.dashboard-table-header span:nth-child(n+3),.dashboard-table-body-row .stat,.dashboard-table-body-row .price,.dashboard-table-header span:nth-child(2){display:none}.dashboard-table-row{flex-wrap:wrap;padding:14px 16px}.dashboard-table-stats{width:100%;justify-content:space-between}.dashboard-table-stat{flex:1}}.info-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#0c0a08,#0f0d0a,#080706)}.info-main{flex:1;padding:100px 20px 60px;max-width:900px;margin:0 auto;width:100%}.info-hero{text-align:center;margin-bottom:50px;padding:40px 0;position:relative}.info-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:400px;height:200px;background:radial-gradient(circle,rgba(255,140,66,.12) 0%,transparent 70%);filter:blur(50px);pointer-events:none}.info-hero-icon{font-size:3.5rem;margin-bottom:20px;display:block;filter:drop-shadow(0 4px 20px rgba(255,140,66,.3))}.info-hero h1{font-size:2.5rem;font-weight:900;margin-bottom:16px;background:linear-gradient(135deg,#ff8c42,#ffb470);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.info-hero p{color:#fff9;font-size:1.1rem;max-width:600px;margin:0 auto}.info-card{background:linear-gradient(180deg,#191612e6,#14110ef2);border-radius:20px;padding:40px;border:1px solid rgba(255,140,66,.1);box-shadow:0 8px 40px #0000004d;margin-bottom:30px}.info-card-header{display:flex;align-items:center;gap:16px;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid rgba(255,140,66,.1)}.info-card-header-icon{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff8c4226,#ff8c420d);border-radius:14px;border:1px solid rgba(255,140,66,.15)}.info-card-header h1{font-size:1.8rem;font-weight:800;background:linear-gradient(135deg,#ff8c42,#ffb470);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.info-section{margin-bottom:35px}.info-section:last-of-type{margin-bottom:0}.info-section h2{font-size:1.25rem;font-weight:700;color:#ff8c42;margin-bottom:16px;display:flex;align-items:center;gap:10px}.info-section h2:before{content:"";width:4px;height:20px;background:linear-gradient(180deg,#ff8c42,#ff7a1a);border-radius:2px}.info-section p{color:#ffffffd9;line-height:1.8;font-size:.95rem;margin-bottom:12px}.info-section p:last-child{margin-bottom:0}.info-section ul{margin:12px 0 12px 20px;color:#fffc;line-height:1.8}.info-section ul li{margin-bottom:6px;position:relative;padding-left:8px}.info-section ul li::marker{color:#ff8c42}.info-section a{color:#ffb470;text-decoration:none;transition:color .2s}.info-section a:hover{color:#ff8c42}.info-section strong{color:#fffffff2}.info-note{margin-top:35px;padding:20px;background:linear-gradient(135deg,#ff8c4214,#ff8c4208);border-radius:12px;border:1px solid rgba(255,140,66,.15)}.info-note p{font-size:.9rem;color:#ffffffb3;margin:0}.info-note strong{color:#ffb470}.info-update{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.05);font-size:.8rem;color:#fff6}.info-back{text-align:center;margin-top:40px}.info-back-link{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#0c0a08;border-radius:12px;text-decoration:none;font-weight:700;transition:all .25s ease;box-shadow:0 4px 20px #ff8c424d}.info-back-link:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ff8c4266}.info-back-text{color:#ffffff80;font-size:.9rem;margin-top:20px}.info-back-text a{color:#ffb470;text-decoration:none;transition:color .2s}.info-back-text a:hover{color:#ff8c42}.faq-categories{display:flex;flex-direction:column;gap:40px}.faq-category{background:linear-gradient(180deg,#191612e6,#14110ef2);border-radius:20px;padding:30px;border:1px solid rgba(255,140,66,.1)}.faq-category-title{font-size:1.3rem;font-weight:800;color:#ffb470;margin-bottom:20px;display:flex;align-items:center;gap:12px}.faq-category-title:before{content:"";width:5px;height:28px;background:linear-gradient(180deg,#ff8c42,#ff7a1a);border-radius:3px}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background:#0003;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.03);transition:all .25s ease}.faq-item:hover{border-color:#ff8c4233}.faq-question{width:100%;padding:18px 20px;background:none;border:none;color:#fff;font-size:1rem;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:all .2s ease}.faq-question:hover{color:#ffb470}.faq-question.active{color:#ff8c42}.faq-question-icon{font-size:.8rem;transition:transform .3s ease;color:#fff6}.faq-question.active .faq-question-icon{transform:rotate(180deg);color:#ff8c42}.faq-answer{padding:0 20px 18px;color:#ffffffbf;line-height:1.7;font-size:.95rem;animation:slideDown .25s cubic-bezier(.16,1,.3,1)}.info-cta-box{margin-top:50px;padding:35px;background:linear-gradient(135deg,#ff8c421f,#ff7a1a0f);border-radius:20px;border:1px solid rgba(255,140,66,.2);text-align:center}.info-cta-box h3{font-size:1.4rem;font-weight:800;color:#fff;margin-bottom:12px}.info-cta-box p{color:#fff9;margin-bottom:25px;font-size:1rem}.info-cta-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.info-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:12px;text-decoration:none;font-weight:700;transition:all .25s ease}.info-cta-btn.primary{background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#0c0a08;box-shadow:0 4px 20px #ff8c424d}.info-cta-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ff8c4266}.info-cta-btn.secondary{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1)}.info-cta-btn.secondary:hover{background:#ffffff1a;border-color:#ff8c424d}@media (max-width: 768px){.info-main{padding:80px 16px 40px}.info-hero h1{font-size:1.8rem}.info-hero-icon{font-size:2.5rem}.info-card{padding:25px;border-radius:16px}.info-card-header{flex-direction:column;text-align:center;gap:12px}.info-card-header h1{font-size:1.5rem}.info-section h2{font-size:1.1rem}.faq-category{padding:20px}.faq-question{padding:16px;font-size:.95rem}.info-cta-box{padding:25px}.info-cta-buttons{flex-direction:column}.info-cta-btn{width:100%;justify-content:center}}.messages-page-shell{min-height:calc(100vh - var(--header-height, 72px));padding:20px 16px 40px}.messages-shell{display:flex;gap:0;max-width:1400px;margin:0 auto;height:calc(100vh - var(--header-height, 72px) - 120px);min-height:620px;box-shadow:0 18px 60px #0006;background:linear-gradient(180deg,#141417f2,#0f1113fa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;overflow:hidden;border:1px solid rgba(255,140,66,.08)}.messages-sidebar-pane{width:380px;min-width:320px;max-width:420px;flex:0 0 34%;border-right:1px solid rgba(255,140,66,.1);background:linear-gradient(180deg,#111114fa,#0f0f12f2);display:flex;flex-direction:column;height:100%}.messages-chat-pane{flex:1;min-width:0;background:linear-gradient(180deg,#0f0c0a80,#0c0a08b3);display:flex;flex-direction:column;height:100%}.conversation-list-header{padding:20px 16px 16px}.conversation-search-input{font-size:14px}.conversation-header-cta{border:1px solid rgba(255,107,26,.25);background:#ff6b1a14;color:#ff6b1a;border-radius:10px;padding:7px 10px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s ease}.conversation-header-cta:hover{background:#ff6b1a24;border-color:#ff6b1a66}.chat-action-btn{min-width:40px;min-height:40px}.chat-emoji-picker{max-width:min(360px,calc(100vw - 24px))}.chat-window{display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,#0f0c0a80,#0c0a08b3)}.chat-empty-state{padding:80px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background:linear-gradient(180deg,#0f0c0a4d,#0c0a0880)}.chat-empty-icon{font-size:64px;margin-bottom:20px;opacity:.9;filter:drop-shadow(0 4px 12px rgba(255,140,66,.3))}.chat-empty-state p{color:var(--muted);margin-bottom:20px}.chat-header{padding:20px 24px;border-bottom:1px solid rgba(255,140,66,.15);background:linear-gradient(180deg,#191612f2,#14110ee6);display:flex;align-items:center;gap:14px;box-shadow:0 4px 20px #0000004d;position:relative;z-index:10}.chat-back-btn{background:#ff8c421a;border:1px solid rgba(255,140,66,.2);cursor:pointer;padding:10px;color:var(--primary-light);border-radius:12px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.chat-back-btn:hover{background:#ff8c4233;border-color:#ff8c4266;color:var(--primary);transform:translate(-2px)}.chat-user-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#ff8c42,#ff7a1a);display:flex;align-items:center;justify-content:center;color:var(--bg);font-size:18px;font-weight:800;flex-shrink:0;box-shadow:0 4px 15px #ff8c4259}.chat-user-info{flex:1;min-width:0}.chat-user-name{font-weight:800;font-size:17px;color:var(--text);margin-bottom:2px;transition:color .2s ease}.chat-user-name:hover{color:var(--primary)}.chat-ad-title{font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.btn-chat-ad{padding:8px 16px;background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:var(--bg);border:none;border-radius:10px;cursor:pointer;font-size:13px;font-weight:700;transition:all .2s ease;white-space:nowrap;box-shadow:0 4px 15px #ff8c424d}.btn-chat-ad:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ff8c4266}.chat-messages{flex:1;overflow-y:auto;padding:24px;background:linear-gradient(180deg,#0f0c0a80,#0c0a08b3)}.chat-date-divider{text-align:center;margin:24px 0;color:var(--muted-dark);font-size:13px;font-weight:600;position:relative}.chat-date-divider:before,.chat-date-divider:after{content:"";position:absolute;top:50%;width:35%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,140,66,.2),transparent)}.chat-date-divider:before{left:0}.chat-date-divider:after{right:0}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes messageSlideInOwn{0%{opacity:0;transform:translateY(10px) translate(10px) scale(.95)}to{opacity:1;transform:translateY(0) translate(0) scale(1)}}.chat-message-row{display:flex;justify-content:flex-start;margin-bottom:12px;animation:messageSlideIn .3s ease-out}.chat-message-row.own{justify-content:flex-end;animation:messageSlideInOwn .3s ease-out}.chat-bubble{max-width:70%;padding:14px 18px;border-radius:18px 18px 18px 4px;background:linear-gradient(180deg,#1e1a16f2,#191512fa);border:1px solid rgba(255,140,66,.12);color:var(--text);word-break:break-word;box-shadow:0 4px 15px #0000004d;font-size:15px;line-height:1.6;transition:transform .2s ease,box-shadow .2s ease}.chat-bubble:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0006}.chat-bubble.own{border-radius:18px 18px 4px;background:linear-gradient(135deg,#ff8c42,#ff7a1a);border:none;color:var(--bg);box-shadow:0 4px 15px #ff8c4259;font-weight:600}.chat-bubble.own:hover{box-shadow:0 6px 20px #ff8c4280}.chat-message-image{max-width:300px;max-height:400px;border-radius:12px;margin-bottom:8px;display:block;cursor:pointer;transition:opacity .2s ease}.chat-message-image:hover{opacity:.9}.chat-bubble a{display:block;text-decoration:none}.chat-message-text{margin-bottom:6px;line-height:1.6;font-size:15px;word-break:break-word}.chat-message-time{font-size:12px;opacity:.8;text-align:right;font-weight:500}.chat-input-form{padding:20px 24px;border-top:1px solid rgba(255,140,66,.15);background:linear-gradient(180deg,#191612f2,#14110efa);display:flex;gap:12px;box-shadow:0 -4px 20px #0000004d}.chat-input{flex:1;padding:14px 20px;border-radius:24px;border:1px solid rgba(255,140,66,.15);background:linear-gradient(180deg,#1e1a16e6,#191512f2);color:var(--text);font-size:15px;outline:none;transition:all .2s ease;font-family:inherit}.chat-input:focus{border-color:#ff8c4280;box-shadow:0 0 0 3px #ff8c4226;background:linear-gradient(180deg,#231e1a,#1e1915)}.chat-input::placeholder{color:var(--muted-dark)}.typing-dot{display:inline-block;font-size:18px;color:#ff8c42;animation:typing-bounce 1.4s infinite ease-in-out;font-weight:700}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-8px);opacity:1}}.chat-send-btn{width:48px;height:48px;border-radius:50%;border:none;background:#e5e7eb;color:#9ca3af;cursor:not-allowed;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.chat-send-btn.active{background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#fff;cursor:pointer;box-shadow:0 2px 8px #ff8c424d}.chat-send-btn.active:hover{transform:scale(1.05);box-shadow:0 4px 12px #ff8c4266}.btn-spinner-sm{width:18px;height:18px}@media (max-width: 600px){.messages-page-shell{padding:8px 0 20px;min-height:calc(100dvh - var(--header-height, 72px))}.messages-shell{width:100%;max-width:none;height:calc(100dvh - var(--header-height, 72px) - 10px);min-height:0;border-radius:0;border-left:none;border-right:none}.conversation-list-header{padding:14px 12px 12px!important}.conversation-search-input{font-size:13px!important;padding:9px 10px 9px 36px!important;border-radius:9px!important}.conversation-item{gap:10px!important;padding:12px 10px!important}.conversation-item img{width:48px!important;height:48px!important}.conversation-item-info{min-width:0}.conversation-item-time{font-size:11px!important}.conversation-item-preview{font-size:13px!important;line-height:1.35!important}.conversation-item-unread{min-width:20px!important;height:20px!important;font-size:11px!important}.conversation-item-delete-btn{width:28px!important;height:28px!important}.messages-sidebar-pane,.messages-chat-pane{width:100%;min-width:0;max-width:none;flex:1 1 auto;border-right:none}.messages-shell.chat-open .messages-sidebar-pane,.messages-shell.list-open .messages-chat-pane{display:none}.chat-window{height:100%}.chat-header{padding:10px 12px;gap:10px}.chat-header-avatar-wrap{width:40px!important;height:40px!important}.chat-user-avatar{width:40px;height:40px;font-size:14px}.chat-user-name{font-size:15px}.chat-ad-title{font-size:12px}.chat-messages{padding:14px 12px}.btn-chat-ad{display:none}.chat-bubble{max-width:90%;padding:11px 13px;font-size:14px;line-height:1.45}.chat-message-text{font-size:14px;line-height:1.45}.chat-date-divider{margin:14px 0;font-size:12px}.chat-action-btn{min-width:36px;min-height:36px;padding:6px!important}.chat-input{padding:11px 14px;font-size:14px}.chat-send-btn{width:42px;height:42px}.chat-emoji-picker{left:0!important;right:auto!important;grid-template-columns:repeat(6,1fr)!important;gap:4px!important;padding:10px!important}.chat-emoji-btn{font-size:20px!important;padding:5px!important}.chat-image-preview{left:0!important;right:0!important}.chat-image-preview img{max-width:150px!important;max-height:150px!important}.chat-typing-text{font-size:12px!important}.chat-typing-bubble{padding:10px 12px!important}.chat-input-form{padding:10px;gap:6px}}@media (min-width: 601px) and (max-width: 1024px){.messages-page-shell{padding:14px 10px 30px}.messages-shell{height:calc(100dvh - var(--header-height, 72px) - 72px);min-height:560px}.messages-sidebar-pane{flex-basis:40%;min-width:280px}}.notifications-page{flex:1;min-height:100vh;background:linear-gradient(180deg,#0c0a08,#0f0d0a,#080706);padding:100px 24px 48px;position:relative}.notifications-shell{min-height:100vh;display:flex;flex-direction:column}.notifications-page:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:900px;height:400px;background:radial-gradient(ellipse at center top,rgba(255,140,66,.06) 0%,transparent 70%);pointer-events:none}.notifications-container{max-width:900px;margin:0 auto;position:relative;z-index:1}.notifications-header{margin-bottom:32px;text-align:center}.notifications-header h1{display:inline-flex;align-items:center;gap:8px;font-size:2.2rem;font-weight:700;background:linear-gradient(135deg,#fff,#ffb470);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.notifications-header p{color:#ffffff80;font-size:1rem}.notifications-count-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#ff8c421a;border:1px solid rgba(255,140,66,.2);border-radius:50px;color:#ff8c42;font-weight:600;margin-top:16px}.notifications-count-badge .count{background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#0b0b0d;padding:2px 10px;border-radius:50px;font-weight:700;font-size:.85rem}.notifications-unread-hint{margin-left:8px;color:#fff9}.notifications-inline-icon{display:inline-flex;align-items:center;gap:6px}.notifications-actions-bar{background:#14120fcc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,140,66,.12);border-radius:16px;padding:16px 20px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.notifications-filters{display:flex;gap:6px;background:#0000004d;padding:4px;border-radius:10px}.notification-filter-btn{padding:10px 18px;border-radius:8px;border:none;background:transparent;color:#fff9;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .25s ease;position:relative}.notification-filter-btn:hover{color:#ffffffe6}.notification-filter-btn.active{background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#0b0b0d;font-weight:600;box-shadow:0 4px 15px #ff8c424d}.notification-filter-btn .badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:50px;font-weight:700}.notifications-action-btns{display:flex;gap:10px}.btn-mark-all{padding:10px 18px;border-radius:10px;border:1px solid rgba(255,140,66,.3);background:#ff8c4214;color:#ff8c42;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .25s ease;display:flex;align-items:center;gap:6px}.btn-mark-all:hover{background:#ff8c4226;border-color:#ff8c4280;transform:translateY(-1px)}.btn-delete-all{padding:10px 18px;border-radius:10px;border:1px solid rgba(239,68,68,.3);background:#ef444414;color:#ef4444;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .25s ease;display:flex;align-items:center;gap:6px}.btn-delete-all:hover{background:#ef444426;border-color:#ef444480;transform:translateY(-1px)}.notifications-empty{background:#14120f99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,140,66,.1);border-radius:20px;padding:64px 32px;text-align:center}.notifications-empty-icon{width:100px;height:100px;margin:0 auto 24px;background:linear-gradient(135deg,#ff8c4226,#ff7a1a1a);border:1px solid rgba(255,140,66,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px}.notifications-empty h2{font-size:1.4rem;color:#ffffffe6;margin-bottom:8px}.notifications-empty p{color:#ffffff80;font-size:1rem}.notifications-empty-actions{margin-top:18px;display:inline-flex;gap:10px;flex-wrap:wrap;justify-content:center}.notifications-list{background:#14120f99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,140,66,.1);border-radius:20px;overflow:hidden}.notification-card{display:flex;gap:16px;padding:20px;border-bottom:1px solid rgba(255,140,66,.08);cursor:pointer;transition:all .25s ease;position:relative}.notification-card:last-child{border-bottom:none}.notification-card:hover{background:#ff8c420d}.notification-card.unread{background:#ff8c4208}.notification-card.unread:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#ff8c42,#ff7a1a)}.notification-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;transition:all .25s ease}.notification-card.unread .notification-icon{background:linear-gradient(135deg,#ff8c4233,#ff7a1a26);border:1px solid rgba(255,140,66,.3);box-shadow:0 4px 15px #ff8c4226}.notification-card:not(.unread) .notification-icon{background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.notification-content{flex:1;min-width:0}.notification-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px}.notification-title{font-weight:600;font-size:1rem;color:#fffffff2}.notification-card.unread .notification-title{color:#fff;font-weight:700}.notification-time{font-size:.8rem;color:#fff6;white-space:nowrap;margin-left:12px;flex-shrink:0}.notification-message{font-size:.9rem;color:#ffffff80;line-height:1.5;margin-bottom:12px}.notification-card.unread .notification-message{color:#ffffffa6}.notification-actions{display:flex;gap:10px}.btn-notification-read{padding:6px 14px;border-radius:8px;border:none;background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#0b0b0d;cursor:pointer;font-size:.8rem;font-weight:600;transition:all .25s ease}.btn-notification-read:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff8c424d}.btn-notification-delete{padding:6px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#ffffff80;cursor:pointer;font-size:.8rem;font-weight:600;transition:all .25s ease}.btn-notification-delete:hover{border-color:#ef444466;color:#ef4444;background:#ef444414}.notifications-loading{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.notifications-loading .spinner{width:48px;height:48px;border:3px solid rgba(255,140,66,.2);border-top-color:#ff8c42;border-radius:50%;animation:spin 1s linear infinite}.notifications-loading p{color:#ffffff80;font-size:1rem}@media (max-width: 768px){.notifications-page{padding:80px 16px 32px}.notifications-header h1{font-size:1.8rem}.notifications-actions-bar{flex-direction:column;align-items:stretch;gap:12px}.notifications-filters,.notifications-action-btns{justify-content:center}.notification-card{padding:16px}.notification-icon{width:44px;height:44px;font-size:20px;border-radius:12px}.notification-header{flex-direction:column;gap:4px}.notification-time{margin-left:0}.notification-actions{flex-wrap:wrap}}.admin-page{min-height:100vh;background:radial-gradient(1200px 500px at 18% -6%,rgba(255,140,66,.2),transparent 58%),radial-gradient(900px 420px at 100% 0%,rgba(42,95,130,.18),transparent 55%),linear-gradient(180deg,#0f0d0b,#18130f 48%,#0e0b09);position:relative;font-family:Manrope,Sora,Segoe UI,sans-serif}.admin-page:before{content:"";position:absolute;top:0;left:0;right:0;height:560px;background:radial-gradient(ellipse at center top,rgba(255,140,66,.1) 0%,transparent 62%);pointer-events:none}.admin-page:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.015) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:radial-gradient(circle at 50% 35%,black 35%,transparent 88%);mask-image:radial-gradient(circle at 50% 35%,black 35%,transparent 88%);pointer-events:none}.admin-container{max-width:1480px;margin:0 auto;padding:106px 26px 62px;position:relative;z-index:1}.admin-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;align-items:start}.admin-sidebar{position:sticky;top:92px;background:linear-gradient(180deg,#1c1611e0,#120e0beb);border:1px solid rgba(255,172,103,.24);border-radius:22px;padding:18px;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(16px);box-shadow:0 18px 46px #00000059,inset 0 1px #ffffff0d}.admin-sidebar-head{padding:4px 4px 12px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:12px}.admin-sidebar-head h2{margin:0;font-size:1.06rem;font-weight:800;color:#fffffff5}.admin-sidebar-head p{margin:4px 0 0;font-size:.8rem;color:#ffffff7a}.admin-sidebar-stats{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:12px}.admin-sidebar-stat{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:7px 9px;background:#00000038}.admin-sidebar-stat .label{font-size:.72rem;color:#ffffff9e}.admin-sidebar-stat .value{font-size:.82rem;font-weight:800;color:#ffb470}.admin-main{min-width:0}.admin-content-panel{background:linear-gradient(170deg,#241c16c2,#16120eb8);border:1px solid rgba(255,172,103,.2);border-radius:20px;padding:18px;box-shadow:0 16px 36px #00000047,inset 0 1px #ffffff0d}.admin-header-actions{margin-top:16px;display:inline-flex;gap:10px;flex-wrap:wrap;justify-content:center}.admin-header{margin-bottom:40px;text-align:center}.admin-header h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#ffb470);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:12px}.admin-header p{color:#ffffff80;font-size:1.1rem}.admin-tabs{display:flex;gap:8px;margin-bottom:32px;padding:6px;background:#14120f99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,140,66,.1);border-radius:16px;flex-wrap:wrap;justify-content:center}.admin-tabs.admin-tabs-vertical{flex-direction:column;justify-content:flex-start;align-items:stretch;padding:0;gap:6px;background:transparent;border:none;margin-bottom:0}.admin-tab{display:flex;align-items:center;gap:10px;padding:14px 24px;background:transparent;border:none;border-radius:12px;color:#fff9;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .25s ease;position:relative}.admin-tabs.admin-tabs-vertical .admin-tab{width:100%;justify-content:flex-start;padding:11px 12px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#ffffff08,#0003);color:#ffffffe0;font-weight:600;position:relative}.admin-tabs.admin-tabs-vertical .admin-tab svg{color:#ffd2a8f2;flex-shrink:0}.admin-tabs.admin-tabs-vertical .admin-tab span:not(.tab-badge){color:inherit}.admin-tabs.admin-tabs-vertical .admin-tab:hover{background:linear-gradient(135deg,#ff8c421f,#ff7a1a0d);border-color:#ff8c4259;color:#fff;transform:translate(2px)}.admin-tabs.admin-tabs-vertical .admin-tab.active{border-color:#ff8c429e;background:linear-gradient(135deg,#ff8c4242,#ff7a1a21);color:#fff;box-shadow:inset 0 0 0 1px #ff8c4229,0 8px 20px #ff8c422e}.admin-tabs.admin-tabs-vertical .admin-tab.active:before{content:"";position:absolute;left:-1px;top:8px;bottom:8px;width:3px;border-radius:0 3px 3px 0;background:linear-gradient(180deg,#ffb470,#ff7a1a)}.admin-tab:hover{color:#ffffffe6;background:#ffffff08}.admin-tab.active{background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#0b0b0d;font-weight:700;box-shadow:0 4px 20px #ff8c424d}.admin-tab .tab-badge{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:50px;min-width:20px;text-align:center;border:1px solid rgba(255,255,255,.12)}.admin-tab.active .tab-badge{background:#0000004d;color:#fff}.admin-priority-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-bottom:20px}.priority-card{position:relative;padding:14px 15px;border-radius:16px;background:linear-gradient(145deg,#14120fcc,#14120fa6);border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.priority-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.05),transparent 45%);pointer-events:none}.priority-card:hover{transform:translateY(-2px);border-color:#ff8c4240;box-shadow:0 8px 24px #00000040}.priority-value{font-size:1.28rem;font-weight:800;color:#fff;line-height:1.1}.priority-label{font-weight:700;font-size:.9rem;color:#ffffffe0;margin-top:3px}.priority-hint{font-size:.74rem;color:#ffffff8c;margin-top:1px}.priority-card.warning{border-color:#ffb7034d;background:linear-gradient(135deg,#ffb70324,#ffb7030d)}.priority-card.accent{border-color:#a855f740;background:linear-gradient(135deg,#a855f71f,#a855f70d)}.priority-card.info{border-color:#3b82f640;background:linear-gradient(135deg,#3b82f61f,#3b82f60d)}.priority-card.danger{border-color:#ef44444d;background:linear-gradient(135deg,#ef444424,#ef44440d)}.admin-overview-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:16px;margin-bottom:24px}.admin-overview-panel{background:#14120fb3;border:1px solid rgba(255,175,110,.2);border-radius:18px;padding:20px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.admin-overview-panel-full{grid-column:1 / -1}.admin-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.admin-panel-head h3{margin:0;font-size:1.06rem;font-weight:800;color:#fffffff2}.admin-panel-head span{font-size:.8rem;color:#ffffff80}.admin-quick-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.admin-quick-actions .admin-btn{min-height:38px}.admin-health-bars{display:flex;flex-direction:column;gap:10px}.admin-health-row{display:grid;grid-template-columns:170px 1fr;align-items:center;gap:10px}.admin-health-row span{font-size:.82rem;color:#ffffffa6}.admin-health-track{height:8px;border-radius:999px;background:#ffffff14;overflow:hidden}.admin-health-track>div{height:100%;background:linear-gradient(90deg,#ff8c42,#ff7a1a);border-radius:999px;transition:width .25s ease}.admin-kpi-grid{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.admin-kpi-card{border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#00000038;padding:13px;box-shadow:inset 0 1px #ffffff0d}.admin-kpi-card.success{border-color:#22c55e4d;background:linear-gradient(140deg,#22c55e1f,#22c55e0a)}.admin-kpi-card.info{border-color:#3b82f64d;background:linear-gradient(140deg,#3b82f61f,#3b82f60a)}.admin-kpi-card.warning{border-color:#ffb7034d;background:linear-gradient(140deg,#ffb70324,#ffb7030d)}.admin-kpi-card.danger{border-color:#ef44444d;background:linear-gradient(140deg,#ef444424,#ef44440d)}.admin-kpi-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px}.admin-kpi-head h4{margin:0;font-size:.86rem;color:#ffffffe6}.admin-kpi-head strong{font-size:1rem;color:#fff}.admin-kpi-list{display:flex;flex-direction:column;gap:4px}.admin-kpi-list span{font-size:.76rem;color:#ffffffb3}.admin-overview-list{display:flex;flex-direction:column;gap:10px}.admin-overview-row{display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#0003;padding:12px}.admin-overview-title{font-size:.92rem;font-weight:700;color:#ffffffeb}.admin-overview-sub{margin-top:2px;font-size:.78rem;color:#ffffff80}.admin-overview-actions{display:inline-flex;gap:8px;align-items:center}.admin-overview-status{font-size:.75rem;font-weight:700;border-radius:999px;padding:5px 10px;white-space:nowrap}.admin-overview-status.pending{background:#ffb7031f;border:1px solid rgba(255,183,3,.28);color:#ffb703}.admin-overview-empty{border:1px dashed rgba(255,255,255,.12);border-radius:12px;padding:18px;color:#ffffff80;text-align:center}.admin-ov-container{display:flex;flex-direction:column;gap:20px}.admin-ov-kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.admin-ov-kpi-card{background:#14120fb8;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:22px 22px 18px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);animation:adminFadeUp .4s cubic-bezier(.22,1,.36,1) both;transition:transform .22s ease,box-shadow .22s ease;position:relative;overflow:hidden}.admin-ov-kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:18px 18px 0 0}.admin-ov-kpi-card.success{border-color:#22c55e40}.admin-ov-kpi-card.success:before{background:linear-gradient(90deg,transparent,#22c55e,transparent)}.admin-ov-kpi-card.info{border-color:#3b82f640}.admin-ov-kpi-card.info:before{background:linear-gradient(90deg,transparent,#60a5fa,transparent)}.admin-ov-kpi-card.warning{border-color:#ffb70347}.admin-ov-kpi-card.warning:before{background:linear-gradient(90deg,transparent,#ffb703,transparent)}.admin-ov-kpi-card.danger{border-color:#ef444447}.admin-ov-kpi-card.danger:before{background:linear-gradient(90deg,transparent,#f87171,transparent)}.admin-ov-kpi-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #00000061}.admin-ov-kpi-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.admin-ov-kpi-title{font-size:.88rem;font-weight:700;color:#ffffffd9}.admin-ov-badge{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;font-weight:800;letter-spacing:.03em;padding:3px 9px;border-radius:999px;white-space:nowrap}.admin-ov-badge.success{background:#22c55e24;border:1px solid rgba(34,197,94,.35);color:#4ade80}.admin-ov-badge.info{background:#3b82f624;border:1px solid rgba(59,130,246,.35);color:#93c5fd}.admin-ov-badge.warning{background:#ffb70324;border:1px solid rgba(255,183,3,.35);color:#fcd34d}.admin-ov-badge.danger{background:#ef444424;border:1px solid rgba(239,68,68,.35);color:#fca5a5}.admin-ov-kpi-score-row{display:flex;align-items:baseline;gap:4px;margin-bottom:10px}.admin-ov-kpi-score{font-size:2.6rem;font-weight:900;line-height:1;font-variant-numeric:tabular-nums;color:#fff}.admin-ov-kpi-denom{font-size:1rem;font-weight:600;color:#fff6}.admin-ov-bar-track{height:6px;border-radius:999px;background:#ffffff12;overflow:hidden;margin-bottom:16px}.admin-ov-bar-fill{height:100%;border-radius:999px;animation:adminHealthFill 1.2s cubic-bezier(.22,1,.36,1) both;position:relative;overflow:hidden}.admin-ov-bar-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);background-size:200% 100%;animation:adminShimmer 2s linear infinite}.admin-ov-bar-fill.success{background:linear-gradient(90deg,#16a34a,#22c55e)}.admin-ov-bar-fill.info{background:linear-gradient(90deg,#2563eb,#60a5fa)}.admin-ov-bar-fill.warning{background:linear-gradient(90deg,#d97706,#ffb703)}.admin-ov-bar-fill.danger{background:linear-gradient(90deg,#dc2626,#f87171)}.admin-ov-kpi-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}.admin-ov-kpi-stat{display:flex;flex-direction:column;gap:1px;padding:8px 10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:10px}.admin-ov-kpi-stat-val{font-size:1.05rem;font-weight:800;color:#fff;font-variant-numeric:tabular-nums}.admin-ov-kpi-stat-lbl{font-size:.7rem;color:#ffffff73;text-transform:uppercase;letter-spacing:.04em}.admin-ov-middle-row{display:grid;grid-template-columns:360px 1fr;gap:18px;align-items:start}.admin-ov-actions-panel{display:flex;flex-direction:column;gap:0}.admin-ov-mode-pill{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700;padding:4px 11px;border-radius:999px}.admin-ov-mode-pill.success{background:#22c55e1f;border:1px solid rgba(34,197,94,.3);color:#4ade80}.admin-ov-mode-pill.danger{background:#ef44441f;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.admin-ov-mode-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;animation:adminDotBlink 2.5s ease-in-out infinite}.admin-ov-mode-pill.success .admin-ov-mode-dot{background:#22c55e;box-shadow:0 0 8px #22c55eb3}.admin-ov-mode-pill.danger .admin-ov-mode-dot{background:#f87171;box-shadow:0 0 8px #ef4444b3;animation-duration:1s}.admin-ov-primary-actions{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.admin-ov-action-big{width:100%;padding:12px 16px!important;font-size:.92rem!important;font-weight:700!important;text-align:left;justify-content:flex-start!important}.admin-ov-section-label{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffffff59;margin:0 0 10px}.admin-ov-nav-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.admin-ov-nav-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 8px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;cursor:pointer;transition:all .22s cubic-bezier(.22,1,.36,1);color:inherit}.admin-ov-nav-btn:hover{background:#ff8c421a;border-color:#ff8c424d;transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.admin-ov-nav-btn.alert{border-color:#ef44444d;background:#ef444412}.admin-ov-nav-btn.alert:hover{background:#ef444426;border-color:#ef444480}.admin-ov-nav-count{font-size:1.5rem;font-weight:900;color:#fff;font-variant-numeric:tabular-nums;line-height:1}.admin-ov-nav-btn.alert .admin-ov-nav-count{color:#fca5a5}.admin-ov-nav-label{font-size:.72rem;color:#ffffff80;text-align:center;line-height:1.2}.admin-ov-queue-panel{min-height:200px}.admin-ov-row-info{flex:1;min-width:0}.admin-ov-icon-btn{width:34px!important;height:34px!important;padding:0!important;font-size:1rem!important;display:inline-flex!important;align-items:center;justify-content:center;border-radius:10px!important;flex-shrink:0}.admin-ov-empty-large{padding:40px 20px;font-size:.92rem}.admin-ov-empty-icon{display:block;font-size:2rem;margin-bottom:10px}.admin-ov-reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:28px}.admin-stat-card{background:#14120fb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,140,66,.1);border-radius:16px;padding:16px;text-align:center;transition:all .25s ease;position:relative;overflow:hidden}.admin-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--stat-color, #FF8C42)}.admin-stat-card:hover{border-color:#ff8c4240;transform:translateY(-2px)}.admin-stat-value{font-size:1.55rem;font-weight:800;color:var(--stat-color, #FF8C42);margin-bottom:2px;line-height:1.1}.admin-stat-label{color:#ffffff80;font-size:.76rem;font-weight:500}.admin-tab-container{display:flex;flex-direction:column;gap:18px}.admin-stats-strip{display:flex;gap:14px;flex-wrap:wrap}.admin-strip-card{flex:1;min-width:120px;background:#14120fb8;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px 18px;display:flex;flex-direction:column;gap:3px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:relative;overflow:hidden;animation:adminFadeUp .4s cubic-bezier(.22,1,.36,1) both;transition:transform .2s ease,box-shadow .2s ease;border-top:3px solid var(--sc, #FF8C42)}.admin-strip-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0000004d}.admin-strip-value{font-size:2rem;font-weight:900;color:var(--sc, #FF8C42);line-height:1;font-variant-numeric:tabular-nums;text-shadow:0 0 24px color-mix(in srgb,var(--sc, #FF8C42) 50%,transparent)}.admin-strip-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ffffff73}.admin-tab-filter-panel{padding:16px 20px!important}.admin-tab-filter-inner{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.admin-tab-filter-actions{display:flex;gap:8px;align-items:center;margin-left:auto;flex-wrap:wrap}.admin-settings-card{padding:18px 20px}.admin-settings-construction{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.admin-settings-construction-title{font-size:15px;font-weight:600;color:#f0e8df;margin-bottom:4px}.admin-settings-construction-desc{font-size:13px;color:#f0e8df8c;max-width:480px;line-height:1.5;margin-bottom:10px}.admin-settings-mode-pill{display:inline-flex;align-items:center;gap:7px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;background:#ffac671a;border:1px solid rgba(255,172,103,.25);color:#f0e8dfb3}.admin-settings-mode-pill[data-active=true]{background:#ff56561f;border-color:#ff56564d;color:#ff8080}.admin-settings-mode-dot{width:7px;height:7px;border-radius:50%;background:#e0a060;flex-shrink:0}.admin-settings-mode-pill[data-active=true] .admin-settings-mode-dot{background:#ff6060;box-shadow:0 0 5px #ff6060}.admin-settings-toggle-btn{padding:9px 22px;border-radius:8px;border:1px solid rgba(255,172,103,.3);background:#ffac6714;color:#e8a060;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.admin-settings-toggle-btn:hover:not(:disabled){background:#ffac672e;border-color:#ffac678c}.admin-settings-toggle-btn.active{background:#ff56561a;border-color:#ff565659;color:#ff8080}.admin-settings-toggle-btn.active:hover:not(:disabled){background:#ff565633}.admin-settings-toggle-btn:disabled{opacity:.5;cursor:not-allowed}.admin-settings-form-section{display:flex;flex-direction:column;gap:16px;padding:16px 20px 20px}.admin-settings-form-row{flex-direction:row;flex-wrap:wrap;gap:20px}.admin-settings-field{display:flex;flex-direction:column;gap:6px}.admin-settings-field label{font-size:12px;font-weight:600;color:#f0e8df8c;text-transform:uppercase;letter-spacing:.5px}.admin-settings-input{background:#120e0a99;border:1px solid rgba(255,172,103,.2);border-radius:8px;color:#f0e8df;font-size:14px;padding:9px 13px;outline:none;transition:border-color .2s;width:100%;box-sizing:border-box}.admin-settings-input:focus{border-color:#ffac6780}.admin-settings-input-sm{max-width:120px;width:120px}.admin-settings-textarea{resize:vertical;min-height:80px;font-family:inherit}.admin-settings-save-btn{width:100%;padding:12px;border-radius:10px;border:none;background:linear-gradient(135deg,#e8813a,#c05a20);color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .2s,transform .1s;letter-spacing:.3px;margin-top:4px;margin-bottom:20px}.admin-settings-save-btn:hover:not(:disabled){opacity:.9}.admin-settings-save-btn:active:not(:disabled){transform:scale(.99)}.admin-settings-save-btn:disabled{opacity:.55;cursor:not-allowed}.admin-settings-plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:16px 20px 20px}@media (max-width: 700px){.admin-settings-plans-grid{grid-template-columns:1fr}}.admin-settings-plan-card{background:var(--plan-bg);border:1px solid var(--plan-border);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:14px}.admin-settings-plan-header{display:flex;align-items:center;gap:8px;padding-bottom:10px;border-bottom:1px solid var(--plan-border)}.admin-settings-plan-name{font-size:15px;font-weight:700;letter-spacing:.3px}.admin-settings-plan-fields{display:flex;flex-direction:column;gap:12px}.admin-settings-plan-fields .admin-settings-field label{font-size:11px}.admin-settings-plan-fields .admin-settings-input-sm{width:100%;max-width:100%}.admin-filter-bar{background:#1e1813c2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,172,103,.2);border-radius:18px;padding:18px;margin-bottom:24px;display:flex;gap:16px;flex-wrap:wrap;align-items:center}.admin-search-input{flex:1;min-width:280px;padding:13px 18px;background:#ffffff0d;border:1px solid rgba(255,172,103,.2);border-radius:12px;color:#fff;font-size:.95rem;transition:all .25s ease}.admin-search-input::placeholder{color:#fff6}.admin-search-input:focus{outline:none;border-color:#ff8c4266;box-shadow:0 0 0 3px #ff8c421a}.admin-filter-btns{display:flex;gap:6px;background:#0003;padding:4px;border-radius:10px}.admin-filter-btn{padding:10px 18px;border-radius:8px;border:none;background:transparent;color:#fff9;cursor:pointer;font-weight:500;font-size:.85rem;transition:all .25s ease}.admin-filter-btn:hover{color:#ffffffe6}.admin-filter-btn.active{background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#0b0b0d;font-weight:600;box-shadow:0 4px 12px #ff8c4240}.admin-list{display:flex;flex-direction:column;gap:12px}.admin-list-item{background:#221c16a8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,172,103,.2);border-radius:18px;padding:18px 20px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;cursor:pointer;transition:all .25s ease}.admin-list-item:hover{border-color:#ffb87b73;background:linear-gradient(140deg,#ff8c4224,#ff8c420a);transform:translateY(-2px);box-shadow:0 12px 26px #00000038}.admin-btn.admin-btn-sm{padding:6px 10px;font-size:.78rem;border-radius:8px}.admin-list-item.banned{border-color:#ef444440}.admin-list-item.banned:hover{background:#ef444408}.admin-ad-thumb{width:110px;height:75px;object-fit:cover;border-radius:10px;border:1px solid rgba(255,255,255,.08)}.admin-member-avatar{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0;background-size:cover;background-position:center;border:2px solid rgba(255,140,66,.2)}.admin-member-avatar.gradient{background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#0b0b0d}.admin-item-info h3{font-size:1rem;font-weight:700;color:#fffffff2;margin-bottom:6px}.admin-item-meta{font-size:.85rem;color:#ffffff73;display:flex;gap:10px;flex-wrap:wrap;align-items:center}.admin-item-meta span{display:flex;align-items:center;gap:4px}.admin-badge{padding:6px 14px;border-radius:8px;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:6px}.admin-badge.published{background:#22c55e1f;color:#22c55e;border:1px solid rgba(34,197,94,.25)}.admin-badge.pending{background:#ffb7031f;color:#ffb703;border:1px solid rgba(255,183,3,.25)}.admin-badge.rejected{background:#ef44441f;color:#ef4444;border:1px solid rgba(239,68,68,.25)}.admin-badge.active{background:#22c55e1f;color:#22c55e;border:1px solid rgba(34,197,94,.25)}.admin-badge.banned{background:#ef44441f;color:#ef4444;border:1px solid rgba(239,68,68,.25)}.admin-badge.resolved{background:#22c55e1f;color:#22c55e;border:1px solid rgba(34,197,94,.25)}.admin-badge.dismissed{background:#9ca3af1f;color:#9ca3af;border:1px solid rgba(156,163,175,.25)}.admin-badge.pending-changes{background:#a855f71f;color:#a855f7;border:1px solid rgba(168,85,247,.25)}.admin-badge.seller.pro{background:#f59e0b24;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.admin-badge.seller.private{background:#3b82f624;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.admin-pending-changes-alert{background:linear-gradient(135deg,#a855f714,#a855f708);border:1px solid rgba(168,85,247,.25);border-radius:16px;padding:20px;margin-bottom:20px}.admin-pending-changes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(168,85,247,.15)}.admin-pending-changes-header span:first-child{color:#a855f7;font-weight:700;font-size:.95rem}.admin-pending-changes-date{color:#ffffff80;font-size:.75rem}.admin-pending-changes-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.admin-change-row{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#0003;border-radius:8px;font-size:.85rem}.admin-change-label{color:#ffffff80;min-width:100px;font-weight:500}.admin-change-values{display:flex;align-items:center;gap:10px;flex:1}.admin-change-old{color:#fff6;text-decoration:line-through}.admin-change-arrow{color:#a855f7;font-weight:700}.admin-change-new{color:#22c55e;font-weight:600}.admin-pending-changes-actions{display:flex;gap:12px;padding-top:12px;border-top:1px solid rgba(168,85,247,.15)}.admin-actions{display:flex;gap:8px;align-items:center}.admin-btn{padding:9px 16px;border-radius:10px;font-size:.84rem;font-weight:600;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;gap:6px;border:none}.admin-btn:hover{transform:translateY(-1px)}.admin-btn.primary{background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#0b0b0d;box-shadow:0 4px 15px #ff8c4240}.admin-btn.primary:hover{box-shadow:0 6px 20px #ff8c4259}.admin-btn.success{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 15px #22c55e40}.admin-btn.danger{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.admin-btn.danger:hover{background:#ef444433}.admin-btn.ghost{background:#ffffff0f;color:#ffffffb3;border:1px solid rgba(255,255,255,.14)}.admin-btn.ghost:hover{background:#ffffff1a;color:#fff}.admin-empty{background:#14120f80;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,140,66,.08);border-radius:20px;padding:80px 32px;text-align:center}.admin-empty-icon{font-size:64px;margin-bottom:20px}.admin-empty h3{font-size:1.3rem;color:#fffc;margin-bottom:8px}.admin-empty p{color:#fff6;font-size:1rem}.admin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:12050;padding:20px}.admin-modal{background:linear-gradient(180deg,#191612fa,#12100dfa);border:1px solid rgba(255,140,66,.15);border-radius:24px;max-width:700px;width:100%;max-height:90vh;overflow:auto;padding:32px;box-shadow:0 25px 80px #00000080}.admin-ad-modal{max-width:780px}.admin-member-modal{max-width:700px}.admin-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px;padding-bottom:14px;border-bottom:1px solid rgba(255,140,66,.12)}.admin-modal-header h2{font-size:1.5rem;font-weight:800;color:#fff;margin:0;line-height:1.2}.admin-modal-subheader{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.admin-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:.75rem;font-weight:700;border:1px solid transparent;letter-spacing:.2px}.admin-chip.pro{background:#ff8c422e;color:#ffcb9b;border-color:#ffb47073}.admin-chip.private{background:#6366f133;color:#d2d6ff;border-color:#818cf873}.admin-chip.ghost{background:#ffffff0f;color:#ffffffb8;border-color:#ffffff24}.admin-chip.status-published{background:#22c55e2e;color:#86efac;border-color:#4ade8066}.admin-chip.status-pending{background:#eab3082e;color:#fde68a;border-color:#facc1566}.admin-chip.status-rejected,.admin-chip.status-sold{background:#ef44442e;color:#fca5a5;border-color:#f8717173}.admin-modal-close{width:40px;height:40px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff9;font-size:1.2rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.admin-modal-close:hover{background:#ffffff1a;color:#fff}.admin-modal-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-bottom:22px}.admin-modal-images img{width:100%;height:110px;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:transform .2s ease,border-color .2s ease}.admin-modal-images img:hover{transform:translateY(-1px);border-color:#ffb47061}.admin-modal-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:22px}.admin-modal-info-item{background:#00000047;padding:14px;border-radius:12px;border:1px solid rgba(255,140,66,.12)}.admin-modal-info-label{font-size:.75rem;color:#ffffff85;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.admin-modal-info-value{font-size:1rem;font-weight:700;color:#fff;line-height:1.35}.admin-modal-info-value.price{color:#ff8c42;font-size:1.3rem}.admin-modal-description{background:#00000047;padding:16px;border-radius:12px;border:1px solid rgba(255,140,66,.12);margin-bottom:22px}.admin-modal-description label{font-size:.75rem;color:#fff6;margin-bottom:10px;display:block;text-transform:uppercase;letter-spacing:.5px}.admin-modal-description p{font-size:.95rem;color:#fffc;line-height:1.7}.admin-modal-actions{display:flex;gap:12px;flex-wrap:wrap;padding-top:16px;border-top:1px solid rgba(255,140,66,.1)}.admin-modal-actions .admin-btn{flex:1 1 160px;min-width:120px;justify-content:center;padding:12px 16px}.admin-dialog{max-width:560px}.admin-dialog-text{margin:0 0 16px;color:#ffffffb8;line-height:1.6}.admin-member-modal-header{display:flex;align-items:center;gap:20px;margin-bottom:20px;padding:12px;background:#ff8c420f;border:1px solid rgba(255,180,112,.18);border-radius:14px}.admin-member-modal-avatar{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#0b0b0d;flex-shrink:0;background-size:cover;background-position:center;border:3px solid rgba(255,140,66,.3)}.admin-member-modal-info h3{font-size:1.4rem;font-weight:800;color:#fff;margin-bottom:4px}.admin-member-modal-info p{font-size:.95rem;color:#ffffff80}.admin-member-details{background:#00000042;padding:16px;border-radius:16px;border:1px solid rgba(255,140,66,.12);margin-bottom:20px}.admin-member-detail-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.05)}.admin-member-detail-row.editable{align-items:flex-start;gap:12px}.admin-member-detail-row:last-child{border-bottom:none}.admin-member-detail-label{font-size:.9rem;color:#ffffff85;min-width:160px}.admin-member-detail-value{font-size:.9rem;color:#ffffffe6;font-weight:500}.admin-member-detail-value.id{font-family:Courier New,monospace;font-size:.8rem;background:#ff8c4214;padding:4px 10px;border-radius:6px}.admin-member-detail-value.status-active{color:#22c55e;font-weight:600}.admin-member-detail-value.status-banned{color:#ef4444;font-weight:600}.admin-member-input,.admin-member-textarea{flex:1;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#00000040;color:#fff;font-size:.95rem}.admin-member-textarea{width:100%;resize:vertical}.admin-member-input:focus,.admin-member-textarea:focus{outline:none;border-color:#ff8c4266;box-shadow:0 0 0 3px #ff8c421f}.admin-account-type-toggle{display:flex;gap:10px;flex-wrap:wrap}.admin-account-type-btn{padding:10px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#00000040;color:#fffc;font-weight:600;cursor:pointer;transition:all .2s ease}.admin-account-type-btn:hover:not(:disabled){border-color:#ff8c4259;color:#fff}.admin-account-type-btn.active{border-color:#ff8c4280;background:linear-gradient(135deg,#ff8c42,#ff7a1a);color:#0b0b0d;box-shadow:0 10px 30px #ff8c4240}.admin-account-type-btn:disabled{opacity:.75;cursor:not-allowed}.admin-report-card{background:#14120fb8;border:1px solid rgba(255,172,103,.15);border-radius:16px;padding:20px;transition:all .25s ease;display:flex;flex-direction:column;gap:14px}.admin-report-card:hover{border-color:#ffbc8452;box-shadow:0 10px 28px #00000038;transform:translateY(-2px)}.admin-report-card.pending{border-left:3px solid #ffb703}.admin-report-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.admin-report-title{font-size:.98rem;font-weight:700;color:#fff;margin-bottom:3px}.admin-report-meta{font-size:.78rem;color:#fff6}.admin-report-content{background:#ffffff08;border:1px solid rgba(255,255,255,.07);padding:14px 16px;border-radius:12px}.admin-report-reason-label{font-size:.68rem;font-weight:800;color:#ffffff59;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.admin-report-reason{font-size:.92rem;color:#ffffffe6;font-weight:600}.admin-report-details{font-size:.9rem;color:#fff9;margin-top:10px;line-height:1.5}.admin-report-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-loading{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.admin-loading .spinner{width:48px;height:48px;border:3px solid rgba(255,140,66,.2);border-top-color:#ff8c42;border-radius:50%;animation:spin 1s linear infinite}.admin-loading p{color:#ffffff80;font-size:1rem}.admin-access-denied{max-width:500px;margin:120px auto;padding:48px;text-align:center;background:#14120fcc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(239,68,68,.25);border-radius:24px}.admin-access-denied-icon{font-size:72px;margin-bottom:24px}.admin-access-denied h1{font-size:1.8rem;color:#ef4444;margin-bottom:12px}.admin-access-denied p{color:#ffffff80;margin-bottom:28px}@keyframes adminFadeUp{0%{opacity:0;transform:translateY(22px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes adminSlideRight{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}@keyframes adminGlowPulse{0%,to{box-shadow:0 0 8px #ff8c421f}50%{box-shadow:0 0 28px #ff8c4266,0 0 0 6px #ff8c420f}}@keyframes adminBadgePulse{0%,to{box-shadow:0 0 #ffb70380}50%{box-shadow:0 0 0 6px #ffb70300}}@keyframes adminScanLine{0%{top:-4px;opacity:0}5%{opacity:1}95%{opacity:1}to{top:110%;opacity:0}}@keyframes adminShimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes adminHealthFill{0%{width:0!important}}@keyframes adminHoloBorder{0%,to{border-color:#ff8c429e}50%{border-color:#ffbe78e6;box-shadow:inset 0 0 0 1px #ff8c4238,0 8px 24px #ff8c4247}}@keyframes adminDotBlink{0%,to{opacity:1;box-shadow:0 0 6px #22c55eb3}50%{opacity:.4;box-shadow:0 0 2px #22c55e4d}}@keyframes adminOrb1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(60px,-40px) scale(1.1)}66%{transform:translate(-30px,25px) scale(.93)}}@keyframes adminOrb2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-70px,40px) scale(.9)}66%{transform:translate(40px,-25px) scale(1.08)}}@keyframes adminCountUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes adminTabPop{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes adminModalIn{0%{opacity:0;transform:translateY(32px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes adminOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes adminBtnShine{0%{left:-80%}to{left:120%}}@keyframes adminPriorityIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.admin-page{overflow:hidden}.admin-page:before{animation:adminOrb1 18s ease-in-out infinite!important;will-change:transform}.admin-sidebar{animation:adminSlideRight .5s cubic-bezier(.22,1,.36,1) both!important;position:relative;overflow:hidden}.admin-sidebar:after{display:none}.admin-sidebar-head{position:relative}.admin-sidebar-head:after{content:"";position:absolute;top:6px;right:8px;width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 10px #22c55ecc;animation:adminDotBlink 2.5s ease-in-out infinite}.admin-sidebar-head h2{background:linear-gradient(135deg,#fff 10%,#ffd4a0,#ff8c42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-sidebar-stat{transition:all .22s ease}.admin-sidebar-stat:hover{background:#ff8c421a!important;border-color:#ff8c4259!important;transform:translate(4px)}.admin-sidebar-stat .value{font-variant-numeric:tabular-nums;transition:color .4s ease}.admin-tabs.admin-tabs-vertical .admin-tab{transition:all .22s cubic-bezier(.22,1,.36,1)!important}.admin-tabs.admin-tabs-vertical .admin-tab:before{transition:none}.admin-tabs.admin-tabs-vertical .admin-tab.active{animation:adminHoloBorder 3.5s ease-in-out infinite!important}.admin-tabs.admin-tabs-vertical .admin-tab.active:before{animation:adminTabPop .3s cubic-bezier(.22,1,.36,1) both!important;transform-origin:top center}.admin-tab .tab-badge{animation:adminBadgePulse 2.2s ease-in-out infinite}.admin-content-panel{animation:adminFadeUp .42s cubic-bezier(.22,1,.36,1) .08s both!important}.admin-priority-bar{animation:adminPriorityIn .5s ease .12s both}.priority-card{overflow:hidden;transition:all .28s cubic-bezier(.22,1,.36,1)!important}.priority-card:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;opacity:0;transition:opacity .25s;border-radius:2px 2px 0 0}.priority-card:hover:after{opacity:1}.priority-card.warning:after{background:linear-gradient(90deg,transparent,#ffb703,transparent)}.priority-card.accent:after{background:linear-gradient(90deg,transparent,#a855f7,transparent)}.priority-card.info:after{background:linear-gradient(90deg,transparent,#60a5fa,transparent)}.priority-card.danger:after{background:linear-gradient(90deg,transparent,#f87171,transparent)}.priority-card:hover{transform:translateY(-5px)!important;box-shadow:0 20px 40px #0006,0 0 0 1px #ff8c421f!important}.priority-value{animation:adminCountUp .6s cubic-bezier(.22,1,.36,1) both;font-variant-numeric:tabular-nums}.priority-card.warning .priority-value{color:#ffb703!important;text-shadow:0 0 18px rgba(255,183,3,.5)}.priority-card.accent .priority-value{color:#c084fc!important;text-shadow:0 0 18px rgba(168,85,247,.5)}.priority-card.info .priority-value{color:#60a5fa!important;text-shadow:0 0 18px rgba(59,130,246,.5)}.priority-card.danger .priority-value{color:#f87171!important;text-shadow:0 0 18px rgba(239,68,68,.5)}.admin-stats-grid{animation:adminFadeUp .4s ease .1s both}.admin-stat-card{overflow:hidden;transition:all .28s cubic-bezier(.22,1,.36,1)!important}.admin-stat-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.05),transparent 55%);pointer-events:none}.admin-stat-card:hover{transform:translateY(-5px) scale(1.02)!important;box-shadow:0 22px 44px #00000061!important}.admin-stat-value{background:linear-gradient(180deg,#fff 0%,var(--stat-color, #FF8C42) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:adminCountUp .7s ease .15s both;font-variant-numeric:tabular-nums}.admin-filter-bar{animation:adminFadeUp .4s ease .14s both!important}.admin-search-input:focus{box-shadow:0 0 0 3px #ff8c4226,0 0 24px #ff8c421a!important;border-color:#ff8c428c!important}.admin-list-item{animation:adminFadeUp .38s cubic-bezier(.22,1,.36,1) both;position:relative;overflow:hidden}.admin-list-item:nth-child(1){animation-delay:.04s}.admin-list-item:nth-child(2){animation-delay:.09s}.admin-list-item:nth-child(3){animation-delay:.14s}.admin-list-item:nth-child(4){animation-delay:.19s}.admin-list-item:nth-child(5){animation-delay:.23s}.admin-list-item:nth-child(6){animation-delay:.26s}.admin-list-item:nth-child(7){animation-delay:.28s}.admin-list-item:nth-child(n+8){animation-delay:.3s}.admin-list-item:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;background:linear-gradient(180deg,transparent,#FF8C42,transparent);border-radius:0 3px 3px 0;opacity:0;transition:opacity .22s}.admin-list-item:hover:before{opacity:1}.admin-list-item:hover .admin-ad-thumb{transform:scale(1.04);border-color:#ff8c4259!important;box-shadow:0 6px 20px #0000004d}.admin-ad-thumb{transition:all .3s ease}.admin-list-item:hover .admin-member-avatar{box-shadow:0 0 0 3px #ff8c4266,0 8px 20px #00000040}.admin-member-avatar{transition:all .25s ease}.admin-badge.pending{animation:adminBadgePulse 2.5s ease-in-out infinite}.admin-health-track>div{animation:adminHealthFill 1.2s cubic-bezier(.22,1,.36,1) both;position:relative;overflow:hidden}.admin-health-track>div:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.28) 50%,transparent 100%);background-size:200% 100%;animation:adminShimmer 2.2s linear infinite}.admin-kpi-card{animation:adminFadeUp .4s ease both;transition:all .25s cubic-bezier(.22,1,.36,1)!important}.admin-kpi-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #00000052!important}.admin-btn{transition:all .22s cubic-bezier(.22,1,.36,1)!important;position:relative;overflow:hidden}.admin-btn:hover:not(:disabled){transform:translateY(-2px)!important}.admin-btn:active:not(:disabled){transform:translateY(0) scale(.97)!important}.admin-btn.primary:after,.admin-btn.success:after{content:"";position:absolute;top:0;bottom:0;width:50%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transform:skew(-18deg);animation:adminBtnShine 3s ease-in-out infinite}.admin-btn.primary:hover{box-shadow:0 8px 24px #ff8c4273!important}.admin-btn.success:hover{box-shadow:0 8px 24px #22c55e66!important}.admin-btn.danger:hover{background:#ef444438!important;box-shadow:0 6px 18px #ef444440!important}.admin-btn.ghost:hover{background:#ffffff1f!important;border-color:#ffffff40!important}.admin-modal-overlay{animation:adminOverlayIn .22s ease both}.admin-modal{animation:adminModalIn .38s cubic-bezier(.22,1,.36,1) both!important}.admin-overview-panel{animation:adminFadeUp .4s ease both;transition:box-shadow .25s ease}.admin-overview-panel:hover{box-shadow:0 22px 50px #00000061,0 0 0 1px #ff8c4226!important}.admin-overview-row{animation:adminFadeUp .32s ease both;transition:all .2s ease}.admin-overview-row:hover{background:#ff8c420f!important;border-color:#ff8c4233!important}.admin-report-card{animation:adminFadeUp .38s ease both;position:relative;overflow:hidden;transition:all .25s ease!important}.admin-loading .spinner{border-color:#ff8c421f!important;border-top-color:#ff8c42!important;border-right-color:#ffb46499!important;box-shadow:0 0 24px #ff8c4240!important;width:56px!important;height:56px!important}.admin-quick-actions .admin-btn{transition:all .22s cubic-bezier(.22,1,.36,1)!important}@media (max-width: 900px){.admin-container{padding:90px 16px 40px}.admin-layout{grid-template-columns:1fr;gap:12px}.admin-sidebar{position:static;top:auto;padding:12px}.admin-content-panel{padding:12px}.admin-header h1{font-size:1.8rem}.admin-tabs{padding:4px}.admin-tabs.admin-tabs-vertical{flex-direction:row;overflow-x:auto;gap:8px;padding-bottom:2px}.admin-tab{padding:12px 16px;font-size:.85rem;white-space:nowrap}.admin-tabs.admin-tabs-vertical .admin-tab{width:auto;min-width:max-content;justify-content:flex-start;padding:10px 12px;gap:8px}.admin-tabs.admin-tabs-vertical .admin-tab span:not(.tab-badge){display:inline;font-size:.78rem}.admin-filter-bar{flex-direction:column}.admin-filter-bar .admin-btn{width:100%;justify-content:center}.admin-overview-grid,.admin-ov-kpi-row,.admin-ov-middle-row{grid-template-columns:1fr}.admin-ov-kpi-stats,.admin-ov-nav-grid{grid-template-columns:repeat(4,1fr)}.admin-stats-strip{flex-wrap:wrap}.admin-strip-card{min-width:calc(50% - 7px)}.admin-tab-filter-inner{flex-direction:column;align-items:stretch}.admin-tab-filter-actions{margin-left:0}.admin-overview-panel-full{grid-column:auto}.admin-health-row{grid-template-columns:1fr;gap:6px}.admin-overview-row{flex-direction:column;align-items:flex-start}.admin-overview-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.admin-search-input{min-width:100%}.admin-filter-btns{width:100%;justify-content:center}.admin-list-item{grid-template-columns:1fr;gap:12px}.admin-ad-thumb{width:100%;height:140px}.admin-modal{padding:24px;margin:16px}.admin-modal-header{gap:12px}.admin-modal-subheader{gap:6px}.admin-chip{font-size:.7rem;padding:5px 9px}.admin-modal-info-grid{grid-template-columns:1fr}.admin-modal-actions{flex-direction:column}.admin-modal-actions .admin-btn{width:100%}.admin-member-detail-row,.admin-member-detail-row.editable{flex-direction:column;align-items:flex-start;gap:8px}.admin-member-detail-label{min-width:auto}}.page-wrapper,.info-page{animation:pageIn .4s cubic-bezier(.4,0,.2,1) forwards}@keyframes pageIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.glass-card,.info-card,.dashboard-stat-card{transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.glass-card:hover,.info-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.dashboard-stat-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 32px #ff8c4226}.btn-primary,.btn-secondary,.btn-accent{position:relative;overflow:hidden}.btn-primary:after,.btn-secondary:after,.btn-accent:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-primary:active:after,.btn-secondary:active:after,.btn-accent:active:after{width:300px;height:300px;opacity:0}.ad-card-image,.hero-carousel-img,.post-img{transition:transform .4s cubic-bezier(.4,0,.2,1)}.ad-card-image:hover,.hero-carousel-img:hover,.post-img:hover{transform:scale(1.05)}.ad-card-wrapper.animate,.faq-item,.info-section{animation:staggerIn .5s cubic-bezier(.4,0,.2,1) both}@keyframes staggerIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px #ff8c4233;border-color:var(--accent)!important}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.notification-badge,.unread-indicator{animation:pulse 2s infinite}@keyframes toastIn{0%{opacity:0;transform:translateY(100%) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(100%) scale(.9)}}.toast{animation:toastIn .3s cubic-bezier(.4,0,.2,1)}.toast.closing{animation:toastOut .2s cubic-bezier(.4,0,.2,1) forwards}.skeleton{background:linear-gradient(90deg,var(--panel-bg) 25%,rgba(255,255,255,.1) 50%,var(--panel-bg) 75%);background-size:200% 100%;animation:shimmerWave 1.5s infinite;border-radius:8px}@keyframes shimmerWave{0%{background-position:200% 0}to{background-position:-200% 0}}.floating-label{position:relative}.floating-label input{padding-top:20px}.floating-label label{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--muted);transition:all .2s cubic-bezier(.4,0,.2,1);pointer-events:none;font-size:15px}.floating-label input:focus+label,.floating-label input:not(:placeholder-shown)+label{top:12px;font-size:11px;color:var(--accent)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s,transform .6s}.reveal.visible{opacity:1;transform:translateY(0)}.faq-answer{transition:max-height .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.progress-bar{height:4px;background:var(--panel-bg);border-radius:2px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-light));border-radius:2px;transition:width .5s cubic-bezier(.4,0,.2,1)}[data-tooltip]{position:relative}[data-tooltip]:before{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-8px);padding:8px 12px;background:var(--panel-bg);border:1px solid var(--border-color);border-radius:8px;font-size:13px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:1000}[data-tooltip]:hover:before{opacity:1;visibility:visible;transform:translate(-50%) translateY(-12px)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--muted-dark);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}::selection{background:#ff8c424d;color:var(--text)}.modal-backdrop{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:8px}.status-dot.online{background:#22c55e}.status-dot.offline{background:#ef4444}.status-dot.away{background:#eab308}.spinner-modern{width:40px;height:40px;border:3px solid var(--panel-bg);border-top-color:var(--accent);border-radius:50%;animation:spinModern .8s linear infinite}@keyframes spinModern{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:60px 20px}.empty-state-icon{font-size:64px;margin-bottom:16px;opacity:.5}.empty-state h3{color:var(--text);margin-bottom:8px}.empty-state p{color:var(--muted);max-width:400px;margin:0 auto}a.animated-link{position:relative;text-decoration:none}a.animated-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--accent);transition:width .3s cubic-bezier(.4,0,.2,1)}a.animated-link:hover:after{width:100%}.phone-blurred{position:relative;filter:blur(6px);-webkit-user-select:none;user-select:none;transition:filter .3s ease;display:inline-block;padding:4px 8px;background:#ff8c421a;border-radius:6px;border:1px dashed var(--accent)}.phone-blurred:hover{filter:blur(4px);background:#ff8c4226}.phone-blurred:before{content:"🔒 Cliquer pour révéler";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:11px;color:var(--accent);font-weight:600;white-space:nowrap;filter:none;opacity:0;transition:opacity .2s;pointer-events:none}.phone-blurred:hover:before{opacity:1}.pricing-card{transition:all .4s cubic-bezier(.4,0,.2,1)}.pricing-card:hover{transform:translateY(-8px)!important;box-shadow:0 25px 70px #00000026!important}.pricing-card button{transition:all .3s cubic-bezier(.4,0,.2,1)}.pricing-card button:hover{transform:translateY(-2px);box-shadow:0 15px 40px #667eea66!important}.pricing-card button:active{transform:translateY(0)}.tarif-page-wrapper{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.tarif-page{flex:1}.tarif-stats-wrap{padding:0 20px;max-width:1100px;margin:-60px auto 60px;position:relative;z-index:2}.tarif-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;background:linear-gradient(170deg,#1c1710ad,#100d09d1);border-radius:20px;padding:32px;border:1px solid rgba(255,140,66,.16);box-shadow:0 20px 60px #00000047,0 1px #ffffff0a inset}.tarif-stat-item{text-align:center}.tarif-stat-number{font-size:36px;font-weight:900;color:var(--accent);margin-bottom:8px}.tarif-stat-label{font-size:14px;color:var(--text-secondary);font-weight:600}.tarif-loading-hint{text-align:center;margin-top:16px;font-size:13px;color:var(--text-secondary);animation:pulse 1.5s ease-in-out infinite}.tarif-details-wrap{padding:0 20px 40px;max-width:1100px;margin:0 auto}.tarif-details-card{background:var(--panel-bg);border-radius:16px;padding:24px;border:1px solid var(--border)}.tarif-details-title{font-size:18px;font-weight:700;margin-bottom:20px;text-align:center;color:var(--text)}.tarif-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.tarif-mini-stat{text-align:center;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#ffffff05}.tarif-mini-stat-number{font-size:24px;font-weight:800;margin-bottom:4px}.tarif-mini-stat-label{font-size:12px;color:var(--text-secondary);font-weight:600}.tarif-mini-stat.tone-success .tarif-mini-stat-number{color:var(--success)}.tarif-mini-stat.tone-warning .tarif-mini-stat-number{color:var(--warning)}.tarif-mini-stat.tone-info .tarif-mini-stat-number{color:var(--info)}.tarif-mini-stat.tone-primary .tarif-mini-stat-number{color:var(--primary)}.tarif-pricing-wrap{padding:0 20px 60px;max-width:1100px;margin:0 auto}.tarif-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pricing-card--pro{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pricing-recommended-chip{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:6px 20px;border-radius:999px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;font-size:12px;font-weight:800;box-shadow:0 4px 12px #ff8c4266}.tarif-plan-btn{border-radius:12px}.tarif-compare-section{padding:60px 20px;background:var(--panel-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.tarif-compare-inner{max-width:1100px;margin:0 auto}.tarif-faq-wrap{padding:80px 20px;max-width:800px;margin:0 auto}.tarif-cta-section{padding:80px 20px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);position:relative;overflow:hidden}.tarif-cta-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.38}.tarif-cta-inner{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:1}.tarif-cta-btn{padding:16px 32px;border-radius:12px;font-weight:700;font-size:16px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.tarif-cta-btn:hover{transform:translateY(-2px)}.tarif-cta-btn-primary{background:#fff!important;color:var(--accent2)!important;border:none;box-shadow:0 10px 30px #0003}.tarif-cta-btn-secondary{background:#fff3!important;color:#fff!important;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tarif-cta-btn-secondary:hover{background:#ffffff4d!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer{animation:fadeIn .3s ease}@media (max-width: 768px){.pricing-card{transform:scale(1)!important}.pricing-card:hover{transform:translateY(-4px) scale(1)!important}}@keyframes heroPattern{0%{background-position:0% 0%}to{background-position:100% 100%}}.tarif-page-wrapper .hero-pattern{animation:heroPattern 20s linear infinite}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stats-grid>div{animation:countUp .6s ease backwards}.stats-grid>div:nth-child(1){animation-delay:.1s}.stats-grid>div:nth-child(2){animation-delay:.2s}.stats-grid>div:nth-child(3){animation-delay:.3s}.stats-grid>div:nth-child(4){animation-delay:.4s}.glass-card.seller-pro:hover,.glass-card.seller-pro:focus-within{transform:translateY(-4px);box-shadow:0 20px 40px #ff8c4229,0 0 0 1px #ff8c420f inset;border-color:#ff8c421f}.glass-card.seller-private:hover,.glass-card.seller-private:focus-within{transform:translateY(-4px);box-shadow:0 20px 40px #6366f129,0 0 0 1px #6366f10f inset;border-color:#6366f11f}.profile-owner-page .profile-owner-header{border-radius:18px;padding:22px;border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 42px #00000047;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-owner-page .profile-owner-header.pro-highlight{background:linear-gradient(145deg,#ff8c423d,#d66a004d);border-color:#ffb4704d}.profile-owner-page .profile-owner-header.particulier-highlight{background:linear-gradient(145deg,#6366f12e,#8b5cf633);border-color:#818cf84d}.profile-owner-page .profile-tabs{margin-top:16px;border-top:0;background:#ffffff08;border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:8px;overflow-x:auto}.profile-owner-page .profile-tabs button{border-bottom:none;border-radius:10px;padding:12px 16px;white-space:nowrap}.profile-owner-page .profile-tabs button.active{color:#fff;background:linear-gradient(135deg,#ff8c4259,#ff7a1a4d);box-shadow:inset 0 0 0 1px #ffb47061}.profile-owner-page .profile-content-area{margin-top:20px}.profile-owner-page .profile-message{border-radius:14px;box-shadow:0 10px 24px #00000029}.profile-owner-page .profile-posts,.profile-owner-page .profile-stories,.profile-owner-page .profile-settings{background:linear-gradient(175deg,#1a1712e0,#110f0ceb);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:22px;box-shadow:0 14px 34px #0003}.profile-owner-page .section-header{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:12px}.profile-owner-page .section-header h2{font-size:22px;letter-spacing:-.3px}.profile-owner-page .post-card{border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 8px 20px #0000002e}.profile-owner-page .post-card:hover{transform:translateY(-3px);border-color:#ff8c4242;box-shadow:0 16px 30px #00000038}.profile-owner-page .profile-settings>h2{font-size:28px;margin-bottom:20px;letter-spacing:-.5px}.profile-owner-page .settings-section{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px;margin-bottom:16px}.profile-owner-page .settings-section h3{margin-bottom:12px}.profile-owner-page .about-form input,.profile-owner-page .about-form textarea{border-radius:10px;border-color:#ffffff24;background:#ffffff0a}.profile-owner-page .about-form input:focus,.profile-owner-page .about-form textarea:focus{border-color:#ff8c4273;box-shadow:0 0 0 3px #ff8c421f}.profile-owner-page .about-display{gap:14px}.profile-owner-page .about-item{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:12px;border-bottom:1px solid rgba(255,255,255,.08)}.profile-owner-page .about-item:last-child{border-bottom:1px solid rgba(255,255,255,.08)}.profile-owner-page .btn-story,.profile-owner-page .btn-add,.profile-owner-page .btn-save,.profile-owner-page .btn-edit-about{border-radius:10px}.profile-owner-page .danger-zone{background:linear-gradient(160deg,#ef444429,#b91c1c1a);border-color:#f8717157}@media (max-width: 980px){.profile-owner-page .profile-owner-header{padding:16px}.profile-owner-page .profile-header-content{align-items:flex-start}.profile-owner-page .profile-posts,.profile-owner-page .profile-stories,.profile-owner-page .profile-settings{padding:16px}}.notifications-shell{background:radial-gradient(980px 420px at 0% -10%,rgba(255,140,66,.12),transparent 58%),radial-gradient(860px 390px at 100% -8%,rgba(255,107,26,.1),transparent 62%),linear-gradient(180deg,#060504,#0a0807 52%,#070605)!important}.notifications-container{width:min(100%,1320px)!important;max-width:none!important;margin:0 auto!important}.notifications-header,.notifications-actions-bar,.notifications-empty,.notification-card{border-radius:16px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(160deg,#1b1714e6,#0f0d0cf2)!important;box-shadow:0 18px 44px #00000047,inset 0 1px #ffffff0d!important}.notification-card.unread{border-color:#ffc49257!important;box-shadow:0 20px 48px #00000052,0 0 0 1px #ffad6b1f!important}.notifications-header h1{font-family:var(--font-title)}.dashboard-page{width:min(100%,1320px);margin:0 auto;padding:18px clamp(12px,1.5vw,24px) 36px}.dashboard-header,.dashboard-stat-card,.dashboard-table,.dashboard-full-table,.dashboard-empty,.dashboard-section{border-radius:16px;border:1px solid rgba(255,196,146,.16);background:linear-gradient(160deg,#1b1714e6,#0f0d0cf2);box-shadow:0 18px 44px #00000047,inset 0 1px #ffffff0d}.dashboard-header h1,.dashboard-section-title{font-family:var(--font-title);letter-spacing:-.02em}.admin-page{background:radial-gradient(980px 420px at 0% -10%,rgba(255,140,66,.12),transparent 58%),radial-gradient(860px 390px at 100% -8%,rgba(255,107,26,.1),transparent 62%),linear-gradient(180deg,#060504,#0a0807 52%,#070605)!important}.admin-container{width:min(100%,1320px)!important;max-width:none!important;margin:0 auto!important;padding:18px clamp(12px,1.5vw,24px) 34px!important}.admin-sidebar,.admin-main,.admin-content-panel,.admin-overview-panel,.admin-kpi-card,.admin-list-item,.admin-report-card,.admin-stat-card,.admin-filter-bar,.admin-priority-bar,.admin-loading,.admin-access-denied{border-radius:16px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(160deg,#1b1714e6,#0f0d0cf2)!important;box-shadow:0 18px 44px #00000047,inset 0 1px #ffffff0d!important}.admin-sidebar h2,.admin-page h1,.admin-page h2,.admin-page h3{font-family:var(--font-title);letter-spacing:-.02em}.admin-btn.primary,.admin-btn.success{background:linear-gradient(135deg,#ffbd83,#ff8c42 55%,#ff6f1b)!important;color:#1b120b!important;border-color:transparent!important}@media (max-width: 980px){.notifications-header,.notifications-actions-bar,.notifications-empty,.notification-card,.dashboard-header,.dashboard-stat-card,.dashboard-table,.dashboard-full-table,.dashboard-empty,.dashboard-section,.admin-sidebar,.admin-main,.admin-content-panel,.admin-overview-panel,.admin-kpi-card,.admin-list-item,.admin-report-card,.admin-stat-card,.admin-filter-bar,.admin-priority-bar,.admin-loading,.admin-access-denied{border-radius:14px!important}.dashboard-page,.admin-container{padding-left:10px!important;padding-right:10px!important}}.auth-page{background:radial-gradient(900px 420px at 0% -14%,rgba(255,140,66,.14),transparent 58%),radial-gradient(760px 360px at 100% -10%,rgba(255,107,26,.11),transparent 62%),linear-gradient(180deg,#060504,#0a0807,#070605)!important}.auth-card{border-radius:18px!important;border:1px solid rgba(255,196,146,.18)!important;background:linear-gradient(160deg,#1c1815eb,#0f0d0cf5)!important;box-shadow:0 28px 66px #00000057,inset 0 1px #ffffff0f!important}.auth-title{font-family:var(--font-title);letter-spacing:-.02em}.auth-input{border:1px solid rgba(255,196,146,.22)!important;background:linear-gradient(180deg,#211d18f0,#161311fa)!important}.auth-input:focus{border-color:#ffaf7094!important;box-shadow:0 0 0 4px #ff8c4224!important}.auth-submit{background:linear-gradient(135deg,#ffbd83,#ff8c42 55%,#ff6f1b)!important;color:#1b120b!important;box-shadow:0 14px 30px #ff7b2c4d!important}.info-page{background:radial-gradient(980px 420px at 0% -10%,rgba(255,140,66,.12),transparent 58%),radial-gradient(860px 390px at 100% -8%,rgba(255,107,26,.1),transparent 62%),linear-gradient(180deg,#060504,#0a0807 52%,#070605)!important}.info-main{width:min(100%,1320px)!important;max-width:none!important;margin:0 auto!important;padding:18px clamp(12px,1.5vw,24px) 36px!important}.info-hero,.info-card,.faq-category,.info-cta-box{border-radius:18px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(160deg,#1b1714e6,#0f0d0cf2)!important;box-shadow:0 24px 54px #0000004d,inset 0 1px #ffffff0d!important}.info-card-header h1,.info-hero h1,.faq-category-title{font-family:var(--font-title);letter-spacing:-.02em}.faq-question{border-radius:12px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(180deg,#ffffff0f,#ffffff05)!important}.faq-question.active{border-color:#ffc49257!important;background:#ff8c4224!important}.aide-main{width:min(100%,1320px)!important;max-width:none!important;margin:0 auto!important;padding:18px clamp(12px,1.5vw,24px) 36px!important}.aide-page .aide-guide-card,.aide-page .aide-contact-card,.aide-page .aide-resource-card,.aide-page .aide-search-box{border-radius:16px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(160deg,#1b1714e6,#0f0d0cf2)!important;box-shadow:0 18px 44px #00000047!important}.aide-page .aide-section-title,.aide-page .aide-hero-content h1{font-family:var(--font-title)}.tarif-page-wrapper{background:radial-gradient(980px 420px at 0% -10%,rgba(255,140,66,.12),transparent 58%),radial-gradient(860px 390px at 100% -8%,rgba(255,107,26,.1),transparent 62%),linear-gradient(180deg,#060504,#0a0807 52%,#070605)!important}.tarif-page{width:min(100%,1320px)!important;max-width:none!important;margin:0 auto!important;padding:18px clamp(12px,1.5vw,24px) 36px!important}.tarif-page .pricing-card,.tarif-page .pricing-comparison,.tarif-page .pricing-faq,.tarif-page .stats-grid{border-radius:18px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(160deg,#1b1714e6,#0f0d0cf2)!important;box-shadow:0 24px 54px #0000004d,inset 0 1px #ffffff0d!important}.tarif-page .pricing-card h3,.tarif-page h1,.tarif-page h2{font-family:var(--font-title);letter-spacing:-.02em}@media (max-width: 980px){.auth-card,.info-hero,.info-card,.faq-category,.info-cta-box,.aide-page .aide-guide-card,.aide-page .aide-contact-card,.aide-page .aide-resource-card,.tarif-page .pricing-card,.tarif-page .pricing-comparison,.tarif-page .pricing-faq,.tarif-page .stats-grid{border-radius:14px!important}.info-main,.aide-main,.tarif-page{padding-left:10px!important;padding-right:10px!important}}@media (max-width: 640px){.profile-owner-page .container-profile,.profile-owner-page .profile-content-area{padding-left:12px;padding-right:12px}.profile-owner-page .profile-tabs{gap:6px;padding:6px}.profile-owner-page .profile-tabs button{padding:10px 12px;font-size:13px}.profile-owner-page .section-header{flex-direction:column;align-items:flex-start;gap:10px}}@media (max-width: 980px){.profile-page-wrapper .profile-cover{height:280px}.profile-page-wrapper .container-profile,.profile-page-wrapper .profile-content-area{padding-left:16px;padding-right:16px}.profile-page-wrapper .profile-header-content{margin-top:-60px;gap:16px;align-items:flex-start}.profile-page-wrapper .profile-avatar-large{width:140px;height:140px;border-width:5px}.profile-page-wrapper .profile-info h1{font-size:28px;line-height:1.15}.profile-page-wrapper .profile-meta{gap:10px;font-size:13px}.profile-page-wrapper .profile-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.profile-page-wrapper .public-profile-cta-row{width:100%;justify-content:flex-start}.profile-page-wrapper .profile-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.profile-page-wrapper .profile-tabs button{white-space:nowrap;padding:12px 14px}.profile-page-wrapper .section-header{flex-wrap:wrap;gap:10px}.profile-page-wrapper .posts-controls{width:100%;justify-content:flex-start;flex-wrap:wrap!important}.public-profile-page .profile-about-grid,.public-profile-page .profile-about-grid-secondary{grid-template-columns:1fr!important;gap:16px!important}.public-profile-page .profile-about-private{padding:20px!important}.public-profile-page .profile-about-private-grid{grid-template-columns:1fr!important;gap:14px!important}}@media (max-width: 640px){.profile-page-wrapper .profile-cover{height:220px}.profile-page-wrapper .container-profile,.profile-page-wrapper .profile-content-area{padding-left:12px;padding-right:12px}.profile-page-wrapper .profile-header-content{margin-top:-48px;flex-direction:column;align-items:flex-start;gap:12px;padding:14px}.profile-page-wrapper .profile-avatar-large{width:108px;height:108px;border-width:4px}.profile-page-wrapper .change-avatar-btn{width:38px;height:38px;padding:8px}.profile-page-wrapper .change-cover-btn{padding:8px 10px;font-size:12px}.profile-page-wrapper .profile-info{width:100%;padding-bottom:0}.profile-page-wrapper .profile-info h1{font-size:23px;margin-bottom:6px}.profile-page-wrapper .profile-title-row{gap:6px}.profile-page-wrapper .seller-rating-badge{font-size:12px;padding:5px 10px}.profile-page-wrapper .profile-bio{font-size:14px}.profile-page-wrapper .profile-meta{flex-direction:column;align-items:flex-start;gap:6px}.profile-page-wrapper .profile-quick-stats{gap:6px}.profile-page-wrapper .profile-stat-pill{font-size:12px;padding:6px 10px}.profile-page-wrapper .profile-actions,.profile-page-wrapper .public-profile-cta-row{width:100%;gap:8px}.profile-page-wrapper .profile-cta-btn,.profile-page-wrapper .btn-story,.profile-page-wrapper .btn-edit,.profile-page-wrapper .btn-primary{min-height:38px}.profile-page-wrapper .profile-tabs{gap:6px;padding:6px}.profile-page-wrapper .profile-tabs button{padding:10px 12px;font-size:13px;gap:6px}.profile-page-wrapper .tab-count{font-size:11px;padding:2px 6px}.profile-page-wrapper .profile-posts,.profile-page-wrapper .profile-stories,.profile-page-wrapper .profile-settings,.profile-page-wrapper .profile-reviews,.profile-page-wrapper .profile-about{padding:14px;border-radius:12px}.profile-page-wrapper .section-header h2{font-size:18px}.profile-page-wrapper .posts-grid,.profile-page-wrapper .stories-grid{gap:12px}.public-profile-page .phone-modal-content{padding:18px!important;border-radius:14px!important}.public-profile-page .phone-modal-content h3{font-size:19px!important}}:root{--brand-bg-1: #090908;--brand-bg-2: #101010;--brand-surface-1: #141413;--brand-surface-2: #1b1a18;--brand-border: rgba(255, 180, 112, .2);--brand-border-soft: rgba(255, 180, 112, .12);--brand-shadow: 0 14px 34px rgba(0, 0, 0, .34);--brand-glow: 0 0 0 1px rgba(255, 180, 112, .1) inset}html[data-theme=dark] body,html[data-theme=dark] #root{background:linear-gradient(180deg,var(--brand-bg-1) 0%,#0d0c0a 45%,#090908 100%)!important;color:var(--text)}html[data-theme=dark] .site-header,html[data-theme=dark] .search-modal-panel,html[data-theme=dark] .header-search-panel,html[data-theme=dark] .brand-panel,html[data-theme=dark] .lang-dropdown,html[data-theme=dark] .user-dropdown,html[data-theme=dark] .nav-links.mobile-open{background:linear-gradient(160deg,#181511f2,#0f0d0bf5)!important;border-color:var(--brand-border)!important}html[data-theme=dark] .glass-panel,html[data-theme=dark] .glass-card,html[data-theme=dark] .card,html[data-theme=dark] .admin-stat-card,html[data-theme=dark] .admin-card,html[data-theme=dark] .admin-panel,html[data-theme=dark] .search-bar-form,html[data-theme=dark] .ad-card,html[data-theme=dark] .ad-list-item,html[data-theme=dark] .profile-card,html[data-theme=dark] .profile-owner-page .profile-posts,html[data-theme=dark] .profile-owner-page .profile-stories,html[data-theme=dark] .profile-owner-page .profile-settings,html[data-theme=dark] .profile-owner-page .settings-section,html[data-theme=dark] .profile-owner-page .about-item,html[data-theme=dark] .list-section,html[data-theme=dark] .publish-panel,html[data-theme=dark] .publish-aside{background:linear-gradient(170deg,#1c1813e6,#100e0cf0)!important;border:1px solid var(--brand-border-soft)!important;box-shadow:var(--brand-shadow),var(--brand-glow)!important}html[data-theme=dark] .btn-primary,html[data-theme=dark] .btn-gradient,html[data-theme=dark] .btn-publish,html[data-theme=dark] .btn-cta{background:linear-gradient(135deg,var(--primary),var(--accent))!important;color:#100d09!important;box-shadow:0 10px 28px #ff8c4242!important}html[data-theme=dark] .btn-outline,html[data-theme=dark] .btn-ghost,html[data-theme=dark] .btn-text,html[data-theme=dark] .lang-selector-btn,html[data-theme=dark] .user-menu-btn,html[data-theme=dark] .header-pill,html[data-theme=dark] .hamburger{border-color:var(--brand-border-soft)!important;background:linear-gradient(160deg,#ffffff0f,#ffffff05)!important;color:var(--text)!important}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea,html[data-theme=dark] .search-input,html[data-theme=dark] .brand-search,html[data-theme=dark] .hero-search-input{background:linear-gradient(180deg,#161411eb,#100e0cf0)!important;border-color:#ffffff24!important;color:var(--text)!important}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder,html[data-theme=dark] .search-input::placeholder,html[data-theme=dark] .brand-search::placeholder{color:#f7f5f2b8!important}html[data-theme=dark] a,html[data-theme=dark] .dealer-link,html[data-theme=dark] .profile-link,html[data-theme=dark] .footer-col a:hover,html[data-theme=dark] .nav-links a:hover{color:var(--primary-light)!important}html[data-theme=dark] .results-count,html[data-theme=dark] .ad-meta,html[data-theme=dark] .ad-attributes,html[data-theme=dark] .section-subtitle,html[data-theme=dark] .muted,html[data-theme=dark] .text-muted{color:var(--text-secondary)!important}html[data-theme=dark] .profile-owner-page .profile-owner-header.particulier-highlight,html[data-theme=dark] .profile-owner-page .profile-owner-header.pro-highlight,html[data-theme=dark] .profile-owner-page .profile-tabs button.active{background:linear-gradient(145deg,#ff8c4233,#d66a0038)!important;border-color:#ffb4704d!important}html[data-theme=dark] .pricing-card button,html[data-theme=dark] .pricing-card .btn,html[data-theme=dark] .tarif-page-wrapper .btn,html[data-theme=dark] .tarif-page-wrapper button{background:linear-gradient(135deg,var(--primary),var(--accent))!important;color:#100d09!important}.search-bar-form.searchbar-v2{width:100%;margin:0;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.search-bar-form.searchbar-v2 .searchbar-v2-shell{border-radius:18px;border:1px solid var(--border)!important;background:var(--card-bg)!important;box-shadow:0 16px 40px #0003;padding:14px;display:grid;gap:12px}.search-bar-form.searchbar-v2 .searchbar-v2-grid{display:grid;grid-template-columns:2fr 1.6fr 1fr 1fr;gap:10px}.search-bar-form.searchbar-v2 .searchbar-v2-field{position:relative;min-height:52px;border-radius:12px;border:1px solid var(--border)!important;background:var(--bg-secondary)!important;display:flex;align-items:center;gap:8px;padding:8px 10px;transition:border-color .15s ease,box-shadow .15s ease}.search-bar-form.searchbar-v2 .searchbar-v2-field:focus-within{border-color:var(--primary)!important;box-shadow:0 0 0 4px #ff8c4224}.search-bar-form.searchbar-v2 .searchbar-v2-icon{flex:0 0 16px;width:16px;height:16px;color:var(--muted)}.search-bar-form.searchbar-v2 .searchbar-v2-input,.search-bar-form.searchbar-v2 .searchbar-v2-select{width:100%;min-width:0;height:34px;border:0!important;outline:0;background:transparent!important;color:var(--text)!important;padding:6px 2px!important;box-shadow:none!important;font-size:14px;font-weight:700}.search-bar-form.searchbar-v2 .searchbar-v2-input::placeholder{color:var(--muted)!important;opacity:.95}.search-bar-form.searchbar-v2 .searchbar-v2-inputs-two{flex:1;min-width:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}.search-bar-form.searchbar-v2 .searchbar-v2-picker,.search-bar-form.searchbar-v2 .searchbar-v2-geo-btn{border:1px solid var(--border)!important;background:var(--card-bg)!important;color:var(--text)!important;border-radius:10px;min-width:40px;height:36px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:800;box-shadow:none!important}.search-bar-form.searchbar-v2 .searchbar-v2-geo-btn:disabled{opacity:.6;cursor:not-allowed}.search-bar-form.searchbar-v2 .searchbar-v2-actions{display:flex;gap:10px;justify-content:flex-end}.search-bar-form.searchbar-v2 .searchbar-v2-actions .btn{height:44px;border-radius:12px;padding:0 16px;font-weight:800;display:inline-flex;align-items:center;gap:8px}.search-bar-form.searchbar-v2 .city-suggestions{left:8px;right:8px;top:calc(100% + 6px);z-index:3000}.hero-radius-select{min-width:130px;max-width:170px}.hero-radius-select:disabled{opacity:.65;cursor:not-allowed}@media (max-width: 1220px){.search-bar-form.searchbar-v2 .searchbar-v2-grid{grid-template-columns:1fr 1fr}}@media (max-width: 820px){.search-bar-form.searchbar-v2 .searchbar-v2-shell{padding:10px;border-radius:14px}.search-bar-form.searchbar-v2 .searchbar-v2-grid{grid-template-columns:1fr;gap:8px}.search-bar-form.searchbar-v2 .searchbar-v2-inputs-two{grid-template-columns:1fr;gap:4px}.search-bar-form.searchbar-v2 .searchbar-v2-actions{flex-direction:column}.search-bar-form.searchbar-v2 .searchbar-v2-actions .btn{width:100%;justify-content:center}.hero-radius-select{min-width:0;max-width:100%;width:100%}}.aide-page .aide-assistant-section{padding-top:10px}.aide-page .aide-assistant-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:20px;align-items:stretch}.aide-page .aide-assistant-intro{border-radius:18px;border:1px solid rgba(255,188,126,.26);background:radial-gradient(420px 180px at 0% 0%,rgba(255,144,76,.22),transparent 65%),linear-gradient(160deg,#231c18eb,#120f0df5);box-shadow:0 20px 50px #00000052;padding:20px}.aide-page .aide-assistant-intro h3{margin:0 0 8px;font-family:var(--font-title);font-size:1.22rem;color:#ffd6b1}.aide-page .aide-assistant-intro p{margin:0 0 14px;color:#f7efe7d9;line-height:1.6}.aide-page .aide-assistant-intro ul{margin:0;padding-left:18px;color:#f7efe7cc;display:grid;gap:8px}.aide-page .aide-assistant-chat-wrap{min-width:0}@media (max-width: 980px){.aide-page .aide-assistant-grid{grid-template-columns:1fr}}@media (min-width: 1100px){.admin-container{padding-top:14px!important;padding-bottom:28px!important}.admin-layout{grid-template-columns:272px minmax(0,1fr)!important;gap:16px!important}.admin-sidebar{top:84px!important;padding:14px!important;border-radius:14px!important}.admin-main,.admin-content-panel{border-radius:14px!important}.admin-content-panel,.admin-overview-panel,.admin-filter-bar,.admin-list-item,.admin-report-card,.admin-stat-card,.admin-kpi-card,.admin-priority-bar{padding:14px!important}.admin-priority-bar{gap:10px!important;margin-bottom:14px!important}.priority-card{padding:10px 12px!important;border-radius:12px!important}.priority-value{font-size:1.12rem!important}.priority-label{margin-top:2px!important;font-size:.83rem!important}.priority-hint{font-size:.71rem!important}.admin-overview-grid{gap:12px!important;margin-bottom:16px!important}.admin-panel-head{margin-bottom:10px!important}.admin-page h1,.admin-page h2,.admin-page h3{line-height:1.2!important}.tarif-page{padding-top:14px!important;padding-bottom:28px!important}.tarif-page .hero-section{margin-bottom:16px}.tarif-page .hero-inner{max-width:1100px!important;padding:58px 34px 112px!important}.tarif-stats-wrap{margin:-48px auto 36px!important;max-width:1140px!important;padding:0 12px!important}.tarif-stats-grid{gap:14px!important;padding:24px!important;border-radius:16px!important}.tarif-stat-number{font-size:30px!important}.tarif-details-wrap,.tarif-pricing-wrap,.tarif-faq-wrap{max-width:1140px!important;padding-left:12px!important;padding-right:12px!important}.tarif-details-wrap{padding-bottom:28px!important}.tarif-pricing-wrap{padding-bottom:40px!important}.tarif-pricing-grid{grid-template-columns:1fr!important;gap:16px!important}.tarif-page .pricing-card{padding:24px!important;border-radius:16px!important}.tarif-page .pricing-card--pro{transform:scale(1.02)!important}.tarif-page .tarif-compare-section{padding:44px 12px!important}.tarif-page .tarif-faq-wrap{padding-top:54px!important;padding-bottom:54px!important}.tarif-page .tarif-cta-section{padding:58px 12px!important}.tarif-page .tarif-cta-btn{padding:14px 24px!important;font-size:15px!important}}.app-shell{background:radial-gradient(980px 420px at 0% -12%,rgba(255,140,66,.12),transparent 58%),radial-gradient(860px 390px at 100% -8%,rgba(255,107,26,.1),transparent 62%),linear-gradient(180deg,#060504,#0a0807 52%,#070605)!important}.app-shell .home-main{width:min(100%,1320px)!important;margin:0 auto!important;padding:0 clamp(12px,1.4vw,24px) 36px!important}.app-shell .list-section{border-radius:20px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(162deg,#1b1815e6,#0f0d0cf2)!important;box-shadow:0 28px 62px #00000052,inset 0 1px #ffffff0d!important;padding:22px!important}.app-shell .home-section-head{gap:12px;align-items:flex-end}.aide-page{background:radial-gradient(980px 420px at 0% -10%,rgba(255,140,66,.12),transparent 58%),radial-gradient(860px 390px at 100% -8%,rgba(255,107,26,.1),transparent 62%),linear-gradient(180deg,#060504,#0a0807 52%,#070605)!important}.aide-main{width:min(100%,1320px)!important;max-width:none!important;margin:0 auto!important;padding:18px clamp(12px,1.5vw,24px) 38px!important}.aide-page .hero-section{margin-bottom:20px}.aide-page .hero-inner{border-radius:20px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(162deg,#1f1a17eb,#100e0cf5)!important;box-shadow:0 26px 60px #00000052,inset 0 1px #ffffff0d!important;padding:clamp(28px,5.2vw,54px) clamp(20px,3.5vw,44px)!important}.aide-page .aide-hero-content{max-width:780px}.aide-page .aide-hero-content h1,.aide-page .aide-section-title,.aide-page .aide-faq-category-title,.aide-page .aide-quick-cta h3{font-family:var(--font-title);letter-spacing:-.02em}.aide-page .aide-hero-content h1{font-size:clamp(1.95rem,3.8vw,3rem)!important;line-height:1.1}.aide-page .aide-hero-content p{margin-top:10px;max-width:66ch;color:#f7f5f2c7}.aide-page .aide-search-box{margin-top:18px;border-radius:14px!important;border:1px solid rgba(255,196,146,.2)!important;background:linear-gradient(180deg,#211d18f5,#161311fa)!important;box-shadow:0 12px 28px #00000038}.aide-page .aide-search-input{height:48px}.aide-page .aide-section{margin:0;padding:0}.aide-page .aide-container{width:100%;max-width:none;padding:0}.aide-page .aide-section+.aide-section{margin-top:16px}.aide-page .aide-section-title{margin:0 0 12px;font-size:clamp(1.25rem,2.4vw,1.65rem)}.aide-page .aide-guides-grid,.aide-page .aide-faq-categories,.aide-page .aide-report-grid,.aide-page .aide-contact-cards,.aide-page .aide-resources-grid{gap:12px!important}.aide-page .aide-guide-card,.aide-page .aide-faq-category,.aide-page .aide-report-card,.aide-page .aide-contact-card,.aide-page .aide-resource-link,.aide-page .aide-quick-cta{border-radius:16px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(160deg,#1b1714e6,#0f0d0cf2)!important;box-shadow:0 16px 40px #00000045,inset 0 1px #ffffff0a!important}.aide-page .aide-guide-header,.aide-page .aide-faq-question{padding:14px 16px!important}.aide-page .aide-guide-content,.aide-page .aide-faq-answer,.aide-page .aide-contact-card,.aide-page .aide-report-card,.aide-page .aide-quick-cta{padding:16px!important}.aide-page .aide-guide-content li,.aide-page .aide-report-card li{line-height:1.5;margin-bottom:8px}.aide-page .aide-guide-content li strong{margin-right:6px}.aide-page .aide-guide-cta,.aide-page .aide-contact-link{border-radius:10px;padding:10px 14px}.aide-page .aide-resource-link{min-height:58px;padding:12px 14px}.aide-page .aide-quick-buttons{gap:10px}.aide-page .aide-quick-buttons .btn{min-height:42px;padding:0 14px;border-radius:10px}.tarif-page-wrapper .hero-section .hero-inner{border-radius:20px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(162deg,#1f1a17eb,#100e0cf5)!important;box-shadow:0 26px 60px #00000052,inset 0 1px #ffffff0d!important}.tarif-page .tarif-hero-content h1,.tarif-page .tarif-details-title,.tarif-page .tarif-compare-inner h2,.tarif-page .tarif-faq-wrap h2,.tarif-page .tarif-cta-inner h2{font-family:var(--font-title)!important;letter-spacing:-.02em!important;line-height:1.12!important}.tarif-page .tarif-hero-content p{max-width:62ch;color:#f7f5f2cc!important}.tarif-page .tarif-stats-grid,.tarif-page .tarif-details-card,.tarif-page .pricing-card,.tarif-page .tarif-compare-inner>div,.tarif-page .tarif-faq-wrap>div,.tarif-page .tarif-cta-inner{border:1px solid rgba(255,196,146,.16)!important;box-shadow:0 16px 40px #00000045,inset 0 1px #ffffff0a!important}.tarif-page .tarif-stats-grid,.tarif-page .tarif-details-card,.tarif-page .pricing-card,.tarif-page .tarif-compare-inner>div,.tarif-page .tarif-faq-wrap>div{border-radius:16px!important;background:linear-gradient(160deg,#1b1714e6,#0f0d0cf2)!important}.tarif-page .pricing-card--pro{box-shadow:0 18px 46px #ff7b2c3d,inset 0 1px #ffffff0d!important}.tarif-page .tarif-plan-btn,.tarif-page .tarif-cta-btn-primary,.tarif-page .tarif-cta-btn-secondary{border-radius:10px!important}@media (min-width: 1100px){.tarif-page .hero-inner{padding:54px 34px 106px!important}.tarif-page .tarif-stats-wrap{margin:-42px auto 30px!important}.tarif-page .tarif-stats-grid{padding:22px!important;gap:12px!important}.tarif-page .tarif-pricing-grid{gap:14px!important}.tarif-page .pricing-card{padding:22px!important}.tarif-page .tarif-compare-section{padding:38px 12px!important}.tarif-page .tarif-faq-wrap{padding-top:46px!important;padding-bottom:46px!important}.tarif-page .tarif-cta-section{padding:50px 12px!important}}@media (min-width: 1100px){.aide-main{padding-top:14px!important;padding-bottom:30px!important}.aide-page .aide-section+.aide-section{margin-top:14px}.aide-page .aide-guides-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.aide-page .aide-report-grid,.aide-page .aide-contact-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.aide-page .aide-resources-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.aide-page .aide-faq-categories{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 980px){.aide-main{padding-left:10px!important;padding-right:10px!important}.aide-page .hero-inner,.aide-page .aide-guide-card,.aide-page .aide-faq-category,.aide-page .aide-report-card,.aide-page .aide-contact-card,.aide-page .aide-resource-link,.aide-page .aide-quick-cta{border-radius:14px!important}.aide-page .aide-guide-header,.aide-page .aide-faq-question,.aide-page .aide-guide-content,.aide-page .aide-faq-answer,.aide-page .aide-contact-card,.aide-page .aide-report-card,.aide-page .aide-quick-cta{padding:14px!important}.aide-page .aide-hero-content h1{font-size:clamp(1.7rem,8vw,2.2rem)!important}}.app-shell .home-results-count{color:#f8eee2b8!important}.app-shell .home-grid-full,.app-shell .home-list-stack{gap:12px!important}.page-wrapper.annonces-page{background:radial-gradient(980px 420px at 0% -12%,rgba(255,140,66,.11),transparent 58%),radial-gradient(860px 390px at 100% -8%,rgba(255,107,26,.1),transparent 62%),linear-gradient(180deg,#060504,#0a0807 52%,#070605)!important}.annonces-main-grid{width:min(100%,1320px)!important;margin:0 auto!important;padding:18px clamp(12px,1.5vw,24px) 34px!important;gap:16px!important}.annonces-page .site-sidebar,.annonces-page .annonces-results-section{border-radius:18px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(160deg,#1b1714e6,#0f0d0cf2)!important;box-shadow:0 24px 54px #0000004d,inset 0 1px #ffffff0d!important}.annonces-page .results-header{padding-bottom:12px!important;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:12px}.annonces-page .results-title{font-family:var(--font-title);letter-spacing:-.02em}.annonces-page .active-filters-wrap{border-radius:14px;border:1px solid rgba(255,196,146,.16);background:linear-gradient(180deg,#ffffff0d,#ffffff05);padding:10px}.annonces-page .active-filter-chip{border-radius:999px!important;border:1px solid rgba(255,196,146,.26)!important;background:#ff8c4224!important}.annonces-page .ads-grid .glass-card,.annonces-page .skeleton-list .glass-card{border-radius:14px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(160deg,#ffffff0e,#ffffff04)!important;box-shadow:0 14px 32px #0000003d!important}.ad-page-shell{background:radial-gradient(980px 420px at 0% -12%,rgba(255,140,66,.11),transparent 58%),radial-gradient(860px 390px at 100% -8%,rgba(255,107,26,.1),transparent 62%),linear-gradient(180deg,#060504,#0a0807 52%,#070605)!important}.ad-page-main{width:min(100%,1320px)!important;max-width:none!important;margin:0 auto!important;padding:18px clamp(12px,1.5vw,24px) 34px!important}.ad-detail-page,.ad-detail-container.page-mode{background:transparent!important}.ad-detail-container.page-mode .ad-detail-left,.ad-detail-container.page-mode .ad-detail-aside,.ad-page-status-card,.seller-card{border-radius:16px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(160deg,#1b1714e6,#0f0d0cf2)!important;box-shadow:0 22px 50px #0000004d,inset 0 1px #ffffff0d!important}.ad-page-back-btn{border-radius:12px!important;border:1px solid rgba(255,196,146,.22)!important;background:linear-gradient(180deg,#ffffff14,#ffffff08)!important}@media (max-width: 980px){.app-shell .home-main,.annonces-main-grid,.ad-page-main{padding-left:10px!important;padding-right:10px!important}.app-shell .list-section,.annonces-page .site-sidebar,.annonces-page .annonces-results-section,.ad-detail-container.page-mode .ad-detail-left,.ad-detail-container.page-mode .ad-detail-aside,.seller-card{border-radius:14px!important}}@media (min-width: 1024px){.publish-panel{padding:16px clamp(12px,1.2vw,22px) 28px!important}.publish-flow-wrapper{padding:16px 18px!important;border-radius:18px!important;gap:16px!important;box-shadow:0 18px 44px #00000052,inset 0 1px #ffffff0d!important}.flow-card h1{font-size:clamp(1.35rem,1.5vw,1.75rem)!important;line-height:1.16!important}.flow-lead{font-size:13px!important}.flow-options{gap:12px!important}.flow-option{min-height:168px;border-radius:14px!important;padding:14px!important}.publish-progress-bar{padding:12px 14px!important;border-radius:14px!important}.progress-step .step-number{width:38px;height:38px;font-size:14px}.step-title{font-size:13px}.step-description{font-size:10px}.publish-step-card{padding:16px 18px!important;border-radius:14px!important;margin-bottom:14px;box-shadow:0 14px 32px #0003!important}.step-badge{top:-11px!important;right:14px!important;padding:5px 11px!important;font-size:11px}.section-title{font-size:clamp(1.08rem,1.2vw,1.35rem)!important;padding-bottom:10px!important;margin-bottom:12px!important}.form-grid{gap:12px!important}.form-label{font-size:11px!important}.form-input,.form-select,.color-input{min-height:41px;font-size:14px!important;border-radius:10px!important;padding-top:10px;padding-bottom:10px}.upload-dropzone{min-height:185px;border-radius:12px!important}.image-previews{grid-template-columns:repeat(auto-fill,minmax(145px,1fr))!important;gap:9px!important}.form-actions{bottom:10px;gap:10px;padding:10px;border-radius:12px}.btn-reset,.btn-cancel-edit{min-height:40px;padding:0 14px;border-radius:10px;font-size:13px}.btn-submit{min-height:42px;padding:0 17px;border-radius:10px;font-size:13.5px;box-shadow:0 10px 22px #ff7b2c40}}.favorites-page-shell{background:radial-gradient(1000px 420px at 0% -10%,rgba(255,140,66,.13),transparent 58%),radial-gradient(820px 380px at 100% 0%,rgba(255,107,26,.1),transparent 62%),linear-gradient(180deg,#060504,#0a0807 52%,#070605)!important}.favorites-main{width:min(100%,1320px)!important;max-width:none!important;margin:0 auto!important;padding:18px clamp(12px,1.5vw,24px) 36px!important}.favorites-header{margin-bottom:16px!important}.favorites-title{font-family:var(--font-title);font-size:clamp(1.5rem,2.5vw,2.05rem)!important;letter-spacing:-.02em}.favorites-subtitle{color:#f9efe3bd!important}.favorites-panel{border-radius:18px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(160deg,#1a1714e6,#0f0d0cf0)!important;box-shadow:0 26px 62px #00000057,inset 0 1px #ffffff0d!important;padding:18px!important}.favorites-toolbar{margin-bottom:14px!important}.favorites-toolbar-toggle{background:#ffffff0a;border:1px solid rgba(255,196,146,.2);padding:4px;border-radius:999px}.favorites-toggle-btn{border-radius:999px!important;border:1px solid transparent!important;padding:8px 13px!important}.favorites-toggle-btn.active{background:linear-gradient(135deg,#ffb97e,#ff8c42 55%,#ff6f1b)!important;color:#1c120b!important}.favorites-list-stack .glass-card,.favorites-grid .glass-card{border-radius:14px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(160deg,#ffffff0d,#ffffff04)!important;box-shadow:0 14px 32px #00000040!important}.profile-page-wrapper.profile-owner-page{background:radial-gradient(980px 430px at 0% -10%,rgba(255,140,66,.12),transparent 58%),radial-gradient(840px 390px at 100% 0%,rgba(255,107,26,.1),transparent 62%),linear-gradient(180deg,#060504,#0a0807 52%,#070605)!important}.profile-page-wrapper .container-profile,.profile-page-wrapper .profile-content-area{width:min(100%,1320px)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}html[data-theme=dark] .profile-page-wrapper .profile-header-section{border-top:1px solid rgba(255,196,146,.16);border-bottom:1px solid rgba(255,196,146,.12);background:linear-gradient(160deg,#161311e6,#0f0d0cf0);-webkit-backdrop-filter:blur(14px) saturate(125%);backdrop-filter:blur(14px) saturate(125%)}.profile-page-wrapper .profile-tabs{border-radius:16px!important;border:1px solid rgba(255,196,146,.18)!important;background:linear-gradient(160deg,#181513e6,#0e0d0cf0)!important;box-shadow:0 18px 40px #00000047!important}.profile-page-wrapper .profile-tabs button{border-radius:999px!important}.profile-page-wrapper .profile-tabs button.active{background:linear-gradient(135deg,#ffb97e,#ff8c42 55%,#ff6f1b)!important;color:#1c120b!important}.profile-page-wrapper .profile-posts,.profile-page-wrapper .profile-stories,.profile-page-wrapper .profile-settings,.profile-page-wrapper .settings-section,.profile-page-wrapper .about-item,.profile-page-wrapper .profile-sidebar-card{border-radius:16px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(160deg,#1b1714e6,#0f0d0cf0)!important;box-shadow:0 18px 40px #00000042!important}.profile-page-wrapper .post-card,.profile-page-wrapper .story-card{border-radius:14px!important;border:1px solid rgba(255,196,146,.18)!important;background:linear-gradient(160deg,#ffffff0e,#ffffff04)!important}.profile-page-wrapper .about-form input,.profile-page-wrapper .about-form textarea,.profile-page-wrapper .about-form select{border-radius:10px!important;border:1px solid rgba(255,196,146,.22)!important;background:linear-gradient(180deg,#211d18eb,#161311f5)!important}.profile-page-wrapper .about-form input:focus,.profile-page-wrapper .about-form textarea:focus,.profile-page-wrapper .about-form select:focus{border-color:#ffaf708c!important;box-shadow:0 0 0 4px #ff8c4224!important}.messages-page-shell{background:radial-gradient(960px 420px at 0% -10%,rgba(255,140,66,.11),transparent 58%),radial-gradient(860px 380px at 100% 0%,rgba(255,107,26,.1),transparent 62%),linear-gradient(180deg,#060504,#0a0807 52%,#070605)!important;padding:18px 14px 34px!important}.messages-shell{width:min(100%,1320px);max-width:none!important;border-radius:18px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(160deg,#191614e6,#0e0d0cf0)!important;box-shadow:0 26px 62px #00000057!important}.messages-sidebar-pane{border-right:1px solid rgba(255,196,146,.18)!important;background:linear-gradient(180deg,#141312fa,#0e0d0cf5)!important}.messages-chat-pane,.chat-window{background:linear-gradient(180deg,#120f0ea8,#0c0a09c7)!important}.chat-header{border-bottom:1px solid rgba(255,196,146,.18)!important;background:linear-gradient(180deg,#191612f0,#12100ee6)!important}@media (max-width: 980px){.messages-page-shell{padding:10px 8px 18px!important}.messages-shell{width:100%;border-radius:14px!important}}.listing-card-shell{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.listing-card-shell-list{padding:12px}.listing-card-shell-grid{padding:8px}.sponsored-top-wrapper--spaced{margin-bottom:24px}.sponsored-inline-slot{margin:20px 0}.sponsored-inline-slot-grid{grid-column:1 / -1}.ad-card-media-shell{position:relative}.ad-card-media-main-compact{position:relative;width:100%;height:160px;overflow:hidden;border-radius:8px}.ad-card-media-main-compact .ad-overlay-badge-new{bottom:10px;top:auto;left:10px;right:auto}.ad-card-compact-brand-logo{position:absolute;bottom:8px;right:8px;width:32px;height:32px;object-fit:contain;background:#0000008c;border-radius:6px;padding:3px;pointer-events:none}.ad-card-thumb-row{display:flex;gap:6px;margin-top:8px;justify-content:center}.ad-card-thumb-btn{border:none;padding:0;background:transparent;cursor:pointer}.ad-overlay-badge{position:absolute;z-index:3;color:#fff;padding:7px 12px;border-radius:8px;font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.6px}.ad-overlay-badge-new{left:10px;bottom:10px;background:linear-gradient(135deg,var(--badge-new),var(--badge-new-dark));box-shadow:0 4px 14px #10b98173}.ad-overlay-badge-sold{right:10px;bottom:10px;background:#ef4444f5;box-shadow:0 4px 14px #ef444473}.ad-card-compact-title{font-weight:var(--font-weight-bold);font-size:var(--font-size-m);color:var(--text);margin-top:10px}.ad-card-compact-price{color:var(--accent);font-weight:var(--font-weight-bold);font-size:var(--font-size-m)}.ad-card-compact-features{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.ad-feature-pill{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:var(--text);font-size:12px;font-weight:600;line-height:1.2}.ad-card-compact-footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.ad-card-compact-dealer{color:var(--muted);font-size:var(--font-size-xs);margin-top:2px}.ad-card-compact-fav{flex-shrink:0;display:flex;align-items:center;gap:6px}.comp-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;background:#ffffff0a;border:1px solid rgba(255,255,255,.09);color:var(--muted);cursor:pointer;transition:all .18s;flex-shrink:0;position:relative}.comp-icon-btn--small{width:30px;height:30px;border-radius:8px}.comp-icon-btn:hover:not(:disabled){background:#63b4ff1a;border-color:#63b4ff66;color:#63b4ff;transform:translateY(-2px);box-shadow:0 4px 12px #63b4ff1f}.comp-icon-btn.in-comp{background:#63b4ff21;border-color:#63b4ff80;color:#63b4ff;box-shadow:0 0 10px #63b4ff1a}.comp-icon-btn:disabled{opacity:.35;cursor:not-allowed}.comp-tooltip{position:absolute;bottom:calc(100% + 10px);right:0;left:auto;transform:none;min-width:230px;max-width:300px;padding:10px 14px;background:#1c1812;border:1px solid rgba(255,255,255,.12);border-radius:12px;font-size:12.5px;font-weight:600;color:var(--text);white-space:normal;line-height:1.45;box-shadow:0 10px 30px #0000008c;z-index:2000;display:flex;flex-direction:column;gap:6px;animation:tooltipIn .18s ease;pointer-events:auto}@keyframes tooltipIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.comp-tooltip:after{content:"";position:absolute;top:100%;right:10px;left:auto;transform:none;border:5px solid transparent;border-top-color:#ffffff1f}.comp-tooltip-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.comp-tooltip-msg{flex:1;min-width:0}.comp-tooltip--first{border-color:#63b4ff66}.comp-tooltip--second{border-color:#6bd48b80;background:#6bd48b0d}.comp-tooltip--full{border-color:#f4c54266}.comp-tooltip--remove{border-color:#ff8b8b59}.comp-tooltip-link{background:none;border:none;color:#6bd48b;font-size:12px;font-weight:700;cursor:pointer;padding:0;white-space:nowrap;text-decoration:underline;flex-shrink:0}.comp-tooltip-link:hover{color:#8fe8a8}.comp-tooltip-close{background:none;border:none;color:var(--muted);font-size:11px;cursor:pointer;padding:0;margin-left:auto;line-height:1;flex-shrink:0}.comp-tooltip-close:hover{color:#ff8b8b}.comp-add-btn--small{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--muted);cursor:pointer;transition:all .18s;flex-shrink:0}.comp-add-btn--small:hover:not(:disabled){background:#63b4ff1a;border-color:#63b4ff59;color:#63b4ff;transform:translateY(-2px)}.comp-add-btn--small.in-comp{background:#63b4ff1f;border-color:#63b4ff73;color:#63b4ff}.comp-add-btn--small:disabled{opacity:.35;cursor:not-allowed}.comp-add-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--muted);font-size:12px;font-weight:700;cursor:pointer;transition:all .18s;white-space:nowrap}.comp-add-btn:hover:not(:disabled){background:#63b4ff1a;border-color:#63b4ff59;color:#63b4ff;transform:translateY(-2px)}.comp-add-btn.in-comp{background:#63b4ff1f;border-color:#63b4ff73;color:#63b4ff}.comp-add-btn:disabled{opacity:.35;cursor:not-allowed}.ad-action-compare-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:var(--muted);font-size:13px;font-weight:700;cursor:pointer;transition:all .2s;white-space:nowrap}.ad-action-compare-btn:hover:not(:disabled){background:#63b4ff1a;border-color:#63b4ff66;color:#63b4ff;transform:translateY(-2px);box-shadow:0 6px 18px #63b4ff26}.ad-action-compare-btn.in-comp{background:#63b4ff1f;border-color:#63b4ff80;color:#63b4ff;box-shadow:0 0 12px #63b4ff1f}.ad-action-compare-btn:disabled{opacity:.35;cursor:not-allowed}.comp-bar{position:fixed;bottom:0;left:0;right:0;z-index:1050;padding:12px 20px;background:linear-gradient(180deg,#0e0b08f0,#0a0806fa);border-top:1px solid rgba(255,140,66,.2);-webkit-backdrop-filter:blur(16px) saturate(130%);backdrop-filter:blur(16px) saturate(130%);box-shadow:0 -8px 32px #00000080,0 -1px #ff8c420f inset;animation:slideUpBar .25s cubic-bezier(.16,1,.3,1)}@keyframes slideUpBar{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.comp-bar-inner{max-width:1320px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.comp-bar-vehicles{display:flex;gap:10px;align-items:center;flex-wrap:nowrap;overflow-x:auto;flex:1;min-width:0}.comp-bar-vehicle{display:flex;align-items:center;gap:7px;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:10px;padding:5px 8px 5px 5px;flex-shrink:0}.comp-bar-thumb{width:40px;height:28px;border-radius:6px;overflow:hidden;background:#ffffff0f;flex-shrink:0}.comp-bar-thumb img{width:100%;height:100%;object-fit:cover;display:block}.comp-bar-thumb-placeholder{width:100%;height:100%}.comp-bar-name{font-size:12px;font-weight:700;color:var(--text);max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comp-bar-remove{background:transparent;border:none;color:var(--muted);font-size:11px;cursor:pointer;padding:2px 3px;line-height:1;border-radius:4px;transition:all .15s;flex-shrink:0}.comp-bar-remove:hover{color:#ff8b8b;background:#ff50501a}.comp-bar-empty-slot{width:40px;height:40px;border:2px dashed rgba(255,255,255,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff3;font-size:18px;font-weight:300;flex-shrink:0}.comp-bar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.comp-bar-count{font-size:12px;font-weight:800;color:#ffb877;background:#ff8c421f;border:1px solid rgba(255,140,66,.28);border-radius:999px;padding:4px 9px;letter-spacing:.02em}.comp-bar-clear{min-height:38px;background:linear-gradient(180deg,#ffffff0a,#ffffff04);border:1px solid rgba(255,255,255,.16);color:#ffffffe6;font-size:12px;font-weight:700;padding:8px 13px;border-radius:10px;cursor:pointer;transition:all .18s ease}.comp-bar-clear:hover{border-color:#ff8c4273;color:#ffd6b0;transform:translateY(-1px)}.comp-bar-clear:active{transform:translateY(0)}.comp-bar-clear:focus-visible{outline:none;box-shadow:0 0 0 3px #ff8c4233}.comp-bar-go{min-height:38px;font-size:13px;font-weight:800;padding:8px 16px;border-radius:12px;display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#ffbb78,#ff9d56 45%,#ff8c42);color:#1d1308;border:1px solid rgba(255,200,140,.5);box-shadow:0 6px 18px #ff8c4257,inset 0 1px #ffffff59;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.comp-bar-go:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 10px 22px #ff8c426b,inset 0 1px #ffffff61}.comp-bar-go:active:not(:disabled){transform:translateY(0)}.comp-bar-go:focus-visible{outline:none;box-shadow:0 0 0 3px #ff8c423d,0 10px 22px #ff8c4266}.comp-bar-go:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.25);box-shadow:none}@media (max-width: 600px){.comp-bar{padding:10px 12px}.comp-bar-name{max-width:55px}.comp-bar-go-label{display:none}.comp-bar-go,.comp-bar-clear{min-height:34px;padding:7px 10px;border-radius:10px}}.ad-list-title-wrap{flex:1;min-width:0}.ad-list-footer{position:relative;display:flex;align-items:center;justify-content:space-between;margin-top:10px;min-height:32px}.ad-list-footer-actions{display:flex;align-items:center;gap:8px}.dealer-all-pill{margin:0;padding:4px 10px;border-radius:6px;background:var(--primary);color:var(--panel-bg);font-weight:600;font-size:12px;text-decoration:none;box-shadow:0 1px 4px #00000026;transition:transform .18s ease,filter .18s ease}.dealer-all-pill:hover{transform:translateY(-1px);filter:brightness(1.04)}.attr.attr-highlight{color:var(--accent);font-weight:700}.annonces-page .filters-inline-btn,.annonces-page .filters-close-btn,.annonces-page .filters-actions .btn,.annonces-page .view-toggle-btn,.annonces-page .sort-select-inline{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.annonces-page .filters-inline-btn:hover,.annonces-page .filters-close-btn:hover,.annonces-page .filters-actions .btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #ff8c4229}.annonces-page .filters-inline-btn:focus-visible,.annonces-page .filters-close-btn:focus-visible,.annonces-page .filters-actions .btn:focus-visible,.annonces-page .sort-select-inline:focus-visible,.annonces-page .view-toggle-btn:focus-visible{outline:3px solid rgba(255,140,66,.24);outline-offset:2px}.annonces-page .results-controls-row{align-items:stretch}.annonces-page .filters-inline-btn,.annonces-page .view-toggle,.annonces-page .sort-inline{min-height:38px}.annonces-page .sort-select-inline{height:38px}@media (max-width: 900px){.annonces-page .results-controls-row{grid-template-columns:auto auto 1fr}.annonces-page .filters-inline-btn,.annonces-page .view-toggle,.annonces-page .sort-inline,.annonces-page .sort-select-inline{width:100%}}.public-profile-page .profile-pro-contact-list{gap:12px!important}.public-profile-page .profile-pro-contact-item{padding:8px 10px;border-radius:10px;background:#ff8c4214;border:1px solid rgba(255,180,112,.2)}.public-profile-page .profile-pro-contact-link,.public-profile-page .profile-pro-phone-btn{color:#ffe9d3!important;font-weight:600!important}.public-profile-page .profile-pro-phone-btn:hover,.public-profile-page .profile-pro-contact-link:hover{color:#fff7ef!important}.public-profile-page .profile-pro-services{margin-top:18px!important}.public-profile-page .profile-pro-service-chip{box-shadow:0 4px 14px #ff8c421f}.public-profile-page .profile-private-trust-box{background:linear-gradient(135deg,#ff8c421f,#d66a001a)!important;border-left:3px solid rgba(255,180,112,.8)!important;border-radius:10px!important}.public-profile-page .profile-about-card{border:1px solid rgba(255,180,112,.2)!important;box-shadow:0 12px 32px #00000038,0 1px #ffffff0a inset!important}.public-profile-page .profile-about-card-head{background:linear-gradient(90deg,#ff8c421f,#ff7a1a0f)!important}.public-profile-page .profile-about-card-title{letter-spacing:-.2px}.public-profile-page .profile-about-map-footer{border-top:1px solid rgba(255,255,255,.06)}.public-profile-page .profile-map-link-btn{box-shadow:0 6px 18px #ff8c424d;transition:transform .2s ease,box-shadow .2s ease}.public-profile-page .profile-map-link-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #ff8c425c}.public-profile-page .profile-open-now-badge.open,.public-profile-page .profile-open-now-badge.closed{box-shadow:0 4px 12px #0000001a}.public-profile-page .profile-open-now-dot{box-shadow:0 0 0 4px #ffffff14}.public-profile-page .profile-hours-row{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.public-profile-page .profile-hours-row.today{box-shadow:0 6px 16px #ff8c4224}.public-profile-page .profile-service-item{box-shadow:0 4px 12px #ff8c4214}.public-profile-page .profile-about-private-head{border-bottom-color:#ffb4704d!important}.public-profile-page .profile-about-private-avatar{background:linear-gradient(135deg,#ff8c4233,#d66a0029)!important;border-color:#ffb47059!important}.public-profile-page .profile-about-private-item{background:#ff8c420f!important;border:1px solid rgba(255,180,112,.2)!important;box-shadow:0 2px 8px #00000014}.public-profile-page .profile-about-private-label{color:var(--primary-light)!important}.public-profile-page .profile-about-private-trust{background:linear-gradient(135deg,#ff8c4224,#d66a001a)!important;border:2px solid rgba(255,180,112,.25)!important}.public-profile-page .profile-about-private-trust svg{stroke:var(--primary-light)!important}html[data-theme=dark] .profile-page-wrapper .profile-cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0b0b0d1a,#0b0b0d47,#0b0b0da8);pointer-events:none}html[data-theme=light] .profile-page-wrapper .profile-cover:after{content:none}html[data-theme=dark] .profile-page-wrapper .profile-header-section{position:relative;overflow:visible;background:linear-gradient(180deg,#181511f0,#100e0cfa);border-bottom:1px solid rgba(255,180,112,.16)}html[data-theme=light] .profile-page-wrapper .profile-header-section{position:relative;overflow:visible;margin-top:-150px;padding-top:150px;background:transparent!important;border-top:0!important;border-bottom:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}@media (max-width: 980px){html[data-theme=light] .profile-page-wrapper .profile-header-section{margin-top:-125px;padding-top:125px}}@media (max-width: 640px){html[data-theme=light] .profile-page-wrapper .profile-header-section{margin-top:-96px;padding-top:96px}}.profile-page-wrapper .profile-header-content{border-radius:18px;box-shadow:0 18px 44px #00000057;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-page-wrapper .profile-avatar-large{box-shadow:0 10px 30px #00000057,0 0 0 1px #ffb47033}.profile-page-wrapper .profile-info h1{letter-spacing:-.45px}.profile-page-wrapper .seller-rating-badge{border-radius:999px;border:1px solid rgba(255,180,112,.34);background:linear-gradient(135deg,#ff8c422e,#d66a0024);box-shadow:0 8px 20px #0000002e}.profile-page-wrapper .profile-tabs{position:sticky;top:calc(var(--header-height, 72px) + 8px);z-index:25;margin-top:16px;padding:8px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:linear-gradient(160deg,#1d1914e6,#120f0cf0);box-shadow:0 14px 30px #0000003d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-page-wrapper .profile-tabs button{border-bottom:none;border-radius:10px}.profile-page-wrapper .profile-tabs button:hover{background:#ffffff14}.profile-page-wrapper .profile-tabs button.active{color:#fff;background:linear-gradient(135deg,#ff8c425c,#ff7a1a4d);border:1px solid rgba(255,180,112,.34);box-shadow:inset 0 1px #ffffff1a,0 8px 18px #ff8c4229}.profile-page-wrapper .profile-content-area{margin-top:18px}.profile-page-wrapper .profile-posts,.profile-page-wrapper .profile-stories,.profile-page-wrapper .profile-settings,.profile-page-wrapper .profile-reviews,.profile-page-wrapper .profile-about{border:1px solid rgba(255,255,255,.1);box-shadow:0 14px 34px #0000003d}.profile-page-wrapper .post-card,.profile-page-wrapper .story-card{border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 10px 24px #00000038}.profile-page-wrapper .post-card:hover,.profile-page-wrapper .story-card:hover{transform:translateY(-4px);border-color:#ffb47047;box-shadow:0 20px 36px #0000004d}.profile-page-wrapper .public-profile-cta-row,.profile-page-wrapper .profile-actions{gap:10px}.profile-page-wrapper .profile-cta-btn,.profile-page-wrapper .btn-story,.profile-page-wrapper .btn-edit,.profile-page-wrapper .btn-add{border-radius:12px;min-height:40px;box-shadow:0 8px 20px #0003}.profile-page-wrapper .profile-cta-icon-btn{border-radius:12px}@media (max-width: 980px){.profile-page-wrapper .profile-tabs{top:calc(var(--header-height, 72px) + 6px)}}@media (max-width: 640px){.profile-page-wrapper .profile-tabs{position:relative;top:auto}}.profile-page-wrapper .profile-social-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start}.profile-page-wrapper .profile-social-main{min-width:0}.profile-page-wrapper .profile-social-sidebar{position:sticky;top:calc(var(--header-height, 72px) + 76px);display:flex;flex-direction:column;gap:12px}.profile-page-wrapper .profile-sidebar-card{background:linear-gradient(160deg,#1d1914eb,#120f0cf2);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:14px;box-shadow:0 12px 26px #0000003d}.profile-page-wrapper .profile-sidebar-card h3{margin:0 0 10px;font-size:14px;font-weight:800;letter-spacing:.2px}.profile-page-wrapper .profile-sidebar-list{display:flex;flex-direction:column;gap:8px}.profile-page-wrapper .profile-sidebar-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;color:var(--text-secondary)}.profile-page-wrapper .profile-sidebar-row strong{color:var(--text);font-weight:700;text-align:right}.profile-page-wrapper .profile-sidebar-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-page-wrapper .profile-sidebar-kpi{border:1px solid rgba(255,180,112,.22);background:#ff8c4214;color:var(--text);border-radius:10px;padding:10px 8px;display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.profile-page-wrapper .profile-sidebar-kpi:hover{transform:translateY(-2px);border-color:#ffb47061;background:#ff8c4224}.profile-page-wrapper .profile-sidebar-kpi span{font-size:20px;font-weight:900;line-height:1.1}.profile-page-wrapper .profile-sidebar-kpi small{font-size:11px;color:var(--text-secondary)}.profile-page-wrapper .profile-sidebar-note p{margin:0 0 10px;font-size:13px;color:var(--text-secondary);line-height:1.45}.profile-page-wrapper .profile-sidebar-note .btn-edit{width:100%;justify-content:center}.profile-page-wrapper .profile-sidebar-shortcuts{display:grid;gap:8px}.profile-page-wrapper .profile-sidebar-shortcuts button{border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:var(--text);border-radius:10px;padding:10px 12px;text-align:left;font-weight:600;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.profile-page-wrapper .profile-sidebar-shortcuts button:hover{transform:translateY(-1px);border-color:#ffb4705c;background:#ff8c421a}.profile-page-wrapper .profile-sidebar-shortcuts button.active{border-color:#ffb4707a;background:linear-gradient(135deg,#ff8c423d,#ff7a1a33)}@media (max-width: 1100px){.profile-page-wrapper .profile-social-layout{grid-template-columns:minmax(0,1fr)}.profile-page-wrapper .profile-social-sidebar{position:static;top:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px}}@media (max-width: 680px){.profile-page-wrapper .profile-social-sidebar{grid-template-columns:1fr}}:root{--bg: #09090b;--bg-secondary: #111114;--bg-tertiary: #17161b;--panel-bg: rgba(18, 17, 20, .84);--card-bg: rgba(24, 22, 27, .9);--primary: #ff9a55;--primary-light: #ffc79c;--accent: #ff7b2c;--accent2: #d95b12;--text: #fcfaf7;--text-secondary: #c9beb3;--muted: #d5cbc2;--border: rgba(255, 255, 255, .085);--border-color: rgba(255, 255, 255, .085);--surface-glass: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015));--surface-panel: linear-gradient(155deg, rgba(30, 26, 23, .92), rgba(16, 14, 16, .98));--surface-panel-soft: linear-gradient(155deg, rgba(31, 27, 24, .82), rgba(18, 16, 18, .94));--surface-elevated: linear-gradient(155deg, rgba(36, 31, 27, .98), rgba(19, 17, 19, .99));--ring-brand: 0 0 0 1px rgba(255, 187, 136, .15);--shadow-s: 0 14px 32px rgba(0, 0, 0, .22);--shadow-m: 0 24px 54px rgba(0, 0, 0, .34);--shadow-l: 0 30px 90px rgba(0, 0, 0, .42)}html{background:var(--bg)}body{background:radial-gradient(circle at top left,rgba(255,154,85,.12),transparent 34%),radial-gradient(circle at top right,rgba(255,123,44,.08),transparent 28%),linear-gradient(180deg,#0b0a0c,#0a090b 46%,#080709)!important}body:before,body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}body:before{background:radial-gradient(circle at 12% 12%,rgba(255,154,85,.11),transparent 0 26%),radial-gradient(circle at 88% 18%,rgba(255,123,44,.08),transparent 0 20%),radial-gradient(circle at 50% 100%,rgba(255,255,255,.04),transparent 0 24%)}body:after{background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:80px 80px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.22),transparent 78%);mask-image:linear-gradient(180deg,rgba(0,0,0,.22),transparent 78%);opacity:.18}#root,.app-shell{position:relative;z-index:1}::selection{background:#ff9a5557;color:#fff9f3}a,button,input,select,textarea,.btn,.glass-panel,.ad-card,.ad-list-item,.social-link,.lang-dropdown,.user-dropdown,.header-search-panel{transition:transform var(--transition-normal),box-shadow var(--transition-normal),border-color var(--transition-normal),background var(--transition-normal),color var(--transition-fast),opacity var(--transition-fast)}.glass-panel,.glass-card,.card,.list-section,.ad-card,.ad-list-item,.publish-panel,.publish-aside,.admin-card,.admin-panel,.brand-panel,.search-bar-form.searchbar-v2 .searchbar-v2-shell,.header-search-panel,.lang-dropdown,.user-dropdown,.nav-links.mobile-open,.site-footer{background:var(--surface-panel)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:var(--ring-brand),var(--shadow-m)!important;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}.glass-panel:hover,.card:hover,.publish-aside:hover,.publish-panel:hover{border-color:#ffbb882e!important}.site-header{background:linear-gradient(180deg,#0a0a0cc2,#0a090b2e)!important;border-bottom:1px solid rgba(255,255,255,.04)!important;box-shadow:none!important;backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%)}.site-header:not(.site-header--scrolled){background:linear-gradient(180deg,#08080a94,#08080a2e)!important;border-bottom:1px solid rgba(255,255,255,.04)!important;box-shadow:0 4px 18px #0003!important;backdrop-filter:blur(16px) saturate(130%)!important;-webkit-backdrop-filter:blur(16px) saturate(130%)!important}.site-header:not(.site-header--scrolled) .header-inner.glass-panel{background:linear-gradient(135deg,#181412bd,#100e10cc)!important;box-shadow:var(--ring-brand),0 14px 34px #00000047!important;border-color:#ffffff1f!important;backdrop-filter:blur(14px) saturate(130%)!important;-webkit-backdrop-filter:blur(14px) saturate(130%)!important}.site-header:not(.site-header--scrolled) .nav-links a:not(.header-publish-btn){color:#fff8f2eb!important}.site-header:not(.site-header--scrolled) .lang-selector-btn,.site-header:not(.site-header--scrolled) .user-menu-btn,.site-header:not(.site-header--scrolled) .header-pill,.site-header:not(.site-header--scrolled) .hamburger{background:#141212ad!important;border-color:#ffffff29!important}.site-header--scrolled{background:linear-gradient(180deg,#0a0a0cf5,#0a090beb)!important;border-bottom:1px solid rgba(255,255,255,.06)!important;box-shadow:0 4px 24px #0006!important;backdrop-filter:blur(22px) saturate(150%)!important;-webkit-backdrop-filter:blur(22px) saturate(150%)!important}.site-header{transition:background .3s ease,box-shadow .3s ease,border-color .3s ease,backdrop-filter .3s ease}.header-inner.glass-panel{margin-top:6px;margin-bottom:6px;min-height:calc(var(--header-height, 72px) - 12px);padding:0 22px;border-radius:22px;background:linear-gradient(135deg,#1f1b18eb,#121012f5)!important;box-shadow:var(--ring-brand),0 18px 46px #00000057!important}@keyframes headerPublishBlink{0%,to{filter:brightness(1);box-shadow:0 4px 18px #b4460066,0 1px #ffb45040 inset}50%{filter:brightness(1.09);box-shadow:0 10px 28px #dc601485,0 1px #ffcc8a59 inset}}@keyframes headerPublishNudge{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes headerPublishGlowRing{0%,to{opacity:.22;transform:scale(1)}50%{opacity:.56;transform:scale(1.08)}}.header-publish-btn{display:inline-flex!important;align-items:center!important;gap:7px!important;padding:9px 18px!important;border-radius:999px!important;font-size:13.5px!important;font-weight:800!important;letter-spacing:.02em!important;color:#fff!important;text-shadow:0 1px 8px rgba(0,0,0,.5),0 0 1px rgba(0,0,0,.55)!important;background:linear-gradient(135deg,#ffbe66,#ff8b1f 42%,#ff5e00)!important;box-shadow:0 10px 28px #ff660070,0 1px #ffe8c273 inset!important;border:1px solid rgba(255,178,99,.64)!important;transition:transform .18s ease,box-shadow .18s ease!important;white-space:nowrap!important;position:relative;isolation:isolate;animation:headerPublishNudge 2.4s ease-in-out infinite!important;will-change:transform}.header-publish-btn:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:999px;z-index:-1;pointer-events:none;background:radial-gradient(circle at 50% 50%,rgba(255,185,110,.58),rgba(255,122,24,.24) 56%,transparent 76%);animation:headerPublishGlowRing 2.4s ease-in-out infinite}.header-publish-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;pointer-events:none;background:linear-gradient(120deg,transparent 12%,rgba(255,255,255,.26) 42%,transparent 70%);mix-blend-mode:screen;opacity:.34}.header-publish-btn:hover{transform:translateY(-2px)!important;box-shadow:0 14px 36px #ff60008a,0 1px #fff0d68f inset!important;color:#fff!important;background:linear-gradient(135deg,#ffd084,#ff9a2f 48%,#ff6a00)!important}.header-publish-btn svg{flex-shrink:0}@media (prefers-reduced-motion: reduce){.header-publish-btn{animation:none!important}.header-publish-btn:before,.header-publish-btn:after{animation:none!important;opacity:0}}.nav-links a:not(.header-publish-btn){font-size:14px!important;font-weight:600!important;letter-spacing:.01em!important;color:#fff8f2d1!important;text-shadow:0 1px 6px rgba(0,0,0,.5)!important}.nav-links a:not(.header-publish-btn):hover{color:#fff!important;background:#ffffff14!important;text-shadow:none!important}.site-header:not(.site-header--scrolled) .header-inner.glass-panel{background:#0a080673!important;box-shadow:0 2px 24px #00000038!important;border-color:#ffffff1a!important;backdrop-filter:blur(14px) saturate(130%)!important;-webkit-backdrop-filter:blur(14px) saturate(130%)!important}.brand-logo{filter:drop-shadow(0 8px 18px rgba(0,0,0,.26))}.nav-links{gap:10px}.nav-links a{color:var(--text-secondary)!important;border:1px solid transparent;border-radius:999px;padding:10px 16px}.nav-links a:hover,.nav-links a:focus-visible{color:var(--text)!important;background:#ffffff0f!important;border-color:#ffbb8824}.nav-links.mobile-open{border-radius:20px;padding:14px}.lang-selector-btn,.user-menu-btn,.header-pill,.hamburger,.btn-outline,.btn-cancel,.btn-ghost,.btn-text,.btn-see-more{background:var(--surface-glass)!important;border:1px solid rgba(255,255,255,.08)!important;color:var(--text)!important;box-shadow:inset 0 1px #ffffff0d,0 10px 24px #0000002e}.lang-selector-btn:hover,.user-menu-btn:hover,.header-pill:hover,.hamburger:hover,.btn-outline:hover,.btn-cancel:hover,.btn-ghost:hover,.btn-text:hover,.btn-see-more:hover{transform:translateY(-2px);border-color:#ffbb8838!important;background:linear-gradient(180deg,#ffffff14,#ffffff08)!important;box-shadow:inset 0 1px #ffffff12,0 16px 30px #0000003d}.btn,.btn-primary,.btn-outline,.btn-ghost,.btn-text,.btn-see-more,.btn-cta{border-radius:16px!important;font-weight:800!important;letter-spacing:.01em}.btn-primary,.btn-gradient,.btn-publish,.btn-cta,.btn-save,.btn-add,.btn-post-edit,.btn-post-sold{background:linear-gradient(135deg,#ffb06d 0%,var(--primary) 35%,var(--accent) 100%)!important;color:#1a120c!important;border:none!important;box-shadow:0 16px 32px #ff7b2c33,0 6px 14px #0000002e!important}.btn-primary:hover,.btn-gradient:hover,.btn-publish:hover,.btn-cta:hover,.btn-save:hover,.btn-add:hover,.btn-post-edit:hover,.btn-post-sold:hover{box-shadow:0 22px 40px #ff7b2c3d,0 8px 18px #0003!important;filter:brightness(1.04)}.btn-icon{border-radius:18px!important;box-shadow:0 14px 28px #ff7b2c38,0 8px 18px #0000002e!important}input,select,textarea,.hero-search-input,.brand-search,.brand-picker,.search-bar-form.searchbar-v2 .searchbar-v2-field,.search-bar-form.searchbar-v2 .searchbar-v2-picker,.search-bar-form.searchbar-v2 .searchbar-v2-geo-btn{background:var(--surface-panel-soft)!important;border:1px solid rgba(255,255,255,.09)!important;color:var(--text)!important;box-shadow:inset 0 1px #ffffff0a}input:hover,select:hover,textarea:hover,.hero-search-input:hover,.brand-search:hover,.brand-picker:hover,.search-bar-form.searchbar-v2 .searchbar-v2-field:hover,.search-bar-form.searchbar-v2 .searchbar-v2-picker:hover,.search-bar-form.searchbar-v2 .searchbar-v2-geo-btn:hover{border-color:#ffbb882e!important}input:focus,select:focus,textarea:focus,input:focus-visible,select:focus-visible,textarea:focus-visible,.hero-search-input:focus,.brand-search:focus,.brand-picker:focus-visible,.search-bar-form.searchbar-v2 .searchbar-v2-field:focus-within,.search-bar-form.searchbar-v2 .searchbar-v2-picker:focus-visible,.search-bar-form.searchbar-v2 .searchbar-v2-geo-btn:focus-visible{border-color:#ffbb8857!important;box-shadow:0 0 0 4px #ff9a551f,inset 0 1px #ffffff0f!important;outline:none}.site-header{--header-surface-top: rgba(16, 14, 14, .9);--header-surface-bottom: rgba(12, 11, 12, .84);--header-chip: rgba(255, 255, 255, .05);--header-chip-border: rgba(255, 196, 146, .16);--header-chip-hover: rgba(255, 255, 255, .09)}.site-header .header-inner.glass-panel{border:1px solid rgba(255,214,176,.14)!important;background:linear-gradient(160deg,var(--header-surface-top),var(--header-surface-bottom))!important;box-shadow:0 18px 44px #00000057,inset 0 1px #ffffff0f!important}.site-header .nav-links a:not(.header-publish-btn){border-radius:999px!important;border:1px solid transparent!important;padding:9px 15px!important;font-weight:700!important;color:#f5ede4e0!important}.site-header .nav-links a:not(.header-publish-btn):hover,.site-header .nav-links a:not(.header-publish-btn):focus-visible{border-color:#ffc49238!important;background:linear-gradient(180deg,#ffffff17,#ffffff08)!important;color:#fff!important;box-shadow:inset 0 1px #ffffff14,0 10px 20px #0003}.site-header .lang-selector-btn,.site-header .user-menu-btn,.site-header .header-login-btn,.site-header .hamburger{background:linear-gradient(180deg,var(--header-chip),rgba(255,255,255,.02))!important;border:1px solid var(--header-chip-border)!important;color:var(--text)!important;box-shadow:inset 0 1px #ffffff0f,0 10px 24px #0003!important}.site-header .lang-selector-btn:hover,.site-header .user-menu-btn:hover,.site-header .header-login-btn:hover,.site-header .hamburger:hover{background:linear-gradient(180deg,var(--header-chip-hover),rgba(255,255,255,.04))!important;border-color:#ffc49247!important}.site-header .header-login-btn,.site-header .user-menu-btn,.site-header .lang-selector-btn{border-radius:14px!important;font-weight:700!important}.site-header .lang-dropdown,.site-header .user-dropdown{background:linear-gradient(160deg,#181616fa,#100f10fa)!important;border:1px solid rgba(255,196,146,.16)!important;border-radius:16px!important;box-shadow:0 22px 54px #0000006b!important;backdrop-filter:blur(16px) saturate(130%);-webkit-backdrop-filter:blur(16px) saturate(130%)}.site-header .lang-dropdown-item,.site-header .user-dropdown-item{background:transparent!important;color:#f5ede4eb!important;border-bottom:1px solid rgba(255,255,255,.06)!important}.site-header .lang-dropdown-item:hover,.site-header .user-dropdown-item:hover{background:#ff8c4224!important;color:#fff!important}.site-header .lang-dropdown-item.active{background:#ff8c422e!important;color:#fff!important}.site-header .nav-links.mobile-open{background:linear-gradient(165deg,#151313fa,#0c0b0cf7)!important;border:1px solid rgba(255,196,146,.2)!important;box-shadow:0 20px 50px #00000080!important}@media (max-width: 720px){.site-header .header-inner.glass-panel{border-radius:16px!important;padding-left:12px!important;padding-right:12px!important}}.hero-section{position:relative;padding:28px 20px 40px!important}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 20%,rgba(255,154,85,.12),transparent 0 25%),radial-gradient(circle at 85% 15%,rgba(255,123,44,.09),transparent 0 20%),linear-gradient(180deg,rgba(255,255,255,.02),transparent 70%);pointer-events:none}.hero-inner,.home-main{position:relative;z-index:1}.hero-inner{max-width:1120px!important;grid-template-columns:minmax(0,430px) minmax(0,1fr)!important;gap:20px!important;align-items:center!important}.hero-card{position:relative;overflow:hidden;max-width:430px;padding:22px!important;border-radius:24px!important;background:linear-gradient(160deg,#221d19f0,#110f11fa)!important;box-shadow:var(--ring-brand),0 28px 68px #0000005c!important}.hero-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(255,187,136,.12),transparent 0 32%);pointer-events:none}.hero-tagline{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#ff9a551f;border:1px solid rgba(255,187,136,.18);color:var(--primary-light);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:10px}.hero-title{font-size:clamp(1.9rem,4.2vw,3.1rem)!important;line-height:.98!important;letter-spacing:-.04em;max-width:13ch;text-wrap:balance;margin-top:10px}.hero-title-line+.hero-title-line{margin-top:2px}.hero-title-soft{color:#fff8f2}.hero-title-accent{background:linear-gradient(135deg,#ffd0aa 0%,#ffb06d 18%,var(--primary) 48%,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 10px 24px rgba(255,123,44,.18)}.hero-lead{max-width:46ch;margin-top:10px;color:#fcfaf7bd!important;font-size:14px;line-height:1.55}.hero-search-bar{display:grid;gap:10px;margin-top:18px}.hero-search-main,.hero-search-secondary{position:relative;z-index:1;padding:10px;border-radius:18px;background:linear-gradient(180deg,#ffffff0a,#ffffff04);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0d}.hero-search-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch}.hero-search-secondary{display:flex;flex-wrap:wrap;gap:8px}.brand-picker,.hero-search-input,.hero-radius-select,.hero-geo-btn{min-height:46px;border-radius:14px!important}.brand-picker{gap:10px;padding:0 14px;font-weight:700}.brand-label{color:var(--text)}.hero-search-input,.hero-radius-select{padding:0 14px!important}.hero-search-secondary>*{flex:1 1 145px}.hero-search-actions .btn-icon{width:46px;height:46px}.hero-stats-cta{margin-top:14px;gap:12px!important;align-items:stretch!important;justify-content:space-between;flex-wrap:wrap}.hero-stats{gap:8px!important;flex-wrap:wrap}.hero-stats .stat{min-width:88px;padding:10px 12px;border-radius:14px;background:linear-gradient(180deg,#ffffff0f,#ffffff06);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0d,0 14px 24px #00000029}.hero-stats .stat:hover{transform:translateY(-3px);border-color:#ffbb882e}.hero-stats .stat-num{color:#fff7ef;font-size:clamp(1.05rem,2.2vw,1.45rem)!important}.hero-stats .stat-label{color:#fcfaf799!important;font-size:9px!important;letter-spacing:.12em}.hero-cta .btn-cta{min-height:46px;padding-inline:14px;white-space:nowrap}.hero-image-card{width:100%!important;max-width:380px!important;height:290px!important;margin-left:0!important;border-radius:24px!important}.hero-image-card:hover{transform:translateY(-3px)!important}@media (max-width: 1180px){.hero-inner{grid-template-columns:minmax(0,390px) minmax(0,1fr)!important}.hero-image-card{max-width:340px!important;height:250px!important}}.home-main,.app-main-stack{gap:24px}.list-section{padding:30px!important;border-radius:30px!important;overflow:hidden}.list-section:before{background:linear-gradient(90deg,rgba(255,187,136,.16),transparent 60%)!important}.home-section-head{align-items:center;gap:16px}.list-section-title{font-family:var(--font-title);font-weight:var(--title-weight);letter-spacing:var(--title-tracking)}.home-results-count,.results-count,.section-subtitle,.empty-state p,.footer-tagline,.footer-copy{color:var(--text-secondary)!important}.view-toggle{display:inline-flex;align-items:center;padding:5px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0a}.view-toggle-btn{min-width:42px;min-height:42px;border-radius:999px!important}.view-toggle-btn.active{background:linear-gradient(135deg,#ff9a5538,#ff7b2c2e)!important;color:#fff4e8!important;box-shadow:0 12px 24px #ff7b2c24}.view-toggle-btn:hover:not(.active){color:var(--text)!important;background:#ffffff0f!important}.ad-card,.ad-list-item{border-radius:24px!important;overflow:hidden;border:1px solid rgba(255,255,255,.08)!important}.ad-card:hover,.ad-list-item:hover{transform:translateY(-7px)!important;border-color:#ffbb882e!important;box-shadow:var(--ring-brand),0 28px 58px #00000057!important}.ad-media-main,.ad-card-media-main-compact,.ad-list-main{border-radius:18px!important;overflow:hidden}.ad-title,.ad-list-title,.ad-card-compact-title{letter-spacing:-.02em}.ad-price,.ad-list-price,.ad-card-compact-price{color:#ffd0aa!important;text-shadow:0 1px 0 rgba(0,0,0,.2)}.ad-feature-pill,.badge,.dealer-all-pill,.ad-city-badge,.ad-list-city-badge,.seller-badge{border-radius:999px!important}.ad-feature-pill,.ad-city-badge,.ad-list-city-badge{background:#ffffff0f!important;border:1px solid rgba(255,255,255,.08)!important}.seller-badge.pro,.badge-pro{box-shadow:0 10px 22px #ff7b2c2e}.empty-state{border-radius:24px!important;background:linear-gradient(180deg,#ffffff0b,#ffffff04)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:inset 0 1px #ffffff0a}.header-search-panel,.lang-dropdown,.user-dropdown,.brand-panel{border-radius:22px!important;overflow:hidden}.lang-dropdown-item,.user-dropdown-item{color:var(--text)!important;background:transparent!important}.lang-dropdown-item:hover,.user-dropdown-item:hover{background:#ffffff0f!important}.site-footer{margin-top:44px;border-top:1px solid rgba(255,255,255,.08)!important;border-radius:28px 28px 0 0;overflow:hidden}.footer-accent-line{background:linear-gradient(90deg,transparent 0%,rgba(255,187,136,.18) 18%,rgba(255,123,44,.8) 50%,rgba(255,187,136,.18) 82%,transparent 100%)!important}.footer-body,.footer-bottom{position:relative;z-index:1}.footer-col-title{color:#fff4e8!important;letter-spacing:.04em}.footer-col-nav a,.footer-bottom-links a,.footer-email{color:var(--text-secondary)!important}.footer-col-nav a:hover,.footer-bottom-links a:hover,.footer-email:hover{color:#fff4e8!important}.social-link{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0a,0 12px 22px #0000002e}.social-link:hover{transform:translateY(-3px);border-color:#fb83;box-shadow:0 18px 30px #0000003d,0 0 0 1px #ffbb881f}@media (max-width: 980px){.header-inner.glass-panel{padding:0 14px;border-radius:18px}.hero-card,.list-section,.site-footer{border-radius:24px!important}.hero-inner{grid-template-columns:1fr!important;gap:14px!important}.hero-card{max-width:520px}.hero-image-card{max-width:520px!important;height:230px!important}.hero-search-main{grid-template-columns:1fr}.hero-search-actions{justify-content:flex-end}}@media (max-width: 640px){.hero-section{padding:20px 12px 30px!important}.hero-card,.list-section{padding:18px!important;border-radius:22px!important}.header-inner.glass-panel{margin-top:4px;margin-bottom:4px;min-height:calc(var(--header-height, 72px) - 8px)}.hero-search-main,.hero-search-secondary{padding:8px;border-radius:16px}.hero-stats .stat{min-width:calc(50% - 6px)}@media (max-width: 720px){.site-header,.site-header.site-header--scrolled{top:0!important;margin-top:0!important;padding-top:0!important}.site-header .header-inner.glass-panel,.header-inner.glass-panel{margin-top:0!important;margin-bottom:0!important;min-height:100%!important;border-radius:0 0 14px 14px!important}}.hero-stats-cta{flex-direction:column;align-items:stretch!important}.hero-stats,.hero-cta{width:100%}.hero-cta .btn-cta{width:100%;justify-content:center}.hero-title{font-size:clamp(1.8rem,10vw,2.65rem)!important;max-width:none}.hero-image-card{height:190px!important;border-radius:18px!important}.site-footer{border-radius:22px 22px 0 0}}.hero-section{position:relative;min-height:min(70vh,688px);display:flex;align-items:flex-end;padding:34px 16px 120px!important;overflow:hidden;margin-top:0!important}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.hero-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#060608f0,#070709d1 34%,#070709bd 60%,#060608e6),linear-gradient(180deg,#06060875,#0606083d 28%,#060608c2);pointer-events:none}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:radial-gradient(circle at left center,rgba(255,123,44,.12),transparent 0 28%),linear-gradient(180deg,#00000014,#0000);pointer-events:none}.hero-carousel--background,.hero-carousel--background .hero-carousel-track,.hero-carousel--background .hero-carousel-slide{width:100%;height:100%}.hero-carousel--background{position:absolute;top:0;right:0;bottom:0;left:0}.hero-carousel--background .hero-carousel-slide,.hero-carousel--background .hero-carousel-slide.active,.hero-carousel--background .hero-carousel-slide:hover{transform:none!important;box-shadow:none!important;background-position:center 25%!important;background-size:cover!important;background-repeat:no-repeat!important;filter:brightness(.5) saturate(.94) contrast(1.04)!important}.hero-carousel--background .slide-overlay{display:none}.hero-inner{width:100%;max-width:1240px!important;grid-template-columns:1fr!important;align-items:end!important;padding:0 20px!important}.hero-left{width:100%}.hero-card{width:min(100%,1080px);max-width:1080px!important;margin:0 auto;padding:28px!important;border-radius:30px!important;background:linear-gradient(180deg,#1311149e,#0c0b0dbd)!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:var(--ring-brand),0 24px 70px #0000004d!important}.hero-header{max-width:680px;margin-bottom:16px}.hero-title{max-width:14ch;font-size:clamp(2.2rem,4vw,4rem)!important}.hero-search-bar{display:grid;gap:12px;margin-top:22px}.hero-search-row{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch;padding:12px;border-radius:24px;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.hero-search-row>.brand-picker{flex:2.1 1 250px}.hero-search-row>.hero-price-input{flex:.85 1 120px}.hero-search-row>.hero-location-btn{flex:1.1 1 180px}.hero-search-row>.hero-radius-field{flex:.8 1 140px}.hero-search-row>.hero-search-submit{flex:0 0 auto}.hero-search-row .brand-picker,.hero-search-row .hero-search-input,.hero-search-row .hero-geo-btn,.hero-search-row .hero-radius-select,.hero-search-submit{min-height:56px;border-radius:18px!important}.hero-search-submit{padding-inline:18px!important;white-space:nowrap;gap:10px}.hero-search-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.hero-toolbar-btn{min-height:42px}.hero-stats-cta{margin-top:18px;justify-content:space-between;gap:12px!important;flex-wrap:wrap}.hero-carousel--background .carousel-control{display:none}@media (max-width: 1024px){.hero-section{min-height:auto;padding:34px 18px 136px!important}.hero-card{width:min(100%,980px);padding:24px!important}.hero-title{font-size:clamp(2rem,5vw,3.2rem)!important}.hero-search-row>.hero-search-submit{flex:1 1 180px;justify-content:center}}@media (max-width: 720px){.hero-section{padding:22px 12px 120px!important}.hero-inner{padding:0!important}.hero-card{padding:18px!important;border-radius:24px!important}.hero-title{max-width:none;font-size:clamp(1.8rem,9vw,2.65rem)!important}.hero-search-row{padding:8px;gap:8px;border-radius:18px}.hero-search-row>*{flex:1 1 100%}.hero-search-row>.hero-price-input,.hero-search-row>.hero-radius-field{flex:1 1 calc(50% - 4px)}.hero-search-row>.hero-search-submit{width:100%}.hero-search-submit{justify-content:center}.hero-search-toolbar{justify-content:stretch}.hero-search-toolbar .hero-toolbar-btn{width:100%;justify-content:center}}.hero-section{padding-top:34px!important}.hero-card{position:relative;overflow:hidden;background:linear-gradient(180deg,#191612c7,#121012bd)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 1px #ffffff0d inset,0 0 0 1px #ff8c4214,0 28px 70px #00000052!important;backdrop-filter:blur(18px) saturate(140%)!important;-webkit-backdrop-filter:blur(18px) saturate(140%)!important}.hero-card:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,#ffffff29,#ffb06d38,#ffffff0f);pointer-events:none}.hero-card:after{background:radial-gradient(circle at top right,rgba(255,187,136,.12),transparent 0 30%),radial-gradient(circle at bottom left,rgba(255,123,44,.09),transparent 0 24%)}.hero-header{display:grid;gap:12px;max-width:560px}.hero-tagline{width:fit-content;min-height:34px;padding-inline:14px;border-radius:999px;background:linear-gradient(180deg,#ffffff0f,#ffffff08);border:1px solid rgba(255,176,109,.18);box-shadow:inset 0 1px #ffffff0d}.hero-tagline:before{width:6px;height:6px;border-radius:999px;background:linear-gradient(135deg,var(--primary-light),var(--accent));box-shadow:0 0 0 6px #ff8c4214}.hero-title{font-size:clamp(2.15rem,3.5vw,3.65rem)!important;line-height:.92!important;letter-spacing:-.05em;text-shadow:0 10px 28px rgba(0,0,0,.24);max-width:10ch}.hero-title-soft{color:#fff8f2f5}.hero-title-accent{background:linear-gradient(135deg,#ffe1c6 0%,#ffca98 15%,var(--primary) 52%,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 10px 24px rgba(255,123,44,.22))}.hero-search-bar{gap:8px;max-width:840px;margin-top:14px}.hero-search-row{position:relative;display:flex;flex-wrap:wrap;gap:8px;padding:8px;border-radius:18px;background:linear-gradient(180deg,#fff1,#ffffff07);border:1px solid rgba(255,255,255,.11);box-shadow:inset 0 1px #ffffff0f,0 18px 34px #0000002e;max-width:840px}.hero-search-row:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#ffffff14,#ffb06d1f,#ffffff0a);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.hero-search-row .brand-picker,.hero-search-row .hero-search-input,.hero-search-row .hero-geo-btn,.hero-search-row .hero-radius-select{background:linear-gradient(180deg,#110f11eb,#0c0b0df0)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:inset 0 1px #ffffff08}.hero-search-row .brand-picker:hover,.hero-search-row .hero-search-input:hover,.hero-search-row .hero-geo-btn:hover,.hero-search-row .hero-radius-select:hover{border-color:#ffb06d2e!important;background:linear-gradient(180deg,#161315f5,#0e0d0ff7)!important}.brand-picker,.hero-search-input,.hero-radius-select,.hero-geo-btn,.hero-search-submit{min-height:42px}.brand-picker{padding-inline:13px}.brand-picker svg:first-child,.hero-location-btn svg{color:#ffc69be6}.brand-label,.hero-search-row .hero-search-input,.hero-search-row .hero-radius-select,.hero-search-row .hero-geo-btn span{font-weight:700}.hero-search-submit{min-width:122px;border-radius:16px!important;font-size:15px!important;letter-spacing:.2px!important;color:#fff!important;box-shadow:0 0 0 1px #ffd27833 inset,0 10px 34px #d250008c,0 3px 10px #0000004d!important}.hero-search-submit:hover{transform:translateY(-3px) scale(1.01)!important;box-shadow:0 0 0 1px #ffdc8c40 inset,0 16px 44px #d25000ad,0 5px 14px #00000061!important}.hero-search-toolbar{gap:12px;max-width:840px;align-items:center}.hero-toolbar-btn{min-height:32px;padding-inline:10px;border-radius:999px!important;background:linear-gradient(180deg,#ffffff0e,#ffffff06)!important}.hero-stats-cta{padding-top:18px;border-top:1px solid rgba(255,255,255,.08);max-width:840px}.hero-stats{gap:10px!important}.hero-stats .stat{min-width:96px;padding:12px 14px;border-radius:16px;background:linear-gradient(180deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0a}.hero-stats .stat-num{font-size:clamp(1.1rem,1.9vw,1.5rem)!important}.hero-stats .stat-label{color:#fcfaf78a!important;letter-spacing:.1em}.hero-cta .btn-cta{min-height:52px;padding-inline:18px;border-radius:18px!important}.stories-bar-wrapper{width:calc(100% - 32px)!important;max-width:1040px!important}@media (min-width: 1025px){.hero-inner{justify-items:start;padding-left:28px!important;padding-right:28px!important}.hero-card{width:min(100%,880px);max-width:880px!important;padding:24px 24px 22px!important}.hero-search-toolbar{justify-content:flex-start}.hero-stats-cta{justify-content:space-between;align-items:center!important}}@media (max-width: 1024px){.hero-card{padding:24px!important}.hero-title{font-size:clamp(2rem,5vw,3.35rem)!important}.hero-search-row{gap:10px;padding:12px}}@media (max-width: 720px){.hero-section{padding-top:18px!important}.hero-card{padding:16px!important;border-radius:22px!important}.hero-header{gap:10px;margin-bottom:12px}.hero-title{font-size:clamp(1.85rem,8.6vw,2.75rem)!important;line-height:.98!important}.hero-search-row{padding:8px;border-radius:20px}.brand-picker,.hero-search-input,.hero-radius-select,.hero-geo-btn,.hero-search-submit{min-height:52px;border-radius:16px!important}.hero-stats-cta{gap:10px!important;padding-top:14px}.hero-stats .stat{min-width:calc(50% - 5px)}.home-stories-rail{margin-top:0;margin-bottom:0}.home-stories-rail .stories-inner{padding:0 12px}}.hero-title{max-width:none!important;font-size:clamp(1.55rem,2.45vw,2.6rem)!important;line-height:1.04!important;letter-spacing:-.04em}.hero-title-line{display:block}.hero-card{width:min(100%,690px)!important;max-width:690px!important;margin-left:0!important;margin-right:auto!important;padding:20px!important;border-radius:24px!important}.hero-header{max-width:100%!important;margin-bottom:16px}.hero-search-bar{max-width:100%!important;margin-top:14px!important}.hero-search-row{display:grid!important;grid-template-columns:2.4fr 1fr 1fr auto!important;grid-template-rows:auto auto!important;max-width:100%!important;gap:5px!important;padding:6px!important;align-items:stretch!important}.hero-search-row>:nth-child(1){grid-column:1;grid-row:1}.hero-search-row>:nth-child(2){grid-column:2;grid-row:1;min-width:0}.hero-search-row>:nth-child(3){grid-column:3;grid-row:1;min-width:0}.hero-search-row>:nth-child(4){grid-column:1 / 4;grid-row:2;min-width:0}.hero-search-row>:nth-child(5){grid-column:4;grid-row:1 / 3;align-self:stretch}.hero-location-group{display:flex;align-items:stretch;gap:0;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#110f11eb,#0c0b0df0)}.hero-location-group .hero-geo-btn{flex:1 1 0;border-radius:0!important;border:none!important;background:transparent!important;box-shadow:none!important;border-right:1px solid rgba(255,255,255,.08)!important}.hero-location-group .hero-radius-select{flex:0 0 88px;border-radius:0!important;border:none!important;background:transparent!important;box-shadow:none!important}.hero-search-row .brand-picker,.hero-search-row .hero-search-input,.hero-search-row .hero-geo-btn,.hero-search-row .hero-radius-select{min-height:36px!important;height:36px!important;font-size:12.5px!important;border-radius:10px!important}.hero-search-row .hero-search-submit{height:100%!important;min-height:36px!important;padding-inline:14px!important;white-space:nowrap!important;border-radius:12px!important}.hero-search-toolbar{max-width:100%!important;gap:8px!important}.hero-stats-cta{max-width:100%!important;justify-content:space-between!important;gap:8px!important;padding-top:14px!important}.hero-tagline{min-height:28px!important;padding-inline:11px!important;font-size:11px!important}.hero-stats .stat{min-width:78px!important;padding:9px 11px!important;border-radius:12px!important}.hero-stats .stat-num{font-size:clamp(.95rem,1.4vw,1.2rem)!important}.hero-cta .btn-cta{min-height:42px!important;padding-inline:14px!important;border-radius:14px!important}@media (max-width: 640px){.hero-card{padding:13px!important;border-radius:18px!important}.hero-search-row{grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important}.hero-search-row>:nth-child(1){grid-column:1 / 3;grid-row:auto}.hero-search-row>:nth-child(2){grid-column:1;grid-row:auto}.hero-search-row>:nth-child(3){grid-column:2;grid-row:auto}.hero-search-row>:nth-child(4){grid-column:1 / 3;grid-row:auto}.hero-search-row>:nth-child(5){grid-column:1 / 3;grid-row:auto;justify-content:center!important}.hero-search-row .brand-picker,.hero-search-row .hero-search-input,.hero-search-row .hero-geo-btn,.hero-search-row .hero-radius-select,.hero-search-row .hero-search-submit{height:auto!important;min-height:40px!important;font-size:13.5px!important}}.publish-page{background:radial-gradient(1200px 460px at 10% -10%,rgba(255,140,66,.16),transparent 55%),radial-gradient(900px 420px at 95% 0%,rgba(255,107,26,.12),transparent 62%),linear-gradient(180deg,#060504,#0a0807 48%,#070605)!important;min-height:100vh}.publish-panel{width:min(100%,1320px)!important;max-width:none!important;margin:0 auto!important;padding:18px clamp(14px,2vw,34px) 42px!important;background:transparent!important;border:none!important;box-shadow:none!important}.publish-layout{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;display:block!important}.publish-main{width:100%!important;max-width:none!important;margin:0!important;flex:1 1 auto!important}.publish-flow-wrapper,.publish-body{width:100%!important;max-width:none!important;margin:0!important}.publish-flow-wrapper{padding:clamp(18px,2vw,34px)!important;border-radius:26px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(155deg,#1b1714db,#0f0d0ceb)!important;box-shadow:0 40px 88px #0000007a,inset 0 1px #ffffff0f!important;gap:24px!important}.flow-card h1{font-size:clamp(1.7rem,2.8vw,2.4rem)!important;letter-spacing:-.025em}.flow-lead{font-size:15px!important;color:#fcf5eccc!important}.flow-options{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.flow-option{min-height:220px;border-radius:18px!important;border:1px solid rgba(255,196,146,.16)!important;background:linear-gradient(165deg,#ffffff0f,#ffffff04)!important}.flow-option:hover{transform:translateY(-4px)!important;border-color:#ffc4924d!important;box-shadow:0 20px 42px #00000057!important}.publish-progress-bar{border-radius:18px!important;border:1px solid rgba(255,196,146,.18)!important;background:linear-gradient(165deg,#ffffff0e,#ffffff03)!important;padding:clamp(16px,2vw,24px)!important}.progress-line{background:linear-gradient(90deg,#ffc49252,#ffffff14)!important}.publish-step-card{border-radius:18px!important;padding:clamp(20px,2.3vw,32px)!important;border:1px solid rgba(255,196,146,.2)!important;background:linear-gradient(165deg,#ffffff0e,#ffffff04)!important;box-shadow:0 28px 58px #00000042!important}.publish-step-card:hover{transform:translateY(-2px)!important;border-color:#ffc4924d!important}.step-badge{right:16px!important;top:-14px!important;border-radius:999px!important;padding:7px 14px!important}.section-title{font-family:var(--font-title)!important;font-size:clamp(1.35rem,1.9vw,1.9rem)!important;letter-spacing:-.02em;border-bottom:1px solid rgba(255,255,255,.08)!important;padding-bottom:14px!important;margin-bottom:18px!important}.form-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.form-grid.full-width{grid-template-columns:1fr!important}.form-label{letter-spacing:.03em!important;font-size:12px!important}.form-input,.form-select,.color-input{min-height:48px;border-radius:12px!important;border:1px solid rgba(255,196,146,.18)!important;background:linear-gradient(180deg,#211d18eb,#161311f5)!important}.form-input:focus,.form-select:focus,.color-input:focus,.color-input:focus-within{border-color:#ffaf708c!important;box-shadow:0 0 0 4px #ff8c4224!important}.upload-dropzone{border-radius:16px!important;min-height:230px;border:2px dashed rgba(255,140,66,.38)!important;background:linear-gradient(180deg,#ff8c4214,#ff8c4205)!important}.upload-dropzone.drag-over{border-color:#ffba85db!important;box-shadow:0 0 0 5px #ff8c421f!important}.image-previews{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))!important;gap:12px!important}.image-preview-card{border-radius:14px!important;border:1px solid rgba(255,196,146,.18)!important}.equipment-item{border-radius:14px!important;border:1px solid rgba(178,140,255,.25)!important;background:linear-gradient(165deg,#a182ff1a,#7458d208)!important}.form-actions{position:sticky;bottom:16px;z-index:30;display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:12px;margin-top:16px;border-radius:16px;border:1px solid rgba(255,196,146,.18);background:linear-gradient(160deg,#13100ee6,#0b0908e6);backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%);box-shadow:0 20px 44px #00000057}.btn-reset,.btn-cancel-edit{min-height:46px;padding:0 16px;border-radius:12px;border:1px solid rgba(255,196,146,.24);color:#fff6eaeb;background:linear-gradient(180deg,#ffffff14,#ffffff08)}.btn-submit{min-height:48px;padding:0 22px;border-radius:12px;border:none;color:#1b120b;font-weight:900;letter-spacing:.01em;background:linear-gradient(135deg,#ffbd83,#ff8c42 55%,#ff6f1b);box-shadow:0 16px 30px #ff7b2c4d}.btn-submit:hover{transform:translateY(-1px);box-shadow:0 22px 38px #ff7b2c5c}@media (max-width: 1180px){.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 820px){.publish-page,.publish-panel,.publish-layout,.publish-main,.publish-body,.publish-step-card,.publish-form-section,.form-grid,.form-field{width:100%!important;max-width:100%!important;min-width:0!important}.publish-page,.publish-panel{overflow-x:hidden}.publish-panel{padding:10px 10px 28px!important}.publish-flow-wrapper,.publish-step-card,.publish-progress-bar{border-radius:16px!important;padding:16px!important}.flow-options,.form-grid{grid-template-columns:1fr!important}.form-input,.form-select,.form-textarea,.color-input,.date-input-wrapper,.city-suggestions-list{width:100%!important;max-width:100%!important;min-width:0!important}.date-input-wrapper{display:grid!important;grid-template-columns:minmax(0,.95fr) minmax(0,1fr) minmax(0,1.15fr);align-items:center!important;gap:8px!important}.date-input-wrapper .date-part-select{width:100%!important;min-width:0!important}.date-input-wrapper .date-part-select--year{min-width:0!important}.date-input-wrapper .date-part-select,.date-input-wrapper .date-part-select option{font-size:14px}}@media (max-width: 390px){.date-input-wrapper{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px!important}.progress-steps{flex-wrap:wrap;gap:10px}.progress-line{display:none}.form-actions{position:static;margin:8px 0 0!important;padding:12px!important;flex-wrap:wrap;justify-content:stretch}.btn-submit,.btn-reset,.btn-cancel-edit{flex:1 1 100%;justify-content:center}}.header-publish-btn{color:#2b1706!important;font-weight:900!important;text-shadow:0 1px 0 rgba(255,236,214,.4)!important}.header-publish-btn:hover,.header-publish-btn:focus-visible{color:#241304!important}.profile-page-wrapper.public-profile-page,.profile-page-wrapper.profile-owner-page{--profile-accent: #ff8f3f;--profile-accent-soft: rgba(255, 143, 63, .16);--profile-accent-border: rgba(255, 189, 136, .34);--profile-surface-1: linear-gradient(165deg, rgba(28, 24, 20, .9), rgba(16, 14, 12, .95));--profile-surface-2: linear-gradient(165deg, rgba(23, 20, 17, .9), rgba(14, 12, 10, .95));--profile-text-soft: rgba(248, 239, 229, .78);--profile-shadow-soft: 0 12px 30px rgba(0, 0, 0, .24);--profile-shadow-card: 0 14px 34px rgba(0, 0, 0, .28)}.profile-page-wrapper.profile-theme-private{--profile-accent: #4f79ff;--profile-accent-soft: rgba(79, 121, 255, .16);--profile-accent-border: rgba(156, 184, 255, .35);--profile-surface-1: linear-gradient(165deg, rgba(17, 23, 37, .92), rgba(13, 17, 28, .96));--profile-surface-2: linear-gradient(165deg, rgba(15, 20, 34, .9), rgba(11, 15, 25, .96))}.profile-page-wrapper .profile-header-content{background:var(--profile-surface-1)!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:var(--profile-shadow-card)!important;border-radius:18px!important;padding:20px!important;gap:16px}.profile-page-wrapper .profile-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.profile-page-wrapper .profile-info h1{margin:0;font-size:clamp(24px,2.2vw,32px);line-height:1.12;letter-spacing:-.02em}.profile-page-wrapper .profile-bio{color:var(--profile-text-soft);max-width:78ch}.profile-page-wrapper .profile-type-badge{border-radius:999px;border:1px solid var(--profile-accent-border)!important;background:var(--profile-accent-soft)!important;color:#f4f7ff;font-weight:800}.profile-page-wrapper .profile-quick-stats{display:flex;flex-wrap:wrap;gap:8px}.profile-page-wrapper .profile-stat-pill{border-radius:999px;padding:6px 12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d}.profile-page-wrapper .profile-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;padding:8px;border-radius:14px;background:var(--profile-surface-2)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:var(--profile-shadow-soft)!important}.profile-page-wrapper .profile-tabs button{min-height:44px;justify-content:center;gap:6px;border-radius:10px;background:transparent;border:1px solid transparent}.profile-page-wrapper .profile-tabs button.active{background:linear-gradient(135deg,color-mix(in srgb,var(--profile-accent) 35%,transparent),color-mix(in srgb,var(--profile-accent) 22%,transparent))!important;border-color:var(--profile-accent-border)!important;box-shadow:inset 0 1px #ffffff1a}.profile-page-wrapper .profile-posts,.profile-page-wrapper .profile-stories,.profile-page-wrapper .profile-reviews,.profile-page-wrapper .profile-settings,.profile-page-wrapper .profile-about,.profile-page-wrapper .settings-section,.profile-page-wrapper .profile-about-card,.profile-page-wrapper .profile-about-private{background:var(--profile-surface-1)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:16px!important;box-shadow:var(--profile-shadow-soft)!important}.profile-page-wrapper .section-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.profile-page-wrapper .section-header h2{margin:0;font-size:clamp(20px,1.8vw,26px);letter-spacing:-.02em}.profile-page-wrapper .post-card,.profile-page-wrapper .story-card{border-radius:14px!important;border:1px solid rgba(255,255,255,.11)!important;box-shadow:0 10px 22px #00000038!important}.profile-page-wrapper .post-card:hover,.profile-page-wrapper .story-card:hover{transform:translateY(-2px);border-color:var(--profile-accent-border)!important}.profile-page-wrapper .profile-cta-btn,.profile-page-wrapper .btn-story,.profile-page-wrapper .btn-add,.profile-page-wrapper .btn-edit,.profile-page-wrapper .change-cover-btn{min-height:42px;border-radius:11px}.profile-page-wrapper .profile-cta-btn-primary,.profile-page-wrapper .btn-story,.profile-page-wrapper .btn-add{background:linear-gradient(135deg,color-mix(in srgb,var(--profile-accent) 88%,#ffffff 12%),var(--profile-accent))!important;border:1px solid color-mix(in srgb,var(--profile-accent) 60%,#ffffff 40%)!important}.profile-page-wrapper .profile-cta-btn-private{background:color-mix(in srgb,var(--profile-accent) 24%,transparent)!important;border:1px solid var(--profile-accent-border)!important}.profile-page-wrapper .profile-social-sidebar .profile-sidebar-card{background:var(--profile-surface-2)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:var(--profile-shadow-soft)!important}.profile-page-wrapper .profile-sidebar-kpi{background:color-mix(in srgb,var(--profile-accent) 14%,transparent)!important;border:1px solid color-mix(in srgb,var(--profile-accent) 38%,transparent)!important}.profile-page-wrapper .profile-sidebar-kpi:hover{background:color-mix(in srgb,var(--profile-accent) 20%,transparent)!important}.public-profile-page.profile-theme-private .profile-about-private-item,.public-profile-page.profile-theme-private .profile-about-private-trust,.public-profile-page.profile-theme-private .profile-private-trust-box,.public-profile-page.profile-theme-private .profile-about-private-avatar{background:color-mix(in srgb,var(--profile-accent) 12%,transparent)!important;border-color:color-mix(in srgb,var(--profile-accent) 36%,transparent)!important}.public-profile-page.profile-theme-private .profile-about-private-label,.public-profile-page.profile-theme-private .profile-about-private-trust svg{color:#b7cbff!important;stroke:#b7cbff!important}@media (max-width: 980px){.profile-page-wrapper .profile-header-content{padding:16px!important}.profile-page-wrapper .profile-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-page-wrapper .profile-actions,.profile-page-wrapper .public-profile-cta-row{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}@media (max-width: 640px){.profile-page-wrapper .profile-tabs{grid-template-columns:1fr 1fr;position:static}.profile-page-wrapper .profile-actions,.profile-page-wrapper .public-profile-cta-row{grid-template-columns:1fr}.profile-page-wrapper .profile-info h1{font-size:24px}}.story-ad-picker{display:flex;flex-direction:column;gap:10px;padding:12px}.story-ad-picker-head{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--text);font-size:14px}.story-ad-picker-head .remove-preview{position:static;width:auto;height:auto;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;background:#ffffff1a}.story-ad-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px;max-height:280px;overflow:auto;padding-right:2px}.story-ad-option{position:relative;border:2px solid rgba(255,255,255,.14);border-radius:10px;padding:0;overflow:hidden;background:#ffffff0a;cursor:pointer}.story-ad-option .story-preview{width:100%;height:88px;object-fit:cover;display:block}.story-ad-option:hover{border-color:#ffbf9180}.story-ad-option.selected{border-color:#ffbf91f2;box-shadow:0 0 0 2px #ffbf913d}.story-ad-cover-badge{position:absolute;left:6px;bottom:6px;padding:3px 7px;border-radius:999px;font-size:10px;font-weight:800;color:#fff;background:#000000a6}.header-publish-btn{color:#fff!important;-webkit-text-fill-color:#ffffff!important;font-size:14px!important;font-weight:900!important;letter-spacing:.01em!important;text-shadow:0 1px 2px rgba(0,0,0,.78)!important;background:linear-gradient(135deg,#ff9f2f,#f97919 54%,#cf4f00)!important;border:1px solid rgba(120,40,0,.38)!important;box-shadow:0 8px 18px #0000004d,0 8px 24px #e25e006b,inset 0 1px #ffe0ba59!important}.header-publish-btn:hover,.header-publish-btn:focus-visible{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:linear-gradient(135deg,#ffad45,#ff871f 54%,#d95a00)!important;text-shadow:0 1px 2px rgba(0,0,0,.84)!important}.header-publish-btn svg{color:#fff!important}.header-publish-btn:after{opacity:0!important;mix-blend-mode:normal!important;background:linear-gradient(180deg,#ffffff38,#fff0 50%)!important}.header-publish-btn:before{opacity:.18!important}html[data-theme=dark] body{background:radial-gradient(1200px 520px at 10% -10%,rgba(255,170,110,.16),transparent 60%),radial-gradient(900px 420px at 100% 0%,rgba(255,120,50,.12),transparent 62%),linear-gradient(180deg,#17120f,#201813 45%,#19130f)!important}html[data-theme=dark] body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.03) 1px,transparent 1px);background-size:3px 3px;opacity:.18}html[data-theme=dark] .messages-page-shell,html[data-theme=dark] .annonces-page-shell,html[data-theme=dark] .app-shell,html[data-theme=dark] .aide-page,html[data-theme=dark] .ad-page-shell,html[data-theme=dark] .favorites-page-shell,html[data-theme=dark] .notifications-shell,html[data-theme=dark] .tarif-page-wrapper,html[data-theme=dark] .profile-page-wrapper,html[data-theme=dark] .public-profile-page,html[data-theme=dark] .profile-page,html[data-theme=dark] .info-page,html[data-theme=dark] .publish-page{position:relative;min-height:calc(100vh - var(--header-height, 72px));background:radial-gradient(960px 420px at 0% -10%,rgba(255,170,108,.16),transparent 58%),radial-gradient(860px 380px at 100% 0%,rgba(255,118,46,.13),transparent 62%),linear-gradient(180deg,#090706,#0d0a09 52%,#0a0807)!important}.annonces-page-shell,.messages-page-shell{padding:18px 14px 34px!important}html[data-theme=light] .hero-card,html[data-theme=light] .hero-search-row,html[data-theme=light] .hero-stats .stat,html[data-theme=light] .hero-toolbar-btn,html[data-theme=light] .hero-location-group{background:linear-gradient(180deg,#fffffcf7,#f6ecdff5)!important;border-color:#9d6f3d38!important;box-shadow:0 10px 28px #674a281a!important}html[data-theme=light] .hero-title-soft,html[data-theme=light] .hero-tagline,html[data-theme=light] .hero-stats .stat-label{color:#403225c7!important;text-shadow:none!important}html[data-theme=light] .hero-search-row .brand-picker,html[data-theme=light] .hero-search-row .hero-search-input,html[data-theme=light] .hero-search-row .hero-geo-btn,html[data-theme=light] .hero-search-row .hero-radius-select{background:linear-gradient(180deg,#fffffdfa,#f7efe3fa)!important;border-color:#9368383d!important;color:var(--text)!important}html[data-theme=light] .publish-flow-wrapper,html[data-theme=light] .publish-step-card,html[data-theme=light] .publish-progress-bar,html[data-theme=light] .flow-option,html[data-theme=light] .form-actions{background:linear-gradient(170deg,#fffdfafa,#f8f0e4fa)!important;border-color:#a2744333!important;box-shadow:0 12px 32px #6c4e2b1f!important}html[data-theme=light] .flow-lead,html[data-theme=light] .form-label,html[data-theme=light] .publish-progress-bar .progress-step,html[data-theme=light] .publish-progress-bar .progress-label{color:var(--text-secondary)!important}html[data-theme=light] .upload-dropzone{background:linear-gradient(180deg,#ebaa6a24,#ebaa6a0f)!important;border-color:#b47a4059!important}html[data-theme=light] .profile-page-wrapper.public-profile-page,html[data-theme=light] .profile-page-wrapper.profile-owner-page{--profile-surface-1: linear-gradient(165deg, rgba(255, 253, 249, .98), rgba(248, 240, 228, .98));--profile-surface-2: linear-gradient(165deg, rgba(252, 246, 236, .98), rgba(245, 235, 220, .98));--profile-text-soft: rgba(76, 61, 46, .82);--profile-shadow-soft: 0 10px 26px rgba(98, 71, 39, .1);--profile-shadow-card: 0 14px 34px rgba(98, 71, 39, .12)}html[data-theme=light] .profile-page-wrapper .profile-type-badge,html[data-theme=light] .profile-page-wrapper .profile-stat-pill,html[data-theme=light] .profile-page-wrapper .profile-tabs,html[data-theme=light] .profile-page-wrapper .post-card,html[data-theme=light] .profile-page-wrapper .story-card,html[data-theme=light] .story-ad-option{border-color:#a075483d!important;background:linear-gradient(180deg,#fffffef5,#f6ecdff5)!important}html[data-theme=light] .profile-page-wrapper .profile-type-badge,html[data-theme=light] .public-profile-page.profile-theme-private .profile-about-private-label,html[data-theme=light] .public-profile-page.profile-theme-private .profile-about-private-trust svg{color:#3c2f22!important;stroke:#3c2f22!important}.messages-page-shell:before,.annonces-page-shell:before,.app-shell:before,.aide-page:before,.ad-page-shell:before,.favorites-page-shell:before,.notifications-shell:before,.tarif-page-wrapper:before,.profile-page-wrapper:before,.public-profile-page:before,.profile-page:before,.info-page:before,.publish-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(900px 340px at 50% 0%,rgba(255,207,155,.06),transparent 62%),repeating-linear-gradient(135deg,rgba(255,255,255,.014) 0 1px,transparent 1px 7px)}.page-wrapper.annonces-page{background:transparent!important}.annonces-main-grid{padding-top:0!important;padding-bottom:0!important}@media (max-width: 980px){.annonces-page-shell,.messages-page-shell{padding:10px 8px 18px!important}}.site-header{background:radial-gradient(900px 230px at 0% 0%,rgba(255,170,108,.12),transparent 64%),radial-gradient(820px 210px at 100% 0%,rgba(255,118,46,.1),transparent 66%),linear-gradient(180deg,#0b0908e6,#0a0807d6)!important;border-bottom:0!important}.site-header .header-inner.glass-panel{width:auto!important;max-width:1200px!important;margin-left:auto!important;margin-right:auto!important;position:relative}.site-header .header-inner.glass-panel:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#ffc49229;pointer-events:none}.site-header:not(.site-header--scrolled){background:radial-gradient(900px 230px at 0% 0%,rgba(255,170,108,.13),transparent 64%),radial-gradient(820px 210px at 100% 0%,rgba(255,118,46,.11),transparent 66%),linear-gradient(180deg,#18120eb8,#0e0b099e)!important;border-bottom-color:transparent!important;border-top:0!important;box-shadow:none!important}.site-header:not(.site-header--scrolled) .header-inner.glass-panel{border-color:transparent!important;box-shadow:0 10px 24px #0003!important}.site-header:not(.site-header--scrolled) .header-inner.glass-panel:after{opacity:0}@media (min-width: 721px){.site-header{--header-height: 66px !important}.site-header .header-inner.glass-panel{margin-top:1px!important;margin-bottom:1px!important;min-height:calc(var(--header-height, 66px) - 2px)!important;padding:0 18px!important}.site-header .brand-logo{height:37px!important;max-height:calc(var(--header-height, 66px) - 9px)!important}.site-header .nav-links a:not(.header-publish-btn){padding-top:8px!important;padding-bottom:8px!important}}.latest-ads-section{position:relative;border-radius:24px!important;border:1px solid rgba(255,202,158,.2)!important;background:radial-gradient(120% 85% at 0% 0%,rgba(255,154,85,.1),transparent 56%),radial-gradient(85% 72% at 100% 100%,rgba(255,123,44,.08),transparent 60%),linear-gradient(162deg,#1b1714f0,#0e0c0bf5)!important;box-shadow:0 30px 66px #00000057,inset 0 1px #ffffff0f!important;padding:clamp(20px,2.2vw,30px)!important;overflow:hidden}.latest-ads-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.03),transparent 38%),repeating-linear-gradient(135deg,rgba(255,255,255,.01) 0 1px,transparent 1px 9px)}.latest-ads-section>*{position:relative;z-index:1}.latest-ads-section .home-section-head{align-items:center!important;justify-content:space-between;gap:18px;margin-bottom:10px}.latest-ads-section .list-section-title{font-size:clamp(1.7rem,2.6vw,2.25rem)!important;letter-spacing:-.025em!important;line-height:1.05}.latest-ads-section .home-results-count{margin-top:6px;font-size:.95rem;color:#f5ece2bd!important}.latest-ads-section .list-ads-divider{height:1px;background:linear-gradient(90deg,rgba(255,196,146,.2),rgba(255,196,146,.05),transparent 88%);margin:14px 0 18px}.latest-ads-section .home-sponsored-slot{margin-bottom:16px;border-radius:14px;padding:8px;border:1px solid rgba(255,196,146,.14);background:linear-gradient(180deg,#ffffff0b,#ffffff04)}.latest-ads-section .home-results-wrap{margin-top:6px}.latest-ads-section .home-list-stack,.latest-ads-section .home-grid-full{gap:14px!important}.latest-ads-section .ad-card-wrapper{transition:transform .22s ease,filter .22s ease}.latest-ads-section .ad-card-wrapper:hover{transform:translateY(-3px);filter:saturate(1.03)}.latest-ads-section .home-see-more-wrap{margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,196,146,.14)}.latest-ads-section .btn-see-more{border-radius:12px!important;min-height:44px;padding:0 16px!important;border:1px solid rgba(255,196,146,.24)!important;background:linear-gradient(135deg,#ff954e38,#ff711c2e)!important;box-shadow:0 10px 24px #0000003d,inset 0 1px #ffffff1a!important}.latest-ads-section .btn-see-more:hover{transform:translateY(-2px);border-color:#ffd6b059!important}@media (max-width: 900px){.latest-ads-section{border-radius:18px!important;padding:16px!important}.latest-ads-section .home-section-head{flex-direction:column;align-items:flex-start!important;gap:12px}.latest-ads-section .list-section-title{font-size:clamp(1.4rem,6vw,1.85rem)!important}}.auth-page{background:radial-gradient(1100px 520px at 8% -12%,rgba(255,176,116,.26),transparent 56%),radial-gradient(980px 460px at 100% -10%,rgba(255,134,58,.2),transparent 60%),linear-gradient(180deg,#1a130f,#231911 46%,#1b140f)!important}.auth-page:before{top:-6%!important;left:-4%!important;width:620px!important;height:620px!important;background:radial-gradient(circle,rgba(255,170,108,.3) 0%,rgba(255,170,108,.12) 32%,transparent 70%)!important;filter:blur(88px)!important}.auth-page:after{bottom:-10%!important;right:-6%!important;width:560px!important;height:560px!important;background:radial-gradient(circle,rgba(255,124,42,.26) 0%,rgba(255,124,42,.1) 30%,transparent 72%)!important;filter:blur(92px)!important}.auth-container{max-width:480px}.auth-card{background:radial-gradient(120% 90% at 0% 0%,rgba(255,193,140,.08),transparent 58%),linear-gradient(165deg,#211b16eb,#14100df2)!important;border:1px solid rgba(255,204,158,.22)!important;box-shadow:0 30px 72px #00000057,inset 0 1px #ffffff14!important}html[data-theme=light] body,html[data-theme=light] #root,html[data-theme=light] .app-shell,html[data-theme=light] .page-wrapper{background:var(--app-background)!important;color:var(--text)!important}html[data-theme=light] .site-header,html[data-theme=light] .nav-links.mobile-open,html[data-theme=light] .user-dropdown,html[data-theme=light] .lang-dropdown,html[data-theme=light] .header-search-panel,html[data-theme=light] .search-modal-panel,html[data-theme=light] .brand-panel{background:linear-gradient(165deg,#fffbf5fa,#f7eee0fa)!important;border-color:#a678483d!important;box-shadow:0 12px 30px #6246241f!important}html[data-theme=light] .glass-panel,html[data-theme=light] .glass-card,html[data-theme=light] .card,html[data-theme=light] .admin-stat-card,html[data-theme=light] .admin-card,html[data-theme=light] .admin-panel,html[data-theme=light] .search-bar-form,html[data-theme=light] .ad-card,html[data-theme=light] .ad-list-item,html[data-theme=light] .profile-card,html[data-theme=light] .profile-owner-page .profile-posts,html[data-theme=light] .profile-owner-page .profile-stories,html[data-theme=light] .profile-owner-page .profile-settings,html[data-theme=light] .profile-owner-page .settings-section,html[data-theme=light] .profile-owner-page .about-item,html[data-theme=light] .list-section,html[data-theme=light] .publish-panel,html[data-theme=light] .publish-aside,html[data-theme=light] .annonces-page .annonces-results-section,html[data-theme=light] .annonces-page .site-sidebar,html[data-theme=light] .comp-table,html[data-theme=light] .comp-search-field,html[data-theme=light] .comp-empty,html[data-theme=light] .comp-single-preview .comp-preview-card{background:linear-gradient(170deg,#fffefafa,#f9f2e9fa)!important;border-color:#aa7f5133!important;box-shadow:0 14px 30px #684b2b1f!important}html[data-theme=light] .hero-section,html[data-theme=light] .publish-page,html[data-theme=light] .auth-page{background:radial-gradient(1100px 500px at 8% -12%,rgba(235,163,99,.2),transparent 56%),radial-gradient(980px 420px at 100% -10%,rgba(219,138,66,.16),transparent 60%),linear-gradient(180deg,#fdf8f0,#f6edde 46%,#f1e5d5)!important}html[data-theme=light] .hero-card,html[data-theme=light] .auth-card,html[data-theme=light] .publish-flow-wrapper{background:linear-gradient(165deg,#fffdf9f7,#f9f2e7fa)!important;border-color:#ad7f4e38!important;box-shadow:0 24px 48px #5f411f1f!important}html[data-theme=light] .hero-bg:before,html[data-theme=light] .hero-bg:after{opacity:.45!important}html[data-theme=light] input,html[data-theme=light] select,html[data-theme=light] textarea,html[data-theme=light] .search-input,html[data-theme=light] .brand-search,html[data-theme=light] .hero-search-input,html[data-theme=light] .filter-input,html[data-theme=light] .filter-select{background:linear-gradient(180deg,#fffffdfa,#f7eee2fa)!important;border-color:#7f5c363d!important;color:var(--text)!important}html[data-theme=light] input::placeholder,html[data-theme=light] textarea::placeholder,html[data-theme=light] .search-input::placeholder,html[data-theme=light] .brand-search::placeholder{color:#5f4c3a9e!important}html[data-theme=light] .btn-primary,html[data-theme=light] .btn-gradient,html[data-theme=light] .btn-publish,html[data-theme=light] .btn-cta,html[data-theme=light] .comp-bar-go{background:linear-gradient(135deg,#e6924b,#d9782f)!important;color:#fff9f2!important;border-color:#a9662d73!important;box-shadow:0 10px 24px #be76363d!important}html[data-theme=light] .btn-outline,html[data-theme=light] .btn-ghost,html[data-theme=light] .btn-text,html[data-theme=light] .lang-selector-btn,html[data-theme=light] .user-menu-btn,html[data-theme=light] .header-pill,html[data-theme=light] .hamburger,html[data-theme=light] .comp-bar-clear{background:linear-gradient(180deg,#ffffffe0,#f7efe4e6)!important;border-color:#a075483d!important;color:var(--text)!important}html[data-theme=light] .user-dropdown-item,html[data-theme=light] .lang-dropdown-item,html[data-theme=light] .nav-links a,html[data-theme=light] .footer-col-nav a,html[data-theme=light] .footer-bottom-links a,html[data-theme=light] .results-title,html[data-theme=light] .ad-title,html[data-theme=light] .ad-list-title,html[data-theme=light] .ad-card-compact-title,html[data-theme=light] .section-title,html[data-theme=light] h1,html[data-theme=light] h2,html[data-theme=light] h3{color:var(--text)!important}html[data-theme=light] .results-count,html[data-theme=light] .ad-meta,html[data-theme=light] .ad-attributes,html[data-theme=light] .section-subtitle,html[data-theme=light] .muted,html[data-theme=light] .text-muted,html[data-theme=light] .home-results-count,html[data-theme=light] .footer-copy,html[data-theme=light] .footer-tagline{color:var(--text-secondary)!important}html[data-theme=light] .badge,html[data-theme=light] .ad-feature-pill,html[data-theme=light] .ad-city-badge,html[data-theme=light] .ad-list-city-badge,html[data-theme=light] .dealer-all-pill,html[data-theme=light] .comp-count-badge,html[data-theme=light] .dropdown-badge,html[data-theme=light] .theme-chip{border-color:#a0754840!important;box-shadow:none!important}html[data-theme=light] .comp-bar{background:linear-gradient(180deg,#fdf7eff5,#f5ebdcfa)!important;border-top-color:#aa7f5140!important}html[data-theme=light] .site-footer{border-top-color:#aa7f5133!important;background:linear-gradient(180deg,#fffaf3fa,#f5ecdffa)!important}.site-footer .footer-logo-img{filter:drop-shadow(0 6px 14px rgba(0,0,0,.32)) drop-shadow(0 1px 0 rgba(255,180,112,.18))}.site-footer .footer-socials .social-link{color:#fff!important;box-shadow:0 10px 24px #00000047,inset 0 1px #ffffff40!important;border:1px solid rgba(0,0,0,.14)!important}.site-footer .footer-socials .social-link:hover{box-shadow:0 14px 30px #00000057,0 0 0 1px #ffffff38 inset!important}.site-footer .footer-socials .social-facebook{background:#1877f2!important}.site-footer .footer-socials .social-instagram{background:radial-gradient(circle at 30% 107%,#fdf497,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)!important}.site-footer .footer-socials .social-x{background:#111!important}.site-footer .footer-socials .social-tiktok{background:#0d0d0d!important}.site-footer .footer-socials .social-whatsapp{background:#25d366!important}.site-footer .footer-socials .social-linkedin{background:#0a66c2!important}html[data-theme=light] .site-footer .footer-logo-img{filter:drop-shadow(0 6px 12px rgba(84,56,22,.26)) drop-shadow(0 1px 0 rgba(255,255,255,.65))}html[data-theme=light] .site-footer .footer-socials .social-link{box-shadow:0 10px 22px #63452133,inset 0 1px #ffffff4d!important;border-color:#7d593233!important}html[data-theme=light] .view-toggle{background:linear-gradient(180deg,#fffffcf2,#f6ecdff0)!important;border:1px solid rgba(160,117,72,.24)!important;box-shadow:inset 0 1px #fff9,0 6px 16px #674a2814!important}html[data-theme=light] .view-toggle-btn{color:#5a432e!important;background:transparent!important;border:1px solid transparent!important}html[data-theme=light] .view-toggle-btn:hover:not(.active){background:#e28c3e1f!important;color:#3a2b1c!important;border-color:#b0793f42!important}html[data-theme=light] .view-toggle-btn.active{background:linear-gradient(135deg,#e6924b,#d9782f)!important;color:#fffdf9!important;border-color:#9c5e2980!important;box-shadow:0 8px 18px #b06c2f3d!important}html[data-theme=light] .view-toggle-btn svg{stroke:currentColor!important;color:currentColor!important}html[data-theme=light] .hero-title-soft,html[data-theme=light] .hero-lead,html[data-theme=light] .hero-stats .stat-num,html[data-theme=light] .hero-stats .stat-label,html[data-theme=light] .hero-search-submit,html[data-theme=light] .flow-lead,html[data-theme=light] .section-title,html[data-theme=light] .list-section-title,html[data-theme=light] .footer-col-title,html[data-theme=light] .comp-title,html[data-theme=light] .comp-subtitle,html[data-theme=light] .comp-score-label,html[data-theme=light] .comp-score-num,html[data-theme=light] .comp-vehicle-name,html[data-theme=light] .comp-vehicle-link,html[data-theme=light] .comp-empty-hint,html[data-theme=light] .ad-price,html[data-theme=light] .ad-list-price,html[data-theme=light] .ad-card-compact-price{color:#3f2f21!important;text-shadow:none!important}html[data-theme=light] .hero-title-accent{background:linear-gradient(135deg,#cc6f28,#e28a43 60%,#b95b19)!important;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:none!important}html[data-theme=light] .hero-tagline,html[data-theme=light] .comp-count-badge,html[data-theme=light] .dropdown-badge,html[data-theme=light] .theme-chip{color:#593f29!important;background:#e28c3e29!important;border-color:#a0754847!important}html[data-theme=light] .seller-badge,html[data-theme=light] .badge,html[data-theme=light] .ad-feature-pill,html[data-theme=light] .ad-city-badge,html[data-theme=light] .ad-list-city-badge,html[data-theme=light] .dealer-all-pill{color:#4d3a28!important;background:linear-gradient(180deg,#fffffdeb,#f5ece0f2)!important;border-color:#9e734640!important}html[data-theme=light] .sort-select-inline,html[data-theme=light] .filter-select,html[data-theme=light] .filter-input,html[data-theme=light] .search-input{color:#3d2e20!important;background:linear-gradient(180deg,#fffffef7,#f6eee3fa)!important;border-color:#976c3d42!important}html[data-theme=light] .sort-select-inline option,html[data-theme=light] .filter-select option{color:#3d2e20;background:#fffaf3}html[data-theme=light] .profile-header-content.pro-highlight .profile-bio,html[data-theme=light] .profile-header-content.pro-highlight .profile-meta,html[data-theme=light] .profile-header-content.particulier-highlight .profile-bio,html[data-theme=light] .profile-header-content.particulier-highlight .profile-meta,html[data-theme=light] .profile-page-wrapper .profile-bio{color:#3f2f21!important}html[data-theme=light] .about-form label,html[data-theme=light] .about-label{color:#5a4634!important}html[data-theme=light] .about-form input,html[data-theme=light] .about-form textarea{color:#2f2419!important;background:linear-gradient(180deg,#fffffdfa,#f8f0e4fa)!important;border-color:#986e3f3d!important}html[data-theme=light] .about-form input::placeholder,html[data-theme=light] .about-form textarea::placeholder{color:#5f4c3a9e!important}html[data-theme=light] .about-form input:focus,html[data-theme=light] .about-form textarea:focus{background:linear-gradient(180deg,#fffffffc,#faf2e6fc)!important;border-color:#c57c3785!important;box-shadow:0 0 0 3px #e1924b29!important}html[data-theme=light] .site-header{background:radial-gradient(900px 230px at 0% 0%,rgba(230,165,105,.16),transparent 64%),radial-gradient(820px 210px at 100% 0%,rgba(219,140,71,.12),transparent 66%),linear-gradient(180deg,#fcf6eef0,#f5ebddeb)!important;border-bottom:1px solid rgba(170,127,81,.18)!important;box-shadow:none!important}html[data-theme=light] .site-header .header-inner.glass-panel{border-color:#aa7f512e!important;box-shadow:0 8px 20px #6d4d281a!important}html[data-theme=light] .site-header .header-inner.glass-panel:after{background:#aa7f512e!important;opacity:1!important}html[data-theme=light] .site-header:not(.site-header--scrolled){background:radial-gradient(900px 230px at 0% 0%,rgba(235,170,110,.18),transparent 64%),radial-gradient(820px 210px at 100% 0%,rgba(224,146,78,.14),transparent 66%),linear-gradient(180deg,#fffaf3f2,#f7eee2ed)!important;border-bottom-color:#aa7f512e!important}html[data-theme=light] .latest-ads-section{border-color:#ab7e4e38!important;background:radial-gradient(120% 85% at 0% 0%,rgba(233,161,95,.12),transparent 56%),radial-gradient(85% 72% at 100% 100%,rgba(224,143,73,.1),transparent 60%),linear-gradient(162deg,#fffcf7fa,#f7eee0fa)!important;box-shadow:0 20px 44px #674a281f,inset 0 1px #ffffff8c!important}html[data-theme=light] .latest-ads-section:after{background:linear-gradient(120deg,rgba(142,99,57,.06),transparent 38%),repeating-linear-gradient(135deg,rgba(142,99,57,.025) 0 1px,transparent 1px 9px)!important}html[data-theme=light] .latest-ads-section .home-results-count{color:#6a5848!important}html[data-theme=light] .latest-ads-section .home-sponsored-slot{border-color:#ab7e4e2e!important;background:linear-gradient(180deg,#fffffce6,#f7eee0e6)!important}html[data-theme=light] .latest-ads-section .btn-see-more{border-color:#ab7e4e47!important;background:linear-gradient(135deg,#e28f453d,#d27a2c33)!important;box-shadow:0 10px 22px #6f4f2924,inset 0 1px #fff6!important}html[data-theme=light] .profile-page-wrapper .change-cover-btn,html[data-theme=light] .profile-page-wrapper .btn-story,html[data-theme=light] .profile-page-wrapper .profile-cta-btn{color:#3b2b1d!important;text-shadow:none!important}html[data-theme=light] .profile-page-wrapper .change-cover-btn{background:linear-gradient(180deg,#fffffef5,#f7eee2f5)!important;border-color:#9a6d3e47!important;box-shadow:0 6px 16px #6c4c2824!important}html[data-theme=light] .profile-page-wrapper .change-cover-btn:hover{background:linear-gradient(180deg,#fff,#faf2e6)!important;border-color:#b17a436b!important}html[data-theme=light] .profile-page,html[data-theme=light] .profile-page-wrapper,html[data-theme=light] .profile-owner-page,html[data-theme=light] .public-profile-page,html[data-theme=light] .profile-content-area,html[data-theme=light] .container-profile{background:transparent!important;color:#2f2419!important}html[data-theme=light] .messages-page-shell:before,html[data-theme=light] .annonces-page-shell:before,html[data-theme=light] .app-shell:before,html[data-theme=light] .aide-page:before,html[data-theme=light] .ad-page-shell:before,html[data-theme=light] .favorites-page-shell:before,html[data-theme=light] .notifications-shell:before,html[data-theme=light] .tarif-page-wrapper:before,html[data-theme=light] .profile-page-wrapper:before,html[data-theme=light] .public-profile-page:before,html[data-theme=light] .profile-page:before,html[data-theme=light] .info-page:before,html[data-theme=light] .publish-page:before{background:radial-gradient(900px 340px at 50% 0%,rgba(176,124,72,.08),transparent 62%),repeating-linear-gradient(135deg,rgba(176,124,72,.022) 0 1px,transparent 1px 7px)!important}html[data-theme=light] .profile-owner-page .profile-owner-header{border-color:#a677483d!important;box-shadow:0 14px 30px #6649271f!important;background:linear-gradient(170deg,#fffdf9fa,#f6ecdefa)!important}html[data-theme=light] .profile-owner-page .profile-owner-header.pro-highlight,html[data-theme=light] .profile-owner-page .profile-owner-header.particulier-highlight{border-color:#a677483d!important;background:linear-gradient(170deg,#fffdf9fa,#f6ecdefa)!important}html[data-theme=light] .profile-owner-page .profile-tabs{background:linear-gradient(180deg,#fffffdfa,#f6ecdffa)!important;border-color:#a6774838!important}html[data-theme=light] .profile-owner-page .profile-tabs button{color:#5b4634!important}html[data-theme=light] .messages-page-shell,html[data-theme=light] .messages-shell,html[data-theme=light] .messages-sidebar-pane,html[data-theme=light] .messages-chat-pane,html[data-theme=light] .chat-window,html[data-theme=light] .chat-empty-state,html[data-theme=light] .chat-messages{background:linear-gradient(180deg,#fffcf7fa,#f6eee3fa)!important}html[data-theme=light] .messages-shell{border:1px solid rgba(174,133,89,.18)!important;box-shadow:0 24px 56px #78542e1f!important}html[data-theme=light] .messages-sidebar-pane{border-right:1px solid rgba(174,133,89,.16)!important}html[data-theme=light] .conversation-list-root,html[data-theme=light] .conversation-list-header,html[data-theme=light] .chat-header,html[data-theme=light] .chat-input-form{background:linear-gradient(180deg,#fffffdfa,#f8f0e6fa)!important;border-color:#ae85592e!important;box-shadow:none!important}html[data-theme=light] .chat-empty-icon,html[data-theme=light] .chat-user-name,html[data-theme=light] .chat-message-text,html[data-theme=light] .chat-typing-text,html[data-theme=light] .chat-date-divider,html[data-theme=light] .conversation-item-preview,html[data-theme=light] .conversation-item-time,html[data-theme=light] .conversation-search-input,html[data-theme=light] .conversation-list-header p{color:#5f4a37!important}html[data-theme=light] .chat-bubble{background:linear-gradient(180deg,#fffffefa,#f6ede1fa)!important;border-color:#ae85592e!important;color:#2f2419!important;box-shadow:0 10px 24px #714f2c1a!important}html[data-theme=light] .chat-bubble.own{color:#fff7f0!important;box-shadow:0 12px 26px #ff8c423d!important}html[data-theme=light] .chat-typing-bubble{background:linear-gradient(180deg,#fffcf7fa,#f4e9d9fa)!important}html[data-theme=light] .chat-input{background:#fffdfa!important;border-color:#ae855938!important;color:#2f2419!important}html[data-theme=light] .chat-input::placeholder{color:#9b7c5f!important}html[data-theme=light] .chat-input:focus,html[data-theme=light] .conversation-search-input:focus{background:#fff!important;border-color:#ff8c426b!important;box-shadow:0 0 0 4px #ff8c421f!important}html[data-theme=light] .chat-back-btn{background:#ff8c4214!important;color:#d2671d!important}html[data-theme=light] .chat-image-preview{background:linear-gradient(180deg,#fffffdfc,#f7efe4fc)!important;border-color:#ae85592e!important}html[data-theme=light] .chat-support-panel{background:linear-gradient(180deg,#fffffdfa,#f7efe4fa)!important;border-color:#ae85592e!important;box-shadow:0 24px 54px #714f2c24!important}html[data-theme=light] .chat-support-link,html[data-theme=light] .chat-support-input{background:#fffdfa!important;border-color:#ae85592e!important;color:#2f2419!important}html[data-theme=light] .chat-support-input::placeholder{color:#9b7c5f}html[data-theme=light] .chat-support-close:hover{background:#ffffff47!important}html[data-theme=light] .cookie-banner{background:linear-gradient(180deg,#fffcf7fa,#f5ece0fa)!important;border-top-color:#ae85592e!important;box-shadow:0 -14px 38px #714f2c1f!important}html[data-theme=light] .cookie-banner-copy,html[data-theme=light] .cookie-banner-btn-secondary{color:#5f4a37!important}html[data-theme=light] .cookie-banner-btn-secondary{border-color:#ae855933!important;background:#ffffffb3!important}html[data-theme=light] .profile-about-map-footer{background:linear-gradient(180deg,#fffaf4f5,#f4e9dafa)!important;border-top:1px solid rgba(174,133,89,.16)!important;color:#3c2f22!important}html[data-theme=light] .not-found-main{padding:40px 20px!important}html[data-theme=light] .not-found-code{color:#d56d22!important;text-shadow:0 10px 24px rgba(255,140,66,.16)!important}html[data-theme=light] .not-found-title,html[data-theme=light] .not-found-desc{color:#3c2f22!important}.not-found-actions .not-found-home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:12px;text-decoration:none;font-weight:800;transition:all .2s ease}html[data-theme=light] .not-found-actions .btn-secondary{background:linear-gradient(180deg,#fffffdf5,#f6ecdff5)!important;border:1px solid rgba(166,119,72,.24)!important;color:#4f3b29!important;box-shadow:0 8px 18px #674a281f!important}html[data-theme=light] .not-found-actions .btn-secondary:hover,html[data-theme=light] .not-found-actions .btn-secondary:focus-visible{background:linear-gradient(180deg,#fff7ecfa,#f5e9d7fa)!important;border-color:#c97e3c6b!important;color:#3c2f22!important;box-shadow:0 12px 22px #674a2829!important}html[data-theme=light] .publish-page,html[data-theme=light] .publish-panel,html[data-theme=light] .publish-layout,html[data-theme=light] .publish-main,html[data-theme=light] .publish-body{background:transparent!important}html[data-theme=light] .publish-hero,html[data-theme=light] .publish-hero.enhanced{background:linear-gradient(180deg,#fffcf7fa,#f5ebdefa)!important;border-color:#ae85592e!important;box-shadow:0 20px 44px #714f2c1f!important}html[data-theme=light] .publish-hero .publish-title,html[data-theme=light] .publish-hero.enhanced .publish-title,html[data-theme=light] .publish-title,html[data-theme=light] .flow-option-body,html[data-theme=light] .step-title,html[data-theme=light] .section-title,html[data-theme=light] .form-label{color:#3c2f22!important}html[data-theme=light] .publish-hero .publish-desc,html[data-theme=light] .publish-hero.enhanced .publish-desc,html[data-theme=light] .publish-hero.enhanced .publish-features li,html[data-theme=light] .step-description,html[data-theme=light] .publish-help-text,html[data-theme=light] .publish-location-applied-note,html[data-theme=light] .flow-option-points,html[data-theme=light] .upload-hint,html[data-theme=light] .upload-add-text,html[data-theme=light] .placeholder{color:#7a624d!important}html[data-theme=light] .publish-hero.enhanced .publish-features li:before{color:#fff7f0!important;background:linear-gradient(135deg,#ff9b56,#ea7a2a)!important}html[data-theme=light] .publish-step-card,html[data-theme=light] .publish-form-section,html[data-theme=light] .equipment-card,html[data-theme=light] .image-upload-zone,html[data-theme=light] .flow-option,html[data-theme=light] .publish-progress-bar,html[data-theme=light] .form-actions{background:linear-gradient(170deg,#fffdfafa,#f8f0e4fa)!important;border-color:#ae85592e!important;box-shadow:0 14px 34px #714f2c1a!important}html[data-theme=light] .form-input,html[data-theme=light] .form-select,html[data-theme=light] .color-input,html[data-theme=light] .date-part-select,html[data-theme=light] .city-suggestions-list{background:#fffdfa!important;color:#2f2419!important;border-color:#ae855933!important}html[data-theme=light] .form-input::placeholder,html[data-theme=light] .form-textarea::placeholder{color:#9b7c5f!important}html[data-theme=light] .upload-dropzone,html[data-theme=light] .upload-dropzone.upload-dropzone-add{background:linear-gradient(180deg,#fff4e7f2,#f9edddf2)!important;border-color:#b87f4642!important}html[data-theme=light] .section-title,html[data-theme=light] .publish-form-section .section-title{border-bottom-color:#ae855924!important}html[data-theme=light] .equipment-checkbox-custom{border-color:#a6774857!important;background:linear-gradient(180deg,#fffffefa,#f6ecdffa)!important;box-shadow:inset 0 1px 2px #6b4b2629!important}html[data-theme=light] .equipment-checkbox-label:hover .equipment-checkbox-custom{border-color:#c97e3c75!important;background:linear-gradient(180deg,#fff7ecfc,#f5e9d7fc)!important}html[data-theme=light] .equipment-checkbox:focus-visible~.equipment-checkbox-custom{border-color:#cf742e8c!important;box-shadow:0 0 0 4px #ef9c5424,inset 0 1px 2px #6b4b2624!important}html[data-theme=light] .equipment-checkbox:checked~.equipment-checkbox-custom{background:linear-gradient(135deg,#e7924c,#cf742e)!important;border-color:#a6632d9e!important;box-shadow:0 8px 16px #c7742e3d,inset 0 1px 2px #ffffff3d!important}html[data-theme=light] .equipment-checkbox:checked~.equipment-checkbox-custom:after{border-color:#fff9f2!important}html[data-theme=light] .profile-owner-page .profile-tabs button.active{color:#fff9f2!important;background:linear-gradient(135deg,#e6924b,#d9782f)!important;box-shadow:0 8px 18px #b06c2f38,inset 0 0 0 1px #ffffff52!important}html[data-theme=light] .profile-owner-page .profile-posts,html[data-theme=light] .profile-owner-page .profile-stories,html[data-theme=light] .profile-owner-page .profile-settings,html[data-theme=light] .profile-owner-page .settings-section,html[data-theme=light] .profile-owner-page .about-item,html[data-theme=light] .profile-owner-page .post-card,html[data-theme=light] .profile-owner-page .profile-social-sidebar .profile-sidebar-card,html[data-theme=light] .profile-owner-page .profile-sidebar-kpi{background:linear-gradient(170deg,#fffefafa,#f7efe3fa)!important;border-color:#a6774833!important;box-shadow:0 12px 26px #6649271a!important;color:#2f2419!important}html[data-theme=light] .profile-owner-page .section-header,html[data-theme=light] .profile-owner-page .about-item,html[data-theme=light] .profile-owner-page .about-item:last-child{border-color:#a677482e!important}html[data-theme=light] .profile-owner-page .about-form input,html[data-theme=light] .profile-owner-page .about-form textarea{color:#2f2419!important;background:linear-gradient(180deg,#fffffdfa,#f7efe3fa)!important;border-color:#976c3d42!important}html[data-theme=light] .profile-owner-page .about-form input::placeholder,html[data-theme=light] .profile-owner-page .about-form textarea::placeholder{color:#5f4c3a9e!important}html[data-theme=light] .profile-owner-page .change-cover-btn,html[data-theme=light] .profile-owner-page .btn-story,html[data-theme=light] .profile-owner-page .btn-add,html[data-theme=light] .profile-owner-page .btn-save,html[data-theme=light] .profile-owner-page .btn-edit-about{color:#3b2b1d!important;background:linear-gradient(180deg,#fffffef7,#f7eee2f7)!important;border-color:#9a6d3e47!important;text-shadow:none!important}html[data-theme=light] .profile-owner-page .change-cover-btn svg,html[data-theme=light] .profile-owner-page .btn-story svg,html[data-theme=light] .profile-owner-page .btn-add svg,html[data-theme=light] .profile-owner-page .btn-save svg,html[data-theme=light] .profile-owner-page .btn-edit-about svg{color:currentColor!important}html[data-theme=light] .site-header{background:radial-gradient(960px 240px at 0% 0%,rgba(228,160,96,.13),transparent 64%),radial-gradient(880px 220px at 100% 0%,rgba(214,136,66,.1),transparent 67%),linear-gradient(180deg,#fdf8f1f5,#f6ede0f0)!important;border-bottom:1px solid rgba(167,122,74,.2)!important;box-shadow:0 4px 18px #73512d14!important}html[data-theme=light] .site-header .header-inner.glass-panel{background:linear-gradient(165deg,#fffdf8eb,#f8f0e5e6)!important;border:1px solid rgba(170,126,80,.2)!important;box-shadow:0 10px 24px #6c4c281f,inset 0 1px #fff9!important}html[data-theme=light] .site-header .header-inner.glass-panel:after{background:#ab7f5133!important;opacity:1!important}html[data-theme=light] .site-header .brand-logo{filter:drop-shadow(0 3px 8px rgba(121,83,43,.18))!important}html[data-theme=light] .site-header .nav-links a:not(.header-publish-btn){color:#56412e!important;border:1px solid transparent!important;background:transparent!important}html[data-theme=light] .site-header .nav-links a:not(.header-publish-btn):hover,html[data-theme=light] .site-header .nav-links a:not(.header-publish-btn):focus-visible{color:#352618!important;background:linear-gradient(180deg,#e9994f29,#db85371a)!important;border-color:#b27c4447!important;box-shadow:0 6px 16px #7a562e1f!important}html[data-theme=light] .site-header .lang-selector-btn,html[data-theme=light] .site-header .user-menu-btn,html[data-theme=light] .site-header .header-login-btn,html[data-theme=light] .site-header .header-pill,html[data-theme=light] .site-header .notification-bell-btn,html[data-theme=light] .site-header .hamburger{color:#3f2f21!important;background:linear-gradient(180deg,#fffffcf0,#f6ede0ed)!important;border:1px solid rgba(165,118,70,.24)!important;box-shadow:inset 0 1px #ffffffb8,0 8px 18px #704e2a1f!important}html[data-theme=light] .site-header .lang-selector-btn:hover,html[data-theme=light] .site-header .user-menu-btn:hover,html[data-theme=light] .site-header .header-login-btn:hover,html[data-theme=light] .site-header .header-pill:hover,html[data-theme=light] .site-header .notification-bell-btn:hover,html[data-theme=light] .site-header .hamburger:hover{border-color:#be844957!important;background:linear-gradient(180deg,#fffffffa,#faf2e6f2)!important;box-shadow:inset 0 1px #fffc,0 12px 24px #7b552c29!important}html[data-theme=light] .site-header .user-menu-avatar{border-color:#b37e4857!important}html[data-theme=light] .site-header .lang-dropdown,html[data-theme=light] .site-header .user-dropdown,html[data-theme=light] .site-header .nav-links.mobile-open{background:linear-gradient(170deg,#fffdf8fa,#f7eddffa)!important;border:1px solid rgba(168,122,76,.24)!important;box-shadow:0 20px 40px #6b4b2629!important}html[data-theme=light] .site-header .lang-dropdown-item,html[data-theme=light] .site-header .user-dropdown-item,html[data-theme=light] .site-header .nav-links.mobile-open a{color:#3f2f21!important;border-bottom-color:#ab7f512e!important}html[data-theme=light] .site-header .lang-dropdown-item:hover,html[data-theme=light] .site-header .user-dropdown-item:hover,html[data-theme=light] .site-header .nav-links.mobile-open a:hover{color:#2f2216!important;background:#e8934724!important}html[data-theme=light] .site-header .lang-dropdown-item.active{color:#2e2114!important;background:#e58d3e33!important}html[data-theme=light] .dashboard-header,html[data-theme=light] .dashboard-stat-card,html[data-theme=light] .dashboard-table,html[data-theme=light] .dashboard-full-table,html[data-theme=light] .dashboard-empty,html[data-theme=light] .dashboard-section{background:linear-gradient(170deg,#fffdf8fa,#f6ecdffa)!important;border:1px solid rgba(167,122,74,.2)!important;box-shadow:0 14px 30px #6c4c281f,inset 0 1px #ffffff9e!important}html[data-theme=light] .dashboard-header{border-bottom-color:#a77a4a2e!important}html[data-theme=light] .dashboard-header-sub,html[data-theme=light] .dashboard-empty,html[data-theme=light] .dashboard-stat-label,html[data-theme=light] .dashboard-stat-subtitle,html[data-theme=light] .dashboard-table-price,html[data-theme=light] .dashboard-table-stat-label,html[data-theme=light] .dashboard-table-header{color:#6d5845!important}html[data-theme=light] .dashboard-empty h2,html[data-theme=light] .dashboard-section-title,html[data-theme=light] .dashboard-table-title,html[data-theme=light] .dashboard-table-body-row .title{color:#2f2419!important}html[data-theme=light] .dashboard-table-row:hover,html[data-theme=light] .dashboard-table-body-row:hover{background:#e8934714!important}html[data-theme=light] .dashboard-table-stat,html[data-theme=light] .dashboard-empty-icon,html[data-theme=light] .dashboard-bar-wrap,html[data-theme=light] .dashboard-table-header{background:linear-gradient(180deg,#fffffdeb,#f7eee1eb)!important;border-color:#a6774833!important}html[data-theme=light] .rank-num,html[data-theme=light] .dashboard-table-body-row .price{color:#745f4a!important}.security-modal-overlay{animation:securityOverlayFadeIn .18s ease-out}.security-modal{max-width:520px;animation:securityModalPop .22s cubic-bezier(.16,1,.3,1)!important}@keyframes securityOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes securityModalPop{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.site-header .brand-logo{filter:drop-shadow(0 2px 0 rgba(0,0,0,.44)) drop-shadow(0 6px 14px rgba(0,0,0,.4)) drop-shadow(0 0 1px rgba(0,0,0,.5))}html[data-theme=light] .site-header .brand-logo{filter:drop-shadow(0 2px 0 rgba(86,58,29,.46)) drop-shadow(0 7px 16px rgba(122,83,42,.34)) drop-shadow(0 0 1px rgba(86,58,29,.52))!important}html[data-theme=light] .hero-title-accent{background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;-webkit-text-fill-color:currentColor!important;color:#cf7029!important;text-shadow:none!important;filter:none!important}html[data-theme=light] .aide-page{background:radial-gradient(980px 420px at 0% -10%,rgba(226,154,90,.16),transparent 58%),radial-gradient(860px 390px at 100% -8%,rgba(216,138,68,.12),transparent 62%),linear-gradient(180deg,#fdf8f0,#f6edde 46%,#f1e5d5)!important}html[data-theme=light] .aide-page .hero-inner,html[data-theme=light] .aide-page .aide-guide-card,html[data-theme=light] .aide-page .aide-faq-category,html[data-theme=light] .aide-page .aide-faq-item,html[data-theme=light] .aide-page .aide-report-card,html[data-theme=light] .aide-page .aide-contact-card,html[data-theme=light] .aide-page .aide-resource-link,html[data-theme=light] .aide-page .aide-quick-cta,html[data-theme=light] .aide-page .aide-assistant-intro,html[data-theme=light] .aide-page .aide-search-box,html[data-theme=light] .aide-page .aide-security-warning,html[data-theme=light] .aide-page .aide-security-contact{background:linear-gradient(170deg,#fffdf9fa,#f6ecdefa)!important;border-color:#a6774838!important;box-shadow:0 14px 30px #6c4c281f,inset 0 1px #ffffffa6!important}html[data-theme=light] .aide-page .aide-main,html[data-theme=light] .aide-page .aide-section,html[data-theme=light] .aide-page .aide-quick-section,html[data-theme=light] .aide-page .aide-resources-section{background:transparent!important;border-color:#a6774829!important}html[data-theme=light] .aide-page .aide-hero-content h1,html[data-theme=light] .aide-page .aide-section-title,html[data-theme=light] .aide-page .aide-faq-category-title,html[data-theme=light] .aide-page .aide-guide-header h3,html[data-theme=light] .aide-page .aide-quick-cta h3,html[data-theme=light] .aide-page .aide-contact-card h3,html[data-theme=light] .aide-page .aide-report-card h3,html[data-theme=light] .aide-page .aide-assistant-intro h3{color:#2f2419!important;text-shadow:none!important}html[data-theme=light] .aide-page .aide-hero-content p,html[data-theme=light] .aide-page .aide-faq-answer,html[data-theme=light] .aide-page .aide-guide-content,html[data-theme=light] .aide-page .aide-guide-content li,html[data-theme=light] .aide-page .aide-report-card p,html[data-theme=light] .aide-page .aide-report-card li,html[data-theme=light] .aide-page .aide-contact-card p,html[data-theme=light] .aide-page .aide-contact-card small,html[data-theme=light] .aide-page .aide-quick-cta p,html[data-theme=light] .aide-page .aide-assistant-intro p,html[data-theme=light] .aide-page .aide-assistant-intro ul{color:#5f4c3a!important}html[data-theme=light] .aide-page .aide-guide-header,html[data-theme=light] .aide-page .aide-faq-question{background:#e9974c14!important;color:#3a2b1d!important}html[data-theme=light] .aide-page .aide-faq-question:hover,html[data-theme=light] .aide-page .aide-guide-header:hover{background:#e9974c24!important;color:#2f2216!important}html[data-theme=light] .aide-page .aide-faq-question.active,html[data-theme=light] .aide-page .aide-guide-toggle,html[data-theme=light] .aide-page .aide-title-icon,html[data-theme=light] .aide-page .aide-inline-icon,html[data-theme=light] .aide-page .aide-resource-icon,html[data-theme=light] .aide-page .aide-contact-icon{color:#cc742e!important}html[data-theme=light] .aide-page .aide-guide-content li,html[data-theme=light] .aide-page .aide-report-card li,html[data-theme=light] .aide-page .aide-faq-category-title,html[data-theme=light] .aide-page .aide-faq-item,html[data-theme=light] .aide-page .aide-resource-link,html[data-theme=light] .aide-page .aide-contact-card,html[data-theme=light] .aide-page .aide-report-card{border-color:#a6774833!important}html[data-theme=light] .aide-page .aide-guide-content li:before{box-shadow:0 3px 10px #bc753538!important}html[data-theme=light] .aide-page .aide-search-input{background:linear-gradient(180deg,#fffffdfa,#f7efe3fa)!important;border-color:#966b3c3d!important;color:#2f2419!important}html[data-theme=light] .aide-page .aide-search-input::placeholder{color:#5f4c3a9e!important}html[data-theme=light] .aide-page .aide-resource-link,html[data-theme=light] .aide-page .aide-quick-link,html[data-theme=light] .aide-page .aide-guide-cta,html[data-theme=light] .aide-page .aide-contact-link{color:#3f2f21!important}html[data-theme=light] .aide-page .aide-resource-link:hover,html[data-theme=light] .aide-page .aide-quick-link:hover,html[data-theme=light] .aide-page .aide-contact-link:hover{background:#e9974c1f!important;color:#2f2216!important}html[data-theme=light] .search-bar-form.searchbar-v2{background:transparent!important}html[data-theme=light] .search-bar-form.searchbar-v2 .searchbar-v2-shell{background:radial-gradient(620px 170px at 12% -22%,rgba(235,157,86,.2),transparent 62%),linear-gradient(165deg,#fffdf9,#f5ecdf)!important;border:1px solid rgba(165,116,67,.24)!important;box-shadow:0 12px 28px #6e4c261f,inset 0 1px #ffffffbf!important}html[data-theme=light] .search-bar-form.searchbar-v2 .searchbar-v2-field{background:linear-gradient(180deg,#fffefb,#f8efe1)!important;border:1px solid rgba(154,108,62,.22)!important;box-shadow:inset 0 1px #ffffffd6!important}html[data-theme=light] .search-bar-form.searchbar-v2 .searchbar-v2-field:hover{border-color:#c57e3f61!important;box-shadow:0 6px 16px #a7703c1f,inset 0 1px #ffffffe6!important}html[data-theme=light] .search-bar-form.searchbar-v2 .searchbar-v2-field:focus-within{border-color:#d27d308c!important;box-shadow:0 0 0 4px #ef9c5433,0 7px 18px #af753c24!important}html[data-theme=light] .search-bar-form.searchbar-v2 .searchbar-v2-icon{color:#996736!important}html[data-theme=light] .search-bar-form.searchbar-v2 .searchbar-v2-input,html[data-theme=light] .search-bar-form.searchbar-v2 .searchbar-v2-select{color:#2f2419!important;font-weight:700!important}html[data-theme=light] .search-bar-form.searchbar-v2 .searchbar-v2-input::placeholder{color:#694f38b8!important}html[data-theme=light] .search-bar-form.searchbar-v2 .searchbar-v2-picker,html[data-theme=light] .search-bar-form.searchbar-v2 .searchbar-v2-geo-btn{background:linear-gradient(180deg,#fffefb,#f7eddc)!important;border:1px solid rgba(154,108,62,.28)!important;color:#5c4024!important}html[data-theme=light] .search-bar-form.searchbar-v2 .searchbar-v2-picker:hover,html[data-theme=light] .search-bar-form.searchbar-v2 .searchbar-v2-geo-btn:hover{border-color:#cc7e3975!important;background:linear-gradient(180deg,#fff6ea,#f4e5cf)!important}html[data-theme=light] .search-bar-form.searchbar-v2 .searchbar-v2-actions .btn-outline{background:linear-gradient(180deg,#fffdf9,#f5ebdc)!important;border:1px solid rgba(158,113,67,.3)!important;color:#3c2c1d!important}html[data-theme=light] .search-bar-form.searchbar-v2 .city-suggestions{background:#fffdf9!important;border:1px solid rgba(166,118,71,.26)!important;box-shadow:0 14px 26px #704e2824!important}html[data-theme=light] .search-bar-form.searchbar-v2 .city-suggestions li{color:#3a2b1d!important}html[data-theme=light] .search-bar-form.searchbar-v2 .city-suggestions li:hover,html[data-theme=light] .search-bar-form.searchbar-v2 .city-suggestions li.highlight{background:#ea9a5224!important}html[data-theme=light] .tarif-page-wrapper{background:radial-gradient(1050px 420px at 0% -10%,rgba(228,152,84,.14),transparent 58%),radial-gradient(980px 400px at 100% -10%,rgba(216,139,70,.11),transparent 62%),linear-gradient(180deg,#fdf8f0,#f6edde 46%,#f1e5d5)!important}html[data-theme=light] .tarif-page{color:#2f2419!important}html[data-theme=light] .tarif-page-wrapper .hero-section .hero-inner{border-color:#a574433d!important;background:radial-gradient(560px 180px at 10% -20%,rgba(236,160,91,.18),transparent 62%),linear-gradient(165deg,#fffdf9fa,#f6ecdefa)!important;box-shadow:0 18px 38px #694a271f,inset 0 1px #ffffffb8!important}html[data-theme=light] .tarif-page .tarif-hero-content h1,html[data-theme=light] .tarif-page .tarif-details-title,html[data-theme=light] .tarif-page .tarif-compare-inner h2,html[data-theme=light] .tarif-page .tarif-faq-wrap h2,html[data-theme=light] .tarif-page .tarif-cta-inner h2{color:#2f2419!important;text-shadow:none!important}html[data-theme=light] .tarif-page .tarif-hero-content p,html[data-theme=light] .tarif-page .tarif-stat-label,html[data-theme=light] .tarif-page .tarif-loading-hint,html[data-theme=light] .tarif-page .tarif-mini-stat-label{color:#5f4c3a!important}html[data-theme=light] .tarif-page .tarif-stats-grid,html[data-theme=light] .tarif-page .tarif-details-card,html[data-theme=light] .tarif-page .pricing-card,html[data-theme=light] .tarif-page .tarif-compare-inner>div,html[data-theme=light] .tarif-page .tarif-faq-wrap>div{border:1px solid rgba(166,119,72,.22)!important;background:linear-gradient(168deg,#fffefafa,#f7eee2fa)!important;box-shadow:0 14px 30px #674a281f,inset 0 1px #ffffffad!important}html[data-theme=light] .tarif-page .tarif-stat-number{color:#cf742e!important}html[data-theme=light] .tarif-page .tarif-mini-stat{border-color:#a6774833!important;background:linear-gradient(180deg,#fffffdfa,#f6ecdffa)!important}html[data-theme=light] .tarif-page .pricing-card:hover{box-shadow:0 22px 44px #6e4e2829!important}html[data-theme=light] .tarif-page .pricing-card--pro{box-shadow:0 22px 46px #d2833d33,inset 0 1px #ffffffb8!important}html[data-theme=light] .tarif-page .tarif-compare-section,html[data-theme=light] .tarif-page .tarif-faq-wrap{background:transparent!important;border-color:#a6774829!important}html[data-theme=light] .tarif-page .tarif-compare-inner>div:nth-child(2){background:linear-gradient(170deg,#fffdf8fa,#f6ecdefa)!important;border-color:#a6774838!important}html[data-theme=light] .tarif-page .tarif-compare-inner>div:nth-child(2)>div:first-child{background:linear-gradient(180deg,#fcf4e7fa,#f4e9d9fa)!important;color:#3a2b1d!important}html[data-theme=light] .tarif-page .tarif-compare-inner>div:nth-child(2)>div:not(:first-child){color:#3f2f21!important;border-bottom-color:#a677482e!important}html[data-theme=light] .tarif-page .tarif-faq-wrap>div:nth-child(2)>div{background:linear-gradient(180deg,#fffffdfa,#f6ecdffa)!important;border-color:#a6774838!important}html[data-theme=light] .tarif-page .tarif-faq-wrap>div:nth-child(2)>div button{color:#2f2419!important}html[data-theme=light] .tarif-page .tarif-faq-wrap>div:nth-child(2)>div button+div{color:#5f4c3a!important}html[data-theme=light] .tarif-page .tarif-cta-section{background:linear-gradient(140deg,#f0a25d,#de7f31)!important;border-top:1px solid rgba(166,119,72,.26)!important}html[data-theme=light] .tarif-page .tarif-cta-btn-primary{background:linear-gradient(180deg,#fffefb,#f7eddc)!important;color:#6a3f17!important;border:1px solid rgba(156,106,58,.3)!important;box-shadow:0 10px 22px #6f4e2833!important}html[data-theme=light] .tarif-page .tarif-cta-btn-secondary{background:#fff9ef3d!important;border-color:#fff4e380!important;color:#fffaf3!important}html[data-theme=light] .ad-page-shell{background:radial-gradient(980px 390px at 0% -10%,rgba(229,154,87,.13),transparent 58%),radial-gradient(900px 360px at 100% -8%,rgba(216,139,70,.1),transparent 62%),linear-gradient(180deg,#fdf8f0,#f6edde 46%,#f1e5d5)!important}html[data-theme=light] .ad-page-shell .ad-page-back-btn{border-color:#9e6f4042!important;background:linear-gradient(180deg,#fffffcf5,#f6ecdff5)!important;color:#3c2c1d!important}html[data-theme=light] .ad-page-shell .ad-page-back-btn:hover{border-color:#c97e3c66!important;background:linear-gradient(180deg,#fff7ecfa,#f5e9d7fa)!important}html[data-theme=light] .ad-page-shell .ad-page-status-card{background:linear-gradient(170deg,#fffdf9fa,#f7eee2fa)!important;border-color:#a5754638!important;box-shadow:0 12px 30px #694a271f,inset 0 1px #ffffffb3!important}html[data-theme=light] .ad-page-shell .ad-page-status-text{color:#5f4c3a!important}html[data-theme=light] .ad-page-shell .ad-detail-container,html[data-theme=light] .ad-page-shell .ad-detail-container.page-mode{background:linear-gradient(168deg,#fffefafa,#f6ecdefa)!important;border-color:#a6774838!important;box-shadow:0 16px 36px #674a2821,inset 0 1px #ffffffb3!important;color:#2f2419!important}html[data-theme=light] .ad-page-shell .ad-detail-aside{border-left-color:#a6774833!important;background:linear-gradient(180deg,#e99a5314,#fff0)!important}html[data-theme=light] .ad-page-shell .ad-gallery-main{border-color:#a6774833!important;box-shadow:0 10px 24px #684a2824!important}html[data-theme=light] .ad-page-shell .ad-info-header{background:linear-gradient(165deg,#ec9f5a24,#ec9f5a0d)!important;border-color:#be7f4242!important}html[data-theme=light] .ad-page-shell .ad-title,html[data-theme=light] .ad-page-shell .section-title,html[data-theme=light] .ad-page-shell .seller-title,html[data-theme=light] .ad-page-shell .ad-seller-more-card-title{color:#2f2419!important;text-shadow:none!important}html[data-theme=light] .ad-page-shell .ad-subtitle,html[data-theme=light] .ad-page-shell .spec-label,html[data-theme=light] .ad-page-shell .ad-description-meta,html[data-theme=light] .ad-page-shell .seller-rating,html[data-theme=light] .ad-page-shell .info-label,html[data-theme=light] .ad-page-shell .services-title,html[data-theme=light] .ad-page-shell .ad-seller-more-meta{color:#6b5642!important}html[data-theme=light] .ad-page-shell .ad-detail-km-sep{color:#5f4c3a99!important}html[data-theme=light] .ad-page-shell .ad-detail-city-badge{background:linear-gradient(135deg,#ea9a5233,#ea9a5214)!important;border-color:#c27e4357!important;color:#5f3d1f!important}html[data-theme=light] .ad-page-shell .ad-detail-city-icon{color:#c97630!important}html[data-theme=light] .ad-page-shell .ad-price{color:#cf742e!important;text-shadow:none!important}html[data-theme=light] .ad-page-shell .ad-price-stack{background:linear-gradient(155deg,#ec9f5a2b,#ec9f5a0f)!important;border-color:#c27e434d!important}html[data-theme=light] .ad-page-shell .ad-price-label,html[data-theme=light] .ad-page-shell .ad-quick-fact{color:#5f4c3a!important}html[data-theme=light] .ad-page-shell .ad-quick-fact{background:#ffffffad!important;border-color:#a6774833!important}html[data-theme=light] .ad-page-shell .badge-info{background:linear-gradient(180deg,#fffffdf0,#f7efe3f0)!important;border-color:#a6774838!important;color:#4f3b29!important}html[data-theme=light] .ad-page-shell .ad-action-chip,html[data-theme=light] .ad-page-shell .ad-actions-menu-trigger{border-color:#a6774838!important;background:linear-gradient(180deg,#fffffdf2,#f7eee2f2)!important;color:#4d3927!important}html[data-theme=light] .ad-page-shell .ad-action-chip:hover,html[data-theme=light] .ad-page-shell .ad-actions-menu-trigger:hover{border-color:#c97e3c6b!important;background:linear-gradient(180deg,#fff7ecfa,#f5e9d7fa)!important}html[data-theme=light] .ad-page-shell .ad-actions-menu-dropdown{border-color:#a6774838!important;background:linear-gradient(180deg,#fffdf9fc,#f7eee2fc)!important;box-shadow:0 14px 26px #6b4b2629!important}html[data-theme=light] .ad-page-shell .ad-actions-menu-item{color:#3f2f21!important}html[data-theme=light] .ad-page-shell .ad-actions-menu-item:hover{background:#ea9a521f!important;border-color:#a6774833!important}html[data-theme=light] .ad-page-shell .ad-specs-section,html[data-theme=light] .ad-page-shell .ad-description-section,html[data-theme=light] .ad-page-shell .ad-location-map-section,html[data-theme=light] .ad-page-shell .ad-seller-more-section,html[data-theme=light] .ad-page-shell .seller-card{background:linear-gradient(170deg,#fffefafa,#f7efe3fa)!important;border-color:#a6774838!important;box-shadow:0 10px 24px #6649271a,inset 0 1px #ffffffa6!important}html[data-theme=light] .ad-page-shell .spec-item,html[data-theme=light] .ad-page-shell .spec-item.alt{background:#ea9a5217!important;border-color:#c27e4338!important}html[data-theme=light] .ad-page-shell .spec-value,html[data-theme=light] .ad-page-shell .ad-description,html[data-theme=light] .ad-page-shell .seller-profile-info .seller-name,html[data-theme=light] .ad-page-shell .info-value,html[data-theme=light] .ad-page-shell .services-list,html[data-theme=light] .ad-page-shell .services-list li,html[data-theme=light] .ad-page-shell .ad-seller-more-price{color:#2f2419!important}html[data-theme=light] .ad-page-shell .ad-description-toggle{border-color:#c27e435c!important;background:#ea9a5224!important;color:#6d421c!important}html[data-theme=light] .ad-page-shell .ad-description-toggle:hover{background:#ea9a5233!important}html[data-theme=light] .ad-page-shell .ad-seller-more-link{color:#8e571f!important}html[data-theme=light] .ad-page-shell .ad-seller-more-link:hover{color:#6f4319!important}html[data-theme=light] .ad-page-shell .ad-seller-more-card{background:linear-gradient(180deg,#fffffdfa,#f6ecdffa)!important;border-color:#a6774833!important}html[data-theme=light] .ad-page-shell .ad-seller-more-card:hover{border-color:#c27e4357!important;box-shadow:0 12px 24px #6a4b2624!important}html[data-theme=light] .ad-page-shell .seller-profile-link{background:linear-gradient(180deg,#ec9f5a1f,#ec9f5a0d)!important;border-color:#c27e433d!important}html[data-theme=light] .ad-page-shell .seller-profile-link:hover{background:linear-gradient(180deg,#ec9f5a2e,#ec9f5a14)!important;border-color:#c27e435c!important;box-shadow:0 8px 18px #6a4b2621!important}html[data-theme=light] .ad-page-shell .seller-no-contact{background:#ec9f5a1a!important;border-color:#c27e433d!important}html[data-theme=light] .ad-page-shell .seller-no-contact p{color:#5f4c3a!important}html[data-theme=light] .ad-page-shell .seller-login-notice{border-color:#c27e4347!important;background:linear-gradient(160deg,#ec9f5a29,#ec9f5a14)!important}html[data-theme=light] .ad-page-shell .seller-login-notice strong{color:#6e431b!important}html[data-theme=light] .ad-page-shell .seller-login-notice span{color:#5f4c3a!important}html[data-theme=light] .ad-page-shell .seller-login-notice-link{color:#5f3c1d!important;border-color:#c27e434d!important;background:#ffffff8c!important}html[data-theme=light] .annonces-page .filters-title,html[data-theme=light] .annonces-page .filter-label,html[data-theme=light] .annonces-page .filters-group .filter-range-label{color:#3f2f21!important;text-shadow:none!important}html[data-theme=light] .annonces-page .filters-group{border-bottom-color:#a677482e!important}html[data-theme=light] .annonces-page .filter-input::placeholder{color:#5f4c3a9e!important}html[data-theme=light] .annonces-page .site-sidebar,html[data-theme=light] .annonces-page .annonces-results-section{background:linear-gradient(170deg,#fffefafa,#f9f2e9fa)!important;border-color:#aa7f5133!important}html[data-theme=light] .annonces-page .site-sidebar{background:radial-gradient(220px 130px at 6% 0%,rgba(234,154,82,.16),transparent 62%),linear-gradient(170deg,#fffefafa,#f9f2e9fa)!important}html[data-theme=light] .annonces-page .filters-title{color:#2f2419!important}html[data-theme=light] .annonces-page .filter-icon{background:linear-gradient(135deg,#e7924c,#cf742e)!important;color:#fff9f2!important;box-shadow:0 6px 14px #c7742e3d!important}html[data-theme=light] .annonces-page .filter-label{color:#4a3726!important}html[data-theme=light] .annonces-page .filter-select,html[data-theme=light] .annonces-page .filter-input{background:linear-gradient(180deg,#fffffdfa,#f6ecdffa)!important;border-color:#a6774847!important;color:#2f2419!important}html[data-theme=light] .annonces-page .filter-select:hover,html[data-theme=light] .annonces-page .filter-input:hover{border-color:#cc7e396b!important;background:linear-gradient(180deg,#fffcf6fc,#f5e9d7fc)!important}html[data-theme=light] .annonces-page .filter-select:focus,html[data-theme=light] .annonces-page .filter-input:focus{border-color:#d27d308f!important;box-shadow:0 0 0 3px #ef9c5433!important}html[data-theme=light] .annonces-page .filter-select option{color:#3a2b1d;background:#fffaf3}html[data-theme=light] .annonces-page .filter-range-label{color:#cb742f!important;font-weight:700}html[data-theme=light] .annonces-page .filter-chip{border-color:#a6774842!important;background:#ffffffa3!important;color:#6a503a!important}html[data-theme=light] .annonces-page .filter-chip:hover{border-color:#cc7e396b!important;background:#ea9a5224!important;color:#5f3d1f!important}html[data-theme=light] .annonces-page .filter-chip.active{border-color:#ba70317a!important;background:linear-gradient(135deg,#e7924c,#cf742e)!important;color:#fff9f2!important;box-shadow:0 8px 16px #c7742e3d!important}html[data-theme=light] .annonces-page .results-controls-row .view-toggle{background:linear-gradient(180deg,#fffffcf2,#f6ecdff0)!important;border:1px solid rgba(166,119,72,.26)!important;box-shadow:inset 0 1px #ffffff9e,0 6px 14px #674a281a!important}html[data-theme=light] .annonces-page .results-controls-row .view-toggle-btn{color:#6b503a!important;border:1px solid transparent!important}html[data-theme=light] .annonces-page .results-controls-row .view-toggle-btn:hover:not(.active){background:#ea9a5224!important;border-color:#b0793f47!important;color:#4e3824!important}html[data-theme=light] .annonces-page .results-controls-row .view-toggle-btn.active{background:linear-gradient(135deg,#e7924c,#cf742e)!important;color:#fff9f2!important;border-color:#a6632d7a!important;box-shadow:0 8px 16px #c7742e3d!important}html[data-theme=light] .annonces-page .sort-select-inline,html[data-theme=light] .annonces-page .results-controls-row .sort-inline .filter-select{background:linear-gradient(180deg,#fffffdfa,#f6ecdffa)!important;border-color:#a6774847!important;color:#2f2419!important}html[data-theme=light] .annonces-page .sort-select-inline:hover,html[data-theme=light] .annonces-page .results-controls-row .sort-inline .filter-select:hover{border-color:#cc7e396b!important}html[data-theme=light] .annonces-page .active-filter-chip{border-color:#ba70316b!important;background:linear-gradient(135deg,#ea9a5242,#cf742e33)!important;color:#4a3220!important;box-shadow:0 8px 16px #c7742e29!important}html[data-theme=light] .annonces-page .active-filter-chip:hover{border-color:#ba70318f!important;background:linear-gradient(135deg,#ea9a5257,#cf742e42)!important}html[data-theme=light] .annonces-page .active-filter-chip span:last-child{background:#6041232e!important;color:#4f361f!important}.site-header .nav-links a:not(.header-publish-btn),.site-header .nav-links a:not(.header-publish-btn):hover,.site-header .nav-links a:not(.header-publish-btn):focus-visible{text-shadow:none!important;box-shadow:none!important}.site-header .lang-selector-btn,.site-header .user-menu-btn,.site-header .header-pill,.site-header .hamburger,.site-header .header-login-btn,.site-header .notification-bell-btn,.site-header .header-publish-btn,.site-header .lang-selector-btn:hover,.site-header .user-menu-btn:hover,.site-header .header-pill:hover,.site-header .hamburger:hover,.site-header .header-login-btn:hover,.site-header .notification-bell-btn:hover,.site-header .header-publish-btn:hover{box-shadow:none!important}.site-header .header-publish-btn:before,.site-header .header-publish-btn:after{opacity:0!important}.site-header .brand-logo{filter:drop-shadow(0 3px 0 rgba(0,0,0,.55)) drop-shadow(0 10px 26px rgba(0,0,0,.52)) drop-shadow(0 0 2px rgba(0,0,0,.62))!important}html[data-theme=light] .site-header .brand-logo{filter:drop-shadow(0 3px 0 rgba(72,47,22,.54)) drop-shadow(0 11px 28px rgba(112,75,37,.46)) drop-shadow(0 0 2px rgba(72,47,22,.6))!important}html[data-theme=light] .dashboard-page{color:#2f2419!important;background:radial-gradient(920px 360px at 0% -10%,rgba(229,154,87,.13),transparent 58%),radial-gradient(860px 320px at 100% -8%,rgba(216,139,70,.1),transparent 62%),linear-gradient(180deg,#fdf8f0,#f6edde 46%,#f1e5d5)!important;border:1px solid rgba(166,119,72,.2)!important;border-radius:24px!important;box-shadow:0 18px 38px #674a281f,inset 0 1px #ffffffad!important}html[data-theme=light] .dashboard-header,html[data-theme=light] .dashboard-stat-card,html[data-theme=light] .dashboard-table,html[data-theme=light] .dashboard-full-table,html[data-theme=light] .dashboard-empty,html[data-theme=light] .dashboard-table-stat{background:linear-gradient(170deg,#fffdf8fa,#f6ecdffa)!important;border:1px solid rgba(167,122,74,.22)!important;box-shadow:0 12px 28px #6c4c281a,inset 0 1px #ffffffa3!important}html[data-theme=light] .dashboard-header{border-bottom-color:#a77a4a33!important}html[data-theme=light] .dashboard-header h1,html[data-theme=light] .dashboard-empty h2,html[data-theme=light] .dashboard-section-title,html[data-theme=light] .dashboard-table-title,html[data-theme=light] .dashboard-table-body-row .title{color:#2f2419!important;text-shadow:none!important}html[data-theme=light] .dashboard-header-sub,html[data-theme=light] .dashboard-loading,html[data-theme=light] .dashboard-empty,html[data-theme=light] .dashboard-stat-label,html[data-theme=light] .dashboard-stat-subtitle,html[data-theme=light] .dashboard-table-price,html[data-theme=light] .dashboard-table-stat-label,html[data-theme=light] .dashboard-table-header,html[data-theme=light] .dashboard-table-body-row .price,html[data-theme=light] .rank-num{color:#66513e!important}html[data-theme=light] .dashboard-table-header,html[data-theme=light] .dashboard-empty-icon,html[data-theme=light] .dashboard-bar-wrap{background:linear-gradient(180deg,#fffffdf0,#f7eee1eb)!important;border-color:#a6774833!important}html[data-theme=light] .dashboard-table-row,html[data-theme=light] .dashboard-table-body-row{border-bottom-color:#a77a4a29!important}html[data-theme=light] .dashboard-table-row:hover,html[data-theme=light] .dashboard-table-body-row:hover{background:#e893471a!important}html[data-theme=light] .dashboard-table-row.top-1{background:linear-gradient(90deg,#ffd7001c,#fff0)!important}html[data-theme=light] .dashboard-table-row.top-2{background:linear-gradient(90deg,#b9bec62e,#fff0)!important}html[data-theme=light] .dashboard-table-row.top-3{background:linear-gradient(90deg,#c9895224,#fff0)!important}html[data-theme=light] .dashboard-stat-card:hover{border-color:#c67c3a6b!important;box-shadow:0 20px 36px #6e4e2824,inset 0 1px #ffffffb3!important}html[data-theme=light] .dashboard-section-title svg,html[data-theme=light] .dashboard-header-icon{color:#c77330!important}html[data-theme=light] .admin-page{background:radial-gradient(1180px 500px at 12% -8%,rgba(232,156,89,.18),transparent 56%),radial-gradient(940px 420px at 100% -4%,rgba(216,139,70,.12),transparent 58%),linear-gradient(180deg,#fdf8f0,#f6edde 46%,#f1e5d5)!important}html[data-theme=light] .admin-page:before{background:radial-gradient(ellipse at center top,rgba(231,153,82,.12) 0%,transparent 62%)!important}html[data-theme=light] .admin-page:after{background-image:linear-gradient(to right,rgba(129,92,54,.045) 1px,transparent 1px),linear-gradient(to bottom,rgba(129,92,54,.045) 1px,transparent 1px)!important;opacity:.6!important}html[data-theme=light] .admin-main,html[data-theme=light] .admin-priority-bar{background:transparent!important;border:none!important;box-shadow:none!important}html[data-theme=light] .admin-priority-bar{padding:0!important}html[data-theme=light] .admin-sidebar,html[data-theme=light] .admin-content-panel,html[data-theme=light] .admin-overview-panel,html[data-theme=light] .admin-ov-kpi-card,html[data-theme=light] .admin-strip-card,html[data-theme=light] .priority-card,html[data-theme=light] .admin-list-item,html[data-theme=light] .admin-empty,html[data-theme=light] .admin-settings-card,html[data-theme=light] .admin-modal{background:linear-gradient(170deg,#fffdf8fa,#f6ecdffa)!important;border:1px solid rgba(167,122,74,.22)!important;box-shadow:0 14px 30px #6c4c281f,inset 0 1px #ffffffa8!important}html[data-theme=light] .admin-sidebar-head,html[data-theme=light] .admin-modal-header,html[data-theme=light] .admin-pending-changes-header,html[data-theme=light] .admin-settings-plan-header{border-bottom-color:#a77a4a29!important}html[data-theme=light] .admin-sidebar-head h2,html[data-theme=light] .admin-panel-head h3,html[data-theme=light] .admin-item-info h3,html[data-theme=light] .admin-empty h3,html[data-theme=light] .admin-modal-header h2,html[data-theme=light] .admin-header h1,html[data-theme=light] .priority-label,html[data-theme=light] .admin-settings-construction-title,html[data-theme=light] .admin-settings-plan-name{color:#2f2419!important;text-shadow:none!important}html[data-theme=light] .admin-sidebar-head p,html[data-theme=light] .admin-sidebar-stat .label,html[data-theme=light] .admin-panel-head span,html[data-theme=light] .admin-item-meta,html[data-theme=light] .admin-item-meta span,html[data-theme=light] .admin-empty p,html[data-theme=light] .admin-search-input::placeholder,html[data-theme=light] .admin-strip-label,html[data-theme=light] .priority-hint,html[data-theme=light] .admin-ov-nav-label,html[data-theme=light] .admin-ov-section-label,html[data-theme=light] .admin-ov-kpi-title,html[data-theme=light] .admin-ov-kpi-denom,html[data-theme=light] .admin-ov-kpi-stat-lbl,html[data-theme=light] .admin-settings-construction-desc,html[data-theme=light] .admin-settings-field label,html[data-theme=light] .admin-pending-changes-date,html[data-theme=light] .admin-change-label,html[data-theme=light] .admin-chip.ghost{color:#66513e!important}html[data-theme=light] .admin-sidebar-stat,html[data-theme=light] .admin-ov-kpi-stat,html[data-theme=light] .admin-overview-row,html[data-theme=light] .admin-change-row,html[data-theme=light] .admin-filter-btns,html[data-theme=light] .admin-search-input,html[data-theme=light] .admin-btn.ghost,html[data-theme=light] .admin-modal-close,html[data-theme=light] .admin-settings-input,html[data-theme=light] .admin-settings-plan-card{background:linear-gradient(180deg,#fffffdf2,#f7eee1f0)!important;border:1px solid rgba(166,119,72,.22)!important;box-shadow:inset 0 1px #ffffffb8!important}html[data-theme=light] .admin-search-input,html[data-theme=light] .admin-settings-input{color:#2f2419!important}html[data-theme=light] .admin-search-input:focus,html[data-theme=light] .admin-settings-input:focus{border-color:#d27d3080!important;box-shadow:0 0 0 3px #ef9c5429!important}html[data-theme=light] .admin-tabs.admin-tabs-vertical .admin-tab{background:linear-gradient(180deg,#fffffdeb,#f7eee1eb)!important;border-color:#a6774833!important;color:#3b2c1d!important}html[data-theme=light] .admin-tabs.admin-tabs-vertical .admin-tab svg,html[data-theme=light] .admin-sidebar-stat .value,html[data-theme=light] .priority-value,html[data-theme=light] .admin-strip-value,html[data-theme=light] .admin-stat-value,html[data-theme=light] .admin-ov-nav-count{text-shadow:none!important}html[data-theme=light] .admin-tabs.admin-tabs-vertical .admin-tab:hover{background:#e9974c1f!important;border-color:#be844957!important;color:#2f2216!important}html[data-theme=light] .admin-tabs.admin-tabs-vertical .admin-tab.active{background:linear-gradient(135deg,#e9974c33,#cf742e26)!important;border-color:#ba703170!important;color:#2f2216!important;box-shadow:inset 0 0 0 1px #ffffff61,0 10px 20px #c7742e1f!important}html[data-theme=light] .admin-tab .tab-badge,html[data-theme=light] .admin-ov-badge.info{box-shadow:none!important}html[data-theme=light] .admin-header p,html[data-theme=light] .admin-header-actions,html[data-theme=light] .priority-hint,html[data-theme=light] .priority-label,html[data-theme=light] .admin-strip-label,html[data-theme=light] .admin-stat-label{color:#66513e!important}html[data-theme=light] .admin-priority-bar,html[data-theme=light] .admin-stats-strip{gap:14px!important}html[data-theme=light] .priority-card:hover,html[data-theme=light] .admin-strip-card:hover,html[data-theme=light] .admin-list-item:hover,html[data-theme=light] .admin-ov-kpi-card:hover,html[data-theme=light] .admin-ov-nav-btn:hover{box-shadow:0 18px 34px #6c4c2824,inset 0 1px #ffffffb3!important}html[data-theme=light] .priority-card:hover,html[data-theme=light] .admin-list-item:hover{background:linear-gradient(170deg,#fff9f1fc,#f4e8d8fa)!important;border-color:#c67c3a57!important}html[data-theme=light] .admin-filter-btn{color:#6b533d!important}html[data-theme=light] .admin-filter-btn:hover{color:#3e2f20!important;background:#e9974c1a!important}html[data-theme=light] .admin-filter-btn.active{background:linear-gradient(135deg,#e7924c,#cf742e)!important;color:#fff9f2!important;box-shadow:0 8px 16px #c7742e38!important}html[data-theme=light] .admin-btn.primary{background:linear-gradient(135deg,#e7924c,#cf742e)!important;color:#fff9f2!important;box-shadow:0 10px 22px #c7742e38!important}html[data-theme=light] .admin-btn.success{color:#f7fff9!important;box-shadow:0 10px 22px #22c55e2e!important}html[data-theme=light] .admin-btn.danger{background:#ef44441a!important;color:#c63d3d!important;border:1px solid rgba(239,68,68,.24)!important}html[data-theme=light] .admin-btn.ghost,html[data-theme=light] .admin-modal-close{color:#4a3726!important}html[data-theme=light] .admin-btn.ghost:hover,html[data-theme=light] .admin-modal-close:hover{background:#e9974c1f!important;color:#2f2216!important;border-color:#be844957!important}html[data-theme=light] .admin-ad-thumb,html[data-theme=light] .admin-member-avatar{border-color:#a6774833!important}html[data-theme=light] .admin-overview-status.pending,html[data-theme=light] .admin-badge.pending,html[data-theme=light] .admin-chip.status-pending{background:#ffb70324!important;color:#b87800!important;border-color:#d8972552!important}html[data-theme=light] .admin-badge.published,html[data-theme=light] .admin-badge.active,html[data-theme=light] .admin-badge.resolved,html[data-theme=light] .admin-chip.status-published{background:#22c55e24!important;color:#15803d!important;border-color:#22c55e47!important}html[data-theme=light] .admin-badge.rejected,html[data-theme=light] .admin-badge.banned,html[data-theme=light] .admin-chip.status-rejected,html[data-theme=light] .admin-chip.status-sold,html[data-theme=light] .admin-btn.danger:hover{background:#ef444424!important;color:#bf3131!important;border-color:#ef444447!important}html[data-theme=light] .admin-badge.pending-changes{background:#a855f71f!important;color:#8542c7!important;border-color:#a855f73d!important}html[data-theme=light] .admin-badge.seller.pro,html[data-theme=light] .admin-chip.pro{background:#f59e0b24!important;color:#a96305!important;border-color:#f59e0b47!important}html[data-theme=light] .admin-badge.seller.private,html[data-theme=light] .admin-chip.private{background:#3b82f61f!important;color:#2563eb!important;border-color:#3b82f63d!important}html[data-theme=light] .admin-pending-changes-alert{background:linear-gradient(170deg,#f7f2fff5,#f1e9fcf5)!important;border-color:#a855f733!important}html[data-theme=light] .admin-change-old{color:#8b7766!important}html[data-theme=light] .admin-change-new{color:#15803d!important}html[data-theme=light] .ad-detail-page,html[data-theme=light] .ad-detail-modal{color:#2f2419!important;--ad-map-footer-bg: linear-gradient(180deg, rgba(255, 250, 242, .98), rgba(244, 232, 216, .98));--ad-map-footer-color: #4d3825}html[data-theme=light] .ad-detail-page .ad-detail-container,html[data-theme=light] .ad-detail-modal .ad-detail-container{background:linear-gradient(168deg,#fffefafa,#f6ecdefa)!important;border-color:#a6774838!important;box-shadow:0 16px 36px #674a2821,inset 0 1px #ffffffb3!important;color:#2f2419!important}html[data-theme=light] .ad-detail-page .ad-detail-aside,html[data-theme=light] .ad-detail-modal .ad-detail-aside{border-left-color:#a6774833!important;background:linear-gradient(180deg,#e99a5314,#fff0)!important}html[data-theme=light] .ad-detail-page .ad-gallery-main,html[data-theme=light] .ad-detail-modal .ad-gallery-main{background:linear-gradient(180deg,#fffcf6fa,#f1e5d5fa)!important;border-color:#a6774833!important;box-shadow:0 10px 24px #684a2824!important}html[data-theme=light] .ad-detail-page .gallery-arrow,html[data-theme=light] .ad-detail-modal .gallery-arrow{background:#4c3825b8!important;color:#fffaf3!important}html[data-theme=light] .ad-detail-page .gallery-arrow:hover,html[data-theme=light] .ad-detail-modal .gallery-arrow:hover{background:#cf742ee0!important}html[data-theme=light] .ad-detail-page .gallery-counter,html[data-theme=light] .ad-detail-modal .gallery-counter{background:#4c3825bd!important;color:#fffaf3!important}html[data-theme=light] .ad-detail-page .gallery-thumb,html[data-theme=light] .ad-detail-modal .gallery-thumb{background:#ffffffa8!important;border:1px solid rgba(166,119,72,.18)!important}html[data-theme=light] .ad-detail-page .gallery-thumb img,html[data-theme=light] .ad-detail-modal .gallery-thumb img{opacity:.82!important}html[data-theme=light] .ad-detail-page .gallery-thumb.active img,html[data-theme=light] .ad-detail-page .gallery-thumb:hover img,html[data-theme=light] .ad-detail-modal .gallery-thumb.active img,html[data-theme=light] .ad-detail-modal .gallery-thumb:hover img{box-shadow:0 8px 18px #684a2829!important}html[data-theme=light] .ad-detail-page .ad-info-header,html[data-theme=light] .ad-detail-modal .ad-info-header,html[data-theme=light] .ad-detail-page .ad-specs-section,html[data-theme=light] .ad-detail-modal .ad-specs-section,html[data-theme=light] .ad-detail-page .ad-description-section,html[data-theme=light] .ad-detail-modal .ad-description-section,html[data-theme=light] .ad-detail-page .ad-location-map-section,html[data-theme=light] .ad-detail-modal .ad-location-map-section,html[data-theme=light] .ad-detail-page .ad-seller-more-section,html[data-theme=light] .ad-detail-modal .ad-seller-more-section,html[data-theme=light] .ad-detail-page .seller-card,html[data-theme=light] .ad-detail-modal .seller-card{background:linear-gradient(170deg,#fffefafa,#f7efe3fa)!important;border-color:#a6774838!important;box-shadow:0 10px 24px #6649271a,inset 0 1px #ffffffa6!important}html[data-theme=light] .ad-detail-page .ad-title,html[data-theme=light] .ad-detail-page .section-title,html[data-theme=light] .ad-detail-page .seller-title,html[data-theme=light] .ad-detail-page .seller-profile-info .seller-name,html[data-theme=light] .ad-detail-page .spec-value,html[data-theme=light] .ad-detail-page .ad-description,html[data-theme=light] .ad-detail-page .info-value,html[data-theme=light] .ad-detail-page .services-list,html[data-theme=light] .ad-detail-page .services-list li,html[data-theme=light] .ad-detail-page .ad-seller-more-card-title,html[data-theme=light] .ad-detail-page .ad-seller-more-price,html[data-theme=light] .ad-detail-modal .ad-title,html[data-theme=light] .ad-detail-modal .section-title,html[data-theme=light] .ad-detail-modal .seller-title,html[data-theme=light] .ad-detail-modal .seller-profile-info .seller-name,html[data-theme=light] .ad-detail-modal .spec-value,html[data-theme=light] .ad-detail-modal .ad-description,html[data-theme=light] .ad-detail-modal .info-value,html[data-theme=light] .ad-detail-modal .services-list,html[data-theme=light] .ad-detail-modal .services-list li,html[data-theme=light] .ad-detail-modal .ad-seller-more-card-title,html[data-theme=light] .ad-detail-modal .ad-seller-more-price{color:#2f2419!important;text-shadow:none!important}html[data-theme=light] .ad-detail-page .ad-subtitle,html[data-theme=light] .ad-detail-page .spec-label,html[data-theme=light] .ad-detail-page .ad-description-meta,html[data-theme=light] .ad-detail-page .seller-rating,html[data-theme=light] .ad-detail-page .info-label,html[data-theme=light] .ad-detail-page .services-title,html[data-theme=light] .ad-detail-page .ad-seller-more-meta,html[data-theme=light] .ad-detail-modal .ad-subtitle,html[data-theme=light] .ad-detail-modal .spec-label,html[data-theme=light] .ad-detail-modal .ad-description-meta,html[data-theme=light] .ad-detail-modal .seller-rating,html[data-theme=light] .ad-detail-modal .info-label,html[data-theme=light] .ad-detail-modal .services-title,html[data-theme=light] .ad-detail-modal .ad-seller-more-meta{color:#6b5642!important}html[data-theme=light] .ad-detail-page .ad-price-stack,html[data-theme=light] .ad-detail-modal .ad-price-stack{background:linear-gradient(155deg,#ec9f5a2b,#ec9f5a0f)!important;border-color:#c27e434d!important}html[data-theme=light] .ad-detail-page .ad-price,html[data-theme=light] .ad-detail-modal .ad-price{color:#cf742e!important;text-shadow:none!important}html[data-theme=light] .ad-detail-page .ad-price-label,html[data-theme=light] .ad-detail-page .ad-quick-fact,html[data-theme=light] .ad-detail-modal .ad-price-label,html[data-theme=light] .ad-detail-modal .ad-quick-fact{color:#5f4c3a!important}html[data-theme=light] .ad-detail-page .ad-quick-fact,html[data-theme=light] .ad-detail-page .badge-info,html[data-theme=light] .ad-detail-modal .ad-quick-fact,html[data-theme=light] .ad-detail-modal .badge-info{background:linear-gradient(180deg,#fffffdf2,#f7eee2f2)!important;border-color:#a6774838!important;color:#4d3927!important}html[data-theme=light] .ad-detail-page .ad-action-chip,html[data-theme=light] .ad-detail-page .ad-actions-menu-trigger,html[data-theme=light] .ad-detail-modal .ad-action-chip,html[data-theme=light] .ad-detail-modal .ad-actions-menu-trigger{border-color:#a6774838!important;background:linear-gradient(180deg,#fffffdf2,#f7eee2f2)!important;color:#4d3927!important}html[data-theme=light] .ad-detail-page .ad-actions-menu-dropdown,html[data-theme=light] .ad-detail-modal .ad-actions-menu-dropdown{border-color:#a6774838!important;background:linear-gradient(180deg,#fffdf9fc,#f7eee2fc)!important;box-shadow:0 14px 26px #6b4b2629!important}html[data-theme=light] .ad-detail-page .ad-actions-menu-item,html[data-theme=light] .ad-detail-modal .ad-actions-menu-item{color:#3f2f21!important}html[data-theme=light] .ad-detail-page .ad-actions-menu-item:hover,html[data-theme=light] .ad-detail-modal .ad-actions-menu-item:hover{background:#ea9a521f!important;border-color:#a6774833!important}html[data-theme=light] .ad-detail-page .seller-profile-link,html[data-theme=light] .ad-detail-modal .seller-profile-link,html[data-theme=light] .ad-detail-page .ad-seller-more-card,html[data-theme=light] .ad-detail-modal .ad-seller-more-card{background:linear-gradient(180deg,#fffffdfa,#f6ecdffa)!important;border-color:#a6774833!important}html[data-theme=light] .ad-detail-page .seller-profile-link:hover,html[data-theme=light] .ad-detail-modal .seller-profile-link:hover,html[data-theme=light] .ad-detail-page .ad-seller-more-card:hover,html[data-theme=light] .ad-detail-modal .ad-seller-more-card:hover{border-color:#c27e4357!important;box-shadow:0 12px 24px #6a4b2624!important}html[data-theme=light] .ad-detail-page .seller-arrow,html[data-theme=light] .ad-detail-page .ad-seller-more-link,html[data-theme=light] .ad-detail-modal .seller-arrow,html[data-theme=light] .ad-detail-modal .ad-seller-more-link{color:#8e571f!important}html[data-theme=light] .site-header .brand-logo,html[data-theme=light] .site-footer .footer-logo-img,html[data-theme=light] .auth-logo img,html[data-theme=light] .page-loading-logo,html[data-theme=light] .page-loader-logo,html[data-theme=light] img[src*=logo_with_text]{filter:drop-shadow(0 2px 0 rgba(84,55,26,.56)) drop-shadow(0 8px 20px rgba(104,70,33,.38)) drop-shadow(0 0 2px rgba(84,55,26,.48))!important;opacity:1!important}html[data-theme=light] .ad-detail-page .ad-detail-left,html[data-theme=light] .ad-detail-modal .ad-detail-left,html[data-theme=light] .ad-page-shell .ad-detail-left{background:transparent!important}html[data-theme=light] .info-page{background:radial-gradient(900px 360px at 50% -8%,rgba(229,154,87,.12),transparent 58%),linear-gradient(180deg,#fdf8f0,#f6edde 46%,#f1e5d5)!important;color:#2f2419!important}html[data-theme=light] .info-hero p{color:#6b5236!important}html[data-theme=light] .info-hero h1{background:linear-gradient(135deg,#cf742e,#e8813a)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}html[data-theme=light] .info-card{background:linear-gradient(170deg,#fffefafa,#f7efe3fa)!important;border-color:#a6774838!important;box-shadow:0 10px 28px #6649271c,inset 0 1px #ffffffa6!important}html[data-theme=light] .info-card-header{border-bottom-color:#a677482e!important}html[data-theme=light] .info-card-header h1{color:#2f2419!important;-webkit-text-fill-color:#2f2419!important}html[data-theme=light] .info-section h2{color:#2f2419!important}html[data-theme=light] .info-section p,html[data-theme=light] .info-section ul,html[data-theme=light] .info-section ul li{color:#5b4634!important}html[data-theme=light] .info-section a{color:#b05e1a!important}html[data-theme=light] .info-section a:hover{color:#8c4814!important}html[data-theme=light] .info-section strong{color:#2f2419!important}html[data-theme=light] .info-note{background:linear-gradient(135deg,#ea9a521f,#ea9a520d)!important;border-color:#be7f4247!important}html[data-theme=light] .favorites-page-shell{background:radial-gradient(1000px 420px at 0% -10%,rgba(229,154,87,.13),transparent 58%),radial-gradient(820px 380px at 100% 0%,rgba(216,139,70,.1),transparent 62%),linear-gradient(180deg,#fdf8f0,#f6edde 46%,#f1e5d5)!important;color:#2f2419!important}html[data-theme=light] .favorites-main,html[data-theme=light] .favorites-title{color:#2f2419!important}html[data-theme=light] .favorites-subtitle{color:#6b5236!important}html[data-theme=light] .favorites-panel{background:linear-gradient(170deg,#fffefafa,#f7efe3fa)!important;border-color:#a6774838!important;box-shadow:0 20px 48px #674a281f,inset 0 1px #ffffffa6!important}html[data-theme=light] .favorites-toolbar-toggle{background:#ffffffad!important;border-color:#a6774838!important}html[data-theme=light] .favorites-toggle-btn{color:#6b5236!important}html[data-theme=light] .favorites-toggle-btn.active{background:linear-gradient(135deg,#e7924c,#cf742e)!important;color:#fff9f2!important;box-shadow:0 8px 16px #c7742e38!important}html[data-theme=light] .favorites-toolbar-count{color:#7a5c3e!important}@media (max-width: 1024px){.annonces-page .annonces-main-grid{grid-template-columns:220px 1fr!important;gap:16px!important}.annonces-page .site-sidebar{padding:12px!important}}@media (max-width: 768px){.annonces-page .annonces-main-grid{display:flex!important;flex-direction:column!important;grid-template-columns:1fr!important;gap:12px!important;padding:0 10px 14px!important;margin:0 auto!important}.annonces-page .site-sidebar{width:100%!important;max-width:100%!important;position:static!important;top:auto!important;max-height:none!important;overflow:visible!important;height:auto!important;padding:12px!important;margin:0!important;z-index:auto!important}.annonces-page .annonces-results-section{position:relative!important;z-index:1!important;margin:0!important;overflow:visible!important}.annonces-page .results-header{display:grid!important;grid-template-columns:1fr auto;align-items:end;gap:10px 8px;margin:0 0 12px!important;padding:0!important}.annonces-page .results-header>div:first-child{min-width:0}.annonces-page .results-title{margin:0!important;font-size:22px!important;line-height:1.15!important}.annonces-page .results-count{margin-top:4px}.annonces-page .results-header .view-toggle{justify-self:end}.annonces-page .results-header .sort-inline{grid-column:1 / -1;margin-left:0!important;width:100%}.annonces-page .results-header .sort-inline .filter-select{width:100%!important}.annonces-page .filters-mobile-toggle{display:flex!important;position:relative;z-index:2}.annonces-page .filters-desktop-title{display:none!important}.annonces-page .filters-mobile-content{display:none}.annonces-page .filters-mobile-content.open{display:flex!important;flex-direction:column;gap:10px;margin-top:12px}.annonces-page .sponsored-top-wrapper{display:none!important}}@media (max-width: 480px){.annonces-page .annonces-main-grid{padding:0 8px 12px!important;margin:0 auto!important}.annonces-page .site-sidebar{padding:12px!important}.annonces-view-toggle{flex-direction:column;width:100%}.annonces-view-toggle .btn{width:100%}}@media (max-width: 768px){.header-container{padding:0 12px!important}.header-logo{font-size:18px!important}.header-nav{gap:8px!important}.header-nav a{display:none!important}.header-nav a.mobile-visible{display:flex!important}.header-search-btn,.header-profile-btn{width:40px!important;height:40px!important}.header-search-panel{left:0!important;right:0!important;width:100%!important;border-radius:0 0 16px 16px!important}.profile-dropdown{right:0!important;left:auto!important;min-width:240px!important}}@media (max-width: 480px){.header-container{padding:0 8px!important;height:60px!important}.header-logo{font-size:16px!important}.header-logo .logo-icon{font-size:20px!important}.header-search-btn,.header-profile-btn{width:36px!important;height:36px!important}}@media (max-width: 768px){.footer-center{flex-direction:column!important;gap:24px!important}.footer-links{flex-direction:column!important;width:100%!important}.footer-col{width:100%!important}.footer-brand{text-align:center!important}.brand-links{justify-content:center!important}}@media (max-width: 480px){.site-footer{padding:24px 12px!important}.footer-brand .brand-name{font-size:20px!important}.footer-brand .brand-sub{font-size:12px!important}}@media (max-width: 768px){.ad-card{margin:0!important}.ad-card-image{height:200px!important}.ad-card-content{padding:12px!important}.ad-card-title{font-size:16px!important}.ad-card-price{font-size:20px!important}.badge-container{top:8px!important;left:8px!important;right:8px!important}}@media (max-width: 480px){.ad-card-image{height:180px!important}.ad-card-content{padding:10px!important}.ad-card-title{font-size:14px!important}.ad-card-price{font-size:18px!important}.ad-card-specs{font-size:11px!important}}@media (max-width: 768px){.modal-content{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;border-radius:0!important}.ad-detail-grid{grid-template-columns:1fr!important;gap:16px!important}.ad-detail-gallery{height:300px!important}.ad-detail-thumbnails{gap:6px!important}.ad-detail-thumbnail{width:60px!important;height:60px!important}.ad-detail-specs{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.spec-item{padding:10px!important}}@media (max-width: 480px){.ad-detail-gallery{height:250px!important}.ad-detail-title{font-size:20px!important}.ad-detail-price{font-size:24px!important}.ad-detail-specs{grid-template-columns:1fr!important}}@media (max-width: 768px){.profile-cover{height:180px!important}.profile-avatar{width:100px!important;height:100px!important;border-width:4px!important}.profile-edit-btn{top:12px!important;right:12px!important;padding:8px 16px!important;font-size:13px!important}.profile-header-content{padding:0 16px!important}.profile-name{font-size:22px!important}.profile-stats{flex-direction:column!important;gap:12px!important}.stat-item{width:100%!important;padding:12px!important}.profile-tabs{overflow-x:auto!important;flex-wrap:nowrap!important}.profile-tab{white-space:nowrap!important;font-size:13px!important;padding:10px 16px!important}.posts-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}}@media (max-width: 480px){.profile-cover{height:140px!important}.profile-avatar{width:80px!important;height:80px!important}.profile-name{font-size:18px!important}.posts-grid{grid-template-columns:1fr!important;gap:10px!important}.story-item{min-width:80px!important}.story-avatar{width:60px!important;height:60px!important}.story-username{font-size:11px!important}}@media (max-width: 1024px){.publish-layout{flex-direction:column!important}.publish-sidebar{width:100%!important;max-height:400px!important;overflow-y:auto!important;border-right:none!important;border-bottom:1px solid rgba(255,255,255,.05)!important}.publish-main{width:100%!important}}@media (max-width: 768px){.publish-header{padding:16px!important}.publish-title{font-size:22px!important}.publish-subtitle{font-size:13px!important}.image-upload-zone{min-height:180px!important}.image-previews{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.image-preview{height:100px!important}.form-grid{grid-template-columns:1fr!important}.form-group label{font-size:13px!important}.form-group input,.form-group select,.form-group textarea{font-size:14px!important;padding:10px 12px!important}.form-actions{flex-direction:column!important}.btn-submit,.btn-reset{width:100%!important}.ads-list{gap:10px!important}.ad-card{padding:10px!important}}@media (max-width: 480px){.publish-header{padding:12px!important}.publish-title{font-size:18px!important}.tg-card-title{font-size:14px!important}.image-previews{grid-template-columns:repeat(2,1fr)!important}.image-preview{height:120px!important}}@media (max-width: 1024px) and (min-width: 769px){.hero-inner{grid-template-columns:1fr minmax(320px,420px)!important;grid-template-areas:"left right" "stories stories"!important;padding:0 16px!important;gap:18px!important;align-items:center!important}.hero-left{grid-area:left!important;width:100%!important;justify-content:stretch!important}.hero-right{grid-area:right!important;width:100%!important;justify-content:center!important;align-items:center!important}.stories-bar-wrapper{grid-area:stories!important}.hero-card{width:100%!important;max-width:none!important}.hero-inner .stories-bar-wrapper{position:static!important;bottom:auto!important;left:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding-top:0!important;padding-bottom:0!important;margin:0!important}.hero-image-card{width:100%!important;max-width:100%!important;height:260px!important;transform:none!important;margin-left:auto!important;margin-right:auto!important}.hero-image-card:hover{transform:none!important}.hero-stats-cta{flex-wrap:wrap!important}.hero-cta .btn-cta{padding:14px 22px!important}}@media (max-width: 768px){.hero-section{height:auto!important;min-height:400px!important;padding:24px 12px 44px!important}.hero-title{font-size:26px!important;line-height:1.2!important}.hero-inner{grid-template-columns:1fr!important;padding:0 12px!important;gap:16px!important}.hero-left,.hero-right{justify-content:stretch!important;width:100%!important}.hero-card{width:100%!important;max-width:100%!important;padding:18px!important}.hero-lead{font-size:14px!important;max-width:none!important}.hero-search-main{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.brand-picker{width:100%!important;flex:1 1 auto!important}.hero-search-actions{width:100%!important;justify-content:center!important}.hero-search-secondary{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.hero-search-input{width:100%!important}.hero-search-secondary .btn{width:100%!important;justify-content:center!important}.hero-stats-cta{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.hero-stats{flex-wrap:wrap!important;gap:10px!important}.hero-stats .stat{flex:1 1 calc(50% - 10px)!important}.stories-bar-wrapper{width:100%!important}.hero-image-card{width:100%!important;max-width:100%!important;height:200px!important;transform:none!important;margin-left:0!important}}@media (max-width: 480px){.hero-section{min-height:320px!important;padding:18px 10px 36px!important}.hero-title{font-size:24px!important}.hero-card{padding:16px!important}.hero-stats .stat{flex:1 1 100%!important}.hero-image-card{height:180px!important}}@media (max-width: 768px){.aide-hero h1,.faq-hero h1{font-size:28px!important}.aide-hero p,.faq-hero p{font-size:14px!important}.aide-container{padding:0 16px!important}.aide-section-title{font-size:22px!important}.aide-faq-question{padding:16px 18px!important;font-size:14px!important}.aide-faq-answer{padding:0 18px 16px!important;font-size:14px!important}.aide-contact-cards{grid-template-columns:1fr!important;gap:16px!important}.aide-quick-links{grid-template-columns:1fr!important}}@media (max-width: 480px){.aide-hero h1{font-size:22px!important}.aide-container{padding:0 12px!important}.aide-section-title{font-size:20px!important}.aide-contact-card{padding:20px!important}}@media (max-width: 768px){.auth-card{width:100%!important;max-width:100%!important;border-radius:16px!important;padding:24px!important}.auth-title{font-size:24px!important}.auth-subtitle{font-size:14px!important}}@media (max-width: 480px){.auth-page{padding:20px 12px!important}.auth-card{padding:20px!important}.auth-title{font-size:20px!important}.auth-field input{font-size:14px!important}}@media (max-width: 768px){.chat-layout{grid-template-columns:1fr!important}.conversations-list{display:none!important}.conversations-list.mobile-visible{display:block!important}.chat-window{border-left:none!important}.chat-header,.chat-messages{padding:12px!important}.chat-input-form{padding:10px!important}.message-bubble{max-width:85%!important}}@media (max-width: 480px){.chat-header{padding:10px!important}.chat-header-title{font-size:14px!important}.message-bubble{max-width:90%!important;padding:10px 12px!important;font-size:14px!important}.chat-input{font-size:14px!important}}@media (max-width: 768px){.container{padding:0 16px!important;max-width:100%!important}.modal-overlay{padding:0!important}.mobile-hidden{display:none!important}.mobile-only{display:block!important}.btn-block-mobile{width:100%!important}.section-spacing{padding:40px 0!important}}@media (max-width: 480px){.container{padding:0 12px!important}.section-spacing{padding:30px 0!important}.btn-sm-mobile{padding:8px 16px!important;font-size:13px!important}}@media (max-height: 500px) and (orientation: landscape){.hero-section{min-height:300px!important;padding:40px 16px 30px!important}.profile-cover{height:120px!important}.modal-content{max-height:90vh!important;overflow-y:auto!important}}
