#fw-section-rich-text-2f6d7808-1221-442e-9809-19fd2ce90be9 {
--color-primary: #87a9ff;
--color-primary-rgb: 135, 169, 255;
--color-background: #1f1f1f;
--color-background-rgb: 31, 31, 31;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #d4d4d4;
--color-on-background-rgb: 212, 212, 212;
--color-product-image-background: #e5e5e5;
--color-background-brightness: 31;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-tiers-1e45ad68-b6e6-42ab-abb8-79bd01ff1147 {
--color-primary: #87a9ff;
--color-primary-rgb: 135, 169, 255;
--color-background: #1f1f1f;
--color-background-rgb: 31, 31, 31;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #d4d4d4;
--color-on-background-rgb: 212, 212, 212;
--color-product-image-background: #e5e5e5;
--color-background-brightness: 31;
background-color: var(--color-background);
color: var(--color-on-background);

}





#fw-section-donations-6b8da82b-a23b-4c2d-b4d2-43725d1840f3 {
--color-primary: #87a9ff;
--color-primary-rgb: 135, 169, 255;
--color-background: #1f1f1f;
--color-background-rgb: 31, 31, 31;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #d4d4d4;
--color-on-background-rgb: 212, 212, 212;
--color-product-image-background: #e5e5e5;
--color-background-brightness: 31;
background-color: var(--color-background);
color: var(--color-on-background);

}
























#fw-section-donations-a8778e38-4cef-4764-b02d-31e07cc54113 {
--color-primary: #87a9ff;
--color-primary-rgb: 135, 169, 255;
--color-background: #1f1f1f;
--color-background-rgb: 31, 31, 31;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #d4d4d4;
--color-on-background-rgb: 212, 212, 212;
--color-product-image-background: #e5e5e5;
--color-background-brightness: 31;
background-color: var(--color-background);
color: var(--color-on-background);

}


















#fw-section-links-list-1a2aa859-6590-4830-80af-652b289aa7c6 {
--color-primary: #87a9ff;
--color-primary-rgb: 135, 169, 255;
--color-background: #191919;
--color-background-rgb: 25, 25, 25;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #d4d4d4;
--color-on-background-rgb: 212, 212, 212;
--color-product-image-background: #e5e5e5;
--color-background-brightness: 25;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-rich-text-2ae67e95-a1d7-42a3-91c1-65a72d7ac360 {
--color-primary: #87a9ff;
--color-primary-rgb: 135, 169, 255;
--color-background: #1f1f1f;
--color-background-rgb: 31, 31, 31;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #d4d4d4;
--color-on-background-rgb: 212, 212, 212;
--color-product-image-background: #e5e5e5;
--color-background-brightness: 31;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-links-list-5dd7fa76-b16d-4777-b286-fbed14c922a3 {
--color-primary: #87a9ff;
--color-primary-rgb: 135, 169, 255;
--color-background: #1f1f1f;
--color-background-rgb: 31, 31, 31;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #d4d4d4;
--color-on-background-rgb: 212, 212, 212;
--color-product-image-background: #e5e5e5;
--color-background-brightness: 31;
background-color: var(--color-background);
color: var(--color-on-background);

}










#fw-section-custom-html-f5008bdb-94a9-45e8-b120-4f48592ceb75 {

@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
    background-color: #000;
    color: #FFF;
    font-family: 'VT323', monospace;
    text-shadow: 0 0 5px #00FFFF, 0 0 10px #00FFFF;
    margin: 0;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: text-shadow 0.5s ease, color 0.5s ease;
}

.container {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}

#matrix-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: filter 0.5s ease;
}

.hidden {
    display: none !important;
}

.page-header { display: flex; justify-content: space-between; align-items: center; width: 100%; }
#play-pause-btn { width: 40px; height: 40px; background-color: rgba(0, 0, 0, 0.5); border: 2px solid #00FFFF; color: #FFF; font-size: 1.2rem; text-shadow: 0 0 5px #00FFFF; cursor: pointer; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; }
#play-pause-btn:hover { background-color: #00FFFF; color: #000; text-shadow: none; box-shadow: 0 0 15px #00FFFF; }
.home-button { background-color: rgba(0,0,0,0.5); border: 1px solid #00FFFF; color: #FFF; text-shadow: inherit; padding: 8px 16px; font-family: 'VT323', monospace; font-size: 1.1rem; cursor: pointer; transition: all 0.2s ease-in-out; text-decoration: none; }
.home-button:hover { background-color: #00FFFF; color: #000; text-shadow: none; box-shadow: 0 0 15px #FFF; }

h1 { font-size: 2.5rem; text-transform: uppercase; animation: text-glitch 1s linear infinite; position: relative; margin: 0 15px; color: #FFF; text-shadow: 0 0 5px #00FFFF, 0 0 10px #00FFFF; }
@keyframes text-glitch { 2%, 64% { transform: translate(2px, 0) skew(0deg); } 4%, 60% { transform: translate(-2px, 0) skew(0deg); } 62% { transform: translate(0, 0) skew(5deg); } }
h1::before, h1::after { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; overflow: hidden; color: #FFF; text-shadow: none; }
h1::before { left: 2px; text-shadow: -2px 0 #FF00FF; clip: rect(44px, 450px, 56px, 0); animation: text-glitch 5s infinite linear alternate-reverse; }
h1::after { left: -2px; text-shadow: -2px 0 #00FFFF, 2px 2px #FF00FF; clip: rect(85px, 450px, 95px, 0); animation: text-glitch 3s infinite linear alternate-reverse; }

.glitch-box { border: 2px solid #00FFFF; padding: 20px; width: 100%; background-color: rgba(0, 20, 20, 0.7); box-shadow: 0 0 15px #00FFFF; animation: box-flicker 0.2s infinite; box-sizing: border-box; transition: box-shadow 0.5s ease, border-color 0.5s ease; }
.glitch-box p, .glitch-box h2 { color: #FFF; text-shadow: 0 0 5px #00FFFF, 0 0 10px #00FFFF; margin-top:0; transition: text-shadow 0.5s ease; }
.glitch-box.success { border-color: #FFF; box-shadow: 0 0 20px #FFF; }

.giveaway-message {
    padding: 10px;
    background-color: #111;
    border-radius: 5px;
    margin-top: 10px;
    color: #FFF;
    text-shadow: 0 0 5px #FFFFFF, 0 0 10px #FFFFFF;
}

@keyframes box-flicker { 0% { opacity: 1; } 50% { opacity: 0.95; } 100% { opacity: 1; } }

#claim-wrapper {
    margin-top: 15px;
}
.claim-confirmation-text {
    font-size: 0.9rem;
    color: #888;
    text-shadow: none;
}

#clicker-button-wrapper { position: relative; margin-top: 10px; }
.game-button { background-color: rgba(0,0,0,0.5); border: 1px solid #00FFFF; color: #FFF; text-shadow: inherit; padding: 10px 20px; font-family: 'VT323', monospace; font-size: 1.2rem; cursor: pointer; transition: all 0.2s ease-in-out; }
.game-button:hover { background-color: #00FFFF; color: #000; text-shadow: none; box-shadow: 0 0 15px #FFF; }
#clicker-score { color: #FFF; font-size: 1.5rem; }

.terminal { padding: 10px; height: 200px; display: flex; flex-direction: column; text-align: left; }
#terminal-output { flex-grow: 1; overflow-y: auto; font-size: 1rem; }
#terminal-output p { margin: 0 0 5px; word-break: break-all; }
.terminal-command, #terminal-output > p > span:first-child, .terminal-prompt > span { color: #FFF; text-shadow: 0 0 7px #ff0000, 0 0 10px #ff0000; }
#terminal-output a { color: #00FFFF; text-decoration: underline; }
#terminal-output a:hover { text-shadow: 0 0 8px #FFF; }
.terminal-prompt { display: flex; border: 1px solid #00FFFF; border-radius: 3px; padding: 2px; box-shadow: 0 0 10px #00FFFF; transition: box-shadow 0.5s ease, border-color 0.5s ease; }
#terminal-input { flex-grow: 1; background: transparent; border: none; color: #FFF; font-family: 'VT323', monospace; font-size: 1rem; text-shadow: 0 0 5px #00FFFF; padding: 5px; caret-color: #00FFFF; }
#terminal-input:focus { outline: none; }

#terminal-output::-webkit-scrollbar { width: 8px; }
#terminal-output::-webkit-scrollbar-track { background: #001a1a; }
#terminal-output::-webkit-scrollbar-thumb { background: #00FFFF; }
#terminal-output::-webkit-scrollbar-thumb:hover { background: #FFF; }

.pong-container { position: fixed; top: 50%; right: 30px; transform: translateY(-50%); width: 300px; height: 450px; border: 2px solid #555; z-index: 20; background-color: rgba(0, 20, 20, 0.7); transition: box-shadow 0.5s ease, border-color 0.5s ease; }
#pong-canvas { width: 100%; height: 100%; background-color: transparent; }
#terminate-container { position: fixed; top: 50%; left: 30px; transform: translateY(-50%); width: 220px; height: 220px; z-index: 20; text-align: center; }
#terminate-button { background-color: #880000; border: 2px solid #FF0000; color: #FFF; padding: 10px 20px; font-family: 'VT323', monospace; font-size: 1rem; cursor: pointer; transition: top 0.1s ease-out, left 0.1s ease-out; box-shadow: 0 0 10px #FF0000; }
#terminate-button:hover { box-shadow: 0 0 20px #FF0000, 0 0 30px #FF5555; transform: scale(1.1); }
#terminate-reward { font-size: 0.9rem; text-align: center; white-space: pre; color: #FFF; text-shadow: 0 0 5px #FF0000; background-color: rgba(20, 0, 0, 0.7); border: 2px solid #FF0000; padding: 10px; box-shadow: 0 0 15px #FF0000; display: inline-block; }
.scrambler-text { font-size: 1.5rem; color: #FF00FF; text-shadow: 0 0 8px #FF00FF; letter-spacing: 5px; }
#race-track { font-size: 1.2rem; text-align: left; white-space: pre; color: #00FF00; text-shadow: 0 0 8px #00FF00; }
.game-instructions { font-size: 0.9rem; color: #888; margin: 5px 0; }

@keyframes shake {
  10%, 90% { transform: translate3d(-1px, 0, 0); }
  20%, 80% { transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
  40%, 60% { transform: translate3d(4px, 0, 0); }
}
}




























#fw-section-custom-html-efd67443-a160-4428-a651-5e3eff5ff4fe {

/* Remove FourthWall bottom padding */
.custom-html-block {
  margin-bottom: -50px !important;
  padding-bottom: 0 !important;
}

.custom-html-block > * {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Target the iframe container */
iframe[title*="Tool"],
iframe[src*="herovibes"] {
  margin-bottom: -50px !important;
}
}






#fw-section-app-memberships-27b7ad {
--color-primary: #87a9ff;
--color-primary-rgb: 135, 169, 255;
--color-background: #1f1f1f;
--color-background-rgb: 31, 31, 31;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #d4d4d4;
--color-on-background-rgb: 212, 212, 212;
--color-product-image-background: #e5e5e5;
--color-background-brightness: 31;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-custom-html-169f5736-3fe5-4f51-ab49-b0cf82363172 {

/* Target the Fourthwall custom HTML section by its unique class */
.custom-html--fw-section-custom-html-169f5736-3fe5-4f51-ab49-b0cf82363172 {
  height: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

/* Konami popup overlay */
#a1b2c3d4e5 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  z-index: 9998;
  pointer-events: none;
  display: none;
}

/* Konami popup box */
#f9e8d7c6b5 {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  color: #0f0;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 20px lime;
  z-index: 9999;
  text-align: center;
  font-family: 'Press Start 2P', monospace;
  pointer-events: auto;
  display: none;
}

/* Close button */
#close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: #0f0;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
}

/* Claim discount button */
#claim-btn {
  padding: 12px 24px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  background: #0f0;
  color: #000;
  cursor: pointer;
  font-family: 'Press Start 2P', monospace;
  user-select: none;
  margin-top: 20px;
}

}