:root{--pine: #123a2f;--forest: #0e2d25;--moss: #2f6a52;--sand: #f4efe6;--canvas: #fbf7ef;--clay: #c46a2b;--ink: #0c1f19;--muted: rgba(12, 31, 25, .62);--radius: 16px;--radius-sm: 12px;--thumbs-height: 40px;--thumb-img-w: 44px;--thumb-img-h: 32px;--preview-img-w: 158px;--preview-img-h: 158px;--thumb-pad: 0px;--preview-pad: 0px;--thumb-fit: cover;--preview-fit: contain;--preview-wrap-h: 68px;padding:0;margin:0;box-sizing:border-box;border:none}@media(prefers-color-scheme:dark){:root{--pine: #123a2f!important;--forest: #0e2d25!important;--moss: #2f6a52!important;--sand: #f4efe6!important;--canvas: #fbf7ef!important;--clay: #c46a2b!important;--ink: #0c1f19!important;--muted: rgba(12, 31, 25, .62)!important}body{background:#fbf7ef!important}}body{background:#fbf7ef;margin:0;padding:0}*{box-sizing:border-box}.ad{position:relative;overflow:hidden;padding:8px;display:flex;flex-direction:column;gap:6px;border-radius:var(--radius);border:1px solid rgba(18,58,47,.22);color:var(--ink);background:radial-gradient(120% 90% at 15% 10%,#ffffff 0%,var(--sand) 52%,#efe7d9 100%);font-family:ui-rounded,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ad:before{content:"";position:absolute;inset:-20px;pointer-events:none;opacity:.25;background:repeating-linear-gradient(0deg,rgba(18,58,47,.08) 0px,rgba(18,58,47,.08) 1px,transparent 1px,transparent 9px),repeating-linear-gradient(90deg,rgba(18,58,47,.03) 0px,rgba(18,58,47,.03) 1px,transparent 1px,transparent 14px);-webkit-mask-image:radial-gradient(circle at 30% 10%,#000,#00000059 65%,#0000);mask-image:radial-gradient(circle at 30% 10%,#000,#00000059 65%,#0000)}.header{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;min-height:40px;z-index:1}.kicker{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:900;letter-spacing:.9px;color:#123a2fcc}.kicker:before{content:"";width:10px;height:10px;border-radius:999px;background:var(--clay);box-shadow:0 0 0 2px #c46a2b2e}.title{font-size:15px;font-weight:900;line-height:1.05;letter-spacing:-.2px;margin-top:2px}.slogan{font-size:11px;line-height:1.15;color:var(--muted);margin-top:1px}.badge{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(180deg,#123a2f1f,#123a2f0f);border:1px solid rgba(18,58,47,.22);color:var(--pine);font-weight:900}.preview{position:relative;z-index:1;flex:1;min-height:0;display:grid;grid-template-columns:120px 1fr;align-items:start;background:linear-gradient(180deg,var(--canvas),#f7f0e3);border:1px solid rgba(18,58,47,.18);border-radius:var(--radius);padding:10px;overflow:hidden;box-shadow:0 10px 18px #0c1f191a}.preview:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.06;background:repeating-linear-gradient(45deg,rgba(0,0,0,1) 0px,rgba(0,0,0,1) 1px,transparent 1px,transparent 6px)}.preview-imageWrap{position:relative;z-index:1;width:100px;height:var(--preview-wrap-h);min-height:var(--preview-wrap-h);max-height:var(--preview-wrap-h);border-radius:var(--radius-sm);overflow:hidden;background:#ffffffeb;border:1px solid rgba(12,31,25,.14);padding:var(--preview-pad);display:flex;align-items:center;justify-content:center;line-height:0}.preview-image{width:var(--preview-img-w);height:var(--preview-img-h);max-width:100%;max-height:100%;object-fit:var(--preview-fit);display:block}.preview-meta{z-index:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.preview-name{font-size:13px;font-weight:850;line-height:1.15;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.preview-price{font-size:14px;font-weight:950;letter-spacing:-.2px;color:var(--pine)}.preview-note{margin-top:6px;font-size:10px;color:#123a2fa8}.thumbs{position:relative;z-index:1;height:var(--thumbs-height);display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.thumb{height:100%;border:1px solid rgba(12,31,25,.18);background:#ffffffe6;border-radius:12px;padding:var(--thumb-pad);cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;line-height:0;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.thumb:hover{filter:brightness(.9)}.thumb:active{transform:scale(.98)}.thumb[aria-pressed=true]{border-color:#c46a2bd9;box-shadow:0 0 0 2px #c46a2b33 inset}.thumb:focus-visible{outline:2px solid rgba(18,58,47,.7);outline-offset:2px}.thumb-image{width:var(--thumb-img-w);height:var(--thumb-img-h);max-width:100%;max-height:100%;object-fit:var(--thumb-fit);display:block}.footer{position:relative;z-index:1;min-height:34px}.cta{width:100%;height:34px;border-radius:14px;border:1px solid rgba(12,31,25,.2);cursor:pointer;background:var(--pine);color:#fff;font-weight:900;font-size:12px;letter-spacing:.2px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .12s ease,filter .14s ease,box-shadow .14s ease,background-color .14s ease;box-shadow:0 10px 16px #123a2f2e}.cta:hover{filter:brightness(1.5);box-shadow:0 12px 18px #123a2f38;border:1px solid white}.cta:active{transform:scale(.99)}.cta:focus-visible{outline:2px solid rgba(18,58,47,.7);outline-offset:2px}.cta-label,.cta-arrow{text-shadow:0 1px 1px rgba(0,0,0,.22)}.cta-arrow{font-size:14px;line-height:1}
