:root{--bg:#0f1115;--panel:#161a22;--panel-2:#1e2330;--text:#e7eaee;--muted:#9aa4b2;--accent:#7dd3fc;--accent-2:#c4b5fd;--danger:#f87171;--border:#2a2f3b}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.header{display:grid;grid-template-columns:180px 1fr auto;grid-gap:20px;gap:20px;align-items:center;padding:20px 32px;border-bottom:1px solid var(--border);background:linear-gradient(120deg,#0f1115,#141824);position:-webkit-sticky;position:sticky;top:0;z-index:10;transition:transform .24s ease}.detail-view-theme-header,.light-public-theme-header{background:linear-gradient(180deg,#f4f5f3,#eff1ee);border-bottom-color:#d7ddda}.detail-view-theme-header .search input,.light-public-theme-header .search input{background:#f0f2ef;border-color:#d4d9d5;color:#2b3950}.detail-view-theme-header .btn.ghost,.detail-view-theme-header .mobile-top-btn,.detail-view-theme-header .notification-bell,.light-public-theme-header .btn.ghost,.light-public-theme-header .mobile-top-btn,.light-public-theme-header .notification-bell{border-color:#d4d9d5;background:#f3f4f2;color:#2b3950}.light-public-theme-header .header-create-btn{background:#e58b47;color:#fff7f0;border:1px solid #d27a39;font-weight:700}.detail-view-theme-shell{background:#e9ece8}.light-public-theme-shell.admin-shell{margin-top:0}.light-public-theme-header .logo{color:#6f9f89}.light-public-theme-shell{--bg:#e9ece8;--panel:#f6f7f4;--panel-2:#edf0ed;--text:#2c3a52;--muted:#8b96a8;--accent:#e58b47;--accent-2:#6f9f89;--border:#d5dcd7;background:#e9ece8}.light-public-theme-shell .card,.light-public-theme-shell .hero,.light-public-theme-shell .info-card,.light-public-theme-shell .panel,.light-public-theme-shell .tile{border-color:var(--border);box-shadow:0 8px 24px rgba(117,131,145,.08);background:linear-gradient(160deg,#f7f8f5,#eef1ed)}.light-public-theme-shell .card-image,.light-public-theme-shell .card-image-link{background-color:#e6ebe7}.light-public-theme-shell .section-title>span{color:#24354d;font-weight:700}.light-public-theme-shell .card-bid strong,.light-public-theme-shell .card-mobile-title,.light-public-theme-shell .card-title{color:#2a3a52}.light-public-theme-shell .card-bid span,.light-public-theme-shell .card-deadline .muted,.light-public-theme-shell .card-meta,.light-public-theme-shell .muted{color:#6d7f97}.light-public-theme-shell .card-preview-btn{background:#e58b47;color:#fff7f0;font-weight:700}.light-public-theme-shell .display-mode-preview strong,.light-public-theme-shell .display-mode-switch-row span.active,.light-public-theme-shell .profile-summary,.light-public-theme-shell .profile-summary>div{color:#2a3a52}.light-public-theme-shell .display-mode-preview,.light-public-theme-shell .display-mode-switch-row span,.light-public-theme-shell .hint,.light-public-theme-shell .profile-summary .muted{color:#667892}.light-public-theme-shell .section-view-all-btn{background:#f5f7f4;border-color:#cfd7d2;color:#2d3b51}.light-public-theme-shell .auction-countdown.good{color:#5f937d;border-color:rgba(111,159,137,.56);background:transparent}.light-public-theme-shell .auction-countdown.warn{color:#c97534;border-color:rgba(229,139,71,.62);background:transparent}.light-public-theme-shell .auction-countdown.danger{color:#c76868;border-color:hsla(0,46%,59%,.58);background:transparent}.light-public-theme-shell .auction-countdown.expired{color:#8a97a9;border-color:rgba(138,151,169,.52);background:transparent}.light-public-theme-shell .badge,.light-public-theme-shell .badge.muted{color:#667892;border-color:#cfd7d2;background:#edf1ee}.light-public-theme-shell .favorite-icon-btn{background:#f6f8f5;border-color:#cfd7d2;color:#3d4f69}.light-public-theme-shell .favorite-icon-btn.active{border-color:rgba(111,159,137,.72);background:rgba(111,159,137,.16);color:#2f7f58}.light-public-theme-shell .badge.warn{background:rgba(229,139,71,.2);border-color:rgba(229,139,71,.55);color:#ad5d22;font-weight:700}.light-public-theme-header .notification-badge{border-color:#d27a39;background:#e58b47;color:#fff7f0;font-weight:800}.logo{font-weight:700;letter-spacing:.3px}.search{width:100%;max-width:760px;justify-self:center}.search.search-with-create{max-width:920px;display:flex;align-items:center;gap:10px}.search input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--panel);color:var(--text)}.search.search-with-create input{flex:1 1}.header-create-btn{white-space:nowrap}.top-actions{display:flex;gap:10px;align-items:center}.mobile-top-actions{display:none}.mobile-top-btn{position:relative;width:40px;height:40px;border-radius:10px;border:1px solid var(--border);background:var(--panel);color:var(--text);cursor:pointer;display:grid;place-items:center;font-size:1rem;line-height:1}.mobile-top-btn.active{border-color:rgba(125,211,252,.6);background:rgba(125,211,252,.16)}.notifications-wrapper{position:relative}.notification-bell{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;border:1px solid var(--border);background:var(--panel);cursor:pointer}.notification-bell-icon{font-size:1.1rem;line-height:1;filter:saturate(1.3)}.notification-bell.ring .notification-bell-icon{animation:bellRing 1s ease-in-out}.notification-bell.has-alert{border-color:rgba(229,139,71,.72);box-shadow:0 0 0 2px rgba(229,139,71,.18)}@keyframes bellRing{0%{transform:rotate(0deg)}20%{transform:rotate(18deg)}40%{transform:rotate(-14deg)}60%{transform:rotate(10deg)}80%{transform:rotate(-6deg)}to{transform:rotate(0deg)}}.notification-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;border:1px solid rgba(250,204,21,.6);background:rgba(250,204,21,.2);color:#fde68a;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.notifications-popover{width:min(460px,calc(100vw - 40px));max-height:340px;overflow:auto}.notifications-popover,.profile-menu-popover{position:absolute;top:calc(100% + 8px);right:0;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:10px;box-shadow:0 16px 44px rgba(0,0,0,.32);z-index:30}.profile-menu-popover{width:min(320px,calc(100vw - 40px))}.light-public-theme-header .notifications-popover,.light-public-theme-header .profile-menu-popover{background:linear-gradient(160deg,#f8f9f6,#eef1ed);border-color:#d5dcd7;color:#2c3a52;box-shadow:0 16px 44px rgba(117,131,145,.18)}.profile-menu-list{display:grid;grid-gap:8px;gap:8px}.profile-menu-item{width:100%;text-align:left;border:1px solid var(--border);border-radius:10px;background:var(--panel-2);color:var(--text);cursor:pointer;padding:10px;font-size:.92rem}.profile-menu-item:hover{border-color:rgba(125,211,252,.45)}.notifications-list{display:grid;grid-gap:8px;gap:8px}.notification-row{width:100%;text-align:left;border:1px solid var(--border);border-radius:10px;background:var(--panel-2);color:var(--text);cursor:pointer;padding:10px;display:grid;grid-gap:6px;gap:6px}.light-public-theme-header .notification-row,.light-public-theme-header .profile-menu-item{background:#f0f3ef;border-color:#d7ded9;color:#2c3a52}.notification-row:hover{border-color:rgba(125,211,252,.45)}.notification-row.read{opacity:.72}.notification-row.primary-deal-action{border-color:rgba(229,139,71,.62);background:rgba(229,139,71,.12);box-shadow:0 0 0 1px rgba(229,139,71,.18)}.notification-row.primary-deal-action.read{opacity:1}.notification-row.primary-deal-action:hover{border-color:rgba(229,139,71,.72);background:rgba(229,139,71,.16)}.light-public-theme-header .notification-row.primary-deal-action{border-color:#df9a63;background:#fff4eb;box-shadow:0 0 0 1px rgba(229,139,71,.2)}.light-public-theme-header .notification-row.primary-deal-action:hover{border-color:#d88947;background:#ffefe2}.notification-title{font-size:.9rem;line-height:1.3}.notification-time{color:var(--muted);font-size:.78rem}.btn{background:var(--accent);color:#081018;border:0;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer}.btn.success{background:#86efac;color:#062912}.btn.danger{background:#f87171;color:#2b0b0b}.btn.ghost{background:transparent;border:1px solid var(--border);color:var(--text)}.btn:active{transform:translateY(1px)}.btn.small{padding:8px 12px;font-size:.9rem}.btn.xsmall{padding:6px 10px;font-size:.82rem}.btn.large{padding:12px 18px;font-size:1rem}.btn.full{width:100%;text-align:center}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.ghost.danger-outline{border-color:hsla(0,91%,71%,.6);color:#fecaca}.btn.ghost.favorite-btn.detail{display:inline-flex;align-items:center;gap:6px}.btn.ghost.favorite-btn.detail .favorite-heart{font-size:1.48rem;line-height:1}.btn.ghost.favorite-btn.detail .favorite-label{font-size:.86rem;font-weight:700;letter-spacing:.02em}.btn.ghost.favorite-btn.detail.active{border-color:rgba(134,239,172,.7);color:#bbf7d0;background:rgba(34,197,94,.18)}.favorite-icon-btn{width:40px;min-width:40px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:1.45rem;line-height:1}.favorite-icon-btn.active{border-color:rgba(134,239,172,.7);color:#bbf7d0;background:rgba(34,197,94,.18)}.favorite-icon-btn.overlay{width:48px;min-width:48px;height:48px;border-radius:999px;border-color:hsla(0,0%,100%,.3);background:rgba(10,14,22,.65);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-size:1.45rem}.input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:var(--panel-2);color:var(--text);margin-top:6px}.input:disabled{opacity:.6}.field{margin-bottom:16px;display:block}.error-field .input,.error-field select,.error-field textarea{border-color:#fca5a5}.app-shell{display:grid;grid-template-columns:240px 1fr;grid-gap:24px;gap:24px;padding:24px 32px 48px}.app-shell>*{min-width:0}.app-shell.admin-shell{grid-template-columns:1fr}.sidebar{position:-webkit-sticky;position:sticky;top:88px;align-self:start;background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:18px;height:calc(100vh - 130px);display:flex;flex-direction:column;justify-content:space-between}.detail-view-theme-sidebar,.light-public-theme-sidebar{background:#f3f5f2;border-color:#d4d9d5;box-shadow:0 8px 24px rgba(102,117,135,.08)}.detail-view-theme-sidebar .sidebar-title,.light-public-theme-sidebar .sidebar-title{color:#8a94a3;letter-spacing:.08em;text-transform:uppercase}.detail-view-theme-sidebar .sidebar-links a,.light-public-theme-sidebar .sidebar-links a{background:#edf0ed;color:#4f5f76;border:1px solid transparent}.detail-view-theme-sidebar .sidebar-links a.active,.light-public-theme-sidebar .sidebar-links a.active{border-color:#cfd7d2;background:#dde4de;color:#5f927f}.detail-view-theme-sidebar .btn,.light-public-theme-sidebar .btn{background:#e58b47;color:#fff7f0}.detail-view-theme-sidebar .btn.ghost,.light-public-theme-sidebar .btn.ghost{background:#f3f5f2;color:#2d3b51;border-color:#cfd7d2}.sidebar-top{display:grid;grid-gap:18px;gap:18px}.sidebar-bottom{display:grid;place-items:center}.sidebar-section{margin-top:8px}.sidebar-title{font-size:.9rem;color:var(--muted);margin-bottom:12px}.sidebar-links{display:grid;grid-gap:10px;gap:10px}.sidebar-links a{padding:8px 10px;border-radius:10px;background:var(--panel-2)}.sidebar-links a.profile-nav-link{display:flex;align-items:center;gap:10px}.sidebar-links a.with-badge{display:flex;justify-content:space-between;align-items:center;gap:8px}.sidebar-links a.profile-nav-link.with-badge{justify-content:flex-start}.sidebar-links a.profile-nav-link.with-badge .badge{margin-left:auto}.sidebar-link-icon{display:inline-flex;align-items:center;justify-content:center;color:currentColor;opacity:.95}.profile-nav-icon{width:18px;height:18px;display:block;stroke:currentColor}.sidebar-links a.active{border:1px solid var(--accent);background:rgba(125,211,252,.15)}.content{display:grid;grid-gap:28px;gap:28px}.content,.content>*{min-width:0}.hero{background:radial-gradient(circle at top left,rgba(125,211,252,.18),transparent 60%),var(--panel);border:1px solid var(--border);border-radius:18px;padding:26px;display:grid;grid-gap:14px;gap:14px;overflow:hidden}.hero h1{margin:0;font-size:2rem}.home-hero-title{overflow-wrap:anywhere;word-break:break-word;text-wrap:balance}.hero p{margin:0;color:var(--muted);max-width:720px}.section-title{display:flex;justify-content:space-between;align-items:center;font-weight:600}.section-title-actions{display:inline-flex;align-items:center;gap:8px}.section-view-all-btn{display:inline-flex;align-items:center;justify-content:center;min-width:98px;text-align:center}.section-view-all-mobile-text{display:none}.slider{display:grid;grid-auto-flow:column;grid-auto-columns:260px;grid-gap:16px;gap:16px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.slider::-webkit-scrollbar{height:6px}.slider::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.carousel-shell{position:relative;overflow:hidden;min-width:0}.carousel-track{--carousel-card-width:260px;display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;padding:2px 44px 8px;scroll-snap-type:x mandatory;scroll-padding-inline:44px;scroll-behavior:smooth;touch-action:manipulation;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;outline:none}.carousel-track>.card{flex:0 0 var(--carousel-card-width);width:var(--carousel-card-width);min-width:var(--carousel-card-width);max-width:var(--carousel-card-width);scroll-snap-align:start;scroll-snap-stop:always}.carousel-track::-webkit-scrollbar{display:none}.carousel-track.is-dragging{cursor:-webkit-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:999px;border:1px solid var(--border);background:rgba(15,17,21,.86);color:var(--text);display:none;place-items:center;cursor:pointer;z-index:5;font-size:1.8rem;line-height:1}.carousel-arrow.left{left:6px}.carousel-arrow.right{right:6px}.carousel-arrow:disabled{opacity:.35;cursor:default;pointer-events:none}.carousel-dots{display:none;justify-content:center;gap:8px;margin-top:10px}.carousel-dot{width:8px;height:8px;border-radius:999px;border:0;background:rgba(148,163,184,.55);cursor:pointer;transition:width .14s ease,background-color .14s ease}.carousel-dot.active{width:22px;background:var(--accent)}.carousel-shell.has-overflow .carousel-arrow{display:grid}.carousel-arrow:focus-visible,.carousel-dot:focus-visible,.carousel-track:focus-visible{outline:2px solid #fde68a;outline-offset:2px}.card{background:var(--panel);border:1px solid var(--border);border-radius:16px;overflow:hidden;position:relative;display:grid;grid-template-rows:150px 1fr;scroll-snap-align:start}.card.vip{border-color:rgba(196,181,253,.6);box-shadow:0 0 0 1px rgba(196,181,253,.2)}.card-image{background-size:cover;background-position:50%;width:100%;height:100%}.card-image-link{display:block;width:100%;height:100%}.vip-medal-badge{--vip-size:66px;position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--vip-size);height:var(--vip-size);border-radius:50%;background:radial-gradient(circle at 50% 36%,#111722 0,#06090f 56%,#020306 100%);border:3px solid #0a0f18;box-shadow:0 2px 0 rgba(4,7,12,.8),inset 0 0 0 2px hsla(43,73%,66%,.64),inset 0 0 0 7px rgba(8,11,17,.95),inset 0 0 18px rgba(0,0,0,.8)}.vip-medal-badge:before{content:"";position:absolute;inset:-10px;background:conic-gradient(from 0deg,#d6af47,#f7d488,#c99e35,#f1c768,#d6af47);-webkit-clip-path:polygon(50% 0,58% 12%,71% 4%,74% 18%,88% 12%,84% 26%,98% 26%,88% 36%,100% 50%,88% 64%,98% 74%,84% 74%,88% 88%,74% 82%,71% 96%,58% 88%,50% 100%,42% 88%,29% 96%,26% 82%,12% 88%,16% 74%,2% 74%,12% 64%,0 50%,12% 36%,2% 26%,16% 26%,12% 12%,26% 18%,29% 4%,42% 12%);clip-path:polygon(50% 0,58% 12%,71% 4%,74% 18%,88% 12%,84% 26%,98% 26%,88% 36%,100% 50%,88% 64%,98% 74%,84% 74%,88% 88%,74% 82%,71% 96%,58% 88%,50% 100%,42% 88%,29% 96%,26% 82%,12% 88%,16% 74%,2% 74%,12% 64%,0 50%,12% 36%,2% 26%,16% 26%,12% 12%,26% 18%,29% 4%,42% 12%);z-index:-2;filter:drop-shadow(0 1px 1px rgba(0,0,0,.55))}.vip-medal-badge:after{content:"";position:absolute;inset:8px;border-radius:50%;border:1px solid hsla(43,66%,65%,.78);box-shadow:inset 0 0 0 3px rgba(0,0,0,.86),inset 0 0 0 5px hsla(43,66%,65%,.55);pointer-events:none}.vip-medal-ribbons{bottom:-34px;width:56px;height:44px;display:flex;justify-content:space-between;gap:6px;z-index:-1;pointer-events:none}.vip-medal-ribbons,.vip-medal-ribbons:before{position:absolute;left:50%;transform:translateX(-50%)}.vip-medal-ribbons:before{content:"";top:0;width:16px;height:100%;border:1px solid rgba(18,21,28,.88);-webkit-clip-path:polygon(0 0,100% 0,86% 100%,50% 78%,14% 100%);clip-path:polygon(0 0,100% 0,86% 100%,50% 78%,14% 100%);box-shadow:0 2px 4px rgba(0,0,0,.36)}.vip-medal-ribbon,.vip-medal-ribbons:before{background:linear-gradient(90deg,#caa54f 0 12%,#05090f 12% 88%,#caa54f 88% 100%),linear-gradient(180deg,#3b4048,#03070d)}.vip-medal-ribbon{flex:1 1;border:1px solid rgba(18,21,28,.85);box-shadow:0 2px 4px rgba(0,0,0,.35)}.vip-medal-ribbon.left{-webkit-clip-path:polygon(0 0,100% 0,88% 100%,50% 72%,18% 100%);clip-path:polygon(0 0,100% 0,88% 100%,50% 72%,18% 100%)}.vip-medal-ribbon.right{-webkit-clip-path:polygon(0 0,100% 0,82% 100%,50% 72%,12% 100%);clip-path:polygon(0 0,100% 0,82% 100%,50% 72%,12% 100%)}.vip-medal-text{position:relative;z-index:1;font-size:1.32rem;font-weight:900;letter-spacing:.01em;color:#e5c36f;text-shadow:0 1px 0 rgba(0,0,0,.95),0 2px 1px rgba(45,33,11,.85),0 0 6px hsla(44,88%,70%,.2)}.vip-badge-image{display:block;width:72px;aspect-ratio:260/300;background-image:url(/assets/vip-badge-custom.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;filter:drop-shadow(0 7px 12px rgba(0,0,0,.35))}.card-vip-badge{top:4px;right:4px;width:62px}.card-vip-badge,.detail-gallery-vip-badge{position:absolute;z-index:3;pointer-events:none}.detail-gallery-vip-badge{top:12px;right:12px;width:90px}.card-body{padding:14px;display:grid;grid-gap:10px;gap:10px}.card-title{font-weight:600}.card-mobile-title{display:none}.card-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:.85rem}.card-meta.compact{justify-content:flex-start;gap:10px}.card-deadline{display:flex;justify-content:space-between;align-items:center;gap:8px}.auction-countdown{font-size:.78rem;font-weight:600;border-radius:999px;padding:3px 8px;border:1px solid transparent}.auction-countdown.warn{color:#c97534;border-color:rgba(229,139,71,.5);background:rgba(229,139,71,.16)}.auction-countdown.good{color:#5f937d;border-color:rgba(111,159,137,.5);background:rgba(111,159,137,.16)}.auction-countdown.danger{color:#fecaca;border-color:hsla(0,91%,71%,.55);background:hsla(0,91%,71%,.14)}.auction-countdown.expired{color:#cbd5e1;border-color:rgba(148,163,184,.38);background:rgba(148,163,184,.12)}.auction-countdown.blinking{animation:countdownBlink .85s linear infinite}@keyframes countdownBlink{0%,to{opacity:1}50%{opacity:.38}}.timer{margin-top:10px;margin-bottom:10px;color:var(--muted)}.card-bid{display:flex;justify-content:space-between;align-items:center}.live-bid-value{display:inline-grid;justify-items:end;gap:2px;text-align:right}.live-bid-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:600}.live-bid-amount{font-size:clamp(1.75rem,2.4vw,2.35rem);line-height:1;font-weight:800}.live-bid-badge{display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;font-size:.78rem;line-height:1.2;color:#bbf7d0;border:1px solid rgba(34,197,94,.6);background:rgba(34,197,94,.16);animation:liveBidPulse .55s ease-in-out infinite;transition:transform .2s ease,padding .2s ease,font-size .2s ease}.live-bid-badge.boosted{transform:scale(1.13);padding:3px 10px;font-size:.84rem}@keyframes liveBidPulse{0%,to{opacity:1}50%{opacity:.58}}.bid-history{position:relative}.bid-history-trigger{border:0;background:transparent;color:var(--text);text-decoration:underline;text-underline-offset:3px;cursor:pointer;font:inherit}.bid-history-popover{position:absolute;top:calc(100% + 8px);right:0;width:min(560px,92vw);border-radius:12px;border:1px solid var(--border);background:var(--panel);padding:10px;z-index:20;box-shadow:0 12px 24px rgba(0,0,0,.35)}.bid-history-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.bid-history-list{display:grid;grid-gap:6px;gap:6px;max-height:190px;overflow-y:auto;padding-right:4px}.bid-history-row{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--border);border-radius:8px;padding:6px 8px;background:rgba(30,35,48,.5)}.bid-history-table-head,.bid-history-table-row{display:grid;grid-template-columns:minmax(140px,1fr) minmax(190px,1.2fr) auto;grid-gap:10px;gap:10px;align-items:center;border-radius:8px;padding:6px 8px}.bid-history-table-head{font-size:.78rem;color:var(--muted);border:1px solid var(--border);background:rgba(20,24,34,.75)}.bid-history-table-row{border:1px solid var(--border);background:rgba(30,35,48,.5);font-size:.84rem}.card-actions{display:flex;gap:10px}.card-preview-btn{flex:1 1;text-align:center;padding:9px 12px}.card-actions.spaced{margin-top:12px;gap:14px}.bid-box{margin-top:12px;display:grid;grid-gap:8px;gap:8px}.bid-box-compact{margin-top:14px;padding:12px;border-radius:14px;border:1px solid rgba(125,211,252,.3);background:linear-gradient(145deg,rgba(24,31,45,.92),rgba(18,24,36,.86))}.bid-input-group{display:grid;grid-gap:6px;gap:6px}.bid-input-label{color:var(--text);font-weight:700;font-size:1rem;letter-spacing:.01em}.bid-input-compact{width:min(240px,100%)}.bid-actions-compact{margin-top:6px}.card-actions.spread{justify-content:space-between;width:100%;margin-bottom:16px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.offers-mobile-carousel{display:none}.home-single-card{display:grid;width:min(340px,100%)}.section-feed{margin-top:12px}.section-feed-status{margin:0;text-align:center}.section-feed-sentinel{width:100%;height:1px}.panel{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:20px}.muted{color:var(--muted);font-size:.85rem}.admin-shell{display:grid;grid-template-columns:260px 1fr;grid-gap:20px;gap:20px;margin-top:8px}.admin-sidebar{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:18px;height:-moz-fit-content;height:fit-content}.admin-title{font-weight:600;margin-bottom:12px}.admin-links{display:grid;grid-gap:10px;gap:10px}.admin-links a{padding:10px 12px;border-radius:12px;background:var(--panel-2);display:flex;justify-content:space-between;align-items:center}.admin-links a.with-badge{gap:8px}.admin-content{display:grid;grid-gap:20px;gap:20px}.admin-actions{display:flex;gap:10px}.input.small{padding:8px 10px;font-size:.9rem}.badge.warn{background:rgba(229,139,71,.16);border-color:rgba(229,139,71,.48);color:#dd9150}.badge.danger{background:hsla(0,91%,71%,.15);border-color:hsla(0,91%,71%,.4);color:#fecaca}.badge.vip{background:rgba(196,181,253,.15);border-color:rgba(196,181,253,.4);color:#e9d5ff}.badge.success{background:rgba(134,239,172,.15);border-color:rgba(134,239,172,.4);color:#bbf7d0}.badge.muted{background:rgba(148,163,184,.12);border-color:rgba(148,163,184,.3);color:#cbd5f5}.link{color:inherit}.warning-text{color:#fde68a}.login-submit-row{display:flex;align-items:center;gap:12px;margin-top:12px}.login-panel{width:min(100%,520px)}.login-panel-title{margin:0}.login-panel-subtitle{margin:-2px 0 14px;color:var(--muted)}.login-field{display:grid;grid-gap:6px;gap:6px;margin-bottom:14px;font-weight:600}.login-field .input{margin-top:0}.login-submit-btn{min-width:120px}.login-register-mobile-link{display:none;color:var(--accent);text-decoration:underline;text-underline-offset:3px}.light-public-theme-shell .login-panel{border-color:#cfd7d2;background:transparent;box-shadow:none}.light-public-theme-shell .login-panel-title{color:#2a3a52}.light-public-theme-shell .login-panel-subtitle{color:#6f7f95}.light-public-theme-shell .login-field{color:#425670}.light-public-theme-shell .login-field .input{background:#f5f7f4;border-color:#d4ddd8;color:#2b3a52}.light-public-theme-shell .login-field .input::placeholder{color:#9aa6b6}.light-public-theme-shell .login-field .input:focus-visible{outline:2px solid rgba(111,159,137,.38);outline-offset:1px;border-color:#6f9f89}.light-public-theme-shell .login-submit-btn{background:#6f9f89;border:1px solid #5f8c79;color:#f7fff9}.light-public-theme-shell .login-submit-btn:hover:not(:disabled){background:#5f8c79}.light-public-theme-shell .login-register-mobile-link{color:#5f8c79}.light-public-theme-shell .login-panel .error{color:#d46a46}.tabs{display:flex;gap:10px;margin:12px 0 16px}.tab{padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer}.tab.active{background:var(--panel-2);border-color:var(--accent)}.checkbox{display:flex;gap:10px;align-items:center;margin:12px 0}.checkbox input{width:18px;height:18px}.toggle{display:flex;align-items:center;gap:12px;margin:12px 0}.toggle input{display:none}.toggle .slider{width:46px;height:26px;background:var(--panel-2);border-radius:999px;border:1px solid var(--border);position:relative;cursor:pointer;transition:all .2s ease}.toggle .slider:after{content:"";width:20px;height:20px;background:var(--text);border-radius:50%;position:absolute;top:2px;left:2px;transition:all .2s ease}.toggle input:checked+.slider{background:var(--accent)}.toggle input:checked+.slider:after{left:22px;background:#081018}.password-row{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:center}.hint{display:block;font-size:.8rem;color:var(--muted);margin-top:6px}.file-list{margin-top:10px;display:grid;grid-gap:6px;gap:6px}.file-item{font-size:.82rem;color:var(--muted);background:rgba(30,35,48,.6);border:1px solid var(--border);border-radius:8px;padding:6px 8px}.create-image-grid{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:10px;gap:10px}.hidden-file-input{display:none}.create-image-preview{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:rgba(30,35,48,.55)}.create-image-preview img{width:100%;height:120px;object-fit:contain;display:block;background:#0b0d12}.create-image-meta{padding:8px;display:grid;grid-gap:6px;gap:6px}.create-image-meta span{font-size:.75rem;color:var(--muted);word-break:break-word}.create-image-add{min-height:166px;border:1px dashed rgba(125,211,252,.4);border-radius:10px;background:rgba(30,35,48,.4);color:var(--muted);display:grid;place-content:center;grid-gap:6px;gap:6px;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.create-image-add:hover{border-color:var(--accent);color:var(--text);background:rgba(30,35,48,.72)}.create-image-add-plus{font-size:1.9rem;line-height:1;color:var(--accent)}.light-public-theme-shell .create-panel{border-radius:20px;border:1px solid #d4dbd7;background:linear-gradient(160deg,#f8f9f6,#eef1ed);padding:30px;box-shadow:0 10px 26px rgba(117,131,145,.08)}.light-public-theme-shell .create-panel h2{font-size:clamp(2rem,2.8vw,3rem);color:#1f2f4c;letter-spacing:-.02em}.light-public-theme-shell .create-panel label{color:#1f2f4c;font-weight:700;display:block;margin-bottom:14px}.light-public-theme-shell .create-panel .hint{color:#8090a7;font-weight:500}.light-public-theme-shell .create-panel .input{background:#f0f3ef;border-color:#d5dcd7;color:#2d3c55;min-height:62px;border-radius:18px;margin-top:8px;font-size:1.06rem}.light-public-theme-shell .create-panel textarea.input{min-height:188px;resize:vertical}.light-public-theme-shell .create-panel input[type=number].input,.light-public-theme-shell .create-panel select.input{min-height:58px}.create-row-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.light-public-theme-shell .create-image-grid{margin-top:12px;display:flex;flex-wrap:wrap;gap:12px}.light-public-theme-shell .create-image-preview{width:190px;min-height:188px;border-color:#d7dfda;border-radius:16px;background:#edf0ec}.light-public-theme-shell .create-image-preview img{height:142px;background:#e5ebe6}.light-public-theme-shell .create-image-meta{padding:8px 10px 10px}.light-public-theme-shell .create-image-meta span{color:#6e7f96}.light-public-theme-shell .create-image-add{width:190px;min-height:188px;border:2px dashed #d0d8d3;border-radius:16px;background:#f2f5f1;color:#6e7f96}.light-public-theme-shell .create-image-add:hover{border-color:#6f9f89;color:#2f4964;background:#ebf2ec}.light-public-theme-shell .create-image-add-plus{width:52px;height:52px;border-radius:999px;background:#e3ece6;display:inline-grid;place-items:center;color:#2ca66f;margin:0 auto 4px;font-size:2rem}.create-actions{margin-top:18px;justify-content:flex-end;align-items:center;gap:10px}.create-preview-btn{min-height:52px}.create-submit-btn{min-height:56px;min-width:252px;border-radius:16px;background:#ff8a35;color:#fff6ef;font-size:1.15rem}.create-submit-btn:hover:not(:disabled){background:#f27f2c}.suggestions{margin-top:8px;display:flex;gap:8px;flex-wrap:wrap}.register-form label{display:block;margin-bottom:14px}.error{color:#fca5a5}.error.small{font-size:.8rem}.success{color:#86efac}.success.small{font-size:.8rem}.user-detail{display:grid;grid-template-columns:160px 1fr;grid-gap:20px;gap:20px;align-items:start}.admin-user-detail{grid-template-columns:220px minmax(0,1fr)}.user-detail img{width:160px;height:160px;border-radius:16px;object-fit:cover;border:1px solid var(--border)}.admin-user-avatar{width:190px!important;height:190px!important}.admin-user-avatar-clickable{cursor:zoom-in}.admin-user-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.vip-inline{color:#86efac;font-weight:700}@media (max-width:1200px){.admin-user-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-user-detail{grid-template-columns:1fr}}@media (max-width:820px){.admin-user-info-grid{grid-template-columns:1fr!important}}.profile-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:20px;gap:20px}.profile-left{display:grid;grid-gap:16px;gap:16px;align-content:start}.avatar-block{display:grid;grid-gap:10px;gap:10px;align-items:center;justify-items:center}.avatar-block img{width:210px;height:210px;border-radius:50%;object-fit:cover;border:1px solid var(--border)}.avatar-photo-wrap{position:relative;display:grid;place-items:center}.avatar-vip-badge{position:absolute;top:-8px;right:-8px;width:90px;pointer-events:none}.avatar-block input{display:none}.profile-summary{display:grid;grid-gap:12px;gap:12px;margin-left:80px}.profile-summary-head{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:4px}.profile-verification-badge{font-weight:600}.profile-status-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.profile-logout-btn{min-width:74px;padding:4px 10px}.profile-logout-btn-mobile{display:none}.profile-save-btn{width:33.333%}.display-mode-toggle{display:grid;grid-gap:10px;gap:10px}.display-mode-switch-row{display:flex;align-items:center;gap:10px}.display-mode-switch-row span{font-size:.85rem;color:var(--muted);transition:color .2s ease}.display-mode-switch-row span.active{color:var(--text);font-weight:600}.display-mode-switch{border:1px solid rgba(125,211,252,.35);width:56px;height:30px;border-radius:999px;background:var(--panel-2);padding:3px;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;transition:background .2s ease,box-shadow .2s ease,justify-content .2s ease;box-shadow:inset 0 0 0 1px rgba(125,211,252,.08)}.display-mode-switch.is-right{justify-content:flex-end;background:rgba(125,211,252,.2)}.display-mode-switch:hover{border-color:rgba(125,211,252,.6)}.display-mode-switch:focus-visible{outline:2px solid rgba(125,211,252,.9);outline-offset:2px}.display-mode-switch-knob{width:22px;height:22px;border-radius:50%;background:#dbe7f7;box-shadow:0 1px 6px rgba(0,0,0,.26)}.display-mode-preview{font-size:.85rem;color:var(--muted)}.display-mode-preview strong{color:var(--text)}.btn.active-mode{border-color:rgba(125,211,252,.7);background:rgba(125,211,252,.16)}.profile-name{font-weight:600}.profile-full{display:grid;grid-template-columns:220px 1fr;grid-gap:40px;gap:40px;align-items:center}.profile-tabs{display:grid;grid-gap:8px;gap:8px}.profile-tabs .tab{text-align:left}.profile-mobile-tabs,.profile-mobile-tabs-wrap{display:none}.profile-mobile-tab-badge{margin-left:6px}.profile-mobile-tab-icon-wrap{display:inline-flex;align-items:center}.profile-mobile-tab-icon{width:16px;height:16px;display:block;stroke:currentColor}.profile-mobile-tab-label{line-height:1}.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px;gap:14px}.tile{background:var(--panel-2);border:1px solid var(--border);border-radius:12px;display:grid;grid-gap:6px;gap:6px;min-height:170px}.product-tile,.tile{padding:12px;align-content:start}.product-tile{cursor:pointer;gap:10px;min-height:260px;grid-template-rows:150px 42px 26px 28px}.product-tile-wrap{display:grid;grid-gap:8px;gap:8px}.product-tiles{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;align-items:start}.product-thumb-wrap{width:100%;height:110px;border-radius:10px;border:1px solid var(--border);background:rgba(30,35,48,.75);display:grid;place-items:center;overflow:hidden}.product-thumb{width:100%;height:100%;object-fit:contain}.product-tile .card-image-link{width:100%;height:100%;border-radius:10px;border:1px solid var(--border);background:rgba(30,35,48,.75);display:block;overflow:hidden}.product-tile .card-image-link .card-image{width:100%;height:100%;background-size:cover;background-position:50%}.product-status{display:inline-flex;align-items:center;font-size:.8rem;font-weight:600;line-height:1.1;border-radius:999px;padding:4px 8px;width:-moz-fit-content;width:fit-content;border:1px solid transparent}.product-status.approved{color:#bbf7d0;background:rgba(134,239,172,.15);border-color:rgba(134,239,172,.4)}.product-status.pending{color:#fde68a;background:rgba(250,204,21,.14);border-color:rgba(250,204,21,.4)}.product-status.expired{color:#cbd5e1;background:rgba(148,163,184,.12);border-color:rgba(148,163,184,.3)}.product-status.removed{color:#fecaca;background:hsla(0,91%,71%,.15);border-color:hsla(0,91%,71%,.4)}.product-status.actionable-pulse{animation:actionableBadgePulse 1.9s ease-in-out infinite}@keyframes actionableBadgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.86;transform:scale(1.03)}}.tile-countdown{display:flex;justify-content:space-between;align-items:center;gap:8px;min-height:24px}.profile-deals-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px;align-items:stretch}.profile-deals-grid .deal-tile{position:relative;display:flex;flex-direction:column;gap:0;min-height:0;height:100%;padding:0;border-radius:18px;overflow:hidden}.profile-deals-grid .deal-tile.is-actionable{box-shadow:0 12px 28px rgba(112,129,150,.14)}.profile-deals-grid .deal-tile.is-payment-due{border-color:rgba(229,139,71,.7);box-shadow:0 0 0 1px rgba(229,139,71,.3),0 14px 28px rgba(229,139,71,.12)}.profile-deals-grid .deal-tile .card-image-link{height:240px;border:0;border-radius:0;position:relative;background:#e4e9e6}.profile-deals-grid .deal-tile .card-image{background-size:cover;background-position:50%}.deal-top-badge{position:absolute;top:12px;left:12px;z-index:2;display:inline-flex;align-items:center;border-radius:999px;padding:6px 12px;font-size:.84rem;font-weight:800;letter-spacing:.04em}.deal-top-badge.pending{background:#e58b47;color:#fff7f0}.deal-top-badge.buyer,.deal-top-badge.seller{background:#dfeee3;color:#2d7b55;border:1px solid rgba(111,159,137,.35)}.deal-body{display:flex;flex-direction:column;gap:12px;flex:1 1;padding:14px 16px 16px}.deal-title{margin:0;font-size:2rem;line-height:1.2;overflow-wrap:anywhere}.deal-meta-table{display:grid;grid-gap:0;gap:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:8px 0}.deal-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:36px}.deal-meta-label{color:var(--muted);font-size:.93rem}.deal-meta-value{font-weight:700;font-size:1.06rem;color:var(--text)}.deal-amount-value{font-size:2.15rem;line-height:1}.deal-status-label{color:var(--muted);font-size:.93rem;font-weight:700}.deal-status-strip{display:flex;align-items:center;gap:8px;border-radius:10px;padding:10px 12px;font-weight:700;line-height:1.2;min-height:40px}.deal-status-strip.warn{color:#bf621f;background:rgba(229,139,71,.16)}.deal-status-strip.success{color:#1e7751;background:rgba(111,159,137,.2)}.deal-status-strip.danger{color:#d54136;background:hsla(4,87%,70%,.16)}.deal-status-strip.neutral{color:#506078;background:rgba(143,157,177,.18)}.deal-status-strip-icon{font-size:.72rem}.deal-status-strip .auction-countdown{margin-left:auto;padding:0;border:0;border-radius:0;background:transparent;color:inherit;font-size:1rem}.deal-status-strip .auction-countdown.danger,.deal-status-strip .auction-countdown.expired,.deal-status-strip .auction-countdown.good,.deal-status-strip .auction-countdown.warn{border:0;background:transparent;color:inherit}.deal-status-prefix{opacity:.95}.deal-resolved-badge{width:-moz-fit-content;width:fit-content}.profile-deals-grid .deal-tile .tile-countdown{justify-content:flex-start;align-items:center;flex-direction:row;gap:6px}.profile-deals-grid .deal-tile .auction-countdown{white-space:nowrap}.profile-deals-grid .deal-tile .deal-card-actions{order:20;display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;margin-top:auto;width:100%}.profile-deals-grid .deal-tile .deal-card-actions .btn{width:100%;min-height:52px;font-size:1.03rem}.deal-primary-action{background:#e58b47;color:#fff7f0}.deal-passive-action{background:#e6ebf1;border:1px solid #d1d8e2;color:#8a98ad;opacity:1!important;cursor:default!important}.deal-secondary-actions{display:grid;grid-gap:8px;gap:8px}.deal-secondary-actions .btn{min-height:42px;font-size:.92rem}.user-offers-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.user-offers-grid .user-offer-tile{display:flex;flex-direction:column;gap:0;padding:0;min-height:0;border-radius:18px;overflow:hidden}.user-offers-grid .user-offer-tile .card-image-link{height:210px;border:0;border-radius:0}.user-offer-body{display:grid;grid-gap:10px;gap:10px;padding:12px 14px 14px}.user-offer-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.deal-issue-note{order:19;min-height:34px;margin:0}.deal-winning-amount{display:grid;grid-gap:2px;gap:2px;text-align:right}.deal-winning-label{font-size:1.02rem;font-weight:700;letter-spacing:.1px}.deal-winning-value{font-size:2rem;font-weight:800;line-height:1;color:#86efac}.admin-deals-grid{align-items:stretch}.admin-deals-grid .deal-tile{display:flex;flex-direction:column;gap:10px;min-height:470px;height:100%}.admin-deals-grid .deal-tile .product-thumb-wrap{height:170px}.admin-deals-grid .deal-tile .tile-countdown{justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:4px}.admin-deals-grid .deal-tile .auction-countdown{white-space:nowrap}.admin-deals-grid .deal-report-slot{margin-top:auto;min-height:28px;display:flex;align-items:center}.republish-note{font-size:.78rem;color:var(--muted);text-align:center}@media (max-width:980px){.profile-layout{grid-template-columns:1fr}}.admin-detail{display:grid;grid-template-columns:.8fr 1fr;grid-gap:20px;gap:20px;align-items:start}.admin-asset{max-width:360px}.admin-info,.image-edit-list{display:grid;grid-gap:10px;gap:10px}.image-edit-list{margin-top:12px}.image-edit-item{display:grid;grid-template-columns:72px 1fr;grid-gap:10px;gap:10px;align-items:center;border:1px solid var(--border);border-radius:10px;padding:8px;background:rgba(30,35,48,.6)}.image-edit-item img{width:72px;height:56px;object-fit:cover;border-radius:8px;border:1px solid var(--border)}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:22px;gap:22px}.info-item{background:linear-gradient(140deg,rgba(30,35,48,.9),rgba(22,26,34,.9));border:1px solid rgba(125,211,252,.2);border-radius:12px;padding:12px;display:grid;grid-gap:6px;gap:6px;box-shadow:0 6px 14px rgba(8,12,20,.25)}.info-label{font-size:.8rem;color:var(--muted)}.info-value{font-weight:600;overflow-wrap:anywhere;word-break:break-word}.info-value.small{font-size:.85rem;font-weight:500;color:var(--muted)}.info-card{margin-top:0;background:linear-gradient(140deg,rgba(30,35,48,.9),rgba(22,26,34,.9));border:1px solid rgba(125,211,252,.2);border-radius:14px;padding:16px;display:grid;grid-gap:8px;gap:8px;box-shadow:0 6px 14px rgba(8,12,20,.25)}.info-card.span-full{grid-column:1/-1}.preserve-wrap{white-space:pre-wrap;line-height:1.45}.clickable{cursor:pointer;display:block}.trend{font-size:.85rem;margin-top:6px;display:inline-block}.trend.up{color:#86efac}.trend.down{color:#fca5a5}.mini-chart{display:grid;grid-auto-flow:column;grid-gap:6px;gap:6px;align-items:end;height:60px;margin-top:10px}.mini-chart span{width:10px;background:rgba(125,211,252,.4);border-radius:6px}.online-users-list{margin-top:10px;display:grid;grid-gap:8px;gap:8px}.online-user-item{border:1px solid var(--border);background:rgba(30,35,48,.55);border-radius:10px;padding:8px 10px}.online-status-line{display:inline-flex;align-items:center;gap:8px;font-weight:600}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.status-dot.online{background:#22c55e;box-shadow:0 0 0 2px rgba(34,197,94,.2)}.status-dot.offline{background:#94a3b8;box-shadow:0 0 0 2px rgba(148,163,184,.2)}.admin-charts-grid{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px;gap:14px}.mini-chart-card{border:1px solid var(--border);border-radius:12px;background:rgba(30,35,48,.55);padding:12px}.mini-chart-title{font-weight:600;margin-bottom:10px}.big-chart{grid-template-columns:repeat(7,1fr);grid-gap:8px;gap:8px;height:130px}.big-chart,.big-chart-col{display:grid;align-items:end}.big-chart-col{grid-gap:5px;gap:5px;justify-items:center;height:100%}.big-chart-bar{width:18px;border-radius:6px;background:linear-gradient(180deg,rgba(125,211,252,.95),rgba(125,211,252,.2))}.big-chart-col small{font-size:.68rem;color:var(--muted)}.chat{display:grid;grid-gap:12px;gap:12px;margin-bottom:12px}.chat-line{padding:12px;border-radius:12px;background:var(--panel-2);border:1px solid var(--border)}.user-cell{display:flex;gap:10px;align-items:center}.user-cell img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:1px solid var(--border)}.detail{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:24px;gap:24px}.detail.detail-public{width:100%;max-width:1260px;margin-inline:auto;grid-template-columns:minmax(0,1fr) minmax(360px,430px);justify-content:center;align-items:start}.detail-public .detail-left{max-width:820px}.detail-public .detail-right{align-self:start}.detail-right-stack{display:grid;grid-gap:16px;gap:16px;align-self:start}.detail-public .detail-right{border-radius:22px;border:1px solid rgba(101,194,255,.24);background:radial-gradient(120% 160% at 0 0,rgba(26,57,94,.28),transparent 42%),linear-gradient(155deg,rgba(12,22,46,.98),rgba(9,16,33,.98))}.detail-view-theme-shell .detail.detail-public{--detail-light-bg:#eceeea;--detail-light-panel:#f6f7f4;--detail-light-panel-soft:#eef1ed;--detail-light-border:#d5dcd7;--detail-light-text:#2a3851;--detail-light-muted:#8b96a8}.detail-view-theme-shell .detail-campaign-panel,.detail-view-theme-shell .detail-public .detail-left>.info-card,.detail-view-theme-shell .detail-public .detail-right{border-color:var(--detail-light-border);background:linear-gradient(165deg,var(--detail-light-panel) 0,var(--detail-light-panel-soft) 100%);box-shadow:0 8px 24px rgba(117,131,145,.1)}.detail-view-theme-shell .detail-public .detail-campaign-panel h3,.detail-view-theme-shell .detail-public .detail-campaign-panel p,.detail-view-theme-shell .detail-public .info-value,.detail-view-theme-shell .detail-title{color:var(--detail-light-text)}.detail-view-theme-shell .detail-campaign-label,.detail-view-theme-shell .detail-kpi-label,.detail-view-theme-shell .detail-public .info-label,.detail-view-theme-shell .detail-public .muted,.detail-view-theme-shell .detail-serial{color:var(--detail-light-muted)}.detail-view-theme-shell .detail-bids-count,.detail-view-theme-shell .detail-date-row>span:last-child,.detail-view-theme-shell .detail-ended-label,.detail-view-theme-shell .detail-seller-name{color:#2a3a52}.detail-top-row{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px}.detail-title{margin:0;font-size:clamp(1.55rem,2.3vw,2.1rem);line-height:1.18}.detail-top-meta{display:grid;justify-items:end;grid-gap:8px;gap:8px}.detail-serial{font-size:.78rem;color:var(--muted);margin-bottom:10px;text-align:left;letter-spacing:.03em}.detail-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;border:1px solid transparent;font-size:.84rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.detail-status-badge.is-active{color:#5f937d;border-color:rgba(111,159,137,.5);background:rgba(111,159,137,.16)}.detail-status-badge.is-ended{color:#c97534;border-color:rgba(229,139,71,.52);background:rgba(229,139,71,.16)}.detail-status-badge.is-removed{color:#fecaca;border-color:hsla(0,91%,71%,.55);background:hsla(0,91%,71%,.18)}.detail-view-theme-shell .detail-status-badge{background:transparent}.detail-view-theme-shell .detail-status-badge.is-active{color:#5f937d;border-color:rgba(111,159,137,.58);background:transparent}.detail-view-theme-shell .detail-status-badge.is-ended{color:#c97534;border-color:rgba(229,139,71,.62);background:transparent}.detail-kpi-label{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#90a0b8;font-weight:600}.detail-timer-row{display:grid;grid-gap:8px;gap:8px;margin-bottom:14px}.detail-ended-label{color:#d1d8e5;font-weight:600}.detail-deadline-inline{justify-content:flex-start;width:-moz-fit-content;width:fit-content;border:1px solid rgba(101,194,255,.26);border-radius:10px;padding:6px 10px;background:rgba(27,40,68,.55)}.detail-view-theme-shell .detail-deadline-inline{border-color:#cfd7d2;background:transparent}.auction-deadline-box-wrap,.auction-deadline-boxes{display:flex;align-items:flex-start;gap:8px}.auction-deadline-box{width:62px;min-height:58px;border-radius:14px;border:1px solid #d5dcd7;background:#f1f3f0;display:grid;align-content:center;justify-items:center;padding:6px 4px}.detail-view-theme-shell .auction-deadline-box{background:transparent;border-color:#cfd7d2}.auction-deadline-box strong{font-size:2rem;line-height:1;font-weight:800;letter-spacing:-.01em}.auction-deadline-box small{margin-top:4px;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.auction-deadline-separator{font-size:1.25rem;font-weight:700;color:#9aa4b3;line-height:2.3rem}.auction-deadline-boxes.good .auction-deadline-box small,.auction-deadline-boxes.good .auction-deadline-box strong{color:#5f937d}.auction-deadline-boxes.warn .auction-deadline-box small,.auction-deadline-boxes.warn .auction-deadline-box strong{color:#c97534}.auction-deadline-boxes.danger .auction-deadline-box small,.auction-deadline-boxes.danger .auction-deadline-box strong{color:#c76868}.auction-deadline-boxes.expired .auction-deadline-box small,.auction-deadline-boxes.expired .auction-deadline-box strong{color:#8a97a9}.auction-deadline-boxes.blinking .auction-deadline-box{animation:countdownBlink .95s linear infinite}.detail-price-row{margin-top:0;margin-bottom:6px;align-items:flex-end;border:1px solid rgba(101,194,255,.2);border-radius:14px;padding:12px;background:rgba(12,21,39,.62)}.detail-view-theme-shell .detail-price-row{background:transparent;border-color:#cfd7d2}.detail-bids-block{display:grid;grid-gap:6px;gap:6px}.detail-bids-trigger{border:0;background:transparent;cursor:pointer;width:-moz-fit-content;width:fit-content;color:var(--text);text-decoration:none;padding:0}.detail-bids-count{font-size:1.15rem;font-weight:700}.detail-right .live-bid-label{font-size:.72rem;letter-spacing:.1em;color:#90a0b8}.detail-right .live-bid-amount{font-size:clamp(2.05rem,2.8vw,2.8rem)}.detail-view-theme-shell .detail-right .live-bid-amount{color:#293652}.detail-right .bid-box-compact{margin-top:14px;padding:16px;border:1px solid rgba(101,194,255,.25);border-radius:18px;background:linear-gradient(150deg,rgba(20,30,54,.82),rgba(12,20,38,.88))}.detail-view-theme-shell .detail-right .bid-box-compact{background:transparent;border-color:#d0d8d3}.detail-view-theme-shell .detail-right .bid-box-compact .input{background:#eef1ed;border-color:#d5dcd7;color:#2f3d54}.detail-view-theme-shell .detail-right .bid-box-compact .input::placeholder{color:#7f8ea4}.detail-view-theme-shell .detail-right .bid-box-compact .btn{background:#e58b47;color:#fff8f1}.detail-view-theme-shell .detail-right .bid-box-compact .btn:disabled{opacity:.86;background:#e8b997;color:#fff8f1}.detail-view-theme-shell .detail-right .bid-box-compact .btn.ghost{background:#f4f6f3;border-color:#cfd7d2;color:#2f3d54}.detail-view-theme-shell .detail-right .bid-box-compact .favorite-heart{font-size:1.75rem}.detail-view-theme-shell .detail-right .bid-box-compact .bid-input-label{color:#2f3d54}.detail-view-theme-shell .detail-right .bid-box-compact .warning-text{color:#be6f34}.detail-right .bid-input-compact{width:100%}.detail-right .bid-actions-compact{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.detail-right .bid-actions-compact .btn{width:100%;min-height:48px}.detail-right .bid-actions-compact .favorite-btn{justify-content:center}.detail-dates-card{margin-top:14px;display:grid;grid-gap:10px;gap:10px}.detail-view-theme-shell .detail-right .detail-dates-card{background:transparent;border-color:#d0d8d3}.detail-seller-row{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.detail-seller-label{color:var(--muted);font-size:.94rem}.detail-seller-name{margin-left:auto;text-align:right;font-weight:700}.detail-campaign-panel{border-radius:22px;border:1px solid rgba(101,194,255,.24);background:radial-gradient(120% 160% at 0 0,rgba(26,57,94,.28),transparent 42%),linear-gradient(155deg,rgba(12,22,46,.98),rgba(9,16,33,.98));display:grid;grid-gap:10px;gap:10px}.detail-campaign-panel h3{margin:0;font-size:1.9rem;line-height:1.2}.detail-campaign-label{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:#90a0b8;font-weight:700}.detail-campaign-btn{width:100%;min-height:48px;justify-content:center}.detail-view-theme-shell .detail-campaign-btn{border-color:#8ca797;color:#6d9f88;background:rgba(109,159,136,.1)}.detail-public .detail-left>.info-card{border-radius:20px;border-color:rgba(101,194,255,.2);background:radial-gradient(120% 160% at 0 0,rgba(26,57,94,.18),transparent 42%),linear-gradient(155deg,rgba(12,22,46,.9),rgba(9,16,33,.92))}.detail-date-row{display:flex;justify-content:space-between;gap:8px}.detail-category-row{display:inline-flex;align-items:center;gap:8px}.detail-mobile-campaign-card,.detail-mobile-dates-card,.detail-mobile-header,.detail-mobile-publish-card,.detail-mobile-stats{display:none}.detail-mobile-title{margin:0;font-size:clamp(1.4rem,4.8vw,1.9rem);line-height:1.2}.detail-mobile-share-btn{width:38px;height:38px;border-radius:50%;border:1px solid var(--border);background:rgba(19,25,37,.9);color:var(--text);padding:0;cursor:pointer}.detail-mobile-share-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.gallery{display:grid;grid-gap:12px;gap:12px}.gallery-head{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:2px}.gallery-count{font-size:.82rem;color:var(--muted);background:rgba(30,35,48,.75);border:1px solid var(--border);border-radius:999px;padding:4px 10px}.removed-product-panel{border:1px dashed #fca5a5;background:hsla(0,91%,71%,.08);border-radius:16px;min-height:420px;display:grid;place-items:center;padding:20px;text-align:center;grid-gap:14px;gap:14px}.removed-sticker{font-size:1.6rem;font-weight:700;color:#fecaca;border:2px solid hsla(0,91%,71%,.8);border-radius:12px;padding:12px 18px;background:hsla(0,91%,71%,.15)}.removed-product-note{color:var(--muted);max-width:460px}.gallery-main{--gallery-main-max-h:clamp(340px,48vw,560px);position:relative;border-radius:16px;border:1px solid var(--border);overflow:hidden;background:#0b0d12;width:100%;min-height:var(--gallery-main-max-h);display:flex;align-items:center;justify-content:center;cursor:zoom-in;touch-action:pan-y}.light-public-theme-shell .gallery-main,.light-public-theme-shell .gallery-main img,.light-public-theme-shell .gallery-main-image,.light-public-theme-shell .gallery-thumb-image,.light-public-theme-shell .gallery-thumb-preview{background:#e7ece7}.gallery-favorite-overlay{display:none;position:absolute;top:14px;right:14px;z-index:4}.detail-public .gallery-main{--gallery-main-max-h:clamp(380px,58vh,680px)}.admin-asset .gallery-main{--gallery-main-max-h:320px}.gallery-main img{display:block}.gallery-main img,.gallery-main-image{max-width:100%!important;max-height:var(--gallery-main-max-h)!important;width:auto!important;height:auto!important;object-fit:contain!important;object-position:center center;background:#0b0d12}.gallery-main-image{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:rgba(15,17,21,.7);color:var(--text);font-size:24px;display:grid;place-items:center;cursor:pointer}.gallery-nav.left{left:12px}.gallery-nav.right{right:12px}.gallery-thumbs-strip{display:grid;grid-auto-flow:column;grid-auto-columns:108px;grid-gap:10px;gap:10px;overflow-x:auto;padding-bottom:4px}.gallery-thumbs-strip::-webkit-scrollbar{height:6px}.gallery-thumbs-strip::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.thumb{height:84px;padding:0;border:1px solid transparent;background:#0b0d12;border-radius:12px;cursor:pointer;overflow:hidden;display:grid;place-items:center}.gallery-thumb-preview{background:#0b0d12;background-repeat:no-repeat;background-position:center 58%;background-size:cover}.gallery-thumb-image,.gallery-thumb-preview{width:100%;height:100%;display:block;border-radius:12px;border:1px solid var(--border)}.gallery-thumb-image{object-fit:cover;object-position:50% 58%;background:#0b0d12}.thumb.active{border-color:var(--accent)}.modal{position:fixed;inset:0;background:rgba(7,9,12,.85);display:grid;place-items:center;z-index:50}.modal-content{position:relative;max-width:90vw;background:var(--panel);padding:18px}.modal-content,.modal-content img{max-height:90vh;border-radius:16px;border:1px solid var(--border)}.modal-content img{width:100%;object-fit:contain}.modal-close{position:absolute;top:-14px;right:-14px;border:1px solid var(--border);background:var(--panel-2);color:var(--text);width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:22px;z-index:2;box-shadow:0 8px 20px rgba(0,0,0,.35)}.light-public-theme-shell .bid-history-popover,.light-public-theme-shell .modal-content{background:linear-gradient(160deg,#f8f9f6,#eef1ed);border-color:#d5dcd7;color:#2c3a52;box-shadow:0 16px 44px rgba(117,131,145,.18)}.light-public-theme-shell .bid-history-table-head,.light-public-theme-shell .bid-history-table-row{background:#f0f3ef;border-color:#d7ded9;color:#2c3a52}.create-preview-modal-content{width:min(1180px,94vw);max-height:92vh;overflow:auto}.create-preview-modal-content .modal-close{top:10px;right:10px;background:rgba(15,17,21,.96);border-color:rgba(125,211,252,.35)}.create-preview-modal-content .section-title{padding-right:52px;gap:10px}.create-preview-layout{grid-template-columns:minmax(360px,.92fr) minmax(420px,1fr)}.create-preview-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:960px){.create-preview-info-grid,.create-preview-layout{grid-template-columns:1fr}}.badge{display:inline-flex;align-items:center;padding:4px 10px;background:var(--panel-2);border:1px solid var(--border);border-radius:999px;font-size:.8rem;line-height:1.1}.footer{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px;padding:24px 32px 40px;border-top:1px solid var(--border);color:var(--muted)}.table{width:100%;border-collapse:collapse;font-size:.95rem}.table td,.table th{padding:12px 10px;border-bottom:1px solid var(--border);text-align:left}.table th{color:var(--muted);font-weight:500}.table-scroll-window{max-height:540px;overflow-y:auto}.table-scroll-window .table{margin:0}.pagination{margin-top:14px;display:flex;align-items:center;justify-content:flex-end;gap:10px}.disabled-link{pointer-events:none;opacity:.4}.pending-tabs{margin-top:14px;display:flex;gap:10px}.pending-tab{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;border:1px solid var(--border);background:var(--panel-2)}.pending-tab.active{border-color:rgba(125,211,252,.6);background:rgba(125,211,252,.14)}.row-link{cursor:pointer}.mobile-bid-sheet{display:none}.row-link:hover td{background:rgba(125,211,252,.08)}@media (min-width:981px) and (max-width:1360px){.home-content .carousel-shell{max-width:100%;overflow:hidden}.home-content .carousel-track{gap:12px;padding:2px 44px 8px;scroll-padding-inline:44px}}@media (max-width:980px){body,html{overflow-x:hidden}input,select,textarea{font-size:16px}.header{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"logo mobile-actions" "search search";gap:10px;padding:12px 14px}.header.mobile-hidden{transform:translateY(calc(-100% - 8px))}.logo{grid-area:logo;white-space:nowrap}.search{grid-area:search;max-width:100%;justify-self:stretch;margin-top:2px}.search,.search.search-with-create{display:none}.search.mobile-open,.search.search-with-create.mobile-open{display:block}.search input{padding:10px 12px}.header-create-btn,.top-actions{display:none}.mobile-top-actions{grid-area:mobile-actions;display:inline-flex;gap:8px;align-items:center;justify-self:end}.notification-bell.mobile{width:40px;height:40px}.notifications-wrapper.mobile .notifications-popover{right:0;width:min(92vw,360px);max-height:min(56vh,360px)}.notifications-wrapper.mobile .profile-menu-popover{right:0;width:min(92vw,320px);max-height:min(56vh,360px);overflow:auto}.app-shell{grid-template-columns:1fr;padding:16px 14px 28px}.app-shell>*{min-width:0}.sidebar{display:none}.content{gap:18px;min-width:0}.hero{padding:16px;gap:10px;width:100%;max-width:100%}.hero h1{font-size:1.4rem;line-height:1.2}.home-hero-title{font-size:clamp(.95rem,5.7vw,1.22rem);line-height:1.28;max-width:100%;letter-spacing:-.01em}.hero p{font-size:.9rem}.hero .card-actions{display:grid;grid-template-columns:1fr}.hero .card-actions .btn{width:100%}.panel{padding:14px}.login-register-mobile-link{display:inline-flex;align-items:center}.home-content .panel{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0!important}.home-content .section-title{padding:0 2px 6px}.home-content .carousel-shell{margin:0;touch-action:manipulation;max-width:100%;overflow:hidden}.section-title{gap:8px;flex-wrap:wrap}.section-title-actions{width:100%;justify-content:flex-end}.section-view-all-btn{min-width:0;padding:6px 10px;font-size:.8rem;line-height:1}.section-view-all-desktop-text{display:none}.section-view-all-mobile-text{display:inline;font-weight:700;letter-spacing:.01em}.carousel-track{gap:10px;padding:2px 8px 8px;scroll-padding-inline:8px}.carousel-track>.card{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 16px);width:calc(100% - 16px);max-width:none;scroll-snap-align:start}.home-content .carousel-track{gap:10px;padding:2px 14px 8px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:14px;touch-action:manipulation;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.home-content .carousel-track>.card{flex:0 0 86%;width:86%;min-width:min(280px,calc(100vw - 56px));max-width:340px;scroll-snap-align:center;scroll-snap-stop:always}.home-content .carousel-track::-webkit-scrollbar{display:none}.home-content .carousel-track .card-image-link{touch-action:manipulation}.home-content .carousel-track>.card:first-child{scroll-snap-align:start}.home-content .carousel-track>.card:last-child{scroll-snap-align:end}.profile-full{grid-template-columns:1fr;gap:14px;align-items:start}.profile-mobile-tabs-wrap{display:block;margin-bottom:10px}.profile-mobile-tabs{display:flex;align-items:center;gap:8px;margin-bottom:0;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}.profile-mobile-tabs::-webkit-scrollbar{display:none}.profile-mobile-tab{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:var(--panel-2);color:var(--text);font-weight:600;cursor:pointer;scroll-snap-align:start}.profile-mobile-tab.active{border-color:var(--accent);background:rgba(125,211,252,.15)}.avatar-block{gap:8px}.avatar-block img{width:min(42vw,164px);height:min(42vw,164px)}.profile-summary{margin-left:0;gap:10px}.profile-summary-head{flex-direction:column;align-items:flex-start}.profile-status-badges{width:100%}.profile-summary>div{overflow-wrap:anywhere}.profile-logout-btn-desktop{display:none}.profile-logout-btn-mobile,.profile-save-btn{width:100%}.profile-logout-btn-mobile{display:inline-block}.product-tiles{grid-template-columns:1fr;gap:12px;justify-items:center}.product-tile-wrap,.product-tiles>.tile.product-tile{width:min(340px,100%);max-width:100%}.product-tile-wrap>.tile.product-tile,.product-tiles>.tile.product-tile{background:var(--panel);border:1px solid var(--border);border-radius:16px;min-height:auto;padding:10px 12px 12px;gap:8px;grid-template-rows:220px auto auto auto;align-content:start}.product-tile-wrap>.tile.product-tile .card-image-link,.product-tiles>.tile.product-tile .card-image-link{height:220px;border-radius:12px}.product-tile-wrap>.tile.product-tile .card-image-link .card-image,.product-tiles>.tile.product-tile .card-image-link .card-image{background-size:cover;background-position:50%}.product-tile-wrap>.tile.product-tile strong,.product-tiles>.tile.product-tile strong{font-size:1rem;line-height:1.2;font-weight:700;overflow-wrap:anywhere}.product-tile-wrap>.tile.product-tile .tile-countdown,.product-tiles>.tile.product-tile .tile-countdown{min-height:24px}.profile-deals-grid{grid-template-columns:1fr;justify-items:center}.profile-deals-grid .deal-tile{width:min(360px,100%);max-width:100%;padding:0;gap:0}.profile-deals-grid .deal-tile .card-image-link{height:196px}.profile-deals-grid .deal-body{padding:12px;gap:10px}.profile-deals-grid .deal-amount-value,.profile-deals-grid .deal-title{font-size:1.95rem}.profile-deals-grid .deal-tile .deal-card-actions .btn{min-height:46px;font-size:.96rem}.user-offers-grid .user-offer-tile{width:min(360px,100%);max-width:100%}.user-offers-grid .user-offer-tile .card-image-link{height:196px}.offers-desktop-grid{display:none}.offers-mobile-carousel{display:block}.carousel-arrow{width:36px;height:36px;top:40%;font-size:1.35rem;background:rgba(15,17,21,.92);z-index:4;border-color:rgba(125,211,252,.35)}.carousel-arrow.left{left:2px}.carousel-arrow.right{right:2px}.card{grid-template-rows:auto 220px 1fr}.card-mobile-title{display:block;padding:10px 12px 6px;font-size:1rem;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-title{display:none}.card-body{padding:10px 12px 12px;gap:8px}.card-category{display:none}.detail,.detail.detail-public{grid-template-columns:1fr}.detail.detail-public{max-width:100%}.detail-top-row{flex-direction:column;gap:8px}.detail-top-meta{width:100%;justify-items:start}.detail-serial{text-align:left}.detail-deadline-inline{justify-content:flex-start}.admin-shell,.create-row-two,.detail-right-stack{grid-template-columns:1fr}.create-row-two{gap:0}.light-public-theme-shell .create-panel{padding:18px}.light-public-theme-shell .create-image-add,.light-public-theme-shell .create-image-preview{width:min(200px,100%)}.create-submit-btn{min-width:0;width:100%}}@media (max-width:760px){.detail-public{gap:16px}.detail-public .detail-left{max-width:100%;padding-bottom:calc(96px + env(safe-area-inset-bottom));display:grid;grid-gap:12px;gap:12px}.detail-public .detail-right,.detail-right-stack{display:none}.detail-mobile-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:2px}.detail-mobile-share-btn{flex:0 0 38px}.gallery{gap:10px}.gallery-head{display:none}.gallery-main{--gallery-main-max-h:min(62vh,420px);border-radius:20px}.gallery-nav{display:none}.gallery-thumbs-strip{grid-auto-columns:78px;gap:8px}.thumb{height:64px}.gallery-thumb-image,.gallery-thumb-preview,.thumb{border-radius:10px}.favorite-icon-btn.overlay{width:46px;min-width:46px;height:46px}.gallery-favorite-overlay{display:block}.detail-mobile-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:0}.detail-mobile-stat-card{border:1px solid rgba(125,211,252,.22);border-radius:14px;padding:12px;background:linear-gradient(145deg,rgba(21,27,39,.95),rgba(14,19,31,.9));display:grid;grid-gap:6px;gap:6px;min-height:86px}.detail-mobile-stat-label{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.detail-mobile-stat-value{font-size:1.25rem;font-weight:800;line-height:1.1}.detail-mobile-stat-value .auction-countdown{font-size:1.05rem;border-radius:999px;padding:4px 10px;width:-moz-fit-content;width:fit-content}.detail-mobile-campaign-card,.detail-mobile-publish-card{display:grid}.detail-mobile-campaign-card{margin-top:4px;gap:10px}.detail-mobile-publish-card{margin-top:4px;gap:8px}.detail-mobile-bids-card{padding:0}.detail-mobile-bids-trigger{width:100%;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;display:grid;grid-gap:6px;gap:6px;padding:12px;font:inherit}.detail-mobile-bids-trigger .detail-mobile-stat-value{text-align:left}.detail-mobile-bids-popover{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);right:auto;width:min(92vw,420px);max-height:min(70vh,440px);overflow-y:auto;z-index:70}.detail-view-theme-shell .detail-mobile-share-btn{border-color:#cfd7d2;background:#f4f6f3;color:#2d3b51}.detail-view-theme-shell .detail-mobile-title{color:#2a3a52;font-weight:800;letter-spacing:-.01em}.detail-view-theme-shell .favorite-icon-btn.overlay{border-color:#cfd7d2;background:rgba(246,248,245,.92);color:#2d3b51}.detail-view-theme-shell .favorite-icon-btn.overlay.active{border-color:rgba(111,159,137,.7);background:rgba(111,159,137,.18);color:#2f7f58}.detail-view-theme-shell .detail-mobile-stat-card{border-color:#d4dcd6;background:transparent}.detail-view-theme-shell .detail-mobile-stat-label{color:#7f8ea4}.detail-view-theme-shell .detail-mobile-stat-value{color:#2a3a52}.detail-view-theme-shell .detail-mobile-stat-value .auction-countdown.good{border-color:rgba(111,159,137,.5);background:transparent;color:#5f937d}.detail-view-theme-shell .detail-mobile-stat-value .auction-countdown.warn{border-color:rgba(229,139,71,.52);background:transparent;color:#c97534}.detail-view-theme-shell .detail-mobile-campaign-card .detail-campaign-label{color:#7f8ea4}.detail-view-theme-shell .detail-mobile-campaign-card h3,.detail-view-theme-shell .detail-mobile-campaign-card p{color:#2a3a52}.detail-view-theme-shell .detail-mobile-campaign-card .btn{background:#6f9f89;border:1px solid #5f8c79;color:#f7fff9}.mobile-bid-sheet{display:block;position:fixed;left:0;right:0;bottom:0;z-index:42;padding:0;pointer-events:none}.mobile-bid-sheet-inner{pointer-events:auto;border:1px solid rgba(125,211,252,.28);border-bottom:0;border-radius:18px 18px 0 0;box-shadow:0 14px 28px rgba(0,0,0,.35);overflow:hidden;transition:transform .22s ease;will-change:transform}.mobile-bid-sheet-gap-fill,.mobile-bid-sheet-inner{margin:0 10px;background:linear-gradient(150deg,rgba(18,24,36,.97),rgba(12,17,28,.98))}.mobile-bid-sheet-gap-fill{border-left:1px solid rgba(125,211,252,.28);border-right:1px solid rgba(125,211,252,.28);pointer-events:none}.mobile-bid-sheet-inner.dragging{transition:none}.mobile-bid-sheet-inner.closing{transition:transform .18s ease-out}.mobile-bid-sheet-drag-zone{touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-bid-sheet-handle-zone{display:grid;place-items:center;padding-top:10px;padding-bottom:10px}.mobile-bid-sheet-handle{width:42px;height:4px;border-radius:999px;background:rgba(148,163,184,.45)}.mobile-bid-sheet-meta-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);grid-gap:10px;gap:10px;padding:0 12px 8px}.mobile-bid-sheet-meta-block{display:grid;grid-gap:4px;gap:4px}.mobile-bid-sheet-meta-right{text-align:right;justify-items:end}.mobile-bid-sheet-meta-label{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.mobile-bid-sheet-price{font-size:1.55rem;line-height:1}.mobile-bid-sheet-last{font-size:.84rem;line-height:1.3;color:var(--muted)}.mobile-bid-sheet-last.leading{color:#86efac}.mobile-bid-sheet-form-row{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;padding:0 10px 10px}.mobile-bid-sheet-form-row-login{grid-template-columns:1fr}.mobile-bid-input{margin-top:0;min-height:50px;font-size:1.05rem}.mobile-bid-btn{min-height:56px;min-width:0;width:100%;border-radius:12px;font-size:1.06rem}.mobile-bid-sheet.expanded .mobile-bid-sheet-inner{min-height:248px;display:flex;flex-direction:column;padding-bottom:0}.mobile-bid-sheet.expanded .mobile-bid-sheet-form-row{margin-top:auto;padding-top:10px;padding-bottom:10px}.mobile-bid-sheet .small{margin:0;padding:0 12px 8px}.mobile-bid-sheet-collapsed-row{padding:10px}.mobile-bid-sheet-collapsed-row .mobile-bid-btn{width:100%}.detail-view-theme-shell .mobile-bid-sheet-inner{border-color:#cfd7d2;background:linear-gradient(165deg,#f7f8f5,#edf1ee);box-shadow:0 12px 24px rgba(117,131,145,.22)}.detail-view-theme-shell .mobile-bid-sheet-gap-fill{border-left-color:#cfd7d2;border-right-color:#cfd7d2;background:linear-gradient(165deg,#f7f8f5,#edf1ee)}.detail-view-theme-shell .mobile-bid-sheet-handle{background:rgba(107,123,145,.42)}.detail-view-theme-shell .mobile-bid-sheet-last,.detail-view-theme-shell .mobile-bid-sheet-meta-label{color:#7f8ea4}.detail-view-theme-shell .mobile-bid-sheet-price{color:#2a3a52}.detail-view-theme-shell .mobile-bid-sheet .success,.detail-view-theme-shell .mobile-bid-sheet-last.leading{color:#2f7f58}.detail-view-theme-shell .mobile-bid-sheet .success.small{font-weight:700;border:1px solid rgba(111,159,137,.45);border-radius:10px;background:rgba(111,159,137,.12);padding:8px 10px}.detail-view-theme-shell .mobile-bid-input{background:#edf1ee;border-color:#d5dcd7;color:#2f3d54}.detail-view-theme-shell .mobile-bid-input::placeholder{color:#7f8ea4}.detail-view-theme-shell .mobile-bid-btn{background:#e58b47;color:#fff7f0;border:1px solid #d27a39}.detail-view-theme-shell .mobile-bid-btn:disabled{background:#e8b997;border-color:#ddb08f;color:#fff7f0;opacity:.9}}@media (min-width:1200px){.carousel-track,.home-content .carousel-track{--carousel-card-width:260px;gap:16px}.carousel-track>.card,.home-content .carousel-track>.card{flex:0 0 var(--carousel-card-width);width:var(--carousel-card-width);min-width:var(--carousel-card-width);max-width:var(--carousel-card-width)}}@media (min-width:900px) and (max-width:1199px){.carousel-track,.home-content .carousel-track{--carousel-card-width:240px;gap:14px}.carousel-track>.card,.home-content .carousel-track>.card{flex:0 0 var(--carousel-card-width);width:var(--carousel-card-width);min-width:var(--carousel-card-width);max-width:var(--carousel-card-width)}}@media (min-width:600px) and (max-width:899px){.carousel-track,.home-content .carousel-track{--carousel-card-width:220px;gap:12px;padding:2px 40px 8px;scroll-padding-inline:40px}.carousel-track>.card,.home-content .carousel-track>.card{flex:0 0 var(--carousel-card-width);width:var(--carousel-card-width);min-width:var(--carousel-card-width);max-width:var(--carousel-card-width)}}@media (max-width:599px){.carousel-shell,.home-content .carousel-shell{max-width:100%;overflow:hidden}.carousel-track,.home-content .carousel-track{gap:10px;padding:2px 44px 8px 2px;scroll-padding-inline:2px}.carousel-track>.card,.home-content .carousel-track>.card{flex:0 0 86%;width:86%;min-width:min(280px,calc(100vw - 56px));max-width:340px}.carousel-shell.has-overflow .carousel-dots{display:flex}}@font-face{font-family:__Space_Grotesk_49a339;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Space_Grotesk_49a339;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Space_Grotesk_49a339;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Space_Grotesk_49a339;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Space_Grotesk_49a339;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Space_Grotesk_49a339;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Space_Grotesk_49a339;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Space_Grotesk_49a339;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Space_Grotesk_49a339;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Space_Grotesk_49a339;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Space_Grotesk_49a339;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Space_Grotesk_49a339;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Space_Grotesk_Fallback_49a339;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_49a339{font-family:__Space_Grotesk_49a339,__Space_Grotesk_Fallback_49a339;font-style:normal}