@charset "UTF-8";
/*!
* Start Bootstrap - Clean Blog v6.0.8 (https://startbootstrap.com/theme/clean-blog)
* Copyright 2013-2022 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-clean-blog/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #0085A1;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  
  /* OK Stop Custom Identity Palette */
  --ok-pink: #DD669B;
  --ok-dark-red: #be1546;
  --ok-teal: #53a0a2;
  --ok-blue: #15538d;
  --ok-gold: #bb9413;
  --ok-yellow: #F9FBA8;
  --ok-green: #2db44a;
}

/* ==========================================================================
   1. UNHINGED HARDWARE-ACCELERATED PERSISTENT CURSOR ENGINE
   ========================================================================== */

/* Drop the browser's default system rendering layer completely */
html, body, *, a, button, input {
  cursor: none !important;
}

/* Construct the absolute floating hardware matrix container */
.persistent-dhmis-cursor {
  width: 64px;
  height: 64px;
  background-image: url("/assets/img/ok-cursor.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  
  /* Offset the center alignment directly onto the tip of the glove pointing finger */
  transform: translate(-24px, 0px); 
  
  /* Allow underlying standard inputs and anchors to pull click tracking instantly */
  pointer-events: none; 
  z-index: 200000;
  display: none;
  transition: opacity 0.2s ease;
}

/* ==========================================================================
   2. RETRO CRT MONITOR TEXTURE MAP
   ========================================================================== */

/* Horizontal Phosphorus Scanline Grid + Screen Refresh Hum Animation */
body::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  background: linear-gradient(
    rgba(18, 16, 16, 0) 50%, 
    rgba(0, 0, 0, 0.18) 50%
  );
  background-size: 100% 3px;
  z-index: 99999;
  pointer-events: none;
  animation: crt-flicker 0.15s infinite;
}

/* Curved Glass Cathode Monitor Shadow Vignette Border Outer Ring */
body::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  background: radial-gradient(
    circle, 
    rgba(0,0,0,0) 55%, 
    rgba(0,0,0,0.38) 100%
  );
  z-index: 100000;
  pointer-events: none;
}

@keyframes crt-flicker {
  0% { opacity: 0.97; }
  50% { opacity: 1; }
  100% { opacity: 0.98; }
}

/* Chromatic RGB Channel Text Alignment Split Effect */
.window-frame-header h1, 
.post-title, 
.marquee-text-style,
.void-text,
.manifesto-title {
  text-shadow: 
    2px 0px 1px rgba(255,0,0,0.4),   
    -2px 0px 1px rgba(0,0,255,0.4),  
    0px 0px 3px rgba(255,255,255,0.2); 
}

/* ==========================================================================
   3. BASE LAYOUT & LAYOUT MARGIN RESTRAINTS (Fixes Edge-Squishing)
   ========================================================================== */

body {
  font-family: "Comic Neue", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #212529;
}

p {
  line-height: 1.5;
  margin: 0 0 1rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  font-family: "Comic Neue", cursive;
}

/* Base structural boundary container wrapping layout systems safely away from display borders */
.container {
  width: 100%;
  padding-right: 24px !important;
  padding-left: 24px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box;
}

/* High-priority viewport adjustment parameters scaled for wider resolutions */
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }

/* Main content column centering track limit definitions */
main.container {
  max-width: 900px !important;
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

/* ==========================================================================
   4. COMPONENT ARCHITECTURES
   ========================================================================== */

/* Upper Utility Windows Frame Strip */
.utilityNav {
  background-color: #000000;
  border-bottom: 4px solid #000000;
  padding: 12px 24px; /* Extends structural margin clearance padding points internally */
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1050;
}

.prominent-login {
  background-color: var(--ok-green) !important;
  color: #ffffff !important;
  font-family: 'Comic Neue', cursive;
  font-weight: 700;
  padding: 8px 18px;
  border: 3px solid #000000;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 4px 4px 0px #ffffff;
  transition: transform 0.1s, box-shadow 0.1s;
}

.prominent-login:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #ffffff;
  color: var(--ok-yellow) !important;
}

/* High-Visibility Custom Layout Head Area */
.window-frame-header {
  background-color: var(--ok-teal);
  border-bottom: 4px solid #000000;
  padding: 45px 24px; /* Insulates hero headlines securely away from display wall thresholds */
  box-shadow: inset 0 -6px 0px rgba(0,0,0,0.15);
}

.countdown-box {
  background: #000000;
  color: #ff3385;
  font-family: monospace;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 20px;
  border: 3px ridge var(--ok-teal);
  display: inline-block;
  box-shadow: inset 0 0 10px #ff0000;
  margin-top: 15px;
}

/* Urgent Alert Scrolling Marquee Area */
#scroll-container {
  background-color: var(--ok-dark-red) !important;
  border-top: 4px dashed #000000;
  border-bottom: 4px dashed #000000;
  padding: 12px 0;
  overflow: hidden;
  white-space: nowrap;
}

#scroll-text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 25s linear infinite;
}

@keyframes marquee {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}

/* Structured Corporate Log Feed Entries */
.post-preview {
  background: rgba(255, 255, 255, 0.95);
  padding: 35px;
  border: 4px solid #000000;
  box-shadow: 8px 8px 0px #000000;
  margin-bottom: 2.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.post-preview:hover {
  transform: translate(-3px, -3px);
  box-shadow: 11px 11px 0px #000000;
}

.post-preview > a {
  color: #212529;
  text-decoration: none;
}

.post-preview > a:hover, .post-preview > a:focus {
  color: var(--ok-dark-red);
}

.post-preview > .post-title {
  font-size: 1.85rem;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}

.post-preview > .post-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.6;
}

.post-meta {
  color: #6c757d;
  font-size: 0.9rem;
  font-style: italic;
  font-family: "Comic Neue", cursive;
  margin-top: 15px;
}

.post-meta > a {
  color: #212529;
  text-decoration: none;
  font-weight: bold;
}

.post-meta > a:hover {
  color: var(--ok-teal);
  text-decoration: underline;
}

.mind-space-alert {
  border-left: 12px solid var(--ok-teal) !important;
}

.badge-alert {
  background-color: var(--ok-dark-red);
  color: #ffffff;
  font-size: 0.7rem;
  padding: 4px 8px;
  font-weight: 700;
  animation: badgeFlash 0.5s alternate infinite;
}

@keyframes badgeFlash {
  0% { opacity: 0.4; }
  100% { opacity: 1; }
}

.unauthorized-list {
  margin-top: 0.8rem;
  padding-left: 1.5rem;
  list-style-type: '☒ ';
  color: var(--ok-dark-red);
}

/* Layout Content Dividing Rules */
hr {
  border-top: 3px solid #000000;
  opacity: 1;
  margin: 2.5rem 0;
}

/* ==========================================================================
   5. SYSTEM FOOTER CONFIGURATION
   ========================================================================== */
footer {
  background-color: var(--ok-yellow);
  border-top: 4px solid #000000 !important;
  padding: 2rem 24px; /* Secures compliance notes cleanly away from bottom page thresholds */
  position: relative;
  z-index: 1050;
}

.duncan-leak {
  font-size: 11px;
  color: rgba(0,0,0,0.3);
  text-align: center;
  font-family: monospace;
  margin-top: 10px;
}