@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary:#6d0000;--primary-hover:#500000;--secondary:#9d2d2d;--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-card:#fff;--bg-input:#fff;--bg-hover:#f1f3f4;--bg-pill:#fff;--bg-modal:#fff;--bg-overlay:#00000080;--bg-dropdown:#fff;--bg-chip:#fff;--text-primary:#202124;--text-secondary:#5f6368;--text-muted:#70757a;--text-link:#1a0dab;--text-result-title:#6d0000;--text-result-desc:#4d5156;--text-breadcrumb:#202124;--border:#dfe1e5;--border-hover:#dfe1e500;--border-card:#dadce0;--border-divider:#f1f3f4;--border-subtle:#ebebeb;--shadow:0 1px 6px #20212447;--shadow-card:0 1px 3px #0000000d;--shadow-modal:0 24px 64px #0000002e;--font-family:"Outfit", "Google Sans", arial, sans-serif;--tab-active-color:#6d0000;--tab-inactive-color:#5f6368;--video-card-bg:#fff;--video-card-border:#dfe1e5;--kg-bg:#fff;--kg-border:#dadce0;--panel-bg:#fff;--panel-border:#dfe1e5;--panel-divider:#f1f3f4;--panel-item-hover:#f8f9fa;--category-pill-bg:#f1f3f4;--category-pill-color:#6d0000;--footer-bg:#f2f2f2;--footer-border:#e4e4e4}html[data-theme=dark]{--bg-primary:#121212;--bg-secondary:#1a1a1a;--bg-card:#1e1e1e;--bg-input:#2a2a2a;--bg-hover:#2a2a2a;--bg-pill:#2a2a2a;--bg-modal:#1e1e1e;--bg-overlay:#000000bf;--bg-dropdown:#2a2a2a;--bg-chip:#2a2a2a;--text-primary:#e8eaed;--text-secondary:#9aa0a6;--text-muted:#80868b;--text-link:#8ab4f8;--text-result-title:#c97b7b;--text-result-desc:#bdc1c6;--text-breadcrumb:#bdc1c6;--border:#3c4043;--border-hover:#3c404300;--border-card:#3c4043;--border-divider:#2a2a2a;--border-subtle:#2c2c2c;--shadow:0 1px 6px #0009;--shadow-card:0 1px 3px #0000004d;--shadow-modal:0 24px 64px #0009;--tab-active-color:#c97b7b;--tab-inactive-color:#9aa0a6;--video-card-bg:#1e1e1e;--video-card-border:#3c4043;--kg-bg:#1e1e1e;--kg-border:#3c4043;--panel-bg:#1e1e1e;--panel-border:#3c4043;--panel-divider:#2a2a2a;--panel-item-hover:#2a2a2a;--category-pill-bg:#2a2a2a;--category-pill-color:#c97b7b;--footer-bg:#1a1a1a;--footer-border:#2c2c2c}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;transition:background-color .25s,color .25s}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{outline:none;font-family:inherit}*,:before,:after{transition:background-color .2s,border-color .2s,color .15s}.search-pill,.video-result-item,.bookmark-item,button{transition:background-color .2s,border-color .2s,color .15s,box-shadow .2s}.google-button{background-color:var(--bg-secondary);border:1px solid var(--bg-secondary);color:var(--text-primary);text-align:center;border-radius:4px;min-width:54px;height:36px;margin:11px 4px;padding:0 16px;font-family:arial,sans-serif;font-size:14px;line-height:27px}.google-button:hover{background-color:var(--bg-hover);border:1px solid var(--border);color:var(--text-primary);box-shadow:0 1px 1px #0000001a}.search-pill{border:1px solid var(--border);background-color:var(--bg-pill);width:100%;max-width:584px;height:46px;color:var(--text-primary);border-radius:24px;align-items:center;padding:0 14px;transition:box-shadow .2s,background-color .2s,border-color .2s;display:flex}.search-pill input{color:var(--text-primary);background-color:#0000}.search-pill input::placeholder{color:var(--text-muted)}.search-pill:hover,.search-pill:focus-within{box-shadow:var(--shadow);border-color:var(--border-hover)}.apps-menu-item{color:var(--text-primary);border-radius:8px;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;transition:background .2s;display:flex}.apps-menu-item:hover{background-color:var(--bg-hover)}.search-header-main-wrapper{background-color:var(--bg-primary);z-index:100;border-bottom:1px solid var(--border-subtle);position:sticky;top:0}.search-results-header-container{grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:20px 30px 0;display:grid}.mobile-only-settings{display:none}.desktop-only-settings{display:block}.search-logo-wrapper{grid-area:1/1;align-items:center;display:flex}.search-input-wrapper{grid-area:1/2;width:100%;max-width:690px}.search-actions-wrapper{grid-area:1/3;justify-self:end;align-items:center;gap:15px;display:flex}@media (width<=768px){.desktop-only{display:none!important}.search-results-header-container{grid-template-rows:auto auto;grid-template-columns:40px 1fr auto;gap:14px 10px;padding:12px 16px 0}.mobile-only-settings{grid-area:1/1;justify-content:flex-start;align-items:center;display:flex}.desktop-only-settings{display:none}.search-logo-wrapper{grid-area:1/2;justify-self:center}.search-logo-wrapper img{width:115px!important}.search-input-wrapper{grid-area:2/1/auto/-1;width:100%;max-width:100%;padding-bottom:10px}.search-actions-wrapper{grid-area:1/3;justify-self:end;gap:12px}}.search-results-tabs-container{color:#5f6368;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;gap:20px;margin-top:14px;padding:0 160px;font-size:14px;display:flex;overflow-x:auto}.search-results-tabs-container::-webkit-scrollbar{display:none}.search-results-tabs-container>*{flex-shrink:0}@media (width<=900px){.search-results-tabs-container{justify-content:flex-start;gap:20px;margin-top:12px;padding:0 20px}}.search-results-main-area{flex-wrap:wrap;flex:1;gap:60px;padding:20px 160px;display:flex}@media (width<=900px){.search-results-main-area{gap:30px;padding:20px}}.search-results-knowledge-card{border:1px solid var(--kg-border);background-color:var(--kg-bg);box-shadow:var(--shadow-card);color:var(--text-primary);border-radius:8px;flex:0 0 368px;align-self:flex-start;padding:24px}@media (width<=900px){.search-results-knowledge-card{flex:100%;max-width:100%;margin-top:10px}}.search-results-footer-section{color:var(--text-muted);background-color:var(--footer-bg);border-top:1px solid var(--footer-border);padding:15px 160px;font-size:14px}.search-results-footer-links{color:var(--text-muted);background-color:var(--footer-bg);border-top:1px solid var(--footer-border);flex-wrap:wrap;gap:25px;padding:15px 160px;font-size:14px;display:flex}@media (width<=900px){.search-results-footer-section{text-align:center;padding:15px 20px}.search-results-footer-links{justify-content:center;gap:15px;padding:15px 20px}}.video-result-item{border:1px solid var(--video-card-border);cursor:pointer;background-color:var(--video-card-bg);color:var(--text-primary);border-radius:12px;gap:20px;padding:16px;transition:box-shadow .2s,background-color .2s;display:flex}.video-thumbnail-container{border-radius:8px;flex-shrink:0;width:220px;height:124px;position:relative;overflow:hidden}@media (width<=600px){.video-result-item{flex-direction:column;gap:12px}.video-thumbnail-container{width:100%!important;height:180px!important}}.news-result-item{border-bottom:1px solid var(--border-divider);color:var(--text-primary);gap:20px;padding-bottom:24px;display:flex}.news-thumbnail-container{border-radius:8px;flex-shrink:0;width:90px;height:90px;overflow:hidden}@media (width<=500px){.news-result-item{flex-direction:column-reverse;gap:12px}.news-thumbnail-container{width:100%!important;height:160px!important}}.auth-page-wrapper{background-color:var(--bg-secondary);box-sizing:border-box;justify-content:center;align-items:center;height:100vh;display:flex}.signin-card-container{background-color:var(--bg-card);border:1px solid var(--border-card);box-sizing:border-box;width:450px;max-width:100%;color:var(--text-primary);border-radius:8px;flex-direction:column;align-items:center;padding:48px 40px 36px;display:flex;position:relative}.signup-card-container{background-color:var(--bg-card);border:1px solid var(--border-card);box-sizing:border-box;width:750px;max-width:100%;color:var(--text-primary);border-radius:8px;gap:40px;padding:48px 40px;display:flex;position:relative}.signup-graphic-column{text-align:center;flex-direction:column;flex:.8;justify-content:center;align-items:center;display:flex}@media (width<=768px){.signup-card-container{flex-direction:column;gap:20px;width:480px;padding:36px 24px}.signup-graphic-column{display:none!important}}@media (width<=500px){.auth-page-wrapper{align-items:flex-start;overflow-y:auto;background-color:#fff!important}.signin-card-container,.signup-card-container{width:100%!important;box-shadow:none!important;border:none!important;border-radius:0!important;padding:60px 24px 20px!important}}.ai-overview-card{background:linear-gradient(135deg,#6d000008 0%,#9d2d2d05 50%,#d32f2f0a 100%);border:1px solid #6d00001f;border-radius:16px;margin-bottom:28px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 20px -2px #6d00000f}.ai-overview-card:hover{border-color:#6d00003d;transform:translateY(-2px);box-shadow:0 8px 30px -4px #6d00001f}.ai-overview-card:before{content:"";background:linear-gradient(90deg,#6d0000 0%,#9d2d2d 35%,#d32f2f 70%,#6d0000 100%) 0 0/200%;height:4px;animation:4s linear infinite ai-shimmer;position:absolute;top:0;left:0;right:0}@keyframes ai-shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.ai-sparkle-icon{animation:6s linear infinite ai-sparkle-spin}@keyframes ai-sparkle-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-suggested-chip{color:#3c4043;cursor:pointer;background-color:#fff;border:1px solid #dadce0;border-radius:18px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 2px #0000000d}.ai-suggested-chip:hover{color:var(--primary);background-color:#fcf6f6;border-color:#6d00004d;transform:translateY(-1px);box-shadow:0 2px 5px #6d000014}.typing-dots{align-items:center;gap:4px;display:inline-flex}.typing-dots span{background-color:var(--primary);opacity:.4;border-radius:50%;width:6px;height:6px;animation:1.4s infinite both typing-bounce}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}html[data-theme=dark]{--bg-primary:#121212;--bg-secondary:#1e1e1e;--text-primary:#e8eaed;--text-secondary:#9aa0a6;--text-link:#8ab4f8;--border:#3c4043;--shadow:0 1px 6px #0009}html[data-theme=dark] body{color:#e8eaed;background-color:#121212}html[data-theme=dark] .search-header-main-wrapper{background-color:#121212;border-bottom-color:#3c4043}html[data-theme=dark] .search-pill{color:#e8eaed;background-color:#202124;border-color:#3c4043}html[data-theme=dark] .search-results-knowledge-card,html[data-theme=dark] .video-result-item{background-color:#1e1e1e;border-color:#3c4043}html[data-theme=dark] .ai-overview-card{background:linear-gradient(135deg,#6d000014 0%,#9d2d2d0d 100%);border-color:#6d000040}html[data-theme=dark] .ai-suggested-chip{color:#e8eaed;background-color:#2a2b2e;border-color:#3c4043}.dark-mode-toggle{cursor:pointer;color:#5f6368;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.dark-mode-toggle:hover{color:var(--primary);background-color:#6d000014}.bookmark-panel{z-index:900;background:#fff;border-left:1px solid #dfe1e5;flex-direction:column;width:340px;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-4px 0 24px #0000001a}html[data-theme=dark] .bookmark-panel{background:#202124;border-left-color:#3c4043}.bookmark-panel-header{border-bottom:1px solid #dfe1e5;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}html[data-theme=dark] .bookmark-panel-header{border-bottom-color:#3c4043}.bookmark-item{cursor:pointer;border-bottom:1px solid #f1f3f4;align-items:flex-start;gap:10px;padding:12px 16px;transition:background .15s;display:flex}.bookmark-item:hover{background-color:#f8f9fa}html[data-theme=dark] .bookmark-item:hover{background-color:#2a2b2e}.bookmark-empty{color:#70757a;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:40px;display:flex}.bookmark-btn{opacity:0;cursor:pointer;color:#70757a;background:0 0;border:none;border-radius:50%;flex-shrink:0;padding:4px;transition:all .2s}.bookmark-btn.bookmarked{opacity:1;color:var(--primary)}.did-you-mean-bar{color:var(--text-secondary);align-items:center;gap:8px;padding:0 0 16px;font-size:15px;display:flex}.did-you-mean-link{color:var(--primary);cursor:pointer;text-underline-offset:2px;font-style:italic;font-weight:500;text-decoration:underline}.did-you-mean-link:hover{color:var(--primary-hover)}.kbd-badge{color:#5f6368;background:#f1f3f4;border:1px solid #dadce0;border-radius:4px;justify-content:center;align-items:center;padding:2px 7px;font-family:monospace;font-size:11px;font-weight:600;line-height:1.6;display:inline-flex}.kbd-help-toast{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;z-index:9999;pointer-events:none;white-space:nowrap;background:#202124ed;border-radius:14px;align-items:center;gap:24px;padding:14px 24px;font-size:13px;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000059}.live-pulse{color:var(--primary);letter-spacing:.5px;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.live-pulse:before{content:"";background:var(--primary);border-radius:50%;width:7px;height:7px;animation:1.5s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.65)}}htmlhtml[data-theme=dark] body,htmlhtml[data-theme=dark] #root,htmlhtml[data-theme=dark] #root>div{color:#e8eaed!important;background-color:#121212!important}htmlhtml[data-theme=dark] div[style*="backgroundColor: '#fff'"],htmlhtml[data-theme=dark] div[style*="backgroundColor: 'white'"],htmlhtml[data-theme=dark] div[style*="backgroundColor: \"white\""],htmlhtml[data-theme=dark] div[style*="background-color: white"]{color:#e8eaed!important;background-color:#1e1e1e!important}htmlhtml[data-theme=dark] div[style*="backgroundColor: '#f8f9fa'"],htmlhtml[data-theme=dark] div[style*="backgroundColor: '#f1f3f4'"],htmlhtml[data-theme=dark] div[style*="backgroundColor: '#f2f2f2'"],htmlhtml[data-theme=dark] div[style*="backgroundColor: '#fafafa'"]{background-color:#2a2a2a!important}htmlhtml[data-theme=dark] [style*="color: '#202124'"],htmlhtml[data-theme=dark] [style*="color: '#3c4043'"],htmlhtml[data-theme=dark] [style*="color: '#4d5156'"],htmlhtml[data-theme=dark] [style*="color: \"#202124\""]{color:#e8eaed!important}htmlhtml[data-theme=dark] [style*="color: '#5f6368'"],htmlhtml[data-theme=dark] [style*="color: '#70757a'"],htmlhtml[data-theme=dark] [style*="color: '#9aa0a6'"]{color:#9aa0a6!important}htmlhtml[data-theme=dark] [style*="borderBottom: '1px solid #ebebeb'"],htmlhtml[data-theme=dark] [style*="borderBottom: '1px solid #f1f3f4'"],htmlhtml[data-theme=dark] [style*="border: '1px solid #dadce0'"],htmlhtml[data-theme=dark] [style*="border: '1px solid #dfe1e5'"]{border-color:#3c4043!important}htmlhtml[data-theme=dark] div[style*="backgroundColor: '#fff'"][style*=border],htmlhtml[data-theme=dark] div[style*="backgroundColor: 'white'"][style*=border],htmlhtml[data-theme=dark] div[style*="backgroundColor: '#fff'"][style*=boxShadow]{color:#e8eaed!important;background-color:#2a2a2a!important;border-color:#3c4043!important}htmlhtml[data-theme=dark] input[style*=background],htmlhtml[data-theme=dark] input{color:#e8eaed!important;background-color:#0000!important}htmlhtml[data-theme=dark] span[style*="backgroundColor: '#f1f3f4'"]{color:#c97b7b!important;background-color:#2a2a2a!important}htmlhtml[data-theme=dark] div[style*="borderLeft: '2px solid #f1f3f4'"]{border-left-color:#3c4043!important}htmlhtml[data-theme=dark] div[style*="backgroundColor: 'white'"][style*=borderRadius],htmlhtml[data-theme=dark] button[style*="backgroundColor: 'white'"],htmlhtml[data-theme=dark] button[style*="backgroundColor: '#f8f9fa'"]{color:#e8eaed!important;background-color:#2a2a2a!important;border-color:#3c4043!important}htmlhtml[data-theme=dark] .search-results-footer-section,htmlhtml[data-theme=dark] .search-results-footer-links{color:#80868b!important;background-color:#1a1a1a!important;border-top-color:#2c2c2c!important}htmlhtml[data-theme=dark] .search-results-knowledge-card *{color:#e8eaed;border-color:#3c4043}htmlhtml[data-theme=dark] .search-results-knowledge-card a,htmlhtml[data-theme=dark] .search-results-knowledge-card [style*="color: 'var(--primary)'"]{color:#c97b7b!important}htmlhtml[data-theme=dark] div[style*="backgroundColor: '#1c1b1b'"],htmlhtml[data-theme=dark] div[style*="backgroundColor: '#121212'"]{background-color:#121212!important}htmlhtml[data-theme=dark] div[style*="padding: '20px 24px'"][style*=backgroundColor],htmlhtml[data-theme=dark] div[style*="padding: '24px'"][style*="backgroundColor: 'white'"]{color:#e8eaed!important;background-color:#1e1e1e!important}htmlhtml[data-theme=dark] div[style*="borderBottom: '1px solid #e0e0e0'"],htmlhtml[data-theme=dark] div[style*="borderBottom: '1px solid #dadce0'"]{border-bottom-color:#3c4043!important}htmlhtml[data-theme=dark] div[style*="color: 'var(--primary)'"][style*="borderBottom: '3px solid var(--primary)'"]{color:#c97b7b!important}htmlhtml[data-theme=dark] div[style*="background: '#f8f9fa'"][style*=border][style*="borderRadius: '24px'"]{background:#2a2a2a!important;border-color:#3c4043!important}htmlhtml[data-theme=dark] input,htmlhtml[data-theme=dark] textarea{caret-color:#e8eaed;color:#e8eaed!important}htmlhtml[data-theme=dark] input::placeholder,htmlhtml[data-theme=dark] textarea::placeholder{color:#5f6368!important}htmlhtml[data-theme=dark] a[style*="color: 'var(--primary)'"],htmlhtml[data-theme=dark] a[style*="color: \"var(--primary)\""]{color:#c97b7b!important}htmlhtml[data-theme=dark] *{transition:background-color .25s,color .2s,border-color .2s!important}
