:root {
    --black: #111;
    --dark: #222;
    --text: #333;
    --text-light: #555;
    --text-lighter: #888;
    --border: #ccc;
    --border-light: #e2e2e2;
    --bg: #fff;
    --bg-off: #f5f4f0;
    --bg-warm: #faf9f6;
    --accent: #c41200;
    --accent-dark: #a00f00;
    --accent-soft: #fef1ef;
    --masthead: #1b1b1b;
    --font-sans: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --font-headline: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --font-mono: 'DM Mono', 'Courier New', monospace;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: var(--font-sans); color: var(--text); background: var(--bg-warm); -webkit-font-smoothing: antialiased; font-size: 15px; line-height: 1.6; }
  a { color: inherit; text-decoration: none; }

  .affiliate-bar { background: var(--masthead); padding: 6px 0; text-align: center; font-size: 0.7rem; color: #aaa; letter-spacing: 0.02em; }
  .affiliate-bar a { text-decoration: underline; color: #ccc; cursor: pointer; font-weight: 600; }

  .site-header { border-bottom: none; position: sticky; top: 0; z-index: 100; background: var(--bg); box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
  .header-top { display: flex; justify-content: space-between; align-items: center; max-width: 1180px; margin: 0 auto; padding: 12px 24px; border-bottom: 3px solid var(--black); }
  .logo { display: flex; align-items: center; gap: 8px; }
  .logo-icon { display: flex; align-items: center; flex-shrink: 0; }
  .logo-main { font-family: var(--font-headline); font-size: 1.15rem; font-weight: 900; color: var(--bg); background: var(--black); padding: 2px 8px 2px 7px; letter-spacing: 0.06em; line-height: 1.4; }
  .logo-rev { font-family: var(--font-headline); font-size: 1.15rem; font-weight: 900; color: var(--bg); background: var(--accent); padding: 2px 7px 2px 6px; letter-spacing: 0.06em; line-height: 1.4; margin-left: -4px; }
  .logo-dot { color: var(--accent); font-size: 2.2rem; line-height: 0; margin-left: 1px; font-style: normal; }
  .header-right { display: flex; align-items: center; gap: 24px; font-size: 0.78rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.06em; }
  .header-right a { transition: color 0.15s; font-weight: 700; }
  .header-right a:hover { color: var(--accent); }
  .menu-btn { display: none; width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 0; background: var(--bg); cursor: pointer; align-items: center; justify-content: center; flex-shrink: 0; }
  .menu-btn:hover { border-color: var(--black); }
  .menu-btn svg { width: 18px; height: 18px; color: var(--text); }
  .mobile-menu { display: none; position: fixed; inset: 0; z-index: 999; }
  .mobile-menu.active { display: block; }
  .mobile-menu-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.4); }
  .mobile-menu-panel { position: absolute; top: 0; right: 0; width: 280px; max-width: 85vw; height: 100%; background: var(--bg); box-shadow: -4px 0 24px rgba(0,0,0,0.15); display: flex; flex-direction: column; }
  .mobile-menu-header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 2px solid var(--black); }
  .mobile-menu-header span { font-family: var(--font-headline); font-weight: 700; font-size: 1rem; color: var(--black); }
  .mobile-menu-close { width: 34px; height: 34px; border: 1px solid var(--border); border-radius: 0; background: var(--bg); display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1.1rem; color: var(--text-light); }
  .mobile-menu-close:hover { background: var(--bg-off); }
  .mobile-menu-body { flex: 1; overflow-y: auto; padding: 8px 0; }
  .mobile-menu-section { padding: 14px 20px 6px; font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--text-lighter); }
  .mobile-menu-body a { display: flex; align-items: center; gap: 10px; padding: 12px 20px; font-size: 0.88rem; font-weight: 500; color: var(--text); border-left: 3px solid transparent; }
  .mobile-menu-body a:hover { background: var(--bg-off); color: var(--accent); border-left-color: var(--accent); }
  .mobile-menu-body a svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--text-lighter); }
  .mobile-menu-body a:hover svg { color: var(--accent); }
  .mobile-menu-divider { height: 1px; background: var(--border-light); margin: 6px 20px; }
  @media (max-width: 700px) {
    .header-right a { display: none; }
    .menu-btn { display: flex; }
    .logo-main, .logo-rev { font-size: 0.9rem; }
  }

  .wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

  .hero { padding: 36px 0 32px; border-bottom: 1px solid var(--border); background: var(--bg); }
  .hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: stretch; }
  .hero-main { display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--border-light); padding-right: 40px; }
  .hero-label { font-size: 0.65rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.18em; color: var(--accent); margin-bottom: 16px; }
  .hero h1 { font-family: var(--font-headline); font-size: 2.4rem; font-weight: 900; color: var(--black); line-height: 1.12; margin-bottom: 16px; letter-spacing: -0.02em; }
  .hero p { font-size: 1rem; color: var(--text-light); line-height: 1.7; margin-bottom: 20px; max-width: 500px; }
  .hero-cards { display: grid; grid-template-rows: 1fr 1fr 1fr; gap: 0; }
  .hero-card { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-bottom: 1px solid var(--border-light); background: var(--bg); transition: background 0.15s; }
  .hero-card:last-child { border-bottom: none; }
  .hero-card:hover { background: var(--bg-off); }
  .hero-card-icon { width: 48px; height: 48px; border-radius: 0; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
  .hero-card .card-text { flex: 1; }
  .hero-card .card-tag { font-size: 0.58rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 3px; }
  .hero-card .card-title { font-family: var(--font-headline); font-size: 0.92rem; font-weight: 700; color: var(--black); line-height: 1.3; }
  .hero-card .card-arrow { color: var(--text-lighter); font-size: 1rem; flex-shrink: 0; }
  .hero-card:hover .card-arrow { transform: translateX(3px); color: var(--accent); }
  .hero-trust { display: flex; gap: 20px; flex-wrap: wrap; padding-top: 16px; border-top: 1px solid var(--border-light); }
  .trust-item { display: flex; align-items: center; gap: 5px; font-size: 0.78rem; color: var(--text-light); }
  .trust-item strong { color: var(--black); font-weight: 800; }

  .content-section { padding: 36px 0; border-bottom: 1px solid var(--border); background: var(--bg-warm); }
  .section-label { font-size: 0.62rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.18em; color: var(--accent); margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--border); display: block; }
  .two-col { display: grid; grid-template-columns: 2.2fr 1fr; gap: 40px; }

  .cat-rankings { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .cat-card { display: flex; gap: 14px; align-items: flex-start; padding: 14px; border: 1px solid var(--border-light); background: var(--bg); }
  .cat-card:hover { border-color: var(--text-lighter); }
  .cat-icon { width: 52px; height: 52px; border-radius: 0; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
  .cat-info { flex: 1; }
  .cat-info h3 { font-family: var(--font-headline); font-size: 0.9rem; font-weight: 700; color: var(--black); line-height: 1.35; margin-bottom: 3px; }
  .cat-info .cat-sub { font-size: 0.68rem; color: var(--text-lighter); font-family: var(--font-mono); margin-bottom: 6px; }
  .cat-info p { font-size: 0.8rem; color: var(--text-light); line-height: 1.55; margin-bottom: 6px; }
  .cat-cta { font-size: 0.72rem; font-weight: 800; color: var(--accent); text-transform: uppercase; letter-spacing: 0.04em; }

  .article-item { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border-light); align-items: center; cursor: pointer; }
  .article-item:first-child { padding-top: 0; }
  .article-item:last-child { border-bottom: none; }
  .article-item:hover { opacity: 0.65; }
  .article-icon { width: 40px; height: 40px; border-radius: 0; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
  .article-text { flex: 1; min-width: 0; }
  .article-cat { font-size: 0.6rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 3px; }
  .article-text h3 { font-family: var(--font-headline); font-size: 0.94rem; font-weight: 700; color: var(--black); line-height: 1.35; margin-bottom: 3px; }
  .article-text p { font-size: 0.8rem; color: var(--text-light); line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .article-meta { font-size: 0.68rem; color: var(--text-lighter); margin-top: 4px; font-family: var(--font-mono); }
  .article-read-btn { flex-shrink: 0; font-size: 0.68rem; font-weight: 800; color: var(--bg); background: var(--black); padding: 5px 12px; border-radius: 0; white-space: nowrap; text-transform: uppercase; letter-spacing: 0.06em; }
  .article-item:hover .article-read-btn { background: var(--accent); }

  .sidebar-block { margin-bottom: 28px; }
  .sidebar-title { font-size: 0.6rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.18em; color: var(--black); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 3px double var(--black); }
  .popular-item { display: flex; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--border-light); align-items: baseline; }
  .popular-item:last-child { border-bottom: none; }
  .popular-num { font-family: var(--font-headline); font-size: 1.5rem; font-weight: 900; color: #ddd; flex-shrink: 0; line-height: 1; width: 24px; }
  .popular-text { font-size: 0.82rem; font-weight: 600; color: var(--dark); line-height: 1.35; }
  .popular-text:hover { color: var(--accent); }
  .cat-strip { display: flex; flex-wrap: wrap; gap: 6px; }
  .cat-chip { font-size: 0.72rem; font-weight: 600; color: var(--text-light); padding: 4px 11px; border: 1px solid var(--border); border-radius: 0; }
  .cat-chip:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }

  .site-footer { border-top: 3px solid var(--black); padding: 32px 0 24px; color: var(--text-lighter); font-size: 0.8rem; background: var(--bg); }
  .footer-logo { font-family: var(--font-headline); font-weight: 900; margin-bottom: 10px; display: inline-flex; }
  .footer-left p { line-height: 1.6; max-width: 480px; font-size: 0.8rem; margin-bottom: 14px; }
  .footer-legal-links { display: flex; flex-wrap: wrap; gap: 6px 18px; }
  .footer-legal-links a { font-size: 0.74rem; color: var(--text-light); cursor: pointer; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }
  .footer-legal-links a:hover { color: var(--accent); }
  .footer-bottom { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--border); font-size: 0.7rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
  .footer-bottom a { color: var(--text-lighter); margin-left: 16px; cursor: pointer; }
  .footer-bottom a:hover { color: var(--text-light); }
  .footer-disclaimer { margin-top: 14px; font-size: 0.68rem; color: var(--text-lighter); line-height: 1.7; }
  .footer-disclaimer strong { color: var(--text-light); }

  .modal-overlay { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,0.55); justify-content: center; align-items: flex-start; padding: 40px 20px; overflow-y: auto; }
  .modal-overlay.active { display: flex; }
  .modal { background: var(--bg); border-radius: 0; max-width: 700px; width: 100%; max-height: calc(100vh - 80px); overflow-y: auto; box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
  .modal-header { position: sticky; top: 0; z-index: 2; background: var(--masthead); padding: 18px 28px 14px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
  .modal-header h2 { font-family: var(--font-headline); font-size: 1.1rem; font-weight: 700; color: #fff; line-height: 1.35; }
  .modal-close { width: 30px; height: 30px; border: 1px solid #555; background: transparent; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1rem; color: #aaa; flex-shrink: 0; }
  .modal-close:hover { background: #333; color: #fff; }
  .modal-body { padding: 24px 28px 32px; font-size: 0.88rem; color: var(--text); line-height: 1.8; }
  .modal-body h3 { font-family: var(--font-headline); font-size: 1rem; font-weight: 700; color: var(--black); margin: 26px 0 8px; }
  .modal-body h3:first-child { margin-top: 0; }
  .modal-body p { margin-bottom: 12px; }
  .modal-body ul { margin: 0 0 12px 20px; }
  .modal-body li { margin-bottom: 6px; }
  .modal-body .updated { font-size: 0.72rem; color: var(--text-lighter); font-family: var(--font-mono); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--border-light); }
  .dmca-form { margin-top: 16px; }
  .form-row { margin-bottom: 14px; }
  .form-row label { display: block; font-weight: 700; color: var(--dark); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.03em; font-size: 0.72rem; }
  .form-row input, .form-row textarea { width: 100%; font-family: var(--font-sans); font-size: 0.88rem; padding: 10px 12px; border: 1px solid var(--border); border-radius: 0; outline: none; background: var(--bg); }
  .form-row input:focus, .form-row textarea:focus { border-color: var(--black); }
  .form-row textarea { min-height: 100px; resize: vertical; }
  .form-check { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 10px; }
  .form-check input[type="checkbox"] { margin-top: 3px; flex-shrink: 0; }
  .form-check label { font-size: 0.82rem; color: var(--text); font-weight: 400; line-height: 1.45; }
  .form-submit { font-family: var(--font-sans); font-size: 0.8rem; font-weight: 800; background: var(--black); color: white; border: none; padding: 11px 28px; border-radius: 0; cursor: pointer; margin-top: 8px; text-transform: uppercase; letter-spacing: 0.08em; }
  .form-submit:hover { background: var(--accent); }
  .form-note { font-size: 0.72rem; color: var(--text-lighter); margin-top: 10px; line-height: 1.5; }

  .art-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--border-light); flex-wrap: wrap; }
  .art-tag { font-size: 0.6rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: #fff; padding: 3px 10px; border-radius: 0; }
  .art-date { font-size: 0.72rem; color: var(--text-lighter); font-family: var(--font-mono); }
  .art-time { font-size: 0.72rem; color: var(--text-lighter); font-family: var(--font-mono); }
  .art-body p { font-size: 0.92rem; line-height: 1.85; margin-bottom: 14px; }
  .art-body h3 { display: flex; align-items: center; gap: 8px; font-family: var(--font-headline); font-size: 1.05rem; margin: 30px 0 10px; color: var(--black); }
  .art-body h3:first-child { margin-top: 0; }
  .kp { background: #fdf6ee; border-left: 3px solid #c77d0a; padding: 14px 18px; margin: 16px 0; font-size: 0.86rem; line-height: 1.75; }
  .kp strong { color: var(--black); }
  .sc { background: #f4f6f9; border: 1px solid #d4d9e0; padding: 14px 18px; margin: 14px 0; }
  .sc .sl { font-size: 0.6rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--dark); margin-bottom: 6px; }
  .sc p { font-size: 0.86rem; margin-bottom: 0; }
  .vb { background: var(--bg-off); border: 1px solid var(--border); padding: 16px 18px; margin: 20px 0; }
  .vb .vl { font-size: 0.6rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); margin-bottom: 6px; }
  .vb p { font-size: 0.88rem; color: var(--dark); margin-bottom: 0; line-height: 1.75; }
  .cl { margin: 14px 0; }
  .ci { display: flex; gap: 8px; align-items: flex-start; padding: 7px 0; font-size: 0.86rem; line-height: 1.65; }
  .ci svg { flex-shrink: 0; margin-top: 3px; }
  .cmp { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 14px 0; }
  .cmp > div { padding: 14px 16px; font-size: 0.84rem; line-height: 1.6; }
  .cmp .pro { background: #f0fdf4; border: 1px solid #bbf7d0; }
  .cmp .con { background: #fef2f2; border: 1px solid #fecaca; }
  .cmp .ct { font-size: 0.62rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
  .cmp .pro .ct { color: #15803d; }
  .cmp .con .ct { color: #b91c1c; }
  .cmp p { margin-bottom: 4px; }

  .rank-card { border: 1px solid var(--border); padding: 18px; margin: 14px 0; position: relative; overflow: hidden; background: var(--bg); }
  .rank-card.winner { border-color: #b8960c; background: #fdfcf5; }
  .rank-card.winner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #b8960c; }
  .rank-num { font-family: var(--font-headline); font-size: 1.8rem; font-weight: 900; color: #ddd; line-height: 1; margin-bottom: 4px; }
  .rank-card.winner .rank-num { color: #b8960c; }
  .rank-name { font-family: var(--font-headline); font-size: 1.05rem; font-weight: 700; color: var(--black); margin-bottom: 3px; }
  .rank-tagline { font-size: 0.72rem; color: var(--accent); font-weight: 800; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.04em; }
  .rank-desc { font-size: 0.86rem; color: var(--text); line-height: 1.75; margin-bottom: 10px; }
  .rank-stats { display: flex; gap: 16px; flex-wrap: wrap; }
  .rank-stat { font-size: 0.72rem; color: var(--text-light); display: flex; align-items: center; gap: 4px; }
  .rank-stat strong { color: var(--dark); }
  .rank-pros { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
  .rank-pro { font-size: 0.68rem; font-weight: 700; color: #15803d; background: #f0fdf4; border: 1px solid #dcfce7; padding: 2px 8px; }
  .rank-con { font-size: 0.68rem; font-weight: 700; color: #b91c1c; background: #fef2f2; border: 1px solid #fecaca; padding: 2px 8px; }

  @media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-main { border-right: none; padding-right: 0; border-bottom: 1px solid var(--border-light); padding-bottom: 24px; }
    .two-col { grid-template-columns: 1fr; }
    .cat-rankings { grid-template-columns: 1fr; }
    .hero h1 { font-size: 1.8rem; }
    .modal { margin: 10px; }
    .cmp { grid-template-columns: 1fr; }
  }