@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";:root{--font-sans: "Plus Jakarta Sans", sans-serif;--color-primary: #0891b2;--color-primary-hover: #0e7490;--color-secondary: #059669;--color-accent: #059669;--color-warning: #d97706;--color-danger: #dc2626;--color-on-primary: #ffffff;--gradient-brand: linear-gradient(135deg, #0891b2 0%, #059669 100%);--gradient-soft: linear-gradient(135deg, rgba(8, 145, 178, .1), rgba(5, 150, 105, .1));--surface-page: #f6fbfc;--surface-card: #ffffff;--surface-raised: #f0f8f9;--surface-muted: #eff7f8;--surface-soft: #f4faf9;--text-primary: #12333a;--text-secondary: #3d6870;--text-muted: #66868d;--text-light: #8aa3a8;--border-subtle: #d6e7ea;--border-strong: #9ec6cc;--radius-sm: 8px;--radius-md: 12px;--radius-card: 16px;--radius-pill: 999px;--shadow-card: 0 18px 42px rgba(8, 51, 68, .09);--shadow-soft: 0 10px 28px rgba(8, 51, 68, .07);--shadow-subtle: 0 2px 10px rgba(8, 51, 68, .05);--primary: var(--color-primary);--primary-hover: var(--color-primary-hover);--primary-light: #e6f7fb;--secondary: var(--color-secondary);--accent: var(--color-accent);--danger: var(--color-danger);--text-main: var(--text-primary);--text-sub: var(--text-secondary);--bg-page: var(--surface-page);--bg-subtle: var(--surface-muted);--border-light: var(--border-subtle);--radius-lg: var(--radius-card);--shadow-sm: 0 1px 3px rgba(8, 51, 68, .08);--shadow-md: 0 6px 16px rgba(8, 51, 68, .07);--shadow-lg: 0 14px 30px rgba(8, 51, 68, .09);--shadow-xl: var(--shadow-card)}body{margin:0;font-family:var(--font-sans);background:var(--surface-page);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}.app-layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:0 24px 80px;box-sizing:border-box;z-index:10}.common-section-header{text-align:center;margin-bottom:60px;display:flex;flex-direction:column;align-items:center;max-width:800px;margin-left:auto;margin-right:auto}.common-section-title{font-family:var(--font-sans);font-size:2.25rem;font-weight:800;color:var(--text-main);margin:0 0 16px;letter-spacing:-.015em;line-height:1.2}.common-section-divider{width:60px;height:3px;background-color:var(--primary);border-radius:var(--radius-pill);margin-bottom:20px}.common-section-subtitle{font-size:1.1rem;color:var(--text-sub);line-height:1.6;font-weight:400;max-width:600px}.section-container{margin-bottom:100px}.home-page-shell,.home-page-content{position:relative}.home-page-shell--locked .home-page-content{filter:blur(2px);opacity:.48;pointer-events:none;-webkit-user-select:none;user-select:none}.home-lock-overlay{position:absolute;inset:0;z-index:120;display:flex;align-items:flex-start;justify-content:center;padding:clamp(96px,12vw,150px) 20px 48px;background:#f6fbfc94}.auth-required-message--overlay{min-height:0;padding:0;width:min(100%,560px)}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px}.stat-card{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:40px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.stat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft);border-color:var(--border-strong)}.stat-icon-wrapper{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:transform .3s ease}.stat-card:hover .stat-icon-wrapper{transform:scale(1.1) rotate(5deg)}.stat-number{font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:12px;letter-spacing:-.02em;color:var(--text-main)}.stat-label{font-size:1.1rem;font-weight:700;color:var(--text-main);margin-bottom:8px}.stat-desc{font-size:.95rem;color:var(--text-sub);line-height:1.5}.steps-wrapper{position:relative}.steps-connector-line{position:absolute;top:16px;left:12%;right:12%;height:2px;background-image:linear-gradient(to right,#cbd5e1 50%,transparent 50%);background-size:16px 1px;background-repeat:repeat-x;z-index:0}.steps-container{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative;z-index:1}.step-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 12px;position:relative}.step-badge{width:32px;height:32px;background:var(--secondary);color:#fff;border-radius:50%;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 0 0 10px #fff;z-index:2;position:relative}.step-icon{width:80px;height:80px;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--primary);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);margin-bottom:24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.step-card:hover .step-icon{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--primary);color:var(--primary-hover)}.step-title{font-size:1.1rem;font-weight:700;color:var(--text-main);margin-bottom:8px}.step-desc{font-size:.95rem;color:var(--text-sub);line-height:1.5}@media(max-width:1024px){.steps-container{grid-template-columns:repeat(2,1fr);gap:48px 24px}.steps-connector-line{display:none}.step-badge{margin-bottom:12px;box-shadow:none}}@media(max-width:640px){.common-section-title{font-size:1.75rem}.common-section-subtitle{font-size:1rem}.overview-grid{grid-template-columns:1fr}.steps-container{grid-template-columns:1fr;gap:40px}.step-card{flex-direction:row;text-align:left;align-items:flex-start;gap:20px;padding:0}.step-badge{display:none}.step-icon{width:64px;height:64px;margin-bottom:0;flex-shrink:0}.step-title{margin-top:4px}}.auth-required-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px}.message-card{background:#fff;border-radius:20px;padding:48px;box-shadow:var(--shadow-card);border:1px solid var(--border-subtle);max-width:520px;width:100%;text-align:center;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.message-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--gradient-brand)}.auth-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:var(--radius-card);margin-bottom:24px;box-shadow:var(--shadow-subtle);transition:all .3s ease}.auth-icon-wrapper:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.auth-icon{color:var(--color-primary)}.auth-content h2{font-size:2rem;font-weight:800;color:var(--text-primary);margin:0 0 16px;letter-spacing:-.02em}.auth-content p{font-size:1.1rem;color:var(--text-secondary);margin:0 0 32px;line-height:1.6}.auth-features{display:flex;flex-direction:column;gap:16px;margin-bottom:32px;text-align:left}.feature-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--surface-soft);border-radius:var(--radius-md);border:1px solid var(--border-subtle);transition:all .2s ease}.feature-item:hover{background:#fff;border-color:var(--border-strong);transform:translate(2px)}.feature-icon{font-size:1.2rem;flex-shrink:0}.feature-item span:last-child{font-size:.9rem;color:var(--text-secondary);font-weight:500}.auth-prompt-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px 24px;background:var(--color-primary);color:var(--color-on-primary);border:none;border-radius:var(--radius-pill);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.auth-prompt-button:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-soft)}.auth-prompt-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.button-arrow{transition:transform .2s ease}.auth-prompt-button:hover:not(:disabled) .button-arrow{transform:translate(2px)}@media(max-width:768px){.auth-required-message{min-height:50vh;padding:20px 16px}.message-card{padding:32px 24px;border-radius:16px}.auth-icon-wrapper{width:64px;height:64px;margin-bottom:20px}.auth-content h2{font-size:1.5rem}.auth-content p{font-size:1rem;margin-bottom:24px}.auth-features{gap:12px;margin-bottom:24px}.feature-item{padding:10px 14px}.auth-prompt-button{padding:14px 20px;font-size:.9rem}}.auth-modal-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-modal{background:#fff;border-radius:16px;padding:40px;max-width:440px;width:90%;max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 20px 60px #0000001f;border:1px solid #e2e8f0;animation:slideUp .4s cubic-bezier(.4,0,.2,1);position:relative}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.close-button{position:absolute;top:20px;right:20px;background:transparent;border:1px solid #e2e8f0;font-size:1.2rem;cursor:pointer;color:#64748b;transition:all .2s cubic-bezier(.4,0,.2,1);padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px}.close-button:hover{color:#0f172a;background-color:#f1f5f9;transform:scale(1.05)}.auth-header{margin-bottom:40px;text-align:center}.auth-header h2{font-size:2rem;font-weight:800;color:#0f172a;margin:0 0 12px;letter-spacing:-.02em}.auth-subtitle{font-size:1rem;color:#64748b;margin:0;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.9rem;font-weight:600;color:#0f172a;margin-bottom:8px}.form-group input,.form-group select{padding:14px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;font-family:var(--font-sans);transition:all .2s cubic-bezier(.4,0,.2,1);background:#f8fafc}.form-group select{color:#0f172a}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.form-group input:disabled,.form-group select:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.form-group input::placeholder{color:#94a3b8}.auth-profile-fields{display:flex;flex-direction:column;gap:20px;padding-top:4px}.info-message{background:#eff6ff;color:#1d4ed8;padding:14px 16px;border:1px solid #bfdbfe;border-radius:10px;font-size:.9rem;line-height:1.45}.verification-actions{display:flex;justify-content:space-between;gap:12px}.secondary-action{flex:1;border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:10px;padding:10px 12px;font:inherit;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.secondary-action:hover:not(:disabled){border-color:#3b82f6;color:#2563eb;background:#f8fafc}.secondary-action:disabled{cursor:not-allowed;opacity:.55}.error-message{background:#fef2f2;color:#dc2626;padding:14px 16px;border-radius:10px;font-size:.9rem;border-left:4px solid #dc2626;border:1px solid #fecaca;display:flex;flex-direction:column;gap:10px;line-height:1.45}.error-action{align-self:center;border:1px solid #fecaca;background:#fff;color:#b91c1c;border-radius:8px;padding:7px 10px;font:inherit;font-size:.85rem;font-weight:700;cursor:pointer}.error-action:hover:not(:disabled){background:#fff7f7;border-color:#fca5a5}.error-action:disabled{cursor:not-allowed;opacity:.6}.submit-button{padding:14px 20px;background:#3b82f6;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);margin-top:12px;letter-spacing:.01em}.submit-button:hover:not(:disabled){background:#2563eb;box-shadow:0 8px 25px #3b82f640;transform:translateY(-2px)}.submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.auth-footer{text-align:center;border-top:1px solid #e2e8f0;padding-top:24px}.auth-footer p{margin:0;font-size:.9rem;color:#64748b;line-height:1.5}.toggle-link{background:none;border:none;color:#3b82f6;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);padding:0;font-size:inherit;position:relative}.toggle-link:hover:not(:disabled){color:#2563eb;text-decoration:underline}.toggle-link:disabled{cursor:not-allowed;opacity:.5}@media(max-width:480px){.auth-modal{padding:32px 24px;max-width:95%;margin:20px}.auth-header h2{font-size:1.75rem}.auth-form{gap:16px}.form-group input,.form-group select{padding:12px 14px;font-size:.9rem}.submit-button{padding:12px 16px}}:root{--header-height: 80px;--primary-color: var(--color-primary);--text-main: var(--text-primary);--text-secondary: var(--text-muted);--bg-glass: rgba(255, 255, 255, .94)}.app-header{position:sticky;top:0;z-index:9999;width:100%;height:var(--header-height);background-color:var(--bg-glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(214,231,234,.86)}.header-inner{max-width:1440px;margin:0 auto;height:100%;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.logo-wrapper{display:flex;align-items:center;gap:12px;text-decoration:none;cursor:pointer}.logo-img{width:44px;height:44px;object-fit:contain;border-radius:12px}.logo-text{font-family:var(--font-sans);font-size:1.75rem;font-weight:800;color:var(--text-primary)!important;letter-spacing:-.015em}.main-nav{position:absolute;left:50%;transform:translate(-50%)}.nav-items{display:flex;align-items:center;gap:32px;list-style:none;margin:0;padding:0}.nav-item{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--text-secondary);font-weight:600;font-size:1rem;transition:color .18s ease,background-color .18s ease;padding:8px 16px;border-radius:var(--radius-pill)}.nav-item:hover{color:var(--primary-color);background-color:#0891b214}.nav-item.active{color:var(--primary-color);background-color:#0891b21f}.header-actions{display:flex;align-items:center}.user-menu-wrapper{position:relative}.user-profile-btn{display:flex;align-items:center;gap:12px;background:transparent;border:1px solid transparent;padding:4px 12px 4px 4px;border-radius:var(--radius-pill);cursor:pointer;transition:background-color .18s ease,border-color .18s ease}.user-profile-btn:hover{background-color:var(--surface-muted);border-color:var(--border-subtle)}.avatar-circle{width:36px;height:36px;border-radius:50%;background:var(--gradient-brand);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:1rem}.user-identifier{font-size:.95rem;font-weight:600;color:var(--text-primary);white-space:nowrap;display:inline-block}.dropdown-menu{position:absolute;top:calc(100% + 12px);right:0;width:240px;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);padding:8px;z-index:10000}.dropdown-info{padding:12px 16px;background-color:var(--surface-muted);border-radius:var(--radius-md);margin-bottom:8px}.info-email{font-weight:600;color:var(--text-primary);word-break:break-all}.dropdown-action{width:100%;display:flex;align-items:center;gap:10px;padding:10px 16px;border:none;background:transparent;cursor:pointer;font-size:.9rem;color:var(--text-secondary);border-radius:var(--radius-md)}.dropdown-action:hover{background-color:var(--surface-muted)}.dropdown-action.danger{color:var(--color-danger)}.dropdown-action.danger:hover{background-color:#fef2f2}.btn-primary{background-color:var(--color-primary);color:#fff;border:none;padding:8px 24px;border-radius:var(--radius-pill);font-weight:600;font-size:.95rem;cursor:pointer;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease;box-shadow:var(--shadow-subtle);display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover{background-color:var(--color-primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-soft)}.btn-primary:active{transform:translateY(0);box-shadow:var(--shadow-sm)}@media(max-width:1024px){.main-nav{position:static;transform:none;margin-left:20px}}@media(max-width:768px){.main-nav,.user-identifier,.chevron{display:none}.user-profile-btn{padding:0}}.site-footer{background:linear-gradient(180deg,var(--surface-card) 0%,var(--surface-soft) 100%);border-top:1px solid var(--border-subtle);color:var(--text-secondary);font-family:var(--font-sans);font-size:.82rem;margin-top:auto}.footer-content{align-items:center;display:grid;gap:28px;grid-template-columns:minmax(180px,.75fr) minmax(420px,1.45fr) minmax(220px,.7fr);margin:0 auto;max-width:1180px;padding:18px 24px 14px}.footer-column{display:flex;flex-direction:column;min-width:0}.brand-column{align-items:center}.info-column{align-items:flex-end;text-align:right}.footer-affiliation{align-items:center;color:var(--text-primary);display:grid;font-size:.96rem;font-weight:600;gap:3px;grid-template-columns:1fr;justify-items:center;line-height:1.35;text-align:center}.affiliation-group{font-weight:700}.footer-column h4{color:var(--text-primary);font-size:.74rem;font-weight:800;letter-spacing:.08em;margin:0 0 6px;text-transform:uppercase}.footer-logo{align-items:center;display:flex;gap:9px;margin-bottom:6px}.footer-logo img{background:#fff;border:1px solid var(--border-subtle);border-radius:8px;height:30px;padding:2px;width:30px}.footer-logo .logo-text{color:var(--text-primary);font-size:1.18rem;font-weight:800;letter-spacing:0}.version-tag{background:var(--surface-raised);border:1px solid var(--border-subtle);border-radius:var(--radius-pill);color:var(--text-muted);font-size:.68rem;font-weight:700;padding:2px 9px}.footer-list{display:flex;flex-direction:column;gap:3px;list-style:none;margin:0;padding:0}.info-list li{line-height:1.35}.info-list .highlight{color:var(--text-primary);display:block;font-weight:700}.footer-bottom{background:#ffffff73;border-top:1px solid var(--border-subtle);padding:8px 24px;text-align:center}.footer-bottom p{color:var(--text-muted);font-size:.72rem;margin:0}@media(max-width:720px){.footer-content{gap:16px;grid-template-columns:1fr;padding:18px 20px 14px;text-align:center}.brand-column,.footer-affiliation,.info-column{align-items:center;text-align:center}.footer-affiliation{gap:6px;grid-template-columns:1fr}}.topk-container{position:relative;display:flex;align-items:center;gap:16px;width:100%;min-height:40px;margin:0;padding:0;border:0;background:transparent;box-shadow:none}.topk-header{display:flex;flex:0 0 154px;min-width:154px}.topk-label-group{display:flex;align-items:center}.topk-label{color:#334155;font-size:.82rem;font-weight:800;letter-spacing:0;line-height:1.2;white-space:nowrap}.slider-wrapper{position:relative;display:flex;flex-direction:column;flex:1;gap:4px;min-width:0;padding:18px 2px 0}.topk-value-tooltip{position:absolute;top:0;left:0;z-index:2;min-width:34px;padding:4px 8px;transform:translate(-50%);border-radius:999px;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));box-shadow:0 8px 16px #0596692e;color:#fff;font-size:.74rem;font-weight:900;line-height:1;text-align:center;font-variant-numeric:tabular-nums;pointer-events:none}.topk-value-tooltip:after{content:"";position:absolute;left:50%;bottom:-4px;width:8px;height:8px;transform:translate(-50%) rotate(45deg);border-radius:2px;background:var(--color-secondary)}.modern-range{width:100%;height:6px;border-radius:var(--radius-pill);background-color:#edf3f4;background-image:linear-gradient(90deg,var(--color-primary),var(--color-secondary));background-repeat:no-repeat;cursor:pointer;outline:none;appearance:none}.modern-range:focus-visible{box-shadow:0 0 0 4px #0891b22e}.modern-range::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;border:2px solid #ffffff;background:var(--color-primary);box-shadow:0 4px 12px #0891b238,0 0 0 1px var(--color-primary-hover);transition:background .18s ease}.modern-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;border:2px solid #ffffff;background:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary-hover);transition:background .18s ease}.modern-range:hover::-webkit-slider-thumb{background:var(--color-primary-hover)}.modern-range:hover::-moz-range-thumb{background:var(--color-primary-hover)}.modern-range:disabled{cursor:not-allowed;opacity:.55}.modern-range:disabled::-webkit-slider-thumb{background:var(--text-light)}.modern-range:disabled::-moz-range-thumb{background:var(--text-light)}.slider-scale{display:flex;justify-content:space-between;color:var(--text-muted);font-size:.68rem;font-weight:700;letter-spacing:.06em;line-height:1}@media(max-width:760px){.topk-container{align-items:stretch;flex-direction:column;gap:8px}.topk-header{flex:0 0 auto;min-width:0}}.disease-selector{position:relative;width:100%}.examples-section{width:100%;margin-top:0}.examples-heading{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:18px}.examples-label{color:var(--color-primary);font-size:.78rem;font-weight:850;letter-spacing:.16em}.examples-heading p{margin:0;color:var(--text-muted);font-size:.95rem;line-height:1.5}.examples-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:100%}.example-button{position:relative;display:grid;grid-template-columns:auto 1fr;gap:16px;min-height:176px;padding:24px;overflow:hidden;text-align:left;font-family:var(--font-sans);border:1px solid var(--border-subtle);border-radius:var(--radius-card);background:#fff;color:var(--text-primary);box-shadow:var(--shadow-subtle);cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.example-button:before{content:"";position:absolute;top:20px;right:20px;width:9px;height:9px;border-radius:50%;background:var(--color-secondary);pointer-events:none}.example-button:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-soft);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.example-button:focus-visible{outline:3px solid rgba(8,145,178,.22);outline-offset:3px}.example-button:active:not(:disabled){transform:translateY(0)}.example-button:disabled{cursor:not-allowed;opacity:.62}.example-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-muted);color:var(--color-primary);z-index:1}.example-copy{display:flex;flex-direction:column;gap:8px;min-width:0;z-index:1}.example-acronym{color:var(--color-secondary);font-size:.85rem;font-weight:900;letter-spacing:.12em}.example-name{color:var(--text-primary);font-size:1.08rem;font-weight:800;line-height:1.25}.scientific-name{font-style:italic}.example-desc{color:var(--text-muted);font-size:.92rem;font-weight:400;line-height:1.5}.manual-search-panel{position:relative;width:min(100%,680px);margin:28px auto 0}.manual-search-settings{width:100%;margin-top:12px;padding:0 10px}.manual-search-toggle{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;width:100%;padding:11px 16px;border:1px solid var(--border-subtle);border-radius:var(--radius-pill);background:#fff;color:var(--text-secondary);font-family:var(--font-sans);font-size:.92rem;font-weight:750;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease}.manual-search-toggle:hover{color:var(--color-primary);border-color:var(--border-strong);background:var(--surface-soft)}.manual-search-toggle:disabled{cursor:not-allowed;opacity:.58}.manual-search-toggle:focus-visible{outline:3px solid rgba(8,145,178,.22);outline-offset:3px}.manual-search-chevron{transition:transform .18s ease}.manual-search-panel.open .manual-search-chevron{transform:rotate(180deg)}.manual-search-body{position:relative;margin-top:10px;padding:12px;border:1px solid var(--border-subtle);border-radius:var(--radius-card);background:#fff;box-shadow:var(--shadow-soft)}.search-form{display:flex;gap:10px;padding:6px;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background-color:#fff;transition:border-color .18s ease}.search-form:focus-within{border-color:var(--color-primary)}.search-input{flex:1;min-width:0;padding:12px 14px;border:none;border-radius:var(--radius-sm);font-size:1rem;outline:none;color:var(--text-primary);background:transparent}.search-input::placeholder{color:var(--text-light)}.search-button{min-height:44px;padding:10px 22px;border:none;border-radius:var(--radius-pill);background:var(--color-primary);color:#fff;font-family:var(--font-sans);font-size:.95rem;font-weight:800;cursor:pointer;transition:background .18s ease,opacity .18s ease}.search-button:hover:not(:disabled){background:var(--color-primary-hover)}.search-button:disabled{cursor:not-allowed;opacity:.5}.disease-list{position:absolute;top:calc(100% + 8px);left:12px;right:12px;max-height:300px;margin:0;padding:8px;overflow-y:auto;z-index:100;list-style:none;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-soft)}.disease-item{padding:11px 14px;border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.95rem;cursor:pointer;transition:background .14s ease,color .14s ease}.disease-item:hover,.disease-item.selected{background:var(--surface-muted);color:var(--color-primary)}@media(max-width:760px){.examples-list{grid-template-columns:1fr}.example-button{min-height:168px;padding:20px}.search-form{flex-direction:column}.search-button{width:100%}}.drug-card{width:100%;text-align:left;background-color:#fff;border:1px solid var(--border-subtle);border-radius:12px;padding:12px 16px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;color:var(--text-primary);font:inherit}.drug-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft);border-color:var(--border-strong)}.drug-card:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}.drug-card.selected{background:var(--gradient-soft);border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary) inset,var(--shadow-soft)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.drug-name{font-size:1rem;font-weight:700;color:var(--text-primary)}.drug-card-title-row{display:flex;align-items:center;min-width:0;gap:10px}.top-hit-icon{display:inline-flex;color:var(--color-warning);animation:fadeIn .5s ease}.quality-review-pill{display:inline-flex;align-items:center;gap:4px;min-height:22px;padding:3px 7px;border-radius:999px;border:1px solid #ddd6fe;background:#f5f3ff;color:#6d28d9;font-size:.7rem;font-weight:800}.drug-card.selected .card-header>svg{color:var(--color-primary)}.drug-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:-2px 0 10px 34px;color:var(--text-muted);font-size:.76rem;font-family:var(--font-sans)}.rank{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;font-size:.85rem;font-weight:700;color:#64748b;background-color:#f1f5f9}.rank.rank-1{background-color:#fffbeb;color:#d97706;border:1px solid #fcd34d}.rank.rank-2{background-color:#f8fafc;color:#475569;border:1px solid #cbd5e1}.rank.rank-3{background-color:#fff7ed;color:#ea580c;border:1px solid #ffedd5}.card-body{display:flex;flex-direction:column;gap:4px}.drug-card .score-row{display:flex;justify-content:space-between;align-items:center;padding:4px 8px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.drug-card .score-label{font-size:.68rem;color:#64748b;letter-spacing:.05em}.drug-card .score-value{font-family:var(--font-sans);font-weight:700;color:#0f172a;font-size:.84rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.ranked-list-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d,0 1px 3px #00000005;border:1px solid rgba(226,232,240,.8);display:flex;flex-direction:column;height:100%;min-height:550px;overflow:hidden;position:relative}.ranked-list-header{background:linear-gradient(to bottom,#fff,#f8fafc);padding:16px 20px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;z-index:10}.title-wrapper{display:flex;align-items:center;gap:10px;cursor:help}.title-icon{display:inline-flex;color:var(--color-warning)}.candidates-title{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.info-icon-wrapper svg{width:16px;height:16px;color:#94a3b8;transition:all .2s ease}.title-wrapper:hover .info-icon-wrapper svg{color:#3b82f6;transform:scale(1.1)}.count-badge{font-size:.75rem;font-weight:600;color:#64748b;background:#f1f5f9;padding:4px 8px;border-radius:20px}.ranked-list-scroll-area{flex:1;overflow-y:auto;padding:12px;background-color:#fcfcfc}.list-content{display:flex;flex-direction:column;gap:12px}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px;border:2px solid transparent;background-clip:content-box}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.tooltip-popup{position:fixed;z-index:1000;background:linear-gradient(135deg,#2d3748,#1a202c);color:#fffffff2;padding:0;border-radius:8px;box-shadow:0 10px 25px -5px #0000004d;transform:translate(-50%) translateY(-100%);animation:tooltipFadeIn .2s cubic-bezier(.16,1,.3,1);min-width:200px;pointer-events:none;border:1px solid rgba(255,255,255,.1)}.tooltip-arrow{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #1a202c}.tooltip-content{padding:12px 14px}.tooltip-text{margin:0;font-size:.85rem;line-height:1.4;font-weight:400}.candidate-explanation-panel{display:flex;flex-direction:column;gap:14px}.candidate-explanation-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px;border:1px solid var(--rp-border);border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:var(--rp-card-shadow)}.candidate-explanation-eyebrow{margin:0 0 4px;color:var(--color-accent);font-size:.76rem;font-weight:850}.candidate-explanation-toolbar h3{margin:0;color:var(--rp-text-main);font-size:1.2rem;line-height:1.35}.candidate-explanation-refresh-button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:var(--rp-primary);padding:7px 12px;font-size:.78rem;font-weight:850;cursor:pointer;white-space:nowrap}.candidate-explanation-refresh-button:hover:not(:disabled){background:var(--rp-primary);color:#fff}.candidate-explanation-refresh-button:disabled{cursor:not-allowed;opacity:.62}.candidate-explanation-caveat,.candidate-explanation-loading-state,.candidate-explanation-error-state,.candidate-explanation-empty-state{display:flex;align-items:flex-start;gap:10px;border-radius:12px;padding:12px 14px;line-height:1.45}.candidate-explanation-caveat{border:1px solid #c7d2fe;background:#eef2ff;color:#4338ca;font-size:.86rem;font-weight:750}.candidate-explanation-loading-state,.candidate-explanation-empty-state{justify-content:center;border:1px dashed #cbd5e1;background:#fff;color:var(--rp-text-muted);font-weight:800}.candidate-explanation-error-state{border:1px solid #fecaca;background:#fff1f2;color:#be123c}.candidate-explanation-error-state strong{color:#881337}.candidate-explanation-error-state p,.candidate-explanation-empty-state p{margin:3px 0 0}.candidate-explanation-status-row,.candidate-explanation-source-row,.candidate-explanation-step-meta,.candidate-explanation-chain-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.candidate-explanation-mode-pill,.candidate-explanation-refresh-pill,.candidate-explanation-source-pill,.candidate-explanation-source-row em,.candidate-explanation-step-meta span,.candidate-explanation-chain-meta span{display:inline-flex;align-items:center;gap:5px;border-radius:999px;border:1px solid #d7dde7;background:#fff;color:#475569;padding:4px 8px;font-size:.72rem;font-style:normal;font-weight:800;line-height:1.2}.candidate-explanation-mode-pill.mechanism_chain{border-color:#bbf7d0;background:#f0fdf4;color:#047857}.candidate-explanation-mode-pill.supporting_evidence{border-color:#fde68a;background:#fffbeb;color:#92400e}.candidate-explanation-refresh-pill.refreshed{border-color:#bfdbfe;background:#eff6ff;color:var(--rp-primary)}.candidate-explanation-refresh-pill.failed{border-color:#fecaca;background:#fff1f2;color:#be123c}.candidate-explanation-chain-list,.candidate-explanation-support-grid{display:grid;gap:13px}.candidate-explanation-chain-card,.candidate-explanation-support-card{min-width:0;border:1px solid var(--rp-border);border-radius:14px;background:#fff;box-shadow:var(--rp-card-shadow)}.candidate-explanation-chain-card{padding:16px}.candidate-explanation-chain-header{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:flex-start}.candidate-explanation-chain-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;color:var(--rp-primary);background:#eff6ff;border:1px solid #dbeafe}.candidate-explanation-chain-header h4{margin:7px 0 0;color:var(--rp-text-main);font-size:1rem;line-height:1.4}.candidate-explanation-steps{display:grid;gap:10px;margin-top:14px}.candidate-explanation-step{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:flex-start;padding:11px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.candidate-explanation-step-index{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--rp-primary);color:#fff;font-size:.72rem;font-weight:900}.candidate-explanation-step-kind,.candidate-explanation-support-type{display:block;color:var(--rp-text-muted);font-size:.7rem;font-weight:850;text-transform:uppercase}.candidate-explanation-step strong,.candidate-explanation-support-card strong{display:block;margin-top:4px;color:var(--rp-text-main);line-height:1.4;overflow-wrap:anywhere}.candidate-explanation-step-meta{margin-top:7px}.candidate-explanation-source-row{margin-top:13px;padding-top:12px;border-top:1px solid #e2e8f0}.candidate-explanation-source-row>span{color:var(--rp-text-muted);font-size:.74rem;font-weight:850}.candidate-explanation-source-row strong{color:var(--rp-text-main);font-family:var(--font-sans);font-size:.8rem}.candidate-explanation-support-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.candidate-explanation-support-card{padding:14px}.candidate-explanation-support-card p{margin:8px 0 0;color:var(--text-secondary);font-size:.86rem;line-height:1.55;overflow-wrap:anywhere}.candidate-explanation-spin{animation:candidate-explanation-spin .9s linear infinite}.candidate-evidence-report{color:var(--rp-text-main)}.candidate-figure-panel{display:grid;gap:14px;padding:16px;border:1px solid #cfe0eb;border-radius:14px;background:linear-gradient(180deg,#f8fbfdf5,#fffffffa),#fff;box-shadow:0 16px 34px #3751681f}.candidate-figure-header{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:center}.candidate-figure-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid #dbeafe;background:#eff6ff;color:var(--rp-primary)}.candidate-figure-header p,.candidate-figure-detail span,.candidate-figure-target-grid article span{margin:0 0 3px;color:var(--rp-text-muted);font-size:.7rem;font-weight:850;letter-spacing:0;text-transform:uppercase}.candidate-figure-header h4{margin:0;color:#102a3a;font-size:.98rem;line-height:1.42}.candidate-figure-meta-strip{display:flex;flex-wrap:wrap;gap:7px}.candidate-figure-meta-strip span,.candidate-figure-detail-pills span{display:inline-flex;align-items:center;border:1px solid #d8e3ec;border-radius:999px;background:#fff;color:#415569;padding:4px 9px;font-size:.72rem;font-weight:820}.candidate-figure-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.candidate-figure-subpanel{min-width:0;display:grid;gap:9px;padding:12px;border:1px solid #d8e3ec;border-radius:12px;background:#fbfdff}.candidate-figure-subpanel-title{display:flex;align-items:center;gap:8px;min-height:24px}.candidate-figure-subpanel-title>span{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#0f88b8;color:#fff;font-size:.78rem;font-weight:900}.candidate-figure-subpanel-title strong{color:#102a3a;font-size:.86rem;line-height:1.25}.candidate-figure-svg{width:100%;min-height:230px;display:block;border-radius:10px;background:linear-gradient(#edf4f8 1px,transparent 1px),linear-gradient(90deg,#edf4f8 1px,transparent 1px),#fff;background-size:34px 34px}.candidate-figure-edges line{stroke:#9ba8b5;stroke-linecap:round;opacity:.62;cursor:pointer;transition:opacity .16s ease,stroke .16s ease,stroke-width .16s ease}.candidate-figure-term-edges line{stroke:#a7b5c2;stroke-width:1.5}.candidate-figure-edges line.is-focused,.candidate-figure-term-edges line.is-focused{stroke:#0f88b8;opacity:.95}.candidate-figure-nodes g,.candidate-figure-svg rect,.candidate-figure-svg circle{cursor:pointer;transition:filter .16s ease,transform .16s ease}.candidate-figure-nodes g.is-focused,.candidate-figure-svg g:hover{filter:drop-shadow(0 7px 12px rgba(15,23,42,.18))}.candidate-figure-svg text{fill:#203647;font-size:10px;font-weight:850;pointer-events:none}.candidate-figure-dotplot{width:100%;height:260px;border-radius:10px;background:#fff}.candidate-figure-string-legend{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;color:#536577;font-size:.7rem;font-weight:800}.candidate-figure-string-legend span{display:inline-flex;align-items:center;gap:5px}.candidate-figure-string-legend i{display:inline-block;height:2px;border-radius:999px;background:#708393}.candidate-figure-detail{display:grid;gap:10px;padding:12px 13px;border:1px solid #cfe0eb;border-radius:12px;background:#fff}.candidate-figure-detail strong,.candidate-figure-target-grid article strong{display:block;color:#102a3a;line-height:1.35}.candidate-figure-detail p{margin:4px 0 0;color:#64748b;font-size:.8rem;font-weight:750}.candidate-figure-detail-pills{display:flex;flex-wrap:wrap;gap:7px}.candidate-evidence-canvas-panel{gap:16px}.candidate-evidence-workspace{display:grid;grid-template-columns:1fr;gap:14px;align-items:start}.candidate-evidence-canvas,.candidate-evidence-inspector,.candidate-enrichment-explorer,.candidate-evidence-relation-table{min-width:0;border:1px solid #d8e3ec;border-radius:13px;background:#fbfdff}.candidate-evidence-canvas{display:grid;gap:12px;padding:13px}.candidate-evidence-canvas-header,.candidate-evidence-table-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.candidate-evidence-canvas-header p,.candidate-evidence-table-heading p,.candidate-evidence-inspector-heading span{margin:0 0 3px;color:var(--rp-text-muted);font-size:.7rem;font-weight:850;letter-spacing:0;text-transform:uppercase}.candidate-evidence-canvas-header h5,.candidate-evidence-table-heading h5,.candidate-evidence-inspector-heading h5{margin:0;color:#102a3a;font-size:.95rem;line-height:1.35}.candidate-evidence-segmented-control{display:inline-flex;gap:4px;padding:4px;border:1px solid #d8e3ec;border-radius:999px;background:#fff}.candidate-evidence-segmented-control.wrap{flex-wrap:wrap;border-radius:14px}.candidate-evidence-segmented-control button{min-height:44px;border:0;border-radius:999px;background:transparent;color:#475569;cursor:pointer;font-size:.76rem;font-weight:850;padding:0 12px;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.candidate-evidence-segmented-control button.selected,.candidate-evidence-segmented-control button[aria-pressed=true]{background:#2563eb;color:#fff;box-shadow:0 8px 18px #2563eb38}.candidate-evidence-segmented-control button:focus-visible,.candidate-enrichment-toggle:focus-visible,.candidate-explanation-refresh-button:focus-visible{outline:3px solid rgba(37,99,235,.34);outline-offset:3px}.candidate-evidence-canvas-frame{position:relative;min-height:500px;border:1px solid #dcebd7;border-radius:12px;background:#f8faf4;overflow:hidden}.candidate-evidence-canvas-svg{width:100%;min-height:500px;display:block;background:#f8faf4}.candidate-evidence-canvas-edges line{stroke:#7c8a76;stroke-linecap:round;opacity:.58;cursor:default;transition:opacity .18s ease,stroke .18s ease,stroke-width .18s ease}.candidate-evidence-canvas-edges line.candidate-evidence-query-link{stroke:#d45b97;stroke-dasharray:8 7;opacity:.78;pointer-events:none}.candidate-evidence-canvas-edges line.is-focused,.candidate-evidence-canvas-edges line.is-selected{stroke:#506f61;opacity:.95}.candidate-evidence-canvas-nodes g{cursor:pointer;transition:filter .18s ease}.candidate-evidence-canvas-nodes g.is-focused,.candidate-evidence-canvas-nodes g.is-selected,.candidate-evidence-canvas-nodes g.is-highlighted{filter:drop-shadow(0 8px 14px rgba(15,23,42,.2))}.candidate-evidence-canvas-nodes g:focus-visible,.candidate-evidence-canvas-edges line:focus-visible{outline:3px solid rgba(37,99,235,.38);outline-offset:4px}.candidate-evidence-canvas-svg text{fill:#0f172a;font-size:12px;font-weight:850;pointer-events:none}.candidate-evidence-node-popover-object{overflow:visible}.candidate-evidence-node-popover{min-height:148px;display:grid;gap:8px;padding:12px;border:1px solid rgba(220,232,216,.96);border-radius:14px;background:#ffffffeb;box-shadow:0 18px 42px #27372d29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#0f172a}.candidate-evidence-node-popover span,.candidate-evidence-node-popover-grid em,.candidate-evidence-node-popover-links span{color:#64748b;font-size:.68rem;font-style:normal;font-weight:850;text-transform:uppercase}.candidate-evidence-node-popover strong{color:#102a3a;font-size:.88rem;line-height:1.25;overflow-wrap:anywhere}.candidate-evidence-node-popover-grid{display:grid;grid-template-columns:72px minmax(0,1fr);gap:5px 8px;align-items:baseline}.candidate-evidence-node-popover-grid b{color:#0f172a;font-family:var(--font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace);font-size:.76rem;overflow-wrap:anywhere}.candidate-evidence-node-popover-links{display:flex;flex-wrap:wrap;gap:7px}.candidate-evidence-node-popover-links a{min-height:34px;display:inline-flex;align-items:center;border:1px solid #d8e4d4;border-radius:999px;background:#f8faf6;color:#295a47;font-size:.74rem;font-weight:850;padding:0 10px;text-decoration:none}.candidate-evidence-node-popover-links a:focus-visible{outline:3px solid rgba(37,99,235,.34);outline-offset:2px}.candidate-evidence-legend{position:absolute;top:14px;right:14px;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:7px;max-width:min(240px,calc(100% - 28px));padding:10px 12px;border:1px solid rgba(220,232,216,.9);border-radius:12px;background:#ffffffc7;box-shadow:0 12px 26px #27372d1a;color:#334155;font-size:.75rem;font-weight:800;pointer-events:none}.candidate-evidence-legend span{display:inline-flex;align-items:center;gap:6px;min-height:18px;white-space:nowrap}.legend-shape,.legend-line,.legend-ring{display:inline-block;flex:0 0 auto}.legend-shape{width:13px;height:13px;border-radius:999px;border:2px solid #b33f79;background:#d45b97}.legend-shape.disease{border-color:#5d7d6a;background:#7ea18d}.legend-shape.candidate,.legend-shape.drug{border-color:#b33f79;background:#d45b97}.legend-shape.gene{border-color:#7841c7;background:#9650f5}.legend-shape.protein{border-color:#6f8db8;background:#8fabd3}.legend-shape.pathogen{border-color:#c98508;background:#f7b013}.legend-shape.target{border-color:#6f8db8;background:#8fabd3}.legend-shape.pathway{border-color:#c98508;background:#f7b013}.legend-line{width:22px;height:2px;border-radius:999px;background:#7c8a76}.legend-ring{width:13px;height:13px;border-radius:999px;border:3px solid #7c3aed}.candidate-evidence-inspector{position:sticky;top:14px;display:grid;gap:13px;padding:13px}.candidate-evidence-inspector-empty,.candidate-evidence-inspector-stack{display:grid;gap:12px}.candidate-evidence-inspector-empty p,.candidate-evidence-inspector-section>p,.candidate-evidence-mini-note,.candidate-enrichment-empty-state,.candidate-evidence-table-empty{margin:0;color:#526578;font-size:.84rem;font-weight:760;line-height:1.5}.candidate-evidence-ranked-list{display:grid;gap:8px}.candidate-evidence-ranked-list span,.candidate-evidence-detail-card,.candidate-evidence-inspector-section,.candidate-evidence-inspector-list article{border:1px solid #e2e8f0;border-radius:12px;background:#fff}.candidate-evidence-ranked-list span{display:grid;gap:3px;padding:10px}.candidate-evidence-ranked-list strong,.candidate-evidence-inspector-list strong,.candidate-evidence-detail-card strong{color:#102a3a;line-height:1.35;overflow-wrap:anywhere}.candidate-evidence-ranked-list em,.candidate-evidence-inspector-list span{color:#64748b;font-size:.75rem;font-style:normal;font-weight:780}.candidate-evidence-detail-card{display:grid;gap:10px;padding:12px}.candidate-evidence-detail-card.primary{border-color:#bfdbfe;background:#f8fbff}.candidate-evidence-detail-card>span{color:var(--rp-text-muted);font-size:.7rem;font-weight:850;text-transform:uppercase}.candidate-evidence-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.candidate-evidence-detail-grid span{display:grid;gap:2px;min-width:0;color:#64748b;font-size:.72rem;font-weight:780}.candidate-evidence-detail-grid b{color:#0f172a;font-family:var(--font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace);font-size:.76rem;overflow-wrap:anywhere}.candidate-evidence-pill-row.compact{margin-top:0}.candidate-evidence-inspector-section{display:grid;gap:9px;padding:11px}.candidate-evidence-inspector-section h6{margin:0;color:#102a3a;font-size:.82rem}.candidate-evidence-inspector-list{display:grid;gap:8px}.candidate-evidence-inspector-list article{display:grid;gap:4px;padding:10px}.candidate-evidence-inspector-list p{margin:0;color:#475569;font-size:.8rem;font-weight:740;line-height:1.45;overflow-wrap:anywhere}.candidate-evidence-mini-note{padding:10px 11px;border:1px dashed #c4d3e0;border-radius:11px;background:#fff}.candidate-enrichment-explorer{overflow:hidden}.candidate-enrichment-toggle{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;background:#fff;color:#102a3a;cursor:pointer;padding:13px;text-align:left}.candidate-enrichment-toggle span{display:grid;gap:3px}.candidate-enrichment-toggle strong{font-size:.95rem}.candidate-enrichment-toggle em{color:#64748b;font-size:.8rem;font-style:normal;font-weight:760}.candidate-enrichment-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.candidate-enrichment-body{display:grid;gap:12px;padding:0 13px 13px}.candidate-enrichment-category-counts{display:flex;flex-wrap:wrap;gap:7px}.candidate-enrichment-category-counts span{display:inline-flex;align-items:center;min-height:30px;border:1px solid #d7dde7;border-radius:999px;background:#fff;color:#334155;font-size:.74rem;font-weight:850;padding:0 10px}.candidate-enrichment-category-counts span.empty{background:#f8fafc;color:#94a3b8}.candidate-enrichment-dotplot{width:100%;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.candidate-enrichment-empty-state{padding:16px;border:1px dashed #c4d3e0;border-radius:12px;background:#fff}.candidate-evidence-relation-table{display:grid;gap:11px;padding:13px}.candidate-evidence-table-heading{justify-content:flex-start}.candidate-evidence-table-heading svg{margin-top:2px;color:#2563eb}.candidate-evidence-table-scroll{max-width:100%;overflow-x:auto}.candidate-evidence-relation-table table{width:100%;min-width:680px;border-collapse:collapse;color:#0f172a;font-size:.82rem}.candidate-evidence-relation-table th,.candidate-evidence-relation-table td{padding:9px 10px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}.candidate-evidence-relation-table th{color:#475569;font-size:.72rem;font-weight:900;text-transform:uppercase}.candidate-evidence-relation-table td{font-weight:740;overflow-wrap:anywhere}.candidate-figure-target-summary{display:grid;gap:11px;padding:12px;border:1px dashed #b8c7d4;border-radius:12px;background:#f8fbfd}.candidate-figure-target-summary p{margin:0;color:#526578;font-size:.84rem;font-weight:760}.candidate-figure-target-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:9px}.candidate-figure-target-grid article{padding:10px;border:1px solid #d8e3ec;border-radius:10px;background:#fff}.candidate-figure-source-note{display:flex;gap:8px;align-items:center;color:#64748b;font-size:.78rem;font-weight:780}.candidate-evidence-warning-box.compact{box-shadow:none}.candidate-evidence-section{display:grid;gap:13px;padding:16px;border:1px solid var(--rp-border);border-radius:14px;background:#fff;box-shadow:var(--rp-card-shadow)}.candidate-evidence-section-header{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:flex-start}.candidate-evidence-section-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;border:1px solid #dbeafe;background:#eff6ff;color:var(--rp-primary)}.candidate-evidence-section-header p{margin:0 0 3px;color:var(--rp-text-muted);font-size:.72rem;font-weight:850;text-transform:uppercase}.candidate-evidence-section-header h4{margin:0;font-size:1rem;line-height:1.35}.candidate-evidence-section-summary{padding:10px 12px;border:1px solid #dbeafe;border-radius:12px;background:#f8fbff;color:#334155;font-size:.84rem;font-weight:750}.candidate-evidence-node-list,.candidate-evidence-pathway-list,.candidate-evidence-literature-list{display:grid;gap:12px}.candidate-evidence-node-card,.candidate-evidence-pathway-list article,.candidate-evidence-literature-list article{padding:13px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.candidate-evidence-node-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.candidate-evidence-node-header span,.candidate-evidence-pathway-list article span:first-child,.candidate-evidence-node-score span{display:block;color:var(--rp-text-muted);font-size:.7rem;font-weight:850;text-transform:uppercase}.candidate-evidence-node-header strong,.candidate-evidence-pathway-list article strong,.candidate-evidence-literature-list article strong{display:block;margin-top:4px;color:var(--rp-text-main);line-height:1.35;overflow-wrap:anywhere}.candidate-evidence-node-score{min-width:86px;padding:8px 10px;border-radius:11px;background:#fff;border:1px solid #d7dde7;text-align:right}.candidate-evidence-node-card p,.candidate-evidence-literature-list article p{margin:10px 0 0;color:var(--text-secondary);font-size:.86rem;line-height:1.55}.candidate-evidence-bio-chart,.candidate-evidence-target-summary{display:grid;gap:13px}.candidate-evidence-bubble-chart{display:grid;gap:12px;padding:14px;border:1px solid #dbeafe;border-radius:13px;background:#f8fbff}.candidate-evidence-bubble-lane{display:grid;grid-template-columns:138px 1fr;gap:12px;align-items:center}.candidate-evidence-bubble-lane-label{color:#475569;font-size:.74rem;font-weight:900;text-transform:uppercase}.candidate-evidence-bubble-row{min-height:76px;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.candidate-evidence-bubble{width:var(--bubble-size);height:var(--bubble-size);min-width:42px;min-height:42px;border-radius:999px;border:1px solid rgba(2,132,199,.28);background:#e0f2fe;color:#075985;font-weight:950;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.candidate-evidence-bubble.GO_BP{background:#dbeafe;color:#1d4ed8}.candidate-evidence-bubble.GO_MF{background:#dcfce7;color:#047857}.candidate-evidence-bubble.GO_CC{background:#fef3c7;color:#92400e}.candidate-evidence-bubble.REACTOME{background:#ede9fe;color:#6d28d9}.candidate-evidence-bubble:hover,.candidate-evidence-bubble.selected{transform:translateY(-2px) scale(1.04);border-color:currentColor;box-shadow:0 10px 22px #0f172a21}.candidate-evidence-bubble-detail{padding:13px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.candidate-evidence-bubble-detail>span,.candidate-evidence-target-grid article span{display:block;color:var(--rp-text-muted);font-size:.7rem;font-weight:850;text-transform:uppercase}.candidate-evidence-bubble-detail strong,.candidate-evidence-target-grid article strong{display:block;margin-top:4px;color:var(--rp-text-main);line-height:1.35}.candidate-evidence-target-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.candidate-evidence-target-grid article{padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.candidate-evidence-pill-row,.candidate-evidence-pathway-stats,.candidate-evidence-step-meta,.candidate-evidence-query-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.candidate-evidence-pill-row span,.candidate-evidence-pathway-stats span,.candidate-evidence-step-meta span,.candidate-evidence-query-list span,.candidate-evidence-literature-status{display:inline-flex;align-items:center;border:1px solid #d7dde7;border-radius:999px;background:#fff;color:#475569;padding:4px 8px;font-size:.72rem;font-weight:800}.candidate-evidence-status-pill.disease_candidate_intersection{border-color:#bbf7d0;background:#f0fdf4;color:#047857}.candidate-evidence-mode-pill.model_attribution{border-color:#bfdbfe;background:#eff6ff;color:var(--rp-primary)}.candidate-evidence-mode-pill.graph_proxy{border-color:#fed7aa;background:#fff7ed;color:#9a3412}.candidate-evidence-status-pill.disease_context_only,.candidate-evidence-status-pill.candidate_evidence_only{border-color:#fde68a;background:#fffbeb;color:#92400e}.candidate-evidence-status-pill.model_only,.candidate-evidence-literature-status.empty,.candidate-evidence-literature-status.failed,.candidate-evidence-literature-status.rate_limited{border-color:#fecaca;background:#fff1f2;color:#be123c}.candidate-evidence-literature-status.fresh,.candidate-evidence-literature-status.cached{border-color:#bfdbfe;background:#eff6ff;color:var(--rp-primary)}.candidate-evidence-paths{display:grid;gap:7px;margin-top:10px}.candidate-evidence-paths div{display:flex;align-items:center;gap:7px;color:#334155;font-size:.82rem;font-weight:750}.candidate-evidence-warning-box{display:flex;gap:10px;padding:13px 14px;border:1px solid #fed7aa;border-radius:12px;background:#fff7ed;color:#9a3412}.candidate-evidence-warning-box strong{display:block;color:#7c2d12}.candidate-evidence-warning-box p{margin:4px 0 0;font-size:.82rem;line-height:1.45}@keyframes candidate-explanation-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.candidate-explanation-spin,.candidate-evidence-segmented-control button,.candidate-evidence-canvas-edges line,.candidate-evidence-canvas-nodes g,.candidate-enrichment-toggle svg{animation:none;transition:none}}@media(max-width:1024px){.candidate-evidence-workspace{grid-template-columns:1fr}.candidate-evidence-inspector{position:static}}@media(max-width:768px){.candidate-explanation-toolbar{flex-direction:column}.candidate-explanation-refresh-button{width:100%}.candidate-explanation-support-grid,.candidate-figure-grid{grid-template-columns:1fr}.candidate-figure-panel{padding:13px}.candidate-figure-svg{min-height:220px}.candidate-evidence-canvas-header,.candidate-evidence-table-heading{flex-direction:column}.candidate-evidence-segmented-control{width:100%;justify-content:stretch}.candidate-evidence-segmented-control button{flex:1 1 auto}.candidate-evidence-canvas-frame,.candidate-evidence-canvas-svg{min-height:360px}.candidate-evidence-detail-grid{grid-template-columns:1fr}.candidate-enrichment-dotplot{height:300px}}:root{--rp-bg: var(--surface-card);--rp-header-bg: linear-gradient(to right, #f8fbff, #f1f5ff);--rp-border: var(--border-subtle);--rp-primary: var(--color-primary);--rp-text-main: var(--text-primary);--rp-text-muted: var(--text-muted);--rp-card-shadow: var(--shadow-soft)}.results-panel{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--rp-bg);border-radius:12px;box-shadow:0 10px 15px -3px #0000000d;overflow:hidden;border:1px solid var(--rp-border)}.results-panel-empty{align-items:center;justify-content:center;color:var(--rp-text-muted)}.panel-header{padding:12px 20px;background:var(--rp-header-bg);border-bottom:1px solid var(--rp-border);display:flex;justify-content:space-between;align-items:center;gap:16px}.drug-title{margin:0;font-size:1.35rem;color:var(--rp-text-main);font-weight:700;text-transform:capitalize}.header-left p{margin:4px 0 0;color:var(--rp-text-muted);font-size:.82rem}.tabs-container{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.tabs-header{display:flex;padding:0;background:#fff;border-bottom:1px solid var(--rp-border);width:100%}.tab-button{flex:1;display:inline-flex;align-items:center;text-align:center;justify-content:center;background:none;border:none;padding:12px 8px;font-size:.88rem;font-weight:500;color:var(--rp-text-muted);cursor:pointer;position:relative;transition:all .2s;white-space:nowrap}.tab-button:hover{color:var(--rp-primary);background-color:#f8fafc}.tab-button:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:-3px}.tab-button.active{color:var(--rp-primary);font-weight:600}.tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:var(--rp-primary);border-radius:3px 3px 0 0}.tabs-content-area{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;background:#f8fafc;padding:20px 22px}.tab-content{min-height:0;animation:fadeIn .3s ease-out}.relationships-tab{display:flex;flex:1 1 auto;min-height:0;height:100%}.relationships-tab .kg-container-card:not(.kg-container-card--expanded){flex:1 1 auto;height:100%;max-height:none}.summary-tab{display:flex;flex-direction:column;gap:18px}.molecular-profile-tab{min-width:0}.molecular-profile-layout,.molecular-profile-structure-section,.molecular-profile-sections{display:flex;flex-direction:column;gap:18px;min-width:0}.molecular-section{min-width:0}.molecular-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:12px}.molecular-section-kicker{margin:0 0 3px;color:var(--color-accent);font-size:.72rem;font-weight:850;letter-spacing:.04em}.molecular-section-header h3{margin:0;color:var(--rp-text-main);font-size:1.05rem;line-height:1.25}.molecular-section-count{flex:0 0 auto;padding:5px 10px;border:1px solid #cfe2f3;border-radius:999px;background:#f8fbff;color:var(--rp-text-muted);font-size:.75rem;font-weight:850}.molecular-profile-sections .targets-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.molecular-profile-sections .physchem-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(118px,1fr))}.molecular-profile-sections .property-chip-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.molecular-profile-structure-card{min-width:0;overflow:hidden;border:1px solid var(--rp-border);border-radius:16px;background:#fff;box-shadow:var(--rp-card-shadow)}.molecular-profile-structure-card .molecule-viewer-container{height:auto;min-height:0;margin-bottom:0;border:none;border-radius:0;box-shadow:none}.molecular-profile-structure-card .molecule-header{padding:13px 15px}.molecular-profile-structure-card .molecule-title{font-size:.82rem;letter-spacing:.02em}.molecular-profile-structure-card .molecule-controls{gap:6px}.molecular-profile-structure-card .structure-mode-pill{min-height:24px;padding:3px 8px;font-size:.68rem}.molecular-profile-structure-card .molecule-content-grid{grid-template-columns:repeat(2,minmax(280px,1fr));gap:12px;padding:12px}.molecular-profile-structure-card .molecule-pane-heading{flex-direction:column;align-items:flex-start;gap:3px;padding:10px 12px}.molecular-profile-structure-card .molecule-3d-view,.molecular-profile-structure-card .molecule-3d-canvas,.molecular-profile-structure-card .molecule-2d-view{min-height:250px}.molecular-profile-structure-empty{display:flex;min-height:280px;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;background:#f8fafc;color:var(--rp-text-muted);text-align:center}.molecular-profile-structure-empty svg{color:var(--rp-primary)}.molecular-profile-structure-empty strong{color:var(--rp-text-main);font-size:.96rem}.molecular-profile-structure-empty p{max-width:240px;margin:0;font-size:.86rem;line-height:1.5}.network-loading-state{min-height:100%;display:flex;align-items:center;justify-content:center;border:1px dashed var(--border-subtle);border-radius:14px;background:#fff;color:var(--text-muted);font-weight:800}.summary-hero-card,.summary-links-card{background:#fff;border:1px solid var(--rp-border);border-radius:14px;padding:18px;box-shadow:var(--rp-card-shadow)}.summary-hero-card{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;background:var(--gradient-soft)}.summary-eyebrow{margin:0 0 4px;color:var(--color-accent);font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:none}.summary-hero-card h3{margin:0 0 8px;color:var(--rp-text-main);font-size:1.35rem}.summary-hero-card p{margin:0;color:var(--text-secondary);line-height:1.55}.drugbank-id-pill{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #bfdbfe;background:#fff;color:var(--rp-primary);font-family:var(--font-sans);font-size:.8rem;font-weight:800;padding:8px 10px;border-radius:999px}.drugbank-id-pill-link{text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.drugbank-id-pill-link:hover{border-color:var(--rp-primary);box-shadow:0 6px 16px #0891b229;transform:translateY(-1px)}.drugbank-id-pill-link:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}.candidate-profile-bento{display:grid;grid-template-columns:minmax(420px,1.35fr) minmax(280px,.85fr);grid-template-areas:"map insights" "map enrichment" "molecular molecular";gap:14px}.candidate-profile-bento--full-width{grid-template-columns:1fr;grid-template-areas:"map" "enrichment" "molecular"}.candidate-profile-bento--full-width .profile-card-large{grid-row:auto}.candidate-profile-bento--no-enrichment{grid-template-areas:"map insights" "molecular molecular"}.candidate-profile-bento--no-enrichment .profile-card-large{grid-row:auto}.candidate-profile-bento--full-width.candidate-profile-bento--no-enrichment{grid-template-columns:1fr;grid-template-areas:"map" "molecular"}.profile-summary-card{appearance:none;display:flex;flex-direction:column;align-items:stretch;text-align:left;gap:12px;min-width:0;background:#fff;border:1px solid var(--rp-border);border-radius:14px;padding:16px;box-shadow:var(--rp-card-shadow);color:inherit;font:inherit;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.profile-summary-card:hover{border-color:#9fb4d6;box-shadow:0 16px 32px #0f172a14;transform:translateY(-1px)}.profile-summary-card:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}.profile-summary-card.strong{border-color:#cbded1;background:linear-gradient(180deg,#fbfdfb,#f4f8f4)}.profile-summary-card.neutral,.profile-summary-card.limited{border-color:#d7dde7;background:linear-gradient(180deg,#fff,#f8fafc)}.profile-summary-card.loading{border-color:#bfdbfe;background:linear-gradient(180deg,#fff,#eff6ff)}.profile-card-large{grid-area:map;grid-row:span 2;min-height:420px}.profile-card-compact{min-height:210px}.profile-card-evidence-map{grid-area:map}.profile-card-decision-summary{grid-area:insights}.profile-card-enrichment{grid-area:enrichment;border-color:#bae6fd;background:linear-gradient(180deg,#f8fdff,#f0fdf4)}.profile-card-enrichment>strong{align-self:center;padding:7px 13px;border-radius:999px;background:linear-gradient(135deg,#ecfeff,#f0fdf4);box-shadow:0 10px 22px #0891b21f;color:#075985;font-size:1.02rem;font-weight:950}.profile-card-molecular{grid-area:molecular;min-height:auto}.profile-summary-card-header{display:flex;align-items:center;gap:10px;min-width:0}.profile-summary-card-icon{width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;color:var(--rp-primary);background:#eff6ff;border:1px solid #dbeafe}.profile-summary-card-header h4{margin:0 0 5px;color:var(--rp-text-main);font-size:.95rem;line-height:1.25}.profile-summary-card-header p{margin:0;color:var(--text-secondary);font-size:.84rem;font-weight:750;line-height:1.35}.profile-summary-card>strong{display:block;color:var(--rp-text-main);font-size:.98rem;line-height:1.35;overflow-wrap:anywhere}.profile-graph-thumbnail{width:100%;min-height:190px;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0}.profile-graph-thumbnail-edges line{stroke:#9fb4d6;stroke-width:2;opacity:.75}.profile-graph-thumbnail-nodes circle{fill:#dbeafe;stroke:#2563eb;stroke-width:2}.profile-graph-thumbnail-nodes text{fill:#0f172a;font-family:var(--font-sans);font-size:6.5px;font-weight:650;text-anchor:middle}.thumbnail-node.drug circle{fill:#d8ece2;stroke:#15803d}.thumbnail-node.disease circle{fill:#dbeafe;stroke:#2563eb}.thumbnail-node.gene circle{fill:#ede9fe;stroke:#7c3aed}.thumbnail-node.protein circle{fill:#e0f2fe;stroke:#0369a1}.thumbnail-node.anchor circle{stroke-width:3}.profile-thumbnail-empty,.profile-card-muted{margin:0;color:var(--rp-text-muted);font-size:.84rem;line-height:1.45}.profile-thumbnail-empty{display:flex;min-height:118px;align-items:center;justify-content:center;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc}.profile-evidence-chain-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.profile-insight-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.profile-evidence-ladder{display:grid;gap:12px;padding:12px;border-radius:13px;border:1px solid #dbe5ef;background:linear-gradient(180deg,#fff,#f8fafc)}.profile-evidence-ladder ol{display:grid;gap:10px;margin:0;padding:0;list-style:none}.profile-evidence-ladder-step{position:relative;display:grid;gap:5px;padding:10px 10px 10px 34px;border-radius:11px;border:1px solid #e2e8f0;background:#fff}.profile-evidence-ladder-step:before{content:"";position:absolute;left:12px;top:15px;width:9px;height:9px;border-radius:999px;background:#2563eb;box-shadow:0 0 0 4px #dbeafe}.profile-evidence-ladder-step.gap:before{background:#94a3b8;box-shadow:0 0 0 4px #e2e8f0}.profile-evidence-ladder-step.caution:before{background:#b45309;box-shadow:0 0 0 4px #fef3c7}.profile-evidence-ladder-step span{color:#0f172a;font-size:.78rem;font-weight:950}.profile-evidence-ladder-step p{margin:0;color:#475569;font-size:.8rem;font-weight:750;line-height:1.4}.profile-evidence-gap-list{display:grid;gap:7px;margin:0;padding:0;list-style:none}.profile-evidence-gap-list li{padding:8px 10px;border-radius:10px;border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;font-size:.78rem;font-weight:800;line-height:1.4}.profile-insight-list li{display:grid;gap:7px;padding:11px;border-radius:12px;background:#ffffffc7;border:1px solid #dbe5ef}.profile-insight-list p{margin:0;color:#0f172a;font-size:.84rem;font-weight:850;line-height:1.38}.profile-insight-source-row{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.profile-insight-source-row b{padding:3px 8px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#0369a1;font-size:.7rem;font-weight:900}.profile-insight-source-row em{color:#64748b;font-size:.72rem;font-style:normal;font-weight:800}.profile-evidence-chain-list li{padding:8px 10px;border-radius:10px;background:#ffffffb8;border:1px solid #e2e8f0;color:#1e293b;font-family:var(--font-sans);font-size:.8rem;font-weight:800;line-height:1.35}.profile-enrichment-insight{display:grid;gap:10px}.profile-card-enrichment .profile-enrichment-insight{width:100%;justify-items:center;gap:12px}.profile-card-enrichment .profile-key-gene-row{justify-content:center}.profile-card-enrichment .profile-enrichment-insight>span{color:#0f172a;font-size:1rem}.profile-enrichment-insight>span{color:#1e293b;font-family:var(--font-sans);font-size:.95rem;font-weight:900}.profile-key-gene-row,.profile-descriptor-strip{display:flex;flex-wrap:wrap;gap:6px}.profile-key-gene-row b,.profile-descriptor-strip span{display:inline-flex;align-items:center;gap:5px;min-height:24px;padding:3px 8px;border-radius:999px;border:1px solid #d7dde7;background:#fff;color:#334155;font-size:.72rem;font-weight:850}.profile-descriptor-strip b{color:var(--rp-primary)}.profile-medchem-panel{display:grid;gap:10px}.qed-gauge{padding:10px;border-radius:12px;border:1px solid #dbeafe;background:#fff}.qed-gauge{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.qed-gauge span{color:var(--rp-text-muted);font-size:.76rem;font-weight:800}.qed-gauge strong{color:var(--rp-text-main);font-family:var(--font-sans);font-size:.98rem}.qed-gauge-track{grid-column:1 / -1;height:8px;overflow:hidden;border-radius:999px;background:#e2e8f0}.qed-gauge-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#15803d,#22c55e)}.qed-unavailable-reason{grid-column:1 / -1;color:var(--rp-text-muted);font-size:.72rem;font-style:normal;font-weight:750}.quality-warning-card{display:flex;gap:12px;align-items:flex-start;padding:13px 14px;border-radius:12px;border:1px solid #ddd6fe;background:#f5f3ff;color:#6d28d9}.evidence-state-icon{display:inline-flex;margin-top:2px;color:var(--text-muted)}.quality-warning-card .evidence-state-icon{color:#6d28d9}.quality-warning-card strong{color:var(--rp-text-main);font-size:.92rem}.quality-warning-card p{margin:3px 0 0;color:var(--text-secondary);line-height:1.45;font-size:.86rem}.summary-links-card h4{margin:0 0 12px;color:var(--rp-text-main)}.external-links-row{display:flex;flex-wrap:wrap;gap:10px}.external-action-button,.target-link-button,.external-link-pill{display:inline-flex;align-items:center;gap:6px}.external-action-button,.target-link-button{min-height:36px;border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff;color:var(--rp-primary);padding:7px 12px;text-decoration:none;font-size:.84rem;font-weight:800}.external-action-button{min-height:30px;gap:5px;padding:5px 9px;font-size:.76rem}.target-link-button{min-height:28px;gap:4px;padding:4px 8px;font-size:.74rem}.target-link-button svg{width:12px;height:12px}.external-action-button:hover,.target-link-button:hover,.external-link-pill:hover{background:var(--rp-primary);color:#fff}.external-action-button:focus-visible,.target-link-button:focus-visible,.external-link-pill:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}.external-links-empty{color:var(--rp-text-muted);font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.properties-tab,.properties-section{min-width:0}.properties-dashboard{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px}.property-section-card{grid-column:span 6;background:#fff;border:1px solid var(--rp-border);border-radius:14px;padding:16px;box-shadow:var(--rp-card-shadow);min-width:0;transition:border-color .18s ease,box-shadow .18s ease}.property-section-card:hover{border-color:#c7d8f3;box-shadow:0 12px 24px #0f172a12}.physchem-section,.clinical-section{grid-column:1 / -1}.property-section-header{display:flex;align-items:center;gap:10px;margin-bottom:13px}.property-section-icon{width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;color:var(--rp-primary);background:#eff6ff;border:1px solid #dbeafe}.property-section-header h3{margin:0;color:var(--rp-text-main);font-size:1rem;line-height:1.3}.physchem-metrics-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.physchem-metric-card{min-width:0;padding:12px;border-radius:12px;background:linear-gradient(180deg,#f8fbff,#f3f7fd);border:1px solid #dbeafe;text-align:center}.physchem-metric-card span,.property-id-chip span,.property-detail-card span,.clinical-note-card>span{display:block;color:var(--rp-text-muted);font-size:.72rem;font-weight:850;letter-spacing:.05em}.physchem-metric-card strong{display:flex;align-items:baseline;justify-content:center;gap:5px;min-width:0;margin-top:7px;color:var(--rp-text-main);font-family:var(--font-sans);font-size:1rem;line-height:1.2;word-break:break-word}.physchem-metric-card small{color:var(--rp-text-muted);font-size:.72rem;font-weight:800}.property-chip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.property-id-chip{min-width:0;display:grid;grid-template-columns:1fr;align-items:center;justify-items:center;gap:8px;padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;text-decoration:none;text-align:center}.property-id-chip strong{color:var(--rp-text-main);font-family:var(--font-sans);font-size:.86rem;line-height:1.35;overflow-wrap:anywhere}.property-id-chip svg{color:var(--rp-primary)}.property-id-chip-link{border-color:#bfdbfe;background:#eff6ff}.property-id-chip-link:hover{border-color:var(--rp-primary);background:#e6f0ff}.property-id-chip-link:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}.property-detail-list,.clinical-notes-grid{display:grid;gap:10px}.property-detail-card{min-width:0;padding:12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;text-align:center}.property-detail-card strong{display:block;margin-top:7px;color:var(--rp-text-main);font-size:.92rem;line-height:1.5;font-weight:700;overflow-wrap:anywhere}.property-detail-card.mono-value strong{font-family:var(--font-sans);font-size:.82rem}.clinical-notes-grid{grid-template-columns:1fr}.clinical-note-card{min-width:0;padding:14px;border-radius:13px;border:1px solid #dbeafe;background:linear-gradient(180deg,#fff,#f8fbff)}.markdown-box{margin-top:8px;background:#f1f5f9c7;padding:12px;border-radius:10px;color:var(--text-secondary);font-size:.9rem;line-height:1.62}.markdown-box p{margin:0}.property-empty-note{margin:0;padding:13px 14px;border-radius:12px;border:1px dashed #cbd5e1;background:#f8fafc;color:var(--rp-text-muted);font-size:.9rem}.targets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}.target-card{background:#fff;border:1px solid var(--rp-border);border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:16px;transition:all .2s}.target-card:hover{border-color:var(--rp-primary);box-shadow:0 4px 12px #3b82f61a}.target-icon-wrapper{width:40px;height:40px;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--rp-primary);flex-shrink:0}.target-icon-wrapper svg{width:20px;height:20px}.target-info{display:flex;flex-direction:column;overflow:hidden;flex:1;min-width:0}.target-name-link{font-weight:600;color:var(--rp-text-main);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1rem}.target-name-link:hover{color:var(--rp-text-main)}.target-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.target-type-badge,.target-id-badge{width:fit-content;font-size:.75rem;padding:2px 7px;border-radius:999px}.target-type-badge{background:#e8f7ef;color:#047857;font-weight:800}.target-id-badge{font-family:var(--font-sans);background:#f1f5f9;color:var(--rp-text-muted)}.target-label{font-size:.75rem;color:#94a3b8}.tabs-content-area::-webkit-scrollbar{width:8px}.tabs-content-area::-webkit-scrollbar-track{background:transparent}.tabs-content-area::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}@media(max-width:1100px){.candidate-profile-bento{grid-template-columns:1fr;grid-template-areas:"insights" "map" "enrichment" "molecular"}.candidate-profile-bento--no-enrichment{grid-template-areas:"insights" "map" "molecular"}.candidate-profile-bento--full-width.candidate-profile-bento--no-enrichment{grid-template-areas:"map" "molecular"}.profile-card-large{grid-row:auto}.physchem-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.property-section-card{grid-column:1 / -1}}@media(max-width:768px){.panel-header,.summary-hero-card{flex-direction:column;align-items:flex-start}.tabs-header{overflow-x:auto}.tab-button{min-width:140px}.tabs-content-area{padding:16px}.molecular-profile-structure-card .molecule-content-grid,.candidate-profile-bento,.targets-grid,.physchem-metrics-grid,.property-chip-grid,.clinical-notes-grid{grid-template-columns:1fr}.properties-dashboard{gap:12px}.property-section-card{padding:14px}.target-card{align-items:flex-start;flex-wrap:wrap}}.export-button-container{position:relative;display:inline-block}.export-button{display:flex;align-items:center;gap:5px;padding:4px 2px;background:transparent;color:#0077b6;border:none;border-radius:4px;font-size:13px;font-weight:700;cursor:pointer;line-height:1.2;transition:color .18s ease,background .18s ease;box-shadow:none}.export-button:hover:not(:disabled){background:#0077b614;color:#005f96;text-decoration:underline;text-underline-offset:2px}.export-button:active:not(:disabled){color:#004e7c}.export-button:disabled{color:#94a3b8;cursor:not-allowed}.export-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 30px -5px #00000026;z-index:1000;min-width:240px;overflow:hidden;animation:slideDown .2s cubic-bezier(.16,1,.3,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.export-option{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:12px 16px;border:none;background:transparent;color:#334155;font-size:14px;cursor:pointer;transition:all .2s ease;text-align:left;border-bottom:1px solid #f1f5f9}.export-option:last-child{border-bottom:none}.export-option:hover:not(:disabled){background:#eff8fc;color:#0077b6}.export-option:disabled{opacity:.5;cursor:not-allowed}.export-option svg{flex-shrink:0;margin-bottom:2px}.export-option span:first-of-type{font-weight:600;display:flex;align-items:center;gap:8px}.export-desc{font-size:12px;color:#94a3b8;font-weight:400;display:block;line-height:1.4}.export-option:hover:not(:disabled) .export-desc{color:#2b8fbd;opacity:.9}.results-display{width:100%;max-width:1400px;margin:0 auto;color:var(--text-primary)}.results-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 4px;gap:16px}.results-eyebrow{margin:0 0 4px;color:var(--color-primary);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.results-heading{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0;display:flex;align-items:center;gap:8px}.highlight-disease{color:var(--color-primary);position:relative;font-weight:800}.highlight-disease:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:8px;background:#05966929;z-index:-1;border-radius:1px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;background:var(--surface-muted);border-radius:var(--radius-card);border:1px dashed var(--border-strong)}.loading-text{margin-top:24px;font-size:1.1rem;color:var(--text-muted);font-weight:500}.inference-timeline{width:min(860px,100%);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:28px}.timeline-step{display:flex;gap:10px;align-items:flex-start;padding:12px;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:#fff;color:var(--text-muted)}.timeline-step.complete{border-color:#a7f3d0;background:#ecfdf5;color:var(--color-secondary)}.timeline-step.active{border-color:var(--border-strong);background:#e6f7fb;color:var(--color-primary);box-shadow:var(--shadow-soft)}.timeline-step.error{border-color:#fecaca;background:#fef2f2;color:var(--color-danger)}.timeline-marker{display:inline-flex;margin-top:2px}.timeline-copy{display:flex;flex-direction:column;min-width:0}.timeline-copy span{font-size:.85rem;font-weight:800}.timeline-copy small{font-size:.74rem;color:currentColor;opacity:.76}.evidence-overview-panel{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);padding:10px 16px 12px;margin-bottom:14px;position:relative;overflow:hidden}.evidence-overview-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0891b214,#05966912);pointer-events:none}.overview-card-header{position:relative;display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:8px}.overview-card-header h3{margin:0;color:var(--color-accent);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.overview-card-header span{color:var(--text-muted);font-size:.78rem;font-weight:700}.evidence-overview-layout{position:relative}.evidence-matrix{display:flex;flex-direction:column;gap:3px;overflow-x:auto;padding:10px 12px;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:#ffffffd1}.matrix-row{display:grid;grid-template-columns:minmax(170px,1.55fr) minmax(62px,.46fr) repeat(4,minmax(78px,.78fr));gap:5px;align-items:center;min-width:600px}.matrix-row span{padding:4px 7px;border-radius:7px;font-size:.74rem;line-height:1.15}.matrix-header span{display:flex;align-items:center;justify-content:center;min-height:24px;color:var(--text-muted);font-weight:800;background:var(--surface-muted);text-align:center}.matrix-header span:first-child{justify-content:flex-start;text-align:left}.matrix-drug{color:var(--text-primary);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.matrix-score{justify-self:center;min-width:48px;color:var(--color-primary);background:#e6f7fb;border:1px solid var(--border-strong);font-family:var(--font-sans);font-weight:800;text-align:center}.matrix-cell{width:18px;height:18px;justify-self:center;border-radius:6px;border:1px solid transparent;padding:0!important}.matrix-cell.available{background:#ccd8c5;border-color:#b3c1ab;box-shadow:0 0 0 4px #ccd8c538}.matrix-cell.missing{background:#e4cbc5;border-color:#ccb1aa;box-shadow:0 0 0 4px #e4cbc533}.matrix-legend{display:flex;justify-content:flex-end;gap:10px;padding-top:2px}.matrix-legend span{display:inline-flex;align-items:center;gap:6px;color:var(--text-muted);font-size:.74rem;font-weight:800}.matrix-dot{display:inline-flex;width:9px;height:9px;border-radius:3px}.matrix-dot.available{background:#ccd8c5}.matrix-dot.missing{background:#e4cbc5}.results-grid{display:grid;grid-template-columns:minmax(320px,.32fr) minmax(0,1fr);gap:20px;height:clamp(820px,88vh,1120px);min-height:820px;align-items:stretch}.left-column,.right-column{height:100%;min-height:0;overflow:hidden}.error-message{padding:24px;background:#fef2f2;color:var(--color-danger);border:1px solid #fecaca;border-radius:var(--radius-card);text-align:center;font-weight:500;display:flex;flex-direction:column;gap:6px}.empty-results{padding:40px;text-align:center;color:var(--text-light);background:var(--surface-muted);border-radius:var(--radius-card);border:1px dashed var(--border-strong)}@media(max-width:1024px){.evidence-overview-layout{grid-template-columns:1fr}.results-grid{grid-template-columns:minmax(280px,.32fr) minmax(0,1fr);gap:16px;height:clamp(760px,84vh,980px);min-height:760px}}@media(max-width:768px){.results-header-row{align-items:flex-start;flex-direction:column}.inference-timeline{grid-template-columns:1fr}.results-grid{grid-template-columns:1fr;grid-template-rows:auto 1fr;height:auto;min-height:0;max-height:none}.left-column{height:400px}.right-column{height:auto;min-height:500px}}.stats-section{position:relative;overflow:hidden;padding:72px 24px 58px;background:radial-gradient(circle at 12% 22%,rgba(8,145,178,.08),transparent 28%),radial-gradient(circle at 88% 18%,rgba(5,150,105,.07),transparent 26%),linear-gradient(180deg,#ffffff 0%,var(--surface-page) 100%);border-top:1px solid var(--border-subtle)}.stats-section:before,.stats-section:after{content:"";position:absolute;pointer-events:none;opacity:.55}.stats-section:before{top:86px;left:max(28px,calc((100% - 1200px)/2));width:140px;height:88px;background:radial-gradient(circle at 16px 18px,rgba(8,145,178,.18) 0 4px,transparent 5px),radial-gradient(circle at 110px 16px,rgba(5,150,105,.16) 0 4px,transparent 5px),radial-gradient(circle at 82px 70px,rgba(8,145,178,.12) 0 4px,transparent 5px),linear-gradient(28deg,transparent 46%,rgba(8,145,178,.18) 47% 49%,transparent 50%),linear-gradient(-32deg,transparent 47%,rgba(5,150,105,.16) 48% 50%,transparent 51%)}.stats-section:after{right:max(24px,calc((100% - 1200px)/2));bottom:54px;width:180px;height:180px;border:1px solid rgba(158,198,204,.32);border-radius:50%;box-shadow:inset 0 0 0 28px #ffffff57}.stats-container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.stats-section .common-section-header{text-align:center;margin-bottom:48px;display:flex;flex-direction:column;align-items:center}.stats-section .common-section-title{font-size:2.5rem;font-weight:800;color:var(--text-primary);margin:0 0 16px;letter-spacing:0}.stats-section .common-section-divider{width:60px;height:3px;background:var(--color-primary);border-radius:var(--radius-pill);margin-bottom:16px}.stats-section .common-section-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:600px;line-height:1.6}.stats-section .stats-grid{display:grid;align-items:stretch;gap:16px;grid-auto-rows:minmax(250px,auto);grid-template-columns:repeat(4,minmax(0,1fr))}.stats-section .stat-card{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-card);box-sizing:border-box;padding:24px 16px 18px;cursor:pointer;caret-color:transparent;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease;display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:250px;position:relative;overflow:hidden;user-select:none;-webkit-user-select:none}.stats-section .stat-card:hover{border-color:var(--border-strong);background:#fff;box-shadow:var(--shadow-soft);transform:translateY(-2px)}.stats-section .stat-card:before{content:"";position:absolute;top:16px;right:16px;width:8px;height:8px;border-radius:50%;background:var(--color-secondary)}.stats-section .stat-card-content{display:flex;min-height:0;flex-direction:column;align-items:center;text-align:center;width:100%;flex:1}.stats-section .stat-icon-wrapper{width:52px;height:52px;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-muted);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.stats-section .stat-value{font-size:2.05rem;font-weight:800;line-height:1;margin-bottom:8px;letter-spacing:0;font-family:var(--font-sans);color:var(--text-primary);font-variant-numeric:tabular-nums}.stats-section .stat-label{font-size:.98rem;font-weight:700;color:var(--text-primary);margin-bottom:6px}.stats-section .stat-description{font-size:.84rem;color:var(--text-muted);line-height:1.4;margin-bottom:16px;max-width:24ch}.stats-section .card-action-row{width:100%;padding-top:12px;border-top:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;gap:8px;color:var(--color-primary)}.stats-section .action-text{font-weight:600;font-size:.82rem}.stats-section .action-arrow{color:var(--color-primary)}@media(max-width:768px){.stats-section{padding:56px 18px 44px}.stats-section:before,.stats-section:after{display:none}.stats-section h2{font-size:2rem}.stats-section .stats-grid{gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.stats-section .stat-card{min-height:240px;padding:24px 20px}}@media(max-width:560px){.stats-section .stats-grid{grid-template-columns:1fr}}.discovery-workflow-section{width:100%;max-width:1200px;margin:0 auto;padding:34px 20px 80px;position:relative}.discovery-workflow-section:before{content:"";position:absolute;top:34px;right:18px;width:132px;height:92px;pointer-events:none;opacity:.5;background:radial-gradient(circle at 18px 18px,rgba(8,145,178,.18) 0 4px,transparent 5px),radial-gradient(circle at 112px 26px,rgba(5,150,105,.16) 0 4px,transparent 5px),radial-gradient(circle at 62px 74px,rgba(8,145,178,.12) 0 4px,transparent 5px),linear-gradient(11deg,transparent 46%,rgba(8,145,178,.16) 47% 49%,transparent 50%),linear-gradient(-43deg,transparent 47%,rgba(5,150,105,.14) 48% 50%,transparent 51%)}.discovery-workflow-section .common-section-header{margin-bottom:36px}.discovery-workflow-section .steps-wrapper{position:relative;padding-top:0}.discovery-workflow-section .steps-connector-line{position:absolute;top:44px;left:10%;right:10%;height:1px;border-top:1px solid var(--border-subtle);z-index:0;display:block}.discovery-workflow-section .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;position:relative;z-index:1}.discovery-workflow-section .step-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-card);padding:24px 18px;box-shadow:var(--shadow-subtle);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.discovery-workflow-section .step-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.discovery-workflow-section .step-badge{width:30px;height:30px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;margin-bottom:18px}.discovery-workflow-section .step-icon-wrapper{width:56px;height:56px;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin-bottom:20px;transition:border-color .18s ease}.discovery-workflow-section .step-card:hover .step-icon-wrapper{border-color:var(--color-primary)}.discovery-workflow-section .step-title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0 0 12px}.discovery-workflow-section .step-desc{font-size:.9rem;color:var(--text-muted);line-height:1.6;max-width:220px;margin:0 auto}@media(max-width:900px){.discovery-workflow-section{padding-top:28px}.discovery-workflow-section .common-section-header{margin-bottom:32px}.discovery-workflow-section:before{display:none}.discovery-workflow-section .steps-grid{grid-template-columns:repeat(2,1fr);gap:40px 24px}.discovery-workflow-section .steps-connector-line{display:none}}@media(max-width:600px){.discovery-workflow-section .steps-grid{grid-template-columns:1fr;gap:24px}}.hero-wrapper{position:relative;display:flex;justify-content:center;align-items:center;padding:72px 48px 88px;overflow:visible;background:radial-gradient(circle at 18% 12%,rgba(8,145,178,.1),transparent 30%),radial-gradient(circle at 82% 14%,rgba(5,150,105,.09),transparent 28%),linear-gradient(180deg,#f6fbfc,#fff 78%);border-bottom:1px solid var(--border-subtle);z-index:50}.hero-wrapper:before{content:"";position:absolute;left:50%;top:32px;bottom:32px;width:min(100%,1100px);transform:translate(-50%);border:1px solid rgba(214,231,234,.9);border-radius:28px;background:#ffffffb8;box-shadow:var(--shadow-soft);pointer-events:none}.hero-wrapper:after{display:none}.hero-background-pattern{position:absolute;inset:0;pointer-events:none;z-index:-1}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:min(100%,960px);gap:30px;text-align:center;padding:38px 48px 44px}.hero-visual-anchor{position:absolute;top:58px;right:max(36px,calc((100% - 1020px)/2));width:180px;height:138px;pointer-events:none;opacity:.42;z-index:1}.hero-node,.hero-link{position:absolute;display:block}.hero-node{width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--color-primary);box-shadow:var(--shadow-subtle)}.hero-node-primary{top:8px;right:28px}.hero-node-secondary{top:68px;right:112px;border-color:var(--color-secondary)}.hero-node-tertiary{top:104px;right:42px;border-color:var(--border-strong)}.hero-link{height:2px;width:88px;border-radius:var(--radius-pill);background:#0891b252;transform-origin:center}.hero-link-one{top:49px;right:48px;transform:rotate(-34deg)}.hero-link-two{top:88px;right:54px;width:72px;background:#05966947;transform:rotate(29deg)}.hero-title{max-width:760px;margin:0;color:var(--text-primary);font-size:clamp(2.15rem,4.7vw,3.9rem);font-weight:800;letter-spacing:0;line-height:1.04}.settings-bar{display:flex;justify-content:center;width:100%;margin:0 auto}.search-console-container{position:relative;display:flex;flex-direction:column;align-items:center;width:min(100%,680px);gap:20px;overflow:visible}@media(prefers-reduced-motion:reduce){.example-button,.manual-search-toggle,.search-button,.modern-range::-webkit-slider-thumb,.modern-range::-moz-range-thumb{transition:none}}@media(max-width:760px){.hero-wrapper{padding:48px 20px 56px}.hero-wrapper:before{top:20px;bottom:20px;width:calc(100% - 24px);border-radius:22px}.hero-wrapper:after{display:none}.hero-title{line-height:1.08}.settings-bar{width:100%}.hero-content{gap:24px;padding:28px 8px 30px}.hero-visual-anchor{display:none}}
