.reagent-charts-section{background:rgb(var(--color-background))}.reagent-charts-section .section-header{text-align:center;margin-bottom:2rem}.reagent-charts-section .section-header__title{margin-bottom:1rem;color:rgb(var(--color-foreground))}.reagent-charts-section .section-header__description{color:rgba(var(--color-foreground),.7);max-width:70rem;margin:0 auto}.reagent-filter-controls{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem;padding:2rem;background:rgba(var(--color-foreground),.02);border-radius:1rem;border:1px solid rgba(var(--color-foreground),.06)}.filter-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.8rem 1.2rem;background:rgb(var(--color-background));color:rgba(var(--color-foreground),.7);border:2px solid rgba(var(--color-foreground),.15);border-radius:3rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap}.filter-pill:hover{background:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.25);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--color-shadow),.1)}.filter-pill.active{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button));box-shadow:0 4px 16px rgba(var(--color-button),.3)}.filter-pill.active:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--color-button),.4)}.filter-pill .filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:2.4rem;height:2.4rem;padding:0 .6rem;background:rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground),.8);border-radius:1.2rem;font-weight:700;line-height:1;font-size:.85em}.filter-pill.active .filter-count{background:rgba(var(--color-button-text),.2);color:rgb(var(--color-button-text))}.filter-pill:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:3px}.reagent-charts-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin:0 auto}@media screen and (min-width: 750px){.reagent-charts-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media screen and (min-width: 990px){.reagent-charts-grid{grid-template-columns:repeat(3,1fr)}}.reagent-card{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:1.2rem;padding:2.4rem;display:flex;flex-direction:column;gap:1.6rem;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.reagent-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,rgb(var(--color-button)),rgba(var(--color-button),.35));opacity:0;transition:opacity .2s ease}.reagent-card:hover{border-color:rgba(var(--color-foreground),.2);box-shadow:0 8px 24px rgba(var(--color-shadow),.08);transform:translateY(-2px)}.reagent-card:hover:before{opacity:1}.reagent-card__header{display:flex;flex-direction:column;gap:.4rem}.reagent-card__title{margin:0;font-weight:600;color:rgb(var(--color-foreground));letter-spacing:-.02em}.reagent-card__subtitle{margin:0;color:rgba(var(--color-foreground),.6);font-weight:500;line-height:1.4}.reagent-card__description{color:rgba(var(--color-foreground),.75);line-height:1.6}.reagent-card__description p{margin:0}.reagent-card__preview{background:rgba(var(--color-foreground),.02);border:1px solid rgba(var(--color-foreground),.06);border-radius:.8rem;padding:1.2rem;margin:.4rem 0;overflow:hidden}.reagent-card__preview img{width:100%;height:auto;display:block;border-radius:.4rem}.reagent-card__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:auto;padding-top:.8rem;align-items:stretch}.reagent-card__actions .button{flex:1 1 auto;min-height:44px;padding:.8rem 1.2rem;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;text-decoration:none;text-align:center;white-space:nowrap}.reagent-card__actions .button--secondary{flex:1 1 100%;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;font-weight:600}.reagent-card__actions .button--secondary:hover{background:rgb(var(--color-button-text));color:rgb(var(--color-button));transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--color-shadow),.15)}.reagent-card__actions .button--tertiary{flex:1 1 calc(50% - .4rem);background:transparent;color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-foreground),.15)}.reagent-card__actions .button--tertiary:hover{background:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.25);transform:translateY(-1px)}.reagent-card__actions svg{width:1.4rem;height:1.4rem}@media screen and (max-width: 749px){.reagent-card{padding:2rem}.reagent-filter-controls{padding:1.5rem;gap:.8rem;margin-bottom:2rem}.filter-pill{padding:.8rem 1.2rem}.filter-pill .filter-count{min-width:2.2rem;height:2.2rem}.reagent-card__actions{flex-direction:column}.reagent-card__actions .button,.reagent-card__actions .button--tertiary,.reagent-card__actions .button--secondary{width:100%;flex:1 1 auto}}.reagent-card__actions .button:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:2px}@media print{.reagent-card{break-inside:avoid;page-break-inside:avoid}.reagent-card__actions .button{display:none}}@media (prefers-reduced-motion: no-preference){.reagent-card{animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reagent-card{transition:opacity .3s ease,transform .3s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.reagent-card.card-hidden{opacity:0;transform:scale(.95)}}[data-color-scheme="2"] .reagent-card__preview{background:rgba(var(--color-foreground),.04);border-color:rgba(var(--color-foreground),.1)}[data-color-scheme="2"] .reagent-card{box-shadow:0 2px 8px #0003}[data-color-scheme="2"] .reagent-card:hover{box-shadow:0 8px 24px #0000004d}[data-color-scheme="2"] .reagent-filter-controls{background:rgba(var(--color-foreground),.04);border-color:rgba(var(--color-foreground),.1)}[data-color-scheme="2"] .filter-pill{border-color:rgba(var(--color-foreground),.2)}[data-color-scheme="2"] .filter-pill:hover{background:rgba(var(--color-foreground),.08);border-color:rgba(var(--color-foreground),.3)}
/*# sourceMappingURL=/cdn/shop/t/16/assets/section-reagent-charts.css.map */
