@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary:#3b8253;--primary-hover:#2e6641;--sky-blue:#8ebae5;--bg-color:#fcf9f2;--bg-white:#fff;--text-dark:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--border-focus:#598561;--danger:#ef4444;--success:#598561}.app-container{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%}.container-quiz{width:100%;max-width:640px;margin:0 auto;padding:8rem 1rem 12rem}.hero-section:after{content:"GAIA HEALTH";text-align:center;width:100%;color:var(--primary);opacity:.04;z-index:0;pointer-events:none;letter-spacing:-.02em;white-space:nowrap;font-size:clamp(4rem,13vw,16rem);font-weight:800;line-height:.8;position:absolute;bottom:0;left:0;transform:translateY(30%)}.hero-section>*{z-index:1;position:relative}.hero-section h1{color:var(--text-dark);max-width:800px;margin:0 auto 1.5rem;font-size:2.5rem}.hero-subtitle{max-width:600px;color:var(--text-muted);margin:0 auto 2rem;font-size:1.1rem}.hero-card{background:var(--bg-color);cursor:pointer;height:auto;box-shadow:none;border:1px solid #0000000d;border-radius:16px;flex-direction:row;align-items:center;padding:0;transition:transform .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.trust-badges-container{background-color:var(--bg-white);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);width:100%;margin-bottom:4rem;padding:1.5rem 0;overflow:hidden}.trust-badges-track{gap:3rem;width:max-content;animation:25s linear infinite marquee;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}.trust-badge{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.85rem;font-weight:800;display:flex}.brand{color:var(--text-dark);align-items:center;gap:.75rem;font-size:1.75rem;font-weight:700;transition:color .3s;display:flex}h1{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.1}h2{margin-bottom:.5rem;font-size:1.75rem;font-weight:700;line-height:1.2}h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}p{color:var(--text-muted);font-size:1.125rem;line-height:1.5}@keyframes pulse-glow{0%{box-shadow:0 0 #2d6a4fb3}70%{box-shadow:0 0 0 12px #2d6a4f00}to{box-shadow:0 0 #2d6a4f00}}.btn-brand:hover{background-color:var(--primary-hover)}.btn-small{width:auto;padding:.5rem 1.25rem;font-size:.9rem}.btn-outline{border:2px solid var(--border-color);color:var(--text-dark);background-color:#0000}.btn-outline:hover{border-color:var(--text-dark)}.quiz-grid{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}.quiz-card{background-color:var(--bg-white);border:2px solid var(--border-color);cursor:pointer;color:var(--text-dark);border-radius:16px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.125rem;font-weight:500;transition:all .2s;display:flex}.quiz-card:hover{border-color:var(--border-focus);box-shadow:0 4px 6px -1px #0000000d}.quiz-card.selected{border-color:var(--border-focus);background-color:#2d6a4f0d}.progress-wrap{margin-bottom:2rem}.progress-text{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.progress-bar-bg{background-color:var(--border-color);border-radius:3px;height:6px;overflow:hidden}.progress-bar-fill{background-color:var(--primary);border-radius:3px;height:100%;transition:width .3s}.form-group{text-align:left;margin-bottom:1.25rem}.form-label{color:var(--text-dark);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.input-with-icon{border:1px solid var(--border-color);background-color:#fff;border-radius:8px;align-items:center;height:54px;transition:all .2s;display:flex;overflow:hidden}.input-icon-box{border-right:1px solid var(--border-color);width:50px;height:100%;color:var(--text-dark);background-color:#e5e7eb;justify-content:center;align-items:center;transition:all .2s;display:flex}.input-with-icon .form-input{background-color:#0000;border:none;border-radius:0;flex:1;height:100%;padding:0 1rem}.input-with-icon .form-input:focus{box-shadow:none;outline:none}.input-with-icon:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px #2d6a4f26}.input-with-icon:focus-within .input-icon-box{color:var(--primary);border-right-color:var(--primary);background-color:#f0fdf4}.checkout-card{background:var(--bg-white);border-radius:20px;margin-bottom:1rem;padding:2rem;box-shadow:0 10px 25px -5px #0000000d}.upsell-alert{text-align:left;background-color:#fffbeb;border:2px solid #fcd34d;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.sticky-footer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--border-color);z-index:40;background-color:#fffffff2;justify-content:center;padding:1rem 1.5rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 6px -1px #0000000d}.sticky-footer .btn{max-width:600px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-out{animation:.3s forwards fadeOut}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.word-rotate{min-width:250px;animation:.6s cubic-bezier(.16,1,.3,1) popIn;display:inline-block}@keyframes popIn{0%{opacity:0}to{opacity:1}}.text-center{text-align:center}.text-left{text-align:left}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-8{margin-top:2rem}.flex{display:flex}.justify-between{justify-content:space-between}.items-center{align-items:center}.gap-2{gap:.5rem}.w-full{width:100%}.font-bold{font-weight:700}.info-image-card{background-color:#f1f5f9;border-radius:24px;justify-content:center;align-items:center;margin-bottom:2rem;padding:2rem;display:flex;position:relative;box-shadow:inset 0 2px 4px #00000005}.info-product-img{object-fit:contain;mix-blend-mode:multiply;max-width:100%;height:350px}.info-checklist{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.info-col-right{flex-direction:column;align-items:flex-start;display:flex}.info-eyebrow{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:700}.info-btn:hover{background-color:var(--primary-hover);transform:translateY(-2px)}@media (width<=900px){.info-section{grid-template-columns:1fr;gap:3rem}.info-photo-grid{gap:1rem}.info-photo-2{margin-top:1.5rem}.info-heading{font-size:2rem}}@media (width>=768px){.hero-section h1{font-size:3.5rem}.hero-subtitle{font-size:1.25rem}.hero-cards-wrapper{box-shadow:none;background-color:#0000;border-radius:0;flex-flow:wrap;justify-content:center;margin:-8rem auto 4rem;padding:0 1rem 2rem}.hero-card{background:#fff;border:2px solid #0000;flex-direction:column;flex:1;min-width:240px;height:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hero-card-img-wrapper{width:100%;height:240px}.hero-card-title{padding:1.5rem;font-size:1.15rem}.brand-logo{width:96px;height:96px}}.reviews-eyebrow{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.reviews-title{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.reviews-subtitle{color:var(--text-muted);font-size:1.125rem;line-height:1.6}.marquee-wrapper{flex-direction:column;gap:1.5rem;width:100vw;display:flex;position:relative}.marquee-track.reverse{animation-direction:reverse}.marquee-track:hover{animation-play-state:paused}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}.review-card{border-radius:16px;flex-direction:column;flex-shrink:0;width:380px;height:240px;display:flex;overflow:hidden;box-shadow:0 4px 6px #00000005}.review-card.text-card{background-color:#f1f6ed;justify-content:flex-start;padding:2rem}.review-card.photo-card{background-color:#e2e8f0}.review-card.photo-card img{object-fit:cover;width:100%;height:100%}.stars{gap:2px;display:flex}.star{color:var(--primary);font-size:1.2rem}.review-text{color:var(--text-muted);font-size:1rem;line-height:1.6}@media (width<=900px){.reviews-title{font-size:2rem}.review-card{width:320px;height:220px}}.side-menu-overlay{z-index:1000;opacity:0;pointer-events:none;background-color:#0a190a99;width:100vw;height:100vh;transition:opacity .3s;position:fixed;top:0;left:0}.side-menu-overlay.open{opacity:1;pointer-events:auto}.side-menu-drawer{z-index:1001;background-color:#fff;border-top-left-radius:24px;border-bottom-left-radius:24px;flex-direction:column;width:100%;max-width:400px;height:100vh;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-400px;overflow-y:auto;box-shadow:-5px 0 25px #0000001a}.side-menu-drawer.open{right:0}.menu-header{justify-content:space-between;align-items:center;padding:2rem 1.5rem;display:flex}.menu-header-logo{color:var(--text-dark);font-size:1.5rem;font-weight:800}.close-menu-btn{cursor:pointer;color:var(--text-dark);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.close-menu-btn:hover{background-color:#f1f5f9}.menu-items-list{flex-direction:column;flex-grow:1;padding:0 1.5rem 1.5rem;display:flex}.menu-item{color:var(--text-dark);cursor:pointer;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:1.1rem;font-weight:500;transition:color .2s,padding-left .2s;display:flex}.menu-item:last-child{border-bottom:none}.menu-item:hover{color:var(--primary);padding-left:.5rem}.menu-footer{border-top:1px solid #f1f5f9;gap:1.5rem;margin-top:auto;padding:1.5rem;display:flex}.menu-footer-btn{color:var(--text-dark);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.95rem;transition:color .2s;display:flex}.menu-footer-btn:hover{color:var(--primary)}.header-actions{align-items:center;gap:1.5rem;display:flex}.burger-menu-btn{cursor:pointer;color:var(--text-dark);background:0 0;border:none;align-items:center;transition:color .3s;display:flex}.burger-menu-btn:hover{color:var(--primary)}.chart-container{background:#fff;border-radius:20px;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;padding:2rem;position:relative;box-shadow:0 4px 20px #0000000d}.chart-title{text-align:center;color:var(--text-dark);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.chart-svg{width:100%;height:auto;display:block;overflow:visible}.chart-path{fill:none;stroke:var(--primary);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1000;stroke-dashoffset:1000px;animation:2.5s ease-out .5s forwards drawCurve}@keyframes drawCurve{to{stroke-dashoffset:0}}.chart-point{fill:#fff;stroke:var(--primary);stroke-width:3px;opacity:0}.point-1{animation:.3s ease-out .5s forwards popIn}.point-2{animation:.3s ease-out 1.2s forwards popIn}.point-3{animation:.3s ease-out 1.8s forwards popIn}.point-4{fill:var(--primary);animation:.3s ease-out 2.5s forwards popIn}.chart-labels{justify-content:space-between;margin-top:1rem;display:flex}.chart-label{color:var(--text-muted);text-align:center;opacity:0;font-size:.85rem;font-weight:600}.label-1{animation:.4s ease-out .5s forwards fadeInLabel}.label-2{animation:.4s ease-out 1.2s forwards fadeInLabel}.label-3{animation:.4s ease-out 1.8s forwards fadeInLabel}.label-4{color:var(--primary);font-weight:700;animation:.4s ease-out 2.5s forwards fadeInLabel}@keyframes fadeInLabel{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}:root{--primary:#3b8253;--primary-hover:#2e6641;--sky-blue:#8ebae5;--bg-color:#fcf9f2;--bg-white:#fff;--text-dark:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--border-focus:#598561}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}body{background-color:var(--bg-color);color:var(--text-dark);-webkit-font-smoothing:antialiased}.landing-container{background-color:var(--bg-color);max-width:100%;overflow-x:hidden}.sticky-header{z-index:50;background-color:#0000;border-bottom:1px solid #0000;width:100%;transition:all .3s;position:fixed;top:0}.sticky-header.scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-color);background-color:#fffffff2;box-shadow:0 4px 6px -1px #0000000d}.header-content{justify-content:space-between;align-items:center;width:100%;max-width:1250px;margin:0 auto;padding:.75rem 1.5rem;display:flex}.brand{color:var(--text-dark);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;display:flex}.brand-logo{object-fit:cover;border-radius:50%;width:64px;height:64px}.hero-section{background-color:var(--bg-color);color:var(--text-dark);text-align:center;background-image:radial-gradient(at 100% 0,#8ebae599 0%,#0000 65%),radial-gradient(at 0 100%,#3b825366 0%,#0000 65%);padding:9rem 1rem 12rem;position:relative;overflow:hidden}.hero-social-proof{color:var(--text-muted);letter-spacing:.02em;margin-bottom:1.5rem;font-size:1.125rem}.hero-social-proof strong{color:var(--primary);font-weight:800}.hero-section h1{color:var(--text-dark);letter-spacing:-.02em;max-width:800px;margin:0 auto 1.5rem;font-size:2.5rem;font-weight:800;line-height:1.1}.hero-subtitle{max-width:600px;color:var(--text-muted);margin:0 auto 2rem;font-size:1.1rem;line-height:1.5}.hero-section .highlight{color:var(--primary)}.hero-cards-wrapper{background-color:var(--bg-white);z-index:10;border-radius:30px 30px 0 0;flex-direction:column;gap:1rem;max-width:1250px;margin:-6rem auto 4rem;padding:2rem 1rem;display:flex;position:relative;box-shadow:0 -10px 40px #0000000d}.hero-card{background:var(--bg-color);cursor:pointer;border:1px solid #0000000d;border-radius:16px;flex-direction:row;align-items:center;height:auto;padding:0;transition:transform .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.hero-card:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 25px 35px -5px #00000026}.hero-card-img-wrapper{background-color:#f1f5f9;flex-shrink:0;width:100px;height:100px;overflow:hidden}.hero-card-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero-card:hover .hero-card-img-wrapper img{transform:scale(1.05)}.hero-card-title{color:var(--text-dark);flex-grow:1;justify-content:space-between;align-items:center;padding:1rem;font-size:1rem;font-weight:700;display:flex}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff;animation:2s infinite pulse-glow;box-shadow:0 4px 15px #2d6a4f4d}.btn-primary:hover{background-color:#21533d;transform:translateY(-2px);box-shadow:0 6px 20px #2d6a4f80}.shine-effect{position:relative;overflow:hidden}.shine-effect:after{content:"";background:linear-gradient(90deg,#fff0 0%,#fff6 50%,#fff0 100%);width:50%;height:100%;animation:4s infinite shine;position:absolute;top:0;left:-100%;transform:skew(-25deg)}@keyframes shine{0%{left:-100%}20%{left:200%}to{left:200%}}.btn-brand{background-color:var(--primary);color:#fff}.info-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto 6rem;padding:0 1.5rem;display:grid}.info-image-card{background-color:#0000;border-radius:24px;justify-content:center;align-items:center;margin-bottom:2rem;padding:0;display:flex;position:relative}.info-product-img{border-radius:24px;width:100%;height:auto}.info-checklist-title{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.info-checklist{flex-direction:column;gap:1rem;list-style:none;display:flex}.info-checklist li{color:var(--text-dark);align-items:center;gap:.75rem;font-size:1.125rem;display:flex}.info-eyebrow{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.info-heading{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:2rem;font-size:2.5rem;font-weight:800;line-height:1.1}.info-photo-grid{grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;margin-bottom:2rem;display:grid}.info-photo-1,.info-photo-2{object-fit:cover;border-radius:24px;width:100%;height:350px;box-shadow:0 10px 15px -3px #0000001a}.info-photo-2{margin-top:3rem}.info-paragraph{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.info-btn{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:99px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:transform .2s}.reviews-section{background-color:var(--bg-white);flex-direction:column;align-items:center;padding:3rem 0;display:flex;overflow:hidden}.reviews-header{text-align:center;max-width:800px;margin:0 auto 1.5rem;padding:0 1.5rem}.reviews-title{color:var(--text-dark);font-size:2rem;font-weight:800;line-height:1.1}.marquee-wrapper{flex-direction:column;gap:1.5rem;width:100vw;max-width:100%;padding:1rem 0;display:flex;position:relative;overflow:hidden}.marquee-track{gap:1.5rem;width:max-content;padding-left:1.5rem;animation:40s linear infinite scrollLeft;display:flex}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{border-radius:20px;flex-shrink:0;width:280px;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d}.text-card{background-color:var(--bg-color);flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex}.photo-card{height:280px}.photo-card img{object-fit:cover;width:100%;height:100%}.review-header-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.review-name{color:var(--text-dark);font-size:1rem;font-weight:700}.stars-small{color:#fbbf24;letter-spacing:2px;font-size:1.1rem}.review-text{color:var(--text-dark);font-size:.95rem;font-weight:400;line-height:1.5}.checkout-section{background-color:var(--bg-color);padding:4rem 1.5rem}.form-container{background-color:#fff;border-radius:24px;max-width:600px;margin:0 auto;padding:2.5rem 1.5rem;box-shadow:0 10px 40px #0000000d}.form-title{text-align:center;color:var(--text-dark);margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.form-subtitle{text-align:center;color:var(--text-muted);margin-bottom:2.5rem;font-size:1rem}.package-card{border:2px solid var(--border-color);cursor:pointer;background-color:#fff;border-radius:16px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;transition:all .2s;display:flex}.package-thumbnail{object-fit:contain;width:60px;height:60px}.package-card.selected{border-color:var(--primary);background-color:#3b82530d}.package-card input[type=radio]{width:24px;height:24px;accent-color:var(--primary)}.package-info{flex-direction:column;flex:1;display:flex}.package-name{color:var(--text-dark);font-size:1.1rem;font-weight:700}.package-badge{color:#b05c10;background-color:#ffe8d6;border-radius:4px;width:fit-content;margin-top:.3rem;padding:2px 6px;font-size:.75rem;font-weight:700}.package-price{color:var(--primary);margin-top:.3rem;font-size:1.4rem;font-weight:800}.form-label{color:var(--text-dark);margin-bottom:.5rem;font-weight:600;display:block}.form-input{border:2px solid var(--border-color);background-color:var(--bg-white);border-radius:12px;width:100%;padding:1.2rem;font-size:1rem;transition:all .2s}.form-input:focus{border-color:var(--border-focus);outline:none}.fade-in{animation:.4s forwards fadeIn}.animate-slide-up{opacity:0;animation:1s cubic-bezier(.16,1,.3,1) forwards slideUpFade}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}@media (width<=900px){.info-section{grid-template-columns:1fr;gap:3rem}}@media (width>=768px){.hero-section h1{font-size:3.5rem}.hero-subtitle{font-size:1.25rem}.hero-cards-wrapper{box-shadow:none;background-color:#0000;border-radius:0;flex-flow:wrap;justify-content:center;margin:-8rem auto 4rem;padding:0 1rem 2rem}.hero-card{background:#fff;border:2px solid #0000;flex-direction:column;flex:1;min-width:240px;height:100%;box-shadow:0 20px 25px -5px #0000001a}.hero-card-img-wrapper{width:100%;height:240px}.brand-logo{width:96px;height:96px}.form-container{padding:3rem}}.faq-section{max-width:800px;margin:2rem auto;padding:0 1.5rem}.faq-title{text-align:center;color:var(--primary-dark);margin-bottom:1rem;font-size:1.75rem;font-weight:800}.faq-item{border-left:4px solid var(--primary);background-color:#fff;border-radius:12px;margin-bottom:1rem;padding:1.25rem;box-shadow:0 2px 10px #0000000d}.faq-item h4{color:var(--text-main);margin:0 0 .5rem;font-size:1rem;font-weight:700}.faq-item p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.urgency-banner{color:#b91c1c;text-align:center;background-color:#fee2e2;border:1px solid #f87171;border-radius:8px;margin-bottom:1.5rem;padding:.75rem;font-size:.95rem}.upsell-alert{cursor:pointer;background-color:#fffbeb;border:2px solid #fcd34d;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem;transition:all .2s;display:block}.upsell-alert.selected{background-color:#fef3c7;border-color:#f59e0b;box-shadow:0 4px 15px #f59e0b33}.upsell-flex{align-items:flex-start;gap:1rem;display:flex}.upsell-checkbox{accent-color:#f59e0b;cursor:pointer;width:24px;height:24px;margin-top:2px}.upsell-content h4{color:#b45309;margin:0 0 .5rem;font-size:1.05rem;font-weight:800}.upsell-content p{color:#78350f;margin:0;font-size:.95rem;line-height:1.4}.price-container{align-items:center;gap:.5rem;display:flex}.old-price{color:var(--text-muted);font-size:.95rem;font-weight:500;text-decoration:line-through}.region-toggle-group{gap:.5rem;margin-bottom:1rem;display:flex}.region-btn{color:var(--text-muted);cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.region-btn:hover{border-color:var(--primary);color:var(--primary)}.region-btn.active{border-color:var(--primary);color:var(--primary);background-color:#f0fdf4}select.form-input{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='currentColor' 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-position:right 1rem center;background-repeat:no-repeat;background-size:1em}.info-alert{background-color:#eff6ff;border-left:4px solid #3b82f6;border-radius:4px;align-items:flex-start;gap:.5rem;margin-bottom:1rem;padding:1rem;display:flex}.info-alert p{color:#1e3a8a;margin:0;font-size:.85rem;line-height:1.4}.info-alert strong{color:#1e40af}.thank-you-view{text-align:center;background-color:#fdfbf7;justify-content:center;align-items:flex-start;min-height:calc(100vh - 80px);padding:4rem 2rem;display:flex}.thank-you-content{flex-direction:column;align-items:center;width:100%;max-width:600px;display:flex}.thank-you-icon{color:#3b7c5a;background-color:#e2f5e9;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2rem;display:flex}.thank-you-content h1{color:#1f2937;margin-bottom:1rem;font-size:2.2rem;font-weight:800}.thank-you-subtitle{color:#6b7280;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.thank-you-instruction{color:#6b7280;margin-bottom:3rem;font-size:1.05rem;line-height:1.6}.thank-you-instruction strong{color:#4b5563;font-weight:700}.whatsapp-action-box{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:500px;padding:2.5rem 2rem;display:flex}.whatsapp-action-box p{color:#065f46;margin-top:0;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.whatsapp-button-large{color:#fff;background-color:#3b7c5a;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 1.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.whatsapp-button-large:hover{background-color:#2f6348;transform:translateY(-2px)}.admin-modal-overlay{z-index:9999;background-color:#f8fafcf2;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-modal-content-custom{flex-direction:column;align-items:center;width:100%;max-width:1000px;display:flex}.admin-login-box{background:#fff;border-radius:12px;flex-direction:column;align-items:center;width:100%;max-width:400px;padding:3rem 2rem;display:flex;position:relative;box-shadow:0 4px 20px #0000000d}.admin-lock-icon{margin-bottom:1rem}.admin-login-box h2{color:#0f172a;margin-bottom:1.5rem;font-size:1.25rem;font-weight:800}.admin-pin-input{text-align:center;border:1px solid #e2e8f0;border-radius:6px;outline:none;width:100%;margin-bottom:1rem;padding:.8rem 1rem;font-size:1rem}.admin-pin-input:focus{border-color:#3b7c5a}.admin-login-btn{color:#fff;cursor:pointer;background-color:#3b7c5a;border:none;border-radius:20px;width:100%;padding:.8rem;font-size:1rem;font-weight:700}.admin-login-btn:hover{background-color:#2f6348}.admin-modal-close-abs{cursor:pointer;color:#64748b;background:0 0;border:none;position:absolute;top:1rem;right:1rem}.admin-dashboard{background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 4px 20px #0000000d}.admin-dashboard-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:2rem;display:flex}.admin-dashboard-header h2{color:#0f172a;margin:0;font-size:1.5rem;font-weight:800}.admin-dashboard-actions{align-items:center;gap:1rem;display:flex}.admin-alert-btn{color:#0f172a;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 2px 4px #00000005}.admin-refresh-btn{color:#fff;cursor:pointer;background-color:#3b7c5a;border:none;border-radius:20px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600}.admin-close-btn{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.admin-dashboard-body{padding:0}.table-responsive{width:100%;overflow-x:auto}.custom-admin-table{border-collapse:collapse;text-align:left;width:100%}.custom-admin-table th{color:#1f2937;background-color:#fff;border-bottom:2px solid #f1f5f9;padding:1.5rem;font-size:.9rem;font-weight:700}.custom-admin-table td{color:#6b7280;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1.5rem;font-size:.9rem}.phone-badge{color:#64748b;align-items:center;margin-top:.2rem;font-size:.8rem;display:inline-flex}.product-badge{color:#065f46;background-color:#e2f5e9;border-radius:4px;padding:.3rem .6rem;font-size:.8rem;font-weight:700}.admin-table{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.admin-table th,.admin-table td{border-bottom:1px solid #e5e7eb;padding:.75rem}.admin-table th{color:#475569;background-color:#f1f5f9;font-weight:600}.admin-table tbody tr:hover{background-color:#f8fafc}*{box-sizing:border-box;margin:0;padding:0}body{color:#1e293b;background-color:#f8fafc;font-family:Inter,Outfit,sans-serif}.admin-app-layout{height:100vh;display:flex;overflow:hidden}.admin-sidebar{color:#f8fafc;z-index:10;background-color:#0f172a;border-right:1px solid #1e293b;flex-direction:column;flex-shrink:0;width:260px;transition:all .3s;display:flex}.admin-sidebar-header{border-bottom:1px solid #1e293b;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.admin-sidebar-logo{object-fit:cover;background:#fff;border:1px solid #334155;border-radius:50%;width:38px;height:38px}.admin-brand-name{color:#fff;letter-spacing:-.3px;font-size:1.15rem;font-weight:800;display:block}.admin-brand-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#0ea5e9;border-radius:4px;width:fit-content;margin-top:2px;padding:.1rem .4rem;font-size:.65rem;font-weight:800}.admin-sidebar-nav{flex-direction:column;flex:1;gap:.4rem;padding:1.5rem 1rem;display:flex}.admin-nav-item{color:#94a3b8;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.8rem 1rem;font-size:.88rem;font-weight:500;transition:all .2s;display:flex}.admin-nav-item:hover{color:#fff;background:#1e293b}.admin-nav-item.active{color:#fff;background:#0ea5e9;font-weight:600;box-shadow:0 4px 12px #0ea5e940}.admin-sidebar-footer{border-top:1px solid #1e293b;padding:1rem}.admin-nav-item.logout{color:#f87171}.admin-nav-item.logout:hover{color:#fca5a5;background:#451a1a}.admin-main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.admin-main-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex}.admin-page-title{color:#0f172a;letter-spacing:-.2px;margin:0;font-size:1.2rem;font-weight:800}.admin-scrollable-content{flex:1;padding:2rem;overflow-y:auto}.admin-tab-container{width:100%;max-width:1200px;margin:0 auto}.admin-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.75rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.admin-form-group{margin-bottom:1.25rem}.admin-form-group label{color:#475569;margin-bottom:.4rem;font-size:.82rem;font-weight:700;display:block}.admin-input{box-sizing:border-box;color:#1e293b;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.88rem;transition:all .2s}.admin-input:focus{border-color:#0ea5e9;outline:none;box-shadow:0 0 0 3px #0ea5e91f}.admin-btn-primary{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:8px;padding:.65rem 1.25rem;font-size:.88rem;font-weight:700;transition:all .2s}.admin-btn-primary:hover{background:#0284c7;transform:translateY(-.5px)}.admin-table{border-collapse:collapse;text-align:left;width:100%}.admin-table th{color:#475569;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0;padding:1rem;font-size:.78rem;font-weight:700}.admin-table td{vertical-align:middle;color:#334155;border-bottom:1px solid #e2e8f0;padding:1rem;font-size:.88rem}.admin-table tr:hover td{background-color:#f8fafc}.admin-badge{text-transform:uppercase;border-radius:9999px;padding:.25rem .6rem;font-size:.7rem;font-weight:800;display:inline-block}.admin-badge.pendiente{color:#d97706;background:#fef3c7}.admin-badge.pagado{color:#15803d;background:#dcfce7}.orders-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.order-card{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #0ea5e9;border-radius:12px;flex-direction:column;justify-content:space-between;padding:1.5rem;transition:transform .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.order-card:hover{transform:translateY(-2px)}.order-card-header{border-bottom:1px dashed #e2e8f0;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.order-id{color:#0ea5e9;margin-bottom:.25rem;font-family:monospace;font-size:.85rem;font-weight:800}.order-name{color:#0f172a;letter-spacing:-.2px;margin-bottom:.25rem;font-size:1.1rem;font-weight:800}.order-date{color:#64748b;font-size:.78rem}.order-price-container{flex-direction:column;align-items:flex-end;display:flex}.order-price{color:#0f172a;font-size:1.15rem;font-weight:850}.order-region-badge{letter-spacing:.5px;border-radius:4px;margin-top:.5rem;padding:.15rem .4rem;font-size:.6rem;font-weight:800;display:inline-block}.order-region-badge.provincia{color:#b45309;background-color:#fef3c7;border:1px solid #fde047}.order-region-badge.lima{color:#15803d;background-color:#dcfce7;border:1px solid #bbf7d0}.order-body{color:#475569;margin-bottom:1.5rem;font-size:.82rem;line-height:1.5}.order-body strong{color:#1e293b}.order-footer{border-top:1px solid #f1f5f9;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.text-action-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.75rem;font-weight:700;transition:all .2s;display:inline-flex}.text-action-btn:hover{background:#f8fafc}.text-action-btn.success{color:#059669;border-color:#10b981}.text-action-btn.success:hover{background:#ecfdf5}.text-action-btn.danger{color:#dc2626;border-color:#fca5a5}.text-action-btn.danger:hover{background:#fef2f2}.spin-animation{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pro-portal-container{color:#1e293b;background-color:#f1f5f9;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif}.pro-app-layout{color:#1e293b;background-color:#f8fafc;height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;overflow:hidden}.pro-sidebar{color:#334155;z-index:10;background-color:#f0f9ff;border-right:1px solid #e0f2fe;flex-direction:column;flex-shrink:0;width:280px;transition:all .3s;display:flex}.pro-sidebar-header{border-bottom:1px solid #e0f2fe;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.pro-sidebar-logo{object-fit:contain;width:auto;height:36px}.pro-sidebar-brand{flex-direction:column;display:flex}.pro-brand-name{letter-spacing:-.5px;color:#0f172a;font-size:1.25rem;font-weight:800}.pro-brand-badge{color:#0369a1;text-transform:uppercase;background:#bae6fd;border-radius:4px;width:fit-content;margin-top:2px;padding:.1rem .4rem;font-size:.65rem;font-weight:700}.pro-sidebar-user{background:#fff;border:1px solid #e0f2fe;border-radius:12px;align-items:center;gap:1rem;margin:1rem;padding:1.5rem;display:flex;box-shadow:0 2px 4px #0284c70d}.pro-avatar{color:#0284c7;background:#e0f2fe;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.pro-user-info{flex-direction:column;display:flex}.pro-user-info strong{color:#0f172a;font-size:.95rem}.pro-user-info span{color:#64748b;font-size:.8rem}.pro-sidebar-nav{flex-direction:column;flex:1;gap:.5rem;padding:0 1rem;display:flex}.pro-nav-item{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.875rem 1rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.pro-nav-item:hover{color:#0f172a;background:#e0f2fe}.pro-nav-item.active{color:#0284c7;background:#fff;border:1px solid #bae6fd;font-weight:600;box-shadow:0 2px 4px #0284c70d}.pro-sidebar-footer{border-top:1px solid #e0f2fe;padding:1rem}.pro-nav-item.logout{color:#ef4444}.pro-nav-item.logout:hover{color:#b91c1c;background:#fef2f2}.pro-main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.pro-main-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex}.pro-page-title{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}.pro-btn-talonario{color:#fff;background:#0284c7;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.pro-btn-talonario:hover{background:#0369a1;transform:translateY(-2px)}.pro-scrollable-content{flex:1;padding:2rem;overflow-y:auto}.pro-tab-container{max-width:1000px;margin:0 auto}.pro-dash-header-inline{margin-bottom:2rem}.pro-welcome-text{color:#0f172a;margin-bottom:.25rem;font-size:2rem;font-weight:800}.pro-subtitle{color:#64748b;font-size:1rem}.pro-gamification-card{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #cbd5e1;border-radius:12px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d}.pro-gamification-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.pro-level-badge{border-radius:999px;padding:.25rem .75rem;font-size:.875rem;font-weight:800}.pro-level-badge.tier-1{color:#475569;background:#e2e8f0;border:1px solid #cbd5e1}.pro-level-badge.tier-2{color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd}.pro-level-reward{color:#475569;font-size:.9rem}.pro-progress-container{margin-bottom:1rem}.pro-progress-bar-bg{background:#e2e8f0;border-radius:999px;height:12px;margin-bottom:.5rem;overflow:hidden}.pro-progress-bar-fill{background:linear-gradient(90deg,#3b82f6 0%,#10b981 100%);border-radius:999px;height:100%;transition:width .5s ease-in-out}.pro-progress-labels{color:#64748b;justify-content:space-between;font-size:.8rem;font-weight:600;display:flex}.pro-gamification-msg{color:#0f172a;font-size:.95rem}.pro-btn-whatsapp{color:#fff;background:#22c55e;border-radius:6px;padding:.4rem .8rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.pro-btn-whatsapp:hover{background:#16a34a;transform:translateY(-2px)}.pro-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pro-modal-content{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;padding:2rem;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.pro-form-group{margin-bottom:1rem}.pro-form-group label{color:#475569;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.pro-input{color:#0f172a;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem;transition:all .2s}.pro-input:focus{border-color:#0284c7;outline:none;box-shadow:0 0 0 3px #0284c71a}.pro-prescription-pad{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:4px;margin-top:1.5rem;padding:2rem;font-family:Times New Roman,Times,serif;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.pro-rx-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.pro-rx-logo{flex:0 0 80px}.pro-rx-doctor-info{text-align:center;flex:1;padding:0 1rem}.pro-rx-doctor-info h3{color:#0f172a;border-bottom:1px solid #0000;margin:0;font-size:1.4rem}.pro-rx-doctor-info p{color:#475569;margin:0;font-size:.9rem}.pro-rx-creds{text-align:right;color:#334155;flex:0 0 100px;font-size:.8rem}.pro-rx-creds p{margin:2px 0}.pro-rx-divider{background:#3b8253;border-radius:2px;height:3px;margin:.5rem 0 1.5rem}.pro-rx-patient-row{gap:2rem;margin-bottom:2rem;display:flex}.pro-rx-field{align-items:flex-end;font-size:1rem;display:flex}.pro-rx-field span{margin-right:.5rem}.pro-rx-line{border-bottom:1px solid #94a3b8;flex:1;min-height:1.5rem;padding-bottom:2px;font-weight:700}.pro-rx-body{min-height:200px;padding-left:2rem;position:relative}.pro-rx-watermark{opacity:.05;pointer-events:none;justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pro-rx-watermark img{filter:grayscale();width:100%;height:auto}.pro-rx-content{z-index:1;position:relative}.pro-rx-section-title{color:#64748b;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #e2e8f0;margin-bottom:1rem;padding-bottom:.5rem;font-family:sans-serif;font-size:.85rem;display:inline-block}.pro-rx-medication{margin-bottom:1.5rem;font-family:sans-serif}.pro-rx-medication strong{margin-bottom:.5rem;font-size:1.2rem;display:block}.pro-rx-medication p{color:#334155;margin:0;line-height:1.5}.pro-rx-footer{border-top:1px solid #cbd5e1;justify-content:space-between;align-items:flex-end;margin-top:2rem;padding-top:1rem;display:flex}.pro-rx-auth-box{background:#f8fafc;border-left:4px solid #3b8253;border-radius:0 4px 4px 0;padding:.5rem 1rem;font-family:sans-serif}.pro-rx-signature{text-align:center;margin-bottom:.5rem}.pro-rx-digital-signature{color:#0f172a;white-space:nowrap;margin-bottom:-15px;font-family:Alex Brush,cursive;font-size:2.5rem;transform:rotate(-3deg)}.pro-signature-line{border-bottom:1px solid #94a3b8;width:150px;height:5px;margin:0 auto .2rem}.pro-rx-signature span{color:#94a3b8;font-family:sans-serif;font-size:.7rem}.pro-rx-contact{text-align:right;color:#64748b;font-family:sans-serif;font-size:.7rem}.pro-rx-contact p{margin:2px 0}.pro-stats-header-with-filter{justify-content:space-between;align-items:center;margin-top:2.5rem;margin-bottom:1rem;display:flex}.pro-stats-header-with-filter h3{color:#0f172a;margin:0;font-size:1.1rem;font-weight:700}.pro-time-filters{background:#f1f5f9;border-radius:8px;gap:.25rem;padding:.25rem;display:flex}.pro-filter-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.pro-filter-btn:hover{color:#0f172a}.pro-filter-btn.active{color:#0284c7;background:#fff;box-shadow:0 1px 3px #0000001a}.pro-stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:.5rem;display:grid}.pro-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 2px 4px #00000005}.pro-stat-icon{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.pro-stat-icon.bg-blue{color:#0284c7;background:#e0f2fe}.pro-stat-icon.bg-green{color:#16a34a;background:#dcfce7}.pro-stat-icon.bg-yellow{color:#ca8a04;background:#fef9c3}.pro-stat-info p{color:#64748b;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.pro-stat-info h3{color:#0f172a;font-size:1.5rem;font-weight:800}.pro-table-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:1000px;margin:0 auto;overflow:hidden;box-shadow:0 4px 6px #00000005}.pro-table-header{border-bottom:1px solid #e2e8f0;padding:1.5rem}.pro-table-header h3{color:#0f172a;font-size:1.25rem;font-weight:700}.pro-table-header p{color:#64748b;margin-top:.25rem;font-size:.9rem}.pro-table-container{overflow-x:auto}.pro-table{border-collapse:collapse;width:100%}.pro-table th{color:#475569;text-align:left;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;font-size:.875rem;font-weight:600}.pro-table td{color:#334155;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;font-size:.95rem}.pro-badge{border-radius:999px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.badge-success{color:#16a34a;background:#dcfce7}.badge-warning{color:#ca8a04;background:#fef9c3}.pro-tab-placeholder{text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:16px;max-width:800px;margin:0 auto;padding:4rem 2rem}.pro-placeholder-icon{margin:0 auto 1.5rem}.text-green{color:#10b981}.text-blue{color:#3b82f6}.pro-placeholder-content h2{color:#0f172a;margin-bottom:1rem;font-size:1.5rem}.pro-placeholder-content p{color:#64748b;margin-bottom:2rem;line-height:1.6}.pro-btn-disabled{color:#94a3b8;cursor:not-allowed;background:#e2e8f0;border:none;border-radius:8px;padding:.875rem 2rem;font-weight:600}.pro-btn-secondary{color:#0284c7;cursor:pointer;background:0 0;border:1px solid #0284c7;border-radius:8px;padding:.875rem 2rem;font-weight:600}.mt-1{margin-top:1rem}.login-mode{flex-direction:column;display:flex}.pro-login-wrapper{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.pro-login-logo{flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}.pro-login-logo img{height:56px;margin-bottom:.5rem}.pro-login-logo h1{color:#0f172a;font-size:1.5rem;font-weight:800}.pro-login-card{background:#fff;border-radius:16px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 10px 25px #0000000d}.pro-login-header{text-align:center;background:linear-gradient(#f8fafc,#fff);border-bottom:1px solid #f1f5f9;padding:2.5rem 2rem 1.5rem}.pro-login-form{padding:2rem}.pro-input-group{margin-bottom:1.5rem}.pro-input-group label{color:#475569;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.pro-input-with-icon{position:relative}.pro-input-icon{color:#94a3b8;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.pro-input-with-icon input{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.75rem 1rem .75rem 2.75rem;font-family:inherit;font-size:1rem;transition:all .2s}.pro-submit-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;width:100%;padding:.875rem;font-size:1rem;font-weight:700}.pro-submit-btn:hover{background:#1e293b}.pro-error-msg{color:#b91c1c;text-align:center;background:#fef2f2;border-radius:8px;margin-bottom:1.5rem;padding:.75rem;font-size:.875rem}.pro-footer-simple{text-align:center;color:#94a3b8;padding:2rem;font-size:.875rem}@media (width<=768px){.pro-app-layout{flex-direction:column}.pro-sidebar{flex-direction:row;width:100%;height:auto;padding:1rem;overflow-x:auto}.pro-sidebar-user,.pro-sidebar-header{display:none}.pro-sidebar-nav{flex-direction:row;gap:.5rem}.pro-nav-item{white-space:nowrap}.pro-stats-grid{grid-template-columns:1fr}}.recetarios-wrapper{color:#1e293b;background-color:#f1f5f9;min-height:100vh;font-family:Outfit,sans-serif;display:flex}.control-sidebar{z-index:10;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:360px;height:100vh;display:flex;position:sticky;top:0;box-shadow:4px 0 24px #00000008}.sidebar-header{border-bottom:1px solid #f1f5f9;padding:1.5rem}.back-link{color:#64748b;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:#3b8253}.sidebar-header h2{color:#0f172a;margin:0 0 .25rem;font-size:1.25rem;font-weight:800}.sidebar-header p{color:#64748b;margin:0;font-size:.85rem;line-height:1.4}.sidebar-scroll{flex:1;padding:1.5rem;overflow-y:auto}.control-section{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.control-section h3{color:#0f172a;align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:.95rem;font-weight:700;display:flex}.section-desc{color:#64748b;margin-bottom:1rem;font-size:.8rem}.form-group{margin-bottom:1rem}.form-group label{color:#475569;margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.form-group input,.form-group textarea{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:.6rem .8rem;font-family:inherit;font-size:.9rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:#3b8253;outline:none;box-shadow:0 0 0 3px #3b82531a}.avatar-selector{gap:.5rem;display:flex}.avatar-preset-btn{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;flex:1;padding:.5rem;font-size:.8rem;font-weight:600;transition:all .2s}.avatar-preset-btn.selected{color:#3b8253;background:#f0fdf4;border-color:#3b8253}.products-checklist{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.checklist-item{background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.checkbox-label{cursor:pointer;color:#334155;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.checkbox-label input{accent-color:#3b8253;cursor:pointer}.delete-product-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.delete-product-btn:hover{color:#ef4444;background:#fee2e2}.add-product-form{gap:.5rem;display:flex}.add-product-form input{border:1px solid #cbd5e1;border-radius:6px;flex:1;padding:.5rem .75rem;font-family:inherit;font-size:.85rem}.add-product-form .add-btn{color:#fff;cursor:pointer;background:#3b8253;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem .75rem;display:flex}.add-product-form .add-btn:hover{background:#2e6641}.sidebar-actions{background:#fff;border-top:1px solid #f1f5f9;padding:1.5rem}.btn-print{color:#fff;cursor:pointer;background:#3b8253;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #3b825326}.btn-print:hover{background:#2e6641;transform:translateY(-1px)}.btn-reset{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:.25rem;width:100%;margin-top:.75rem;font-size:.8rem;font-weight:600;display:flex}.btn-reset:hover{color:#0f172a}.recetario-preview-canvas{box-sizing:border-box;flex-direction:column;flex:1;align-items:center;height:100vh;padding:2.5rem;display:flex;overflow-y:auto}.print-tips{color:#0369a1;box-sizing:border-box;background:#e0f2fe;border:1px solid #bae6fd;border-radius:8px;width:100%;max-width:780px;margin-bottom:2rem;padding:1rem 1.5rem;font-size:.85rem;line-height:1.5}.printed-recipe-pad{aspect-ratio:1/1.414;box-sizing:border-box;color:#1e293b;-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff;border:1px solid #cbd5e1;border-radius:4px;flex-direction:column;justify-content:space-between;width:560px;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000008}.printed-rx-header{justify-content:space-between;align-items:center;display:flex}.printed-rx-avatar{background:#f8fafc;border:2px solid #e2e8f0;border-radius:50%;flex:0 0 68px;justify-content:center;align-items:center;width:68px;height:68px;display:flex;overflow:hidden}.printed-rx-avatar img{object-fit:cover;width:100%;height:100%}.printed-rx-doctor-info{text-align:center;flex:1;padding:0 1.5rem}.printed-rx-doctor-info h1{color:#1e293b;margin:0 0 .15rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.printed-rx-doctor-info h2{color:#64748b;letter-spacing:.5px;margin:0;font-size:.95rem;font-weight:600}.printed-rx-creds{text-align:right;color:#475569;flex:0 0 120px;font-size:.8rem}.printed-rx-creds p{margin:2px 0}.printed-rx-divider{background:#3b8253;border-radius:2px;height:4px;margin:.4rem 0 .8rem}.printed-rx-patient-row{gap:1.25rem;margin-bottom:1.25rem;display:flex}.printed-rx-field{align-items:flex-end;font-size:.9rem;display:flex}.printed-rx-field span{color:#475569;margin-right:.4rem;font-family:Outfit,sans-serif;font-weight:700}.printed-rx-line{border-bottom:1.5px solid #cbd5e1;flex:1;height:1.2rem}.field-paciente{flex:2.2}.field-fecha{flex:1}.printed-rx-body{flex:1;min-height:140px;position:relative}.printed-rx-watermark{opacity:.04;pointer-events:none;justify-content:center;align-items:center;width:170px;height:170px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.printed-rx-watermark img{object-fit:cover;filter:grayscale();border-radius:50%;width:100%;height:100%}.printed-rx-content{z-index:1;flex-direction:column;justify-content:flex-start;height:100%;display:flex;position:relative}.printed-rx-section-title{color:#64748b;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #e2e8f0;margin:0 0 1rem;padding-bottom:.35rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700;display:inline-block}.printed-rx-products-list{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.printed-rx-product-row{align-items:center;gap:.75rem;display:flex}.printed-rx-checkbox{border:2px solid #64748b;border-radius:4px;width:16px;height:16px}.printed-rx-product-name{color:#1e293b;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:600}.printed-rx-dosage-placeholder{margin-top:1.75rem}.dosage-label{color:#64748b;text-transform:uppercase;font-size:.85rem;font-weight:700}.dosage-line{border-bottom:1.2px dashed #cbd5e1;height:1.65rem}.mt-4{margin-top:.5rem}.printed-rx-footer{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:flex-end;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.printed-rx-auth-box{background:#f8fafc;border-left:4px solid #3b8253;border-radius:0 6px 6px 0;flex:0 0 160px;align-items:center;gap:.5rem;padding:.4rem .6rem;display:flex}.printed-rx-qr{background:#fff;border:1px solid #cbd5e1;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:2px;display:flex}.printed-rx-auth-text{flex-direction:column;line-height:1.2;display:flex}.printed-rx-auth-text .auth-title{color:#475569;font-size:.65rem;font-weight:700}.printed-rx-auth-text .auth-value{color:#3b8253;white-space:nowrap;font-size:.72rem;font-weight:700}.printed-rx-signature{text-align:center;flex:0 0 130px}.printed-rx-signature-graphic{color:#1e293b;white-space:nowrap;margin-bottom:-10px;font-family:Alex Brush,cursive;font-size:1.8rem;transform:rotate(-2deg)}.printed-rx-signature-line{border-bottom:1.5px solid #cbd5e1;width:110px;margin:0 auto .2rem}.printed-rx-signature span{color:#94a3b8;text-transform:uppercase;font-size:.62rem;font-weight:600}.printed-rx-contact{text-align:right;color:#64748b;flex:1;font-size:.68rem;line-height:1.3}.printed-rx-contact p{white-space:nowrap;margin:0}@media print{.no-print,.control-sidebar,.print-tips,aside,nav,header{display:none!important}body,html,#root,.recetarios-wrapper,.recetario-preview-canvas{background:#fff!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;overflow:visible!important}.recetarios-wrapper{display:block!important}.recetario-preview-canvas{width:100%!important;height:100%!important;display:block!important}.printed-recipe-pad{page-break-inside:avoid;width:100vw!important;max-width:100%!important;height:100vh!important;max-height:100%!important;box-shadow:none!important;box-sizing:border-box!important;border:none!important;flex-direction:column!important;justify-content:space-between!important;margin:0!important;padding:3rem 2.5rem!important;display:flex!important}@page{size:auto;margin:0}}.poster-wrapper{color:#1e293b;background-color:#f1f5f9;flex-direction:column;align-items:center;min-height:100vh;font-family:Outfit,sans-serif;display:flex}.poster-control-bar{z-index:100;box-sizing:border-box;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;width:100%;padding:.75rem 2rem;display:flex;position:sticky;top:0}.control-left{align-items:center;gap:1.5rem;display:flex}.poster-back-link{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .8rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.poster-back-link:hover{color:#1e293b;background:#f1f5f9;transform:translate(-2px)}.control-title-desc h1{color:#1e293b;letter-spacing:-.2px;margin:0;font-size:1.1rem;font-weight:800}.control-title-desc p{color:#64748b;margin:2px 0 0;font-size:.78rem}.btn-print-poster{color:#fff;cursor:pointer;background-color:#3b8253;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.88rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 10px #3b825326}.btn-print-poster:hover{background-color:#2d6640;transform:translateY(-1px);box-shadow:0 4px 14px #3b825340}.poster-canvas{box-sizing:border-box;flex:1;justify-content:center;align-items:center;padding:2.5rem;display:flex}.poster-container-pad{aspect-ratio:1/1.414;box-sizing:border-box;background:#fff;border-radius:4px;width:700px;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014}.poster-half{box-sizing:border-box;flex-direction:column;width:100%;height:100%;padding:4rem 3.5rem;display:flex;position:absolute;top:0;left:0}.half-melena{clip-path:polygon(0 0,100% 0,0 100%);z-index:1;background:#fdfaf2}.half-ashwa{clip-path:polygon(100% 0,100% 100%,0 100%);z-index:2;background:#fff8f3}.half-bg-watermark{pointer-events:none;z-index:0;width:250px;height:250px;position:absolute}.half-melena .half-bg-watermark{top:20%;left:5%}.half-ashwa .half-bg-watermark{bottom:20%;right:5%}.watermark-svg,.watermark-svg-right{width:100%;height:100%}.poster-half-content{z-index:5;flex-direction:column;width:65%;display:flex;position:relative}.left-content{align-self:flex-start;margin-bottom:auto}.right-content{align-self:flex-end;align-items:flex-end;margin-top:auto}.corner-product-row{align-items:center;gap:1.2rem;margin-bottom:1.2rem;display:flex}.corner-product-row.row-reverse{flex-direction:row-reverse}.product-bottle-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:110px;height:130px;display:flex}.product-bottle-img{object-fit:contain;filter:drop-shadow(0 10px 20px #0000001f);width:100%;height:100%;transition:transform .3s}.product-bottle-img:hover{transform:scale(1.05)rotate(2deg)}.product-text-details{flex-direction:column;display:flex}.poster-category{letter-spacing:1.5px;color:#64748b;text-transform:uppercase;margin-bottom:.2rem;font-size:.7rem;font-weight:800}.poster-title{letter-spacing:-.8px;margin:0;font-size:2.1rem;font-weight:800;line-height:1.1}.font-melena{color:#d97706}.font-ashwa{color:#e65c00}.poster-scientific{color:#64748b;margin-top:.2rem;font-size:.85rem;font-weight:600;display:block}.botanical-desc{color:#475569;max-width:90%;margin-bottom:1.2rem;font-size:.78rem;line-height:1.45}.botanical-desc strong{color:#1e293b}.right-content .botanical-desc{max-width:90%}.poster-benefits{flex-direction:column;gap:.75rem;width:100%;margin:0;padding:0;list-style:none;display:flex}.poster-benefits li{color:#475569;gap:.65rem;font-size:.76rem;line-height:1.35;display:flex}.right-content .poster-benefits li{text-align:right;flex-direction:row-reverse}.benefit-icon{flex-shrink:0;justify-content:center;align-items:center;font-size:1.05rem;display:flex}.poster-benefits li strong{margin-bottom:1px;font-size:.78rem;font-weight:700;display:block}.benefits-melena li strong{color:#d97706}.benefits-ashwa li strong{color:#e65c00}.poster-center-badge{z-index:10;background:#fff;border:4px solid #fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 30px #0000001f,0 2px 5px #0000000d}.badge-logo-container{justify-content:center;align-items:center;width:50px;height:50px;display:flex}.badge-logo{object-fit:contain;width:100%;height:100%}.badge-text{text-align:center;flex-direction:column;margin-top:4px;display:flex}.badge-brand{color:#1e293b;letter-spacing:.5px;font-size:.68rem;font-weight:800}.badge-subtitle{color:#64748b;text-transform:uppercase;margin-top:1px;font-size:.48rem;font-weight:700}.poster-footer{color:#64748b;z-index:15;box-sizing:border-box;background:#fff;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;width:100%;padding:.75rem 2rem;font-size:.65rem;display:flex;position:absolute;bottom:0;left:0}.poster-footer strong{color:#1e293b}@media print{body,html,#root,.poster-wrapper,.poster-canvas{background:#fff!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;overflow:visible!important}.poster-wrapper{min-height:100%!important}.no-print,.poster-control-bar,header{display:none!important}.poster-container-pad{page-break-inside:avoid;width:100vw!important;max-width:100%!important;height:100vh!important;max-height:100%!important;box-shadow:none!important;box-sizing:border-box!important;border:none!important;border-radius:0!important;margin:0!important}.poster-half{padding:4.5rem 3.5rem!important}.poster-center-badge{box-shadow:none!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#fff!important;border:4px solid #fff!important}.half-melena{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#fdfaf2!important}.half-ashwa{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#fff8f3!important}.poster-footer{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#fff!important;padding:.85rem 3.5rem!important}@page{size:auto;margin:0}}
