.header{position:relative;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(14,116,144,.1);padding:1rem 0}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#0e7490;font-weight:600;font-size:1.1rem}.logo-icon{position:relative;width:32px;height:32px}.logo-dot{width:32px;height:32px;background:linear-gradient(135deg,#0e7490,#06b6d4);border-radius:50%;position:absolute}.logo-wave{width:20px;height:20px;background:#e0f2fe;border-radius:50%;position:absolute;top:6px;left:6px;clip-path:polygon(0% 50%,25% 0%,50% 50%,75% 100%,100% 50%)}.logo-text{font-size:1rem}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#1a1a1a;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#0e7490}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#0e7490}.login-button{padding:.6rem 1.5rem;background:#0e7490;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease;text-decoration:none;display:inline-block;margin-left:.5rem}.login-button:hover{background:#0891b2;transform:translateY(-2px)}.login-button:active{transform:translateY(0)}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem}.logo-text{font-size:.9rem}.nav{gap:1.5rem}}.privacy-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.privacy-popup{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;position:relative}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.privacy-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(14,116,144,.1);position:sticky;top:0;background:#fff;z-index:10}.privacy-header h2{margin:0;color:#0e7490;font-size:1.5rem;font-weight:600}.privacy-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1}.privacy-close:hover{background:#0e74901a;color:#0e7490}.privacy-content{padding:2rem;color:#1a1a1a;line-height:1.6}.privacy-content h3{color:#0e7490;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.privacy-content h3:first-of-type{margin-top:0}.privacy-content p{margin-bottom:1rem;font-size:.95rem}.privacy-content p:last-child{margin-bottom:0}.privacy-link{color:#0e7490;text-decoration:none;font-weight:500;transition:color .2s ease}.privacy-link:hover{color:#06b6d4;text-decoration:underline}@media (max-width: 768px){.privacy-popup{max-width:100%;margin:1rem}.privacy-header{padding:1.25rem 1.5rem}.privacy-header h2{font-size:1.25rem}.privacy-content{padding:1.5rem}.privacy-content h3{font-size:1.1rem}}.footer{position:relative;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(14,116,144,.1);padding:3rem 0 2rem;margin-top:4rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.footer-logo .logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#0e7490;font-weight:600;font-size:1.1rem}.footer-logo .logo-icon{position:relative;width:32px;height:32px}.footer-logo .logo-dot{width:32px;height:32px;background:linear-gradient(135deg,#0e7490,#06b6d4);border-radius:50%;position:absolute}.footer-logo .logo-wave{width:20px;height:20px;background:#e0f2fe;border-radius:50%;position:absolute;top:6px;left:6px;clip-path:polygon(0% 50%,25% 0%,50% 50%,75% 100%,100% 50%)}.footer-logo .logo-text{font-size:1rem}.footer-nav{display:flex;gap:2rem;align-items:center}.footer-nav-link{color:#1a1a1a;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.footer-nav-link:hover,.footer-nav-link.active{color:#0e7490}.footer-nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#0e7490}.footer-privacy-link{background:none;border:none;color:#1a1a1a;text-decoration:none;font-weight:500;font-size:.95rem;cursor:pointer;transition:color .3s ease;padding:0;position:relative}.footer-privacy-link:hover{color:#0e7490}@media (max-width: 768px){.footer{padding:2rem 0 1.5rem}.footer-container{flex-direction:column;gap:1rem}.footer-nav{gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-logo .logo-text{font-size:.9rem}}.matrix-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;opacity:0;transition:opacity .3s ease;pointer-events:none}.cookie-consent-overlay{position:fixed;bottom:0;left:0;right:0;width:100%;height:60%;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:2px solid #0e7490;box-shadow:0 -4px 20px #0000001a;z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.cookie-consent-content{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center}.cookie-consent-text{text-align:center;max-width:800px}.cookie-consent-title{font-size:1.5rem;font-weight:700;color:#0e7490;margin:0 0 1rem}.cookie-consent-description{font-size:1rem;line-height:1.6;color:#1a1a1a;margin:0}.cookie-consent-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.cookie-consent-button{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:150px}.cookie-consent-accept{background:#64748b;color:#fff}.cookie-consent-accept:hover{background:#475569;transform:translateY(-2px)}.cookie-consent-essential{background:#06b6d4;color:#fff;box-shadow:0 4px 12px #06b6d44d}.cookie-consent-essential:hover{background:#0891b2;transform:translateY(-2px);box-shadow:0 6px 16px #06b6d466}.cookie-consent-decline{background:transparent;color:#64748b;text-decoration:underline;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:color .3s ease;min-width:150px;text-align:center}.cookie-consent-decline:hover{color:#475569;text-decoration:none}@media (max-width: 768px){.cookie-consent-overlay{height:auto;min-height:60%;padding:1.5rem 1rem}.cookie-consent-title{font-size:1.25rem}.cookie-consent-description{font-size:.9rem}.cookie-consent-buttons{flex-direction:column;width:100%}.cookie-consent-button{width:100%;min-width:unset}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem}.wave-loader{display:flex;align-items:center;justify-content:center;gap:.5rem}.wave{width:4px;height:40px;background:#0e7490;border-radius:2px;animation:wave 1.2s ease-in-out infinite}.wave:nth-child(1){animation-delay:0s}.wave:nth-child(2){animation-delay:.2s}.wave:nth-child(3){animation-delay:.4s}@keyframes wave{0%,40%,to{transform:scaleY(.4);opacity:.7}20%{transform:scaleY(1);opacity:1}}.loading-message{color:#0e7490;font-size:.95rem;font-weight:500;margin:0;text-align:center}.loading-small .wave{width:3px;height:24px}.loading-small .loading-message{font-size:.85rem}.loading-medium .wave{width:4px;height:40px}.loading-medium .loading-message{font-size:.95rem}.loading-large .wave{width:6px;height:60px}.loading-large .loading-message{font-size:1.1rem}.loading-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffff2;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loading-inline{padding:0;display:inline-flex;align-items:center;gap:.5rem;width:auto;height:auto}.loading-inline .wave-loader{gap:.3rem}.loading-inline .wave{width:2px;height:12px}.loading-inline .loading-message{display:none}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{padding-right:2.5rem}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.password-toggle:hover{color:#0e7490}.password-toggle:focus{outline:none;color:#0e7490}.password-toggle svg{width:1.25rem;height:1.25rem}.popup-links{margin-top:1.5rem;text-align:center;display:flex;justify-content:center;align-items:center;gap:.5rem;font-size:.9rem}.link-separator{color:#999}.popup-content h2{margin:0 0 1.5rem;color:#0e7490;font-size:1.75rem}.switch-link{margin-top:1.5rem;text-align:center;color:#666;font-size:.9rem}.link-button{background:none;border:none;color:#0e7490;cursor:pointer;text-decoration:underline;font-size:inherit;padding:0}.link-button:hover{color:#0891b2}.hero{padding:4rem 2rem;background:url(/hero.png) center center / cover no-repeat;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0003;z-index:0}.hero-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:1;background:#ffffffd9;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:750px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;color:#0e7490;margin:0}.hero-subtitle{font-size:1.1rem;line-height:1.7;color:#1a1a1a;margin:0}.hero-highlight{font-weight:700;color:#0e7490}.hero-cta-button{align-self:flex-start;padding:1rem 2rem;background:#0e7490;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease;margin-top:.5rem;text-decoration:none;display:inline-block}.hero-cta-button:hover{background:#0891b2;transform:translateY(-2px)}.hero-cta-button:active{transform:translateY(0)}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.hero-card{background:#e0f2fe;border-radius:12px;padding:2rem;width:100%;box-shadow:0 4px 20px #0e74901a}.hero-card-header{margin-bottom:1.5rem}.hero-card-number{font-size:3rem;font-weight:700;color:#0e7490;margin-bottom:1rem}.hero-card-filters{display:flex;gap:.75rem;flex-wrap:wrap}.filter-pill{background:#fffc;color:#0e7490;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.hero-card-table{overflow-x:auto}.hero-card-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.hero-card-table thead{background:#0e74901a}.hero-card-table th{padding:.75rem;text-align:left;font-weight:600;color:#0e7490;font-size:.85rem}.hero-card-table td{padding:.75rem;border-top:1px solid rgba(14,116,144,.1);font-size:.85rem;color:#1a1a1a}@media (max-width: 1024px){.hero-title{font-size:2.5rem}}@media (max-width: 768px){.hero{padding:2rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-card{padding:1.5rem}.hero-card-number{font-size:2rem}}.data-panel{padding:3rem 2rem;background:#f8f9fa;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;position:relative}.data-panel-container{max-width:1600px;margin:0 auto}.data-panel-table{background:#fff;border-radius:4px;border:1px solid #d1d5db;overflow:hidden;box-shadow:0 1px 3px #0000001a}.data-panel-row{display:grid;grid-template-columns:minmax(0,1.2fr) repeat(10,minmax(0,1fr)) minmax(0,1.2fr) minmax(0,2fr);gap:0;padding:0;border-bottom:1px solid #e5e7eb}.data-panel-row:last-child{border-bottom:none}.data-panel-header-row{background:#f3f4f6;font-weight:500;font-size:.65rem;color:#6b7280;text-transform:uppercase;letter-spacing:.3px;border-bottom:2px solid #d1d5db}.data-panel-header-row .data-cell{padding:.5rem}.data-panel-data-row{background:#fff;font-size:.875rem;color:#111827;transition:background-color .2s ease}.data-panel-data-row:hover{background:#f9fafb}.data-cell{padding:.875rem .75rem;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-right:1px solid #e5e7eb;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.data-cell:last-child{border-right:none}.vital-sign{font-weight:500;font-size:.9rem;color:#1f2937}.vital-sign[data-vital=systolic],.vital-sign[data-vital=diastolic]{color:#dc2626}.vital-sign[data-vital=hr]{color:#ea580c}.vital-sign[data-vital=spo2]{color:#059669}.vital-sign[data-vital=temp]{color:#d97706}.vital-sign[data-vital=rr]{color:#0284c7}.vital-sign[data-vital=glucose]{color:#7c3aed}.vital-sign[data-vital=hb]{color:#be185d}.vital-sign[data-vital=cholesterol]{color:#0891b2}.vital-sign[data-vital=weight]{color:#6366f1}.data-label{font-weight:600;color:#1e40af;text-transform:capitalize;background:#eff6ff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.data-reasoning{text-align:left;white-space:normal;font-size:.8125rem;color:#4b5563;font-style:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;padding-left:1rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1400px){.data-panel-row{grid-template-columns:repeat(6,1fr);gap:.75rem}.data-panel-header-row{display:none}.data-panel-data-row{display:grid;grid-template-columns:repeat(6,1fr)}.data-cell{display:flex;flex-direction:column;gap:.25rem}.data-cell:before{content:attr(data-label);font-size:.75rem;font-weight:600;color:#374151;text-transform:uppercase}.data-panel-data-row .data-cell:nth-child(1):before{content:"Systolic"}.data-panel-data-row .data-cell:nth-child(2):before{content:"Diastolic"}.data-panel-data-row .data-cell:nth-child(3):before{content:"HR"}.data-panel-data-row .data-cell:nth-child(4):before{content:"SpO₂"}.data-panel-data-row .data-cell:nth-child(5):before{content:"Temp"}.data-panel-data-row .data-cell:nth-child(6):before{content:"RR"}.data-panel-data-row .data-cell:nth-child(7):before{content:"Glucose"}.data-panel-data-row .data-cell:nth-child(8):before{content:"Weight"}.data-panel-data-row .data-cell:nth-child(9):before{content:"Hb"}.data-panel-data-row .data-cell:nth-child(10):before{content:"Cholesterol"}.data-panel-data-row .data-cell:nth-child(11):before{content:"Label"}.data-panel-data-row .data-cell:nth-child(12):before{content:"Reasoning"}}@media (max-width: 768px){.data-panel{padding:2rem 1rem}.data-panel-row{grid-template-columns:1fr;gap:.5rem;padding:.75rem}.data-panel-data-row{grid-template-columns:1fr}.data-cell{padding:.5rem;border-bottom:1px solid rgba(14,116,144,.05)}.data-cell:last-child{border-bottom:none}.data-reasoning{text-align:left;padding-left:.5rem}}.overview{padding:5rem 2rem;background:#f8fafc}.overview-container{max-width:1000px;margin:0 auto}.overview-header{text-align:center;margin-bottom:2.5rem}.overview-title{font-size:1.8rem;font-weight:500;color:#0e7490;margin:0;line-height:1.4}.overview-title-highlight{font-weight:700}.overview-description{font-size:1.1rem;line-height:1.8;color:#1a1a1a;margin-bottom:2.5rem;text-align:center}.overview-benefits{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.overview-benefit{background:#fff;border-radius:8px;padding:1.5rem;border-left:4px solid #0e7490;box-shadow:0 2px 8px #0e74901a;transition:transform .3s ease,box-shadow .3s ease}.overview-benefit:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0e749026}.overview-benefit-text{font-size:1rem;line-height:1.7;color:#1a1a1a;margin:0}.overview-benefit-text strong{color:#0e7490;font-weight:600}.overview-closing{font-size:1.1rem;line-height:1.8;color:#1a1a1a;margin-bottom:2.5rem;text-align:center}.overview-cta{text-align:center}.overview-cta-button{padding:1rem 2rem;background:#0e7490;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease;text-decoration:none;display:inline-block}.overview-cta-button:hover{background:#0891b2;transform:translateY(-2px)}.overview-cta-button:active{transform:translateY(0)}@media (max-width: 768px){.overview{padding:3rem 1rem}.overview-title{font-size:1.5rem}.overview-description{font-size:1rem}.overview-benefit{padding:1.25rem}.overview-benefit-text{font-size:.95rem}.overview-closing{font-size:1rem}}.lab-panel{padding:3rem 2rem;background:#f8f9fa;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;position:relative}.lab-panel-container{max-width:1600px;margin:0 auto}.lab-panel-table{background:#fff;border-radius:4px;border:1px solid #d1d5db;overflow-x:auto;overflow-y:hidden;box-shadow:0 1px 3px #0000001a;width:100%;-webkit-overflow-scrolling:touch}.lab-panel-row{display:grid;grid-template-columns:minmax(0,1.2fr) repeat(14,minmax(0,1fr)) 2.5fr;gap:0;padding:0;border-bottom:1px solid #e5e7eb;width:100%;box-sizing:border-box}.lab-panel-row:last-child{border-bottom:none}.lab-panel-header-row{background:#f3f4f6;font-weight:500;font-size:.65rem;color:#6b7280;text-transform:uppercase;letter-spacing:.3px;border-bottom:2px solid #d1d5db}.lab-panel-header-row .lab-cell{padding:.5rem .4rem;font-size:.6rem;white-space:nowrap}.lab-panel-data-row{background:#fff;font-size:.875rem;color:#1a1a1a}.lab-panel-data-row .lab-cell{padding:.75rem .4rem;font-weight:500;font-size:.8rem;white-space:nowrap;word-break:break-word}.lab-panel-data-row .lab-cell-label{white-space:normal!important;word-break:break-word;overflow-wrap:break-word;line-height:1.4;-webkit-hyphens:auto;hyphens:auto}.lab-cell{border-right:1px solid #e5e7eb;text-align:center;min-width:0;overflow:hidden;overflow-wrap:break-word}.lab-cell:last-child{border-right:none}@media (max-width: 1400px){.lab-panel-header-row .lab-cell{font-size:.55rem;padding:.5rem .3rem}.lab-panel-data-row .lab-cell{font-size:.75rem;padding:.75rem .3rem}}@media (max-width: 1200px){.lab-panel-row{grid-template-columns:repeat(8,minmax(0,1fr));min-width:100%}.lab-panel-header-row .lab-cell:nth-child(n+9),.lab-panel-data-row .lab-cell:nth-child(n+9){border-top:1px solid #e5e7eb}.lab-cell:nth-child(8){border-right:none}}@media (max-width: 768px){.lab-panel{padding:2rem 1rem}.lab-panel-row{grid-template-columns:repeat(4,minmax(0,1fr));min-width:100%}.lab-panel-header-row .lab-cell:nth-child(n+5),.lab-panel-data-row .lab-cell:nth-child(n+5){border-top:1px solid #e5e7eb}.lab-cell:nth-child(4n){border-right:none}.lab-panel-header-row .lab-cell{padding:.4rem .25rem;font-size:.5rem}.lab-panel-data-row .lab-cell{padding:.6rem .25rem;font-size:.7rem}}.features{padding:5rem 2rem;background:#fff}.features-container{max-width:1400px;margin:0 auto}.features-title{font-size:2.5rem;font-weight:700;color:#0e7490;margin-bottom:3rem;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.feature-card{background:#fff;border-radius:12px;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(14,116,144,.1)}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0e749026}.feature-accent{width:4px;height:50px;background:#0e7490;margin-bottom:1.5rem;border-radius:2px}.feature-title{font-size:1.5rem;font-weight:600;color:#0e7490;margin-bottom:1rem}.feature-description{font-size:1rem;line-height:1.7;color:#1a1a1a;margin:0}@media (max-width: 768px){.features{padding:3rem 1rem}.features-title{font-size:2rem;margin-bottom:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}}.cases{padding:5rem 2rem;background:linear-gradient(180deg,#e0f2fe,#f0f7ff)}.cases-container{max-width:1400px;margin:0 auto}.cases-title{font-size:2.5rem;font-weight:700;color:#0e7490;margin-bottom:3rem;text-align:center}.cases-slideshow{position:relative;display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.cases-slide-wrapper{flex:1;max-width:900px;overflow:hidden;position:relative}.cases-slides{width:100%;overflow:hidden;position:relative}.cases-slides-inner{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.cases-preview-container{display:flex;justify-content:center;gap:2rem;margin-top:2rem;margin-bottom:1rem}.case-preview{flex:1;max-width:400px;display:flex;align-items:center;cursor:pointer;transition:all .3s ease;opacity:.7}.case-preview:hover{opacity:1;transform:translateY(-2px)}.case-preview-content{background:#f0f7ffcc;border:2px solid rgba(14,116,144,.2);border-radius:8px;padding:1.25rem 1.5rem;width:100%;text-align:center;transition:all .3s ease}.case-preview:hover .case-preview-content{border-color:#0e749066;box-shadow:0 4px 12px #0e749026}.case-preview-label{font-size:.75rem;font-weight:600;color:#0e7490;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.case-preview-title{font-size:.95rem;font-weight:600;color:#0e7490;margin:0;line-height:1.4}.case-card{background:#f0f7ff;border-radius:12px;padding:3.5rem 4rem;min-width:100%;box-sizing:border-box;border:1px solid rgba(14,116,144,.1);transition:box-shadow .3s ease}.case-card:hover{box-shadow:0 8px 24px #0e749026}.case-title{font-size:1.5rem;font-weight:600;color:#0e7490;margin-bottom:1.5rem}.case-description{font-size:1.05rem;line-height:1.8;color:#1a1a1a;margin:0}.cases-nav-button{background:#ffffffe6;border:2px solid rgba(14,116,144,.2);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#0e7490;cursor:pointer;transition:all .3s ease;flex-shrink:0;z-index:10}.cases-nav-button:hover{background:#0e7490;color:#fff;border-color:#0e7490;transform:scale(1.1)}.cases-nav-button:active{transform:scale(.95)}.cases-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.cases-indicator{width:10px;height:10px;border-radius:50%;border:none;background:#0e74904d;cursor:pointer;transition:all .3s ease;padding:0}.cases-indicator:hover{background:#0e749080;transform:scale(1.2)}.cases-indicator.active{background:#0e7490;width:24px;border-radius:5px}@media (max-width: 768px){.cases{padding:3rem 1rem}.cases-title{font-size:2rem;margin-bottom:2rem}.cases-slideshow{gap:.5rem}.cases-nav-button{width:40px;height:40px;font-size:1.5rem}.cases-slide-wrapper{max-width:100%}.cases-preview-container{flex-direction:column;gap:1rem;margin-top:1.5rem}.case-preview{max-width:100%;opacity:.7}.case-preview-content{padding:1rem 1.25rem}.case-preview-label{font-size:.7rem;margin-bottom:.5rem}.case-preview-title{font-size:.9rem;line-height:1.4}.case-card{padding:2rem 1.5rem}.case-title{font-size:1.3rem;margin-bottom:1rem}.case-description{font-size:.95rem;line-height:1.7}}.customized-datasets{padding:5rem 2rem;background:linear-gradient(180deg,#f0f7ff,#e0f2fe)}.customized-datasets-container{max-width:1000px;margin:0 auto}.customized-datasets-title{font-size:2.5rem;font-weight:700;color:#0e7490;margin-bottom:3rem;text-align:center}.customized-datasets-content{display:flex;flex-direction:column;gap:2rem}.customized-datasets-text{font-size:1.1rem;line-height:1.8;color:#1a1a1a;margin:0}.customized-datasets-link{color:#0e7490;text-decoration:none;font-weight:600;transition:color .3s ease}.customized-datasets-link:hover{color:#075985;text-decoration:underline}.customized-datasets-more{margin-top:1rem;text-align:center}.customized-datasets-more-link{display:inline-block;color:#0e7490;text-decoration:none;font-weight:600;font-size:1.1rem;transition:color .3s ease,transform .2s ease}.customized-datasets-more-link:hover{color:#075985;text-decoration:underline;transform:translate(4px)}@media (max-width: 768px){.customized-datasets{padding:3rem 1rem}.customized-datasets-title{font-size:2rem;margin-bottom:2rem}.customized-datasets-text{font-size:1rem;line-height:1.7}}.home{position:relative;z-index:1}.registry-container{min-height:100vh;padding:2rem;background:#f5f5f5}.registry-content{max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.registry-content h1{color:#0e7490;margin:0 0 1rem}.registry-content p{color:#666;margin:0}.dataflow-page{min-height:100vh;background:linear-gradient(180deg,#f0f7ff,#e0f2fe)}.dataflow-hero{padding:4rem 2rem;background:url(/hero.png) center center / cover no-repeat;position:relative}.dataflow-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0003;z-index:0}.dataflow-hero-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.dataflow-hero-content{display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:1;background:#ffffffd9;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:750px}.dataflow-hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;color:#0e7490;margin:0}.dataflow-hero-subtitle{font-size:1.1rem;line-height:1.7;color:#1a1a1a;margin:0}.dataflow-hero-pricing{font-size:1.1rem;line-height:1.5;color:#0e7490;font-weight:600;margin:0}.dataflow-hero-button{align-self:flex-start;padding:1rem 2rem;background:#0e7490;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease;margin-top:.5rem;text-decoration:none;display:inline-block}.dataflow-hero-button:hover{background:#0891b2;transform:translateY(-2px)}.dataflow-hero-button:active{transform:translateY(0)}.dataflow-container{max-width:1000px;margin:0 auto;padding:5rem 2rem}.dataflow-features{display:flex;gap:1.5rem;margin-bottom:4rem;flex-wrap:wrap}.dataflow-feature-box{flex:1;min-width:250px;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014;text-align:center}.dataflow-feature-title{font-size:1.1rem;font-weight:600;color:#0e7490;margin:0;line-height:1.4}.dataflow-section{margin-bottom:4rem;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #00000014}.dataflow-section:last-child{margin-bottom:0}.dataflow-section-title{font-size:2rem;font-weight:700;color:#0e7490;margin-bottom:2rem;line-height:1.3}.dataflow-section-content{display:flex;flex-direction:column;gap:1.5rem}.dataflow-text{font-size:1.1rem;line-height:1.8;color:#1a1a1a;margin:0}.dataflow-link{color:#0e7490;text-decoration:none;font-weight:600;transition:color .3s ease}.dataflow-link:hover{color:#075985;text-decoration:underline}.dataflow-cta-section{padding:4rem 2rem;text-align:center;background:linear-gradient(180deg,#e0f2fe,#f0f7ff)}.dataflow-cta-container{max-width:1000px;margin:0 auto}.dataflow-cta-button{padding:1.25rem 3rem;background:#0e7490;color:#fff;border:none;border-radius:8px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease;text-decoration:none;display:inline-block}.dataflow-cta-button:hover{background:#0891b2;transform:translateY(-2px)}.dataflow-cta-button:active{transform:translateY(0)}@media (max-width: 1024px){.dataflow-hero-title{font-size:2.5rem}}@media (max-width: 768px){.dataflow-hero{padding:2rem 1rem}.dataflow-hero-title{font-size:2rem}.dataflow-hero-subtitle{font-size:1rem}.dataflow-container{padding:3rem 1rem}.dataflow-features{flex-direction:column;margin-bottom:3rem}.dataflow-feature-box{min-width:100%}.dataflow-feature-title{font-size:1rem}.dataflow-section{padding:2rem 1.5rem;margin-bottom:3rem}.dataflow-section-title{font-size:1.75rem;margin-bottom:1.5rem}.dataflow-text{font-size:1rem;line-height:1.7}.dataflow-cta-section{padding:3rem 1rem}.dataflow-cta-button{padding:1rem 2rem;font-size:1.1rem}}.reset-password-container{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem;background:#f5f5f5}.reset-password-content{background:#fff;border-radius:12px;padding:2rem;max-width:400px;width:100%;box-shadow:0 10px 40px #0000001a}.reset-password-content h2{margin:0 0 1.5rem;color:#0e7490;font-size:1.75rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;box-sizing:border-box;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#0e7490}.readonly-input{background:#f5f5f5;cursor:not-allowed}.submit-button{width:100%;padding:.75rem;background:#0e7490;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s;margin-top:.5rem;display:flex;align-items:center;justify-content:center}.submit-button:hover:not(:disabled){background:#0891b2}.submit-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee;color:#c33;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.success-message{background:#efe;color:#3c3;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.back-button{width:100%;padding:.75rem;background:#666;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s;margin-top:1rem}.back-button:hover{background:#555}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.popup-content{background:#fff;border-radius:12px;padding:2rem;max-width:400px;width:90%;position:relative;box-shadow:0 10px 40px #0003}.popup-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.popup-close:hover{background:#f0f0f0}.popup-content h2{margin:0 0 1.5rem;color:#0e7490;font-size:1.35rem;font-weight:600}.stream-warning-title{font-size:1.25rem}.confirmation-message{margin:0 0 2rem;color:#666;font-size:1rem;line-height:1.5}.confirmation-buttons{display:flex;gap:1rem;justify-content:flex-end}.cancel-button{padding:.75rem 1.5rem;background:#f5f5f5;color:#333;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s,border-color .3s}.cancel-button:hover{background:#e0e0e0;border-color:#bbb}.confirm-button{padding:.75rem 1.5rem;background:#dc2626;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.confirm-button:hover{background:#b91c1c}.primary-button{background:#0e7490}.primary-button:hover{background:#0c5d75}.app-layout{display:flex;height:100vh;background:#f5f5f5}.app-sidebar{width:250px;background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;box-shadow:2px 0 4px #0000000d;transition:width .3s ease}.app-sidebar.collapsed{width:60px}.sidebar-header{padding:1.5rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;position:relative}.sidebar-header h2{margin:0;color:#0e7490;font-size:1.25rem;font-weight:600;transition:opacity .2s ease,color .2s ease}.sidebar-header h2:hover{color:#0c5d73}.sidebar-header h2.hidden{opacity:0;width:0;overflow:hidden}.collapse-button{background:#f0f0f0;border:1px solid #e0e0e0;border-radius:4px;padding:.5rem;cursor:pointer;color:#0e7490;font-size:1rem;font-weight:600;transition:background .2s;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center}.collapse-button:hover{background:#e0e0e0}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.nav-item{width:100%;padding:.75rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;color:#333;font-size:.95rem;transition:background .2s,color .2s,padding .3s;border-left:3px solid transparent;position:relative;white-space:nowrap;display:flex;align-items:center;gap:.75rem}.app-sidebar.collapsed .nav-item{padding:.75rem;text-align:center;justify-content:center;gap:0}.nav-icon{font-size:1.25rem;flex-shrink:0;min-width:1.25rem}.nav-item .hidden{opacity:0;width:0;overflow:hidden;display:inline-block}.nav-item:hover{background:#f0f0f0;color:#0e7490}.nav-item.active{background:#e0f2fe;color:#0e7490;border-left-color:#0e7490;font-weight:500}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid #e0e0e0;transition:padding .3s ease}.app-sidebar.collapsed .sidebar-footer{padding:1rem .75rem}.user-email{padding:.75rem;margin-bottom:.75rem;background:#e0f2fe;border:1px solid #0e7490;border-radius:6px;font-size:.9rem;color:#0e7490;text-align:center;word-break:break-all;font-weight:600;box-shadow:0 1px 3px #0e74901a;transition:opacity .2s ease}.user-email-loading{padding:.75rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;min-height:2.5rem;background:#e0f2fe;border:1px solid #0e7490;border-radius:6px}.user-email-loading .loading-container{padding:0;gap:.5rem;flex-direction:row;align-items:center}.user-email-loading .loading-icon-wrapper{width:auto;height:auto;margin-right:.5rem;flex-shrink:0}.user-email-loading .loading-icon{color:#0e7490;position:relative}.user-email-loading .loading-icon.heartbeat{position:relative;z-index:2}.user-email-loading .loading-icon.pulse{position:absolute;z-index:1;left:0;top:0}.user-email-loading .loading-message{color:#0e7490;font-size:.85rem;margin:0;white-space:nowrap}.logout-button{width:100%;padding:.75rem;background:#e0f2fe;color:#0e7490;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:.5rem}.app-sidebar.collapsed .logout-button{padding:.75rem;gap:0}.logout-icon{font-size:1.25rem;flex-shrink:0}.logout-button:hover{background:#bae6fd}.app-main{flex:1;overflow-y:auto;background:#f5f5f5}.mobile-menu-button{display:none;position:fixed;top:1rem;right:1rem;z-index:1001;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:.5rem;cursor:pointer;box-shadow:0 2px 4px #0000001a;width:40px;height:40px;align-items:center;justify-content:center}.hamburger{display:flex;flex-direction:column;gap:4px;width:24px;height:18px}.hamburger span{display:block;width:100%;height:2px;background:#0e7490;transition:all .3s ease;border-radius:2px}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}@media (max-width: 768px){.mobile-menu-button{display:flex}.sidebar-overlay{display:block}.app-sidebar{position:fixed;left:-250px;top:0;bottom:0;z-index:1000;transition:left .3s ease;box-shadow:2px 0 8px #00000026}.app-sidebar.open{left:0}.app-main{width:100%;margin-left:0}}@media (max-width: 480px){.app-sidebar{width:100%;max-width:280px;left:-280px}.app-sidebar.open{left:0}}.dashboard{height:100%;display:flex;flex-direction:column}.dashboard-header{background:#fff;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0}.dashboard-header h2{margin:0;color:#0e7490;font-size:1.25rem;font-weight:600}.dashboard-content{flex:1;padding:2rem;overflow-y:auto}.dashboard-content.dashboard-loading{display:flex;align-items:center;justify-content:center;min-height:400px}.kpi-row{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:2rem}.kpi-card{background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0;transition:transform .2s,box-shadow .2s;text-align:center}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.kpi-card.highlighted{border-color:#0e7490;background:linear-gradient(to bottom,#fff,#f0f9ff)}.kpi-title{margin:0 0 .5rem;color:#666;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.kpi-content{font-size:.95rem;font-weight:600;color:#0e7490;margin:.25rem 0;line-height:1.4;white-space:pre-line}.kpi-card.number-card .kpi-content{font-size:2.25rem;font-weight:700}.kpi-card.templates-card .kpi-content{font-size:.85rem;font-weight:500;line-height:1.6;text-align:left}.quick-start-templates{display:flex;flex-direction:column;align-items:stretch;gap:.5rem}.template-select{width:100%;padding:.5rem .75rem;border-radius:4px;border:1px solid #e0e0e0;font-size:.85rem;color:#333;background:#f9fafb}.pick-cohort-button{margin-top:.25rem;padding:.4rem .75rem;font-size:.8rem}.kpi-subtitle{margin-top:.25rem;font-size:.75rem;color:#999;font-style:italic}.dashboard-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.dashboard-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0;padding:1rem}.card-title{margin:0 0 .75rem;color:#0e7490;font-size:.95rem;font-weight:600}.table-container{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.8rem}.data-table thead{background:#f5f5f5;border-bottom:2px solid #e0e0e0}.data-table th{padding:.5rem;text-align:left;font-weight:600;color:#333;font-size:.75rem;text-transform:none;letter-spacing:0}.data-table td{padding:.5rem;border-bottom:1px solid #e0e0e0;color:#666;font-size:.8rem}.data-table tbody tr:hover{background:#f9f9f9}.data-table tbody tr:last-child td{border-bottom:none}.action-button{background:#0e7490;color:#fff;border:none;border-radius:4px;padding:.3rem .6rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:background .2s}.action-button:hover{background:#0c5d75}.icon-available{color:#10b981;font-size:1rem}.icon-unavailable{color:#ef4444;font-size:1rem}.emr-preview-row{grid-template-columns:1fr}.search-container{margin-bottom:1rem}.patient-search-wrapper{position:relative;max-width:400px}.search-input-wrapper{position:relative;max-width:100%}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#999;font-size:1rem}.search-input{width:100%;padding:.5rem .5rem .5rem 2.5rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.85rem;transition:border-color .2s}.search-input:focus{outline:none;border-color:#0e7490}.patient-tag{display:inline-flex;align-items:center;gap:.5rem;background:#e0f2fe;color:#0e7490;padding:.35rem .6rem;border-radius:4px;font-size:.8rem;margin-bottom:.5rem;margin-right:.5rem}.patient-tag-label{font-weight:500}.patient-tag-remove{background:none;border:none;color:#0e7490;font-size:1.2rem;line-height:1;cursor:pointer;padding:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.patient-tag-remove:hover{background:#0e74901a}.patient-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 6px #0000001a;margin-top:.25rem;max-height:200px;overflow-y:auto;z-index:1000;list-style:none;padding:0;margin-bottom:0}.patient-suggestion-item{padding:.6rem .75rem;cursor:pointer;font-size:.85rem;color:#333;transition:background .2s;border-bottom:1px solid #f0f0f0}.patient-suggestion-item:last-child{border-bottom:none}.patient-suggestion-item:hover{background:#f0f9ff}.patient-suggestion-item.no-results{color:#999;cursor:default;font-style:italic}.patient-suggestion-item.no-results:hover{background:#fff}.cohorts-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.pagination-button{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:.5rem .75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#333}.pagination-button:hover:not(:disabled){background:#f0f9ff;border-color:#0e7490;color:#0e7490}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-button svg{width:1.25rem;height:1.25rem}.pagination-info{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-size:.85rem;color:#666}.pagination-count{font-size:.75rem;color:#999}.emr-pagination{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.emr-table{font-size:.7rem}.emr-table th,.emr-table td{padding:.4rem .3rem;white-space:nowrap}.emr-table th{font-size:.65rem;text-transform:none;letter-spacing:0;font-weight:600}@media (max-width: 1200px){.kpi-row{grid-template-columns:repeat(3,1fr)}.dashboard-row{grid-template-columns:1fr}}@media (max-width: 768px){.kpi-row{grid-template-columns:1fr;gap:1rem}.dashboard-content,.dashboard-card{padding:1rem}.data-table{font-size:.8rem}.data-table th,.data-table td{padding:.5rem}}.cohort-designer{height:100%;display:flex;flex-direction:column;background:#f5f5f5}.cohort-designer-header{background:#fff;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0}.cohort-designer-header h2{margin:0;color:#0e7490;font-size:1.25rem;font-weight:600}.cohort-designer-content{flex:1;padding:2rem;overflow-y:auto}.cohort-designer-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;max-width:1800px;margin:0 auto}.section-title{margin:0 0 1.5rem;color:#0e7490;font-size:1rem;font-weight:600}.section-title-with-badge{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.free-tier-badge{padding:.4rem .75rem;background:#e0f2fe;border:none;border-radius:6px;font-size:.85rem;color:#0e7490;text-align:center;font-weight:600;box-shadow:0 1px 3px #0e74901a}.parameters-column{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0;padding:1.5rem;overflow:hidden;max-width:100%;box-sizing:border-box}.parameter-section{margin-bottom:2rem;overflow:visible;max-width:100%;box-sizing:border-box}.parameter-section:last-child{margin-bottom:0}.parameter-row-two-cols{display:flex;gap:1.5rem;align-items:stretch;margin-bottom:.75rem}.half-width-section{flex:1;margin-bottom:0}.parameter-label{display:block;margin-bottom:.75rem;color:#333;font-size:.9rem;font-weight:500}.template-select{width:100%;padding:.5rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.9rem;background:#fff;color:#333;cursor:pointer;transition:border-color .2s}.template-select:focus{outline:none;border-color:#0e7490}.age-distribution{background:#f9f9f9;padding:1rem;border-radius:4px;border:1px solid #e0e0e0}.age-sliders{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.age-slider-group{display:flex;flex-direction:column;gap:.5rem}.age-slider-label{font-size:.85rem;color:#666;font-weight:500}.age-slider{width:100%;height:6px;border-radius:3px;background:#e0e0e0;outline:none;-webkit-appearance:none}.age-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#0e7490;cursor:pointer;transition:background .2s}.age-slider::-webkit-slider-thumb:hover{background:#0c5d75}.age-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#0e7490;cursor:pointer;border:none;transition:background .2s}.age-slider::-moz-range-thumb:hover{background:#0c5d75}.age-range-display{text-align:center;font-size:.9rem;color:#0e7490;font-weight:500;padding-top:.5rem;border-top:1px solid #e0e0e0}.gender-card{background:#f9f9f9;padding:1rem;border-radius:4px;border:1px solid #e0e0e0;display:flex;flex-direction:column;gap:.75rem}.gender-option{display:flex;align-items:center;gap:.5rem;cursor:pointer}.gender-option input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#0e7490}.gender-option span{flex:1;color:#333;font-size:.9rem}.gender-percentage{width:60px;padding:.25rem .5rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.9rem;text-align:center}.gender-percentage:focus{outline:none;border-color:#0e7490}.conditions-tag-input{background:#f9f9f9;border-radius:4px;border:1px solid #e0e0e0;padding:.75rem}.conditions-tags-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.condition-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:999px;background:#e0f2fe;border:1px solid #0e7490;font-size:.8rem;color:#0e7490}.condition-tag-label{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.condition-tag-remove{border:none;background:transparent;color:#0e7490;cursor:pointer;font-size:.9rem;line-height:1;padding:0 0 0 .25rem}.condition-tag-remove:hover{color:#0c5d75}.conditions-input{flex:1;min-width:150px;border:none;background:transparent;font-size:.85rem;padding:.25rem;outline:none}.conditions-suggestions{margin:.5rem 0 0;padding:0;list-style:none;background:#fff;border-radius:4px;border:1px solid #e0e0e0;max-height:200px;overflow-y:auto;box-shadow:0 4px 8px #00000014}.conditions-suggestion-item{padding:.4rem .6rem;font-size:.85rem;cursor:pointer}.conditions-suggestion-item:hover{background:#e0f2fe}.conditions-suggestion-item.no-results{color:#999;font-style:italic;cursor:default}.conditions-suggestion-item.no-results:hover{background:#fff}.vitals-subheader{margin:.25rem 0 .75rem;color:#666;font-size:.8rem;font-style:italic}.vitals-table-container{background:#f9f9f9;border-radius:4px;border:1px solid #e0e0e0;padding:.75rem;overflow-x:auto}.vitals-table{width:100%;border-collapse:collapse;font-size:.8rem;background:#fff;border:1px solid #d0d0d0}.vitals-table thead{background:#f5f5f5;border-bottom:1px solid #d0d0d0}.vitals-table th{padding:.5rem .4rem;text-align:center;font-weight:600;color:#333;font-size:.75rem;border-right:1px solid #d0d0d0;white-space:nowrap}.vitals-table th:last-child{border-right:none}.vitals-table td{padding:.5rem .4rem;text-align:center;border-right:1px solid #d0d0d0}.vitals-table td:last-child{border-right:none}.vitals-table tbody tr{border-bottom:1px solid #d0d0d0}.vitals-table tbody tr:last-child{border-bottom:none}.vitals-table input[type=checkbox]{width:18px;height:18px;cursor:not-allowed;accent-color:#0e7490;opacity:.7}.calculate-button{width:100%;padding:.75rem 1.5rem;background:#0e7490;color:#fff;border:none;border-radius:4px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}.calculate-button:hover{background:#0c5d75}.summary-column{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0;padding:1.5rem}.summary-placeholder{padding:3rem 2rem;text-align:center;color:#999;font-size:.95rem}.summary-section{margin-bottom:1.5rem}.summary-stat{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9f9f9;border-radius:4px;border:1px solid #e0e0e0;gap:1rem}.emr-preview-button{padding:.5rem 1rem;background:#0e7490;color:#fff;border:none;border-radius:4px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s;white-space:nowrap}.emr-preview-button:hover{background:#0c5d75}.summary-label{color:#666;font-size:.9rem}.summary-value{color:#0e7490;font-size:1.25rem;font-weight:600}.bias-warning{background:#fef3c7;border:2px solid #f59e0b;border-radius:4px;padding:1rem;margin-bottom:1.5rem}.bias-warning-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#92400e;font-size:.9rem}.bias-icon{font-size:1.25rem;color:#f59e0b}.bias-warning-details{color:#78350f;font-size:.85rem;margin-bottom:.75rem}.auto-rebalance-button{width:100%;padding:.5rem 1rem;background:#0e7490;color:#fff;border:none;border-radius:4px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s}.auto-rebalance-button:hover{background:#0c5d75}.staging-area{margin-top:1.5rem;padding:1rem;background:#f9f9f9;border-radius:4px;border:1px solid #e0e0e0}.staging-title{margin:0 0 1rem;color:#0e7490;font-size:.95rem;font-weight:600}.staging-input-section{display:flex;flex-direction:column;gap:.75rem}.staging-label{color:#333;font-size:.85rem;font-weight:500}.cohort-name-input{width:100%;padding:.5rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.9rem;transition:border-color .2s}.cohort-name-input:focus{outline:none;border-color:#0e7490}.stage-button{width:100%;padding:.75rem 1.5rem;background:#0e7490;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s}.stage-button:hover{background:#0c5d75}.staged-section{display:flex;flex-direction:column;gap:1rem}.staged-cohort-name{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#fff;border-radius:4px;border:1px solid #e0e0e0}.staged-label{color:#666;font-size:.85rem;font-weight:500}.staged-value{color:#0e7490;font-size:.95rem;font-weight:600}.staged-timestamp{color:#999;font-size:.8rem;font-style:italic}.staged-actions{display:flex;gap:.75rem}.download-dropdown-wrapper{position:relative;flex:1}.download-dropdown-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.download-dropdown-icon{font-size:.9rem}.download-dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 6px #0000001a;z-index:1000;overflow:hidden}.download-dropdown-item{width:100%;padding:.75rem 1rem;background:#fff;border:none;text-align:left;font-size:.9rem;color:#333;cursor:pointer;transition:background .2s}.download-dropdown-item:hover{background:#f0f9ff}.download-dropdown-item:not(:last-child){border-bottom:1px solid #e0e0e0}.dropdown-icon{font-size:.9rem;transition:transform .2s}.download-dropdown-toggle[aria-expanded=true] .dropdown-icon,.download-dropdown-wrapper:has(.download-dropdown-menu:not([style*="display: none"])) .dropdown-icon{transform:rotate(180deg)}.emr-preview-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.emr-preview-modal{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0003;max-width:90vw;max-height:90vh;width:100%;display:flex;flex-direction:column;overflow:hidden}.emr-preview-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e0e0e0}.emr-preview-modal-header h3{margin:0;color:#0e7490;font-size:1.25rem;font-weight:600}.emr-preview-close{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s,color .2s}.emr-preview-close:hover{background:#f0f0f0;color:#333}.emr-preview-modal-content{flex:1;overflow-y:auto;padding:1.5rem}.emr-preview-modal-content .table-container{overflow-x:auto}.emr-preview-modal-content .emr-table{font-size:.75rem}.emr-preview-modal-content .emr-table th,.emr-preview-modal-content .emr-table td{padding:.5rem .4rem;white-space:nowrap}.emr-preview-modal-content .emr-table th{font-size:.7rem;text-transform:none;letter-spacing:0;font-weight:600}.download-button,.stream-button{flex:1;padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s}.download-button{background:#0e7490;color:#fff}.download-button:hover{background:#0c5d75}.stream-button{background:#10b981;color:#fff}.stream-button:hover{background:#059669}@media (max-width: 1200px){.cohort-designer-grid{grid-template-columns:1fr}}@media (max-width: 768px){.cohort-designer-content{padding:1rem}.parameter-row-two-cols{flex-direction:column}.parameters-column,.summary-column{padding:1rem}.comorbidity-matrix{font-size:.7rem}.comorbidity-matrix th,.comorbidity-matrix td{padding:.4rem}}.account{height:100%;display:flex;flex-direction:column;background:#f5f5f5}.account-header{background:#fff;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0}.account-header h2{margin:0;color:#0e7490;font-size:1.25rem;font-weight:600}.account-content{flex:1;padding:2rem;overflow-y:auto;max-width:1200px;margin:0 auto;width:100%}.account-content.account-loading{display:flex;align-items:center;justify-content:center;min-height:400px}.account-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999}.account-details-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0;padding:2rem;margin-bottom:2rem}.account-email{font-size:1.5rem;font-weight:700;color:#0e7490;margin-bottom:1.5rem}.account-info-row{display:flex;align-items:center;margin-bottom:1rem;gap:1rem}.account-info-row:last-child{margin-bottom:0}.account-label{color:#666;font-size:.95rem;font-weight:500;min-width:120px}.account-value{color:#333;font-size:.95rem}.pricing-tiers{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.tier-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0;padding:2rem;position:relative;transition:transform .2s,box-shadow .2s}.tier-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.tier-card.premium-tier{border-color:#10b981;border-width:2px}.tier-title{margin:0 0 1.5rem;color:#0e7490;font-size:1.1rem;font-weight:600}.tier-features{display:flex;flex-direction:column;gap:1rem}.tier-feature{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.tier-feature:last-child{border-bottom:none;padding-bottom:0}.tier-feature.price-feature{margin-top:.5rem;padding-top:1rem;border-top:2px solid #e0e0e0;border-bottom:none;padding-bottom:0}.feature-label{color:#666;font-size:.9rem;font-weight:500}.feature-value{color:#333;font-size:.9rem;font-weight:600;display:flex;align-items:center}.price-value{color:#0e7490;font-size:1rem;font-weight:700}.icon-available{color:#10b981;font-size:1.25rem}.icon-unavailable{color:#ef4444;font-size:1.25rem}.switch-button{position:absolute;top:1.5rem;right:1.5rem;background:#10b981;color:#fff;border:none;border-radius:4px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.switch-button:hover{background:#059669}.switch-button:active{transform:scale(.98)}.switch-button:disabled{opacity:.6;cursor:not-allowed;background:#059669}.switch-button:disabled:hover{background:#059669}@media (max-width: 768px){.account-content{padding:1rem}.pricing-tiers{grid-template-columns:1fr;gap:1.5rem}.account-details-card,.tier-card{padding:1.5rem}.switch-button{position:relative;top:0;right:0;width:100%;margin-bottom:1rem}}.empty-page{height:100%;display:flex;flex-direction:column}.empty-page-header{background:#fff;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0}.empty-page-header h2{margin:0;color:#0e7490;font-size:1.25rem;font-weight:600}.empty-page-content{flex:1;padding:2rem;display:flex;align-items:center;justify-content:center}.empty-state{text-align:center;color:#666;font-size:1.1rem}.empty-state p{margin:0}.app{position:relative;min-height:100vh;z-index:1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f7ff;color:#1a1a1a;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
