﻿
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; line-height: 1.62; letter-spacing: 0; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 6vw; backdrop-filter: blur(14px); }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; min-width: 210px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 8px; font-weight: 800; overflow: hidden; }
.brand-mark img { width: 30px; height: 30px; display: block; }
.brand strong, .brand small { display: block; }
.brand small { font-size: 0.78rem; opacity: .72; }
.main-nav { display: flex; gap: 16px; flex-wrap: wrap; font-size: 0.94rem; }
.main-nav a { text-decoration: none; padding: 8px 0; }
.hero { min-height: 560px; display: grid; align-items: center; padding: 70px 6vw; background-image: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.22), rgba(255,255,255,.08)), url('hero.png'); background-size: cover; background-position: center; }
.hero-copy { max-width: 760px; color: #fff; text-shadow: 0 1px 20px rgba(0,0,0,.28); }
.hero h1 { margin: 10px 0 18px; font-size: 3rem; line-height: 1.08; letter-spacing: 0; }
.hero p { max-width: 660px; font-size: 1.16rem; }
.eyebrow { display: inline-block; font-size: .78rem; text-transform: uppercase; font-weight: 800; letter-spacing: 0; }
.section { padding: 54px 6vw; }
.section-head { max-width: 780px; margin-bottom: 24px; }
.section h2 { margin: 8px 0 0; font-size: 2rem; line-height: 1.2; letter-spacing: 0; }
.intro-section p { max-width: 900px; font-size: 1.08rem; }
.category-grid, .article-grid, .related-grid { display: grid; gap: 18px; }
.category-grid { grid-template-columns: repeat(5, minmax(120px, 1fr)); }
.category-grid a, .article-card, .related-card, .tool-list li, .popular-list a { border-radius: 8px; text-decoration: none; }
.category-grid a { padding: 18px; font-weight: 800; }
.search-box { display: grid; gap: 8px; max-width: 680px; font-weight: 700; }
.search-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.search-box input { width: 100%; border: 1px solid currentColor; border-radius: 8px; padding: 16px; font-size: 1rem; background: transparent; color: inherit; }
.search-box button { border: 0; border-radius: 8px; padding: 0 22px; min-height: 54px; font-weight: 800; cursor: pointer; }
.article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.article-card { padding: 22px; border: 1px solid transparent; min-height: 245px; }
.article-card span, .related-card span { font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.article-card h3 { margin: 10px 0; font-size: 1.2rem; line-height: 1.28; letter-spacing: 0; }
.article-card a { text-decoration: none; }
.article-card p { margin: 0; }
.popular-list { display: grid; gap: 12px; max-width: 920px; }
.popular-list a { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 14px 18px; }
.tool-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding: 0; margin: 0; list-style: none; }
.tool-list li { padding: 18px; font-weight: 700; }
.tool-links { display: flex; gap: 14px; flex-wrap: wrap; }
.tool-links a, .button, .ghost-button { display: inline-flex; align-items: center; min-height: 44px; border-radius: 8px; padding: 12px 16px; text-decoration: none; font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; padding: 42px 6vw 70px; }
.article-page { max-width: 860px; }
.breadcrumbs { display: flex; gap: 10px; flex-wrap: wrap; font-size: .9rem; margin-bottom: 28px; }
.breadcrumbs a { text-decoration: none; }
.article-hero { padding-bottom: 28px; border-bottom: 1px solid currentColor; }
.article-hero h1 { margin: 10px 0 14px; font-size: 2.55rem; line-height: 1.12; letter-spacing: 0; }
.article-hero p { font-size: 1.08rem; }
.lead { font-size: 1.16rem; font-weight: 700; margin-top: 32px; }
.article-section, .faq, .related, .tool-callout { margin-top: 42px; }
.article-section h2, .faq h2, .related h2, .tool-callout h2, .article-aside h2 { font-size: 1.65rem; line-height: 1.25; margin: 0 0 14px; letter-spacing: 0; }
.article-section h3, .faq h3 { font-size: 1.16rem; margin: 26px 0 8px; letter-spacing: 0; }
.article-section ul, .article-section ol { padding-left: 24px; }
.article-section li { margin: 8px 0; }
blockquote { margin: 22px 0; padding: 18px 20px; border-left: 4px solid currentColor; font-weight: 700; }
.tool-callout { padding: 24px; border-radius: 8px; }
.related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.related-card { display: grid; gap: 8px; padding: 18px; }
.related-card strong { line-height: 1.28; }
.related-card small { opacity: .78; }
.article-aside { position: sticky; top: 92px; align-self: start; display: grid; gap: 12px; padding: 20px; border-radius: 8px; }
.article-aside a { text-decoration: none; padding-bottom: 10px; border-bottom: 1px solid currentColor; }
.data-table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: .96rem; }
.data-table th, .data-table td { text-align: left; padding: 12px; border-bottom: 1px solid currentColor; vertical-align: top; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 34px 6vw; }
.site-footer p { max-width: 720px; }
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; align-items: start; }
.is-hidden { display: none !important; }
@media (max-width: 980px) {
  .site-header, .site-footer { align-items: flex-start; flex-direction: column; }
  .hero { min-height: 480px; }
  .hero h1 { font-size: 2.2rem; }
  .category-grid, .article-grid, .tool-list, .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
}
@media (max-width: 640px) {
  .section, .article-layout, .site-header, .site-footer, .hero { padding-left: 20px; padding-right: 20px; }
  .hero { min-height: 430px; align-items: end; }
  .hero h1 { font-size: 1.85rem; }
  .section h2, .article-hero h1 { font-size: 1.72rem; }
  .category-grid, .article-grid, .tool-list, .related-grid { grid-template-columns: 1fr; }
  .search-row { grid-template-columns: 1fr; }
  .search-box button { width: 100%; }
  .main-nav { gap: 10px; }
}

body { color: #e9f2ef; background: #f3f7fb; }
.site-header { background: rgba(16,23,19,.86); border-bottom: 1px solid rgba(174,204,188,.22); }
.brand-mark { background: #1f8cff; color: #0f1712; }
.main-nav a:hover { color: #ef4444; }
.hero { background-image: linear-gradient(90deg, rgba(11,16,14,.84), rgba(11,16,14,.44), rgba(11,16,14,.2)), url('hero.png'); }
.metric-strip { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.metric-strip span { min-width: 150px; padding: 14px 16px; border-radius: 8px; background: rgba(46,212,122,.16); border: 1px solid rgba(46,212,122,.34); }
.metric-strip b { display: block; font-size: 1.6rem; color: #ef4444; }
.section { border-top: 1px solid rgba(174,204,188,.12); }
.eyebrow { color: #1f8cff; }
.category-grid a, .article-card, .tool-list li, .popular-list a, .related-card, .article-aside { background: #ffffff; border: 1px solid rgba(174,204,188,.18); }
.article-card span, .related-card span { color: #ef4444; }
.article-card:hover, .popular-list a:hover, .category-grid a:hover { border-color: #1f8cff; }
.search-box input { border-color: rgba(174,204,188,.42); }
.search-box button { background: #1f8cff; color: #0f1712; }
.tool-callout { background: #203126; border: 1px solid rgba(46,212,122,.36); }
.tool-callout a, .footer-links a { color: #ef4444; }
.data-table th { color: #ef4444; background: rgba(46,212,122,.12); }
.data-table th, .data-table td { border-color: rgba(174,204,188,.2); }
.site-footer { background: #0c110f; border-top: 1px solid rgba(174,204,188,.18); }

body {
  background:
    linear-gradient(90deg, rgba(46,212,122,.05) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(rgba(255,209,102,.04) 1px, transparent 1px) 0 0 / 48px 48px,
    #f3f7fb;
}
.site-header { box-shadow: 0 16px 40px rgba(0,0,0,.28); }
.brand-mark { box-shadow: 0 0 0 4px rgba(46,212,122,.14); }
.main-nav a { color: #d9e8e0; border-bottom: 2px solid transparent; }
.main-nav a:hover { color: #ef4444; border-color: #ef4444; }
.hero { min-height: 620px; border-bottom: 1px solid rgba(46,212,122,.4); position: relative; }
.hero::after { content: ""; position: absolute; right: 6vw; bottom: 46px; width: min(420px, 34vw); height: 220px; border-radius: 8px; border: 1px solid rgba(46,212,122,.34); background: linear-gradient(180deg, rgba(23,34,29,.84), rgba(23,34,29,.52)); box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.metric-strip span { box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.section { background: rgba(16,23,19,.96); }
.intro-section { background: linear-gradient(135deg, #f3f7fb, #ffffff); }
.category-grid a { display: flex; min-height: 110px; align-items: end; position: relative; }
.category-grid a::before { content: ""; position: absolute; top: 18px; left: 18px; width: 52px; height: 34px; border-left: 8px solid #1f8cff; border-bottom: 10px solid #ef4444; box-shadow: 16px 8px 0 rgba(46,212,122,.38), 32px -4px 0 rgba(255,209,102,.35); }
.article-card { position: relative; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.article-card::after { content: ""; display: block; height: 8px; margin-top: 20px; border-radius: 99px; background: linear-gradient(90deg, #1f8cff 0 48%, #ef4444 48% 72%, rgba(233,242,239,.18) 72%); }
.article-card:hover { transform: translateY(-4px); background: #1c2a23; }
.popular-list a b { color: #f3f7fb; background: #ef4444; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; }
.tool-list li { background: linear-gradient(180deg, #ffffff, #203126); border-color: rgba(46,212,122,.24); min-height: 124px; display: flex; align-items: end; }
.article-layout { background: #f3f7fb; }
.article-hero { background: linear-gradient(135deg, #ffffff, #f3f7fb); border: 1px solid rgba(46,212,122,.26); border-radius: 8px; padding: 30px; box-shadow: 0 20px 60px rgba(0,0,0,.24); }
.article-section { background: #ffffff; border: 1px solid rgba(174,204,188,.14); border-radius: 8px; padding: 26px; }
.article-section li::marker { color: #ef4444; font-weight: 800; }
.data-table { overflow: hidden; border-radius: 8px; border: 1px solid rgba(174,204,188,.2); }
.data-table tbody tr:nth-child(even) { background: rgba(46,212,122,.05); }
.faq { background: #203126; border: 1px solid rgba(46,212,122,.22); border-radius: 8px; padding: 26px; }
.related-card:hover { border-color: #ef4444; }
.search-section h1 { margin: 8px 0 0; font-size: 2.4rem; line-height: 1.15; }
@media (max-width: 640px) {
  .hero::after { display: none; }
  .article-hero, .article-section, .faq { padding: 20px; }
}




.site-ops body, body.site-ops { color: #15202b; background: #f3f7fb; }
body.site-ops .hero { background-image: linear-gradient(90deg, rgba(16,33,50,.86), rgba(16,33,50,.48), rgba(16,33,50,.1)), url('hero.png'); border-bottom: 8px solid #1f8cff; }
body.site-ops .site-header { background: rgba(243,247,251,.94); color: #15202b; }
body.site-ops .article-aside { background: #102132; color: #ffffff; }
body.site-ops .site-footer { background: #102132; color: #ffffff; }
body.site-ops .article-card::before { content: ''; position: absolute; inset: 0 auto auto 0; width: 100%; height: 5px; background: linear-gradient(90deg, #1f8cff, #ef4444, #27d6a3); }
