*,
*::before,
*::after {
    box-sizing: border-box;
    font-size: 1rem;
}
:root {
    /*--paper-white: #1F1F1F;*/
    /*--paper-white: #f3eacb;*/
    --paper-white: rgb(235, 230, 230);
    background-color: #080f21;
    padding: 0.5rem;
}
body {
    background-color: var(--paper-white) !important;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border-style: solid;
    border-width: 0.2rem;
    border-color: #91fbfd;
}
/*h1, h2, h3,  h4,  h5,  h6,  p,  a,  li,  td,  th,  tr,  div,  span,  code,  pre,  blockquote,  i {*/
/*    color: antiquewhite !important;*/
/*}*/
/*hr {*/
/*    background: orange !important;*/
/*}*/
/*.menu-button:hover {*/
/*    color: black !important;*/
/*    background: orange !important;*/
/*}*/
/*.highlight:hover {*/
/*    background-color: orange !important;*/
/*    color: black !important;*/
/*}*/
@font-face {
    font-family: 'fabfont';
    src: local('fabfont');
    src: url('./assets/fonts/DejaVuSansMono.woff2');
}
@font-face {
    font-family: 'Courier Prime Code';
    src: url('./assets/fonts/Courier Prime Code.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Courier Prime Code';
    src: url('./assets/fonts/Courier Prime Code Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Consolas';
    src: local('Consolas');
    src: url('./assets/fonts/consola-webfont.eot');
    src: url('./assets/fonts/consola-webfont.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/consola-webfont.woff2') format('woff2'),
    url('./assets/fonts/consola-webfont.woff') format('woff'),
    url('./assets/fonts/consola-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Consolas';
    src: local('Consolas');
    src: url('./assets/fonts/consolab-webfont.eot');
    src: url('./assets/fonts/consolab-webfont.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/consolab-webfont.woff2') format('woff2'),
    url('./assets/fonts/consolab-webfont.woff') format('woff'),
    url('./assets/fonts/consolab-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Consolas';
    src: local('Consolas');
    src: url('./assets/fonts/consolai-webfont.eot');
    src: url('./assets/fonts/consolai-webfont.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/consolai-webfont.woff2') format('woff2'),
    url('./assets/fonts/consolai-webfont.woff') format('woff'),
    url('./assets/fonts/consolai-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Consolas';
    src: local('Consolas');
    src: url('./assets/fonts/consolaz-webfont.eot');
    src: url('./assets/fonts/consolaz-webfont.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/consolaz-webfont.woff2') format('woff2'),
    url('./assets/fonts/consolaz-webfont.woff') format('woff'),
    url('./assets/fonts/consolaz-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Liberation Mono';
    src: local('Liberation Mono');
    src: url('./assets/fonts/liberationmono-bold-webfont.eot');
    src: url('./assets/fonts/liberationmono-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/liberationmono-bold-webfont.woff2') format('woff2'),
    url('./assets/fonts/liberationmono-bold-webfont.woff') format('woff'),
    url('./assets/fonts/liberationmono-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Liberation Mono';
    src: local('Liberation Mono');
    src: url('./assets/fonts/liberationmono-bolditalic-webfont.eot');
    src: url('./assets/fonts/liberationmono-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/liberationmono-bolditalic-webfont.woff2') format('woff2'),
    url('./assets/fonts/liberationmono-bolditalic-webfont.woff') format('woff'),
    url('./assets/fonts/liberationmono-bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Liberation Mono';
    src: local('Liberation Mono');
    src: url('./assets/fonts/liberationmono-italic-webfont.eot');
    src: url('./assets/fonts/liberationmono-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/liberationmono-italic-webfont.woff2') format('woff2'),
    url('./assets/fonts/liberationmono-italic-webfont.woff') format('woff'),
    url('./assets/fonts/liberationmono-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Liberation Mono';
    src: local('Liberation Mono');
    src: url('./assets/fonts/liberationmono-regular-webfont.eot');
    src: url('./assets/fonts/liberationmono-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/liberationmono-regular-webfont.woff2') format('woff2'),
    url('./assets/fonts/liberationmono-regular-webfont.woff') format('woff'),
    url('./assets/fonts/liberationmono-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Cascadia Mono";
    src: local("Cascadia Mono");
    src: url("./assets/fonts/Cascadia.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Cascadia Mono";
    src: local("Cascadia Mono");
    src: url("./assets/fonts/CascadiaMonoItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Paladins";
    src: local("Paladins");
    src: url("./assets/fonts/paladins/Paladins.eot");
    src: url('./assets/fonts/paladins/Paladins.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/paladins/Paladins.woff2') format('woff2'),
    url('./assets/fonts/paladins/Paladins.woff') format('woff'),
    url('./assets/fonts/paladins/Paladins.ttf') format('truetype');
}
@font-face {
    font-family: "Franklin Gothic Heavy";
    src: local("Franklin Gothic Heavy");
    src: url("./assets/fonts/franklinGothicHeavy/FranklinGothic-Heavy.eot");
    src: url('./assets/fonts/franklinGothicHeavy/FranklinGothic-Heavy.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/franklinGothicHeavy/FranklinGothic-Heavy.woff2') format('woff2'),
    url('./assets/fonts/franklinGothicHeavy/FranklinGothic-Heavy.woff') format('woff'),
    url('./assets/fonts/franklinGothicHeavy/FranklinGothic-Heavy.ttf') format('truetype');
}
@font-face {
    font-family: "Roboto";
    src: local("Roboto");
    src: url("./assets/fonts/roboto/Roboto-Regular.eot");
    src: url('./assets/fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/roboto/Roboto-Regular.woff2') format('woff2'),
    url('./assets/fonts/roboto/Roboto-Regular.woff') format('woff'),
    url('./assets/fonts/roboto/Roboto-Regular.ttf') format('truetype');
}
@media (prefers-color-scheme: light){
    :root {
        /*--paper-white: #f3eacb;*/
        & h1, & h2, & h3, & h4, & h5, & h6, & p, & a, & li, & td, & th, & tr, & div, & span, & code, & pre,
        & blockquote, & i {
            color: #222222;
        }
        & hr {
            background: #035eba;
        }
    }
    .handle {
        color: black !important;
    }
}
@media (prefers-color-scheme: dark){
    :root {
        /*--paper-white: #1F1F1F;*/
        /*--paper-white: #0d0d4e;*/
        /*--paper-white: #f3eacb;*/
        & h1, & h2, & h3, & h4, & h5, & h6, & p, & a, & li, & td, & th, & tr, & div, & span, & code, & pre,
        & blockquote, & i {
            color: #222222;
        }
        & hr {
            background: #035eba;
        }
    }
    .menu-button:hover {
        color: black !important;
        /*background: #035eba !important;*/
        background: #91fbfd !important;
    }
    .highlight:hover {
        background-color: #035eba !important;
        color: white !important;
    }
}
@media (max-width: 650px) { /* For small screen devices */
    .logo-container {
        max-width: 100%;
    }
    .card-button {
        font-size: 1rem !important;
        padding: 0.5rem !important;
    }
    img.logo {
        /*max-height: 300px;*/
    }
    .youtube-video {
        width: 100% !important;
        height: 175px !important;
    }
    .thumbnail {
        width: 100% !important;
        max-width: 450px !important;
        height: auto !important;
    }
    .title {
        font-size: 1.5rem !important;
    }
    hr {
        width: 100% !important;
    }
    .app,
    .game {
        width: 100% !important;
    }
    .GM-Title {
        font-size: 1.2rem !important;
        -webkit-text-stroke-width: 0.1rem !important;
        text-shadow: #020000 2px 2px 4px !important;
    }
    .L-Trappo-Title {
        font-size: 2rem !important;
    }
    .bybit-calc-title {
        font-size: 2rem !important;
    }
    .finance-title {
        font-size: 2rem !important;
    }
    .quote {
        width: 100% !important;
    }
    .author {
        width: 90% !important;
    }
    .profile-header {
        flex-direction: column !important;
    }
    .image-with-caption-below {
        /*margin-top: -.5rem !important;*/
    }
    /*.menu-above {*/
    /*    display: none !important;*/
    /*}*/
    /*.menu-below {*/
    /*    display: flex !important;*/
    /*}*/
    .banner-ad {
        width: 20rem !important;
    }
    .subtitle-text {
        font-size: .8rem !important;
    }
    .contract-content {
        flex-direction: column !important;
    }
    .game {
        flex-direction: column !important;
    }
    .future-games {
        width: 100% !important;
    }
    .game-thumbnail {
        width: 100% !important;
        height: auto !important;
    }
    .game-card {
        width: 100% !important;
    }
}
@keyframes smoothNeon {
    0%   { filter: drop-shadow(0 0 3px #01ff16); }
    25%  { filter: drop-shadow(0 0 3px #00ffff); }
    50%  { filter: drop-shadow(0 0 3px #00ffa6); }
    75%  { filter: drop-shadow(0 0 3px #00a2ff); }
    100% { filter: drop-shadow(0 0 3px #01ff16); } /* back to start, blends smoothly */
}
img.logo {
    width: 100%;
    height: auto;
}
hr {
    border: 0;
    height: .12rem;
    width: 45%;
    background: black;
}
html {
    scroll-behavior: smooth;
    font-family: Roboto, monospace;
    max-width: 900px;
    margin: 0 auto;
    background: var(--paper-white);
}
header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a {
    color: black;
    font-weight: bold;
}
h2 {
    margin: 0;
    font-size: 1.1rem !important;
}
.banner-home {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 1);
    /*border: solid 3px #035eba;*/
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.banner-home:hover {
    transform: scale(1.003);
}
.menu-button {
    text-decoration: none;
    color: black;
    padding: 0.3rem;
}
.menu-button:hover {
    color: var(--paper-white);
    background: black;
}
img {
    border: none;
}
p {
    margin-top: 0;
    margin-bottom: .2rem;
    text-align: left;
    font-size: 1.1rem !important;
}
sup {
    vertical-align: 0.3em;
    font-size: 0.65em;
}
pre {
    font-family: Roboto;
    color: #222222;
    background-color: rgb(48, 10, 36);
    border: 1px solid Black;
    padding-left: 2%;
    padding-top: 1ch;
    padding-bottom: 1ch;
    overflow: hidden;
}
div.heading {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1rem;
}
td.ref {
    padding-bottom: 0;
    width:0;
}
.title {
    text-decoration: none;
    font-size: 1.3rem !important;
}
.game-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.3rem;
    /*padding-top: 1rem;*/
    font-size: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.game-thumbnail {
    width: 426px;
    height: 240px;
    border-radius: 5px;
    border-color: white;
    border-style: solid;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
.tagline {
    text-align: center;
    font-style: italic;
    font-weight: bold;
    color: #444 !important;
    margin-top: 0.1rem;
}
.GM-Title {
    font-size: 2.2rem;
    -webkit-text-stroke: 2px #7d02cd;
    color: white !important;
}
.L-Trappo-Title {
    -webkit-text-stroke: 1px #08f4fc;
    filter: drop-shadow(0 0 5px #ff0099);
    animation: smoothNeon 10s linear infinite;
    color: #4e4e4e !important;
    font-size: 2.5rem;
}
.Spinner-Title {
    font-size: 2.2rem;
    -webkit-text-stroke: 2px #027f16;
    color: white !important;
}
.bybit-calc-title {
    -webkit-text-stroke: 1px #eab555;
    filter: drop-shadow(0 0 1px #e4b054);
    color: #000000 !important;
    font-size: 2.5rem;
}
.finance-title {
    -webkit-text-stroke: 0.5px #36ff72;
    filter: drop-shadow(0 0 1px #36ff72);
    color: #000000 !important;
    font-size: 2.5rem;
}
img.pixel, canvas.pixel {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}
blockquote {
    background-color: #f3f3f3;
    border: dashed 1px grey;
    width: 97.5%;
    font-style: italic;
    text-align: justify;

    padding: 1ch;
    padding-top: 2ch;
    padding-bottom: 2ch;

    margin : 0;
    margin-bottom: 2ch;
}
blockquote div {
    text-transform: none;
    text-align: right;
    width: 100%;
}
code {
    font-weight: bold;
    background-color: #e1e1e1;
    border-radius: 0.5ch;
    padding-left: 0.3ch;
    padding-right: 0.3ch;
}
.centered {
    text-align: center;
}
.contract-content li ul {
    margin: 0;
}
.logo-layer-1 {
    display: inline;
    opacity: 0.99;
    fill: #91fdff;
    fill-opacity: 0.992157;
    stroke: #020000;
    stroke-width: 0.823445px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-dasharray: none;
    stroke-opacity: 1;
}
.logo-layer-2 {
    display:inline;
    fill:#ffffff;
    fill-opacity:1;
    stroke:#000000;
    stroke-width:0.823445;
    stroke-linecap:butt;
    stroke-linejoin:miter;
    stroke-dasharray:none;
    stroke-opacity:1
}
.page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}
menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.black-3px-border-no-bottom {
    border: black 3px solid;
    border-bottom: none;
}
.black-3px-border-no-top {
    border: black 3px solid;
    border-top: none;
}
.highlight:hover {
    background-color: black;
    color: white;
}
.apps-container,
.games-container {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
}
.app,
.game {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    padding: .3rem;
    gap: 1rem;
}
.game-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 2px solid #035eba;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 1.2rem;
    margin: 1.2rem auto;
    width: 75%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.game-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}
.future-games {
    margin-top: 1rem;
    padding: 1rem;
    text-align: center;
    font-family: Roboto, monospace;
    background-color: rgba(163, 174, 210, 0.25);
    border: 2px solid #035eba;
    width: 40%;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.future-games:hover {
    transform: scale(1.01);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
}
.future-games h2 {
    margin-bottom: 0.3rem;
}
.future-games h3 {
    margin-top: 0;
    margin-bottom: 0.6rem;
    font-weight: normal;
}
.future-games ul {
    text-align: left;
    display: inline-block;
    padding-left: 1.2rem;
    margin-top: 0;
}
.card-button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.5rem;
}
.card-button {
    display: inline-block;
    padding: 0.4rem 1rem;
    margin: 0.2rem;
    font-size: 1rem;
    font-family: Roboto, monospace;
    font-weight: 600;
    text-decoration: none;
    color: #222;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #ccc;
    border-radius: 6px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: all 0.2s ease-in-out;
}
.card-button:hover {
    /*background: #035eba;*/
    background: #035eba;
    color: white;
    border-color: #035eba;
    box-shadow: 0 4px 12px rgba(3, 94, 186, 0.3);
}
.contact-button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    margin: 1.5rem auto;
}

.contact-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.contact-button {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    font-size: 0.95rem;
    font-family: Roboto, monospace;
    font-weight: 500;
    text-decoration: none;
    color: #222;
    background: #e6e6e6;
    border-radius: 4px;
    border: 1px solid #080808;
    transition: background 0.2s ease, color 0.2s ease;
    box-shadow: 0 0px 6px rgba(0,0,0,0.15);
}
.contact-button:hover {
    background: #035eba;
    color: white;
    border-color: #035eba;
    box-shadow: 0 0px 12px rgba(3, 94, 186, 0.3);
}
.contact-button.email {
    font-weight: bold;
    font-size: 1rem;
}
.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75px;
}
.icon img {
    width: 65%;
    object-fit: cover;
}
.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: Roboto, monospace;
}
.wide-hr {
    width: 100%;
    margin-top: .3rem;
}
.heading {
    font-weight: bold;
    text-transform: uppercase;
}
.section-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section-heading a {
    text-decoration: none;
}
.section-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: .3rem;
}
.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*margin-bottom: -1rem;*/
    margin-top: 1rem;
}
.quote-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quote {
    font-family: Roboto, monospace;
    font-size: 1.1rem;
    padding: 1rem;
    width: 30rem;
    text-align: center;
}
.author {
    font-family: Roboto, monospace;
    font-size: 1.1rem;
    text-align: right;
    width: 28rem;
    margin-top: -0.7rem;
}
i {
    font-family: Roboto, monospace;
    font-size: 1.1rem;
}
.profile-header {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 1rem;
    gap: 1rem;
}
.profile-pic {
    width: 20rem;
    height: 20rem;
    object-fit: cover;
    margin: 1rem;
    margin-bottom: 0;
    border-radius: 50%;
    border: black 2px solid;
}
.image-with-caption-below {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -1rem;
}
.handle {
    font-family: Roboto, monospace;
    font-size: 1.2rem !important;
    text-align: center;
    width: 20rem;
    color: #F5F5F0;
}
.youtube-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.youtube {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menu-below {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}
.youtube-channel-promo-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.subtitle-text {
    font-size: 1rem;
}
.socials {
    padding-top: .5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.sub-menu {
    font-size: 1.1rem !important;
}
.banner-ad {
    width: 25rem;
}
li {
  list-style: none;
  font-size: 1.1rem;
}
.contract-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-family: Roboto, monospace;
}
/* Add vertical space between the three top-level sections only */
.sections > li {
    margin-top: 1rem;          /* space between sections */
}
.sections > li:first-child {
    margin-top: 0;             /* no space above the first section */
}

/* Optional: small gap between a section title and its inner list */
.sections > li > ul {
    margin-top: 0.25rem;
}

/* Ensure inner bullets don't inherit section spacing */
.sections li li {
    margin: 0;
}

.thumbnail {
    border: black solid 2px;
    width: 426px;
    height: 240px;
}
.playlist {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.youtube-video {
    position: relative;
    width: 426px;
    height: 240px;
    margin: auto;
    border-radius: 5px;
    border-color: white;
    border-style: solid;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
.youtube-preview-panel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}