:root{--brand:#0f766e;--brand-dark:#0a5d57;--brand-soft:#e8f6f3;--ink:#152220;--muted:#697774;--line:#e4e9e8;--panel:#f3f5f4;--white:#fff;--dark:#202524;--shadow:0 16px 45px rgba(18,46,42,.1);font-family:Segoe UI,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink);background:#fff;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#fff}button,input,select,textarea{font:inherit}button,a{color:inherit}button{cursor:pointer}img{display:block;max-width:100%}.shell{width:min(1280px,calc(100% - 40px));margin-inline:auto}.app{min-height:100vh}.topbar{height:50px;background:var(--brand);color:#fff}.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.wordmark{height:42px;display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#fff;line-height:1}.wordmark img{width:44px;height:44px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 1px 1px rgba(4,47,43,.18))}.brand-name{display:inline-flex;align-items:baseline;white-space:nowrap;font-size:22px;font-weight:900;letter-spacing:-.75px;line-height:1}.brand-name b{font:inherit}.brand-name b:last-child{color:#99f6e4}.topbar-meta{display:flex;align-items:center;gap:18px;font-size:13px;font-weight:700}.topbar-meta>span{display:flex;align-items:center;gap:5px}.topbar-location{height:34px;max-width:230px;border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:7px;padding:0;font-size:12px;font-weight:700}.topbar-location span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-location:hover{opacity:.82}.language-picker{position:relative}.language-picker>button{height:36px;min-width:82px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff17;color:#fff;display:flex;align-items:center;justify-content:flex-start;gap:7px;padding:3px 8px 3px 4px;font-size:11px;transition:.16s ease}.language-picker>button:hover,.language-picker>button[aria-expanded=true]{background:#ffffff29;border-color:#ffffff4d}.language-picker>button b{font-size:11px;font-weight:850;letter-spacing:.25px}.language-chevron{display:grid;place-items:center;margin-left:auto;transform:rotate(90deg);transition:transform .16s ease}.language-chevron.open{transform:rotate(-90deg)}.language-flag{width:22px;height:22px;flex:0 0 auto;border:2px solid #fff;border-radius:50%;object-fit:contain;box-shadow:0 1px 4px #0000002e,0 0 0 1px #102d2814;background:#fff;image-rendering:auto;transform:translateZ(0)}.lang-dot{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px;overflow:visible}.lang-dot .language-flag{width:26px;height:26px;border-width:2px}.language-menu{position:absolute;right:0;top:42px;z-index:60;width:154px;padding:7px;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:13px;box-shadow:0 18px 45px #0f262229;animation:lift .16s ease}.language-menu button{width:100%;height:44px;border:0;border-radius:9px;background:transparent;display:flex;align-items:center;gap:10px;padding:0 10px;text-align:left;font-size:12px}.language-menu button:hover,.language-menu button.active{background:var(--brand-soft);color:var(--brand);font-weight:800}.main-header{height:88px;background:#fff;border-bottom:1px solid rgba(228,233,232,.7);position:sticky;top:0;z-index:20}.header-inner{height:100%;display:grid;grid-template-columns:auto minmax(260px,1fr) auto auto;align-items:center;gap:14px}.category-button{height:54px;border:0;border-radius:16px;background:var(--brand);color:#fff;display:flex;align-items:center;gap:11px;padding:0 22px;font-weight:800}.category-button.is-open{background:var(--brand-dark);box-shadow:0 0 0 4px #0f766e1f}.search{height:54px;background:#f1f3f2;border-radius:16px;display:flex;align-items:center;padding-left:19px;overflow:hidden;border:1px solid transparent;transition:.2s}.search:focus-within{border-color:#0f766e61;box-shadow:0 0 0 4px #0f766e12;background:#fff}.search input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;color:var(--ink)}.search input::placeholder{color:#83908e}.search button{height:48px;width:58px;margin-right:3px;border:0;border-radius:13px;background:var(--brand);color:#fff;display:grid;place-items:center}.quick-actions{display:flex;height:60px;align-items:center;gap:2px}.quick-actions button{width:74px;height:60px;background:transparent;border:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:11px;white-space:nowrap;border-radius:12px}.quick-actions button:hover{background:var(--brand-soft);color:var(--brand)}.quick-actions button.active{background:var(--brand-soft);color:var(--brand);font-weight:800}.sell-button{height:52px;padding:0 18px;border:0;border-radius:16px;background:var(--dark);color:#fff;font-weight:800;display:flex;align-items:center;gap:10px;white-space:nowrap}.sell-button span{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--dark)}.category-menu-open{overflow:hidden}.category-mega-backdrop{position:fixed;left:0;right:0;bottom:0;z-index:19;background:#12221f38;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:11px 0 18px;animation:fade .14s ease}.category-mega{height:min(540px,calc(100% - 7px));min-height:390px;background:#fff;border:1px solid var(--line);border-radius:20px;display:grid;grid-template-columns:295px minmax(0,1fr);overflow:hidden;box-shadow:0 22px 65px #0d252133;animation:megaDrop .2s ease}.mega-category-list{overflow-y:auto;padding:14px 11px;border-right:1px solid var(--line);scrollbar-width:thin;scrollbar-color:#cdd5d3 transparent}.mega-category-list>button{width:100%;height:56px;border:0;border-radius:13px;background:transparent;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:6px 11px;text-align:left;font-size:12px;font-weight:600;transition:.16s}.mega-category-list>button:hover,.mega-category-list>button.active{background:#f1f3f2;color:var(--brand-dark)}.mega-category-list>button.active{box-shadow:inset 3px 0 0 var(--brand);font-weight:800}.mega-category-list img{width:40px;height:40px;border-radius:11px;object-fit:cover;mix-blend-mode:multiply}.mega-category-list svg{color:#8f9a98}.mega-content{min-width:0;overflow-y:auto;padding:20px 28px 34px;scrollbar-width:thin;scrollbar-color:#cdd5d3 transparent}.mega-heading{position:sticky;top:-20px;z-index:2;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:10px 0 17px;margin-bottom:2px;border-bottom:1px solid rgba(228,233,232,.65)}.mega-heading>button:first-child{border:0;background:transparent;padding:0;display:flex;align-items:center;gap:7px;font-size:24px;font-weight:800;letter-spacing:-.8px}.mega-heading .mega-close{width:38px;height:38px;border:1px solid var(--line);border-radius:11px;background:#fff;display:grid;place-items:center;color:var(--muted)}.mega-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:32px 48px;padding-top:20px;animation:megaContentIn .18s ease}.mega-group{min-width:0;break-inside:avoid}.mega-group-title{width:100%;border:0;background:transparent;padding:0 0 9px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;text-align:left;font-size:12px;font-weight:800;line-height:1.35}.mega-group-title:hover{color:var(--brand)}.mega-group>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.mega-group>div button,.mega-more{max-width:100%;border:0;background:transparent;padding:0;text-align:left;font-size:11px;line-height:1.3}.mega-group>div button:hover{color:var(--brand);text-decoration:underline}.mega-more{display:inline-flex;align-items:center;gap:5px;color:#0796db!important;font-weight:700;margin-top:10px}.mega-more-icon{width:18px;height:18px;flex:0 0 auto;border-radius:50%;background:#e8f6fc;display:grid;place-items:center;transition:background .16s ease}.mega-more-icon svg{display:block;transform:rotate(90deg);transition:transform .18s ease}.mega-more:hover .mega-more-icon{background:#d8f0fb}.mega-more.expanded .mega-more-icon svg{transform:rotate(-90deg)}.main-content{padding-top:36px;padding-bottom:90px}.intro{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(260px,.9fr);align-items:end;gap:60px;margin-bottom:26px}.eyebrow{text-transform:uppercase;letter-spacing:1.3px;color:var(--brand);font-size:11px;font-weight:800}.intro h1{max-width:950px;margin:7px 0 0;font-size:clamp(30px,3.1vw,48px);line-height:1.12;letter-spacing:-2px}.intro h1 em{font-style:normal;color:var(--brand)}.intro p{margin:0 0 5px;color:var(--muted);line-height:1.65;font-size:14px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}.category-card{height:82px;min-width:0;position:relative;overflow:hidden;border:1px solid transparent;border-radius:17px;background:var(--panel);text-align:left;padding:15px 74px 15px 16px;color:var(--ink);font-size:14px;font-weight:600;line-height:1.25;transition:.2s}.category-card:hover,.category-card.active{background:var(--brand-soft);border-color:#0f766e40;color:var(--brand);transform:translateY(-2px)}.category-card img{position:absolute;right:-10px;bottom:-16px;width:88px;height:88px;object-fit:cover;border-radius:50%;mix-blend-mode:multiply}.promo-section{margin-top:47px}.section-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.section-title-row h2,.listing-head h2{font-size:28px;letter-spacing:-1px;margin:0}.section-title-row>div{display:flex;gap:8px}.section-title-row button{width:38px;height:38px;min-width:38px;padding:0;border:0;border-radius:50%;background:var(--panel);display:inline-flex;align-items:center;justify-content:center;line-height:0}.section-title-row button svg{display:block;flex:0 0 auto;margin:0}.section-title-row .promo-arrow-prev svg{transform:rotate(180deg)}.section-title-row button.dark{background:var(--dark);color:#fff}.promo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;overflow:hidden}.promo-card{height:158px;border-radius:20px;position:relative;overflow:hidden;padding:19px;display:flex;align-items:stretch}.promo-card>div{position:relative;z-index:2;width:62%;display:flex;flex-direction:column;align-items:flex-start}.promo-card small{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;opacity:.7}.promo-card h3{font-size:17px;line-height:1.25;letter-spacing:-.4px;margin:8px 0 auto}.promo-card span{padding:7px 10px;background:#ffffffe0;border-radius:8px;font-size:10px;font-weight:700}.promo-card img{position:absolute;right:-22px;bottom:-28px;width:145px;height:145px;object-fit:cover;border-radius:50%;mix-blend-mode:multiply}.promo-teal{background:linear-gradient(130deg,#c8efe8,#eaf8f4)}.promo-peach{background:linear-gradient(130deg,#fee1d2,#fff2e8)}.promo-lilac{background:linear-gradient(130deg,#eae0ff,#f8f2ff)}.promo-sand{background:linear-gradient(130deg,#f6e3b4,#fff5d9)}.listings{margin-top:54px}.listing-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.listing-head h2{margin-top:5px}.listing-head h2 small{font-size:12px;font-weight:700;color:var(--muted);vertical-align:top;margin-left:5px;background:var(--panel);padding:3px 7px;border-radius:999px}.filters{display:flex;gap:8px}.filters label,.filters .filter-control{height:44px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:6px;padding:0 10px;background:#fff;color:var(--muted)}.filters select{border:0;outline:0;background:transparent;color:var(--ink);font-size:12px;font-weight:700;max-width:170px}.filters .filter-control{font-size:12px;font-weight:700;color:var(--ink);max-width:220px}.region-filter span{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.region-filter svg:last-child{color:var(--muted);transform:rotate(90deg)}.active-filter{display:flex;align-items:center;justify-content:space-between;background:var(--brand-soft);color:var(--brand-dark);border-radius:13px;padding:10px 14px;margin:-5px 0 16px;font-size:13px;font-weight:700}.active-filter button{border:0;background:transparent;text-decoration:underline;color:var(--brand-dark)}.ad-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.listing-promo{display:none;grid-column:1/-1;min-height:300px;position:relative;isolation:isolate;overflow:hidden;border-radius:27px;background:linear-gradient(125deg,#083f3b,#0f766e 52%,#14a394);color:#fff;padding:34px 38px;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);align-items:center;gap:34px;box-shadow:0 18px 48px #0f766e30}.listing-promo:before{content:"";position:absolute;z-index:-1;width:420px;height:420px;border:1px solid rgba(255,255,255,.22);border-radius:50%;right:-125px;top:-235px}.listing-promo:after{content:"";position:absolute;z-index:-1;width:275px;height:275px;border:70px solid rgba(153,246,228,.1);border-radius:50%;left:43%;bottom:-230px}.listing-promo-desktop{display:grid}.listing-promo-copy{position:relative;z-index:2;max-width:590px}.listing-promo-brand{display:flex;align-items:center;gap:17px;margin-bottom:18px}.listing-promo-brand img{width:44px;height:44px;object-fit:contain}.listing-promo-brand .brand-name{margin-left:-8px;color:#fff;font-size:21px;letter-spacing:-.7px}.listing-promo-brand>span{padding:7px 10px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#ffffff1a;font-size:11px;font-weight:800;letter-spacing:.3px}.listing-promo h3{max-width:570px;margin:0;font-size:clamp(27px,3vw,43px);line-height:1.05;letter-spacing:-1.7px}.listing-promo-copy>p{max-width:530px;margin:14px 0 23px;color:#ffffffc2;font-size:15px;line-height:1.55}.listing-promo-copy>button{height:49px;border:0;border-radius:14px;background:#fff;color:var(--brand-dark);display:flex;align-items:center;gap:8px;padding:0 18px;font-size:14px;font-weight:850;box-shadow:0 12px 30px #03221f2b}.listing-promo-copy>button:hover{transform:translateY(-2px);box-shadow:0 15px 34px #03221f3b}.listing-promo-visual{height:230px;position:relative;z-index:1}.listing-promo-products{position:absolute;top:0;right:104px;bottom:0;left:0}.listing-promo-products span{position:absolute;width:150px;height:190px;overflow:hidden;border:6px solid rgba(255,255,255,.95);border-radius:22px;background:#fff;box-shadow:0 20px 42px #03221f3d}.listing-promo-products img{width:100%;height:100%;object-fit:cover}.listing-promo-products span:nth-child(1){left:2px;top:21px;transform:rotate(-7deg)}.listing-promo-products span:nth-child(2){left:116px;top:2px;z-index:2;transform:rotate(2deg)}.listing-promo-products span:nth-child(3){left:225px;top:25px;transform:rotate(8deg)}.listing-promo-qr{position:absolute;right:0;top:50%;width:102px;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;font-size:10px;font-weight:800}.listing-promo-qr img{width:94px;height:94px;object-fit:contain;border:6px solid #fff;border-radius:13px;background:#fff}.ad-card{min-width:0;border:1px solid var(--line);border-radius:17px;overflow:hidden;background:#fff;cursor:pointer;transition:.22s}.ad-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}.ad-image-wrap{height:220px;position:relative;overflow:hidden;background:var(--panel)}.ad-image-wrap>img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.ad-card:hover .ad-image-wrap>img{transform:scale(1.035)}.heart-button{position:absolute;right:10px;top:10px;width:38px;height:38px;border:0;border-radius:50%;background:#ffffffeb;display:grid;place-items:center;color:var(--ink);box-shadow:0 5px 16px #00000014}.heart-button.active{color:#e0455f;fill:#e0455f}.heart-button.active svg{fill:currentColor}.ad-badges{position:absolute;left:10px;top:10px;right:55px;display:flex;gap:5px;flex-wrap:wrap}.ad-badges span{font-size:9px;font-weight:800;padding:5px 8px;border-radius:999px;color:#fff;background:#152220c7;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.ad-badges .demo-badge{background:var(--brand)}.ad-content{padding:14px 14px 13px}.ad-content h3{font-size:13px;line-height:1.38;height:36px;overflow:hidden;font-weight:600;margin:0 0 9px}.ad-content strong{font-size:15px;letter-spacing:-.4px}.ad-meta{display:flex;justify-content:space-between;gap:5px;margin-top:11px;color:#84908e;font-size:9px;white-space:nowrap}.empty{grid-column:1/-1;background:var(--panel);border-radius:18px;padding:70px;text-align:center}.empty div{font-weight:800;font-size:20px}.empty p{color:var(--muted);margin:7px 0 0}.favorites-page{min-height:680px;padding-top:34px;padding-bottom:95px}.favorites-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.favorites-title-row h1{font-size:31px;letter-spacing:-1.2px;margin:5px 0 0}.favorites-title-row>span{font-size:10px;font-weight:800;color:var(--muted);background:var(--panel);border-radius:999px;padding:7px 11px}.favorites-tabs{display:flex;align-items:center;gap:27px;margin-top:20px;border-bottom:1px solid var(--line)}.favorites-tabs button{position:relative;border:0;background:transparent;color:#8b9492;padding:0 0 14px;font-size:13px;font-weight:800}.favorites-tabs button.active{color:var(--ink)}.favorites-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:2px;background:var(--brand)}.favorites-page>.ad-grid{margin-top:39px}.favorites-page .ad-card,.favorites-page .ad-card:hover{border-color:transparent}.favorites-empty{width:min(520px,100%);margin:72px auto 0;text-align:center;padding:50px 25px;border-radius:22px;background:linear-gradient(145deg,#f4f8f7,#edf6f4)}.favorites-empty>div{width:68px;height:68px;border-radius:21px;background:#fff;color:var(--brand);display:grid;place-items:center;margin:0 auto 17px;box-shadow:0 12px 28px #0f766e1a}.favorites-empty h2{font-size:20px;letter-spacing:-.5px;margin:0}.favorites-empty p{max-width:370px;margin:8px auto 21px;color:var(--muted);font-size:11px;line-height:1.6}.favorites-empty>button{height:43px;border:0;border-radius:12px;background:var(--brand);color:#fff;padding:0 17px;font-size:11px;font-weight:800}.market-footer{background:#fff;color:var(--ink);padding:44px 0 20px;border-top:1px solid var(--line)}.footer-more{width:100%;height:52px;border:0;border-radius:15px;background:#f1f3f2;color:var(--ink);font-size:12px;font-weight:800;transition:.2s}.footer-more:hover{background:var(--brand-soft);color:var(--brand)}.footer-bottom{border-top:1px solid var(--line);padding:29px 0 27px;display:grid;grid-template-columns:minmax(380px,1.25fr) auto minmax(400px,1fr);align-items:end;gap:36px}.footer-community{display:flex;flex-direction:column;gap:24px}.footer-links{display:flex;align-items:center;flex-wrap:wrap;gap:13px 24px}.footer-links a{font-size:11px;font-weight:700;text-decoration:none}.footer-links a:hover{color:var(--brand)}.social-links{display:flex;gap:8px}.social-links button{width:38px;height:38px;border:0;border-radius:50%;background:#f1f3f2;display:grid;place-items:center;color:#273331;transition:.2s}.social-links button:hover{background:var(--brand);color:#fff;transform:translateY(-2px)}.footer-language{display:flex;align-items:center;gap:6px;white-space:nowrap}.footer-language button{border:0;background:transparent;padding:8px 5px;color:#9aa4a2;font-size:10px;display:flex;align-items:center;gap:6px}.footer-language button.active{color:var(--brand);font-weight:800}.footer-language b{font-weight:800}.app-download{display:grid;grid-template-columns:108px 1fr;align-items:center;gap:17px}.app-download>img{width:108px;height:108px;object-fit:contain;border:6px solid:#fff;box-shadow:0 0 0 1px var(--line);border-radius:8px}.app-download h3{font-size:14px;line-height:1.3;margin:0}.app-download p{font-size:9px;color:var(--muted);margin:4px 0 11px}.store-buttons{display:flex;gap:7px}.store-buttons button{height:43px;min-width:135px;border:0;border-radius:12px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;cursor:default;opacity:1}.store-buttons button:last-child{background:var(--brand-dark)}.store-buttons svg{width:21px;height:21px;fill:currentColor}.store-buttons span{display:flex;flex-direction:column;align-items:flex-start;font-size:12px;font-weight:700;line-height:1.05}.store-buttons small{font-size:7px;font-weight:500;opacity:.8;margin-bottom:2px}.footer-copyright{border-top:1px solid var(--line);padding-top:17px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#95a09e;font-size:9px}.footer-copyright>span:last-child{text-align:right}.footer-brand{height:44px;display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink)}.footer-brand img{width:44px;height:44px;object-fit:contain;flex:0 0 auto}.footer-brand .brand-name{font-size:20px}.footer-brand .brand-name b:last-child{color:var(--brand)}.mobile-nav{display:none}.modal-open{overflow:hidden}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d19177a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;display:grid;place-items:center;padding:20px;animation:fade .16s ease}.modal{width:min(460px,100%);max-height:min(800px,calc(100vh - 40px));overflow:auto;background:#fff;border-radius:25px;padding:31px;position:relative;box-shadow:0 30px 90px #0003;animation:lift .2s ease}.modal-wide{width:min(900px,100%)}.modal-close{position:absolute;right:17px;top:17px;width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:12px;display:grid;place-items:center;z-index:3}.region-modal{width:min(632px,100%);height:min(660px,calc(100vh - 40px));padding:31px 32px;overflow:hidden;border-radius:20px;display:flex;flex-direction:column}.region-modal>.modal-close{right:28px;top:26px;width:32px;height:32px;border:0;border-radius:50%;color:#98a5b2;background:transparent}.region-modal>h2{margin:0 45px 21px;text-align:center;font-size:23px;line-height:1.35;letter-spacing:-.65px}.region-search{height:60px;flex:0 0 auto;border:1px solid var(--line);border-radius:16px;background:#f5f6f6;display:flex;align-items:center;gap:11px;padding:0 20px;color:#9aa7b7}.region-search:focus-within{border-color:#0f766e66;background:#fff;box-shadow:0 0 0 4px #0f766e14}.region-search input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.region-search input::placeholder{color:#8a9594}.detect-location{min-height:48px;flex:0 0 auto;border:0;background:transparent;color:#0796db;display:flex;align-items:center;gap:9px;padding:7px 2px;font-size:13px;font-weight:800;text-align:left}.detect-location:disabled{opacity:.65;cursor:wait}.location-error{margin:-5px 2px 8px;color:#c43d4c;font-size:10px;font-weight:700}.region-options{min-height:0;flex:1;overflow-y:auto;margin:0 -7px 18px;padding:0 7px;scrollbar-width:thin;scrollbar-color:#9ca3a3 transparent}.region-option{width:100%;min-height:50px;border:0;border-bottom:1px solid rgba(228,233,232,.5);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 8px 0 0;color:#3b4341;text-align:left;font-size:13px}.region-option:hover{color:var(--brand);background:linear-gradient(90deg,transparent,var(--brand-soft))}.region-option.featured{font-weight:800}.region-option>i{width:20px;height:20px;flex:0 0 auto;border:1px solid #d6dcda;border-radius:50%;background:#f7f8f8;box-shadow:inset 0 0 0 4px #fff}.region-option.selected>i{border-color:var(--brand);background:var(--brand)}.region-option>svg{color:#9aa7b7}.region-option.selected:not(.featured){color:var(--brand);font-weight:800}.region-option.selected:not(.featured)>svg{color:var(--brand)}.region-picker-empty{padding:35px 10px;text-align:center;color:var(--muted);font-size:13px}.region-apply{height:51px;flex:0 0 auto;border:0;border-radius:14px;background:var(--brand);color:#fff;font-size:13px;font-weight:800;box-shadow:0 9px 23px #0f766e2e}.region-apply:hover{background:var(--brand-dark)}.auth-head{text-align:center;padding:4px 25px 19px}.auth-wordmark{display:block;width:190px;max-width:78%;height:auto;margin:0 auto 17px;object-fit:contain;filter:drop-shadow(0 8px 15px rgba(15,118,110,.1))}.auth-head h2,.modal-heading h2{margin:0;font-size:25px;letter-spacing:-.8px}.auth-head p,.modal-heading p{color:var(--muted);font-size:12px;line-height:1.6;margin:7px 0 0}.form-stack{display:flex;flex-direction:column;gap:13px}.form-stack label,.post-form label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:800;color:#46524f}.form-stack input,.post-form input,.post-form select,.post-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#fafbfb;outline:none;padding:13px 14px;color:var(--ink);font-size:13px;font-weight:500;resize:vertical}.form-stack input:focus,.post-form input:focus,.post-form select:focus,.post-form textarea:focus{border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px #0f766e14}.form-stack .otp-label{align-items:center;color:#34413e;text-align:center}.form-stack .otp-input{height:64px;padding:10px 18px;text-align:center;font-size:26px;font-weight:850;letter-spacing:12px;font-variant-numeric:tabular-nums;color:var(--brand-dark);background:linear-gradient(180deg,#fff,#f5faf9);border-color:#c9ddda}.form-stack .otp-input::placeholder{color:#b7c6c3;letter-spacing:9px}.otp-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:-2px}.otp-actions button{min-width:0;border:0;background:transparent;padding:5px 0;color:var(--brand);font-size:10px;font-weight:800;text-align:left}.otp-actions button:last-child{text-align:right}.otp-actions button:disabled{color:#9aa6a3;cursor:not-allowed}.primary-submit{height:48px;border:0;border-radius:13px;background:var(--brand);color:#fff;font-weight:800;margin-top:3px}.primary-submit:disabled{opacity:.6;cursor:wait}.form-error{padding:10px 12px;border-radius:10px;background:#fff0f1;color:#b42338;font-size:11px;font-weight:700}.mode-switch{display:block;border:0;background:transparent;color:var(--brand);font-size:11px;font-weight:800;margin:16px auto 0}.modal-heading{padding-right:50px;margin-bottom:22px}.modal-heading>span{color:var(--brand);text-transform:uppercase;letter-spacing:1px;font-size:10px;font-weight:800}.post-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.post-form .full{grid-column:1/-1}.upload-zone{min-height:115px;border:1px dashed rgba(15,118,110,.4);background:var(--brand-soft);border-radius:14px;align-items:center;justify-content:center;color:var(--brand)!important;position:relative;padding:16px}.upload-zone input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.upload-zone span{font-size:10px;color:var(--muted);font-weight:500}.upload-zone em{font-size:10px;color:var(--brand);font-style:normal}.check-row{flex-direction:row!important;align-items:center!important;font-size:12px!important}.check-row input{width:17px;height:17px;accent-color:var(--brand)}.ad-detail-page{min-height:760px;padding-top:25px;padding-bottom:92px}.detail-breadcrumb{display:flex;align-items:center;gap:10px;min-width:0;margin:0 0 28px;color:#879390;font-size:11px;white-space:nowrap;overflow:hidden}.detail-breadcrumb button{display:flex;align-items:center;gap:5px;flex:0 0 auto;border:0;background:transparent;padding:0;color:#64716f}.detail-breadcrumb button:hover{color:var(--brand)}.detail-breadcrumb>b{min-width:0;color:var(--ink);font-weight:700;overflow:hidden;text-overflow:ellipsis}.detail-page-grid{display:grid;grid-template-columns:minmax(0,1.34fr) minmax(390px,.82fr);gap:54px;align-items:start}.detail-main-column,.detail-side-column{min-width:0}.detail-gallery{display:grid;grid-template-columns:78px minmax(0,1fr);gap:18px;align-items:start}.detail-thumbnails{max-height:570px;display:flex;flex-direction:column;gap:10px;overflow-x:hidden;overflow-y:auto;padding:1px 3px 1px 1px;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.detail-thumbnails::-webkit-scrollbar{display:none;width:0;height:0}.detail-thumbnails button{width:76px;height:76px;flex:0 0 auto;padding:0;border:2px solid transparent;border-radius:14px;overflow:hidden;background:var(--panel);transition:.18s}.detail-thumbnails button:hover{transform:translateY(-1px);border-color:#a9cfca}.detail-thumbnails button.active{border-color:var(--brand);box-shadow:0 0 0 3px #0f766e1a}.detail-thumbnails img{width:100%;height:100%;object-fit:cover}.detail-main-image{position:relative;height:570px;border-radius:20px;overflow:hidden;background:#eef1f0;display:grid;place-items:center}.detail-image-open{width:100%;height:100%;padding:0;border:0;background:transparent;display:grid;place-items:center;cursor:zoom-in}.detail-image-open img{width:100%;height:100%;object-fit:contain}.gallery-arrow{position:absolute;top:50%;z-index:2;width:44px;height:44px;border:1px solid rgba(17,32,29,.12);border-radius:50%;background:#fffffff0;color:var(--ink);display:grid;place-items:center;box-shadow:0 7px 24px #11201d24;transform:translateY(-50%);transition:.18s}.gallery-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.gallery-arrow-prev{left:16px}.gallery-arrow-prev svg{transform:rotate(180deg)}.gallery-arrow-next{right:16px}.gallery-counter{position:absolute;right:16px;bottom:16px;z-index:2;min-width:54px;padding:7px 10px;border-radius:999px;background:#11201dc2;color:#fff;font-size:12px;font-weight:800;line-height:1;text-align:center;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:14px;padding:58px 76px 18px;background:#081110f5;color:#fff}.lightbox-stage{position:relative;min-width:0;min-height:0;display:grid;place-items:center;overflow:hidden;touch-action:pan-y;-webkit-user-select:none;user-select:none}.lightbox-stage>img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;pointer-events:none}.lightbox-close{position:absolute;top:16px;right:18px;z-index:4;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#ffffff1f;color:#fff;display:grid;place-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lightbox-close:hover,.lightbox-arrow:hover{background:#ffffff3d}.lightbox-arrow{position:absolute;top:50%;z-index:3;width:50px;height:50px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#ffffff21;color:#fff;display:grid;place-items:center;transform:translateY(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lightbox-arrow-prev{left:10px}.lightbox-arrow-prev svg{transform:rotate(180deg)}.lightbox-arrow-next{right:10px}.lightbox-counter{position:absolute;right:16px;bottom:12px;z-index:3;padding:8px 12px;border-radius:999px;background:#0000008c;font-size:12px;font-weight:800;line-height:1}.lightbox-thumbnails{max-width:min(820px,100%);margin:0 auto;display:flex;justify-content:center;gap:9px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain}.lightbox-thumbnails::-webkit-scrollbar{display:none;width:0;height:0}.lightbox-thumbnails button{width:62px;height:62px;flex:0 0 auto;padding:0;border:2px solid transparent;border-radius:11px;overflow:hidden;background:#26312f;opacity:.62}.lightbox-thumbnails button.active{border-color:#fff;opacity:1}.lightbox-thumbnails img{width:100%;height:100%;object-fit:cover}.detail-section{margin-top:42px}.detail-section h2,.seller-other-ads h2{margin:0 0 17px;font-size:25px;line-height:1.25;letter-spacing:-.8px}.detail-taxonomy{min-height:42px;display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding-bottom:15px;border-bottom:1px dashed #d9dfdd;color:#60706d;font-size:12px}.detail-taxonomy button{border:0;background:transparent;padding:0;color:var(--brand-dark);font-weight:800;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.detail-taxonomy i{font-style:normal;color:#b4bfbc}.detail-description p{margin:15px 0 0;color:#273432;font-size:14px;line-height:1.48;white-space:pre-wrap}.seller-question form{height:55px;display:flex;overflow:hidden;border:1px solid #dfe5e3;border-radius:14px;background:#f5f6f6;transition:.18s}.seller-question form:focus-within{border-color:#0f766e6b;background:#fff;box-shadow:0 0 0 4px #0f766e12}.seller-question input{min-width:0;flex:1;border:0;outline:0;background:transparent;padding:0 17px;color:var(--ink);font-size:13px}.seller-question form button{width:54px;height:100%;flex:0 0 auto;border:0;background:var(--brand);color:#fff;display:grid;place-items:center}.question-sent{display:flex;align-items:center;gap:6px;margin-top:9px;color:var(--brand);font-size:10px;font-weight:800}.quick-question-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.quick-question-list button{min-height:38px;border:0;border-radius:999px;background:#f1f3f2;padding:0 15px;color:#34413f;font-size:11px}.quick-question-list button:hover,.quick-question-list button.active{background:#25302e;color:#fff}.detail-map{height:315px;border-radius:18px;overflow:hidden;border:1px solid var(--line);background:var(--panel)}.detail-map iframe{width:100%;height:100%;border:0}.location-caption{display:flex;align-items:center;gap:12px;margin-top:13px}.location-caption>span{width:42px;height:42px;flex:0 0 auto;border-radius:12px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.location-caption>div{display:flex;flex-direction:column;gap:3px}.location-caption b{font-size:12px}.location-caption small{color:var(--muted);font-size:10px}.detail-metadata{margin:31px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.detail-metadata>div{display:flex;flex-direction:column;gap:5px}.detail-metadata dt{color:#84918e;font-size:10px}.detail-metadata dd{margin:0;font-size:12px;font-weight:700}.report-ad{width:100%;height:48px;margin-top:26px;border:0;border-radius:13px;background:#f1f3f2;color:#26322f;font-size:11px;font-weight:800}.report-ad:hover{background:#e9eeec}.report-ad.done{color:var(--brand);background:var(--brand-soft)}.detail-side-column{position:sticky;top:108px;display:flex;flex-direction:column;gap:18px}.detail-seller-panel{position:relative;border:1px solid var(--line);border-radius:21px;padding:22px 22px 18px;background:#fff;box-shadow:0 8px 30px #112a260a}.detail-price-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.detail-price-row>strong{font-size:27px;line-height:1.18;letter-spacing:-.8px}.detail-price-row>div{display:flex;align-items:center;gap:4px}.detail-price-row button{width:39px;height:39px;border:0;border-radius:50%;background:transparent;display:grid;place-items:center;color:#273431}.detail-price-row button:hover{background:var(--panel)}.detail-price-row button.active{color:#df405a;fill:#df405a}.detail-price-row button.active svg{fill:currentColor}.share-status{position:absolute;right:21px;top:59px;color:var(--brand);font-size:9px;font-weight:800}.detail-seller-panel>h1{margin:8px 0 17px;padding-bottom:17px;border-bottom:1px dashed #dce2e0;font-size:15px;line-height:1.4;letter-spacing:-.2px}.seller-summary{display:grid;grid-template-columns:minmax(0,1fr) 48px;align-items:center;gap:13px}.seller-summary>div:first-child{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.seller-summary b{font-size:15px}.seller-summary b span{color:#7f8c89}.seller-summary small,.seller-summary>div:first-child>span{color:var(--muted);font-size:10px}.seller-page-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,#e2e7e5,#cbd5d2);color:#fff;display:grid;place-items:center;font-size:19px;font-weight:800}.seller-badges{display:flex;flex-wrap:wrap;gap:7px;margin:13px 0 18px}.seller-badges span{min-height:29px;display:flex;align-items:center;gap:5px;border-radius:999px;padding:0 10px;background:#dcf5e6;color:#16763d;font-size:10px;font-weight:800}.seller-contact-actions{display:grid;grid-template-columns:1.12fr 1fr 1fr;gap:7px}.seller-contact-actions button{min-width:0;height:48px;border:1px solid #a9d8d2;border-radius:13px;background:#eff9f7;color:var(--brand-dark);font-size:10px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px}.seller-contact-actions button.primary{border-color:var(--brand);background:var(--brand);color:#fff}.seller-contact-actions button:hover{filter:brightness(.97)}.detail-seller-panel>p{margin:10px 0 0;text-align:center;color:#899592;font-size:9px}.detail-promo-banner{height:205px;position:relative;overflow:hidden;border:0;border-radius:20px;background:linear-gradient(130deg,#d9f5ec,#e9fbf6 57%,#bce8db);text-align:left;padding:24px;color:var(--ink)}.detail-promo-banner span{position:relative;z-index:2;width:58%;display:flex;flex-direction:column;align-items:flex-start;gap:17px}.detail-promo-banner b{font-size:25px;line-height:1.03;letter-spacing:-.8px}.detail-promo-banner em{min-height:39px;display:flex;align-items:center;border-radius:11px;background:var(--brand);color:#fff;padding:0 15px;font-size:10px;font-style:normal;font-weight:800}.detail-promo-banner>i{position:absolute;border-radius:50%;background:#ffffff94}.detail-promo-banner>i:nth-of-type(1){width:185px;height:185px;right:-35px;top:17px;box-shadow:inset 0 0 0 25px #0f766e14}.detail-promo-banner>i:nth-of-type(2){width:82px;height:150px;right:58px;bottom:-70px;border-radius:24px;transform:rotate(-18deg);background:var(--brand);box-shadow:24px -17px #ffffffb8}.seller-other-ads{margin-top:63px;padding-top:39px;border-top:1px solid var(--line)}.seller-other-ads>.section-title-row{margin-bottom:20px}.seller-other-ads>.section-title-row h2{margin:0}.seller-other-ads .ad-card{border-color:transparent}.profile-head{display:flex;align-items:center;gap:14px;padding:8px 40px 21px 0;border-bottom:1px solid var(--line)}.profile-avatar{width:55px;height:55px;border-radius:17px;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:22px;font-weight:800}.profile-head small{color:var(--brand);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.profile-head h2{font-size:18px;margin:3px 0}.profile-head p{font-size:10px;color:var(--muted);margin:0}.profile-stats{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:16px 0}.profile-stats div{background:var(--panel);border-radius:13px;padding:13px;display:flex;flex-direction:column}.profile-stats strong{font-size:13px}.profile-stats span{font-size:9px;color:var(--muted);margin-top:3px}.profile-section-title{font-size:10px;text-transform:uppercase;color:#879390;letter-spacing:.8px;margin:21px 0 9px}.profile-ad-list{display:flex;flex-direction:column;gap:7px;max-height:260px;overflow:auto}.profile-ad-list>p{font-size:11px;color:var(--muted);background:var(--panel);padding:25px;text-align:center;border-radius:12px}.profile-ad-list button{border:1px solid var(--line);border-radius:12px;background:#fff;padding:7px;display:grid;grid-template-columns:45px 1fr auto;align-items:center;text-align:left;gap:9px}.profile-ad-list img{width:45px;height:45px;object-fit:cover;border-radius:9px}.profile-ad-list span{display:flex;min-width:0;flex-direction:column;gap:3px}.profile-ad-list b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-ad-list small{font-size:9px;color:var(--brand);font-weight:800}.logout-button{height:43px;width:100%;border:1px solid #ffd5da;border-radius:12px;background:#fff5f6;color:#d43b51;font-size:11px;font-weight:800;margin-top:22px;display:flex;align-items:center;justify-content:center;gap:7px}.profile-page-bg{min-height:720px;background:#f2f4f3;padding:18px 0 34px}.profile-page-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;align-items:stretch}.profile-sidebar,.profile-workspace{background:#fff;border:1px solid rgba(228,233,232,.8);border-radius:22px;overflow:hidden}.profile-sidebar{align-self:start}.profile-user-card{padding:28px 20px 24px;text-align:center;border-bottom:1px solid var(--line)}.profile-page-avatar{width:78px;height:78px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#d9f3ee,#b8e4db);color:var(--brand-dark);font-size:29px;font-weight:850;box-shadow:inset 0 0 0 7px #ffffff85}.profile-user-card h1{margin:0;font-size:18px;line-height:1.35;letter-spacing:-.35px}.profile-user-card p{margin:4px 0 9px;color:var(--muted);font-size:13px}.profile-user-card>button{border:0;background:transparent;color:var(--ink);display:flex;align-items:center;justify-content:center;gap:6px;margin:auto;padding:3px;font-size:12px}.profile-user-card>button:hover{color:var(--brand)}.profile-menu>div{padding:10px;border-bottom:1px solid var(--line)}.profile-menu>div:last-child{border-bottom:0}.profile-menu button{width:100%;min-height:48px;border:0;border-radius:12px;background:#fff;display:grid;grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:5px 8px;text-align:left;color:#33413e}.profile-menu button:hover,.profile-menu button.active{background:var(--brand-soft);color:var(--brand-dark)}.profile-menu button>span{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#f1f4f3;color:#4c5b58}.profile-menu button.active>span{background:#d5efe9;color:var(--brand)}.profile-menu button>b{min-width:0;font-size:13px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-menu button>svg{color:#9aa5a3}.profile-logout-row button:hover{background:#fff1f2;color:#c83b4c}.profile-logout-row button:hover>span{background:#ffe0e4;color:#c83b4c}.profile-workspace{min-height:640px;display:grid;place-items:center}.profile-safety-state{max-width:430px;padding:40px;text-align:center}.profile-safety-icon{width:94px;height:94px;margin:0 auto 20px;border-radius:29px;background:linear-gradient(145deg,#d9f4ee,#ecfbf7);color:var(--brand);display:grid;place-items:center;box-shadow:0 16px 38px #0f766e21,inset 0 0 0 1px #0f766e14}.profile-safety-state h2,.profile-feature-panel h2{margin:0;font-size:24px;letter-spacing:-.75px}.profile-safety-state p,.profile-feature-panel p{margin:9px auto 0;max-width:430px;color:var(--muted);font-size:14px;line-height:1.6}.profile-workspace-content{width:100%;height:100%;align-self:stretch;padding:31px}.profile-workspace-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:21px;border-bottom:1px solid var(--line)}.profile-workspace-head span{color:var(--brand);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.8px}.profile-workspace-head h2{margin:4px 0 0;font-size:25px;letter-spacing:-.8px}.profile-workspace-head p{margin:6px 0 0;color:var(--muted);font-size:13px}.profile-workspace-head>button,.profile-content-empty>button,.profile-feature-panel>button{height:43px;border:0;border-radius:12px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;font-size:12px;font-weight:800;white-space:nowrap}.profile-page-ad-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}.profile-page-ad-list>button{min-width:0;border:1px solid var(--line);border-radius:14px;background:#fff;display:grid;grid-template-columns:68px minmax(0,1fr) 18px;align-items:center;gap:11px;padding:8px;text-align:left}.profile-page-ad-list>button:hover{border-color:#0f766e59;box-shadow:0 9px 24px #122e2a12}.profile-page-ad-list>button>img{width:68px;height:68px;border-radius:11px;object-fit:cover}.profile-page-ad-list>button>span{min-width:0;display:flex;flex-direction:column;gap:6px}.profile-page-ad-list b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.profile-page-ad-list small{color:var(--brand);font-size:11px;font-weight:750}.profile-workspace.profile-workspace-ads{display:block;background:transparent;border:0;border-radius:0;overflow:visible}.profile-ads-page{width:100%;min-width:0}.profile-ads-guides{border:1px solid rgba(228,233,232,.8);border-radius:21px;background:#fff;padding:14px}.profile-ads-guides>h2{margin:0 0 13px;font-size:23px;letter-spacing:-.7px}.profile-ads-guides>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.profile-guide-card{min-width:0;height:126px;position:relative;overflow:hidden;border:0;border-radius:16px;background:linear-gradient(120deg,#edf9fb,#e7f5f3);padding:17px 115px 15px 17px;text-align:left;color:var(--ink)}.profile-guide-card:hover{transform:translateY(-2px);box-shadow:0 13px 28px #12373217}.profile-guide-card>span{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:flex-start}.profile-guide-card b{max-width:175px;font-size:16px;line-height:1.25}.profile-guide-card small{margin-top:auto;min-height:28px;display:flex;align-items:center;border-radius:999px;background:#fff;padding:0 11px;color:#53615e;font-size:11px;font-weight:750;box-shadow:0 4px 13px #1a3b370f}.profile-guide-visual{position:absolute;right:19px;top:50%;width:82px;height:82px;transform:translateY(-50%) rotate(-4deg);border-radius:24px;background:linear-gradient(145deg,#0f766e,#0a554f);color:#fff;display:grid;place-items:center;box-shadow:0 14px 25px #0f766e33,inset 0 0 0 6px #ffffff21}.profile-guide-visual.shield{transform:translateY(-50%) rotate(5deg);background:linear-gradient(145deg,#17a394,#0f766e)}.profile-ads-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:28px 0 15px}.profile-ads-heading>h2{margin:0;font-size:25px;letter-spacing:-.85px}.profile-ads-tabs{display:flex;align-items:center;gap:7px}.profile-ads-tabs>button{min-height:39px;border:1px solid #e7eceb;border-radius:12px;background:#fff;color:#596562;display:flex;align-items:center;gap:6px;padding:0 13px;font-size:12px;font-weight:700;white-space:nowrap}.profile-ads-tabs>button:hover{border-color:#0f766e59}.profile-ads-tabs>button.active{border-color:var(--brand-dark);background:var(--brand-dark);color:#fff}.profile-ads-tabs>button span{min-width:20px;height:20px;border-radius:50%;background:#edf1f0;color:#66726f;display:grid;place-items:center;font-size:10px}.profile-ads-tabs>button.active span{background:#ffffff2e;color:#fff}.profile-ads-list-panel{min-height:360px;border:1px solid rgba(228,233,232,.8);border-radius:21px;background:#fff;padding:18px}.profile-ads-list-panel .profile-page-ad-list{margin-top:0}.profile-ads-empty{min-height:322px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#9ba6b4}.profile-ads-empty>div{width:102px;height:102px;border-radius:50%;background:#f4f6f7;color:#d0d7dc;display:grid;place-items:center;margin-bottom:18px}.profile-ads-empty p{max-width:250px;margin:0 0 18px;font-size:14px;line-height:1.45}.profile-ads-empty>button{height:43px;border:0;border-radius:12px;background:var(--brand-dark);color:#fff;padding:0 18px;font-size:13px;font-weight:800}.profile-ads-empty>button:hover{background:var(--brand)}.profile-content-empty{grid-column:1/-1;min-height:360px;border:1px dashed #cdd8d5;border-radius:17px;background:#fafcfc;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px}.profile-content-empty h3{margin:0;color:var(--ink);font-size:17px}.profile-info-panel dl{max-width:650px;margin:24px 0 0}.profile-info-panel dl>div{min-height:65px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:190px 1fr;align-items:center;gap:20px}.profile-info-panel dt{color:var(--muted);font-size:13px}.profile-info-panel dd{margin:0;font-size:14px;font-weight:750}.profile-info-panel dd.is-active{color:var(--brand)}.profile-feature-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:50px}.profile-feature-panel>button{margin-top:22px}.profile-language-panel>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:13px;max-width:680px;margin-top:24px}.profile-language-panel>div:last-child>button{height:76px;border:1px solid var(--line);border-radius:15px;background:#fff;display:grid;grid-template-columns:38px 1fr 22px;align-items:center;gap:12px;padding:0 15px;text-align:left;color:#889491}.profile-language-panel>div:last-child>button.active{border-color:#0f766e66;background:var(--brand-soft);color:var(--brand)}.profile-language-panel .language-flag{width:34px;height:34px}.profile-language-panel button>span{display:flex;flex-direction:column;gap:2px}.profile-language-panel button b{color:var(--ink);font-size:14px}.profile-language-panel button small{font-size:10px}.profile-rules-panel ul{max-width:760px;margin:24px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:11px}.profile-rules-panel li{position:relative;border:1px solid var(--line);border-radius:14px;padding:16px 17px 16px 48px;color:#46534f;font-size:13px;line-height:1.55}.profile-rules-panel li:before{content:"✓";position:absolute;left:15px;top:14px;width:23px;height:23px;border-radius:50%;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-weight:900}.profile-favorites-panel{padding:26px 20px 30px}.profile-favorites-title{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding-bottom:16px}.profile-favorites-title span{color:var(--brand);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.8px}.profile-favorites-title h2{margin:3px 0 0;font-size:25px;letter-spacing:-.8px}.profile-favorites-title small{color:var(--muted);font-size:12px;font-weight:700}.profile-favorites-tabs{display:flex;gap:24px;border-bottom:1px solid var(--line)}.profile-favorites-tabs button{position:relative;border:0;background:transparent;color:#818b89;padding:0 0 12px;font-size:13px;font-weight:750}.profile-favorites-tabs button.active{color:var(--ink)}.profile-favorites-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:2px;background:var(--brand)}.profile-favorites-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px 10px;margin-top:24px}.profile-favorites-grid .ad-card{border-color:transparent;border-radius:14px}.profile-favorites-grid .ad-image-wrap{height:155px;border-radius:14px}.profile-favorites-grid .ad-content{padding:9px 2px 0}.profile-favorites-grid .ad-content h3{height:36px;margin-bottom:5px;font-size:12px;line-height:1.35}.profile-favorites-grid .ad-content strong{font-size:14px}.profile-favorites-grid .ad-meta{flex-direction:column;align-items:flex-start;gap:2px;margin-top:6px;font-size:10px;line-height:1.35}.profile-favorites-grid .ad-meta span:last-child{text-align:left}.profile-favorites-grid .heart-button{width:31px;height:31px;right:7px;top:7px}.profile-favorites-grid .heart-button svg{width:18px;height:18px}.profile-favorites-grid .ad-badges{left:7px;right:42px;top:7px}.profile-favorites-grid .ad-badges span{font-size:8px;padding:4px 6px}.profile-favorites-empty{min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.profile-favorites-empty>div{width:64px;height:64px;border-radius:20px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;margin-bottom:15px}.profile-favorites-empty h2{margin:0;color:var(--ink);font-size:20px}.profile-favorites-empty p{max-width:360px;margin:7px auto 0;font-size:13px;line-height:1.55}.favorite-list{display:flex;flex-direction:column;gap:8px}.favorite-list>div:not(.empty){display:flex;border:1px solid var(--line);border-radius:12px;padding:7px}.favorite-main{min-width:0;flex:1;border:0;background:transparent;display:grid;grid-template-columns:54px 1fr;gap:10px;text-align:left}.favorite-main img{width:54px;height:54px;border-radius:9px;object-fit:cover}.favorite-main span{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:5px}.favorite-main b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorite-main strong{font-size:10px;color:var(--brand)}.favorite-remove{width:32px;border:0;background:transparent;color:var(--muted)}.empty.compact{padding:45px 15px}.empty.compact div{font-size:15px}.empty.compact p{font-size:10px}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes lift{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}@keyframes megaDrop{0%{opacity:0;transform:translateY(-8px) scale(.992)}to{opacity:1;transform:none}}@keyframes megaContentIn{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:none}}@media(max-width:1180px){.shell{width:min(100% - 30px,1100px)}.header-inner{grid-template-columns:auto minmax(200px,1fr) auto auto}.category-button span{display:none}.category-button{width:54px;padding:0;justify-content:center}.quick-actions button{width:60px}.quick-actions span{font-size:9px}.category-grid,.ad-grid{grid-template-columns:repeat(4,1fr)}.listing-promo-desktop{display:none}.listing-promo-wide{display:grid}.listing-promo{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);padding-inline:32px}.listing-promo-products span{width:132px;height:175px}.listing-promo-products span:nth-child(2){left:102px}.listing-promo-products span:nth-child(3){left:196px}.promo-grid{grid-template-columns:repeat(2,1fr)}.detail-page-grid{grid-template-columns:minmax(0,1.16fr) minmax(350px,.84fr);gap:30px}.detail-gallery{grid-template-columns:70px minmax(0,1fr);gap:13px}.detail-thumbnails button{width:68px;height:68px}.detail-main-image{height:510px}.detail-thumbnails{max-height:510px}.detail-seller-panel{padding-inline:18px}.seller-contact-actions{grid-template-columns:1fr 1fr}.seller-contact-actions .primary{grid-column:1/-1}}@media(max-width:900px){.topbar{height:44px}.topbar-meta .lang{display:none}.main-header{height:auto;position:static;padding:10px 0 12px}.header-inner{display:grid;grid-template-columns:54px 1fr auto;gap:8px}.search{grid-column:1/-1;grid-row:2}.quick-actions{margin-left:auto}.quick-actions .desktop-action{display:none}.sell-button{height:48px}.intro{grid-template-columns:1fr;gap:10px;margin-top:4px}.intro p{max-width:620px}.category-grid,.ad-grid{grid-template-columns:repeat(3,1fr)}.listing-promo-wide{display:none}.listing-promo-tablet{display:grid}.listing-promo{min-height:285px;grid-template-columns:minmax(0,1fr) 280px;gap:18px;padding:28px}.listing-promo h3{font-size:29px}.listing-promo-products{right:82px}.listing-promo-products span{width:112px;height:156px;border-width:5px}.listing-promo-products span:nth-child(2){left:82px}.listing-promo-products span:nth-child(3){left:154px}.listing-promo-qr{width:78px}.listing-promo-qr img{width:75px;height:75px}.ad-image-wrap{height:240px}.category-mega{grid-template-columns:235px minmax(0,1fr)}.mega-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 35px}.mega-content{padding-inline:22px}.footer-bottom{grid-template-columns:1fr auto;align-items:start}.app-download{grid-column:1/-1;max-width:460px}.profile-page-layout{grid-template-columns:240px minmax(0,1fr);gap:13px}.profile-workspace{min-height:590px}.profile-page-ad-list{grid-template-columns:1fr}.profile-workspace-content{padding:24px}.profile-safety-state{padding:28px}.profile-user-card{padding-inline:14px}.profile-menu button>b{font-size:12px}.profile-guide-card{padding-right:92px}.profile-guide-card b{font-size:14px}.profile-guide-visual{right:13px;width:68px;height:68px}.profile-guide-visual svg{width:39px;height:39px}.profile-ads-heading{align-items:flex-start;flex-direction:column}.profile-ads-tabs{width:100%;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.profile-ads-tabs::-webkit-scrollbar{display:none}.profile-favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:21px 10px}.profile-favorites-grid .ad-image-wrap{height:165px}.ad-detail-page{padding-top:19px}.detail-breadcrumb{margin-bottom:20px}.detail-page-grid{display:flex;flex-direction:column;gap:0}.detail-main-column{display:contents}.detail-gallery{order:1;width:100%}.detail-side-column{order:2;position:static;width:100%;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:stretch;margin-top:25px}.detail-section{order:3;width:100%}.detail-main-image{height:520px}.detail-thumbnails{max-height:520px}.detail-promo-banner{height:auto;min-height:100%}.seller-contact-actions{grid-template-columns:1.12fr 1fr 1fr}.seller-contact-actions .primary{grid-column:auto}}@media(max-width:640px){body{padding-bottom:70px}.shell{width:calc(100% - 24px)}.topbar-inner{justify-content:space-between}.topbar-meta{display:flex}.topbar-meta>span{display:none}.topbar-location{display:none}.wordmark{height:40px;gap:7px}.wordmark img{width:42px;height:42px}.wordmark .brand-name{font-size:18px;letter-spacing:-.65px}.language-picker>button{height:34px;min-width:78px}.language-menu{top:39px}.main-header{border-bottom:0}.header-inner{grid-template-columns:46px 1fr auto}.category-button{width:46px;height:46px;border-radius:14px}.quick-actions{display:none}.sell-button{height:46px;border-radius:14px;padding:0 13px;font-size:11px}.sell-button span{display:none}.category-mega-backdrop{padding:7px 7px 9px}.category-mega{width:100%;height:calc(100% - 2px);min-height:0;border-radius:17px;grid-template-columns:1fr;grid-template-rows:78px minmax(0,1fr)}.mega-category-list{display:flex;overflow-x:auto;overflow-y:hidden;border-right:0;border-bottom:1px solid var(--line);padding:8px;scrollbar-width:none}.mega-category-list::-webkit-scrollbar{display:none}.mega-category-list>button{flex:0 0 145px;height:59px;grid-template-columns:36px 1fr;padding:5px 8px;font-size:9px}.mega-category-list>button svg{display:none}.mega-category-list img{width:34px;height:34px}.mega-content{padding:13px 15px 27px}.mega-heading{top:-13px;padding:8px 0 11px}.mega-heading>button:first-child{font-size:18px}.mega-heading .mega-close{width:33px;height:33px}.mega-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 22px;padding-top:14px}.mega-group-title{font-size:10px}.mega-group>div button,.mega-more{font-size:9px}.mega-group>div{gap:7px}.search{height:49px;border-radius:14px;padding-left:14px}.search button{height:43px;width:48px;border-radius:11px}.main-content{padding-top:18px;padding-bottom:58px}.intro{margin-bottom:20px}.intro .eyebrow{font-size:9px}.intro h1{font-size:28px;letter-spacing:-1.4px}.intro p{font-size:12px}.category-grid{display:flex;overflow:auto;gap:8px;margin-right:-12px;padding-right:12px;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}.category-card{flex:0 0 145px;height:72px;border-radius:15px;font-size:11px;padding:12px 65px 12px 13px}.category-card img{width:75px;height:75px}.promo-section{margin-top:35px}.section-title-row h2,.listing-head h2{font-size:22px}.section-title-row>div{display:none}.promo-grid{display:flex;overflow:auto;margin-right:-12px;padding-right:12px;scrollbar-width:none}.promo-grid::-webkit-scrollbar{display:none}.promo-card{flex:0 0 280px;height:145px}.listings{margin-top:42px}.listing-head{align-items:flex-start;flex-direction:column;gap:13px}.filters{width:100%;display:grid;grid-template-columns:1.2fr 1fr}.filters label{min-width:0;padding:0 7px}.filters select{width:100%;min-width:0;font-size:10px}.ad-grid{grid-template-columns:repeat(2,1fr);gap:9px}.ad-image-wrap{height:190px}.ad-content{padding:11px}.ad-content h3{font-size:11px;height:31px;margin-bottom:7px}.ad-content strong{font-size:13px}.ad-meta{font-size:7px;margin-top:9px}.heart-button{width:33px;height:33px;right:8px;top:8px}.ad-badges{left:7px;top:8px;right:43px}.ad-badges span{font-size:7px;padding:4px 6px}.listing-promo-tablet{display:none}.listing-promo-mobile{display:grid}.listing-promo{min-height:385px;grid-template-columns:1fr;grid-template-rows:auto 120px;gap:13px;padding:24px 20px;border-radius:21px}.listing-promo-brand{margin-bottom:13px;gap:10px}.listing-promo-brand img{width:34px;height:34px}.listing-promo-brand .brand-name{margin-left:-4px;font-size:17px}.listing-promo-brand>span{font-size:9px;padding:5px 8px}.listing-promo h3{font-size:27px;letter-spacing:-1.1px}.listing-promo-copy>p{font-size:12px;margin:10px 0 16px}.listing-promo-copy>button{height:44px;font-size:12px}.listing-promo-visual{height:120px}.listing-promo-products{right:79px}.listing-promo-products span{width:84px;height:106px;border-width:4px;border-radius:15px}.listing-promo-products span:nth-child(1){top:11px}.listing-promo-products span:nth-child(2){left:65px;top:1px}.listing-promo-products span:nth-child(3){left:125px;top:12px}.listing-promo-qr{width:70px}.listing-promo-qr img{width:66px;height:66px;border-width:4px}.listing-promo-qr span{font-size:8px}.market-footer{padding:28px 0 15px}.footer-more{height:48px}.footer-bottom{grid-template-columns:1fr;gap:25px;padding:25px 0}.footer-community{gap:19px}.footer-links{gap:11px 18px}.footer-links a{font-size:10px}.footer-language{justify-content:flex-start}.app-download{grid-column:1;grid-template-columns:83px 1fr;gap:13px}.app-download>img{width:83px;height:83px}.app-download h3{font-size:12px}.store-buttons{flex-wrap:wrap}.store-buttons button{height:39px;min-width:121px}.footer-copyright{grid-template-columns:1fr auto}.footer-copyright .footer-brand{grid-column:1/-1;margin-bottom:11px}.footer-copyright>span:last-child{display:none}.mobile-nav{position:fixed;z-index:35;left:0;right:0;bottom:0;height:68px;background:#fffffff5;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:4px 6px max(4px,env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-nav button{height:53px;border:0;background:transparent;color:#687572;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:7px}.mobile-nav .mobile-post{width:50px;height:50px;justify-self:center;border-radius:16px;background:var(--brand);color:#fff;transform:translateY(-12px);box-shadow:0 9px 24px #0f766e52}.mobile-nav button.active:not(.mobile-post){color:var(--brand);font-weight:800}.favorites-page{padding-top:22px;padding-bottom:65px}.favorites-title-row h1{font-size:26px}.favorites-title-row>span{font-size:8px}.favorites-tabs{margin-top:16px}.favorites-tabs button{font-size:11px;padding-bottom:12px}.favorites-page>.ad-grid{margin-top:24px}.favorites-empty{margin-top:38px;padding:39px 18px}.favorites-empty h2{font-size:17px}.profile-page-bg{padding:12px 0 26px}.profile-page-layout{grid-template-columns:1fr;gap:11px}.profile-sidebar,.profile-workspace{border-radius:17px}.profile-user-card{padding:19px 15px}.profile-page-avatar{width:66px;height:66px;font-size:24px;margin-bottom:9px}.profile-user-card h1{font-size:17px}.profile-menu>div{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:8px}.profile-menu .profile-logout-row{display:block}.profile-menu button{min-height:45px}.profile-menu button>b{font-size:11px}.profile-workspace{min-height:440px}.profile-safety-state{padding:30px 20px}.profile-safety-icon{width:78px;height:78px;border-radius:24px;margin-bottom:17px}.profile-safety-icon svg{width:46px;height:46px}.profile-safety-state h2,.profile-feature-panel h2{font-size:21px}.profile-safety-state p,.profile-feature-panel p{font-size:12px}.profile-workspace-content{padding:21px 16px}.profile-workspace-head{flex-direction:column;padding-bottom:17px}.profile-workspace-head h2{font-size:21px}.profile-workspace-head>button{width:100%}.profile-page-ad-list{margin-top:14px}.profile-page-ad-list>button{grid-template-columns:58px minmax(0,1fr) 16px}.profile-page-ad-list>button>img{width:58px;height:58px}.profile-info-panel dl>div{grid-template-columns:1fr;gap:4px;padding:12px 0}.profile-language-panel>div:last-child{grid-template-columns:1fr}.profile-feature-panel{padding:35px 20px}.profile-rules-panel li{font-size:12px}.profile-ads-guides{padding:12px;border-radius:17px}.profile-ads-guides>h2{font-size:21px}.profile-ads-guides>div{grid-template-columns:1fr}.profile-guide-card{height:116px;padding:15px 100px 14px 15px}.profile-guide-card b{font-size:15px}.profile-guide-visual{width:72px;height:72px}.profile-ads-heading{margin:22px 0 12px;gap:13px}.profile-ads-heading>h2{font-size:22px}.profile-ads-tabs{margin-right:-12px;width:calc(100% + 12px);padding-right:12px}.profile-ads-tabs>button{min-height:38px;font-size:12px}.profile-ads-list-panel{min-height:330px;padding:12px;border-radius:17px}.profile-ads-empty{min-height:300px}.profile-ads-empty>div{width:88px;height:88px}.profile-ads-empty p{font-size:13px}.profile-favorites-panel{padding:20px 13px 28px}.profile-favorites-title{align-items:flex-start}.profile-favorites-title h2{font-size:23px}.profile-favorites-title small{padding-top:6px;font-size:11px}.profile-favorites-tabs{gap:20px}.profile-favorites-tabs button{font-size:13px}.profile-favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 9px;margin-top:18px}.profile-favorites-grid .ad-image-wrap{height:170px}.profile-favorites-empty{min-height:320px;padding:25px 10px}.modal-backdrop{padding:0;place-items:end center}.modal{width:100%;max-height:92vh;border-radius:23px 23px 0 0;padding:26px 19px 30px}.modal-wide{width:100%}.region-modal{height:min(720px,92vh);padding:25px 18px 20px}.region-modal>.modal-close{right:14px;top:17px}.region-modal>h2{font-size:19px;margin:0 38px 18px}.region-search{height:54px;border-radius:14px;padding:0 15px}.region-options{margin-bottom:13px}.region-option{min-height:48px}.post-form{grid-template-columns:1fr}.post-form .full{grid-column:1}.detail-grid{grid-template-columns:1fr}.detail-image{min-height:0;height:300px}.detail-copy{padding-top:0}.detail-copy h2{font-size:22px}.seller-card{grid-template-columns:auto 1fr}.seller-card button{grid-column:1/-1}.modal-heading h2{font-size:22px}.ad-detail-page{padding-top:12px;padding-bottom:60px}.detail-breadcrumb{gap:6px;margin-bottom:14px;font-size:9px}.detail-breadcrumb span:nth-of-type(n+3),.detail-breadcrumb b{display:none}.detail-gallery{display:flex;flex-direction:column-reverse;gap:9px}.detail-main-image{width:calc(100% + 24px);height:390px;margin-inline:-12px;border-radius:0}.detail-thumbnails{max-width:100%;max-height:none;display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:2px}.detail-thumbnails button{width:62px;height:62px;border-radius:11px}.detail-side-column{display:flex;flex-direction:column;gap:11px;margin-top:14px}.detail-seller-panel{border-radius:17px;padding:17px 15px 15px}.detail-price-row>strong{font-size:23px}.detail-seller-panel>h1{font-size:13px}.seller-summary b{font-size:14px}.seller-page-avatar{width:44px;height:44px}.seller-badges{margin-bottom:14px}.seller-contact-actions{grid-template-columns:1fr 1fr}.seller-contact-actions .primary{grid-column:1/-1}.seller-contact-actions button{height:44px}.detail-promo-banner{min-height:155px;padding:19px}.detail-promo-banner span{gap:14px}.detail-promo-banner b{font-size:20px}.detail-promo-banner em{min-height:35px}.detail-promo-banner>i:nth-of-type(1){width:135px;height:135px}.detail-promo-banner>i:nth-of-type(2){height:110px;right:42px}.detail-section{margin-top:34px}.detail-section h2,.seller-other-ads h2{font-size:21px;margin-bottom:14px}.detail-taxonomy{font-size:10px}.detail-description p{font-size:12px;line-height:1.55}.seller-question form{height:51px}.quick-question-list{gap:7px}.quick-question-list button{min-height:34px;padding-inline:12px;font-size:9px}.detail-map{height:245px;border-radius:14px}.detail-metadata{grid-template-columns:1fr 1fr;margin-top:24px}.detail-metadata>div:last-child{grid-column:1/-1}.report-ad{margin-top:20px}.seller-other-ads{margin-top:46px;padding-top:30px}.seller-other-ads>.ad-grid{display:flex;overflow-x:auto;margin-right:-12px;padding-right:12px;scrollbar-width:none}.seller-other-ads>.ad-grid::-webkit-scrollbar{display:none}.seller-other-ads .ad-card{flex:0 0 190px}.seller-other-ads .ad-image-wrap{height:190px}}@media(max-width:390px){.ad-image-wrap{height:165px}.ad-meta span:last-child{display:none}.intro h1{font-size:25px}.sell-button{font-size:12px;padding:0 11px}.mega-groups{grid-template-columns:1fr}.mega-category-list>button{flex-basis:132px}}body{font-size:16px;line-height:1.5}.topbar-meta,.topbar-location{font-size:14px}.language-picker>button{font-size:13px}.language-menu button{font-size:14px}.category-button,.sell-button{font-size:15px}.search input{font-size:16px}.quick-actions button,.quick-actions span{font-size:12px}.mega-category-list>button{font-size:14px}.mega-group-title{font-size:14px;line-height:1.45}.mega-group>div button,.mega-more,.mega-more span{font-size:13px;line-height:1.45}.eyebrow{font-size:12px}.intro p{font-size:16px}.category-card{font-size:15px}.promo-card small,.promo-card span,.listing-head h2 small{font-size:12px}.filters select,.filters .filter-control,.active-filter{font-size:14px}.ad-badges span{font-size:11px}.ad-content h3{height:42px;font-size:15px;line-height:1.4}.ad-content strong{font-size:17px}.ad-meta{font-size:12px;white-space:normal;align-items:flex-start;line-height:1.35}.ad-meta span:last-child{text-align:right}.favorites-title-row>span{font-size:12px}.favorites-tabs button,.favorites-empty p{font-size:14px}.favorites-empty>button{font-size:14px}.footer-more{font-size:14px}.footer-links a{font-size:13px}.footer-language button,.app-download p{font-size:12px}.store-buttons span{font-size:13px}.store-buttons small{font-size:10px}.footer-copyright,.location-error{font-size:12px}.region-search input{font-size:15px}.detect-location,.region-option,.region-picker-empty,.region-apply,.auth-head p,.modal-heading p,.form-stack label,.post-form label{font-size:14px}.form-stack input,.post-form input,.post-form select,.post-form textarea{font-size:15px}.form-error{font-size:13px}.mode-switch{font-size:14px}.modal-heading>span{font-size:12px}.upload-zone span,.upload-zone em{font-size:13px}.check-row{font-size:14px!important}.detail-breadcrumb{font-size:13px}.detail-taxonomy{font-size:14px}.detail-description p{font-size:15px;line-height:1.6}.seller-question input{font-size:15px}.question-sent{font-size:12px}.quick-question-list button,.location-caption b{font-size:14px}.location-caption small,.detail-metadata dt{font-size:12px}.detail-metadata dd,.report-ad{font-size:14px}.share-status{font-size:12px}.detail-seller-panel>h1{font-size:17px}.seller-summary b{font-size:16px}.seller-summary small,.seller-summary>div:first-child>span{font-size:13px}.seller-badges span{font-size:12px}.seller-contact-actions button{font-size:13px}.detail-seller-panel>p{font-size:12px}.detail-promo-banner em{font-size:13px}.profile-head small{font-size:12px}.profile-head h2{font-size:20px}.profile-head p{font-size:13px}.profile-stats strong{font-size:15px}.profile-stats span,.profile-section-title{font-size:12px}.profile-ad-list>p{font-size:13px}.profile-ad-list b,.profile-ad-list small{font-size:13px}.logout-button{font-size:14px}.favorite-main b,.favorite-main strong,.empty.compact p{font-size:13px}@media(max-width:640px){body{font-size:15px}.sell-button{font-size:13px}.mega-category-list>button{font-size:12px}.mega-group-title{font-size:13px}.mega-group>div button,.mega-more{font-size:12px}.intro .eyebrow{font-size:12px}.intro p{font-size:14px}.category-card,.filters select,.filters .filter-control{font-size:13px}.ad-content h3{height:40px;font-size:14px;line-height:1.4}.ad-content strong{font-size:16px}.ad-meta{font-size:12px}.ad-badges span{font-size:11px}.footer-links a{font-size:12px}.app-download h3{font-size:14px}.mobile-nav button{font-size:11px}.favorites-title-row>span{font-size:12px}.favorites-tabs button{font-size:13px}.detail-breadcrumb{font-size:12px}.detail-seller-panel>h1{font-size:15px}.detail-taxonomy{font-size:12px}.detail-description p{font-size:14px}.quick-question-list button{font-size:12px}.image-lightbox{padding:52px 10px 12px;gap:10px}.lightbox-close{top:9px;right:10px;width:38px;height:38px}.lightbox-arrow{width:42px;height:42px}.lightbox-arrow-prev{left:4px}.lightbox-arrow-next{right:4px}.lightbox-counter{right:8px;bottom:8px}.lightbox-thumbnails{justify-content:flex-start;gap:7px}.lightbox-thumbnails button{width:54px;height:54px;border-radius:9px}}@media(min-width:901px){.header-inner{grid-template-columns:max-content minmax(190px,1fr) max-content max-content;gap:10px}.search{min-width:0}.quick-actions{min-width:0;gap:1px}.quick-actions button{width:auto;min-width:76px;padding:0 8px;overflow:hidden}.quick-actions button>span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.15;text-align:center}html[lang=ru] .quick-actions .nav-favorites{min-width:88px}html[lang=ru] .quick-actions .nav-my-ads{min-width:112px}html[lang=ru] .quick-actions .nav-messages{min-width:88px}html[lang=ru] .quick-actions .nav-profile{min-width:66px}html[lang=ru] .sell-button{padding-inline:16px}}@media(min-width:901px)and (max-width:1180px){.header-inner{grid-template-columns:max-content minmax(170px,1fr) max-content max-content;gap:8px}.quick-actions button{min-width:64px;padding-inline:6px;font-size:10px}.quick-actions button>span{font-size:10px}html[lang=ru] .quick-actions .nav-favorites{min-width:80px}html[lang=ru] .quick-actions .nav-my-ads{min-width:102px}html[lang=ru] .quick-actions .nav-messages{min-width:82px}html[lang=ru] .quick-actions .nav-profile{min-width:60px}.sell-button{padding-inline:14px}}@media(max-width:900px){.header-inner{grid-template-columns:54px minmax(0,1fr) auto}.quick-actions button{width:auto;min-width:66px;padding-inline:7px;overflow:hidden}.quick-actions button>span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[lang=ru] .quick-actions .nav-favorites{min-width:82px}html[lang=ru] .quick-actions .nav-profile{min-width:64px}}.filters label,.filters .filter-control,.active-filter>span,.profile-workspace-head>div,.profile-ads-heading>h2{min-width:0}.filters select{max-width:100%}.active-filter>span,.modal-heading h2,.profile-workspace-head h2,.profile-workspace-head p,.profile-guide-card b{overflow-wrap:anywhere}.seller-contact-actions button{height:auto;min-height:48px;white-space:normal;line-height:1.2;text-overflow:clip;padding-block:7px}html[lang=ru] .profile-menu button{min-height:54px}html[lang=ru] .profile-menu button>b{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.2}html[lang=ru] .listing-promo-brand>span{white-space:normal;line-height:1.25}:root{--admin-teal: #13877e;--admin-teal-dark: #0b5f5a;--admin-ink: #142422;--admin-muted: #667774;--admin-line: #dfe8e6;--admin-bg: #f4f7f7}.admin-app,.admin-login-page{min-height:100vh;color:var(--admin-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.admin-app *,.admin-login-page *{box-sizing:border-box}.admin-app button,.admin-app input,.admin-app select,.admin-login-page button,.admin-login-page input{font:inherit}.admin-login-page{display:grid;place-items:center;padding:32px 20px;background:radial-gradient(circle at 12% 15%,rgba(53,202,177,.22),transparent 30%),radial-gradient(circle at 90% 88%,rgba(19,135,126,.18),transparent 30%),linear-gradient(145deg,#0d312f,#11201f 62%,#081716)}.admin-login-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;opacity:.055;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.8) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.8) 1px,transparent 1px);background-size:42px 42px}.admin-login-card{position:relative;width:min(100%,440px);padding:39px 40px 30px;background:#fffffffb;border:1px solid rgba(255,255,255,.75);border-radius:28px;box-shadow:0 28px 80px #000f0e5c;text-align:center}.admin-login-logo{display:inline-flex;height:48px;margin-bottom:27px}.admin-login-logo img{width:auto;height:100%;object-fit:contain}.admin-login-icon{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 14px;color:#fff;background:linear-gradient(145deg,#1ca093,#0d6e67);border-radius:16px;box-shadow:0 12px 28px #13877e3d}.admin-login-card h1{margin:0;font-size:26px;letter-spacing:-.6px}.admin-login-card>p{margin:7px 0 26px;color:var(--admin-muted);font-size:14px}.admin-login-card form{display:grid;gap:17px;text-align:left}.admin-login-card label>span{display:block;margin:0 0 8px;font-size:13px;font-weight:750}.admin-login-card label>div{display:flex;align-items:center;height:52px;padding:0 15px;color:#8b9997;background:#f8fafa;border:1px solid #dce5e3;border-radius:13px;transition:.2s}.admin-login-card label>div:focus-within{color:var(--admin-teal);background:#fff;border-color:var(--admin-teal);box-shadow:0 0 0 3px #13877e1a}.admin-login-card input{width:100%;min-width:0;height:100%;padding:0 0 0 11px;color:var(--admin-ink);background:transparent;border:0;outline:0}.admin-login-card>small{display:block;margin-top:23px;color:#899693;font-size:11px}.admin-login-error{display:flex;align-items:flex-start;gap:9px;margin-top:-3px;padding:11px 12px;color:#a52b35;background:#fff0f1;border:1px solid #f7ced2;border-radius:11px;font-size:13px;line-height:1.4}.admin-login-error svg{flex:0 0 auto;margin-top:1px}.admin-primary,.admin-danger,.admin-outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 17px;border:0;border-radius:11px;cursor:pointer;font-weight:750;transition:.18s ease}.admin-primary{color:#fff;background:var(--admin-teal);box-shadow:0 8px 20px #13877e2e}.admin-primary:hover{background:#0e746d;transform:translateY(-1px)}.admin-primary.wide{width:100%;min-height:52px;margin-top:1px}.admin-primary:disabled{opacity:.65;cursor:wait;transform:none}.admin-danger{color:#fff;background:#d74450}.admin-danger:hover{background:#be303b}.admin-outline{color:#40504d;background:#fff;border:1px solid #d7e1df}.admin-outline:hover{color:var(--admin-teal);border-color:#91c8c2;background:#f6fbfa}.button-spinner{width:17px;height:17px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:adminSpin .7s linear infinite}@keyframes adminSpin{to{transform:rotate(360deg)}}.admin-app{display:flex;background:var(--admin-bg)}.admin-sidebar{position:fixed;z-index:30;inset:0 auto 0 0;display:flex;flex-direction:column;width:264px;padding:26px 18px 20px;color:#cfddda;background:linear-gradient(180deg,#123936,#0c2826 70%,#091f1d);box-shadow:8px 0 30px #0d2f2c14}.admin-brand{display:flex;flex-direction:column;align-items:flex-start;gap:8px;height:77px;padding:1px 11px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.admin-brand img{max-width:170px;height:35px;object-fit:contain;object-position:left center}.admin-brand span{color:#75cfc5;font-size:9px;font-weight:800;letter-spacing:2.8px}.admin-sidebar nav{display:grid;gap:6px;margin-top:25px}.admin-sidebar nav button,.admin-sidebar-bottom a,.admin-sidebar-bottom button{display:flex;align-items:center;gap:13px;width:100%;min-height:49px;padding:0 14px;color:#b9cfcb;background:transparent;border:0;border-radius:12px;text-decoration:none;cursor:pointer;text-align:left;transition:.18s}.admin-sidebar nav button:hover,.admin-sidebar-bottom a:hover,.admin-sidebar-bottom button:hover{color:#fff;background:#ffffff12}.admin-sidebar nav button.active{color:#fff;background:linear-gradient(100deg,#168e84,#12766e);box-shadow:0 10px 22px #00000024}.admin-sidebar nav button svg,.admin-sidebar-bottom svg{flex:0 0 auto}.admin-sidebar nav button span,.admin-sidebar-bottom span{flex:1;font-size:14px;font-weight:700}.admin-sidebar nav em{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;color:#163c39;background:#bdf4e9;border-radius:999px;font-size:11px;font-style:normal;font-weight:850}.admin-sidebar-bottom{display:grid;gap:5px;margin-top:auto;padding-top:15px;border-top:1px solid rgba(255,255,255,.1)}.admin-sidebar-close,.admin-sidebar-backdrop{display:none}.admin-main{min-width:0;width:calc(100% - 264px);margin-left:264px}.admin-topbar{position:sticky;z-index:20;top:0;display:flex;align-items:center;height:78px;padding:0 clamp(22px,3vw,46px);background:#ffffffeb;border-bottom:1px solid #e2e9e8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-topbar>div:first-of-type{display:grid}.admin-topbar>div:first-of-type span{color:#7b8987;font-size:11px;font-weight:700}.admin-topbar>div:first-of-type b{margin-top:2px;font-size:18px}.admin-account{display:flex;align-items:center;gap:11px;margin-left:auto}.admin-account>span{display:grid;place-items:center;width:40px;height:40px;color:#fff;background:linear-gradient(145deg,#1b9b90,#0d6a63);border-radius:12px;font-weight:850}.admin-account>div{display:grid}.admin-account b{font-size:13px}.admin-account small{margin-top:2px;color:#7b8987;font-size:11px}.admin-menu-button{display:none}.admin-content{max-width:1560px;min-height:calc(100vh - 78px);margin:0 auto;padding:34px clamp(22px,3vw,46px) 55px}.admin-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:27px}.admin-page-heading>div>span{display:block;margin-bottom:6px;color:var(--admin-teal);font-size:11px;font-weight:850;letter-spacing:1.5px;text-transform:uppercase}.admin-page-heading h1{margin:0;color:#172724;font-size:clamp(25px,3vw,34px);line-height:1.15;letter-spacing:-1px}.admin-page-heading p{margin:8px 0 0;color:var(--admin-muted);font-size:14px}.admin-total{display:inline-flex;align-items:center;min-height:39px;padding:0 14px;color:#425451;background:#fff;border:1px solid var(--admin-line);border-radius:10px;font-size:13px;white-space:nowrap}.admin-stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:24px}.admin-stats article{min-width:0;padding:18px 17px;background:#fff;border:1px solid var(--admin-line);border-radius:16px;box-shadow:0 5px 18px #0f2c2909}.admin-stats article>div{display:grid;place-items:center;width:38px;height:38px;margin-bottom:17px;border-radius:11px}.admin-stats article span{display:block;overflow:hidden;color:#71807d;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.admin-stats article strong{display:block;margin-top:5px;color:#162825;font-size:25px;letter-spacing:-.6px}.admin-stats .teal>div{color:#10756e;background:#dff6f2}.admin-stats .blue>div{color:#3974ad;background:#e7f1fb}.admin-stats .amber>div{color:#a66a11;background:#fff2d6}.admin-stats .green>div{color:#368054;background:#e2f5e9}.admin-stats .red>div{color:#bb3f4a;background:#fde9eb}.admin-stats .slate>div{color:#566765;background:#edf1f0}.admin-panel{overflow:hidden;background:#fff;border:1px solid var(--admin-line);border-radius:17px;box-shadow:0 7px 25px #142f2c0a}.admin-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);gap:20px}.admin-panel-title{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:78px;padding:18px 21px;border-bottom:1px solid #e9eeed}.admin-panel-title h2{margin:0;font-size:17px;letter-spacing:-.25px}.admin-panel-title p{margin:5px 0 0;color:#7a8986;font-size:11px}.admin-panel-title>button{display:inline-flex;align-items:center;gap:4px;color:var(--admin-teal);background:none;border:0;cursor:pointer;font-size:12px;font-weight:800}.admin-compact-list,.admin-user-list{display:grid;padding:3px 20px 7px}.admin-compact-list article,.admin-user-list article{display:flex;align-items:center;gap:12px;min-width:0;padding:13px 0;border-bottom:1px solid #eef2f1}.admin-compact-list article:last-child,.admin-user-list article:last-child{border-bottom:0}.admin-compact-list img{flex:0 0 auto;width:48px;height:48px;object-fit:cover;border-radius:10px;background:#eef2f1}.admin-compact-list article>div,.admin-user-list article>div:not(.admin-avatar){display:grid;min-width:0;margin-right:auto}.admin-compact-list b,.admin-user-list b{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.admin-compact-list span:not(.admin-badge),.admin-user-list span:not(.admin-badge){overflow:hidden;margin-top:4px;color:#7b8987;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.admin-avatar{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;color:#0d726a;background:#dff4f1;border-radius:12px;font-size:14px;font-weight:850}.admin-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:27px;padding:0 9px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.admin-badge i{width:6px;height:6px;border-radius:50%;background:currentColor}.admin-badge.success{color:#26764a;background:#e2f5e9}.admin-badge.warning{color:#9b6414;background:#fff1cf}.admin-badge.danger{color:#b03d47;background:#fde7e9}.admin-badge.neutral{color:#657471;background:#edf1f0}.admin-toolbar{display:flex;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid #e8edec}.admin-search{display:flex;align-items:center;flex:1;max-width:520px;height:43px;padding:0 13px;color:#82908d;background:#f7f9f9;border:1px solid #dce5e3;border-radius:10px;transition:.18s}.admin-search:focus-within{color:var(--admin-teal);background:#fff;border-color:#9acbc6;box-shadow:0 0 0 3px #13877e12}.admin-search input{width:100%;height:100%;padding-left:10px;color:var(--admin-ink);background:transparent;border:0;outline:0;font-size:12px}.admin-toolbar select{min-width:184px;height:43px;padding:0 35px 0 13px;color:#3e504d;background:#fff;border:1px solid #dce5e3;border-radius:10px;outline:0;cursor:pointer;font-size:12px;font-weight:700}.admin-table-wrap{width:100%;overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;table-layout:auto}.admin-table th{height:44px;padding:0 15px;color:#71817e;background:#f8fafa;border-bottom:1px solid #e5ebea;font-size:10px;font-weight:850;letter-spacing:.35px;text-align:left;text-transform:uppercase;white-space:nowrap}.admin-table td{min-height:70px;padding:13px 15px;color:#3c4d4a;border-bottom:1px solid #edf1f0;font-size:12px;vertical-align:middle}.admin-table tbody tr{transition:background .15s}.admin-table tbody tr:hover{background:#fbfdfc}.admin-table tbody tr:last-child td{border-bottom:0}.admin-user-cell{display:flex;align-items:center;min-width:180px;gap:10px}.admin-user-cell>span{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;color:#0d756d;background:#e0f5f2;border-radius:10px;font-weight:850}.admin-user-cell>div{display:grid}.admin-user-cell b{color:#20312e;font-size:12px}.admin-user-cell small{margin-top:3px;color:#889592;font-size:9px}.admin-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 10px;background:#fff;border:1px solid #dbe3e2;border-radius:8px;cursor:pointer;font-size:10px;font-weight:800;white-space:nowrap}.admin-action.block{color:#b73a46}.admin-action.activate{color:#21764b}.admin-action:hover{background:#f7faf9}.admin-action:disabled{opacity:.5;cursor:wait}.admin-user-actions{display:flex;align-items:center;gap:6px;min-width:112px}.admin-user-actions button{display:grid;place-items:center;width:34px;height:34px;background:#fff;border:1px solid #dce4e2;border-radius:8px;cursor:pointer;transition:.16s}.admin-user-actions button:hover{transform:translateY(-1px)}.admin-user-actions .activate{color:#23764c;background:#f2fbf5;border-color:#cce7d5}.admin-user-actions .block{color:#ad7119;background:#fffaf0;border-color:#f0dfbd}.admin-user-actions .edit{color:#14786f;background:#f2faf9;border-color:#c8e3df}.admin-user-actions .delete{color:#b73e49;background:#fff5f6;border-color:#f0d2d5}.admin-user-actions button:disabled{opacity:.45;cursor:wait;transform:none}.admin-ad-cell{display:flex;align-items:center;gap:11px;min-width:270px;max-width:390px}.admin-ad-cell img{flex:0 0 auto;width:58px;height:53px;object-fit:cover;background:#eef2f1;border-radius:9px}.admin-ad-cell>div{display:grid;min-width:0}.admin-ad-cell b{overflow:hidden;color:#21322f;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.admin-ad-cell small{overflow:hidden;margin-top:4px;color:#71817e;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.admin-ad-cell em{margin-top:3px;color:#9aa5a3;font-size:9px;font-style:normal}.cell-main{display:block;color:#31423f;font-size:11px;white-space:nowrap}.cell-sub{display:block;margin-top:4px;color:#7f8d8a;font-size:9px;white-space:nowrap}.cell-date{color:#697976;font-size:10px;white-space:nowrap}.admin-row-actions{display:flex;align-items:center;gap:5px;min-width:190px}.admin-row-actions button,.admin-row-actions a{display:grid;place-items:center;width:33px;height:33px;color:#61716e;background:#fff;border:1px solid #dce4e2;border-radius:8px;cursor:pointer;transition:.16s}.admin-row-actions button:hover,.admin-row-actions a:hover{color:var(--admin-teal);border-color:#8fc6c0;background:#f3faf9}.admin-row-actions .approve{color:#22764b}.admin-row-actions .reject,.admin-row-actions .delete{color:#bb3b47}.admin-row-actions button:disabled{opacity:.42;cursor:wait}.admin-pager{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:62px;padding:12px 20px;border-top:1px solid #e8edec}.admin-pager>span{color:#74827f;font-size:10px}.admin-pager>div{display:flex;gap:7px}.admin-pager button{min-height:34px;padding:0 12px;color:#465754;background:#fff;border:1px solid #dbe3e1;border-radius:8px;cursor:pointer;font-size:10px;font-weight:750}.admin-pager button:hover:not(:disabled){color:var(--admin-teal);border-color:#97c9c4}.admin-pager button:disabled{opacity:.4;cursor:default}.admin-empty{display:grid;justify-items:center;padding:48px 20px;color:#879491;text-align:center}.admin-empty svg{margin-bottom:11px;color:#aab6b3}.admin-empty b{color:#40514e;font-size:14px}.admin-empty span{margin-top:6px;font-size:11px}.admin-loading{display:grid;justify-items:center;padding:58px 20px;color:#73827f}.admin-loading.full{position:fixed;top:0;right:0;bottom:0;left:0;place-content:center;background:#f4f7f7}.admin-loading>span{width:31px;height:31px;border:3px solid #d7e7e4;border-top-color:var(--admin-teal);border-radius:50%;animation:adminSpin .7s linear infinite}.admin-loading p{margin:12px 0 0;font-size:11px}.admin-toast{position:fixed;z-index:70;right:25px;bottom:25px;display:flex;align-items:center;gap:9px;max-width:min(390px,calc(100vw - 40px));min-height:49px;padding:12px 17px;color:#fff;background:#155f59;border-radius:12px;box-shadow:0 15px 40px #05232040;font-size:12px;font-weight:700;animation:adminToastIn .25s ease}.admin-toast.error{background:#b83b46}@keyframes adminToastIn{0%{opacity:0;transform:translateY(8px)}}.admin-dialog-backdrop{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#081917a8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-dialog{width:min(100%,420px);padding:30px;background:#fff;border-radius:20px;box-shadow:0 25px 70px #0000004d;text-align:center}.admin-dialog-icon{display:grid;place-items:center;width:50px;height:50px;margin:0 auto 15px;color:#c6424e;background:#fdebed;border-radius:15px}.admin-dialog h2{margin:0;font-size:20px}.admin-dialog p{margin:11px 0 24px;color:#657572;font-size:12px;line-height:1.6}.admin-dialog>div:last-child{display:flex;justify-content:center;gap:9px}.admin-edit-dialog{width:min(100%,500px);overflow:hidden;background:#fff;border-radius:21px;box-shadow:0 28px 80px #00000057}.admin-edit-dialog>header{display:flex;align-items:center;gap:13px;padding:21px 23px;background:linear-gradient(135deg,#f5fbfa,#fff);border-bottom:1px solid #e3ebe9}.admin-edit-icon{display:grid;place-items:center;flex:0 0 auto;width:45px;height:45px;color:#fff;background:linear-gradient(145deg,#1b998e,#0e6d66);border-radius:13px;box-shadow:0 8px 18px #13877e33}.admin-edit-dialog>header>div:nth-child(2){display:grid;min-width:0;margin-right:auto}.admin-edit-dialog>header span{color:#168379;font-size:8px;font-weight:850;letter-spacing:1.15px}.admin-edit-dialog>header h2{margin:3px 0 0;font-size:19px;letter-spacing:-.3px}.admin-edit-dialog>header>button{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;color:#53635f;background:#edf3f2;border:0;border-radius:10px;cursor:pointer}.admin-edit-dialog>header>button:disabled{opacity:.5}.admin-edit-dialog form{display:grid;gap:16px;padding:22px 23px 23px}.admin-edit-dialog label{display:grid;gap:7px;color:#334440;font-size:11px;font-weight:800}.admin-edit-dialog label>span{display:flex;align-items:center;gap:6px}.admin-edit-dialog label>span small{color:#84918e;font-size:9px;font-weight:650}.admin-edit-dialog input{width:100%;height:47px;padding:0 13px;color:#1d302c;background:#f8fafa;border:1px solid #dce5e3;border-radius:10px;outline:0;transition:.18s}.admin-edit-dialog input:focus{background:#fff;border-color:#8cc6c0;box-shadow:0 0 0 3px #13877e14}.admin-edit-dialog label>em{color:#87938f;font-size:9px;font-style:normal;font-weight:500;line-height:1.45}.admin-edit-error{display:flex;align-items:flex-start;gap:8px;padding:10px 11px;color:#a9343f;background:#fff1f2;border:1px solid #f1cfd2;border-radius:9px;font-size:10px;line-height:1.45}.admin-edit-error svg{flex:0 0 auto}.admin-edit-dialog form>footer{display:flex;justify-content:flex-end;gap:9px;margin:3px -23px -23px;padding:15px 23px;background:#fafcfc;border-top:1px solid #e7edec}.admin-preview-backdrop{padding:30px;overflow-y:auto}.admin-ad-preview{width:min(100%,920px);max-height:calc(100vh - 60px);overflow-y:auto;background:#fff;border-radius:21px;box-shadow:0 28px 80px #00000057}.admin-ad-preview>header{position:sticky;z-index:2;top:0;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:21px 24px;background:#fffffff5;border-bottom:1px solid #e5ebea;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.admin-ad-preview>header span{display:block;margin-bottom:5px;color:var(--admin-teal);font-size:9px;font-weight:850;letter-spacing:1.3px}.admin-ad-preview>header h2{margin:0;font-size:20px;letter-spacing:-.35px}.admin-ad-preview>header button{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;color:#52625f;background:#f3f6f5;border:0;border-radius:10px;cursor:pointer}.admin-preview-body{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:25px;padding:24px}.admin-preview-gallery>img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:contain;background:#f0f3f2;border-radius:14px}.admin-preview-gallery>div{display:flex;gap:7px;margin-top:9px;overflow-x:auto;scrollbar-width:none}.admin-preview-gallery>div::-webkit-scrollbar{display:none}.admin-preview-gallery button{flex:0 0 auto;width:55px;height:48px;padding:2px;background:#fff;border:2px solid transparent;border-radius:8px;cursor:pointer}.admin-preview-gallery button.active{border-color:var(--admin-teal)}.admin-preview-gallery button img{width:100%;height:100%;object-fit:cover;border-radius:5px}.admin-preview-info{min-width:0}.admin-preview-price{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:17px;border-bottom:1px solid #e8edec}.admin-preview-price strong{color:#152724;font-size:22px}.admin-preview-info>p{max-height:130px;overflow-y:auto;margin:18px 0;color:#53635f;font-size:12px;line-height:1.65;white-space:pre-wrap}.admin-preview-info dl{display:grid;gap:0;margin:0}.admin-preview-info dl>div{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px solid #edf1f0}.admin-preview-info dt{color:#84918f;font-size:10px}.admin-preview-info dd{margin:0;color:#334440;font-size:10px;font-weight:750;text-align:right}.admin-ad-preview>footer{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:9px;padding:16px 24px;background:#fffffff5;border-top:1px solid #e5ebea;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.admin-preview-reject{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 15px;color:#b43d48;background:#fff2f3;border:1px solid #f3ced2;border-radius:11px;cursor:pointer;font-weight:750}@media(max-width:1280px){.admin-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-dashboard-grid{grid-template-columns:1fr}}@media(max-width:900px){.admin-sidebar{transform:translate(-105%);transition:transform .23s ease}.admin-sidebar.open{transform:translate(0);box-shadow:20px 0 60px #00141259}.admin-sidebar-close{position:absolute;top:23px;right:15px;display:grid;place-items:center;width:36px;height:36px;color:#d7e5e2;background:#ffffff14;border:0;border-radius:10px}.admin-sidebar-backdrop{position:fixed;z-index:29;top:0;right:0;bottom:0;left:0;display:block;background:#05171573;border:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.admin-main{width:100%;margin-left:0}.admin-menu-button{display:grid;place-items:center;width:39px;height:39px;margin-right:13px;color:#35504c;background:#f1f6f5;border:1px solid #dce6e4;border-radius:10px}.admin-topbar{padding:0 20px}.admin-content{padding:27px 20px 45px}}@media(max-width:700px){.admin-login-page{padding:15px}.admin-login-card{padding:30px 23px 24px;border-radius:22px}.admin-login-logo{height:42px;margin-bottom:22px}.admin-login-card h1{font-size:23px}.admin-topbar{height:67px}.admin-topbar>div:first-of-type span{display:none}.admin-topbar>div:first-of-type b{font-size:15px}.admin-account>div{display:none}.admin-account>span{width:37px;height:37px}.admin-content{min-height:calc(100vh - 67px);padding:23px 14px 40px}.admin-page-heading{align-items:flex-start;margin-bottom:20px}.admin-page-heading h1{font-size:25px}.admin-page-heading p{max-width:280px;font-size:12px;line-height:1.5}.admin-page-heading .admin-outline{width:42px;min-width:42px;padding:0;font-size:0}.admin-total{margin-top:19px;font-size:10px}.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-stats article{padding:15px}.admin-stats article>div{margin-bottom:13px}.admin-stats article span{font-size:9px}.admin-stats article strong{font-size:22px}.admin-panel{border-radius:14px}.admin-dashboard-grid{gap:13px}.admin-panel-title{min-height:70px;padding:15px}.admin-panel-title h2{font-size:15px}.admin-compact-list,.admin-user-list{padding:2px 14px 6px}.admin-compact-list .admin-badge,.admin-user-list .admin-badge{padding:0 7px;font-size:8px}.admin-toolbar{align-items:stretch;flex-direction:column;padding:14px}.admin-search{max-width:none}.admin-toolbar select{width:100%}.admin-table-wrap{overflow:visible}.admin-table,.admin-table tbody{display:block}.admin-table thead{display:none}.admin-table tr{display:grid;gap:10px;margin:12px;padding:15px;background:#fff;border:1px solid #e1e8e6;border-radius:12px;box-shadow:0 4px 14px #142d2a09}.admin-table td{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:0;padding:0;border:0;text-align:right}.admin-table td:before{content:attr(data-label);color:#85928f;font-size:9px;font-weight:800;text-transform:uppercase}.admin-table td:first-child{display:block;padding-bottom:12px;border-bottom:1px solid #e8edec;text-align:left}.admin-table td:first-child:before{display:none}.admin-user-cell,.admin-ad-cell{max-width:none;min-width:0}.admin-ad-cell img{width:68px;height:62px}.admin-ad-cell>div{max-width:calc(100% - 79px)}.admin-table .admin-row-actions{min-width:0}.admin-table td:last-child{margin-top:2px;padding-top:11px;border-top:1px solid #edf1f0}.admin-table td:last-child:before{align-self:center}.admin-action,.admin-row-actions{margin-left:auto}.admin-pager{align-items:flex-start;flex-direction:column}.admin-pager>div{width:100%}.admin-pager button{flex:1}.admin-toast{right:14px;bottom:14px}.admin-dialog{padding:25px 20px}.admin-edit-backdrop{align-items:end;padding:0}.admin-edit-dialog{border-radius:20px 20px 0 0}.admin-edit-dialog>header{padding:17px}.admin-edit-dialog form{padding:18px 17px 20px}.admin-edit-dialog form>footer{margin:2px -17px -20px;padding:13px 17px}.admin-edit-dialog form>footer button{flex:1;padding:0 9px;font-size:11px}.users-table .admin-user-actions{margin-left:auto}.admin-preview-backdrop{align-items:end;padding:0}.admin-ad-preview{max-height:93vh;border-radius:20px 20px 0 0}.admin-ad-preview>header{padding:17px}.admin-ad-preview>header h2{font-size:17px}.admin-preview-body{grid-template-columns:1fr;gap:19px;padding:16px}.admin-preview-gallery>img{aspect-ratio:16 / 11}.admin-ad-preview>footer{padding:13px 16px}.admin-ad-preview>footer button{flex:1;padding:0 9px;font-size:11px}}@media(max-width:390px){.admin-stats{grid-template-columns:1fr 1fr}.admin-stats article{padding:13px}.admin-stats article>div{width:34px;height:34px}.admin-stats article strong{font-size:20px}.admin-compact-list .admin-badge,.admin-user-list .admin-badge{display:none}}
