:root{--blue:#1a469d;--blue-hover:#153a84;--blue-soft:#e8eef8;--teal:#0d9488;--teal-deep:#0f766e;--red:#e53935;--text:#1e293b;--text-muted:#64748b;--title:#1a469d;--bg:#f4f6f9;--bg-page:#eef1f6;--white:#fff;--border:#e2e8f0;--shadow:0 1px 3px #0f172a0f;--radius:10px;--font:"DM Sans", system-ui, sans-serif;--font-display:"Source Serif 4", Georgia, serif;--header-h:72px;--max:1240px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg-page);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}#root{min-height:100vh}.app-shell{flex-direction:column;min-height:100vh;display:flex}.container{width:min(100% - 2rem, var(--max));margin-inline:auto}.site-header{background:var(--white);z-index:50;border-bottom:1px solid #e8eef5;position:sticky;top:0;box-shadow:0 1px #1a469d0a}.header-inner{grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:1.5rem;min-height:84px;padding-block:.85rem;display:grid}.brand{flex-shrink:0;align-items:center;gap:.55rem;display:flex}.brand-logo-img{object-fit:contain;filter:drop-shadow(0 2px 6px #1a469d2e);width:auto;height:44px;transition:transform .2s}.brand:hover .brand-logo-img{transform:scale(1.03)}.brand-mark{background:linear-gradient(145deg, var(--blue), #2563eb);color:#fff;border-radius:10px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 4px 12px #1a469d47}.brand-mark svg{width:22px;height:22px}.brand-text{flex-direction:column;line-height:1.1;display:flex}.brand-name{font-family:var(--font-display);color:var(--blue);letter-spacing:-.03em;font-size:1.42rem;font-weight:700}.brand-tag{color:var(--teal);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:600}.search-wrap{justify-self:center;width:100%;max-width:720px;position:relative}.search-input{width:100%;height:50px;color:var(--text);text-align:center;background:#fff;border:1.5px solid #c5ddf0;border-radius:999px;outline:none;padding:0 3.1rem 0 1.35rem;font-size:.92rem;transition:border-color .2s,box-shadow .2s,text-align .15s}.search-input:focus,.search-input:not(:placeholder-shown){text-align:left;border-color:#7eb6e0;padding-left:1.25rem;box-shadow:0 0 0 4px #7eb6e02e}.search-input::placeholder{color:#9aa8b8;font-weight:500}.search-submit{width:38px;height:38px;color:var(--teal);border-radius:999px;place-items:center;display:grid;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.search-submit:hover{color:var(--teal-deep);background:#eef8f7}.search-submit svg{width:20px;height:20px}.search-dropdown{background:var(--white);border:1px solid var(--border);z-index:60;border-radius:16px;max-height:360px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:auto;box-shadow:0 16px 48px #0f172a24}.search-item{text-align:left;border-bottom:1px solid var(--border);align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;transition:background .15s;display:flex}.search-item:last-child{border-bottom:none}.search-item:hover{background:var(--blue-soft)}.search-item img{object-fit:contain;background:#f0f7ff;border-radius:6px;width:40px;height:40px}.search-item-name{color:var(--text);flex:1;font-size:.85rem}.search-item-price{color:var(--blue);font-size:.85rem;font-weight:700}.header-actions{align-items:center;gap:.2rem;display:flex}.header-action{min-width:58px;color:var(--blue);border-radius:12px;flex-direction:column;align-items:center;gap:.12rem;padding:.35rem .55rem;transition:background .15s;display:flex;position:relative}.header-action:hover{background:var(--blue-soft)}.header-action svg{width:22px;height:22px}.header-action span{color:var(--text-muted);font-size:.68rem;font-weight:650}.header-action:hover span{color:var(--blue)}.icon-btn{width:42px;height:42px;color:var(--blue);border-radius:10px;place-items:center;transition:background .15s,transform .15s;display:grid;position:relative}.icon-btn:hover{background:var(--blue-soft)}.icon-btn:active{transform:scale(.96)}.icon-btn svg{width:22px;height:22px}.cart-badge{background:var(--red);color:#fff;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.65rem;font-style:normal;font-weight:700;display:grid;position:absolute;top:2px;right:8px}.icon-btn-label{color:var(--text-muted);font-size:.72rem;font-weight:600;display:none}.services-bar{background:var(--white);border-bottom:1px solid var(--border);padding:1rem 0 1.1rem}.services-row{flex-wrap:wrap;justify-content:center;gap:.65rem 2rem;display:flex}.service-link{border-radius:14px;flex-direction:column;align-items:center;gap:.45rem;min-width:76px;padding:.45rem .5rem;transition:transform .2s,background .2s;animation:.45s both fadeUp;display:flex}.service-link:first-child{animation-delay:20ms}.service-link:nth-child(2){animation-delay:60ms}.service-link:nth-child(3){animation-delay:.1s}.service-link:nth-child(4){animation-delay:.14s}.service-link:nth-child(5){animation-delay:.18s}.service-link:nth-child(6){animation-delay:.22s}.service-link:hover{background:#f4f8ff;transform:translateY(-3px)}.service-icon{width:56px;height:56px;color:var(--blue);background:linear-gradient(160deg,#eff6ff,#e0f2fe);border-radius:16px;place-items:center;display:grid;box-shadow:0 4px 12px #1a469d14}.service-icon.emergency{color:#dc2626;background:linear-gradient(160deg,#fef2f2,#fee2e2)}.service-icon svg{width:28px;height:28px}.service-label{color:var(--text);text-align:center;font-size:.8rem;font-weight:650}.trust-strip{padding:1.1rem 0 .25rem}.trust-row{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.trust-row div{background:#fff;border:1px solid #e6eef6;border-radius:14px;padding:.9rem 1rem;box-shadow:0 1px 2px #0f172a0a}.trust-row strong{color:var(--blue);font-size:.92rem;display:block}.trust-row span{color:var(--text-muted);font-size:.78rem}.rx-promo{padding:1.25rem 0 .5rem}.rx-promo-inner{color:#fff;background:linear-gradient(105deg,#1a469d,#2563eb 55%,#0d9488);border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 1.6rem;display:flex}.rx-promo-inner h2{color:#fff;margin:0 0 .25rem;font-size:1.25rem}.rx-promo-inner p{opacity:.92;margin:0;font-size:.92rem}.rx-promo-inner .hero-cta{color:var(--blue);flex-shrink:0}.hero{padding:1.35rem 0 .35rem}.hero-banner{background:linear-gradient(105deg,#0f766e 0%,#14b8a6 42%,#5eead4 100%);border-radius:20px;grid-template-columns:1.15fr .85fr;align-items:stretch;min-height:320px;animation:.6s both heroIn;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 36px #0d948833}.hero-copy{z-index:2;flex-direction:column;justify-content:center;gap:1rem;padding:2.5rem 2.75rem;display:flex}.hero-kicker{letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9;font-size:.75rem;font-weight:700}.hero-title{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;text-shadow:0 2px 16px #0000001f;max-width:14ch;font-size:clamp(1.75rem,3.5vw,2.65rem);font-weight:700;line-height:1.15}.hero-sub{color:#ffffffeb;max-width:32ch;font-size:1rem}.hero-cta{color:var(--teal-deep);background:#fff;border-radius:8px;align-items:center;gap:.4rem;width:fit-content;margin-top:.35rem;padding:.7rem 1.25rem;font-size:.9rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #0000001a}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000024}.hero-visual{background:radial-gradient(circle at 70% 40%,#ffffff40,#0000 55%),linear-gradient(160deg,#0000 30%,#0f766e59);justify-content:center;align-items:flex-end;min-height:280px;display:flex;position:relative;overflow:hidden}.hero-visual img{object-fit:cover;object-position:center top;mix-blend-mode:normal;width:100%;height:100%;animation:6s ease-in-out infinite floatSlow}.hero-dots{z-index:3;gap:8px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.hero-dot{background:#ffffff73;border-radius:999px;width:8px;height:8px;transition:width .25s,background .25s}.hero-dot.active{background:#fff;width:22px}.hero-nav{width:36px;height:36px;color:var(--teal-deep);z-index:3;background:#ffffffe6;border-radius:999px;place-items:center;transition:background .15s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0000001f}.hero-nav:hover{background:#fff}.hero-nav.prev{left:12px}.hero-nav.next{right:12px}.page-main{flex:1;padding-bottom:3rem}.section{padding:1.5rem 0 .5rem}.section-head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-title{color:var(--title);letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.view-all{color:#3b82f6;align-items:center;gap:.2rem;font-size:.9rem;font-weight:600;transition:color .15s,gap .15s;display:inline-flex}.view-all:hover{color:var(--blue);gap:.4rem}.category-row{grid-template-columns:repeat(7,1fr);gap:1rem;display:grid}.category-card{background:#fff;border:1px solid #e8eef5;border-radius:18px;flex-direction:column;align-items:center;gap:.7rem;padding:.85rem .4rem .5rem;transition:transform .2s,box-shadow .2s;animation:.5s both fadeUp;display:flex}.category-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #1a469d1a}.category-icon{width:72px;height:72px;box-shadow:none;color:var(--blue);background:linear-gradient(#f4f8ff,#eef6ff);border:none;border-radius:18px;place-items:center;display:grid}.category-card:hover .category-icon{border-color:#bfdbfe;box-shadow:0 8px 20px #1a469d1f}.category-icon svg{width:40px;height:40px}.category-name{color:var(--text);text-align:center;font-size:.85rem;font-weight:600}.product-scroller{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.product-scroller::-webkit-scrollbar{height:6px}.product-scroller::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.product-card{scroll-snap-align:start;background:var(--white);border:1px solid #e8eef5;border-radius:14px;flex-direction:column;flex:0 0 210px;gap:.55rem;padding:.95rem;transition:box-shadow .2s,transform .2s;animation:.45s both fadeUp;display:flex}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0f172a1a}.product-img-wrap{aspect-ratio:1;background:linear-gradient(#eef6ff 0%,#f8fafc 100%);border-radius:8px;place-items:center;display:grid;position:relative;overflow:hidden}.product-img-wrap img{object-fit:contain;width:85%;height:85%}.discount-badge{background:var(--red);color:#fff;z-index:1;border-radius:6px;padding:.2rem .45rem;font-size:.7rem;font-weight:700;position:absolute;top:8px;right:8px}.product-name{color:#475569;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.2em;font-size:.82rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.product-pricing{flex-direction:column;gap:.1rem;margin-top:auto;display:flex}.price-original{color:#94a3b8;font-size:.75rem;text-decoration:line-through}.price-current{color:var(--blue);font-size:1.15rem;font-weight:700}.add-cart-btn{background:var(--blue);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;width:100%;height:40px;font-size:.85rem;font-weight:600;transition:background .15s,transform .15s;display:flex}.add-cart-btn:hover{background:var(--blue-hover)}.add-cart-btn:active{transform:scale(.98)}.add-cart-btn svg{width:16px;height:16px}.add-cart-btn.added{background:var(--teal)}.cart-overlay{z-index:80;opacity:0;pointer-events:none;background:#0f172a66;transition:opacity .25s;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{background:var(--white);z-index:90;flex-direction:column;width:min(100%,380px);height:100%;transition:transform .3s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 32px #0f172a1f}.cart-drawer.open{transform:translate(0)}.cart-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.15rem 1.25rem;display:flex}.cart-head h2{color:var(--blue);font-size:1.15rem}.cart-body{flex:1;padding:1rem 1.25rem;overflow:auto}.cart-empty{text-align:center;color:var(--text-muted);padding:3rem 1rem}.cart-line{border-bottom:1px solid var(--border);grid-template-columns:56px 1fr auto;align-items:center;gap:.75rem;padding:.85rem 0;display:grid}.cart-line img{object-fit:contain;background:#f0f7ff;border-radius:8px;width:56px;height:56px}.cart-line-name{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;font-weight:500;display:-webkit-box;overflow:hidden}.cart-line-price{color:var(--blue);margin-top:.2rem;font-size:.85rem;font-weight:700}.qty-controls{align-items:center;gap:.35rem;display:flex}.qty-controls button{border:1px solid var(--border);width:28px;height:28px;color:var(--blue);border-radius:6px;place-items:center;font-weight:700;display:grid}.qty-controls button:hover{background:var(--blue-soft)}.cart-foot{border-top:1px solid var(--border);flex-direction:column;gap:.75rem;padding:1.15rem 1.25rem;display:flex}.cart-total{color:var(--blue);justify-content:space-between;font-size:1.05rem;font-weight:700;display:flex}.checkout-btn{background:var(--blue);color:#fff;border-radius:8px;height:46px;font-size:.95rem;font-weight:700;transition:background .15s}.checkout-btn:hover:not(:disabled){background:var(--blue-hover)}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{z-index:100;background:#0f172a73;place-items:center;padding:1rem;animation:.2s fadeIn;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:min(100%,400px);padding:1.75rem;animation:.25s scaleIn;box-shadow:0 20px 50px #0f172a33}.modal h2{color:var(--blue);margin-bottom:.35rem}.modal p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9rem}.modal label{color:var(--text);margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.modal input,.modal select,.modal textarea{border:1.5px solid var(--border);border-radius:8px;outline:none;width:100%;min-height:44px;margin-bottom:1rem;padding:.55rem .85rem;font-family:inherit;font-size:.95rem}.modal input:focus,.modal select:focus,.modal textarea:focus{border-color:var(--blue)}.modal.wide{max-width:640px}.admin-form-overlay{align-items:start;padding:1.25rem;overflow:auto}.admin-form-modal{flex-direction:column;width:min(100%,1080px);max-height:none;padding:0;display:flex;overflow:hidden}.admin-form-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.4rem .9rem;display:flex}.admin-form-head h2{margin:0}.admin-form-body{max-height:min(72vh,820px);padding:1rem 1.4rem .4rem;overflow:auto}.admin-form-section{border:1px solid var(--border);background:#f8fafc;border-radius:12px;margin-bottom:1rem;padding:1rem 1rem .35rem}.admin-form-section h3{color:var(--blue);margin:0 0 .85rem;font-size:.95rem}.admin-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.15rem .9rem;display:grid}.admin-field{flex-direction:column;gap:.28rem;margin-bottom:.75rem;display:flex}.admin-field span{color:var(--text-muted);font-size:.78rem;font-weight:650}.admin-field.wide{grid-column:1/-1}.admin-form-modal .admin-field input,.admin-form-modal .admin-field select,.admin-form-modal .admin-field textarea{background:#fff;min-height:42px;margin-bottom:0}.admin-form-modal .admin-field textarea{resize:vertical;min-height:88px}.admin-form-modal .sticky-actions{border-top:1px solid var(--border);background:#fff;margin:0;padding:.9rem 1.4rem 1.15rem;position:sticky;bottom:0}@media (width<=900px){.admin-form-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.admin-form-grid{grid-template-columns:1fr}}.modal-actions{gap:.65rem;display:flex}.modal-actions button{border-radius:8px;flex:1;height:44px;font-weight:600}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-hover)}.btn-ghost{background:var(--bg);color:var(--text)}.modal-error{color:var(--red);margin-bottom:.75rem;font-size:.85rem}.page-hero{background:radial-gradient(circle at 88% 0,#0d948824,#0000 42%),linear-gradient(135deg,#e8eef8 0%,#f0fdfa 55%,#fff 100%);border-bottom:1px solid #e6eef6;margin-bottom:.5rem;padding:1.6rem 0 1.7rem}.page-hero.compact{padding:1rem 0}.page-hero-back{color:var(--blue);margin-bottom:.55rem;font-size:.88rem;font-weight:650;display:inline-flex}.page-hero-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.3rem;font-size:.72rem;font-weight:700;display:block}.page-hero h1{color:var(--blue);font-size:clamp(1.7rem,3vw,2.2rem);font-family:var(--font-display);letter-spacing:-.02em;margin:0}.page-hero p{color:var(--text-muted);max-width:54ch;margin-top:.4rem;font-size:1.02rem}.page-hero-cta{color:var(--blue);margin-top:.75rem;font-weight:700;display:inline-flex}.page-banner{background:linear-gradient(135deg, var(--blue-soft), #f0fdfa);border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding:1.75rem 0}.page-banner h1{color:var(--blue);font-size:1.75rem;font-family:var(--font-display)}.page-banner p{color:var(--text-muted);margin-top:.35rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding-bottom:2rem;display:grid}.product-grid .product-card{flex:none}.service-detail-list{flex-direction:column;gap:.75rem;max-width:640px;display:flex}.service-detail-item{background:#fff;border:1px solid #e8eef5;border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;padding:1.05rem 1.2rem;display:flex;box-shadow:0 1px 2px #0f172a0a}.service-page-nav{flex-wrap:wrap;gap:.45rem;margin-bottom:1.25rem;display:flex}.service-page-nav a{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:999px;padding:.4rem .85rem;font-size:.85rem;font-weight:650}.service-page-nav a:hover,.service-page-nav a.active{background:var(--blue);border-color:var(--blue);color:#fff}.service-contacts{margin-top:1.5rem}.service-contacts h2{margin:0 0 .75rem;font-size:1.05rem}.service-detail-item strong{color:var(--text);display:block}.service-detail-item span{color:var(--blue);font-weight:700}.doctors-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.doctor-card{background:#fff;border:1px solid #e8eef5;border-radius:16px;padding:1.35rem;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 2px #0f172a0a}.doctor-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #1a469d1a}.doctor-avatar{background:var(--blue-soft);width:48px;height:48px;color:var(--blue);border-radius:14px;place-items:center;margin-bottom:.75rem;font-size:1.15rem;font-weight:800;display:grid}.doctor-card h3{color:var(--blue);font-size:1.05rem}.doctor-card .spec{color:var(--teal);margin:.25rem 0 .5rem;font-size:.85rem;font-weight:600}.doctor-card .meta{color:var(--text-muted);font-size:.85rem}.info-layout{max-width:920px}.info-intro{color:var(--text);max-width:62ch;margin-bottom:1.25rem;font-size:1.12rem}.info-intro+.info-intro{margin-top:-.55rem}.info-highlights-wrap{margin-bottom:1.75rem}.info-block-title,.info-section h2{font-family:var(--font-display);color:var(--title);border-bottom:1px solid #e8eef5;margin-bottom:.85rem;padding-bottom:.4rem;font-size:1.35rem}.info-highlights{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem;margin-bottom:.25rem;display:grid}.info-highlights article{background:#fff;border:1px solid #e8eef5;border-radius:16px;padding:1.1rem 1.15rem;box-shadow:0 1px 2px #0f172a0a}.info-highlights h3{color:var(--blue);margin-bottom:.35rem;font-size:1rem}.info-highlights p,.info-body p{color:var(--text-muted);margin:0}.info-body{gap:.85rem;margin-bottom:2rem;display:grid}.info-doc{max-width:800px}.info-sections{gap:1.85rem;margin-bottom:2.5rem;display:grid}.info-section h3{color:var(--text);margin:1.15rem 0 .45rem;font-size:1.05rem}.info-section p{color:var(--text-muted);margin:0 0 .8rem;line-height:1.7}.info-section p:last-child,.info-section ul:last-child{margin-bottom:0}.info-section ul{color:var(--text-muted);gap:.4rem;margin:0 0 .9rem 1.2rem;display:grid}.info-section li{line-height:1.65}.info-section a{color:var(--blue);text-underline-offset:2px;font-weight:650;text-decoration:underline}.info-note{background:var(--blue-soft);border-radius:12px;padding:.9rem 1.05rem;color:var(--text)!important}.info-related h3{color:var(--text);margin-bottom:.65rem;font-size:.95rem}.info-related-links{flex-wrap:wrap;gap:.5rem;display:flex}.info-related-links a,.info-related-links .ghost-btn,.info-related-links .btn-primary-link{color:var(--blue);background:#fff;border:1px solid #dbe7f3;border-radius:999px;padding:.5rem .9rem;font-size:.88rem;font-weight:650}.hub-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.hub-card{background:#fff;border:1px solid #e8eef5;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;padding:1.1rem 1.15rem;transition:transform .2s,box-shadow .2s;display:grid}.hub-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #1a469d1a}.hub-icon{width:52px;height:52px;color:var(--blue);background:linear-gradient(160deg,#eff6ff,#e0f2fe);border-radius:14px;place-items:center;display:grid}.hub-icon.emergency{color:#dc2626;background:linear-gradient(160deg,#fef2f2,#fee2e2)}.hub-icon svg{width:26px;height:26px}.hub-card h3{color:var(--text);margin:0 0 .2rem;font-size:1.02rem}.hub-card p{color:var(--text-muted);margin:0;font-size:.85rem}.hub-go{color:var(--blue);font-size:.85rem;font-weight:700}.empty-card{text-align:center;color:var(--text-muted);background:#fff;border:1px dashed #c5ddf0;border-radius:16px;flex-direction:column;align-items:center;gap:.9rem;padding:2.2rem 1.5rem;display:flex}.rx-page{max-width:640px}.rx-drop{width:100%;min-height:180px;color:var(--blue);background:#f7fbff;border:2px dashed #7eb6e0;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;margin-bottom:1rem;display:flex}.rx-drop span{color:var(--text-muted);font-size:.9rem}.rx-preview{border:1px solid var(--border);border-radius:12px;width:min(100%,360px);margin-bottom:1rem}.cart-page{grid-template-columns:1.5fr .7fr;align-items:start;gap:1.25rem;display:grid}.cart-page-list,.cart-page-summary{background:#fff;border:1px solid #e8eef5;border-radius:16px;padding:1rem}.cart-page-line{border-bottom:1px solid var(--border);grid-template-columns:64px 1fr auto auto;align-items:center;gap:.85rem;padding:.75rem 0;display:grid}.cart-page-line:last-child{border-bottom:none}.cart-page-line img,.cart-page-ph{object-fit:contain;background:#eef6ff;border-radius:10px;width:64px;height:64px}.cart-page-summary h2{margin:0 0 1rem;font-size:1.05rem}.cart-page-summary .ghost-btn{width:100%;margin-top:.5rem}.bmi-layout{grid-template-columns:1.1fr .9fr;align-items:start;gap:1.25rem;display:grid}.bmi-layout .bmi-panel,.bmi-layout .bmi-result{max-width:none}.page-actions{flex-wrap:wrap;gap:.6rem;display:flex}.toast{background:var(--text);color:#fff;z-index:120;opacity:0;pointer-events:none;border-radius:999px;padding:.7rem 1.25rem;font-size:.875rem;font-weight:600;transition:transform .3s,opacity .3s;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)translateY(80px)}.toast.show{opacity:1;transform:translate(-50%)translateY(0)}.loading-state,.error-state{text-align:center;color:var(--text-muted);padding:4rem 1rem}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);background:linear-gradient(#f8fafc 0%,#fff 40%);margin-top:auto}.footer-grid{grid-template-columns:1.4fr .9fr 1fr 1fr;gap:2.5rem 2rem;padding:3rem 0 2.5rem;display:grid}.footer-logo{align-items:center;gap:.6rem;margin-bottom:.85rem;display:inline-flex}.footer-logo-img{object-fit:contain;width:auto;max-width:220px;max-height:48px}.dash-logo-img{object-fit:contain;background:#fff;border-radius:8px;width:auto;height:38px;padding:4px 8px;box-shadow:0 2px 8px #00000026}.footer-logo-mark{background:linear-gradient(145deg, var(--blue), #2563eb);color:#fff;border-radius:9px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.footer-logo-mark svg{width:18px;height:18px}.footer-logo-text{font-family:var(--font-display);color:var(--blue);letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.footer-tagline{color:#64748b;max-width:28ch;margin-bottom:1.25rem;font-size:.9rem;line-height:1.55}.footer-contact{flex-direction:column;gap:.7rem;list-style:none;display:flex}.footer-contact li{color:#64748b;align-items:center;gap:.65rem;font-size:.9rem;display:flex}.footer-contact svg{color:#94a3b8;flex-shrink:0;width:18px;height:18px}.footer-contact a{color:#64748b;transition:color .15s}.footer-contact a:hover{color:var(--blue)}.footer-col h3{color:#0f172a;letter-spacing:-.01em;margin-bottom:1rem;font-size:.95rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.65rem;list-style:none;display:flex}.footer-col a,.footer-link-btn{color:#64748b;font-size:.9rem;transition:color .15s,transform .15s;display:inline-block}.footer-col a:hover,.footer-link-btn:hover{color:var(--blue)}.footer-link-btn{font:inherit;text-align:left;cursor:pointer;padding:0}.footer-social-list{gap:.55rem!important}.footer-social-link{align-items:center;gap:.55rem;display:inline-flex!important}.footer-social-icon{background:var(--white);border:1px solid var(--border);width:32px;height:32px;color:var(--blue);border-radius:8px;place-items:center;transition:background .15s,border-color .15s,transform .15s;display:grid}.footer-social-icon svg{width:15px;height:15px}.footer-social-link:hover .footer-social-icon{background:var(--blue-soft);border-color:#bfdbfe;transform:translateY(-1px)}.footer-bottom{border-top:1px solid var(--border);background:var(--white);padding:1.1rem 0}.footer-bottom-inner{color:#94a3b8;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1.5rem;font-size:.82rem;display:flex}.footer-bottom strong{color:var(--blue);font-weight:700}.footer-bottom-note{color:#94a3b8}@media (width<=960px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem 1.5rem;padding:2.25rem 0 2rem}.footer-brand{grid-column:1/-1}}@media (width<=560px){.footer-grid{grid-template-columns:1fr;gap:1.75rem}.footer-brand{grid-column:auto}.footer-bottom-inner{flex-direction:column;align-items:flex-start}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes heroIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes floatSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (width<=960px){.category-row{grid-template-columns:repeat(4,1fr)}.hero-banner{grid-template-columns:1fr;min-height:auto}.hero-visual{order:-1;min-height:200px}.hero-copy{padding:1.5rem 1.5rem 2rem}.hero-title{max-width:none}}@media (width<=900px){.trust-row{grid-template-columns:1fr 1fr}.rx-promo-inner{flex-direction:column;align-items:flex-start}.info-highlights,.cart-page,.bmi-layout{grid-template-columns:1fr}.cart-page-line{grid-template-columns:56px 1fr}}@media (width<=720px){.header-inner{grid-template-columns:auto auto;grid-template-areas:"brand actions""search search"}.brand{grid-area:brand}.header-actions{grid-area:actions;justify-self:end}.header-action span{display:none}.header-action{min-width:42px;padding:.4rem}.search-wrap{grid-area:search;justify-self:stretch;max-width:none}.search-input{text-align:left;height:46px;font-size:.82rem}.category-row{grid-template-columns:repeat(3,1fr)}.product-card{flex-basis:170px}.services-row{flex-wrap:nowrap;justify-content:flex-start;gap:.5rem 1rem;padding-bottom:.25rem;overflow-x:auto}.service-link{flex-shrink:0}.trust-row{grid-template-columns:1fr}}.skip-link{background:var(--blue);color:#fff;z-index:200;border-radius:0 0 8px;padding:.5rem 1rem;position:absolute;top:0;left:-999px}.skip-link:focus{left:0}.page-pad{padding:1.25rem 0 2.5rem}.page-banner.compact{margin-bottom:0;padding:1rem 0}.back-link{margin-bottom:.5rem;display:inline-flex}.breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.breadcrumb a{color:var(--blue);font-weight:600}.breadcrumb span:last-child{color:var(--text);text-overflow:ellipsis;white-space:nowrap;max-width:40ch;overflow:hidden}.product-card-link{flex-direction:column;flex:1;gap:.55rem;display:flex}.btn-primary-link,.ghost-btn{border-radius:8px;justify-content:center;align-items:center;height:42px;padding:0 1.1rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary-link{background:var(--blue);cursor:pointer;border:none;color:#fff!important}.btn-primary-link:hover{background:var(--blue-hover)}.ghost-btn{background:var(--bg);color:var(--text);border:1px solid var(--border);cursor:pointer;width:100%;margin-bottom:.5rem}.ghost-btn:hover{background:var(--blue-soft)}.empty-state{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:.85rem;padding:3rem 1rem;display:flex}.empty-state h1{color:var(--blue)}.error-code{color:var(--blue);font-size:3rem;font-weight:800;line-height:1}.error-banner{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:1rem;padding:.85rem 1rem}.muted-hint{color:var(--text-muted);font-size:.9rem}.dev-hint{color:var(--teal);margin:-.5rem 0 1rem;font-size:.8rem}.skeleton-block{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:12px;height:140px;margin-bottom:1rem;animation:1.2s infinite shimmer}.skeleton-hero{height:260px}.skeleton-pdp{height:360px}.skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.skeleton-grid:before,.skeleton-grid:after{content:"";background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:12px;height:260px;animation:1.2s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pdp-grid{grid-template-columns:1fr 1.1fr;align-items:start;gap:2rem;margin-bottom:2.5rem;display:grid}.pdp-media{aspect-ratio:1;background:linear-gradient(#eef6ff,#f8fafc);border:1px solid #e8eef5;border-radius:20px;place-items:center;display:grid;position:relative;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.pdp-media img{object-fit:contain;width:80%;height:80%}.pdp-info h1{color:var(--text);margin:.35rem 0 .5rem;font-size:clamp(1.35rem,2.5vw,1.85rem);line-height:1.25}.pdp-category{color:var(--teal);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:700}.pdp-mfr{color:var(--text-muted);margin-bottom:.75rem}.pdp-price-row{align-items:baseline;gap:.65rem;margin-bottom:.5rem;display:flex}.pdp-stock{color:var(--teal);margin-bottom:.35rem;font-size:.9rem;font-weight:600}.pdp-stock.out{color:var(--red)}.pdp-rx{color:#c2410c;background:#fff7ed;border-radius:6px;margin-bottom:.75rem;padding:.25rem .55rem;font-size:.8rem;font-weight:700;display:inline-block}.pdp-desc{color:#475569;margin-bottom:1.25rem;line-height:1.6}.pdp-cart{max-width:280px}.related-section{border-top:1px solid var(--border);padding-top:1rem}.related-section .section-title{margin-bottom:1rem}.orders-list{flex-direction:column;gap:1rem;display:flex}.order-card{background:#fff;border:1px solid #e8eef5;border-radius:16px;padding:1.2rem 1.3rem;box-shadow:0 1px 2px #0f172a0a}.order-card-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.order-meta{color:var(--text-muted);margin-top:.2rem;font-size:.85rem}.order-items{flex-direction:column;gap:.4rem;margin-bottom:.75rem;list-style:none;display:flex}.order-items li{color:#475569;justify-content:space-between;gap:1rem;font-size:.9rem;display:flex}.order-total{color:var(--text);font-size:.95rem}.status-pill{text-transform:capitalize;background:var(--blue-soft);color:var(--blue);border-radius:999px;padding:.25rem .55rem;font-size:.72rem;font-weight:700}.status-pending,.status-processing{color:#c2410c;background:#fff7ed}.status-shipped,.status-confirmed{color:#1d4ed8;background:#eff6ff}.status-delivered,.status-completed{color:#047857;background:#ecfdf5}.status-cancelled{color:#b91c1c;background:#fef2f2}.status-draft{color:#c2410c;background:#fff7ed}.status-accepted,.status-in_the_way{color:#1d4ed8;background:#eff6ff}.doctor-fee{color:var(--blue)!important;margin:.5rem 0 .75rem!important;font-weight:700!important}.bmi-panel{border:1px solid var(--border);background:#fff;border-radius:16px;max-width:520px;padding:1.5rem}.bmi-tabs{gap:.5rem;margin-bottom:1.25rem;display:flex}.bmi-tabs button{border:1px solid var(--border);height:40px;color:var(--text-muted);border-radius:8px;flex:1;font-weight:600}.bmi-tabs button.active{background:var(--blue);border-color:var(--blue);color:#fff}.bmi-fields{grid-template-columns:1fr 1fr;gap:.85rem;margin-bottom:1.25rem;display:grid}.bmi-fields label{color:var(--text);flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;display:flex}.bmi-fields input,.checkout-form textarea,.checkout-form input,.modal input[type=datetime-local]{border:1.5px solid var(--border);height:42px;font:inherit;border-radius:8px;outline:none;padding:0 .75rem}.checkout-form textarea{resize:vertical;width:100%;height:auto;margin-bottom:.75rem;padding:.75rem}.bmi-fields input:focus,.checkout-form textarea:focus{border-color:var(--blue)}.bmi-result{text-align:center;border-top:1px solid var(--border);padding:1rem 0 .25rem}.bmi-layout .bmi-result{background:#fff;border:1px solid #e8eef5;border-radius:16px;padding:1.75rem 1.25rem}.bmi-score{color:var(--blue);font-size:2.75rem;font-weight:800;line-height:1}.bmi-category{color:var(--teal);margin:.35rem 0 .75rem;font-weight:700}.bmi-result p{color:var(--text-muted);margin-bottom:1rem}.prose-page{max-width:680px}.prose-page p{color:#475569;margin-bottom:1rem;font-size:1.02rem;line-height:1.7}.checkout-form label{margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.checkout-summary{flex-direction:column;gap:.45rem;margin-top:1rem;display:flex}.checkout-line{color:#475569;justify-content:space-between;gap:.75rem;font-size:.85rem;display:flex}.rx-attached{color:var(--teal);margin-bottom:.75rem;font-size:.85rem;font-weight:600}.search-empty{text-align:center;color:var(--text-muted);padding:1rem;font-size:.9rem}.category-row-fluid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.account-menu{right:max(1rem, calc((100vw - var(--max)) / 2 + .5rem));top:calc(var(--header-h) + 8px);z-index:70;position:fixed}.account-menu-panel{border:1px solid var(--border);background:#fff;border-radius:12px;flex-direction:column;gap:.25rem;min-width:200px;padding:.75rem;display:flex;box-shadow:0 12px 32px #0f172a1f}.account-menu-panel strong{color:var(--blue);border-bottom:1px solid var(--border);margin-bottom:.25rem;padding:.35rem .5rem .55rem}.account-menu-panel a,.account-menu-panel button{text-align:left;color:var(--text);border-radius:8px;padding:.55rem .5rem;font-size:.9rem;font-weight:500}.account-menu-panel a:hover,.account-menu-panel button:hover{background:var(--blue-soft);color:var(--blue)}.toolbar-row{margin-bottom:1rem}.app-shell{position:relative}.auth-tabs{gap:.35rem;margin:.75rem 0 1rem;display:flex}.auth-tabs button{background:var(--bg);color:var(--text-muted);border-radius:8px;flex:1;padding:.45rem .4rem;font-size:.82rem;font-weight:700}.auth-tabs button.active{background:var(--blue-soft);color:var(--blue)}.account-role{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);padding:0 .5rem .4rem;font-size:.75rem}.given-meds{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.65rem;font-size:.9rem}.given-meds ul{margin:.35rem 0 0 1rem}.dash-app{background:var(--bg-page);height:100dvh;display:flex;overflow:hidden}.dash-sidebar{color:#fff;z-index:30;background:#1b2a3d;flex-direction:column;flex-shrink:0;width:260px;height:100%;min-height:0;display:flex;overflow:hidden}.dash-app.doctor .dash-sidebar{background:#064e3b}.dash-brand{border-bottom:1px solid #ffffff14;align-items:center;gap:.75rem;padding:1.15rem 1.1rem 1rem;display:flex}.dash-brand-mark{background:#2f80ed;border-radius:10px;place-items:center;width:36px;height:36px;font-size:1.2rem;font-weight:800;display:grid}.dash-app.doctor .dash-brand-mark{background:#10b981}.dash-brand strong,.dash-topbar h1{font-size:1rem;display:block}.dash-brand span,.dash-topbar p,.dash-user-chip em{opacity:.72;text-transform:capitalize;font-size:.75rem;font-style:normal;font-weight:500;display:block}.dash-brand,.dash-sidebar-foot{flex-shrink:0}.dash-nav{overscroll-behavior:contain;flex-direction:column;flex:1;gap:.2rem;min-height:0;padding:.85rem .75rem;display:flex;overflow-y:auto}.dash-nav button{text-align:left;color:#ffffffc7;border-radius:10px;align-items:center;gap:.7rem;padding:.7rem .75rem;font-size:.92rem;font-weight:650;display:flex}.dash-nav button:hover{color:#fff;background:#ffffff14}.dash-nav button.active{color:#fff;background:#2f80ed}.dash-app.doctor .dash-nav button.active{background:#059669}.dash-nav-icon{flex-shrink:0;width:20px;height:20px}.dash-nav-icon svg{width:20px;height:20px;display:block}.dash-sidebar-foot{border-top:1px solid #ffffff14;padding:.85rem .75rem 1rem}.dash-user-chip{align-items:center;gap:.65rem;margin-bottom:.7rem;display:flex}.dash-user-chip>span{background:#ffffff24;border-radius:50%;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.dash-signout{color:#fff;background:#ffffff14;border-radius:8px;width:100%;padding:.55rem .7rem;font-weight:650}.dash-signout:hover{background:#ffffff29}.dash-main{flex-direction:column;flex:1;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.dash-app.patient .dash-sidebar{background:#1a469d}.dash-app.patient .dash-brand-mark{background:#60a5fa}.dash-app.patient .dash-nav button.active{background:#2563eb}.dash-topbar{border-bottom:1px solid var(--border);z-index:10;background:#fff;flex-shrink:0;align-items:center;gap:.85rem;padding:1rem 1.5rem;display:flex}.dash-topbar-extra{margin-left:auto}.dash-cart-btn{background:var(--blue);color:#fff;border-radius:999px;padding:.5rem .9rem;font-size:.88rem;font-weight:700}.dash-cart-btn:hover{background:var(--blue-hover)}.patient-quick{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.shop-cats{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.shop-cats button{border:1px solid var(--border);background:#fff;border-radius:999px;padding:.35rem .75rem;font-size:.82rem;font-weight:650}.shop-cats button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.patient-profile{max-width:560px}.patient-profile-hero{background:linear-gradient(135deg, var(--blue), #3b82f6);color:#fff;text-align:center;border-radius:16px;margin-bottom:1rem;padding:1.75rem 1.25rem}.patient-profile-hero span{width:72px;height:72px;color:var(--blue);background:#fff;border-radius:50%;place-items:center;margin:0 auto .75rem;font-size:1.8rem;font-weight:800;display:grid}.patient-profile-hero h2{color:#fff;margin:0}.patient-profile-hero p{opacity:.85;margin:.2rem 0 0}.patient-profile-hero em{letter-spacing:.04em;background:#ffffff2e;border-radius:999px;margin-top:.7rem;padding:.2rem .7rem;font-size:.75rem;font-style:normal;font-weight:700;display:inline-block}.patient-profile-rows{border:1px solid var(--border);background:#fff;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.patient-profile-rows button{text-align:left;border-bottom:1px solid var(--border);padding:.9rem 1rem;font-weight:650}.patient-profile-rows button:last-child{border-bottom:none}.patient-profile-rows button:hover{background:var(--blue-soft)}.patient-profile-rows button.danger{color:#b91c1c}.dash-content .service-detail-item{text-align:left;width:100%}.dash-topbar h1{margin:0;font-size:1.15rem}.dash-topbar p{opacity:1;color:var(--text-muted);margin:.15rem 0 0}.dash-menu-btn{border:1px solid var(--border);background:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.dash-menu-btn span{background:var(--text);border-radius:2px;width:16px;height:2px;display:block}.dash-content{overscroll-behavior:contain;flex:1;min-height:0;padding:1.15rem 1.5rem 2rem;overflow-y:auto}.dash-scrim{display:none}.dash-stats{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.15rem;display:grid}.dash-stats>*{border:1px solid var(--border);text-align:center;background:#fff;border-radius:12px;padding:.95rem}.dash-stats button:hover{border-color:var(--blue)}.dash-stats b{color:var(--blue);font-size:1.2rem;display:block}.dash-stats span{color:var(--text-muted);font-size:.8rem}.dash-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.dash-toolbar h2{margin:0;font-size:1.05rem}.dash-toolbar-actions{flex-wrap:wrap;gap:.5rem;display:flex}.dash-content .error-banner{margin-bottom:.85rem}.record-card-list{gap:.9rem;display:grid}.record-card{border:1px solid var(--border);background:#fff;border-radius:14px;padding:1rem 1.1rem .85rem}.record-card-head{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.75rem;display:flex}.record-card-head h3{margin:0;font-size:1.05rem}.record-card-head em{color:var(--blue);font-size:.75rem;font-style:normal;font-weight:700}.record-dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem .9rem;margin:0;display:grid}.record-dl div.wide{grid-column:1/-1}.record-dl dt{color:var(--text-muted);font-size:.72rem;font-weight:650}.record-dl dd{margin:.15rem 0 0;font-size:.9rem}@media (width<=800px){.record-dl{grid-template-columns:1fr 1fr}}@media (width<=560px){.record-dl{grid-template-columns:1fr}}.dash-pad{margin:0 1.5rem .75rem}.dash-search{border:1px solid var(--border);border-radius:8px;width:min(100%,280px);height:40px;margin-bottom:.75rem;padding:0 .75rem}.dash-table-scroll{border:1px solid var(--border);background:#fff;border-radius:12px;overflow:auto}.dash-table{border-collapse:collapse;width:100%;font-size:.88rem}.dash-table th,.dash-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.7rem .85rem}.dash-table th{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);background:#f8fafc;font-size:.75rem}.dash-empty{text-align:center;color:var(--text-muted);padding:1.5rem!important}.row-actions{flex-wrap:wrap;gap:.35rem;display:flex}.row-actions button,.row-actions select{border:1px solid var(--border);background:#fff;border-radius:6px;padding:.3rem .5rem;font-size:.78rem}.profile-form{border:1px solid var(--border);background:#fff;border-radius:12px;max-width:520px;padding:1.25rem}.profile-form input,.profile-form select,.profile-form textarea{border:1px solid var(--border);border-radius:8px;width:100%;margin:.25rem 0 .85rem;padding:.55rem .7rem;font-family:inherit}.switch-row{align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:700;display:flex}.give-list{flex-direction:column;gap:.35rem;max-height:160px;margin-bottom:.75rem;display:flex;overflow:auto}.give-add{text-align:left;background:var(--bg);border-radius:8px;padding:.45rem .55rem;font-size:.85rem}.give-line{grid-template-columns:1.4fr 70px 1fr 1fr auto;align-items:center;gap:.4rem;margin-bottom:.5rem;display:grid}.give-line input{margin-bottom:0}@media (width<=900px){.dash-sidebar{height:100dvh;transition:transform .2s;position:fixed;top:0;bottom:0;left:0;overflow:hidden;transform:translate(-105%);box-shadow:8px 0 30px #0f172a2e}.dash-sidebar.open{transform:none}.dash-scrim.open{z-index:20;background:#0f172a73;display:block;position:fixed;inset:0}.dash-menu-btn{display:flex}.dash-stats,.give-line{grid-template-columns:1fr 1fr}}@media (width<=800px){.dash-stats,.give-line{grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=800px){.pdp-grid,.bmi-fields{grid-template-columns:1fr}}
