/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font: inherit; */
    vertical-align: baseline
}

.policy-container {
    margin: 3em;
    /* max-width: 1200px; */
    justify-self: center;
    padding: 0 20px;
    line-height: normal;
    display: flex;
    justify-content: center;
}

.policy-container a {
    color: white;
}

.redirecting-to-checkout {
    font-size: 2em;
}

.account-info {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.pmpro_card_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pmpro_heading-with-avatar {
    font-size: 2em;
}

#pmpro_account-profile img {
    border-radius: 50%;
}

.pmpro_table_orders {
    border-collapse: separate;
    border-spacing: 0 6px;
}

.pmpro_table_orders td {
    text-align: center;
}

/* Discord Integration */
.discord-integration {
    margin: 40px 0;
    text-align: center;
}

.add-to-discord {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 20px 40px;
    background: #5865f2;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    margin: 15px;
    box-shadow: 0 8px 25px rgba(88, 101, 242, 0.4);
    min-height: 44px;
    border: none;
    cursor: pointer;
}

.add-to-discord:hover {
    background: #4752c4;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(88, 101, 242, 0.3);
    color: white;
}

.pmpro_card_actions {
    text-align: center;
}

.pmpro_section_title {
    text-align: center;
}

/* Challenge Section */
.challenge-section {
    margin: 60px auto;
    max-width: 1200px;
    padding: 40px 20px;
    text-align: center;
    background: rgba(139, 92, 246, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(139, 92, 246, 0.2);
}

/* Demo Visual */
.demo-section {
    margin: 60px 0;
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    border: 1px solid rgba(255, 0, 128, 0.2);
}

/* Security Section */
.security-section {
    margin: 60px auto;
    max-width: 1200px;
    padding: 40px 20px;
    background: rgba(0, 255, 0, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(0, 255, 0, 0.2);
    text-align: center;
}

.account-credits {
    margin: 2em 0 0 0;
}

.credits-entry {
    display: flex;
    gap: 0.5em;
    justify-content: center;
}

#pmpro_actionlink-update-billing {
    font-size: 0.9em;
    color: #c4c4c4;
}

.demo-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ff0080, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.credits-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #0f0, #6279bf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.account-current-level {
    font-size: 1.5em;
}

#pmpro_account-membership {
    margin: 0;
}

#pmpro_account-profile {
    margin: 0;
}

#pmpro_account-orders {
    display: none;
}

/* Enhanced CTA Buttons */
.cta-button {
    width: 100%;
    padding: 16px 25px;
    border: none;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    min-height: 44px;
    /* Touch target compliance */
}

.lifetime .cta-button {
    background: linear-gradient(135deg, #8b5cf6, #00d4ff);
    color: white;
}

.lifetime .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
    filter: brightness(1.1);
}

.account-upgrade {
    margin-top: 2em;
    display: flex;
    justify-content: center;
}

#account-button-premium {
    max-width: fit-content;
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th, td {
    padding: 2px
}

big {
    font-size: 120%
}

small, sup, sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd, tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del, strike, s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address, cite, var {
    font-style: italic
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

/*
---- HEADER -----
*/

.header-main {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}

.header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header-right {
    display: flex;
    flex-direction: row;
    gap: 2em;
}

.header-nav {
    display: flex;
    align-items: center;
}

.logo-container {
    display: flex;
    gap: 5px;
    position: relative;
    bottom: 2px;
}

.logo-container h2 {
    align-self: center;
}

.logo-container h2 a {
    font-size: 28px;
    font-weight: 700;
}

.user-display-name {
    font-size: 24px;
}

.dropdown-arrow {
    font-size: 14px !important;
    margin-top: 0.25em;
}

/* Navigation */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 50px;
    backdrop-filter: blur(10px);
    background: rgba(10, 10, 15, 0.9);
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 0, 128, 0.2);
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 32px;
}

.nav-links button {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s ease;
    position: relative;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-links button::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff0080;
    transition: width 0.3s ease;
}

.nav-links button:hover {
    color: #ff0080;
}

.nav-links button:hover::after {
    width: 100%;
}

.discord-login-button {
    /* background-color: rgb(57, 148, 255); */
    background-color: rgb(88, 101, 242);
    text-align: center;
    cursor: pointer;
    color: rgb(242, 244, 251);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    border-radius: 0.5rem;
    padding: 0.5rem 0.8rem 0.7rem 0.8rem;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    transition: 0.2s;
    font-weight: 600;
}

.discord-login-button:hover {
    /* background-color: rgb(0, 118, 255); */
    background-color: rgb(71, 82, 196);
}

@media (max-width: 896px) {
    .header-nav {
        display: none;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 60px 15px 60px;
    }

    .logo-container h2 {
        display: none;
    }

    .logo-image a {
        padding: 0;
    }

    nav {
        padding: 15px 20px;
    }

    nav ul {
        gap: 20px;
    }

    nav a {
        font-size: 16px;
        padding: 10px;
        /* Ensure 44px touch targets */
        min-height: 44px;
        min-width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .challenge-section {
        padding: 30px 15px;
        margin: 40px auto;
    }

    .security-section {
        padding: 30px 15px;
        margin: 40px auto;
    }
}


/*
------ GLOBAL ----------
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #0a0a0f;
    color: #fff;
    overflow-x: hidden;
    position: relative;
}

/* Enhanced Background with Scan Lines */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        repeating-linear-gradient(0deg,
            transparent,
            transparent 2px,
            rgba(0, 212, 255, 0.01) 2px,
            rgba(0, 212, 255, 0.01) 4px),
        radial-gradient(circle at 20% 50%, rgba(255, 0, 128, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
    z-index: -1;
    animation: scanlines 3s linear infinite;
}

/* Main container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 80px;
    text-align: center;
}