/* Minifier: https://www.cleancss.com/css-minify/ */

:root {
    --background-color: black;
    --accent-color: white;
    --link-color: grey;
    --text-color: white;
    --ascii-color: white;
    --footer-color: white;
    --prompt-color: grey;
    --suggestion-color: hsl(0, 0%, 20%);
    --qr-background-color: hsl(0, 0%, 10%);
}

/* Light Theme */
.theme-light {
    --background-color: white;
    --accent-color: black;
    --link-color: grey;
    --text-color: black;
    --ascii-color: black;
    --footer-color: black;
    --prompt-color: grey;
    --suggestion-color: hsl(0, 0%, 80%);
    --qr-background-color: hsl(0, 0%, 90%);
}

/* Dark Theme */
.theme-dark {
    --background-color: black;
    --accent-color: white;
    --link-color: grey;
    --text-color: white;
    --ascii-color: white;
    --footer-color: white;
    --prompt-color: grey;
    --suggestion-color: hsl(0, 0%, 20%);
    --qr-background-color: hsl(0, 0%, 10%);
}

/* Ubuntu Theme */
.theme-ubuntu {
    --background-color: hsl(320, 60%, 10%);
    --accent-color: hsl(18, 83%, 54%);
    --link-color: hsl(39, 100%, 50%);
    --text-color: hsl(60, 10%, 92%);
    --ascii-color: hsl(18, 83%, 54%);
    --footer-color: hsl(18, 83%, 54%);
    --prompt-color: hsl(18, 83%, 54%);
    --suggestion-color: hsl(0, 20%, 30%);
    --qr-background-color: hsl(60, 10%, 92%);
}

/* Hacker Theme */
.theme-hacker {
    --background-color: hsl(0, 0%, 0%);
    --accent-color: hsl(132, 100%, 53%);
    --link-color: hsl(120, 100%, 50%);
    --text-color: hsl(120, 100%, 50%);
    --ascii-color: hsl(120, 100%, 50%);
    --footer-color: hsl(132, 100%, 53%);
    --prompt-color: hsl(132, 100%, 53%);
    --suggestion-color: hsl(120, 100%, 20%);
    --qr-background-color: hsl(0, 0%, 30%);
}

.theme-dracula {
    --background-color: hsl(231, 15%, 18%);
    --text-color: hsl(60, 30%, 90%);
    --accent-color: hsl(288, 90%, 70%);
    --link-color: hsl(170, 100%, 70%);
    --ascii-color: hsl(288, 90%, 70%);
    --footer-color: hsl(288, 90%, 70%);
    --prompt-color: hsl(288, 90%, 70%);
    --suggestion-color: hsl(0, 0%, 40%);
    --qr-background-color: hsl(60, 30%, 90%);
}

.theme-solarized-light {
    --background-color: hsl(45, 60%, 94%);
    --text-color: hsl(200, 10%, 20%);
    --accent-color: hsl(30, 100%, 50%);
    --link-color: hsl(180, 60%, 40%);
    --ascii-color: hsl(30, 100%, 50%);
    --footer-color: hsl(30, 100%, 50%);
    --prompt-color: hsl(30, 100%, 50%);
    --suggestion-color: hsl(200, 10%, 60%);
    --qr-background-color: hsl(0, 0%, 80%);
}

.theme-monokai {
    --background-color: hsl(225, 9%, 13%);
    --text-color: hsl(60, 30%, 90%);
    --accent-color: hsl(39, 100%, 56%);
    --link-color: hsl(125, 63%, 50%);
    --ascii-color: hsl(39, 100%, 56%);
    --footer-color: hsl(39, 100%, 56%);
    --prompt-color: hsl(39, 100%, 56%);
    --suggestion-color: hsl(0, 0%, 40%);
    --qr-background-color: hsl(60, 30%, 90%);
}

.theme-nord {
    --background-color: hsl(220, 16%, 20%);
    --text-color: hsl(220, 28%, 88%);
    --accent-color: hsl(222, 68%, 70%);
    --link-color: hsl(193, 60%, 55%);
    --ascii-color: hsl(222, 68%, 70%);
    --footer-color: hsl(222, 68%, 70%);
    --prompt-color: hsl(222, 68%, 70%);
    --suggestion-color: hsl(220, 20%, 50%);
    --qr-background-color: hsl(220, 16%, 95%);
}

.theme-gruvbox {
    --background-color: hsl(30, 20%, 10%);
    --text-color: hsl(42, 50%, 90%);
    --accent-color: hsl(29, 82%, 61%);
    --link-color: hsl(130, 40%, 50%);
    --ascii-color: hsl(29, 82%, 61%);
    --footer-color: hsl(29, 82%, 61%);
    --prompt-color: hsl(29, 82%, 61%);
    --suggestion-color: hsl(30, 20%, 40%);
    --qr-background-color: hsl(42, 30%, 20%);
}

.theme-tokyo-night {
    --background-color: hsl(233, 21%, 18%);
    --text-color: hsl(220, 13%, 85%);
    --accent-color: hsl(265, 60%, 70%);
    --link-color: hsl(200, 100%, 70%);
    --ascii-color: hsl(265, 60%, 70%);
    --footer-color: hsl(265, 60%, 70%);
    --prompt-color: hsl(265, 60%, 70%);
    --suggestion-color: hsl(220, 10%, 50%);
    --qr-background-color: hsl(220, 13%, 85%);
}

.theme-pirate {
    --background-color: hsl(30, 30%, 10%);
    --text-color: hsl(42, 100%, 85%);
    --accent-color: hsl(36, 100%, 55%);
    --link-color: hsl(25, 100%, 60%);
    --ascii-color: hsl(36, 100%, 55%);
    --footer-color: hsl(36, 100%, 55%);
    --prompt-color: hsl(36, 100%, 55%);
    --suggestion-color: hsl(30, 10%, 40%);
    --qr-background-color: hsl(42, 100%, 90%);
}

.theme-matrix-reloaded {
    --background-color: hsl(120, 100%, 5%);
    --text-color: hsl(120, 100%, 60%);
    --accent-color: hsl(120, 100%, 70%);
    --link-color: hsl(120, 100%, 75%);
    --ascii-color: hsl(120, 100%, 60%);
    --footer-color: hsl(120, 100%, 60%);
    --prompt-color: hsl(120, 100%, 70%);
    --suggestion-color: hsl(120, 30%, 30%);
    --qr-background-color: hsl(120, 100%, 5%);
}

.theme-sunset {
    --background-color: hsl(15, 70%, 12%);
    --text-color: hsl(40, 100%, 88%);
    --accent-color: hsl(25, 100%, 55%);
    --link-color: hsl(345, 80%, 70%);
    --ascii-color: hsl(25, 100%, 55%);
    --footer-color: hsl(25, 100%, 55%);
    --prompt-color: hsl(25, 100%, 55%);
    --suggestion-color: hsl(15, 30%, 40%);
    --qr-background-color: hsl(40, 30%, 20%);
}

.theme-forest {
    --background-color: hsl(120, 20%, 10%);
    --text-color: hsl(90, 30%, 90%);
    --accent-color: hsl(140, 60%, 50%);
    --link-color: hsl(150, 60%, 55%);
    --ascii-color: hsl(140, 60%, 50%);
    --footer-color: hsl(140, 60%, 50%);
    --prompt-color: hsl(140, 60%, 50%);
    --suggestion-color: hsl(120, 10%, 50%);
    --qr-background-color: hsl(90, 30%, 90%);
}


.theme-iceberg {
    --background-color: hsl(200, 30%, 95%);
    --text-color: hsl(220, 20%, 20%);
    --accent-color: hsl(210, 60%, 50%);
    --link-color: hsl(190, 70%, 45%);
    --ascii-color: hsl(210, 60%, 50%);
    --footer-color: hsl(210, 60%, 50%);
    --prompt-color: hsl(210, 60%, 50%);
    --suggestion-color: hsl(200, 10%, 50%);
    --qr-background-color: hsl(220, 20%, 80%);
}

.theme-retro {
    --background-color: hsl(120, 100%, 6%);
    --text-color: hsl(120, 100%, 60%);
    --accent-color: hsl(40, 100%, 55%);
    --link-color: hsl(40, 100%, 60%);
    --ascii-color: hsl(120, 100%, 60%);
    --footer-color: hsl(120, 100%, 60%);
    --prompt-color: hsl(40, 100%, 55%);
    --suggestion-color: hsl(120, 20%, 40%);
    --qr-background-color: hsl(0, 0%, 30%);
}

.theme-corporate {
    --background-color: hsl(210, 20%, 98%);
    --text-color: hsl(210, 30%, 20%);
    --accent-color: hsl(210, 80%, 50%);
    --link-color: hsl(220, 60%, 45%);
    --ascii-color: hsl(210, 80%, 50%);
    --footer-color: hsl(210, 80%, 50%);
    --prompt-color: hsl(210, 80%, 50%);
    --suggestion-color: hsl(210, 10%, 60%);
    --qr-background-color: hsl(210, 30%, 80%);
}

/* Cobalt Theme */
.theme-cobalt {
    --background-color: hsl(220, 100%, 10%);
    --text-color: hsl(210, 20%, 85%);
    --accent-color: hsl(200, 100%, 60%);
    --link-color: hsl(45, 100%, 60%);
    --ascii-color: hsl(200, 100%, 60%);
    --footer-color: hsl(200, 100%, 60%);
    --prompt-color: hsl(45, 100%, 60%);
    --suggestion-color: hsl(210, 10%, 50%);
    --qr-background-color: hsl(210, 20%, 85%);
}

.theme-cosmic {
    --background-color: hsl(260, 60%, 10%);
    --text-color: hsl(220, 80%, 90%);
    --accent-color: hsl(280, 80%, 65%);
    --link-color: hsl(200, 100%, 70%);
    --ascii-color: hsl(300, 80%, 70%);
    --footer-color: hsl(280, 80%, 65%);
    --prompt-color: hsl(280, 80%, 65%);
    --suggestion-color: hsl(260, 30%, 50%);
    --qr-background-color: hsl(260, 50%, 20%);
}

.theme-blood {
    --background-color: hsl(0, 80%, 5%);
    --text-color: hsl(0, 80%, 85%);
    --accent-color: hsl(0, 100%, 50%);
    --link-color: hsl(350, 90%, 65%);
    --ascii-color: hsl(0, 100%, 50%);
    --footer-color: hsl(0, 100%, 50%);
    --prompt-color: hsl(0, 100%, 50%);
    --suggestion-color: hsl(0, 40%, 40%);
    --qr-background-color: hsl(0, 50%, 10%);
}

/* Pride Theme with Live Gradient */
.theme-pride {
    --gradient: linear-gradient(
        135deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #8b00ff, #ff0000
    );
    --accent-gradient: linear-gradient(90deg, #ff007f, #8b00ff);
    --qr-background-color: linear-gradient(
        135deg, #ff0000, #ff7f00, #717171, #00ff00, #0000ff, #4b0082, #8b00ff, #ff0000
     );
}

.theme-pride .main-logo,
.theme-pride .ascii-name,
.theme-pride .prompt,
.theme-pride a,
.theme-pride #datetime,
.theme-pride #weather,
.theme-pride .footer,
.theme-pride .header a {
    background: var(--gradient);
    background-size: 200% 200%;
    animation: prideText 8s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

/* Borders use accent gradient */
.theme-pride .header,
.theme-pride .footer {
    border-image: var(--accent-gradient) 1;
}

@keyframes prideText {
    0% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
    100% { background-position: 0% 0%; }
}

html,body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: monospace;
    background-color: var(--background-color);
    color: var(--text-color);
    display: flex;
    overflow: hidden;
    flex-direction: column;
    -webkit-user-select: none;
    user-select: none;
}

.info-content h1 {
    position: absolute;
    height: 1px;
    overflow: hidden;
}

main {
    flex: 1;
    overflow-y: auto;
    height: 100vh;
    padding: 25px;
    margin: 3px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--accent-color) transparent;
}

main::-webkit-scrollbar {
    width: 8px;
}

main::-webkit-scrollbar-track {
    background: transparent;
}

main::-webkit-scrollbar-thumb {
    background-color: var(--accent-color);
    border-radius: 4px;
}

.header {
    position: relative;
    top: 0; left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--accent-color);
    background-color: var(--background-color);
    border-bottom: 0.5px solid var(--accent-color);
}

.headerContainer {
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.headerContainer a {
    font-family: 'JetBrains Mono', monospace;
    text-decoration: none;
    color: var(--accent-color);
    font-weight: 300;
    font-size: 17px;
    line-height: 1;
}

.header-left,
.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'JetBrains Mono', monospace;
    font-weight: 300;
    font-size: 17px;
}

.theme-toggle,
.fullscreen-toggle {
    width: 18px;
    height: 18px;
    opacity: 0.3;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.theme-toggle:hover,
.fullscreen-toggle:hover {
    opacity: 0.7;
}

.theme-toggle:hover {
    transform: rotate(45deg);
}

.fullscreen-toggle {
    background-color: var(--accent-color);
    mask-image: url('/assets/images/svg/expand.svg');
    -webkit-mask-image: url('/assets/images/svg/expand.svg');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    cursor: pointer;
}

.fullscreen-toggle:hover {
    transform: scale(1.2);
}

.power-icon {
    display: block;
    position: fixed;
    font-size: 22px;
    font-weight: bold;
    opacity: 0.5;
}

.power-icon:hover {
    opacity: 0.7;
    transform: scale(1.1);
    cursor: pointer;
}

#weather,
#datetime {
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    font-weight: 300;
    color: var(--accent-color);
    margin: 0 10px;
    opacity: 0.5;
    white-space: nowrap;
    cursor: pointer;
}

#weather:hover,
#datetime:hover {
    opacity: 0.7;
}

.ascii-container {
    display: flex;
    color: var(--ascii-color);
    flex-wrap: wrap;
    padding: 10px 0;
    gap: 30px;
    align-items: flex-start;
    text-align: left;
}

.main-logo {
    font-size: 2.8px;
    line-height: 1;
    text-shadow: 0px 0px 1px;
    max-width: 100%;
    overflow: auto;
}

.ascii-name {
    font-size: 16px;
    padding: 0 10px;
    font-weight: bold;
    white-space: pre;
    line-height: 1.2;
}

.ascii-name span {
    font-size: 17px;
}

.command-terminal,
.command-terminal * {
    font-family: 'JetBrains Mono', monospace;
}

.command-terminal {
    color: var(--text-color);
    margin: 20px;
    font-size: 14px;
    font-weight: 300;
    -webkit-user-select: text;
    user-select: text;
}

.prompt {
    flex: 0 0 auto;
    width: fit-content;
    color: var(--prompt-color);
    font-weight: 700;
    margin-bottom: 5px;
    text-decoration: none;
}

.command-line {
    display: flex;
    gap: 5px;
    white-space: pre-wrap;
    word-break: break-word;
}

.user-input {
    outline: none;
    flex-grow: 1;
    -webkit-user-select: text;
    user-select: text;
}

#user-input {
    outline: none;
    display: inline-block;
    min-width: 10px;
}

.terminal-output-line {
    overflow-x: auto;
    margin-bottom: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.terminal-output-line::-webkit-scrollbar {
    display: none;
}

.terminal-output-line pre {
    margin-block: 5px;
    margin-inline: 3px;
    line-height: 1.5;
}

.terminal-output-line pre a {
    color: var(--link-color);
    text-decoration: none;
}

.terminal-output-line pre a:hover {
    text-decoration: underline;
}

.response-title {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.response-subtitle {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin: 10px;
    text-decoration: underline;
    text-underline-offset: 3px;
    letter-spacing: 0.5px;
}

.response-tip {
    display: block;
    font-size: 13px;
    font-style: italic;
    color: color-mix(in srgb, var(--accent-color) 55%, var(--text-color) 45%);
    opacity: 0.5;
    line-height: 1.5;
    word-break: break-word;
}

.response-tip::before {
    content: "💡 ";
    opacity: 0.9;
    text-shadow: 0 0 3px currentColor;
}

.suggestion-output {
    color: var(--suggestion-color);
    font-style: italic;
    padding: 5px;
    white-space: pre;
    overflow-x: auto;
    display: block;
    scrollbar-width: none;
}

.terminal-box {
    border: 1px solid var(--accent-color);
    border-radius: 5px;
    padding: 12px;
    background: var(--background-color);
    color: var(--text-color);
    display: inline-block;
    font-family: monospace;
    line-height: 1.5;
}

.terminal-box hr {
    border: none;
    border-top: 1px solid var(--accent-color);
    margin: 4px 0 8px 0;
}

.countdown-timer {
    font-size: 16px;
    font-weight: bold;
    margin: 13px 20px 20px;
}

/* Toast container (fixed on top-right) */
#toast-container {
  position: fixed;
  top: 20px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

/* Toast element */
.toast {
  background: var(--accent-color);
  color: var(--background-color);
  max-width: 80dvw;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 15px;
  box-shadow: 0 0 12px var(--accent-color);
  animation: slideIn 0.4s ease, slideOut 0.4s ease 7s forwards;
}

/* Slide animations */
@keyframes slideIn {
  from { opacity: 0; transform: translateX(120%); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideOut {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(120%); }
}

.ascii-colored {
    font-weight: bold;
    background: linear-gradient(to right, red, orange, yellow, green, cyan, blue, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 2px black;
}

footer {
    position: relative;
    bottom: 0; left: 0;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 500;
    color: var(--footer-color);
    width: 100%;
    border-top: 0.5px solid;
    text-align: center;
}

.copyright-symbol {
  font-size: 20px;
  vertical-align: middle;
}

/* Matrix overlay */
.matrix-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none; /* allow clicks to pass through when overlay is idle */
  mix-blend-mode: normal;
}

.matrix-overlay.active {
  pointer-events: auto; /* allow Esc key handling & potential interactive toggles if needed */
}

.weather-output {
    margin-top: 6px;
    margin-bottom: 12px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed var(--accent-color);
    border-radius: 6px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    line-height: 1.5;
}

.weather-output .label {
    color: var(--accent-color);
    font-weight: 500;
}

.weather-output .value {
    color: var(--text-color);
    font-weight: 400;
}

.weather-output .icon {
    margin-right: 4px;
}

.github-profile-container {
    display: flex;
    align-items: center; /* This centers the avatar and text vertically */
}

.github-avatar {
    width: 100px;
    height: 100px;
    border-radius: 10%;
    margin: 10px;
    filter: drop-shadow(0px 0px 3px var(--ascii-color));
}

.github-profile-details {
    margin: -30px;
}

.calendar-year {
    font-family: monospace;
    max-width: 1500px;
    font-size: 15px;
}

.calendar-month {
    border: 1px solid var(--ascii-color);
    border-radius: 8px;
    padding: 15px;
}

.calendar-month-header {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

/* make canvas scale nicely on high-DPI screens */
.matrix-overlay canvas {
  width: 100%;
  height: 100%;
  display: block;
}

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

@media (max-width: 992px) {
    .main-logo {
        font-size: 2.3px;
    }
    .ascii-name {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    main {
        padding: 15px;
    }
    .command-terminal {
        margin: 15px;
    }
    .main-logo {
        font-size: 1.8px;
    }
    .ascii-name {
        font-size: 10px;
    }
    .ascii-name span {
        font-size: 14px;
    }
    #weather,
    #datetime {
        display: none;
    }
}

@media (max-width: 576px) {
    main {
        padding: 10px;
    }
    .command-terminal {
        margin: 10px;
    }
    .ascii-container {
        gap: 15px;
    }
    .main-logo {
        display: none;
    }
    .fullscreen-toggle {
        display: none;
    }
    .power-icon {
        top: 6px; right: 10px;
        text-shadow: 0 0 10px currentColor;
    }
}

@media (min-width: 577px) {
    .power-icon {
        bottom: 3px; left: 13px;
        text-shadow: 0 0 5px currentColor, 0 0 10px currentColor;
    }
}

@media (max-width: 420px) {
    .ascii-name {
        font-size: 8px;
    }
    .ascii-name span {
        font-size: 11px;
    }
}

/* ===== Power overlay styles ===== */
.hidden { display: none !important; }

#power-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 100000;
    overflow: hidden;
}

#power-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

#shutdown-messages {
    font-family: monospace;
    color: var(--text-color);
    font-size: 1rem;
    text-align: left;
    width: min(90%, 900px);
    white-space: pre-line;
    line-height: 1.3;
}

#power-button-big {
    font-size: clamp(4rem, 8vw, 7rem);
    color: var(--ascii-color);
    cursor: pointer;
    position: absolute;
    bottom: 20%;
    opacity: 0.8;
    text-shadow: 0 0 5px currentColor, 0 0 10px currentColor;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#power-button-big:hover { transform: scale(1.1); opacity: 1; }

#startup-bar {
    position: absolute;
    bottom: 12vh;
    width: min(80%, 680px);
    height: 10px;
    background: var(--background-color);
    border: 1px solid hsla(var(--accent-color), 0.5);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
}

#startup-bar .bar {
    width: 0%;
    height: 100%;
    background: var(--ascii-color);
    transition: width 3s ease-out;
}

.slide-up {
    animation: slideUp 1s ease forwards;
}

@keyframes slideUp {
    from { transform: translateY(0); opacity: 1; }
    to { transform: translateY(-100%); opacity: 0; }
}

#sleep-message {
    font-family: monospace;
    font-size: 1.3rem;
    color: var(--ascii-color);
    text-align: center;
    position: absolute;
    bottom: 40%;
    width: 100%;
    letter-spacing: 2px;
}

#cursor {
    display: inline-block;
    animation: blink 1s step-start infinite;
}

#sleep-message, #sleep-text {
    white-space: pre-line; /* Preserves \n as line breaks */
}

#resume-messages {
    font-family: monospace;
    font-size: 1.2rem;
    color: var(--text-color);
    text-align: left;
    max-width: 80%;
    margin-top: 20px;
    white-space: pre-line;
}

@keyframes blink {
    50% { opacity: 0; }
}

/* ===== end power overlay styles ===== */
