 <style>
    /* ==========================================================================
       GLOBAL ARCHIVAL DESIGN SYSTEM & VARIABLES
       ========================================================================== */
    :root {
      --neon-glow: #00ffcc;
      --amber-glow: #ffb700;
      --text-gold-aged: #cfb987;
    }body {
    background-image: url('/assets/images/bg_parchment.jpg');
    background-repeat: repeat;
    background-position: center;
    background-color: #d4c2a8;
    min-height: 100vh;
    color: #1a1715;
    font-family: 'Georgia', serif;
    margin: 0;
    padding: 20px;
    user-select: none;
}

/* Hero Console Box */
.main-console {
    max-width: 850px;
    margin: 50px auto;
    text-align: center;
    padding: 60px 40px;
    background-color: rgba(252, 247, 232, 0.95);
    border: 1px solid rgba(26, 23, 21, 0.25);
    outline: 1px solid rgba(26, 23, 21, 0.1);
    outline-offset: 4px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
    overflow: hidden; /* Keeps the bottom bar backgrounds cleanly clipped */
}

.main-console h1 {
    font-size: 2.5rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: normal;
    line-height: 1.25;
}

.main-console p {
    font-size: 0.8rem;
    font-style: italic;
    max-width: 600px;
    margin: 0 auto;
    letter-spacing: 0.22em;
    line-height: 1.6;
    color: #57534e;
    text-transform: uppercase;
}

/* Telemetry Header Layout - Now spanning 100% width of the console bottom */
.telemetry-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    
    /* Negative margins cancel out .main-console padding */
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -60px;
    margin-top: 3.5rem;
    
    /* Visual framing anchors */
    border-top: 1px solid rgba(26, 23, 21, 0.15);
    background-color: rgba(26, 23, 21, 0.02);
}

#status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00ffd8;
    box-shadow: 0 0 10px #00ffd8;
    transition: all 0.5s ease;
}

#status-text {
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
    font-weight: bold;
    color: #00ffd8;
    text-shadow: 0 0 10px rgba(0, 255, 216, 0.6);
    letter-spacing: 0.3em;
    font-size: 0.75rem;
    transition: all 0.5s ease;
}

/* Navigation Shelf Layout */
.custom-nav-shelf {
    background-image: url('/assets/images/header_shelf_bg.png');
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    max-width: 1100px;
    margin: 20px auto;
    padding: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.nav-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.wood-btn {
    background-image: url('/assets/images/button_wood_frame.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #e9dcbe;
    font-size: 0.72rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.3;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out;
}

.wood-btn:hover {
    filter: brightness(1.2);
    color: #ffffff;
}

/* Bottom Grid Layout */
.archive-section {
    max-width: 1100px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.archive-card {
    background-color: #221a14;
    border: 1px solid #000000;
    padding: 24px;
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.archive-card h2 {
    color: #f3dfb6;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding-bottom: 8px;
    margin-top: 0;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(120, 110, 90, 0.25);
    font-weight: bold;
}

.archive-card p {
    color: #a8a29e;
    font-family: 'Courier New', monospace;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

.card-btn {
    align-self: flex-start;
    font-family: 'Courier New', monospace;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    color: #c4a473;
    border: 1px solid rgba(196, 164, 115, 0.3);
    background-color: rgba(0,0,0,0.2);
    padding: 8px 16px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out;
}

.card-btn:hover {
    border-color: #c4a473;
    color: #ffffff;
}

    body {
      margin: 0;
      padding: 0;
      font-family: 'Cinzel', serif;
      background-color: #ded1b6;
      
      /* Full-Screen Environment Asset Mapping */
      background-image: url('/assets/images/capluwieg1bg.png');
      background-size: cover;
      background-position: center center;
      background-attachment: fixed;
      background-repeat: no-repeat;
      color: #1a120b;
      overflow-x: hidden;
    }

    /* ==========================================================================
       HEADER PANEL & MECHANICAL STATUS INDICATORS
       ========================================================================== */
    header {
      width: 100%;
      margin: 0 auto;
      background: transparent;
      padding: 40px 0 20px 0;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px;
    
    }

    .telemetry-node {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 5px;
    }

    #core-indicator {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: var(--neon-glow);
      box-shadow: 0 0 10px var(--neon-glow);
    }

    .status-label {
      font-size: 0.9rem;
      font-weight: 700;
      color: var(--neon-glow);
      text-shadow: 0 0 6px var(--neon-glow);
      letter-spacing: 2px;
    }

    /* ==========================================================================
       THE SCALLOPED CARD CATALOG NAVIGATION DECK
       ========================================================================== */
    .technomancy-nav-deck {
      display: grid;
      grid-template-columns: repeat(5, 1fr); /* Unified 5-drawer structural split */
      gap: 10px; /* Precise layout spacing matching physical cabinets */
      max-width: 1100px;
      width: 94%;
      box-sizing: border-box;
      padding: 2px 0;
      margin: 0 auto;
      background-image:url('/assets/images/dark-wood2.png');
    }

    /* Core Navigation Plate Base Button Styles */
    .nav-plate-btn {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      box-sizing: border-box;
      transition: all 0.15s ease-out;
      cursor: pointer;
      min-height: 90px;
      padding: 10px 15px;
    }

    /* Drawer Interaction Mechanics */
    .nav-plate-btn:hover { 
      filter: brightness(1.1); 
    }
    .nav-plate-btn:active { 
      transform: translateY(1px); 
    }

    .nav-plate-btn .primary-title {
      font-size: 0.85rem;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 1.3;
    }

    /* PRESERVED ACTIVE STATE DESIGN: SCALLOPED BRASS CASING PLATE */
    .nav-plate-btn.active-brass {
      border-style: solid;
      border-width: 16px; /* Size of the frame asset boundary */
      border-image-source: url('/assets/images/capluwie_nav_brass.png');
      border-image-slice: 16 fill; /* Locks corners, scales the interior */
      border-image-repeat: stretch;
      box-shadow: inset 0 2px 5px rgba(0,0,0,0.3);
    }

    .nav-plate-btn.active-brass .primary-title {
      color: #1e1505; /* Deep engraved letterpress charcoal */
      text-shadow: -1px -1px 0px rgba(0,0,0,0.3), 1px 1px 1px rgba(255,255,255,0.4);
    }

    /* APPLIED SYSTEM STATE: RECESSED SCALLOPED TIMBER DRAWERS */
    .nav-plate-btn.vessel-wood {
      border-style: solid;
      border-width: 16px;
      border-image-source: url('/assets/images/capluwie_nav_wood.png');
      border-image-slice: 16 fill;
      border-image-repeat: stretch;
      box-shadow: inset 0 6px 12px rgba(0,0,0,0.9); /* Recesses index drawer back into frame */
    }

    .nav-plate-btn.vessel-wood .primary-title {
      color: var(--text-gold-aged);
      opacity: 0.85;
      text-shadow: 2px 2px 4px #000, -1px -1px 0px rgba(0,0,0,0.8);
    }

    .nav-plate-btn.vessel-wood:hover {
      box-shadow: inset 0 3px 8px rgba(0,0,0,0.8), 0 0 10px rgba(134, 109, 55, 0.2);
    }

    /* ==========================================================================
       MANIFESTO PARCHMENT HERO INTERFACE
       ========================================================================== */
    .hero-strip-mall {
      display: flex;
      justify-content: center;
      padding: 60px 20px;
    }

    .manifesto-parchment {
      background: rgba(247, 241, 227, 0.92);
      border: 2px solid #3d2f1b;
      box-shadow: 0 15px 35px rgba(0,0,0,0.4), inset 0 0 30px rgba(61,47,27,0.15);
      padding: 40px 50px;
      max-width: 750px;
      text-align: center;
      border-radius: 1px;
      position: relative;
    }

    .manifesto-parchment h1 {
      font-size: 2.2rem;
      color: #1a120b;
      margin: 0 0 20px 0;
      letter-spacing: 2px;
      font-weight: 700;
      line-height: 1.3;
    }

    .manifesto-parchment p {
      font-size: 1.1rem;
      font-style: italic;
      color: #4a3b2c;
      margin: 0;
      line-height: 1.6;
    }

    /* ==========================================================================
       ACTIVE LABORATORY WINGS LAYOUT GRID
       ========================================================================== */
    .laboratory-matrix {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 20px 40px 20px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
    }

    .lab-wing-card {
      background: rgba(26, 18, 11, 0.92);
      border: 1px solid #866d37;
      padding: 25px;
      color: var(--text-gold-aged);
      box-shadow: 0 8px 16px rgba(0,0,0,0.5);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .lab-wing-card h2 {
      font-size: 1.3rem;
      margin: 0 0 12px 0;
      color: #dfcb9b;
      letter-spacing: 1px;
      border-bottom: 1px solid rgba(134, 109, 55, 0.3);
      padding-bottom: 8px;
    }

    .lab-wing-card p {
      font-size: 0.9rem;
      line-height: 1.6;
      color: #bfae93;
      margin: 0 0 20px 0;
    }

    .lab-action-btn {
      align-self: flex-start;
      background: transparent;
      border: 1px solid #866d37;
      color: #e4ce97;
      padding: 8px 16px;
      text-decoration: none;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 1px;
      transition: all 0.2s;
    }

    .lab-action-btn:hover {
      background: #866d37;
      color: #1a120b;
    }
  </style>