Actions

MediaWiki

Pivot.css: Difference between revisions

From Dune Awakening DB

mNo edit summary
Tag: Reverted
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/**********************************************************
/**********************************************************
  * Dune Wiki - Pivot Skin CSS (V1 Improved)
  * Enhanced Pivot skin – Dune Awakening UI inspired (v3)
  * Optimized and cleaned version
  * 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{
   /* ===== Color System ===== */
   /* Core Dune palette - richer, more vibrant */
   /* Primary Brand Colors */
   --dune-black: rgba(8, 6, 12, 0.95);
   --dune-black: #0e0c15;
   --dune-panel-bg-dark: rgba(0, 0, 2, 0.9);
   --dune-dark: #1a1724;
   --dune-panel-bg-light: rgba(22, 22, 24, 0.6);
   --dune-darker: #0c0a14;
   --dune-dark: rgba(20, 18, 28, 0.85);
   --dune-darkest: #000002;
   --dune-darker: rgba(10, 8, 16, 0.9);
    
    
   /* Gold Palette */
   /* Enhanced gold spectrum */
   --dune-gold: #fce7c8;
   --dune-gold: #fce7c8;
   --dune-gold-hover: #e3bb7a;
  --dune-gold-bright: #fff4e6;
   --dune-gold-dark: #a07b40;
   --dune-gold-hover: #E3BB7A;
   --dune-gold-darker: #c8a165;
   --dune-gold-dark: #A07B40;
   --dune-gold-glow: rgba(252, 231, 200, 0.4);
    
    
   /* Semantic Colors */
   /* Text hierarchy */
   --color-primary: var(--dune-gold);
   --text-primary: #E8E8E8;
  --color-primary-hover: var(--dune-gold-hover);
   --text-secondary: #C8C8C8;
   --color-secondary: var(--dune-gold-dark);
   --text-title: #fce7c8;
   --color-success: #4caf50;
   --text-inactive: #666666;
   --color-warning: #ffd700;
   --text-highlight: #FFFFFF;
   --color-error: #ff6b6b;
   --text-error: #ff4444;
   --color-info: #3d6b8a;
    
    
   /* Text Colors */
   /* Spacing system */
   --text-primary: #e0e0e0;
   --spacing-xxs: 4px;
   --text-secondary: #bbbbbb;
   --spacing-xs: 8px;
   --text-muted: #888888;
   --spacing-sm: 12px;
   --text-title: #e2d3ae;
   --spacing-md: 16px;
   --text-light: #ffffff;
   --spacing-lg: 20px;
   --text-dark: var(--dune-black);
   --spacing-xl: 24px;
  --spacing-xxl: 32px;
    
    
   /* Background Colors with Opacity */
   /* Borders & effects */
   --bg-panel: rgba(0, 0, 2, 0.7);
   --border-thin: 1px;
   --bg-panel-light: rgba(22, 22, 24, 0.4);
   --border-medium: 2px;
   --bg-panel-dark: rgba(0, 0, 2, 0.7);
  --border-thick: 3px;
   --bg-transparent-dark: rgba(14, 12, 21, 0.6);
   --border-radius-sm: 3px;
   --bg-transparent-darker: rgba(12, 10, 20, 0.8);
   --border-radius-lg: 6px;
   --border-angle: 30deg;
    
    
   /* Border Colors */
   /* Enhanced shadows */
   --border-color: var(--dune-gold);
   --shadow-subtle: 0 2px 10px rgba(0, 0, 0, 0.4);
  --border-color-subtle: rgba(200, 161, 101, 0.3);
   --shadow-medium: 0 4px 20px rgba(0, 0, 0, 0.6);
   --border-color-very-subtle: rgba(200, 161, 101, 0.2);
   --shadow-heavy: 0 8px 40px rgba(0, 0, 0, 0.8);
 
   --shadow-glow: 0 0 30px var(--dune-gold-glow);
  /* ===== Spacing System ===== */
   --space-xxs: 0.125rem;  /* 2px */
  --space-xs: 0.25rem;   /* 4px */
   --space-sm: 0.5rem;    /* 8px */
  --space-md: 0.75rem;    /* 12px */
  --space-lg: 1rem;      /* 16px */
  --space-xl: 1.25rem;    /* 20px */
  --space-xxl: 1.5rem;    /* 24px */
  --space-xxxl: 2rem;    /* 32px */
 
  /* ===== Typography ===== */
  --font-primary: "Orbitron", "Segoe UI", sans-serif;
  --font-secondary: "Montserrat", "Arial", sans-serif;
  --font-mono: "Courier New", monospace;
    
    
  /* 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-xs: 0.75rem;
   --font-size-sm: 0.85rem;
   --font-size-sm: 0.875rem;
   --font-size-base: 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;
 
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
 
  --line-height-tight: 1.2;
  --line-height-base: 1.35;
  --line-height-relaxed: 1.5;
 
  /* ===== Layout ===== */
  --container-xs: 30rem;
  --container-sm: 48rem;
  --container-md: 64rem;
  --container-lg: 80rem;
  --container-xl: 90rem;
 
  /* ===== Borders & Radius ===== */
  --border-width: 1px;
  --border-width-thick: 2px;
  --radius-sm: 0.125rem;
  --radius-base: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-round: 50%;
 
  /* ===== Shadows ===== */
  --shadow-sm: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  --shadow-base: 0 0 1rem rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 0 1.5rem rgba(0, 0, 0, 0.7);
  --shadow-gold: 0 0 0.5rem rgba(200, 161, 101, 0.3);
  --shadow-gold-intense: 0 0 1rem rgba(227, 187, 122, 0.5);
 
  /* ===== Transitions ===== */
  --transition-fast: 0.15s ease;
  --transition-base: 0.2s ease;
  --transition-slow: 0.3s ease;
    
    
   /* ===== Z-Index Scale ===== */
   /* Layout */
   --z-base: 1;
   --nav-height: 48px;
  --z-dropdown: 100;
   --sidebar-width: 280px;
  --z-sticky: 200;
  --z-fixed: 300;
   --z-modal-backdrop: 400;
  --z-modal: 500;
  --z-popover: 600;
  --z-tooltip: 700;
}
 
/*--------------------------------------------------------------
# 2. RESET & BASE STYLES
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
 
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
}


body {
/*─────────────────────────────────────────
2 · ENHANCED RESET & BODY
─────────────────────────────────────────*/
html, body {
   margin: 0;
   margin: 0;
   font-family: var(--font-primary);
   padding: 0;
   font-size: var(--font-size-base);
   height: 100%;
  font-weight: var(--font-weight-normal);
   min-height: 100%;
   line-height: var(--line-height-base);
   overflow-x: hidden;
   color: var(--text-primary);
  background-color: var(--dune-darkest);
}
}


body.skin-pivot {
body.skin-pivot {
   background-image: url('https://dunedb.com/images/5/57/DuneDB_Background.jpg');
   background:
   background-repeat: no-repeat;
    /* Tech overlay pattern */
   background-position: center center;
    radial-gradient(circle at 20% 50%, rgba(252, 231, 200, 0.02) 0%, transparent 50%),
   background-attachment: fixed;
    radial-gradient(circle at 80% 80%, rgba(252, 231, 200, 0.02) 0%, transparent 50%),
   background-size: cover;
    /* 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;
}
}


/* Reset headings */
/* Animated background overlay */
h1, h2, h3, h4, h5, h6 {
body.skin-pivot::before {
   margin-top: 0;
   content: '';
   margin-bottom: var(--space-md);
   position: fixed;
   font-weight: var(--font-weight-bold);
   top: 0;
   line-height: var(--line-height-tight);
   left: 0;
   color: var(--color-primary);
   right: 0;
   text-transform: uppercase;
   bottom: 0;
   letter-spacing: 0.05em;
   background:  
}
    repeating-linear-gradient(
 
      0deg,
h1 { font-size: var(--font-size-xxxl); }
      transparent,
h2 { font-size: var(--font-size-xxl); }
      transparent 2px,
h3 { font-size: var(--font-size-xl); }
      rgba(252, 231, 200, 0.03) 2px,
h4 { font-size: var(--font-size-lg); }
      rgba(252, 231, 200, 0.03) 4px
h5 { font-size: var(--font-size-base); }
    );
h6 { font-size: var(--font-size-sm); }
   pointer-events: none;
 
   z-index: 1;
/* Links */
   animation: scanlines 8s linear infinite;
a {
  color: var(--color-primary);
   text-decoration: none;
   transition: color var(--transition-base);
}
 
a:hover {
  color: var(--color-primary-hover);
   text-shadow: 0 0 5px var(--shadow-gold);
}
}


/* Images */
@keyframes scanlines {
img {
   0% { transform: translateY(0); }
   max-width: 100%;
   100% { transform: translateY(4px); }
  height: auto;
   vertical-align: middle;
}
}


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


/* Remove backgrounds from wrapper elements */
/* Remove all default backgrounds */
.skin-pivot .off-canvas-wrap,
.skin-pivot .off-canvas-wrap,
.skin-pivot .docs-wrap,
.skin-pivot .inner-wrap,
.skin-pivot .inner-wrap,
.skin-pivot #page-base,
#page-base, .page-base,
.skin-pivot .row,
#main-section.main-section,
.skin-pivot .columns {
#page-content,
   background: transparent;
.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;
}
}


/* Container utilities */
footer, .footer, #footer, .mw-footer,
.container {
#mw-footer-container, #mw-footer,
   width: 100%;
#catlinks, .catlinks, .printfooter,
  margin-right: auto;
#mw-data-after-content {
   margin-left: auto;
   background: transparent !important;
   padding-right: var(--space-lg);
   border: none !important;
   padding-left: var(--space-lg);
   color: var(--dune-gold) !important;
   margin-top: var(--spacing-xxl);
}
}


@media (min-width: 576px) {
/*─────────────────────────────────────────
   .container { max-width: var(--container-sm); }
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;
}
}


@media (min-width: 768px) {
/* Hexagonal border effect */
   .container { max-width: var(--container-md); }
.skin-pivot .navbar::before,
}
.skin-pivot .navbar::after {
 
   content: '';
@media (min-width: 992px) {
  position: absolute;
  .container { max-width: var(--container-lg); }
  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;
}
}


@media (min-width: 1200px) {
@keyframes navGlow {
   .container { max-width: var(--container-xl); }
   0%, 100% { opacity: 0.6; }
}
   50% { opacity: 1; }
 
/*--------------------------------------------------------------
# 4. NAVIGATION
--------------------------------------------------------------*/
/* Top Navigation Bar */
.skin-pivot .navbar,
.skin-pivot nav.tab-bar {
  background-color: var(--bg-transparent-darker);
  border-bottom: var(--border-width) solid var(--border-color);
  height: 2.5rem;
   display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--space-lg);
}
}


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


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


.skin-pivot .navbar-nav > li > a:hover,
/* Hover effect with sliding background */
.skin-pivot .navbar-nav > li.active > a {
.skin-pivot .navbar-nav > li > a::before {
  color: var(--color-primary-hover);
}
 
.skin-pivot .navbar-nav > li > a::after {
   content: '';
   content: '';
   position: absolute;
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   left: -100%;
  width: 0;
  height: 2px;
  background-color: var(--color-primary);
  transition: width var(--transition-base);
}
 
.skin-pivot .navbar-nav > li > a:hover::after,
.skin-pivot .navbar-nav > li.active > a::after {
   width: 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;
}
}


/* Sidebar Navigation */
.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);
   background-color: var(--bg-panel);
  border: var(--border-width) solid var(--border-color);
   border-radius: var(--radius-base);
  padding: 0;
  margin-bottom: var(--space-xl);
}
}


.skin-pivot #nav h3,
.skin-pivot .navbar-nav > li > a:hover::before {
.skin-pivot .panel-heading {
   left: 100%;
  background-color: var(--bg-transparent-dark);
  border-bottom: var(--border-width) solid var(--border-color);
  padding: var(--space-sm) var(--space-md);
  margin: 0;
  font-size: var(--font-size-sm);
  text-transform: uppercase;
   letter-spacing: 0.1em;
}
}


.skin-pivot .list-group-item {
.skin-pivot .navbar-nav > li.active > a {
   background: transparent;
   color: var(--dune-gold-bright) !important;
  border: none;
   background: rgba(252, 231, 200, 0.1);
  border-bottom: var(--border-width) solid var(--border-color-very-subtle);
   box-shadow:  
   padding: var(--space-sm) var(--space-md);
    inset 0 -3px 0 var(--dune-gold),
   transition: background-color var(--transition-base);
    0 0 20px rgba(252, 231, 200, 0.2);
}
}


.skin-pivot .list-group-item:last-child {
/* Mobile tab-bar enhancement */
   border-bottom: none;
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);
}
}


.skin-pivot .list-group-item:hover {
/*─────────────────────────────────────────
  background-color: var(--bg-transparent-dark);
5 · ENHANCED TYPOGRAPHY
}
─────────────────────────────────────────*/
 
/* Headings with game-style treatment */
/* Search Box */
.skin-pivot h1,
.skin-pivot input[type="search"] {
.skin-pivot h2,
   background-color: var(--bg-transparent-darker);
.skin-pivot h3,
   color: var(--text-primary);
.skin-pivot h4,
   border: var(--border-width) solid var(--border-color);
.skin-pivot h5,
   border-radius: var(--radius-base);
.skin-pivot h6 {
   padding: var(--space-sm) var(--space-md);
   font-family: var(--font-display);
   width: 100%;
   color: var(--dune-gold);
   transition: all var(--transition-base);
   font-weight: 700;
   text-transform: uppercase;
   margin: 1.5em 0 0.75em 0;
   position: relative;
   letter-spacing: 1px;
}
}


.skin-pivot input[type="search"]:focus {
.skin-pivot h1 {
   outline: none;
   font-size: var(--font-size-xxl);
   border-color: var(--color-primary-hover);
   background: linear-gradient(135deg, var(--dune-gold) 0%, var(--dune-gold-hover) 100%);
   box-shadow: 0 0 0 3px var(--shadow-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
   text-shadow: 0 0 30px var(--dune-gold-glow);
}
}


/*--------------------------------------------------------------
.skin-pivot h2 {
# 5. CARDS
   font-size: var(--font-size-xl);
--------------------------------------------------------------*/
   color: var(--dune-gold);
.dune-card {
   padding-bottom: var(--spacing-sm);
   background-color: var(--bg-panel);
   border-bottom: 2px solid rgba(252, 231, 200, 0.3);
   border: var(--border-width) solid var(--border-color);
  border-radius: var(--radius-base);
   padding: var(--space-lg);
   margin-bottom: var(--space-xl);
  position: relative;
  overflow: hidden;
  transition: box-shadow var(--transition-base);
}
}


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


.dune-card::after {
/* Enhanced links */
   content: '';
.skin-pivot a {
   position: absolute;
   color: var(--dune-gold);
   bottom: 0;
   font-weight: 500;
   right: 0;
   text-decoration: none;
   width: 10px;
   transition: all 0.2s ease;
  height: 10px;
   position: relative;
  border-bottom: var(--border-width-thick) solid var(--border-color);
  border-right: var(--border-width-thick) solid var(--border-color);
}
}


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


.dune-card-title {
/* Content links with underline animation */
   margin: 0 0 var(--space-md);
.mw-body-content a {
   padding-bottom: var(--space-sm);
   display: inline-block;
  border-bottom: var(--border-width) solid var(--border-color);
   position: relative;
  color: var(--color-primary);
}
}


.dune-card-description {
.mw-body-content a::after {
   background-color: var(--bg-panel-light);
   content: '';
   border-radius: var(--radius-sm);
  position: absolute;
   padding: var(--space-md);
  bottom: -2px;
   margin-bottom: var(--space-md);
  left: 0;
  width: 0;
   height: 1px;
   background: var(--dune-gold);
   transition: width 0.3s ease;
}
}


/*--------------------------------------------------------------
.mw-body-content a:hover::after {
# 6. TABLES
--------------------------------------------------------------*/
.infobox-dune-standard-table,
.infobox-dune-two-column {
   width: 100%;
   width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: var(--bg-panel-light);
  border-radius: var(--radius-base);
  overflow: hidden;
  box-shadow: var(--shadow-base);
}
}


.infobox-dune-standard-table th,
/*─────────────────────────────────────────
.infobox-dune-standard-table td,
6 · ENHANCED FORM ELEMENTS
.infobox-dune-two-column th,
─────────────────────────────────────────*/
.infobox-dune-two-column td {
input[type="text"],
   padding: var(--space-md);
input[type="password"],
   text-align: left;
input[type="email"],
   border-bottom: var(--border-width) solid var(--border-color-subtle);
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;
}
}


.infobox-dune-standard-table thead th,
input[type="text"]:focus,
.infobox-dune-two-column thead th {
input[type="password"]:focus,
   background-color: var(--bg-panel-dark);
input[type="email"]:focus,
   color: var(--color-primary);
input[type="search"]:focus,
   font-weight: var(--font-weight-semibold);
textarea:focus,
   text-transform: uppercase;
select:focus {
  letter-spacing: 0.05em;
   outline: none;
}
   border-color: var(--dune-gold);
 
   box-shadow: 0 0 10px var(--dune-gold-glow);
.infobox-dune-standard-table tbody tr:hover,
   background: rgba(0, 0, 2, 0.9);
.infobox-dune-two-column tbody tr:hover {
  background-color: var(--bg-transparent-dark);
}
}


.infobox-dune-standard-table tbody tr:last-child td,
/* Enhanced buttons */
.infobox-dune-two-column tbody tr:last-child td,
button,
.infobox-dune-two-column tbody tr:last-child th {
.button,
  border-bottom: none;
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);
# 7. BUTTONS
  color: var(--dune-gold);
--------------------------------------------------------------*/
   padding: var(--spacing-sm) var(--spacing-lg);
.btn,
   font-family: var(--font-display);
.game-button {
   font-weight: 600;
   display: inline-block;
   padding: var(--space-sm) var(--space-lg);
   font-size: var(--font-size-sm);
   font-weight: var(--font-weight-semibold);
   text-align: center;
   text-transform: uppercase;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   letter-spacing: 1px;
  color: var(--text-dark);
  background-color: var(--color-primary);
  border: var(--border-width) solid var(--color-primary);
  border-radius: var(--radius-base);
   cursor: pointer;
   cursor: pointer;
   transition: all var(--transition-base);
   transition: all 0.3s ease;
}
   position: relative;
 
   overflow: hidden;
.btn:hover,
.game-button:hover {
  color: var(--text-dark);
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  box-shadow: var(--shadow-gold);
}
 
.btn:active,
.game-button:active {
  transform: translateY(1px);
}
 
/* Button Variants */
.btn-secondary {
  color: var(--text-primary);
  background-color: transparent;
  border-color: var(--border-color);
}
 
.btn-secondary:hover {
  color: var(--text-dark);
   background-color: var(--color-primary);
   border-color: var(--color-primary);
}
 
/*--------------------------------------------------------------
# 8. FORMS
--------------------------------------------------------------*/
.form-control {
  display: block;
  width: 100%;
  padding: var(--space-sm) var(--space-md);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--text-primary);
  background-color: var(--bg-transparent-darker);
  background-clip: padding-box;
  border: var(--border-width) solid var(--border-color);
  border-radius: var(--radius-base);
  transition: border-color var(--transition-base), box-shadow var(--transition-base);
}
 
.form-control:focus {
  color: var(--text-primary);
  background-color: var(--bg-transparent-darker);
  border-color: var(--color-primary-hover);
  outline: 0;
  box-shadow: 0 0 0 3px var(--shadow-gold);
}
}


.form-control::placeholder {
button:hover,
   color: var(--text-muted);
.button:hover,
   opacity: 1;
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);
}
}


/*--------------------------------------------------------------
/*─────────────────────────────────────────
# 9. UTILITIES
7 · RESPONSIVE GRID SYSTEM
--------------------------------------------------------------*/
─────────────────────────────────────────*/
/* Display */
.d-none { display: none; }
.d-block { display: block; }
.d-inline-block { display: inline-block; }
.d-flex { display: flex; }
.d-inline-flex { display: inline-flex; }
 
/* Flexbox */
.flex-row { flex-direction: row; }
.flex-column { flex-direction: column; }
.justify-content-start { justify-content: flex-start; }
.justify-content-center { justify-content: center; }
.justify-content-end { justify-content: flex-end; }
.justify-content-between { justify-content: space-between; }
.align-items-start { align-items: flex-start; }
.align-items-center { align-items: center; }
.align-items-end { align-items: flex-end; }
 
/* Spacing */
.m-0 { margin: 0; }
.m-1 { margin: var(--space-xs); }
.m-2 { margin: var(--space-sm); }
.m-3 { margin: var(--space-md); }
.m-4 { margin: var(--space-lg); }
.m-5 { margin: var(--space-xl); }
 
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: var(--space-xs); }
.mt-2 { margin-top: var(--space-sm); }
.mt-3 { margin-top: var(--space-md); }
.mt-4 { margin-top: var(--space-lg); }
.mt-5 { margin-top: var(--space-xl); }
 
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: var(--space-xs); }
.mb-2 { margin-bottom: var(--space-sm); }
.mb-3 { margin-bottom: var(--space-md); }
.mb-4 { margin-bottom: var(--space-lg); }
.mb-5 { margin-bottom: var(--space-xl); }
 
.p-0 { padding: 0; }
.p-1 { padding: var(--space-xs); }
.p-2 { padding: var(--space-sm); }
.p-3 { padding: var(--space-md); }
.p-4 { padding: var(--space-lg); }
.p-5 { padding: var(--space-xl); }
 
/* Text */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-capitalize { text-transform: capitalize; }
 
/* Colors */
.text-primary { color: var(--color-primary); }
.text-secondary { color: var(--color-secondary); }
.text-success { color: var(--color-success); }
.text-warning { color: var(--color-warning); }
.text-error { color: var(--color-error); }
.text-muted { color: var(--text-muted); }
 
/* Backgrounds */
.bg-primary { background-color: var(--color-primary); }
.bg-secondary { background-color: var(--color-secondary); }
.bg-dark { background-color: var(--bg-panel-dark); }
.bg-light { background-color: var(--bg-panel-light); }
 
/*--------------------------------------------------------------
# 10. RESPONSIVE GRID
--------------------------------------------------------------*/
.responsive-container {
.responsive-container {
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
   gap: var(--space-lg);
   gap: var(--spacing-lg);
   margin: var(--space-lg) 0;
  align-items: stretch;
  width: 100%;
   margin: var(--spacing-lg) 0;
  box-sizing: border-box;
}
}


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


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


@media (min-width: 850px) {
@media (min-width: 1024px) {
   .responsive-col {
   .responsive-col {
     flex: 1 1 calc(33.333% - var(--space-lg));
     flex: 1 1 calc((100% - 2 * var(--spacing-lg)) / 3);
  }
}
 
/*--------------------------------------------------------------
# 11. ANIMATIONS
--------------------------------------------------------------*/
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
 
@keyframes slideInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
   }
   }
}
}


@keyframes pulse {
.responsive-col .skin-pivot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}
 
.animate-fadeIn {
  animation: fadeIn var(--transition-slow) ease-out;
}
 
.animate-slideInUp {
  animation: slideInUp var(--transition-slow) ease-out;
}
 
.animate-pulse {
  animation: pulse 2s ease-in-out infinite;
}
 
/*--------------------------------------------------------------
# 12. RADIAL MENU (from second file)
--------------------------------------------------------------*/
.dune-radial-menu {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%) scale(0);
  z-index: var(--z-modal);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
 
.dune-radial-menu.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
 
.dune-radial-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  z-index: var(--z-modal-backdrop);
  transition: opacity var(--transition-base);
}
 
.dune-radial-overlay.active {
  opacity: 1;
  visibility: visible;
}
 
.dune-radial-item {
  position: absolute;
   display: flex;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   flex: 1 1 auto;
  width: 80px;
   height: 100%;
   height: 80px;
  background-color: var(--bg-panel);
  border: var(--border-width-thick) solid var(--border-color);
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: all var(--transition-base);
}
}


.dune-radial-item:hover {
/*─────────────────────────────────────────
  transform: scale(1.1);
8 · UTILITY CLASSES
  box-shadow: var(--shadow-gold);
─────────────────────────────────────────*/
}
/* 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); }


/* Position items in circle */
/* Background utilities */
.dune-radial-item-container {
.bg-dark { background: var(--dune-dark) !important; }
  position: absolute;
.bg-darker { background: var(--dune-darker) !important; }
  top: 50%;
.bg-panel { background: var(--dune-panel-bg-dark) !important; }
  left: 50%;
  transform-origin: center;
  transition: all var(--transition-slow);
  opacity: 0;
}


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


/* 10 positions */
/* Animation utilities */
.dune-radial-item-container.pos-0 { transform: rotate(0deg) translateY(-200px) rotate(0deg); }
.animate-pulse { animation: techPulse 2s ease-in-out infinite; }
.dune-radial-item-container.pos-1 { transform: rotate(36deg) translateY(-200px) rotate(-36deg); }
.animate-glow { animation: borderGlow 3s ease-in-out infinite; }
.dune-radial-item-container.pos-2 { transform: rotate(72deg) translateY(-200px) rotate(-72deg); }
.animate-slide { animation: slideGlow 3s ease-in-out infinite; }
.dune-radial-item-container.pos-3 { transform: rotate(108deg) translateY(-200px) rotate(-108deg); }
.dune-radial-item-container.pos-4 { transform: rotate(144deg) translateY(-200px) rotate(-144deg); }
.dune-radial-item-container.pos-5 { transform: rotate(180deg) translateY(-200px) rotate(-180deg); }
.dune-radial-item-container.pos-6 { transform: rotate(216deg) translateY(-200px) rotate(-216deg); }
.dune-radial-item-container.pos-7 { transform: rotate(252deg) translateY(-200px) rotate(-252deg); }
.dune-radial-item-container.pos-8 { transform: rotate(288deg) translateY(-200px) rotate(-288deg); }
.dune-radial-item-container.pos-9 { transform: rotate(324deg) translateY(-200px) rotate(-324deg); }


/*--------------------------------------------------------------
/*─────────────────────────────────────────
# 13. BREADCRUMBS
9 · SCROLLBAR STYLING
--------------------------------------------------------------*/
─────────────────────────────────────────*/
.dune-breadcrumb-nav {
::-webkit-scrollbar {
  display: flex;
   width: 12px;
  align-items: center;
   background: rgba(0, 0, 2, 0.8);
  margin-bottom: var(--space-md);
   padding: var(--space-xs) var(--space-sm);
   background-color: var(--bg-panel-dark);
  border: var(--border-width) solid var(--border-color);
  border-radius: var(--radius-sm);
  font-size: var(--font-size-sm);
}
}


.dune-breadcrumb-nav a {
::-webkit-scrollbar-track {
   color: var(--color-primary);
   background: rgba(0, 0, 2, 0.8);
   transition: color var(--transition-base);
   border: 1px solid rgba(252, 231, 200, 0.1);
}
}


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


.dune-breadcrumb-separator {
::-webkit-scrollbar-thumb:hover {
   margin: 0 var(--space-sm);
   background: linear-gradient(180deg, var(--dune-gold-hover) 0%, var(--dune-gold) 100%);
  color: var(--text-muted);
}
}


/*--------------------------------------------------------------
/*─────────────────────────────────────────
# 14. MEDIA QUERIES
10 · MEDIA QUERIES & RESPONSIVE ADJUSTMENTS
--------------------------------------------------------------*/
─────────────────────────────────────────*/
/* Tablet */
@media (max-width: 768px) {
@media (max-width: 768px) {
   :root {
   :root {
     --font-size-base: 0.875rem;
     --nav-height: 40px;
  }
     --spacing-lg: 16px;
 
     --spacing-xl: 20px;
  .container {
    padding-right: var(--space-md);
    padding-left: var(--space-md);
  }
 
  .dune-card {
    padding: var(--space-md);
  }
 
  .responsive-col {
    flex: 1 1 100%;
  }
 
  /* Convert radial menu to grid on mobile */
  .dune-radial-menu.mobile-grid {
    position: relative;
    width: 100%;
    height: auto;
     transform: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: var(--space-md);
    padding: var(--space-md);
    background-color: var(--bg-panel-dark);
     border: var(--border-width) solid var(--border-color);
    border-radius: var(--radius-base);
  }
 
  .dune-radial-item-container {
    position: static;
    transform: none;
    opacity: 1;
  }
}
 
/* Mobile */
@media (max-width: 480px) {
  :root {
    --font-size-base: 0.8125rem;
   }
   }
    
    
   h1 { font-size: var(--font-size-xxl); }
   .skin-pivot h1 { font-size: var(--font-size-xl); }
   h2 { font-size: var(--font-size-xl); }
   .skin-pivot h2 { font-size: var(--font-size-lg); }
  h3 { font-size: var(--font-size-lg); }
    
    
   .navbar {
   .skin-pivot .navbar-nav > li > a {
    padding: 0 var(--space-sm);
     padding: 8px 16px;
  }
     font-size: var(--font-size-sm);
}
    letter-spacing: 1px;
 
/*--------------------------------------------------------------
# 15. PRINT STYLES
--------------------------------------------------------------*/
@media print {
  body.skin-pivot {
    background: white;
    color: black;
  }
 
  .navbar,
  .sidebar,
  .radial-menu,
  .no-print {
    display: none;
  }
 
  .dune-card {
    background: white;
    border: 1px solid black;
    box-shadow: none;
  }
 
  a {
     color: black;
     text-decoration: underline;
  }
}
 
/*--------------------------------------------------------------
# 16. ACCESSIBILITY
--------------------------------------------------------------*/
/* Focus styles */
:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
 
/* Skip to content link */
.skip-to-content {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--color-primary);
  color: var(--text-dark);
  padding: var(--space-sm) var(--space-md);
  text-decoration: none;
  z-index: var(--z-tooltip);
}
 
.skip-to-content:focus {
  top: 0;
}
 
/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
 
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
    scroll-behavior: auto;
   }
   }
}
}

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;
  }
}