:root{--bg:#ffffff;--surface:#ffffff;--text:#17253f;--text-soft:#4f6083;--accent:#ff9e07;--accent-dark:#e18400;--line:#d9e0f5;--shadow:0 24px 56px rgba(16,27,71,0.12);--indigo:#45419b;--indigo-dark:#3a3688;--price-red:#c12f25;--tan:#f4e6c8;--tan-soft:#faf1dc;--tan-line:#e6d2a6;--font-system:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";--font-body:var(--font-system);--font-display:var(--font-system)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-body),sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.site-header{width:100%;background:#ffffff;border-bottom:1px solid #ecedf2;box-shadow:0 1px 0 rgba(16,27,71,.04)}.site-header-inner{align-items:center;justify-content:space-between;padding:.7rem 0}.app-shell,.site-header-inner{width:min(1160px,92vw);margin:0 auto;display:flex}.app-shell{min-height:70vh;padding:1.8rem 0 1.6rem;flex-direction:column}.app-main{flex:1 1}.app-footer{margin-top:1.6rem;border-top:1px solid #ecedf2;padding:1.1rem .25rem .25rem;background:transparent;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.6rem}.app-footer p{margin:0;color:#40507a;font-size:.88rem}.brand-mark{display:inline-flex;align-items:center;line-height:0}.brand-logo{width:clamp(132px,20vw,180px)}.brand-logo,.footer-logo{height:auto;display:block}.footer-logo{width:124px}.nav-links{display:inline-flex;align-items:center;gap:.55rem}.nav-links a{color:#364463;font-weight:600;font-size:.96rem;border-radius:999px;padding:.38rem .72rem}.nav-links a:hover{background:#f1f3f9;color:#17253f}.user-menu{position:relative;display:inline-flex}.user-menu-avatar{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:linear-gradient(130deg,#ff9e07,#f18600);color:#fff;font-weight:700;font-size:1rem;line-height:1;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.user-menu-avatar:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(241,134,0,.32)}.user-menu-avatar:focus-visible{outline:2px solid #7fd0c4;outline-offset:2px}.user-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;z-index:20;min-width:200px;max-width:78vw;display:flex;flex-direction:column;padding:.4rem;background:#ffffff;border:1px solid #ecedf2;border-radius:14px;box-shadow:0 18px 44px rgba(16,27,71,.16)}.user-menu-email{margin:0;padding:.4rem .65rem .55rem;border-bottom:1px solid #f0f1f6;color:#5a6a8c;font-size:.82rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-item{display:block;width:100%;margin-top:.25rem;padding:.5rem .65rem;border:0;border-radius:9px;background:transparent;color:#2a3550;font-family:inherit;font-size:.92rem;font-weight:600;text-align:left;cursor:pointer}.user-menu-item:hover{background:#f1f3f9;color:#17253f}.user-menu-logout{color:#c2410c}.auth-page{min-height:100%;display:grid;place-items:center;padding:1.25rem 0}.auth-card{width:min(460px,100%);background:#ffffff;border:1px solid #dbe3f8;border-radius:24px;box-shadow:var(--shadow);padding:clamp(1.2rem,3vw,2rem)}.auth-kicker{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;color:#1e5fbb}.auth-card h1{margin:.65rem 0 0;font-family:var(--font-display),sans-serif;font-size:clamp(1.6rem,4vw,2.1rem)}.auth-copy{margin:.5rem 0 1.2rem;color:var(--text-soft)}.admin-form,.auth-form{display:grid;grid-gap:.6rem;gap:.6rem}.auth-label{color:#2f3b67;font-weight:700;font-size:.9rem}.auth-input{border:1px solid var(--line);border-radius:12px;padding:.75rem .85rem;font-size:.96rem;font-family:inherit;background:#fff}.auth-input:focus{outline:2px solid #9ddacd;outline-offset:1px}.password-field{display:flex;align-items:center;gap:.5rem}.password-field .auth-input{flex:1 1}.password-toggle{border:1px solid var(--line);border-radius:10px;background:#fff;padding:.58rem .72rem;color:#2f3b67;font-weight:700;font-size:.84rem;cursor:pointer}.password-toggle:hover{background:#f2f6ff}.password-toggle:focus-visible{outline:2px solid #9ddacd;outline-offset:1px}.auth-submit{margin-top:.5rem;border:0;border-radius:12px;padding:.82rem 1rem;color:#fff;font-weight:700;cursor:pointer;background:linear-gradient(130deg,#0f8979,#245ee8)}.auth-submit:disabled{opacity:.7;cursor:wait}.auth-error{margin:.15rem 0;color:#b22020;font-size:.9rem}.admin-root{padding:0 0 .9rem}.admin-shell{display:grid;grid-template-columns:1.45fr .55fr;grid-gap:1rem;gap:1rem;align-items:start}.admin-users{background:#ffffffbf;border:1px solid #d7e1fb;border-radius:18px;padding:1rem}.admin-form{background:#ffffff;border:1px solid #d9e2f7;border-radius:18px;padding:1rem;box-shadow:var(--shadow)}.admin-form h2{margin:0 0 .4rem;font-family:var(--font-display),sans-serif}.search-shell{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:.9rem}.search-input{flex:1 1 280px;border:1px solid var(--line);border-radius:14px;padding:.9rem 1rem;font-size:1rem;font-family:inherit;background:#fff}.search-input:focus{outline:2px solid #7fd0c4;outline-offset:2px}.search-button{border:0;border-radius:14px;padding:.9rem 1.2rem;font-weight:700;color:#fff;cursor:pointer;background:linear-gradient(130deg,#ff9e07,#f18600);transition:transform .15s ease,box-shadow .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.search-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;animation:spinner-rotate .7s linear infinite}.search-button:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(241,134,0,.34)}.search-button:disabled{cursor:not-allowed;opacity:.66;transform:none;box-shadow:none}.search-area{margin-bottom:.9rem}.refine-error{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin:0 0 .9rem;padding:.7rem .9rem;border:1px solid #f4c7a1;border-radius:14px;background:#fff6ec;color:#8a4b12;font-size:.9rem}.refine-error p{margin:0}.refine-skip{border:0;background:none;padding:.4rem .2rem;font-family:inherit;font-size:.9rem;font-weight:600;color:var(--accent-dark);cursor:pointer}.refine-skip:hover{text-decoration:underline}.refine-skip:disabled{cursor:not-allowed;opacity:.6;text-decoration:none}.chat-panel{margin:0 0 .9rem;padding:1rem 1.1rem;border:1px solid var(--line);border-radius:16px;background:#f8faff;box-shadow:var(--shadow);text-align:left}.chat-thread{display:flex;flex-direction:column;gap:.55rem;max-height:320px;overflow-y:auto;padding-right:.2rem;margin-bottom:.85rem}.chat-bubble{max-width:85%;padding:.6rem .85rem;border-radius:14px;font-size:.95rem;line-height:1.4;white-space:pre-wrap}.chat-bubble-assistant{align-self:flex-start;background:#fff;border:1px solid var(--line);color:var(--text);border-bottom-left-radius:4px}.chat-bubble-user{align-self:flex-end;background:linear-gradient(130deg,#2f6fed,#1f57c9);color:#fff;border-bottom-right-radius:4px}.chat-card{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem;padding:.6rem .7rem;border-radius:12px;background:linear-gradient(135deg,#f8faff,#eef3fd);border:1px solid #dde6f6;box-shadow:0 4px 12px rgba(31,87,201,.08);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.chat-card:focus-visible,.chat-card:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(31,87,201,.16)}.chat-card-buy{width:-moz-fit-content;width:fit-content;margin-top:.15rem;font-size:.82rem;font-weight:700;color:#1f57c9;text-decoration:underline;text-underline-offset:2px}.chat-card-buy:hover{color:#2f6fed}.chat-card-image{width:72px;height:72px;flex-shrink:0;object-fit:contain;border-radius:10px;background:#fff;border:1px solid #e7ecf7;padding:.25rem}.chat-card-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.chat-card-title{margin:0;font-weight:700;font-size:.88rem;line-height:1.3;color:#2b2b3d;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chat-card-price{margin:0;font-family:var(--font-display),sans-serif;font-weight:800;font-size:1.2rem;line-height:1.1;color:var(--price-red)}.chat-card-source{font-family:var(--font-body),sans-serif;font-weight:600;font-size:.8rem;color:#6a6a7d}.chat-card-badge{width:-moz-fit-content;width:fit-content;padding:.12rem .55rem;border-radius:999px;background:#e8f5ee;color:#2e7d4f;font-size:.72rem;font-weight:700;letter-spacing:.02em}.chat-typing{display:inline-flex;align-items:center;gap:.28rem}.chat-dot{width:7px;height:7px;border-radius:50%;background:#9bb0cc;animation:chat-bounce 1.2s ease-in-out infinite}.chat-dot:nth-child(2){animation-delay:.18s}.chat-dot:nth-child(3){animation-delay:.36s}@keyframes chat-bounce{0%,60%,to{transform:translateY(0);opacity:.55}30%{transform:translateY(-4px);opacity:1}}.chat-suggestions{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.75rem}.chat-chip{border:1px solid #b9d0f5;background:#fff;color:#1f57c9;border-radius:999px;padding:.4rem .85rem;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s ease,transform .15s ease}.chat-chip:hover{background:#eef4ff;transform:translateY(-1px)}.chat-chip:disabled{cursor:not-allowed;opacity:.6;transform:none}.chat-reply{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.6rem}.chat-reply-input{flex:1 1 220px;border:1px solid var(--line);border-radius:14px;padding:.8rem 1rem;font-size:.98rem;font-family:inherit;background:#fff}.chat-reply-input:focus{outline:2px solid #7fd0c4;outline-offset:2px}.chat-skip{display:inline-block}.chat-progress{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:1px solid #b9d0f5;border-radius:14px;background:linear-gradient(120deg,#f3f8ff,#eef4ff)}.chat-progress-spinner{flex:none;width:20px;height:20px;border-radius:50%;border:2px solid rgba(47,111,237,.25);border-top-color:#2f6fed;animation:spinner-rotate .7s linear infinite}.chat-progress-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.chat-progress-message{font-weight:700;font-size:.95rem;color:#1f57c9}.chat-progress-query{font-size:.82rem;color:var(--text-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compare-progress{margin:1.2rem 0}.compare-chat{margin-top:1.2rem;text-align:left}.compare-chat-done{margin:0;font-weight:600;color:var(--text-soft)}.compare-chat-done a{color:var(--accent-dark)}.compare-chat-done a:hover{text-decoration:underline}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}.section-head h2{margin:0;font-family:var(--font-display),sans-serif;font-size:clamp(1.2rem,2.5vw,1.8rem)}.section-copy,.section-head a{margin:0;color:var(--text-soft);font-size:.95rem}.table-shell{overflow-x:auto;border:1px solid #dce3f5;border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse}thead{background:#f1f5ff}td,th{text-align:left;padding:.85rem;border-bottom:1px solid #ebeff9;font-size:.93rem;vertical-align:middle}.comparison-error-card{border:1px solid #f3b8b8;border-radius:16px;background:#fff3f3;padding:1rem}.comparison-error-card h2{margin:0;font-size:1.1rem}.comparison-error-card p{margin:.4rem 0 0;color:#7f2f2f}.comparison-loading{display:flex;flex-direction:column;align-items:center;gap:.7rem;padding:1.4rem 0;color:#46719f;font-weight:600}.comparison-spinner{width:38px;height:38px;border-radius:50%;border:3px solid #d9e4fc;border-top-color:#124db1;animation:spinner-rotate .8s linear infinite}.loading-status{margin:0;min-height:1.4em;text-align:center}.loading-status-text{display:inline-block;animation:loading-status-fade .45s ease both}@keyframes loading-status-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.deal-skeleton{pointer-events:none}.skeleton-block,.skeleton-line{display:block;border-radius:8px;background:linear-gradient(90deg,#e9eefb 25%,#f4f7fe 37%,#e9eefb 63%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite}.skeleton-line{height:.85rem;margin:.4rem 0}.skeleton-rank{width:28%}.skeleton-title{width:80%;height:1.1rem}.skeleton-source{width:45%;margin:0}.skeleton-thumb{width:100%;height:120px;border-radius:12px;margin:.55rem 0}@keyframes spinner-rotate{to{transform:rotate(1turn)}}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:1000px){.admin-shell{grid-template-columns:1fr}}@media (max-width:680px){.section-head{flex-direction:column;align-items:flex-start}.auth-card{border-radius:18px}}.vs-root{display:grid;grid-gap:1.2rem;gap:1.2rem;padding:.4rem 0 1rem}.vs-title{margin:0;text-align:center;font-family:var(--font-display),sans-serif;font-size:clamp(1.7rem,4.2vw,2.6rem);font-weight:700;color:#2b2b3d}.vs-back-link{justify-self:center;color:var(--indigo);font-weight:700;font-size:.92rem}.vs-back-link:hover{text-decoration:underline}.vs-card{position:relative;background:#fff;border:1px solid #e7e3ee;border-radius:22px;box-shadow:0 24px 54px rgba(40,36,99,.16);overflow:hidden}.vs-strip{position:relative;display:grid;grid-template-columns:1fr 1fr;background:linear-gradient(180deg,var(--tan-soft),var(--tan));border-bottom:1px solid var(--tan-line)}.vs-strip-label{margin:0;padding:.95rem 1.4rem;text-align:center;font-family:var(--font-display),sans-serif;font-weight:700;font-size:clamp(1rem,2.4vw,1.25rem);color:#9c3a2e}.vs-strip-label span{font-weight:600;color:#b06a52;font-size:.9em}.vs-strip-label:first-child{border-right:1px solid var(--tan-line)}.vs-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#fff;border:1px solid #e6d2a6;box-shadow:0 8px 18px rgba(40,36,99,.18);font-family:var(--font-display),sans-serif;font-weight:800;font-size:1rem;color:#7a7a86;letter-spacing:.02em}.vs-body{display:grid;grid-template-columns:1fr 1fr}.vs-col{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:1rem;gap:1rem;padding:1.7rem 1.6rem 1.9rem}.vs-col-divider{border-right:1px solid #ececf2}.vs-info{display:flex;flex-direction:column;gap:.7rem;min-width:0}.vs-store{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem .7rem;min-height:56px}.vs-store-logo{max-height:56px;max-width:190px;object-fit:contain}.vs-store-name{font-family:var(--font-display),sans-serif;font-weight:800;font-size:1.3rem;color:#2b2b3d}.vs-rating{margin:0;font-size:.95rem;font-weight:600;color:#6a6a7d}.vs-rating span[aria-hidden]{color:#f3b01c}.vs-rule{height:1px;width:100%;background:#e7e3ee}.vs-price{margin:0;font-family:var(--font-display),sans-serif;font-size:clamp(2.2rem,5.6vw,3.2rem);font-weight:800;line-height:1;color:var(--price-red)}.vs-buy{display:inline-block;margin-top:.3rem;padding:.72rem 1.35rem;border-radius:9px;font-weight:800;font-size:1.02rem;text-align:center;width:-moz-fit-content;width:fit-content;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.vs-buy-full{background:linear-gradient(180deg,#fbe277,#f3c81f);border:1px solid #d9ab0e;color:#6b5200;box-shadow:0 8px 16px rgba(216,178,16,.38),inset 0 1px 0 rgba(255,255,255,.6)}.vs-buy-full:hover{filter:brightness(1.03);transform:translateY(-1px)}.vs-buy-deal{background:linear-gradient(180deg,#f59148,#e3711f);border:1px solid #c75f12;color:#fff;text-transform:uppercase;letter-spacing:.03em;box-shadow:0 10px 20px rgba(227,113,31,.42),inset 0 1px 0 rgba(255,255,255,.35)}.vs-buy-deal:hover{filter:brightness(1.04);transform:translateY(-1px)}.vs-buy-disabled{background:#dcdce2;border:1px solid #cfcfd6;color:#fff;box-shadow:none;cursor:not-allowed}.vs-ship{display:inline-flex;align-items:center;gap:.4rem;margin:0;font-size:.92rem;font-weight:600;color:#2e7d4f}.vs-ship:before{content:"✓";font-weight:800}.vs-product-image{width:clamp(96px,16vw,150px);height:clamp(140px,22vw,200px);object-fit:contain}.vs-product-image-button{padding:0;border:none;background:none;cursor:zoom-in;border-radius:10px;transition:transform .15s ease}.vs-product-image-button:focus-visible,.vs-product-image-button:hover{transform:scale(1.04)}.product-modal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:rgba(22,24,42,.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.product-modal{position:relative;display:flex;flex-direction:column;gap:1rem;width:min(560px,100%);max-height:88vh;overflow-y:auto;padding:1.6rem;border-radius:16px;background:#fff;box-shadow:0 24px 60px rgba(22,24,42,.35)}.product-modal-close{position:absolute;top:.7rem;right:.8rem;width:2rem;height:2rem;border:none;border-radius:50%;background:#f0f1f7;color:#5a5a6e;font-size:1.2rem;line-height:1;cursor:pointer}.product-modal-close:hover{background:#e3e5f0}.product-modal-image{width:100%;max-height:320px;object-fit:contain;border-radius:12px;background:#fff}.product-modal-info{display:flex;flex-direction:column;gap:.5rem}.product-modal-title{font-size:1.2rem;line-height:1.35;color:#2b2b3d}.product-modal-price,.product-modal-title{margin:0;font-family:var(--font-display),sans-serif;font-weight:800}.product-modal-price{font-size:1.8rem;line-height:1.1;color:var(--price-red)}.product-modal-source{font-family:var(--font-body),sans-serif;font-size:.95rem;font-weight:600;color:#6a6a7d}.product-modal-meta{margin:0;font-size:.92rem;font-weight:600;color:#6a6a7d}.product-modal-star{color:#f3b01c}.product-modal-buy{margin-top:.4rem;width:-moz-fit-content;width:fit-content}.vs-product-placeholder{display:grid;place-items:center;width:clamp(96px,16vw,150px);height:clamp(140px,22vw,200px);border:1px dashed #dcdce2;border-radius:12px;color:#b3b3bd;font-size:.8rem;text-align:center}.vs-tip{display:flex;align-items:center;gap:.6rem;padding:.95rem 1.3rem;border:1px solid var(--tan-line);border-radius:16px;background:linear-gradient(180deg,var(--tan-soft),var(--tan));color:#6b4b16;font-size:.98rem}.vs-tip strong{color:#5a3d0e}.vs-empty{display:grid;grid-gap:.5rem;gap:.5rem;align-content:center;justify-items:center;text-align:center;padding:1.7rem 1.6rem 1.9rem;color:#7a7a86}@media (max-width:720px){.vs-strip-label{padding:.6rem .5rem;font-size:.82rem}.vs-strip-label span{display:block}.vs-badge{width:40px;height:40px;font-size:.82rem}.vs-col{grid-template-columns:1fr;justify-items:center;text-align:center;gap:.7rem;padding:1rem .65rem 1.2rem}.vs-store{justify-content:center;min-height:0}.vs-store-logo{max-height:36px;max-width:110px}.vs-store-name{font-size:1rem}.vs-price{font-size:clamp(1.5rem,8vw,2rem)}.vs-buy{width:100%;padding:.55rem .6rem;font-size:.84rem}.vs-ship{font-size:.8rem}.vs-product-image{width:clamp(80px,30vw,130px);height:clamp(110px,40vw,170px)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important}}.hp-root{width:min(900px,100%);margin:0 auto;padding:clamp(.5rem,3vw,2rem) 0 1rem}.hp-hero{display:flex;flex-direction:column;align-items:center;text-align:center}.hp-logo{width:clamp(280px,72vw,620px);height:auto;display:block;margin-bottom:clamp(1.25rem,3vw,2rem)}.hp-tagline{margin:.3rem 0 0;font-family:var(--font-display),sans-serif;font-weight:800;line-height:1.12;letter-spacing:-.01em;font-size:clamp(1.55rem,4.6vw,2.7rem);color:#18233d}.hp-tagline-accent{color:var(--accent);font-weight:900}.hp-tagline-line{display:block;margin-top:.15rem;color:#1d4ed8;font-style:italic}.hp-search-area{width:min(740px,100%);margin:clamp(1.4rem,4vw,2.4rem) auto 0}.hp-search-shell{flex-wrap:nowrap;align-items:center;gap:.55rem;margin:0;padding:.5rem .55rem .5rem 1.1rem;background:#ffffff;border:1px solid #eceef4;border-radius:18px;box-shadow:0 18px 44px rgba(16,27,71,.1)}.hp-search-icon{display:inline-flex;flex-shrink:0;color:#98a2b6}.hp-search-shell .search-input{flex:1 1 auto;min-width:0;border:0;padding:.7rem .2rem;background:transparent;font-size:1.02rem}.hp-search-shell .search-input:focus{outline:none}.hp-search-shell .search-button{flex-shrink:0;border-radius:12px;padding:.78rem 1.5rem}@media (max-width:640px){.hp-search-shell{flex-wrap:wrap;padding:.55rem .65rem .55rem .85rem;gap:.45rem}.hp-search-shell .search-input{padding:.55rem .15rem;font-size:clamp(.72rem,3.4vw,.95rem)}.hp-search-shell .search-button{flex:1 1 100%;width:100%}}.hp-recent{margin:1.1rem auto 0}.hp-recent-label{margin:0 0 .45rem;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;color:#5a6a8c;font-weight:700}.hp-recent ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.hp-recent a{display:inline-flex;align-items:baseline;gap:.4rem;border:1px solid #e2e6f1;border-radius:999px;padding:.42rem .85rem;background:#ffffff;font-size:.88rem;font-weight:600;color:#2f3b67;transition:background .15s ease,border-color .15s ease}.hp-recent a:hover{background:#f1f5ff;border-color:#9bbcff}.hp-recent-price{font-size:.78rem;font-weight:700;color:#1c6b39}.hp-how{margin-top:clamp(2.4rem,6vw,4rem);text-align:center}.hp-how-title{display:inline-flex;align-items:center;gap:.9rem;margin:0 0 clamp(1.6rem,4vw,2.6rem);font-family:var(--font-display),sans-serif;font-weight:700;font-size:clamp(1.5rem,3.6vw,2.2rem);color:#18233d}.hp-how-dash{display:inline-block;width:clamp(28px,6vw,52px);height:3px;border-radius:3px;background:var(--accent)}.hp-how-grid{width:min(720px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.hp-step{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0 .8rem}.hp-step+.hp-step{border-left:1px solid #e4e7ef}.hp-step-icon{display:grid;place-items:center;width:88px;height:88px;border-radius:50%}.hp-step-icon-tag{background:#fbe2cd;color:#2a3550}.hp-step-icon-shield{background:#dde7f6;color:#34466b}.hp-step-check{stroke:var(--accent)}.hp-step-icon-save{background:#36c759;color:#0c5a23;box-shadow:0 0 0 8px rgba(54,199,89,.18),0 0 32px rgba(54,199,89,.55)}.hp-step-text{margin:0;font-size:1rem;font-weight:500;line-height:1.35;color:#2a3550}.hp-step-highlight{color:#16a34a;font-weight:700}@media (max-width:640px){.hp-how-grid{gap:.3rem}.hp-step{padding:0 .3rem;gap:.65rem}.hp-step-icon{width:clamp(46px,16vw,88px);height:clamp(46px,16vw,88px)}.hp-step-icon svg{width:clamp(20px,7vw,32px);height:clamp(20px,7vw,32px)}.hp-step-icon-save{box-shadow:0 0 0 5px rgba(54,199,89,.18),0 0 22px rgba(54,199,89,.55)}.hp-step-text{font-size:clamp(.7rem,2.9vw,1rem)}}