﻿/* Layout Block 1 - Header/Nav */
body {
        background: url('../img/background.webp') no-repeat center center fixed;
        background-size: cover;
      }
      body::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(13, 17, 23, 0.75);
        pointer-events: none;
        z-index: -1;
      }
      .main-content {
        position: relative;
      }
      i.fa-solid, i.fa-brands, i.fa-regular,
      svg.svg-inline--fa {
        width: 1em;
        height: 1em;
        display: inline-block;
        vertical-align: -0.125em;
      }
      @media (max-width: 1199px) {
        .wow-header .uk-navbar-nav > li.uk-visible\@s {
          display: none !important;
        }
        .wow-header .uk-navbar-toggle.uk-hidden\@s {
          display: flex !important;
        }
      }
      .wow-header {
        background: linear-gradient(180deg, #0d1117 0%, #161b22 100%);
        border-bottom: 2px solid transparent;
        border-image: linear-gradient(90deg, transparent, #58a6ff, #8b5cf6, #58a6ff, transparent) 1;
        position: relative;
      }
      .wow-header::before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(88, 166, 255, 0.5), rgba(139, 92, 246, 0.5), rgba(88, 166, 255, 0.5), transparent);
        filter: blur(2px);
      }
      .wow-logo {
        font-family: 'Segoe UI', sans-serif;
        font-size: 1.6em;
        font-weight: 800;
        background: linear-gradient(135deg, #58a6ff 0%, #8b5cf6 50%, #ec4899 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        letter-spacing: 3px;
        text-transform: uppercase;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
      }
      @media (max-width: 1199px) {
        .wow-header .uk-navbar-toggle {
          padding: 0 10px !important;
          background: none !important;
          border: none !important;
          outline: none !important;
          box-shadow: none !important;
        }
        .wow-header .uk-navbar-toggle svg {
          width: 18px;
          height: 18px;
        }
      }
      @media (max-width: 639px) {
        .wow-logo {
          font-size: 1em;
          letter-spacing: 1px;
        }
        .gemstone-icon {
          margin-right: 4px;
        }
        .wow-header .uk-navbar-toggle svg {
          width: 16px;
          height: 16px;
        }
      }
      .wow-logo:hover {
        filter: brightness(1.3);
        transform: scale(1.02);
      }
      .gemstone-icon {
        background: linear-gradient(135deg, #a855f7, #ec4899);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-right: 8px;
        font-size: 0.9em;
        animation: gem-pulse 2s ease-in-out infinite;
        display: inline-block;
      }
      @keyframes gem-pulse {
        0%, 100% { filter: drop-shadow(0 0 5px #a855f7); }
        50% { filter: drop-shadow(0 0 15px #ec4899); }
      }
      .wow-nav-link {
        color: #8b949e !important;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8em;
        letter-spacing: 1.5px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        padding: 8px 16px !important;
      }
      .wow-nav-link:hover {
        color: #fff !important;
      }
      .wow-nav-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 3px;
        background: linear-gradient(90deg, #58a6ff, #8b5cf6);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transform: translateX(-50%);
        border-radius: 3px;
      }
      .wow-nav-link:hover::before {
        width: 80%;
        box-shadow: 0 0 15px rgba(88, 166, 255, 0.6);
      }
      .wow-nav-link i {
        transition: all 0.3s ease;
      }
      .wow-nav-link:hover i {
        transform: scale(1.2);
        filter: drop-shadow(0 0 8px currentColor);
      }
      .wow-dropdown {
        background: linear-gradient(180deg, #1c2128 0%, #0d1117 100%) !important;
        border: 1px solid rgba(88, 166, 255, 0.3) !important;
        border-radius: 4px !important;
        box-shadow: 0 20px 50px rgba(0,0,0,0.5), 0 0 30px rgba(88, 166, 255, 0.1) !important;
        backdrop-filter: blur(10px);
        overflow: hidden;
      }
      .wow-dropdown::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(88, 166, 255, 0.5), transparent);
      }
      .wow-dropdown a {
        color: #8b949e !important;
        transition: all 0.2s ease !important;
        border-radius: 8px !important;
        margin: 4px !important;
      }
      .wow-dropdown a:hover {
        color: #fff !important;
        background: linear-gradient(135deg, rgba(88, 166, 255, 0.15), rgba(139, 92, 246, 0.15)) !important;
        transform: translateX(5px);
      }
      .uk-navbar-toggle {
        color: #fff !important;
        background: rgba(88, 166, 255, 0.15);
        border: 1px solid rgba(88, 166, 255, 0.3);
        border-radius: 4px;
        padding: 6px 10px;
        transition: all 0.3s ease;
      }
      .uk-navbar-toggle:hover {
        color: #fff !important;
        background: rgba(88, 166, 255, 0.3);
        border-color: #58a6ff;
      }

/* Layout Block 2 - Offcanvas/Footer */
.site-footer {
        background: linear-gradient(180deg, #0d1117 0%, #090c10 100%);
        padding: 40px 0 25px;
        position: relative;
        overflow: hidden;
      }
      .footer-glow {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, transparent, #58a6ff, #8b5cf6, #ec4899, #8b5cf6, #58a6ff, transparent);
      }
      .footer-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(88, 166, 255, 0.1);
      }
      .footer-logo {
        font-size: 1.3em;
        font-weight: 800;
        background: linear-gradient(135deg, #58a6ff 0%, #8b5cf6 50%, #ec4899 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px;
        letter-spacing: 2px;
        text-transform: uppercase;
      }
      .footer-logo i {
        background: linear-gradient(135deg, #58a6ff, #8b5cf6, #ec4899);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
      }
      .footer-links {
        display: flex;
        gap: 25px;
        flex-wrap: wrap;
        justify-content: center;
      }
      .footer-links a {
        color: #8b949e;
        text-decoration: none;
        font-size: 0.9em;
        transition: color 0.3s;
      }
      .footer-links a:hover {
        color: #58a6ff;
      }
      .footer-social {
        display: flex;
        gap: 10px;
      }
      .social-btn {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(88, 166, 255, 0.08);
        border: 1px solid rgba(88, 166, 255, 0.15);
        border-radius: 4px;
        color: #8b949e;
        font-size: 1em;
        transition: all 0.3s;
      }
      .social-btn:hover {
        background: rgba(88, 166, 255, 0.2);
        border-color: #58a6ff;
        color: #fff;
      }
      .social-btn.discord:hover {
        border-color: #5865F2;
        background: rgba(88, 101, 242, 0.2);
      }
      .footer-bottom {
        padding-top: 20px;
        text-align: center;
      }
      .footer-bottom p {
        color: #484f58;
        font-size: 0.8em;
        margin: 0;
      }
      .footer-name {
        color: #6e7681;
        font-weight: 700;
      }
      @media (max-width: 640px) {
        .footer-links {
          gap: 15px;
        }
      }
