Actions

MediaWiki

Common.css: Difference between revisions

From Dune Awakening DB

mNo edit summary
mNo edit summary
Line 1: Line 1:
/**********************************************************
/**********************************************************
  *  Enhanced Common.css – Fixed version
  *  Common.css – Global Styles Only
  *  Dune Awakening Theme for MediaWiki
  *  Dune Awakening Theme for MediaWiki
  *  (v4 fixed · 2025-05-23)
  *  (v5 cleaned · 2025-05-24)
  **********************************************************/
  **********************************************************/


@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@400;500;600;700&display=swap');


/*──────── CSS VARIABLES ───────*/
/* ================================================
  CSS VARIABLES
  ================================================ */
:root {
:root {
   --font-size-xs: 0.65rem !important;
  /* Font sizes */
   --font-size-sm: 0.75rem !important;
   --font-size-xs: 0.65rem;
   --font-size-md: 0.85rem !important;
   --font-size-sm: 0.75rem;
   --font-size-lg: 1.1rem !important;
   --font-size-md: 0.85rem;
   --font-size-xl: 1.3rem !important;
   --font-size-lg: 1.1rem;
   --font-size-xxl: 1.7rem !important;
   --font-size-xl: 1.3rem;
   --font-size-xxl: 1.7rem;
 
  /* Colors */
  --color-primary: #fce7c8;
  --color-secondary: #E3BB7A;
  --color-text: #E0E0E0;
  --color-bg-dark: rgba(0,0,2,.85);
  --color-bg-darker: rgba(12,10,20,.85);
  --color-border: rgba(252, 231, 200, 0.2);
  --color-border-hover: rgba(252, 231, 200, 0.4);
 
  /* Spacing */
  --header-height: 60px;
  --content-padding: 20px;
}
}


/* ================================================
/* ================================================
   CRITICAL SPACING AND WIDTH FIXES - v4
   GLOBAL RESETS & LAYOUT FIXES
  Must be at TOP of Common.css to override defaults
   ================================================ */
   ================================================ */


/* Force reset ALL top spacing */
/* Remove all top spacing globally */
* {
* {
   margin-top: 0 !important;
   margin-top: 0 !important;
Line 28: Line 43:
}
}


/* Body spacing - only padding for fixed header */
/* Body spacing for fixed header */
html, body {
html, body {
   margin: 0 !important;
   margin: 0 !important;
   padding: 0 !important;
   padding: 0 !important;
  overflow-x: hidden !important;
}
}


body {
body {
   padding-top: 60px !important;
   padding-top: var(--header-height) !important;
  background-color: #0a0a0a;
  color: var(--color-text);
  font-family: 'Rajdhani', sans-serif;
}
}


/* Remove ALL MediaWiki default spacing */
/* Subtle tech pattern overlay */
#content,
body::before {
.mw-body,
  content: '';
#mw-content-text,
  position: fixed;
.mw-content-ltr,
  top: 0;
.mw-content-rtl,
  left: 0;
.mw-body-content,
  right: 0;
.mw-parser-output,
  bottom: 0;
#main-section,
  background-image: repeating-linear-gradient(
.main-section,
    45deg,
#page-content,
    transparent,
#p-cactions,
    transparent 35px,
.ve-init-mw-desktopArticleTarget-targetContainer {
    rgba(252, 231, 200, 0.01) 35px,
   padding-top: 0 !important;
    rgba(252, 231, 200, 0.01) 70px
   margin-top: 0 !important;
  );
   pointer-events: none;
   z-index: 1;
}
}


/* Hide all titles and unnecessary elements */
/* ================================================
  HIDE MEDIAWIKI DEFAULT ELEMENTS
  ================================================ */
h1.firstHeading,
h1.firstHeading,
h1.title,
h1.title,
Line 71: Line 94:
   margin: 0 !important;
   margin: 0 !important;
   padding: 0 !important;
   padding: 0 !important;
}
/* Hide conflicting navigation elements */
body::after,
nav.tab-bar,
.tab-bar,
.tab-bar-section,
.left-off-canvas-toggle,
.right-off-canvas-toggle,
aside.right-off-canvas-menu,
#right-nav-aside,
#mw-header-container,
.mw-header {
  display: none !important;
}
/* ================================================
  CONTENT AREA RESETS
  ================================================ */
#content,
.mw-body,
#mw-content-text,
.mw-content-ltr,
.mw-content-rtl,
.mw-body-content,
.mw-parser-output,
#main-section,
.main-section,
#page-content,
#p-cactions,
.ve-init-mw-desktopArticleTarget-targetContainer {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
}


Line 82: Line 138:
}
}


/* Fix breadcrumb spacing */
/* ================================================
.dune-breadcrumb-nav {
  REMOVE SIDEBAR & FORCE FULL WIDTH
  margin: 0 0 15px 0 !important;
  ================================================ */
  padding: 8px 12px !important;
}
 
/* Remove sidebar completely */
#sidebar,
#sidebar,
#sidebar.large-2.medium-3.columns,
.columns.large-2.medium-3,
aside.columns,
aside.columns,
.side-nav,
.side-nav,
Line 100: Line 150:
}
}


/* Make content use FULL WIDTH */
#page-content,
#page-content,
#main-section,
#main-section,
.main-section,
.main-section,
.columns.large-10.medium-9,
#p-cactions,
#p-cactions,
#content-wrapper,
#content-wrapper,
Line 130: Line 178:
}
}


/* Fix responsive container for FULL WIDTH */
/* Content wrapper */
.responsive-container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto 20px auto !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}
 
/* Better column distribution */
.responsive-col {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: none !important;
}
 
/* Three equal columns on desktop */
@media (min-width: 1200px) {
  .responsive-col {
    flex: 1 1 calc(33.333% - 16px) !important;
  }
}
 
/* Two columns on tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  .responsive-col {
    flex: 1 1 calc(50% - 12px) !important;
  }
}
 
/* Single column on mobile */
@media (max-width: 767px) {
  .responsive-col {
    flex: 1 1 100% !important;
  }
}
 
/* Content wrapper full width */
#mw-content-text {
#mw-content-text {
   padding: 0 !important;
   padding: 0 var(--content-padding) !important;
   max-width: none !important;
   max-width: none !important;
   width: 100% !important;
   width: 100% !important;
Line 190: Line 196:


/* ================================================
/* ================================================
   ACTIONS BUTTON SPACING FIX
   ACTIONS BUTTON SPACING
   ================================================ */
   ================================================ */
/* Reduce spacing around the Actions button container */
#p-cactions {
#p-cactions {
   margin-bottom: 0 !important;
   margin-bottom: 15px !important;
   padding-bottom: 0 !important;
   padding-bottom: 0 !important;
}
}


/* Remove extra spacing from the row containing Actions */
#p-cactions > .row {
#p-cactions > .row {
   margin-bottom: 0 !important;
   margin-bottom: 0 !important;
}
}


/* Reduce the space the Actions button itself takes */
#drop {
#drop {
   margin-bottom: 0 !important;
   margin-bottom: 0 !important;
   margin-top: 10px !important;
   margin-top: 10px !important;
}
}
/* Ensure content starts right after Actions button */
#content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* ================================================
/* ================================================
   SEARCH BUTTON ALIGNMENT FIX
   CUSTOM HEADER
   ================================================ */
   ================================================ */
/* Fix search button alignment in header */
#dune-header form {
  display: flex;
  align-items: stretch !important;
  gap: 0 !important;
}
#dune-header input[type="search"] {
  height: 38px !important;
  box-sizing: border-box !important;
}
#dune-header button[type="submit"] {
  height: 38px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* ========================================
  CRITICAL SPACING FIXES
  ======================================== */
/* RESET ALL SPACING */
* {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* FORCE BODY SPACING */
html {
  margin: 0 !important;
  padding: 0 !important;
}
body {
  padding-top: 60px !important;
  margin: 0 !important;
}
/* HIDE ALL TITLES AND HEADERS */
h1.firstHeading,
h1.title,
.mw-page-title-main,
#firstHeading,
.firstHeading,
.page-header,
.mw-indicators,
#tagline,
h3#tagline {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* CONTENT CONTAINERS - ZERO TOP SPACING */
#content,
.mw-body,
#mw-content-text,
.mw-content-ltr,
.mw-content-rtl,
.mw-body-content,
.mw-parser-output,
#main-section,
.main-section,
#page-content,
.ve-init-mw-desktopArticleTarget-targetContainer {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* FORCE FIRST ELEMENT TO START AT TOP */
.mw-parser-output > *:first-child,
.mw-body-content > *:first-child,
#mw-content-text > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* BREADCRUMB TIGHT SPACING */
.dune-breadcrumb-nav {
  margin: 0 0 15px 0 !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  background: rgba(0,0,2,.3) !important;
  border: 1px solid rgba(252, 231, 200, 0.15) !important;
}
/* RESPONSIVE CONTAINER - IMMEDIATE START */
.responsive-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* REMOVE CONFLICTING ELEMENTS */
body::after,
nav.tab-bar.hide-for-print,
.left-off-canvas-toggle,
.right-off-canvas-toggle,
aside.right-off-canvas-menu,
#right-nav-aside,
#mw-header-container,
.mw-header,
.tab-bar,
.tab-bar-section {
  display: none !important;
}
/* ENSURE HEADER STAYS FIXED */
#dune-header {
#dune-header {
   position: fixed !important;
   position: fixed !important;
Line 339: Line 220:
   left: 0 !important;
   left: 0 !important;
   right: 0 !important;
   right: 0 !important;
   height: 60px !important;
   height: var(--header-height) !important;
  z-index: 99999 !important;
}
 
/* ========================================
  FULL WIDTH COLUMN FIXES
  ======================================== */
 
/* REMOVE SIDEBAR COMPLETELY */
#sidebar,
#sidebar.large-2.medium-3.columns.hide-for-small.hide-for-print,
.columns.large-2.medium-3,
aside.columns,
.side-nav,
.sidebar {
  display: none !important;
  width: 0 !important;
}
 
/* FULL WIDTH CONTENT */
#page-content,
#main-section,
.main-section,
.columns.large-10.medium-9,
#p-cactions,
#content-wrapper,
.mw-body {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
 
/* EXPAND CONTENT WIDTH */
#mw-content-text {
  padding: 0 20px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
 
/* RESPONSIVE CONTAINER - FULL WIDTH */
.responsive-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  width: 100%;
  max-width: none !important; /* Remove width constraint */
  margin: 0 auto 20px auto;
  padding: 0 20px;
  box-sizing: border-box;
}
 
/* RESPONSIVE COLUMNS - BETTER DISTRIBUTION */
.responsive-col {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  max-width: none !important;
}
 
/* Desktop: 3 columns */
@media (min-width: 1200px) {
  .responsive-col {
    flex: 1 1 calc(33.333% - 16px);
  }
}
 
/* Tablet: 2 columns */
@media (min-width: 768px) and (max-width: 1199px) {
  .responsive-col {
    flex: 1 1 calc(50% - 12px);
  }
}
 
/* Mobile: 1 column */
@media (max-width: 767px) {
  .responsive-col {
    flex: 1 1 100%;
  }
}
 
/* Remove Foundation grid constraints */
.row {
  max-width: none !important;
  margin: 0 !important;
}
 
.columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
  position: static !important;
}
 
/* CARD SIZING ADJUSTMENTS FOR WIDER LAYOUT */
.dune-card {
  margin-bottom: 20px !important;
}
 
.dune-card-inner {
  padding: 20px !important;
}
 
.dune-card-title {
  font-size: 22px !important;
}
 
.dune-card-description {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
 
.dune-card-image img {
  max-width: 100% !important;
  height: auto !important;
  max-height: 300px !important;
}
 
/* TABLE ADJUSTMENTS FOR WIDER LAYOUT */
.dune-table-wrapper {
  overflow-x: auto;
  margin: 12px 0;
}
 
table.infobox-dune-two-column td,
table.infobox-dune-standard-table td {
  font-size: 15px !important;
  padding: 10px 8px !important;
}
 
/* ========================================
  REMAINING STYLES (from original)
  ======================================== */
 
/* Subtle static tech pattern overlay */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 35px,
      rgba(252, 231, 200, 0.01) 35px,
      rgba(252, 231, 200, 0.01) 70px
    );
  pointer-events: none;
  z-index: 1;
}
 
/*──────── NEW CLEAN HEADER ───────*/
#dune-header {
   background: linear-gradient(180deg, rgba(20, 18, 28, 0.95) 0%, rgba(10, 8, 16, 0.98) 100%);
   background: linear-gradient(180deg, rgba(20, 18, 28, 0.95) 0%, rgba(10, 8, 16, 0.98) 100%);
   border-bottom: 3px solid rgba(252, 231, 200, 0.4);
   border-bottom: 3px solid var(--color-border-hover);
   box-shadow: 0 2px 20px rgba(0,0,0,0.8);
   box-shadow: 0 2px 20px rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
}
/*──────── BREADCRUMB STYLING ───────*/
.dune-breadcrumb-nav {
  display: flex;
  align-items: center;
  background: rgba(0,0,2,.3);
  border: 1px solid rgba(252, 231, 200, 0.1);
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.dune-breadcrumb-nav a {
  color: rgba(252, 231, 200, 0.6);
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}
.dune-breadcrumb-nav a:hover {
  color: rgba(252, 231, 200, 0.9);
}
.dune-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(252, 231, 200, 0.3);
}
/*──────── BUILDING PAGE CARDS ───────*/
.dune-card {
  background: linear-gradient(135deg, rgba(0,0,2,.85) 0%, rgba(12,10,20,.85) 100%);
  color: #E0E0E0;
  padding: 0;
  border: 2px solid rgba(252, 231, 200, 0.2);
  position: relative;
  overflow: hidden;
  clip-path: polygon(
    0 20px,
    20px 0,
    calc(100% - 20px) 0,
    100% 20px,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%,
    20px 100%,
    0 calc(100% - 20px)
  );
  box-shadow:
    0 0 30px rgba(0,0,0,.8),
    inset 0 0 30px rgba(252, 231, 200, 0.05);
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  height: 100%;
}
.dune-card-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, transparent 50%, rgba(252, 231, 200, 0.1) 50%);
  z-index: 2;
}
.dune-card-label {
  color: #E3BB7A;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  padding: 4px 12px;
  background: linear-gradient(90deg, rgba(252, 231, 200, 0.1) 0%, transparent 100%);
  border-left: 3px solid #fce7c8;
}
.dune-card-title {
  margin: 0;
  color: #fce7c8;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 0 20px rgba(252, 231, 200, 0.5);
}
.dune-card-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg,
    transparent 0%,
    #fce7c8 20%,
    #E3BB7A 50%,
    #fce7c8 80%,
    transparent 100%
  );
}
.dune-card-title .icon {
  margin-right: 12px;
  font-size: 28px;
  color: #fce7c8;
  filter: drop-shadow(0 0 5px rgba(252, 231, 200, 0.7));
}
/*──────── TABLES ───────*/
.dune-table-wrapper {
  border: 2px solid rgba(252, 231, 200, 0.3);
  overflow: hidden;
  width: 100%;
  position: relative;
  background: rgba(0,0,2,.6);
  box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
}
table.infobox-dune-two-column,
table.infobox-dune-standard-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}
table.infobox-dune-two-column th,
table.infobox-dune-two-column td,
table.infobox-dune-standard-table th,
table.infobox-dune-standard-table td {
  padding: 12px 8px;
  color: #E0E0E0;
  background: rgba(12,10,20,.6);
  border-bottom: 1px solid rgba(252, 231, 200, 0.2);
  transition: all 0.2s ease;
}
/* Additional styles remain the same... */
/* ========================================
  AGGRESSIVE HEADER & SPACING FIXES
  ======================================== */
/* HIDE ALL PAGE TITLES AND HEADERS */
h1.firstHeading,
h1.title,
.mw-page-title-main,
#firstHeading,
.firstHeading,
.page-header,
.mw-indicators {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* REMOVE ALL CONFLICTING ELEMENTS */
body::after,
nav.tab-bar.hide-for-print,
.left-off-canvas-toggle,
.right-off-canvas-toggle,
aside.right-off-canvas-menu,
#right-nav-aside,
#mw-header-container,
.mw-header,
.tab-bar,
.tab-bar-section {
  display: none !important;
}
/* FORCE PROPER SPACING */
html, body {
  padding-top: 60px !important;
  margin-top: 0 !important;
}
#content,
.mw-body,
#mw-content-text,
.mw-content-ltr,
.mw-content-rtl {
  padding-top: 10px !important;
  margin-top: 0 !important;
}
/* REMOVE EXTRA PADDING FROM CONTAINERS */
.off-canvas-wrap,
.docs-wrap,
.inner-wrap,
.main-section,
#main-section {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* ENSURE HEADER STAYS ON TOP */
#dune-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
   z-index: 99999 !important;
   z-index: 99999 !important;
}
/* TIGHTEN BREADCRUMB */
.dune-breadcrumb-nav {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding: 4px 10px !important;
  font-size: 12px !important;
  background: rgba(0,0,2,.2) !important;
  border: 1px solid rgba(252, 231, 200, 0.1) !important;
}
/* ENSURE CONTENT STARTS RIGHT AFTER HEADER */
.mw-body-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Remove any weird margins from first elements */
.mw-body-content > *:first-child {
  margin-top: 0 !important;
}
/* Make sure cards start right away */
.responsive-container:first-child {
  margin-top: 10px !important;
}
/* RESPONSIVE MOBILE FIXES */
@media (max-width: 768px) {
  #dune-header nav {
    display: none !important;
  }
 
  #dune-header form {
    display: none !important;
  }
 
  #dune-header a:first-child {
    font-size: 18px !important;
  }
}
/* End Header / Space Edits */
/* REMOVE GAP BETWEEN HEADER AND CONTENT */
body { padding-top: 60px !important; }
#content, .mw-body { padding-top: 0 !important; margin-top: 0 !important; }
.dune-breadcrumb-nav { margin-top: 0 !important; }
.mw-body-content > :first-child { margin-top: 0 !important; }
/* BREADCRUMB 40% LARGER */
.dune-breadcrumb-nav {
  font-size: 18px !important;
  padding: 12px 18px !important;
  margin-bottom: 20px !important;
}
/* ALL CARDS 30% LARGER */
.dune-card-title { font-size: 24px !important; }
.dune-card-description { font-size: 18px !important; }
.dune-card-image img { max-width: 260px !important; max-height: 260px !important; }
.dune-card-inner { padding: 24px !important; }
/* TABLES 30% LARGER */
table.infobox-dune-two-column td { font-size: 17px !important; padding: 12px 10px !important; }
/*──────── 1. GLOBAL LAYOUT & RESETS ───────*/
#tagline, h3#tagline{display:none!important;}
html, body{
  overflow-x:hidden!important;
  position: relative;
  padding-top: 60px !important; /* Space for fixed header */
}
/* Subtle static tech pattern overlay */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 35px,
      rgba(252, 231, 200, 0.01) 35px,
      rgba(252, 231, 200, 0.01) 70px
    );
  pointer-events: none;
  z-index: 1;
}
/* Page title styling */
h1.title, .mw-page-title-main, h1.firstHeading{
  margin-top:20px!important;
  line-height:1.2!important;
  font-size:32px!important;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #fce7c8 0%, #E3BB7A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 20px rgba(252, 231, 200, 0.3);
}
#content, .mw-body, .mw-content-ltr, .mw-content-rtl{
  padding-top:0!important;
  margin-top:0!important;
}
/*──────── 2. NEW CLEAN HEADER ───────*/
/* Remove all conflicting headers */
body::after,
nav.tab-bar.hide-for-print,
.left-off-canvas-toggle,
.right-off-canvas-toggle,
aside.right-off-canvas-menu,
#right-nav-aside,
#mw-header-container,
.mw-header {
  display: none !important;
}
/* New header implementation */
#dune-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(180deg, rgba(20, 18, 28, 0.95) 0%, rgba(10, 8, 16, 0.98) 100%);
  border-bottom: 3px solid rgba(252, 231, 200, 0.4);
  box-shadow: 0 2px 20px rgba(0,0,0,0.8);
  z-index: 9999;
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
Line 877: Line 240:
}
}


/* Logo styling */
/* Logo */
.dune-logo {
.dune-logo {
   font-family: 'Orbitron', sans-serif !important;
   font-family: 'Orbitron', sans-serif !important;
   font-size: 22px;
   font-size: 22px;
   color: #fce7c8;
   color: var(--color-primary);
   text-transform: uppercase;
   text-transform: uppercase;
   letter-spacing: 3px;
   letter-spacing: 3px;
Line 897: Line 260:
}
}


/* Navigation styling */
/* Navigation */
.dune-nav {
.dune-nav {
   display: flex;
   display: flex;
Line 929: Line 292:
.dune-nav a:hover {
.dune-nav a:hover {
   background: rgba(252, 231, 200, 0.1);
   background: rgba(252, 231, 200, 0.1);
   color: #fce7c8;
   color: var(--color-primary);
   text-shadow: 0 0 10px rgba(252, 231, 200, 0.5);
   text-shadow: 0 0 10px rgba(252, 231, 200, 0.5);
   text-decoration: none;
   text-decoration: none;
}
}


/* Search styling */
/* Search */
.dune-search {
.dune-search {
   display: flex;
   display: flex;
Line 942: Line 305:
.dune-search form {
.dune-search form {
   display: flex;
   display: flex;
   align-items: center;
   align-items: stretch !important;
   gap: 0;
   gap: 0 !important;
}
}


Line 950: Line 313:
   border: 2px solid rgba(252, 231, 200, 0.3);
   border: 2px solid rgba(252, 231, 200, 0.3);
   border-radius: 0;
   border-radius: 0;
   color: #fce7c8;
   color: var(--color-primary);
   padding: 8px 12px;
   padding: 8px 12px;
   width: 200px;
   width: 200px;
Line 956: Line 319:
   font-family: 'Rajdhani', sans-serif;
   font-family: 'Rajdhani', sans-serif;
   transition: all 0.3s ease;
   transition: all 0.3s ease;
  height: 38px !important;
  box-sizing: border-box !important;
}
}


.dune-search-input:focus {
.dune-search-input:focus {
   outline: none;
   outline: none;
   border-color: #fce7c8;
   border-color: var(--color-primary);
   box-shadow: 0 0 10px rgba(252, 231, 200, 0.3);
   box-shadow: 0 0 10px rgba(252, 231, 200, 0.3);
   width: 250px;
   width: 250px;
Line 973: Line 338:
   border: 2px solid rgba(252, 231, 200, 0.3);
   border: 2px solid rgba(252, 231, 200, 0.3);
   border-left: none;
   border-left: none;
   color: #fce7c8;
   color: var(--color-primary);
   padding: 8px 12px;
   padding: 8px 12px;
   cursor: pointer;
   cursor: pointer;
   font-size: 14px;
   font-size: 14px;
   transition: all 0.3s ease;
   transition: all 0.3s ease;
   height: 38px;
   height: 38px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
}


.dune-search-btn:hover {
.dune-search-btn:hover {
   background: rgba(252, 231, 200, 0.2);
   background: rgba(252, 231, 200, 0.2);
   border-color: #fce7c8;
   border-color: var(--color-primary);
}
}


Line 990: Line 359:
   display: none;
   display: none;
   background: transparent;
   background: transparent;
   border: 2px solid #fce7c8;
   border: 2px solid var(--color-primary);
   color: #fce7c8;
   color: var(--color-primary);
   font-size: 24px;
   font-size: 24px;
   padding: 5px 10px;
   padding: 5px 10px;
Line 998: Line 367:
}
}


/*──────── 3. ENSURE SIDEBAR STAYS HIDDEN & FULL WIDTH ───────*/
/* ================================================
#sidebar,
  RADIAL MENU
#sidebar.large-2.medium-3.columns.hide-for-small.hide-for-print,
  ================================================ */
.columns.large-2.medium-3,
.dune-radial-menu {
aside.columns,
  position: fixed;
.tab-bar-section,
  top: 50%;
.tab-bar,
  left: 50%;
.left-off-canvas-toggle,
  width: 500px;
.right-off-canvas-toggle,
  height: 500px;
aside.right-off-canvas-menu,
  transform: translate(-50%,-50%) scale(0);
#right-nav-aside {
  z-index: 9999;
  display: none !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity .3s ease;
}
}


/* Full width content */
.dune-radial-menu.active {
#page-content,
   transform: translate(-50%,-50%) scale(1);
#main-section,
   opacity: 1;
.main-section,
   visibility: visible;
.columns.large-10.medium-9,
   pointer-events: all;
#content-wrapper,
.mw-body {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
 
/* Remove Foundation grid constraints */
.row {
  max-width: 100% !important;
  margin: 0 !important;
}
 
.columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
 
.off-canvas-wrap,
.docs-wrap,
.inner-wrap,
.main-section {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
 
/*──────── 4. BREADCRUMB STYLING (SUBTLE) ───────*/
.dune-breadcrumb-nav{
  display:flex;
  align-items:center;
  margin-bottom:16px;
  font-size:13px;
  background: rgba(0,0,2,.3);
  border: 1px solid rgba(252, 231, 200, 0.1);
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
 
.dune-breadcrumb-nav a{
  color:rgba(252, 231, 200, 0.5);
  text-decoration:none;
  transition: all 0.3s ease;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.5px;
}
 
.dune-breadcrumb-nav a:hover{
  color:rgba(252, 231, 200, 0.8);
  text-shadow: none;
}
 
.breadcrumb-home-link{
  display:flex;
  align-items:center;
}
 
.breadcrumb-home-icon{
  width:20px;
  height:20px;
  margin-right:8px;
  filter: drop-shadow(0 0 3px rgba(252, 231, 200, 0.5));
}
 
.dune-breadcrumb-separator{
  margin:0 6px;
  color:rgba(252, 231, 200, 0.2);
  font-weight: normal;
}
 
.dune-breadcrumb-separator::before {
  content: '/';
  font-size: 11px;
}
 
/*──────── 5. RADIAL MENU ───────*/
.dune-radial-menu{
  position:fixed;
  top:50%;
  left:50%;
  width:500px;
  height:500px;
  transform:translate(-50%,-50%) scale(0);
  z-index:9999;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:transform .4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity .3s ease;
}
 
.dune-radial-menu.active{
   transform:translate(-50%,-50%) scale(1);  
   opacity:1;
   visibility:visible;  
   pointer-events:all;
}
}


.dune-radial-item,
.dune-radial-item,
.dune-radial-center,
.dune-radial-center,
.dune-subcategory-container{
.dune-subcategory-container {
   background: linear-gradient(135deg, #0c0a14 0%, #1a1a1a 100%);
   background: linear-gradient(135deg, #0c0a14 0%, #1a1a1a 100%);
   border: 2px solid #fce7c8;
   border: 2px solid var(--color-primary);
   box-shadow:  
   box-shadow:  
     inset 0 0 20px rgba(0,0,0,0.5),
     inset 0 0 20px rgba(0,0,0,0.5),
Line 1,131: Line 403:


.dune-radial-item:hover,
.dune-radial-item:hover,
.dune-radial-center:hover{
.dune-radial-center:hover {
   background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
   background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
   border-color: #fff;
   border-color: #fff;
Line 1,140: Line 412:
}
}


.dune-subcategory-header{
.dune-subcategory-header {
   background: linear-gradient(90deg, rgba(0,0,2,.9) 0%, rgba(12,10,20,.9) 100%);
   background: linear-gradient(90deg, rgba(0,0,2,.9) 0%, rgba(12,10,20,.9) 100%);
   color:#fce7c8;
   color: var(--color-primary);
   border-bottom: 2px solid #fce7c8;
   border-bottom: 2px solid var(--color-primary);
   text-transform: uppercase;
   text-transform: uppercase;
   letter-spacing: 1px;
   letter-spacing: 1px;
Line 1,149: Line 421:
}
}


.dune-subcategory-item{
.dune-subcategory-item {
   color:#fce7c8;
   color: var(--color-primary);
   transition: all 0.2s ease;
   transition: all 0.2s ease;
}
}


.dune-subcategory-item:hover{
.dune-subcategory-item:hover {
   background: linear-gradient(90deg, rgba(252, 231, 200, 0.1) 0%, rgba(252, 231, 200, 0.2) 100%);
   background: linear-gradient(90deg, rgba(252, 231, 200, 0.1) 0%, rgba(252, 231, 200, 0.2) 100%);
   padding-left: 20px;
   padding-left: 20px;
   border-left: 3px solid #fce7c8;
   border-left: 3px solid var(--color-primary);
}
}


.dune-radial-overlay{
.dune-radial-overlay {
   background: radial-gradient(circle at center, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.8) 100%);
   background: radial-gradient(circle at center, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.8) 100%);
   backdrop-filter: blur(3px);
   backdrop-filter: blur(3px);
}
}


/* Mobile grid enhancements */
/* ================================================
@media screen and (max-width:768px){
  GLOBAL TABLE STYLES
  .dune-radial-menu.mobile-grid{
  ================================================ */
    background: linear-gradient(135deg, rgba(0,0,2,.95) 0%, rgba(12,10,20,.95) 100%);
/* Remove MediaWiki table row alternating colors */
    border: 2px solid #fce7c8;
    border-radius: 0;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px);
  }
 
  .dune-radial-item{
    border: 2px solid #fce7c8;
    background: rgba(0,0,2,.8);
  }
 
  .dune-subcategory-item{
    background: rgba(0,0,2,.8);
    border: 1px solid rgba(252, 231, 200, 0.3);
  }
}
 
/*──────── 6. UTILITY CLASSES ───────*/
/* Loading indicator for actual loading states */
.tech-loader {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(252, 231, 200, 0.2);
  border-top-color: #fce7c8;
  border-radius: 50%;
  animation: loadingSpin 1s linear infinite;
  display: inline-block;
}
 
@keyframes loadingSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
 
/* Static glitch text effect */
.glitch-text {
  text-shadow: 0 0 2px #fce7c8;
}
 
/*──────── 7. UI COMPONENTS ───────*/
 
/* Hexagonal Buttons */
.hex-button {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  margin: 8px;
  background: linear-gradient(135deg, rgba(252, 231, 200, 0.1) 0%, rgba(252, 231, 200, 0.05) 100%);
  color: #fce7c8;
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  clip-path: polygon(30px 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  border: none;
}
 
.hex-button::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #fce7c8, #E3BB7A);
  clip-path: polygon(30px 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  z-index: -1;
  opacity: 0.7;
  transition: all 0.3s ease;
}
 
.hex-button:hover {
  transform: translateY(-2px);
  color: #fff;
  text-shadow: 0 0 10px rgba(252, 231, 200, 0.5);
}
 
.hex-button:hover::before {
  opacity: 1;
  filter: blur(3px);
}
 
/* Status Indicators */
.status-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(0, 0, 2, 0.8);
  border: 1px solid rgba(252, 231, 200, 0.3);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}
 
.status-indicator::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(252, 231, 200, 0.05) 100%);
}
 
.status-indicator .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fce7c8;
  box-shadow: 0 0 10px rgba(252, 231, 200, 0.4);
}
 
.status-indicator.active .status-dot {
  background: #44ff44;
  box-shadow: 0 0 10px rgba(68, 255, 68, 0.8);
}
 
.status-indicator.warning .status-dot {
  background: #ff8844;
  box-shadow: 0 0 10px rgba(255, 136, 68, 0.8);
}
 
.status-indicator.error .status-dot {
  background: #ff4444;
  box-shadow: 0 0 10px rgba(255, 68, 68, 0.8);
}
 
/* Resource Bars */
.resource-bar {
  width: 100%;
  height: 24px;
  background: rgba(0, 0, 2, 0.9);
  border: 2px solid rgba(252, 231, 200, 0.3);
  position: relative;
  overflow: hidden;
  margin: 8px 0;
}
 
.resource-bar::before,
.resource-bar::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: rgba(252, 231, 200, 0.2);
  transform: rotate(45deg);
}
 
.resource-bar::before {
  top: -10px;
  left: -10px;
}
 
.resource-bar::after {
  bottom: -10px;
  right: -10px;
}
 
.resource-fill {
  height: 100%;
  background: linear-gradient(90deg, #A07B40 0%, #fce7c8 50%, #A07B40 100%);
  transition: width 0.6s ease;
  position: relative;
  overflow: hidden;
}
 
.resource-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
}
 
.resource-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}
 
/* Tooltips */
.tooltip-trigger {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #fce7c8;
}
 
.tooltip-content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  padding: 12px 16px;
  background: linear-gradient(135deg, rgba(0, 0, 2, 0.95) 0%, rgba(12, 10, 20, 0.95) 100%);
  border: 2px solid #fce7c8;
  color: #E8E8E8;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  clip-path: polygon(8px 0%, 100% 0%, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
}
 
.tooltip-content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fce7c8;
}
 
.tooltip-trigger:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-12px);
}
 
/* Notification Badges */
.notification-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(135deg, rgba(0, 0, 2, 0.9) 0%, rgba(20, 18, 28, 0.9) 100%);
  border-left: 4px solid #fce7c8;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: fadeIn 0.3s ease-out forwards;
  margin: 8px 0;
}
 
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
 
.notification-badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #fce7c8;
}
 
.notification-badge.success {
  border-left-color: #44ff44;
}
 
.notification-badge.success::before {
  background: #44ff44;
}
 
.notification-badge.warning {
  border-left-color: #ff8844;
}
 
.notification-badge.warning::before {
  background: #ff8844;
}
 
.notification-badge.error {
  border-left-color: #ff4444;
}
 
.notification-badge.error::before {
  background: #ff4444;
}
 
/* Hex Icons */
.hex-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(252, 231, 200, 0.1) 0%, rgba(252, 231, 200, 0.05) 100%);
  position: relative;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
 
.hex-icon::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #fce7c8, #E3BB7A);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
  opacity: 0.6;
}
 
.hex-icon:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
 
.hex-icon img,
.hex-icon svg {
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 0 3px rgba(252, 231, 200, 0.4));
}
 
/* Data Cards */
.data-card {
  background: linear-gradient(135deg, rgba(0, 0, 2, 0.9) 0%, rgba(12, 10, 20, 0.9) 100%);
  border: 1px solid rgba(252, 231, 200, 0.3);
  padding: 16px;
  margin: 8px 0;
  position: relative;
  overflow: hidden;
}
 
.data-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(252, 231, 200, 0.2);
}
 
.data-card-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fce7c8;
  text-transform: uppercase;
  letter-spacing: 1px;
}
 
.data-card-value {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px rgba(252, 231, 200, 0.4);
}
 
.data-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid rgba(252, 231, 200, 0.2);
  font-size: 14px;
  color: #C8C8C8;
}
 
.data-card-trend {
  display: flex;
  align-items: center;
  gap: 4px;
}
 
.data-card-trend.up {
  color: #44ff44;
}
 
.data-card-trend.down {
  color: #ff4444;
}
 
/* Skeleton Loader */
.skeleton-loader {
  background: linear-gradient(90deg,
    rgba(252, 231, 200, 0.05) 0%,
    rgba(252, 231, 200, 0.1) 50%,
    rgba(252, 231, 200, 0.05) 100%
  );
  background-size: 200% 100%;
  animation: skeletonWave 1.5s linear infinite;
  border-radius: 2px;
}
 
@keyframes skeletonWave {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
 
.skeleton-text {
  height: 16px;
  margin: 8px 0;
}
 
.skeleton-title {
  height: 24px;
  width: 60%;
  margin: 12px 0;
}
 
.skeleton-image {
  height: 200px;
  width: 100%;
  margin: 16px 0;
}
 
/*──────── 8. BUILDING PAGE STYLES ───────*/
 
/* Card Component */
.dune-card{
  background: linear-gradient(135deg, rgba(0,0,2,.85) 0%, rgba(12,10,20,.85) 100%);
  color:#E0E0E0;
  padding:0;
  margin:0 0 24px 0;
  border: 2px solid rgba(252, 231, 200, 0.2);
  position: relative;
  overflow: hidden;
  clip-path: polygon(
    0 20px,
    20px 0,
    calc(100% - 20px) 0,
    100% 20px,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%,
    20px 100%,
    0 calc(100% - 20px)
  );
  box-shadow:
    0 0 30px rgba(0,0,0,.8),
    inset 0 0 30px rgba(252, 231, 200, 0.05);
  display:flex;
  flex-direction:column;
  flex:1 0 auto;
  height:100%;
}
 
.dune-card-inner {
  padding: 20px;
  position: relative;
  z-index: 1;
}
 
.dune-card-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, transparent 50%, rgba(252, 231, 200, 0.1) 50%);
  z-index: 2;
}
 
.dune-card-decoration::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 6px;
  height: 6px;
  background: #fce7c8;
  border-radius: 50%;
  box-shadow: 0 0 10px #fce7c8;
  opacity: 0.7;
}
 
.dune-card-label{
  color:#E3BB7A;
  font-size:11px;
  text-transform:uppercase;
  margin-bottom:8px;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  padding: 4px 12px;
  background: linear-gradient(90deg, rgba(252, 231, 200, 0.1) 0%, transparent 100%);
  border-left: 3px solid #fce7c8;
  position: relative;
}
 
.dune-card-title{
  margin:0;
  font-size:24px;
  color:#fce7c8;
  text-transform:uppercase;
  padding-bottom:12px;
  margin-bottom:16px;
  display:flex;
  align-items:center;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 0 20px rgba(252, 231, 200, 0.5);
}
 
.dune-card-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg,
    transparent 0%,
    #fce7c8 20%,
    #E3BB7A 50%,
    #fce7c8 80%,
    transparent 100%
  );
}
 
.dune-card-title .icon{
  margin-right:12px;
  font-size: 28px;
  color: #fce7c8;
  filter: drop-shadow(0 0 5px rgba(252, 231, 200, 0.7));
}
 
.dune-card-description{
  font-size:16px;
  line-height:1.6;
  background: rgba(0,0,2,.8);
  border: 1px solid rgba(252, 231, 200, 0.2);
  padding:16px;
  margin-bottom:16px;
  position: relative;
  overflow: hidden;
}
 
.dune-card-description::before,
.dune-card-description::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(252, 231, 200, 0.3);
}
 
.dune-card-description::before {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}
 
.dune-card-description::after {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}
 
.dune-card-image{
  text-align:center;
  margin:16px 0;
  position: relative;
}
 
.dune-card-image img{
  max-width:220px;
  max-height:220px;
  object-fit:contain;
  filter: drop-shadow(0 0 20px rgba(252, 231, 200, 0.3));
  transition: all 0.3s ease;
}
 
.dune-card-image:hover img {
  transform: scale(1.05);
  filter: drop-shadow(0 0 30px rgba(252, 231, 200, 0.5));
}
 
.has-border,
.card-image-border{
  border: 3px solid transparent;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%) padding-box,
              linear-gradient(135deg, #fce7c8 0%, #E3BB7A 100%) border-box;
  padding:8px;
  position: relative;
  overflow: hidden;
}
 
.has-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(252, 231, 200, 0.05) 50%, transparent 70%);
}
 
.dune-card-locked{
  margin:20px 0;
  background: linear-gradient(135deg, rgba(160, 123, 64, 0.2) 0%, rgba(0,0,2,.8) 100%);
  border: 2px solid rgba(252, 231, 200, 0.4);
  padding:16px;
  text-align:center;
  position: relative;
  clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px);
}
 
.dune-card-locked-label{
  color:#fce7c8;
  font-weight:700;
  font-size:13px;
  margin-bottom:12px;
  padding-bottom:8px;
  text-transform:uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid rgba(252, 231, 200, 0.3);
}
 
.dune-card-locked-icon{
  display:inline-block;
  width:20px;
  height:20px;
  margin-right:8px;
  color:#fce7c8;
  font-size:18px;
}
 
.dune-card-locked-value{
  color:#fff;
  font-size:18px;
  padding:8px 16px;
  background: rgba(252, 231, 200, 0.1);
  border: 1px solid rgba(252, 231, 200, 0.3);
  display:inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: inset 0 0 10px rgba(252, 231, 200, 0.1);
}
 
/*──────── 9. TABLES ───────*/
.dune-table-wrapper{
  border: 2px solid rgba(252, 231, 200, 0.3);
  overflow:hidden;
  width:100%;
  position: relative;
  background: rgba(0,0,2,.6);
  box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
}
 
table.infobox-dune-two-column,
table.infobox-dune-standard-table{
  width:100%;
  table-layout:fixed;
  border-collapse:separate;
  border-spacing:0;
  background: transparent;
  position: relative;
}
 
table.infobox-dune-two-column th,
table.infobox-dune-two-column td,
table.infobox-dune-standard-table th,
table.infobox-dune-standard-table td{
  padding:12px 8px;
  font-size:15px;
  color:#E0E0E0;
  background: rgba(12,10,20,.6);
  border-bottom: 1px solid rgba(252, 231, 200, 0.2);
  transition: all 0.2s ease;
}
 
table.infobox-dune-two-column tr:hover td,
table.infobox-dune-standard-table tr:hover td {
  background: rgba(252, 231, 200, 0.05);
  color: #fff;
}
 
table.infobox-dune-two-column thead th,
table.infobox-dune-standard-table thead th,
.tr-dark{
  background: rgba(0,0,2,.9);
  color:#fce7c8;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  border-bottom: 2px solid rgba(252, 231, 200, 0.4);
}
 
table.infobox-dune-two-column th .icon,
table.infobox-dune-standard-table th .icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-right:8px;
  width:20px;
  color:#fce7c8;
  filter: drop-shadow(0 0 3px rgba(252, 231, 200, 0.7));
}
 
table.infobox-dune-two-column tr:last-child td,
table.infobox-dune-standard-table tr:last-child td{
  border-bottom:none;
}
 
table.infobox-dune-two-column th:first-child,
table.infobox-dune-standard-table th:first-child {
  width: 40%;
  text-align: left;
  padding-left: 16px;
}
 
/* Remove table row alternating colors */
.skin-pivot table tr,
.skin-pivot table tr,
.skin-pivot table tbody tr,
.skin-pivot table tbody tr,
Line 1,907: Line 454:
}
}


table.infobox-dune-two-column tbody tr td,
/* ================================================
table.infobox-dune-standard-table tbody tr td {
  FOOTER
   background: rgba(12,10,20,.6) !important;
  ================================================ */
   background-color: rgba(12,10,20,.6) !important;
footer#footer {
   background: linear-gradient(180deg, transparent 0%, rgba(0,0,2,.9) 100%) !important;
   border-top: 2px solid rgba(252, 231, 200, 0.3);
  margin-top: 40px !important;
  padding: 20px !important;
}
}


/* Video container */
footer#footer a {
.dune-card-video {
   color: var(--color-primary) !important;
   border: 3px solid transparent;
   margin: 0 10px;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%) padding-box,
              linear-gradient(135deg, #fce7c8 0%, #E3BB7A 100%) border-box;
  padding: 4px;
  position: relative;
   overflow: hidden;
  box-shadow: 0 0 30px rgba(252, 231, 200, 0.3);
}
}


/*──────── 10. RESPONSIVE ADJUSTMENTS ───────*/
footer#footer li {
.responsive-container {
   display: inline-block !important;
   display: flex;
   border: none !important;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
   margin: 20px auto;
}
}


.responsive-col {
/* ================================================
  display: flex;
  SCROLLBAR
  flex-direction: column;
  ================================================ */
  flex: 1 1 0;
::-webkit-scrollbar {
   min-width: 0;
   width: 8px !important;
}
}


.responsive-col > * {
::-webkit-scrollbar-track {
   flex: 1 1 auto;
   background: rgba(0,0,2,.8);
}
}


/* Content area */
::-webkit-scrollbar-thumb {
#mw-content-text {
   background: var(--color-secondary);
   padding: 0 20px !important;
   border-radius: 4px;
   max-width: 1600px !important;
  margin: 0 auto !important;
}
}


/* Desktop optimizations */
::-webkit-scrollbar-thumb:hover {
.dune-card-title {
   background: var(--color-primary);
   font-size: 18px !important;
}
}


.dune-card-label {
/* ================================================
  font-size: 10px !important;
  MOBILE RESPONSIVE
}
  ================================================ */
 
.dune-card-description {
  font-size: 14px !important;
  line-height: 1.4 !important;
}
 
table.infobox-dune-two-column th,
table.infobox-dune-two-column td,
table.infobox-dune-standard-table th,
table.infobox-dune-standard-table td {
  font-size: 13px !important;
  padding: 8px 6px !important;
}
 
.dune-card {
  margin-bottom: 16px !important;
}
 
.dune-card-inner {
  padding: 16px !important;
}
 
.dune-card-title {
  padding-bottom: 8px !important;
  margin-bottom: 12px !important;
}
 
.dune-card-description {
  padding: 12px !important;
  margin-bottom: 12px !important;
}
 
.dune-card-locked {
  padding: 12px !important;
  margin: 16px 0 !important;
}
 
.dune-card-image img {
  max-width: 180px !important;
  max-height: 180px !important;
}
 
.dune-card-video {
  max-height: 200px;
  overflow: hidden;
}
 
.dune-table-wrapper {
  margin: 8px 0;
}
 
table.infobox-dune-standard-table thead th {
  padding: 8px !important;
  font-size: 12px !important;
  letter-spacing: 0.5px !important;
}
 
/* Recipe formatting */
.recipe-item {
  display: inline-flex;
  align-items: center;
  background: rgba(252, 231, 200, 0.1);
  border: 1px solid rgba(252, 231, 200, 0.3);
  padding: 4px 8px;
  margin: 2px;
  border-radius: 2px;
  transition: all 0.2s ease;
}
 
.recipe-item:hover {
  background: rgba(252, 231, 200, 0.2);
  border-color: #fce7c8;
  transform: translateY(-2px);
}
 
/* Loading animation */
.content-loading {
  position: relative;
  min-height: 100px;
}
 
.content-loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgba(252, 231, 200, 0.2);
  border-top-color: #fce7c8;
  border-radius: 50%;
  animation: loadingSpin 1s linear infinite;
}
 
/* Scrollbar */
::-webkit-scrollbar {
  width: 8px !important;
}
 
/*──────── 11. MOBILE RESPONSIVE ───────*/
@media (max-width: 768px) {
@media (max-width: 768px) {
   .dune-header-inner {
   .dune-header-inner {
Line 2,075: Line 510:
     display: none;
     display: none;
     position: absolute;
     position: absolute;
     top: 60px;
     top: var(--header-height);
     left: 0;
     left: 0;
     right: 0;
     right: 0;
     background: rgba(10, 8, 16, 0.98);
     background: rgba(10, 8, 16, 0.98);
     flex-direction: column;
     flex-direction: column;
     border-top: 2px solid #fce7c8;
     border-top: 2px solid var(--color-primary);
     margin: 0;
     margin: 0;
   }
   }
Line 2,103: Line 538:
   }
   }
    
    
   .dune-card{
  /* Mobile radial menu adjustments */
     clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
   .dune-radial-menu.mobile-grid {
     background: linear-gradient(135deg, rgba(0,0,2,.95) 0%, rgba(12,10,20,.95) 100%);
    border: 2px solid var(--color-primary);
    border-radius: 0;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px);
   }
   }
    
    
   .dune-card-title {
   .dune-radial-item {
     font-size: 20px;
     border: 2px solid var(--color-primary);
    background: rgba(0,0,2,.8);
   }
   }
    
    
   table.infobox-dune-two-column th,
   .dune-subcategory-item {
  table.infobox-dune-two-column td,
    background: rgba(0,0,2,.8);
  table.infobox-dune-standard-table th,
     border: 1px solid rgba(252, 231, 200, 0.3);
  table.infobox-dune-standard-table td{
    padding:10px 6px;
     font-size:14px;
   }
   }
}
}
Line 2,127: Line 564:
}
}


/*──────── 12. FOOTER ENHANCEMENT ───────*/
/* ================================================
footer#footer {
  UTILITY CLASSES
   background: linear-gradient(180deg, transparent 0%, rgba(0,0,2,.9) 100%) !important;
  ================================================ */
   border-top: 2px solid rgba(252, 231, 200, 0.3);
/* Loading spinner */
   margin-top: 40px !important;
.tech-loader {
   padding: 20px !important;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(252, 231, 200, 0.2);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: loadingSpin 1s linear infinite;
  display: inline-block;
}
 
@keyframes loadingSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
 
/* Content loading state */
.content-loading {
   position: relative;
  min-height: 100px;
}
 
.content-loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgba(252, 231, 200, 0.2);
  border-top-color: var(--color-primary);
   border-radius: 50%;
  animation: loadingSpin 1s linear infinite;
}
 
/* Glitch text effect */
.glitch-text {
  text-shadow: 0 0 2px var(--color-primary);
}
 
/* Skeleton loader */
.skeleton-loader {
  background: linear-gradient(90deg,
    rgba(252, 231, 200, 0.05) 0%,
    rgba(252, 231, 200, 0.1) 50%,
    rgba(252, 231, 200, 0.05) 100%
  );
   background-size: 200% 100%;
  animation: skeletonWave 1.5s linear infinite;
  border-radius: 2px;
}
 
@keyframes skeletonWave {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
 
.skeleton-text {
  height: 16px;
   margin: 8px 0;
}
}


footer#footer a {
.skeleton-title {
   color: #fce7c8 !important;
   height: 24px;
   margin: 0 10px;
  width: 60%;
   margin: 12px 0;
}
}


footer#footer li {
.skeleton-image {
   display: inline-block !important;
   height: 200px;
   border: none !important;
  width: 100%;
   margin: 16px 0;
}
}

Revision as of 01:41, 24 May 2025

/**********************************************************
 *  Common.css – Global Styles Only
 *  Dune Awakening Theme for MediaWiki
 *  (v5 cleaned · 2025-05-24)
 **********************************************************/

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@400;500;600;700&display=swap');

/* ================================================
   CSS VARIABLES
   ================================================ */
:root {
  /* Font sizes */
  --font-size-xs: 0.65rem;
  --font-size-sm: 0.75rem;
  --font-size-md: 0.85rem;
  --font-size-lg: 1.1rem;
  --font-size-xl: 1.3rem;
  --font-size-xxl: 1.7rem;
  
  /* Colors */
  --color-primary: #fce7c8;
  --color-secondary: #E3BB7A;
  --color-text: #E0E0E0;
  --color-bg-dark: rgba(0,0,2,.85);
  --color-bg-darker: rgba(12,10,20,.85);
  --color-border: rgba(252, 231, 200, 0.2);
  --color-border-hover: rgba(252, 231, 200, 0.4);
  
  /* Spacing */
  --header-height: 60px;
  --content-padding: 20px;
}

/* ================================================
   GLOBAL RESETS & LAYOUT FIXES
   ================================================ */

/* Remove all top spacing globally */
* {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Body spacing for fixed header */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

body {
  padding-top: var(--header-height) !important;
  background-color: #0a0a0a;
  color: var(--color-text);
  font-family: 'Rajdhani', sans-serif;
}

/* Subtle tech pattern overlay */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 35px,
    rgba(252, 231, 200, 0.01) 35px,
    rgba(252, 231, 200, 0.01) 70px
  );
  pointer-events: none;
  z-index: 1;
}

/* ================================================
   HIDE MEDIAWIKI DEFAULT ELEMENTS
   ================================================ */
h1.firstHeading,
h1.title,
.mw-page-title-main,
#firstHeading,
.firstHeading,
.page-header,
.mw-indicators,
#tagline,
h3#tagline,
#contentSub,
.mw-content-subtitle {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide conflicting navigation elements */
body::after,
nav.tab-bar,
.tab-bar,
.tab-bar-section,
.left-off-canvas-toggle,
.right-off-canvas-toggle,
aside.right-off-canvas-menu,
#right-nav-aside,
#mw-header-container,
.mw-header {
  display: none !important;
}

/* ================================================
   CONTENT AREA RESETS
   ================================================ */
#content,
.mw-body,
#mw-content-text,
.mw-content-ltr,
.mw-content-rtl,
.mw-body-content,
.mw-parser-output,
#main-section,
.main-section,
#page-content,
#p-cactions,
.ve-init-mw-desktopArticleTarget-targetContainer {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Force first content element to start at top */
.mw-parser-output > *:first-child,
.mw-body-content > *:first-child,
#mw-content-text > *:first-child,
#bodyContent > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ================================================
   REMOVE SIDEBAR & FORCE FULL WIDTH
   ================================================ */
#sidebar,
aside.columns,
.side-nav,
.sidebar,
[class*="large-2"][class*="medium-3"] {
  display: none !important;
  width: 0 !important;
}

#page-content,
#main-section,
.main-section,
#p-cactions,
#content-wrapper,
.mw-body,
[class*="large-10"][class*="medium-9"] {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
}

/* Remove Foundation grid constraints */
.row {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.columns {
  padding: 0 !important;
  float: none !important;
  position: static !important;
}

/* Content wrapper */
#mw-content-text {
  padding: 0 var(--content-padding) !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Fix nested wrappers */
.off-canvas-wrap,
.docs-wrap,
.inner-wrap {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

/* ================================================
   ACTIONS BUTTON SPACING
   ================================================ */
#p-cactions {
  margin-bottom: 15px !important;
  padding-bottom: 0 !important;
}

#p-cactions > .row {
  margin-bottom: 0 !important;
}

#drop {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}

/* ================================================
   CUSTOM HEADER
   ================================================ */
#dune-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: var(--header-height) !important;
  background: linear-gradient(180deg, rgba(20, 18, 28, 0.95) 0%, rgba(10, 8, 16, 0.98) 100%);
  border-bottom: 3px solid var(--color-border-hover);
  box-shadow: 0 2px 20px rgba(0,0,0,0.8);
  z-index: 99999 !important;
  display: flex;
  align-items: center;
}

.dune-header-inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 100%;
}

/* Logo */
.dune-logo {
  font-family: 'Orbitron', sans-serif !important;
  font-size: 22px;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(252, 231, 200, 0.4);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.dune-logo:hover {
  color: #fff;
  text-shadow: 0 0 20px rgba(252, 231, 200, 0.6);
  text-decoration: none;
}

/* Navigation */
.dune-nav {
  display: flex;
  gap: 0;
  margin: 0 20px;
  height: 100%;
}

.dune-nav a {
  display: flex;
  align-items: center;
  padding: 0 18px;
  height: 100%;
  color: rgba(252, 231, 200, 0.8);
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-decoration: none;
  border-right: 1px solid rgba(252, 231, 200, 0.1);
  transition: all 0.3s ease;
  background: transparent;
  position: relative;
}

.dune-nav a:first-child {
  border-left: 1px solid rgba(252, 231, 200, 0.1);
}

.dune-nav a:hover {
  background: rgba(252, 231, 200, 0.1);
  color: var(--color-primary);
  text-shadow: 0 0 10px rgba(252, 231, 200, 0.5);
  text-decoration: none;
}

/* Search */
.dune-search {
  display: flex;
  align-items: center;
}

.dune-search form {
  display: flex;
  align-items: stretch !important;
  gap: 0 !important;
}

.dune-search-input {
  background: rgba(0, 0, 2, 0.8);
  border: 2px solid rgba(252, 231, 200, 0.3);
  border-radius: 0;
  color: var(--color-primary);
  padding: 8px 12px;
  width: 200px;
  font-size: 13px;
  font-family: 'Rajdhani', sans-serif;
  transition: all 0.3s ease;
  height: 38px !important;
  box-sizing: border-box !important;
}

.dune-search-input:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 10px rgba(252, 231, 200, 0.3);
  width: 250px;
}

.dune-search-input::placeholder {
  color: rgba(252, 231, 200, 0.5);
}

.dune-search-btn {
  background: rgba(252, 231, 200, 0.1);
  border: 2px solid rgba(252, 231, 200, 0.3);
  border-left: none;
  color: var(--color-primary);
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  height: 38px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.dune-search-btn:hover {
  background: rgba(252, 231, 200, 0.2);
  border-color: var(--color-primary);
}

/* Mobile menu button */
.dune-mobile-menu-btn {
  display: none;
  background: transparent;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 24px;
  padding: 5px 10px;
  cursor: pointer;
  margin-right: 15px;
}

/* ================================================
   RADIAL MENU
   ================================================ */
.dune-radial-menu {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%,-50%) scale(0);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity .3s ease;
}

.dune-radial-menu.active {
  transform: translate(-50%,-50%) scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.dune-radial-item,
.dune-radial-center,
.dune-subcategory-container {
  background: linear-gradient(135deg, #0c0a14 0%, #1a1a1a 100%);
  border: 2px solid var(--color-primary);
  box-shadow: 
    inset 0 0 20px rgba(0,0,0,0.5),
    0 0 20px rgba(252, 231, 200, 0.2);
  transition: all 0.3s ease;
}

.dune-radial-item:hover,
.dune-radial-center:hover {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-color: #fff;
  box-shadow: 
    inset 0 0 20px rgba(252, 231, 200, 0.1),
    0 0 30px rgba(252, 231, 200, 0.4);
  transform: scale(1.05);
}

.dune-subcategory-header {
  background: linear-gradient(90deg, rgba(0,0,2,.9) 0%, rgba(12,10,20,.9) 100%);
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.dune-subcategory-item {
  color: var(--color-primary);
  transition: all 0.2s ease;
}

.dune-subcategory-item:hover {
  background: linear-gradient(90deg, rgba(252, 231, 200, 0.1) 0%, rgba(252, 231, 200, 0.2) 100%);
  padding-left: 20px;
  border-left: 3px solid var(--color-primary);
}

.dune-radial-overlay {
  background: radial-gradient(circle at center, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.8) 100%);
  backdrop-filter: blur(3px);
}

/* ================================================
   GLOBAL TABLE STYLES
   ================================================ */
/* Remove MediaWiki table row alternating colors */
.skin-pivot table tr,
.skin-pivot table tbody tr,
.skin-pivot table tbody tr:nth-child(odd),
.skin-pivot table tbody tr:nth-child(even),
.skin-pivot table tbody tr:nth-child(odd) td,
.skin-pivot table tbody tr:nth-child(even) td,
.skin-pivot .wikitable tr,
.skin-pivot .wikitable tbody tr:nth-child(odd),
.skin-pivot .wikitable tbody tr:nth-child(even) {
  background: transparent !important;
  background-color: transparent !important;
}

/* ================================================
   FOOTER
   ================================================ */
footer#footer {
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,2,.9) 100%) !important;
  border-top: 2px solid rgba(252, 231, 200, 0.3);
  margin-top: 40px !important;
  padding: 20px !important;
}

footer#footer a {
  color: var(--color-primary) !important;
  margin: 0 10px;
}

footer#footer li {
  display: inline-block !important;
  border: none !important;
}

/* ================================================
   SCROLLBAR
   ================================================ */
::-webkit-scrollbar {
  width: 8px !important;
}

::-webkit-scrollbar-track {
  background: rgba(0,0,2,.8);
}

::-webkit-scrollbar-thumb {
  background: var(--color-secondary);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}

/* ================================================
   MOBILE RESPONSIVE
   ================================================ */
@media (max-width: 768px) {
  .dune-header-inner {
    padding: 0 10px;
  }
  
  .dune-logo {
    font-size: 18px;
    letter-spacing: 2px;
  }
  
  .dune-nav {
    display: none;
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: rgba(10, 8, 16, 0.98);
    flex-direction: column;
    border-top: 2px solid var(--color-primary);
    margin: 0;
  }
  
  .dune-nav.mobile-active {
    display: flex;
  }
  
  .dune-nav a {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgba(252, 231, 200, 0.1);
    height: 50px;
  }
  
  .dune-search {
    display: none;
  }
  
  .dune-mobile-menu-btn {
    display: block;
  }
  
  /* Mobile radial menu adjustments */
  .dune-radial-menu.mobile-grid {
    background: linear-gradient(135deg, rgba(0,0,2,.95) 0%, rgba(12,10,20,.95) 100%);
    border: 2px solid var(--color-primary);
    border-radius: 0;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px);
  }
  
  .dune-radial-item {
    border: 2px solid var(--color-primary);
    background: rgba(0,0,2,.8);
  }
  
  .dune-subcategory-item {
    background: rgba(0,0,2,.8);
    border: 1px solid rgba(252, 231, 200, 0.3);
  }
}

@media (max-width: 1200px) {
  .dune-nav a {
    padding: 0 15px;
    font-size: 13px;
  }
}

/* ================================================
   UTILITY CLASSES
   ================================================ */
/* Loading spinner */
.tech-loader {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(252, 231, 200, 0.2);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: loadingSpin 1s linear infinite;
  display: inline-block;
}

@keyframes loadingSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Content loading state */
.content-loading {
  position: relative;
  min-height: 100px;
}

.content-loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgba(252, 231, 200, 0.2);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: loadingSpin 1s linear infinite;
}

/* Glitch text effect */
.glitch-text {
  text-shadow: 0 0 2px var(--color-primary);
}

/* Skeleton loader */
.skeleton-loader {
  background: linear-gradient(90deg, 
    rgba(252, 231, 200, 0.05) 0%, 
    rgba(252, 231, 200, 0.1) 50%, 
    rgba(252, 231, 200, 0.05) 100%
  );
  background-size: 200% 100%;
  animation: skeletonWave 1.5s linear infinite;
  border-radius: 2px;
}

@keyframes skeletonWave {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.skeleton-text {
  height: 16px;
  margin: 8px 0;
}

.skeleton-title {
  height: 24px;
  width: 60%;
  margin: 12px 0;
}

.skeleton-image {
  height: 200px;
  width: 100%;
  margin: 16px 0;
}