
:root{
  --tgd-blue:#0A76FF;
  --tgd-gray:#e7eaf1;
  --tgd-dark:#0e1013;
}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,sans-serif;color:var(--tgd-dark);background:#fff;}
/* Header */
.tgd-top{background:var(--tgd-blue);color:#fff;}
.tgd-top-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;}
.tgd-left,.tgd-center,.tgd-right{display:flex;align-items:center;}
.tgd-geo{line-height:1}
.tgd-geo-top{font-weight:800;font-size:18px;}
.tgd-geo-bottom{font-weight:700;font-size:14px;opacity:.9;margin-top:2px;}
.tgd-site-title{font-weight:900;font-size:24px;text-align:center;}

/* Button bar with white buttons */
.tgd-bar{background:var(--tgd-gray);border-top:1px solid #d6dae4;border-bottom:1px solid #d6dae4}
.tgd-menu{list-style:none;margin:0 auto;padding:8px 12px;max-width:1200px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.tgd-menu li{display:inline-block}
.tgd-menu a{display:inline-block;padding:8px 12px;color:#0e1013;text-decoration:none;font-weight:700;background:#fff;border-radius:8px;border:1px solid #d8dbe3}
.tgd-menu a:hover{box-shadow:0 1px 3px rgba(0,0,0,.06)}

/* Content + posts */
.tgd-content{max-width:1200px;margin:18px auto;padding:0 12px}
.tgd-container{max-width:900px;margin:0 auto}
.tgd-article{padding:16px 0;border-bottom:1px solid #eee}
.tgd-post-title{margin:0 0 6px}
.tgd-meta{font-size:12px;color:#666;margin-bottom:8px}

/* Footer */
.tgd-footer{background:var(--tgd-blue);color:#fff;margin-top:30px}
.tgd-footer-inner{max-width:1200px;margin:0 auto;padding:16px}

/* RSS list */
.tgd-rss-title{font-weight:800;margin:0 0 8px}
.tgd-rss-list{list-style:none;margin:0;padding:0}
.tgd-rss-list li{padding:10px 0;border-bottom:1px solid #eee}
.tgd-date{font-size:12px;color:#666;margin-top:2px}

/* Mobile: put geo (Gladstone/Oregon) below title */
@media (max-width: 780px){
  .tgd-top-inner{flex-direction:column;gap:8px;padding:14px}
  .tgd-center{order:1}
  .tgd-left{order:2}
  .tgd-right{order:3}
}
