@font-face { font-family: "Lycos Brand"; font-style: normal; font-display: swap; font-weight: 100 900; src: url("/fonts/inter-tight-latin.woff2") format("woff2"); }
:root { font-family: Arial, Helvetica, sans-serif; color: #202124; background: #fff; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; min-height: 100vh; display: flex; flex-direction: column; }
main.search-column { flex: 1; }
button, input, select { font: inherit; }
button, summary, select { cursor: pointer; }
[hidden] { display: none !important; }
a { color: #1a0dab; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid #1a73e8; outline-offset: 3px; }
.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; }
.skip-link { position: absolute; top: -100px; left: 12px; z-index: 20; padding: 10px; background: white; }
.skip-link:focus { top: 8px; }
.search-header { display: flex; align-items: center; gap: 32px; padding: 26px 32px 18px; background: #fff; }
.brand { flex: 0 0 116px; color: #2b1405; text-decoration: none; font-family: "Lycos Brand", system-ui, sans-serif; font-size: 32px; font-weight: 800; letter-spacing: -1px; line-height: 1; }
.brand span { color: #ff6a13; font-size: inherit; font-weight: inherit; letter-spacing: inherit; }
.search-form { width: 692px; max-width: 100%; }
.search-box { display: flex; align-items: center; height: 48px; border: 1px solid #dfe1e5; border-radius: 24px; padding: 0 12px 0 20px; box-shadow: 0 1px 3px rgba(60,64,67,.14); }
.search-box:hover, .search-box:focus-within { border-color: transparent; box-shadow: 0 1px 6px rgba(32,33,36,.28); }
.search-box input { width: 100%; min-width: 0; height: 42px; border: 0; outline: none; background: transparent; color: #202124; font-size: 16px; }
.search-box input:focus-visible { outline: none; }
.search-submit { display: grid; place-items: center; flex: 0 0 44px; height: 40px; margin-left: 10px; padding: 0; border: 0; background: transparent; color: #1a73e8; }
.search-submit svg { fill: currentColor; }
.search-submit:disabled { color: #9aa0a6; cursor: wait; }
.search-column { width: 660px; margin-left: 180px; max-width: calc(100% - 204px); }
.navigation-bar { border-bottom: 1px solid #ebebeb; }
.navigation-row { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 44px; }
.active-tab { align-self: stretch; display: flex; align-items: center; padding: 0 10px; border-bottom: 3px solid #1a73e8; color: #1a73e8; font-size: 14px; }
.ranking-settings > summary { list-style: none; padding: 10px 0 10px 16px; color: #5f6368; font-size: 13px; }
.ranking-settings > summary::-webkit-details-marker { display: none; }
.ranking-settings > summary::after { content: '▾'; margin-left: 7px; font-size: 11px; }
.ranking-settings[open] > summary::after { content: '▴'; }
.ranking-settings > summary:hover { color: #202124; }
.settings-panel { position: absolute; top: 46px; right: 0; z-index: 5; width: 510px; max-width: 100%; max-height: 70vh; overflow-y: auto; padding: 22px; border: 1px solid #dadce0; border-radius: 8px; background: #fff; box-shadow: 0 4px 14px rgba(60,64,67,.17); font-size: 13px; }
.settings-panel h2 { margin: 0 0 18px; font-size: 18px; font-weight: 400; }
.profile-fieldset { margin: 0 0 18px; padding: 0; border: 0; min-width: 0; }
.profile-fieldset legend, .select-label { display: block; margin-bottom: 8px; color: #3c4043; font-size: 13px; }
.profile-options { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.profile-option { padding: 10px; border: 1px solid #dadce0; border-radius: 4px; background: #fff; text-align: left; color: #3c4043; }
.profile-option[aria-pressed="true"] { color: #174ea6; background: #e8f0fe; border-color: #8ab4f8; }
.profile-title { display: block; font-size: 13px; margin-bottom: 4px; }
.profile-detail { display: block; font-size: 11px; line-height: 1.4; color: #5f6368; }
.mode-select { width: 100%; padding: 8px; border: 1px solid #dadce0; border-radius: 4px; background: #fff; color: #202124; }
.settings-help { margin: 8px 0 16px; color: #5f6368; font-size: 12px; line-height: 1.5; }
.weight-heading { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: 18px; }
.weight-heading h3 { margin: 0; font-size: 13px; font-weight: 400; }
.weight-heading > span { color: #5f6368; font-size: 12px; }
.weights-grid { margin-top: 8px; }
.weight-card { border-bottom: 1px solid #f1f3f4; padding: 6px 0; }
.weight-card-top { display: flex; justify-content: space-between; gap: 12px; }
.weight-value { font-weight: 400; font-variant-numeric: tabular-nums; }
.weight-track { display: none; }
.weight-off-label { color: #80868b; font-size: 11px; margin-left: 4px; }
.weight-card.is-off, .weight-card.is-unknown { color: #80868b; }
.index-label { border-top: 1px solid #dadce0; padding-top: 14px; margin-bottom: 5px; color: #3c4043; }
.index-label + .settings-help { margin-bottom: 0; }
.weights-summary { margin: 14px 0 0; color: #70757a; font-size: 11px; line-height: 1.6; }
.results-info { display: flex; flex-wrap: wrap; gap: 5px 12px; margin: 12px 0 22px; color: #70757a; font-size: 13px; line-height: 1.5; }
#resultsMeta { margin-left: auto; text-align: right; font-size: 12px; }
.instant-answer { margin: 0 0 28px; padding: 18px 20px 16px; border: 1px solid #dadce0; border-radius: 8px; background: #fff; box-shadow: 0 1px 2px rgba(60,64,67,.08); }
.instant-answer-kicker { margin: 0 0 6px; color: #5f6368; font-size: 12px; line-height: 1.4; }
.instant-answer h2 { margin: 0 0 14px; color: #202124; font-size: 20px; line-height: 1.3; font-weight: 400; }
.instant-answer-value-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.instant-answer-value-row code { color: #202124; font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace; font-size: 18px; line-height: 1.4; overflow-wrap: anywhere; }
.instant-answer-copy { min-height: 36px; padding: 7px 14px; border: 1px solid #dadce0; border-radius: 4px; background: #fff; color: #1a73e8; font-size: 13px; }
.instant-answer-copy:hover { border-color: #1a73e8; background: #f8fbff; }
.instant-answer-version, .instant-answer-status { margin: 9px 0 0; color: #5f6368; font-size: 12px; line-height: 1.5; }
.instant-answer-status:empty { display: none; }
body:not(.debug-mode) #rankingSettings,
body:not(.debug-mode) #weightsSummary,
body:not(.debug-mode) #resultsEyebrow,
body:not(.debug-mode) .why-details { display: none; }
.results-section { min-height: 50vh; padding-bottom: 50px; }
.result-card { margin: 0 0 28px; padding: 0; border: 0; background: transparent; }
.result-site { display: inline-flex; max-width: 100%; align-items: center; gap: 12px; color: #202124; text-decoration: none; }
.result-favicon-wrap { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border: 1px solid #ecedef; border-radius: 50%; background: #f1f3f4; }
.result-favicon { width: 18px; height: 18px; object-fit: contain; }
.result-site-text { display: flex; flex-direction: column; min-width: 0; gap: 3px; }
.result-site-name { font-size: 14px; line-height: 18px; overflow-wrap: anywhere; }
.result-url { color: #4d5156; font-size: 12px; line-height: 16px; overflow-wrap: anywhere; }
.result-title { margin: 5px 0 3px; color: #1a0dab; font-size: 20px; line-height: 1.3; font-weight: 400; letter-spacing: normal; overflow-wrap: anywhere; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.result-title a { color: #1a0dab; text-decoration: none; }
.result-title a:visited { color: #681da8; }
.result-title a:hover { text-decoration: underline; }
.matched-word { font-weight: 700; }
.result-description { margin: 0; color: #4d5156; font-size: 14px; line-height: 1.58; overflow-wrap: anywhere; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.result-age { color: #70757a; font-weight: 400; }
.result-attribution { margin: 4px 0 0; color: #70757a; font-size: 11px; line-height: 1.4; }
.result-attribution a { color: inherit; }
.result-article .result-url { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.result-bottom { margin-top: 7px; color: #70757a; font-size: 11px; }
.why-details > summary { display: inline-block; cursor: pointer; list-style: none; color: #70757a; line-height: 1.5; }
.why-details > summary::-webkit-details-marker { display: none; }
.why-details > summary::after { content: ' ▾'; }
.why-details[open] > summary::after { content: ' ▴'; }
.why-details > summary:hover { color: #202124; text-decoration: underline; }
.why-body { margin-top: 10px; padding: 14px 16px; background: #f8f9fa; border-left: 2px solid #dadce0; font-size: 12px; }
.formula { margin: 0 0 14px; line-height: 1.5; color: #5f6368; }
.result-evidence { margin: 12px 0 0; line-height: 1.5; color: #70757a; }
.contributions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.contribution-top { display: flex; justify-content: space-between; gap: 12px; }
.contribution-value { color: #3c4043; font-weight: 400; font-variant-numeric: tabular-nums; }
.contribution-note { display: block; margin-top: 3px; color: #70757a; line-height: 1.45; overflow-wrap: anywhere; }
.message { margin: 36px 0; font-size: 14px; line-height: 1.65; }
.message p { margin: 0 0 12px; }
.message ul { padding-left: 20px; }
.examples { color: #5f6368; }
.examples button, .text-button { border: 0; padding: 0; background: transparent; color: #1a0dab; font: inherit; }
.examples button:hover, .text-button:hover { text-decoration: underline; }
.pagination { display: flex; justify-content: center; max-width: 100%; margin: 38px 0 12px; color: #1a73e8; font-size: 14px; }
.pagination-list { display: flex; align-items: flex-start; gap: 18px; max-width: 100%; }
.pagination-wordmark { display: flex; align-items: flex-start; }
.pagination-letter { display: block; height: 58px; color: #2b1405; font-family: "Lycos Brand", system-ui, sans-serif; font-size: 48px; font-weight: 800; line-height: 58px; letter-spacing: -1.5px; }
.pagination-prefix { padding-right: 1px; }
.pagination-suffix { padding-left: 1px; }
.pagination-link, .pagination-arrow { display: inline-grid; grid-template-rows: 58px 26px; justify-items: center; align-items: center; color: #1a73e8; text-decoration: none; }
.pagination-link { min-width: 28px; }
.pagination-link:hover, .pagination-arrow:hover { text-decoration: none; }
.pagination-link:hover .pagination-number, .pagination-arrow:hover .pagination-control-label { text-decoration: underline; }
.pagination-link[aria-current="page"] { color: #2b1405; font-weight: 700; }
.pagination-link[aria-current="page"] .pagination-letter { color: #ff6a13; }
.pagination-arrow { min-width: 64px; }
.pagination-chevron { font-size: 42px; font-weight: 300; line-height: 1; }
.pagination-arrow.is-disabled { color: #bdc1c6; cursor: default; }
.pagination-control-label { white-space: nowrap; }
.site-footer { padding: 20px 0; border-top: 1px solid #dadce0; background: #f2f2f2; color: #70757a; font-size: 12px; }
.footer-content { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 8px 24px; margin: 0 28px; }
.footer-content > :last-child { justify-self: end; text-align: right; }
.footer-content a { color: inherit; text-decoration: none; }
.footer-content a:hover { text-decoration: underline; }
.service-state.is-error { color: #b3261e; }
.home-submit { display: none; }
body:not(.has-query) .navigation-bar,
body:not(.has-query) main.search-column,
body:not(.has-query) .skip-link { display: none; }
body:not(.has-query) .search-header { flex: 1; flex-direction: column; align-items: center; gap: 30px; padding: clamp(100px, 24vh, 240px) 24px 80px; }
body:not(.has-query) .brand { flex: none; font-size: 84px; letter-spacing: -3px; }
body:not(.has-query) .brand span { font-size: inherit; letter-spacing: inherit; }
body:not(.has-query) .search-form { width: 584px; text-align: center; }
body:not(.has-query) .search-box { height: 50px; box-shadow: none; }
body:not(.has-query) .search-box:hover,
body:not(.has-query) .search-box:focus-within { box-shadow: 0 1px 6px rgba(32,33,36,.28); }
body:not(.has-query) .home-submit { display: inline-block; margin-top: 28px; padding: 10px 18px; border: 1px solid transparent; border-radius: 4px; background: #f8f9fa; color: #3c4043; font-size: 14px; }
body:not(.has-query) .home-submit:hover { border-color: #dadce0; box-shadow: 0 1px 1px rgba(0,0,0,.1); }
@media (min-width: 1600px) { .search-column { margin-left: 220px; } .search-header { padding-left: 40px; gap: 56px; } .brand { flex-basis: 124px; } }
@media (max-width: 950px) { .search-header { gap: 22px; padding: 20px 24px 14px; } .brand { flex-basis: 96px; } .search-column { margin-left: 142px; max-width: calc(100% - 166px); } }
@media (max-width: 700px) {
  body:not(.has-query) .search-header { padding: 20vh 20px 60px; gap: 28px; }
  body:not(.has-query) .brand { font-size: 66px; }
  body:not(.has-query) .brand span { font-size: inherit; }
  .footer-content { margin: 0 20px; column-gap: 12px; }
  .search-header { flex-direction: column; align-items: stretch; gap: 18px; padding: 20px 16px 12px; }
  .brand { flex: auto; align-self: center; font-size: 28px; }
  .brand span { font-size: inherit; }
  .search-form { width: 100%; }
  .search-column { width: auto; max-width: none; margin-left: 20px; margin-right: 20px; }
  .search-box { height: 46px; padding-left: 16px; }
  .navigation-row { min-height: 42px; }
  .weights-summary { font-size: 10px; margin-top: 12px; }
  .results-info { margin: 10px 0 22px; font-size: 12px; }
  #resultsMeta { font-size: 11px; }
  .instant-answer { padding: 16px; }
  .instant-answer-value-row code { font-size: 16px; }
  .result-card { margin-bottom: 27px; }
  .result-title { font-size: 20px; }
  .result-description { -webkit-line-clamp: 4; }
  .settings-panel { max-width: calc(100vw - 40px); width: 510px; padding: 16px; }
  .profile-options { grid-template-columns: 1fr 1fr; }
  .contributions { grid-template-columns: 1fr; }
  .pagination { margin-top: 30px; }
  .pagination-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 0; }
  .pagination-wordmark { grid-column: 1 / -1; grid-row: 1; justify-content: center; }
  .pagination-letter { height: 44px; font-size: 34px; line-height: 44px; letter-spacing: -1px; }
  .pagination-link { grid-template-rows: 44px 26px; min-width: 20px; }
  .pagination-arrow { grid-row: 2; display: flex; gap: 8px; min-height: 44px; }
  .pagination-previous { justify-self: start; }
  .pagination-next { justify-self: end; flex-direction: row-reverse; }
  .pagination-chevron { font-size: 30px; }
}
