﻿:root {
      --primary: rgb(187,134,252);
      --primary-glow: rgba(187,134,252, 0.4);
      --glacier-blue: #1D7BFF;
      --glacier-glow: rgba(29, 123, 255, 0.35);
      --silver-white: #E2F1FF;
      --deep-sea-ink: #0A0F1D;
      --dark-bg: #05070F;
      --card-bg: rgba(13, 22, 42, 0.75);
      --text-main: #E2F1FF;
      --text-muted: #8E9BB0;
      --border-color: rgba(29, 123, 255, 0.15);
      --max-width: 1200px;
      --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { background-color: var(--dark-bg); color: var(--text-main); font-family: system-ui, -apple-system, sans-serif; line-height: 1.6; }
    a { color: inherit; text-decoration: none; transition: var(--transition); }
    .container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }

    
    header { background: rgba(10, 15, 29, 0.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border-color); position: sticky; top: 0; z-index: 100; height: 70px; }
    .header-inner { display: flex; justify-content: space-between; align-items: center; height: 100%; }
    .logo { display: inline-flex; align-items: center; gap: 12px; }
    .logo img { display: block; height: 40px; width: auto; max-width: 160px; object-fit: contain; }
    .logo span { font-size: 20px; font-weight: 800; color: var(--silver-white); text-shadow: 0 0 10px rgba(29, 123, 255, 0.5); }
    nav { display: flex; align-items: center; gap: 30px; }
    nav a { font-size: 15px; font-weight: 500; color: var(--text-muted); position: relative; padding: 8px 0; }
    nav a:hover, nav a.active { color: var(--text-main); }
    .nav-btn { background: linear-gradient(135deg, var(--glacier-blue), var(--primary)); padding: 8px 18px; border-radius: 20px; font-size: 14px; font-weight: 600; color: #FFF; box-shadow: 0 4px 15px var(--glacier-glow); }
    .menu-btn { display: none; background: none; border: none; cursor: pointer; }
    .menu-btn svg { fill: var(--text-main); width: 28px; height: 28px; }

    
    .mobile-drawer { position: fixed; top: 0; left: -300px; width: 300px; height: 100%; background: var(--deep-sea-ink); z-index: 110; transition: var(--transition); border-right: 1px solid var(--border-color); display: flex; flex-direction: column; padding: 30px 20px; }
    .mobile-drawer.active { left: 0; }
    .drawer-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
    .drawer-close { background: none; border: none; cursor: pointer; }
    .drawer-close svg { fill: var(--text-muted); width: 24px; height: 24px; }
    .drawer-menu { display: flex; flex-direction: column; gap: 20px; }
    .drawer-menu a { font-size: 18px; font-weight: 600; color: var(--text-muted); padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
    .drawer-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(5, 7, 15, 0.8); backdrop-filter: blur(4px); z-index: 105; display: none; }
    .drawer-overlay.active { display: block; }

    
    .tag-hero { padding: 80px 0; text-align: center; background: radial-gradient(circle at center, rgba(187,134,252,0.1) 0%, rgba(5,7,15,0) 80%); }
    .tag-hero h1 { font-size: 40px; font-weight: 800; color: var(--silver-white); margin-bottom: 15px; }
    .tag-hero p { font-size: 16px; color: var(--text-muted); max-width: 600px; margin: 0 auto; }

    .tag-cloud-box { background: var(--card-bg); border: 1px solid var(--border-color); border-radius: 20px; padding: 50px; margin: 60px 0 100px; text-align: center; }
    .tag-wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
    
    
    .glowing-pill { display: inline-flex; align-items: center; gap: 10px; padding: 10px 24px; background: rgba(29, 123, 255, 0.05); border: 1px solid var(--border-color); border-radius: 30px; font-weight: 700; color: var(--silver-white); transition: var(--transition); font-size: 14px; }
    .glowing-pill:hover { border-color: var(--primary); transform: translateY(-2px); background: rgba(187,134,252,0.1); box-shadow: 0 4px 15px var(--primary-glow); }
    .pill-count { background: var(--primary); color: #05070F; font-size: 11px; padding: 2px 8px; border-radius: 10px; }

    
    footer { background: var(--deep-sea-ink); border-top: 1px solid var(--border-color); padding: 80px 0 30px; }
    .footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px; margin-bottom: 50px; }
    .footer-brand p { font-size: 14px; color: var(--text-muted); margin-top: 15px; margin-bottom: 20px; }
    .footer-title { font-size: 16px; font-weight: 700; color: var(--silver-white); margin-bottom: 20px; }
    .footer-links { list-style: none; }
    .footer-links li { margin-bottom: 12px; }
    .footer-links a { font-size: 14px; color: var(--text-muted); }
    .footer-links a:hover { color: var(--primary); }
    .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 30px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--text-muted); }

    @media (max-width: 768px) {
      .tag-cloud-box { padding: 30px 15px; }
      nav { display: none; }
      .menu-btn { display: block; }
      .footer-grid { grid-template-columns: 1fr; }
    }