@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap";:root{--pingpong-canvas: #202124;--color-background: #1e0a3c;--color-foreground: #2c0f4b;--color-primary: #8e44ad;--color-secondary: #6c2d8c;--color-accent: #bb86fc;--color-text: #ffffff;--scrollbar-size: 10px;--scrollbar-track: transparent;--scrollbar-thumb: rgba(255, 255, 255, .16);--scrollbar-thumb-hover: rgba(255, 255, 255, .26);--scrollbar-thumb-active: rgba(255, 255, 255, .34);--border-radius: 8px;--shadow: 0 2px 8px rgba(0, 0, 0, .3);--transition-speed: .3s}.light-mode{--scrollbar-track: transparent;--scrollbar-thumb: rgba(17, 24, 39, .18);--scrollbar-thumb-hover: rgba(17, 24, 39, .28);--scrollbar-thumb-active: rgba(17, 24, 39, .38)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--pingpong-canvas);color:var(--color-text);font-family:Inter,sans-serif;line-height:1.6;min-height:100vh}.min-h-screen{min-height:100vh}.h-screen{height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-grow{flex-grow:1}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.p-4{padding:1rem}.p-3{padding:.75rem}.p-2{padding:.5rem}.mb-4{margin-bottom:1rem}.mb-2{margin-bottom:.5rem}.mb-1{margin-bottom:.25rem}.mt-1{margin-top:.25rem}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.rounded-lg{border-radius:var(--border-radius)}.rounded-full{border-radius:9999px}.bg-background{background-color:var(--color-background)}.bg-foreground{background-color:var(--color-foreground)}.bg-primary{background-color:var(--color-primary)}.bg-secondary{background-color:var(--color-secondary)}.border{border:1px solid}.border-gray-700{border-color:#4a5568}.text-white{color:#fff}.text-gray-400{color:#a0aec0}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.font-semibold{font-weight:600}.font-medium{font-weight:500}.w-full{width:100%}.max-w-full{max-width:100%}.h-full{height:100%}.gap-2{gap:.5rem}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-duration:var(--transition-speed)}.message-container{padding:.75rem;border-radius:var(--border-radius);margin-bottom:1rem;max-width:85%}.user-message{background-color:var(--color-secondary);margin-left:auto}.assistant-message{background-color:var(--color-foreground);margin-right:auto}.message-input{background-color:var(--color-background);border:1px solid #4a5568;border-radius:var(--border-radius);padding:.75rem;width:100%;color:var(--color-text);resize:none}.message-input:focus{outline:none;border-color:var(--color-accent)}.send-button{background-color:var(--color-primary);color:#fff;border:none;border-radius:var(--border-radius);padding:.75rem 1rem;cursor:pointer;transition:background-color var(--transition-speed)}.send-button:hover{background-color:#7d3c98}.send-button:disabled{background-color:#4a5568;cursor:not-allowed}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{min-height:44px;background:var(--scrollbar-thumb);background-clip:content-box;border:3px solid transparent;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);background-clip:content-box}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active);background-clip:content-box}::-webkit-scrollbar-corner{background:transparent}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.flex-md-row{flex-direction:row}.flex-md-col{flex-direction:column}.max-w-75{max-width:75%}}.pingpong-root .attachment-picker{box-sizing:border-box;position:fixed;inset:auto 0 0;width:min(100%,480px);max-width:100%;max-height:calc(100dvh - 24px);margin:0 auto;padding:16px 16px calc(20px + env(safe-area-inset-bottom,0px));border:0;border-radius:8px 8px 0 0;background:var(--home-surface, #34373b);color:var(--home-text, #f5f5f4);font-family:var(--home-body-font, Inter, sans-serif);letter-spacing:0;box-shadow:0 -12px 48px #0003;overflow-y:auto;overscroll-behavior:contain}.pingpong-root .attachment-picker:not([open]){display:none}.pingpong-root .attachment-picker::backdrop{background:#0009}.pingpong-root .attachment-picker-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;padding-left:12px}.pingpong-root .attachment-picker-heading h2{margin:0;font-size:18px;line-height:1.4;font-weight:600;color:var(--home-text);letter-spacing:0}.pingpong-root .attachment-picker-options{display:grid;gap:4px}.pingpong-root .attachment-picker button{display:flex;align-items:center;gap:16px;min-height:52px;padding:12px;border:0;border-radius:8px;background:transparent;color:var(--home-text);font:inherit;font-size:16px;line-height:1.5;letter-spacing:0;text-align:left;cursor:pointer}.pingpong-root .attachment-picker button svg{width:24px;height:24px;flex:0 0 24px;color:var(--home-mint)}.pingpong-root .attachment-picker button span{min-width:0;overflow-wrap:anywhere}.pingpong-root .attachment-picker button:active{background:var(--home-raised)}.pingpong-root .attachment-picker button:focus-visible{outline:2px solid var(--home-mint);outline-offset:-2px}.pingpong-root .attachment-picker .attachment-picker-close{justify-content:center;width:44px;height:44px;min-height:44px;padding:10px;flex:0 0 44px}.pingpong-root .attachment-picker .attachment-picker-close svg{color:var(--home-muted)}.pingpong-root.light-mode .attachment-picker{background:var(--home-surface)!important;color:var(--home-text)!important}.pingpong-root.light-mode .attachment-picker :is(h2,button,span){color:var(--home-text)!important}.pingpong-root.light-mode .attachment-picker button svg{color:var(--home-mint)!important}@media(hover:hover){.pingpong-root .attachment-picker button:hover{background:var(--home-raised)}}@property --product-aura-angle{syntax: "<angle>"; inherits: false; initial-value: 135deg;}.product-aura{display:none}.product-theme{--aura-edge-opacity: .58;--aura-bloom-opacity: .38;--aura-active-opacity: .78}.product-theme.light-mode{--aura-edge-opacity: .46;--aura-bloom-opacity: .28;--aura-active-opacity: .58}.pingpong-root.product-theme .product-aura{display:block;position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;pointer-events:none;z-index:2}.pingpong-root.product-theme .product-aura>span{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;transition:opacity .35s ease}.pingpong-root.product-theme .product-aura>span:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:1px;border-radius:inherit;background:conic-gradient(from var(--product-aura-angle),#6ca9f8,#b49aee,#ee9fbc,#f3be8a,#8dd3ba,#6ca9f8);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude}.pingpong-root.product-theme .product-aura-edge{opacity:var(--aura-edge-opacity)}.pingpong-root.product-theme .product-aura-bloom{filter:blur(4px);opacity:var(--aura-bloom-opacity)}.pingpong-root.product-theme .product-aura-bloom:before{padding:3px}.pingpong-root.product-theme :is(.query-input-glow.focused,.query-input-glow.drag-over,.voice-active,.results-floating-pill:focus-within,.results-chat-input-form:focus-within)>.product-aura .product-aura-bloom{opacity:var(--aura-active-opacity);animation:product-aura-pulse 5s ease-in-out infinite}.pingpong-root.product-theme :is(.query-input-glow.focused,.query-input-glow.drag-over,.voice-active,.results-floating-pill:focus-within,.results-chat-input-form:focus-within)>.product-aura>span:before{animation:product-aura-travel 12s linear infinite}.pingpong-root.product-theme .results-card>.product-aura .product-aura-bloom{animation:product-aura-arrive 3s ease-out both}.pingpong-root.product-theme .results-card>.product-aura>span:before{animation:product-aura-travel 6s ease-out both}@media(hover:hover)and (pointer:fine){.pingpong-root.product-theme :is(.query-input-glow,.results-floating-pill,.results-chat-input-form):hover>.product-aura .product-aura-bloom{opacity:var(--aura-active-opacity);animation:product-aura-pulse 5s ease-in-out infinite}.pingpong-root.product-theme :is(.query-input-glow,.results-floating-pill,.results-chat-input-form):hover>.product-aura>span:before{animation:product-aura-travel 12s linear infinite}}@keyframes product-aura-travel{to{--product-aura-angle: 495deg}}@keyframes product-aura-pulse{0%,to{opacity:var(--aura-active-opacity)}50%{opacity:var(--aura-bloom-opacity)}}@keyframes product-aura-arrive{0%,45%{opacity:var(--aura-active-opacity)}to{opacity:var(--aura-bloom-opacity)}}@media(prefers-reduced-motion:reduce){.pingpong-root.product-theme .product-aura,.pingpong-root.product-theme .product-aura *,.pingpong-root.product-theme .product-aura *:before{animation:none!important;transition:none!important}}.pingpong-root .pipeline-editor{width:100%;padding:8px 0 0;color:var(--home-text);font:13px/1.5 Inter,sans-serif;letter-spacing:0}.pingpong-root .pipeline-editor *{box-sizing:border-box;letter-spacing:0}.pingpong-root .pipeline-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.pingpong-root .pipeline-heading{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px}.pingpong-root .pipeline-heading h3{margin:0;font:600 14px/1.5 Inter,sans-serif}.pingpong-root .pipeline-heading>span{font-size:12px;color:var(--home-muted)}.pingpong-root .pipeline-toolbar-actions{display:flex;align-items:center;gap:6px}.pingpong-root .pipeline-editor button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:6px;background:transparent;color:var(--home-text);font:inherit;cursor:pointer;min-width:0}.pingpong-root .pipeline-editor button:disabled{opacity:.4;cursor:default}.pingpong-root .pipeline-editor button:focus-visible{outline:2px solid var(--home-mint);outline-offset:2px}.pingpong-root .pipeline-editor button:hover:not(:disabled){background:var(--home-raised)}.pingpong-root .pipeline-editor svg{flex:0 0 16px;width:16px;height:16px}.pingpong-root .pipeline-editor .pipeline-icon{width:32px;height:32px;padding:7px;flex:0 0 32px;color:var(--home-muted)}.pingpong-root .pipeline-restore-all{min-height:36px;padding:6px 8px;white-space:nowrap}.pingpong-root .pipeline-items{display:grid;grid-template-columns:repeat(var(--pipeline-count),minmax(0,1fr));gap:8px;padding:0;margin:0;list-style:none;max-width:calc(var(--pipeline-count) * 170px)}.pingpong-root .pipeline-model{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 32px;grid-template-areas:"position grip" "identity identity" "solo remove";grid-template-rows:30px 36px 32px;align-items:center;gap:3px 4px;padding:8px;min-width:0;border-radius:8px;background:var(--home-surface);touch-action:pan-y}.pingpong-root .pipeline-model.is-solo{grid-template-columns:minmax(0,1fr) 24px;grid-template-areas:"identity selected";grid-template-rows:48px}.pingpong-root .pipeline-selected{grid-area:identity;display:flex;align-items:center;gap:8px;color:var(--home-text)}.pingpong-root .pipeline-editor .pipeline-selected-mark{grid-area:selected;justify-self:center;width:18px;height:18px;color:var(--home-mint)}.pingpong-root .pipeline-model.is-dragging{opacity:.3}.pingpong-root .pipeline-model:has([data-open]){z-index:20}.pingpong-root .pipeline-position{grid-area:position;padding-left:7px;font-variant-numeric:tabular-nums;font-size:12px;color:var(--home-mint)}.pingpong-root .pipeline-editor .pipeline-grip{grid-area:grip;touch-action:none;cursor:grab}.pingpong-root .pipeline-grip:active{cursor:grabbing}.pingpong-root .pipeline-grip-mark{position:relative;width:20px;height:20px;flex:0 0 20px}.pingpong-root .pipeline-grip-mark svg{position:absolute;left:-4px;top:0;width:20px;height:20px}.pingpong-root .pipeline-grip-mark svg:last-child{left:4px}.pingpong-root .pipeline-model-menu{grid-area:identity;position:relative;min-width:0}.pingpong-root .pipeline-editor .pipeline-identity{width:100%;min-height:36px;justify-content:flex-start;padding:4px;font-weight:500}.pingpong-root .pipeline-identity>img,.pingpong-root .pipeline-available img,.pingpong-root .pipeline-ghost img{width:19px;height:19px;flex:0 0 19px;object-fit:contain;filter:brightness(0) invert(1)}.pingpong-root .pipeline-identity>span{min-width:0;overflow-wrap:anywhere}.pingpong-root .pipeline-identity .pipeline-menu-chevron{width:10px;height:10px;flex:0 0 10px;margin-left:auto;color:var(--home-muted)}.pingpong-root .pipeline-editor .pipeline-solo{grid-area:solo;min-height:32px;padding:4px 7px;justify-self:start;font-size:12px;color:var(--home-mint);white-space:nowrap}.pingpong-root .pipeline-editor .pipeline-remove{grid-area:remove}.pingpong-root .pipeline-editor .pipeline-remove:hover:not(:disabled){color:var(--home-accent)}.pingpong-root .pipeline-menu{position:absolute;z-index:30;top:calc(100% + 6px);right:0;width:176px;max-width:calc(100vw - 32px);padding:6px;border-radius:8px;background:var(--home-raised);color:var(--home-text);box-shadow:0 8px 24px #0003}.pingpong-root .pipeline-menu button{justify-content:flex-start;width:100%;min-height:40px;padding:8px}.pingpong-root .pipeline-menu [data-focus]{background:var(--home-canvas)}.pingpong-root .pipeline-menu [data-disabled]{opacity:.4;cursor:default}.pingpong-root .pipeline-available{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:16px}.pingpong-root .pipeline-available button{padding:8px 10px;min-height:40px;background:var(--home-surface);color:var(--home-muted)}.pingpong-root .pipeline-available button>svg{color:var(--home-mint)}.pingpong-root .pipeline-footer{display:flex;flex-wrap:wrap;align-items:center;gap:14px 24px;margin-top:22px}.pingpong-root .pipeline-mode{display:inline-flex;padding:4px;border-radius:8px;background:var(--home-surface)}.pingpong-root .pipeline-mode button{min-height:36px;min-width:62px;padding:6px 16px;color:var(--home-muted)}.pingpong-root .pipeline-mode [aria-checked=true]{background:var(--home-proof);color:var(--home-mint)}.pingpong-root .pipeline-gpt-option{display:inline-flex;align-items:center;gap:10px;position:relative;cursor:pointer}.pingpong-root .pipeline-gpt-option input{position:absolute;width:1px;height:1px;opacity:0}.pingpong-root .pipeline-switch{width:34px;height:20px;padding:3px;border-radius:20px;background:var(--home-line)}.pingpong-root .pipeline-switch:after{content:"";display:block;width:14px;height:14px;border-radius:50%;background:var(--home-surface);transition:transform .15s}.pingpong-root .pipeline-gpt-option input:checked+.pipeline-switch{background:var(--home-mint)}.pingpong-root .pipeline-gpt-option input:checked+.pipeline-switch:after{transform:translate(14px)}.pingpong-root .pipeline-gpt-option input:focus-visible+.pipeline-switch{outline:2px solid var(--home-mint);outline-offset:3px}.pingpong-root .pipeline-media{font-size:12px;color:var(--home-muted)}.pingpong-root .pipeline-ghost{display:flex;align-items:center;justify-content:center;gap:10px;height:100%;min-height:64px;padding:14px;border-radius:8px;background:var(--home-raised);color:var(--home-text);box-shadow:0 10px 30px #0004;outline:1px solid var(--home-mint)}.pingpong-root .pipeline-tip{display:none;position:absolute;z-index:40;bottom:calc(100% + 8px);right:0;padding:7px 9px;width:max-content;max-width:190px;border-radius:6px;background:var(--home-text);color:var(--home-canvas);font-size:11px;line-height:1.5;white-space:nowrap;pointer-events:none}.pingpong-root .pipeline-editor button:focus-visible .pipeline-tip{display:block}.pingpong-root .pipeline-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pingpong-root.light-mode .pipeline-editor :is(button,h3){color:var(--home-text)!important}.pingpong-root.light-mode .pipeline-editor :is(.pipeline-solo,.pipeline-position,.pipeline-mode [aria-checked=true]){color:var(--home-mint)!important}.pingpong-root.light-mode .pipeline-editor :is(.pipeline-grip,.pipeline-remove,.pipeline-heading>span){color:var(--home-muted)!important}.pingpong-root.light-mode .pipeline-editor .pipeline-tip{background:var(--home-text)!important;color:var(--home-canvas)!important}.pingpong-root.light-mode :is(.pipeline-identity,.pipeline-available,.pipeline-ghost) img{filter:brightness(0)}@media(hover:hover){.pingpong-root .pipeline-editor button:hover .pipeline-tip{display:block}}@media(max-width:767px),(pointer:coarse){.pingpong-root .pipeline-toolbar{align-items:flex-start}.pingpong-root .pipeline-heading{flex-direction:column;gap:0}.pingpong-root .pipeline-items{grid-template-columns:minmax(0,1fr);max-width:none;gap:6px}.pingpong-root .pipeline-model{grid-template-columns:36px minmax(0,1fr) 64px 36px;grid-template-areas:"grip identity solo remove";grid-template-rows:48px;padding:6px 8px;gap:2px}.pingpong-root .pipeline-position{position:absolute;top:8px;left:16px;font-size:10px;padding:0;pointer-events:none}.pingpong-root .pipeline-editor .pipeline-grip{width:36px;height:48px;padding-top:18px}.pingpong-root .pipeline-editor .pipeline-remove{width:36px;height:44px}.pingpong-root .pipeline-editor .pipeline-identity{min-height:44px;padding:4px 2px;gap:5px;font-size:13px}.pingpong-root .pipeline-editor .pipeline-solo{min-height:44px;padding:6px}.pingpong-root .pipeline-editor .pipeline-toolbar-actions .pipeline-icon{width:44px;height:44px}.pingpong-root .pipeline-editor .pipeline-restore-all{min-height:44px}.pingpong-root .pipeline-menu{right:auto;left:0}.pingpong-root .pipeline-menu button{min-height:44px}.pingpong-root .pipeline-editor .pipeline-grip .pipeline-tip{right:auto;left:0}.pingpong-root .pipeline-mode button{min-height:40px}}@media(prefers-reduced-motion:reduce){.pingpong-root .pipeline-editor *,.pingpong-root .pipeline-switch:after{transition:none!important;animation:none!important}}@font-face{font-family:Manrope;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/manrope-latin.woff2) format("woff2")}.product-theme{--home-canvas: #25272a;--home-surface: #34373b;--home-raised: #41464a;--home-line: #757d85;--home-text: #f5f5f4;--home-muted: #bbc0c6;--home-accent: #f1b5a6;--home-accent-ink: #332019;--home-mint: #b6decd;--home-proof: #203331;--home-proof-muted: #bdcbc6;--home-secondary-action: #edf0ef;--home-secondary-ink: #24272a;background:var(--home-canvas);color:var(--home-text)}.product-theme.light-mode{--home-canvas: #f5f6f7;--home-surface: #ffffff;--home-raised: #e1e5e8;--home-line: #828c95;--home-text: #20262b;--home-muted: #515c66;--home-accent: #873a2b;--home-accent-ink: #ffffff;--home-mint: #24594b;--home-proof: #e5eeea;--home-proof-muted: #475e55;--home-secondary-action: #313638;--home-secondary-ink: #ffffff}html.pingpong-theme-transition .product-theme,html.pingpong-theme-transition .product-theme *{transition:none!important}html.pingpong-theme-transition::view-transition{pointer-events:none}html.pingpong-theme-transition::view-transition-group(root){animation:none}html.pingpong-theme-transition::view-transition-image-pair(root){isolation:isolate}html.pingpong-theme-transition::view-transition-old(root),html.pingpong-theme-transition::view-transition-new(root){animation:none;mix-blend-mode:normal}html.pingpong-theme-transition::view-transition-old(root){z-index:1}html.pingpong-theme-transition::view-transition-new(root){z-index:2;animation:pingpong-theme-reveal .75s cubic-bezier(.4,0,.2,1) both}@keyframes pingpong-theme-reveal{0%{clip-path:circle(0px at var(--theme-reveal-x) var(--theme-reveal-y))}to{clip-path:circle(var(--theme-reveal-radius) at var(--theme-reveal-x) var(--theme-reveal-y))}}.product-theme .user-menu-item.theme-animation-setting{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px}.theme-animation-setting input{width:16px;height:16px;margin:0;accent-color:var(--home-mint);cursor:pointer}.theme-animation-setting input:focus-visible{outline:2px solid var(--home-mint);outline-offset:3px}.pingpong-root.product-theme{background:var(--home-canvas);color:var(--home-text)}.pingpong-root.product-theme :is(.processing-view,.results-view,.mc-wrap) *{letter-spacing:0}.pingpong-root.product-theme :is(.pingpong-title,.results-h1,.results-h2,.results-h3){font-family:Manrope,Inter,sans-serif;letter-spacing:0;font-weight:500;color:var(--home-text)}.pingpong-root.product-theme .pingpong-title{font-size:34px;font-weight:700}.pingpong-root.product-theme:not(.decision-home) .pingpong-container{padding:76px 28px 0}.pingpong-root.product-theme:not(.decision-home) :is(.pingpong-spacer,.pingpong-spacer-bottom){display:none}.pingpong-root.product-theme:not(.decision-home) .pingpong-header{padding:0 0 32px}.pingpong-root.product-theme:not(.decision-home) .pingpong-main{max-width:860px}.pingpong-root.product-theme :is(.pingpong-query-label,.email-control-label,.detached-status,.transcription-hint,.theme-toggle-btn,.history-btn,.fast-count){color:var(--home-muted)}.pingpong-root.product-theme .pingpong-query-echo{color:var(--home-text);font-size:16px;line-height:1.7;letter-spacing:0}.pingpong-root.product-theme .pingpong-query-echo{background:transparent;border:0;border-radius:0;padding:0}.pingpong-root.product-theme .pingpong-query-echo p{color:var(--home-text)}.pingpong-root.product-theme .pingpong-query-label{text-transform:none;letter-spacing:0}.pingpong-root.product-theme .email-disabled-link{color:var(--home-mint);background:var(--home-proof);border:0;border-radius:6px}.pingpong-root.product-theme :is(.pingpong-query-section,.email-control-primary,.detached-status){border:0}.pingpong-root.product-theme .detached-pulse{background:var(--home-mint);box-shadow:none}.pingpong-root.product-theme .detached-status{background:var(--home-proof);color:var(--home-proof-muted);border-radius:8px}.pingpong-root.product-theme .pingpong-footer{width:100%;max-width:1040px;padding:32px 0}.pingpong-root.product-theme .footer-links{flex-wrap:wrap;gap:12px 20px}.pingpong-root.product-theme .footer-divider{display:none}.pingpong-root.product-theme .pingpong-footer a,.pingpong-root.product-theme .footer-legal{color:var(--home-muted);letter-spacing:0}.pingpong-root.product-theme :is(.stop-query-btn,.signin-btn,.email-toggle){background:var(--home-surface);color:var(--home-text);border-color:var(--home-line);border-radius:8px;box-shadow:none}.pingpong-root.product-theme .email-toggle button{color:var(--home-muted)}.pingpong-root.product-theme .email-toggle button.active{background:var(--home-raised);color:var(--home-text)}.pingpong-root.product-theme :is(.email-indicator.on,.transcription-progress-fill){background:var(--home-mint);box-shadow:none}.pingpong-root.product-theme .transcription-overlay{background:var(--home-surface);border:0;border-radius:8px}.pingpong-root.product-theme .transcription-status{color:var(--home-text)}.pingpong-root.product-theme :is(button,a,summary):focus-visible{outline:2px solid var(--home-mint);outline-offset:3px}.pingpong-root.product-theme .pp-ball{background:var(--home-accent);box-shadow:none}.pingpong-root.product-theme .pp-ball.ball-2{background:var(--home-mint)}.pingpong-root.product-theme .mc-wrap{margin-top:24px}.pingpong-root.product-theme .mc-box.horiz{width:100%;gap:8px}.pingpong-root.product-theme .mc-box.vert{max-width:none;gap:8px}.pingpong-root.product-theme .mc-hover-zone{flex:1;min-width:0;align-items:stretch}.pingpong-root.product-theme .mc-conn{display:none}.pingpong-root.product-theme .mc-chip{min-height:60px;border:1px solid transparent;border-radius:8px;background:var(--home-surface);padding:10px;box-shadow:none;transition:background .2s,border-color .2s}.pingpong-root.product-theme .mc-chip:is(.act,:hover):not(.drag):not(.pend){background:var(--home-raised);border-color:var(--home-mint);box-shadow:none}.pingpong-root.product-theme .mc-chip.pend{opacity:1;background:transparent}.pingpong-root.product-theme .mc-chip.done{background:var(--home-proof)}.pingpong-root.product-theme .mc-chip.failed{border-color:var(--home-accent);background:var(--home-surface)}.pingpong-root.product-theme :is(.mc-name,.mc-chip.act .mc-name){color:var(--home-text);min-width:0;font-size:12px}.pingpong-root.product-theme :is(.mc-idx,.mc-summary,.mc-dismissed-text,.mc-dismissed-icon){color:var(--home-muted);font-size:11px;font-style:normal}.pingpong-root.product-theme :is(.mc-chip.done .mc-idx,.mc-status){color:var(--home-mint)}.pingpong-root.product-theme .mc-chip.failed .mc-idx{color:var(--home-accent)}.pingpong-root.product-theme .mc-status{animation:none}.pingpong-root.product-theme .mc-dot{display:none}.pingpong-root.product-theme .mc-chip.magic-wave{animation:product-arrive .35s ease both}.pingpong-root.product-theme .mc-tooltip{color:var(--home-text);background:var(--home-raised);border-color:var(--home-line)}.pingpong-root.product-theme .mc-wrap.processing .mc-chip{display:grid;grid-template-columns:10px minmax(0,1fr);grid-template-rows:minmax(32px,auto) 14px;gap:2px 8px;min-height:70px;cursor:default;touch-action:auto}.pingpong-root.product-theme .mc-wrap.processing .mc-content{display:contents}.pingpong-root.product-theme .mc-wrap.processing .mc-name{grid-column:2;grid-row:1;display:flex;align-items:center;line-height:16px;white-space:normal;overflow-wrap:anywhere}.pingpong-root.product-theme .mc-wrap.processing .mc-idx{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:center;min-width:10px;width:10px;line-height:16px}.pingpong-root.product-theme .mc-wrap.processing :is(.mc-status,.mc-summary){grid-column:2;grid-row:2}.pingpong-root.product-theme .mc-model-dot{display:block;width:6px;height:6px;border-radius:50%;background:var(--acc)}.pingpong-root.product-theme .mc-wrap.processing .mc-chip.act:not(.done):not(.failed){border-color:color-mix(in srgb,var(--acc) 65%,var(--home-line))!important}.pingpong-root.product-theme .mc-wrap.processing .mc-chip:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--acc);border-radius:inherit;pointer-events:none;opacity:0}.pingpong-root.product-theme .mc-wrap.processing .mc-chip.act:not(.done):not(.failed):after{animation:model-edge-arrive 1.2s ease-out both,model-edge-breathe 2.8s 1.2s ease-in-out infinite}.pingpong-root.product-theme .mc-wrap.processing .mc-chip.done:not(.failed):after{animation:model-edge-release .6s ease-out both}.pingpong-root.product-theme .processing-view{width:100%;margin:28px 0 0;animation:product-arrive .3s ease}.pingpong-root.product-theme .processing-status{display:flex;align-items:center;gap:10px;margin-bottom:16px;font-size:13px}.pingpong-root.product-theme .processing-status-dot{width:7px;height:7px;flex-shrink:0;background:var(--flow-accent, var(--home-mint));border-radius:50%;animation:product-breathe 1.8s ease-in-out infinite}.pingpong-root.product-theme .processing-status-model{color:var(--home-text);overflow-wrap:anywhere}.pingpong-root.product-theme .processing-status-progress{margin-left:auto;color:var(--home-muted);white-space:nowrap}.pingpong-root.product-theme .processing-stream{background:var(--home-surface);border-radius:8px;height:360px;display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden}.pingpong-root.product-theme .processing-stream.has-updates{grid-template-columns:minmax(0,.85fr) minmax(0,1.4fr)}.pingpong-root.product-theme :is(.processing-answer,.processing-live){display:flex;flex-direction:column;min-width:0;min-height:0}.pingpong-root.product-theme .processing-live{background:color-mix(in srgb,var(--home-canvas) 48%,var(--home-surface))}.pingpong-root.product-theme .processing-pane-heading{display:flex;align-items:center;justify-content:space-between;height:44px;flex-shrink:0;padding:0 24px;font-size:12px;color:var(--home-muted)}.pingpong-root.product-theme .processing-pane-heading button{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:4px;background:var(--home-raised);color:var(--home-text);cursor:pointer}.pingpong-root.product-theme .processing-pane-heading svg{width:16px;height:16px}.pingpong-root.product-theme :is(.processing-stream-content,.processing-thinking,.processing-tools){overflow:auto;scrollbar-width:thin;scrollbar-color:var(--home-line) transparent;overscroll-behavior:contain;overflow-anchor:none}.pingpong-root.product-theme .processing-stream-content{padding:12px 24px 24px;min-height:0;flex:1}.pingpong-root.product-theme .processing-answer:has(.processing-stream-loading) .processing-stream-content{display:grid;align-items:center}.pingpong-root.product-theme .processing-thinking{padding:10px 24px 24px;min-height:0;flex:1}.pingpong-root.product-theme .processing-tools{list-style:none;margin:0;padding:0 24px 10px;flex-shrink:0;max-height:45%}.pingpong-root.product-theme .processing-live:not(:has(.processing-thinking)) .processing-tools{max-height:none;flex:1}.pingpong-root.product-theme .processing-tool{display:grid;grid-template-columns:16px minmax(0,1fr) 14px;align-items:start;gap:10px;padding:9px 0;animation:product-arrive .3s ease}.pingpong-root.product-theme .processing-tool-icon{width:16px;height:16px;margin-top:2px;color:var(--home-mint)}.pingpong-root.product-theme .processing-tool-label{display:block;color:var(--home-text);font-size:13px;line-height:20px;overflow-wrap:anywhere}.pingpong-root.product-theme .processing-tool-detail{display:block;color:var(--home-muted);font-size:12px;line-height:1.5;overflow-wrap:anywhere;margin-top:3px}.pingpong-root.product-theme .processing-tool-state{display:grid;place-items:center;height:20px;color:var(--home-mint)}.pingpong-root.product-theme .processing-tool-state svg{width:14px;height:14px}.pingpong-root.product-theme .processing-tool.failed .processing-tool-state{color:var(--home-accent)}.pingpong-root.product-theme .tool-running{width:10px;height:10px;border:1.5px solid var(--home-line);border-top-color:var(--home-mint);border-radius:50%;animation:tool-turn 1s linear infinite}.pingpong-root.product-theme .tool-requested{width:5px;height:5px;border-radius:50%;background:var(--home-muted)}.pingpong-root.product-theme .processing-live-motion{width:24px;height:18px;display:flex;align-items:center;gap:2px;flex-shrink:0}.pingpong-root.product-theme .processing-live-motion i{width:3px;height:14px;border-radius:2px;background:var(--flow-accent, var(--home-mint));animation:product-wave 1.2s ease-in-out infinite}.pingpong-root.product-theme .processing-live-motion i:nth-child(2){animation-delay:-.8s}.pingpong-root.product-theme .processing-live-motion i:nth-child(3){animation-delay:-.4s}.pingpong-root.product-theme .processing-live-motion i:nth-child(4){animation-delay:-.6s}.pingpong-root.product-theme .processing-live-motion i:nth-child(5){animation-delay:-.2s}.pingpong-root.product-theme .pass-finished .processing-live-motion i{animation:none;transform:scaleY(.35)}.pingpong-root.product-theme .processing-thinking-label{margin-bottom:8px;font-size:12px;color:var(--home-mint)}.pingpong-root.product-theme .processing-thinking-text{font-size:13px;line-height:1.65;color:var(--home-muted);white-space:pre-wrap;overflow-wrap:anywhere}.pingpong-root.product-theme .processing-stream-text{font-size:16px;line-height:1.8;color:var(--home-text);white-space:pre-wrap;overflow-wrap:anywhere}.pingpong-root.product-theme .processing-cursor{display:inline-block;width:2px;height:16px;margin-left:4px;background:var(--home-mint);animation:product-breathe 1s infinite}.pingpong-root.product-theme .processing-stream-loading{min-height:198px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px}.pingpong-root.product-theme .processing-stream-loading p{margin:0;color:var(--home-muted);font-size:14px}.pingpong-root.product-theme .processing-stage{display:grid;justify-items:center;align-content:center;gap:10px;min-height:72px;max-width:100%;animation:product-handoff .45s cubic-bezier(.2,.7,.2,1) both}.pingpong-root.product-theme .processing-stream-loading .processing-activity{color:var(--home-text);font-size:21px;line-height:1.4;font-weight:500;overflow-wrap:anywhere}.pingpong-root.product-theme .processing-handoff{display:flex;align-items:center;gap:12px;color:var(--home-muted);font-size:12px}.pingpong-root.product-theme .processing-handoff svg{width:16px;height:16px;color:var(--flow-accent);flex-shrink:0;animation:model-arrow-pass 1.2s ease-out both}.pingpong-root.product-theme .processing-handoff span{display:flex;align-items:center;gap:6px}.pingpong-root.product-theme .processing-handoff span:before{content:"";width:5px;height:5px;flex-shrink:0;border-radius:50%;background:var(--handoff-from)}.pingpong-root.product-theme .processing-handoff span:last-child:before{background:var(--flow-accent)}.pingpong-root.product-theme .processing-motion{display:flex;align-items:center;gap:5px;height:28px;margin-bottom:4px}.pingpong-root.product-theme .processing-motion i{width:4px;height:20px;border-radius:2px;background:var(--home-mint);animation:product-wave 1.4s ease-in-out infinite}.pingpong-root.product-theme .processing-motion i:nth-child(2){animation-delay:.16s;background:var(--home-accent)}.pingpong-root.product-theme .processing-motion i:nth-child(3){animation-delay:.32s}.pingpong-root.product-theme .processing-elapsed{font-size:12px;font-variant-numeric:tabular-nums;color:var(--home-muted)}.pingpong-root.product-theme .processing-progress-track{display:flex;gap:6px;margin-top:14px}.pingpong-root.product-theme .processing-progress-track span{height:3px;flex:1;border-radius:2px;background:var(--home-raised)}.pingpong-root.product-theme .processing-progress-track .done{background:var(--home-mint)}.pingpong-root.product-theme .processing-progress-track .active{background:var(--home-mint);animation:product-breathe 1.8s infinite}.pingpong-root.product-theme .processing-progress-track .failed{background:var(--home-accent)}.pingpong-root.product-theme .results-view{animation:product-arrive .35s ease}.pingpong-root.product-theme :is(.results-card,.results-query-box,.results-history-item){background:var(--home-surface);border:0;border-radius:8px;box-shadow:none}.pingpong-root.product-theme .results-query-box.collapsed .results-query-copy-btn{top:50%;transform:translateY(-50%)}.pingpong-root.product-theme .results-card:before,.pingpong-root.product-theme .results-card:after,.pingpong-root.product-theme .results-card-glow,.pingpong-root.product-theme .results-floating-pill:before,.pingpong-root.product-theme .results-floating-pill:after,.pingpong-root.product-theme .results-chat-input-form:before,.pingpong-root.product-theme .results-chat-input-form:after{display:none}.pingpong-root.product-theme :is(.results-card-content,.results-history-content,.results-chat-message-content){overflow-wrap:anywhere}.pingpong-root.product-theme :is(.results-p,.results-li,.results-strong,.results-query-text,.results-th,.results-td){color:var(--home-text)}.pingpong-root.product-theme .results-p{font-size:16px;line-height:1.8}.pingpong-root.product-theme :is(.results-h1,.results-h2){font-size:25px;line-height:1.4}.pingpong-root.product-theme .results-h3{font-size:20px;line-height:1.45}.pingpong-root.product-theme :is(.results-section-label,.results-pipeline-title,.results-sources-title,.results-history-name){color:var(--home-text);font-size:13px;text-transform:none;letter-spacing:0}.pingpong-root.product-theme :is(.results-section-toggle,.results-pipeline-header,.results-history-toggle,.results-sources-header,.results-pipeline,.results-sources){border:0}.pingpong-root.product-theme :is(.results-history-summary,.results-history-duration,.results-history-label,.results-pipeline-total,.results-expand-all,.results-attachments-meta,.results-chat-empty-copy,.results-public-label){color:var(--home-muted)}.pingpong-root.product-theme .results-history-dot{background:var(--home-mint);box-shadow:none}.pingpong-root.product-theme .results-history-item{margin-bottom:8px}.pingpong-root.product-theme :is(.results-query-fade,.results-floating-pill-wrap){background:linear-gradient(transparent,var(--home-canvas))}.pingpong-root.product-theme .results-query-fade{height:24px;background:linear-gradient(transparent,var(--home-surface))}.pingpong-root.product-theme :is(.results-copy-btn,.results-share-btn,.code-copy-btn,.results-chat-copy-btn,.results-pipeline-copy-btn,.results-attachment-chip){background:var(--home-raised);border-color:transparent;color:var(--home-text);border-radius:6px}.pingpong-root.product-theme :is(.results-copy-btn,.results-share-btn){width:38px;height:38px}.pingpong-root.product-theme :is(.results-mode-badge,.results-action-beta-flag,.results-floating-pill-badge){background:var(--home-proof);color:var(--home-mint);border:0}.pingpong-root.product-theme .results-mode-badge{text-transform:none;border-radius:6px}.pingpong-root.product-theme .results-attachments-strip{background:transparent;border:0;padding-left:0;padding-right:0}.pingpong-root.product-theme .results-attachments-meta{border:0;text-transform:none}.pingpong-root.product-theme :is(.results-link,.results-source-url){color:var(--home-mint);border:0;text-decoration:underline;text-underline-offset:3px}.pingpong-root.product-theme :is(.results-code-wrapper,.results-code-block,.results-code-inline){background:var(--home-canvas);color:var(--home-text);border:0;border-radius:6px}.pingpong-root.product-theme .results-code-block{overflow:auto;max-width:100%}.pingpong-root.product-theme .results-table{display:block;overflow:auto;max-width:100%}.pingpong-root.product-theme .results-blockquote{color:var(--home-muted);background:var(--home-proof);border:0;border-radius:6px;padding:16px 20px}.pingpong-root.product-theme :is(.results-source-item,.results-chat-source-link){color:var(--home-muted);background:var(--home-surface);border:0;border-radius:6px}.pingpong-root.product-theme .results-chat-sources{border:0}.pingpong-root.product-theme .results-chat-sources-label{color:var(--home-muted);text-transform:none;letter-spacing:0}.pingpong-root.product-theme :is(.results-action-equal,.results-floating-pill,.results-floating-pill:hover){background:var(--home-surface);color:var(--home-text);border:1px solid var(--home-line);border-radius:8px;box-shadow:none}.pingpong-root.product-theme .results-actions-row{gap:10px}.pingpong-root.product-theme .results-action-equal{white-space:normal}.pingpong-root.product-theme :is(.results-floating-pill-text,.results-floating-pill-icon,.results-floating-pill-action,.results-chat-attach,.results-chat-mic){color:var(--home-muted)}.pingpong-root.product-theme :is(.results-floating-pill-action.send,.results-chat-send,.results-public-button){background:var(--home-accent);color:var(--home-accent-ink);border-radius:6px;box-shadow:none}.pingpong-root.product-theme :is(.results-floating-pill.voice-active,.results-chat-input-form.voice-active){border-color:var(--home-mint);background:var(--home-surface);box-shadow:0 0 0 2px color-mix(in srgb,var(--home-mint) 20%,transparent)}.pingpong-root.product-theme :is(.results-floating-pill-action.recording,.results-chat-mic.recording){background:var(--home-mint);color:var(--home-canvas)}.pingpong-root.product-theme .results-chat.fullscreen{background:var(--home-canvas)}.pingpong-root.product-theme :is(.results-chat-top-bar,.results-chat-conversation){background:var(--home-canvas);border:0;box-shadow:none}.pingpong-root.product-theme .results-chat-model-btn{color:var(--home-muted);border:1px solid transparent;border-radius:6px;background:transparent}.pingpong-root.product-theme .results-chat-model-btn.active{color:var(--home-text);background:var(--home-raised);border-color:var(--home-line)}.pingpong-root.product-theme :is(.results-chat-message.assistant,.results-chat-message.assistant .results-chat-message-content){background:transparent;color:var(--home-text);border:0;box-shadow:none}.pingpong-root.product-theme .results-chat-message.user .results-chat-message-content{background:var(--home-surface);color:var(--home-text);border:0;border-radius:8px;box-shadow:none}.pingpong-root.product-theme .results-chat-input-form{background:var(--home-surface);color:var(--home-text);border:1px solid var(--home-line);border-radius:8px;box-shadow:none}.pingpong-root.product-theme .results-chat-input{color:var(--home-text)}.pingpong-root.product-theme .results-chat-input::placeholder{color:var(--home-muted)}.pingpong-root.product-theme .results-chat.fullscreen .results-chat-input-form{background:var(--home-surface)!important;border:1px solid var(--home-line)!important;border-radius:8px;box-shadow:none}.pingpong-root.product-theme .results-chat.fullscreen .results-chat-input-form:before,.pingpong-root.product-theme .results-chat.fullscreen .results-chat-input-form:after{display:none}.pingpong-root.product-theme .results-chat.fullscreen .results-chat-input-form:focus-within{border-color:var(--home-mint)!important}.pingpong-root.product-theme .results-chat.fullscreen .results-chat-input{background:transparent!important;border:0!important;border-radius:0;padding-left:4px;padding-right:4px;box-shadow:none;outline:none}.pingpong-root.product-theme .results-chat.fullscreen .results-chat-input:focus-visible{outline:none}.pingpong-root.product-theme .results-chat.fullscreen .results-chat-input-form.voice-active{background:var(--home-surface)!important;border-color:var(--home-mint)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--home-mint) 20%,transparent)}.pingpong-root.product-theme .results-chat.fullscreen .results-chat-provider-logo-wrap{background:transparent;border:0;box-shadow:none}.pingpong-root.product-theme .results-chat.fullscreen .results-chat-message.assistant .results-chat-message-content{background:transparent;color:var(--home-text);border:0;box-shadow:none}.pingpong-root.product-theme .results-chat.fullscreen .results-chat-message.user .results-chat-message-content{background:var(--home-surface);color:var(--home-text);border:0;border-radius:8px;box-shadow:none}.pingpong-root.product-theme :is(.results-chat-activity,.results-chat-thinking-status,.results-chat-provider-name,.results-chat-thinking-copy){color:var(--home-muted)}.pingpong-root.product-theme .results-chat-provider-logo{filter:brightness(0) invert(1)}.pingpong-root.product-theme.light-mode .results-chat-provider-logo{filter:brightness(0)}.pingpong-root.product-theme.light-mode .results-chat.fullscreen .results-chat-provider-logo-wrap{background:transparent;border:0}.pingpong-root.product-theme :is(.results-chat-suggestion-pill,.results-chat-boost-pill,.results-chat-dismiss-btn){color:var(--home-text);background:var(--home-raised);border:0;box-shadow:none;border-radius:6px}.pingpong-root.product-theme :is(.results-chat-thinking-wave i,.results-chat-activity-pulse i){background:var(--home-mint);box-shadow:none}.pingpong-root.product-theme .results-floating-pill-main:is(:hover,:active){background:transparent}.pingpong-root.product-theme :is(.results-floating-pill,.results-action-equal):hover{background:var(--home-surface);border-color:var(--home-mint)}.pingpong-root.product-theme :is(.results-copy-btn,.results-share-btn,.results-chat-copy-btn,.results-chat-dismiss-btn,.results-pipeline-copy-btn,.code-copy-btn,.results-chat-attach,.results-chat-mic,.results-floating-pill-action):hover:not(:disabled):not(.recording):not(.send){background:var(--home-proof);color:var(--home-mint)}.pingpong-root.product-theme :is(.results-history-toggle,.results-expand-all,.results-section-toggle):hover{background:transparent;color:var(--home-mint)}.pingpong-root.product-theme :is(.results-link,.results-chat-source-link):hover{color:var(--home-mint)}.pingpong-root.product-theme.light-mode{background:var(--home-canvas)!important}.pingpong-root.product-theme.light-mode .results-floating-pill{background:var(--home-surface)!important}.pingpong-root.product-theme.light-mode :is(.results-p,.results-li,.results-strong,.results-h1,.results-h2,.results-h3,.results-query-text,.results-section-label,.results-history-name,.results-chat-input,.processing-stream-text,.processing-status-model,.mc-name){color:var(--home-text)!important}.pingpong-root.product-theme.light-mode :is(.results-floating-pill-text,.results-history-summary,.results-history-duration,.results-chat-empty-copy,.processing-status-progress,.processing-thinking-text,.processing-stream-loading p,.processing-elapsed,.email-control-label,.footer-legal,.pingpong-footer a,.mc-idx){color:var(--home-muted)!important}.pingpong-root.product-theme.light-mode :is(.mc-status,.mc-chip.done .mc-idx,.results-link,.results-source-url,.processing-thinking-label,.results-mode-badge){color:var(--home-mint)!important}.pingpong-root.product-theme.light-mode .processing-stream-loading .processing-activity{color:var(--home-text)!important}.pingpong-root.product-theme.light-mode .mc-chip{background:var(--home-surface)!important;border-color:transparent!important}.pingpong-root.product-theme.light-mode .mc-chip.pend{background:transparent!important}.pingpong-root.product-theme.light-mode .mc-chip.act{background:var(--home-raised)!important;border-color:var(--home-mint)!important}.pingpong-root.product-theme.light-mode .mc-chip.done{background:var(--home-proof)!important}.pingpong-root.product-theme.light-mode .mc-chip.failed{border-color:var(--home-accent)!important}.pingpong-root.product-theme.light-mode .pingpong-query-echo{background:transparent!important}.pingpong-root.product-theme.light-mode .results-chat.fullscreen,.pingpong-root.product-theme.light-mode .results-chat.fullscreen :is(.results-chat-messages,.results-chat-conversation){background:var(--home-canvas)!important}.pingpong-root.product-theme.light-mode .results-chat.fullscreen .results-chat-message.assistant .results-chat-message-content{background:transparent!important;color:var(--home-text)!important;border:0!important;box-shadow:none}.pingpong-root.product-theme.light-mode .results-chat.fullscreen .results-chat-message.user .results-chat-message-content{background:var(--home-surface)!important;color:var(--home-text)!important;border:0!important;box-shadow:none}.pingpong-root.product-theme.light-mode .results-chat.fullscreen .results-chat-message.user :is(.results-p,.results-strong){color:var(--home-text)!important}.pingpong-root.product-theme.light-mode :is(.results-chat-send,.results-floating-pill-action.send,.results-public-button){background:var(--home-accent)!important;color:var(--home-accent-ink)!important}.pingpong-root.product-theme.light-mode :is(.results-chat-send,.results-floating-pill-action.send,.results-public-button) *{color:inherit!important}@keyframes product-wave{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}@keyframes product-breathe{0%,to{opacity:1}50%{opacity:.4}}@keyframes product-arrive{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes product-handoff{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes model-edge-arrive{0%{border-color:var(--handoff-from);opacity:.25}40%{border-color:var(--acc);opacity:.9;box-shadow:0 0 0 3px color-mix(in srgb,var(--acc) 12%,transparent)}to{border-color:var(--acc);opacity:0;box-shadow:0 0 0 0 transparent}}@keyframes model-edge-release{0%{opacity:.6}to{opacity:0}}@keyframes model-edge-breathe{0%,to{opacity:.2}50%{opacity:.7}}@keyframes tool-turn{to{transform:rotate(360deg)}}@keyframes model-arrow-pass{0%{color:var(--handoff-from);transform:translate(-3px)}to{color:var(--flow-accent);transform:translate(0)}}@media(max-width:640px){.pingpong-root.product-theme:not(.decision-home) .pingpong-container{padding:74px 16px 0}.pingpong-root.product-theme .mc-wrap.processing .mc-box.vert{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.pingpong-root.product-theme .mc-chip{width:100%;min-width:0;min-height:54px}.pingpong-root.product-theme .mc-name{white-space:normal;overflow-wrap:anywhere}.pingpong-root.product-theme .processing-stream{height:400px}.pingpong-root.product-theme .processing-stream.has-updates{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) minmax(0,1.1fr)}.pingpong-root.product-theme .processing-pane-heading{padding:0 18px;height:36px}.pingpong-root.product-theme .processing-stream-content{padding:10px 18px 18px}.pingpong-root.product-theme .processing-thinking{padding:6px 18px 14px}.pingpong-root.product-theme .processing-tools{padding:0 18px 6px}.pingpong-root.product-theme .processing-stream-loading{min-height:130px;gap:6px}.pingpong-root.product-theme .processing-stream-loading .processing-activity{font-size:18px}.pingpong-root.product-theme .processing-stage{min-height:50px;gap:6px}.pingpong-root.product-theme .results-card-content{padding-left:20px;padding-right:20px}.pingpong-root.product-theme .results-p{font-size:15px}.pingpong-root.product-theme :is(.results-h1,.results-h2){font-size:22px}}@media(prefers-reduced-motion:reduce){.pingpong-root.product-theme .mc-wrap.processing .mc-chip:after{animation:none!important}.pingpong-root.product-theme :is(.processing-view,.processing-view *,.mc-chip,.results-view,.results-view *,.pp-ball,.detached-pulse){animation:none!important;transition:none!important;scroll-behavior:auto!important}}.decision-home{--decision-input-width: 800px}.decision-home .pingpong-container{max-width:none;padding:82px 32px 0}.decision-home .pingpong-spacer,.decision-home .pingpong-spacer-bottom{display:none}.decision-home .pingpong-header{padding:0;max-width:860px}.decision-home .pingpong-title{font-family:Manrope,Inter,sans-serif;font-size:34px;font-weight:700;letter-spacing:0}.decision-intro{margin:24px 0 32px;text-align:center}.decision-intro h2{margin:0;font-family:Manrope,Inter,sans-serif;font-size:52px;line-height:1.13;font-weight:500;letter-spacing:0}.decision-intro p{max-width:var(--decision-input-width);margin:22px auto 0;font-size:16px;line-height:1.65;color:var(--home-muted)}.decision-home .pingpong-main.landing{max-width:var(--decision-input-width)}.decision-home .home-plans-link{color:var(--home-text);font-size:14px;font-weight:500;margin-right:22px;text-decoration:none}.decision-home .home-plans-link:hover{color:var(--home-accent)}.decision-home .signin-btn{color:var(--home-text);border-color:var(--home-line);background:var(--home-surface)}.decision-home .theme-toggle-btn,.decision-home .history-btn{color:var(--home-muted)}.decision-home .query-input-form{margin:0}.decision-home .query-input-glow{border-radius:12px}.decision-home .query-input-glow:not(.voice-active):before,.decision-home .query-input-glow:not(.voice-active):after,.decision-home .query-input-highlight{display:none}.decision-home .query-input-container:not(.voice-active){background:var(--home-surface);border:1px solid var(--home-line);border-radius:12px;box-shadow:0 12px 32px #00000020}.decision-home .query-input-container.focused:not(.voice-active){border-color:var(--home-mint);box-shadow:0 0 0 2px #b6decd12,0 12px 32px #00000020}.decision-home .query-input-row{min-height:96px;padding:16px 0}.decision-home .query-input-textarea{min-height:24px;padding:0 12px;line-height:24px;color:var(--home-text);letter-spacing:0}.decision-home .query-input-textarea::placeholder{color:var(--home-muted)}.decision-home .query-input-attach,.decision-home .query-input-mic:not(.recording){color:var(--home-muted);border-color:var(--home-line);background:var(--home-surface)}.decision-home .query-input-submit{background:var(--home-raised);color:var(--home-muted)}.decision-home .query-input-submit.active{background:var(--home-accent);color:var(--home-accent-ink)}.decision-home .query-input-submit.active:hover{filter:brightness(1.08)}.decision-home .query-input-attach,.decision-home .query-input-mic,.decision-home .query-input-submit{min-width:40px;min-height:40px}.decision-home :is(button,a,summary,[role=tabpanel]):focus-visible{outline:2px solid var(--home-accent);outline-offset:4px}.decision-starters{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 22px;margin:16px 0 8px}.decision-starters button{display:inline-flex;align-items:center;gap:7px;padding:7px 0;background:none;border:0;font:inherit;font-size:13px;line-height:1.5;color:var(--home-muted);cursor:pointer}.decision-starters button:hover{color:var(--home-accent)}.decision-starters svg{width:17px;height:17px;flex-shrink:0}.decision-models{width:100%;margin-top:6px}.decision-models summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;list-style:none;cursor:pointer;color:var(--home-muted)}.decision-models summary::-webkit-details-marker{display:none}.decision-providers{display:flex;align-items:center;flex-wrap:wrap;gap:18px}.decision-provider{display:inline-flex;align-items:center;gap:6px;font-size:12px}.decision-provider img{width:19px;height:19px;object-fit:contain;filter:brightness(0) invert(1)}.decision-setup{display:flex;align-items:center;gap:7px;font-size:12px;white-space:nowrap}.decision-setup svg{width:16px;height:16px}.decision-setup svg:last-child{width:12px;transition:transform .15s}.decision-models[open] .decision-setup svg:last-child{transform:rotate(180deg)}.decision-model-settings{display:flex;flex-direction:column;align-items:center;padding:10px 0 24px}.decision-home .model-hint{display:none}.decision-home .mode-option{color:var(--home-muted);min-height:34px}.decision-home .mode-option.active{color:var(--home-text)}.decision-details{width:100%;max-width:1040px;margin-top:70px}.decision-proof{position:relative;isolation:isolate;padding:56px 0 44px;background:var(--home-proof);--home-muted: var(--home-proof-muted)}.decision-proof:before{content:"";position:absolute;z-index:-1;inset:0 auto 0 50%;width:100vw;transform:translate(-50%);background:var(--home-proof);pointer-events:none}.decision-section-heading{margin:0}.decision-section-heading h2{margin:0;max-width:800px;font-family:Manrope,Inter,sans-serif;font-size:40px;font-weight:500;line-height:1.25;letter-spacing:0}.decision-section-heading>p{margin:16px 0 0;color:var(--home-muted);font-size:17px;line-height:1.6}.decision-proof-intro{color:var(--home-muted);max-width:650px;font-size:15px;line-height:1.75;margin:14px 0 0}.decision-proof-purpose{color:var(--home-muted);max-width:740px;font-size:15px;line-height:1.75;margin:14px 0 0}.decision-job{color:var(--home-mint);font-size:16px;font-weight:600;margin:0 0 18px}.decision-proof-lead{color:var(--home-text);max-width:720px;font-size:19px;line-height:1.65;margin:24px 0 0}.decision-uses{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;margin:40px 0}.decision-uses h3{color:var(--home-accent);font-family:Manrope,Inter,sans-serif;font-size:20px;font-weight:500;line-height:1.4;margin:0 0 12px}.decision-uses p{color:var(--home-muted);font-size:15px;line-height:1.75;margin:0}.decision-caveat{color:var(--home-muted);font-size:12px;line-height:1.7;margin:32px 0 0;max-width:780px}.decision-plans{scroll-margin-top:40px;padding:104px 0 48px}.decision-plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:88px;margin-top:44px}.decision-plan{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.decision-plan-label{color:var(--home-muted);font-size:12px;margin:0 0 12px}.decision-plan h3{margin:0;font-family:Manrope,Inter,sans-serif;font-size:26px;line-height:1.4;font-weight:600}.decision-price{font-family:Manrope,Inter,sans-serif;font-size:44px;line-height:1.3;font-weight:500;margin:20px 0 16px;font-variant-numeric:tabular-nums}.decision-price span{font-family:Inter,sans-serif;font-size:14px;color:var(--home-muted);font-weight:400;margin-left:6px}.decision-plan-copy{color:var(--home-muted);font-size:15px;line-height:1.7;margin:0;min-height:52px;max-width:390px}.decision-plan ul{list-style:none;padding:28px 0 32px;margin:0;display:grid;gap:14px}.decision-plan li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5}.decision-plan li svg{width:17px;height:17px;flex-shrink:0;margin-top:2px;color:var(--home-muted)}.decision-plan-cta{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:13px 18px;width:100%;max-width:390px;min-height:46px;border:0;background:var(--home-secondary-action);color:var(--home-secondary-ink);border-radius:6px;font:inherit;font-size:14px;font-weight:600;cursor:pointer;margin-top:auto}.decision-plan-cta svg{width:18px;height:18px;flex-shrink:0}.decision-plan.plus .decision-plan-cta{background:var(--home-accent);color:var(--home-accent-ink)}.decision-plan-cta:hover:not(:disabled){filter:brightness(1.08)}.decision-plan-cta:disabled{cursor:default;background:var(--home-raised)!important;color:var(--home-muted)!important}.decision-plan-cta:disabled svg{display:none}.decision-billing{color:var(--home-muted);font-size:12px;line-height:1.7;margin:32px 0 16px}.decision-team-link{display:inline-flex;align-items:center;gap:8px;color:var(--home-text);font-size:13px;line-height:1.6;text-decoration:none}.decision-team-link:hover{color:var(--home-accent)}.decision-team-link svg{width:16px;height:16px;flex-shrink:0}.decision-home .pingpong-footer{width:100%;max-width:1040px;padding:32px 0 36px;margin-top:0}.decision-home .pingpong-footer a,.decision-home .footer-legal{color:var(--home-muted)}.decision-home .footer-links{flex-wrap:wrap;gap:12px 20px}.decision-home .footer-divider{display:none}.decision-home .pingpong-footer a{letter-spacing:0}.decision-home .subscription-modal{background:var(--home-surface);border:1px solid var(--home-line);border-radius:8px;padding-top:48px}.decision-home .subscription-modal .sub-title{background:none;-webkit-text-fill-color:currentColor;color:var(--home-text);font-size:26px;letter-spacing:0}.decision-home .subscription-modal .sub-subtitle,.decision-home .subscription-modal .code-section p{color:var(--home-muted)!important;line-height:1.6}.decision-home .subscription-modal .tier-card{background:transparent;border:0;border-radius:0;min-width:0}.decision-home .subscription-modal .tier-btn{border-radius:6px;border-color:var(--home-line);margin-top:auto}.decision-home .subscription-modal .tier-btn.pro-btn{background:var(--home-accent);color:var(--home-accent-ink)!important}.decision-home .subscription-modal .tier-badge{background:var(--home-raised);color:var(--home-text);border:0;border-radius:4px;letter-spacing:0}.decision-home .subscription-modal .close-btn{color:var(--home-muted);min-width:36px;min-height:36px;top:10px;right:10px}.decision-home .subscription-modal .code-section{max-width:100%;border-top:0}.decision-home .subscription-modal .code-input{min-width:0;width:100%;border-color:var(--home-line)}.decision-home.light-mode :is(.decision-intro p,.decision-section-heading>p,.decision-proof-intro,.decision-proof-purpose,.decision-uses p,.decision-caveat,.decision-plan-label,.decision-price span,.decision-plan-copy,.decision-billing,.decision-provider,.decision-setup,.decision-starters button,.decision-starters button span){color:var(--home-muted)!important}.decision-home.light-mode .decision-job{color:var(--home-mint)!important}.decision-home.light-mode .decision-proof-lead{color:var(--home-text)!important}.decision-home.light-mode .decision-uses h3{color:var(--home-accent)!important}.decision-home.light-mode .query-input-container:not(.voice-active){background:var(--home-surface)!important;border-color:var(--home-line)!important}.decision-home.light-mode .query-input-textarea{background:transparent!important}.decision-home.light-mode .query-input-textarea::placeholder{color:var(--home-muted)!important}.decision-home.light-mode .query-input-submit.active,.decision-home.light-mode .decision-plan.plus .decision-plan-cta{background:var(--home-accent)!important;color:var(--home-accent-ink)!important}.decision-home.light-mode .decision-plan.pro .decision-plan-cta{color:var(--home-secondary-ink)!important}.decision-home.light-mode .query-input-submit.active *,.decision-home.light-mode .decision-plan .decision-plan-cta *{color:inherit!important}.decision-home.light-mode .decision-plan .decision-plan-cta:disabled{background:var(--home-raised)!important;color:var(--home-muted)!important}.decision-home.light-mode .decision-provider img{filter:brightness(0)}.decision-home.light-mode .pingpong-footer a,.decision-home.light-mode .footer-legal{color:var(--home-muted)!important}.decision-home.light-mode .subscription-modal .tier-btn:not(.pro-btn){background:var(--home-raised)}@media(min-width:701px){.decision-home .pingpong-container{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(min-content,calc(50svh - 49px)) auto auto auto;justify-items:center;align-items:start;align-content:start;padding-top:0}.decision-home .pingpong-header{align-self:end;padding-top:clamp(64px,10svh,96px)}.decision-home .pingpong-main.landing{min-height:calc(50svh + 49px)}.decision-home .decision-details{margin-top:0}}@media(min-width:701px)and (max-height:800px){.decision-home .pingpong-header{padding-top:64px}.decision-intro{margin:18px 0 24px}.decision-intro h2{font-size:44px}.decision-intro p{margin-top:16px}}@media(min-width:701px)and (max-height:650px){.decision-home .pingpong-header{padding-top:56px}.decision-intro{margin:12px 0 16px}.decision-intro h2{font-size:32px}.decision-intro p{margin-top:12px;font-size:14px;line-height:1.6}}@media(max-width:900px){.decision-plan-grid{gap:48px}.decision-uses{gap:28px}.decision-section-heading h2{font-size:34px}}@media(max-width:700px){.decision-home .auth-corner:has(.auth-row) .home-plans-link{display:none}.decision-home .pingpong-container{padding:82px 20px 0}.decision-home .pingpong-title{font-size:29px}.decision-intro{margin:22px 0 24px}.decision-intro h2{font-size:36px;line-height:1.16}.decision-intro p{font-size:15px;margin-top:18px}.decision-desktop-break{display:none}.decision-home .query-input-row{min-height:80px}.decision-starters{gap:0 16px;margin-top:12px}.decision-starters button{font-size:12px;min-height:36px}.decision-providers{gap:17px}.decision-provider>span{display:none}.decision-models summary{padding:17px 0}.decision-details{margin-top:46px}.decision-proof{padding:36px 0 32px}.decision-section-heading h2{font-size:29px}.decision-section-heading>p{font-size:16px;margin-top:14px}.decision-proof-intro,.decision-proof-purpose{font-size:14px;line-height:1.7}.decision-proof-lead{font-size:17px}.decision-uses{grid-template-columns:1fr;gap:26px;margin:32px 0}.decision-uses p{font-size:14px}.decision-caveat{margin-top:20px}.decision-plans{padding-top:72px;padding-bottom:24px}.decision-plan-grid{grid-template-columns:1fr;gap:56px;margin-top:36px}.decision-plan-copy{min-height:0}.decision-price{font-size:40px}.decision-plan-cta{max-width:none}.decision-home .pingpong-footer{padding:30px 0}}@media(max-width:360px){.decision-home .query-input-row{gap:4px}.decision-home .query-input-textarea{padding-right:8px;padding-left:8px}.decision-home .query-input-submit{margin-right:8px}.decision-home .pingpong-container{padding-right:16px;padding-left:16px}.decision-intro h2{font-size:32px}.decision-providers{gap:13px}.decision-starters{gap:0 12px}}@media(prefers-reduced-motion:reduce){.decision-home *,.decision-home *:before,.decision-home *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}body{margin:0;padding:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}pre{margin:1rem 0;padding:1rem;border-radius:.5rem;background-color:#1a1a1a;overflow-x:auto}code{font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-size:.9rem}p{margin:.75rem 0}h1,h2,h3,h4,h5,h6{margin-top:1.5rem;margin-bottom:.75rem;font-weight:600}ul,ol{margin:.75rem 0;padding-left:1.5rem}li{margin:.25rem 0}blockquote{margin:1rem 0;padding:.5rem 1rem;border-left:4px solid #bb86fc;background-color:#bb86fc1a}table{width:100%;border-collapse:collapse;margin:1rem 0}table th,table td{padding:.5rem;border:1px solid #444}table th{background-color:#333;text-align:left}
