/* Sitemap XSL stylesheet — browser view of XML sitemap */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 14px; color: #333; background: #f9f9f9; }
.tseo-header { background: #fff; border-bottom: 1px solid #e5e5e5; padding: 24px 40px; }
.tseo-header h1 { font-size: 22px; font-weight: 600; color: #111; margin-bottom: 6px; }
.tseo-header p { color: #666; font-size: 13px; }
.tseo-content { max-width: 1100px; margin: 32px auto; padding: 0 24px; }
table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,.07); }
thead tr { background: #f4f4f4; }
th { text-align: left; padding: 12px 16px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: #555; border-bottom: 1px solid #e5e5e5; }
td { padding: 10px 16px; border-bottom: 1px solid #f0f0f0; font-size: 13px; vertical-align: middle; }
tr:last-child td { border-bottom: none; }
tr:hover td { background: #fafafa; }
td a { color: #0073aa; text-decoration: none; }
td a:hover { text-decoration: underline; }
.tseo-priority { display: inline-block; background: #e8f4fd; color: #0073aa; border-radius: 3px; padding: 2px 7px; font-size: 12px; font-weight: 500; }
.tseo-footer { text-align: center; padding: 32px 24px 48px; font-size: 12px; color: #aaa; }
.tseo-footer a { color: #bbb; text-decoration: none; }
.tseo-footer a:hover { color: #888; text-decoration: underline; }
