/* Shared CSS for SEO institution pages (site/u/*.html).
   Self-contained: /u pages do not load gradlens.css, so the brand tokens
   are mirrored here. Keep values in sync with gradlens.css :root. */
:root {
  --bg: #0a0e1a;
  --bg-elevated: #0f1629;
  --surface: #1e293b;
  --text: #f1f5f9;
  --text-body: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --text-faint: #475569;
  --border: rgba(148, 163, 184, 0.1);
  --accent: #06b6d4;
  --accent-bright: #22d3ee;
  --accent-glow: rgba(6, 182, 212, 0.05);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', -apple-system, sans-serif; background: var(--bg); color: var(--text-body); padding: 0; }
.seo-header { background: var(--bg-elevated); border-bottom: 1px solid var(--border); padding: 1rem 2rem; }
.seo-header a { color: var(--accent); text-decoration: none; font-weight: 700; font-size: 1.25rem; }
.seo-header a span { color: var(--text); }
.seo-wrap { max-width: 800px; margin: 0 auto; padding: 2rem 1.5rem; }
h1 { font-size: 2rem; font-weight: 800; margin-bottom: 0.5rem; color: var(--text); }
.seo-location { color: var(--text-secondary); margin-bottom: 1.5rem; font-size: 0.95rem; }
.seo-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.seo-table th { text-align: left; padding: 0.75rem 1rem; background: var(--surface); color: var(--text-secondary); font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; }
.seo-table td { padding: 0.75rem 1rem; border-bottom: 1px solid var(--border); }
.seo-table tr:hover { background: var(--accent-glow); }
.seo-note { color: var(--text-muted); font-size: 0.85rem; }
h2 { font-size: 1.25rem; font-weight: 700; margin-top: 2rem; color: var(--accent); }
.seo-cta { margin-top: 2rem; padding: 1.5rem; background: var(--surface); border-radius: 8px; text-align: center; }
.seo-cta a { display: inline-block; background: var(--accent); color: var(--bg); padding: 0.75rem 2rem; border-radius: 6px; text-decoration: none; font-weight: 700; }
.seo-cta a:hover { background: var(--accent-bright); }
.seo-cta p { color: var(--text-secondary); margin-top: 0.75rem; font-size: 0.9rem; }
.seo-transport { color: var(--text-secondary); font-size: 0.9rem; margin: 0.5rem 0; }
.seo-years { color: var(--text-faint); font-size: 0.8rem; margin-top: 2rem; }
.seo-footer { text-align: center; padding: 2rem; color: var(--text-faint); font-size: 0.8rem; }
.seo-footer a { color: var(--accent); text-decoration: none; }
.seo-breadcrumb { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 1rem; }
.seo-breadcrumb a { color: var(--accent); text-decoration: none; }
