:root{--accent: #0fb5ae;--accent-deep: #0a8c86;--accent-tint: #e7faf8;--accent-dark: var(--accent-deep);--gradient-accent: linear-gradient(135deg, #0fb5ae 0%, #0a8c86 100%);--bg: #fbfcfd;--bg-alt: #f1f5f6;--surface: #ffffff;--surface-muted: #f2f6f7;--text: #0e2a2e;--text-body: #4a5c61;--text-muted: #5a6e73;--border: #e1eaec;--border-soft: #edf1f2;--price: #1f7a3d;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 22px;--radius-pill: 9999px;--radius: var(--radius-md);--shadow-sm: 0 6px 10px rgba(26, 43, 51, .08);--shadow-md: 0 18px 28px rgba(10, 140, 134, .16);--c-cremer: #e8590c;--c-speed: #2f6fed;--c-cia: #2e9e4f;--c-surya: #8e44ad;--c-dentalshop: #d6336c}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Roboto,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.app{display:flex;flex-direction:column;min-height:100%}.main{flex:1;width:100%;max-width:1180px;margin:0 auto;padding:28px 20px 48px}.header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:16px;padding:12px 20px;background:var(--surface);border-bottom:1px solid var(--border-soft);box-shadow:0 1px #1a2b3308}.logo{display:flex;align-items:center;gap:10px;color:var(--text)}.logo__mark{display:block;flex:none}.logo__text{font-size:21px;font-weight:700;letter-spacing:-.5px;color:var(--text)}.logo__text strong{font-weight:700;color:var(--accent)}.header__tag{font-size:13px;color:var(--text-muted);border-left:1px solid var(--border);padding-left:16px}.footer{border-top:1px solid var(--border);background:var(--surface);padding:20px;text-align:center}.footer p{max-width:640px;margin:0 auto;font-size:12.5px;color:var(--text-muted)}.hero{text-align:center;padding:14px 0 28px}.hero__title{font-size:34px;font-weight:800;letter-spacing:-1.2px;color:var(--text);margin-bottom:10px}.hero__subtitle{color:var(--text-body);font-weight:500;max-width:560px;margin:0 auto 18px}.hero__search{max-width:540px;margin:0 auto}.pill-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:0 auto 22px}.pill{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;font-size:13.5px;font-weight:600;color:var(--accent-deep);background:var(--surface);border-radius:var(--radius-pill);box-shadow:var(--shadow-sm)}.section{margin-bottom:30px}.section__title{font-size:16px;font-weight:700;color:var(--accent-dark);margin-bottom:12px;padding-bottom:6px;border-bottom:2px solid var(--border)}.item-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.item-card{display:flex;flex-direction:column;justify-content:space-between;gap:10px;min-height:84px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.item-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--accent)}.item-card__name{font-weight:500;font-size:15px}.item-card__meta{font-size:12px;color:var(--text-muted)}.search-box{position:relative;display:flex;align-items:center;flex:1;min-width:220px}.search-box__icon{position:absolute;left:13px;color:var(--accent);pointer-events:none}.search-box__input{width:100%;padding:12px 36px 12px 40px;font:inherit;color:var(--text);background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.search-box__input::placeholder{color:var(--text-muted)}.search-box__input:focus{background:var(--surface);border-color:var(--accent);box-shadow:0 0 0 3px #0fb5ae29}.search-box__clear{position:absolute;right:8px;width:22px;height:22px;font-size:18px;line-height:1;color:var(--text-muted);background:transparent;border:none;border-radius:50%;cursor:pointer}.search-box__clear:hover{background:var(--bg)}.back-link{display:inline-block;margin-bottom:14px;font-size:14px;color:var(--accent);font-weight:500}.back-link:hover{text-decoration:underline}.comparison__header{margin-bottom:16px}.comparison__section{font-size:12px;text-transform:uppercase;letter-spacing:.6px;color:var(--accent);font-weight:700}.comparison__title{font-size:26px;font-weight:700;margin:2px 0 4px}.comparison__status{font-size:13.5px;color:var(--text-muted)}.notice{position:relative;display:flex;gap:12px;padding:12px 36px 12px 14px;margin-bottom:16px;background:#fff8e6;border:1px solid #f3d98a;border-radius:var(--radius);font-size:13px;color:#7a5a12}.notice__list{list-style:disc;padding-left:18px}.notice__close{position:absolute;top:6px;right:8px;width:24px;height:24px;font-size:18px;color:#7a5a12;background:transparent;border:none;cursor:pointer}.comparison__controls{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px}.source-filter{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;font:inherit;font-size:13px;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:999px;cursor:pointer;transition:all .12s ease}.chip__dot{width:9px;height:9px;border-radius:50%;background:currentColor;opacity:.35}.chip__count{font-size:11.5px;font-weight:700;padding:1px 6px;border-radius:999px;background:var(--bg)}.chip--on{color:var(--text);border-color:currentColor}.chip--on .chip__dot{opacity:1}.chip--cremer{--chip: var(--c-cremer)}.chip--speed{--chip: var(--c-speed)}.chip--cia{--chip: var(--c-cia)}.chip--surya{--chip: var(--c-surya)}.chip--dentalshop{--chip: var(--c-dentalshop)}.chip--on.chip--cremer{color:var(--c-cremer)}.chip--on.chip--speed{color:var(--c-speed)}.chip--on.chip--cia{color:var(--c-cia)}.chip--on.chip--surya{color:var(--c-surya)}.chip--on.chip--dentalshop{color:var(--c-dentalshop)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(232px,1fr));gap:16px}.product-card{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .12s ease,box-shadow .12s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.product-card--best{border:2px solid var(--accent);box-shadow:var(--shadow-sm)}.product-card--best .product-card__price{color:var(--accent-deep)}.product-card__flag{position:absolute;top:0;left:0;z-index:2;padding:3px 11px;font-size:10.5px;font-weight:700;letter-spacing:.6px;color:#fff;background:var(--accent);border-bottom-right-radius:var(--radius-md)}.product-card__image{height:158px;display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid var(--border)}.product-card__image img{max-width:100%;max-height:100%;object-fit:contain;padding:10px}.product-card__placeholder{color:#d3d7df}.product-card__body{flex:1;display:flex;flex-direction:column;gap:6px;padding:12px 12px 8px}.badge{align-self:flex-start;padding:2px 8px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#fff;border-radius:4px}.badge--cremer{background:var(--c-cremer)}.badge--speed{background:var(--c-speed)}.badge--cia{background:var(--c-cia)}.badge--surya{background:var(--c-surya)}.badge--dentalshop{background:var(--c-dentalshop)}.product-card__title{font-size:13.5px;font-weight:500;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card__description{font-size:12px;color:var(--text);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__details{font-size:11.5px;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:10px 12px;border-top:1px solid var(--border)}.product-card__price{font-size:17px;font-weight:700;color:var(--price)}.product-card__price--na{font-size:13px;font-weight:500;color:var(--text-muted)}.product-card__cta{font-size:12px;font-weight:500;color:var(--accent);white-space:nowrap}.state{text-align:center;padding:60px 20px;color:var(--text-muted)}.state h2{color:var(--text);margin-bottom:8px}.state--error h2{color:#c0392b}.spinner{width:38px;height:38px;margin:0 auto 14px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.link-button{display:inline-block;margin-top:14px;padding:9px 18px;font-weight:500;color:#fff;background:var(--accent);border-radius:var(--radius)}.link-button:hover{background:var(--accent-dark)}.header__user{display:flex;align-items:center;gap:10px;margin-left:auto}.header__greeting{font-size:13.5px;color:var(--text-muted)}.header__logout{padding:6px 14px;font:inherit;font-size:13px;font-weight:500;color:var(--accent);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:border-color .12s ease,background .12s ease}.header__logout:hover{border-color:var(--accent);background:var(--bg)}.auth-page{display:flex;justify-content:center;padding:40px 16px}.auth-card{width:100%;max-width:380px;display:flex;flex-direction:column;gap:14px;padding:28px 26px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md)}.auth-card__title{font-size:22px;font-weight:700}.auth-card__subtitle{font-size:13.5px;color:var(--text-muted);margin-top:-8px}.auth-error{padding:9px 12px;font-size:13px;color:#b3261e;background:#fdeceb;border:1px solid #f3c2bf;border-radius:8px}.auth-field{display:flex;flex-direction:column;gap:5px}.auth-field>span{font-size:13px;font-weight:500}.auth-field input{padding:10px 12px;font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);outline:none;transition:border-color .12s ease,box-shadow .12s ease}.auth-field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0fb5ae29}.auth-hint{font-size:11.5px;color:var(--text-muted)}.auth-submit{margin-top:4px;padding:11px 16px;font:inherit;font-size:15px;font-weight:500;color:#fff;background:var(--accent);border:none;border-radius:var(--radius);cursor:pointer;transition:background .12s ease}.auth-submit:hover:not(:disabled){background:var(--accent-dark)}.auth-submit:disabled{opacity:.6;cursor:progress}.auth-switch{text-align:center;font-size:13px;color:var(--text-muted)}.auth-switch a{color:var(--accent);font-weight:500}.auth-switch a:hover{text-decoration:underline}@media (max-width: 640px){.header{flex-wrap:wrap;gap:8px}.header__tag{border-left:none;padding-left:0}.hero__title{font-size:22px}.comparison__title{font-size:21px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.item-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.landing{display:flex;flex-direction:column;gap:56px}.lp-hero{text-align:center;padding:40px 0 8px;max-width:760px;margin:0 auto}.lp-hero__title{font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:var(--text)}.lp-hero__subtitle{margin-top:16px;font-size:1.1rem;font-weight:500;color:var(--text-body)}.lp-hero .pill-tags{margin-top:22px;margin-bottom:0}.lp-cta{margin-top:28px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.lp-btn{display:inline-block;padding:12px 22px;border-radius:var(--radius);font-weight:600;font-size:1rem;transition:background .15s,color .15s,border-color .15s}.lp-btn--primary{background:var(--accent);color:#fff}.lp-btn--primary:hover{background:var(--accent-dark)}.lp-btn--ghost{border:1px solid var(--border);color:var(--text);background:var(--surface)}.lp-btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.lp-features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp-feature{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-sm)}.lp-feature__title{font-size:1.15rem;margin-bottom:8px}.lp-feature__body{color:var(--text-muted);font-size:.97rem}.lp-stores{text-align:center}.lp-stores__title{font-size:1.1rem;color:var(--text-muted);font-weight:600;margin-bottom:18px}.lp-store-list{list-style:none;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.lp-store-chip{--chip: var(--accent);padding:8px 16px;border-radius:999px;font-weight:600;font-size:.95rem;color:var(--chip);background:color-mix(in srgb,var(--chip) 10%,var(--surface));border:1px solid color-mix(in srgb,var(--chip) 35%,var(--surface))}.lp-final{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:40px 24px;box-shadow:var(--shadow-sm)}.lp-final__title{font-size:1.5rem}.lp-final__body{margin:10px 0 22px;color:var(--text-muted)}.header__link{font-weight:600;font-size:.95rem;color:var(--text-muted)}.header__link:hover,.header__link--cta{color:var(--accent)}@media (max-width: 720px){.lp-features{grid-template-columns:1fr}}.lp-sample{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;box-shadow:var(--shadow-sm)}.lp-sample__head{text-align:center;margin-bottom:22px}.lp-sample__title{font-size:1.4rem}.lp-sample__subtitle{margin-top:6px;color:var(--text-muted);font-size:.97rem}.lp-sample__grid{margin-top:0}.lp-sample__cta{margin-top:22px;text-align:center;font-size:1rem;color:var(--text-muted)}.lp-sample__cta a{color:var(--accent);font-weight:600}.lp-sample__cta a:hover{text-decoration:underline}
