*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 8% 0%, color-mix(in srgb,var(--mustard) 16%, transparent), transparent 34%),radial-gradient(circle at 92% 7%, color-mix(in srgb,var(--green) 9%, transparent), transparent 31%),linear-gradient(180deg,var(--page),var(--page-2));color:var(--ink);font-size:calc(16px * var(--font-scale));line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.wrap{max-width:var(--max);margin:0 auto;padding:0 22px}.topbar{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--page) 82%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--line-strong) 55%,transparent)}.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:13px;min-width:0}.logo{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--red),#df6b38 56%,var(--mustard));box-shadow:0 14px 34px color-mix(in srgb,var(--red) 22%,transparent);color:#fff;font-weight:900;font-size:24px}.brand strong{display:block;font-size:22px;letter-spacing:-.04em;color:var(--ink)}.brand span{display:block;margin-top:1px;color:var(--muted);font-size:13px;font-weight:700}.nav-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.nav-link{padding:12px 16px;border-radius:15px;background:color-mix(in srgb,var(--surface) 72%,transparent);border:1px solid var(--line);color:var(--ink-2);font-weight:800;box-shadow:0 6px 18px rgba(54,41,21,.05)}.nav-link.active{background:var(--mustard-soft);border-color:var(--line-strong);color:var(--ink)}.site-main-nav .nav-link-live-v313,.site-main-nav .nav-link-live-v313.active{background:linear-gradient(180deg,#25ad69,#178850)!important;border-color:#137947!important;color:#fff!important;box-shadow:0 10px 22px rgba(23,136,80,.18)!important}.site-main-nav .nav-link-live-v313:hover{background:linear-gradient(180deg,#2abd73,#159158)!important;color:#fff!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border:0;border-radius:15px;color:#fff;font-weight:900;cursor:pointer;box-shadow:0 14px 28px color-mix(in srgb,var(--green) 18%,transparent);transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-green{background:linear-gradient(180deg,color-mix(in srgb,var(--green) 84%,#fff 16%),var(--green))}.btn-red{background:linear-gradient(180deg,color-mix(in srgb,var(--red) 84%,#fff 16%),var(--red));box-shadow:0 14px 28px color-mix(in srgb,var(--red) 18%,transparent)}.btn-dark{background:#202019;box-shadow:0 14px 28px rgba(25,23,19,.15)}.btn-ghost{background:color-mix(in srgb,var(--surface) 76%,transparent);color:var(--ink);border:1px solid var(--line);box-shadow:0 8px 20px rgba(54,41,21,.06)}.btn-mustard{background:linear-gradient(180deg,color-mix(in srgb,var(--mustard) 82%,#fff 18%),var(--mustard));color:#1d1608;box-shadow:0 14px 28px color-mix(in srgb,var(--mustard) 16%,transparent)}.menu-strip{padding:18px 0 0}.menu-shell{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--line-strong);background:color-mix(in srgb,var(--surface) 78%,transparent);border-radius:26px;padding:10px;box-shadow:var(--shadow-soft)}.menu-toggle{border:0;border-radius:18px;background:linear-gradient(180deg,#222019,#15130f);color:#fff;padding:15px 20px;font-weight:950;cursor:pointer;display:inline-flex;align-items:center;gap:9px}.menu-note{color:var(--muted);font-weight:800;font-size:13px;padding-right:12px}.theme-btn{border:1px solid var(--line);border-radius:15px;min-height:46px;padding:0 13px;background:var(--surface);color:var(--ink);font-weight:900;cursor:pointer}.quick-menu{display:none;margin-top:14px;grid-template-columns:repeat(4,1fr);gap:12px}.quick-menu.open{display:grid}.quick-item{background:color-mix(in srgb,var(--surface) 86%,transparent);border:1px solid var(--line);border-radius:18px;padding:15px;box-shadow:0 8px 22px rgba(54,41,21,.06);display:flex;align-items:center;justify-content:space-between;gap:12px}.quick-item b{display:block;color:var(--ink);font-size:15px}.quick-item span{display:block;color:var(--muted);font-size:12px;margin-top:2px;font-weight:700}.quick-icon{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:var(--mustard-soft);color:#6f4910;flex:0 0 auto}.hero{padding:30px 0 32px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:stretch}.panel{background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 94%,transparent),color-mix(in srgb,var(--surface-2) 94%,transparent));border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow);overflow:hidden;position:relative}.panel:before{content:"";position:absolute;inset:auto -90px -110px auto;width:240px;height:240px;border-radius:999px;background:color-mix(in srgb,var(--mustard) 10%,transparent);pointer-events:none}.hero-main{padding:34px 34px 28px;min-height:468px;display:flex;flex-direction:column;justify-content:space-between}.eyebrow{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:8px 12px;border-radius:999px;background:var(--red-soft);border:1px solid color-mix(in srgb,var(--red) 18%,transparent);color:var(--red);font-size:12px;font-weight:950;letter-spacing:.02em;text-transform:uppercase}.dot{width:9px;height:9px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px color-mix(in srgb,var(--red) 12%,transparent)}h1{font-size:clamp(42px,6vw,74px);line-height:.94;margin:22px 0 18px;letter-spacing:-.075em;color:var(--ink)}.lead{max-width:660px;color:var(--ink-2);font-size:18px;line-height:1.72;margin:0;font-weight:560}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:26px}.stat{background:color-mix(in srgb,var(--surface) 70%,var(--mustard-soft) 30%);border:1px solid var(--line);border-radius:18px;padding:14px 15px}.stat strong{display:block;font-size:27px;color:var(--ink);letter-spacing:-.04em}.stat span{display:block;color:var(--muted);font-weight:850;font-size:12px;margin-top:1px}.live-card{padding:24px}.live-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px}.tag{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:950;border:1px solid var(--line)}.tag-red{background:var(--red-soft);border-color:color-mix(in srgb,var(--red) 22%,transparent);color:var(--red)}.tag-blue{background:var(--blue-soft);border-color:rgba(37,92,143,.18);color:#17476f}.tag-amber{background:var(--mustard-soft);border-color:color-mix(in srgb,var(--mustard) 22%,transparent);color:color-mix(in srgb,var(--mustard) 75%,#000 25%)}.tag-dark{background:#1d1a14;color:#fff;border-color:#1d1a14}.timer{padding:10px 14px;border-radius:16px;background:#1d1a14;color:#fff;font-size:24px;font-weight:950;letter-spacing:-.03em}.product-photo{height:185px;border-radius:24px;background:radial-gradient(circle at center,rgba(255,255,255,.65),transparent 28%),linear-gradient(135deg,#221c16,#4b3920 56%,#9f762a);display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--mustard) 28%,transparent);overflow:hidden;margin-bottom:18px}.product-photo img{width:100%;height:100%;object-fit:cover}.product-placeholder{font-size:64px}.product-title{font-size:28px;line-height:1.05;letter-spacing:-.05em;margin:0;color:var(--ink)}.product-sub{color:var(--muted);font-weight:750;margin:6px 0 14px}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.price-box{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:12px}.price-box span{display:block;color:var(--muted);font-size:12px;font-weight:850}.price-box b{display:block;margin-top:2px;font-size:19px;color:var(--ink)}.live-actions{display:grid;grid-template-columns:1.2fr 1fr;gap:10px;margin-top:14px}.feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.mini-card{background:color-mix(in srgb,var(--surface) 74%,transparent);border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 9px 24px rgba(54,41,21,.06)}.mini-icon{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:var(--mustard-soft);color:#745014;margin-bottom:14px;font-size:20px}.mini-card:nth-child(2) .mini-icon{background:#e6eef7;color:#255c8f}.mini-card:nth-child(3) .mini-icon{background:var(--green-soft);color:var(--green)}.mini-card:nth-child(4) .mini-icon{background:var(--red-soft);color:var(--red)}.mini-card h3{margin:0 0 6px;font-size:17px;letter-spacing:-.03em;color:var(--ink)}.mini-card p{margin:0;color:var(--muted);font-weight:650;font-size:13px;line-height:1.45}section.page-section,.page-section{padding:34px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.kicker{font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.09em;color:var(--mustard);margin-bottom:4px}h2{margin:0;color:var(--ink);font-size:32px;letter-spacing:-.055em;line-height:1.05}.section-head p{margin:8px 0 0;color:var(--muted);font-weight:720;max-width:650px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cat-card{border-radius:26px;padding:20px;background:color-mix(in srgb,var(--surface) 86%,transparent);border:1px solid var(--line);box-shadow:0 14px 34px rgba(54,41,21,.08);position:relative;overflow:hidden}.cat-card:after{content:"";position:absolute;right:-44px;top:-42px;width:142px;height:142px;border-radius:50%;background:color-mix(in srgb,var(--mustard) 10%,transparent)}.cat-card.rose:after{background:color-mix(in srgb,var(--red) 8%,transparent)}.cat-card.blue:after{background:rgba(37,92,143,.09)}.cat-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;position:relative;z-index:1}.cat-icon{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:var(--mustard-soft);color:#775114}.cat-card.rose .cat-icon{background:var(--red-soft);color:var(--red)}.cat-card.blue .cat-icon{background:var(--blue-soft);color:#17476f}.count-pill{padding:7px 11px;border-radius:999px;border:1px solid var(--line);font-size:12px;font-weight:950;background:var(--surface);color:var(--ink-2)}.cat-card h3{font-size:24px;margin:0 0 7px;letter-spacing:-.04em;color:var(--ink);position:relative;z-index:1}.cat-card p{margin:0 0 15px;color:var(--muted);font-weight:650;font-size:14px;line-height:1.5;position:relative;z-index:1}.room-list{display:grid;gap:8px;position:relative;z-index:1}.subcategory-group-v390{display:grid;gap:6px;padding:8px;border:1px solid var(--line);border-radius:15px;background:color-mix(in srgb,var(--surface) 74%,var(--green-soft) 26%)}.subcategory-title-v390{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--green-dark);font-size:12px;font-weight:950;padding:1px 3px}.subcategory-title-v390 em{font-style:normal;color:var(--muted);font-size:10px}.room-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:color-mix(in srgb,var(--surface) 70%,var(--mustard-soft) 30%);border:1px solid var(--line);border-radius:14px;padding:10px 12px;color:var(--ink-2);font-weight:850;font-size:13px}.room-row em{font-style:normal;color:var(--mustard);font-size:12px;font-weight:950}.product-section{background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 56%,transparent),color-mix(in srgb,var(--surface) 24%,transparent));border-block:1px solid color-mix(in srgb,var(--line-strong) 45%,transparent)}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:var(--surface);color:var(--ink-2);border-radius:999px;padding:11px 14px;font-weight:900}.filter.active{background:var(--green);color:#fff;border-color:var(--green)}.search{width:240px;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:16px;padding:13px 15px;outline:none}.search::placeholder{color:var(--soft)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px}.product-card{border:1px solid var(--line);background:var(--surface);border-radius:24px;overflow:hidden;box-shadow:0 12px 28px rgba(54,41,21,.08)}.p-media{height:150px;background:linear-gradient(135deg,var(--surface-3),var(--surface));display:grid;place-items:center;border-bottom:1px solid var(--line);font-size:42px;position:relative}.p-media img{width:100%;height:100%;object-fit:cover}.p-badge{position:absolute;left:12px;top:12px}.p-emoji{font-size:48px}.p-body{padding:15px}.p-body h3{margin:0 0 5px;font-size:18px;letter-spacing:-.03em;color:var(--ink)}.p-body p{margin:0;color:var(--muted);font-weight:720;font-size:13px}.p-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:15px}.price{color:var(--mustard);font-size:19px;font-weight:950;letter-spacing:-.03em}.small-btn{min-height:38px;padding:0 13px;border-radius:13px;font-size:13px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step{background:color-mix(in srgb,var(--surface) 80%,transparent);border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 10px 26px rgba(54,41,21,.06)}.num{width:38px;height:38px;border-radius:14px;background:#1e1a12;color:#ffd66e;display:grid;place-items:center;font-weight:950;margin-bottom:14px}.step h3{margin:0 0 7px;color:var(--ink);font-size:18px}.step p{margin:0;color:var(--muted);font-weight:650;font-size:13px;line-height:1.48}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.info-card{background:color-mix(in srgb,var(--surface) 86%,transparent);border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:0 14px 34px rgba(54,41,21,.08)}.info-card p{color:var(--muted);font-weight:650}.module-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:17px}.module{border:1px solid var(--line);border-radius:16px;padding:14px;background:color-mix(in srgb,var(--surface) 70%,var(--mustard-soft) 30%)}.module b{display:block;color:var(--ink);font-size:20px}.module span{display:block;color:var(--muted);font-weight:750;font-size:12px;margin-top:1px}.auth-panel{background:color-mix(in srgb,var(--surface) 90%,transparent);border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow-soft)}.auth-tabs{display:flex;gap:8px;margin-bottom:12px}.auth-tab{flex:1;border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:11px;font-weight:900;color:var(--ink);cursor:pointer}.auth-tab.active{background:var(--green);border-color:var(--green);color:#fff}.auth-form{display:none;grid-template-columns:1fr;gap:10px}.auth-form.active{display:grid}.auth-form label{display:grid;gap:5px;color:var(--muted);font-weight:800;font-size:13px}.auth-form input,.auth-form textarea,.auth-form select{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:13px;padding:12px;outline:none}.seller-register-extra{display:grid;gap:10px;border:1px dashed var(--line-strong);border-radius:18px;padding:12px;background:var(--mustard-soft)}.seller-register-extra[hidden]{display:none}.seller-form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.auth-msg{margin-top:10px;color:var(--muted);font-weight:800}.modal-backdrop{position:fixed;inset:0;background:rgba(15,14,11,.55);display:none;align-items:center;justify-content:center;padding:18px;z-index:80}.modal-backdrop.open{display:flex}.modal-card{width:min(480px,100%);background:var(--surface);border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);padding:18px}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.modal-close{border:0;background:#1e1a12;color:#fff;border-radius:12px;padding:8px 12px;font-weight:900;cursor:pointer}.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);background:#1e1a12;color:#fff;padding:12px 16px;border-radius:14px;box-shadow:var(--shadow-soft);display:none;z-index:90;font-weight:800}.toast.show{display:block}footer{padding:28px 0 36px;color:var(--muted);font-weight:750;text-align:center;font-size:13px}.mobile-bottom{display:none;position:fixed;z-index:40;left:16px;right:16px;bottom:14px;background:color-mix(in srgb,var(--surface) 92%,transparent);border:1px solid var(--line-strong);border-radius:22px;padding:8px;box-shadow:var(--shadow-soft);backdrop-filter:blur(16px)}.mobile-bottom a{flex:1;text-align:center;padding:10px 4px;border-radius:16px;font-size:12px;color:var(--muted);font-weight:900}.mobile-bottom a.active{background:var(--green);color:#fff}.empty{padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--surface);color:var(--muted);font-weight:800}.request-form{display:grid;gap:12px}.request-form label{display:grid;gap:6px;color:var(--muted);font-weight:800}.request-form input,.request-form textarea{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:14px;padding:13px;outline:none}@media(max-width:980px){.nav{align-items:flex-start;flex-direction:column}.nav-actions{width:100%;justify-content:flex-start}.nav-link{display:none}.menu-note{display:none}.quick-menu{grid-template-columns:1fr 1fr}.hero-grid,.info-grid{grid-template-columns:1fr}.feature-row,.steps{grid-template-columns:repeat(2,1fr)}.category-grid,.product-grid{grid-template-columns:1fr 1fr}.hero-main{min-height:auto}.section-head{align-items:flex-start;flex-direction:column}.search{width:100%}.price-grid{grid-template-columns:1fr}.live-actions{grid-template-columns:1fr}}@media(max-width:560px){.wrap{padding:0 16px}.topbar{position:relative}.hero{padding-top:26px}.hero-main,.live-card{padding:22px}h1{font-size:44px}.lead{font-size:16px}.stats,.feature-row,.steps,.category-grid,.product-grid,.module-grid,.quick-menu{grid-template-columns:1fr}.mobile-bottom{display:flex}.hero-actions .btn{width:100%}.menu-shell{border-radius:22px}.menu-toggle{width:100%;justify-content:center}.section-head h2{font-size:28px}body{padding-bottom:84px}}

    /* V246: ürün kartı ilk yükleme güvenliği - satıcı satırı gridleri bozmasın, görsel asla büyük açılmasın */
    .product-grid{align-items:stretch!important}.product-grid>.seller-own-product-row-v216{display:none!important}.product-grid>.product-card{min-width:0!important;max-width:100%!important}.product-card,.product-card *{box-sizing:border-box}.product-card{display:flex;flex-direction:column;min-height:0}.product-card .p-media{width:100%!important;height:150px!important;min-height:150px!important;max-height:150px!important;overflow:hidden!important;display:grid!important;place-items:center!important}.product-card .p-media img,.product-card .product-media-link-v224 img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important}.product-card .product-media-link-v224{display:block!important;width:100%!important;height:100%!important}.owner-product-card-v246 .product-card-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.owner-product-card-v246 .product-card-actions .btn{min-width:98px}



    /* V247: ilk yüklemede görsellerin büyüyüp küçülmesini önleyen erken/kritik CSS */
    img{max-width:100%;height:auto}
    .p-media,.product-card .p-media{position:relative;width:100%;height:150px;min-height:150px;max-height:150px;overflow:hidden;display:grid;place-items:center}
    .p-media>a,.product-card .p-media>a,.product-media-link-v224{display:block;width:100%;height:100%}
    .p-media img,.product-card .p-media img,.product-media-link-v224 img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain;object-position:center;display:block}
    .seller-store-avatar-v228,.seller-store-avatar-v229,.seller-store-avatar-v239{width:72px;height:72px;min-width:72px;max-width:72px;max-height:72px;overflow:hidden;display:grid;place-items:center;border-radius:18px}
    .seller-store-avatar-v228 img,.seller-store-avatar-v229 img,.seller-store-avatar-v239 img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover;object-position:center;display:block;border-radius:inherit}
    .seller-store-cover-v228,.seller-store-cover-v229,.seller-store-cover-v239,.seller-store-cover-v240,.seller-store-cover-v243{width:100%;overflow:hidden;background-repeat:no-repeat;background-position:center;background-size:cover}
    .seller-profile-product-media-v232{position:relative;width:96px;height:96px;min-width:96px;max-width:96px;max-height:96px;overflow:hidden;border-radius:18px;display:grid;place-items:center;background:color-mix(in srgb,var(--surface-2) 70%,#fff 30%)}
    .seller-profile-product-media-v232>a{display:block;width:100%;height:100%}
    .seller-profile-product-media-v232 img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover;object-position:center;display:block}
    .seller-own-media-v216{position:relative;width:100px;height:88px;min-width:100px;max-width:100px;max-height:88px;overflow:hidden;display:grid;place-items:center}
    .seller-own-media-v216>a{display:block;width:100%;height:100%}
    .seller-own-media-v216 img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover;object-position:center;display:block}
    .seller-logo-demo-v239{width:132px;height:132px;max-width:100%;overflow:hidden;display:grid;place-items:center;border-radius:22px}.seller-live-product-img{width:64px;height:56px;min-width:64px;overflow:hidden;display:grid;place-items:center}.seller-sale-img-v224{width:74px;height:74px;min-width:74px;overflow:hidden;display:grid;place-items:center}
    .seller-logo-demo-v239 img,.seller-live-product-img img,.seller-sale-img-v224 img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover;object-position:center;display:block}
    .product-main-image-v226{display:grid;place-items:center;overflow:hidden;min-height:320px}.product-main-image-v226 img{width:100%;max-height:560px;object-fit:contain;display:block}


    /* Homepage/menu touch-up */
    .quick-item{padding:16px 18px;gap:14px}
    .quick-item-main{display:flex;align-items:center;gap:12px;min-width:0;flex:1}
    .quick-copy{min-width:0;display:block}
    .quick-item-arrow{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:color-mix(in srgb,var(--surface) 74%,transparent);border:1px solid var(--line);color:var(--ink-2);font-size:18px;font-weight:900;flex:0 0 auto}
    .quick-icon{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:var(--surface);border:1px solid var(--line);box-shadow:0 8px 18px rgba(54,41,21,.06);color:var(--ink-2);flex:0 0 auto}
    .quick-icon svg{width:20px;height:20px;display:block;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
    .quick-icon-home{background:color-mix(in srgb,var(--red-soft) 55%,var(--surface) 45%);color:var(--red)}
    .quick-icon-categories,.quick-icon-products{background:color-mix(in srgb,var(--mustard-soft) 60%,var(--surface) 40%);color:color-mix(in srgb,var(--mustard) 75%,#000 25%)}
    .quick-icon-live{background:color-mix(in srgb,var(--green-soft) 60%,var(--surface) 40%);color:var(--green)}
    .quick-icon-opportunities{background:color-mix(in srgb,var(--mustard-soft) 72%,var(--surface) 28%);color:color-mix(in srgb,var(--mustard) 76%,#000 24%)}
    .quick-icon-sold{background:color-mix(in srgb,var(--green-soft) 48%,var(--surface) 52%);color:var(--green)}
    .quick-icon-request{background:color-mix(in srgb,var(--red-soft) 45%,var(--surface) 55%);color:var(--red)}
    .quick-icon-contact,.quick-icon-how{background:color-mix(in srgb,var(--blue-soft) 70%,var(--surface) 30%);color:#17476f}
    .product-photo{height:220px;padding:12px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 92%,transparent),color-mix(in srgb,var(--surface-2) 92%,transparent));border:1px solid color-mix(in srgb,var(--mustard) 18%,transparent)}
    .product-photo img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}
    @media(max-width:560px){.product-photo{height:200px;padding:10px}.quick-item{padding:14px 15px}}


    /* v58: menu ikonlarını kaldır, ürün görselini kırpmadan göster */
    .quick-menu{align-items:stretch}
    .quick-item{position:relative;min-height:86px;padding:18px 48px 18px 20px;overflow:hidden;isolation:isolate}
    .quick-item:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:5px;border-radius:0 99px 99px 0;background:var(--mustard);opacity:.82}
    .quick-item-live:before{background:var(--green)}
    .quick-item-request:before,.quick-item-home:before{background:var(--red)}
    .quick-item-contact:before,.quick-item-how:before{background:var(--blue)}
    .quick-icon{display:none!important}
    .quick-item-main{gap:0!important}
    .quick-copy b{font-size:16px;line-height:1.15}
    .quick-copy span{font-size:12px;line-height:1.35;margin-top:6px}
    .quick-item-arrow{position:absolute;right:18px;top:50%;transform:translateY(-50%);background:var(--surface);box-shadow:0 4px 14px rgba(54,41,21,.06)}
    .product-photo{height:260px!important;padding:14px!important;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 82%,var(--page) 18%))!important}
    .product-photo img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;display:block!important;object-fit:contain!important;object-position:center!important;background:transparent!important;border-radius:18px!important}
    .p-media img{object-fit:contain!important;background:var(--surface);padding:8px}
    @media(max-width:560px){.quick-item{min-height:78px;padding:16px 46px 16px 18px}.product-photo{height:230px!important}}

    /* V105: public seller profile stat cards */
    .seller-profile-hero-new{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px;padding:24px;border:1px solid var(--line);border-radius:30px;background:radial-gradient(circle at top left,color-mix(in srgb,var(--green) 14%,transparent),transparent 36%),linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--surface-2) 65%,var(--surface) 35%));box-shadow:var(--shadow)}
    .seller-profile-avatar-big{width:96px;height:96px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),color-mix(in srgb,var(--green) 70%,#000 30%));color:#fff;font-weight:1000;font-size:42px;flex:0 0 auto;box-shadow:0 16px 28px color-mix(in srgb,var(--green) 18%,transparent)}
    .seller-profile-main-new{flex:1}.seller-profile-main-new h2{margin:4px 0 8px;font-size:clamp(30px,5vw,52px);letter-spacing:-.05em}.seller-profile-main-new p{margin:0;color:var(--muted);font-weight:760;line-height:1.5}
    .seller-trust-strip,.seller-public-trust-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(138px,1fr));gap:12px;margin-top:18px}.seller-public-trust-metrics{margin:0 0 18px}
    .seller-kpi-chip,.seller-metric-card,.seller-verified{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;min-height:82px;padding:14px 16px;border-radius:20px;border:1px solid var(--line);background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 94%,transparent),color-mix(in srgb,var(--surface-2) 76%,var(--surface) 24%));box-shadow:0 12px 28px rgba(54,41,21,.06);color:var(--muted);font-size:12px;font-weight:850;line-height:1.2}
    .seller-kpi-chip b,.seller-metric-card b{display:block;color:var(--ink);font-size:clamp(20px,2vw,32px);font-weight:1000;letter-spacing:-.04em;line-height:1}.seller-kpi-chip small,.seller-metric-card small{display:block;color:var(--muted);font-size:12px;font-weight:900;line-height:1.25}
    .seller-kpi-chip.is-strong,.seller-metric-card.seller-metric-primary{background:linear-gradient(180deg,color-mix(in srgb,var(--green) 12%,var(--surface) 88%),color-mix(in srgb,var(--green) 6%,var(--surface-2) 94%));border-color:color-mix(in srgb,var(--green) 22%,var(--line) 78%)}
    .seller-verified{justify-content:center;align-items:flex-start;gap:8px;font-size:14px;font-weight:1000;color:var(--ink)}.seller-verified.on{background:linear-gradient(180deg,color-mix(in srgb,var(--green) 12%,var(--surface) 88%),color-mix(in srgb,var(--green) 8%,var(--surface-2) 92%));border-color:color-mix(in srgb,var(--green) 26%,var(--line) 74%);color:color-mix(in srgb,var(--green) 78%,#0b331d 22%)}.seller-verified.off{background:linear-gradient(180deg,color-mix(in srgb,var(--mustard) 14%,var(--surface) 86%),color-mix(in srgb,var(--mustard) 10%,var(--surface-2) 90%));border-color:color-mix(in srgb,var(--mustard) 30%,var(--line) 70%);color:#8a6409}
    .seller-hero-side{display:grid;gap:14px;align-self:stretch;align-content:start;justify-items:end;min-width:min(100%,260px)}.seller-side-trust{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:min(100%,420px)}.seller-side-trust .seller-verified,.seller-side-trust .seller-kpi-chip{width:100%}.seller-page-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:flex-end}.seller-page-actions .btn{min-width:148px}.seller-public-live-box{margin:16px 0}.seller-public-live-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.seller-live-session-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.seller-live-session-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 54%,var(--surface) 46%))}.seller-live-session-card b{display:block;color:var(--ink)}.seller-live-session-card small{display:block;color:var(--muted);font-weight:800;margin-top:3px}
    .seller-profile-info-new{margin:18px 0}.seller-info-public{border:1px solid var(--line);border-radius:24px;background:var(--surface);padding:18px;box-shadow:0 12px 28px rgba(54,41,21,.06)}.seller-stats{display:flex;gap:8px;flex-wrap:wrap}.seller-stats span{min-width:84px;padding:10px 12px;border-radius:16px;background:color-mix(in srgb,var(--surface-2) 72%,var(--surface) 28%);border:1px solid var(--line);color:var(--muted);font-size:12px}.seller-stats b{display:block;color:var(--ink);font-size:20px}
    @media(max-width:760px){.seller-profile-hero-new{display:grid;padding:18px}.seller-profile-avatar-big{width:76px;height:76px;font-size:34px}.seller-hero-side,.seller-page-actions{width:100%;justify-items:stretch}.seller-side-trust{grid-template-columns:1fr 1fr;width:100%}.seller-page-actions .btn{flex:1}.seller-trust-strip,.seller-public-trust-metrics{grid-template-columns:1fr 1fr}.seller-kpi-chip,.seller-metric-card,.seller-verified{min-height:74px;padding:13px 14px}}
    @media(max-width:520px){.seller-trust-strip,.seller-public-trust-metrics,.seller-side-trust{grid-template-columns:1fr}.seller-kpi-chip b,.seller-metric-card b{font-size:24px}}

    /* V108: seller profile tek satır metrik düzeni */
    .seller-profile-trust-hero{display:grid!important;grid-template-columns:96px minmax(0,1fr) minmax(230px,320px);align-items:start;gap:20px}
    .seller-profile-main-new{min-width:0}.seller-trust-strip{display:flex!important;flex-wrap:nowrap!important;gap:10px;align-items:stretch;overflow-x:auto;scrollbar-width:thin;padding-bottom:2px}.seller-trust-strip .seller-kpi-chip{flex:0 0 auto;min-width:auto!important;min-height:82px;padding:12px 14px}.seller-trust-strip .seller-kpi-chip b{font-size:clamp(18px,1.9vw,28px)}.seller-trust-strip .seller-kpi-chip small{white-space:nowrap}.seller-hero-side{justify-self:end}.seller-side-trust{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:min(100%,320px)}
    @media(max-width:900px){.seller-profile-trust-hero{grid-template-columns:78px minmax(0,1fr)}.seller-hero-side{grid-column:1/-1;justify-self:stretch}.seller-side-trust{width:100%;grid-template-columns:1fr 1fr}.seller-page-actions{justify-content:flex-start}}
    @media(max-width:560px){.seller-profile-trust-hero{grid-template-columns:1fr}.seller-side-trust{grid-template-columns:1fr}.seller-trust-strip{flex-wrap:wrap!important;overflow:visible}.seller-trust-strip .seller-kpi-chip{flex:1 1 120px}}

    /* V109: satıcı profil metrikleri kaydırmasız kompakt */
    .seller-profile-trust-hero{grid-template-columns:96px minmax(0,1fr) 270px!important;align-items:start!important;overflow:hidden!important}.seller-hero-side{min-width:0!important;width:270px!important;justify-self:end!important}.seller-side-trust{width:270px!important;grid-template-columns:1fr 1fr!important}.seller-profile-actions:empty{display:none!important}.seller-trust-strip{display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:10px!important;overflow:visible!important;scrollbar-width:auto!important;padding-bottom:0!important;max-width:100%!important}.seller-trust-strip .seller-kpi-chip{min-width:0!important;width:auto!important;flex:auto!important;padding:10px 12px!important;min-height:80px!important;overflow:hidden!important}.seller-trust-strip .seller-kpi-chip b{font-size:clamp(17px,1.65vw,23px)!important;line-height:1.02!important;white-space:nowrap!important}.seller-trust-strip .seller-kpi-chip small{font-size:11px!important;line-height:1.15!important;white-space:normal!important}@media(max-width:1080px){.seller-profile-trust-hero{grid-template-columns:82px minmax(0,1fr)!important}.seller-hero-side{grid-column:1/-1!important;width:100%!important;justify-self:stretch!important}.seller-side-trust{width:100%!important;grid-template-columns:1fr 1fr!important}.seller-trust-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:560px){.seller-trust-strip{grid-template-columns:1fr 1fr!important}.seller-side-trust{grid-template-columns:1fr!important}}

    /* V110: seller profile metric card visual polish */
    .seller-trust-strip .seller-kpi-chip{position:relative!important;isolation:isolate;border-radius:22px!important;border:1px solid color-mix(in srgb,var(--line) 72%,transparent)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 96%,#fff 4%),color-mix(in srgb,var(--surface-2) 88%,var(--surface) 12%))!important;box-shadow:0 10px 24px rgba(54,41,21,.08)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
    .seller-trust-strip .seller-kpi-chip:before{content:"";position:absolute;left:12px;right:12px;top:0;height:4px;border-radius:999px;background:var(--mustard);opacity:.9}
    .seller-trust-strip .seller-kpi-chip:after{content:"";position:absolute;right:-12px;bottom:-18px;width:54px;height:54px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--mustard) 18%,transparent),transparent 72%);z-index:-1}
    .seller-trust-strip .seller-kpi-chip b{display:block!important;margin-bottom:4px!important;font-size:clamp(18px,1.7vw,24px)!important;font-weight:1000!important;letter-spacing:-.05em!important;color:var(--ink)!important;text-shadow:0 1px 0 rgba(255,255,255,.35)}
    .seller-trust-strip .seller-kpi-chip small{display:block!important;font-size:12px!important;line-height:1.22!important;font-weight:950!important;color:color-mix(in srgb,var(--ink) 66%,var(--muted) 34%)!important}
    .seller-trust-strip .seller-kpi-chip:hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(54,41,21,.12)!important}
    .seller-trust-strip .seller-kpi-chip:nth-child(1){background:linear-gradient(180deg,#fff6fb,#f7ebff)!important;border-color:rgba(168,85,247,.22)!important}.seller-trust-strip .seller-kpi-chip:nth-child(1):before{background:linear-gradient(90deg,#a855f7,#ec4899)}.seller-trust-strip .seller-kpi-chip:nth-child(1) b{color:#7c3aed!important}
    .seller-trust-strip .seller-kpi-chip:nth-child(2){background:linear-gradient(180deg,#f4f9ff,#ebf3ff)!important;border-color:rgba(59,130,246,.22)!important}.seller-trust-strip .seller-kpi-chip:nth-child(2):before{background:linear-gradient(90deg,#3b82f6,#06b6d4)}.seller-trust-strip .seller-kpi-chip:nth-child(2) b{color:#1d4ed8!important}
    .seller-trust-strip .seller-kpi-chip:nth-child(3){background:linear-gradient(180deg,#f3fff8,#eafaf1)!important;border-color:rgba(34,197,94,.22)!important}.seller-trust-strip .seller-kpi-chip:nth-child(3):before{background:linear-gradient(90deg,#22c55e,#10b981)}.seller-trust-strip .seller-kpi-chip:nth-child(3) b{color:#15803d!important}
    .seller-trust-strip .seller-kpi-chip:nth-child(4){background:linear-gradient(180deg,#fff8f2,#fff0e5)!important;border-color:rgba(249,115,22,.24)!important}.seller-trust-strip .seller-kpi-chip:nth-child(4):before{background:linear-gradient(90deg,#f97316,#ef4444)}.seller-trust-strip .seller-kpi-chip:nth-child(4) b{color:#c2410c!important}
    .seller-trust-strip .seller-kpi-chip:nth-child(5){background:linear-gradient(180deg,#fffef2,#fff8d7)!important;border-color:rgba(234,179,8,.28)!important}.seller-trust-strip .seller-kpi-chip:nth-child(5):before{background:linear-gradient(90deg,#eab308,#f59e0b)}.seller-trust-strip .seller-kpi-chip:nth-child(5) b{color:#a16207!important}
    .seller-trust-strip .seller-kpi-chip:nth-child(6){background:linear-gradient(180deg,#effff7,#e7faf1)!important;border-color:rgba(16,185,129,.24)!important}.seller-trust-strip .seller-kpi-chip:nth-child(6):before{background:linear-gradient(90deg,#10b981,#14b8a6)}.seller-trust-strip .seller-kpi-chip:nth-child(6) b{color:#0f766e!important}
    .seller-trust-strip .seller-kpi-chip:nth-child(7){background:linear-gradient(180deg,#f3fbff,#eaf7ff)!important;border-color:rgba(14,165,233,.24)!important}.seller-trust-strip .seller-kpi-chip:nth-child(7):before{background:linear-gradient(90deg,#0ea5e9,#38bdf8)}.seller-trust-strip .seller-kpi-chip:nth-child(7) b{color:#0369a1!important}
    .seller-trust-strip .seller-kpi-chip:nth-child(8){background:linear-gradient(180deg,#fff7fb,#feecf6)!important;border-color:rgba(236,72,153,.24)!important}.seller-trust-strip .seller-kpi-chip:nth-child(8):before{background:linear-gradient(90deg,#ec4899,#f43f5e)}.seller-trust-strip .seller-kpi-chip:nth-child(8) b{color:#be185d!important}
    .seller-side-trust .seller-verified{box-shadow:0 14px 28px rgba(22,101,52,.12)!important}.seller-side-trust .seller-kpi-chip{box-shadow:0 14px 28px rgba(54,41,21,.08)!important}

    /* V111: seller profile metric cards professional soft styling */
    .seller-trust-strip .seller-kpi-chip,
    .seller-trust-strip .seller-kpi-chip:nth-child(1),
    .seller-trust-strip .seller-kpi-chip:nth-child(2),
    .seller-trust-strip .seller-kpi-chip:nth-child(3),
    .seller-trust-strip .seller-kpi-chip:nth-child(4),
    .seller-trust-strip .seller-kpi-chip:nth-child(5),
    .seller-trust-strip .seller-kpi-chip:nth-child(6),
    .seller-trust-strip .seller-kpi-chip:nth-child(7),
    .seller-trust-strip .seller-kpi-chip:nth-child(8){background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 97%,#fff 3%),color-mix(in srgb,var(--surface-2) 82%,var(--surface) 18%))!important;border:1px solid color-mix(in srgb,var(--line) 86%,transparent)!important;box-shadow:0 8px 20px rgba(54,41,21,.06)!important;border-radius:20px!important}
    .seller-trust-strip .seller-kpi-chip:after{display:none!important}
    .seller-trust-strip .seller-kpi-chip:before,
    .seller-trust-strip .seller-kpi-chip:nth-child(1):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(2):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(3):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(4):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(5):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(6):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(7):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(8):before{left:14px!important;right:14px!important;top:10px!important;height:3px!important;background:linear-gradient(90deg,color-mix(in srgb,var(--mustard) 42%,var(--green) 58%),color-mix(in srgb,var(--mustard) 72%,#fff 28%))!important;opacity:.7!important}
    .seller-trust-strip .seller-kpi-chip b,
    .seller-trust-strip .seller-kpi-chip:nth-child(1) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(2) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(3) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(4) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(5) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(6) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(7) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(8) b{color:color-mix(in srgb,var(--ink) 94%,#000 6%)!important;font-size:clamp(17px,1.55vw,22px)!important;font-weight:900!important;letter-spacing:-.03em!important;text-shadow:none!important;margin-top:10px!important;margin-bottom:6px!important}
    .seller-trust-strip .seller-kpi-chip small{color:color-mix(in srgb,var(--muted) 78%,var(--ink) 22%)!important;font-size:11.5px!important;font-weight:780!important;line-height:1.2!important;letter-spacing:.01em!important}
    .seller-trust-strip .seller-kpi-chip:hover{transform:none!important;box-shadow:0 10px 22px rgba(54,41,21,.08)!important}
    .seller-side-trust .seller-verified{background:linear-gradient(180deg,color-mix(in srgb,var(--green) 8%,var(--surface) 92%),color-mix(in srgb,var(--green) 4%,var(--surface-2) 96%))!important;border-color:color-mix(in srgb,var(--green) 16%,var(--line) 84%)!important;box-shadow:0 10px 22px rgba(54,41,21,.06)!important;color:color-mix(in srgb,var(--green) 78%,#14361f 22%)!important}
    .seller-side-trust .seller-kpi-chip{background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 98%,#fff 2%),color-mix(in srgb,var(--surface-2) 84%,var(--surface) 16%))!important;border-color:color-mix(in srgb,var(--line) 88%,transparent)!important;box-shadow:0 10px 22px rgba(54,41,21,.06)!important}
    .seller-side-trust .seller-kpi-chip b{font-size:clamp(20px,2.1vw,30px)!important;font-weight:950!important;color:var(--ink)!important;text-shadow:none!important}
    .seller-side-trust .seller-kpi-chip small{font-size:12px!important;font-weight:800!important;color:var(--muted)!important}


    /* V112: seller profile stat layout cleanup based on visual feedback */
    .seller-profile-trust-hero{grid-template-columns:96px minmax(0,1fr) 250px!important;gap:20px!important;align-items:start!important}
    .seller-profile-main-new p{font-weight:680!important;line-height:1.52!important;max-width:760px}
    .seller-trust-strip{display:grid!important;grid-template-columns:repeat(4,minmax(128px,1fr))!important;gap:14px!important;overflow:visible!important;align-items:stretch!important;max-width:100%!important}
    .seller-trust-strip .seller-kpi-chip,
    .seller-trust-strip .seller-kpi-chip:nth-child(1),
    .seller-trust-strip .seller-kpi-chip:nth-child(2),
    .seller-trust-strip .seller-kpi-chip:nth-child(3),
    .seller-trust-strip .seller-kpi-chip:nth-child(4),
    .seller-trust-strip .seller-kpi-chip:nth-child(5),
    .seller-trust-strip .seller-kpi-chip:nth-child(6),
    .seller-trust-strip .seller-kpi-chip:nth-child(7),
    .seller-trust-strip .seller-kpi-chip:nth-child(8){min-width:0!important;flex:auto!important;width:auto!important;min-height:96px!important;padding:15px 15px 14px!important;border-radius:18px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 98%,#fff 2%),color-mix(in srgb,var(--surface-2) 88%,var(--surface) 12%))!important;border:1px solid color-mix(in srgb,var(--line) 88%,transparent)!important;box-shadow:0 8px 18px rgba(54,41,21,.05)!important;overflow:hidden!important}
    .seller-trust-strip .seller-kpi-chip:after{display:none!important}
    .seller-trust-strip .seller-kpi-chip:before,
    .seller-trust-strip .seller-kpi-chip:nth-child(1):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(2):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(3):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(4):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(5):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(6):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(7):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(8):before{left:15px!important;right:15px!important;top:11px!important;height:3px!important;border-radius:999px!important;background:linear-gradient(90deg,color-mix(in srgb,var(--mustard) 46%,var(--green) 54%),color-mix(in srgb,var(--mustard) 74%,#fff 26%))!important;opacity:.65!important}
    .seller-trust-strip .seller-kpi-chip b,
    .seller-trust-strip .seller-kpi-chip:nth-child(1) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(2) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(3) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(4) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(5) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(6) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(7) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(8) b{display:block!important;margin:8px 0 7px!important;font-size:clamp(16px,1.32vw,20px)!important;line-height:1.1!important;font-weight:800!important;letter-spacing:-.02em!important;color:var(--ink)!important;white-space:normal!important;word-break:break-word!important;text-shadow:none!important}
    .seller-trust-strip .seller-kpi-chip small{display:block!important;font-size:11.5px!important;line-height:1.23!important;font-weight:700!important;letter-spacing:0!important;color:color-mix(in srgb,var(--muted) 82%,var(--ink) 18%)!important;white-space:normal!important}
    .seller-trust-strip .seller-kpi-chip:hover{transform:none!important;box-shadow:0 10px 20px rgba(54,41,21,.06)!important}
    .seller-hero-side{width:250px!important}
    .seller-side-trust{width:250px!important;grid-template-columns:1fr 1fr!important;gap:12px!important}
    .seller-side-trust .seller-verified,.seller-side-trust .seller-kpi-chip{min-height:98px!important;padding:16px 16px!important;border-radius:18px!important}
    .seller-side-trust .seller-verified{font-size:15px!important;font-weight:820!important;line-height:1.22!important}
    .seller-side-trust .seller-kpi-chip b{font-size:clamp(21px,1.9vw,28px)!important;font-weight:850!important;letter-spacing:-.03em!important}
    .seller-side-trust .seller-kpi-chip small{font-size:11.5px!important;font-weight:720!important}
    @media(max-width:1180px){.seller-profile-trust-hero{grid-template-columns:82px minmax(0,1fr)!important}.seller-hero-side{grid-column:1/-1!important;width:100%!important;justify-self:stretch!important}.seller-side-trust{width:100%!important;grid-template-columns:1fr 1fr!important}.seller-page-actions{justify-content:flex-start!important}.seller-trust-strip{grid-template-columns:repeat(4,minmax(120px,1fr))!important}}
    @media(max-width:900px){.seller-trust-strip{grid-template-columns:repeat(3,minmax(116px,1fr))!important}}
    @media(max-width:700px){.seller-trust-strip{grid-template-columns:repeat(2,minmax(116px,1fr))!important}}
    @media(max-width:480px){.seller-profile-trust-hero{grid-template-columns:1fr!important}.seller-side-trust{grid-template-columns:1fr!important}.seller-trust-strip{grid-template-columns:1fr!important}.seller-trust-strip .seller-kpi-chip{min-height:88px!important}.seller-side-trust .seller-verified,.seller-side-trust .seller-kpi-chip{min-height:84px!important}}


    /* V113: seller profile stat cards thinner text, wider boxes, fuller width usage */
    .seller-profile-trust-hero{grid-template-columns:88px minmax(0,1fr) 232px!important;gap:18px!important}
    .seller-profile-main-new{padding-right:2px!important}
    .seller-profile-main-new p{font-weight:620!important;font-size:15px!important;line-height:1.5!important;max-width:none!important}
    .seller-trust-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;width:100%!important;max-width:100%!important;margin-top:14px!important}
    .seller-trust-strip .seller-kpi-chip,
    .seller-trust-strip .seller-kpi-chip:nth-child(1),
    .seller-trust-strip .seller-kpi-chip:nth-child(2),
    .seller-trust-strip .seller-kpi-chip:nth-child(3),
    .seller-trust-strip .seller-kpi-chip:nth-child(4),
    .seller-trust-strip .seller-kpi-chip:nth-child(5),
    .seller-trust-strip .seller-kpi-chip:nth-child(6),
    .seller-trust-strip .seller-kpi-chip:nth-child(7),
    .seller-trust-strip .seller-kpi-chip:nth-child(8){min-height:78px!important;padding:12px 14px 12px!important;border-radius:18px!important}
    .seller-trust-strip .seller-kpi-chip:before,
    .seller-trust-strip .seller-kpi-chip:nth-child(1):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(2):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(3):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(4):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(5):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(6):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(7):before,
    .seller-trust-strip .seller-kpi-chip:nth-child(8):before{left:14px!important;right:14px!important;top:10px!important;height:2px!important;opacity:.6!important}
    .seller-trust-strip .seller-kpi-chip b,
    .seller-trust-strip .seller-kpi-chip:nth-child(1) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(2) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(3) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(4) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(5) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(6) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(7) b,
    .seller-trust-strip .seller-kpi-chip:nth-child(8) b{margin:6px 0 4px!important;font-size:clamp(13px,1.08vw,17px)!important;font-weight:700!important;line-height:1.12!important;letter-spacing:-.01em!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
    .seller-trust-strip .seller-kpi-chip small{font-size:10.5px!important;font-weight:600!important;line-height:1.18!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;color:color-mix(in srgb,var(--muted) 86%,var(--ink) 14%)!important}
    .seller-hero-side{width:232px!important}
    .seller-side-trust{width:232px!important;gap:10px!important}
    .seller-side-trust .seller-verified,.seller-side-trust .seller-kpi-chip{min-height:86px!important;padding:14px 15px!important;border-radius:18px!important}
    .seller-side-trust .seller-verified{font-size:14px!important;font-weight:760!important;line-height:1.18!important}
    .seller-side-trust .seller-kpi-chip b{font-size:clamp(18px,1.65vw,24px)!important;font-weight:760!important;line-height:1.08!important}
    .seller-side-trust .seller-kpi-chip small{font-size:11px!important;font-weight:650!important;line-height:1.15!important}
    @media(max-width:1180px){.seller-profile-trust-hero{grid-template-columns:88px minmax(0,1fr)!important}.seller-hero-side{grid-column:1/-1!important;width:100%!important;justify-self:stretch!important}.seller-side-trust{width:100%!important;grid-template-columns:1fr 1fr!important}.seller-trust-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
    @media(max-width:860px){.seller-trust-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
    @media(max-width:620px){.seller-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.seller-trust-strip .seller-kpi-chip{min-height:74px!important}.seller-trust-strip .seller-kpi-chip b{font-size:14px!important}.seller-trust-strip .seller-kpi-chip small{font-size:10px!important}}
    @media(max-width:420px){.seller-profile-trust-hero{grid-template-columns:1fr!important}.seller-side-trust{grid-template-columns:1fr!important}.seller-trust-strip{grid-template-columns:1fr!important}.seller-trust-strip .seller-kpi-chip{min-height:70px!important}}


    /* V114: seller profile stat cards slightly wider */
    .seller-profile-trust-hero{grid-template-columns:84px minmax(0,1fr) 218px!important;gap:16px!important}
    .seller-profile-avatar-big{width:84px!important;height:84px!important;font-size:36px!important}
    .seller-trust-strip{display:grid!important;grid-template-columns:repeat(4,minmax(136px,1fr))!important;justify-items:stretch!important;align-items:stretch!important;gap:12px!important;width:100%!important;max-width:100%!important}
    .seller-trust-strip .seller-kpi-chip,
    .seller-trust-strip .seller-kpi-chip:nth-child(1),
    .seller-trust-strip .seller-kpi-chip:nth-child(2),
    .seller-trust-strip .seller-kpi-chip:nth-child(3),
    .seller-trust-strip .seller-kpi-chip:nth-child(4),
    .seller-trust-strip .seller-kpi-chip:nth-child(5),
    .seller-trust-strip .seller-kpi-chip:nth-child(6),
    .seller-trust-strip .seller-kpi-chip:nth-child(7),
    .seller-trust-strip .seller-kpi-chip:nth-child(8){width:100%!important;max-width:none!important;justify-self:stretch!important;padding:12px 15px 12px!important}
    .seller-hero-side{width:218px!important}
    .seller-side-trust{width:218px!important}
    @media(max-width:1180px){.seller-profile-trust-hero{grid-template-columns:84px minmax(0,1fr)!important}.seller-hero-side{grid-column:1/-1!important;width:100%!important;justify-self:stretch!important}.seller-side-trust{width:100%!important;grid-template-columns:1fr 1fr!important}.seller-trust-strip{grid-template-columns:repeat(4,minmax(128px,1fr))!important}}
    @media(max-width:860px){.seller-trust-strip{grid-template-columns:repeat(3,minmax(124px,1fr))!important}}
    @media(max-width:620px){.seller-trust-strip{grid-template-columns:repeat(2,minmax(120px,1fr))!important}}
    @media(max-width:420px){.seller-trust-strip{grid-template-columns:1fr!important}}

    /* V58: menu icon cleanup + full product image fit */
    .quick-item{position:relative;min-height:96px;padding:18px 20px 18px 22px;align-items:center;gap:16px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 92%,transparent),color-mix(in srgb,var(--surface-2) 70%,var(--surface) 30%));}
    .quick-item:before{content:"";width:5px;height:46px;border-radius:999px;background:var(--mustard);box-shadow:0 8px 18px color-mix(in srgb,var(--mustard) 18%,transparent);flex:0 0 auto;}
    .quick-item:nth-child(3n+1):before{background:var(--green);box-shadow:0 8px 18px color-mix(in srgb,var(--green) 18%,transparent);}
    .quick-item:nth-child(3n+2):before{background:var(--mustard);}
    .quick-item:nth-child(3n+3):before{background:var(--red);box-shadow:0 8px 18px color-mix(in srgb,var(--red) 16%,transparent);}
    .quick-item-main{gap:0;flex:1;min-width:0;}
    .quick-icon{display:none!important;}
    .quick-copy b{font-size:16px;line-height:1.15;letter-spacing:-.025em;}
    .quick-copy span{font-size:13px;line-height:1.3;color:var(--muted);}
    .quick-item-arrow{width:36px;height:36px;border:0;background:#1e1a12;color:#fff;font-size:23px;box-shadow:0 10px 20px rgba(30,26,18,.12);}
    .product-photo{height:340px!important;padding:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 72%,var(--surface) 28%))!important;}
    .product-photo img{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important;border-radius:18px;}
    .p-media{height:190px!important;padding:10px!important;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 76%,var(--surface) 24%))!important;}
    .p-media img{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;border-radius:14px;}
    @media(max-width:980px){.product-photo{height:310px!important}.p-media{height:180px!important}}
    @media(max-width:560px){.product-photo{height:280px!important;padding:12px!important}.p-media{height:170px!important}.quick-item{min-height:88px;padding:16px}.quick-item:before{height:40px}.quick-item-arrow{width:32px;height:32px}}


    /* v59: menü ikonları uyumlu SVG, daha küçük canlı ürün alanı ve satılan ürün carousel */
    .hero-main{min-height:400px!important;padding:30px 34px 26px!important}
    .live-card{padding:22px!important}
    .product-photo{height:190px!important;padding:10px!important;border-radius:22px!important;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 62%,var(--surface) 38%))!important}
    .product-photo img{width:auto!important;height:auto!important;max-width:92%!important;max-height:168px!important;object-fit:contain!important;object-position:center!important;border-radius:16px!important;margin:auto!important}
    .product-title{font-size:25px!important}.product-sub{margin-bottom:10px!important}.price-grid{margin:10px 0!important}.price-box{padding:10px 11px!important}.price-box b{font-size:17px!important}.live-actions{margin-top:10px!important}.p-media{height:128px!important;padding:8px!important}.p-media img{width:auto!important;height:auto!important;max-width:92%!important;max-height:112px!important;object-fit:contain!important}
    .quick-item{min-height:82px!important;padding:14px 48px 14px 16px!important;gap:12px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 94%,transparent),color-mix(in srgb,var(--surface-2) 58%,var(--surface) 42%))!important}
    .quick-item:before{display:none!important}.quick-item-main{display:flex!important;align-items:center!important;gap:12px!important}.quick-icon{display:grid!important;width:42px!important;height:42px!important;border-radius:15px!important;place-items:center!important;background:var(--mustard-soft)!important;color:color-mix(in srgb,var(--mustard) 72%,#000 28%)!important;border:1px solid var(--line)!important;box-shadow:0 8px 18px rgba(54,41,21,.05)!important;flex:0 0 auto!important}.quick-icon svg{width:20px;height:20px;display:block;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.quick-item-live .quick-icon,.quick-item-home .quick-icon{background:var(--green-soft)!important;color:var(--green)!important}.quick-item-products .quick-icon,.quick-item-sold .quick-icon{background:var(--red-soft)!important;color:var(--red)!important}.quick-item-contact .quick-icon,.quick-item-how .quick-icon{background:var(--blue-soft)!important;color:#17476f!important}.quick-copy b{font-size:16px!important}.quick-copy span{font-size:12px!important;margin-top:4px!important}.quick-item-arrow{right:16px!important;width:30px!important;height:30px!important;background:color-mix(in srgb,var(--green-soft) 72%,var(--surface) 28%)!important;color:var(--green)!important;border:1px solid color-mix(in srgb,var(--green) 18%,var(--line) 82%)!important;box-shadow:none!important;font-size:20px!important}
    .sold-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 14px;margin-top:16px}.sold-carousel .product-card{min-width:260px;max-width:260px;scroll-snap-align:start}.sold-carousel::-webkit-scrollbar{height:8px}.sold-carousel::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:99px}.section-toolbar{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap}
    @media(max-width:980px){.hero-main{min-height:auto!important}.product-photo{height:180px!important}.product-photo img{max-height:158px!important}.sold-carousel .product-card{min-width:240px;max-width:240px}}
    @media(max-width:560px){.product-photo{height:170px!important}.product-photo img{max-height:148px!important}.quick-item{min-height:76px!important;padding:13px 44px 13px 14px!important}.sold-carousel .product-card{min-width:225px;max-width:225px}}

    .category-filter-row{display:flex;gap:10px;overflow-x:auto;padding:2px 0 16px;margin:-4px 0 14px;scrollbar-width:thin}
    .category-filter-row .filter{white-space:nowrap;display:inline-flex;align-items:center;gap:8px}
    .category-filter-row .filter.active{background:var(--green);border-color:var(--green);color:#fff}
    .product-card-actions{display:flex;gap:7px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
    .product-card-actions .small-btn{min-height:36px;padding:0 11px}
    .p-foot{align-items:flex-end}
    .buy-panel{max-width:760px;margin:0 auto;background:color-mix(in srgb,var(--surface) 90%,transparent);border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--shadow)}
    .buy-product{display:grid;grid-template-columns:160px 1fr;gap:18px;align-items:start;margin-bottom:18px}.buy-product img{width:160px;height:130px;object-fit:contain;border-radius:18px;border:1px solid var(--line);background:var(--surface)}
    .buy-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.buy-result{margin-top:14px;font-weight:850;color:var(--muted)}
    @media(max-width:560px){.buy-product{grid-template-columns:1fr}.buy-product img{width:100%;height:180px}.product-card-actions{justify-content:flex-start}}


    /* v62: üst menü admin sırası ve ürün sayfası filtreleri */
    .nav-actions{row-gap:8px}
    .product-mode-row{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}
    .product-mode-row .filter{display:inline-flex;align-items:center;white-space:nowrap}



    /* v65 quick menu popup + clean controls */
    .quick-menu-modal{position:fixed;inset:0;z-index:75;display:none;align-items:center;justify-content:center;background:rgba(15,14,11,.46);padding:18px}
    .quick-menu-modal.open{display:flex}
    .quick-menu-panel{width:min(1040px,100%);max-height:86vh;overflow:auto;background:var(--surface);border:1px solid var(--line-strong);border-radius:28px;box-shadow:var(--shadow);padding:18px}
    .quick-menu-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
    .quick-menu-panel-head h3{margin:0;font-size:24px;color:var(--ink)}
    .quick-menu-close{border:0;border-radius:14px;background:#1d1a14;color:#fff;font-weight:950;padding:10px 14px;cursor:pointer}
    .quick-menu-modal .quick-menu{display:grid;margin-top:0}

    .paid-auction-filter-link{background:linear-gradient(180deg,var(--mustard),color-mix(in srgb,var(--mustard) 78%,#000 22%))!important;color:#1d1608!important;border-color:color-mix(in srgb,var(--mustard) 68%,#000 32%)!important}
    .paid-auctions-page .section-head{align-items:center}.paid-auction-public-card{border-color:color-mix(in srgb,var(--mustard) 24%,var(--line) 76%)}
    .paid-auction-grid .empty{grid-column:1/-1}

  /* V75: Mezat menüsü şeridi - orta hızlı linkler ve sağ canlı mezat girişi */
  .menu-center{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;min-width:220px}
  .menu-center-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:14px;border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 82%,transparent);color:var(--ink-2);font-weight:950;box-shadow:0 6px 18px rgba(54,41,21,.05);white-space:nowrap}
  .menu-center-link.active{background:var(--mustard-soft);border-color:var(--line-strong);color:var(--ink)}
  .menu-live-entry{min-height:46px;border-radius:16px;padding-inline:18px;box-shadow:0 14px 28px color-mix(in srgb,var(--green) 18%,transparent)}
  @media(max-width:980px){.menu-shell{display:grid;grid-template-columns:1fr;align-items:stretch}.menu-center{order:2;width:100%;min-width:0;flex-wrap:wrap}.menu-center-link{flex:1;min-width:110px}.menu-live-entry{order:3;width:100%}.menu-toggle{order:1;width:100%;justify-content:center}}
  @media(max-width:560px){.menu-center{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px}.menu-center-link{min-width:0;padding:0 8px;font-size:12px}.menu-live-entry{width:100%}}

  /* v77: WebView / mobil uygulama görünümü */
  .mobile-appbar{display:none}.mobile-live-fab{display:none}
  @media(max-width:760px){
    body.mobile-app-mode{background:linear-gradient(180deg,var(--mobile-bg),color-mix(in srgb,var(--mobile-bg) 88%,#000 12%));color:var(--mobile-text);font-size:calc(16px * var(--font-scale) * var(--mobile-font));overscroll-behavior-y:contain;-webkit-tap-highlight-color:transparent;padding-bottom:calc(84px + env(safe-area-inset-bottom))}
    body.mobile-app-mode.mobile-preset-dark{--mobile-bg:#07111f;--mobile-card:#0f1b2d;--mobile-text:#f8fafc;--mobile-primary:#22c55e;--mobile-accent:#f59e0b}
    body.mobile-app-mode.mobile-preset-clean{--mobile-bg:#f8fafc;--mobile-card:#ffffff;--mobile-text:#111827;--mobile-primary:#15803d;--mobile-accent:#ca8a04}
    body.mobile-app-mode.mobile-preset-soft{--mobile-bg:#f4efe4;--mobile-card:#fffaf0;--mobile-text:#191713;--mobile-primary:#188552;--mobile-accent:#b98521}
    body.mobile-app-mode.mobile-hide-web-topbar .topbar{display:none!important}
    body.mobile-app-mode .mobile-appbar{position:sticky;top:0;z-index:45;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:calc(8px + env(safe-area-inset-top)) var(--mobile-gap) 9px;background:color-mix(in srgb,var(--mobile-card) 92%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--line) 62%,transparent);box-shadow:0 10px 28px rgba(54,41,21,.10)}
    body.mobile-app-mode.mobile-brand-off .mobile-appbar{display:none}
    .mobile-brand-mini{display:flex;align-items:center;gap:10px;min-width:0}.mobile-logo-mini{width:40px;height:40px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--mobile-primary),var(--mobile-accent));color:#fff;font-weight:950;box-shadow:0 12px 26px color-mix(in srgb,var(--mobile-primary) 20%,transparent)}.mobile-brand-copy{min-width:0}.mobile-brand-copy b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:17px;letter-spacing:-.03em}.mobile-brand-copy span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:11px;font-weight:800;margin-top:1px}.mobile-app-actions{display:flex;align-items:center;gap:7px}.mobile-chip-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:0 11px;color:var(--ink);font-weight:950;white-space:nowrap}.mobile-live-btn{background:linear-gradient(180deg,color-mix(in srgb,var(--mobile-primary) 84%,#fff 16%),var(--mobile-primary));border-color:var(--mobile-primary);color:#fff}
    body.mobile-app-mode.mobile-theme-off .mobile-theme-switch{display:none!important}
    body.mobile-app-mode .wrap{padding-left:var(--mobile-gap);padding-right:var(--mobile-gap)}
    body.mobile-app-mode .menu-strip{padding:10px var(--mobile-gap) 0}.mobile-app-mode .menu-shell{border-radius:calc(var(--mobile-radius) + 3px);padding:8px;background:color-mix(in srgb,var(--mobile-card) 92%,transparent);box-shadow:0 12px 34px rgba(54,41,21,.10)}.mobile-app-mode .menu-toggle{min-height:44px;border-radius:var(--mobile-radius);background:#111;color:#fff}.mobile-app-mode .menu-center{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.mobile-app-mode .menu-center-link{min-width:0;font-size:12px;padding:0 7px;border-radius:15px;background:var(--mobile-card)}.mobile-app-mode .menu-live-entry{display:none}
    body.mobile-app-mode.mobile-quick-off .menu-strip{display:none!important}
    body.mobile-app-mode .hero{padding:12px 0 18px}.mobile-app-mode .hero-grid{gap:var(--mobile-gap)}.mobile-app-mode .panel,.mobile-app-mode .product-card,.mobile-app-mode .cat-card,.mobile-app-mode .mini-card,.mobile-app-mode .step,.mobile-app-mode .info-card{border-radius:var(--mobile-radius);background:var(--mobile-card);box-shadow:0 10px 26px rgba(54,41,21,.08)}.mobile-app-mode .hero-main,.mobile-app-mode .live-card{padding:18px;min-height:0}.mobile-app-mode h1{font-size:34px;line-height:1.02;letter-spacing:-.06em;margin:14px 0 10px}.mobile-app-mode .lead{font-size:15px;line-height:1.55}.mobile-app-mode .hero-actions{gap:8px;margin-top:15px}.mobile-app-mode .hero-actions .btn{width:100%;min-height:44px;border-radius:16px}.mobile-app-mode .product-photo{height:180px;border-radius:18px}.mobile-app-mode .price-grid{grid-template-columns:1fr 1fr 1fr}.mobile-app-mode .price-box{padding:10px;border-radius:14px}.mobile-app-mode .price-box b{font-size:16px}.mobile-app-mode .section-head{gap:10px;margin-bottom:12px}.mobile-app-mode .section-head h2{font-size:26px}.mobile-app-mode .page-section{padding:18px 0}.mobile-app-mode.mobile-compact .product-grid,.mobile-app-mode.mobile-compact .category-grid,.mobile-app-mode.mobile-compact .steps,.mobile-app-mode.mobile-compact .feature-row,.mobile-app-mode.mobile-compact .info-grid{gap:10px}.mobile-app-mode.mobile-compact .p-media{height:128px}.mobile-app-mode.mobile-compact .p-body{padding:12px}.mobile-app-mode.mobile-compact .p-body h3{font-size:16px}.mobile-app-mode.mobile-compact .p-foot{align-items:flex-start;display:grid;gap:8px}.mobile-app-mode.mobile-compact .small-btn{width:100%;min-height:40px}
    body.mobile-app-mode.mobile-hide-hero #anasayfa{display:none!important}body.mobile-app-mode.mobile-hide-hero-stats .stats{display:none!important}body.mobile-app-mode.mobile-hide-features .feature-row{display:none!important}body.mobile-app-mode.mobile-hide-categories #kategoriler{display:none!important}body.mobile-app-mode.mobile-hide-products #urunler{display:none!important}body.mobile-app-mode.mobile-hide-sold #satilan{display:none!important}body.mobile-app-mode.mobile-hide-how #nasil{display:none!important}body.mobile-app-mode.mobile-hide-contact #mobil-iletisim{display:none!important}
    body.mobile-app-mode .mobile-bottom{display:flex;left:10px;right:10px;bottom:max(8px,env(safe-area-inset-bottom));border-radius:22px;padding:7px;background:color-mix(in srgb,var(--mobile-card) 94%,transparent);z-index:60}.mobile-app-mode .mobile-bottom a{font-size:11px;padding:8px 2px;border-radius:15px}.mobile-app-mode .mobile-bottom a.active{background:var(--mobile-primary);color:#fff}
    body.mobile-app-mode.mobile-bottom-off .mobile-bottom{display:none!important}body.mobile-app-mode.mobile-bottom-off{padding-bottom:18px}
    body.mobile-app-mode footer{display:none}.mobile-live-fab{position:fixed;right:12px;bottom:calc(78px + env(safe-area-inset-bottom));z-index:62;min-height:46px;border-radius:999px;padding:0 16px;background:linear-gradient(180deg,color-mix(in srgb,var(--mobile-primary) 86%,#fff 14%),var(--mobile-primary));color:#fff;font-weight:950;box-shadow:0 16px 34px color-mix(in srgb,var(--mobile-primary) 26%,transparent)}body.mobile-app-mode.mobile-live-sticky .mobile-live-fab{display:inline-flex;align-items:center;justify-content:center}body.mobile-app-mode.mobile-live-normal .mobile-live-fab{display:none!important}
  }
  @media(max-width:420px){body.mobile-app-mode .price-grid{grid-template-columns:1fr}.mobile-brand-copy span{display:none}.mobile-chip-btn{padding:0 9px}.mobile-app-mode .menu-center-link{font-size:11px}.mobile-app-mode .mobile-bottom a{font-size:10px}}

    /* V115 - Nasıl Çalışır sayfası / modül rehberi */
    .how-page-v115 .how-main-head{margin-bottom:18px}
    .how-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start}
    .how-sidebar{position:sticky;top:96px;display:grid;gap:10px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 94%,transparent),color-mix(in srgb,var(--surface-2) 70%,var(--surface) 30%));padding:14px;box-shadow:0 12px 28px rgba(54,41,21,.06)}
    .how-sidebar-title{font-weight:950;color:var(--ink);padding:8px 10px;border-bottom:1px solid var(--line);margin-bottom:2px}
    .how-menu-item{display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:12px;color:var(--ink-2);font-weight:850;transition:transform .16s ease,border-color .16s ease,background .16s ease}
    .how-menu-item:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--green) 24%,var(--line) 76%)}
    .how-menu-item.active{background:var(--green-soft);border-color:color-mix(in srgb,var(--green) 28%,var(--line) 72%);color:var(--green)}
    .how-menu-item span{display:grid;place-items:center;width:34px;height:34px;border-radius:13px;background:var(--surface-2);flex:0 0 auto}
    .how-article{display:grid;gap:16px;min-width:0}
    .how-hero-card{display:grid;grid-template-columns:96px minmax(0,1fr);gap:18px;align-items:center;border:1px solid var(--line);border-radius:30px;background:radial-gradient(circle at top left,color-mix(in srgb,var(--green) 10%,transparent),transparent 36%),linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--surface-2) 70%,var(--surface) 30%));padding:26px;box-shadow:var(--shadow-soft)}
    .how-hero-icon{width:96px;height:96px;border-radius:26px;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),color-mix(in srgb,var(--green) 76%,#000 24%));box-shadow:0 16px 28px color-mix(in srgb,var(--green) 16%,transparent);font-size:42px}
    .how-hero-card h1{margin:6px 0 10px;font-size:clamp(34px,5vw,58px);letter-spacing:-.06em;line-height:1;color:var(--ink)}
    .how-hero-card p{margin:0 0 18px;color:var(--muted);font-weight:700;line-height:1.55;max-width:760px}
    .how-example-box{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:14px;border:1px solid var(--line);border-radius:26px;background:var(--surface);padding:18px;box-shadow:0 12px 28px rgba(54,41,21,.06)}
    .how-example-visual{display:flex;align-items:stretch;gap:10px;min-width:0}
    .how-bid-step{flex:1;display:grid;align-content:center;gap:6px;min-height:132px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 96%,#fff 4%),color-mix(in srgb,var(--surface-2) 80%,var(--surface) 20%));padding:14px}
    .how-bid-step span{display:grid;place-items:center;width:32px;height:32px;border-radius:12px;background:var(--mustard-soft);color:#7b520c;font-weight:950}
    .how-bid-step b{font-size:17px;color:var(--ink);line-height:1.15}.how-bid-step small{color:var(--muted);font-weight:760}.how-bid-step.success{background:var(--green-soft);border-color:color-mix(in srgb,var(--green) 24%,var(--line) 76%)}
    .how-arrow{display:grid;place-items:center;color:var(--muted);font-size:24px;font-weight:900}
    .how-example-text{border-radius:22px;background:color-mix(in srgb,var(--surface-2) 70%,var(--surface) 30%);border:1px solid var(--line);padding:18px}.how-example-text h3{margin:0 0 8px;font-size:22px;color:var(--ink)}.how-example-text p{margin:0;color:var(--muted);font-weight:680;line-height:1.58}
    .how-rule-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.how-rule{display:grid;gap:7px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 68%,var(--surface) 32%));padding:16px;box-shadow:0 10px 24px rgba(54,41,21,.05)}.how-rule span{font-size:26px}.how-rule b{color:var(--ink);font-size:17px}.how-rule small{color:var(--muted);font-weight:700;line-height:1.35}
    .how-content-card{border:1px solid var(--line);border-radius:26px;background:var(--surface);padding:24px;box-shadow:0 12px 28px rgba(54,41,21,.06)}.how-content-card p{margin:0 0 14px;color:var(--ink-2);font-weight:650;line-height:1.75}.how-content-card p:last-child{margin-bottom:0}
    @media(max-width:960px){.how-layout{grid-template-columns:1fr}.how-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.how-sidebar-title{grid-column:1/-1}.how-example-box{grid-template-columns:1fr}.how-rule-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
    @media(max-width:640px){.how-sidebar,.how-rule-grid{grid-template-columns:1fr}.how-hero-card{grid-template-columns:1fr;padding:20px}.how-hero-icon{width:78px;height:78px;font-size:34px}.how-example-visual{display:grid}.how-arrow{transform:rotate(90deg)}}


    /* V195 - Nasıl Çalışır sayfası bozulmasın diye V157/V160/V162/V163 temel rehber stilleri geri yüklendi */
    /* V157 - Nasıl Çalışır başlangıç rehberi: arama + foto görünümlü adımlar */
    .how-page-v157{padding-top:28px}.how-search-hero-v157{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px;border:1px solid var(--line);border-radius:30px;background:radial-gradient(circle at 88% 5%,color-mix(in srgb,var(--mustard) 18%,transparent),transparent 36%),linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--surface-2) 74%,var(--surface) 26%));padding:26px;box-shadow:var(--shadow-soft)}
    .how-search-hero-v157 h1{margin:4px 0 8px;font-size:clamp(36px,5vw,62px);line-height:1;letter-spacing:-.07em;color:var(--ink)}.how-search-hero-v157 p{margin:0;color:var(--muted);font-weight:750;line-height:1.55;max-width:720px}
    .how-search-box-v157{display:grid;gap:7px;margin-bottom:14px;border:1px solid var(--line);border-radius:24px;background:color-mix(in srgb,var(--surface) 88%,transparent);padding:16px;box-shadow:0 10px 24px rgba(54,41,21,.05)}.how-search-box-v157 label{font-weight:950;color:var(--ink)}.how-search-box-v157 input{width:100%;border:1px solid var(--line);background:var(--surface);border-radius:17px;padding:14px 16px;color:var(--ink);font-weight:820;outline:none}.how-search-box-v157 input:focus{border-color:color-mix(in srgb,var(--green) 38%,var(--line) 62%);box-shadow:0 0 0 4px color-mix(in srgb,var(--green) 10%,transparent)}.how-search-box-v157 small{color:var(--muted);font-weight:720}
    .how-topic-strip-v157{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:16px}.how-topic-pill-v157{display:inline-flex;align-items:center;gap:8px;min-height:44px;border:1px solid var(--line);border-radius:15px;background:var(--surface);padding:0 13px;color:var(--ink);font-weight:950;box-shadow:0 8px 18px rgba(54,41,21,.04)}.how-topic-pill-v157 span{font-size:18px}.how-topic-pill-v157.active{background:var(--green);border-color:var(--green);color:#fff;box-shadow:0 14px 28px color-mix(in srgb,var(--green) 18%,transparent)}
    .how-layout-v157{display:grid;grid-template-columns:248px minmax(0,1fr);gap:18px;align-items:start}.how-sidebar-v157{position:sticky;top:96px;display:grid;gap:9px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 94%,transparent),color-mix(in srgb,var(--surface-2) 70%,var(--surface) 30%));padding:13px;box-shadow:0 12px 28px rgba(54,41,21,.06)}.how-sidebar-title-v157{font-weight:950;color:var(--ink);padding:8px 10px;border-bottom:1px solid var(--line);margin-bottom:2px}.how-menu-item-v157{display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:12px;color:var(--ink-2);font-weight:900;transition:transform .16s ease,border-color .16s ease,background .16s ease}.how-menu-item-v157:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--green) 24%,var(--line) 76%)}.how-menu-item-v157.active{background:var(--green-soft);border-color:color-mix(in srgb,var(--green) 28%,var(--line) 72%);color:var(--green)}.how-menu-item-v157 span{display:grid;place-items:center;width:34px;height:34px;border-radius:13px;background:var(--surface-2);flex:0 0 auto}
    .how-article-v157{display:grid;gap:16px;min-width:0}.how-hero-card-v157{display:grid;grid-template-columns:96px minmax(0,1fr);gap:18px;align-items:center;border:1px solid var(--line);border-radius:30px;background:radial-gradient(circle at top left,color-mix(in srgb,var(--green) 10%,transparent),transparent 36%),linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--surface-2) 70%,var(--surface) 30%));padding:24px;box-shadow:var(--shadow-soft)}.how-hero-icon-v157{width:96px;height:96px;border-radius:26px;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),color-mix(in srgb,var(--green) 76%,#000 24%));box-shadow:0 16px 28px color-mix(in srgb,var(--green) 16%,transparent);font-size:42px}.how-hero-card-v157 h2{margin:6px 0 10px;font-size:clamp(32px,4.6vw,54px);letter-spacing:-.06em;line-height:1;color:var(--ink)}.how-hero-card-v157 p{margin:0 0 18px;color:var(--muted);font-weight:720;line-height:1.55;max-width:780px}
    .how-explain-grid-v157{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:16px;align-items:stretch}.how-phone-v157{border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,#1d1a14,#28231a);padding:14px;box-shadow:0 16px 34px rgba(30,26,18,.16);color:#fff;min-height:320px;display:grid;gap:12px}.how-phone-top-v157{display:flex;align-items:center;justify-content:space-between;gap:10px}.how-phone-top-v157 span{padding:7px 9px;border-radius:999px;background:color-mix(in srgb,var(--red) 88%,#fff 12%);font-size:11px;font-weight:950}.how-phone-top-v157 b{font-size:15px}.how-phone-image-v157{display:grid;place-items:center;min-height:132px;border-radius:22px;background:linear-gradient(135deg,color-mix(in srgb,var(--surface) 96%,#fff 4%),color-mix(in srgb,var(--mustard-soft) 65%,#fff 35%));color:var(--ink);font-size:58px}.how-phone-lines-v157{display:grid;gap:8px}.how-phone-lines-v157 i{display:block;height:12px;border-radius:99px;background:rgba(255,255,255,.22)}.how-phone-lines-v157 i:nth-child(2){width:72%}.how-phone-lines-v157 i:nth-child(3){width:52%}.how-phone-actions-v157{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.how-phone-actions-v157 b,.how-phone-actions-v157 em{font-style:normal;text-align:center;border-radius:14px;padding:12px 9px;font-size:13px;font-weight:950}.how-phone-actions-v157 b{background:var(--green);color:#fff}.how-phone-actions-v157 em{background:var(--surface);color:var(--ink)}
    .how-simple-card-v157{border:1px solid var(--line);border-radius:28px;background:var(--surface);padding:22px;box-shadow:0 12px 28px rgba(54,41,21,.06)}.how-simple-card-v157 h3{margin:0 0 10px;font-size:26px;color:var(--ink)}.how-simple-card-v157 p{margin:0;color:var(--ink-2);font-weight:720;line-height:1.75}.how-mini-note-v157{margin-top:16px;padding:13px 14px;border-radius:18px;background:var(--green-soft);border:1px solid color-mix(in srgb,var(--green) 18%,var(--line) 82%);color:var(--green);font-weight:850}.how-block-title-v157{display:flex;align-items:center;gap:10px;margin-top:2px}.how-block-title-v157 span{display:grid;place-items:center;width:34px;height:34px;border-radius:13px;background:var(--mustard);color:#1f1708;font-weight:950}.how-block-title-v157 h3{margin:0;font-size:26px;color:var(--ink)}
    .how-steps-v157{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.how-step-v157{display:flex;gap:12px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 70%,var(--surface) 30%));padding:15px;box-shadow:0 10px 24px rgba(54,41,21,.05)}.how-step-v157>span{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:14px;background:var(--green);color:#fff;font-weight:950}.how-step-v157 b{display:block;color:var(--ink);font-size:17px;margin-bottom:4px}.how-step-v157 p{margin:0;color:var(--muted);font-weight:700;line-height:1.45}
    .how-rules-v157{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.how-rule-v157{border:1px solid var(--line);border-radius:22px;background:var(--surface);padding:16px;box-shadow:0 10px 24px rgba(54,41,21,.05)}.how-rule-v157 b{display:block;color:var(--ink);font-size:17px;margin-bottom:5px}.how-rule-v157 p{margin:0;color:var(--muted);font-weight:700;line-height:1.45}.how-content-card-v157{border:1px solid var(--line);border-radius:26px;background:var(--surface);padding:22px;box-shadow:0 12px 28px rgba(54,41,21,.06)}.how-content-card-v157 h3{margin:0 0 10px;font-size:24px;color:var(--ink)}.how-content-card-v157 p{margin:0 0 14px;color:var(--ink-2);font-weight:680;line-height:1.75}.how-content-card-v157 p:last-child{margin-bottom:0}.how-other-topics-v157{border:1px solid var(--line);border-radius:24px;background:color-mix(in srgb,var(--surface) 86%,transparent);padding:16px}.how-other-topics-v157 h3{margin:0 0 12px;font-size:22px}.how-other-topics-v157>div{display:flex;flex-wrap:wrap;gap:9px}.how-other-topics-v157 a{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:9px 12px;color:var(--ink);font-weight:900}
    @media(max-width:980px){.how-layout-v157{grid-template-columns:1fr}.how-sidebar-v157{position:static;display:none}.how-explain-grid-v157{grid-template-columns:1fr}.how-rules-v157{grid-template-columns:1fr 1fr}.how-search-hero-v157{display:grid}.how-search-hero-v157 .btn{width:max-content}.how-topic-strip-v157{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.how-topic-pill-v157{justify-content:flex-start}}
    @media(max-width:640px){.how-page-v157{padding-top:16px}.how-search-hero-v157,.how-hero-card-v157,.how-simple-card-v157,.how-content-card-v157{padding:18px;border-radius:24px}.how-search-hero-v157 h1{font-size:38px}.how-hero-card-v157{grid-template-columns:1fr}.how-hero-icon-v157{width:78px;height:78px;font-size:34px}.how-topic-strip-v157,.how-steps-v157,.how-rules-v157{grid-template-columns:1fr}.how-phone-v157{min-height:285px}.how-phone-actions-v157{grid-template-columns:1fr}.how-search-box-v157{border-radius:20px}}


    /* V160 - Nasıl Çalışır kategori menüsü + mobil çekmece */
    .how-page-v160 .how-category-strip-v160{position:sticky;top:86px;z-index:12;background:color-mix(in srgb,var(--page) 86%,transparent);backdrop-filter:blur(14px);padding:8px;border:1px solid color-mix(in srgb,var(--line) 72%,transparent);border-radius:22px;box-shadow:0 10px 24px rgba(54,41,21,.06)}
    .how-sidebar-v160{gap:11px;max-height:calc(100vh - 122px);overflow:auto;scrollbar-width:thin}.how-sidebar-v160::-webkit-scrollbar{width:7px}.how-sidebar-v160::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:99px}
    .how-menu-group-v160{display:grid;gap:7px}.how-menu-group-title-v160{width:100%;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 74%,var(--surface) 26%));display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 11px;color:var(--ink);font-weight:950;cursor:pointer;text-align:left}
    .how-menu-group-title-v160 span{width:34px;height:34px;border-radius:13px;display:grid;place-items:center;background:var(--mustard-soft)}.how-menu-group-title-v160 b{min-width:0;overflow:hidden;text-overflow:ellipsis}.how-menu-group-title-v160 em{font-style:normal;background:var(--surface-2);border:1px solid var(--line);border-radius:999px;min-width:28px;text-align:center;font-size:12px;padding:3px 7px;color:var(--muted)}.how-menu-group-title-v160.active{border-color:color-mix(in srgb,var(--green) 28%,var(--line) 72%);background:var(--green-soft);color:var(--green)}
    .how-menu-group-items-v160{display:grid;gap:7px;padding-left:8px;border-left:2px solid color-mix(in srgb,var(--line) 70%,transparent)}.how-menu-group-v160.collapsed .how-menu-group-items-v160{display:none}
    .how-mobile-topics-v160{display:none;margin:0 0 14px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:0 10px 24px rgba(54,41,21,.06);overflow:hidden}.how-mobile-topics-v160 summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 16px;background:#19160f;color:#fff;font-weight:950;cursor:pointer}.how-mobile-topics-v160 summary::-webkit-details-marker{display:none}.how-mobile-topics-v160 summary span{color:color-mix(in srgb,#fff 72%,var(--mustard) 28%);font-size:12px;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.how-mobile-topic-list-v160{display:grid;gap:10px;padding:12px;max-height:64vh;overflow:auto}.how-mobile-group-v160{display:grid;gap:7px}.how-mobile-group-v160>b{padding:8px 4px 2px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.04em}
    @media(max-width:980px){.how-page-v160 .how-category-strip-v160{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:0;border:0;background:transparent;box-shadow:none;backdrop-filter:none}.how-mobile-topics-v160{display:block}.how-sidebar-v160{display:none!important}.how-page-v160 .how-topic-pill-v157{min-height:42px}.how-page-v160 .how-layout-v157{gap:10px}}
    @media(max-width:560px){.how-page-v160 .how-category-strip-v160{grid-template-columns:1fr}.how-search-box-v157 input{font-size:16px}.how-mobile-topic-list-v160{max-height:58vh}.how-mobile-topics-v160 summary{position:sticky;top:0;z-index:1}.how-page-v160 .how-other-topics-v157 div{grid-template-columns:1fr}}


    /* V162 - Nasıl Çalışır saf kullanıcı şablonu */
    .how-prep-grid-v162{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
    .how-prep-card-v162{border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 64%,var(--surface) 36%));padding:16px;box-shadow:0 10px 24px rgba(54,41,21,.05)}
    .how-prep-card-v162>b{display:block;color:var(--ink);font-size:18px;margin-bottom:7px}.how-prep-card-v162 p{margin:0;color:var(--ink-2);font-weight:720;line-height:1.55}
    .how-prep-card-v162 ul{margin:0;padding-left:18px;color:var(--muted);font-weight:720;line-height:1.55}.how-prep-card-v162 li+li{margin-top:6px}.how-prep-card-v162 strong{color:var(--ink)}
    .how-result-grid-v162{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.how-result-card-v162{border:1px solid color-mix(in srgb,var(--green) 20%,var(--line) 80%);border-radius:22px;background:var(--green-soft);padding:16px;box-shadow:0 10px 24px rgba(54,41,21,.05)}
    .how-result-card-v162.danger{border-color:color-mix(in srgb,var(--red) 18%,var(--line) 82%);background:var(--red-soft)}.how-result-card-v162.green{border-color:color-mix(in srgb,var(--green) 28%,var(--line) 72%);background:linear-gradient(180deg,var(--green-soft),var(--surface))}
    .how-result-card-v162 h3{margin:0 0 8px;color:var(--ink);font-size:20px}.how-result-card-v162 p{margin:0;color:var(--ink-2);font-weight:720;line-height:1.55}.how-result-card-v162 p+p{margin-top:8px}.how-result-card-v162 b{color:var(--ink)}
    .how-block-title-v162 span{background:#19160f;color:#fff}
    @media(max-width:980px){.how-prep-grid-v162,.how-result-grid-v162{grid-template-columns:1fr}.how-prep-card-v162,.how-result-card-v162{border-radius:20px}}

    /* V163 - Nasıl Çalışır konuya uygun gerçek linkler */
    .how-action-links-v163{display:flex;gap:9px;flex-wrap:wrap;margin-top:15px}.how-action-links-v163 .btn{min-height:42px;border-radius:14px;padding:0 14px}
    .how-phone-actions-v157 a{font-style:normal;text-align:center;border-radius:14px;padding:12px 9px;font-size:13px;font-weight:950;text-decoration:none;display:flex;align-items:center;justify-content:center;min-height:42px}
    .how-phone-actions-v157 .how-phone-primary-v163{background:var(--green);color:#fff}.how-phone-actions-v157 .how-phone-secondary-v163{background:var(--surface);color:var(--ink)}
    .how-link-card-v163{background:linear-gradient(180deg,var(--green-soft),var(--surface))!important;border-color:color-mix(in srgb,var(--green) 24%,var(--line) 76%)!important}.how-card-links-v163{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.how-card-links-v163 a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border-radius:13px;background:var(--green);color:#fff;text-decoration:none;font-weight:950;box-shadow:0 8px 18px color-mix(in srgb,var(--green) 14%,transparent)}.how-card-links-v163 a:nth-child(n+2){background:var(--surface);color:var(--ink);border:1px solid var(--line);box-shadow:none}
    @media(max-width:640px){.how-action-links-v163{display:grid;grid-template-columns:1fr}.how-action-links-v163 .btn{width:100%}.how-card-links-v163{display:grid;grid-template-columns:1fr}.how-card-links-v163 a{width:100%}}


    /* V116 - Arama Alarmı public görünüm */
    .search-alert-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:16px;align-items:start}.search-alert-form{display:grid;gap:12px}.search-alert-form input{border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:13px;color:var(--ink)}.search-alert-channels{display:grid;gap:9px;padding:12px;border:1px dashed var(--line);border-radius:18px;background:color-mix(in srgb,var(--surface-2) 55%,var(--surface) 45%)}.search-alert-channels label{display:flex;align-items:center;gap:8px;font-weight:850;color:var(--ink)}.search-alert-channels small{margin-left:auto;color:var(--muted);font-weight:800}.search-alert-tags{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.search-alert-tags span{padding:8px 11px;border-radius:999px;background:var(--mustard-soft);border:1px solid var(--line);font-weight:850}.search-alert-list{display:grid;gap:10px}.search-alert-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 10px 22px rgba(54,41,21,.05)}.search-alert-card b{display:block;font-size:18px}.search-alert-card small{display:block;color:var(--muted);font-weight:750;margin-top:2px}.search-alert-card-meta{display:flex;align-items:center;gap:10px;color:var(--muted);font-weight:850}@media(max-width:860px){.search-alert-layout{grid-template-columns:1fr}.search-alert-card{display:grid}.search-alert-card-meta{justify-content:space-between}}


    /* V119: Profilim Bakiyem sekmesi ve hesap bakiye kartı */
    .profile-account-card .profile-balance-box{display:grid;gap:6px;margin:12px 0 18px;padding:16px;border:1px solid color-mix(in srgb,var(--green) 18%,var(--line) 82%);border-radius:20px;background:linear-gradient(180deg,color-mix(in srgb,var(--green) 8%,var(--surface) 92%),color-mix(in srgb,var(--surface-2) 72%,var(--surface) 28%));box-shadow:0 10px 22px rgba(54,41,21,.06)}
    .profile-balance-box span,.profile-wallet-hero span,.profile-wallet-iban span{color:var(--muted);font-size:12px;font-weight:800}
    .profile-balance-box b{font-size:32px;line-height:1;letter-spacing:-.04em;color:var(--green)}
    .profile-balance-box .btn{width:max-content;margin-top:6px}
    .profile-wallet-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:18px;margin-bottom:18px;align-items:start}
    .profile-wallet-card,.profile-wallet-info{position:relative;overflow:hidden}
    .profile-wallet-card:before,.profile-wallet-info:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--green),var(--mustard));opacity:.84}
    .profile-wallet-hero{display:grid;gap:6px;margin-bottom:18px;padding:18px;border-radius:22px;border:1px solid color-mix(in srgb,var(--green) 20%,var(--line) 80%);background:linear-gradient(135deg,color-mix(in srgb,var(--green) 12%,var(--surface) 88%),color-mix(in srgb,var(--mustard) 8%,var(--surface) 92%))}
    .profile-wallet-hero b{font-size:42px;line-height:1;letter-spacing:-.055em;color:var(--green)}
    .profile-wallet-hero small{color:var(--muted);font-weight:700;line-height:1.4}
    .profile-wallet-iban{display:grid;gap:4px;padding:12px 0;border-bottom:1px solid var(--line)}
    .profile-wallet-iban:last-of-type{border-bottom:0}.profile-wallet-iban b{font-size:15px;color:var(--ink);overflow-wrap:anywhere}
    .profile-wallet-history{margin-top:0}.profile-wallet-history .profile-line b:last-child{white-space:nowrap}
    #profileWalletRequestMsg{margin-top:12px;font-weight:800}.seller-form-msg.ok{color:var(--green)}.seller-form-msg.err{color:var(--red)}
    @media(max-width:860px){.profile-wallet-layout{grid-template-columns:1fr}.profile-balance-box b,.profile-wallet-hero b{font-size:34px}}



    /* V120 - Satıcı paneli Güven / Yorumlar görünüm iyileştirme */
    .seller-trust-head{margin-bottom:4px}
    .seller-trust-dashboard .seller-products-head{align-items:flex-start}
    .seller-trust-metrics-clean{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin:14px 0 18px}
    .seller-trust-metrics-clean .seller-trust-stat{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;min-height:84px;padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 54%,var(--surface) 46%));box-shadow:0 10px 22px rgba(54,41,21,.05)}
    .seller-trust-metrics-clean .seller-trust-stat small{display:block;color:var(--muted);font-size:13px;font-weight:680;line-height:1.25;letter-spacing:.01em}
    .seller-trust-metrics-clean .seller-trust-stat b{display:block;color:var(--ink);font-size:clamp(23px,2vw,30px);font-weight:780;line-height:1.08;letter-spacing:-.03em;white-space:nowrap}
    .seller-trust-metrics-clean .seller-trust-stat:nth-child(1),.seller-trust-metrics-clean .seller-trust-stat:nth-child(2){background:linear-gradient(180deg,color-mix(in srgb,var(--green) 6%,var(--surface) 94%),color-mix(in srgb,var(--surface-2) 58%,var(--surface) 42%));border-color:color-mix(in srgb,var(--green) 18%,var(--line) 82%)}
    .seller-trust-metrics-clean .seller-trust-stat:nth-child(3){background:linear-gradient(180deg,color-mix(in srgb,var(--mustard) 6%,var(--surface) 94%),color-mix(in srgb,var(--surface-2) 58%,var(--surface) 42%));border-color:color-mix(in srgb,var(--mustard) 22%,var(--line) 78%)}
    .seller-trust-metrics-clean .seller-trust-stat:nth-child(5),.seller-trust-metrics-clean .seller-trust-stat:nth-child(6){background:linear-gradient(180deg,color-mix(in srgb,var(--surface-2) 66%,var(--surface) 34%),var(--surface))}
    @media(max-width:760px){.seller-trust-metrics-clean{grid-template-columns:1fr 1fr}.seller-trust-metrics-clean .seller-trust-stat b{font-size:24px}}
    @media(max-width:520px){.seller-trust-metrics-clean{grid-template-columns:1fr}.seller-trust-metrics-clean .seller-trust-stat{min-height:78px;padding:13px 14px}.seller-trust-metrics-clean .seller-trust-stat small{font-size:12px}.seller-trust-metrics-clean .seller-trust-stat b{font-size:22px}}


    /* V121 - Satıcı paneli paketler sekmesi iyileştirme */
    .seller-package-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:18px;align-items:start}
    .seller-package-overview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
    .seller-package-state{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;border:1px solid var(--line);font-weight:850;font-size:13px;white-space:nowrap}
    .seller-package-state.is-on{background:color-mix(in srgb,var(--green) 10%,var(--surface) 90%);border-color:color-mix(in srgb,var(--green) 24%,var(--line) 76%);color:color-mix(in srgb,var(--green) 80%,#0b331d 20%)}
    .seller-package-state.is-off{background:color-mix(in srgb,var(--mustard) 10%,var(--surface) 90%);border-color:color-mix(in srgb,var(--mustard) 22%,var(--line) 78%);color:color-mix(in srgb,var(--mustard) 78%,#000 22%)}
    .seller-package-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 14px}
    .seller-package-stat{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;min-height:84px;padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 96%,transparent),color-mix(in srgb,var(--surface-2) 82%,var(--surface) 18%));box-shadow:0 8px 20px rgba(54,41,21,.05)}
    .seller-package-stat small{display:block;color:var(--muted);font-size:12px;font-weight:760;line-height:1.25}
    .seller-package-stat b{display:block;color:var(--ink);font-size:clamp(20px,1.8vw,30px);font-weight:860;letter-spacing:-.03em;line-height:1.05}
    .seller-package-stat-highlight{background:linear-gradient(180deg,color-mix(in srgb,var(--green) 8%,var(--surface) 92%),color-mix(in srgb,var(--surface-2) 78%,var(--surface) 22%));border-color:color-mix(in srgb,var(--green) 22%,var(--line) 78%)}
    .seller-package-stat-balance{grid-column:span 2}
    .seller-package-note-box{padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--surface-2) 60%,var(--surface) 40%);margin-bottom:14px}
    .seller-package-note-box b{display:block;margin-bottom:6px;color:var(--ink)}
    .seller-package-note-box p{margin:6px 0 0;color:var(--muted);font-weight:700;line-height:1.5}
    .seller-package-overview-actions{display:flex;gap:10px;flex-wrap:wrap}
    .seller-capability-list{display:grid;gap:10px;margin-top:12px}
    .seller-capability-item{display:grid;gap:4px;padding:13px 14px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 97%,transparent),color-mix(in srgb,var(--surface-2) 78%,var(--surface) 22%))}
    .seller-capability-item b{display:block;color:var(--ink);font-size:15px;font-weight:820}
    .seller-capability-item span{display:block;color:var(--muted);font-size:12px;font-weight:700;line-height:1.45}
    .seller-package-catalog-card{margin-top:18px}
    .seller-package-section-head{margin-bottom:12px}
    .seller-package-grid-enhanced{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
    .seller-package-pro{position:relative;overflow:hidden;padding:16px;border-radius:22px;gap:10px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 98%,#fff 2%),color-mix(in srgb,var(--surface-2) 86%,var(--surface) 14%));box-shadow:0 12px 24px rgba(54,41,21,.06)}
    .seller-package-pro b{font-size:20px;line-height:1.15;color:var(--ink)}
    .seller-package-pro span{color:var(--muted);font-weight:700;line-height:1.45}
    .seller-package-pro strong{font-size:28px;color:color-mix(in srgb,var(--green) 80%,#17462a 20%);letter-spacing:-.03em}
    .seller-package-badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:7px 11px;border-radius:999px;background:var(--mustard-soft);border:1px solid var(--line);color:color-mix(in srgb,var(--mustard) 75%,#000 25%);font-size:12px;font-weight:850}
    .seller-package-mini-meta{display:grid;gap:4px;padding:10px 12px;border-radius:14px;background:color-mix(in srgb,var(--surface-2) 62%,var(--surface) 38%);border:1px solid var(--line)}
    .seller-package-mini-meta small{display:block;color:var(--muted);font-weight:760;line-height:1.35}
    .seller-package-pro .seller-package-actions{margin-top:auto}
    .seller-package-pro .seller-package-actions .btn[disabled]{opacity:.62;cursor:not-allowed;box-shadow:none}
    .seller-package-bottom-grid{margin-top:18px;align-items:start}
    .seller-package-help-list{display:grid;gap:10px}
    .seller-package-help-list div{display:grid;gap:4px;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--surface-2) 58%,var(--surface) 42%)}
    .seller-package-help-list b{display:block;color:var(--ink)}
    .seller-package-help-list span{display:block;color:var(--muted);font-size:13px;font-weight:700;line-height:1.45}
    @media(max-width:980px){.seller-package-layout{grid-template-columns:1fr}.seller-package-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.seller-package-stat-balance{grid-column:span 3}}
    @media(max-width:680px){.seller-package-stat-grid{grid-template-columns:1fr 1fr}.seller-package-stat-balance{grid-column:span 2}.seller-package-overview-head{display:grid}.seller-package-overview-actions .btn{flex:1}}
    @media(max-width:520px){.seller-package-stat-grid{grid-template-columns:1fr}.seller-package-stat-balance{grid-column:auto}.seller-package-grid-enhanced{grid-template-columns:1fr}}


    /* V122 - Satıcı paket hakları ve rozet başvuru alanı */
    .seller-package-rights{display:flex;flex-wrap:wrap;gap:7px;margin:2px 0 4px}
    .seller-package-rights em{font-style:normal;display:inline-flex;align-items:center;justify-content:center;padding:6px 9px;border-radius:999px;background:color-mix(in srgb,var(--surface-2) 64%,var(--surface) 36%);border:1px solid var(--line);color:var(--muted);font-size:11px;font-weight:760;line-height:1}
    .seller-verified-apply-box{display:grid;gap:10px;margin-top:14px;padding:14px;border:1px dashed color-mix(in srgb,var(--green) 24%,var(--line) 76%);border-radius:18px;background:color-mix(in srgb,var(--green) 7%,var(--surface) 93%)}
    .seller-verified-apply-box label{display:flex;align-items:flex-start;gap:8px;color:var(--ink);font-weight:760;line-height:1.35}
    .seller-verified-apply-box input{margin-top:3px;width:auto!important;flex:0 0 auto}
    .seller-verified-apply-box textarea{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:14px;padding:12px;resize:vertical}
    .seller-verified-apply-box small{color:var(--muted);font-weight:700;line-height:1.4}


    /* V122 - bakiye ile öne çıkarma kartları */
    .seller-promotion-card{margin-top:18px}
    .seller-promotion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
    .seller-promotion-grid article{display:grid;gap:9px;padding:16px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 78%,var(--surface) 22%));box-shadow:0 10px 22px rgba(54,41,21,.05)}
    .seller-promotion-grid b{color:var(--ink);font-size:17px;line-height:1.2}
    .seller-promotion-grid span{color:var(--muted);font-size:13px;font-weight:700;line-height:1.45}
    .seller-promotion-grid strong{color:color-mix(in srgb,var(--green) 78%,#17462a 22%);font-size:24px;letter-spacing:-.03em}
    .seller-promotion-grid select{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:13px;padding:11px}
    @media(max-width:900px){.seller-promotion-grid{grid-template-columns:1fr}}


    /* V123 - Satıcı paket sayfası kompakt/mobil düzen */
    .seller-packages-v123{display:grid;gap:14px}
    .seller-package-summary-v123{display:grid;grid-template-columns:minmax(240px,.78fr) minmax(0,1.42fr) auto;gap:14px;align-items:center;padding:18px!important}
    .seller-package-summary-copy h3{margin:2px 0 5px;font-size:clamp(22px,2.6vw,32px);letter-spacing:-.04em}.seller-package-summary-copy p{margin:0;color:var(--muted);font-weight:700;line-height:1.45}
    .seller-package-summary-stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}
    .seller-package-summary-stats span{min-height:66px;padding:10px 11px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 98%,transparent),color-mix(in srgb,var(--surface-2) 70%,var(--surface) 30%));display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0}
    .seller-package-summary-stats small{display:block;color:var(--muted);font-size:11px;font-weight:720;line-height:1.15;white-space:normal}.seller-package-summary-stats b{display:block;color:var(--ink);font-size:clamp(14px,1.3vw,18px);font-weight:780;line-height:1.12;letter-spacing:-.02em;white-space:normal;overflow-wrap:anywhere}
    .seller-package-summary-actions{display:grid;gap:8px;min-width:120px}.seller-package-summary-actions .btn{width:100%}
    .seller-package-compact-row-v123{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:14px;align-items:stretch}
    .seller-capabilities-compact-v123,.seller-verified-compact-v123{padding:16px!important}.seller-capabilities-compact-v123 h3,.seller-verified-compact-v123 h3{margin:2px 0 6px;font-size:22px}.seller-verified-compact-v123 p{margin:0 0 10px;color:var(--muted);font-weight:700;line-height:1.4}
    .seller-capability-chips-v123{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:8px;margin-top:10px;max-height:188px;overflow:auto;padding-right:3px}.seller-capability-chips-v123 span{display:grid;gap:2px;padding:10px 11px;border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--surface-2) 62%,var(--surface) 38%)}.seller-capability-chips-v123 b{font-size:13px;font-weight:780;color:var(--ink)}.seller-capability-chips-v123 small{font-size:11px;font-weight:690;color:var(--muted);line-height:1.3}
    .seller-verified-check-v123{display:flex;align-items:center;gap:8px;padding:10px 11px;border:1px solid var(--line);border-radius:14px;background:var(--surface);font-weight:760;color:var(--ink)}.seller-verified-check-v123 input{width:auto}.seller-verified-check-v123 b{margin-left:auto;color:color-mix(in srgb,var(--green) 78%,#173f29 22%);white-space:nowrap}.seller-verified-compact-v123 textarea{width:100%;margin-top:10px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--ink);padding:11px;resize:vertical;min-height:76px}
    .seller-package-catalog-card-v123,.seller-promotion-compact-v123{padding:16px!important}.seller-package-title-row-v123{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.seller-package-title-row-v123 h3{margin:0 0 4px;font-size:23px}.seller-package-title-row-v123 p{margin:0}.seller-package-title-row-v123 .btn{flex:0 0 auto}
    .seller-package-grid-compact-v123{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.seller-package-card-v123{display:grid;gap:9px;min-height:0!important;padding:14px!important;border-radius:20px!important;box-shadow:0 10px 22px rgba(54,41,21,.05)!important}.seller-package-card-v123 h4{margin:0;font-size:18px;line-height:1.16;color:var(--ink);letter-spacing:-.02em}.seller-package-card-v123 strong{font-size:23px!important;line-height:1!important;color:color-mix(in srgb,var(--green) 78%,#17462a 22%)!important}.seller-package-card-top-v123{display:flex;align-items:center;justify-content:space-between;gap:8px}.seller-package-card-top-v123 span,.seller-package-card-top-v123 em{font-style:normal;padding:6px 8px;border-radius:999px;border:1px solid var(--line);background:var(--mustard-soft);font-size:11px;font-weight:790;color:var(--ink)}.seller-package-card-top-v123 em{background:color-mix(in srgb,var(--green) 9%,var(--surface) 91%)}
    .seller-package-rights-v123{display:grid;grid-template-columns:1fr 1fr;gap:6px}.seller-package-rights-v123 span{padding:7px 8px;border-radius:12px;background:color-mix(in srgb,var(--surface-2) 68%,var(--surface) 32%);border:1px solid var(--line);font-size:11px;font-weight:730;color:var(--muted);line-height:1.2}.seller-package-balance-note-v123{padding:8px 10px;border-radius:12px;font-size:12px;font-weight:730;line-height:1.3;border:1px solid var(--line)}.seller-package-balance-note-v123.ok{background:color-mix(in srgb,var(--green) 8%,var(--surface) 92%);color:color-mix(in srgb,var(--green) 72%,#193d29 28%)}.seller-package-balance-note-v123.bad{background:color-mix(in srgb,var(--red) 6%,var(--surface) 94%);color:color-mix(in srgb,var(--red) 72%,#4a1f18 28%)}
    .seller-package-actions-v123{display:flex;gap:7px;flex-wrap:wrap}.seller-package-actions-v123 .btn{flex:1;min-width:96px;padding:0 10px}
    .seller-promotion-list-v123{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.seller-promotion-list-v123 article{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 70%,var(--surface) 30%))}.seller-promotion-list-v123 b{display:block;color:var(--ink);font-size:14px;line-height:1.2}.seller-promotion-list-v123 span{display:block;color:color-mix(in srgb,var(--green) 78%,#173f29 22%);font-weight:830;margin-top:3px}.seller-promotion-list-v123 select{display:block;width:100%;max-width:210px;margin:5px 0;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);padding:8px;font-size:12px}.seller-promotion-list-v123 .btn{flex:0 0 auto}
    .seller-package-details-v123{border:1px solid var(--line);border-radius:20px;background:color-mix(in srgb,var(--surface) 88%,transparent);box-shadow:0 8px 18px rgba(54,41,21,.05);overflow:hidden}.seller-package-details-v123 summary{cursor:pointer;padding:14px 16px;font-weight:820;color:var(--ink);list-style:none}.seller-package-details-v123 summary::-webkit-details-marker{display:none}.seller-package-details-v123 summary:after{content:'+';float:right;font-weight:900}.seller-package-details-v123[open] summary:after{content:'−'}.seller-package-details-grid-v123{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:0 14px 14px}.seller-package-details-grid-v123 .info-card{box-shadow:none}.seller-package-help-list{display:grid;gap:8px}.seller-package-help-list div{padding:10px 11px;border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--surface-2) 58%,var(--surface) 42%)}.seller-package-help-list b{display:block}.seller-package-help-list span{display:block;color:var(--muted);font-size:12px;font-weight:700;margin-top:2px}
    .wallet-shortage-box{display:grid!important;gap:9px;padding:12px!important;border-radius:16px!important;background:color-mix(in srgb,var(--red) 8%,var(--surface) 92%)!important;border:1px solid color-mix(in srgb,var(--red) 22%,var(--line) 78%)!important;color:var(--ink)!important}.wallet-shortage-box b{display:block;font-size:14px}.wallet-shortage-box small{display:block;color:var(--muted);font-weight:710}.wallet-shortage-box div{display:flex;gap:8px;flex-wrap:wrap}.wallet-shortage-box .btn{min-height:38px}
    /* V428: Satıcı paket aboneliği, mevcut paket ve iptal/yenileme kontrolleri. */
    .btn-orange-v428{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 15px;border:0;border-radius:14px;background:linear-gradient(180deg,#f07f43,#df5f2c)!important;color:#fff!important;font-weight:950;text-decoration:none;box-shadow:0 10px 22px rgba(223,95,44,.22);cursor:pointer}.btn-orange-v428:disabled{opacity:1;cursor:default}.seller-package-card-v123.is-current-v428{border:2px solid #df6a35!important;box-shadow:0 14px 30px rgba(223,95,44,.16)!important}.seller-package-card-v123.is-current-v428:before{content:'AKTİF';justify-self:start;padding:5px 9px;border-radius:999px;background:linear-gradient(180deg,#f07f43,#df5f2c);color:#fff;font-size:10px;font-weight:950;letter-spacing:.06em}.seller-package-scheduled-v428{grid-column:1/-1;padding:10px 12px;border:1px solid rgba(223,95,44,.35);border-radius:14px;background:rgba(240,127,67,.10);color:#8b3f1e;font-weight:850}.seller-package-preferences-v428{display:grid;grid-template-columns:minmax(220px,1fr) auto auto auto;gap:12px;align-items:center;padding:14px 16px!important}.seller-package-preferences-v428>div{display:grid;gap:3px}.seller-package-preferences-v428>div small{color:var(--muted);font-weight:700;line-height:1.45}.seller-package-preferences-v428 .check{margin:0;white-space:nowrap}.seller-package-cancel-modal-v428{z-index:10050}.seller-package-cancel-card-v428{max-width:560px}.seller-package-cancel-card-v428>p{color:var(--muted);font-weight:720;line-height:1.6}.seller-package-cancel-options-v428{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:14px}.seller-package-cancel-options-v428 .btn{min-height:92px;display:grid;place-content:center;gap:5px;text-align:center}.seller-package-cancel-options-v428 .btn small{font-size:11px;font-weight:760;opacity:.9;white-space:normal}
    @media(max-width:1100px){.seller-package-summary-v123{grid-template-columns:1fr}.seller-package-summary-actions{display:flex;flex-wrap:wrap}.seller-package-summary-actions .btn{width:auto}.seller-package-summary-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.seller-package-compact-row-v123{grid-template-columns:1fr}.seller-package-grid-compact-v123,.seller-promotion-list-v123{grid-template-columns:repeat(2,minmax(0,1fr))}}
    @media(max-width:700px){.seller-package-summary-v123,.seller-package-catalog-card-v123,.seller-promotion-compact-v123,.seller-capabilities-compact-v123,.seller-verified-compact-v123{padding:13px!important}.seller-package-summary-stats{grid-template-columns:1fr 1fr}.seller-package-summary-stats span{min-height:60px}.seller-package-summary-actions .btn{flex:1}.seller-package-preferences-v428{grid-template-columns:1fr}.seller-package-preferences-v428 .check{white-space:normal}.seller-package-cancel-options-v428{grid-template-columns:1fr}.seller-package-title-row-v123{display:grid}.seller-package-title-row-v123 .btn{width:100%}.seller-package-grid-compact-v123,.seller-promotion-list-v123,.seller-package-details-grid-v123{grid-template-columns:1fr}.seller-capability-chips-v123{grid-template-columns:1fr 1fr;max-height:220px}.seller-promotion-list-v123 article{align-items:stretch}.seller-promotion-list-v123 .btn{align-self:center}}
    @media(max-width:460px){.seller-package-summary-stats,.seller-capability-chips-v123{grid-template-columns:1fr}.seller-package-card-top-v123{align-items:flex-start;flex-direction:column}.seller-package-rights-v123{grid-template-columns:1fr}.seller-package-actions-v123 .btn{width:100%;flex:1 1 100%}.seller-promotion-list-v123 article{display:grid}.seller-promotion-list-v123 .btn{width:100%}.seller-verified-check-v123{display:grid}.seller-verified-check-v123 b{margin-left:0}.wallet-shortage-box div .btn{flex:1}}


    /* V124 - PayTR online ödeme görünümü */
    .payment-method-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:4px 0 2px}
    .payment-method-choice label{display:flex!important;align-items:center;gap:9px;padding:13px 14px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--surface-2) 54%,var(--surface) 46%);font-weight:820;color:var(--ink)!important;cursor:pointer}
    .payment-method-choice input{width:auto!important}
    .paytr-frame-card{overflow:hidden}.paytr-frame-card iframe{display:block;margin-top:14px;box-shadow:0 12px 28px rgba(54,41,21,.06)}
    .profile-order-line{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}
    .profile-order-actions{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start}.profile-order-actions .btn{min-height:38px}
    @media(max-width:640px){.payment-method-choice{grid-template-columns:1fr}.profile-order-line{grid-template-columns:1fr}.profile-order-actions .btn{flex:1;min-width:130px}}


    /* V128 - Arama Alarmı sayfası görünüm + SMS ücret bilgisi */
    .search-alert-hero-card{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 16px;padding:16px 18px;border:1px solid color-mix(in srgb,var(--green) 22%,var(--line) 78%);border-radius:24px;background:linear-gradient(135deg,color-mix(in srgb,var(--green) 8%,var(--surface) 92%),color-mix(in srgb,var(--mustard) 8%,var(--surface) 92%));box-shadow:0 14px 32px rgba(54,41,21,.08)}
    .search-alert-hero-card>div{display:flex;align-items:center;gap:13px;min-width:0}.search-alert-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:18px;background:var(--surface);border:1px solid var(--line);font-size:24px;box-shadow:0 8px 18px rgba(54,41,21,.06);flex:0 0 auto}.search-alert-hero-card b{display:block;color:var(--ink);font-size:18px;line-height:1.2}.search-alert-hero-card small{display:block;margin-top:3px;color:var(--muted);font-weight:720;line-height:1.35}
    .search-alert-layout-v128{grid-template-columns:minmax(0,1.18fr) minmax(310px,.82fr);gap:18px}.search-alert-create-v128{position:relative;overflow:hidden}.search-alert-create-v128:before,.search-alert-info-v128:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--green),var(--mustard));opacity:.82}.search-alert-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.search-alert-card-title h3{margin:2px 0 0;font-size:24px;letter-spacing:-.03em}.search-alert-card-title>span{display:inline-flex;align-items:center;justify-content:center;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:12px;font-weight:850;white-space:nowrap}
    .search-alert-form-v128{gap:14px}.search-alert-field,.search-alert-price-v128 label{display:grid!important;gap:7px;color:var(--muted);font-weight:820}.search-alert-field>span,.search-alert-price-v128 label>span{font-size:13px;color:var(--muted);font-weight:820}.search-alert-keyword-field input{min-height:54px;font-size:16px;font-weight:760}.search-alert-box-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.search-alert-box-head b{display:block;color:var(--ink);font-size:15px}.search-alert-box-head small{display:block;color:var(--muted);font-weight:720;font-size:12px;line-height:1.35;text-align:right}
    .search-alert-duration-v128{padding:14px;border-style:solid;background:linear-gradient(180deg,color-mix(in srgb,var(--surface-2) 58%,var(--surface) 42%),var(--surface))}.search-alert-duration-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.search-alert-duration-card{min-height:76px;padding:12px 13px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 8px 16px rgba(54,41,21,.04);align-items:center}.search-alert-duration-card span b{font-size:15px}.search-alert-duration-card span small{font-size:12px}.search-alert-duration-card:has(input:checked){background:color-mix(in srgb,var(--green) 9%,var(--surface) 91%);border-color:color-mix(in srgb,var(--green) 34%,var(--line) 66%);box-shadow:0 10px 20px color-mix(in srgb,var(--green) 10%,transparent)}
    .search-alert-price-v128{display:grid;grid-template-columns:1fr 1fr;gap:12px}.search-alert-price-v128 input{min-height:52px}.search-alert-price-v128 small{grid-column:1/-1;padding:10px 12px;border-radius:14px;background:color-mix(in srgb,var(--surface-2) 58%,var(--surface) 42%);border:1px dashed var(--line);color:var(--muted);font-weight:720;line-height:1.45}
    .search-alert-channels-v128{border-style:solid;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 96%,transparent),color-mix(in srgb,var(--surface-2) 72%,var(--surface) 28%));padding:14px}.search-alert-channels-v128 label{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 13px;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:0 8px 16px rgba(54,41,21,.035)}.search-alert-channels-v128 input{width:18px;height:18px}.search-alert-channels-v128 label span{display:grid;gap:2px}.search-alert-channels-v128 label b{font-size:15px;color:var(--ink)}.search-alert-channels-v128 label small{margin:0!important;font-size:12px;line-height:1.35;color:var(--muted);font-weight:720}.search-alert-sms-channel em{display:inline-flex;align-items:center;justify-content:center;padding:7px 9px;border-radius:999px;background:var(--mustard-soft);border:1px solid var(--line);font-style:normal;color:color-mix(in srgb,var(--mustard) 75%,#000 25%);font-size:12px;font-weight:900;white-space:nowrap}
    .search-alert-sms-note{display:grid;gap:4px;padding:13px 14px;border:1px solid color-mix(in srgb,var(--mustard) 26%,var(--line) 74%);border-radius:18px;background:linear-gradient(180deg,color-mix(in srgb,var(--mustard) 9%,var(--surface) 91%),var(--surface));color:var(--muted);font-weight:720;line-height:1.45}.search-alert-sms-note b{color:var(--ink)}.search-alert-sms-note strong{color:var(--ink)}.search-alert-submit{width:100%;min-height:52px;font-size:16px}.search-alert-info-v128{position:relative;overflow:hidden}.search-alert-info-v128 h3{margin-bottom:12px}.search-alert-rule-list{display:grid;gap:10px;margin-top:14px}.search-alert-rule-list div{padding:12px 13px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 62%,var(--surface) 38%))}.search-alert-rule-list b{display:block;color:var(--ink);font-size:14px}.search-alert-rule-list span{display:block;margin-top:3px;color:var(--muted);font-size:12px;font-weight:720;line-height:1.42}
    @media(max-width:900px){.search-alert-layout-v128{grid-template-columns:1fr}.search-alert-hero-card{display:grid}.search-alert-hero-card .btn{width:max-content}.search-alert-box-head small{text-align:left}.search-alert-channels-v128 label{grid-template-columns:auto minmax(0,1fr)}}
    @media(max-width:620px){.search-alert-duration-options,.search-alert-price-v128{grid-template-columns:1fr}.search-alert-card-title{display:grid}.search-alert-card-title>span{width:max-content}.search-alert-channels-v128 label{grid-template-columns:auto minmax(0,1fr)}.search-alert-sms-channel em{grid-column:2/-1;width:max-content}.search-alert-hero-card{padding:14px}.search-alert-hero-card>div{align-items:flex-start}.search-alert-icon{width:42px;height:42px;border-radius:15px;font-size:21px}}
    /* V144: Mezatı Başlat tooltip her zaman butonun hemen üstünde */
    .paid-auction-start-btn,.paid-auction-start-link{position:relative;overflow:visible;isolation:isolate}
    .product-card,.pool-product-card,.paid-auction-public-card{overflow:visible}.product-card .p-media,.pool-product-card .p-media,.paid-auction-public-card .p-media{overflow:hidden;border-top-left-radius:24px;border-top-right-radius:24px}
    .paid-auction-start-label{display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:1}
    .paid-auction-start-tip{position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%,8px);width:min(280px,78vw);padding:10px 12px;border-radius:14px;background:var(--ink);color:#fff;font-size:12px;font-weight:800;line-height:1.35;box-shadow:0 12px 26px rgba(0,0,0,.22);z-index:999;text-align:left;white-space:normal;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .16s ease,transform .16s ease,visibility 0s linear .16s}
    .paid-auction-start-tip::before{content:"";position:absolute;left:50%;top:100%;transform:translateX(-50%);border:7px solid transparent;border-top-color:var(--ink)}
    .paid-auction-start-btn:hover .paid-auction-start-tip,.paid-auction-start-btn:focus-visible .paid-auction-start-tip,.paid-auction-start-link:hover .paid-auction-start-tip,.paid-auction-start-link:focus-visible .paid-auction-start-tip{opacity:1;visibility:visible;transform:translate(-50%,0);transition-delay:0s}

    /* V146: Üst bar bildirim sayacı ve okunabilir bildirim merkezi */
    .notification-center-link,.mobile-notify-btn{position:relative;display:inline-flex!important;align-items:center;gap:8px}
    .notify-count-badge{position:absolute;right:-7px;top:-8px;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:#d7261e;color:#fff;font-size:12px;font-weight:950;line-height:21px;text-align:center;box-shadow:0 0 0 2px var(--surface),0 8px 18px rgba(215,38,30,.28)}
    .notification-center-link.has-unread{border-color:color-mix(in srgb,#d7261e 38%,var(--line) 62%);background:color-mix(in srgb,#d7261e 8%,var(--surface) 92%)}
    .profile-notification-head-v146{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.profile-notification-head-v146 h3{margin:0}.profile-notification-list-v146{display:grid;gap:10px}.profile-notification-item-v146{border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--surface) 88%,transparent);overflow:hidden}.profile-notification-item-v146 summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px}.profile-notification-item-v146 summary::-webkit-details-marker{display:none}.profile-notification-item-v146 summary b{display:block;color:var(--ink)}.profile-notification-item-v146 summary small{display:block;color:var(--muted);font-weight:720}.profile-notification-item-v146 summary em{font-style:normal;font-size:12px;font-weight:900;color:var(--green);white-space:nowrap}.profile-notification-item-v146.is-unread{border-color:color-mix(in srgb,#d7261e 28%,var(--line) 72%);box-shadow:0 8px 18px rgba(215,38,30,.07)}.profile-notification-body-v146{border-top:1px solid var(--line);padding:13px 14px;display:grid;gap:10px}.profile-notification-body-v146 p{margin:0;color:var(--ink);font-weight:720;line-height:1.45}.profile-message-card-v145.unread{border-color:color-mix(in srgb,#d7261e 30%,var(--line) 70%)!important;box-shadow:0 8px 18px rgba(215,38,30,.07)!important}.profile-message-card-v145.unread .profile-message-head-v145 span:after{content:'Yeni';margin-left:7px;padding:3px 7px;border-radius:999px;background:#d7261e;color:#fff;font-size:10px;font-weight:950}
    @media(max-width:640px){.profile-notification-head-v146{display:grid}.notify-count-badge{right:-5px;top:-7px}.profile-notification-item-v146 summary{align-items:flex-start}.profile-notification-item-v146 summary em{padding-top:2px}}

    /* V150 rol bazlı sade menü */
    .role-nav{min-height:76px;display:grid;grid-template-columns:minmax(150px,220px) minmax(0,1fr) auto;gap:12px}.site-main-nav{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;overflow:hidden}.site-main-nav .nav-link{white-space:nowrap}.account-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;position:relative}.account-dropdown{position:relative}.account-dropdown-toggle{min-height:46px}.account-dropdown-menu{position:absolute;right:0;top:calc(100% + 9px);width:245px;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:8px;z-index:80;display:none}.account-dropdown.open .account-dropdown-menu{display:block}.account-dropdown-menu a,.account-dropdown-menu button{width:100%;border:0;background:transparent;color:var(--ink);text-align:left;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 12px;border-radius:13px;font-weight:900;cursor:pointer}.account-dropdown-menu a:hover,.account-dropdown-menu button:hover{background:color-mix(in srgb,var(--mustard-soft) 70%,var(--surface) 30%)}.account-dropdown-menu em{font-style:normal;min-width:24px;height:24px;border-radius:999px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:12px}.account-dropdown-menu small{color:var(--muted);font-size:17px}.role-context-wrap{padding-top:10px}.role-context-menu{display:flex;align-items:center;gap:8px;overflow-x:auto;border:1px solid var(--line);border-radius:20px;background:color-mix(in srgb,var(--surface) 84%,transparent);padding:9px;box-shadow:var(--shadow-soft);scrollbar-width:thin}.role-context-menu strong{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;padding:0 8px}.role-context-menu a{white-space:nowrap;padding:10px 12px;border:1px solid var(--line);border-radius:13px;background:var(--surface);font-weight:900;color:var(--ink)}.role-context-menu a.active,.role-context-menu a:hover{background:var(--green);border-color:var(--green);color:#fff}.menu-live-entry{display:none!important}@media(max-width:1040px){.role-nav{grid-template-columns:minmax(130px,190px) minmax(0,1fr);}.site-main-nav{order:3;grid-column:1/-1;justify-content:flex-start;overflow-x:auto;padding-bottom:2px}.account-actions{justify-self:end}}@media(max-width:760px){.role-nav{display:flex}.site-main-nav{display:none}.account-actions .notification-center-link,.account-actions .theme-btn{display:none}.account-dropdown-toggle{min-height:42px;padding:0 13px}.role-context-menu{border-radius:0;margin-left:-22px;margin-right:-22px;border-left:0;border-right:0}.mobile-bottom{grid-template-columns:repeat(5,1fr)!important}.mobile-bottom a:nth-child(n+6){display:none}}
  
.register-step-indicator-v187{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.register-step-indicator-v187 span{padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);font-weight:900;color:var(--muted);text-align:center}.register-step-indicator-v187 span.active{background:var(--green);color:#fff;border-color:var(--green)}.register-step-pane-v187{display:none;gap:10px}.register-step-pane-v187.active{display:grid}.register-actions-v187{display:flex;gap:10px;flex-wrap:wrap}.register-actions-v187 .btn{flex:1;min-width:150px}.seller-apply-warning-v187{padding:12px 14px;border:1px dashed color-mix(in srgb,var(--mustard) 65%,var(--line));border-radius:16px;background:color-mix(in srgb,var(--mustard) 10%,var(--surface) 90%);color:var(--muted);font-weight:800;line-height:1.45}.seller-apply-warning-v187 b{color:var(--ink)}.register-wizard-v187 .seller-register-extra{display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--surface-2) 75%,var(--surface) 25%)}

    /* V188 - Kayıt ekranı 3 adımlı kompakt yapı */
    .register-step-form-v188 .register-step-mini-note-v188{display:grid;gap:3px;padding:10px 12px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--green) 7%,var(--surface) 93%);color:var(--muted);font-weight:800}
    .register-step-form-v188 .register-step-mini-note-v188 b{color:var(--ink);font-size:14px}.register-step-form-v188 .register-step-mini-note-v188 small{font-size:12px;line-height:1.35}
    .register-step-form-v188 .register-seller-extra-v188[hidden],.register-step-form-v188 .register-buyer-final-v188[hidden]{display:none!important}
    .register-step-form-v188 .seller-form-row{grid-template-columns:1fr 1fr}.register-step-form-v188 textarea{min-height:58px}
    @media(max-width:560px){.register-step-indicator-v187{gap:6px}.register-step-indicator-v187 span{font-size:12px;padding:9px 7px}.register-step-form-v188 .seller-form-row{grid-template-columns:1fr}.register-step-form-v188 .register-actions-v187 .btn,.register-step-form-v188 .register-actions-v187 .primary,.register-step-form-v188 .register-actions-v187 .ghost{min-width:120px}}

/* V189 - Kayıt ekranı satıcı seçilince 4 kısa adım */
.register-step-form-v189 .register-step-indicator-v189{grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:7px;margin-bottom:10px}
.register-step-form-v189 .register-step-indicator-v189 span{padding:9px 8px;font-size:13px;line-height:1.15;min-height:42px;display:flex;align-items:center;justify-content:center}
.register-step-form-v189 .register-step-pane-v187{gap:9px}
.register-step-form-v189 label{gap:5px}
.register-step-form-v189 input,.register-step-form-v189 select,.register-step-form-v189 textarea{min-height:42px;padding:9px 12px}
.register-step-form-v189 textarea{min-height:48px;max-height:74px;resize:vertical}
.register-step-form-v189 .seller-register-extra{gap:8px;padding:10px 12px;border-radius:16px;margin:0}
.register-step-form-v189 .seller-apply-warning-v187{padding:10px 12px;border-radius:14px;font-size:13px;line-height:1.4}
.register-step-form-v189 .compact-warning-v189{font-size:12.5px}
.register-step-form-v189 .seller-form-row{gap:9px}
.register-step-form-v189 [hidden]{display:none!important}
.register-step-form-v189 .register-actions-v187{margin-top:2px}
.register-step-form-v189 .register-actions-v187 .btn,.register-step-form-v189 .register-actions-v187 .primary,.register-step-form-v189 .register-actions-v187 .ghost{min-height:42px}
@media(max-width:560px){.register-step-form-v189 .register-step-indicator-v189{gap:5px}.register-step-form-v189 .register-step-indicator-v189 span{font-size:11px;padding:7px 4px;min-height:38px}.register-step-form-v189 input,.register-step-form-v189 select,.register-step-form-v189 textarea{min-height:40px}.register-step-form-v189 .seller-form-row{grid-template-columns:1fr}.register-step-form-v189 .seller-register-extra{padding:9px}.register-step-form-v189 .register-step-mini-note-v188{padding:8px 10px}}


/* V190 - Kayıt ekranı hesap türü seçimi kompakt ve yan yana */
.register-step-form-v190 .compact-role-choice-v190{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
  padding:9px 10px;
  border-radius:16px;
  margin:4px 0 2px;
}
.register-step-form-v190 .compact-role-choice-v190>b{
  grid-column:1/-1;
  font-size:13px;
  line-height:1.1;
  margin-bottom:1px;
}
.register-step-form-v190 .compact-role-choice-v190>label{
  display:flex!important;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  min-height:36px;
  padding:7px 10px;
  margin:0;
  border:1px solid var(--line,#e1d4bc);
  border-radius:13px;
  background:color-mix(in srgb,var(--surface) 88%,var(--surface-2) 12%);
  font-size:13px;
  font-weight:900;
  line-height:1.1;
}
.register-step-form-v190 .compact-role-choice-v190 input[type="checkbox"]{
  width:17px!important;
  height:17px!important;
  min-width:17px!important;
  min-height:17px!important;
  max-width:17px!important;
  max-height:17px!important;
  padding:0!important;
  margin:0!important;
  flex:0 0 17px;
  accent-color:var(--green,#15935f);
}
.register-step-form-v190 .compact-role-choice-v190>small{
  grid-column:1/-1;
  display:block;
  margin:1px 0 0;
  padding:7px 9px;
  border-radius:12px;
  background:color-mix(in srgb,var(--mustard) 7%,var(--surface) 93%);
  color:var(--muted,#776b5c);
  font-size:11.2px;
  line-height:1.32;
  font-weight:750;
}
.register-step-form-v190 .compact-role-choice-v190+ .register-actions-v187{margin-top:1px}
@media(max-width:430px){
  .register-step-form-v190 .compact-role-choice-v190{grid-template-columns:1fr 1fr;gap:6px;padding:8px}
  .register-step-form-v190 .compact-role-choice-v190>label{min-height:34px;padding:6px 8px;font-size:12px}
  .register-step-form-v190 .compact-role-choice-v190>small{font-size:10.8px;padding:6px 8px}
}


/* V191 - Kayıt adım göstergesi tek satır, taşma engeli */
.register-step-form-v191,
.register-step-form-v191 *{box-sizing:border-box}
.register-step-form-v191{max-width:100%;overflow:hidden}
.register-step-form-v191 .register-step-indicator-v189{
  display:block!important;
  width:100%;
  max-width:100%;
  margin:0 0 8px;
  overflow:hidden;
}
.register-step-form-v191 .register-step-indicator-v189 span{
  display:none!important;
  width:100%;
  max-width:100%;
  min-height:38px;
  padding:8px 10px;
  border-radius:14px;
  font-size:13px;
  line-height:1.12;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
}
.register-step-form-v191 .register-step-indicator-v189 span.active{display:flex!important}
.register-step-form-v191 .seller-register-extra,
.register-step-form-v191 .seller-form-row,
.register-step-form-v191 label,
.register-step-form-v191 input,
.register-step-form-v191 select,
.register-step-form-v191 textarea{max-width:100%;min-width:0}
.register-step-form-v191 input,
.register-step-form-v191 select,
.register-step-form-v191 textarea{width:100%}
.register-step-form-v191 .seller-form-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.register-step-form-v191 .seller-register-extra{overflow:hidden;padding:9px 10px}
.register-step-form-v191 .seller-apply-warning-v187{font-size:12px;line-height:1.32;padding:9px 10px}
.register-step-form-v191 textarea{min-height:42px;max-height:62px}
.register-step-form-v191 .register-actions-v187{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  width:100%;
}
.register-step-form-v191 .register-actions-v187 .btn,
.register-step-form-v191 .register-actions-v187 .primary,
.register-step-form-v191 .register-actions-v187 .ghost{
  min-width:0!important;
  width:100%;
  padding-left:8px;
  padding-right:8px;
}
@media(max-width:430px){
  .register-step-form-v191 .seller-form-row{grid-template-columns:1fr}
  .register-step-form-v191 .register-step-indicator-v189 span{font-size:12px;min-height:36px;padding:7px 8px}
}




/* V192 - Kayıt kullanıcı adı canlı kontrolü ve şifre tekrar/göster */
.register-step-form-v192 .register-field-note-v192,
.register-step-form-v192 .password-tools-v192 small{display:block;min-height:16px;margin-top:4px;font-size:11.5px;line-height:1.25;font-weight:850;color:var(--muted,#776b5c)}
.register-step-form-v192 .register-field-note-v192.good,.register-step-form-v192 .password-tools-v192 small.good{color:var(--green,#15935f)}
.register-step-form-v192 .register-field-note-v192.bad,.register-step-form-v192 .password-tools-v192 small.bad{color:var(--red,#b93328)}
.register-step-form-v192 input.register-input-invalid-v192{border-color:var(--red,#b93328)!important;background:color-mix(in srgb,var(--red,#b93328) 7%,var(--surface,#fff7ea) 93%)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--red,#b93328) 13%,transparent)!important}
.register-step-form-v192 input.register-input-valid-v192{border-color:var(--green,#15935f)!important;background:color-mix(in srgb,var(--green,#15935f) 5%,var(--surface,#fff7ea) 95%)!important}
.register-step-form-v192 .password-tools-v192{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:-2px}
.register-step-form-v192 .password-tools-v192 button{min-height:32px!important;padding:0 10px!important;border-radius:11px!important;font-size:12px!important;line-height:1!important;flex:0 0 auto}
.register-step-form-v192 .password-tools-v192 small{text-align:right;flex:1}.register-step-form-v192 .password-row-v192{align-items:start}
@media(max-width:430px){.register-step-form-v192 .password-tools-v192{align-items:flex-start;flex-direction:column}.register-step-form-v192 .password-tools-v192 small{text-align:left}}

  
/* V196 - Hukuki metin kayıt onayı ve footer */
.register-legal-box-v196{border:1px solid var(--line-strong,#dec9a5);background:color-mix(in srgb,var(--surface,#fff7ea) 78%,#f5ead6 22%);border-radius:16px;padding:10px 12px;display:grid;gap:7px;margin:4px 0}
.register-legal-box-v196 b{font-size:13px;color:var(--ink,#191713)}
.register-legal-box-v196 p{margin:0;color:var(--muted,#716758);font-size:11.5px;font-weight:750;line-height:1.32}
.register-legal-links-v196{display:flex;flex-wrap:wrap;gap:6px}
.register-legal-links-v196 a{display:inline-flex;align-items:center;gap:3px;border:1px solid var(--line,#dfcdae);border-radius:999px;padding:5px 8px;background:var(--surface,#fffaf0);font-weight:900;font-size:11.5px;color:var(--ink,#191713)}
.register-legal-links-v196 a small{font-size:10px;color:var(--muted,#716758)}
.register-legal-check-v196{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:8px!important;font-size:11.5px!important;line-height:1.35!important;color:var(--ink-2,#3b3429)!important;font-weight:800!important}
.register-legal-check-v196 input{width:17px!important;height:17px!important;margin-top:1px;flex:0 0 auto;accent-color:var(--green,#188552)}
.site-footer-legal-v196{display:grid;gap:10px;text-align:center}.site-footer-legal-v196 nav{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.site-footer-legal-v196 a{border:1px solid var(--line,#decfb3);border-radius:999px;padding:6px 10px;background:color-mix(in srgb,var(--surface,#fffaf0) 72%,transparent);font-weight:900;color:var(--ink,#191713)}
.legal-page-grid-v196{display:grid;grid-template-columns:270px 1fr;gap:18px}.legal-page-menu-v196{display:grid;gap:8px;align-self:start;position:sticky;top:96px}.legal-page-menu-v196 a{padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:var(--surface);font-weight:900}.legal-page-menu-v196 a.active{background:var(--green);color:#fff;border-color:var(--green)}.legal-page-card-v196{padding:24px}.legal-page-body-v196{font-size:15px;line-height:1.72}.legal-page-body-v196 h3{font-size:20px;margin:20px 0 8px}.legal-meta-v196{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 18px}.legal-meta-v196 span{border:1px solid var(--line);border-radius:999px;padding:6px 10px;background:var(--surface);font-size:12px;font-weight:900;color:var(--muted)}
@media(max-width:800px){.legal-page-grid-v196{grid-template-columns:1fr}.legal-page-menu-v196{position:relative;top:auto;display:flex;overflow:auto}.legal-page-menu-v196 a{white-space:nowrap}}

  
/* V200 - Kayıt sayfası normal sayfada, popup sadece giriş için daha sade */

/* V433 - Kısa ve admin yönetimli kayıt akışı */
.register-page-form-v433 .register-dynamic-grid-v433{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;align-items:start}
.register-page-form-v433 .register-dynamic-field-v433{min-width:0}
.register-page-form-v433 .register-dynamic-field-v433:has(.role-choice),.register-page-form-v433 .register-dynamic-field-v433:has(.register-legal-box-v196),.register-page-form-v433 .register-dynamic-field-v433:has(.register-legal-check-v196),.register-page-form-v433 .register-dynamic-field-v433:has(.password-tools-v192){grid-column:1/-1}
.register-page-form-v433 .register-step-pane-v187{padding-top:2px}
.register-page-form-v433 .register-step-mini-note-v188{margin-bottom:10px}
.register-page-form-v433 [data-register-seller-field]{padding:10px;border:1px solid color-mix(in srgb,var(--green) 20%,var(--line));border-radius:16px;background:color-mix(in srgb,var(--green) 4%,var(--surface) 96%)}
.register-page-form-v433 [data-register-seller-field][hidden]{display:none!important}
@media(max-width:620px){.register-page-form-v433 .register-dynamic-grid-v433{grid-template-columns:1fr}.register-page-form-v433 .register-dynamic-field-v433{grid-column:1!important}}
.register-normal-page-v200 .wrap{max-width:860px}.register-normal-page-v200 .info-card{max-width:760px;margin:0 auto}.register-normal-page-v200 .auth-panel{box-shadow:none;background:transparent;border:0;padding:0}.register-normal-page-v200 .register-step-form-v187{max-width:100%}.register-page-form-v200 input:invalid,.register-page-form-v200 textarea:invalid,.register-page-form-v200 select:invalid{box-shadow:none}.company-required-v200::after{content:'Zorunlu';font-size:11px;font-weight:950;color:var(--mustard);margin-left:6px}.register-page-form-v200 input,.register-page-form-v200 textarea,.register-page-form-v200 select{width:100%;max-width:100%}#authModal .modal-card{max-height:min(560px,92vh);overflow:auto}#authModal .auth-form[data-auth-form="register"]{display:none!important}
@media(max-width:760px){.register-normal-page-v200 .wrap{padding:0 14px}.register-normal-page-v200 .info-card{padding:18px;border-radius:22px}.seller-form-row{grid-template-columns:1fr!important}}


/* V248 - İlk yükleme/Fouc düzeltmesi: satıcı profili, ürün satırları ve görseller en başta yüklenir */
.sellers-page .wrap{max-width:1180px!important}
.seller-store-page-v228,.seller-store-page-v229,.seller-store-page-v239,.seller-store-page-v240{max-width:1180px!important;margin:18px auto 22px!important;border:1px solid var(--line)!important;border-radius:32px!important;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 60%,var(--surface) 40%))!important;box-shadow:0 22px 60px rgba(54,41,21,.11)!important;overflow:hidden!important;box-sizing:border-box!important}
.seller-store-cover-v228,.seller-store-cover-v229,.seller-store-cover-v239,.seller-store-cover-v240,.seller-store-cover-v243{display:block!important;width:100%!important;height:162px!important;margin:0!important;border:0!important;border-radius:32px 32px 0 0!important;background-color:#f8efdc!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:center!important;position:relative!important;z-index:1!important;overflow:hidden!important;box-shadow:none!important}
.seller-store-cover-v240:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(255,250,240,.04),rgba(255,250,240,.26))!important;pointer-events:none!important}
.seller-store-card-v228,.seller-store-card-v229,.seller-store-card-v239,.seller-store-card-v240{position:relative!important;z-index:2!important;margin:0!important;padding:18px!important;border:0!important;border-top:1px solid color-mix(in srgb,var(--line) 72%,transparent)!important;border-radius:0 0 30px 30px!important;background:rgba(255,250,240,.96)!important;backdrop-filter:blur(8px)!important;box-shadow:none!important;box-sizing:border-box!important}
.seller-store-hero-v228,.seller-store-hero-v229{display:grid!important;grid-template-columns:minmax(0,1fr) 240px!important;gap:16px!important;align-items:start!important}
.seller-store-main-v228,.seller-store-main-v229{display:flex!important;align-items:flex-start!important;gap:14px!important;min-width:0!important}
.seller-store-avatar-v228,.seller-store-avatar-v229,.seller-store-avatar-v239{flex:0 0 76px!important;width:76px!important;height:76px!important;min-width:76px!important;max-width:76px!important;max-height:76px!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:22px!important;background:linear-gradient(135deg,var(--green),color-mix(in srgb,var(--green) 68%,#000 32%))!important;color:#fff!important;font-size:36px!important;font-weight:900!important;box-shadow:0 18px 30px rgba(27,137,80,.20)!important}
.seller-store-avatar-v228 img,.seller-store-avatar-v229 img,.seller-store-avatar-v239 img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:inherit!important}
.seller-store-copy-v228,.seller-store-copy-v229{min-width:0!important}.seller-store-copy-v228 h2,.seller-store-copy-v229 h2{font-size:clamp(34px,4.2vw,50px)!important;line-height:.95!important;margin:3px 0 6px!important;letter-spacing:-.055em!important;color:var(--ink)!important}.seller-store-copy-v228 p,.seller-store-copy-v229 p{margin:0!important;font-size:15px!important;line-height:1.45!important;max-width:720px!important;color:var(--muted)!important;font-weight:780!important}.seller-store-badges-v228,.seller-store-badges-v229{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-top:10px!important}.seller-store-badges-v228 span,.seller-store-badges-v229 span{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:0 12px!important;border:1px solid var(--line)!important;border-radius:999px!important;background:var(--surface)!important;font-size:12px!important;font-weight:850!important;color:var(--ink)!important}.seller-store-badges-v228 .is-ok,.seller-store-badges-v229 .is-ok{background:color-mix(in srgb,var(--green) 12%,var(--surface))!important;color:var(--green)!important;border-color:color-mix(in srgb,var(--green) 25%,var(--line))!important}
.seller-store-side-v228,.seller-store-side-v229{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;align-content:start!important}.seller-store-score-v228,.seller-store-score-v229{padding:12px 14px!important;border:1px solid var(--line)!important;border-radius:20px!important;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 55%,var(--surface) 45%))!important}.seller-store-score-v228 b,.seller-store-score-v229 b{display:block!important;font-size:31px!important;line-height:1!important;letter-spacing:-.055em!important}.seller-store-score-v228 small,.seller-store-score-v229 small{display:block!important;color:var(--muted)!important;font-weight:800!important}.seller-store-actions-v228,.seller-store-actions-v229{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.seller-store-actions-v228 .btn,.seller-store-actions-v229 .btn{width:100%!important;min-height:40px!important;font-size:13px!important;justify-content:center!important}
.seller-store-stat-row-v228,.seller-store-stat-row-v229{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(118px,1fr))!important;gap:8px!important;margin-top:14px!important}.seller-store-kpi-v228,.seller-store-kpi-v229{display:grid!important;align-content:center!important;min-height:72px!important;padding:10px 12px!important;border:1px solid var(--line)!important;border-radius:17px!important;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 52%,var(--surface) 48%))!important;color:var(--muted)!important}.seller-store-kpi-v228 b,.seller-store-kpi-v229 b{display:block!important;font-size:21px!important;line-height:1.05!important;color:var(--ink)!important}.seller-store-kpi-v228 small,.seller-store-kpi-v229 small{display:block!important;font-size:11px!important;line-height:1.15!important;color:var(--muted)!important;font-weight:850!important}
.seller-store-tabs-v228,.seller-store-tabs-v229{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-top:14px!important;padding:12px 0 0!important;border-top:1px solid var(--line)!important}.seller-store-tabs-v228 a,.seller-store-tabs-v229 a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 14px!important;border:1px solid var(--line)!important;border-radius:15px!important;background:var(--surface)!important;color:var(--ink)!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 8px 18px rgba(54,41,21,.05)!important}.seller-store-tabs-v228 a.active,.seller-store-tabs-v229 a.active{background:var(--green)!important;border-color:var(--green)!important;color:#fff!important;box-shadow:0 12px 24px rgba(27,137,80,.22)!important}
.seller-store-content-v229{max-width:1180px!important;margin:18px auto 0!important;padding:0 18px!important;box-sizing:border-box!important}.seller-store-content-v229 .section-head{margin-bottom:14px!important;padding-left:0!important;margin-left:0!important}.seller-store-content-v229 .section-head h2{font-size:34px!important;letter-spacing:-.05em!important}.seller-store-grid-v228,.seller-store-grid-v229{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.seller-box-v228,.seller-box-v229{padding:20px!important;border:1px solid var(--line)!important;border-radius:25px!important;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 50%,var(--surface) 50%))!important;box-shadow:0 12px 28px rgba(54,41,21,.06)!important}
.seller-contact-shell-v230{display:grid!important;grid-template-columns:minmax(320px,.95fr) minmax(420px,1.05fr)!important;gap:16px!important;align-items:start!important}.seller-contact-grid-v230{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 12px!important}.seller-contact-grid-v230 .wide{grid-column:1/-1!important}.seller-contact-grid-v230 label{display:grid!important;gap:8px!important;margin:0!important;min-width:0!important;font-weight:600!important;color:var(--muted)!important}.seller-contact-grid-v230 input,.seller-contact-grid-v230 select,.seller-contact-grid-v230 textarea{display:block!important;width:100%!important;box-sizing:border-box!important;border:1px solid var(--line)!important;border-radius:16px!important;background:var(--surface)!important;padding:12px 14px!important;font:inherit!important;color:var(--ink)!important;font-weight:540!important;min-height:50px!important}.seller-contact-grid-v230 textarea{min-height:150px!important;resize:vertical!important}.seller-contact-list-v230{display:grid!important;gap:12px!important}.seller-contact-list-v230 div{padding:14px 16px!important;border:1px solid var(--line)!important;border-radius:18px!important;background:var(--surface)!important}.seller-contact-list-v230 small{display:block!important;margin-bottom:8px!important;color:var(--muted)!important;font-weight:600!important}.seller-contact-list-v230 b{display:block!important;font-size:20px!important;font-weight:600!important;color:var(--ink)!important;line-height:1.25!important;white-space:pre-line!important}
.seller-stats-panel-v234{display:grid!important;gap:12px!important;margin-top:6px!important;padding:12px!important;border:1px solid color-mix(in srgb,var(--green) 14%,var(--line))!important;border-radius:22px!important;background:linear-gradient(145deg,color-mix(in srgb,var(--green) 5%,var(--surface) 95%),color-mix(in srgb,var(--surface-2) 52%,var(--surface) 48%))!important;box-shadow:0 14px 34px rgba(54,41,21,.075)!important}.seller-stats-hero-v234{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(220px,300px)!important;gap:12px!important;padding:13px 14px!important;border:1px solid var(--line)!important;border-radius:18px!important;background:rgba(255,250,240,.65)!important}.seller-stats-mini-v234{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.seller-stats-mini-v234 span{display:grid!important;min-height:72px!important;padding:10px!important;border:1px solid color-mix(in srgb,var(--green) 18%,var(--line))!important;border-radius:16px!important;background:var(--surface)!important}.seller-store-stats-grid-v234{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(136px,1fr))!important;gap:10px!important}.seller-store-stat-card-v234{position:relative!important;min-height:92px!important;border:1px solid var(--line)!important;border-radius:17px!important;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 58%,var(--surface) 42%))!important;box-shadow:0 8px 18px rgba(54,41,21,.055)!important;overflow:hidden!important}.seller-store-stat-inner-v234{display:grid!important;align-content:end!important;min-height:92px!important;padding:13px 14px!important}.seller-store-stat-inner-v234 b{display:block!important;font-size:clamp(24px,3vw,34px)!important;line-height:.95!important;letter-spacing:-.06em!important}.seller-store-stat-inner-v234 small{font-size:12.5px!important;font-weight:850!important;color:var(--muted)!important}
.seller-profile-product-row-v232{display:grid!important;grid-template-columns:96px minmax(0,1fr) auto!important;gap:14px!important;align-items:center!important;border:1px solid var(--line)!important;border-radius:22px!important;background:var(--surface)!important;box-shadow:0 10px 24px rgba(54,41,21,.06)!important;padding:12px!important;margin:0 0 12px!important;overflow:hidden!important}.seller-profile-product-media-v232{position:relative!important;width:96px!important;height:96px!important;min-width:96px!important;max-width:96px!important;max-height:96px!important;overflow:hidden!important;border-radius:18px!important;display:grid!important;place-items:center!important;background:color-mix(in srgb,var(--surface-2) 70%,#fff 30%)!important}.seller-profile-product-media-v232>a{display:block!important;width:100%!important;height:100%!important}.seller-profile-product-media-v232 img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover!important;object-position:center!important}.seller-profile-product-main-v232{min-width:0!important}.seller-profile-product-main-v232 h3{margin:0 0 5px!important;font-size:18px!important}.seller-profile-product-main-v232 p{margin:0!important;color:var(--muted)!important;font-weight:800!important}.seller-profile-product-meta-v232{display:flex!important;gap:10px!important;align-items:center!important;flex-wrap:wrap!important;margin-top:9px!important}.seller-profile-product-actions-v232{display:flex!important;gap:8px!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;min-width:280px!important}.seller-profile-product-stats-v232{grid-column:2/-1!important;min-width:0!important}.seller-own-statbar-v222{display:grid!important;grid-template-columns:repeat(8,minmax(58px,1fr)) minmax(150px,1.25fr)!important;gap:7px!important;align-items:stretch!important}.seller-own-statbar-v222 span{display:grid!important;gap:1px!important;min-width:0!important;padding:7px 9px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:color-mix(in srgb,var(--surface-2) 48%,var(--surface) 52%)!important;color:var(--muted)!important;font-size:11px!important;font-weight:850!important;line-height:1.12!important}.seller-own-statbar-v222 b{font-size:16px!important;color:var(--ink)!important;line-height:1!important}.seller-bid-popup-btn-v222{min-height:44px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:var(--surface)!important;color:var(--ink)!important;padding:7px 13px!important;font-weight:950!important;cursor:pointer!important;white-space:nowrap!important;box-shadow:0 7px 16px rgba(54,41,21,.05)!important}
.seller-own-product-row-v216{display:grid!important;grid-template-columns:100px minmax(220px,1fr) auto!important;gap:14px!important;align-items:center!important;border:1px solid var(--line)!important;border-radius:22px!important;background:var(--surface)!important;box-shadow:0 10px 24px rgba(54,41,21,.06)!important;padding:12px!important;overflow:hidden!important}.seller-own-media-v216{position:relative!important;width:100px!important;height:88px!important;min-width:100px!important;max-width:100px!important;max-height:88px!important;overflow:hidden!important;display:grid!important;place-items:center!important}.seller-own-media-v216 img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover!important;object-position:center!important}.seller-own-actions-v216{display:flex!important;gap:8px!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;min-width:280px!important}
.product-card img,.p-img img,.card-media img,.product-image img{max-width:100%!important;max-height:100%!important;object-fit:cover!important;display:block!important}.product-main-image-v226{display:grid!important;place-items:center!important;overflow:hidden!important;min-height:320px!important}.product-main-image-v226 img{width:100%!important;max-height:560px!important;object-fit:contain!important;display:block!important}.direct-product-media{height:150px!important;overflow:hidden!important;display:grid!important;place-items:center!important}.direct-product-media img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}.congrats-img-v129{width:140px!important;height:120px!important;overflow:hidden!important;display:grid!important;place-items:center!important}.congrats-img-v129 img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}
@media(max-width:940px){.seller-store-hero-v228,.seller-store-hero-v229{grid-template-columns:1fr!important}.seller-store-side-v228,.seller-store-side-v229{grid-template-columns:180px minmax(0,1fr)!important}.seller-store-actions-v228,.seller-store-actions-v229{grid-template-columns:repeat(3,minmax(0,1fr))!important}.seller-store-grid-v228,.seller-store-grid-v229,.seller-contact-shell-v230,.seller-stats-hero-v234{grid-template-columns:1fr!important}.seller-stats-mini-v234{grid-template-columns:repeat(3,minmax(0,1fr))!important}.seller-profile-product-row-v232{grid-template-columns:88px minmax(0,1fr)!important}.seller-profile-product-actions-v232{grid-column:1/-1!important;min-width:0!important;justify-content:flex-start!important}.seller-profile-product-stats-v232{grid-column:1/-1!important}.seller-own-statbar-v222{grid-template-columns:repeat(4,minmax(0,1fr))!important}.seller-bid-popup-btn-v222{grid-column:1/-1!important}}
@media(max-width:640px){.seller-store-cover-v228,.seller-store-cover-v229,.seller-store-cover-v239,.seller-store-cover-v240{height:118px!important;border-radius:24px 24px 0 0!important}.seller-store-card-v228,.seller-store-card-v229,.seller-store-card-v239,.seller-store-card-v240{padding:14px!important;border-radius:0 0 22px 22px!important}.seller-store-main-v228,.seller-store-main-v229{display:grid!important}.seller-store-avatar-v228,.seller-store-avatar-v229,.seller-store-avatar-v239{width:68px!important;height:68px!important;min-width:68px!important}.seller-store-side-v228,.seller-store-side-v229,.seller-store-actions-v228,.seller-store-actions-v229,.seller-contact-grid-v230{grid-template-columns:1fr!important}.seller-store-tabs-v228,.seller-store-tabs-v229{display:grid!important}.seller-store-tabs-v228 a,.seller-store-tabs-v229 a{width:100%!important}.seller-store-stat-row-v228,.seller-store-stat-row-v229,.seller-store-stats-grid-v234{grid-template-columns:repeat(2,minmax(0,1fr))!important}.seller-stats-mini-v234{grid-template-columns:repeat(3,minmax(0,1fr))!important}.seller-profile-product-row-v232{grid-template-columns:76px minmax(0,1fr)!important}.seller-profile-product-media-v232{width:76px!important;height:76px!important;min-width:76px!important;max-width:76px!important;max-height:76px!important}.seller-profile-product-actions-v232 .btn{flex:1 1 120px!important}.seller-own-statbar-v222{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
