Actions

MediaWiki

Pivot.css: Difference between revisions

From Dune Awakening DB

mNo edit summary
mNo edit summary
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
/**********************************************************
/**********************************************************
  * Enhanced Dune-Themed Pivot Skin (Game-Accurate)
  * Enhanced Pivot skin – Dune Awakening UI inspired (v3)
*  Complete overhaul for game-accurate aesthetics
  **********************************************************/
  **********************************************************/
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@400;500;600;700&display=swap');


/*--------------------------------------------------------------
/*─────────────────────────────────────────
# 1. CSS VARIABLES - ENHANCED SYSTEM
1 · ENHANCED DESIGN TOKENS
--------------------------------------------------------------*/
─────────────────────────────────────────*/
:root {
:root{
   /* Brand Colors - Core Palette */
   /* Core Dune palette - richer, more vibrant */
   --dune-black: rgba(14, 12, 21, 0.6);
   --dune-black: rgba(8, 6, 12, 0.95);
   --dune-panel-bg-dark: rgba(0, 0, 2, 0.7);
   --dune-panel-bg-dark: rgba(0, 0, 2, 0.9);
   --dune-panel-bg-light: rgba(22, 22, 24, 0.4);
   --dune-panel-bg-light: rgba(22, 22, 24, 0.6);
   --dune-dark: rgba(26, 23, 36, 0.7);
   --dune-dark: rgba(20, 18, 28, 0.85);
   --dune-darker: rgba(12, 10, 20, 0.8);
   --dune-darker: rgba(10, 8, 16, 0.9);
 
  /* Enhanced gold spectrum */
   --dune-gold: #fce7c8;
   --dune-gold: #fce7c8;
  --dune-gold-bright: #fff4e6;
   --dune-gold-hover: #E3BB7A;
   --dune-gold-hover: #E3BB7A;
   --dune-gold-dark: #A07B40;
   --dune-gold-dark: #A07B40;
  --dune-gold-glow: rgba(252, 231, 200, 0.4);
    
    
   /* Text Colors */
   /* Text hierarchy */
   --text-primary: #E0E0E0;
   --text-primary: #E8E8E8;
   --text-secondary: #BBBBBB;
   --text-secondary: #C8C8C8;
   --text-title: #E2D3AE;
   --text-title: #fce7c8;
   --text-inactive: #636363;
   --text-inactive: #666666;
   --text-highlight: #FFFFFF;
   --text-highlight: #FFFFFF;
  --text-link: var(--dune-gold);
   --text-error: #ff4444;
  --text-link-hover: var(--dune-gold-hover);
   --text-error: #9c061a;
  --text-success: #4CAF50;
  --text-warning: #FFD700;
    
    
   /* Faction Colors */
   /* Spacing system */
   --faction-atreides: #3D6B8A;
   --spacing-xxs: 4px;
   --faction-harkonnen: #340f14;
   --spacing-xs: 8px;
   --faction-fremen: #538579;
   --spacing-sm: 12px;
   --faction-emperor: #8A7045;
   --spacing-md: 16px;
   --faction-spacing-guild: #4A4E69;
   --spacing-lg: 20px;
   --faction-bene-gesserit: #6B4E71;
  --spacing-xl: 24px;
   --spacing-xxl: 32px;
    
    
   /* Status Colors */
   /* Borders & effects */
  --status-complete: #4CAF50;
  --status-incomplete: #FF6B6B;
  --status-locked: #636363;
  --status-available: #3D6B8A;
  --status-craftable: #538579;
  --status-rare: #9c43c8;
  --status-epic: #2970c3;
  --status-legendary: #cf7a30;
 
  /* Opacity & Transparency */
  --opacity-high: 0.9;
  --opacity-medium: 0.7;
  --opacity-low: 0.5;
  --opacity-subtle: 0.3;
  --opacity-hint: 0.1;
 
  /* Color with Transparency */
  --dune-dark-transparent: rgba(14, 12, 21, 0.6);
  --dune-darker-transparent: rgba(12, 10, 20, 0.5);
  --dune-gold-transparent: rgba(200, 161, 101, 0.4);
  --dune-gold-glow: rgba(200, 161, 101, 0.2);
  --dune-gold-intense-glow: rgba(227, 187, 122, 0.4);
  --panel-bg-transparent: rgba(0, 0, 2, 0.7);
  --black-transparent: rgba(0, 0, 0, 0.7);
  --gold-border-subtle: rgba(200, 161, 101, 0.3);
  --gold-border-very-subtle: rgba(200, 161, 101, 0.2);
 
  /* Spacing & Layout */
  --spacing-xxs: 2px;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 12px;
  --spacing-lg: 16px;
  --spacing-xl: 20px;
  --spacing-xxl: 24px;
  --spacing-xxxl: 32px;
 
  /* Content Width */
  --content-width-xs: 480px;
  --content-width-sm: 768px;
  --content-width-md: 1024px;
  --content-width-lg: 1280px;
  --content-width-xl: 1440px;
 
  /* Borders */
   --border-thin: 1px;
   --border-thin: 1px;
   --border-medium: 2px;
   --border-medium: 2px;
   --border-thick: 3px;
   --border-thick: 3px;
  --border-radius-xs: 1px;
   --border-radius-sm: 3px;
   --border-radius-sm: 2px;
   --border-radius-lg: 6px;
  --border-radius-md: 3px;
   --border-radius-lg: 4px;
  --border-radius-xl: 6px;
  --border-radius-circle: 50%;
   --border-angle: 30deg;
   --border-angle: 30deg;
    
    
   /* Shadows */
   /* Enhanced shadows */
   --shadow-subtle: 0 0 8px rgba(0, 0, 0, 0.3);
   --shadow-subtle: 0 2px 10px rgba(0, 0, 0, 0.4);
   --shadow-medium: 0 0 10px rgba(0, 0, 0, 0.5);
   --shadow-medium: 0 4px 20px rgba(0, 0, 0, 0.6);
   --shadow-strong: 0 0 15px rgba(0, 0, 0, 0.7);
   --shadow-heavy: 0 8px 40px rgba(0, 0, 0, 0.8);
  --shadow-inset-subtle: inset 0 0 5px rgba(0, 0, 0, 0.3);
   --shadow-glow: 0 0 30px var(--dune-gold-glow);
  --shadow-inset-medium: inset 0 0 8px rgba(0, 0, 0, 0.5);
   --shadow-gold: 0 0 8px rgba(200, 161, 101, 0.3);
  --shadow-gold-intense: 0 0 12px rgba(227, 187, 122, 0.5);
  --shadow-error: 0 0 8px rgba(255, 107, 107, 0.5);
  --shadow-success: 0 0 8px rgba(76, 175, 80, 0.5);
    
    
   /* Typography */
   /* Typography - game-inspired fonts */
   --font-stack: "Orbitron", "Segoe UI", sans-serif;
   --font-primary: "Rajdhani", "Segoe UI", sans-serif;
   --font-stack-secondary: "Montserrat", "Arial", sans-serif;
   --font-display: "Orbitron", "Arial Black", sans-serif;
  --font-stack-mono: "Courier New", monospace;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
   --font-size-xs: 0.75rem;
   --font-size-xs: 0.75rem;
   --font-size-sm: 0.85rem;
   --font-size-sm: 0.875rem;
   --font-size-md: 1rem;
   --font-size-md: 1rem;
   --font-size-lg: 1.2rem;
   --font-size-lg: 1.25rem;
   --font-size-xl: 1.4rem;
   --font-size-xl: 1.5rem;
   --font-size-xxl: 1.6rem;
   --font-size-xxl: 2rem;
  --font-size-xxxl: 2rem;
  --line-height-tight: 1.2;
  --line-height-normal: 1.35;
  --line-height-relaxed: 1.5;
  --line-height-loose: 1.7;
  --letter-spacing-tight: -0.05em;
  --letter-spacing-normal: 0em;
  --letter-spacing-wide: 0.05em;
  --letter-spacing-wider: 0.1em;
  --letter-spacing-widest: 0.15em;
 
  /* Z-index layers */
  --z-index-background: -1;
  --z-index-default: 1;
  --z-index-tooltip: 100;
  --z-index-dropdown: 200;
  --z-index-modal: 300;
  --z-index-overlay: 400;
 
  /* Animation & Transitions */
  --transition-fast: all 0.1s ease;
  --transition-standard: all 0.2s ease;
  --transition-slow: all 0.3s ease;
  --animation-speed-fast: 0.3s;
  --animation-speed-normal: 0.5s;
  --animation-speed-slow: 0.8s;
    
    
   /* Component dimensions */
   /* Layout */
  --button-height-sm: 24px;
   --nav-height: 48px;
  --button-height-md: 32px;
   --sidebar-width: 280px;
  --button-height-lg: 40px;
  --input-height-sm: 24px;
  --input-height-md: 32px;
  --input-height-lg: 40px;
   --nav-height: 40px;
  --card-padding: var(--spacing-lg);
  --panel-padding: var(--spacing-md);
 
  /* Diagonal cuts - for clip-path */
  --diagonal-cut-small: 5px;
  --diagonal-cut-medium: 10px;
  --diagonal-cut-large: 15px;
 
  /* Polygon style - for clip-path */
   --clip-path-hexagonal-header: polygon(
    20px 0,
    calc(100% - 20px) 0,
    100% 20px,
    calc(100% - 20px) 40px,
    20px 40px,
    0 20px
  );
 
  /* Gradients */
  --gradient-gold: linear-gradient(to bottom, var(--dune-gold), var(--dune-gold-dark));
  --gradient-gold-hover: linear-gradient(to bottom, var(--dune-gold-hover), var(--dune-gold));
  --gradient-dark: linear-gradient(135deg, #111010, #1a1917);
  --gradient-gold-horizontal: linear-gradient(to right, var(--dune-gold), var(--dune-gold-hover));
 
  /* Aspect ratios */
  --aspect-ratio-square: 1 / 1;
  --aspect-ratio-landscape: 16 / 9;
  --aspect-ratio-portrait: 9 / 16;
  --aspect-ratio-ultrawide: 21 / 9;
 
  /* Images & Icons */
  --icon-size-xs: 12px;
  --icon-size-sm: 16px;
  --icon-size-md: 24px;
  --icon-size-lg: 32px;
  --icon-size-xl: 48px;
}
}


/*--------------------------------------------------------------
/*─────────────────────────────────────────
# 2. GLOBAL RESET & BODY
2 · ENHANCED RESET & BODY
--------------------------------------------------------------*/
─────────────────────────────────────────*/
html, body {
html, body {
   margin: 0;
   margin: 0;
Line 201: Line 77:
   height: 100%;
   height: 100%;
   min-height: 100%;
   min-height: 100%;
  overflow-x: hidden;
}
}


body.skin-pivot {
body.skin-pivot {
   background: url('https://dunedb.com/images/5/57/DuneDB_Background.jpg') no-repeat center center fixed;
   background:  
  background-size: cover;
    /* Tech overlay pattern */
  background-attachment: fixed;
    radial-gradient(circle at 20% 50%, rgba(252, 231, 200, 0.02) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(252, 231, 200, 0.02) 0%, transparent 50%),
    /* Main background */
    url('https://dunedb.com/images/5/57/DuneDB_Background.jpg') no-repeat center/cover fixed;
   color: var(--text-primary);
   color: var(--text-primary);
   font-family: var(--font-stack);
   font-family: var(--font-primary);
   line-height: 1.35;
   line-height: 1.5;
   font-size: 15px;
   font-size: 16px;
  position: relative;
}
 
/* Animated background overlay */
body.skin-pivot::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(252, 231, 200, 0.03) 2px,
      rgba(252, 231, 200, 0.03) 4px
    );
  pointer-events: none;
  z-index: 1;
  animation: scanlines 8s linear infinite;
}
 
@keyframes scanlines {
  0% { transform: translateY(0); }
  100% { transform: translateY(4px); }
}
}


/*--------------------------------------------------------------
/*─────────────────────────────────────────
# 3. MAIN CONTAINERS & TRANSPARENCY
3 · ENHANCED TRANSPARENT WRAPPERS
--------------------------------------------------------------*/
─────────────────────────────────────────*/
/* Transparent main containers */
.skin-pivot #content,
.skin-pivot #content,
.skin-pivot .mw-body,
.skin-pivot .mw-body,
Line 222: Line 128:
.skin-pivot .mw-content-rtl {
.skin-pivot .mw-content-rtl {
   background: transparent;
   background: transparent;
   padding: var(--spacing-lg);
   padding: var(--spacing-xl);
  border-radius: var(--border-radius-lg);
   margin: 0;
   margin: 0;
  position: relative;
  z-index: 2;
}
}


/* Force major wrappers to be transparent */
/* Remove all default backgrounds */
.skin-pivot .off-canvas-wrap,
.skin-pivot .off-canvas-wrap,
.skin-pivot .docs-wrap,
.skin-pivot .docs-wrap,
.skin-pivot .inner-wrap,
.skin-pivot .inner-wrap,
.skin-pivot #page-base,
#page-base, .page-base,
.skin-pivot .page-base,
#main-section.main-section,
.skin-pivot #main-section.main-section,
#page-content,
.skin-pivot #page-content,
.row, .columns,
.skin-pivot .row,
#sidebar.large-2.medium-3.columns.hide-for-small.hide-for-print,
.skin-pivot .columns,
.exit-off-canvas {
.skin-pivot #sidebar.large-2.medium-3.columns.hide-for-small.hide-for-print,
.skin-pivot .exit-off-canvas {
   background: transparent !important;
   background: transparent !important;
   border: none !important;
   border: none !important;
Line 244: Line 149:
}
}


/* Footer, catlinks, printfooter: also transparent */
footer, .footer, #footer, .mw-footer,
.skin-pivot footer,
#mw-footer-container, #mw-footer,
.skin-pivot .footer,
#catlinks, .catlinks, .printfooter,
.skin-pivot #footer,
#mw-data-after-content {
.skin-pivot .mw-footer,
.skin-pivot #mw-footer-container,
.skin-pivot #mw-footer,
.skin-pivot #catlinks,
.skin-pivot .catlinks,
.skin-pivot .printfooter,
.skin-pivot #mw-data-after-content {
   background: transparent !important;
   background: transparent !important;
   border: none !important;
   border: none !important;
   color: var(--dune-gold) !important;
   color: var(--dune-gold) !important;
  margin-top: var(--spacing-xxl);
}
}


/* Fix for MediaWiki scrollbars */
/*─────────────────────────────────────────
.mw-body-content,
4 · ENHANCED NAVIGATION
.skin-pivot .mw-body,
─────────────────────────────────────────*/
.skin-pivot #content,
/* Main navbar with hexagonal design */
.skin-pivot #mw-content-text {
  overflow: visible !important;
}
 
/*--------------------------------------------------------------
# 4. NAVIGATION & HEADINGS - GAME-STYLED
--------------------------------------------------------------*/
/* Game-like top navigation */
.skin-pivot .navbar {
.skin-pivot .navbar {
   background: var(--dune-darker) !important;
   background: linear-gradient(90deg,
    var(--dune-darker) 0%,
    rgba(10, 8, 16, 0.95) 50%,
    var(--dune-darker) 100%
  ) !important;
   border: none !important;
   border: none !important;
   height: var(--nav-height);
   height: var(--nav-height);
  position: relative;
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   justify-content: center;
   justify-content: center;
   border-bottom: var(--border-thin) solid var(--dune-gold) !important;
   position: relative;
  box-shadow: var(--shadow-medium);
  overflow: hidden;
}
}


.skin-pivot .navbar:before,
/* Hexagonal border effect */
.skin-pivot .navbar:after {
.skin-pivot .navbar::before,
.skin-pivot .navbar::after {
   content: '';
   content: '';
   position: absolute;
   position: absolute;
   height: var(--border-thin);
  bottom: 0;
   background-color: var(--dune-gold);
  left: 0;
   bottom: -1px;
  right: 0;
   width: 20px;
   height: var(--border-medium);
   background: linear-gradient(90deg,
    transparent 0%,
    var(--dune-gold) 10%,
    var(--dune-gold-hover) 50%,
    var(--dune-gold) 90%,
    transparent 100%
   );
   animation: navGlow 3s ease-in-out infinite;
}
}


.skin-pivot .navbar:before {
@keyframes navGlow {
   left: 20px;
   0%, 100% { opacity: 0.6; }
   transform: skewX(var(--border-angle));
   50% { opacity: 1; }
}
 
.skin-pivot .navbar:after {
  right: 20px;
  transform: skewX(calc(-1 * var(--border-angle)));
}
}


/* Navbar links with enhanced styling */
.skin-pivot .navbar-nav {
.skin-pivot .navbar-nav {
   display: flex;
   display: flex;
   justify-content: center;
   justify-content: center;
   width: 100%;
   width: 100%;
}
  gap: var(--spacing-xs);
 
.skin-pivot .navbar-nav > li {
  position: relative;
  display: inline-block;
}
}


.skin-pivot .navbar-nav > li > a {
.skin-pivot .navbar-nav > li > a {
   color: var(--dune-gold) !important;
   color: var(--dune-gold) !important;
   font-weight: bold !important;
  font-family: var(--font-display);
   font-weight: 600;
   text-transform: uppercase;
   text-transform: uppercase;
   letter-spacing: 1px;
   letter-spacing: 2px;
   padding: 10px 15px;
   padding: 12px 24px;
   margin: 0 5px;
   margin: 0;
   position: relative;
   position: relative;
   text-align: center;
   transition: all 0.3s ease;
}
   overflow: hidden;
 
.skin-pivot .navbar-nav > li.active > a {
  color: var(--dune-gold-hover) !important;
  box-shadow: 0 -2px 0 var(--dune-gold-hover) inset;
}
 
.skin-pivot .navbar-nav > li > a:hover {
  color: var(--dune-gold-hover) !important;
   text-shadow: 0 0 5px var(--dune-gold-glow);
}
}


.skin-pivot .navbar-nav > li.active > a:after,
/* Hover effect with sliding background */
.skin-pivot .navbar-nav > li > a:hover:after {
.skin-pivot .navbar-nav > li > a::before {
   content: '';
   content: '';
   position: absolute;
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   left: -100%;
   width: 100%;
   width: 100%;
   height: 2px;
   height: 100%;
   background-color: var(--dune-gold);
   background: linear-gradient(90deg,
    transparent 0%,
    rgba(252, 231, 200, 0.1) 50%,
    transparent 100%
  );
  transition: left 0.3s ease;
}
}


/* Sidebar & Panels - game style */
.skin-pivot .navbar-nav > li > a:hover {
.skin-pivot #nav,
   color: var(--dune-gold-bright) !important;
.skin-pivot #nav-wrapper,
   text-shadow: 0 0 10px var(--dune-gold-glow);
.skin-pivot .nav-content {
   background: var(--dune-dark-transparent);
   border: var(--border-thin) solid var(--dune-gold);
  color: var(--text-primary);
  border-radius: var(--border-radius-sm);
  position: relative;
}
}


.skin-pivot #nav:before,
.skin-pivot .navbar-nav > li > a:hover::before {
.skin-pivot #nav:after,
   left: 100%;
.skin-pivot #nav-wrapper:before,
.skin-pivot #nav-wrapper:after {
   content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: var(--border-thin) solid var(--dune-gold);
}
}


.skin-pivot #nav:before,
.skin-pivot .navbar-nav > li.active > a {
.skin-pivot #nav-wrapper:before {
   color: var(--dune-gold-bright) !important;
   top: -1px;
   background: rgba(252, 231, 200, 0.1);
   left: -1px;
   box-shadow:  
   border-right: none;
    inset 0 -3px 0 var(--dune-gold),
  border-bottom: none;
    0 0 20px rgba(252, 231, 200, 0.2);
}
}


.skin-pivot #nav:after,
/* Mobile tab-bar enhancement */
.skin-pivot #nav-wrapper:after {
nav.tab-bar.hide-for-print {
  bottom: -1px;
   background: var(--dune-darker);
  right: -1px;
   border-bottom: var(--border-medium) solid var(--dune-gold);
  border-left: none;
   color: var(--dune-gold);
  border-top: none;
   height: var(--nav-height);
}
 
/* List items with game styling */
.skin-pivot .list-group-item {
   background: transparent;
  border: none;
  border-bottom: var(--border-thin) solid var(--gold-border-subtle);
  color: var(--text-primary);
  padding: 8px 10px;
  transition: var(--transition-standard);
}
 
.skin-pivot .list-group-item:last-child {
  border-bottom: none;
}
 
.skin-pivot .list-group-item:hover {
  background-color: rgba(200, 161, 101, 0.1);
}
 
/* Panel Headings - game accurate */
.skin-pivot #nav h3,
.skin-pivot #nav-wrapper h3,
.skin-pivot .panel-heading {
  background-color: rgba(200, 161, 101, 0.15);
   border-bottom: var(--border-thin) solid var(--dune-gold);
   color: var(--text-primary);
   margin: 0;
  padding: 8px 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: var(--font-size-sm);
  position: relative;
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
  padding: 0 var(--spacing-md);
  box-shadow: var(--shadow-medium);
}
}


.skin-pivot #nav h3:before,
/*─────────────────────────────────────────
.skin-pivot #nav h3:after,
5 · ENHANCED TYPOGRAPHY
.skin-pivot #nav-wrapper h3:before,
─────────────────────────────────────────*/
.skin-pivot #nav-wrapper h3:after,
/* Headings with game-style treatment */
.skin-pivot .panel-heading:before,
.skin-pivot .panel-heading:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--dune-gold);
  margin: 0 8px;
}
 
/* Main content headings */
.skin-pivot h1,
.skin-pivot h1,
.skin-pivot h2,
.skin-pivot h2,
Line 441: Line 279:
.skin-pivot h5,
.skin-pivot h5,
.skin-pivot h6 {
.skin-pivot h6 {
   /* Changed from var(--dune-title) to var(--dune-gold) */
   font-family: var(--font-display);
   color: var(--dune-gold);
   color: var(--dune-gold);
   font-weight: bold;
   font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  border-bottom: none;
   text-transform: uppercase;
   text-transform: uppercase;
   padding-bottom: 5px;
   margin: 1.5em 0 0.75em 0;
  letter-spacing: 0.5px;
}
 
.skin-pivot h1,
.skin-pivot h3 {
  border-bottom: var(--border-thin) solid var(--dune-gold-transparent);
   position: relative;
   position: relative;
  letter-spacing: 1px;
}
}


.skin-pivot h1:after,
.skin-pivot h1 {
.skin-pivot h3:after {
   font-size: var(--font-size-xxl);
   content: '';
   background: linear-gradient(135deg, var(--dune-gold) 0%, var(--dune-gold-hover) 100%);
   position: absolute;
   -webkit-background-clip: text;
   bottom: -1px;
   -webkit-text-fill-color: transparent;
  left: 0;
   background-clip: text;
   width: 30px;
   text-shadow: 0 0 30px var(--dune-gold-glow);
   height: 3px;
   background-color: var(--dune-gold);
}
}


/* Main headings and first heading - game style */
.skin-pivot h2 {
.skin-pivot h1.firstHeading,
   font-size: var(--font-size-xl);
.skin-pivot .page-header h1 {
   /* Changed from var(--dune-title) to var(--dune-gold) */
   color: var(--dune-gold);
   color: var(--dune-gold);
   font-size: var(--font-size-xxl);
   padding-bottom: var(--spacing-sm);
  font-weight: bold;
   border-bottom: 2px solid rgba(252, 231, 200, 0.3);
  margin: 0 0 15px 0;
  padding-bottom: 8px;
   border-bottom: var(--border-thin) solid var(--dune-gold-transparent);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
}


.skin-pivot h1.firstHeading:after,
.skin-pivot h2::after {
.skin-pivot .page-header h1:after {
   content: '';
   content: '';
   position: absolute;
   position: absolute;
   bottom: -1px;
   bottom: -2px;
   left: 0;
   left: 0;
   width: 50px;
   width: 60px;
   height: 3px;
   height: 2px;
   background: linear-gradient(to right, var(--dune-gold), rgba(200, 161, 101, 0));
   background: var(--dune-gold);
  box-shadow: 0 0 10px var(--dune-gold-glow);
}
}


/* Links site-wide - game style */
/* Enhanced links */
.skin-pivot a {
.skin-pivot a {
   color: var(--dune-gold);
   color: var(--dune-gold);
  font-weight: 500;
   text-decoration: none;
   text-decoration: none;
  font-weight: bold;
   transition: all 0.2s ease;
   transition: var(--transition-standard);
   position: relative;
   position: relative;
}
}


.skin-pivot a:hover {
.skin-pivot a:hover {
   color: var(--dune-gold-hover);
   color: var(--dune-gold-bright);
  text-decoration: none;
   text-shadow: 0 0 5px var(--dune-gold-glow);
   text-shadow: 0 0 5px rgba(200, 161, 101, 0.4);
}
 
.skin-pivot a.new,
.skin-pivot a.new:visited {
  color: var(--text-error) !important;
  text-decoration: none;
}
 
.skin-pivot a.new:hover {
  color: #DD0000 !important;
}
}


/* Journey link text - special styling with diagonal edges */
/* Content links with underline animation */
.skin-pivot a[href*="Journey"] {
.mw-body-content a {
  color: var(--dune-gold-hover) !important;
  text-decoration: none !important;
  font-weight: bold !important;
  transition: var(--transition-standard) !important;
  display: inline-block !important;
  padding: 2px 8px !important;
  border: var(--border-thin) solid var(--dune-gold) !important;
  background-color: rgba(12, 10, 20, 0.6) !important;
  /* Add subtle diagonal corners */
  clip-path: polygon(
    0 0,
    calc(100% - 5px) 0,
    100% 5px,
    100% 100%,
    5px 100%,
    0 calc(100% - 5px)
  ) !important;
}
 
.skin-pivot a[href*="Journey"]:hover {
  background-color: rgba(200, 161, 101, 0.1) !important;
}
 
/*--------------------------------------------------------------
# 5. PIVOT NAV OVERRIDES - GAME STYLE
--------------------------------------------------------------*/
.skin-pivot nav.tab-bar.hide-for-print {
  background: var(--dune-darker);
  border-bottom: var(--border-thin) solid var(--dune-gold);
  /* Updated text color to use --dune-gold */
  color: var(--dune-gold);
  padding: 0;
  height: var(--nav-height);
  display: flex;
  align-items: center;
}
 
.skin-pivot nav.tab-bar.hide-for-print a {
  color: var(--dune-gold);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
 
.skin-pivot nav.tab-bar.hide-for-print a:hover {
  color: var(--dune-gold-hover);
  text-decoration: none;
}
 
.skin-pivot nav.tab-bar.hide-for-print .title {
  display: flex;
  align-items: center;
  height: 100%;
}
 
.skin-pivot nav.tab-bar.hide-for-print .title a {
  /* Changed from var(--dune-title) to var(--dune-gold) */
  color: var(--dune-gold);
  font-size: var(--font-size-lg);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
  border-right: var(--border-thin) solid rgba(200, 161, 101, 0.3);
}
 
.skin-pivot #left-nav-aside,
.skin-pivot #middle-nav,
.skin-pivot #right-nav-aside {
  background-color: transparent;
  /* Updated text color to use --dune-gold */
  color: var(--dune-gold);
}
 
.skin-pivot li.name.logo img {
  max-width: 100%;
  height: auto;
   display: inline-block;
   display: inline-block;
   vertical-align: middle;
   position: relative;
  margin-right: 10px;
}
}


/* Game-style search box */
.mw-body-content a::after {
.skin-pivot li.has-form {
  content: '';
   padding: 0 10px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--dune-gold);
   transition: width 0.3s ease;
}
}


.skin-pivot li.has-form input[type="search"] {
.mw-body-content a:hover::after {
  background: rgba(12, 10, 20, 0.6);
  /* Updated text color to use --dune-gold */
  color: var(--dune-gold);
  border: var(--border-thin) solid var(--dune-gold);
  padding: 5px 10px;
   width: 100%;
   width: 100%;
  height: 30px;
  border-radius: var(--border-radius-sm);
  outline: none;
  transition: var(--transition-standard);
}
}


.skin-pivot li.has-form input[type="search"]:focus {
/*─────────────────────────────────────────
   background: rgba(12, 10, 20, 0.8);
6 · ENHANCED FORM ELEMENTS
   border-color: var(--dune-gold-hover);
─────────────────────────────────────────*/
   box-shadow: 0 0 5px rgba(200, 161, 101, 0.3);
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select {
   background: rgba(0, 0, 2, 0.8);
   border: 2px solid rgba(252, 231, 200, 0.3);
  color: var(--text-primary);
  padding: var(--spacing-sm) var(--spacing-md);
   font-family: var(--font-primary);
  transition: all 0.3s ease;
}
}


.skin-pivot li.has-form input[type="search"]::placeholder {
input[type="text"]:focus,
   color: rgba(201, 183, 149, 0.6);
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
   outline: none;
  border-color: var(--dune-gold);
  box-shadow: 0 0 10px var(--dune-gold-glow);
  background: rgba(0, 0, 2, 0.9);
}
}


.skin-pivot label.sidebar {
/* Enhanced buttons */
   background-color: transparent;
button,
.button,
input[type="submit"],
input[type="button"] {
   background: linear-gradient(135deg, rgba(252, 231, 200, 0.2) 0%, rgba(252, 231, 200, 0.1) 100%);
  border: 2px solid var(--dune-gold);
   color: var(--dune-gold);
   color: var(--dune-gold);
   font-weight: bold;
  padding: var(--spacing-sm) var(--spacing-lg);
  font-family: var(--font-display);
   font-weight: 600;
   text-transform: uppercase;
   text-transform: uppercase;
   padding: 8px 12px;
   letter-spacing: 1px;
  margin: 0;
   cursor: pointer;
   display: block;
   transition: all 0.3s ease;
   border-bottom: var(--border-thin) solid rgba(200, 161, 101, 0.3);
  letter-spacing: 0.5px;
  font-size: var(--font-size-sm);
}
 
.skin-pivot li.mw-list-item {
   position: relative;
   position: relative;
  overflow: hidden;
}
}


.skin-pivot li.mw-list-item:before {
button:hover,
   content: '•';
.button:hover,
   color: var(--dune-gold);
input[type="submit"]:hover,
   position: absolute;
input[type="button"]:hover {
   left: 5px;
   background: linear-gradient(135deg, rgba(252, 231, 200, 0.3) 0%, rgba(252, 231, 200, 0.2) 100%);
  top: 7px;
   color: var(--dune-gold-bright);
  font-size: 12px;
   box-shadow: 0 0 20px var(--dune-gold-glow);
   transform: translateY(-2px);
}
}


.skin-pivot li.mw-list-item a {
/*─────────────────────────────────────────
  /* Updated text color to use --dune-gold */
7 · RESPONSIVE GRID SYSTEM
  color: var(--dune-gold);
─────────────────────────────────────────*/
  text-decoration: none;
  display: block;
  padding: 6px 10px 6px 15px;
  font-size: var(--font-size-sm);
  border-bottom: var(--border-thin) solid rgba(200, 161, 101, 0.1);
  transition: var(--transition-standard);
}
 
.skin-pivot li.mw-list-item:last-child a {
  border-bottom: none;
}
 
.skin-pivot li.mw-list-item a:hover {
  color: var(--dune-gold);
  background-color: rgba(200, 161, 101, 0.1);
  text-decoration: none;
}
 
/*--------------------------------------------------------------
# 6. SIDEBAR/HIDING TOOLS
--------------------------------------------------------------*/
html body.skin-pivot #p-tb,
html body.skin-pivot #p-tb + ul,
html body.skin-pivot #p-tb + li,
li[id^="t-"] {
  display: none !important;
}
 
/*--------------------------------------------------------------
# 7. RESPONSIVE LAYOUT - GAME ACCURATE
--------------------------------------------------------------*/
.responsive-container {
.responsive-container {
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 1.5em;
   gap: var(--spacing-lg);
   align-items: stretch;
   align-items: stretch;
   width: 100%;
   width: 100%;
   margin: 1em 0;
   margin: var(--spacing-lg) 0;
   box-sizing: border-box;
   box-sizing: border-box;
}
}
Line 708: Line 425:
   flex-direction: column;
   flex-direction: column;
   flex: 1 1 100%;
   flex: 1 1 100%;
   min-width: 300px;
   min-width: 320px;
  max-width: 100%;
}
}


/* 2 columns at medium screens (>=700px) */
@media (min-width: 768px) {
@media (min-width: 700px) {
   .responsive-col {
   .responsive-col {
     flex: 1 1 calc((100% - 1.5em) / 2);
     flex: 1 1 calc((100% - var(--spacing-lg)) / 2);
   }
   }
}
}


/* 3 columns at large screens (>=950px) */
@media (min-width: 1024px) {
@media (min-width: 900px) {
   .responsive-col {
   .responsive-col {
     flex: 1 1 calc((100% - 2 * 1.5em) / 3);
     flex: 1 1 calc((100% - 2 * var(--spacing-lg)) / 3);
   }
   }
}
}


/* Let each .skin-pivot fill its parent column */
.responsive-col .skin-pivot {
.responsive-col .skin-pivot {
   display: flex;
   display: flex;
   flex-direction: column;
   flex-direction: column;
   flex: 1 1 auto;
   flex: 1 1 auto;
}
/*--------------------------------------------------------------
# 8. TABLES - DUNE THEME FINAL (Light Theme with Borders)
--------------------------------------------------------------*/
/* === TWO-COLUMN TABLE === */
table.infobox-dune-two-column {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background-color: var(--dune-panel-bg-light);
  border-radius: var(--border-radius-sm);
  border: var(--border-thin) solid #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  clip-path: polygon(
    0 0,
    10px 0,
    100% 0,
    100% 10px,
    100% 100%,
    calc(100% - 10px) 100%,
    0 100%,
    0 calc(100% - 10px)
  ) !important;
}
table.infobox-dune-two-column th,
table.infobox-dune-two-column td {
  background-color: var(--dune-panel-bg-light);
  padding: 0.75rem 0.5rem;
  font-size: 0.95rem;
  vertical-align: middle;
  box-sizing: border-box;
  color: var(--text-primary);
  word-wrap: break-word;
  overflow-wrap: break-word;
  border-bottom: 1px solid var(--gold-border-subtle);
}
table.infobox-dune-two-column thead th {
  color: var(--dune-gold);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
}
/* === STANDARD TABLE === */
table.infobox-dune-standard-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background-color: var(--dune-panel-bg-light);
  border-radius: var(--border-radius-sm);
  border: var(--border-thin) solid #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
table.infobox-dune-standard-table thead th {
  background-color: var(--dune-panel-bg-dark); /* Only header row gets dark */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
  border-bottom: 1px solid var(--gold-border-subtle);
  color: var(--dune-gold);
}
table.infobox-dune-standard-table th,
table.infobox-dune-standard-table td {
  background-color: var(--dune-panel-bg-light); /* All other rows use light */
  padding: 0.75rem 0.5rem;
  font-size: 0.95rem;
  vertical-align: middle;
  box-sizing: border-box;
  color: var(--text-primary);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
table.infobox-dune-standard-table tbody td {
  font-weight: 300;
}
/* === Icon containers === */
table.infobox-dune-standard-table th .icon,
table.infobox-dune-two-column th .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  width: 1.2em;
  color: var(--dune-gold);
}
/* === Hover === */
table.infobox-dune-standard-table tr:hover td,
table.infobox-dune-two-column tr:hover td,
table.infobox-dune-two-column tr:hover th {
  background-color: rgba(200, 161, 101, 0.05);
}
/* === Bottom Border Cleanup === */
table.infobox-dune-standard-table tbody tr:not(:last-child) td,
table.infobox-dune-two-column tbody tr:not(:last-child) td,
table.infobox-dune-two-column tbody tr:not(:last-child) th {
  border-bottom: 1px solid var(--gold-border-subtle);
}
table.infobox-dune-two-column tbody tr:last-child td,
table.infobox-dune-two-column tbody tr:last-child th {
  border-bottom: none;
}
/* === Responsive tweaks === */
@media screen and (max-width: 600px) {
  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: 0.5rem 0.3rem;
    font-size: 0.85rem;
  }
  table.infobox-dune-standard-table thead th:nth-child(1),
  table.infobox-dune-standard-table tbody td:nth-child(1) {
    width: 28%;
  }
  table.infobox-dune-standard-table thead th:nth-child(2),
  table.infobox-dune-standard-table tbody td:nth-child(2) {
    width: 52%;
  }
  table.infobox-dune-standard-table thead th:nth-child(3),
  table.infobox-dune-standard-table tbody td:nth-child(3) {
    width: 20%;
  }
}
@media screen and (max-width: 400px) {
  table.infobox-dune-two-column,
  table.infobox-dune-standard-table {
    font-size: 0.8rem;
  }
  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: 0.4rem 0.2rem;
  }
}
table.infobox-dune-two-column tr,
table.infobox-dune-standard-table tr {
  background-color: var(--dune-panel-bg-light) !important;
}
/* Transparent background classes */
.tr-light {
  background-color: var(--dune-panel-bg-light);
}
.tr-dark {
  background-color: var(--dune-panel-bg-dark);
}
/* Solid (non-transparent) equivalents for stricter contrast */
.tr-light-solid {
  background-color: #2e2e31; /* solid equivalent of dune-panel-bg-light */
}
.tr-dark-solid {
  background-color: #1a171f; /* solid equivalent of dune-panel-bg-dark */
}
.dune-table-wrapper {
  border: var(--border-thin) solid #444;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
table.infobox-dune-standard-table tbody tr:last-child td {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
/*--------------------------------------------------------------
# 9. DUNE CARD COMPONENT - WITH DIAGONAL EDGES
--------------------------------------------------------------*/
.skin-pivot .dune-card {
  position: relative;
  background-color: rgba(0, 0, 2, 0.7) !important;
  color: var(--text-primary);
  width: auto !important;
  max-width: 100% !important;
  padding: var(--spacing-lg) !important;
  margin: 0 0 var(--spacing-xl) 0 !important;
  border: var(--border-thin) solid var(--dune-gold) !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) !important;
  transition: box-shadow 0.3s ease;
  overflow: visible !important;
  clip-path: polygon(
    0 0,
    10px 0,
    100% 0,
    100% 10px,
    100% 100%,
    calc(100% - 10px) 100%,
    0 100%,
    0 calc(100% - 10px)
  ) !important;
}
.skin-pivot .dune-card:hover {
  box-shadow: 0 0 12px rgba(200, 161, 101, 0.5) !important;
}
.skin-pivot .dune-card-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
   height: 100%;
   height: 100%;
  pointer-events: none;
  border: 2px solid var(--dune-gold);
  border-radius: 6px;
  transform: translate(4px, 4px);
  display: none;
}
.skin-pivot .dune-card-inner {
  position: relative;
  z-index: 1;
}
.skin-pivot .dune-card-label {
  /* Leaving the specific label color as-is */
  color: #b6a896;
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  margin-bottom: 6px;
  border-bottom: var(--border-thin) solid #444;
  padding-bottom: 4px;
  letter-spacing: 0.8px;
}
.skin-pivot .dune-card-title {
  margin: 0;
  font-size: var(--font-size-xl);
  /* Updated text color to use --dune-gold */
  color: var(--dune-gold);
  text-transform: uppercase;
  border-bottom: var(--border-thin) solid var(--dune-gold);
  padding-bottom: 4px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  position: relative;
}
.skin-pivot .dune-card-title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 12px;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px solid var(--dune-gold);
  transform: rotate(-45deg);
  transform-origin: bottom right;
}
.skin-pivot .dune-card-title .icon {
  margin-right: 8px;
  color: var(--dune-gold);
}
.skin-pivot .dune-card-description {
  font-size: 1.1em !important;
  line-height: 1.5 !important;
  background-color: var(--dune-panel-bg-light) !important;
  border-radius: var(--border-radius-sm);
  border: var(--border-thin) solid #444;
  padding: var(--spacing-md);
  margin-bottom: var(--spacing-md);
  display: block !important;
  color: var(--text-primary) !important;
}
.skin-pivot .dune-card-image {
  text-align: center;
  margin: var(--spacing-sm) 0;
}
.skin-pivot .dune-card-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.has-border {
  border: 2px solid var(--dune-gold);
  border-radius: 4px;
  background-color: #262626;
  display: inline-block;
  padding: 4px;
  max-width: 200px;
  margin: 0 auto;
}
.card-image-border {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  border: 2px solid var(--dune-gold);
  border-radius: 4px;
  padding: 4px;
  background-color: #262626;
}
.card-image-border {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  border: 2px solid var(--dune-gold);
  border-radius: 4px;
  padding: 4px;
  background-color: #262626;
}
.skin-pivot .dune-card-video {
  margin: var(--spacing-sm) 0;
  border: var(--border-medium) solid var(--dune-gold);
  border-radius: var(--border-radius-md);
  padding: 2px;
  background-color: #262626;
}
/*--------------------------------------------------------------
# 10. LOCKED BEHIND COMPONENT - KEPT FROM NEW VERSION
--------------------------------------------------------------*/
.skin-pivot .dune-card-locked {
  margin: var(--spacing-lg) 0 !important;
  background-color: var(--dune-panel-bg-light) !important;
  border-radius: var(--border-radius-sm);
  border: var(--border-thin) solid #444;
  padding: var(--spacing-md) !important;
  position: relative !important;
  text-align: center !important;
}
.skin-pivot .dune-card-locked-label {
  color: var(--dune-gold) !important;
  font-weight: bold !important;
  font-size: var(--font-size-sm) !important;
  letter-spacing: 0.8px !important;
  margin-bottom: var(--spacing-sm) !important;
  border-bottom: var(--border-thin) solid rgba(200, 161, 101, 0.3) !important;
  padding-bottom: var(--spacing-xs) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-transform: uppercase !important;
}
.skin-pivot .dune-card-locked-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  margin-right: var(--spacing-xs) !important;
  color: var(--dune-gold) !important;
  font-size: 16px !important;
}
.skin-pivot .dune-card-locked-value {
  color: var(--dune-gold) !important;
  font-weight: normal !important;
  border: var(--border-thin) solid rgba(22, 22, 24, 0.4) !important;
  padding: var(--spacing-xs) var(--spacing-sm) !important;
  background-color: rgba(22, 22, 24, 0.4) !important;
  border-radius: var(--border-radius-sm) !important;
  display: inline-block !important;
}
.skin-pivot .dune-card-locked-value a {
  color: var(--dune-gold) !important;
}
}


.skin-pivot .locked-behind-header {
/*─────────────────────────────────────────
  background-color: rgba(200, 161, 101, 0.15) !important;
8 · UTILITY CLASSES
  border-bottom: var(--border-thin) solid var(--dune-gold) !important;
─────────────────────────────────────────*/
  padding: var(--spacing-sm) var(--spacing-md) !important;
/* Text utilities */
  margin: -12px -12px 12px -12px !important;
.text-gold { color: var(--dune-gold) !important; }
  position: relative !important;
.text-bright { color: var(--dune-gold-bright) !important; }
  text-transform: uppercase !important;
.text-glow { text-shadow: 0 0 10px var(--dune-gold-glow); }
  font-weight: bold !important;
  color: var(--dune-gold) !important;
  letter-spacing: 0.8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}


.skin-pivot .locked-behind-header .icon {
/* Background utilities */
  margin-right: var(--spacing-xs) !important;
.bg-dark { background: var(--dune-dark) !important; }
}
.bg-darker { background: var(--dune-darker) !important; }
.bg-panel { background: var(--dune-panel-bg-dark) !important; }


/*--------------------------------------------------------------
/* Border utilities */
# 11. GAME PANEL COMPONENT - WITH DIAGONAL EDGES
.border-gold { border-color: var(--dune-gold) !important; }
--------------------------------------------------------------*/
.border-glow { box-shadow: 0 0 10px var(--dune-gold-glow) !important; }
.skin-pivot .game-panel {
  background: rgba(0, 0, 2, 0.7);
  border: var(--border-thin) solid var(--dune-gold);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) !important;
  margin-bottom: var(--spacing-xl) !important;
  position: relative;
  padding: var(--spacing-md) !important;
  overflow: visible !important;
  clip-path: polygon(
    0 0,
    10px 0,
    100% 0,
    100% 10px,
    100% 100%,
    calc(100% - 10px) 100%,
    0 100%,
    0 calc(100% - 10px)
  ) !important;
}


.skin-pivot .game-panel-header {
/* Animation utilities */
  background-color: rgba(200, 161, 101, 0.15);
.animate-pulse { animation: techPulse 2s ease-in-out infinite; }
  border-bottom: 1px solid var(--dune-gold);
.animate-glow { animation: borderGlow 3s ease-in-out infinite; }
  padding: 6px 10px;
.animate-slide { animation: slideGlow 3s ease-in-out infinite; }
  margin: -12px -12px 12px -12px !important;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  /* Updated text color to use --dune-gold */
  color: var(--dune-gold);
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
 
.skin-pivot .game-panel-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 12px;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px solid var(--dune-gold);
  transform: rotate(-45deg);
  transform-origin: bottom right;
}


.skin-pivot .game-panel-header::before {
/*─────────────────────────────────────────
  content: '';
9 · SCROLLBAR STYLING
  display: inline-block;
─────────────────────────────────────────*/
::-webkit-scrollbar {
   width: 12px;
   width: 12px;
   height: 12px;
   background: rgba(0, 0, 2, 0.8);
  border-top: 2px solid var(--dune-gold);
  border-left: 2px solid var(--dune-gold);
  transform: rotate(-45deg);
  margin: 0 12px;
}
}


.skin-pivot .game-panel-content {
::-webkit-scrollbar-track {
   padding: 8px 12px;
   background: rgba(0, 0, 2, 0.8);
  color: var(--text-primary);
   border: 1px solid rgba(252, 231, 200, 0.1);
   font-size: 0.9em;
  overflow: visible !important;
}
}


/*--------------------------------------------------------------
::-webkit-scrollbar-thumb {
# 12. UI ELEMENTS - GAME ACCURATE
   background: linear-gradient(180deg, var(--dune-gold-dark) 0%, var(--dune-gold-hover) 100%);
--------------------------------------------------------------*/
   border: 1px solid var(--dune-gold);
/* Resource Item - game style */
.skin-pivot .resource {
  display: inline-flex !important;
  align-items: center !important;
  padding: var(--spacing-xs) var(--spacing-sm) !important;
  background-color: rgba(12, 10, 20, 0.6);
  border: var(--border-thin) solid var(--gold-border-subtle);
  border-radius: var(--border-radius-sm);
  margin: 0 5px 5px 0 !important;
  /* Updated text color to use --dune-gold */
  color: var(--dune-gold);
  position: relative;
}
 
.skin-pivot .resource:before,
.skin-pivot .resource:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: var(--dune-gold);
}
 
.skin-pivot .resource:before {
  top: -2px;
  left: -2px;
}
 
.skin-pivot .resource:after {
  bottom: -2px;
  right: -2px;
}
 
.skin-pivot .resource .resource-icon {
  margin-right: var(--spacing-xs);
  color: var(--dune-gold);
}
 
.skin-pivot .resource .resource-amount {
  font-weight: bold;
  color: var(--dune-gold);
}
 
/* Buttons - game style */
.skin-pivot .game-button {
   background: linear-gradient(to bottom, var(--dune-gold), var(--dune-gold-dark));
  border: var(--border-thin) solid var(--dune-gold);
  /* Button text using a contrasting light tone */
  color: #E2D3AE;
  padding: 8px 12px;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: var(--font-size-sm);
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
  display: inline-block;
}
 
.skin-pivot .game-button:hover {
  background: linear-gradient(to bottom, var(--dune-gold-hover), var(--dune-gold));
  box-shadow: 0 0 8px rgba(200, 161, 101, 0.5);
}
 
.skin-pivot .game-button:active {
  top: 1px;
}
 
/* Progress Bar - game style */
.skin-pivot .progress-bar {
  height: 10px;
  background-color: rgba(15, 20, 25, 0.8);
  border: var(--border-thin) solid var(--dune-gold);
  border-radius: 5px;
  overflow: hidden;
  margin: 5px 0;
  position: relative;
}
 
.skin-pivot .progress-fill {
  height: 100%;
  background: linear-gradient(to right, var(--dune-gold), var(--dune-gold-hover));
  width: 0%;
  transition: width 0.3s ease;
}
 
/* Tooltip - game style */
.skin-pivot .tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
}
 
.skin-pivot .tooltip .tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #1F2A37;
  color: var(--text-primary);
  text-align: center;
  border: var(--border-thin) solid var(--dune-gold);
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 0.85em;
}
 
.skin-pivot .tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
 
/* Badge Indicators */
.skin-pivot .badge {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 0.75em;
  margin-left: 5px;
  text-transform: uppercase;
}
 
.skin-pivot .badge-functional {
  background-color: rgba(65, 130, 65, 0.3);
  border: var(--border-thin) solid #5a9d5a;
  color: #a3d9a3;
}
 
.skin-pivot .badge-locked {
  background-color: rgba(130, 65, 65, 0.3);
  border: var(--border-thin) solid #9d5a5a;
  color: #d9a3a3;
}
 
/* Animation for loading */
@keyframes pulsate {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}
 
.skin-pivot .loading {
  animation: pulsate 1.5s infinite;
}
 
/* Breadcrumbs - game style */
.skin-pivot .breadcrumbs-container,
.skin-pivot .breadcrumb-trail {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
 
.skin-pivot .breadcrumb-trail {
  display: inline-flex;
  align-items: center;
  padding: 5px 0;
  /* Updated text color to use --dune-gold */
  color: var(--dune-gold);
  font-size: var(--font-size-sm);
}
 
.skin-pivot .breadcrumb-trail a {
  /* Updated text color to use --dune-gold */
  color: var(--dune-gold);
  transition: var(--transition-standard);
}
 
.skin-pivot .breadcrumb-trail a:hover {
  color: var(--dune-gold);
  text-decoration: none;
}
 
.skin-pivot .breadcrumb-trail .separator {
  margin: 0 8px;
  color: var(--dune-gold);
}
 
.skin-pivot .breadcrumb-unavailable {
  background-color: rgba(15, 20, 25, 0.6);
  border: var(--border-thin) solid var(--dune-gold);
  padding: 5px 10px;
  margin-bottom: 10px;
  /* Updated text color to use --dune-gold */
  color: var(--dune-gold);
  font-size: 0.9em;
  border-radius: var(--border-radius-sm);
}
 
/* Misc elements */
.skin-pivot .fromdb {
  color: var(--text-secondary);
  font-size: 0.85em;
  margin: -5px 0 15px 0;
  opacity: 0.7;
  font-style: italic;
}
 
.skin-pivot .video-container {
  border: var(--border-thin) solid var(--dune-gold);
  overflow: hidden;
  margin: 0 0 15px 0 !important;
  position: relative;
  clip-path: polygon(
    0 0,
    10px 0,
    100% 0,
    100% 10px,
    100% 100%,
    calc(100% - 10px) 100%,
    0 100%,
    0 calc(100% - 10px)
  ) !important;
}
 
.skin-pivot .related-buildings {
  padding: 8px;
  background-color: rgba(15, 20, 25, 0.4);
}
 
.skin-pivot .related-buildings p {
  margin: 5px 0;
  /* Updated text color to use --dune-gold */
  color: var(--dune-gold);
  font-size: 0.9em;
}
 
.skin-pivot .schematic-section,
.skin-pivot .crafting-section,
.skin-pivot .tutorials-section {
  margin-bottom: 10px;
}
 
.skin-pivot .schematic-section .game-panel,
.skin-pivot .crafting-section .game-panel,
.skin-pivot .tutorials-section .game-panel {
  margin-bottom: 8px;
}
 
/*--------------------------------------------------------------
# 13. INVENTORY UI STYLING - GAME ACCURATE
--------------------------------------------------------------*/
/* Game-accurate inventory grid */
.skin-pivot .inventory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
  gap: 4px;
  padding: 5px;
  background-color: rgba(12, 10, 20, 0.8);
  border: var(--border-thin) solid var(--dune-gold);
  position: relative;
  clip-path: polygon(
    0 0,
    10px 0,
    100% 0,
    100% 10px,
    100% 100%,
    calc(100% - 10px) 100%,
    0 100%,
    0 calc(100% - 10px)
  ) !important;
}
 
/* Game-style inventory slot */
.skin-pivot .inventory-slot {
  background-color: rgba(22, 22, 24, 0.8);
  border: var(--border-thin) solid var(--gold-border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 75px;
  transition: var(--transition-standard);
  position: relative;
}
 
/* Empty slot styling */
.skin-pivot .inventory-slot.empty {
  background-image:
    linear-gradient(to bottom right, transparent calc(50% - 1px), var(--gold-border-subtle), transparent calc(50% + 1px));
}
 
/* Corner accents for inventory slots */
.skin-pivot .inventory-slot:before,
.skin-pivot .inventory-slot:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
}
 
.skin-pivot .inventory-slot:before {
  top: -1px;
  left: -1px;
  border-top: var(--border-thin) solid var(--dune-gold);
   border-left: var(--border-thin) solid var(--dune-gold);
}
 
.skin-pivot .inventory-slot:after {
  bottom: -1px;
  right: -1px;
  border-bottom: var(--border-thin) solid var(--dune-gold);
  border-right: var(--border-thin) solid var(--dune-gold);
}
 
.skin-pivot .inventory-slot:hover {
  border-color: var(--dune-gold);
  box-shadow: 0 0 5px rgba(200, 161, 101, 0.4) inset;
}
 
/* Item image within slot */
.skin-pivot .inventory-slot img {
  max-width: 85%;
  max-height: 85%;
}
 
/* Selected slot styling */
.skin-pivot .dune-selected {
  border: var(--border-thin) solid var(--dune-gold) !important;
  box-shadow: 0 0 8px rgba(200, 161, 101, 0.5) inset, 0 0 2px var(--dune-gold) !important;
  background-color: rgba(200, 161, 101, 0.1) !important;
}
 
/* Item count/stack indicator */
.skin-pivot .item-count {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background-color: rgba(12, 10, 20, 0.8);
  /* Updated text color to use --dune-gold */
  color: var(--dune-gold);
  font-size: 10px;
  padding: 1px 3px;
   border-radius: 2px;
   border-radius: 2px;
  border: var(--border-thin) solid rgba(200, 161, 101, 0.5);
  min-width: 14px;
  text-align: center;
}
/* Item quality/rarity indicator */
.skin-pivot .item-quality {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
}


.skin-pivot .item-quality.common {
::-webkit-scrollbar-thumb:hover {
   background-color: #a0a0a0;
   background: linear-gradient(180deg, var(--dune-gold-hover) 0%, var(--dune-gold) 100%);
}
}


.skin-pivot .item-quality.uncommon {
/*─────────────────────────────────────────
  background-color: #2d862d;
10 · MEDIA QUERIES & RESPONSIVE ADJUSTMENTS
}
─────────────────────────────────────────*/
 
@media (max-width: 768px) {
.skin-pivot .item-quality.rare {
   :root {
  background-color: #2970c3;
    --nav-height: 40px;
}
    --spacing-lg: 16px;
 
    --spacing-xl: 20px;
.skin-pivot .item-quality.epic {
   }
  background-color: #9c43c8;
    
}
   .skin-pivot h1 { font-size: var(--font-size-xl); }
 
   .skin-pivot h2 { font-size: var(--font-size-lg); }
.skin-pivot .item-quality.legendary {
    
  background-color: #cf7a30;
  .skin-pivot .navbar-nav > li > a {
}
    padding: 8px 16px;
 
    font-size: var(--font-size-sm);
/* Section header - game accurate */
    letter-spacing: 1px;
.skin-pivot .section-header {
  }
  background-color: rgba(12, 10, 20, 0.8);
  border: var(--border-thin) solid var(--dune-gold);
  /* Updated text color to use --dune-gold */
  color: var(--dune-gold);
  padding: 5px 10px;
  font-size: var(--font-size-sm);
   text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
  font-weight: bold;
}
 
.skin-pivot .section-header:before,
.skin-pivot .section-header:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: var(--border-thin) solid var(--dune-gold);
}
 
.skin-pivot .section-header:before {
  top: -3px;
  left: -3px;
  border-right: none;
   border-bottom: none;
}
 
.skin-pivot .section-header:after {
  bottom: -3px;
  right: -3px;
   border-left: none;
   border-top: none;
}
 
/* Experience bar - game style */
.skin-pivot .xp-bar {
  height: 6px;
  width: 100%;
  background-color: rgba(12, 10, 20, 0.6);
  border: var(--border-thin) solid var(--dune-gold);
   position: relative;
  overflow: hidden;
}
 
.skin-pivot .xp-progress {
  height: 100%;
  background: linear-gradient(to right, var(--dune-gold), var(--dune-gold-hover));
   width: 0%;
}
 
.skin-pivot .xp-level {
  position: absolute;
  right: 10px;
  top: -18px;
  background-color: rgba(12, 10, 20, 0.8);
  border: var(--border-thin) solid var(--dune-gold);
  /* Updated text color to use --dune-gold */
  color: var(--dune-gold);
  padding: 2px 6px;
  font-size: var(--font-size-xs);
  letter-spacing: 0.5px;
}
}

Latest revision as of 13:02, 23 May 2025

/**********************************************************
 *  Enhanced Pivot skin – Dune Awakening UI inspired (v3)
 *  Complete overhaul for game-accurate aesthetics
 **********************************************************/
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@400;500;600;700&display=swap');

/*─────────────────────────────────────────
 1 · ENHANCED DESIGN TOKENS
─────────────────────────────────────────*/
:root{
  /* Core Dune palette - richer, more vibrant */
  --dune-black: rgba(8, 6, 12, 0.95);
  --dune-panel-bg-dark: rgba(0, 0, 2, 0.9);
  --dune-panel-bg-light: rgba(22, 22, 24, 0.6);
  --dune-dark: rgba(20, 18, 28, 0.85);
  --dune-darker: rgba(10, 8, 16, 0.9);
  
  /* Enhanced gold spectrum */
  --dune-gold: #fce7c8;
  --dune-gold-bright: #fff4e6;
  --dune-gold-hover: #E3BB7A;
  --dune-gold-dark: #A07B40;
  --dune-gold-glow: rgba(252, 231, 200, 0.4);
  
  /* Text hierarchy */
  --text-primary: #E8E8E8;
  --text-secondary: #C8C8C8;
  --text-title: #fce7c8;
  --text-inactive: #666666;
  --text-highlight: #FFFFFF;
  --text-error: #ff4444;
  
  /* Spacing system */
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 20px;
  --spacing-xl: 24px;
  --spacing-xxl: 32px;
  
  /* Borders & effects */
  --border-thin: 1px;
  --border-medium: 2px;
  --border-thick: 3px;
  --border-radius-sm: 3px;
  --border-radius-lg: 6px;
  --border-angle: 30deg;
  
  /* Enhanced shadows */
  --shadow-subtle: 0 2px 10px rgba(0, 0, 0, 0.4);
  --shadow-medium: 0 4px 20px rgba(0, 0, 0, 0.6);
  --shadow-heavy: 0 8px 40px rgba(0, 0, 0, 0.8);
  --shadow-glow: 0 0 30px var(--dune-gold-glow);
  
  /* Typography - game-inspired fonts */
  --font-primary: "Rajdhani", "Segoe UI", sans-serif;
  --font-display: "Orbitron", "Arial Black", sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-xxl: 2rem;
  
  /* Layout */
  --nav-height: 48px;
  --sidebar-width: 280px;
}

/*─────────────────────────────────────────
 2 · ENHANCED RESET & BODY
─────────────────────────────────────────*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

body.skin-pivot {
  background: 
    /* Tech overlay pattern */
    radial-gradient(circle at 20% 50%, rgba(252, 231, 200, 0.02) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(252, 231, 200, 0.02) 0%, transparent 50%),
    /* Main background */
    url('https://dunedb.com/images/5/57/DuneDB_Background.jpg') no-repeat center/cover fixed;
  color: var(--text-primary);
  font-family: var(--font-primary);
  line-height: 1.5;
  font-size: 16px;
  position: relative;
}

/* Animated background overlay */
body.skin-pivot::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(252, 231, 200, 0.03) 2px,
      rgba(252, 231, 200, 0.03) 4px
    );
  pointer-events: none;
  z-index: 1;
  animation: scanlines 8s linear infinite;
}

@keyframes scanlines {
  0% { transform: translateY(0); }
  100% { transform: translateY(4px); }
}

/*─────────────────────────────────────────
 3 · ENHANCED TRANSPARENT WRAPPERS
─────────────────────────────────────────*/
.skin-pivot #content,
.skin-pivot .mw-body,
.skin-pivot .mw-content-ltr,
.skin-pivot .mw-content-rtl {
  background: transparent;
  padding: var(--spacing-xl);
  margin: 0;
  position: relative;
  z-index: 2;
}

/* Remove all default backgrounds */
.skin-pivot .off-canvas-wrap,
.skin-pivot .docs-wrap,
.skin-pivot .inner-wrap,
#page-base, .page-base,
#main-section.main-section,
#page-content,
.row, .columns,
#sidebar.large-2.medium-3.columns.hide-for-small.hide-for-print,
.exit-off-canvas {
  background: transparent !important;
  border: none !important;
  overflow: visible !important;
}

footer, .footer, #footer, .mw-footer,
#mw-footer-container, #mw-footer,
#catlinks, .catlinks, .printfooter,
#mw-data-after-content {
  background: transparent !important;
  border: none !important;
  color: var(--dune-gold) !important;
  margin-top: var(--spacing-xxl);
}

/*─────────────────────────────────────────
 4 · ENHANCED NAVIGATION
─────────────────────────────────────────*/
/* Main navbar with hexagonal design */
.skin-pivot .navbar {
  background: linear-gradient(90deg, 
    var(--dune-darker) 0%, 
    rgba(10, 8, 16, 0.95) 50%, 
    var(--dune-darker) 100%
  ) !important;
  border: none !important;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: var(--shadow-medium);
  overflow: hidden;
}

/* Hexagonal border effect */
.skin-pivot .navbar::before,
.skin-pivot .navbar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--border-medium);
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--dune-gold) 10%, 
    var(--dune-gold-hover) 50%, 
    var(--dune-gold) 90%, 
    transparent 100%
  );
  animation: navGlow 3s ease-in-out infinite;
}

@keyframes navGlow {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

/* Navbar links with enhanced styling */
.skin-pivot .navbar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: var(--spacing-xs);
}

.skin-pivot .navbar-nav > li > a {
  color: var(--dune-gold) !important;
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px 24px;
  margin: 0;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Hover effect with sliding background */
.skin-pivot .navbar-nav > li > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(252, 231, 200, 0.1) 50%, 
    transparent 100%
  );
  transition: left 0.3s ease;
}

.skin-pivot .navbar-nav > li > a:hover {
  color: var(--dune-gold-bright) !important;
  text-shadow: 0 0 10px var(--dune-gold-glow);
}

.skin-pivot .navbar-nav > li > a:hover::before {
  left: 100%;
}

.skin-pivot .navbar-nav > li.active > a {
  color: var(--dune-gold-bright) !important;
  background: rgba(252, 231, 200, 0.1);
  box-shadow: 
    inset 0 -3px 0 var(--dune-gold),
    0 0 20px rgba(252, 231, 200, 0.2);
}

/* Mobile tab-bar enhancement */
nav.tab-bar.hide-for-print {
  background: var(--dune-darker);
  border-bottom: var(--border-medium) solid var(--dune-gold);
  color: var(--dune-gold);
  height: var(--nav-height);
  display: flex;
  align-items: center;
  padding: 0 var(--spacing-md);
  box-shadow: var(--shadow-medium);
}

/*─────────────────────────────────────────
 5 · ENHANCED TYPOGRAPHY
─────────────────────────────────────────*/
/* Headings with game-style treatment */
.skin-pivot h1,
.skin-pivot h2,
.skin-pivot h3,
.skin-pivot h4,
.skin-pivot h5,
.skin-pivot h6 {
  font-family: var(--font-display);
  color: var(--dune-gold);
  font-weight: 700;
  text-transform: uppercase;
  margin: 1.5em 0 0.75em 0;
  position: relative;
  letter-spacing: 1px;
}

.skin-pivot h1 {
  font-size: var(--font-size-xxl);
  background: linear-gradient(135deg, var(--dune-gold) 0%, var(--dune-gold-hover) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px var(--dune-gold-glow);
}

.skin-pivot h2 {
  font-size: var(--font-size-xl);
  color: var(--dune-gold);
  padding-bottom: var(--spacing-sm);
  border-bottom: 2px solid rgba(252, 231, 200, 0.3);
}

.skin-pivot h2::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--dune-gold);
  box-shadow: 0 0 10px var(--dune-gold-glow);
}

/* Enhanced links */
.skin-pivot a {
  color: var(--dune-gold);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}

.skin-pivot a:hover {
  color: var(--dune-gold-bright);
  text-shadow: 0 0 5px var(--dune-gold-glow);
}

/* Content links with underline animation */
.mw-body-content a {
  display: inline-block;
  position: relative;
}

.mw-body-content a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--dune-gold);
  transition: width 0.3s ease;
}

.mw-body-content a:hover::after {
  width: 100%;
}

/*─────────────────────────────────────────
 6 · ENHANCED FORM ELEMENTS
─────────────────────────────────────────*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select {
  background: rgba(0, 0, 2, 0.8);
  border: 2px solid rgba(252, 231, 200, 0.3);
  color: var(--text-primary);
  padding: var(--spacing-sm) var(--spacing-md);
  font-family: var(--font-primary);
  transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--dune-gold);
  box-shadow: 0 0 10px var(--dune-gold-glow);
  background: rgba(0, 0, 2, 0.9);
}

/* Enhanced buttons */
button,
.button,
input[type="submit"],
input[type="button"] {
  background: linear-gradient(135deg, rgba(252, 231, 200, 0.2) 0%, rgba(252, 231, 200, 0.1) 100%);
  border: 2px solid var(--dune-gold);
  color: var(--dune-gold);
  padding: var(--spacing-sm) var(--spacing-lg);
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: linear-gradient(135deg, rgba(252, 231, 200, 0.3) 0%, rgba(252, 231, 200, 0.2) 100%);
  color: var(--dune-gold-bright);
  box-shadow: 0 0 20px var(--dune-gold-glow);
  transform: translateY(-2px);
}

/*─────────────────────────────────────────
 7 · RESPONSIVE GRID SYSTEM
─────────────────────────────────────────*/
.responsive-container {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-lg);
  align-items: stretch;
  width: 100%;
  margin: var(--spacing-lg) 0;
  box-sizing: border-box;
}

.responsive-col {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  min-width: 320px;
}

@media (min-width: 768px) {
  .responsive-col {
    flex: 1 1 calc((100% - var(--spacing-lg)) / 2);
  }
}

@media (min-width: 1024px) {
  .responsive-col {
    flex: 1 1 calc((100% - 2 * var(--spacing-lg)) / 3);
  }
}

.responsive-col .skin-pivot {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}

/*─────────────────────────────────────────
 8 · UTILITY CLASSES
─────────────────────────────────────────*/
/* Text utilities */
.text-gold { color: var(--dune-gold) !important; }
.text-bright { color: var(--dune-gold-bright) !important; }
.text-glow { text-shadow: 0 0 10px var(--dune-gold-glow); }

/* Background utilities */
.bg-dark { background: var(--dune-dark) !important; }
.bg-darker { background: var(--dune-darker) !important; }
.bg-panel { background: var(--dune-panel-bg-dark) !important; }

/* Border utilities */
.border-gold { border-color: var(--dune-gold) !important; }
.border-glow { box-shadow: 0 0 10px var(--dune-gold-glow) !important; }

/* Animation utilities */
.animate-pulse { animation: techPulse 2s ease-in-out infinite; }
.animate-glow { animation: borderGlow 3s ease-in-out infinite; }
.animate-slide { animation: slideGlow 3s ease-in-out infinite; }

/*─────────────────────────────────────────
 9 · SCROLLBAR STYLING
─────────────────────────────────────────*/
::-webkit-scrollbar {
  width: 12px;
  background: rgba(0, 0, 2, 0.8);
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 2, 0.8);
  border: 1px solid rgba(252, 231, 200, 0.1);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--dune-gold-dark) 0%, var(--dune-gold-hover) 100%);
  border: 1px solid var(--dune-gold);
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--dune-gold-hover) 0%, var(--dune-gold) 100%);
}

/*─────────────────────────────────────────
 10 · MEDIA QUERIES & RESPONSIVE ADJUSTMENTS
─────────────────────────────────────────*/
@media (max-width: 768px) {
  :root {
    --nav-height: 40px;
    --spacing-lg: 16px;
    --spacing-xl: 20px;
  }
  
  .skin-pivot h1 { font-size: var(--font-size-xl); }
  .skin-pivot h2 { font-size: var(--font-size-lg); }
  
  .skin-pivot .navbar-nav > li > a {
    padding: 8px 16px;
    font-size: var(--font-size-sm);
    letter-spacing: 1px;
  }
}