:root {
      --safety-orange: #ff5f1f;
      --steel-black: #141414;
      --carbon-gray: #1f1f1f;
      --neon-yellow: #f2c94c;
      --pure-white: #f7f7f7;
      --muted-white: #b3b3b3;
      --border-alpha: rgba(255, 255, 255, 0.08);
    }
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
      background: linear-gradient(145deg, #0c0c0c 0%, var(--steel-black) 100%);
      color: var(--pure-white);
      line-height: 1.7;
      font-size: 1.0625rem;
      padding-bottom: 40px;
    }
    a {
      color: var(--neon-yellow);
      text-decoration: none;
      border-bottom: 1px dotted transparent;
      transition: all 0.25s ease;
    }
    a:hover {
      color: #ffd966;
      border-bottom-color: var(--neon-yellow);
    }
    .container {
      max-width: 1300px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .site-header {
      background: rgba(15, 15, 15, 0.96);
      backdrop-filter: blur(8px);
      position: sticky;
      top: 0;
      z-index: 1000;
      border-bottom: 2px solid var(--safety-orange);
    }
    .header-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 14px 0;
    }
    .my-logo {
      font-size: 2 rem;
      font-weight: 900;
      font-style: italic;
      letter-spacing: -1px;
      background: linear-gradient(135deg, var(--safety-orange) 20%, var(--neon-yellow) 50%, #fff 80%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      border: none;
      text-transform: uppercase;
    }
    .my-logo:hover {
      border: none;
      transform: scale(1.03);
    }
    .my-logo small {
      display: block;
      font-size: 0.6rem;
      letter-spacing: 2.5px;
      color: var(--muted-white);
      font-weight: 400;
      text-transform: none;
    }
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      background: transparent;
      border: 0;
      cursor: pointer;
      padding: 10px;
      z-index: 200;
    }
    .hamburger span {
      display: block;
      width: 28px;
      height: 3px;
      background: var(--neon-yellow);
      border-radius: 4px;
      transition: all 0.3s ease;
    }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 26px;
      flex-wrap: wrap;
      list-style: none;
    }
    .nav-links li a {
      color: var(--pure-white);
      font-weight: 500;
      padding: 6px 0;
      border-bottom: 2px solid transparent;
      font-size: 0.9rem;
      letter-spacing: 1px;
    }
    .nav-links li a:hover {
      color: var(--neon-yellow);
      border-bottom: 2px solid var(--neon-yellow);
    }
    .search-mini {
      background: var(--carbon-gray);
      border: 1px solid var(--border-alpha);
      border-radius: 30px;
      padding: 5px 16px;
      font-size: 0.8rem;
      color: #aaa;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .search-mini i {
      color: var(--safety-orange);
    }
    .breadcrumb {
      padding: 12px 20px;
      font-size: 0.85rem;
      border-bottom: 1px solid var(--border-alpha);
      background: rgba(0,0,0,0.3);
    }
    .breadcrumb ol {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      list-style: none;
    }
    .breadcrumb a {
      color: var(--muted-white);
    }
    .breadcrumb a:hover {
      color: var(--neon-yellow);
    }
    .layout {
      display: grid;
      grid-template-columns: 1fr 340px;
      gap: 40px;
      margin-top: 30px;
    }
    @media (max-width: 1024px) {
      .layout {
        grid-template-columns: 1fr;
      }
    }
    .article-body {
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid var(--border-alpha);
      border-radius: 24px;
      padding: 34px;
    }
    h1 {
      font-size: clamp(2rem, 6vw, 3.4rem);
      line-height: 1.15;
      background: linear-gradient(135deg, #ffd966, #ff5f1f);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      font-weight: 900;
      letter-spacing: -1px;
      margin-bottom: 14px;
      text-wrap: balance;
    }
    .subhead {
      color: var(--muted-white);
      font-size: 1.2rem;
      margin-bottom: 30px;
      border-left: 4px solid var(--safety-orange);
      padding-left: 18px;
    }
    .meta-line {
      display: flex;
      flex-wrap: wrap;
      gap: 22px;
      font-size: 0.85rem;
      color: #aaa;
      margin-bottom: 30px;
      padding: 8px 0;
      border-top: 1px solid var(--border-alpha);
      border-bottom: 1px solid var(--border-alpha);
    }
    h2 {
      font-size: 1.9rem;
      font-weight: 800;
      margin: 48px 0 16px;
      color: var(--neon-yellow);
      letter-spacing: -0.5px;
      border-left: 4px solid var(--safety-orange);
      padding-left: 16px;
    }
    h3 {
      font-size: 1.45rem;
      font-weight: 700;
      margin: 32px 0 12px;
      color: #fff;
    }
    h4 {
      font-size: 1.15rem;
      font-weight: 600;
      margin: 20px 0 8px;
      color: #f0b90b;
    }
    p {
      margin-bottom: 1.2em;
      color: #e2e2e2;
    }
    .hero-img {
      width: 100%;
      border-radius: 18px;
      box-shadow: 0 12px 40px rgba(0,0,0,0.8);
      margin: 20px 0 8px;
      border: 1px solid rgba(255,255,255,0.08);
    }
    .img-caption {
      font-size: 0.82rem;
      color: #929292;
      text-align: center;
      margin-bottom: 30px;
    }
    .info-box {
      background: linear-gradient(120deg, #1d1d1d, #252525);
      padding: 18px 22px;
      border-radius: 16px;
      border-left: 4px solid var(--neon-yellow);
      margin: 28px 0;
    }
    .info-box strong {
      color: var(--neon-yellow);
    }
    .stat-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
      gap: 16px;
      margin: 28px 0;
    }
    .stat-card {
      background: #191919;
      border: 1px solid #2b2b2b;
      padding: 18px 12px;
      border-radius: 12px;
      text-align: center;
    }
    .stat-card i {
      font-size: 2.2rem;
      color: var(--safety-orange);
    }
    .stat-card .num {
      font-size: 1.7rem;
      font-weight: 800;
      color: #fff;
      display: block;
      margin: 6px 0;
    }
    blockquote {
      border-left: 4px solid var(--safety-orange);
      background: #202020;
      padding: 14px 22px;
      border-radius: 8px;
      font-style: italic;
      color: #c9c9c9;
      margin: 28px 0;
    }
    ul, ol {
      margin-left: 26px;
      margin-bottom: 1.4em;
      color: #d5d5d5;
    }
    li {
      margin-bottom: 8px;
    }
    .friend-link {
      display: block;
      border-top: 1px solid var(--border-alpha);
      margin-top: 30px;
      padding: 20px 10px 0;
      font-size: 0.9rem;
      color: #aaa;
    }
    .friend-link a {
      margin: 0 10px 0 6px;
    }
    .sidebar {
      display: flex;
      flex-direction: column;
      gap: 28px;
    }
    .side-card {
      background: rgba(20,20,20,0.8);
      border: 1px solid var(--border-alpha);
      border-radius: 18px;
      padding: 22px;
    }
    .side-card h3 {
      color: var(--neon-yellow);
      font-size: 1.15rem;
      margin-bottom: 16px;
      border-bottom: 1px solid #2c2c2c;
      padding-bottom: 8px;
    }
    .side-card ul {
      list-style: none;
      margin-left: 0;
    }
    .side-card li {
      margin-bottom: 12px;
    }
    .side-card li a {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #cecece;
    }
    .rating-stars {
      display: flex;
      gap: 6px;
      color: var(--neon-yellow);
    }
    .btn-submit {
      display: inline-block;
      background: var(--safety-orange);
      color: #fff;
      border: none;
      padding: 12px 26px;
      border-radius: 40px;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.2s;
      font-size: 0.95rem;
    }
    .btn-submit:hover {
      background: #e14c12;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(255, 95, 31, 0.4);
    }
    .user-form {
      background: #151515;
      padding: 18px;
      border-radius: 16px;
      border: 1px solid #2e2e2e;
    }
    .user-form label {
      display: block;
      font-weight: 600;
      margin-bottom: 4px;
      font-size: 0.9rem;
      color: #cccccc;
    }
    .user-form input,
    .user-form textarea,
    .user-form select {
      width: 100%;
      background: #0d0d0d;
      border: 1px solid #353535;
      padding: 10px 14px;
      border-radius: 8px;
      color: white;
      margin-bottom: 14px;
      font-family: inherit;
    }
    .user-form textarea {
      min-height: 110px;
    }
    .stars {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      gap: 5px;
    }
    .stars input {
      display: none;
    }
    .stars label i {
      color: #444;
      font-size: 1.6rem;
      transition: all 0.15s;
      cursor: pointer;
    }
    .stars input:checked ~ label i,
    .stars label:hover i {
      color: var(--neon-yellow);
    }
    footer {
      margin-top: 70px;
      border-top: 2px solid #262626;
      padding-top: 30px;
      background: #101010;
    }
    .footer-cols {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
    }
    .footer-bottom {
      margin-top: 24px;
      text-align: center;
      color: #777;
      font-size: 0.85rem;
    }
    @media (max-width: 860px) {
      .hamburger {
        display: flex;
      }
      .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #121212;
        padding: 20px 0;
        gap: 14px;
        border-top: 1px solid rgba(255,255,255,0.05);
      }
      .nav-links.active {
        display: flex;
      }
      .search-mini {
        width: 100%;
      }
      .header-row {
        align-items: center;
      }
    }
    @media (max-width: 600px) {
      .article-body {
        padding: 20px 16px;
      }
      .layout {
        gap: 20px;
      }
    }
    .table-wrap {
      overflow-x: auto;
      margin: 30px 0;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      background: #161616;
      border-radius: 12px;
    }
    th {
      background: var(--safety-orange);
      color: black;
      font-weight: 700;
      padding: 12px 10px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      font-size: 0.8rem;
    }
    td {
      padding: 12px 10px;
      border-bottom: 1px solid #2e2e2e;
      color: #ddd;
    }
    tr:last-child td {
      border-bottom: none;
    }
