*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; font-size: 16px; }
  body { font-family: 'Segoe UI', Roboto, Arial, sans-serif; background: #0b0b0e; color: #e8e6e3; line-height: 1.7; }
  a { color: #f0c27f; text-decoration: none; transition: color 0.2s; }
  a:hover { color: #ffd700; text-decoration: underline; }
  .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
  .site-header { background: linear-gradient(135deg, #1a1a24 0%, #0d0d12 100%); border-bottom: 3px solid #c9a84c; padding: 12px 0; position: sticky; top: 0; z-index: 100; }
  .header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
  .my-logo { font-size: 1.8rem; font-weight: 800; color: #f0c27f; text-transform: uppercase; letter-spacing: 0.05em; background: linear-gradient(135deg, #f0c27f, #d4a843); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .my-logo:hover { text-decoration: none; opacity: 0.9; }
  .my-logo span { font-weight: 300; color: #aaa; -webkit-text-fill-color: #aaa; }
  .nav-toggle { display: none; background: none; border: 2px solid #f0c27f; color: #f0c27f; font-size: 1.5rem; padding: 6px 14px; border-radius: 6px; cursor: pointer; transition: 0.2s; }
  .nav-toggle:hover { background: #f0c27f22; }
  .main-nav { display: flex; gap: 8px; flex-wrap: wrap; }
  .main-nav a { padding: 8px 18px; border-radius: 6px; color: #ccc; font-weight: 500; font-size: 0.95rem; transition: 0.2s; border: 1px solid transparent; }
  .main-nav a:hover { background: #f0c27f18; border-color: #f0c27f44; color: #f0c27f; text-decoration: none; }
  .breadcrumb { background: #14141c; padding: 10px 0; font-size: 0.85rem; border-bottom: 1px solid #2a2a36; }
  .breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
  .breadcrumb li+li::before { content: "›"; padding: 0 8px; color: #887; }
  .breadcrumb a { color: #aa9; }
  .breadcrumb a:hover { color: #f0c27f; }
  .breadcrumb .current { color: #f0c27f; }
  .hero { padding: 50px 0 40px; text-align: center; background: radial-gradient(ellipse at center, #1e1e2e 0%, #0b0b0e 70%); }
  .hero h1 { font-size: 2.8rem; font-weight: 900; color: #f0c27f; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 10px; }
  .hero p { font-size: 1.2rem; color: #bbb; max-width: 800px; margin: 0 auto; }
  .hero .last-updated { font-size: 0.9rem; color: #887; margin-top: 16px; display: block; }
  section { padding: 40px 0; }
  h2 { font-size: 2rem; font-weight: 700; color: #f0c27f; margin: 40px 0 20px; border-bottom: 2px solid #2a2a36; padding-bottom: 10px; }
  h3 { font-size: 1.5rem; font-weight: 600; color: #e0c878; margin: 30px 0 15px; }
  h4 { font-size: 1.2rem; font-weight: 600; color: #d4b87a; margin: 24px 0 12px; }
  p { margin-bottom: 18px; color: #d5d2ce; }
  .content-card { background: #16161f; border-radius: 14px; padding: 30px; margin-bottom: 30px; border: 1px solid #2a2a36; box-shadow: 0 8px 32px rgba(0,0,0,0.4); }
  .featured-image { width: 100%; max-width: 900px; height: auto; border-radius: 14px; margin: 30px auto; display: block; border: 2px solid #3a3a4a; box-shadow: 0 12px 40px rgba(0,0,0,0.6); }
  .search-box { background: #1a1a26; border-radius: 50px; padding: 4px 4px 4px 24px; display: flex; border: 1px solid #3a3a4a; max-width: 500px; margin: 20px auto; }
  .search-box input { background: transparent; border: none; flex: 1; color: #eee; font-size: 1rem; padding: 12px 0; outline: none; }
  .search-box input::placeholder { color: #887; }
  .search-box button { background: #c9a84c; border: none; border-radius: 50px; padding: 12px 28px; color: #111; font-weight: 700; cursor: pointer; transition: 0.2s; font-size: 1rem; }
  .search-box button:hover { background: #e0c060; }
  .comment-form, .rating-form { background: #1a1a26; border-radius: 14px; padding: 26px 30px; margin-top: 20px; border: 1px solid #2a2a36; }
  .comment-form textarea, .rating-form select, .rating-form input { width: 100%; padding: 12px 16px; border-radius: 8px; border: 1px solid #3a3a4a; background: #0d0d14; color: #eee; font-size: 1rem; margin-bottom: 14px; }
  .comment-form textarea { min-height: 120px; resize: vertical; }
  .comment-form button, .rating-form button { background: #c9a84c; border: none; border-radius: 8px; padding: 14px 32px; color: #111; font-weight: 700; cursor: pointer; transition: 0.2s; font-size: 1rem; }
  .comment-form button:hover, .rating-form button:hover { background: #e0c060; }
  .rating-stars { display: flex; gap: 8px; font-size: 2rem; color: #555; cursor: pointer; margin-bottom: 16px; }
  .rating-stars .star { transition: 0.2s; }
  .rating-stars .star.active, .rating-stars .star:hover { color: #f0c27f; }
  .link-list { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0; }
  .link-list a { background: #1a1a26; padding: 8px 18px; border-radius: 50px; border: 1px solid #3a3a4a; font-size: 0.9rem; transition: 0.2s; }
  .link-list a:hover { border-color: #f0c27f; background: #2a2a3a; text-decoration: none; }
  .site-footer { background: #0d0d12; border-top: 3px solid #2a2a36; padding: 40px 0 20px; margin-top: 60px; }
  .site-footer .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; }
  .footer-col { flex: 1; min-width: 200px; }
  .footer-col h4 { color: #f0c27f; margin-bottom: 16px; font-size: 1.1rem; }
  .footer-col a { display: block; padding: 4px 0; color: #aa9; font-size: 0.9rem; }
  .footer-col a:hover { color: #f0c27f; }
  .copyright { width: 100%; text-align: center; padding-top: 30px; margin-top: 30px; border-top: 1px solid #1a1a24; color: #776; font-size: 0.85rem; }
  .copyright a { color: #aa9; }
  friend-link { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 10px 0; }
  friend-link a { color: #bb9; font-size: 0.9rem; }
  friend-link a:hover { color: #f0c27f; }
  @media (max-width: 768px) {
    .nav-toggle { display: block; }
    .main-nav { display: none; width: 100%; flex-direction: column; gap: 0; margin-top: 12px; }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 12px 16px; border-bottom: 1px solid #1a1a24; }
    .hero h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }
    .header-inner { align-items: center; }
    .site-footer .container { flex-direction: column; }
  }
  @media (max-width: 480px) {
    .hero h1 { font-size: 1.4rem; }
    .content-card { padding: 18px; }
    .search-box { flex-direction: column; border-radius: 14px; padding: 12px; }
    .search-box button { width: 100%; border-radius: 10px; margin-top: 8px; }
  }
  .text-glow { text-shadow: 0 0 30px rgba(240,194,127,0.15); }
  .accent-border { border-left: 4px solid #c9a84c; padding-left: 20px; }
  .mt-20 { margin-top: 20px; }
  .mb-20 { margin-bottom: 20px; }
  .flex-center { display: flex; align-items: center; justify-content: center; gap: 10px; }
  .rating-display { font-size: 1.4rem; color: #f0c27f; }
  .rating-bar { height: 8px; background: #2a2a36; border-radius: 4px; overflow: hidden; margin: 8px 0 16px; }
  .rating-bar span { display: block; height: 100%; background: linear-gradient(90deg, #c9a84c, #f0c27f); border-radius: 4px; }
