.tlp-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:99997}.tlp-overlay.active{display:block}.tlp-popup{position:fixed;right:22px;bottom:22px;width:min(440px, calc(100vw - 32px));background:#fff;color:#111;border-radius:18px;box-shadow:0 20px 70px rgba(0,0,0,.28);padding:24px;z-index:99998;transform:translateY(30px);opacity:0;pointer-events:none;transition:.25s ease;font-family:inherit}.tlp-popup.active{transform:translateY(0);opacity:1;pointer-events:auto}.tlp-close{position:absolute;top:12px;right:14px;border:0;background:0 0;font-size:28px;line-height:1;cursor:pointer}.tlp-badge{display:inline-block;font-size:12px;font-weight:800;padding:6px 10px;border-radius:999px;background:#f2f2f2;margin-bottom:10px}.tlp-popup h3{margin:0 32px 8px 0;font-size:23px;line-height:1.18}.tlp-intro{margin:0 0 12px;font-size:15px}.tlp-proof{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:4px;font-size:14px}.tlp-step{display:none}.tlp-step.active{display:block}.tlp-step label{display:block;font-weight:800;margin-bottom:10px}.tlp-options{display:grid;gap:8px}.tlp-options button,.tlp-submit{width:100%;border:0;border-radius:10px;padding:12px 14px;cursor:pointer;background:#111;color:#fff;font-weight:800;text-align:center}.tlp-options button{background:#f4f4f4;color:#111}.tlp-options button:hover{background:#e9e9e9}.tlp-submit:disabled{opacity:.65;cursor:wait}.tlp-step input,.tlp-step textarea{width:100%;box-sizing:border-box;margin-bottom:8px;border:1px solid #ddd;border-radius:10px;padding:11px 12px;font:inherit}.tlp-step textarea{min-height:86px;resize:vertical}.tlp-step small{display:block;margin-top:8px;color:#666;line-height:1.35}@media (max-width:600px){.tlp-popup{left:12px;right:12px;bottom:12px;width:auto;padding:20px}}.tlp-file-label{margin-top:6px}.tlp-file-note{margin-top:-2px;margin-bottom:10px}.tlp-popup.tlp-exit-mode{border:2px solid #111}.tlp-popup.tlp-exit-mode .tlp-badge{background:#111;color:#fff}.tlp-popup.tlp-exit-mode .tlp-title{font-size:24px}.tlp-popup.tlp-exit-mode .tlp-proof{background:#f7f7f7;border-radius:12px;padding:10px 12px}.tlp-popup.tlp-exit-mode{animation:tlpExitPulse .28s ease-out}@keyframes tlpExitPulse{from{transform:translateY(30px) scale(.98)}to{transform:translateY(0) scale(1)}}.tlp-inline-recommendations{margin-top:16px;max-height:430px;overflow:auto}.tlp-recommendations{margin:24px 0;padding:18px;border:1px solid #e8e8e8;border-radius:16px;background:#fff}.tlp-popup .tlp-recommendations{margin:14px 0 0;padding:12px;background:#f8f8f8}.tlp-recommendations-head h3{margin:8px 0 6px;font-size:21px}.tlp-recommendations-head p{margin:0 0 14px;color:#444}.tlp-rec-badge{display:inline-block;font-size:12px;font-weight:800;padding:5px 9px;border-radius:999px;background:#111;color:#fff}.tlp-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0, 1fr));gap:12px}.tlp-popup .tlp-product-grid{grid-template-columns:1fr}.tlp-product-card{border:1px solid #e5e5e5;border-radius:14px;background:#fff;padding:12px}.tlp-product-image-wrap{display:block}.tlp-product-img{width:100%;height:96px;object-fit:contain;border-radius:10px;display:block}.tlp-product-placeholder{height:96px;border-radius:10px;background:#f1f1f1;display:grid;place-items:center;font-weight:800;color:#777}.tlp-product-card h4{margin:10px 0 6px;font-size:16px}.tlp-product-card p{margin:0 0 10px;font-size:13px;color:#555}.tlp-product-link{display:inline-block;font-weight:800;text-decoration:none;color:#111}.tlp-rec-fallback{border:1px dashed #ccc;border-radius:12px;padding:12px;background:#fafafa}@media (max-width:900px){.tlp-product-grid{grid-template-columns:repeat(2,minmax(0, 1fr))}}@media (max-width:520px){.tlp-product-grid{grid-template-columns:1fr}}.tlp-rec-note{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#f7f7f7;color:#555;font-size:13px}.tlp-cta-button{display:inline-block;background:#111;color:#fff !important;padding:10px 14px;border-radius:8px;font-weight:700;text-decoration:none}.tlp-product-interest-note{margin:0 0 10px;padding:10px 12px;border-radius:10px;background:#f4f4f4;font-size:13px;font-weight:700}.tlp-product-selection .tlp-recommendations{margin:0 0 12px}.tlp-product-selection .tlp-product-card{cursor:pointer}.tlp-product-card.active{border-color:#111;box-shadow:0 0 0 2px #111 inset}.tlp-loading{padding:12px;background:#f7f7f7;border-radius:10px}.tlp-product-select-hint{display:inline-block;font-weight:800;color:#111;border-bottom:1px solid #111}.tlp-popup .tlp-product-card{display:grid;grid-template-columns:88px 1fr;gap:10px;align-items:start}.tlp-popup .tlp-product-card h4,.tlp-popup .tlp-product-card p,.tlp-popup .tlp-product-card .tlp-product-select-hint{grid-column:2}.tlp-popup .tlp-product-image-wrap{grid-row:1/span 3}.tlp-popup .tlp-product-img,.tlp-popup .tlp-product-placeholder{height:82px}.tlp-product-card.active .tlp-product-select-hint{color:#fff;background:#111;border-bottom:0;border-radius:999px;padding:4px 9px}.tlp-product-card{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.tlp-product-card:hover{border-color:#111;transform:translateY(-1px)}.tlp-product-card:focus{outline:2px solid #111;outline-offset:2px}.tlp-product-card.active{border-color:#111;background:#fafafa;box-shadow:0 0 0 2px #111 inset}.tlp-product-select-hint{display:inline-block;margin-top:4px;font-weight:800;color:#111;border:1px solid #111;border-radius:999px;padding:5px 10px;line-height:1.1}.tlp-product-card.active .tlp-product-select-hint{color:#fff;background:#111;border-color:#111}.tlp-popup .tlp-product-card.active{background:#fff}