@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";.home{width:100%}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.2;z-index:0;pointer-events:none}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-image:url(/assets/dashboard-hero.png.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.18;filter:blur(.5px)}@media (prefers-reduced-motion: reduce){.hero-video{display:none}}.hero-image{display:none}.hero-pattern{width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(79,140,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(79,140,255,.08) 0%,transparent 50%),linear-gradient(135deg,rgba(79,140,255,.05) 0%,transparent 100%);position:absolute;top:0;left:0;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:1;pointer-events:none}.hero-content{position:relative;z-index:2;text-align:center;padding:4rem 2rem;max-width:800px;margin:0 auto}.hero h1{font-size:3rem;font-weight:600;color:#e6eaf2;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.subtitle{font-size:1.25rem;color:#9aa4b2;margin-bottom:2.5rem;font-weight:400;line-height:1.6}.cta-button{display:inline-block;padding:.875rem 2rem;background:#4f8cff;color:#0b0f14;text-decoration:none;border-radius:6px;font-weight:600;font-size:1rem;transition:background .2s;letter-spacing:-.01em}.cta-button:hover{background:#3d7ae8;color:#0b0f14}.patient-form{display:flex;flex-direction:column;gap:1.5rem}.patient-form h2{font-size:1.25rem;font-weight:600;color:#e6eaf2;margin-bottom:.5rem;letter-spacing:-.01em}.patient-form h3{font-size:1rem;font-weight:600;color:#9aa4b2;margin-top:1.5rem;margin-bottom:.75rem;letter-spacing:-.01em}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:400;color:#9aa4b2;font-size:.875rem}.form-group input,.form-group select{padding:.75rem;background:#0b0f14;border:1px solid rgba(79,140,255,.2);border-radius:6px;font-size:.95rem;color:#e6eaf2;transition:border-color .2s;font-family:Inter,sans-serif}.form-group input:focus,.form-group select:focus{outline:none;border-color:#4f8cff;box-shadow:0 0 0 3px #4f8cff1a}.range-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#9aa4b2;margin-top:.25rem}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.875rem;color:#e6eaf2;font-weight:400}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#4F8CFF}.submit-button{padding:1rem 2rem;background:#4f8cff;color:#0b0f14;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:1rem;letter-spacing:-.01em}.submit-button:hover:not(:disabled){background:#3d7ae8}.submit-button:disabled{background:#141821;color:#9aa4b2;cursor:not-allowed}.risk-meter{background:#141821;padding:3rem;border-radius:8px;border:1px solid rgba(79,140,255,.1);text-align:center}.meter-container{display:flex;justify-content:center;margin-bottom:1.5rem}.meter-circle{position:relative;width:280px;height:280px}.meter-svg{width:100%;height:100%}.meter-progress{transition:stroke-dashoffset 1s cubic-bezier(.4,0,.2,1);animation:meterFill 1s ease-out}@keyframes meterFill{0%{stroke-dashoffset:565.48}}.meter-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.meter-percentage{display:block;font-size:4rem;font-weight:700;color:#e6eaf2;line-height:1;letter-spacing:-.03em}.meter-label{display:block;font-size:1.25rem;color:#9aa4b2;margin-top:.5rem;font-weight:400}.meter-category{display:block;font-size:.875rem;color:#9aa4b2;margin-top:.75rem;font-weight:600;letter-spacing:.05em}.risk-subtext{color:#9aa4b2;font-size:.875rem;margin-bottom:1.5rem;font-weight:400}.risk-categories{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.risk-category{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;color:#6b7280;transition:all .2s;font-weight:400}.risk-category.active{background:#4f8cff1a;color:#e6eaf2;font-weight:600}.risk-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.risk-dot.low{background:#10b981}.risk-dot.medium{background:#f59e0b}.risk-dot.high{background:#ef4444}.factors-list{background:#141821;padding:2rem;border-radius:8px;border:1px solid rgba(79,140,255,.1)}.factors-list h2{font-size:1.25rem;font-weight:600;color:#e6eaf2;margin-bottom:1.5rem;letter-spacing:-.01em}.factors-container{display:flex;flex-direction:column;gap:1.25rem}.factor-item{padding:1.25rem;background:#0b0f14;border-radius:6px;border:1px solid rgba(79,140,255,.1);animation:slideInLeft .5s ease-out both}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.factor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.factor-name{font-weight:600;color:#e6eaf2;font-size:.95rem}.factor-direction{font-size:.75rem;padding:.25rem .625rem;border-radius:4px;font-weight:600;letter-spacing:.02em}.factor-direction.increases{background:#ef444426;color:#ef4444}.factor-direction.decreases{background:#10b98126;color:#10b981}.factor-impact-bar{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.factor-bar{height:6px;border-radius:3px;transition:width .8s cubic-bezier(.4,0,.2,1);flex:1}.factor-bar.increases{background:#ef4444}.factor-bar.decreases{background:#10b981}.impact-value{font-size:.75rem;font-weight:600;color:#9aa4b2;min-width:55px;text-align:right;font-variant-numeric:tabular-nums}.factor-rationale{font-size:.875rem;color:#9aa4b2;line-height:1.5;margin:0 0 .5rem;font-weight:400}.factor-gemini-note{font-size:.75rem;color:#9aa4b2;margin:.5rem 0 0;font-style:italic}.view-more-button{padding:.75rem 1.5rem;background:transparent;color:#9aa4b2;border:1px solid rgba(79,140,255,.2);border-radius:6px;font-size:.875rem;font-weight:400;cursor:pointer;transition:all .2s;margin-top:.5rem}.view-more-button:hover{background:#4f8cff1a;color:#e6eaf2;border-color:#4f8cff4d}.demo{width:100%}.demo-actions{margin-bottom:2rem}.example-button{padding:.75rem 1.5rem;background:#141821;color:#e6eaf2;border:1px solid rgba(79,140,255,.2);border-radius:6px;font-size:.875rem;font-weight:400;cursor:pointer;transition:all .2s}.example-button:hover:not(:disabled){background:#4f8cff1a;border-color:#4f8cff4d}.example-button:disabled{background:#0b0f14;color:#9aa4b2;cursor:not-allowed;border-color:#4f8cff1a}.demo-content{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.demo-content{grid-template-columns:1fr 1.5fr}}.demo-form{background:#141821;padding:2rem;border-radius:8px;border:1px solid rgba(79,140,255,.1)}.demo-results{display:flex;flex-direction:column;gap:2rem}.error-message{background:#ef44441a;color:#ef4444;padding:1rem;border-radius:8px;border:1px solid rgba(239,68,68,.2);grid-column:1 / -1;font-size:.875rem}.explain-button{padding:1rem 2rem;background:#4f8cff;color:#0b0f14;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s;letter-spacing:-.01em}.explain-button:hover:not(:disabled){background:#3d7ae8}.explain-button:disabled{background:#141821;color:#9aa4b2;cursor:not-allowed}.explanation-section{background:#141821;padding:2rem;border-radius:8px;border:1px solid rgba(79,140,255,.1)}.explainability-visual{margin-bottom:2rem;text-align:center}.explainability-image{width:100%;max-width:600px;height:auto;border-radius:8px;margin-bottom:1rem;opacity:.9}.explainability-caption{color:#9aa4b2;font-size:.875rem;line-height:1.6;max-width:600px;margin:0 auto;font-weight:400}.explanation-section h3{font-size:1.125rem;font-weight:600;color:#e6eaf2;margin-top:1.5rem;margin-bottom:1rem;letter-spacing:-.01em}.explanation-section h3:first-child{margin-top:0}.narrative{color:#9aa4b2;line-height:1.7;margin-bottom:1.5rem;font-size:.95rem;font-weight:400}.actions-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.action-card{background:#0b0f14;padding:1.25rem;border-radius:6px;border:1px solid rgba(79,140,255,.1);display:flex;gap:1rem;align-items:flex-start}.action-verb{font-size:.875rem;font-weight:600;color:#4f8cff;text-transform:uppercase;letter-spacing:.05em;min-width:80px;flex-shrink:0}.action-text{color:#e6eaf2;font-size:.875rem;line-height:1.6;font-weight:400;flex:1}.gemini-attribution{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(79,140,255,.1);text-align:center}.gemini-attribution p{color:#9aa4b2;font-size:.75rem;margin:.25rem 0;font-weight:400}.about{max-width:800px;margin:0 auto}.about-section{background:#141821;padding:2rem;border-radius:8px;border:1px solid rgba(79,140,255,.1);margin-bottom:1.5rem}.about-section h2{font-size:1.125rem;font-weight:600;color:#e6eaf2;margin-bottom:1rem;letter-spacing:-.01em}.about-section ul{color:#9aa4b2;line-height:1.7;padding-left:1.5rem;font-size:.95rem;font-weight:400}.about-section li{margin-bottom:.5rem}.about-section code{background:#0b0f14;padding:.125rem .375rem;border-radius:4px;border:1px solid rgba(79,140,255,.2);color:#4f8cff;font-size:.875rem;font-family:Inter,monospace}.app{min-height:100vh;display:flex;flex-direction:column;background:#0b0f14}.navbar{background:#141821;border-bottom:1px solid rgba(79,140,255,.1);padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;cursor:pointer}.nav-logo-icon{width:30px;height:30px;-o-object-fit:contain;object-fit:contain;opacity:.85;transition:opacity .2s ease}.nav-logo:hover .nav-logo-icon{opacity:1}.nav-logo-text{font-size:1.25rem;font-weight:600;color:#e6eaf2;letter-spacing:-.02em}.nav-links{display:flex;gap:2rem}.nav-link{color:#9aa4b2;text-decoration:none;font-weight:400;font-size:.9rem;transition:color .2s}.nav-link:hover{color:#e6eaf2}.main-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}.app-footer{background:#0a0a0a;border-top:1px solid #2a2a2a;padding:2rem 0;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer-content p{color:#9aa4b2;font-size:.75rem;margin:.25rem 0;font-weight:400}.app-footer{background:#0b0f14;border-top:1px solid rgba(79,140,255,.1);padding:2rem 0;margin-top:4rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0b0f14;color:#e6eaf2;font-weight:400;line-height:1.6}code{font-family:Inter,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
