* { box-sizing: border-box; }

html { background: #d7d4ca; }

body {
  margin: 0;
  color: #222;
  background: #d7d4ca;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.45;
}

.page-shell {
  width: min(100% - 28px, 940px);
  min-height: 100vh;
  margin: 0 auto;
  background: #f8f7f2;
  border-left: 1px solid #aaa79b;
  border-right: 1px solid #aaa79b;
}

.site-header {
  padding: 24px 30px 19px;
  border-bottom: 4px solid #183e70;
  background: #eee9dc;
}

.wordmark {
  color: #153f78;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -1.5px;
  text-decoration: none;
}

.wordmark span { color: #222; }
.tagline { margin: 1px 0 0 3px; color: #666; font-size: 14px; }

main { padding: 28px 30px 42px; }

.search-panel {
  padding: 19px 21px 17px;
  border: 1px solid #aaa79b;
  background: #eeece4;
}

h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 13px; color: #173e70; font-size: 22px; }
h2 { color: #173e70; font-size: 19px; }

.search-form label { display: block; margin-bottom: 4px; font-weight: bold; }
.search-row { display: flex; gap: 7px; }
.search-row input {
  min-width: 0;
  flex: 1;
  padding: 7px 9px;
  border: 1px solid #777;
  border-radius: 0;
  background: #fff;
  color: #111;
  font: 16px Arial, Helvetica, sans-serif;
}
.search-row input:focus { outline: 2px solid #8eafd4; outline-offset: 1px; }
button {
  padding: 6px 17px;
  border: 1px solid #555;
  border-radius: 2px;
  background: linear-gradient(#fafafa, #d2d2d2);
  color: #111;
  font: bold 14px Arial, Helvetica, sans-serif;
  cursor: pointer;
}
button:hover { background: #e6e6e6; }
.help-text { margin: 9px 0 0; color: #666; font-size: 13px; }

.content-grid { display: grid; grid-template-columns: 1fr 245px; gap: 30px; margin-top: 29px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid #999; }
.section-heading h2 { margin-bottom: 6px; }
.result-count { color: #666; font-size: 13px; }
.entry { padding: 18px 0 20px; border-bottom: 1px solid #bebbb1; }
.entry:first-child { padding-top: 17px; }
.entry h3 { margin: 0; color: #111; font-size: 27px; }
.entry h3 a { color: #111; text-decoration: none; }
.entry h3 a:hover { color: #164f91; text-decoration: underline; }
.meaning-page { max-width: 700px; }
.meaning-page .entry { padding-top: 0; }
.meaning-page h1 { margin-bottom: 4px; color: #111; font-size: 31px; }
.pronunciation { margin-left: 8px; color: #666; font-size: 14px; font-style: italic; font-weight: normal; }
.part-of-speech { margin: 1px 0 10px; color: #555; font-size: 14px; font-style: italic; }
.definition { display: grid; grid-template-columns: 24px 1fr; gap: 3px; margin: 5px 0; }
.definition-number { color: #555; font-weight: bold; }
.example { margin: 7px 0 0 27px; padding-left: 10px; border-left: 2px solid #c7c3b8; color: #555; font-size: 14px; }

.side-box { margin-bottom: 22px; padding: 15px 17px; border: 1px solid #aaa79b; background: #eeece4; }
.side-box h2 { margin-bottom: 8px; padding-bottom: 5px; border-bottom: 1px solid #aaa79b; font-size: 17px; }
.word-list { margin: 0; }
.category-link { margin: 0 0 7px; }
.category-link:last-child { margin-bottom: 0; }
.category-link a { font-weight: bold; }
a { color: #164f91; }
.word-list a { position: relative; text-decoration: none; }
.word-list a:hover, .word-list a:focus { text-decoration: underline; }
.word-preview { display: none; position: absolute; z-index: 2; top: 22px; left: 0; width: 205px; padding: 7px 9px; border: 1px solid #777; background: #fffef5; color: #333; font-size: 12px; line-height: 1.35; text-decoration: none; box-shadow: 2px 2px 0 #aaa; }
.word-list a:hover .word-preview, .word-list a:focus .word-preview { display: block; }
.about-box p { margin-bottom: 9px; font-size: 14px; }
.about-box p:last-child { margin-bottom: 0; }
.muted { color: #666; }
.empty { padding: 25px 0; color: #555; }
.empty strong { color: #222; }
.load-more { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 58px; color: #666; font: 13px Arial, Helvetica, sans-serif; }
.loading-ring { width: 22px; height: 22px; display: inline-block; border-radius: 50%; background: conic-gradient(from 0deg, #0b6eae 0deg, #0b6eae 135deg, #a9dcf5 190deg, #3b9bd1 235deg, #0b6eae 360deg); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px)); mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px)); animation: spin 0.9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.site-footer { padding: 15px 30px 20px; border-top: 1px solid #aaa79b; color: #666; font-size: 13px; }
.site-footer span { color: #173e70; font-weight: bold; }

@media (max-width: 650px) {
  .page-shell { width: 100%; border: 0; }
  .site-header, main, .site-footer { padding-left: 18px; padding-right: 18px; }
  .content-grid { display: block; }
  .sidebar { margin-top: 25px; }
  .search-row { display: grid; grid-template-columns: 1fr auto; }
  .word-preview { display: none !important; }
}
