:root{--ptp-surface:#ffffff;--ptp-ink:oklch(0.25 0.018 40);--ptp-ink-soft:oklch(0.45 0.02 40);--ptp-ink-mute:oklch(0.62 0.018 40);--ptp-line:oklch(0.92 0.012 60);--ptp-line-strong:oklch(0.86 0.015 60);--ptp-hue:245;--ptp-accent-deep:oklch(0.52 0.16 var(--ptp-hue));--ptp-accent-soft:oklch(0.95 0.03 var(--ptp-hue));--ptp-success:oklch(0.62 0.13 150);--ptp-success-soft:oklch(0.94 0.05 150);--ptp-danger:oklch(0.6 0.18 25);--ptp-danger-soft:oklch(0.95 0.04 25);--ptp-card-soft:oklch(0.97 0.012 var(--ptp-hue));--ptp-card-softer:oklch(0.985 0.006 var(--ptp-hue));--ptp-card-line:oklch(0.93 0.012 var(--ptp-hue))}.pt-alert-card{display:flex;flex-direction:column;gap:14px;padding:16px;background:var(--ptp-surface);border:1px solid var(--ptp-line);border-radius:14px;color:var(--ptp-ink);transition:border-color .15s ease}.pt-alert-card:hover{border-color:var(--ptp-line-strong)}.pt-alert-card [hidden],.pt-alert-card[hidden]{display:none!important}.pt-alert-card__head{display:flex;align-items:flex-start;gap:12px}.pt-alert-card__thumb{flex:none;width:48px;height:48px;border-radius:10px;border:1px solid var(--ptp-line);background:var(--ptp-card-soft);object-fit:cover;display:block}.pt-alert-card__chips{flex:none;display:flex}.pt-alert-card__chip{width:34px;height:48px;border-radius:10px;background:var(--ptp-card-soft);border:1px solid var(--ptp-line);display:grid;place-items:center;font-size:11px;font-weight:700;color:var(--ptp-ink-soft);letter-spacing:.04em}.pt-alert-card__chip+.pt-alert-card__chip{margin-left:-8px}.pt-alert-card__chip:nth-child(1){z-index:3}.pt-alert-card__chip:nth-child(2){z-index:2}.pt-alert-card__chip:nth-child(3){z-index:1}.pt-alert-card__body{flex:1;min-width:0}.pt-alert-card__title{font-size:15px;font-weight:600;color:var(--ptp-ink);line-height:1.35;letter-spacing:-.005em;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pt-alert-card__title a{color:inherit;text-decoration:none}.pt-alert-card__title a:hover{color:var(--ptp-accent-deep)}.pt-alert-card__meta{margin-top:3px;font-size:12px;color:var(--ptp-ink-mute);display:flex;gap:4px;align-items:center;flex-wrap:wrap}.pt-alert-card__meta-sep{width:3px;height:3px;border-radius:999px;background:currentColor;opacity:.5;margin:0 2px}.pt-alert-card__status{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;background:var(--ptp-card-soft);color:var(--ptp-ink-soft);text-transform:uppercase;letter-spacing:.04em}.pt-alert-card__status--triggered{background:var(--ptp-success-soft);color:var(--ptp-success)}.pt-alert-card__status--pending{background:var(--ptp-card-soft);color:var(--ptp-accent-deep)}.pt-alert-card__status--expired{background:var(--ptp-card-soft);color:var(--ptp-ink-mute)}.pt-alert-card__savings{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;background:var(--ptp-success-soft);color:var(--ptp-success)}.pt-alert-card__actions{flex:none;display:flex;gap:6px;align-items:center}.pt-alert-card__action{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:#fff0;border:1px solid var(--ptp-line);color:var(--ptp-ink-mute);cursor:pointer;transition:color .12s,background .12s,border-color .12s}.pt-alert-card__action:hover{color:var(--ptp-ink);background:var(--ptp-card-soft);border-color:var(--ptp-line-strong)}.pt-alert-card__action--danger:hover{color:var(--ptp-danger);background:var(--ptp-danger-soft);border-color:oklch(.85 .05 25)}.pt-alert-card__action svg{width:16px;height:16px}.pt-alert-card__progress{display:flex;flex-direction:column;gap:6px}.pt-alert-card__price-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.pt-alert-card__price-row-label{font-size:10px;font-weight:700;color:var(--ptp-ink-mute);text-transform:uppercase;letter-spacing:.06em;line-height:1.2;margin-bottom:2px}.pt-alert-card__price-now,.pt-alert-card__price-target{display:flex;flex-direction:column;gap:0}.pt-alert-card__price-target{text-align:right}.pt-alert-card__price-now>strong,.pt-alert-card__price-target>strong{font-size:20px;font-weight:700;color:var(--ptp-ink);letter-spacing:-.025em;line-height:1;white-space:nowrap}.pt-alert-card__price-target>strong{color:var(--ptp-accent-deep)}.pt-alert-card--hit .pt-alert-card__price-now>strong,.pt-alert-card--hit .pt-alert-card__price-target>strong{color:var(--ptp-success)}.pt-alert-card--hit .pt-alert-card__price-now .pt-alert-card__price-row-label,.pt-alert-card--hit .pt-alert-card__price-target .pt-alert-card__price-row-label{color:var(--ptp-success)}.pt-alert-card__price-target--empty>strong{color:var(--ptp-ink-mute);font-weight:600;font-size:14px}.pt-alert-card__bar{height:6px;background:var(--ptp-card-line);border-radius:999px;overflow:hidden}.pt-alert-card__bar>span{display:block;height:100%;background:var(--ptp-accent-deep);border-radius:inherit;transition:width .4s ease}.pt-alert-card--hit .pt-alert-card__bar>span{background:var(--ptp-success)}.pt-alert-card__bar-footer{display:flex;justify-content:space-between;align-items:baseline;gap:10px;font-size:12px;color:var(--ptp-ink-mute)}.pt-alert-card__bar-footer>:last-child{text-align:right}.pt-alert-card__price-start strong{font-weight:600;color:var(--ptp-ink-soft)}.pt-alert-card--hit .pt-alert-card__bar-footer>:last-child{color:var(--ptp-success);font-weight:600}.pt-alert-card--pending .pt-alert-card__price-now{color:var(--ptp-ink-mute)}.pt-alert-card--pending .pt-alert-card__bar>span{background:repeating-linear-gradient(45deg,var(--ptp-accent-deep) 0 6px,var(--ptp-accent-soft) 6px 12px);opacity:.6}.pt-alert-card--cancelled,.pt-alert-card--expired{background:var(--ptp-card-softer);border-color:var(--ptp-card-line)}.pt-alert-card--cancelled .pt-alert-card__title,.pt-alert-card--expired .pt-alert-card__title,.pt-alert-card--cancelled .pt-alert-card__price-now,.pt-alert-card--expired .pt-alert-card__price-now{color:var(--ptp-ink-mute)}.pt-alert-card--cancelled .pt-alert-card__bar>span,.pt-alert-card--expired .pt-alert-card__bar>span{background:var(--ptp-ink-mute);opacity:.5}.pt-alert-card__expander{display:flex;align-items:center;gap:10px;padding:12px 0 0;margin-top:2px;border:0;border-top:1px solid var(--ptp-line);background:#fff0;font:inherit;font-size:13px;font-weight:500;color:var(--ptp-ink-soft);cursor:pointer;text-align:left;width:100%}.pt-alert-card__expander:hover{color:var(--ptp-ink)}.pt-alert-card__expander>span:not(.pt-alert-card__expander-chips){flex:1}.pt-alert-card__expander svg{width:14px;height:14px;transition:transform .2s}.pt-alert-card__expander[aria-expanded="true"] svg{transform:rotate(180deg)}.pt-alert-card__expander-chips{display:flex}.pt-alert-card__expander-chips .pt-alert-card__chip{width:26px;height:26px;border-radius:7px;font-size:9px}.pt-alert-card__products{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;border-top:1px solid var(--ptp-line);margin-top:-2px}.pt-alert-card__product{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--ptp-line)}.pt-alert-card__product:last-child{border-bottom:0}.pt-alert-card__product-thumb{flex:none;width:36px;height:36px;border-radius:8px;border:1px solid var(--ptp-line);background:var(--ptp-card-soft);object-fit:cover}.pt-alert-card__product-main{flex:1;min-width:0}.pt-alert-card__product-brand{font-size:11px;color:var(--ptp-ink-mute)}.pt-alert-card__product-name{display:block;font-size:13px;color:var(--ptp-ink);line-height:1.3;text-decoration:none;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pt-alert-card__product-name:hover{color:var(--ptp-accent-deep)}.pt-alert-card__product-price{flex:none;font-size:13px;font-weight:600;color:var(--ptp-ink)}.pt-alert-card__edit{display:flex;flex-direction:column;gap:12px;padding-top:14px;border-top:1px solid var(--ptp-line)}.pt-alert-card__edit-label{font-size:12px;font-weight:600;color:var(--ptp-ink-soft)}.pt-alert-card__edit-label strong{display:block;font-size:14px;font-weight:600;color:var(--ptp-ink);margin-top:2px}.pt-alert-card__input-row{display:flex;gap:8px;align-items:center}.pt-alert-card__input{flex:1;min-width:0;font:inherit;font-size:16px;font-weight:600;padding:12px 14px;border-radius:10px;border:1.5px solid var(--ptp-line);background:var(--ptp-surface);color:var(--ptp-ink);min-height:44px}.pt-alert-card__input:focus{outline:0;border-color:var(--ptp-accent-deep);box-shadow:0 0 0 3px var(--ptp-accent-soft)}.pt-alert-card__input-suffix{font-size:14px;font-weight:600;color:var(--ptp-ink-mute);padding:0 4px}.pt-alert-card__edit-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}.pt-alert-card__btn{font:inherit;font-size:14px;font-weight:600;padding:10px 20px;border-radius:999px;border:1px solid var(--ptp-line);background:var(--ptp-surface);color:var(--ptp-ink-soft);cursor:pointer;min-height:40px;transition:color .12s,background .12s,border-color .12s,filter .12s}.pt-alert-card__btn:hover{color:var(--ptp-ink);background:var(--ptp-card-soft);border-color:var(--ptp-line-strong)}.pt-alert-card__btn--primary{background:var(--ptp-accent-deep);color:var(--ptp-surface);border-color:var(--ptp-accent-deep)}.pt-alert-card__btn--primary:hover{filter:brightness(1.08);background:var(--ptp-accent-deep);border-color:var(--ptp-accent-deep);color:var(--ptp-surface)}.pt-alert-card__mode-tabs{display:flex;gap:4px;padding:4px;background:var(--ptp-card-soft);border-radius:10px}.pt-alert-card__mode-tab{flex:1;padding:8px 12px;border:0;background:#fff0;border-radius:7px;font:inherit;font-size:13px;font-weight:600;color:var(--ptp-ink-soft);cursor:pointer;white-space:nowrap;min-height:36px}.pt-alert-card__mode-tab:hover{color:var(--ptp-ink)}.pt-alert-card__mode-tab.is-active{background:var(--ptp-surface);color:var(--ptp-accent-deep);box-shadow:0 1px 2px oklch(.3 .02 40 / .08)}.pt-alert-card__percent-pills{display:flex;flex-wrap:wrap;gap:6px}.pt-alert-card__percent-pill{font:inherit;font-size:13px;font-weight:600;padding:9px 16px;border-radius:999px;border:1px solid var(--ptp-line);background:var(--ptp-surface);color:var(--ptp-ink-soft);cursor:pointer;min-height:38px;min-width:60px;display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:color .12s,background .12s,border-color .12s}.pt-alert-card__percent-pill:hover{color:var(--ptp-ink);border-color:var(--ptp-line-strong)}.pt-alert-card__percent-pill.is-active{border-color:var(--ptp-accent-deep);background:var(--ptp-accent-deep);color:var(--ptp-surface)}.pt-alert-card--sm{padding:14px;gap:12px}.pt-alert-card--sm .pt-alert-card__thumb{width:44px;height:44px;border-radius:8px}.pt-alert-card--sm .pt-alert-card__chip{width:30px;height:44px;border-radius:8px}.pt-alert-card--sm .pt-alert-card__title{font-size:14px}.pt-alert-card--sm .pt-alert-card__price-now>strong,.pt-alert-card--sm .pt-alert-card__price-target>strong{font-size:18px}.pt-alert-card--xs{padding:10px;gap:8px;border-radius:10px}.pt-alert-card--xs .pt-alert-card__head{gap:10px}.pt-alert-card--xs .pt-alert-card__thumb{width:36px;height:36px;border-radius:7px}.pt-alert-card--xs .pt-alert-card__chip{width:26px;height:36px;border-radius:7px;font-size:10px}.pt-alert-card--xs .pt-alert-card__chip+.pt-alert-card__chip{margin-left:-6px}.pt-alert-card--xs .pt-alert-card__title{font-size:13px;-webkit-line-clamp:1}.pt-alert-card--xs .pt-alert-card__meta{font-size:11px}.pt-alert-card--xs .pt-alert-card__progress{gap:6px}.pt-alert-card--xs .pt-alert-card__price-row-label{font-size:9px}.pt-alert-card--xs .pt-alert-card__price-now>strong{font-size:14px}.pt-alert-card--xs .pt-alert-card__price-target>strong{font-size:14px}.pt-alert-card--xs .pt-alert-card__bar{height:4px}.pt-alert-card--xs .pt-alert-card__bar-footer{font-size:10px;gap:6px}.pt-alert-card--xs .pt-alert-card__actions{gap:4px}.pt-alert-card--xs .pt-alert-card__action{width:28px;height:28px;border-radius:6px}.pt-alert-card--xs .pt-alert-card__action svg{width:14px;height:14px}.pt-alert-card--xs .pt-alert-card__edit{gap:8px;padding-top:10px}.pt-alert-card--xs .pt-alert-card__edit-label{font-size:11px}.pt-alert-card--xs .pt-alert-card__edit-label strong{font-size:13px}.pt-alert-card--xs .pt-alert-card__mode-tab{font-size:12px;padding:6px 8px;min-height:32px}.pt-alert-card--xs .pt-alert-card__input{font-size:14px;padding:9px 12px;min-height:38px}.pt-alert-card--xs .pt-alert-card__btn{font-size:12px;padding:8px 14px;min-height:34px}@media (max-width:640px){.pt-alert-card{padding:14px;gap:12px}.pt-alert-card__head{gap:12px}.pt-alert-card__title{font-size:14px}.pt-alert-card__price-now>strong,.pt-alert-card__price-target>strong{font-size:19px}.pt-alert-card__btn{font-size:14px;padding:12px 22px;min-height:44px}.pt-alert-card__action{width:30px;height:30px;border-radius:8px}.pt-alert-card__action svg{width:14px;height:14px}.pt-alert-card__mode-tab{font-size:12px;padding:10px 10px;min-height:40px}}@media (max-width:380px){.pt-alert-card__price-now>strong,.pt-alert-card__price-target>strong{font-size:18px}.pt-alert-card__edit-actions{flex-direction:column-reverse}.pt-alert-card__btn{width:100%}}.pt-alert-card button.pt-alert-card__action,.pt-alert-card a.pt-alert-card__action{width:34px!important;height:34px!important;min-height:0!important;padding:0!important;margin:0!important;border-radius:8px!important;background:transparent!important;border:1px solid var(--ptp-line)!important;color:var(--ptp-ink-mute)!important;box-shadow:none!important;text-shadow:none!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;font:inherit!important;line-height:1!important;cursor:pointer!important;display:grid!important;place-items:center!important;transition:color .12s,background .12s,border-color .12s!important}.pt-alert-card button.pt-alert-card__action:hover,.pt-alert-card button.pt-alert-card__action:focus,.pt-alert-card button.pt-alert-card__action:focus-visible{color:var(--ptp-ink)!important;background:var(--ptp-card-soft)!important;border-color:var(--ptp-line-strong)!important;outline:none!important}.pt-alert-card button.pt-alert-card__action--danger:hover,.pt-alert-card button.pt-alert-card__action--danger:focus,.pt-alert-card button.pt-alert-card__action--danger:focus-visible{color:var(--ptp-danger)!important;background:var(--ptp-danger-soft)!important;border-color:oklch(.85 .05 25)!important}.pt-alert-card .pt-alert-card__action svg{width:16px!important;height:16px!important;fill:none!important;stroke:currentColor!important;display:block!important}.pt-alert-card button.pt-alert-card__btn{font:inherit!important;font-size:14px!important;font-weight:600!important;padding:10px 20px!important;border-radius:999px!important;border:1px solid var(--ptp-line)!important;background:var(--ptp-surface)!important;color:var(--ptp-ink-soft)!important;box-shadow:none!important;text-shadow:none!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;line-height:1.2!important;min-height:40px!important;cursor:pointer!important;transition:color .12s,background .12s,border-color .12s,filter .12s!important}.pt-alert-card button.pt-alert-card__btn:hover,.pt-alert-card button.pt-alert-card__btn:focus,.pt-alert-card button.pt-alert-card__btn:focus-visible{color:var(--ptp-ink)!important;background:var(--ptp-card-soft)!important;border-color:var(--ptp-line-strong)!important;outline:none!important}.pt-alert-card button.pt-alert-card__btn--primary{background:var(--ptp-accent-deep)!important;color:var(--ptp-surface)!important;border-color:var(--ptp-accent-deep)!important}.pt-alert-card button.pt-alert-card__btn--primary:hover,.pt-alert-card button.pt-alert-card__btn--primary:focus,.pt-alert-card button.pt-alert-card__btn--primary:focus-visible{filter:brightness(1.08)!important;background:var(--ptp-accent-deep)!important;border-color:var(--ptp-accent-deep)!important;color:var(--ptp-surface)!important}.pt-alert-card button.pt-alert-card__mode-tab{flex:1!important;padding:8px 12px!important;border:0!important;background:transparent!important;border-radius:7px!important;font:inherit!important;font-size:13px!important;font-weight:600!important;color:var(--ptp-ink-soft)!important;box-shadow:none!important;text-shadow:none!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;line-height:1!important;cursor:pointer!important;white-space:nowrap!important;min-height:36px!important}.pt-alert-card button.pt-alert-card__mode-tab:hover,.pt-alert-card button.pt-alert-card__mode-tab:focus,.pt-alert-card button.pt-alert-card__mode-tab:focus-visible{color:var(--ptp-ink)!important;background:transparent!important;outline:none!important}.pt-alert-card button.pt-alert-card__mode-tab.is-active{background:var(--ptp-surface)!important;color:var(--ptp-accent-deep)!important;box-shadow:0 1px 2px oklch(.3 .02 40 / .08)!important}.pt-alert-card button.pt-alert-card__percent-pill{font:inherit!important;font-size:13px!important;font-weight:600!important;padding:9px 16px!important;border-radius:999px!important;border:1px solid var(--ptp-line)!important;background:var(--ptp-surface)!important;color:var(--ptp-ink-soft)!important;box-shadow:none!important;text-shadow:none!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;line-height:1!important;cursor:pointer!important;min-height:38px!important;min-width:60px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:color .12s,background .12s,border-color .12s!important}.pt-alert-card button.pt-alert-card__percent-pill:hover,.pt-alert-card button.pt-alert-card__percent-pill:focus,.pt-alert-card button.pt-alert-card__percent-pill:focus-visible{color:var(--ptp-ink)!important;border-color:var(--ptp-line-strong)!important;background:var(--ptp-surface)!important;outline:none!important}.pt-alert-card button.pt-alert-card__percent-pill.is-active{border-color:var(--ptp-accent-deep)!important;background:var(--ptp-accent-deep)!important;color:var(--ptp-surface)!important}.pt-alert-card button.pt-alert-card__expander{display:flex!important;align-items:center!important;gap:10px!important;padding:12px 0 0!important;margin:2px 0 0!important;border:0!important;border-top:1px solid var(--ptp-line)!important;background:transparent!important;font:inherit!important;font-size:13px!important;font-weight:500!important;color:var(--ptp-ink-soft)!important;box-shadow:none!important;text-shadow:none!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;line-height:1.3!important;cursor:pointer!important;text-align:left!important;width:100%!important;border-radius:0!important;min-height:0!important}.pt-alert-card button.pt-alert-card__expander:hover,.pt-alert-card button.pt-alert-card__expander:focus,.pt-alert-card button.pt-alert-card__expander:focus-visible{color:var(--ptp-ink)!important;background:transparent!important;outline:none!important}.pt-alert-card input.pt-alert-card__input,.pt-alert-card input[type="number"].pt-alert-card__input{font:inherit!important;font-size:16px!important;font-weight:600!important;padding:12px 14px!important;border-radius:10px!important;border:1.5px solid var(--ptp-line)!important;background:var(--ptp-surface)!important;color:var(--ptp-ink)!important;min-height:44px!important;box-shadow:none!important;line-height:1.2!important}.pt-alert-card input.pt-alert-card__input:focus,.pt-alert-card input[type="number"].pt-alert-card__input:focus{outline:0!important;border-color:var(--ptp-accent-deep)!important;box-shadow:0 0 0 3px var(--ptp-accent-soft)!important}.pt-alert-card .pt-alert-card__title a,.pt-alert-card .pt-alert-card__title a:hover,.pt-alert-card .pt-alert-card__title a:focus,.pt-alert-card .pt-alert-card__product-name,.pt-alert-card .pt-alert-card__product-name:hover,.pt-alert-card .pt-alert-card__product-name:focus{text-decoration:none!important;box-shadow:none!important}.pt-alert-card p.pt-alert-card__title{margin:0!important;padding:0!important;font-family:inherit!important;line-height:1.35!important}.pt-alert-card--sm p.pt-alert-card__title{font-size:14px!important}.pt-alert-card--xs p.pt-alert-card__title{font-size:13px!important}@media (max-width:640px){.pt-alert-card button.pt-alert-card__action{width:30px!important;height:30px!important;border-radius:8px!important;padding:0!important}.pt-alert-card .pt-alert-card__action svg{width:14px!important;height:14px!important}.pt-alert-card button.pt-alert-card__btn{font-size:14px!important;padding:12px 22px!important;min-height:44px!important}.pt-alert-card button.pt-alert-card__mode-tab{font-size:12px!important;padding:10px 10px!important;min-height:40px!important}}@media (max-width:380px){.pt-alert-card button.pt-alert-card__btn{width:100%!important}}