@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";.loading-screen{display:flex;align-items:center;justify-content:center;padding:2rem;min-height:200px}.loading-screen--fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--loader-overlay, rgba(255, 255, 255, .95));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;min-height:100vh}.loading-screen--overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--loader-overlay, rgba(255, 255, 255, .9));-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100}.loading-screen__content{display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-screen__spinner--small .loading-screen__spinner-ring{width:24px;height:24px}.loading-screen__spinner--medium .loading-screen__spinner-ring{width:40px;height:40px}.loading-screen__spinner--large .loading-screen__spinner-ring{width:60px;height:60px}.loading-screen__spinner-ring{position:relative;margin:0 auto}.loading-screen__spinner-ring div{box-sizing:border-box;display:block;position:absolute;width:100%;height:100%;border:3px solid #12A594;border-radius:50%;animation:loading-screen-spin 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#12A594 transparent transparent transparent}.loading-screen__spinner-ring div:nth-child(1){animation-delay:-.45s}.loading-screen__spinner-ring div:nth-child(2){animation-delay:-.3s}.loading-screen__spinner-ring div:nth-child(3){animation-delay:-.15s}.loading-screen__message{color:var(--muted);font-size:.9rem;font-weight:500;margin:0;text-align:center;max-width:300px;line-height:1.4}@keyframes loading-screen-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.loading-screen{padding:1rem}.loading-screen__message{font-size:.8rem;max-width:250px}}:root{--bg: #F4F8F8;--surface: #FFFFFF;--surface-2: #EDF4F4;--wash: #ECFDF6;--wash-strong:#DCF6EE;--text: #0F2233;--heading: #0B2545;--muted: #5B6B7B;--border: #E3ECEC;--nav-bg: #FFFFFF;--shadow: rgba(11, 37, 69, .08);--cta: #0B2545;--cta-hover: #12A594;--loader-overlay: rgba(244, 248, 248, .95);color-scheme:light}body{transition:background-color .3s ease,color .3s ease}:root[data-theme=dark]{--bg: #071726;--surface: #0E2336;--surface-2: #143150;--wash: #102A3E;--wash-strong:#143b4a;--text: #DCE7EE;--heading: #FFFFFF;--muted: #90A6B7;--border: rgba(255, 255, 255, .1);--nav-bg: #0A1E30;--shadow: rgba(0, 0, 0, .45);--cta: #12A594;--cta-hover: #2DD4BF;--loader-overlay: rgba(7, 23, 38, .92);color-scheme:dark}.header{font-family:Space Grotesk,Inter,sans-serif;font-weight:600;letter-spacing:-.2px;font-size:1.5rem;line-height:2rem}.hero-title,.large-header{font-family:Space Grotesk,Inter,sans-serif;font-weight:600;letter-spacing:-.2px;font-size:2.5rem;line-height:1.2}.pep-section{max-width:1200px;margin:0 auto;padding:3rem 1.25rem}@media (min-width: 768px){.pep-section{padding:4rem 2rem}}@media (min-width: 1024px){.pep-section{padding:4.5rem 32px}}@media (min-width: 1440px){.pep-section{max-width:1400px;padding:5rem 48px}}.pep-section--tight{padding-top:2rem;padding-bottom:2rem}.pep-head{margin-bottom:1.75rem}.pep-head--center{text-align:center;max-width:40rem;margin-inline:auto}.pep-eyebrow{display:inline-block;font-family:Poppins,sans-serif;font-size:.74rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#12a594;margin-bottom:.6rem}.pep-title{font-family:Poppins,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.05;color:var(--heading);font-size:clamp(1.6rem,4vw,2.4rem);margin:0}.pep-title em{font-style:normal;color:#12a594}.pep-sub{margin:.6rem 0 0;color:var(--muted);font-size:1.02rem;line-height:1.55}.pep-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Poppins,sans-serif;font-weight:600;font-size:.95rem;line-height:1;padding:.85rem 1.5rem;border-radius:11px;border:1.5px solid transparent;cursor:pointer;text-decoration:none;transition:transform .18s ease,background .18s ease,box-shadow .18s ease,color .18s ease,border-color .18s ease}.pep-btn:active{transform:translateY(0)}.pep-btn--primary{background:var(--cta);color:#fff}.pep-btn--primary:hover{background:var(--cta-hover);transform:translateY(-2px);box-shadow:0 10px 24px #12a59447}.pep-btn--ghost{background:transparent;color:var(--heading);border-color:var(--border)}.pep-btn--ghost:hover{border-color:#12a594;color:#12a594}.pep-btn--lg{padding:1rem 1.9rem;font-size:1.02rem}.pep-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 18px var(--shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.pep-card--hover:hover{transform:translateY(-4px);box-shadow:0 14px 32px var(--shadow);border-color:#12a59466}.main-content-wrapper{min-height:calc(100vh - 700px)}@media (min-width: 768px){.main-content-wrapper{min-height:calc(100vh - 376px)}}@media (min-width: 1024px){.main-content-wrapper{min-height:calc(100vh - 306px)}}@media (min-width: 1440px){.main-content-wrapper{min-height:calc(100vh - 286px)}}.global-back-button-container{display:flex;justify-content:flex-start;align-items:center;padding:8px 16px;background:var(--surface);border-bottom:1px solid #f1f3f4;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2}@media (min-width: 768px){.global-back-button-container{padding:8px 20px}}@media (min-width: 1024px){.global-back-button-container{padding:10px 32px}}@media (min-width: 1440px){.global-back-button-container{padding:12px 48px}}.global-back-button-container--account{justify-content:space-between}.global-back-button-container__right{display:flex;align-items:center;gap:12px}.global-back-button{margin:0!important;padding:6px 12px!important;font-size:.85rem!important;min-width:70px!important;height:32px!important;border-radius:8px!important;background-color:var(--wash)!important;color:var(--muted)!important}.global-back-button:hover{background-color:var(--wash)!important;color:var(--heading)!important;box-shadow:none!important}@media (min-width: 768px){.global-back-button{padding:8px 16px!important;font-size:.9rem!important;min-width:80px!important;height:36px!important}}@media (min-width: 1024px){.global-back-button{padding:10px 20px!important;font-size:1rem!important;min-width:90px!important;height:40px!important}}@media (min-width: 1440px){.global-back-button{padding:12px 24px!important;font-size:1.1rem!important;min-width:100px!important;height:44px!important}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:Poppins,sans-serif;color:var(--heading);letter-spacing:-.3px}h2{font-weight:700;font-size:2rem;line-height:2.5rem;color:var(--text)}.app-container{display:flex;flex-direction:column;min-height:100vh}html,body{max-width:100%;overflow-x:hidden;margin:0;padding:0;width:100%}.main-content-wrapper,.app-container{overflow-x:hidden}img,svg,video,canvas{max-width:100%;height:auto;display:block}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}50%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}}@keyframes pulse{0%,to{transform:scale(1)}25%{transform:scale(105%)}50%{transform:scale(1.2)}75%{transform:scale(1)}}header{width:100%;margin:0;padding:0;position:relative;transition:transform .3s ease-in-out}header.nav-bar-header--visible{transform:translateY(0);z-index:1000}header.nav-bar-header--hidden{transform:translateY(-100%);z-index:1000}.nav-bar-wrapper{width:100%;background-color:var(--nav-bg);border-bottom:1px solid var(--border);position:sticky;top:0;left:0;right:0;z-index:1000}.nav-bar__theme-toggle{flex-shrink:0;position:relative;z-index:2;width:34px;height:34px;margin-left:.5rem;display:grid;place-items:center;border-radius:50%;border:1px solid var(--border);background:transparent;color:var(--heading);cursor:pointer;transition:all .2s ease}.nav-bar__theme-toggle svg{width:18px;height:18px}.nav-bar__theme-toggle:hover{color:#12a594;border-color:#12a594;background:var(--wash)}.nav-bar__theme-toggle:focus-visible{outline:2px solid #12A594;outline-offset:2px}@media (min-width: 1024px){.nav-bar__theme-toggle{width:36px;height:36px}}.nav-bar__brand{display:inline-flex;align-items:center;gap:.55rem;line-height:1}.nav-bar__brand-mark{width:30px;height:30px;flex-shrink:0}@media (min-width: 1024px){.nav-bar__brand-mark{width:33px;height:33px}}.nav-bar__brand-text{font-family:Poppins,sans-serif;font-weight:700;letter-spacing:-.02em;font-size:1.35rem;color:var(--heading)}@media (min-width: 1024px){.nav-bar__brand-text{font-size:1.5rem}}.nav-bar__brand-text span{color:#12a594}.nav-bar{width:100%;overflow-x:hidden;overflow-y:hidden;height:52px;background-color:transparent;padding:4px 14px;position:relative;box-shadow:none;box-sizing:border-box;margin:0}@media (min-width: 768px){.nav-bar{height:56px;padding:.5rem 0}}@media (min-width: 1024px){.nav-bar{height:60px;padding:.5rem 0}}@media (min-width: 1440px){.nav-bar{height:64px;padding:.5rem 0}}.nav-bar__menu-button{background:none;border:none;padding:0;cursor:pointer;color:var(--heading);display:flex;align-items:center;justify-content:center;transition:transform .2s ease,color .2s ease;height:26px;width:26px}.nav-bar__menu-button:hover{color:#12a594}.nav-bar__menu-button img,.nav-bar__menu-button svg{height:26px;width:26px;object-fit:contain;display:block}.nav-bar__menu-button:hover{transform:scale(1.05)}.nav-bar__menu-button:focus-visible{outline:2px solid #12A594;outline-offset:2px;border-radius:4px}@media (min-width: 768px){.nav-bar__menu-button,.nav-bar__menu-button img{height:32px;width:32px}}.nav-bar__logo-link{display:flex;align-items:center;height:100%;justify-content:flex-start;flex-shrink:0;margin-right:1rem}@media (min-width: 768px){.nav-bar__logo-link{margin-right:1.5rem}}@media (min-width: 1024px){.nav-bar__logo-link{margin-right:2rem}}@media (min-width: 1440px){.nav-bar__logo-link{margin-right:2.5rem}}.nav-bar__search__form{flex:1;max-width:600px;margin:0 auto}.nav-bar__cont{display:flex;width:100%;justify-content:space-between;align-items:center;flex-wrap:nowrap;overflow:visible;height:100%;box-sizing:border-box}@media (min-width: 768px){.nav-bar__cont{padding:0 24px}}@media (min-width: 1024px){.nav-bar__cont{max-width:1200px;margin:0 auto;padding:0 32px}}@media (min-width: 1440px){.nav-bar__cont{max-width:1400px;padding:0 48px}}.nav-bar__cont__logo{display:flex;width:100%;justify-content:center;align-items:center;flex-shrink:0;height:100%;overflow:visible}@media (min-width: 768px){.nav-bar__cont__logo{width:auto;justify-content:flex-start;padding-right:10%;flex:0 0 auto;height:100%}}@media (min-width: 1024px){.nav-bar__cont__logo{width:auto;justify-content:flex-start;padding-right:1.5rem;flex:0 0 auto;max-width:180px;height:100%}}@media (min-width: 1440px){.nav-bar__cont__logo{max-width:200px;padding-right:2rem;height:100%}}.nav-bar__cont__search{flex:1;padding-right:1.5rem;display:flex;align-items:center}.nav-bar__cont__button{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease;align-self:stretch;min-height:0}.nav-bar__cont__button:hover{transform:scale(1.05)}@media (min-width: 768px){.nav-bar__cont__button{transform:none}.nav-bar__cont__button:hover{transform:scale(1.05)}}@media (min-width: 1024px){.nav-bar__cont__button{display:none}}.nav-bar__cont__profile-pic{display:flex;align-items:center;justify-content:flex-end;cursor:pointer;transition:transform .2s ease}.nav-bar__cont__profile-pic:hover{transform:scale(1.05)}@media (min-width: 768px){.nav-bar__cont__profile-pic{order:1;height:42px;width:auto}}.nav-bar__desktop-nav{display:none}@media (min-width: 1024px){.nav-bar__desktop-nav{display:flex;align-items:center;gap:.15rem;flex:1;justify-content:center;padding:0 .75rem;margin:0;flex-wrap:nowrap;min-width:0}}@media (min-width: 1440px){.nav-bar__desktop-nav{gap:.35rem}}.nav-bar__nav-link{color:var(--heading);text-decoration:none;font-family:Poppins,sans-serif;font-size:.86rem;font-weight:500;padding:.4rem .5rem;border-radius:8px;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.nav-bar__nav-link:hover{color:#12a594;background-color:var(--wash)}.nav-bar__nav-link.active{color:#0f6e56;background-color:var(--wash)}@media (min-width: 1440px){.nav-bar__nav-link{font-size:.92rem;padding:.45rem .6rem}}.nav-bar__logo{height:30px;width:auto;max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.nav-bar__logo:hover{animation:pulse 1s ease-in-out infinite}@media (min-width: 768px){.nav-bar__logo{height:32px;max-width:150px;max-height:32px}}@media (min-width: 1024px){.nav-bar__logo{height:34px;max-width:140px;max-height:34px}}@media (min-width: 1440px){.nav-bar__logo{height:36px;max-width:150px;max-height:36px}}.nav-bar__search-box{height:50px;width:100%;margin:1.5rem 0;border:2px solid var(--border);border-radius:6px;font-size:1.4rem;background-color:var(--surface);background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.8645%2011.3208H12.0515L11.7633%2011.0429C12.7719%209.86964%2013.3791%208.34648%2013.3791%206.68954C13.3791%202.99485%2010.3842%200%206.68954%200C2.99485%200%200%202.99485%200%206.68954C0%2010.3842%202.99485%2013.3791%206.68954%2013.3791C8.34648%2013.3791%209.86964%2012.7719%2011.0429%2011.7633L11.3208%2012.0515V12.8645L16.4666%2018L18%2016.4666L12.8645%2011.3208ZM6.68954%2011.3208C4.12693%2011.3208%202.05832%209.25214%202.05832%206.68954C2.05832%204.12693%204.12693%202.05832%206.68954%202.05832C9.25214%202.05832%2011.3208%204.12693%2011.3208%206.68954C11.3208%209.25214%209.25214%2011.3208%206.68954%2011.3208Z'%20fill='%23323232'/%3e%3c/svg%3e");background-size:25px;background-position:12px 12px;background-repeat:no-repeat;padding:1rem 3rem;outline:none;transition:all .3s ease}.nav-bar__search-box:focus{outline:2px solid #12A594;border-color:#12a594;box-shadow:0 0 0 3px #006af61a}.nav-bar__search-box::placeholder{font-size:1.2rem;font-family:Poppins,sans-serif;color:var(--muted)}@media (min-width: 768px){.nav-bar__search-box{height:58px;font-size:1.6rem;background-size:28px;background-position:15px 15px;padding:1rem 3rem}}@media (min-width: 1024px){.nav-bar__search-box{height:64px;font-size:1.8rem;background-size:32px;background-position:18px 18px}}@media (max-width: 480px){.nav-bar{height:60px;padding:6px 12px}.nav-bar__logo{height:48px}.nav-bar__menu-button,.nav-bar__menu-button img{height:22px;width:22px}.nav-bar__search-box{height:44px;font-size:1.2rem;background-size:20px;background-position:10px 10px;padding:.75rem 2.5rem;margin:1rem 0}}@media (max-width: 768px) and (orientation: landscape){.nav-bar{height:50px}.nav-bar__logo{height:40px}.nav-bar__menu-button,.nav-bar__menu-button img{height:20px;width:20px}.nav-bar__search-box{height:40px;margin:.75rem 0}}@media (prefers-reduced-motion: reduce){.nav-bar__logo:hover{animation:none}.nav-bar__menu-button,.nav-bar__cont__button,.nav-bar__cont__profile-pic{transition:none}.nav-bar__menu-button:hover,.nav-bar__cont__button:hover,.nav-bar__cont__profile-pic:hover{transform:none}.nav-bar__search-box{transition:none}}.overlay-menu{position:fixed;top:0;right:-100%;width:100%;height:100%;background-color:#0b2545fa;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;z-index:1000;display:flex;flex-direction:column;align-items:flex-start;padding:20px;transition:right .5s ease}@media (min-width: 1024px){.overlay-menu{display:none}}.overlay-menu.open{right:0}.overlay-menu__top{display:flex;align-items:flex-start;text-align:start;justify-content:space-between;width:100%;flex-shrink:0}.overlay-menu__scroll{flex:1;min-height:0;overflow-y:auto;width:100%}.overlay-menu__close{position:absolute;top:0;right:16px;font-size:60px;line-height:1;background:none;border:none;color:#fff;cursor:pointer}.overlay-menu__logo{width:120px;margin-bottom:20px}.overlay-menu__links{list-style:none;padding:0;margin:0;width:100%}.overlay-menu__links li{border-bottom:1px solid rgba(255,255,255,.12);padding:12px 0}.overlay-menu__links li a{color:#fff;text-decoration:none;font-family:Poppins,sans-serif;font-size:18px;font-weight:500;display:block;transition:color .2s ease}.overlay-menu__links li a:hover,.overlay-menu__links li a.active{color:#2dd4bf}.overlay-menu__social{margin:1rem 0;display:flex;gap:10px}.overlay-menu__social a{color:#fff;transition:color .2s ease}.overlay-menu__social a:hover{color:#2dd4bf}.affiliate-signup{background:linear-gradient(135deg,#0b2545,#122f52);color:#fff;padding:1.5rem;border-radius:8px;border:1px solid var(--text);font-size:14px;line-height:1.6;width:100%;box-sizing:border-box}.affiliate-signup__title{font-size:16px;font-weight:600;color:#fff;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.affiliate-signup__description{font-size:13px;color:var(--border);margin-bottom:1rem;line-height:1.6}.affiliate-signup__form{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 600px){.affiliate-signup__form{flex-direction:row}}.affiliate-signup__form-row{display:flex;gap:10px;margin-bottom:10px}@media (max-width: 600px){.affiliate-signup__form-row{flex-direction:column}}.affiliate-signup__input{flex:1;padding:.75rem 1rem;border:2px solid var(--text);border-radius:8px;background:#ffffff0d;color:#fff;font-size:14px;width:100%;box-sizing:border-box;transition:all .3s ease}.affiliate-signup__input:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a5941a;background:#ffffff1a}.affiliate-signup__input::placeholder{color:var(--muted)}.affiliate-signup__button{background:linear-gradient(135deg,#12a594,#0f6e56);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.affiliate-signup__button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #12a5944d;background:linear-gradient(135deg,#0f6e56,#0b2545)}.affiliate-signup__button:active{transform:translateY(0)}.shop-bar-wrapper{position:relative;z-index:200;width:100%;background-color:var(--surface);box-shadow:0 4px 16px #0b25450f;border-bottom:1px solid var(--border)}.shop-bar{display:flex;flex-wrap:nowrap;align-items:center;flex-direction:row;justify-content:space-between;align-content:space-between;padding:.4rem 14px;position:relative;z-index:3;height:48px;max-width:1200px;margin:0 auto;box-sizing:border-box}@media (min-width: 768px){.shop-bar{padding:.4rem 24px;height:50px}}@media (min-width: 1024px){.shop-bar{padding:.4rem 32px;height:52px}}@media (min-width: 1440px){.shop-bar{padding:.4rem 48px;height:52px;max-width:1400px}}.shop-bar__left{display:flex;align-items:center;flex:1;transition:flex-grow .3s ease}.shop-bar__right{display:flex;align-items:center;gap:.5rem;margin-left:2rem}.shop-bar__user-section{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.25rem .5rem;border-radius:20px;background:none;border:none;transition:all .3s ease}.shop-bar__user-section:hover{background-color:#12a5941a}.shop-bar__user-section:focus-visible{outline:2px solid #12A594;outline-offset:2px}@media (max-width: 480px){.shop-bar__user-section{gap:.25rem;padding:.2rem .4rem}}.shop-bar__profile-pic{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid var(--border);transition:all .3s ease}.shop-bar__profile-pic--default{background:linear-gradient(135deg,#12a594,#0f6e56);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;border:2px solid #12A594}@media (max-width: 480px){.shop-bar__profile-pic{width:28px;height:28px;font-size:12px}}@media (min-width: 768px){.shop-bar__profile-pic{width:38px;height:38px;font-size:15px}}@media (min-width: 1024px){.shop-bar__profile-pic{width:40px;height:40px;font-size:16px}}@media (min-width: 1440px){.shop-bar__profile-pic{width:42px;height:42px;font-size:16px}}.shop-bar__login{font-size:13px;cursor:pointer;transition:opacity .3s ease;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}@media (max-width: 480px){.shop-bar__login{font-size:12px;max-width:80px}}@media (min-width: 768px){.shop-bar__login{font-size:16px;max-width:150px}}@media (min-width: 1024px){.shop-bar__login{font-size:18px;max-width:180px}}.shop-bar__cart{width:26px;height:26px;margin-left:.5rem;cursor:pointer;color:var(--heading);transition:transform .2s ease-out;position:relative}.shop-bar__cart:hover{transform:scale(1.1)}.shop-bar__cart--pulse{animation:cart-pulse .6s ease-out}@media (min-width: 768px){.shop-bar__cart{width:32px;height:32px;margin-left:.75rem}}@media (min-width: 1024px){.shop-bar__cart{width:36px;height:36px;margin-left:1rem}}@keyframes cart-pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.shop-bar__cont__shop{display:flex;align-items:center;margin-right:1rem;cursor:pointer;color:var(--heading)}.shop-bar__cont__shop:focus-visible{outline:2px solid #12A594;outline-offset:2px;border-radius:4px}.shop-bar__cont__shop .shop-bar__drop-down{height:22px;transform:translateY(-1px);margin:0;padding:0}@media (min-width: 768px){.shop-bar__cont__shop .shop-bar__drop-down{height:28px}}@media (min-width: 1024px){.shop-bar__cont__shop .shop-bar__drop-down{height:32px}}.shop-bar__cont__shop .shop-bar__drop-down__text{font-size:14px;font-weight:600;margin-left:.25rem;opacity:1;max-width:100px;overflow:hidden;white-space:nowrap;transition:opacity .3s ease,max-width .3s ease,margin .3s ease}.shop-bar__cont__shop .shop-bar__drop-down__text--hidden{opacity:0;max-width:0;margin-left:0;margin-right:0}@media (min-width: 768px){.shop-bar__cont__shop .shop-bar__drop-down__text{font-size:16px;margin-left:.5rem}}@media (min-width: 1024px){.shop-bar__cont__shop .shop-bar__drop-down__text{font-size:18px;margin-left:.75rem}}.shop-bar__cont__search{position:relative;flex-grow:1;min-width:0}.shop-bar__cont__search .shop-bar__search__form{position:relative;display:flex;align-items:center}.shop-bar__cont__search .shop-bar__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:19px;height:19px;color:var(--muted);pointer-events:none;z-index:1}@media (min-width: 768px){.shop-bar__cont__search .shop-bar__search-icon{left:16px;width:22px;height:22px}}@media (min-width: 1024px){.shop-bar__cont__search .shop-bar__search-icon{left:20px;width:24px;height:24px}}.shop-bar__cont__search .shop-bar__search-box{flex:1;height:36px;width:40px;border:1px solid var(--border);border-radius:20px;background-color:transparent;color:var(--text);margin-left:.25rem;padding-left:40px;padding-right:16px;transition:all .3s ease}.shop-bar__cont__search .shop-bar__search-box::placeholder{color:transparent;transition:color .3s ease}.shop-bar__cont__search .shop-bar__search-box:focus{width:100%;border-color:var(--muted);background-color:var(--surface);outline:none}.shop-bar__cont__search .shop-bar__search-box:focus::placeholder{color:var(--text)}@media (min-width: 768px){.shop-bar__cont__search .shop-bar__search-box{height:38px;width:100%;border-radius:20px;background-size:20px;background-position:14px center;padding-left:42px;padding-right:18px;font-size:15px;background-color:var(--surface);border-color:var(--border);margin-left:1rem}.shop-bar__cont__search .shop-bar__search-box::placeholder{color:var(--muted)}}@media (min-width: 1024px){.shop-bar__cont__search .shop-bar__search-box{height:40px;width:100%;margin-right:1rem;border-radius:22px;background-size:22px;background-position:16px center;padding-left:46px;padding-right:20px;font-size:15px;background-color:var(--surface);border-color:var(--border)}.shop-bar__cont__search .shop-bar__search-box::placeholder{color:var(--muted)}}@media (min-width: 768px){.shop-bar{flex-direction:row;flex-wrap:nowrap;align-items:center;height:50px}.shop-bar__cont__search{align-items:center}.shop-bar__cont__profile-pic{align-items:center;order:1;height:42px;width:auto}.shop-bar__cont__button{margin-right:1.5rem;width:auto}}.shop-bar__cart-container{position:relative;display:inline-block}.shop-bar__cart-container:focus-visible{outline:2px solid #12A594;outline-offset:2px;border-radius:4px}.shop-bar__cart-badge{position:absolute;top:-5px;right:-5px;background-color:#12a594;color:#fff;font-size:10px;font-weight:700;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0003}@media (min-width: 768px){.shop-bar__cart-badge{font-size:12px;width:20px;height:20px;top:-6px;right:-6px}}@media (min-width: 1024px){.shop-bar__cart-badge{font-size:14px;width:24px;height:24px;top:-8px;right:-8px}}.shop-bar__close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;margin-left:1rem}.shop-bar__drop-down{transition:transform .3s ease}.shop-bar__drop-down.flipped{transform:rotate(180deg)}.two-factor-verification{max-width:400px;margin:0 auto;padding:2rem;background:var(--surface);border-radius:8px;box-shadow:0 2px 10px #0000001a}.two-factor-verification__header{text-align:center;margin-bottom:2rem}.two-factor-verification__header h2{color:var(--text);margin-bottom:.5rem;font-size:1.5rem}.two-factor-verification__header p{color:var(--muted);margin:0;font-size:.9rem}.two-factor-verification__form{margin-bottom:2rem}.two-factor-verification__code-section,.two-factor-verification__backup-section{margin-bottom:1.5rem}.two-factor-verification__label{display:block;color:var(--text);font-weight:500;margin-bottom:.5rem}.two-factor-verification__code-input{width:100%;padding:1rem;font-size:1.5rem;text-align:center;letter-spacing:.5rem;border:2px solid var(--border);border-radius:8px;font-family:Courier New,monospace;transition:border-color .2s}.two-factor-verification__code-input:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #007bff1a}.two-factor-verification__backup-input{width:100%;padding:1rem;font-size:1.2rem;text-align:center;letter-spacing:.2rem;border:2px solid var(--border);border-radius:8px;font-family:Courier New,monospace;text-transform:uppercase;transition:border-color .2s}.two-factor-verification__backup-input:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #007bff1a}.two-factor-verification__help{color:var(--muted);font-size:.8rem;margin-top:.5rem;text-align:center}.two-factor-verification__actions{display:flex;flex-direction:column;gap:.75rem}.two-factor-verification__btn{padding:.75rem 1rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.two-factor-verification__btn--primary{background:#12a594;color:#fff}.two-factor-verification__btn--primary:hover:not(:disabled){background:#0f6e56}.two-factor-verification__btn--primary:disabled{background:var(--muted);cursor:not-allowed}.two-factor-verification__btn--secondary{background:var(--muted);color:#fff}.two-factor-verification__btn--secondary:hover{background:var(--muted)}.two-factor-verification__btn--tertiary{background:transparent;color:var(--muted);border:1px solid var(--border)}.two-factor-verification__btn--tertiary:hover{background:var(--bg);color:var(--text)}.two-factor-verification__error{padding:.75rem;background:#fcebeb;color:#dc2626;border:1px solid #F7C1C1;border-radius:6px;margin:1rem 0;font-size:.9rem}.two-factor-verification__help-section{padding:1rem;background:var(--bg);border-radius:6px;border-left:4px solid #12A594}.two-factor-verification__help-section h4{color:var(--text);margin-bottom:.75rem;font-size:.9rem}.two-factor-verification__help-section ul{margin:0;padding-left:1.25rem;color:var(--muted);font-size:.8rem;line-height:1.4}.two-factor-verification__help-section ul li{margin-bottom:.25rem}@media (max-width: 480px){.two-factor-verification{padding:1rem;margin:.5rem}.two-factor-verification__code-input{font-size:1.25rem;letter-spacing:.3rem}.two-factor-verification__backup-input{font-size:1rem;letter-spacing:.1rem}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}body.modal-open{overflow:hidden;position:fixed;width:100%;height:100%}.enhanced-login-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;animation:fadeInScale .3s ease-out;width:100vw;height:100vh;overflow:hidden;padding:1rem;box-sizing:border-box}.enhanced-login-modal{background:var(--surface);border-radius:8px;box-shadow:0 4px 20px #00000026;position:relative;width:100%;max-width:480px;max-height:90vh;padding:0;overflow:hidden;animation:slideInUp .4s ease-out;transform-origin:center;border:1px solid var(--border);display:flex;flex-direction:column}@media (min-width: 768px){.enhanced-login-modal{max-width:520px}}@media (min-width: 1024px){.enhanced-login-modal{max-width:560px}}.enhanced-login-modal.transitioning .login-form,.enhanced-login-modal.transitioning .register-form,.enhanced-login-modal.transitioning .phone-login-form,.enhanced-login-modal.transitioning .phone-verify-form,.enhanced-login-modal.transitioning .success-screen{opacity:0;transform:translate(20px)}.enhanced-login-modal .close-button{position:absolute;top:1rem;right:1rem;background:var(--bg);font-size:1.2rem;cursor:pointer;color:var(--muted);width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;z-index:100;transition:all .2s ease}.enhanced-login-modal .close-button:active{transform:scale(.95)}.enhanced-login-modal .modal-header{text-align:center;padding:1.5rem 2rem 1rem;background:var(--bg);border-bottom:1px solid var(--border);position:relative}.enhanced-login-modal .modal-header h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--heading)}.enhanced-login-modal .modal-header p{margin:0;color:var(--muted);font-size:.9rem}.enhanced-login-modal .login-form,.enhanced-login-modal .register-form,.enhanced-login-modal .phone-login-form,.enhanced-login-modal .phone-verify-form,.enhanced-login-modal .success-screen{padding:1.5rem 2rem 2rem;background:var(--surface);animation:slideInRight .4s ease-out;transition:all .3s ease;flex:1;overflow-y:auto;max-height:calc(90vh - 120px)}.enhanced-login-modal .login-form.active,.enhanced-login-modal .register-form.active,.enhanced-login-modal .phone-login-form.active,.enhanced-login-modal .phone-verify-form.active,.enhanced-login-modal .success-screen.active{opacity:1;transform:translate(0)}.enhanced-login-modal .form-group{margin-bottom:1.5rem;position:relative;animation:slideInUp .4s ease-out forwards;opacity:0}.enhanced-login-modal .form-group:nth-child(1){animation-delay:.1s}.enhanced-login-modal .form-group:nth-child(2){animation-delay:.2s}.enhanced-login-modal .form-group:nth-child(3){animation-delay:.3s}.enhanced-login-modal .form-group:nth-child(4){animation-delay:.4s}.enhanced-login-modal .form-group:nth-child(5){animation-delay:.5s}.enhanced-login-modal .form-group:nth-child(6){animation-delay:.6s}.enhanced-login-modal .form-group:nth-child(7){animation-delay:.7s}.enhanced-login-modal .form-group:nth-child(8){animation-delay:.8s}.enhanced-login-modal .form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:600;color:var(--text)}.enhanced-login-modal .form-group input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem;transition:all .2s ease;background:var(--surface);color:var(--text)}.enhanced-login-modal .form-group input:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 2px #12a5941a}.enhanced-login-modal .form-group input:hover{border-color:var(--border)}.enhanced-login-modal .form-group input::placeholder{color:var(--muted);font-style:normal}.enhanced-login-modal .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}@media (min-width: 0px){.enhanced-login-modal .form-row{grid-template-columns:1fr}}.enhanced-login-modal .password-wrapper{position:relative}.enhanced-login-modal .password-wrapper input{padding-right:3rem}.enhanced-login-modal .password-wrapper .toggle-password{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .3s ease}.enhanced-login-modal .password-wrapper .toggle-password:hover{background:#12a5941a;transform:translateY(-50%) scale(1.1)}.enhanced-login-modal .password-requirements{margin-top:.5rem;padding:1rem;background:#12a5940d;border:1px solid rgba(18,165,148,.2);border-radius:8px;font-size:.85rem}.enhanced-login-modal .password-requirements p{margin:0 0 .5rem;font-weight:600;color:var(--text)}.enhanced-login-modal .password-requirements ul{margin:0;padding-left:1rem}.enhanced-login-modal .password-requirements .requirement-item{margin-bottom:.25rem;color:var(--muted)}.enhanced-login-modal .phone-verified{margin-top:.5rem;padding:.5rem;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:6px;color:#10b981;font-size:.85rem;font-weight:600;text-align:center}.enhanced-login-modal .verify-phone-button{margin-top:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#0b2545,#12a594);color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.enhanced-login-modal .verify-phone-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #12a5944d}.enhanced-login-modal .countdown{margin-top:.5rem;font-size:.85rem;color:var(--muted);text-align:center;font-style:italic}.enhanced-login-modal .submit-button{width:100%;background-color:#12a594;color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative;margin-top:1rem}.enhanced-login-modal .submit-button:hover{background-color:#0f6e56;transform:translateY(-1px);box-shadow:0 2px 6px #12a5944d}.enhanced-login-modal .submit-button:active{transform:translateY(0);box-shadow:0 1px 3px #12a5944d}.enhanced-login-modal .submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.enhanced-login-modal .forgot-password-link{text-align:right;margin-top:.5rem;margin-bottom:.25rem}.enhanced-login-modal .forgot-password-button{background:none;border:none;color:#12a594;font-size:.9rem;font-weight:600;cursor:pointer;padding:.5rem 0;text-decoration:none;transition:all .2s ease}.enhanced-login-modal .forgot-password-button:hover{color:#0f6e56;text-decoration:underline}.enhanced-login-modal .phone-login-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#12a594;color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.enhanced-login-modal .phone-login-button svg{width:1.1em;height:1.1em;flex-shrink:0}.enhanced-login-modal .phone-login-button:hover{background-color:#0f6e56;transform:translateY(-1px);box-shadow:0 2px 6px #12a5944d}.enhanced-login-modal .divider{position:relative;text-align:center;margin:1rem 0}.enhanced-login-modal .divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--border)}.enhanced-login-modal .divider span{background:var(--surface);padding:0 1rem;color:var(--muted);font-size:.85rem;position:relative}.enhanced-login-modal .toggle-section{text-align:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.enhanced-login-modal .toggle-section p{margin:0 0 .5rem;color:var(--muted);font-size:.9rem}.enhanced-login-modal .toggle-section .toggle-button{background:none;border:none;color:#12a594;font-weight:600;cursor:pointer;transition:all .2s ease;padding:.5rem 1rem;border-radius:6px;position:relative}.enhanced-login-modal .toggle-section .toggle-button:hover{color:#0f6e56;background:#12a5941a}.enhanced-login-modal .toggle-section .back-button{background:none;border:none;color:var(--muted);cursor:pointer;transition:all .2s ease;padding:.5rem 1rem;border-radius:6px;font-size:.9rem}.enhanced-login-modal .toggle-section .back-button:hover{color:var(--text);background:#6c757d1a}.enhanced-login-modal .success-screen{text-align:center;padding:3rem 2rem}.enhanced-login-modal .success-screen .success-icon{font-size:4rem;margin-bottom:1rem;animation:pulse 2s infinite}.enhanced-login-modal .success-screen h2{margin:0 0 1rem;color:#10b981;font-size:1.8rem}.enhanced-login-modal .success-screen .success-message{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.3);padding:1rem;border-radius:8px;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.enhanced-login-modal .success-screen .continue-button{background-color:#12a594;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease}.enhanced-login-modal .success-screen .continue-button:hover{background-color:#0f6e56;transform:translateY(-1px);box-shadow:0 2px 6px #12a5944d}.enhanced-login-modal .error-message{background:#fcebeb;color:#dc2626;border:1px solid #F7C1C1;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;animation:slideInUp .3s ease-out}.enhanced-login-modal .success-message{background:#e1f5ee;color:#0f6e56;border:1px solid #9FE1CB;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;animation:slideInUp .3s ease-out}@media (max-width: 767px){.enhanced-login-modal{width:100%;max-width:100%;max-height:95vh;margin:0;border-radius:0;height:100vh}.enhanced-login-modal .modal-header{padding:1.5rem 1rem 1rem}.enhanced-login-modal .modal-header h2{font-size:1.5rem}.enhanced-login-modal .login-form,.enhanced-login-modal .register-form,.enhanced-login-modal .phone-login-form,.enhanced-login-modal .phone-verify-form,.enhanced-login-modal .success-screen{padding:1.5rem 1rem;max-height:calc(95vh - 100px)}}.enhanced-login-modal.loading .submit-button{position:relative;color:transparent}.enhanced-login-modal.loading .submit-button:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.enhanced-login-modal *:focus{outline:2px solid #12A594;outline-offset:2px}@media (prefers-contrast: high){.enhanced-login-modal .form-group input{border-width:3px}.enhanced-login-modal .submit-button{border:2px solid #000}}@media (prefers-reduced-motion: reduce){.enhanced-login-modal *{animation:none!important;transition:none!important}}.cart-product-card{display:flex;gap:.25rem;padding:1rem 0;border-bottom:1px solid var(--border);cursor:pointer;transition:all .3s ease;min-height:180px;max-width:100%;border-radius:8px;position:relative;width:100%;overflow:hidden;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.cart-product-card:hover{background-color:var(--bg);transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-bottom-color:transparent}.cart-product-card:hover .cart-product-card__image-container{transform:scale(1.05)}.cart-product-card:hover .cart-product-card__title{color:#12a594}.cart-product-card__image-section{display:flex;flex-direction:column;gap:8px;flex-shrink:0;justify-content:end;align-items:center;width:45%;max-width:45%;min-width:0}.cart-product-card__image-container{position:relative;width:100%;max-width:130px;height:130px;overflow:hidden;flex-shrink:0;border-radius:8px;background:#f2f5f8;border:1px solid var(--border);box-shadow:0 2px 8px #0000001a;transition:transform .3s ease;margin:0 auto}.cart-product-card__image{width:100%;height:100%;object-fit:contain;object-position:center;padding:6px;transform:scale(1.15);transition:transform .3s ease;transform-origin:center center;max-width:100%}.cart-product-card:hover .cart-product-card__image{transform:scale(1.22)}.cart-product-card__image-details{display:flex;flex-direction:column;gap:4px;width:100%;max-width:150px;align-items:center;margin:0 auto}.cart-product-card__dosage-info{display:flex;flex-direction:column;gap:2px;align-items:center;width:100%}.cart-product-card__dosage-item{font-size:10px;color:var(--muted);background:#6c757d1a;padding:2px 4px;border-radius:6px;text-align:center;font-weight:500;width:100%}.cart-product-card__content{display:flex;flex-direction:column;flex:1;justify-content:end;min-width:0;width:55%;max-width:55%;position:relative}.cart-product-card__info{display:flex;flex-direction:column;gap:6px;min-width:0}.cart-product-card__category{font-size:10px;font-weight:600;color:#12a594;text-transform:uppercase;letter-spacing:.5px;background:#12a5941a;padding:3px 6px;border-radius:10px;display:inline-block;width:100%;margin-bottom:0;text-align:center}.cart-product-card__title{font-size:14px;font-weight:700;color:var(--heading);white-space:normal;overflow:hidden;transition:color .2s ease;text-overflow:ellipsis;min-width:0;line-height:1.2;margin:0;word-wrap:break-word;word-break:break-word;max-width:100%}.cart-product-card__nickname{font-size:17px;font-weight:700;color:var(--heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;line-height:1.3}.cart-product-card__realname{font-size:14px;color:var(--muted);margin:0;min-width:0;font-style:italic;white-space:normal;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;word-break:break-word;max-width:100%}.cart-product-card__price{font-size:1.125rem;font-weight:700;color:#12a594}.cart-product-card__actions{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-top:1rem;flex-shrink:0;align-self:flex-end;width:100%;max-width:100%;min-width:0}.cart-product-card__quantity-control{display:flex;align-items:center;gap:.5rem;flex-shrink:0;background:var(--bg);border-radius:8px;padding:6px;border:1px solid var(--border);width:100%;justify-content:center;max-width:140px;margin:0 auto}.cart-product-card__quantity-btn{width:32px;height:32px;border:none;background:var(--surface);border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;font-weight:600;color:var(--text);transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.cart-product-card__quantity-btn:hover:not(:disabled){background:#12a594;color:#fff;transform:translateY(-1px);box-shadow:0 2px 6px #12a5944d}.cart-product-card__quantity-btn:disabled{opacity:.5;cursor:not-allowed}.cart-product-card__quantity-btn--decrease:hover:not(:disabled){background:#0b2545;color:#fff;box-shadow:0 2px 6px #0b25454d}.cart-product-card__quantity-btn--increase:hover:not(:disabled){background:#12a594;color:#fff;box-shadow:0 2px 6px #12a5944d}.cart-product-card__quantity-input{width:60px;height:32px;border:1px solid var(--border);border-radius:6px;text-align:center;font-size:1rem;font-weight:600;background:var(--surface);transition:all .2s ease;color:var(--text)}.cart-product-card__quantity-input:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 2px #12a5941a}.cart-product-card__remove-btn{position:absolute;top:-.5em;right:.2rem;width:32px;height:32px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.cart-product-card__remove-btn:hover{transform:scale(1.1)}.cart-product-card__remove-btn:active{transform:scale(.95)}.cart-product-card__remove-btn svg{width:16px;height:20px;color:#dc2626}.cart-product-card--modal{margin-bottom:.75rem}.cart-product-card--modal .cart-product-card__image-container{width:100%;max-width:90px;height:90px}.cart-product-card--modal .cart-product-card__image-details{max-width:90px}.cart-product-card--modal .cart-product-card__title{font-size:16px;line-height:1.3}.cart-product-card--modal .cart-product-card__realname{font-size:10px}.cart-product-card--modal .cart-product-card__price{font-size:.9rem}.cart-product-card--modal .cart-product-card__quantity-btn{width:28px;height:28px;font-size:1rem}.cart-product-card--modal .cart-product-card__quantity-input{width:50px;height:28px;font-size:.9rem}.cart-product-card--modal .cart-product-card__quantity-control{padding:4px;gap:.4rem;max-width:120px}.cart-product-card--shopping-cart{margin-bottom:.5rem;padding:0 1.2em 0 0;padding-bottom:1rem;min-height:120px;gap:.5rem}.cart-product-card--shopping-cart .cart-product-card__image-container{width:100%;max-width:80px;height:80px}.cart-product-card--shopping-cart .cart-product-card__image-details{max-width:80px;gap:2px}.cart-product-card--shopping-cart .cart-product-card__category{font-size:8px;padding:2px 4px;margin-bottom:0}.cart-product-card--shopping-cart .cart-product-card__dosage-item{font-size:8px;padding:1px 3px}.cart-product-card--shopping-cart .cart-product-card__info{margin-bottom:.5rem}.cart-product-card--shopping-cart .cart-product-card__title{font-size:16px;line-height:1.2;margin:0}.cart-product-card--shopping-cart .cart-product-card__realname{font-size:12px;margin:0}.cart-product-card--shopping-cart .cart-product-card__price{font-size:1rem;margin:0}.cart-product-card--shopping-cart .cart-product-card__actions{margin-top:.5rem;gap:4px}.cart-product-card--shopping-cart .cart-product-card__quantity-btn{width:24px;height:24px;font-size:.9rem}.cart-product-card--shopping-cart .cart-product-card__quantity-input{width:40px;height:24px;font-size:.8rem}.cart-product-card--shopping-cart .cart-product-card__quantity-control{padding:3px;gap:.25rem;width:100%;justify-content:center;max-width:100px;margin:0 auto}.cart-product-card--shopping-cart .cart-product-card__remove-btn{width:24px;height:24px;top:0;right:.1rem}.cart-product-card--shopping-cart .cart-product-card__remove-btn svg{width:16px;height:20px}.cart-product-card__price-orig{margin-left:.5rem;color:var(--muted);text-decoration:line-through;font-weight:500;font-size:.85em}.empty-state{display:flex;align-items:center;justify-content:center;min-height:300px;padding:3rem 2rem;text-align:center}.empty-state__content{max-width:400px;display:flex;flex-direction:column;align-items:center;gap:1rem}.empty-state__icon{width:64px;height:64px;color:var(--muted);margin-bottom:.5rem;opacity:.6}.empty-state__icon svg{width:100%;height:100%}.empty-state--cart .empty-state__icon{color:var(--border)}.empty-state__link{color:#12a594;text-decoration:underline;font-weight:600}.empty-state__link:hover{color:#0b2545}.empty-state__title{font-size:20px;font-weight:700;color:var(--heading);margin:0;text-transform:uppercase;letter-spacing:.02em}.empty-state__message{font-size:14px;color:var(--muted);margin:0;line-height:1.6}.empty-state__action{margin-top:.5rem;padding:12px 24px;background:#12a594;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #0208170f}.empty-state__action:hover{background:#0b2545;box-shadow:0 8px 24px #0208171f;transform:translateY(-2px)}.empty-state__action:active{transform:translateY(0);box-shadow:0 4px 12px #02081714}.empty-state__action:focus-visible{outline:none;box-shadow:0 0 0 4px #12a5941f}.cart-addon{margin:1.5rem 0;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:16px}.cart-addon__head{margin-bottom:1.1rem}.cart-addon__title{font-family:Poppins,sans-serif;font-weight:700;letter-spacing:-.02em;font-size:1.25rem;color:var(--heading);margin:.3rem 0 .25rem}.cart-addon__sub{color:var(--muted);font-size:.92rem;line-height:1.45;margin:0}.cart-addon__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem}.cart-addon__card{display:flex;align-items:center;gap:.85rem;padding:.7rem;border:1px solid var(--border);border-radius:11px;background:var(--bg, #fff);transition:border-color .18s ease,box-shadow .18s ease}.cart-addon__card:hover{border-color:#12a59466;box-shadow:0 6px 18px #0000000f}.cart-addon__img{width:56px;height:56px;flex:0 0 56px;object-fit:contain;border-radius:8px;background:#f4f8f8}.cart-addon__info{display:flex;flex-direction:column;gap:.1rem;min-width:0;flex:1 1 auto}.cart-addon__name{font-family:Poppins,sans-serif;font-weight:600;font-size:.94rem;color:var(--heading);line-height:1.2}.cart-addon__meta{font-size:.76rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-addon__price{font-weight:700;font-size:.92rem;color:#12a594;margin-top:.1rem}.cart-addon__btn{flex:0 0 auto;padding:.5rem 1.05rem;font-size:.85rem}.cart-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9998;animation:overlay-fadeIn .3s ease-out}.cart-modal-overlay.closing{animation:overlay-fadeOut .3s ease-out}.cart-modal{position:fixed;top:0;right:0;width:300px;max-height:calc(100vh - 120px);background-color:var(--surface);border:1px solid var(--border);border-radius:11px 0 11px 11px;box-shadow:-8px 12px 32px #0b254524;z-index:9999;display:flex;flex-direction:column;overflow-x:hidden;animation:modal-slideIn .3s ease-out}.cart-modal.closing{animation:modal-slideOut .3s ease-out}.cart-modal{transform-origin:top right}.cart-modal__title{font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:600;color:var(--heading);margin-bottom:12px;margin-top:1rem;padding:0 1rem}.cart-modal__content-wrapper{position:relative;flex:1;min-height:0;margin-bottom:16px;display:flex;flex-direction:column}.cart-modal__content{flex:1;overflow-y:auto;max-height:calc(100vh - 200px);-webkit-overflow-scrolling:touch}.cart-modal__fade{position:absolute;left:0;right:0;height:28px;pointer-events:none;z-index:1;opacity:0;transition:opacity .2s ease}.cart-modal__fade--top{top:0;background:linear-gradient(to bottom,#fff,#fff0)}.cart-modal__fade--bottom{bottom:0;background:linear-gradient(to top,#fff,#fff0)}.cart-modal__fade--visible{opacity:1}.cart-modal__list{list-style:none;padding:0;margin:0}.cart-modal__item{display:flex;align-items:center;margin-bottom:1rem}.cart-modal__item:last-child{margin-bottom:0}.cart-modal__image-container{width:75px;height:75px;border-radius:4px;overflow:hidden;flex-shrink:0}.cart-modal__image{width:100%;height:100%;border-radius:4px;object-fit:cover;box-shadow:0 2px 8px #00000026;transition:all .3s ease}.cart-modal__image:hover{box-shadow:0 4px 16px #00000040;transform:scale(1.05)}.cart-modal__details{flex:1;margin-left:1rem}.cart-modal__name{font-size:.9rem;font-weight:700}.cart-modal__price{color:var(--muted);font-size:.9rem;margin-top:.25rem}.cart-modal__remove{flex:1;background:none;border:none;color:#12a594;cursor:pointer;text-align:end;font-size:.8rem}.cart-modal__actions{display:flex;gap:8px}.cart-modal__actions .cart-modal__button{flex:1;padding:9px 12px;border:none;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-weight:500;font-size:.9rem;transition:all .2s ease}.cart-modal__actions--cart{background-color:var(--wash);color:var(--heading)}.cart-modal__actions--cart:hover{background-color:var(--wash)}.cart-modal__actions--checkout{background-color:var(--heading);color:#fff}.cart-modal__actions--checkout:hover{background-color:#12a594}.cart-modal__actions--checkout.disabled{background-color:var(--border);color:var(--muted);cursor:not-allowed}.cart-modal__empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem .5rem;gap:.75rem}.cart-modal__empty-icon{width:56px;height:56px;color:var(--border)}.cart-modal__empty-icon svg{width:100%;height:100%}.cart-modal__empty-message{font-size:.9rem;color:var(--muted);margin:0;line-height:1.5}.cart-modal__empty-link{color:#12a594;text-decoration:underline;font-weight:600}.cart-modal__empty-link:hover{color:#0b2545}.cart-modal__quantity-control{display:flex;align-items:center;margin:.5rem 0;gap:4px}.cart-modal__quantity-control button{background-color:#12a594;color:#fff;border:none;border-radius:4px;padding:4px 8px;cursor:pointer;font-size:.85rem}.cart-modal__quantity-control button:disabled{background-color:var(--border);cursor:not-allowed}.cart-modal__quantity-control span{min-width:24px;text-align:center;font-size:.9rem}.dropdown-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1;overscroll-behavior:contain;pointer-events:none;opacity:0;transition:opacity .3s ease}.dropdown-menu-overlay--visible{pointer-events:auto;opacity:1}.dropdown-menu{position:absolute;top:100%;left:0;width:100%;background-color:var(--surface);box-shadow:0 8px 32px #0000001f;border-radius:0 0 12px 12px;z-index:2;transition:opacity .3s ease-out,transform .3s ease-out;transform:translateY(-10px);opacity:0;pointer-events:none;border:1px solid rgba(0,0,0,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);max-width:100vw;overflow-x:hidden}@media (min-width: 768px){.dropdown-menu{border-radius:0 0 16px 16px!important;box-shadow:0 12px 48px #00000026!important;max-width:90vw!important;margin:0 auto;left:50%;transform:translate(-50%) translateY(-10px)}}@media (min-width: 1024px){.dropdown-menu{border-radius:0 0 20px 20px!important;box-shadow:0 16px 64px #0000002e!important;max-width:80vw!important;margin:0 auto;left:50%;transform:translate(-50%) translateY(-10px)}}.dropdown-menu.active{transform:translateY(0);opacity:1;pointer-events:auto}@media (min-width: 768px){.dropdown-menu.active{transform:translate(-50%) translateY(0)}}@media (min-width: 1024px){.dropdown-menu.active{transform:translate(-50%) translateY(0)}}.dropdown-menu__top-bar{display:flex;justify-content:space-around;border-bottom:1px solid rgba(0,0,0,.08);padding:1rem 0;background:linear-gradient(135deg,var(--bg) 0%,var(--border) 100%);border-radius:12px 12px 0 0}@media (min-width: 768px){.dropdown-menu__top-bar{padding:1.25rem!important;border-radius:16px 16px 0 0!important}}@media (min-width: 1024px){.dropdown-menu__top-bar{padding:1.5rem!important;border-radius:20px 20px 0 0!important}}.dropdown-menu__tab{margin:0;font-weight:700;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease;color:var(--text);font-size:14px;background:none;border:none;font-family:inherit}.dropdown-menu__tab:hover{color:#12a594;background-color:#12a5941a;transform:translateY(-1px)}.dropdown-menu__tab:active{transform:translateY(0)}.dropdown-menu__tab.active{color:#12a594;background-color:#12a59414}.dropdown-menu__tab:focus-visible{outline:2px solid #12A594;outline-offset:2px}@media (min-width: 768px){.dropdown-menu__tab{font-size:16px!important;padding:.75rem 1.25rem!important}}@media (min-width: 1024px){.dropdown-menu__tab{font-size:18px!important;padding:1rem 1.5rem!important}}.dropdown-menu__list,.dropdown-menu__results{padding:1rem;margin-bottom:3rem;background-color:var(--surface);display:flex;flex-direction:column;gap:8px;list-style:none;margin:0}@media (min-width: 768px){.dropdown-menu__list,.dropdown-menu__results{flex-direction:row;flex-wrap:wrap;gap:12px;padding:1.25rem;justify-content:flex-start}}@media (min-width: 1024px){.dropdown-menu__list,.dropdown-menu__results{gap:16px;padding:1.5rem}}.dropdown-menu__list .dropdown-menu__list-item,.dropdown-menu__list p,.dropdown-menu__results .dropdown-menu__list-item,.dropdown-menu__results p{margin:0;font-weight:600;color:var(--text);cursor:pointer;padding:.75rem 1rem;border-radius:8px;transition:all .2s ease;border:1px solid rgba(0,0,0,.1);background-color:var(--surface);box-shadow:0 2px 4px #0000000d;text-align:center;min-height:44px;display:flex;align-items:center;justify-content:center;list-style:none;font-size:14px;flex:1 1 auto;min-width:120px}.dropdown-menu__list .dropdown-menu__list-item:hover,.dropdown-menu__list p:hover,.dropdown-menu__results .dropdown-menu__list-item:hover,.dropdown-menu__results p:hover{color:#12a594;background-color:#12a5940d;border-color:#12a5944d;transform:translateY(-2px);box-shadow:0 4px 12px #12a59426}.dropdown-menu__list .dropdown-menu__list-item--focused,.dropdown-menu__list p--focused,.dropdown-menu__results .dropdown-menu__list-item--focused,.dropdown-menu__results p--focused{color:#12a594;background-color:#12a5940d;border-color:#12a5944d}.dropdown-menu__list .dropdown-menu__list-item:focus-visible,.dropdown-menu__list p:focus-visible,.dropdown-menu__results .dropdown-menu__list-item:focus-visible,.dropdown-menu__results p:focus-visible{outline:2px solid #12A594;outline-offset:2px}@media (min-width: 768px){.dropdown-menu__list .dropdown-menu__list-item,.dropdown-menu__list p,.dropdown-menu__results .dropdown-menu__list-item,.dropdown-menu__results p{font-size:16px;padding:1rem 1.25rem;flex:0 0 calc(50% - 6px);max-width:calc(50% - 6px)}}@media (min-width: 1024px){.dropdown-menu__list .dropdown-menu__list-item,.dropdown-menu__list p,.dropdown-menu__results .dropdown-menu__list-item,.dropdown-menu__results p{font-size:18px;padding:1.25rem 1.5rem;flex:0 0 calc(33.333% - 11px);max-width:calc(33.333% - 11px)}}.dropdown-menu__search-results{position:relative;padding:1rem 1rem 0;max-height:600px;overflow-y:auto;background-color:var(--surface)}.dropdown-menu__search-results:after{content:"";position:sticky;display:block;bottom:0;left:0;right:0;height:140px;margin-top:-140px;background:linear-gradient(to top,#fff 0%,rgba(255,255,255,.9) 40%,transparent 100%);pointer-events:none}@media (min-width: 768px){.dropdown-menu__search-results{padding:1.25rem 1.25rem 0}}@media (min-width: 1024px){.dropdown-menu__search-results{padding:1.5rem 1.5rem 0}}.dropdown-menu__search-results::-webkit-scrollbar{width:6px}.dropdown-menu__search-results::-webkit-scrollbar-track{background:var(--bg);border-radius:3px}.dropdown-menu__search-results::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.dropdown-menu__search-results::-webkit-scrollbar-thumb:hover{background:var(--muted)}.dropdown-menu__search-header{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.08)}.dropdown-menu__search-header h3{margin:0;font-size:16px;color:var(--text);font-weight:700;letter-spacing:.5px;text-transform:uppercase}@media (min-width: 768px){.dropdown-menu__search-header h3{font-size:18px}}@media (min-width: 1024px){.dropdown-menu__search-header h3{font-size:20px}}.dropdown-menu__product-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}@media (min-width: 768px){.dropdown-menu__product-list{flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:flex-start}}@media (min-width: 1024px){.dropdown-menu__product-list{gap:1.25rem}}.dropdown-menu__product-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid rgba(0,0,0,.08);border-radius:12px;cursor:pointer;background-color:var(--surface);transition:all .3s ease;width:100%;flex-shrink:0;list-style:none}.dropdown-menu__product-item:hover,.dropdown-menu__product-item--focused{background-color:#12a5940d;border-color:#12a5944d;transform:translateY(-2px);box-shadow:0 8px 24px #12a59426}.dropdown-menu__product-item:active{transform:translateY(-1px)}.dropdown-menu__product-item:focus-visible{outline:2px solid #12A594;outline-offset:2px}@media (min-width: 768px){.dropdown-menu__product-item{padding:1rem;gap:1rem;border-radius:14px;flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px)}}@media (min-width: 1024px){.dropdown-menu__product-item{padding:1.25rem;gap:1.25rem;border-radius:16px;flex:0 0 calc(33.333% - 11px);max-width:calc(33.333% - 11px)}}.dropdown-menu__product-image{width:50px;height:50px;flex-shrink:0;border-radius:8px;overflow:hidden;background-color:var(--bg);display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.05)}.dropdown-menu__product-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}@media (min-width: 768px){.dropdown-menu__product-image{width:60px;height:60px;border-radius:10px}}@media (min-width: 1024px){.dropdown-menu__product-image{width:70px;height:70px;border-radius:12px}}.dropdown-menu__product-placeholder{font-size:10px;color:var(--muted);text-align:center}@media (min-width: 768px){.dropdown-menu__product-placeholder{font-size:12px}}@media (min-width: 1024px){.dropdown-menu__product-placeholder{font-size:14px}}.dropdown-menu__product-info{flex:1;min-width:0;display:flex;flex-direction:column}.dropdown-menu__product-name{margin:0 0 .25rem;font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 768px){.dropdown-menu__product-name{font-size:16px}}@media (min-width: 1024px){.dropdown-menu__product-name{font-size:18px}}.dropdown-menu__product-nickname{margin:0 0 .25rem;font-size:12px;color:var(--muted);font-style:italic}.dropdown-menu__product-brand{margin:0 0 .25rem;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.dropdown-menu__product-price{margin:0;font-size:14px;font-weight:600;color:#12a594}@media (min-width: 768px){.dropdown-menu__product-price{font-size:16px}}@media (min-width: 1024px){.dropdown-menu__product-price{font-size:18px}}.dropdown-menu__search-more{text-align:center;padding:.5rem;color:var(--muted);font-size:12px;font-style:italic;list-style:none}.dropdown-menu__no-results{text-align:center;padding:2rem;color:var(--muted)}.dropdown-menu__no-results p{margin:0;font-size:14px}.dropdown-menu__brands{padding:1rem;margin-bottom:3rem;display:flex;flex-direction:column;gap:12px;width:100%}@media (min-width: 768px){.dropdown-menu__brands{flex-direction:row;flex-wrap:wrap;gap:16px;padding:1.25rem;justify-content:space-between}}@media (min-width: 1024px){.dropdown-menu__brands{gap:20px;padding:1.5rem;justify-content:flex-start}}.dropdown-menu__brand-button{position:relative;height:80px;border:none;border-radius:12px;cursor:pointer;overflow:hidden;transition:all .3s ease;background:linear-gradient(135deg,var(--bg) 0%,var(--border) 100%);box-shadow:0 2px 10px #0000000f;width:100%;min-width:0;flex-shrink:0}.dropdown-menu__brand-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.dropdown-menu__brand-button:active{transform:translateY(0)}.dropdown-menu__brand-button:focus-visible{outline:2px solid #12A594;outline-offset:2px}@media (min-width: 768px){.dropdown-menu__brand-button{height:100px;border-radius:14px;flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px)}}@media (min-width: 1024px){.dropdown-menu__brand-button{height:120px;border-radius:16px;flex:0 0 calc(33.333% - 14px);max-width:calc(33.333% - 14px)}}.dropdown-menu__brand-button--all{background:linear-gradient(135deg,#12a594,#0f6e56)}.dropdown-menu__brand-button--all .dropdown-menu__brand-text{color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.dropdown-menu__brand-button--therabolics{background-position:calc(50% + 5px) calc(50% + 15px)!important;background-size:100%!important}.dropdown-menu__brand-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#00000059,#0000008c);display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:14px 16px;transition:background 4s ease}.dropdown-menu__brand-overlay--loaded{background:linear-gradient(180deg,#0000,#0000)}.dropdown-menu__brand-overlay--banner-all{background:linear-gradient(180deg,#0000000d,#0000001a)!important}.dropdown-menu__brand-overlay--banner-all .dropdown-menu__brand-text{color:#fff!important;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.dropdown-menu__brand-overlay--banner-all .dropdown-menu__brand-blurb{color:var(--bg)!important;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.dropdown-menu__brand-text{font-weight:800;font-size:1rem;color:#fff;text-align:center;text-shadow:1px 1px 2px rgba(0,0,0,.7);line-height:1.2;word-wrap:break-word;letter-spacing:.02em;text-transform:uppercase;margin:0}@media (min-width: 768px){.dropdown-menu__brand-text{font-size:1.1rem!important}}@media (min-width: 1024px){.dropdown-menu__brand-text{font-size:1.25rem!important}}.dropdown-menu__brand-blurb{font-size:.8rem;color:#fff;text-align:center;text-shadow:1px 1px 2px rgba(0,0,0,.7);opacity:.95;margin:4px 0 0;line-height:1.2}@media (min-width: 768px){.dropdown-menu__brand-blurb{font-size:.9rem}}@media (min-width: 1024px){.dropdown-menu__brand-blurb{font-size:.95rem}}.dropdown-menu__loading{grid-column:1/-1;text-align:center;color:var(--muted);font-style:italic;margin:20px 0;font-size:14px;list-style:none}@media (min-width: 768px){.dropdown-menu__loading{font-size:16px;margin:24px 0}}@media (min-width: 1024px){.dropdown-menu__loading{font-size:18px;margin:28px 0}}.profile-picture{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background:var(--cta);color:#fff;font-weight:600;flex-shrink:0}.profile-picture--small{width:34px;height:34px;font-size:13px}@media (min-width: 1024px){.profile-picture--small{width:36px;height:36px;font-size:14px}}.profile-picture--medium{width:48px;height:48px;font-size:16px}.profile-picture--large{width:64px;height:64px;font-size:20px}.profile-picture--xlarge{width:96px;height:96px;font-size:28px}.profile-picture--border{border:2px solid var(--border);box-shadow:0 2px 8px #0000001a}.profile-picture--border-primary{border:2px solid #12A594;box-shadow:0 2px 8px #12a59433}.profile-picture__image{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:transform .2s ease}.profile-picture__image:hover{transform:scale(1.05)}.profile-picture__initials{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#12a594,#0f6e56);border-radius:50%;font-weight:600;letter-spacing:.5px}.profile-picture:hover .profile-picture__image{transform:scale(1.05)}.profile-picture--loading{background:linear-gradient(90deg,var(--border) 25%,var(--border) 50%,var(--border) 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.price-match-banner{background:linear-gradient(135deg,#0b2545,#12a594);color:#fff;padding:8px 0;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;white-space:nowrap;box-shadow:0 2px 8px #0b25452e}.price-match-banner:hover{background:linear-gradient(135deg,#0b2545,#0f6e56);box-shadow:0 4px 12px #12a5944d}.price-match-banner__content{display:flex;align-items:center;justify-content:flex-start;animation:scroll 8s linear infinite;width:200%;gap:18px}.price-match-banner__text{display:flex;align-items:center;font-size:.9rem;font-weight:500}.price-match-banner__icon{font-size:1.1rem;animation:bounce 1.5s infinite}.price-match-banner__message{letter-spacing:.5px}.price-match-banner__arrow{width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-left:10px;transition:transform .3s ease}.price-match-banner__arrow svg{width:16px;height:16px;color:#fff}.price-match-banner:hover .price-match-banner__arrow{transform:translate(5px)}@media (max-width: 768px){.price-match-banner{padding:6px 0}.price-match-banner__text{font-size:.8rem;gap:6px}.price-match-banner__icon{font-size:1rem}.price-match-banner__arrow{width:18px;height:18px;margin-left:15px}.price-match-banner__arrow svg{width:14px;height:14px}}@media (max-width: 480px){.price-match-banner__text{font-size:.75rem}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-2px)}}.breadcrumbs-bar{width:100%;background:var(--bg);padding:10px 16px;box-sizing:border-box}@media (min-width: 768px){.breadcrumbs-bar{padding:12px 24px}}@media (min-width: 1024px){.breadcrumbs-bar{padding:14px 32px;max-width:1200px;margin:0 auto}}@media (min-width: 1440px){.breadcrumbs-bar{max-width:1400px;padding:14px 48px}}.breadcrumbs{padding:0;margin:0}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:6px}.breadcrumbs__item{display:flex;align-items:center;gap:6px}.breadcrumbs__link{color:var(--muted);text-decoration:none;font-size:13px;font-weight:500;transition:color .2s ease}.breadcrumbs__link:hover{color:#12a594}.breadcrumbs__link:focus-visible{outline:2px solid #12A594;outline-offset:2px;border-radius:4px}.breadcrumbs__current{color:var(--heading);font-size:13px;font-weight:600}.breadcrumbs__separator{color:var(--muted);font-size:12px;opacity:.6}.account-actions-bar{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:10px 16px;box-sizing:border-box}@media (min-width: 768px){.account-actions-bar{padding:12px 24px}}@media (min-width: 1024px){.account-actions-bar{padding:12px 32px;max-width:1200px;margin:0 auto}}@media (min-width: 1440px){.account-actions-bar{max-width:1400px;padding:12px 48px}}.account-actions-bar .logout-button{background:transparent;border:1px solid var(--border);color:var(--heading);font-family:Poppins,sans-serif;font-weight:500;font-size:.85rem;padding:7px 16px;border-radius:11px;cursor:pointer;transition:all .2s ease}.account-actions-bar .logout-button:hover{border-color:#dc2626;color:#dc2626;background:#dc26260f}.account-settings-gear{position:relative;display:inline-flex}.account-settings-gear__icon{width:32px;height:32px;cursor:pointer;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));transition:all .15s ease}.account-settings-gear__icon:hover{filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));transform:scale(1.05)}.account-settings-gear__icon:active{transform:scale(.95)}.account-settings-gear__menu{position:absolute;top:100%;right:0;margin:8px 0 0;min-width:200px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 16px #0000001f;list-style:none;padding:8px 0;z-index:1001}.account-settings-gear__menu li{margin:0}.account-settings-gear__menu a{display:block;padding:10px 16px;font-size:14px;color:#12a594;text-decoration:none;cursor:pointer;transition:background .15s ease}.account-settings-gear__menu a:hover{background:var(--bg)}.account-settings-gear__menu-item--disabled{display:block;padding:10px 16px;font-size:14px;color:var(--muted);cursor:default}.account-settings-gear__menu-item--disabled:hover{background:transparent}.footer{background:linear-gradient(135deg,#0b2545,#122f52);color:#fff;padding:2rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.6;z-index:150;position:relative;overflow:hidden;margin-top:2rem}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.02"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.footer{width:100%;margin:0;padding:2rem 1rem;box-sizing:border-box}@media (min-width: 768px){.footer{padding:3rem 2rem}}@media (min-width: 1024px){.footer{padding:4rem 0}}@media (min-width: 1440px){.footer{padding:5rem 0}}.footer__container{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;max-width:100%;margin:0 auto;box-sizing:border-box}@media (min-width: 768px){.footer__container{grid-template-columns:1fr 1fr;gap:2.5rem;padding:0}}@media (min-width: 1024px){.footer__container{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;padding:0 24px}}@media (min-width: 1440px){.footer__container{max-width:1400px;padding:0 36px}}.footer__logo{display:flex;flex-direction:column;align-items:flex-start;grid-column:1/-1}@media (min-width: 768px){.footer__logo{grid-column:1/2}}@media (min-width: 1024px){.footer__logo{grid-column:1/2}}.footer__logo__image{width:120px;height:auto;margin-bottom:1rem;filter:brightness(1.1);transition:all .3s ease}.footer__logo__image:hover{transform:scale(1.05);filter:brightness(1.2)}@media (min-width: 768px){.footer__logo__image{width:140px}}@media (min-width: 1024px){.footer__logo__image{width:160px}}.footer__logo p{margin:0;font-size:13px;color:#ccc;line-height:1.7;max-width:100%}@media (min-width: 768px){.footer__logo p{font-size:14px;max-width:90%}}@media (min-width: 1024px){.footer__logo p{font-size:15px;max-width:85%}}.footer__links{display:flex;flex-direction:column}@media (min-width: 768px){.footer__links{grid-column:2/3}}@media (min-width: 1024px){.footer__links{grid-column:2/3}}.footer__links-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}@media (min-width: 768px){.footer__links-title{font-size:17px}}@media (min-width: 1024px){.footer__links-title{font-size:18px}}.footer__link-item{padding:.5rem 0;color:#ccc;cursor:pointer;font-size:14px;transition:all .3s ease;border-bottom:1px solid transparent;position:relative;text-decoration:none;display:inline-block}.footer__link-item:hover{color:#12a594;transform:translate(4px);border-bottom-color:#12a594}@media (min-width: 768px){.footer__link-item{font-size:15px}}@media (min-width: 1024px){.footer__link-item{font-size:16px}}.footer__affiliate{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.footer__affiliate{grid-column:1/3}}@media (min-width: 1024px){.footer__affiliate{grid-column:3/4}}.footer__affiliate-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}@media (min-width: 768px){.footer__affiliate-title{font-size:17px}}@media (min-width: 1024px){.footer__affiliate-title{font-size:18px}}.footer__affiliate p{margin:0;font-size:13px;color:#ccc;line-height:1.6}@media (min-width: 768px){.footer__affiliate p{font-size:14px}}@media (min-width: 1024px){.footer__affiliate p{font-size:15px}}.footer__signup{display:flex;flex-direction:column;gap:.75rem;width:100%}@media (min-width: 768px){.footer__signup{flex-direction:row}}.footer__signup-input{flex:1;padding:.75rem 1rem;border:2px solid #444444;border-radius:8px;background:#ffffff0d;color:#fff;font-size:14px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer__signup-input:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #006af61a;background:#ffffff1a}.footer__signup-input::placeholder{color:#999}@media (min-width: 768px){.footer__signup-input{font-size:15px}}@media (min-width: 1024px){.footer__signup-input{font-size:16px;padding:.875rem 1.25rem}}.footer__signup-button{background:#12a594;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;position:relative;overflow:hidden}.footer__signup-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.footer__signup-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #12a59459;background:#0f6e56}.footer__signup-button:hover:before{left:100%}.footer__signup-button:active{transform:translateY(0)}@media (min-width: 768px){.footer__signup-button{font-size:15px}}@media (min-width: 1024px){.footer__signup-button{font-size:16px;padding:.875rem 2rem}}.footer__social{display:flex;gap:1rem;margin-top:1rem}@media (min-width: 768px){.footer__social{grid-column:2/3;justify-content:flex-start}}@media (min-width: 1024px){.footer__social{grid-column:4/5;justify-content:flex-start}}.footer__social a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff1a;color:#fff;border-radius:50%;font-size:18px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.footer__social a:hover{background:#12a594;transform:translateY(-3px) scale(1.1);box-shadow:0 8px 24px #006af64d}@media (min-width: 768px){.footer__social a{width:48px;height:48px;font-size:20px}}@media (min-width: 1024px){.footer__social a{width:52px;height:52px;font-size:22px}}.footer__legal{display:flex;flex-direction:column;gap:.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #444444;grid-column:1/-1;text-align:center}@media (min-width: 768px){.footer__legal{text-align:left}}@media (min-width: 1024px){.footer__legal{text-align:left}}.footer__legal p{margin:0;font-size:12px;color:#999;line-height:1.5}@media (min-width: 768px){.footer__legal p{font-size:13px}}@media (min-width: 1024px){.footer__legal p{font-size:14px}}.footer__legal-link{color:#ccc;text-decoration:none;transition:all .3s ease}.footer__legal-link:hover{color:#12a594;text-decoration:underline}.home-proof{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem 3rem}.home-proof__rating{text-align:center}.home-proof__stars{display:inline-flex;gap:4px;color:#12a594}.home-proof__stars svg{width:26px;height:26px;filter:drop-shadow(0 0 6px rgba(45,212,191,.35))}.home-proof__score{margin:.35rem 0 0;font-family:Poppins,sans-serif;font-size:1.1rem;color:var(--heading)}.home-proof__score strong{color:#12a594;font-weight:700;font-size:1.3rem}.home-proof__sub{margin:.1rem 0 0;font-size:.82rem;color:var(--muted)}.home-proof__stats{display:flex;flex-wrap:wrap;gap:1.25rem 2.5rem;justify-content:center;padding-left:3rem;border-left:1px solid var(--border)}@media (max-width: 640px){.home-proof__stats{border-left:none;padding-left:0;border-top:1px solid var(--border);padding-top:1.25rem;width:100%}}.home-proof__stats div{text-align:center;display:flex;flex-direction:column}.home-proof__stats strong{font-family:Poppins,sans-serif;font-weight:700;font-size:1.25rem;color:var(--heading)}.home-proof__stats span{font-size:.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.home-statement{margin:1rem 0;background:#0b2545;background:linear-gradient(135deg,#0b2545,#0f2e4e 60%,#0f6e56 200%);overflow:hidden}.home-statement__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;align-items:center;gap:2rem;padding:3rem 1.25rem}@media (min-width: 768px){.home-statement__inner{padding:4rem 2rem}}@media (min-width: 1024px){.home-statement__inner{grid-template-columns:1.1fr .9fr;padding:4.5rem 32px}}@media (min-width: 1440px){.home-statement__inner{max-width:1400px}}.home-statement .pep-eyebrow{color:#2dd4bf}.home-statement__title{font-family:Poppins,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.05;color:#fff;font-size:clamp(2rem,5vw,3.2rem);margin:0 0 1rem}.home-statement__title em{font-style:normal;color:#2dd4bf}.home-statement__sub{color:#dce7eed1;font-size:1.05rem;line-height:1.6;max-width:32rem;margin:0 0 1.75rem}.home-statement__media{display:none}@media (min-width: 1024px){.home-statement__media{display:block;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.home-statement__media img{width:100%;height:320px;object-fit:cover;display:block}}.home-values__grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 768px){.home-values__grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.home-values__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.home-values__card{padding:1.5rem}.home-values__icon{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:12px;background:var(--wash);color:#12a594;font-size:1.3rem;margin-bottom:.9rem}.home-values__card h3{font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:600;color:var(--heading);margin:0 0 .35rem}.home-values__card p{font-size:.92rem;line-height:1.55;color:var(--muted);margin:0}.refer-banner{position:relative;border-radius:16px;overflow:hidden;background-color:#0b2545;background-size:cover;background-position:right center;background-repeat:no-repeat;border:1px solid var(--border);box-shadow:0 10px 30px #00000040}.refer-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#071726eb,#071726b3 45%,#07172626)}.refer-banner__content{position:relative;z-index:1;padding:2.25rem 1.5rem;max-width:30rem}@media (min-width: 768px){.refer-banner__content{padding:3rem 2.5rem}}.refer-banner__eyebrow{display:inline-block;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#2dd4bf;margin-bottom:.6rem}.refer-banner__title{font-family:Poppins,sans-serif;font-size:1.6rem;line-height:1.15;color:#fff;margin:0 0 .5rem}.refer-banner__title span{color:#2dd4bf}@media (min-width: 768px){.refer-banner__title{font-size:2.1rem}}.refer-banner__sub{font-size:.95rem;line-height:1.5;color:#dce7eed9;margin:0 0 1.4rem}.refer-banner__cta{display:inline-flex;align-items:center;gap:.5rem;background:#12a594;color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:.95rem;border:none;border-radius:11px;padding:.8rem 1.5rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.refer-banner__cta:hover{background:#2dd4bf;color:#0b2545;transform:translateY(-2px);box-shadow:0 8px 20px #2dd4bf59}.blog-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.blog-section__all{flex-shrink:0;color:#12a594;font-family:Poppins,sans-serif;font-weight:600;font-size:.9rem;text-decoration:none;white-space:nowrap}.blog-section__all:hover{color:#0f6e56}.blog-section__list{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width: 768px){.blog-section__list{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.blog-section__list{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.blog-section__item{display:flex}.blog-card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:var(--surface);box-shadow:0 4px 18px var(--shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px var(--shadow);border-color:#12a59466}.blog-card__image-wrap{width:100%;aspect-ratio:16/10;overflow:hidden;cursor:pointer;background:var(--bg)}.blog-card__image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.blog-card:hover .blog-card__image-wrap img{transform:scale(1.04)}.blog-card__body{padding:1.1rem 1.2rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.blog-card__title{margin:0;font-family:Space Grotesk,Inter,sans-serif;font-size:1.15rem;font-weight:700;line-height:1.3;letter-spacing:-.01em;cursor:pointer;color:var(--heading);transition:color .18s ease}.blog-card__title:hover{color:#12a594}.blog-card__date{font-size:.8rem;color:var(--muted)}.blog-card__summary{color:var(--text);font-size:.92rem;line-height:1.55;margin:0}.blog-card__more{margin-top:auto;padding-top:.4rem;display:inline-flex;align-items:center;gap:.35rem;color:#12a594;font-family:Space Grotesk,Inter,sans-serif;font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:none;width:fit-content}.blog-card__more span{transition:transform .18s ease}.blog-card__more:hover span{transform:translate(3px)}.stars{display:inline-flex;align-items:center;gap:1px}.stars__star{width:14px;height:14px;fill:var(--border);flex-shrink:0}.stars__star.is-on{fill:#f5a623}.stars__count{margin-left:.35rem;font-size:.78rem;color:var(--muted);font-weight:500}.stars--md .stars__star{width:18px;height:18px}.stars--md .stars__count{font-size:.85rem}.product-card{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border);cursor:pointer;transition:all .25s ease;min-height:200px;max-width:100%;border-radius:16px}.product-card:hover{background-color:var(--wash);transform:translateY(-2px);box-shadow:0 6px 18px #0b254514;border-bottom-color:transparent}.product-card__image-section{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.product-card__image-container{position:relative;width:130px;height:130px;overflow:hidden;flex-shrink:0;border-radius:11px;background:#f2f5f8;border:1px solid var(--border);transition:transform .25s ease}.product-card__image{width:100%;height:100%;object-fit:contain;padding:.35rem;box-sizing:border-box;transform:scale(1);transition:transform .25s ease;transform-origin:center center;max-width:100%}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#ecfdf6f7,#ecfdf6cc 40%,#ecfdf666,#ecfdf600);padding:12px 10px 10px;display:flex;flex-direction:column;gap:2px;min-height:50px}.product-card__image-details{display:flex;flex-direction:column;gap:4px;width:130px;align-items:center}.product-card__content{display:flex;flex-direction:column;flex:1;justify-content:space-between;min-width:0}.product-card__info{display:flex;flex-direction:column;gap:8px;min-width:0}.product-card__category{font-size:10px;font-weight:600;color:#0f6e56;text-transform:uppercase;letter-spacing:.5px;background:#12a5941a;padding:3px 8px;border-radius:999px;display:inline-block;width:100%;margin-bottom:0;text-align:center}.product-card__dosage-info{display:flex;flex-direction:column;gap:2px;align-items:center;width:100%}.product-card__dosage-item{font-size:10px;color:var(--muted);background:#5b6b7b1a;padding:2px 6px;border-radius:8px;text-align:center;font-weight:500;width:100%}.product-card__title{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:var(--heading);white-space:normal;overflow:visible;text-overflow:unset;min-width:0;line-height:1.2;margin:0;word-wrap:break-word}.product-card__nickname{font-family:Poppins,sans-serif;font-size:17px;font-weight:600;color:var(--heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;line-height:1.3}.product-card__realname{font-size:11px;color:var(--muted);margin:0;min-width:0;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__description-section{flex:1;margin:3px 0 8px}.product-card__description-header{font-size:10px;font-weight:600;color:#0f6e56;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.product-card__description{font-size:11px;color:var(--muted);display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;min-width:0;line-height:1.25;text-overflow:ellipsis;word-wrap:break-word}.product-card__actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;margin-top:auto;flex-shrink:0}.product-card__variant{position:relative;background:var(--cta);color:#fff;font-size:11px;font-weight:600;border:none;border-radius:11px;padding:11px 14px;cursor:pointer;width:100%;box-sizing:border-box;text-align:center;white-space:normal;word-wrap:break-word;transition:all .2s ease}.product-card__variant:hover{background:var(--cta-hover);box-shadow:0 6px 16px #12a59447;transform:translateY(-1px)}.product-card__variant:active{transform:translateY(0);box-shadow:none}.product-card__variant:disabled{opacity:.7;cursor:wait;transform:none}.product-card__variant--adding{animation:pulse-add .6s ease-in-out}.product-card__variant .variant-text{white-space:normal}.product-card__variant .variant-price{font-size:16px;font-weight:700;margin-top:3px;color:#fff}.product-card__variant .plus-icon{position:absolute;top:-8px;right:-8px;background:#2dd4bf;color:var(--heading);font-size:12px;width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;pointer-events:none;box-shadow:0 2px 6px #2dd4bf66;font-weight:700}@keyframes pulse-add{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.product-card--promo{display:flex;flex-direction:column;padding:0 0 1rem;border:none;background:transparent;scroll-snap-align:start;gap:0rem}.product-card--promo .product-card__image-section{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.product-card--promo .product-card__image-container{position:relative;background:#f4f8f8;border:1px solid var(--border);width:100%;aspect-ratio:1/1;height:auto;border-radius:16px;display:grid;place-items:center;overflow:hidden}.product-card--promo .product-card__image-details{display:flex;flex-direction:column;gap:3px;width:140px;align-items:center}.product-card--promo .product-card__image{width:100%;height:100%;object-fit:contain;padding:.5rem;box-sizing:border-box;display:block}.product-card--promo .product-card__content{padding:.7rem .4rem .5rem;justify-content:flex-start;gap:.2rem}.product-card--promo .product-card__brand{font-weight:700;text-transform:uppercase;font-size:.8rem;letter-spacing:.08em;color:#12a594;margin-bottom:.15rem}@media (min-width: 1024px){.product-card--promo .product-card__brand{font-size:.85rem}}.product-card--promo .product-card__promo-title{font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:700;color:var(--heading);line-height:1.15;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width: 1024px){.product-card--promo .product-card__promo-title{font-size:1.5rem}}.product-card--promo .product-card__price-row{display:flex;align-items:baseline;margin:.35rem 0 .15rem}.product-card--promo .product-card__price{font-family:Poppins,sans-serif;font-weight:700;font-size:1.6rem;color:var(--heading)}@media (min-width: 1024px){.product-card--promo .product-card__price{font-size:1.8rem}}.product-card--promo .product-card__overlay,.product-card--promo .product-card__title,.product-card--promo .product-card__info,.product-card--promo .product-card__realname,.product-card--promo .product-card__category,.product-card--promo .product-card__description{display:none}.product-card--promo .product-card__image-container{background:#fff}.product-card--promo .product-card__actions{margin-top:.35rem;width:100%}.product-card--promo .product-card__variant{width:100%;height:50px;border-radius:11px;display:grid;place-items:center;padding:0 1rem;margin-top:.2rem;background:var(--cta);color:#fff;font-weight:600;letter-spacing:.02em;border:none;transition:all .2s ease}.product-card--promo .product-card__variant:hover{background:var(--cta-hover);box-shadow:0 6px 16px #12a59447;transform:translateY(-1px)}.product-card--promo .product-card__variant:active{transform:translateY(0);box-shadow:none}.product-card--promo .product-card__variant .variant-text{font-size:1.05rem;font-weight:600;letter-spacing:.02em}.product-card--promo .product-card__variant .variant-price,.product-card--promo .product-card__variant .plus-icon{display:none}.product-card__sale-badge{position:absolute;top:.5rem;left:.5rem;z-index:2;background:#e11d48;color:#fff;font-family:Poppins,sans-serif;font-weight:700;font-size:.76rem;line-height:1;padding:.28rem .5rem;border-radius:999px;letter-spacing:.02em;box-shadow:0 2px 6px #0000002e}.product-card__price--sale{color:#12a594}.product-card__price-orig{margin-left:.5rem;color:var(--muted);text-decoration:line-through;font-weight:600;font-size:1.05rem}.product-card .variant-price__sale{font-weight:700}.product-card .variant-price__orig{margin-left:.4rem;text-decoration:line-through;opacity:.7;font-weight:600;font-size:.85em}.promo-section{margin:2rem 1rem 2.5rem}@media (min-width: 768px){.promo-section{margin:2.5rem 2rem 3rem}}@media (min-width: 1024px){.promo-section{margin:3rem auto;max-width:1200px;padding:0 32px}}@media (min-width: 1440px){.promo-section{max-width:1400px;padding:0 48px}}.promo-section__inner{border-bottom:1px solid var(--border);margin-right:1rem;padding-bottom:.5rem}.promo-section__header{display:flex;justify-content:space-between;align-items:center;margin-right:1rem}.promo-section__header h2{font-family:Poppins,sans-serif;font-weight:700;letter-spacing:-.02em;color:var(--heading);margin:0;font-size:1.45rem}@media (min-width: 768px){.promo-section__header h2{font-size:1.75rem}}@media (min-width: 1024px){.promo-section__header h2{font-size:2rem}}.promo-section__header a{color:#12a594;font-family:Poppins,sans-serif;font-weight:600;font-size:.85rem;text-decoration:none;letter-spacing:.01em;white-space:nowrap;transition:color .15s ease}.promo-section__header a:hover{color:#0f6e56}@media (min-width: 768px){.promo-section__header a{font-size:.95rem}}.promo-section__scroller{position:relative;isolation:isolate}.promo-section__grid{position:relative;z-index:1;display:flex;gap:1.5rem;overflow-x:auto;padding:.5rem 0 1rem 1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(to right,#000 80%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to right,#000 80%,#0000)}.promo-section__grid::-webkit-scrollbar{display:none}.promo-section__grid{-ms-overflow-style:none;scrollbar-width:none}@media (min-width: 768px){.promo-section__grid{gap:2rem;padding:1rem 0 1.5rem 1rem}}@media (min-width: 1024px){.promo-section__grid{gap:6rem;padding:1.5rem 0 3rem 1rem}}.promo-section__grid .product-card{flex-shrink:0;width:240px;scroll-snap-align:start}@media (min-width: 768px){.promo-section__grid .product-card{width:300px}}@media (min-width: 1024px){.promo-section__grid .product-card{width:340px}}.promo-section__fade-right{position:absolute;top:0;right:0;bottom:0;width:72px;pointer-events:none;z-index:2;opacity:0;transition:opacity .15s ease;background:linear-gradient(to left,var(--bg) 0%,transparent 100%)}.promo-section__fade-right.is-visible{opacity:1}@media (min-width: 768px){.promo-section__fade-right{width:96px}}@media (min-width: 1024px){.promo-section__fade-right{width:120px}}.promo-section__rule{display:none}@media (max-width: 360px){.promo-section__fade-right{width:48px}}.feature-strip{width:100%;background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.1rem 0}.feature-strip__inner{max-width:1200px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}@media (min-width: 1024px){.feature-strip__inner{padding:0 32px}}.feature-strip__tile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.55rem}.feature-strip__icon-wrap{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--wash);color:#12a594;flex-shrink:0}.feature-strip__icon-wrap svg{width:22px;height:22px}@media (min-width: 768px){.feature-strip__icon-wrap{width:52px;height:52px}.feature-strip__icon-wrap svg{width:26px;height:26px}}@media (min-width: 1024px){.feature-strip__icon-wrap{width:58px;height:58px}.feature-strip__icon-wrap svg{width:28px;height:28px}}.feature-strip__title{margin:0;font-family:Poppins,sans-serif;text-transform:uppercase;font-weight:600;font-size:.6rem;line-height:1.15;letter-spacing:.04em;color:var(--heading)}@media (min-width: 768px){.feature-strip__title{font-size:.78rem}}@media (min-width: 1024px){.feature-strip__title{font-size:.9rem}}.hero-slider{position:relative;width:100%;min-height:460px;max-height:78vh;background:#0b2545;overflow:hidden}@media (min-width: 768px){.hero-slider{min-height:520px}}@media (min-width: 1024px){.hero-slider{min-height:600px}}.hero-slider__track{display:flex;height:100%;min-height:inherit;transition:transform .6s cubic-bezier(.22,.61,.36,1);will-change:transform}.hero-slider__slide{position:relative;flex:0 0 100%;min-height:inherit;overflow:hidden;background:#0b2545;display:flex;align-items:center}.hero-slider__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center left;animation:hero-kenburns 18s ease-in-out infinite alternate}@keyframes hero-kenburns{0%{transform:scale(1.04) translate(0)}to{transform:scale(1.12) translate(1.5%)}}.hero-slider__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(270deg,#0b2545eb,#0b2545b8 38%,#0b254526 70%,#0b254500),linear-gradient(0deg,#0b25458c,#0b254500 45%)}@media (max-width: 640px){.hero-slider__scrim{background:linear-gradient(0deg,#0b2545f2 8%,#0b254599 45%,#0b254533)}}.hero-slider__content{position:relative;z-index:2;max-width:560px;width:90%;padding:0 1.25rem;margin:0 auto;color:#fff;animation:hero-rise .7s ease-out both}@media (min-width: 768px){.hero-slider__content{margin:0 0 0 auto;padding-right:24px;padding-left:1.25rem}}@media (min-width: 1024px){.hero-slider__content{max-width:620px;padding-right:32px;padding-left:1.25rem}}@media (min-width: 1440px){.hero-slider__content{padding-right:48px;padding-left:1.25rem}}@media (max-width: 640px){.hero-slider__content{text-align:right;margin-left:auto;margin-bottom:.5rem}}@keyframes hero-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-slider__eyebrow{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:2px;color:#2dd4bf;border:1px solid rgba(45,212,191,.4);border-radius:999px;padding:5px 14px;margin-bottom:1rem;background:#2dd4bf14}.hero-slider__title{font-family:Poppins,sans-serif;font-weight:700;color:#fff;letter-spacing:-1px;line-height:1.04;margin:0 0 .75rem;font-size:clamp(2.1rem,6vw,4rem);text-shadow:0 2px 30px rgba(45,212,191,.25)}.hero-slider__sub{font-size:clamp(.98rem,1.6vw,1.2rem);line-height:1.5;color:#c9dce6;margin:0 0 1.75rem;max-width:38ch}.hero-slider__cta{display:inline-block;background:#12a594;color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;letter-spacing:.3px;text-decoration:none;padding:14px 30px;border-radius:11px;transition:all .22s ease;box-shadow:0 8px 24px #12a59459}.hero-slider__cta:hover{background:#2dd4bf;color:#0b2545;transform:translateY(-2px);box-shadow:0 12px 30px #2dd4bf73}.hero-slider__control{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#0b254573;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:1.4rem;cursor:pointer;display:grid;place-items:center;transition:all .2s ease}.hero-slider__control:hover{background:#12a594;border-color:#12a594;transform:translateY(-50%) scale(1.06)}.hero-slider__control--prev{left:.85rem}.hero-slider__control--next{right:.85rem}@media (max-width: 640px){.hero-slider__control{display:none}}.hero-slider__dots{position:absolute;z-index:3;bottom:1.1rem;left:0;right:0;display:flex;justify-content:center;gap:8px}@media (min-width: 768px){.hero-slider__dots{justify-content:flex-end;padding-right:24px;padding-left:0}}@media (min-width: 1024px){.hero-slider__dots{padding-right:32px;padding-left:0}}@media (min-width: 1440px){.hero-slider__dots{padding-right:48px;padding-left:0}}.hero-slider__dot{width:9px;height:9px;border-radius:50%;border:none;background:#ffffff59;cursor:pointer;padding:0;transition:all .25s ease}.hero-slider__dot.is-active{background:#2dd4bf;width:26px;border-radius:999px;box-shadow:0 0 12px #2dd4bfb3}@media (prefers-reduced-motion: reduce){.hero-slider__img,.hero-slider__content{animation:none}.hero-slider__track{transition:none}}.alert-notification{position:fixed;top:20px;right:20px;left:20px;margin:0 auto;max-width:calc(100vw - 40px);width:auto;box-sizing:border-box;overflow-wrap:break-word;word-break:break-word;background-color:#10b981;color:#fff;padding:16px 24px;border-radius:8px;box-shadow:0 4px 6px #0000001a;opacity:1;transform:translateY(0);transition:opacity .5s ease-out,transform .5s ease-out;z-index:1000}.alert-notification.hidden{opacity:0;transform:translateY(-20px)}.alert-notification.error{background-color:#dc2626}.alert-notification.warning{background-color:#f59e0b}.alert-notification.info{background-color:#12a594}.alert-notification.success{background-color:#10b981}.two-factor-setup{max-width:600px;margin:0 auto;padding:2rem;background:var(--surface);border-radius:8px;box-shadow:0 2px 10px #0000001a}.two-factor-setup__header{text-align:center;margin-bottom:2rem}.two-factor-setup__header h2{color:var(--text);margin-bottom:.5rem}.two-factor-setup__header p{color:var(--muted);margin:0}.two-factor-setup__step{animation:fadeIn .3s ease-in-out}.two-factor-setup__info{margin-bottom:2rem}.two-factor-setup__info h3{color:var(--text);margin-bottom:1rem}.two-factor-setup__info p{color:var(--muted);line-height:1.6;margin-bottom:1rem}.two-factor-setup__info ul{color:var(--muted);padding-left:1.5rem}.two-factor-setup__info ul li{margin-bottom:.5rem;line-height:1.5}.two-factor-setup__qr-container{text-align:center;margin:2rem 0;padding:1rem;background:var(--bg);border-radius:8px}.two-factor-setup__qr{max-width:200px;height:auto}.two-factor-setup__manual-entry{margin:2rem 0}.two-factor-setup__manual-entry h4{color:var(--text);margin-bottom:1rem}.two-factor-setup__secret-container{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.two-factor-setup__secret{flex:1;padding:.75rem;background:var(--bg);border:1px solid var(--border);border-radius:4px;font-family:Courier New,monospace;font-size:.9rem;word-break:break-all}.two-factor-setup__copy-btn{padding:.5rem;background:#12a594;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.two-factor-setup__copy-btn:hover{background:#0f6e56}.two-factor-setup__copy-btn--all{width:100%;margin-top:1rem;padding:.75rem}.two-factor-setup__verify{margin:2rem 0}.two-factor-setup__verify h4{color:var(--text);margin-bottom:1rem}.two-factor-setup__code-input{width:100%;padding:1rem;font-size:1.5rem;text-align:center;letter-spacing:.5rem;border:2px solid var(--border);border-radius:8px;font-family:Courier New,monospace}.two-factor-setup__code-input:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #007bff1a}.two-factor-setup__success{text-align:center;margin-bottom:2rem}.two-factor-setup__success-icon{font-size:3rem;margin-bottom:1rem}.two-factor-setup__success h3{color:#10b981;margin-bottom:.5rem}.two-factor-setup__success p{color:var(--muted);margin:0}.two-factor-setup__backup-codes{margin:2rem 0;padding:1.5rem;background:#faeeda;border:1px solid #FAC775;border-radius:8px}.two-factor-setup__backup-codes h4{color:#b45309;margin-bottom:1rem}.two-factor-setup__backup-codes p{color:#b45309;margin-bottom:1rem;line-height:1.5}.two-factor-setup__codes-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;margin-bottom:1rem}.two-factor-setup__backup-code{padding:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:4px;font-family:Courier New,monospace;font-size:.9rem;text-align:center;font-weight:700}.two-factor-setup__actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.two-factor-setup__btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.two-factor-setup__btn--primary{background:#12a594;color:#fff}.two-factor-setup__btn--primary:hover:not(:disabled){background:#0f6e56}.two-factor-setup__btn--primary:disabled{background:var(--muted);cursor:not-allowed}.two-factor-setup__btn--secondary{background:var(--muted);color:#fff}.two-factor-setup__btn--secondary:hover{background:var(--muted)}.two-factor-setup__error{padding:1rem;background:#fcebeb;color:#dc2626;border:1px solid #F7C1C1;border-radius:6px;margin:1rem 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.two-factor-setup{padding:1rem;margin:1rem}.two-factor-setup__actions{flex-direction:column}.two-factor-setup__btn{width:100%}.two-factor-setup__codes-container{grid-template-columns:repeat(2,1fr)}}.two-factor-management{background:var(--surface);border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.two-factor-management__header{margin-bottom:1rem}.two-factor-management__header h3{color:var(--text);margin-bottom:.5rem;font-size:1.25rem}.two-factor-management__header p{color:var(--muted);margin:0;font-size:.9rem}.two-factor-management__success{padding:.75rem;background:#e1f5ee;color:#0f6e56;border:1px solid #9FE1CB;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.two-factor-management__error{padding:.75rem;background:#fcebeb;color:#dc2626;border:1px solid #F7C1C1;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.two-factor-management__status{margin-bottom:1rem;padding:1rem;background:var(--bg);border-radius:6px}.two-factor-management__status-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.two-factor-management__status-item:last-child{margin-bottom:0}.two-factor-management__label{font-weight:500;color:var(--text)}.two-factor-management__value{font-weight:500}.two-factor-management__value.enabled{color:#10b981}.two-factor-management__value.disabled{color:#dc2626}.two-factor-management__actions{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.two-factor-management__btn{padding:.75rem 1rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.two-factor-management__btn--primary{background:#12a594;color:#fff}.two-factor-management__btn--primary:hover:not(:disabled){background:#0f6e56}.two-factor-management__btn--secondary{background:var(--muted);color:#fff}.two-factor-management__btn--secondary:hover:not(:disabled){background:var(--muted)}.two-factor-management__btn--tertiary{background:#12a594;color:#fff}.two-factor-management__btn--tertiary:hover:not(:disabled){background:#0f6e56}.two-factor-management__btn--danger{background:#dc2626;color:#fff}.two-factor-management__btn--danger:hover:not(:disabled){background:#dc2626}.two-factor-management__btn:disabled{background:var(--muted);cursor:not-allowed}.two-factor-management__disable-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.two-factor-management__disable-content{background:var(--surface);padding:2rem;border-radius:8px;max-width:400px;width:90%;box-shadow:0 4px 20px #00000026}.two-factor-management__disable-content h4{color:var(--text);margin-bottom:1rem}.two-factor-management__disable-content p{color:var(--muted);margin-bottom:1.5rem;line-height:1.5}.two-factor-management__form-group{margin-bottom:1rem}.two-factor-management__form-group label{display:block;color:var(--text);font-weight:500;margin-bottom:.5rem}.two-factor-management__form-group input{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem}.two-factor-management__form-group input:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #007bff1a}.two-factor-management__form-actions{display:flex;gap:1rem;justify-content:flex-end}.two-factor-management__info{padding:1rem;background:var(--wash);border:1px solid var(--wash);border-radius:6px}.two-factor-management__info h4{color:#0f6e56;margin-bottom:.75rem;font-size:1rem}.two-factor-management__info ul{margin:0;padding-left:1.25rem;color:#0f6e56;font-size:.9rem;line-height:1.5}.two-factor-management__info ul li{margin-bottom:.25rem}@media (max-width: 768px){.two-factor-management{padding:1rem}.two-factor-management__actions{flex-direction:column}.two-factor-management__btn{width:100%}}.profile-picture-selector{background:var(--surface);border-radius:12px;padding:24px;box-shadow:0 2px 12px #00000014;position:relative}.profile-picture-selector__title{font-size:20px;font-weight:600;color:var(--heading);margin:0 0 24px;border-bottom:2px solid var(--bg);padding-bottom:12px}.profile-picture-selector__current{display:flex;flex-direction:column;align-items:center;margin-bottom:32px;padding:20px;background:var(--bg);border-radius:8px}.profile-picture-selector__current-label{margin:12px 0 0;font-size:14px;color:var(--muted);font-weight:500}.profile-picture-selector__error{background:#fcebeb;color:#dc2626;padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:14px;border:1px solid #F7C1C1}.profile-picture-selector__section{margin-bottom:32px}.profile-picture-selector__section:last-child{margin-bottom:0}.profile-picture-selector__section-title{font-size:16px;font-weight:600;color:var(--heading);margin:0 0 16px}.profile-picture-selector__avatars{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:100%}@media (min-width: 768px){.profile-picture-selector__avatars{grid-template-columns:repeat(3,1fr);max-width:600px}}@media (min-width: 1024px){.profile-picture-selector__avatars{grid-template-columns:repeat(4,1fr);max-width:800px}}.profile-picture-selector__avatar{position:relative;width:80px;height:80px;border:3px solid var(--border);border-radius:50%;background:var(--surface);cursor:pointer;transition:all .2s ease;overflow:hidden;padding:0}.profile-picture-selector__avatar:hover:not(.profile-picture-selector__avatar--disabled){border-color:#12a594;transform:scale(1.05);box-shadow:0 4px 12px #12a59433}.profile-picture-selector__avatar--selected{border-color:#12a594;box-shadow:0 0 0 2px #12a59433}.profile-picture-selector__avatar--disabled{opacity:.6;cursor:not-allowed}.profile-picture-selector__avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-picture-selector__upload{display:flex;flex-direction:column;gap:12px;max-width:300px}.profile-picture-selector__file-input{display:none}.profile-picture-selector__upload-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:linear-gradient(135deg,#12a594,#0f6e56);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.profile-picture-selector__upload-button:hover:not(.profile-picture-selector__upload-button--disabled){background:linear-gradient(135deg,#0f6e56,#0b2545);transform:translateY(-1px);box-shadow:0 4px 12px #12a5944d}.profile-picture-selector__upload-button--disabled{opacity:.6;cursor:not-allowed;transform:none}.profile-picture-selector__upload-hint{font-size:12px;color:var(--muted);margin:0;line-height:1.4}.profile-picture-selector__loading{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px;z-index:10}.profile-picture-selector__spinner{width:32px;height:32px;border:3px solid var(--bg);border-top:3px solid #12A594;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}@media (min-width: 0px){.profile-picture-selector{padding:20px}.profile-picture-selector__avatar{width:60px;height:60px}}.profile-picture-selector__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:11px;padding:12px 16px;color:var(--heading);font-family:Poppins,sans-serif;font-weight:500;font-size:.95rem;cursor:pointer;transition:border-color .2s ease,color .2s ease}.profile-picture-selector__toggle:hover{border-color:#12a594;color:#12a594}.profile-picture-selector__toggle:focus-visible{outline:2px solid #12A594;outline-offset:2px}.profile-picture-selector__toggle-chevron{transition:transform .25s ease}.profile-picture-selector__toggle-chevron.is-open{transform:rotate(180deg)}.profile-picture-selector__avatars{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.profile-picture-selector__avatar{background:transparent;border:2px solid transparent;border-radius:50%;padding:2px;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;aspect-ratio:1/1}.profile-picture-selector__avatar-image{width:100%;height:100%;border-radius:50%;display:block}.profile-picture-selector__avatar:hover{transform:translateY(-2px);border-color:#12a594}.profile-picture-selector__avatar--selected{border-color:#12a594;box-shadow:0 0 0 3px #12a59459}.profile-picture-selector__avatar--disabled{opacity:.6;cursor:wait}.account-dashboard{max-width:800px;margin:0 auto;padding:20px;box-sizing:border-box;overflow-x:hidden;font-family:Arial,sans-serif}@media (min-width: 1024px){.account-dashboard{max-width:1200px;padding:24px 32px}}@media (min-width: 1440px){.account-dashboard{max-width:1400px;padding:32px 48px}}.account-dashboard a{text-decoration:none;color:inherit}.account-dashboard a:visited{color:inherit}.account-dashboard__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-bottom:2px solid var(--border);padding-bottom:10px;margin-bottom:20px}.account-dashboard__header h1{font-size:18px;color:var(--text);margin:0}.account-dashboard__points{display:flex;justify-content:space-between;margin-bottom:20px}.account-dashboard__points__item{flex:1;text-align:center;background-color:var(--bg);padding:10px;margin:0 5px;border:1px solid var(--border);border-radius:8px}.account-dashboard__points__item p{font-size:24px;color:#12a594;margin:0;font-weight:700}.account-dashboard__points__item span{font-size:14px;color:var(--muted)}.account-dashboard__section{margin-bottom:20px}.account-dashboard__section h2{font-size:18px;color:var(--text);margin-bottom:10px;border-bottom:1px solid var(--border);padding-bottom:5px}.account-dashboard__section--orders .account-dashboard__orders-loading,.account-dashboard__section--orders .account-dashboard__orders-empty{font-size:14px;color:var(--muted);margin:0}.account-dashboard__section__products{display:flex;gap:15px;overflow-x:auto;padding-bottom:10px}.account-dashboard__section__products__product{flex:0 0 auto;text-align:center;width:120px}.account-dashboard__section__products__product img{width:100px;height:100px;object-fit:contain;margin-bottom:5px;border:1px solid var(--border);border-radius:8px}.account-dashboard__section__products__product p{font-size:12px;color:var(--muted)}.account-dashboard__orders{display:flex;gap:16px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.account-dashboard__orders::-webkit-scrollbar{height:8px}.account-dashboard__orders::-webkit-scrollbar-track{background:var(--bg);border-radius:4px}.account-dashboard__orders::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.account-dashboard__order-card{flex:0 0 auto;width:260px;min-height:140px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px;box-shadow:0 2px 8px #0000000f;scroll-snap-align:start;transition:box-shadow .2s ease,border-color .2s ease}.account-dashboard__order-card:hover{border-color:#12a594;box-shadow:0 4px 12px #12a5941f}.account-dashboard__order-card__header{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--bg)}.account-dashboard__order-card__icon{width:24px;height:24px;flex-shrink:0;opacity:.85}.account-dashboard__order-card__id{font-size:14px;font-weight:700;color:var(--text);letter-spacing:.02em}.account-dashboard__order-card__details{margin:0;display:grid;gap:6px}.account-dashboard__order-card__row{display:flex;justify-content:space-between;align-items:baseline;margin:0;font-size:13px}.account-dashboard__order-card__row dt{margin:0;color:var(--muted);font-weight:500;display:flex;align-items:center;gap:4px}.account-dashboard__order-card__row dd{margin:0;font-weight:600;color:var(--text)}.account-dashboard__order-card__label-icon{font-size:14px}.account-dashboard__order-card__status{text-transform:capitalize;color:#12a594}.logout-button{background:transparent;color:var(--heading);border:1px solid var(--border);padding:6px 16px;margin-right:0;border-radius:11px;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap;min-width:70px;height:32px;display:inline-flex;align-items:center;justify-content:center}.logout-button:hover{border-color:#dc2626;color:#dc2626;background:#dc26260f}.logout-button:active{transform:translateY(0);box-shadow:0 1px 3px #0003}.logout-button:focus-visible{outline:2px solid #000000;outline-offset:1px}.profile-page{max-width:500px;margin:1rem;font-family:Arial,sans-serif;color:var(--text)}@media (min-width: 1024px){.profile-page{max-width:1200px;margin:1rem auto;padding:0 32px}}@media (min-width: 1440px){.profile-page{max-width:1400px;padding:0 48px}}.profile-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:1rem}.profile-page h1{font-size:24px;font-weight:700;margin:0;text-align:left}.profile-page h1 svg{margin-left:10px}.profile-page__tabs{display:flex;background:var(--bg);border-radius:8px;padding:4px;margin-bottom:1.5rem;gap:4px}.profile-page__tab{flex:1;padding:.75rem 1rem;border:none;border-radius:6px;background:transparent;color:var(--muted);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.profile-page__tab:hover{color:var(--text)}.profile-page__tab--active{background:var(--surface);color:#12a594;box-shadow:0 1px 3px #00000014}.profile-page h2{font-size:18px;font-weight:700;margin-bottom:15px}.profile-page p{font-size:12px;margin-top:5px;color:var(--muted)}.profile-page .form-group{margin-bottom:20px}.profile-page .form-group label{display:block;font-size:14px;font-weight:700;margin-bottom:5px}.profile-page .form-group input{width:100%;padding:10px;border:1px solid var(--border);border-radius:4px;font-size:14px;box-sizing:border-box}.profile-page .password-section{margin-top:20px}.profile-page .save-button{width:100%;background-color:#12a594;color:#fff;padding:12px 0;border:none;border-radius:4px;font-size:16px;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:1px;margin-top:20px}.profile-page .save-button:hover{background-color:#dc2626}.free-ship{margin:0 0 1rem}.free-ship__msg{margin:0 0 .5rem;font-size:.9rem;color:var(--text)}.free-ship__msg strong{color:var(--heading);font-weight:700}.free-ship__track{height:8px;border-radius:999px;background:var(--border);overflow:hidden}.free-ship__fill{height:100%;background:#12a594;border-radius:999px;transition:width .4s ease}.free-ship__fill.is-complete{background:#10b981}.shopping-cart{padding:1.5rem 1.25rem;max-width:800px;margin:0 auto;color:var(--text)}@media (min-width: 1024px){.shopping-cart{max-width:1200px;padding:2.5rem 32px}}@media (min-width: 1440px){.shopping-cart{max-width:1400px;padding:3rem 48px}}.shopping-cart__title{font-family:Poppins,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;color:var(--heading);margin-bottom:1.5rem;text-align:left}.shopping-cart__content{display:flex;flex-direction:column}.shopping-cart__summary-compact{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:12px 16px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;box-shadow:0 2px 4px #0000000d}.shopping-cart__summary-compact-info{display:flex;flex-direction:column;gap:4px;flex:1}.shopping-cart__summary-compact-row{display:flex;align-items:center;gap:8px}.shopping-cart__summary-compact-label{font-size:.9rem;color:var(--muted);font-weight:500}.shopping-cart__summary-compact-value{font-size:.9rem;color:var(--text);font-weight:600}.shopping-cart__summary-compact-total{display:flex;align-items:center;gap:8px;border-top:1px solid var(--border);padding-top:8px;margin-top:8px}.shopping-cart__summary-compact-total .shopping-cart__summary-compact-label{font-size:1rem;color:var(--heading);font-weight:700}.shopping-cart__summary-compact-total .shopping-cart__summary-compact-value{font-size:1.1rem;color:#12a594;font-weight:700}.shopping-cart__summary-compact-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.shopping-cart__summary-compact-text{font-size:.8rem;color:var(--muted);font-weight:500;white-space:nowrap}.shopping-cart__summary-compact-button{background-color:#12a594;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:80px}.shopping-cart__summary-compact-button:hover{background-color:#0f6e56;transform:translateY(-1px);box-shadow:0 2px 6px #12a5944d}.shopping-cart__summary-compact-button:active{transform:translateY(0);box-shadow:0 1px 3px #12a5944d}.shopping-cart__items{display:flex;flex-direction:column;gap:8px}.shopping-cart__item{display:flex;align-items:center;gap:15px;border-bottom:1px solid var(--border);padding:10px 0}.shopping-cart__item-image{width:80px;height:80px;border-radius:8px;object-fit:cover}.shopping-cart__item-details{flex:1;display:flex;flex-direction:column;gap:5px}.shopping-cart__item-details-name{font-size:1.2rem;font-weight:700}.shopping-cart__item-details-price{font-size:1rem;color:var(--muted)}.shopping-cart__quantity-controls{display:flex;align-items:center;gap:10px}.shopping-cart__quantity-controls-button{background-color:#12a594;color:#fff;border:none;padding:5px 10px;border-radius:5px;cursor:pointer}.shopping-cart__quantity-controls-button:hover{background-color:#dc2626}.shopping-cart__quantity-controls-button:disabled{background-color:var(--border);cursor:not-allowed}.shopping-cart__quantity-controls-value{font-size:1.2rem;font-weight:700;padding:5px 10px;background-color:var(--border);border-radius:5px}.shopping-cart__remove-button{background-color:#12a594;color:#fff;border:none;padding:8px 12px;border-radius:5px;cursor:pointer}.shopping-cart__remove-button:hover{background-color:#dc2626}.shopping-cart__summary{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:12px 16px;margin-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;box-shadow:0 2px 4px #0000000d}.shopping-cart__summary-info{display:flex;flex-direction:column;gap:4px;flex:1}.shopping-cart__summary-row{display:flex;align-items:center;gap:8px}.shopping-cart__summary-label{font-size:.9rem;color:var(--muted);font-weight:500}.shopping-cart__summary-value{font-size:.9rem;color:var(--text);font-weight:600}.shopping-cart__summary-total{display:flex;align-items:center;gap:8px;border-top:1px solid var(--border);padding-top:8px;margin-top:8px}.shopping-cart__summary-total .shopping-cart__summary-label{font-size:1rem;color:var(--heading);font-weight:700}.shopping-cart__summary-total .shopping-cart__summary-value{font-size:1.1rem;color:#12a594;font-weight:700}.shopping-cart__summary-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.shopping-cart__summary-text{font-size:.8rem;color:var(--muted);font-weight:500;white-space:nowrap}.shopping-cart__summary-button{background-color:#12a594;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:80px}.shopping-cart__summary-button:hover{background-color:#0f6e56;transform:translateY(-1px);box-shadow:0 2px 6px #12a5944d}.shopping-cart__summary-button:active{transform:translateY(0);box-shadow:0 1px 3px #12a5944d}.shopping-cart__checkout-button{width:100%;padding:.95rem;background-color:var(--cta);color:#fff;border:none;border-radius:11px;font-family:Poppins,sans-serif;font-weight:600;font-size:1.05rem;cursor:pointer;margin-top:1.25rem;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.shopping-cart__checkout-button:hover{background-color:var(--cta-hover);transform:translateY(-2px);box-shadow:0 10px 24px #12a59447}.shopping-cart__empty-message{text-align:center;font-size:1rem;color:var(--muted)}@media (max-width: 768px){.shopping-cart__summary-compact{flex-direction:column;align-items:stretch;gap:6px;padding:8px 12px}.shopping-cart__summary-compact-info{width:100%}.shopping-cart__summary-compact-row{width:100%;justify-content:space-between}.shopping-cart__summary-compact-total{width:100%;justify-content:space-between;border-top:1px solid var(--border);padding-top:6px;margin-top:6px}.shopping-cart__summary-compact-actions{width:100%;gap:8px;align-items:stretch}.shopping-cart__summary-compact-text{width:50%;text-align:right;text-wrap:wrap;font-size:.75rem;line-height:.75rem;padding-top:.3rem}.shopping-cart__summary-compact-button{width:50%;padding:8px 16px;font-size:.9rem}.shopping-cart__summary{flex-direction:column;align-items:stretch;gap:12px;padding:10px 12px}.shopping-cart__summary-info{width:100%}.shopping-cart__summary-row{width:100%;justify-content:space-between}.shopping-cart__summary-total{width:100%;justify-content:space-between;border-top:1px solid var(--border);padding-top:6px;margin-top:6px}.shopping-cart__summary-actions{width:100%;flex-direction:column;gap:8px;align-items:stretch}.shopping-cart__summary-text{text-align:center;font-size:.75rem}.shopping-cart__summary-button{width:100%;padding:8px 16px;font-size:.9rem}}.saved-addresses{max-width:500px;margin:1rem;font-family:Arial,sans-serif;color:var(--text)}@media (min-width: 1024px){.saved-addresses{max-width:1200px;margin:1rem auto;padding:0 32px}}@media (min-width: 1440px){.saved-addresses{max-width:1400px;padding:0 48px}}.saved-addresses__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;text-align:left}.saved-addresses__header h1{font-size:24px;font-weight:700;margin:0}.saved-addresses section{margin-bottom:30px}.saved-addresses section h2{font-size:18px;color:var(--text);text-align:center;font-weight:700;margin-top:15px}.saved-addresses section .form-group{margin-bottom:15px}.saved-addresses section .form-group label{display:block;font-size:14px;font-weight:700;margin-bottom:5px;color:var(--muted)}.saved-addresses section .form-group input{width:100%;padding:10px;border:1px solid var(--border);border-radius:4px;font-size:14px}.saved-addresses .save-button{width:100%;background-color:#12a594;color:#fff;padding:12px 0;border:none;border-radius:4px;font-size:16px;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:1px}.saved-addresses .save-button:hover{background-color:#dc2626}.copy-shipping-button{margin-bottom:1rem;background-color:var(--border);color:var(--text);padding:8px 12px;border:none;border-radius:4px;cursor:pointer}.copy-shipping-button:hover{background-color:#bbb}.copy-shipping-button__container{display:flex;justify-content:center}.form-group.has-error input{border-color:red;background-color:#fcebeb}.sales-page{max-width:1200px;margin:0 auto;padding:2.5rem 1.25rem}@media (min-width: 768px){.sales-page{padding:3.5rem 2rem}}@media (min-width: 1024px){.sales-page{padding:4rem 32px}}@media (min-width: 1440px){.sales-page{max-width:1400px;padding:4.5rem 48px}}.sales-page__head{text-align:center;max-width:44rem;margin:0 auto 2.5rem}.sales-page__title{font-family:Poppins,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.05;font-size:clamp(1.7rem,4vw,2.4rem);color:var(--heading);margin:.4rem 0 .6rem}.sales-page__sub{color:var(--muted);font-size:1.02rem;line-height:1.6;margin:0}.sales-page__empty{text-align:center;color:var(--muted);padding:3rem 1rem}.sales-page__list{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.sales-page__list{grid-template-columns:repeat(2,1fr)}}.sale-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 4px 18px var(--shadow);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sale-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px var(--shadow);border-color:#12a59466}.sale-card:focus-visible{outline:2px solid #12A594;outline-offset:2px}.sale-card__media{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--bg)}.sale-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.sale-card:hover .sale-card__image{transform:scale(1.05)}.sale-card__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0717268c,#0717261a 45%,#07172600)}.sale-card__badge{position:absolute;top:.85rem;left:.85rem;z-index:1;background:#e11d48;color:#fff;font-family:Poppins,sans-serif;font-weight:700;font-size:.82rem;letter-spacing:.03em;padding:.3rem .7rem;border-radius:999px;box-shadow:0 2px 8px #00000040}.sale-card__body{display:flex;flex-direction:column;gap:.45rem;padding:1.25rem 1.4rem 1.5rem;flex:1}.sale-card__title{font-family:Poppins,sans-serif;font-weight:700;font-size:1.3rem;letter-spacing:-.01em;color:var(--heading);margin:0}.sale-card__subtitle{color:#12a594;font-weight:600;font-size:.95rem;margin:0}.sale-card__desc{color:var(--muted);font-size:.92rem;line-height:1.55;margin:0;flex:1}.sale-card__cta{margin-top:.4rem;display:inline-flex;align-items:center;gap:.35rem;color:var(--heading);font-family:Poppins,sans-serif;font-weight:600;font-size:.95rem}.sale-card__cta span{transition:transform .18s ease}.sale-card:hover .sale-card__cta{color:#12a594}.sale-card:hover .sale-card__cta span{transform:translate(3px)}.lab-report__trigger{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#12a594,#0f6e56);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #12a5944d}.lab-report__trigger:hover{background:linear-gradient(135deg,#0f6e56,#0f6e56);transform:translateY(-2px);box-shadow:0 4px 16px #12a59466}.lab-report__trigger:active{transform:translateY(0)}.lab-report__icon{font-size:16px}.lab-report__text{font-size:12px}.lab-report__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}.lab-report__modal{background:var(--surface);border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:90vw;max-height:90vh;width:100%;display:flex;flex-direction:column;animation:slideIn .3s ease;overflow:hidden}@media (min-width: 768px){.lab-report__modal{max-width:80vw;max-height:85vh}}@media (min-width: 1024px){.lab-report__modal{max-width:70vw;max-height:80vh}}.lab-report__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border);background:linear-gradient(135deg,var(--bg),var(--bg))}.lab-report__title{margin:0;font-size:18px;font-weight:700;color:var(--heading);text-transform:uppercase;letter-spacing:.5px}@media (min-width: 768px){.lab-report__title{font-size:20px}}@media (min-width: 1024px){.lab-report__title{font-size:22px}}.lab-report__close{background:#dc2626;color:#fff;border:none;border-radius:50%;width:32px;height:32px;min-width:32px;min-height:32px;max-width:32px;max-height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:700;transition:all .2s ease;flex-shrink:0;padding:0;margin:0}.lab-report__close:hover{background:#dc2626;transform:scale(1.1)}.lab-report__content{flex:1;overflow:hidden;position:relative}@media (min-width: 768px){.lab-report__content{min-height:250px}}@media (min-width: 1024px){.lab-report__content{min-height:300px}}.lab-report__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px;color:var(--muted)}.lab-report__spinner{width:40px;height:40px;border:4px solid var(--border);border-top:4px solid #12A594;border-radius:50%;animation:spin 1s linear infinite}.lab-report__pdf-container{width:100%;height:100%;display:flex;flex-direction:column}.lab-report__pdf-iframe{width:100%;height:100%;border:none;flex:1}.lab-report__image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px;background:var(--bg)}.lab-report__image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px #0000001a}.lab-report__download-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:20px;padding:40px;text-align:center}.lab-report__download-icon{font-size:48px;margin-bottom:16px}.lab-report__download-text{font-size:16px;color:var(--muted);margin:0 0 20px}.lab-report__pdf-note{font-size:14px;color:var(--muted);margin:16px 0 0;font-style:italic}.lab-report__download-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#12a594,#0f6e56);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #12a5944d}.lab-report__download-button:hover{background:linear-gradient(135deg,#0f6e56,#0f6e56);transform:translateY(-2px);box-shadow:0 6px 20px #12a59466}.lab-report__footer{padding:16px 24px;border-top:1px solid var(--border);background:var(--bg);display:flex;justify-content:center}.lab-report__download-link{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#10b981;color:#fff;text-decoration:none;border-radius:6px;font-size:14px;font-weight:600;transition:all .3s ease}.lab-report__download-link:hover{background:#10b981;transform:translateY(-1px)}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.review-form{background:var(--bg);border-radius:12px;padding:2rem;margin-bottom:2rem;border:1px solid var(--border)}.review-form h3{font-size:1.5rem;font-weight:600;color:var(--heading);margin-bottom:.5rem}.review-form p{color:var(--muted);margin-bottom:1.5rem;font-size:1rem}.review-form__form{display:flex;flex-direction:column;gap:1.5rem}.review-form__field{display:flex;flex-direction:column;gap:.5rem}.review-form__field label{font-weight:600;color:var(--text);font-size:.95rem}.review-form__field input,.review-form__field textarea{padding:.75rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;transition:border-color .3s ease}.review-form__field input:focus,.review-form__field textarea:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a5941a}.review-form__field input::placeholder,.review-form__field textarea::placeholder{color:var(--muted)}.review-form__field textarea{resize:vertical;min-height:120px}.review-form__rating{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.review-form__star{background:none;border:none;font-size:2rem;color:var(--border);cursor:pointer;transition:color .2s ease;padding:.25rem}.review-form__star:hover,.review-form__star.active{color:#f59e0b}.review-form__star:focus{outline:2px solid #12A594;outline-offset:2px}.review-form__rating-text{font-weight:600;color:var(--text);font-size:1rem}.review-form__char-count{font-size:.85rem;color:var(--muted);text-align:right}.review-form__message{padding:1rem;border-radius:8px;font-weight:500}.review-form__message--success{background:#e1f5ee;color:#0f6e56;border:1px solid #9FE1CB}.review-form__message--error{background:#fcebeb;color:#dc2626;border:1px solid #F7C1C1}.review-form__submit{background:linear-gradient(135deg,#12a594,#0f6e56);color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start}.review-form__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #12a5944d}.review-form__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 767px){.review-form{padding:1.5rem;margin-bottom:1.5rem}.review-form h3{font-size:1.3rem}.review-form__form{gap:1.25rem}.review-form__rating{gap:.75rem}.review-form__star{font-size:1.75rem}.review-form__submit{width:100%;padding:1rem}}.review-item{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s ease;position:relative}.review-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.review-item--featured{border:2px solid #12A594;background:linear-gradient(135deg,var(--bg) 0%,#ffffff 100%);box-shadow:0 4px 16px #12a5941a}.review-item__featured-badge{position:absolute;top:-8px;right:1rem;background:linear-gradient(135deg,#12a594,#0f6e56);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px #12a5944d}.review-item__featured-badge span{display:flex;align-items:center;gap:.25rem}.review-item__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.review-item__rating{display:flex;flex-direction:column;gap:.5rem}.review-item__stars{display:flex;gap:.25rem}.review-item__star{font-size:1.2rem;color:var(--border);transition:color .2s ease}.review-item__star.filled{color:#f59e0b}.review-item__star.empty{color:var(--border)}.review-item__rating-text{font-size:.9rem;color:var(--muted);font-weight:500}.review-item__meta{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.review-item__author{display:flex;flex-direction:column;gap:.25rem}.review-item__author strong{color:var(--text);font-size:1rem;font-weight:600;display:block}.review-item__date{font-size:.85rem;color:var(--muted)}.review-item__content{margin-bottom:1.5rem}.review-item__title{font-size:1.1rem;font-weight:600;color:var(--heading);margin-bottom:.75rem;line-height:1.4}.review-item__text{color:var(--muted);line-height:1.6;font-size:1rem;margin:0}.review-item__actions{border-top:1px solid var(--border);padding-top:1rem}.review-item__helpful{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.review-item__helpful-text{font-size:.9rem;color:var(--muted);font-weight:500}.review-item__helpful-buttons{display:flex;gap:.75rem}.review-item__helpful-btn{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.5rem 1rem;font-size:.85rem;color:var(--muted);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.review-item__helpful-btn:hover:not(:disabled){background:var(--border);border-color:var(--border)}.review-item__helpful-btn:disabled{opacity:.6;cursor:not-allowed}.review-item__helpful-btn.voted{background:#e1f5ee;border-color:#9fe1cb;color:#0f6e56}@media (max-width: 767px){.review-item{padding:1.25rem;margin-bottom:1.25rem}.review-item__header{flex-direction:column;align-items:stretch;gap:.75rem}.review-item__meta{align-items:flex-start;text-align:left}.review-item__author{flex-direction:row;align-items:center;gap:.75rem}.review-item__helpful{flex-direction:column;align-items:stretch;gap:.75rem}.review-item__helpful-buttons{justify-content:space-between}.review-item__helpful-btn{flex:1;justify-content:center;padding:.75rem;font-size:.9rem}}.review-list__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.review-list__header h3{font-size:1.5rem;font-weight:600;color:var(--heading);margin:0}.review-list__controls{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.review-list__filter,.review-list__sort{display:flex;align-items:center;gap:.5rem}.review-list__filter label,.review-list__sort label{font-weight:500;color:var(--text);font-size:.9rem;white-space:nowrap}.review-list__filter select,.review-list__sort select{padding:.5rem .75rem;border:2px solid var(--border);border-radius:6px;background:var(--surface);font-size:.9rem;cursor:pointer;transition:border-color .3s ease}.review-list__filter select:focus,.review-list__sort select:focus{outline:none;border-color:#12a594}.review-list__empty{text-align:center;padding:3rem;color:var(--muted);background:var(--bg);border-radius:8px;border:1px solid var(--border)}.review-list__empty p{font-size:1.1rem;margin:0}.review-list__content{display:flex;flex-direction:column;gap:2rem}.review-list__featured h4{font-size:1.2rem;font-weight:600;color:var(--text);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #12A594}.review-list__regular h4{font-size:1.2rem;font-weight:600;color:var(--text);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}@media (max-width: 767px){.review-list__header,.review-list__controls{flex-direction:column;align-items:stretch;gap:1rem}.review-list__filter,.review-list__sort{flex-direction:column;align-items:stretch;gap:.5rem}.review-list__filter label,.review-list__sort label{font-size:.85rem}.review-list__filter select,.review-list__sort select{width:100%;padding:.75rem;font-size:1rem}.review-list__empty{padding:2rem 1rem}.review-list__empty p{font-size:1rem}}.review-stats{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;margin-bottom:2rem}.review-stats__empty{text-align:center;padding:2rem;color:var(--muted)}.review-stats__empty p{font-size:1.1rem;margin:0}.review-stats__overview{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:start}.review-stats__rating{display:flex;flex-direction:column;align-items:center;text-align:center}.review-stats__average{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem}.review-stats__number{font-size:3rem;font-weight:700;color:var(--heading);line-height:1}.review-stats__stars{display:flex;gap:.25rem}.review-stats__star{font-size:1.5rem;color:var(--border);transition:color .2s ease}.review-stats__star.filled{color:#f59e0b}.review-stats__star.empty{color:var(--border)}.review-stats__total{font-size:1rem;color:var(--muted);font-weight:500}.review-stats__distribution h4{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:1rem}.review-stats__bars{display:flex;flex-direction:column;gap:.75rem}.review-stats__rating-bar{display:grid;grid-template-columns:80px 1fr 40px;gap:1rem;align-items:center}.review-stats__rating-label{font-size:.9rem;color:var(--muted);font-weight:500;text-align:right}.review-stats__bar-container{background:var(--border);border-radius:4px;height:8px;overflow:hidden;position:relative}.review-stats__bar-fill{background:linear-gradient(90deg,#f59e0b,#f59e0b);height:100%;border-radius:4px;transition:width .3s ease}.review-stats__rating-count{font-size:.9rem;color:var(--muted);font-weight:500;text-align:left}@media (max-width: 767px){.review-stats{padding:1.5rem;margin-bottom:1.5rem}.review-stats__overview{grid-template-columns:1fr;gap:1.5rem}.review-stats__rating{order:2}.review-stats__distribution{order:1}.review-stats__distribution h4{font-size:1rem;margin-bottom:.75rem}.review-stats__number{font-size:2.5rem}.review-stats__star{font-size:1.25rem}.review-stats__rating-bar{grid-template-columns:60px 1fr 30px;gap:.75rem}.review-stats__rating-label,.review-stats__rating-count{font-size:.8rem}}.reviews{margin-top:2rem;padding:2rem 0}.reviews__header{margin-bottom:2rem;text-align:center}.reviews__header h2{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:2rem;font-weight:600;letter-spacing:.3px;color:var(--heading);margin-bottom:.5rem}.reviews__header p{font-size:1.1rem;color:var(--muted);margin:0}.reviews__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--muted)}.reviews__loading .reviews__spinner{width:40px;height:40px;border:4px solid var(--bg);border-top:4px solid #12A594;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.reviews__loading p{font-size:1.1rem;margin:0}.reviews__error{background:#fee;border:1px solid #fcc;border-radius:8px;padding:1rem;color:#c33;text-align:center}@media (max-width: 767px){.reviews{margin-top:1rem;padding:1rem 0}.reviews__header{margin-bottom:1.5rem}.reviews__header h2{font-size:1.5rem}.reviews__header p{font-size:1rem}}.recently-viewed{margin:2.5rem 0 0}.recently-viewed__title{font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;color:var(--heading);margin:0 0 1rem}.recently-viewed__row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(140px,1fr);gap:1rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory}@media (min-width: 768px){.recently-viewed__row{grid-auto-columns:minmax(160px,1fr)}}.recently-viewed__card{scroll-snap-align:start;text-decoration:none;color:inherit;border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:.6rem;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.recently-viewed__card:hover{border-color:#12a59466;transform:translateY(-3px);box-shadow:0 10px 24px var(--shadow)}.recently-viewed__img{aspect-ratio:1/1;background:#f4f8f8;border-radius:11px;overflow:hidden;margin-bottom:.5rem}.recently-viewed__img img{width:100%;height:100%;object-fit:contain;padding:.4rem;box-sizing:border-box;display:block}.recently-viewed__name{font-size:.88rem;font-weight:600;color:var(--heading);line-height:1.25;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recently-viewed__price{font-size:.9rem;font-weight:700;color:#12a594}.recently-viewed__price-orig{margin-left:.4rem;color:var(--muted);text-decoration:line-through;font-weight:500;font-size:.82em}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-page{color:var(--text);padding:20px;max-width:900px;margin:0 auto;box-sizing:border-box;animation:pageEntrance .8s ease-out}@media (min-width: 1024px){.product-page{max-width:1200px;padding:24px 32px}}@media (min-width: 1440px){.product-page{max-width:1400px;padding:32px 48px}}.product-page__main{display:flex;gap:24px;margin-bottom:40px}@media (max-width: 767px){.product-page__main{flex-direction:column}}.product-page__images{flex:1;display:flex;flex-direction:column;animation:slideInFromLeft .6s ease-out}.product-page__images-thumbs{display:flex;gap:8px;margin-top:12px}.product-page__images-thumb{width:64px;height:64px;object-fit:contain;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:all .3s ease}.product-page__images-thumb:hover{transform:scale(1.1);border-color:#12a594;box-shadow:0 4px 12px #12a59433}.product-page__image-main{width:100%;max-width:500px;height:auto;max-height:500px;border-radius:8px;object-fit:contain;transition:transform .3s ease}.product-page__image-main:hover{transform:scale(1.02)}.product-page__details{flex:1;display:flex;flex-direction:column;animation:slideInFromRight .6s ease-out}.product-page__category{font-size:14px;color:var(--muted);transition:all .3s ease}.product-page__category:hover{color:var(--heading)}.product-page__category .learn-more{color:#12a594;font-weight:500;cursor:pointer;margin-left:8px;transition:all .3s ease}.product-page__category .learn-more:hover{text-decoration:underline;color:#0f6e56;transform:translate(2px)}.product-page__name-container{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:8px}.product-page__name{font-family:Poppins,sans-serif;font-size:32px;font-weight:600;color:var(--heading);margin:0;line-height:1.2;letter-spacing:-.4px}.product-page__full-name{font-size:16px;color:var(--muted);font-weight:400;font-style:italic;opacity:.9}.product-page__nickname{font-size:16px;color:var(--muted);margin:4px 0}.product-page__brand{font-size:16px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.product-page__price{font-size:28px;font-weight:700;color:#12a594;margin:8px 0 16px;transition:all .3s ease}.product-page__price:hover{transform:scale(1.05);text-shadow:0 2px 8px rgba(18,165,148,.3)}.product-page__price--original{text-decoration:line-through;color:var(--muted);font-size:20px;margin-right:12px}.product-page__price--promo{color:#0f6e56;font-size:32px;font-weight:800}.product-page__price-wrapper{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-page__savings{background:linear-gradient(135deg,#12a594,#0f6e56);color:#fff;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-page__separator{border:none;border-top:1px solid var(--border);margin:24px 0 16px}.product-page__variants-title{font-size:18px;font-weight:600;margin:0 0 12px}.product-page__variants{display:flex;flex-direction:column;gap:8px;margin-bottom:1rem;animation:fadeInUp .8s ease-out}.product-page__variants-label{font-size:14px;font-weight:600;color:var(--heading);display:block}.product-page__variant-select{width:100%;max-width:280px;padding:10px 36px 10px 14px;font-size:14px;font-weight:500;color:var(--text);background-color:var(--surface);border:2px solid var(--border);border-radius:11px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23495057' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .2s ease}.product-page__variant-select:hover{border-color:var(--muted)}.product-page__variant-select:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a59426}.product-page__actions{display:flex;align-items:center;gap:12px;margin-top:1rem;animation:fadeInUp .8s ease-out .1s both}.product-page__quantity{height:40px;width:70px;padding:10px;border:2px solid var(--border);border-radius:8px;font-size:14px;text-align:center;background-color:var(--surface);transition:all .3s ease}.product-page__quantity:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a5941a;transform:scale(1.02)}.product-page__quantity:hover{border-color:var(--muted);box-shadow:0 2px 8px #0000001a}.product-page__add-to-cart{background-color:#12a594;color:#fff;padding:12px 24px;font-size:16px;border:none;border-radius:8px;cursor:pointer;text-transform:uppercase;font-weight:600;transition:all .3s ease;min-height:44px;position:relative;overflow:hidden}.product-page__add-to-cart:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.product-page__add-to-cart:hover{background-color:#0f6e56;transform:translateY(-2px);box-shadow:0 6px 16px #12a5944d}.product-page__add-to-cart:hover:before{left:100%}.product-page__add-to-cart:active{transform:translateY(0)}.product-page__add-to-cart:focus{outline:none;box-shadow:0 0 0 3px #12a59440}.product-page__metadata{margin-bottom:20px}.product-page__benefits,.product-page__side-effects,.product-page__interactions,.product-page__administration,.product-page__recommendations,.product-page__more-info{margin-top:40px;animation:fadeInUp 1s ease-out .2s both;padding:24px;background:linear-gradient(135deg,var(--bg) 0%,var(--border) 100%);border-radius:12px;border-left:4px solid #12A594}.product-page__benefits:nth-child(odd),.product-page__side-effects:nth-child(odd),.product-page__interactions:nth-child(odd),.product-page__administration:nth-child(odd),.product-page__recommendations:nth-child(odd),.product-page__more-info:nth-child(odd){border-left-color:#10b981}.product-page__benefits:nth-child(2n),.product-page__side-effects:nth-child(2n),.product-page__interactions:nth-child(2n),.product-page__administration:nth-child(2n),.product-page__recommendations:nth-child(2n),.product-page__more-info:nth-child(2n){border-left-color:#f59e0b}.product-page__section-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:0;margin:0 0 16px;transition:all .3s ease}.product-page__section-header:hover{transform:translate(4px)}.product-page__section-header h2{margin:0;font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:var(--heading);border-bottom:2px solid var(--border);padding-bottom:8px;flex:1}.product-page__toggle-icon{font-size:24px;font-weight:700;color:#12a594;margin-left:16px;transition:all .3s ease;min-width:24px;text-align:center}.product-page__toggle-icon:hover{transform:scale(1.2);color:#0f6e56}.product-page__side-effects{border-left-color:#dc2626}.product-page__interactions{border-left-color:var(--heading)}.product-page__administration{border-left-color:#12a594}.product-page__administration-content{margin-top:16px}.product-page__administration-section{margin-bottom:24px}.product-page__administration-section:last-child{margin-bottom:0}.product-page__administration-header{font-size:16px;font-weight:600;color:#12a594;margin:0 0 12px;padding:8px 0;border-bottom:2px solid var(--wash);text-transform:uppercase;letter-spacing:.5px}.product-page__recommendations{border-left-color:#f59e0b}.product-page__more-info{border-left-color:#12a594}.product-page__info-list{list-style:none;padding:0;margin:0}.product-page__info-list .product-page__info-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.1)}.product-page__info-list .product-page__info-item:last-child{border-bottom:none}.product-page__info-icon{font-size:16px;flex-shrink:0;margin-top:0}.product-page__info-text{flex:1;line-height:1.5}.product-page__more-info-link{display:inline-flex;align-items:center;gap:12px;padding:16px 24px;background:linear-gradient(135deg,#12a594,#0f6e56);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #12a5944d}.product-page__more-info-link:hover{transform:translateY(-2px);box-shadow:0 8px 24px #12a59466;background:linear-gradient(135deg,#0f6e56,#0b2545)}.product-page__more-info-link:active{transform:translateY(0)}.product-page__more-info-icon{font-size:18px}.product-page__related{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.product-page__related-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--heading)}.product-page__related-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-bottom:1rem}.product-page__related-card{display:flex;flex-direction:column;padding:.75rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);text-decoration:none;color:inherit;transition:all .2s ease}.product-page__related-card:hover{border-color:#12a594;box-shadow:0 2px 8px #12a59426}.product-page__related-card__image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;margin-bottom:.5rem}.product-page__related-card__placeholder{width:100%;aspect-ratio:1;background:var(--border);border-radius:6px;margin-bottom:.5rem}.product-page__related-card__name{font-size:.9rem;font-weight:600;margin:0 0 .25rem;line-height:1.3}.product-page__related-card__price{font-size:1rem;color:#12a594;font-weight:700;margin:0}.product-page__related-see-more{display:inline-block;color:#12a594;font-weight:600;text-decoration:none;margin-top:.5rem}.product-page__related-see-more:hover{text-decoration:underline}.product-page__description{margin-top:40px;animation:fadeInUp 1s ease-out .2s both}.product-page__description h2{font-size:20px;font-weight:600;margin-bottom:12px;border-bottom:2px solid var(--border);padding-bottom:8px;color:var(--heading)}.product-page__description p{font-size:15px;line-height:1.6;color:var(--muted);margin-bottom:16px}.product-page__lab-report{margin-top:40px;animation:fadeInUp 1s ease-out .4s both;padding:20px;background:linear-gradient(135deg,var(--bg) 0%,var(--border) 100%);border-radius:12px;border-left:4px solid #12A594}.product-page__lab-report h2{font-size:18px;font-weight:600;margin-bottom:8px;color:var(--heading)}.product-page__lab-report .lab-report__content p{font-size:14px;line-height:1.5;color:var(--muted);margin-bottom:16px}@media (max-width: 480px){.product-page{padding:12px}.product-page__back{margin-bottom:16px;font-size:14px}.product-page__main{gap:12px;margin-bottom:20px}.product-page__images-thumbs{gap:6px;margin-top:8px}.product-page__images-thumb{width:52px;height:52px}.product-page__image-main{border-radius:6px;max-width:100%;max-height:300px}.product-page__category{font-size:12px}.product-page__name-container{gap:8px}.product-page__name{font-size:22px}.product-page__full-name{font-size:13px}.product-page__nickname{font-size:13px;margin:2px 0}.product-page__brand{font-size:12px}.product-page__price{font-size:20px;margin:6px 0 12px}.product-page__price--original{font-size:16px}.product-page__price--promo{font-size:24px}.product-page__price-wrapper{flex-direction:column;align-items:flex-start;gap:4px}.product-page__savings{font-size:10px;padding:2px 6px}.product-page__separator{margin:0 0 8px}.product-page__variants-title{font-size:16px;margin-bottom:8px}.product-page__variants{gap:8px}.product-page .product-page__variant-select{padding:8px 32px 8px 12px;font-size:13px;max-width:100%}.product-page__actions{gap:10px}.product-page__quantity{height:42px;width:60px;padding:8px;font-size:13px}.product-page__add-to-cart{padding:10px 16px;font-size:14px;border-radius:6px;min-height:40px}.product-page__description,.product-page__benefits,.product-page__side-effects,.product-page__interactions,.product-page__administration,.product-page__recommendations,.product-page__more-info,.product-page__lab-report{margin-top:24px;padding:16px}.product-page__description h2,.product-page__benefits h2,.product-page__side-effects h2,.product-page__interactions h2,.product-page__administration h2,.product-page__recommendations h2,.product-page__more-info h2,.product-page__lab-report h2{font-size:18px}.product-page__description p{font-size:14px;line-height:1.5}.product-page__lab-report .lab-report__content p{font-size:13px;margin-bottom:12px}.product-page__section-header h2{font-size:18px}.product-page__toggle-icon{font-size:20px}.product-page__info-list .product-page__info-item{padding:8px 0}.product-page__info-icon{font-size:14px}.product-page__administration-header{font-size:14px;padding:6px 0}.product-page__more-info-link{padding:12px 16px;font-size:14px}}@media (min-width: 481px) and (max-width: 1023px){.product-page{padding:16px 18px;max-width:100%}.product-page__main{gap:16px;margin-bottom:28px}.product-page__images-thumbs{gap:8px}.product-page__images-thumb{width:58px;height:58px}.product-page__image-main{max-width:100%;max-height:400px}.product-page__name-container{gap:10px}.product-page__name{font-size:26px}.product-page__full-name,.product-page__nickname{font-size:14px}.product-page__brand{font-size:13px}.product-page__price{font-size:24px;margin:6px 0 14px}.product-page__price--original{font-size:18px}.product-page__price--promo{font-size:28px}.product-page__variants{gap:10px}.product-page .product-page__variant-select{padding:10px 36px 10px 14px;font-size:14px}.product-page__actions{gap:10px;margin-top:6px}.product-page__quantity{width:64px;padding:9px}.product-page__add-to-cart{padding:11px 20px;font-size:15px}.product-page__description,.product-page__benefits,.product-page__side-effects,.product-page__interactions,.product-page__administration,.product-page__recommendations,.product-page__more-info{margin-top:28px;padding:20px}.product-page__description h2,.product-page__benefits h2,.product-page__side-effects h2,.product-page__interactions h2,.product-page__administration h2,.product-page__recommendations h2,.product-page__more-info h2{font-size:19px}.product-page__description p{font-size:14.5px;line-height:1.55}.product-page__section-header h2{font-size:19px}.product-page__toggle-icon{font-size:22px}.product-page__info-list .product-page__info-item{padding:10px 0}.product-page__info-icon{font-size:15px}.product-page__administration-header{font-size:15px;padding:7px 0}.product-page__more-info-link{padding:14px 20px;font-size:15px}}.product-page__trust{list-style:none;margin:1rem 0 0;padding:.9rem 0 0;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.product-page__trust li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--muted)}.product-page__trust svg{width:18px;height:18px;color:#12a594;flex-shrink:0}.skeleton-loader{background:linear-gradient(90deg,var(--border) 25%,var(--border) 50%,var(--border) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px;display:inline-block}.skeleton-loader--text{height:1rem;margin-bottom:.5rem;border-radius:4px}.skeleton-loader--rect{border-radius:8px}.skeleton-loader--circle{border-radius:50%}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-loader-product-card{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.skeleton-loader-product-card__image{width:100%;border-radius:8px}.skeleton-loader-product-card__content{display:flex;flex-direction:column;gap:8px}.skeleton-loader-product-list{display:grid;grid-template-columns:1fr;gap:10px}@media (min-width: 768px){.skeleton-loader-product-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media (min-width: 1024px){.skeleton-loader-product-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}@media (min-width: 1024px){.products-page{max-width:1200px;margin:0 auto;padding:24px 32px}}@media (min-width: 1440px){.products-page{max-width:1400px;padding:32px 48px}}@media (min-width: 1024px){.products-page{margin:0 auto}.products-page__banner{min-height:220px;border-radius:16px}.products-page__banner-title{font-size:1.9rem}}.products-page__pagination .pagination__btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0208171f;border-color:#0284c773;background-color:var(--bg)}.products-page__pagination .pagination__btn:active{transform:translateY(0)}.products-page__pagination .chev--left{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m15 18-6-6 6-6'/></svg>")}.products-page__pagination .chev--right{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m9 18 6-6-6-6'/></svg>")}@keyframes pageEntrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bannerEntrance{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes controlsEntrance{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes listEntrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes paginationEntrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes overlayEntrance{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.products-page{padding:20px;animation:pageEntrance .8s ease-out}@media (max-width: 340px){.products-page{padding:12px 16px}}@media (min-width: 1024px){.products-page{max-width:1200px;margin:0 auto;padding:40px 32px}}@media (min-width: 1440px){.products-page{max-width:1400px;padding:48px}}.products-page__banner{position:relative;width:100%;min-height:140px;border-radius:12px;background-size:cover;background-position:left center;overflow:hidden;margin-bottom:16px;animation:bannerEntrance 1s ease-out .2s both}.products-page__banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#07172600 35%,#0717268c 78%,#071726d9),linear-gradient(270deg,#071726b3,#07172640 45%,#07172600 80%);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;padding:14px 16px;color:#fff;animation:overlayEntrance 1.2s ease-out .4s both}.products-page__banner-overlay--loaded,.products-page__banner-overlay--banner-all{background:linear-gradient(180deg,#07172600 35%,#0717268c 78%,#071726d9),linear-gradient(270deg,#071726b3,#07172640 45%,#07172600 80%)}.products-page__banner-title{margin:0;font-weight:800;font-size:1.25rem;letter-spacing:.02em;text-transform:uppercase;line-height:1.1;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.6)}.products-page__banner-blurb{margin:4px 0 0;font-size:.95rem;color:#fff;opacity:.95;text-shadow:0 1px 4px rgba(0,0,0,.6)}@media (min-width: 768px){.products-page{margin:0 24px}.products-page__banner{min-height:190px;border-radius:14px}.products-page__banner-overlay{padding:18px}.products-page__banner-title{font-size:1.6rem}.products-page__banner-blurb{font-size:1.05rem}}@media (min-width: 1024px){.products-page{margin:0 auto}.products-page__banner{min-height:220px;border-radius:16px;margin-bottom:24px}.products-page__banner-title{font-size:1.9rem}}@media (min-width: 1440px){.products-page__banner{margin-bottom:28px}}.products-page__header{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:20px}@media (min-width: 1024px){.products-page__header{margin-bottom:28px}}@media (min-width: 1440px){.products-page__header{margin-bottom:32px}}.products-page__header h1{font-size:24px;font-weight:700;text-transform:uppercase;margin:0;letter-spacing:.02em}.products-page__controls{display:grid;grid-template-columns:1fr;gap:10px;width:100%;animation:controlsEntrance .8s ease-out .4s both}.products-page__controls .filter-group label{font-size:12px;font-weight:700;margin-bottom:4px;color:var(--text);text-transform:uppercase;letter-spacing:.03em}.products-page__controls .filter-group select{padding:10px 12px;font-size:14px;border:1px solid var(--border);border-radius:8px;background-color:var(--surface);transition:box-shadow .15s ease,border-color .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 18px) calc(1em + 2px),calc(100% - 13px) calc(1em + 2px);background-size:5px 5px;background-repeat:no-repeat}.products-page__controls .filter-group select:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a59426}@media (min-width: 768px){.products-page__controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;align-items:end}}.products-page__list{display:grid;grid-template-columns:1fr;gap:10px;animation:listEntrance .8s ease-out .6s both;scroll-margin-top:80px}@media (min-width: 768px){.products-page__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media (min-width: 1024px){.products-page__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}@media (max-width: 600px){.products-page__controls{background-color:var(--bg);padding:10px;border-radius:10px;box-shadow:0 1px 3px #0000000f}.products-page__controls .filter-group select{width:100%;max-width:100%}}.products-page__controls{display:grid;grid-template-columns:1fr;gap:10px;width:100%;align-items:end}.products-page__controls .filter-group{display:flex;flex-direction:column;min-width:0}.products-page__controls .filter-group label{font-size:12px;font-weight:700;margin-bottom:6px;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;transition:color .3s ease}.products-page__controls .filter-group:hover label{color:#12a594}.products-page__controls .filter-group select{width:100%;padding:12px 42px 12px 44px;font-size:14px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 10px #0208170f;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;position:relative;overflow:hidden}.products-page__controls .filter-group select:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(18,165,148,.05),transparent);transition:left .6s ease}.products-page__controls .filter-group select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 14px center;background-size:18px}.products-page__controls .filter-group select:hover{border-color:#0284c773;box-shadow:0 4px 16px #0208171a;background-color:var(--bg)}.products-page__controls .filter-group select:hover:after{left:100%}.products-page__controls .filter-group select:focus{border-color:#12a594;box-shadow:0 0 0 4px #12a5941f;background-color:var(--surface)}.products-page__controls .filter-group select::-moz-focus-inner{border:0}.products-page__controls .filter-group{position:relative}.products-page__controls .filter-group:before{content:"";position:absolute;left:12px;top:35px;width:20px;height:20px;pointer-events:none;background-repeat:no-repeat;background-position:center;background-size:20px;opacity:.9;transition:all .3s ease;z-index:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.products-page__controls .filter-group:hover:before{opacity:1;filter:drop-shadow(0 2px 4px rgba(18,165,148,.2))}.products-page__controls .filter-group:focus-within:before{opacity:1;filter:drop-shadow(0 2px 4px rgba(18,165,148,.2))}.products-page__controls .filter-group.filter-group--category:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 7h18'/><path d='M3 12h18'/><path d='M3 17h18'/></svg>")}.products-page__controls .filter-group.filter-group--brand:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20.59 13.41 11 4H4v7l9.59 9.59a2 2 0 0 0 0-2.82Z'/><path d='M7 7h.01'/></svg>")}.products-page__controls .filter-group.filter-group--sort:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M11 5h10'/><path d='M11 9h7'/><path d='M11 13h4'/><path d='M3 17l3 3 3-3'/><path d='M6 4v16'/></svg>")}.products-page__controls .filter-group.filter-group--brand:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20.59 13.41 11 4H4v7l9.59 9.59a2 2 0 0 0 2.82 0l4.18-4.18a2 2 0 0 0 0-2.82Z'/><path d='M7 7h.01'/></svg>")}.products-page__controls .filter-group.filter-group--sort:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M11 5h10'/><path d='M11 9h7'/><path d='M11 13h4'/><path d='M3 17l3 3 3-3'/><path d='M6 4v16'/></svg>")}.products-page__controls .filter-clear{justify-self:start;border:1px solid var(--border);background:var(--surface);color:var(--heading);padding:10px 12px 10px 36px;border-radius:999px;font-weight:700;font-size:13px;line-height:1;box-shadow:0 2px 10px #0208170f;position:relative;transition:all .3s ease;overflow:hidden}.products-page__controls .filter-clear:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(18,165,148,.1),transparent);transition:left .5s ease}.products-page__controls .filter-clear:hover{box-shadow:0 8px 24px #0208171f;border-color:#12a594;background-color:var(--bg)}.products-page__controls .filter-clear:hover:before{left:100%}.products-page__controls .filter-clear:active{box-shadow:0 4px 12px #02081714}.products-page__controls .filter-clear__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M18 6 6 18M6 6l12 12'/></svg>");background-repeat:no-repeat;background-position:center;background-size:16px;opacity:.9}@media (min-width: 768px){.products-page__controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.products-page__controls .filter-group:before{top:34px;left:22px;width:20px;height:20px;background-size:20px}}@media (min-width: 1024px){.products-page__controls{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 600px){.products-page__controls{background:var(--bg);padding:12px;border-radius:14px;box-shadow:0 1px 3px #0000000f}}.products-page__pagination{display:flex;justify-content:center;align-items:center;margin-top:22px;gap:8px;flex-wrap:nowrap;flex-shrink:0;max-width:100%;overflow:hidden;animation:paginationEntrance .8s ease-out .8s both}@media (max-width: 340px){.products-page__pagination{gap:2px}}@media (min-width: 341px) and (max-width: 480px){.products-page__pagination{gap:6px}}@media (min-width: 481px) and (max-width: 767px){.products-page__pagination{gap:8px}}.products-page__pagination .pagination__btn{min-width:40px;height:40px;padding:0 12px;flex-shrink:0}@media (max-width: 340px){.products-page__pagination .pagination__btn{min-width:20px;height:26px;padding:0 3px;font-size:11px;border-radius:6px;flex-shrink:1}}@media (min-width: 341px) and (max-width: 480px){.products-page__pagination .pagination__btn{min-width:28px;height:30px;padding:0 6px;font-size:12px;border-radius:8px}}@media (min-width: 481px) and (max-width: 767px){.products-page__pagination .pagination__btn{min-width:34px;height:36px;padding:0 8px;font-size:13px;border-radius:10px}}.products-page__pagination .pagination__btn{border:1px solid var(--border);border-radius:12px;background:#fff;color:#0b2545;font-weight:700;font-size:14px;line-height:1;box-shadow:0 2px 10px #0208170f;cursor:pointer;transition:all .3s ease}.products-page__pagination .pagination__btn:hover{box-shadow:0 8px 24px #0208171f;border-color:#0284c773;background-color:var(--bg)}.products-page__pagination .pagination__btn:active{box-shadow:0 4px 12px #02081714}.products-page__pagination .pagination__btn:focus-visible{outline:none;border-color:#12a594;box-shadow:0 0 0 4px #12a5941f}.products-page__pagination .pagination__btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:0 2px 10px #0208170f}.products-page__pagination .pagination__btn.is-active{background:#0b2545;color:#fff;border-color:var(--heading)}.products-page__pagination .pagination__page{padding:0 14px}@media (max-width: 340px){.products-page__pagination .pagination__page{min-width:20px;padding:0 3px;flex-shrink:1}}@media (min-width: 341px) and (max-width: 480px){.products-page__pagination .pagination__page{padding:0 6px}}@media (min-width: 481px) and (max-width: 767px){.products-page__pagination .pagination__page{padding:0 10px}}.products-page__pagination .pagination__prev,.products-page__pagination .pagination__next{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px}@media (max-width: 340px){.products-page__pagination .pagination__prev,.products-page__pagination .pagination__next{gap:0;padding:0;min-width:20px}}@media (min-width: 341px) and (max-width: 480px){.products-page__pagination .pagination__prev,.products-page__pagination .pagination__next{gap:4px;padding:0 6px}}@media (min-width: 481px) and (max-width: 767px){.products-page__pagination .pagination__prev,.products-page__pagination .pagination__next{gap:6px;padding:0 8px}}.products-page__pagination .chev{width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-size:18px}@media (max-width: 340px){.products-page__pagination .chev{width:12px;height:12px;background-size:12px}}@media (min-width: 341px) and (max-width: 480px){.products-page__pagination .chev{width:14px;height:14px;background-size:14px}}@media (min-width: 481px) and (max-width: 767px){.products-page__pagination .chev{width:16px;height:16px;background-size:16px}}.products-page__pagination .chev--left{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m15 18-6-6 6-6'/></svg>")}.products-page__pagination .chev--right{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m9 18 6-6-6-6'/></svg>")}.products-page__pagination .pagination__ellipsis{padding:8px 10px;color:var(--muted);display:inline-flex;align-items:center;font-size:14px;-webkit-user-select:none;user-select:none;flex-shrink:0}@media (max-width: 340px){.products-page__pagination .pagination__ellipsis{padding:2px 4px;font-size:11px}}@media (min-width: 341px) and (max-width: 480px){.products-page__pagination .pagination__ellipsis{padding:4px 6px;font-size:12px}}@media (min-width: 481px) and (max-width: 767px){.products-page__pagination .pagination__ellipsis{padding:6px 8px;font-size:13px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.about-us{padding:24px 20px 48px;margin:0 auto;max-width:820px}@media (min-width: 1024px){.about-us{max-width:900px;padding:40px 32px 64px}}@media (min-width: 1440px){.about-us{max-width:1000px;padding:48px 48px 72px}}.about-us__header{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;letter-spacing:.04em;margin-bottom:4px;text-transform:uppercase;color:var(--heading)}@media (min-width: 1024px){.about-us__header{font-size:2.6rem}}.about-us__subheader{font-size:1rem;font-weight:600;margin-bottom:32px;text-transform:uppercase;letter-spacing:.12em;color:#12a594}.about-us__section{margin-bottom:32px}.about-us__section h3{display:flex;align-items:center;gap:.55rem;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:14px;color:var(--heading)}.about-us__section p{font-size:.98rem;margin-bottom:12px;line-height:1.65;color:var(--text)}.about-us__icon{color:#12a594;font-size:1.3em;flex-shrink:0}.about-us__list{list-style:none;padding:0;margin:0;display:grid;gap:10px}@media (min-width: 768px){.about-us__list{grid-template-columns:1fr 1fr}}.about-us__list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.45;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:11px;padding:.85rem 1rem;box-shadow:0 2px 8px var(--shadow);transition:transform .18s ease,box-shadow .18s ease}.about-us__list li:hover{transform:translateY(-2px);box-shadow:0 8px 20px var(--shadow)}.about-us__li-icon{color:#12a594;font-size:1.15em;flex-shrink:0;margin-top:.1em}.about-us__disclaimer{display:flex;align-items:flex-start;gap:.75rem;margin-top:40px;padding:1.1rem 1.25rem;background:var(--wash);border:1px solid var(--border);border-left:3px solid #12A594;border-radius:11px}.about-us__disclaimer p{margin:0;font-size:.88rem;line-height:1.55;color:var(--muted)}.about-us__disclaimer strong{color:var(--heading)}.about-us__disclaimer-icon{color:#12a594;font-size:1.4em;flex-shrink:0;margin-top:.05em}.faq-page{padding:20px;margin:0 auto}@media (min-width: 1024px){.faq-page{max-width:1200px;padding:32px}}@media (min-width: 1440px){.faq-page{max-width:1400px;padding:40px 48px}}.faq-page__header{font-size:24px;font-weight:700;text-transform:uppercase;margin-bottom:10px;color:var(--text)}.faq-page__subheader{display:flex;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:600;letter-spacing:.04em;margin-bottom:24px;color:#12a594}.faq-page__subheader-icon{font-size:1.2em;color:#12a594}.faq-page__category-label{display:flex;align-items:center;gap:.6rem}.faq-page__category-icon{font-size:1.15em;color:#12a594;flex-shrink:0}.faq-page__list{border-top:1px solid var(--border);margin-bottom:2rem}.faq-page__list .faq-page__item{border-bottom:1px solid var(--border);padding:10px 0}.faq-page__list .faq-page__item:last-child{border-bottom:none}.faq-page__list .faq-page__category{display:flex;justify-content:space-between;align-items:center;background:none;border:none;font-size:16px;font-weight:700;width:100%;text-align:left;cursor:pointer;padding:10px 0;color:var(--text)}.faq-page__list .faq-page__category:hover{color:#12a594}.faq-page__list .faq-page__category .faq-page__icon{transition:transform .3s ease}.faq-page__list .faq-page__category .faq-page__icon.open{transform:rotate(180deg)}.faq-page__list .faq-page__questions{margin-top:10px;padding-left:20px}.faq-page__list .faq-page__questions .faq-page__question-answer{margin-bottom:15px}.faq-page__list .faq-page__questions .faq-page__question-answer .faq-page__question{font-size:14px;font-weight:700;margin-bottom:5px;color:var(--text)}.faq-page__list .faq-page__questions .faq-page__question-answer .faq-page__answer{font-size:14px;margin-bottom:10px;color:var(--muted)}.confirmation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease-out}.confirmation-modal{background-color:var(--surface);border-radius:8px;box-shadow:0 4px 6px #0000001a,0 10px 40px #0003;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;animation:slideInUp .3s ease-out;position:relative}.confirmation-modal__content{padding:24px}.confirmation-modal__content.info{border-top:4px solid #12A594}.confirmation-modal__content.warning{border-top:4px solid #f59e0b}.confirmation-modal__content.error{border-top:4px solid #dc2626}.confirmation-modal__content.success{border-top:4px solid #10b981}.confirmation-modal__title{font-size:1.25rem;font-weight:600;margin:0 0 12px;color:var(--heading)}.confirmation-modal__message{font-size:1rem;line-height:1.6;margin:0 0 24px;color:var(--text);white-space:pre-line}.confirmation-modal__actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.confirmation-modal__button{padding:10px 20px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:80px}.confirmation-modal__button:focus{outline:2px solid #12A594;outline-offset:2px}.confirmation-modal__button--cancel{background-color:var(--border);color:var(--text)}.confirmation-modal__button--cancel:hover,.confirmation-modal__button--cancel:active{background-color:var(--border)}.confirmation-modal__button--confirm{background-color:#12a594;color:#fff}.confirmation-modal__button--confirm:hover{background-color:#0f6e56;transform:translateY(-1px);box-shadow:0 4px 8px #12a5944d}.confirmation-modal__button--confirm:active{transform:translateY(0);box-shadow:0 2px 4px #12a5944d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 0px){.confirmation-modal{max-width:calc(100vw - 40px)}.confirmation-modal__actions{flex-direction:column-reverse}.confirmation-modal__button{width:100%}}@keyframes postal-code-flash{0%,25%{color:#10b981;font-size:1.35rem;font-weight:600;border-color:#10b981;box-shadow:0 0 0 2px #4caf5040}to{color:inherit;font-size:.9rem;font-weight:400;border-color:var(--border);box-shadow:none}}.checkout-page .error-text{color:#dc2626;font-size:12px;margin-top:.4rem;margin-bottom:0}.checkout-page{padding:1.5rem 1.25rem;max-width:1000px;margin:0 auto;color:var(--text)}@media (min-width: 1024px){.checkout-page{max-width:1200px;padding:24px 32px}}@media (min-width: 1440px){.checkout-page{max-width:1400px;padding:32px 48px}}.checkout-page__content{display:grid;grid-template-columns:1fr;gap:1rem}.checkout-page__title{font-family:Poppins,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;color:var(--heading);text-align:left;margin-bottom:1.25rem}.checkout-page__cart-preview{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:20px;box-shadow:0 2px 4px #0000000d}.checkout-page__cart-preview-title{font-size:1.2rem;font-weight:700;color:var(--heading);margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #12A594}.checkout-page__brand-group{margin-bottom:20px}.checkout-page__brand-group:last-child{margin-bottom:0}.checkout-page__brand-name{font-size:1rem;font-weight:600;color:#12a594;margin:0 0 12px;padding:8px 12px;background:#12a5941a;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.checkout-page__brand-items{display:flex;flex-direction:column;gap:8px}.checkout-page__cart-item{display:flex;align-items:center;padding:8px 12px;background:var(--surface);border:1px solid var(--border);border-radius:6px;transition:all .2s ease}.checkout-page__cart-item:hover{box-shadow:0 1px 4px #0000001a;background:var(--bg)}.checkout-page__item-details{flex:1;display:flex;flex-direction:column;gap:4px}.checkout-page__item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.checkout-page__item-name{font-size:.9rem;font-weight:600;color:var(--heading);margin:0;line-height:1.2;flex:1}.checkout-page__item-nickname{font-size:.8rem;color:var(--muted);font-style:italic;font-weight:400}.checkout-page__item-quantity{font-size:.8rem;color:#12a594;font-weight:600;background:#12a5941a;padding:2px 6px;border-radius:4px;white-space:nowrap}.checkout-page__item-variant{font-size:.75rem;color:#12a594;background:#12a5941a;padding:1px 4px;border-radius:3px;margin:0;display:inline-block;font-weight:500}.checkout-page__item-pricing{display:flex;flex-direction:column;gap:2px}.checkout-page__item-price{font-size:.85rem;color:var(--text);font-weight:600;margin:0}.checkout-page__item-tax{font-size:.75rem;color:var(--muted);font-weight:500;margin:0}.checkout-page__item-total{font-size:.85rem;color:#12a594;font-weight:600;margin:0;border-top:1px solid var(--border);padding-top:2px}.checkout-page__summary{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;box-shadow:0 2px 4px #0000000d}.checkout-page__summary-info{display:flex;flex-direction:column;gap:4px;flex:1}.checkout-page__summary-row{display:flex;align-items:center;gap:8px}.checkout-page__summary-label{font-size:.9rem;color:var(--muted);font-weight:500}.checkout-page__summary-value{font-size:.9rem;color:var(--text);font-weight:600}.checkout-page__summary-total{display:flex;align-items:center;gap:8px;border-top:1px solid var(--border);padding-top:8px;margin-top:8px}.checkout-page__summary-total .checkout-page__summary-label{font-size:1rem;color:var(--heading);font-weight:700}.checkout-page__summary-total .checkout-page__summary-value{font-size:1.1rem;color:#12a594;font-weight:700}.checkout-page__summary-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.checkout-page__summary-text{font-size:.8rem;color:var(--muted);font-weight:500;white-space:nowrap}.checkout-page__summary-button{background-color:#12a594;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:80px}.checkout-page__summary-button:hover{background-color:#0f6e56;transform:translateY(-1px);box-shadow:0 2px 6px #12a5944d}.checkout-page__summary-button:active{transform:translateY(0);box-shadow:0 1px 3px #12a5944d}.checkout-page__address-edit-button{display:flex;width:100%;justify-content:flex-end;align-items:flex-end}.checkout-page__addresses{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:16px;box-shadow:0 2px 4px #0000000d}.checkout-page__addresses h3{margin:0 0 12px;font-size:1.1rem;font-weight:700;color:var(--heading);padding-bottom:6px;border-bottom:2px solid #12A594}.checkout-page__addresses .billing-checkbox{display:flex;align-items:center;gap:8px}.checkout-page__addresses .billing-checkbox input{margin:0;width:16px;height:16px;accent-color:#12A594}.checkout-page__addresses .billing-checkbox label{margin:0;font-size:.9rem;color:var(--text);font-weight:500;cursor:pointer}.checkout-page__addresses .address-display{padding:12px;background:var(--surface);border:1px solid var(--border);border-radius:6px;margin-bottom:12px}.checkout-page__addresses .address-display p{margin:0 0 8px;line-height:1.4;font-size:.9rem;color:var(--text)}.checkout-page__addresses .address-display button{padding:6px 12px;background:#12a594;border:none;color:#fff;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease;width:60%}.checkout-page__addresses .address-display button:hover{background:#0f6e56;transform:translateY(-1px)}.checkout-page__addresses .address-form{display:grid;grid-template-columns:1fr 1fr;gap:8px}.checkout-page__addresses .address-form label{display:block;font-size:.8rem;color:var(--muted);font-weight:500;margin-bottom:2px}.checkout-page__addresses .address-form input,.checkout-page__addresses .address-form select{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:4px;font-size:.9rem;background:var(--surface);transition:border-color .2s ease}.checkout-page__addresses .address-form input:focus,.checkout-page__addresses .address-form select:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 2px #12a5941a}.checkout-page__addresses .address-form .checkout-page__postal-code.checkout-page__postal-code--flash{animation:postal-code-flash 2s ease-out forwards}.checkout-page__addresses .address-form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px;padding-right:32px}.checkout-page__addresses .address-form select option{padding:4px}@media (min-width: 768px){.checkout-page__content{grid-template-columns:2fr 1fr;align-items:flex-start}.checkout-page__cart-preview,.checkout-page__addresses{grid-column:1/2}.checkout-page__summary{grid-column:2/3;position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow-y:auto}.checkout-page__addresses .address-form{grid-template-columns:1fr 1fr;gap:12px}}@media (min-width: 1440px){.checkout-page__summary,.checkout-page__addresses{padding:2rem}}@media (max-width: 768px){.checkout-page__cart-preview{padding:12px}.checkout-page__cart-item{padding:6px 10px}.checkout-page__item-details{width:100%}.checkout-page__item-header{flex-direction:column;align-items:flex-start;gap:4px}.checkout-page__item-quantity{align-self:flex-end}.checkout-page__addresses{padding:12px}.checkout-page__addresses .address-form{grid-template-columns:1fr;gap:6px}.checkout-page__addresses h3{font-size:1rem}.checkout-page__summary{flex-direction:column;align-items:stretch;gap:12px;padding:10px 12px}.checkout-page__summary-info{width:100%}.checkout-page__summary-row{width:100%;justify-content:space-between}.checkout-page__summary-total{width:100%;justify-content:space-between;border-top:1px solid var(--border);padding-top:6px;margin-top:6px}.checkout-page__summary-actions{width:100%;flex-direction:column;gap:8px;align-items:stretch}.checkout-page__summary-text{text-align:center;font-size:.75rem}.checkout-page__summary-button{width:100%;padding:8px 16px;font-size:.9rem}}.save-shipping-checkbox{display:flex;gap:.5rem;margin-top:1rem;font-size:.95rem;color:var(--text)}.save-shipping-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.save-shipping-checkbox label{cursor:pointer;-webkit-user-select:none;user-select:none}.checkout-page__email-section{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:20px;box-shadow:0 2px 4px #0000000d}.checkout-page__signup-message{font-size:.9rem;color:var(--muted);margin:0 0 12px;text-align:center;line-height:1.4;padding:8px 12px;background:#12a5940d;border-radius:6px;border-left:3px solid #12A594}.guest-email-field{display:flex;flex-direction:column}.guest-email-field label{font-weight:600;margin-bottom:.5rem;font-size:.9rem;color:var(--text)}.guest-email-field input[type=email]{padding:8px 10px;font-size:.9rem;border:1px solid var(--border);border-radius:4px;background-color:var(--surface);transition:border-color .2s ease}.guest-email-field input[type=email]:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 2px #12a5941a}.payment-preferences{padding:20px;max-width:1000px;margin:0 auto;font-family:Arial,sans-serif;color:var(--text)}.payment-preferences--loading{display:flex;align-items:center;justify-content:center;min-height:40vh}@media (min-width: 1024px){.payment-preferences{max-width:1200px;padding:24px 32px}}@media (min-width: 1440px){.payment-preferences{max-width:1400px;padding:32px 48px}}.payment-preferences__content{display:grid;grid-template-columns:1fr;gap:1rem}.payment-preferences__title{text-align:right;font-size:1.5rem;font-weight:700;color:var(--heading);margin:0 0 2rem;padding-bottom:8px;border-bottom:2px solid #12A594}.payment-preferences__sections{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.payment-preferences__section{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.payment-preferences__section-title{font-size:1.2rem;font-weight:700;color:var(--heading);margin:0 0 1rem;padding-bottom:8px;border-bottom:2px solid #12A594}.payment-preferences__options{display:flex;flex-direction:column;gap:.75rem}.payment-preferences__option{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:all .2s ease}.payment-preferences__option:hover{border-color:#12a594;background:#12a5940d}.payment-preferences__option input[type=radio]{margin:0;width:18px;height:18px;accent-color:#12A594}.payment-preferences__option-text{font-size:.9rem;font-weight:500;color:var(--text)}.payment-preferences__instructions{margin-top:1rem;padding:1rem;background:#12a5940d;border:1px solid rgba(18,165,148,.2);border-radius:6px}.payment-preferences__instructions-title{font-size:1rem;font-weight:600;color:#12a594;margin:0 0 .75rem}.payment-preferences__instructions-content p{margin:.5rem 0;font-size:.9rem;color:var(--text);line-height:1.4}.payment-preferences__instructions-content p strong{color:var(--heading);font-weight:600}.payment-preferences__instructions-note{font-style:italic;color:var(--muted);margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(18,165,148,.2)}.payment-preferences__summary{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:20px;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.payment-preferences__summary-info{display:flex;flex-direction:column;gap:4px;flex:1}.payment-preferences__summary-row{display:flex;align-items:center;gap:8px}.payment-preferences__summary-label{font-size:.9rem;color:var(--muted);font-weight:500}.payment-preferences__summary-value{font-size:.9rem;color:var(--text);font-weight:600}.payment-preferences__summary-total{display:flex;align-items:center;gap:8px;border-top:1px solid var(--border);padding-top:8px;margin-top:8px}.payment-preferences__summary-total .payment-preferences__summary-label{font-size:1rem;color:var(--heading);font-weight:700}.payment-preferences__summary-total .payment-preferences__summary-value{font-size:1.1rem;color:#12a594;font-weight:700}.payment-preferences__summary-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.payment-preferences__summary-text{font-size:.8rem;color:var(--muted);font-weight:500;white-space:nowrap}.payment-preferences__summary-button{background-color:#12a594;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:80px}.payment-preferences__summary-button:hover{background-color:#0f6e56;transform:translateY(-1px);box-shadow:0 2px 6px #12a5944d}.payment-preferences__summary-button:active{transform:translateY(0);box-shadow:0 1px 3px #12a5944d}@media (max-width: 768px){.payment-preferences{padding:1rem;max-width:100%}.payment-preferences__content,.payment-preferences__sections{gap:1rem}.payment-preferences__section{padding:1rem}.payment-preferences__summary{flex-direction:column;align-items:stretch;gap:1rem}.payment-preferences__summary-actions{justify-content:center}}@media (min-width: 768px){.payment-preferences__content{grid-template-columns:1fr}}.order-confirmation{padding:20px;max-width:1000px;margin:0 auto;font-family:Arial,sans-serif;color:var(--text)}@media (min-width: 1024px){.order-confirmation{max-width:1200px;padding:24px 32px}}@media (min-width: 1440px){.order-confirmation{max-width:1400px;padding:32px 48px}}.order-confirmation__content{display:grid;grid-template-columns:1fr}.order-confirmation__title{text-align:right;font-size:1.5rem;font-weight:700;color:var(--heading);margin:0 0 1.5rem;padding-bottom:8px;border-bottom:2px solid #12A594}.order-confirmation__status{margin:0 0 1rem;font-size:1rem;color:var(--text)}.order-confirmation__email-note{margin:0 0 2rem;font-size:.95rem;color:var(--text)}.order-confirmation__empty,.order-confirmation__error{margin:0;font-size:1rem;color:var(--text)}.order-confirmation__error{color:#c33}.order-confirmation__sections{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.order-confirmation__section{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.order-confirmation__section-title{font-size:1.2rem;font-weight:700;color:var(--heading);margin:0 0 1rem;padding-bottom:8px;border-bottom:2px solid #12A594}.order-confirmation__section-body p{margin:0 0 .5rem;font-size:.95rem;color:var(--text);line-height:1.5}.order-confirmation__section-body p:last-child{margin-bottom:0}.order-confirmation__section-body strong{color:var(--heading)}.order-confirmation__actions{display:flex;flex-wrap:wrap;flex-direction:row-reverse;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--border)}.order-confirmation__button{display:inline-block;padding:.75rem 1.5rem;background:#12a594;color:#fff;text-decoration:none;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.order-confirmation__button:hover{background:#0b2545;transform:translateY(-1px);box-shadow:0 2px 6px #12a5944d}.order-confirmation__button:active{transform:translateY(0)}.order-confirmation__button--secondary{background:var(--muted);color:#fff}.order-confirmation__button--secondary:hover{background:#4a5568;box-shadow:0 2px 6px #0003}.bitcoin-payment{background:var(--bg);min-height:70vh;padding:2.5rem 1.25rem;display:flex;justify-content:center}@media (min-width: 768px){.bitcoin-payment{padding:3.5rem 2rem}}.bitcoin-payment__content{width:100%;max-width:640px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 18px var(--shadow);padding:2rem}@media (min-width: 768px){.bitcoin-payment__content{padding:2.5rem}}.bitcoin-payment__content--empty{text-align:center}.bitcoin-payment__content--empty h2{font-family:Poppins,sans-serif;color:var(--heading);margin:0 0 .5rem}.bitcoin-payment__content--empty p{color:var(--muted);margin:0 0 1.5rem}.bitcoin-payment__header{text-align:center;margin-bottom:1.75rem}.bitcoin-payment__title{font-family:Poppins,sans-serif;font-weight:700;letter-spacing:-.02em;font-size:clamp(1.6rem,4vw,2.1rem);color:var(--heading);margin:.4rem 0 .6rem}.bitcoin-payment__amount{color:var(--muted);font-size:1.05rem;margin:0}.bitcoin-payment__amount strong{color:var(--heading)}.bitcoin-payment__note{margin:1.5rem 0 0;font-size:.86rem;color:var(--muted);line-height:1.55;text-align:center}.bitcoin-payment__note--warn{margin-top:.75rem;color:#f59e0b;font-weight:500}.bitcoin-payment__facts{display:grid;gap:.85rem;margin-bottom:1.75rem}.bitcoin-payment__fact{background:var(--bg);border:1px solid var(--border);border-radius:11px;padding:.85rem 1rem}.bitcoin-payment__fact-label{display:block;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem}.bitcoin-payment__fact-value{display:flex;align-items:center;gap:.6rem}.bitcoin-payment__fact-value code{flex:1;min-width:0;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.95rem;color:var(--heading);word-break:break-all}.bitcoin-payment__addr{font-size:.85rem}.bitcoin-payment__copy{flex-shrink:0;background:transparent;border:1.5px solid var(--border);color:#12a594;font-family:Poppins,sans-serif;font-weight:600;font-size:.8rem;padding:.35rem .7rem;border-radius:8px;cursor:pointer;transition:border-color .18s ease,color .18s ease}.bitcoin-payment__copy:hover{border-color:#12a594}.bitcoin-payment__qrs{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.bitcoin-payment__qrs{grid-template-columns:1fr 1fr}}.bitcoin-payment__qr-card{border:1px solid var(--border);border-radius:16px;padding:1.25rem;text-align:center;background:var(--surface)}.bitcoin-payment__qr-card--primary{border-color:#12a59480;box-shadow:0 0 0 3px #12a59414}.bitcoin-payment__qr-card h3{font-family:Poppins,sans-serif;font-size:.95rem;font-weight:700;color:var(--heading);margin:0 0 .9rem}.bitcoin-payment__qr-container{display:flex;justify-content:center;align-items:center;background:#fff;border-radius:11px;padding:.9rem;min-height:200px}.bitcoin-payment__qr-container svg{display:block;height:auto;max-width:100%}.bitcoin-payment__qr-placeholder{color:var(--muted);font-size:.9rem}.bitcoin-payment__qr-instruction{margin:.8rem 0 0;font-size:.84rem;color:var(--muted);line-height:1.45}.bitcoin-payment__form{margin-top:1.75rem;padding-top:1.75rem;border-top:1px solid var(--border)}.bitcoin-payment__form h3{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700;color:var(--heading);margin:0 0 .9rem}.bitcoin-payment__form label{display:block;font-weight:600;font-size:.9rem;color:var(--heading);margin-bottom:.5rem}.bitcoin-payment__form input{width:100%;box-sizing:border-box;padding:.8rem .9rem;border:1.5px solid var(--border);border-radius:11px;font-size:1rem;background:var(--surface);color:var(--text);margin-bottom:1rem;transition:border-color .18s ease,box-shadow .18s ease}.bitcoin-payment__form input:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a5941f}.bitcoin-payment__form input::placeholder{color:var(--muted)}.bitcoin-payment__form .pep-btn{width:100%}.bitcoin-payment__thanks{margin:1rem 0 0;text-align:center;color:#12a594;font-weight:600}.learn{padding:2.5rem 1.25rem;max-width:1200px;margin:0 auto;scroll-behavior:smooth}@media (min-width: 768px){.learn{padding:3.5rem 2rem}}@media (min-width: 1024px){.learn{padding:4rem 32px}}@media (min-width: 1440px){.learn{max-width:1400px;padding:4.5rem 48px}}.learn__back{margin-bottom:20px}.learn__header{text-align:center;max-width:42rem;margin:0 auto 2.5rem}.learn__header .pep-eyebrow{margin-bottom:.6rem}.learn__header h1{font-family:Poppins,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.08;font-size:clamp(1.7rem,4vw,2.4rem);margin:0 0 .75rem;color:var(--heading)}.learn__header p{font-size:1.02rem;color:var(--muted);line-height:1.6;margin:0 auto}.learn__navigation{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;margin-bottom:2.5rem}.learn__navigation h3{font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.14em;margin-bottom:1.1rem;color:#12a594;text-transform:uppercase;text-align:center}.learn__navigation .learn__nav-links{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.learn__navigation .learn__nav-links .learn__nav-link{display:inline-block;padding:.5rem .9rem;background:var(--bg);color:var(--heading);border:1px solid var(--border);text-decoration:none;border-radius:999px;font-weight:600;font-size:.84rem;font-family:Poppins,sans-serif;transition:border-color .18s ease,color .18s ease,background .18s ease}.learn__navigation .learn__nav-links .learn__nav-link:hover{border-color:#12a594;color:#12a594;background:var(--surface)}.learn__navigation .learn__nav-links .learn__nav-link:active{transform:translateY(0)}.learn__categories{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}@media (min-width: 768px){.learn__categories{grid-template-columns:repeat(2,1fr)}}.learn__category{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 18px var(--shadow);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;scroll-margin-top:90px}.learn__category:hover{transform:translateY(-4px);box-shadow:0 14px 32px var(--shadow);border-color:#12a59466}.learn__category:target{animation:learnHighlight 2s ease-out}@keyframes learnHighlight{0%{border-color:var(--border)}40%{border-color:#12a594;box-shadow:0 0 0 3px #12a59440}to{border-color:var(--border)}}.learn__category-header{position:relative;height:160px;overflow:hidden;display:flex;align-items:flex-end}.learn__category-header h2{position:relative;z-index:1;color:#fff;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:-.01em;margin:0;padding:1rem 1.25rem;text-shadow:0 2px 10px rgba(0,0,0,.45)}.learn__category-banner{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.learn__category-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#071726eb,#0717268c 45%,#0717261f)}.learn__category:hover .learn__category-banner{transform:scale(1.05)}.learn__category-content{padding:1.5rem}.learn__category-description{font-size:.95rem;line-height:1.6;color:var(--muted);margin-bottom:1.25rem}.learn__category-details{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 768px){.learn__category-details{grid-template-columns:1fr 1fr}}.learn__benefits h3,.learn__considerations h3{font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;margin-bottom:.7rem;color:var(--heading);text-transform:uppercase;letter-spacing:.08em}.learn__benefits ul,.learn__considerations ul{list-style:none;padding:0;margin:0}.learn__benefits ul li,.learn__considerations ul li{font-size:.875rem;line-height:1.5;color:var(--text);margin-bottom:.5rem;padding-left:1.4rem;position:relative}.learn__benefits ul li:before,.learn__considerations ul li:before{content:"✓";position:absolute;left:0;color:#12a594;font-weight:700}.learn__benefits ul li:last-child,.learn__considerations ul li:last-child{margin-bottom:0}.learn__considerations ul li:before{content:"•";color:var(--muted);font-size:1.1rem;line-height:1}.learn__disclaimer{background:var(--bg);border:1px solid var(--border);border-left:3px solid #12A594;border-radius:11px;padding:1.5rem 1.75rem;text-align:left}.learn__disclaimer h3{font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;margin-bottom:.6rem;color:var(--heading)}.learn__disclaimer p{font-size:.9rem;line-height:1.6;color:var(--muted);margin:0}@media (max-width: 767px){.learn__categories{gap:1rem}.learn__category-content{padding:1.25rem}.learn__category-details{gap:1rem}}.calc{max-width:1000px;margin:0 auto;padding:24px 16px 56px}@media (min-width: 1024px){.calc{padding:40px 32px 72px}}.calc__head{text-align:center;margin-bottom:28px}.calc__eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#12a594;margin-bottom:8px}.calc__title{font-family:Poppins,sans-serif;font-weight:700;color:var(--heading);font-size:2rem;line-height:1.05;margin:0 0 8px}@media (min-width: 1024px){.calc__title{font-size:2.6rem}}.calc__sub{color:var(--muted);max-width:38rem;margin:0 auto;font-size:1rem;line-height:1.5}.calc__head-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:18px}.calc__install,.calc__shop,.calc__installed{display:inline-flex;align-items:center;gap:.5rem;font-family:Poppins,sans-serif;font-weight:600;font-size:.9rem;padding:.6rem 1.1rem;border-radius:11px;cursor:pointer;border:1px solid var(--border);transition:all .2s ease;text-decoration:none}.calc__install{background:var(--cta);color:#fff;border-color:transparent}.calc__install:hover:not(:disabled){background:var(--cta-hover);transform:translateY(-1px)}.calc__install:disabled{opacity:.55;cursor:not-allowed}.calc__shop{background:transparent;color:var(--heading)}.calc__shop:hover{border-color:#12a594;color:#12a594}.calc__installed{background:var(--wash);color:#0f6e56;border-color:transparent}.calc__grid{display:grid;gap:18px;grid-template-columns:1fr}@media (min-width: 768px){.calc__grid{grid-template-columns:1fr 1fr;align-items:start}}.calc__panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 6px 20px var(--shadow);padding:1.25rem 1.25rem 1.5rem}@media (min-width: 1024px){.calc__panel{padding:1.6rem}}.calc__panel-title{display:flex;align-items:center;gap:.5rem;font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:700;color:var(--heading);margin:0 0 1rem}.calc__panel-title svg{color:#12a594}.calc__field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.calc__field span{font-size:.8rem;font-weight:600;color:var(--muted)}.calc__field input,.calc__field select{width:100%;padding:.7rem .8rem;font-size:1rem;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:11px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.calc__field input:focus,.calc__field select:focus{border-color:#12a594;box-shadow:0 0 0 3px #12a59426}.calc__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.calc__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.calc__dose{display:flex;gap:8px}.calc__dose input{flex:1}.calc__toggle{display:inline-flex;background:var(--surface-2);border:1px solid var(--border);border-radius:11px;overflow:hidden;flex-shrink:0}.calc__toggle button{border:none;background:transparent;color:var(--muted);cursor:pointer;padding:0 .9rem;font-weight:600;font-size:.9rem}.calc__toggle button.is-on{background:var(--cta);color:#fff}.calc__preset-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:4px;color:#12a594;font-weight:600;font-size:.9rem;text-decoration:none}.calc__preset-link:hover{color:#0f6e56}.calc__results{display:flex;flex-direction:column}.calc__draw{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap;padding-bottom:.5rem}.calc__draw-label{color:var(--muted);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.calc__draw-units{font-family:Poppins,sans-serif;font-weight:700;color:#12a594;font-size:2.4rem;line-height:1}.calc__draw-units small{font-size:.9rem;color:var(--muted);font-weight:600;margin-left:.3rem}.calc__draw-vol{margin-left:auto;color:var(--muted);font-size:.9rem}.calc__warn,.calc__tip{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;padding:.6rem .8rem;border-radius:11px;margin:.5rem 0 0;line-height:1.4}.calc__warn svg,.calc__tip svg{flex-shrink:0;margin-top:.1em}.calc__warn{background:#e0556b1f;color:#c0394f}.calc__warn svg{color:#e0556b}.calc__tip{background:var(--wash);color:var(--text)}.calc__tip svg{color:#12a594}.calc__tip strong{color:var(--heading)}.calc__stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:1rem 0 0;background:var(--border);border:1px solid var(--border);border-radius:11px;overflow:hidden}.calc__stats div{background:var(--surface);padding:.7rem .85rem}.calc__stats dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:2px}.calc__stats dd{margin:0;font-family:Poppins,sans-serif;font-weight:700;color:var(--heading);font-size:1.05rem}.calc__reorder{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;padding:.8rem 1rem;border-radius:11px;background:var(--wash);border:1px solid var(--border)}.calc__reorder>div{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text)}.calc__reorder>div svg{color:#12a594}.calc__reorder>div strong{color:var(--heading)}.calc__reorder-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--cta);color:#fff;font-family:Poppins,sans-serif;font-weight:600;padding:.55rem 1.1rem;border-radius:11px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.calc__reorder-btn:hover{background:var(--cta-hover);transform:translateY(-1px)}.calc__reorder-btn--wide{width:100%;margin-top:1rem;padding:.8rem}.calc__hint{font-size:.78rem;color:#0f6e56;margin-top:4px}:root[data-theme=dark] .calc__hint{color:#2dd4bf}.calc__share{display:flex;flex-wrap:wrap;gap:10px;margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid var(--border)}.calc__share-btn,.calc__save-btn{display:inline-flex;align-items:center;gap:.4rem;font-family:Poppins,sans-serif;font-weight:600;font-size:.85rem;border-radius:11px;cursor:pointer;border:1px solid var(--border);padding:.55rem .9rem;background:var(--surface-2);color:var(--heading);transition:all .18s ease}.calc__share-btn:hover,.calc__save-btn:hover{border-color:#12a594;color:#12a594}.calc__share-btn svg,.calc__save-btn svg{color:#12a594}.calc__save{display:flex;flex:1;min-width:200px;gap:8px}.calc__save input{flex:1;min-width:0;padding:.55rem .75rem;font-size:.9rem;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:11px;outline:none}.calc__save input:focus{border-color:#12a594;box-shadow:0 0 0 3px #12a59426}.calc__save-btn{flex-shrink:0;background:var(--cta);color:#fff;border-color:transparent}.calc__save-btn svg{color:#fff}.calc__save-btn:hover{background:var(--cta-hover);color:#fff}.calc__saved{display:flex;flex-wrap:wrap;gap:8px;margin-top:.9rem}.calc__chip{display:inline-flex;align-items:center;background:var(--wash);border:1px solid var(--border);border-radius:999px;overflow:hidden}.calc__chip-load{border:none;background:transparent;cursor:pointer;padding:.4rem .7rem;font-size:.82rem;font-weight:600;color:var(--heading)}.calc__chip-load:hover{color:#12a594}.calc__chip-del{border:none;background:transparent;cursor:pointer;display:grid;place-items:center;padding:.4rem .5rem .4rem 0;color:var(--muted)}.calc__chip-del svg{width:.85em;height:.85em}.calc__chip-del:hover{color:#e0556b}.calc__schedule{margin-top:18px}.calc__schedule-note{color:var(--muted);font-size:.88rem;margin:-.4rem 0 1rem;line-height:1.5}.calc__table-wrap{overflow-x:auto}.calc__table{width:100%;border-collapse:collapse;font-size:.92rem}.calc__table th,.calc__table td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--border)}.calc__table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.calc__table td{color:var(--text)}.calc__table td strong{color:#12a594}.calc__table tbody tr:hover{background:var(--wash)}.calc__disclaimer{display:flex;align-items:flex-start;gap:.5rem;margin-top:28px;padding:.9rem 1.1rem;background:var(--surface-2);border:1px solid var(--border);border-left:3px solid #12A594;border-radius:11px;color:var(--muted);font-size:.82rem;line-height:1.5}.calc__disclaimer svg{color:#12a594;flex-shrink:0;margin-top:.1em}.calc-syringe{width:100%;height:auto;margin:.4rem 0 .2rem}.calc-syringe__tick{font-size:9px;fill:var(--muted);font-family:Poppins,sans-serif}.calc-syringe__marker{font-size:12px;font-weight:700;fill:var(--cta-hover);font-family:Poppins,sans-serif}.calc-syringe__over{font-size:10px;fill:#e0556b;font-family:Poppins,sans-serif}.pepify-bot__launcher{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;border:none;background:var(--cta);color:#fff;display:grid;place-items:center;cursor:pointer;z-index:9000;box-shadow:0 8px 24px #12a59466;transition:transform .18s ease,background .18s ease}.pepify-bot__launcher:hover{transform:translateY(-2px);background:var(--cta-hover)}@media (min-width: 768px){.pepify-bot__launcher{width:62px;height:62px;right:28px;bottom:28px}}.pepify-bot__nudge{position:fixed;right:20px;bottom:88px;max-width:248px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:16px;padding:.85rem 1rem .85rem .95rem;font-size:.88rem;line-height:1.4;box-shadow:0 10px 30px var(--shadow);z-index:9000;cursor:pointer;animation:bot-pop .25s ease-out}@media (min-width: 768px){.pepify-bot__nudge{right:28px;bottom:100px}}.pepify-bot__nudge-x{position:absolute;top:6px;right:6px;border:none;background:transparent;color:var(--muted);cursor:pointer;display:grid;place-items:center;padding:2px}.pepify-bot__nudge-x svg{width:.85em;height:.85em}.pepify-bot__nudge-x:hover{color:var(--heading)}.pepify-bot__panel{position:fixed;right:20px;bottom:88px;width:calc(100vw - 40px);max-width:360px;height:70vh;max-height:540px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 16px 44px var(--shadow);display:flex;flex-direction:column;overflow:hidden;z-index:9001;animation:bot-pop .22s ease-out}@media (min-width: 768px){.pepify-bot__panel{right:28px;bottom:100px}}.pepify-bot__head{display:flex;align-items:center;justify-content:space-between;padding:.8rem .9rem;background:var(--nav-bg);border-bottom:1px solid var(--border)}.pepify-bot__head-title{display:flex;align-items:center;gap:.6rem}.pepify-bot__head-title strong{display:block;font-family:Poppins,sans-serif;font-size:.95rem;color:var(--heading)}.pepify-bot__head-title span{font-size:.74rem;color:var(--muted)}.pepify-bot__avatar{width:36px;height:36px;border-radius:50%;background:var(--wash);color:#12a594;display:grid;place-items:center;flex-shrink:0}.pepify-bot__head-actions{display:flex;gap:4px}.pepify-bot__head-actions button{border:none;background:transparent;color:var(--muted);cursor:pointer;width:30px;height:30px;border-radius:8px;display:grid;place-items:center}.pepify-bot__head-actions button:hover{background:var(--wash);color:var(--heading)}.pepify-bot__body{flex:1;overflow-y:auto;padding:1rem .9rem;display:flex;flex-direction:column;gap:.5rem}.pepify-bot__msg{max-width:86%;padding:.6rem .8rem;border-radius:14px;font-size:.9rem;line-height:1.45}.pepify-bot__msg--bot{align-self:flex-start;background:var(--wash);color:var(--text);border-bottom-left-radius:4px}.pepify-bot__msg--user{align-self:flex-end;background:var(--cta);color:#fff;border-bottom-right-radius:4px}.pepify-bot__options{display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}.pepify-bot__opt{text-align:left;background:var(--surface);color:var(--heading);border:1px solid var(--border);border-radius:10px;padding:.6rem .8rem;font-size:.88rem;font-weight:500;cursor:pointer;transition:all .15s ease}.pepify-bot__opt:hover{border-color:#12a594;background:var(--wash)}.pepify-bot__opt.is-cta{background:var(--cta);color:#fff;border-color:transparent;font-weight:600}.pepify-bot__opt.is-cta:hover{background:var(--cta-hover)}.pepify-bot__foot{padding:.5rem;text-align:center;font-size:.72rem;color:var(--muted);border-top:1px solid var(--border)}@keyframes bot-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion: reduce){.pepify-bot__panel,.pepify-bot__nudge{animation:none}}.admin{padding:20px;max-width:1400px;margin:0 auto;min-height:100vh;background:var(--bg)}@media (min-width: 1024px){.admin{max-width:1200px;padding:32px}}@media (min-width: 1440px){.admin{max-width:1400px;padding:40px 48px}}.admin__header{text-align:center;margin-bottom:30px;padding:30px;background:var(--cta);border-radius:12px;color:#fff}.admin__header h1{font-size:36px;font-weight:700;margin-bottom:10px;text-transform:uppercase}.admin__header p{font-size:18px;opacity:.9;margin:0}.admin__header .admin__user-info{margin-top:15px;display:flex;flex-direction:column;gap:5px;align-items:center}.admin__header .admin__user-info span:first-child{font-size:16px;opacity:.9}.admin__header .admin__user-info .admin__user-role{font-size:14px;opacity:.8;background:#fff3;padding:4px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.admin__header .admin__user-info .admin__refresh-btn{margin-top:8px;padding:6px 12px;background:#ffffff4d;border:1px solid rgba(255,255,255,.5);border-radius:6px;color:#fff;font-size:12px;cursor:pointer;transition:all .3s ease}.admin__header .admin__user-info .admin__refresh-btn:hover{background:#fff6;transform:translateY(-1px)}.admin__navigation{display:flex;gap:10px;margin-bottom:30px;flex-wrap:wrap;justify-content:center}@media (max-width: 768px){.admin__navigation{flex-direction:column;align-items:center}}.admin__nav-btn{padding:12px 24px;border:none;border-radius:8px;background:var(--surface);color:var(--text);font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;min-width:140px}.admin__nav-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.admin__nav-btn.active{background:var(--cta);color:#fff;box-shadow:0 4px 16px #12a59466}@media (max-width: 768px){.admin__nav-btn{width:100%;max-width:300px}}.admin__content{background:var(--surface);border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.admin__dashboard{padding:30px}.admin__stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px}.admin__stat-card{background:#12a594;padding:25px;border-radius:12px;text-align:center;color:#fff;box-shadow:0 4px 16px #f093fb4d}.admin__stat-card h3{font-size:16px;font-weight:600;margin-bottom:15px;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.admin__stat-number{font-size:32px;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.2)}.admin__recent-activity h3{font-size:20px;font-weight:700;margin-bottom:20px;color:var(--text)}.admin__activity-list{display:flex;flex-direction:column;gap:15px}.admin__activity-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background:var(--bg);border-radius:8px;border-left:4px solid #12A594}.admin__activity-time{font-size:12px;color:var(--muted);font-weight:500}.admin__activity-text{font-size:14px;color:var(--text);font-weight:500}.admin__analytics{padding:30px}.admin__analytics-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px}.admin__stat-number--mode{font-size:18px;text-transform:capitalize}.admin__analytics-empty{text-align:center;padding:40px 20px;color:var(--muted);font-style:italic}.admin__section-header{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:1px solid var(--border);background:var(--bg)}.admin__section-header h3{font-size:20px;font-weight:700;color:var(--text);margin:0}@media (max-width: 768px){.admin__section-header{flex-direction:column;gap:15px;align-items:stretch}}.admin__search-input{padding:10px 15px;border:1px solid var(--border);border-radius:6px;font-size:14px;min-width:250px}.admin__search-input:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a5941a}@media (max-width: 768px){.admin__search-input{min-width:auto;width:100%}}.admin__table-container{overflow-x:auto}.admin__table{width:100%;border-collapse:collapse;font-size:14px}.admin__table th,.admin__table td{padding:15px;text-align:left;border-bottom:1px solid var(--border)}.admin__table th{background:var(--bg);font-weight:600;color:var(--text);text-transform:uppercase;font-size:12px;letter-spacing:.5px}.admin__table td{color:var(--muted);vertical-align:middle}.admin__table tr:hover{background:var(--bg)}.admin__product-image{width:50px;height:50px;object-fit:cover;border-radius:6px;border:2px solid var(--border)}.admin__role-badge{padding:4px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.admin__role-badge.admin{background:#10b981;color:#fff}.admin__role-badge.user{background:var(--muted);color:#fff}.admin__status-badge{padding:4px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.admin__status-badge.active{background:#10b981;color:#fff}.admin__status-badge.inactive{background:#dc2626;color:#fff}.admin__status-badge--pending{background:#f59e0b;color:var(--heading)}.admin__status-badge--processing,.admin__status-badge--shipped{background:#12a594;color:#fff}.admin__status-badge--delivered{background:#10b981;color:#fff}.admin__status-badge--cancelled{background:#dc2626;color:#fff}.admin__action-btn{padding:6px 12px;border:none;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-right:5px;text-transform:uppercase;letter-spacing:.5px}.admin__action-btn--primary{background:#12a594;color:#fff}.admin__action-btn--primary:hover{background:#0f6e56;transform:translateY(-1px)}.admin__action-btn--secondary{background:var(--muted);color:#fff}.admin__action-btn--secondary:hover{background:var(--muted);transform:translateY(-1px)}.admin__action-btn--danger{background:#dc2626;color:#fff}.admin__action-btn--danger:hover{background:#dc2626;transform:translateY(-1px)}.admin__system-settings{padding:30px}.admin__system-settings h3{font-size:24px;font-weight:700;margin-bottom:30px;color:var(--text)}.admin__settings-section{margin-bottom:40px}.admin__settings-section h4{font-size:18px;font-weight:600;margin-bottom:20px;color:var(--text);padding-bottom:10px;border-bottom:2px solid var(--border)}.admin__setting-item{margin-bottom:20px;display:flex;flex-direction:column;gap:8px}.admin__setting-item label{font-weight:600;color:var(--text);font-size:14px}.admin__setting-input,.admin__setting-textarea{padding:12px;border:1px solid var(--border);border-radius:6px;font-size:14px;transition:border-color .3s ease}.admin__setting-input:focus,.admin__setting-textarea:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a5941a}.admin__setting-textarea{min-height:80px;resize:vertical}.admin__setting-checkbox{width:18px;height:18px;accent-color:#12A594}.admin__settings-actions{display:flex;gap:15px;margin-top:30px}@media (max-width: 768px){.admin__settings-actions{flex-direction:column}}.admin__btn{padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.admin__btn--primary{background:var(--cta);color:#fff}.admin__btn--primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #12a59466}.admin__btn--secondary{background:var(--muted);color:#fff}.admin__btn--secondary:hover{background:var(--muted);transform:translateY(-2px)}.admin__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.admin__modal{background:var(--surface);border-radius:12px;padding:30px;max-width:500px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 30px #0000004d}.admin__modal h3{font-size:20px;font-weight:700;margin-bottom:20px;color:var(--text)}.admin__modal p{margin-bottom:15px;color:var(--muted);line-height:1.6}.admin__modal button{margin-top:20px;padding:10px 20px;background:#12a594;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .3s ease}.admin__modal button:hover{background:#0f6e56}.admin__modal-image{width:100px;height:100px;object-fit:cover;border-radius:8px;margin-bottom:15px;border:2px solid var(--border)}.admin__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.admin__loading p{font-size:16px;color:var(--muted);margin:0}.admin__spinner{width:40px;height:40px;border:4px solid var(--border);border-top:4px solid #12A594;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1024px){.admin{padding:15px}.admin__stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.admin{padding:10px}.admin__header{padding:20px}.admin__header h1{font-size:28px}.admin__header p{font-size:16px}.admin__stats-grid{grid-template-columns:1fr}.admin__table{font-size:12px}.admin__table th,.admin__table td{padding:10px 8px}.admin__action-btn{padding:4px 8px;font-size:10px;margin-bottom:5px}.admin__modal{padding:20px;margin:20px}}@media (max-width: 480px){.admin__navigation{gap:8px}.admin__nav-btn{padding:10px 16px;font-size:14px;min-width:120px}.admin__section-header,.admin__dashboard,.admin__system-settings,.admin__reward-management,.admin__promo-management,.admin__affiliate-management{padding:20px}.admin__stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.admin__stat-card{background:var(--surface);padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.admin__stat-card h3{margin:0 0 10px;color:var(--muted);font-size:14px;text-transform:uppercase;letter-spacing:.5px}.admin__stat-card .admin__stat-number{font-size:28px;font-weight:700;color:var(--text);margin:0}.admin__action-btn--success{background:#10b981;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px;margin-right:5px}.admin__action-btn--success:hover{background:#10b981}.admin__action-btn--info{background:#12a594;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px;margin-right:5px}.admin__action-btn--info:hover{background:#0f6e56}.admin__action-btn--danger{background:#dc2626;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px;margin-right:5px}.admin__action-btn--danger:hover{background:#dc2626}.admin__status-badge--active{background:#10b981;color:#fff}.admin__status-badge--inactive{background:var(--muted);color:#fff}.admin__status-badge--confirmed{background:#12a594;color:#fff}.admin__status-badge--shipped{background:#f59e0b;color:var(--heading)}.admin__status-badge--delivered{background:#10b981;color:#fff}}.admin-access-denied{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#12a594,#0b2545);padding:20px}.admin-access-denied__container{background:var(--surface);border-radius:16px;padding:40px;text-align:center;max-width:500px;width:100%}@media (min-width: 1024px){.admin-access-denied__container{max-width:600px}}.admin-access-denied__container{box-shadow:0 20px 40px #0000001a;animation:slideIn .5s ease-out}.admin-access-denied__icon{width:80px;height:80px;margin:0 auto 20px;color:#dc2626}.admin-access-denied__icon svg{width:100%;height:100%}.admin-access-denied__title{font-size:32px;font-weight:700;color:var(--text);margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.admin-access-denied__message{font-size:16px;color:var(--muted);line-height:1.6;margin-bottom:30px;max-width:400px;margin-left:auto;margin-right:auto}.admin-access-denied__actions{display:flex;gap:15px;justify-content:center;margin-bottom:30px;flex-wrap:wrap}@media (max-width: 480px){.admin-access-denied__actions{flex-direction:column;align-items:center}}.admin-access-denied__btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;min-width:120px}.admin-access-denied__btn--primary{background:linear-gradient(135deg,#12a594,#0b2545);color:#fff}.admin-access-denied__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #12a59466}.admin-access-denied__btn--secondary{background:var(--muted);color:#fff}.admin-access-denied__btn--secondary:hover{background:var(--muted);transform:translateY(-2px);box-shadow:0 8px 20px #6c757d66}.admin-access-denied__help{padding-top:20px;border-top:1px solid var(--border)}.admin-access-denied__help p{font-size:14px;color:var(--muted);margin:0;font-style:italic}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.admin-access-denied{padding:15px}.admin-access-denied__container{padding:30px 20px}.admin-access-denied__title{font-size:28px}.admin-access-denied__message{font-size:15px}}@media (max-width: 480px){.admin-access-denied__container{padding:25px 15px}.admin-access-denied__title{font-size:24px}.admin-access-denied__icon{width:60px;height:60px}}.price-match{background:var(--bg);padding:3rem 1.25rem}@media (min-width: 768px){.price-match{padding:4rem 2rem}}@media (min-width: 1024px){.price-match{padding:4.5rem 32px}}.price-match__container{max-width:880px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 18px var(--shadow);overflow:hidden}.price-match__header{padding:2.75rem 2.5rem 2rem;text-align:center;border-bottom:1px solid var(--border)}.price-match__header h1{font-family:Poppins,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.1;font-size:clamp(1.6rem,4vw,2.3rem);color:var(--heading);margin:0 0 .6rem}.price-match__header p{max-width:38rem;margin:0 auto;color:var(--muted);font-size:1.02rem;line-height:1.55}.price-match__intro{padding:2.5rem}.price-match__steps{display:grid;gap:1.1rem;grid-template-columns:1fr;margin-bottom:2.25rem}@media (min-width: 768px){.price-match__steps{grid-template-columns:repeat(3,1fr)}}.price-match__step{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:1.6rem 1.4rem;text-align:center}.price-match__step h3{margin:.85rem 0 .4rem;color:var(--heading);font-size:1.1rem;font-family:Poppins,sans-serif}.price-match__step p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.5}.price-match__step-num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#12a594;color:#fff;font-weight:700;font-size:1.15rem;font-family:Poppins,sans-serif}.price-match__qualify{background:var(--bg);border:1px solid var(--border);border-left:3px solid #12A594;border-radius:11px;padding:1.4rem 1.6rem;margin-bottom:2.25rem}.price-match__qualify h2{margin:0 0 .7rem;color:var(--heading);font-size:1.2rem;font-family:Poppins,sans-serif}.price-match__qualify ul{margin:0;padding-left:1.1rem;color:var(--text)}.price-match__qualify li{margin-bottom:.5rem;line-height:1.5}.price-match__qualify li:last-child{margin-bottom:0}.price-match__login-cta{text-align:center;border-top:1px solid var(--border);padding-top:2rem}.price-match__login-cta h2{margin:0 0 .5rem;color:var(--heading);font-size:1.3rem;font-family:Poppins,sans-serif}.price-match__login-cta p{margin:0 0 1.4rem;color:var(--muted);line-height:1.6}.price-match__login-cta .price-match__btn{max-width:340px;margin:0 auto}.price-match__form{padding:2.5rem}.price-match__field{margin-bottom:1.5rem}.price-match__label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--heading);font-size:.95rem}.price-match__input,.price-match__select,.price-match__textarea{width:100%;padding:.8rem .9rem;border:1.5px solid var(--border);border-radius:11px;font-size:1rem;font-family:Poppins,sans-serif;background:var(--surface);color:var(--text);transition:border-color .18s ease,box-shadow .18s ease;box-sizing:border-box}.price-match__input:focus,.price-match__select:focus,.price-match__textarea:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a5941f}.price-match__input::placeholder,.price-match__select::placeholder,.price-match__textarea::placeholder{color:var(--muted)}.price-match__select{cursor:pointer}.price-match__textarea{resize:vertical;min-height:110px}.price-match__file{width:100%;padding:.9rem;border:1.5px dashed var(--border);border-radius:11px;background:var(--bg);cursor:pointer;transition:border-color .18s ease}.price-match__file:hover{border-color:#12a594}.price-match__help{font-size:.86rem;color:var(--muted);margin-top:.4rem}.price-match__search{margin-bottom:.75rem}.price-match__selected{margin:.5rem 0 1rem;font-size:.95rem;color:var(--text)}.price-match__selected .price-match__clear-product{margin-left:.5rem;padding:.25rem .5rem;background:transparent;border:none;color:#12a594;cursor:pointer;font-size:.9rem;text-decoration:underline}.price-match__selected .price-match__clear-product:hover{color:var(--heading)}.price-match__dropdown-results{margin-top:.5rem;border:1px solid var(--border);border-radius:11px;background:var(--surface);max-height:280px;overflow-y:auto}.price-match__dropdown-row{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-bottom:1px solid var(--bg);min-height:52px}.price-match__dropdown-row:last-child{border-bottom:none}.price-match__dropdown-row:hover{background:var(--bg)}.price-match__dropdown-img-wrap{flex-shrink:0;width:40px;height:40px;border-radius:6px;overflow:hidden;background:var(--bg)}.price-match__dropdown-img{width:100%;height:100%;object-fit:cover}.price-match__dropdown-img-placeholder{width:100%;height:100%;background:var(--border)}.price-match__dropdown-info{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;font-size:.875rem}.price-match__dropdown-brand{color:var(--muted);font-size:.8rem}.price-match__dropdown-name{font-weight:600;color:var(--text);line-height:1.3}.price-match__dropdown-price{color:#12a594;font-weight:600;font-size:.85rem}.price-match__dropdown-check-wrap{flex-shrink:0;display:flex;align-items:center;cursor:pointer}.price-match__dropdown-check{width:1.1rem;height:1.1rem;accent-color:#12A594;cursor:pointer}.price-match__no-results{margin-top:.75rem;color:var(--muted)}.price-match__terms{background:var(--bg);padding:1.1rem 1.25rem;border-radius:11px;margin:1.75rem 0;border-left:3px solid #12A594}.price-match__terms p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}.price-match__btn{width:100%;padding:.95rem 1.5rem;border:1.5px solid transparent;border-radius:11px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.price-match__btn--primary{background:var(--cta);color:#fff}.price-match__btn--primary:hover:not(:disabled){background:var(--cta-hover);transform:translateY(-2px);box-shadow:0 10px 24px #12a59447}.price-match__btn--primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.price-match__error{background:#dc262614;color:#b91c1c;padding:.9rem 1rem;border-radius:11px;margin-bottom:1.25rem;border-left:3px solid #b91c1c;font-weight:500}.price-match__success{text-align:center;padding:3.5rem 2.5rem}.price-match__success-icon{width:72px;height:72px;background:#12a594;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.2rem;margin:0 auto 1.5rem}.price-match__success h2{color:var(--heading);margin-bottom:1rem;font-size:1.6rem;font-family:Poppins,sans-serif}.price-match__success p{color:var(--muted);font-size:1.02rem;line-height:1.6;margin-bottom:1.75rem;max-width:34rem;margin-inline:auto}.price-match__success .price-match__btn{max-width:340px;margin:1.5rem auto 0}@media (max-width: 768px){.price-match{padding:1.5rem 1rem}.price-match__header{padding:2rem 1.5rem 1.5rem}.price-match__intro,.price-match__form,.price-match__success{padding:1.75rem 1.5rem}}.contact-us{min-height:100vh;background:linear-gradient(135deg,var(--bg) 0%,var(--border) 100%);padding:40px 20px}.contact-us__container{max-width:1200px;margin:0 auto}@media (min-width: 1024px){.contact-us__container{max-width:1200px;padding:0 32px}}@media (min-width: 1440px){.contact-us__container{max-width:1400px;padding:0 48px}}.contact-us__header{text-align:center;margin-bottom:40px}.contact-us__title{font-size:2.5rem;font-weight:700;color:var(--heading);margin:0 0 16px}.contact-us__subtitle{font-size:1.1rem;color:var(--muted);max-width:600px;margin:0 auto}.contact-us__content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.contact-us__form-section{background:var(--surface);border-radius:12px;padding:32px;box-shadow:0 4px 20px #00000014}.contact-us__form-title{font-size:1.5rem;font-weight:600;color:var(--heading);margin:0 0 24px}.contact-us__form{display:flex;flex-direction:column;gap:20px}.contact-us__form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-us__form-group{display:flex;flex-direction:column;gap:8px}.contact-us__label{font-weight:600;color:var(--heading);font-size:14px}.contact-us__input,.contact-us__select,.contact-us__textarea{padding:12px 16px;border:2px solid var(--border);border-radius:8px;font-size:14px;transition:all .2s ease;background:var(--surface)}.contact-us__input:focus,.contact-us__select:focus,.contact-us__textarea:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a5941a}.contact-us__input:disabled,.contact-us__select:disabled,.contact-us__textarea:disabled{background:var(--bg);color:var(--muted);cursor:not-allowed}.contact-us__input::placeholder,.contact-us__select::placeholder,.contact-us__textarea::placeholder{color:var(--muted)}.contact-us__textarea{resize:vertical;min-height:120px;font-family:inherit}.contact-us__submit-button{background:linear-gradient(135deg,#12a594,#0f6e56);color:#fff;border:none;border-radius:8px;padding:16px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.contact-us__submit-button:hover:not(:disabled){background:linear-gradient(135deg,#0f6e56,#0b2545);transform:translateY(-1px);box-shadow:0 4px 12px #12a5944d}.contact-us__submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact-us__info-section{display:flex;flex-direction:column;gap:32px}.contact-us__info-title{font-size:1.5rem;font-weight:600;color:var(--heading);margin:0}.contact-us__info-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-us__info-card{background:var(--surface);border-radius:12px;padding:24px;box-shadow:0 2px 12px #0000000f;text-align:center;transition:transform .2s ease}.contact-us__info-card:hover{transform:translateY(-2px)}.contact-us__info-icon{font-size:2rem;margin-bottom:12px}.contact-us__info-card-title{font-size:1.1rem;font-weight:600;color:var(--heading);margin:0 0 8px}.contact-us__info-card-text{font-size:14px;color:var(--muted);margin:0 0 8px;line-height:1.4}.contact-us__info-link{color:#12a594;text-decoration:none;font-weight:600;font-size:14px}.contact-us__info-link:hover{text-decoration:underline}.contact-us__faq{background:var(--surface);border-radius:12px;padding:24px;box-shadow:0 2px 12px #0000000f}.contact-us__faq-title{font-size:1.2rem;font-weight:600;color:var(--heading);margin:0 0 20px}.contact-us__faq-item{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.contact-us__faq-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.contact-us__faq-question{font-size:1rem;font-weight:600;color:var(--heading);margin:0 0 8px}.contact-us__faq-answer{font-size:14px;color:var(--muted);margin:0;line-height:1.5}@media (max-width: 768px){.contact-us{padding:20px 16px}.contact-us__title{font-size:2rem}.contact-us__content{grid-template-columns:1fr;gap:32px}.contact-us__form-section{padding:24px}.contact-us__form-row,.contact-us__info-cards{grid-template-columns:1fr;gap:16px}}@media (max-width: 480px){.contact-us__form-section,.contact-us__info-card,.contact-us__faq{padding:20px}}.forgot-password-page{min-height:60vh;display:flex;justify-content:center;align-items:center;padding:2rem}.forgot-password-container{background:var(--surface);border-radius:8px;box-shadow:0 4px 10px #0000001a;padding:2rem;max-width:450px;width:100%}.forgot-password-container h2{margin-bottom:1rem;text-align:center;color:var(--text);font-family:Poppins,sans-serif}.forgot-password-container>p{text-align:center;color:var(--muted);margin-bottom:1.5rem;font-family:Poppins,sans-serif}.forgot-password-container .form-group{margin-bottom:1.5rem}.forgot-password-container .form-group label{display:block;margin-bottom:.5rem;color:var(--text);font-weight:500;font-family:Poppins,sans-serif}.forgot-password-container .form-group input{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:4px;font-size:1rem;box-sizing:border-box;font-family:Poppins,sans-serif;transition:all .2s ease}.forgot-password-container .form-group input:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a5941a}.forgot-password-container .form-group input:hover{border-color:#d5dada}.forgot-password-container .error-message{background:#fee;color:#c33;padding:.75rem;border-radius:4px;margin-bottom:1rem;text-align:center;font-family:Poppins,sans-serif}.forgot-password-container .submit-button{width:100%;padding:.75rem;background:#12a594;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:all .3s ease;position:relative}.forgot-password-container .submit-button:hover:not(:disabled){background:#0b2545;transform:translateY(-1px);box-shadow:0 4px 12px #12a5944d}.forgot-password-container .submit-button:active:not(:disabled){transform:translateY(0)}.forgot-password-container .submit-button:disabled{opacity:.6;cursor:not-allowed}.forgot-password-container .forgot-password-links{margin-top:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.5rem}.forgot-password-container .forgot-password-links a{color:#12a594;text-decoration:none;font-size:.9rem;font-family:Poppins,sans-serif;font-weight:500;transition:all .2s ease}.forgot-password-container .forgot-password-links a:hover{color:#0b2545;text-decoration:underline}.forgot-password-container .forgot-password-help{color:var(--muted);font-size:.9rem;margin-top:1rem;font-family:Poppins,sans-serif}.forgot-password-container .forgot-password-button{display:inline-block;width:100%;padding:.75rem 1.5rem;background:#12a594;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;margin-top:1rem;font-family:Poppins,sans-serif;transition:all .3s ease;box-sizing:border-box}.forgot-password-container .forgot-password-button:hover{background:#0b2545;transform:translateY(-1px);box-shadow:0 4px 12px #12a5944d}.reset-password-page{min-height:60vh;display:flex;justify-content:center;align-items:center;padding:2rem}.reset-password-container{background:var(--surface);border-radius:8px;box-shadow:0 4px 10px #0000001a;padding:2rem;max-width:450px;width:100%}.reset-password-container h2{margin-bottom:1rem;text-align:center;color:var(--text)}.reset-password-container>p{text-align:center;color:var(--muted);margin-bottom:1.5rem}.reset-password-container .form-group{margin-bottom:1.5rem}.reset-password-container .form-group label{display:block;margin-bottom:.5rem;color:var(--text);font-weight:500}.reset-password-container .form-group .password-wrapper{position:relative}.reset-password-container .form-group .password-wrapper input{width:100%;padding:.75rem 3rem .75rem .75rem;border:1px solid var(--border);border-radius:4px;font-size:1rem;box-sizing:border-box}.reset-password-container .form-group .password-wrapper input:focus{outline:none;border-color:#12a594}.reset-password-container .form-group .password-wrapper .toggle-password{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:1.2rem;padding:.25rem}.reset-password-container .error-message{background:#fee;color:#c33;padding:.75rem;border-radius:4px;margin-bottom:1rem;text-align:center}.reset-password-container .submit-button{width:100%;padding:.75rem;background:#12a594;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.reset-password-container .submit-button:hover:not(:disabled){background:#0f6e56}.reset-password-container .submit-button:disabled{opacity:.6;cursor:not-allowed}.reset-password-container .reset-password-links{margin-top:1.5rem;text-align:center}.reset-password-container .reset-password-links a{color:#12a594;text-decoration:none;font-size:.9rem}.reset-password-container .reset-password-links a:hover{text-decoration:underline}.reset-password-container .reset-password-button{display:block;width:100%;padding:.75rem;background:#12a594;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;text-align:center;text-decoration:none;margin-top:1rem;transition:background .2s}.reset-password-container .reset-password-button:hover{background:#0f6e56}.not-found{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.not-found__content{max-width:600px}.not-found__title{font-size:8rem;font-weight:700;color:#12a594;margin:0;line-height:1}.not-found__subtitle{font-size:2rem;font-weight:600;color:var(--text);margin:1rem 0}.not-found__message{font-size:1.125rem;color:var(--muted);margin-bottom:2rem}.not-found__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.not-found__button{display:inline-block;padding:.75rem 2rem;background-color:#12a594;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:all .3s ease}.not-found__button:hover{background-color:#0f6e56;transform:translateY(-2px);box-shadow:0 4px 12px #12a5944d}.not-found__button--secondary{background-color:var(--muted)}.not-found__button--secondary:hover{background-color:#4a5568;box-shadow:0 4px 12px #6c757d4d}.blog-list{max-width:1200px;margin:0 auto;padding:2.5rem 1.25rem}@media (min-width: 768px){.blog-list{padding:3.5rem 2rem}}@media (min-width: 1024px){.blog-list{padding:4rem 32px}}@media (min-width: 1440px){.blog-list{max-width:1400px;padding:4.5rem 48px}}.blog-list__header{display:flex;justify-content:space-between;align-items:flex-end;gap:1.25rem;margin-bottom:2rem;flex-wrap:wrap}.blog-list__header h1{font-family:Poppins,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.05;font-size:clamp(1.7rem,4vw,2.4rem);color:var(--heading);margin:0}.blog-list__controls{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap}.blog-list__search{display:flex;gap:.5rem}.blog-list__search input{padding:.6rem .8rem;border:1.5px solid var(--border);border-radius:11px;background:var(--surface);color:var(--text);font-size:.95rem;min-width:200px;transition:border-color .18s ease,box-shadow .18s ease}.blog-list__search input:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a5941f}.blog-list__search input::placeholder{color:var(--muted)}.blog-list__search button{padding:.6rem 1.1rem;border:none;background:var(--cta);color:#fff;border-radius:11px;font-family:Poppins,sans-serif;font-weight:600;cursor:pointer;transition:background .18s ease}.blog-list__search button:hover{background:var(--cta-hover)}.blog-list__filter{display:flex;flex-direction:column}.blog-list__filter label{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem}.blog-list__filter select{padding:.6rem .7rem;border-radius:11px;border:1.5px solid var(--border);background:var(--surface);color:var(--text);min-width:170px;cursor:pointer}.blog-list__filter select:focus{outline:none;border-color:#12a594}.blog-list__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:.5rem;list-style:none;padding:0}.blog-list__pagination{margin-top:2.5rem;display:flex;justify-content:center;gap:.75rem;align-items:center}.blog-list__pagination button{padding:.6rem 1.2rem;border-radius:11px;border:1.5px solid var(--border);background:var(--surface);color:var(--heading);font-family:Poppins,sans-serif;font-weight:600;cursor:pointer;transition:border-color .18s ease,color .18s ease}.blog-list__pagination button:hover:not(:disabled){border-color:#12a594;color:#12a594}.blog-list__pagination button:disabled{opacity:.45;cursor:not-allowed}.blog-list__pagination .blog-list__page-label{font-size:.9rem;color:var(--muted)}.blog-list__loading,.blog-list__empty,.blog-list__error{grid-column:1/-1;text-align:center;padding:2rem;color:var(--muted)}.blog-list__error{color:#b91c1c}@media (max-width: 600px){.blog-list__header{align-items:stretch}.blog-list__controls{width:100%}.blog-list__search{flex:1}.blog-list__search input{flex:1;min-width:0}}@keyframes modal-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modal-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes modal-slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modal-slideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.95)}}@keyframes dropdown-slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdown-slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes overlay-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes overlay-fadeOut{0%{opacity:1}to{opacity:0}}.blog-post{max-width:1000px;margin:0 auto;padding:20px;font-family:Poppins,sans-serif;color:var(--text);animation:pageEntrance .8s ease-out}@media (min-width: 1024px){.blog-post{max-width:1200px;padding:24px 32px}}@media (min-width: 1440px){.blog-post{max-width:1400px;padding:32px 48px}}.blog-post__header{margin-bottom:14px}.blog-post__title{margin:0 0 12px;font-size:1.75rem;font-weight:700;color:var(--text);line-height:1.3;font-family:Poppins,sans-serif}@media (min-width: 768px){.blog-post__title{font-size:2rem;margin-bottom:16px}}@media (min-width: 1024px){.blog-post__title{font-size:2.25rem;margin-bottom:20px}}@media (min-width: 1440px){.blog-post__title{font-size:2.5rem}}.blog-post__meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:.9rem;margin-bottom:20px}@media (min-width: 768px){.blog-post__meta{gap:16px;font-size:1rem;margin-bottom:24px}}.blog-post__meta .meta__author,.blog-post__meta .meta__date{color:var(--muted)}.blog-post__meta .meta__category{border:1px solid #12A594;background:transparent;color:#12a594;padding:6px 12px;border-radius:6px;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}@media (min-width: 768px){.blog-post__meta .meta__category{padding:8px 14px;font-size:.9rem}}.blog-post__meta .meta__category:hover{background:#12a594;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #12a5944d}.blog-post__meta .meta__category:active{transform:translateY(0)}.blog-post__content-wrap{display:flex;gap:24px;align-items:flex-start}@media (min-width: 768px){.blog-post__content-wrap{gap:32px}}@media (min-width: 1024px){.blog-post__content-wrap{gap:40px}}.blog-post__gallery{width:100%;max-width:320px;flex-shrink:0}@media (min-width: 768px){.blog-post__gallery{max-width:360px}}@media (min-width: 1024px){.blog-post__gallery{max-width:400px}}.blog-post__gallery .gallery__main{width:100%;height:220px;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px #0000001a;background:var(--surface);transition:box-shadow .3s ease}@media (min-width: 768px){.blog-post__gallery .gallery__main{height:260px;border-radius:10px}}@media (min-width: 1024px){.blog-post__gallery .gallery__main{height:300px;border-radius:12px}}.blog-post__gallery .gallery__main:hover{box-shadow:0 6px 20px #00000026}.blog-post__gallery .gallery__main img{width:100%;height:100%;object-fit:cover;display:block}.blog-post__gallery .gallery__thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}@media (min-width: 768px){.blog-post__gallery .gallery__thumbs{gap:12px;margin-top:16px}}.blog-post__gallery .gallery__thumbs .thumb{border:2px solid var(--border);padding:3px;background:var(--surface);border-radius:6px;cursor:pointer;transition:all .3s ease;overflow:hidden}@media (min-width: 768px){.blog-post__gallery .gallery__thumbs .thumb{padding:4px;border-radius:8px}}.blog-post__gallery .gallery__thumbs .thumb:hover{border-color:#12a594;transform:translateY(-2px);box-shadow:0 4px 8px #12a59433}.blog-post__gallery .gallery__thumbs .thumb img{width:64px;height:48px;object-fit:cover;display:block;border-radius:4px}@media (min-width: 768px){.blog-post__gallery .gallery__thumbs .thumb img{width:72px;height:54px}}.blog-post__gallery .gallery__thumbs .thumb.active{border-color:#12a594;box-shadow:0 4px 12px #12a5944d}.blog-post__body{flex:1;line-height:1.7;color:var(--text);font-size:1rem}@media (min-width: 768px){.blog-post__body{font-size:1.05rem;line-height:1.75}}@media (min-width: 1024px){.blog-post__body{font-size:1.1rem}}.blog-post__body h1,.blog-post__body h2,.blog-post__body h3,.blog-post__body h4,.blog-post__body h5,.blog-post__body h6{font-family:Poppins,sans-serif;font-weight:700;color:var(--text);margin-top:24px;margin-bottom:12px;line-height:1.3}.blog-post__body h1{font-size:2rem}.blog-post__body h2{font-size:1.75rem}.blog-post__body h3{font-size:1.5rem}.blog-post__body h4{font-size:1.25rem}@media (min-width: 768px){.blog-post__body h1{font-size:2.25rem}.blog-post__body h2{font-size:2rem}.blog-post__body h3{font-size:1.75rem}.blog-post__body h4{font-size:1.5rem}}.blog-post__body p{margin:0 0 16px;color:var(--text)}@media (min-width: 768px){.blog-post__body p{margin-bottom:20px}}.blog-post__body a{color:#12a594;text-decoration:none;font-weight:600;transition:color .3s ease}.blog-post__body a:hover{color:#0b2545;text-decoration:underline}.blog-post__body ul,.blog-post__body ol{margin:0 0 16px;padding-left:24px}@media (min-width: 768px){.blog-post__body ul,.blog-post__body ol{margin-bottom:20px;padding-left:32px}}.blog-post__body ul li,.blog-post__body ol li{margin-bottom:8px;line-height:1.7}.blog-post__body blockquote{border-left:4px solid #12A594;margin:20px 0;color:var(--muted);font-style:italic;background:var(--surface);padding:16px 20px;border-radius:6px}@media (min-width: 768px){.blog-post__body blockquote{padding:20px 24px;margin:24px 0}}.blog-post__body pre{background:var(--surface);padding:16px;border-radius:8px;overflow-x:auto;border:1px solid var(--border);font-size:.9rem;line-height:1.6}@media (min-width: 768px){.blog-post__body pre{padding:20px;border-radius:10px}}.blog-post__body pre code{background:transparent;padding:0;border-radius:0}.blog-post__body code{background:var(--surface);padding:2px 6px;border-radius:4px;font-size:.9em;color:#12a594;font-family:Courier New,monospace}.blog-post__body img{max-width:100%;height:auto;border-radius:8px;margin:20px 0;box-shadow:0 4px 12px #0000001a}@media (min-width: 768px){.blog-post__body img{margin:24px 0;border-radius:10px}}.blog-post__body .blog-post__cta{margin-top:24px}@media (min-width: 768px){.blog-post__body .blog-post__cta{margin-top:32px}}.blog-post__body .blog-post__cta button{background:#12a594;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;font-family:Poppins,sans-serif;transition:all .3s ease;box-shadow:0 4px 12px #12a5944d}@media (min-width: 768px){.blog-post__body .blog-post__cta button{padding:14px 28px;font-size:1.05rem}}.blog-post__body .blog-post__cta button:hover{background:#0b2545;transform:translateY(-2px);box-shadow:0 6px 20px #12a59466}.blog-post__body .blog-post__cta button:active{transform:translateY(0);box-shadow:0 2px 8px #12a5944d}.blog-post__comments{margin-top:32px;padding-top:32px;border-top:1px solid var(--border)}@media (min-width: 768px){.blog-post__comments{margin-top:40px;padding-top:40px}}.blog-post__comments .comments__list{list-style:none;padding:0;margin:0 0 24px}@media (min-width: 768px){.blog-post__comments .comments__list{margin-bottom:32px}}.blog-post__comments .comments__list .comment{border-top:1px solid var(--border);padding:16px 0}@media (min-width: 768px){.blog-post__comments .comments__list .comment{padding:20px 0}}.blog-post__comments .comments__list .comment:first-child{border-top:none;padding-top:0}.blog-post__comments .comments__list .comment__meta{display:flex;gap:12px;font-size:.85rem;color:var(--muted);margin-bottom:8px;flex-wrap:wrap}@media (min-width: 768px){.blog-post__comments .comments__list .comment__meta{font-size:.9rem;gap:16px;margin-bottom:10px}}.blog-post__comments .comments__list .comment__body{margin-top:8px;color:var(--text);line-height:1.6;font-size:.95rem}@media (min-width: 768px){.blog-post__comments .comments__list .comment__body{font-size:1rem;line-height:1.7;margin-top:10px}}.blog-post__comments .comments__list .comment .comment__pending{color:var(--muted);font-style:italic}.blog-post__comments .comments__form{margin-top:24px;display:flex;flex-direction:column;gap:16px;background:var(--surface);padding:20px;border-radius:8px;border:1px solid var(--border)}@media (min-width: 768px){.blog-post__comments .comments__form{padding:24px;gap:20px;border-radius:10px}}.blog-post__comments .comments__form .form-row{display:flex;gap:16px;flex-wrap:wrap}@media (min-width: 768px){.blog-post__comments .comments__form .form-row{gap:20px}}.blog-post__comments .comments__form .form-row label{display:flex;flex-direction:column;font-size:.9rem;font-weight:600;color:var(--text);flex:1;min-width:200px}@media (min-width: 768px){.blog-post__comments .comments__form .form-row label{font-size:1rem}}.blog-post__comments .comments__form .form-row label input,.blog-post__comments .comments__form .form-row label textarea{padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-size:.95rem;font-family:Poppins,sans-serif;color:var(--text);transition:all .3s ease;margin-top:6px}@media (min-width: 768px){.blog-post__comments .comments__form .form-row label input,.blog-post__comments .comments__form .form-row label textarea{padding:12px 14px;font-size:1rem}}.blog-post__comments .comments__form .form-row label input:focus,.blog-post__comments .comments__form .form-row label textarea:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a5941a}.blog-post__comments .comments__form .form-row label input::placeholder,.blog-post__comments .comments__form .form-row label textarea::placeholder{color:var(--muted)}.blog-post__comments .comments__form textarea{resize:vertical;min-height:120px}@media (min-width: 768px){.blog-post__comments .comments__form textarea{min-height:150px}}.blog-post__comments .comments__form .form-error{color:#dc2626;font-size:.85rem;margin-top:4px;font-weight:600}.blog-post__comments .comments__form .form-actions{display:flex;gap:12px;margin-top:8px}@media (min-width: 768px){.blog-post__comments .comments__form .form-actions{gap:16px}}.blog-post__comments .comments__form .form-actions button{background:#12a594;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:600;font-size:.95rem;font-family:Poppins,sans-serif;transition:all .3s ease;box-shadow:0 2px 8px #12a59433}@media (min-width: 768px){.blog-post__comments .comments__form .form-actions button{padding:12px 24px;font-size:1rem}}.blog-post__comments .comments__form .form-actions button:hover{background:#0b2545;transform:translateY(-1px);box-shadow:0 4px 12px #12a5944d}.blog-post__comments .comments__form .form-actions button:active{transform:translateY(0)}.blog-post__comments .comments__form .form-actions button[type=button]{background:var(--surface);color:var(--text);border:1px solid var(--border)}.blog-post__comments .comments__form .form-actions button[type=button]:hover{background:var(--surface);border-color:var(--muted)}.blog-post>p{color:var(--text);font-size:1rem;line-height:1.6;padding:20px}@media (min-width: 768px){.blog-post>p{font-size:1.1rem;padding:24px}}.blog-post>p.error{color:#dc2626;background:#fcebeb;padding:16px 20px;border-radius:8px;border:1px solid #F7C1C1;font-weight:600;margin:20px 0}@media (min-width: 768px){.blog-post>p.error{padding:20px 24px;border-radius:10px;margin:24px 0}}@media (min-width: 0px){.blog-post__content-wrap{flex-direction:column}.blog-post__gallery{width:100%;max-width:100%;margin-bottom:24px}.blog-post__gallery .gallery__main{height:220px}.blog-post__gallery .gallery__thumbs{justify-content:flex-start}}@media (max-width: 900px){.blog-post__content-wrap{flex-direction:column}.blog-post__gallery{width:100%;max-width:100%;margin-bottom:24px}.blog-post__gallery .gallery__main{height:220px}.blog-post__gallery .gallery__thumbs{justify-content:flex-start}}.comments{margin-top:32px;border-top:1px solid var(--border);padding-top:32px;font-family:Poppins,sans-serif}@media (min-width: 768px){.comments{margin-top:40px;padding-top:40px}}.comments__title{margin:0 0 20px;font-size:1.5rem;font-weight:700;color:var(--text);font-family:Poppins,sans-serif}@media (min-width: 768px){.comments__title{font-size:1.75rem;margin-bottom:24px}}@media (min-width: 1024px){.comments__title{font-size:2rem;margin-bottom:28px}}.comments__title span{color:var(--muted);font-weight:400;font-size:.9em}.comments__loading,.comments__empty,.comments__error{color:var(--muted);font-size:1rem;padding:20px;text-align:center;background:var(--surface);border-radius:8px;margin:20px 0}@media (min-width: 768px){.comments__loading,.comments__empty,.comments__error{font-size:1.1rem;padding:24px}}.comments__error{color:#dc2626;background:#fcebeb;border:1px solid #F7C1C1}.comments__list{list-style:none;padding:0;margin:0 0 24px}@media (min-width: 768px){.comments__list{margin-bottom:32px}}.comments .comment{padding:16px 0;border-top:1px solid var(--border)}@media (min-width: 768px){.comments .comment{padding:20px 0}}.comments .comment:first-child{border-top:none;padding-top:0}.comments .comment:last-child{border-bottom:none}.comments .comment__meta{display:flex;gap:12px;align-items:center;font-size:.85rem;color:var(--muted);margin-bottom:8px;flex-wrap:wrap}@media (min-width: 768px){.comments .comment__meta{font-size:.9rem;gap:16px;margin-bottom:10px}}.comments .comment__meta .comment__author{font-weight:600;color:var(--text)}.comments .comment__meta .comment__date{color:var(--muted)}.comments .comment__meta .comment__pending{background:#faeeda;color:#b45309;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media (min-width: 768px){.comments .comment__meta .comment__pending{font-size:.8rem;padding:5px 12px}}.comments .comment__body{font-size:.95rem;color:var(--text);white-space:pre-wrap;line-height:1.6;margin-top:8px}@media (min-width: 768px){.comments .comment__body{font-size:1rem;line-height:1.7;margin-top:10px}}.comments .comment__admin-actions{margin-top:12px;display:flex;gap:10px}@media (min-width: 768px){.comments .comment__admin-actions{margin-top:16px;gap:12px}}.comments .comment__admin-actions .btn-approve{background:#10b981;border:none;color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;font-family:Poppins,sans-serif;transition:all .3s ease;box-shadow:0 2px 8px #10b98133}@media (min-width: 768px){.comments .comment__admin-actions .btn-approve{padding:10px 18px;font-size:.95rem}}.comments .comment__admin-actions .btn-approve:hover{background:#10b981;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.comments .comment__admin-actions .btn-approve:active{transform:translateY(0)}.comments .comment__admin-actions .btn-delete{background:#dc2626;border:none;color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;font-family:Poppins,sans-serif;transition:all .3s ease;box-shadow:0 2px 8px #dc262633}@media (min-width: 768px){.comments .comment__admin-actions .btn-delete{padding:10px 18px;font-size:.95rem}}.comments .comment__admin-actions .btn-delete:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.comments .comment__admin-actions .btn-delete:active{transform:translateY(0)}.comment-form{margin-top:24px;display:flex;flex-direction:column;gap:16px;background:var(--surface);padding:20px;border-radius:8px;border:1px solid var(--border)}@media (min-width: 768px){.comment-form{padding:24px;gap:20px;border-radius:10px}}.comment-form h4{margin:0 0 12px;font-size:1.25rem;font-weight:700;color:var(--text);font-family:Poppins,sans-serif}@media (min-width: 768px){.comment-form h4{font-size:1.5rem;margin-bottom:16px}}.comment-form__guest{display:flex;gap:16px;flex-wrap:wrap}@media (min-width: 768px){.comment-form__guest{gap:20px}}.comment-form__guest label{display:flex;flex-direction:column;flex:1;min-width:200px;font-weight:600;color:var(--text);font-size:.9rem}@media (min-width: 768px){.comment-form__guest label{font-size:1rem}}.comment-form__guest label input{padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-size:.95rem;font-family:Poppins,sans-serif;color:var(--text);transition:all .3s ease;margin-top:6px}@media (min-width: 768px){.comment-form__guest label input{padding:12px 14px;font-size:1rem}}.comment-form__guest label input:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a5941a}.comment-form__guest label input::placeholder{color:var(--muted)}.comment-form__body{display:flex;flex-direction:column}.comment-form__body label{font-weight:600;color:var(--text);font-size:.9rem;margin-bottom:6px}@media (min-width: 768px){.comment-form__body label{font-size:1rem;margin-bottom:8px}}.comment-form__body textarea{padding:10px 12px;border:1px solid var(--border);border-radius:6px;resize:vertical;min-height:120px;font-size:.95rem;font-family:Poppins,sans-serif;color:var(--text);transition:all .3s ease;line-height:1.6}@media (min-width: 768px){.comment-form__body textarea{padding:12px 14px;font-size:1rem;min-height:150px}}.comment-form__body textarea:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a5941a}.comment-form__body textarea::placeholder{color:var(--muted)}.comment-form__error{color:#dc2626;font-size:.85rem;font-weight:600;margin-top:4px;background:#fcebeb;padding:8px 12px;border-radius:6px;border:1px solid #F7C1C1}@media (min-width: 768px){.comment-form__error{font-size:.9rem;padding:10px 14px}}.comment-form__actions{display:flex;gap:12px;margin-top:8px}@media (min-width: 768px){.comment-form__actions{gap:16px}}.comment-form__actions button{background:#12a594;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:600;font-size:.95rem;font-family:Poppins,sans-serif;transition:all .3s ease;box-shadow:0 2px 8px #12a59433}@media (min-width: 768px){.comment-form__actions button{padding:12px 24px;font-size:1rem}}.comment-form__actions button:hover:not(:disabled){background:#0b2545;transform:translateY(-1px);box-shadow:0 4px 12px #12a5944d}.comment-form__actions button:active:not(:disabled){transform:translateY(0)}.comment-form__actions button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.comment-form__actions button[type=button]{background:var(--surface);color:var(--text);border:1px solid var(--border)}.comment-form__actions button[type=button]:hover:not(:disabled){background:var(--surface);border-color:var(--muted)}.password-gate{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:var(--bg);padding:20px;text-align:center}.password-gate__form{margin-top:20px;display:flex;flex-direction:column;gap:10px;width:100%;max-width:300px}.password-gate__input{padding:10px;font-size:1rem;border:1px solid var(--border);border-radius:4px}.password-gate__button{padding:10px;font-size:1rem;background:#12a594;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .3s ease}.password-gate__button:hover{background:#dc2626}.password-gate__error{color:#dc2626;margin-top:10px}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:400px;padding:2rem;text-align:center}.error-boundary__content{max-width:600px;padding:2rem;background:var(--surface);border-radius:12px;box-shadow:0 2px 10px #0208170f}.error-boundary__title{font-size:24px;font-weight:700;color:var(--heading);margin:0 0 1rem;text-transform:uppercase;letter-spacing:.02em}.error-boundary__message{font-size:14px;color:var(--muted);margin:0 0 1.5rem;line-height:1.6}.error-boundary__details{margin:1.5rem 0;text-align:left;background:var(--bg);padding:1rem;border-radius:8px;border:1px solid var(--border)}.error-boundary__details summary{cursor:pointer;font-weight:600;color:var(--heading);margin-bottom:.5rem}.error-boundary__error{font-size:12px;color:#dc2626;overflow-x:auto;white-space:pre-wrap;word-break:break-word;margin:0;padding:.5rem;background:var(--surface);border-radius:4px}.error-boundary__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-boundary__button{padding:12px 24px;border:1px solid var(--border);border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;background:var(--surface);color:var(--heading)}.error-boundary__button:hover:not(:disabled){background:var(--bg);border-color:#0284c773;box-shadow:0 8px 24px #0208171f}.error-boundary__button:focus-visible{outline:none;border-color:#12a594;box-shadow:0 0 0 4px #12a5941f}.error-boundary__button--primary{background:#12a594;color:#fff;border-color:#12a594}.error-boundary__button--primary:hover:not(:disabled){background:#0b2545;border-color:#0b2545}.error-boundary__button--secondary{background:var(--surface);color:var(--heading)}.error-boundary__button--tertiary{background:var(--bg);color:var(--heading);text-decoration:none;display:inline-block}.error-boundary__button--tertiary:hover{background:var(--border)}.error-boundary__button:disabled{opacity:.5;cursor:not-allowed}.skip-link{position:absolute;top:-40px;left:0;background:#12a594;color:#fff;padding:8px 16px;text-decoration:none;z-index:10000;border-radius:0 0 4px;font-size:14px;font-weight:600}.skip-link:focus{top:0;outline:2px solid #fff;outline-offset:-2px}.scroll-to-top{position:fixed;bottom:24px;right:24px;width:48px;height:48px;background:#12a594;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0208170f;transition:all .3s ease;z-index:1000}.scroll-to-top:hover{background:#0b2545;transform:translateY(-2px);box-shadow:0 8px 24px #0208171f}.scroll-to-top:active{transform:translateY(0);box-shadow:0 4px 12px #02081714}.scroll-to-top:focus-visible{outline:none;box-shadow:0 0 0 4px #12a5941f}.scroll-to-top svg{width:20px;height:20px}.age-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:grid;place-items:center;padding:1.25rem;background:#071726d1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:ageGateFade .25s ease}.age-gate__card{width:100%;max-width:460px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 24px 60px #00000059;padding:2.25rem 2rem;text-align:center}.age-gate__mark{width:48px;height:48px;margin-bottom:1rem}.age-gate__title{font-family:Poppins,sans-serif;font-weight:700;letter-spacing:-.02em;font-size:clamp(1.5rem,4vw,1.9rem);color:var(--heading);margin:.4rem 0 .9rem}.age-gate__text{color:var(--muted);font-size:.98rem;line-height:1.6;margin:0 0 1.5rem}.age-gate__text strong{color:var(--heading);font-weight:600}.age-gate__actions{display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.age-gate__confirm{width:100%}.age-gate__decline{background:transparent;border:none;color:var(--muted);font-family:Poppins,sans-serif;font-weight:600;font-size:.92rem;cursor:pointer;padding:.4rem;transition:color .18s ease}.age-gate__decline:hover{color:var(--heading);text-decoration:underline}.age-gate__fine{margin:1.25rem 0 0;font-size:.8rem;color:var(--muted);line-height:1.5}@keyframes ageGateFade{0%{opacity:0}to{opacity:1}}body{font-family:Poppins,sans-serif;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;letter-spacing:.3px}.hero-title,.large-header{font-family:Poppins,sans-serif;font-weight:600;letter-spacing:.3px;font-size:2.5rem;line-height:1.2}@media (min-width: 768px){.hero-title,.large-header{font-size:3.5rem}}@media (min-width: 1280px){.hero-title,.large-header{font-size:4rem}}.welcome-offer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:grid;place-items:center;padding:1.25rem;background:#07172699;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:welcomeFade .25s ease}.welcome-offer__card{position:relative;width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 24px 60px #00000059;padding:2.25rem 2rem 1.75rem;text-align:center}.welcome-offer__close{position:absolute;top:.6rem;right:.75rem;background:transparent;border:none;font-size:1.6rem;line-height:1;color:var(--muted);cursor:pointer}.welcome-offer__close:hover{color:var(--heading)}.welcome-offer__title{font-family:Poppins,sans-serif;font-weight:700;letter-spacing:-.02em;font-size:clamp(1.4rem,4vw,1.8rem);color:var(--heading);margin:.35rem 0 .7rem}.welcome-offer__text{color:var(--muted);font-size:.96rem;line-height:1.55;margin:0 0 1.25rem}.welcome-offer__form{display:flex;flex-direction:column;gap:.6rem}.welcome-offer__input{width:100%;box-sizing:border-box;padding:.8rem .9rem;border:1.5px solid var(--border);border-radius:11px;font-size:1rem;background:var(--surface);color:var(--text);transition:border-color .18s ease,box-shadow .18s ease}.welcome-offer__input:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a5941f}.welcome-offer__input::placeholder{color:var(--muted)}.welcome-offer__btn{width:100%}.welcome-offer__err{margin:.6rem 0 0;color:#b91c1c;font-size:.86rem}.welcome-offer__decline{margin-top:.9rem;background:transparent;border:none;color:var(--muted);font-family:Poppins,sans-serif;font-weight:600;font-size:.88rem;cursor:pointer}.welcome-offer__decline:hover{color:var(--heading);text-decoration:underline}@keyframes welcomeFade{0%{opacity:0}to{opacity:1}}
