:root{--ink:#171612;--paper:#f6f3eb;--white:#fff;--orange:#ff5a1f;--yellow:#ffd84a;--muted:#706d65;--line:#dcd7cb;--green:#16865c;--shadow:0 18px 50px rgba(26,22,12,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}.topbar,main,footer{max-width:1180px;margin:auto}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--line)}.brand{display:flex;gap:10px;align-items:center;color:var(--ink);text-decoration:none;font-weight:800;letter-spacing:-.04em;font-size:22px}.brand strong{color:var(--orange)}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;color:white;background:var(--orange);font-size:24px;font-weight:900}.telegram-link{color:var(--ink);text-decoration:none;font-weight:750;border-bottom:2px solid var(--ink);padding:8px 0}.telegram-link span,.telegram-cta a span{color:var(--orange)}main{padding:0 24px}.hero{min-height:430px;padding:78px 0 60px;display:grid;grid-template-columns:1fr 310px;gap:80px;align-items:center}.eyebrow{margin:0 0 14px;font-size:12px;letter-spacing:.16em;font-weight:850;color:var(--orange)}h1{font-size:clamp(48px,7vw,88px);line-height:.91;letter-spacing:-.07em;margin:0;max-width:800px}h1 em{font-family:Georgia,serif;font-weight:400;color:var(--orange)}.hero-text{max-width:560px;font-size:19px;line-height:1.55;color:var(--muted);margin:28px 0 0}.live-card{background:var(--ink);color:white;padding:27px;border-radius:4px;box-shadow:12px 12px 0 var(--yellow);transform:rotate(1.2deg)}.live{font-size:10px;font-weight:850;letter-spacing:.14em;color:#d9d5ca;display:flex;gap:8px;align-items:center;margin-bottom:25px}.live i{display:block;width:8px;height:8px;border-radius:50%;background:#5bea99;box-shadow:0 0 0 4px #5bea9920}.live-card div{display:flex;align-items:baseline;justify-content:space-between;border-top:1px solid #3e3b34;padding:17px 0}.live-card strong{font-size:36px;letter-spacing:-.06em}.live-card small{color:#aaa69d}.trustbar{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:#efebe1;margin-bottom:85px}.trustbar span{padding:18px 22px;font-size:13px;font-weight:750;border-right:1px solid var(--line)}.trustbar span:last-child{border:0}.trustbar b{font-size:10px;color:var(--orange);margin-right:12px}.catalog{padding-bottom:90px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px}.section-head h2,.telegram-cta h2{font-size:clamp(32px,4vw,52px);line-height:1;letter-spacing:-.055em;margin:0}.search{width:285px;height:48px;background:white;border:1px solid var(--line);display:flex;align-items:center;gap:10px;padding:0 15px}.search span{font-size:24px}.search input{border:0;outline:0;background:transparent;width:100%;font:inherit}.filters{display:flex;gap:8px;margin:34px 0 30px;overflow:auto;padding-bottom:3px}.filter{border:1px solid var(--ink);background:transparent;border-radius:99px;padding:9px 18px;font-weight:750;cursor:pointer;white-space:nowrap}.filter.active,.filter:hover{background:var(--ink);color:white}.featured{background:var(--white);border:1px solid var(--line);display:grid;grid-template-columns:minmax(290px,1fr) 1fr;margin-bottom:22px;box-shadow:var(--shadow)}.featured-media{min-height:410px;background:#eee;position:relative;overflow:hidden}.featured-media img{width:100%;height:100%;position:absolute;object-fit:cover}.discount{position:absolute;top:16px;left:16px;background:var(--yellow);color:var(--ink);font-weight:900;padding:9px 12px;font-size:14px;z-index:1}.featured-body{padding:46px;display:flex;flex-direction:column;justify-content:center}.source{font-size:11px;letter-spacing:.13em;font-weight:850;text-transform:uppercase;color:var(--orange)}.featured h3{font-size:clamp(28px,3vw,43px);line-height:1.08;letter-spacing:-.045em;margin:13px 0 25px}.price{font-size:36px;letter-spacing:-.05em;font-weight:900}.was{font-size:13px;color:var(--muted);text-decoration:line-through;margin-left:8px}.meta{color:var(--muted);font-size:13px;margin:10px 0 26px}.buy{display:flex;justify-content:center;align-items:center;background:var(--orange);color:white;text-decoration:none;font-weight:900;padding:16px 22px;transition:.2s}.buy:hover{background:#e8470e;transform:translateY(-2px)}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.offer-card{background:white;border:1px solid var(--line);min-width:0;transition:.2s}.offer-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.offer-media{aspect-ratio:1.18;background:#ece9e1;position:relative;overflow:hidden}.offer-media img{width:100%;height:100%;object-fit:cover;transition:.3s}.offer-card:hover img{transform:scale(1.03)}.offer-body{padding:20px}.offer-card h3{font-size:18px;line-height:1.3;letter-spacing:-.025em;margin:9px 0 18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:47px}.offer-card .price{font-size:27px}.offer-card .buy{margin-top:18px}.empty{text-align:center;padding:70px 20px;border:1px dashed var(--line)}.empty span{font-size:40px}.empty h3{margin:12px 0 5px}.empty p{color:var(--muted);margin:0}.telegram-cta{background:var(--yellow);padding:44px 50px;margin:0 0 80px;display:flex;align-items:center;justify-content:space-between;gap:30px}.telegram-cta .eyebrow{color:var(--ink)}.telegram-cta a{background:var(--ink);color:white;text-decoration:none;padding:16px 23px;font-weight:850;white-space:nowrap}footer{padding:35px 24px 50px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 2fr auto;align-items:center;gap:40px}.footer-brand{font-size:18px}.footer-brand .brand-mark{width:30px;height:30px;font-size:18px}footer p{font-size:12px;line-height:1.5;color:var(--muted);margin:0}footer small{color:var(--muted)}
.filters{margin-bottom:18px}.filter-panel{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;padding:18px;background:#efebe1;border:1px solid var(--line)}.filter-panel label{display:flex;flex-direction:column;gap:7px;min-width:0}.filter-panel label>span{font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.filter-panel select,.filter-panel input{width:100%;height:43px;border:1px solid var(--line);border-radius:0;background:white;color:var(--ink);font:inherit;font-size:13px;outline:none;padding:0 11px}.filter-panel select:focus,.filter-panel input:focus{border-color:var(--orange);box-shadow:0 0 0 2px #ff5a1f20}.money-input{position:relative}.money-input b{position:absolute;left:11px;top:50%;transform:translateY(-50%);font-size:11px;color:var(--muted);z-index:1}.money-input input{padding-left:34px}.filter-status{display:flex;align-items:center;justify-content:space-between;min-height:54px;margin-bottom:14px}.filter-status p{font-size:13px;color:var(--muted);margin:0}.filter-status button{border:0;background:transparent;color:var(--orange);font-weight:800;cursor:pointer;padding:8px 0}.filter-status button:disabled{color:var(--muted);opacity:.45;cursor:default}
.skeleton{height:410px;background:linear-gradient(90deg,#ece8de 25%,#f7f4ed 50%,#ece8de 75%);background-size:200% 100%;animation:pulse 1.4s infinite}@keyframes pulse{to{background-position:-200% 0}}
@media(max-width:1000px){.filter-panel{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.topbar{height:66px}.telegram-link{font-size:13px}.hero{grid-template-columns:1fr;padding:55px 0;gap:45px}.live-card{max-width:380px}.trustbar{grid-template-columns:1fr;margin-bottom:60px}.trustbar span{border-right:0;border-bottom:1px solid var(--line)}.section-head{align-items:start;flex-direction:column}.search{width:100%}.featured{grid-template-columns:1fr}.featured-media{min-height:310px}.featured-body{padding:28px}.offer-grid{grid-template-columns:repeat(2,1fr)}.telegram-cta{padding:32px;align-items:start;flex-direction:column}footer{grid-template-columns:1fr;gap:20px}}
@media(max-width:520px){main,.topbar{padding-left:16px;padding-right:16px}.brand{font-size:18px}.brand-mark{width:31px;height:31px}.hero{min-height:auto}.hero-text{font-size:16px}.filters{margin-top:25px}.filter-panel{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px;gap:11px 8px}.filter-panel label:first-child,.filter-panel label:nth-child(5),.filter-panel label:last-child{grid-column:span 2}.offer-grid{grid-template-columns:1fr}.featured-media{min-height:270px}.trustbar span{padding:15px}.telegram-cta{margin-left:-16px;margin-right:-16px;margin-bottom:50px}.offer-card h3{height:auto}.telegram-link{border:0}.telegram-link span{display:none}}
