* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background: #fffbeb;
  color: #292524;
  line-height: 1.75;
}
a { color: #b45309; }

.tsa-bar {
  background: #1c1917;
  color: #fef3c7;
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 20px;
}
.tsa-bar-inner { max-width: 760px; margin: 0 auto; width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.tsa-brand { font-family: system-ui, sans-serif; font-weight: 800; font-size: 17px; }
.tsa-btn {
  font-family: system-ui, sans-serif;
  display: inline-block;
  background: #f59e0b;
  color: #1c1917 !important;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.tsa-wrap { max-width: 760px; margin: 0 auto; padding: 28px 20px 48px; }
.tsa-hero { margin-bottom: 32px; }
.tsa-hero h1 { margin: 0 0 12px; font-size: clamp(26px, 4vw, 36px); color: #78350f; }
.tsa-lead { font-family: system-ui, sans-serif; color: #57534e; font-size: 17px; margin: 0; }
.tsa-entry {
  border-left: 4px solid #f59e0b;
  padding: 0 0 28px 20px;
  margin-bottom: 8px;
  position: relative;
}
.tsa-date {
  font-family: system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #92400e;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.tsa-entry h2 { margin: 0 0 10px; font-size: 21px; color: #44403c; }
.tsa-entry p { margin: 0 0 12px; font-size: 16px; }
.tsa-portal {
  background: #1c1917;
  color: #fef3c7;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  margin: 32px 0;
  font-family: system-ui, sans-serif;
}
.tsa-portal a { color: #fbbf24; font-weight: 800; font-size: 20px; }
.tsa-faq details {
  background: #fff;
  border: 1px solid #fde68a;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 10px;
  font-family: system-ui, sans-serif;
}
.tsa-faq summary { font-weight: 700; cursor: pointer; color: #78350f; }
.tsa-foot {
  text-align: center;
  padding: 24px;
  font-size: 14px;
  color: #78716c;
  font-family: system-ui, sans-serif;
}
