/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.site-title a::after {
    content: '_';
    animation: blink 1s infinite step-start;
}
@keyframes blink {
    50% { opacity: 0; }
}

/* ======================================================
   Peery About Page - Blueprint Theme v4.2 (Final)
   ====================================================== */

/* --- Main Content Area (Left Column) --- */
/* Revert to a more standard line-height for a tighter feel */
.page-id-8 .entry-content .wp-block-column:nth-child(1) p {
    line-height: 1.6;
}

/* Style the headings to match the console's aesthetic */
.page-id-8 .entry-content .wp-block-column:nth-child(1) h3,
.page-id-8 .entry-content .wp-block-column:nth-child(1) h4 {
    color: #228B22; /* A darker, readable "Forest Green" */
    font-family: 'IBM Plex Mono', monospace;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* REFINED & SIMPLIFIED LIST SPACING */
.page-id-8 .entry-content .wp-block-column:nth-child(1) ul {
    list-style-type: none !important;
    padding-left: 0 !important;
}
.page-id-8 .entry-content .wp-block-column:nth-child(1) ul li {
    padding-left: 2.2em; /* Create space for the emoji */
    text-indent: -2.2em; /* Pull the emoji back into the space */
    margin-bottom: 0.8em; /* Tighter spacing between items */
}
/* This ensures the bolded text flows naturally */
.page-id-8 .entry-content .wp-block-column:nth-child(1) ul li strong {
    margin-left: 0.5em;
}


/* --- System Info Panel (Right Column) --- */
/* The main container for the panel */
.wp-block-column:nth-child(2) {
    border: 1px solid #dcdcdc;
    padding: 25px;
    font-family: 'IBM Plex Mono', monospace;
    background-color: #f9f9f9;
    color: #333;
    position: relative;
}

/* ASCII-style corner brackets for the panel */
.wp-block-column:nth-child(2)::before,
.wp-block-column:nth-child(2)::after {
    font-family: 'IBM Plex Mono', monospace;
    color: #39FF14;
    position: absolute;
    font-size: 20px;
    opacity: 0.8;
    line-height: 1;
}
.wp-block-column:nth-child(2)::before { content: '[['; top: 5px; left: 10px; }
.wp-block-column:nth-child(2)::after { content: ']]'; bottom: 5px; right: 10px; }

/* Style for the heading inside the panel */
.wp-block-column:nth-child(2) h4 {
    color: #39FF14;
    font-size: 16px;
    letter-spacing: 2px;
    text-shadow: 0 0 5px rgba(57, 255, 20, 0.5);
}

/* Style for the list items to look like data readouts */
.wp-block-column:nth-child(2) ul {
    list-style-type: none !important;
    padding-left: 0 !important;
}
.wp-block-column:nth-child(2) ul li {
    font-size: 14px;
    margin-bottom: 12px;
    color: #333;
    padding-left: 0; /* Override any other padding */
    text-indent: 0; /* Override any other indent */
}
.wp-block-column:nth-child(2) ul li::before { color: #999; }
.wp-block-column:nth-child(2) ul li:nth-child(1)::before { content: 'ID...............: '; }
.wp-block-column:nth-child(2) ul li:nth-child(2)::before { content: 'Status...........: '; }
.wp-block-column:nth-child(2) ul li:nth-child(3)::before { content: 'Activation.......: '; }
.wp-block-column:nth-child(2) ul li:nth-child(4)::before { content: 'Core Directives..: '; }

/* Blinking "Online" status indicator */
.wp-block-column:nth-child(2) ul li:nth-child(2)::after {
    content: '▋';
    color: #39FF14;
    margin-left: 8px;
    animation: blink 1s infinite step-start;
    text-shadow: 0 0 5px rgba(57, 255, 20, 0.7);
}
@keyframes blink { 50% { opacity: 0; } }

/* Custom Button Style for the Blueprint Theme */
.wp-block-column:nth-child(2) .wp-block-button__link {
    background-color: transparent !important;
    border: 2px solid #228B22 !important;
    color: #228B22 !important;
    transition: all 0.2s ease-in-out;
}
.wp-block-column:nth-child(2) .wp-block-button__link:hover {
    background-color: #228B22 !important;
    color: #ffffff !important;
}


/* --- Glitch Text Effect --- */
.glitch-text {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #333;
  text-shadow: 0.05em 0 0 rgba(255,0,0,0.75), -0.025em -0.05em 0 rgba(0,255,0,0.75), 0.025em 0.05em 0 rgba(0,0,255,0.75);
  animation: glitch 500ms infinite;
}
.glitch-text:hover { animation: none; }
@keyframes glitch {
  0% { text-shadow: 0.05em 0 0 rgba(255,0,0,0.75), -0.05em -0.025em 0 rgba(0,255,0,0.75), -0.025em 0.05em 0 rgba(0,0,255,0.75); }
  14% { text-shadow: 0.05em 0 0 rgba(255,0,0,0.75), -0.05em -0.025em 0 rgba(0,255,0,0.75), -0.025em 0.05em 0 rgba(0,0,255,0.75); }
  15% { text-shadow: -0.05em -0.025em 0 rgba(255,0,0,0.75), 0.025em 0.025em 0 rgba(0,255,0,0.75), -0.05em -0.05em 0 rgba(0,0,255,0.75); }
  49% { text-shadow: -0.05em -0.025em 0 rgba(255,0,0,0.75), 0.025em 0.025em 0 rgba(0,255,0,0.75), -0.05em -0.05em 0 rgba(0,0,255,0.75); }
  50% { text-shadow: 0.025em 0.05em 0 rgba(255,0,0,0.75), 0.05em 0 0 rgba(0,255,0,0.75), 0 -0.05em 0 rgba(0,0,255,0.75); }
  99% { text-shadow: 0.025em 0.05em 0 rgba(255,0,0,0.75), 0.05em 0 0 rgba(0,255,0,0.75), 0 -0.05em 0 rgba(0,0,255,0.75); }
  100% { text-shadow: -0.025em 0 0 rgba(255,0,0,0.75), -0.025em -0.05em 0 rgba(0,255,0,0.75), -0.025em -0.05em 0 rgba(0,0,255,0.75); }
}