:root { --ink: #17211b; --muted: #68736c; --paper: #f6f5ef; --line: #d8ddd4; --accent: #d95d39; --green: #315b48; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, 'Times New Roman', serif; }
a { color: inherit; }
.site-header { display: flex; justify-content: space-between; align-items: center; max-width: 1100px; margin: auto; padding: 24px 28px; font-family: Arial, sans-serif; font-size: .9rem; }
.site-header > a, .site-header .logo { font-weight: 700; text-decoration: none; letter-spacing: .02em; display: flex; align-items: center; gap: 8px; }
.flag-bd { font-size: 1.4em; line-height: 1; }
nav a { color: var(--muted); text-decoration: none; margin-left: 18px; }
nav a:hover { color: var(--ink); }

/* Language toggle */
.lang-btn { margin-left: 18px; padding: 6px 12px; background: var(--green); color: white; font: 700 .75rem Arial, sans-serif; border: none; border-radius: 3px; cursor: pointer; }
.lang-btn:hover { background: #264738; }
[data-lang="en"] .lang-en { display: none; }
[data-lang="bn"] .lang-bn { display: none; }
[data-lang="en"] .lang-bn { display: inline; }
[data-lang="bn"] .lang-en { display: inline; }

main { max-width: 1100px; margin: auto; padding: 70px 28px 100px; }
.hero { max-width: 760px; padding: 40px 0 90px; }
h1 { max-width: 780px; margin: 10px 0 22px; font-size: clamp(2.8rem, 7vw, 6.5rem); line-height: .94; font-weight: 400; letter-spacing: 0; }
.hero p:not(.eyebrow), .lead { max-width: 560px; color: var(--muted); font-size: 1.2rem; line-height: 1.5; }
.eyebrow { margin: 0; color: var(--accent); font: 700 .72rem/1.2 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.button, button { display: inline-block; margin-top: 20px; padding: 12px 17px; border: 0; background: var(--green); color: white; font: 700 .85rem Arial, sans-serif; text-decoration: none; cursor: pointer; border-radius: 3px; transition: background .2s; }
.button:hover, button:hover { background: #264738; }
.page-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); padding-bottom: 28px; }
.page-heading h1 { font-size: clamp(2.8rem, 6vw, 5rem); margin-bottom: 0; }
form { display: flex; flex-direction: column; gap: 8px; min-width: 260px; font: .8rem Arial, sans-serif; }
input { padding: 11px; border: 1px solid var(--line); background: white; font: inherit; border-radius: 3px; }
input:focus { outline: 2px solid var(--green); border-color: var(--green); }
.job-list { margin-top: 18px; }
.job-row { display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); padding: 26px 0; transition: background .2s; }
.job-row:hover { background: rgba(49, 91, 72, 0.03); }
.job-row h2 { margin: 8px 0; font-size: 1.45rem; font-weight: 400; }
.job-row h2 a { text-decoration: none; }
.job-row h2 a:hover { color: var(--green); }
.job-row p:not(.eyebrow) { margin: 0; color: var(--muted); font: .85rem Arial, sans-serif; }
.deadline { min-width: 130px; align-self: center; text-align: right; font-family: Arial, sans-serif; }
.deadline span, .facts dt { display: block; color: var(--muted); font-size: .75rem; }
.deadline strong { display: block; margin-top: 5px; color: var(--accent); }
.detail { max-width: 800px; }
.detail h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); margin: 45px 0; }
.facts div { border-bottom: 1px solid var(--line); padding: 18px 12px 18px 0; }
.facts dd { margin: 7px 0 0; font-size: 1.05rem; }
.circular-text { white-space: pre-wrap; color: var(--muted); line-height: 1.6; }
.text-link { margin: 20px 0 0 18px; display: inline-block; font: .85rem Arial, sans-serif; }

/* Ad containers */
.ad-container { max-width: 1100px; margin: 0 auto; padding: 0 28px; }
.ad-top { margin-bottom: 20px; }
.ad-bottom { margin-top: 40px; margin-bottom: 20px; }
.ad-sidebar { margin: 20px 0; }
.ad-inline { margin: 30px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.adsbygoogle { display: block; }

/* Footer */
footer { max-width: 1100px; margin: auto; padding: 28px; border-top: 1px solid var(--line); color: var(--muted); font: .75rem Arial, sans-serif; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 12px; }
.footer-links a { color: var(--ink); text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-text { margin: 0; }

/* Responsive */
@media (max-width: 700px) { 
  main { padding-top: 35px; } 
  .page-heading, .job-row { display: block; } 
  form { margin-top: 25px; } 
  .deadline { margin-top: 18px; text-align: left; } 
  .facts { grid-template-columns: 1fr; }
  .site-header { flex-direction: column; gap: 12px; text-align: center; }
  nav a { margin: 0 9px; }
  .ad-container { padding: 0 15px; }
}

.prose { max-width: 760px; }
.prose h2 { margin-top: 42px; font-size: 1.35rem; font-weight: 400; }
.prose p { color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.admin-heading { border-bottom: 1px solid var(--line); padding-bottom: 28px; }
.admin-heading h1 { font-size: clamp(2.8rem, 6vw, 5rem); margin-bottom: 14px; }
.notice, .error { padding: 12px 14px; background: #e9eee7; color: var(--green); font: .82rem Arial, sans-serif; border-radius: 3px; }
.error { background: #fce8e6; color: #c5221f; }
.metric-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin: 28px 0 60px; background: var(--line); }
.metric { min-height: 120px; padding: 18px; background: var(--paper); }
.metric span { display: block; color: var(--muted); font: .75rem Arial, sans-serif; }
.metric strong { display: block; margin-top: 18px; font-size: 2.4rem; font-weight: 400; }
.admin-section { margin-top: 42px; }
.admin-section h2 { font-size: 1.5rem; font-weight: 400; }
table { width: 100%; border-collapse: collapse; font: .85rem Arial, sans-serif; }
th, td { padding: 13px 10px 13px 0; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--muted); font-size: .72rem; text-transform: uppercase; }
@media (max-width: 700px) { .metric-grid { grid-template-columns: repeat(2, 1fr); margin-bottom: 35px; } table { display: block; overflow-x: auto; white-space: nowrap; } }

/* Source badges */
.source-badge { display: inline-block; padding: 3px 8px; background: var(--green); color: white; font: 600 .65rem Arial, sans-serif; border-radius: 3px; text-transform: uppercase; letter-spacing: .03em; }
.source-badge.bank { background: #1a73e8; }
.source-badge.govt { background: var(--green); }
.source-badge.new { background: var(--accent); }