body,html{height:100%;width:100%;box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;background:#fff;color:#111;position:relative;overflow-x:hidden}.homepage-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.homepage-background .bg-left{left:0}.homepage-background .bg-left,.homepage-background .bg-right{position:fixed;bottom:0;height:100vh;width:auto;max-width:500px}.homepage-background .bg-right{right:0}.homepage-wrapper{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:0 2rem}.health-nav{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0 2rem}.nav-logo{height:40px;width:auto}.nav-links{display:flex;gap:2rem}.nav-links a{font-family:var(--font-hero),sans-serif;font-size:1rem;font-weight:600;letter-spacing:.02em;color:#047857;text-decoration:none;transition:color .2s ease}.nav-links a:hover{color:#10b981}.nav-connection-status{font-size:.875rem;color:#6b7280;margin-left:.25rem;padding:.4rem .75rem;background:linear-gradient(135deg,rgba(126,34,206,.12),rgba(109,40,217,.08));border:1px solid rgba(126,34,206,.25);border-radius:12px;color:#5b21b6;font-weight:500}.nav-connection-status .nav-connection-link{color:#5b21b6;text-decoration:none;font-weight:600;border-bottom:1px solid rgba(91,33,182,.4)}.nav-connection-status .nav-connection-link:hover{color:#4c1d95;border-bottom-color:#4c1d95}.nav-right{display:flex;align-items:center;gap:.5rem}.nav-user-wrap{position:relative}.user-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid rgba(16,185,129,.35);border-radius:50%;background:#fff;color:#047857;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.user-icon-btn:hover{background:rgba(16,185,129,.08);border-color:#10b981;color:#059669}.user-icon{width:22px;height:22px}.user-dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:260px;padding:14px;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.12);border:1px solid #e5e7eb;z-index:1000}.user-dropdown-field{margin-bottom:12px}.user-dropdown-field label{display:block;font-size:.8rem;font-weight:600;color:#374151;margin-bottom:6px}.user-dropdown-input{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;box-sizing:border-box}.user-dropdown-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 2px rgba(16,185,129,.2)}.user-dropdown-actions{display:flex;flex-direction:column;gap:8px}.user-dropdown-btn{padding:10px 14px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;border:none;background:#10b981;color:#fff;transition:background .2s ease,opacity .2s ease}.user-dropdown-btn:hover:not(:disabled){background:#059669}.user-dropdown-btn:disabled{opacity:.7;cursor:not-allowed}.user-dropdown-btn-primary{background:#047857;font-weight:600}.user-dropdown-btn-primary:hover:not(:disabled){background:#065f46}.user-dropdown-status{margin-top:10px;padding:8px 10px;border-radius:6px;font-size:.85rem}.user-dropdown-status.loading{background:#f3f4f6;color:#6b7280}.user-dropdown-status.success{background:#d1fae5;color:#065f46}.user-dropdown-status.error{background:#fee2e2;color:#991b1b}.user-dropdown-docs{margin-top:14px;padding-top:12px;border-top:1px solid #e5e7eb}.user-dropdown-docs-label{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:#6b7280;margin-bottom:8px}.user-dropdown-docs-icon{width:18px;height:18px;flex-shrink:0}.user-dropdown-doc-btn{display:block;width:100%;padding:8px 12px;margin-bottom:4px;text-align:left;font-size:.875rem;color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:background .15s ease,border-color .15s ease}a.user-dropdown-doc-btn{text-decoration:none;box-sizing:border-box}.user-dropdown-doc-btn:hover{background:#f3f4f6;border-color:#d1d5db;color:#111}.user-dropdown-doc-btn[aria-disabled=true]{opacity:.6;cursor:not-allowed;pointer-events:none}.doc-modal-overlay{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;padding:2rem;overflow:auto}.doc-modal-content{position:relative;background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);max-width:95vw;max-height:90vh;overflow:auto;padding:1rem}.doc-modal-close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;border:none;background:#f3f4f6;color:#374151;font-size:1.5rem;line-height:1;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease;z-index:1}.doc-modal-close:hover{background:#e5e7eb;color:#111}.doc-modal-title{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#111;padding-right:48px}.doc-modal-img{display:block;max-width:100%;height:auto;border-radius:8px}.hero-section{padding:4rem 0 6rem}.hero-content{text-align:center}.hero-title{font-family:var(--font-hero),sans-serif;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem;background:linear-gradient(135deg,#0d9488,#059669 40%,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#666;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;border:none}.btn-primary{background:#10B981;color:white}.btn-secondary{background:transparent;color:#10B981;border:2px solid #10b981}.services-section{padding:4rem 0}.services-title{font-family:var(--font-hero),sans-serif;text-align:center;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2rem;background:linear-gradient(135deg,#0d9488,#059669 60%,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1.5rem;gap:1.5rem;justify-items:center}.service-item{text-align:center;padding:1.5rem 1rem;border-radius:16px;background:linear-gradient(180deg,rgba(16,185,129,.06),rgba(5,150,105,.03));border:1px solid rgba(16,185,129,.15);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.service-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(5,150,105,.12);border-color:rgba(16,185,129,.3)}.service-icon{width:64px;height:64px;margin:0 auto .75rem}.service-icon img{width:100%;height:100%;object-fit:contain}.service-item p{font-family:var(--font-hero),sans-serif;margin:0;font-size:1rem;font-weight:600;letter-spacing:.02em;color:#047857}.chat-widget-wrap{position:fixed;right:24px;bottom:24px;z-index:1000}.app-container{width:420px;max-height:600px;background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;border:1px solid #e5e7eb}.chat-header{padding:14px 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.chat-title{margin:0;font-size:1.1rem;font-weight:600;color:#111}.header-subtitle-row{display:flex;align-items:center;gap:8px;margin-top:4px}.header-subtitle{margin:0;font-size:.8rem;color:#6b7280}.guardrails-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid #1e40af;border-radius:6px;background:#1e40af;color:#1e3a8a;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.guardrails-btn .guardrails-icon{fill:#dc2626}.guardrails-btn:hover{background:#1d4ed8;border-color:#1e40af;color:#1e3a8a}.guardrails-btn.guardrails-on{background:#93c5fd;border-color:#60a5fa;color:#3b82f6}.guardrails-btn.guardrails-on .guardrails-icon{fill:#22c55e}.guardrails-icon{width:16px;height:16px}.provider-badge{background:#fef3c7;color:#92400e;padding:2px 6px;border-radius:4px;font-size:.75rem}.chat-content{flex:1 1;overflow-y:auto;padding:16px;min-height:280px;max-height:400px}.message-row{display:flex;gap:10px;margin-bottom:12px;align-items:flex-start}.message-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0}.message-row-user{justify-content:flex-end}.message-user{background:#10B981;color:white;padding:10px 14px;border-radius:12px 12px 4px 12px;max-width:85%}.message-assistant{background:#f3f4f6;color:#111;padding:10px 14px;border-radius:12px 12px 12px 4px;max-width:85%}.markdown-content strong{font-weight:600}.loading-dots{display:flex;gap:4px}.loading-dots .dot{width:8px;height:8px;border-radius:50%;background:#10B981;animation:bounce 1.4s ease-in-out infinite both}.loading-dots .dot:first-child{animation-delay:-.32s}.loading-dots .dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.judge-panel{position:absolute;right:100%;top:0;height:100%;width:0;max-width:0;overflow:hidden;background:#f5f3ff;border:none;border-radius:12px 0 0 12px;box-shadow:none;display:flex;flex-direction:column;margin-right:0;transition:width .25s ease,max-width .25s ease,box-shadow .25s ease}.judge-panel.open{width:320px;max-width:320px;max-height:600px;border:1px solid #e9e5ff;border-right:none;box-shadow:-4px 0 20px rgba(109,40,217,.08);margin-right:36px}.judge-panel-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:linear-gradient(180deg,#6d28d9,#5b21b6);border-bottom:1px solid rgba(255,255,255,.15);font-weight:600;font-size:.9rem;color:#fecaca}.judge-panel-close{width:28px;height:28px;padding:0;border:none;background:rgba(255,255,255,.2);border-radius:6px;font-size:1.25rem;line-height:1;color:#fecaca;cursor:pointer;transition:background .15s,color .15s}.judge-panel-close:hover{background:rgba(255,255,255,.35);color:#fff}.judge-panel-content{flex:1 1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:12px 14px;background:#f5f3ff}.judge-tab{position:absolute;right:100%;top:50%;width:32px;height:160px;margin-right:4px;writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;transform:translateY(-50%) rotate(180deg);padding:12px 8px;font-size:12px;font-family:Monaco,Menlo,monospace;font-weight:600;color:#fecaca;background:linear-gradient(180deg,#6d28d9,#5b21b6);border:none;border-radius:8px 0 0 8px;cursor:pointer;transition:background .15s,box-shadow .15s;display:flex;align-items:center;justify-content:center;box-shadow:2px 0 8px rgba(109,40,217,.5)}.judge-tab.open,.judge-tab:hover{color:#fecaca;background:linear-gradient(180deg,#7c3aed,#6d28d9);box-shadow:2px 0 10px rgba(109,40,217,.6)}.judge-tab-label{display:inline-block;white-space:nowrap;letter-spacing:.02em}.judge-metrics-judge{padding:12px 0;border-bottom:1px solid #f3f4f6}.judge-metrics-judge:last-child{border-bottom:none}.judge-metrics-run-label{font-size:.75rem;font-weight:600;color:#6b7280;margin-bottom:4px;text-transform:none}.judge-metrics-judge-name{font-weight:600;font-size:.85rem;color:#374151;margin-bottom:8px;text-transform:capitalize}.judge-metrics-metric{margin-left:8px;margin-bottom:8px}.judge-metrics-metric-name{font-weight:500;font-size:.8rem;color:#6b7280;margin-right:8px}.judge-metrics-metric-score{font-size:.8rem;font-weight:700;color:#374151}.judge-metrics-reasoning{margin:4px 0 0;font-size:.8rem;color:#4b5563;line-height:1.4;font-style:italic}.chat-footer{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #e5e7eb;background:#f9fafb}.chat-input{flex:1 1;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem}.send-button{padding:10px 14px;background:#10B981;color:white;border:none;border-radius:8px;cursor:pointer;font-weight:500}.send-button:disabled{opacity:.6;cursor:not-allowed}.terminal-offset{margin-left:520px;transition:margin-left .3s ease}.terminal-container{position:fixed;left:0;top:0;bottom:0;width:520px;background:#1e1e1e;color:#d4d4d4;font-family:Monaco,Menlo,monospace;font-size:13px;display:flex;flex-direction:column;z-index:100;box-shadow:2px 0 10px rgba(0,0,0,.3)}.terminal-header{background:#2d2d2d;padding:12px 16px;border-bottom:1px solid #3e3e3e;display:flex;justify-content:space-between;align-items:center}.terminal-title{display:flex;align-items:center;gap:8px;font-weight:600;color:#10b981}.terminal-icon{font-size:16px}.status-indicator{width:8px;height:8px;border-radius:50%;display:inline-block}.status-indicator.connected{background:#10b981;box-shadow:0 0 8px #10b981}.status-indicator.disconnected{background:#6b7280}.terminal-actions{display:flex;gap:4px}.terminal-btn{background:#3e3e3e;border:none;color:#d4d4d4;padding:6px 10px;border-radius:4px;cursor:pointer;font-size:12px}.terminal-btn:hover{background:#4e4e4e}.terminal-content{flex:1 1;overflow-y:auto;padding:12px}.terminal-line{margin-bottom:6px;font-size:12px}.log-info{color:#d4d4d4}.log-error{color:#f87171}.log-warning{color:#fbbf24}.log-message{white-space:pre-wrap;word-break:break-word}.terminal-line.log-guardrails-on .log-message{font-weight:700;color:#22c55e}.terminal-line.log-guardrails-off .log-message{font-weight:700;color:red}.terminal-line.log-guardrails-triggered .log-message{font-weight:700;color:#f87171}.terminal-line.log-toxicity-resend .log-message{font-weight:700;color:#ef4444}.terminal-empty{color:#6b7280;padding:1rem}.terminal-error{color:#f87171;margin-top:8px}.terminal-collapsed{position:fixed;left:0;top:0;bottom:0;width:48px;background:#2d2d2d;z-index:100;display:flex;align-items:center}.terminal-expand-btn{writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;transform:rotate(180deg);padding:12px 8px;background:linear-gradient(180deg,#6d28d9,#5b21b6);border:none;color:#fff;cursor:pointer;font-size:12px;display:flex;align-items:center;gap:8px;border-radius:0 8px 8px 0;box-shadow:2px 0 8px rgba(109,40,217,.5)}.terminal-expand-btn:hover{background:linear-gradient(180deg,#7c3aed,#6d28d9);box-shadow:2px 0 10px rgba(109,40,217,.6)}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_ed3508{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_ed3508{--font-hero:"Outfit","Outfit Fallback"}