:root { font-family: "Segoe UI", Tahoma, Arial, sans-serif; color: #f1f2e9; background: #0c1012; }
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(1000px 550px at 85% -190px,#25433c 0%,transparent 70%), #0c1012; min-height: 100vh; }
a { color: inherit; }
.shell { max-width: 1320px; padding: 0 32px; margin: auto; }
.masthead { min-height: 91px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #263230; }
.brand { text-decoration: none; font-weight: 800; font-size: 25px; letter-spacing: -.8px; display: flex; align-items: center; gap: 11px; }
.mark { color: #b5f46b; font-size: 36px; line-height: 1; }
.tag { color: #93a39b; font-size: 13px; }
.hero { padding: 88px 0 71px; max-width: 860px; }
.eyebrow,.card-label { color: #b6ec86; font-size: 13px; font-weight: 700; letter-spacing: .25px; }
h1 { margin: 17px 0 18px; font-size: clamp(42px,6vw,78px); line-height: 1.16; letter-spacing: -1.5px; }
h1 em { font-style: normal; color: #b5f46b; }
.hero p { color: #a8b7af; font-size: 18px; line-height: 1.8; max-width: 750px; margin: 0 0 32px; }
.search-box { display: flex; padding: 7px; gap: 7px; background: #1a2323; border: 1px solid #3e5149; border-radius: 17px; box-shadow: 0 18px 45px #0004; }
.search-box:focus-within { border-color: #adf16d; }
.search-box input { min-width: 0; flex: 1; border: none; outline: none; background: transparent; color: #fff; font: inherit; font-size: 17px; padding: 16px; }
.search-box input::placeholder { color: #8a9b91; }
.search-box button { border: 0; background: #b5f46b; color: #172513; font: inherit; font-weight: 800; white-space: nowrap; border-radius: 11px; padding: 0 26px; cursor: pointer; }
.search-box button:hover { background: #c9ff92; }
.search-box button:disabled { opacity: .65; cursor: wait; }
.status { min-height: 26px; padding: 14px 2px 0; color: #92a59b; font-size: 14px; }
.hidden { display: none; }
.results { padding: 0 0 60px; }
.section-heading { display: flex; gap: 18px; align-items: center; margin-bottom: 20px; color: #b5f46b; font-size: 13px; font-weight: 700; }
#result-query { color: #839389; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 400; }
.columns { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(300px,.82fr); gap: 35px; }
.primary,.videos-pane { min-width: 0; }
.answer-card { background: linear-gradient(135deg,#22332d,#172422); border: 1px solid #3d584a; border-radius: 18px; padding: 27px 30px 30px; }
.spark { color: #b5f46b; font-size: 22px; vertical-align: middle; padding-left: 5px; }
.subtle { color: #879e8f; font-weight: normal; margin-right: 7px; }
.answer { font-size: 17px; line-height: 1.95; margin-top: 18px; white-space: pre-wrap; overflow-wrap: anywhere; }
.answer a { color: #b5f46b; font-size: 14px; text-decoration: none; margin: 0 2px; }
.answer a:hover { text-decoration: underline; }
.answer .loading { color: #a9b6ac; }
.answer .error { color: #f3c1a7; }
.list-heading { display: flex; justify-content: space-between; align-items: baseline; margin: 28px 0 12px; color: #819088; font-size: 13px; }
.list-heading h2 { font-size: 21px; margin: 0; color: #eef3e9; }
.web-item { display: block; text-decoration: none; padding: 19px 4px; border-top: 1px solid #263331; }
.web-item:hover .web-title { color: #b5f46b; }
.web-url { direction: ltr; text-align: right; color: #83a899; font-size: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.web-title { font-size: 18px; font-weight: 650; margin: 6px 0; line-height: 1.45; }
.web-snippet { margin: 0; color: #aebcb2; font-size: 14px; line-height: 1.7; }
.video-item { display: grid; grid-template-columns: 132px 1fr; gap: 13px; text-decoration: none; padding: 13px 0; border-top: 1px solid #263331; align-items: start; }
.video-item:hover .video-title { color: #b5f46b; }
.thumb { width: 132px; aspect-ratio: 16/9; object-fit: cover; background: #26352d; border-radius: 8px; }
.video-title { line-height: 1.45; font-size: 14px; font-weight: 650; }
.video-meta { color: #8e9f95; font-size: 12px; margin-top: 6px; }
.fineprint,footer { color: #76887d; font-size: 12px; line-height: 1.7; }
footer { border-top: 1px solid #263230; padding: 24px 0 36px; }
.empty { color: #9aaba0; padding: 16px 0; line-height: 1.7; }
@media (max-width: 920px) {
  .columns { grid-template-columns: 1fr; }
  .videos-pane { border-top: 1px solid #283832; margin-top: 12px; }
  .hero { padding: 65px 0 55px; }
}
@media (max-width: 550px) {
  .shell { padding: 0 18px; }
  .masthead { min-height: 72px; }
  .tag { font-size: 11px; }
  .hero { padding: 58px 0 42px; }
  .hero p { font-size: 15px; }
  .search-box { flex-direction: column; }
  .search-box button { padding: 13px 22px; }
  .answer-card { padding: 21px; }
  .video-item { grid-template-columns: 118px 1fr; }
  .thumb { width: 118px; }
}
.hero { margin-inline: auto; text-align: center; }
.hero p { margin-inline: auto; }
