/* /Components/Footer/Footer.razor.rz.scp.css */
.footer[b-sjtt3emz5m] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #343a40; /* Fallback color */
    background-color: rgba(36,41,47, 1) !important;
    color: white;
    /*border-radius: 7px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px !important;
    max-height: 15px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.footer p[b-sjtt3emz5m] {
    margin: auto;
}

.copyright[b-sjtt3emz5m] {
    display:flex;
    flex-grow: 1;
    justify-content:center!important;
}

@media only screen and (max-width: 600px) {
    .copyright[b-sjtt3emz5m] {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 500px) {
    .copyright[b-sjtt3emz5m] {
        font-size: 0.669em !important;
    }
}

.dropup[b-sjtt3emz5m], dropdown-menu[b-sjtt3emz5m] {
    position: relative !important;
    display: block !important;
    margin: auto;
}

.dropdown-item[b-sjtt3emz5m] {
    margin: auto;
    text-align: center !important;
}

.countries[b-sjtt3emz5m] {
    display: flex;
}
    .countries i[b-sjtt3emz5m] {
        transition: transform 0.3s ease;
    }

    .countries i:not(:first-child)[b-sjtt3emz5m] {
        margin-left: 5px;
    }

    .countries i:hover[b-sjtt3emz5m]{
        transform: scale(1.5);
    }

.socials[b-sjtt3emz5m] {
    display: flex;
    flex-direction: row;
    gap: 0.1rem;
    transform: scale(0.83);
}

.socials-deactivate[b-sjtt3emz5m] {
    pointer-events: none;
}

.socials a[b-sjtt3emz5m] {
    transition: transform 0.3s ease;
    color:white;
}

.socials a:hover[b-sjtt3emz5m] {
    transform: scale(1.2);
    gap: 0.2rem !important;
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5qzfd1gv5w] {
/*    background: linear-gradient(to top right, #C767AD, #300AA8) !important;
*/    scrollbar-color: #c4c4c4 transparent !important;
    scrollbar-width: thin !important;
    /*    background: rgb(180, 180, 180);
*/
}

main[b-5qzfd1gv5w] {
    flex: 1;
}

.sidebar[b-5qzfd1gv5w] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5qzfd1gv5w] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5qzfd1gv5w]  a, .top-row[b-5qzfd1gv5w]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-5qzfd1gv5w]  a:hover, .top-row[b-5qzfd1gv5w]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-5qzfd1gv5w]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-5qzfd1gv5w] {
        justify-content: space-between;
    }

        .top-row[b-5qzfd1gv5w]  a, .top-row[b-5qzfd1gv5w]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-5qzfd1gv5w] {
        flex-direction: row;
    }

    .sidebar[b-5qzfd1gv5w] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5qzfd1gv5w] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-5qzfd1gv5w]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-5qzfd1gv5w], article[b-5qzfd1gv5w] {
        /*padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}

#blazor-error-ui[b-5qzfd1gv5w] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-5qzfd1gv5w] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/NavBar.razor.rz.scp.css */
.navbar[b-9rvg8j9b48] {
    /*max-width: 75vw;*/
    justify-content: center !important;
    align-items: center !important;
    margin: auto;
    /*background-color: transparent !important;*/
    background-color: rgba(36,41,46,1);
    /*margin-top: 10px;*/
    font-size: 15px;
    font-weight: 700;
}

.navbar-toggler[b-9rvg8j9b48] {
    justify-content: center;
    margin: auto;
}

.dropdown-menu[b-9rvg8j9b48] {
    background-color: rgb(245, 245, 245);
    border-radius: 10px;
    padding: 10px;
}

.dropdown-toggle[b-9rvg8j9b48] {
    margin: auto !important;
    justify-content: center !important;
}

.nav-link[b-9rvg8j9b48] {
    color: white !important;
    transition: transform .2s;
}

    .nav-link:hover[b-9rvg8j9b48] {
        color: rgb(10, 186, 181) !important;
        transform: scale(1.1);
    }

.dropdown-toggle:active[b-9rvg8j9b48] {
    color: rgb(10, 186, 181) !important
}

.dropdown-item[b-9rvg8j9b48] {
    display: flex;
    flex-direction: row;
    margin: auto;
    max-height: 30px;
    margin-top: 3px;
    transition: box-shadow 0.3s;
}

    .dropdown-item img[b-9rvg8j9b48] {
        height: 25px;
        width: auto;
        transition: transform .2s;
        border-radius: 80%;
    }

    .dropdown-item p[b-9rvg8j9b48] {
        justify-content: center;
        font-size: 16px;
        margin-left: 20px;
        font-weight: 300;
    }

    .dropdown-item:hover img[b-9rvg8j9b48] {
        box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.2);
        transform: scale(1.5);
        color: aqua;
    }

    .dropdown-item:hover p[b-9rvg8j9b48] {
        color: rgb(10, 186, 181) !important
    }

    .navbar-collapse ul[b-9rvg8j9b48] {
        text-align: center;
    }

.navbar-brand[b-9rvg8j9b48] {
    display: flex;
    height: 80px !important;
    width: auto;
    transition: transform .2s;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}

.navbar-brand:hover[b-9rvg8j9b48] {
    transform: scale(1.2);
}

@-moz-document url-prefix() {
    .navbar-brand:hover[b-9rvg8j9b48] {
        transform: none;
    }
}

.navbar-brand-container[b-9rvg8j9b48] {
    display: flex;
    justify-content: left;
    align-items: center; 
    flex-shrink: 0; 
    max-width: auto;
}

.navbar-nav[b-9rvg8j9b48] {
    display: flex;
    margin: auto;
    flex-grow: 1; 
    margin-right: 50px;
    align-items: center;
    justify-content: flex-end;
}


@media only screen and (max-width: 992px) {
    .navbar-nav[b-9rvg8j9b48] {
        margin-right: 0px;
    }
}

.navbar-nav  .nav-item[b-9rvg8j9b48] {
    font-size: 18px;
    width: max-content;
}

.button-container[b-9rvg8j9b48] {
    display: flex;
    justify-content: flex-end;
    padding: 15px; /* Adjust padding as needed */
}

.button[b-9rvg8j9b48] {
    display: inline-block;
    background-color: rebeccapurple;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
}

    .button:hover[b-9rvg8j9b48] {
        background-color: rgb(10, 186, 181);
    }


@media (max-width: 390px) {
    .navbar[b-9rvg8j9b48] {
        width: 100%;
        border-radius: 0px;
        margin-top: 0px;
    }
}

@media (max-width: 993px) {
    .navbar-brand[b-9rvg8j9b48] {
        margin: auto !important;
        justify-content: center !important;
    }

    .button-container[b-9rvg8j9b48] {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        padding: 15px; /* Adjust padding as needed */
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Cyberpunk & Terminal Home Page Styles - Prodio Nordic */

/* Scoped Wrapper to override global styles */
.cyber-wrapper[b-7vjmgtbu7t] {
    /* Terminal Palette */
    --bg-dark: #050505;
    /* Void black */
    --bg-terminal: #0c0c0c;
    /* Terminal background */
    --bg-panel: #111111;
    /* Panel background */

    --terminal-green: #00ff41;
    --terminal-green-dim: rgba(0, 255, 65, 0.1);
    --terminal-cyan: #08f7fe;
    --terminal-pink: #fe53bb;
    --terminal-yellow: #f5d300;

    --text-primary: #e0e0e0;
    --text-secondary: #a0a0a0;
    --text-dim: #505050;

    --border-color: #333;
    --border-active: #555;

    --font-mono: 'Fira Code', 'Consolas', monospace;
    --font-sans: 'Plus Jakarta Sans', 'Inter', sans-serif;

    --scanline-color: rgba(18, 16, 16, 0.5);
    --glass-terminal: rgba(12, 12, 12, 0.9);

    background-color: var(--bg-dark);
    color: var(--text-primary);
    font-family: var(--font-sans);
    min-height: 100vh;
    width: 100%;
    position: absolute;
    /* Force coverage */
    top: 0;
    left: 0;
    z-index: 1;
    /* Ensure it sits on top of any body background */
}

/* Global Reset & Base within wrapper */
.cyber-wrapper *[b-7vjmgtbu7t] {
    box-sizing: border-box;
}

.cyber-wrapper h1[b-7vjmgtbu7t],
.cyber-wrapper h2[b-7vjmgtbu7t],
.cyber-wrapper h3[b-7vjmgtbu7t],
.cyber-wrapper h4[b-7vjmgtbu7t],
.cyber-wrapper h5[b-7vjmgtbu7t],
.cyber-wrapper h6[b-7vjmgtbu7t] {
    font-family: var(--font-mono);
    color: white;
    margin-top: 0;
    letter-spacing: -0.03em;
}

.cyber-wrapper a[b-7vjmgtbu7t] {
    text-decoration: none;
    color: inherit;
}

/* Utilities */
.mono[b-7vjmgtbu7t] {
    font-family: var(--font-mono);
}

.text-green[b-7vjmgtbu7t] {
    color: var(--terminal-green);
}

.text-cyan[b-7vjmgtbu7t] {
    color: var(--terminal-cyan);
}

.text-pink[b-7vjmgtbu7t] {
    color: var(--terminal-pink);
}

.text-yellow[b-7vjmgtbu7t] {
    color: var(--terminal-yellow);
}

.text-dim[b-7vjmgtbu7t] {
    color: var(--text-dim);
}

.text-center[b-7vjmgtbu7t] {
    text-align: center;
}

.container[b-7vjmgtbu7t] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

/* Override global section padding */
.cyber-wrapper .section[b-7vjmgtbu7t] {
    padding: 8rem 0 !important;
    /* Increased gap */
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 0 !important;
    /* Reset global margin */
}

/* CRT Scanline Effect Background */
.crt-overlay[b-7vjmgtbu7t] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0) 50%,
            rgba(0, 0, 0, 0.1) 50%,
            rgba(0, 0, 0, 0.1));
    background-size: 100% 4px;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.3;
}

/* Hero Section */
.hero-section[b-7vjmgtbu7t] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at center, #1a1a1a 0%, #000000 100%);
    padding: 4rem 0;
}

.hero-content[b-7vjmgtbu7t] {
    text-align: center;
    max-width: 1000px;
    width: 100%;
    padding: 0 1rem;
}

/* Glitch Text Effect */
.glitch-text[b-7vjmgtbu7t] {
    font-size: clamp(3rem, 8vw, 6rem) !important;
    /* Force size */
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    text-shadow: 2px 2px 0px var(--terminal-pink), -2px -2px 0px var(--terminal-cyan);
    animation: glitch-skew 1s infinite linear alternate-reverse;
    margin-bottom: 1rem;
}

.glitch-text[b-7vjmgtbu7t]::before,
.glitch-text[b-7vjmgtbu7t]::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glitch-text[b-7vjmgtbu7t]::before {
    left: 2px;
    text-shadow: -1px 0 #ff00c1;
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim-b-7vjmgtbu7t 5s infinite linear alternate-reverse;
}

.glitch-text[b-7vjmgtbu7t]::after {
    left: -2px;
    text-shadow: -1px 0 #00fff9;
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim2-b-7vjmgtbu7t 5s infinite linear alternate-reverse;
}

@keyframes glitch-anim-b-7vjmgtbu7t {
    0% {
        clip: rect(16px, 9999px, 9px, 0);
    }

    20% {
        clip: rect(83px, 9999px, 97px, 0);
    }

    40% {
        clip: rect(2px, 9999px, 12px, 0);
    }

    60% {
        clip: rect(68px, 9999px, 19px, 0);
    }

    80% {
        clip: rect(34px, 9999px, 62px, 0);
    }

    100% {
        clip: rect(91px, 9999px, 46px, 0);
    }
}

@keyframes glitch-anim2-b-7vjmgtbu7t {
    0% {
        clip: rect(69px, 9999px, 56px, 0);
    }

    20% {
        clip: rect(12px, 9999px, 2px, 0);
    }

    40% {
        clip: rect(43px, 9999px, 81px, 0);
    }

    60% {
        clip: rect(92px, 9999px, 24px, 0);
    }

    80% {
        clip: rect(5px, 9999px, 38px, 0);
    }

    100% {
        clip: rect(27px, 9999px, 73px, 0);
    }
}

/* Terminal Window Component */
.terminal-window[b-7vjmgtbu7t] {
    background: var(--bg-terminal);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 255, 65, 0.1);
    overflow: hidden;
    font-family: var(--font-mono);
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    text-align: left;
}

.terminal-window:hover[b-7vjmgtbu7t] {
    border-color: var(--terminal-green);
    box-shadow: 0 0 30px rgba(0, 255, 65, 0.2);
}

.terminal-header[b-7vjmgtbu7t] {
    background: #1a1a1a;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
}

.terminal-controls[b-7vjmgtbu7t] {
    display: flex;
    gap: 8px;
}

.control[b-7vjmgtbu7t] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.close[b-7vjmgtbu7t] {
    background: #ff5f56;
}

.minimize[b-7vjmgtbu7t] {
    background: #ffbd2e;
}

.maximize[b-7vjmgtbu7t] {
    background: #27c93f;
}

.terminal-title[b-7vjmgtbu7t] {
    margin-left: 1rem;
    color: var(--text-dim);
    font-size: 0.8rem;
}

.terminal-body[b-7vjmgtbu7t] {
    padding: 1.5rem;
    color: var(--text-primary);
    font-size: 0.95rem;
}

.prompt[b-7vjmgtbu7t] {
    color: var(--terminal-green);
    margin-right: 0.5rem;
}

.path[b-7vjmgtbu7t] {
    color: var(--terminal-cyan);
    margin-right: 0.5rem;
}

.command[b-7vjmgtbu7t] {
    color: white;
}

/* Module Grid (About Us) */
.module-grid[b-7vjmgtbu7t] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    /* Increased gap */
}

.system-module[b-7vjmgtbu7t] {
    background: var(--bg-panel);
    border: 1px solid var(--border-color);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.system-module[b-7vjmgtbu7t]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--terminal-green);
    opacity: 0;
    transition: opacity 0.3s;
}

.system-module:hover[b-7vjmgtbu7t] {
    transform: translateY(-5px);
    border-color: var(--terminal-green);
}

.system-module:hover[b-7vjmgtbu7t]::before {
    opacity: 1;
}

.module-icon[b-7vjmgtbu7t] {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--terminal-green);
}

.module-header[b-7vjmgtbu7t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 0.5rem;
}

.module-id[b-7vjmgtbu7t] {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    color: var(--text-dim);
    text-transform: uppercase;
}

/* Service Terminal */
.service-output[b-7vjmgtbu7t] {
    border-left: 2px solid var(--border-color);
    padding-left: 1rem;
    margin: 0.5rem 0 1.5rem 0.5rem;
}

.status-badge[b-7vjmgtbu7t] {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: var(--terminal-green-dim);
    color: var(--terminal-green);
    border: 1px solid var(--terminal-green);
    border-bottom: 1px solid var(--border-color);
    padding: 2rem 0;
    overflow: hidden;
}

/* Access Cards (Team) */
.access-card[b-7vjmgtbu7t] {
    background: var(--bg-panel);
    border: 1px solid var(--border-color);
    padding: 0;
}

.access-header[b-7vjmgtbu7t] {
    background: rgba(255, 255, 255, 0.05);
    padding: 0.5rem 1rem;
    border-bottom: 1px solid var(--border-color);
    font-family: var(--font-mono);
    font-size: 0.7rem;
    color: var(--text-dim);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.access-photo[b-7vjmgtbu7t] {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.access-card:hover .access-photo[b-7vjmgtbu7t] {
    filter: grayscale(0%);
}

.access-info[b-7vjmgtbu7t] {
    padding: 1.5rem;
}

.access-role[b-7vjmgtbu7t] {
    color: var(--terminal-cyan);
    font-family: var(--font-mono);
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    display: block;
}

.access-actions[b-7vjmgtbu7t] {
    display: flex;
    border-top: 1px solid var(--border-color);
}

.access-btn[b-7vjmgtbu7t] {
    flex: 1;
    background: transparent;
    border: none;
    padding: 1rem;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.2s;
    border-right: 1px solid var(--border-color);
    font-family: var(--font-mono);
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.access-btn:last-child[b-7vjmgtbu7t] {
    border-right: none;
}

.access-btn:hover[b-7vjmgtbu7t] {
    background: rgba(255, 255, 255, 0.05);
    color: white;
}

/* Cyber Button */
.cyber-btn[b-7vjmgtbu7t] {
    background: transparent;
    border: 1px solid var(--terminal-green);
    color: var(--terminal-green);
    padding: 1rem 2rem;
    font-family: var(--font-mono);
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    display: inline-block;
    font-size: 0.9rem;
}

.cyber-btn:hover[b-7vjmgtbu7t] {
    background: var(--terminal-green);
    color: black;
    box-shadow: 0 0 20px var(--terminal-green);
}

.cyber-btn.secondary[b-7vjmgtbu7t] {
    border-color: var(--terminal-cyan);
    color: var(--terminal-cyan);
}

.cyber-btn.secondary:hover[b-7vjmgtbu7t] {
    background: var(--terminal-cyan);
    color: black;
    box-shadow: 0 0 20px var(--terminal-cyan);
}

/* Marquee */
.marquee-container[b-7vjmgtbu7t] {
    background: var(--bg-panel);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 2rem 0;
    overflow: hidden;
}

.marquee-content[b-7vjmgtbu7t] {
    display: flex;
    gap: 4rem;
    animation: scroll-b-7vjmgtbu7t 30s linear infinite;
}

@keyframes scroll-b-7vjmgtbu7t {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Contact Terminal */
.contact-terminal[b-7vjmgtbu7t] {
    max-width: 800px;
    margin: 0 auto;
}

.input-line[b-7vjmgtbu7t] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.input-line input[b-7vjmgtbu7t] {
    background: transparent;
    border: none;
    color: white;
    font-family: var(--font-mono);
    width: 100%;
    padding: 0.5rem;
    outline: none;
}

.input-line input:focus[b-7vjmgtbu7t] {
    background: rgba(255, 255, 255, 0.05);
}

/* Cyber Drawer (Side Panel) */
.drawer-backdrop[b-7vjmgtbu7t] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.drawer-backdrop.is-open[b-7vjmgtbu7t] {
    opacity: 1;
    pointer-events: auto;
}

.cyber-drawer[b-7vjmgtbu7t] {
    position: fixed;
    top: 0;
    right: 0;
    width: 600px;
    max-width: 90vw;
    height: 100vh;
    background: #0a0a0a;
    border-left: 2px solid var(--terminal-green);
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
}

.cyber-drawer.is-open[b-7vjmgtbu7t] {
    transform: translateX(0);
}

.drawer-header[b-7vjmgtbu7t] {
    padding: 2rem;
    background: #111;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.drawer-title[b-7vjmgtbu7t] {
    font-family: var(--font-mono);
    color: var(--terminal-green);
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.drawer-close[b-7vjmgtbu7t] {
    background: transparent;
    border: 1px solid #333;
    color: #666;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.drawer-close:hover[b-7vjmgtbu7t] {
    border-color: var(--terminal-green);
    color: var(--terminal-green);
}

.drawer-content[b-7vjmgtbu7t] {
    padding: 3rem;
    overflow-y: auto;
    flex: 1;
}

.drawer-image[b-7vjmgtbu7t] {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 2rem;
    border: 1px solid #333;
    filter: grayscale(100%);
}

.drawer-h2[b-7vjmgtbu7t] {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.drawer-text[b-7vjmgtbu7t] {
    color: #aaa;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

.status-badge-terminal[b-7vjmgtbu7t] {
    display: inline-block;
    color: var(--terminal-green);
    background: var(--terminal-green-dim);
    padding: .2rem 1rem .2rem 1rem;
    border-radius: 6px;
}   

    /* Responsive */
    @media (max-width: 768px) {
        .glitch-text[b-7vjmgtbu7t] {
            font-size: 3rem !important;
        }

        .terminal-body[b-7vjmgtbu7t] {
            padding: 1rem;
        }

        .module-grid[b-7vjmgtbu7t] {
            grid-template-columns: 1fr;
        }
        /* Responsive Drawer */
        .cyber-drawer[b-7vjmgtbu7t] {
            width: 100%;
        }

        .drawer-content[b-7vjmgtbu7t] {
            padding: 1.5rem;
        }
    }
/* /Components/ScrollToTop/ScrollToTop.razor.rz.scp.css */
.scroll-to-top-btn[b-b4dmfsouvx] {
    position: fixed;
    bottom: 75px;
    right: 20px;
    opacity: 0; /* Start with opacity 0 */
    visibility: hidden; /* Start hidden */
    background-color: rgb(10, 186, 181);
    color: white;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: opacity 0.5s, visibility 0.5s; /* Add transition to opacity and visibility */
    width: 40px;
    height: 40px;
}

    .scroll-to-top-btn.show[b-b4dmfsouvx] {
        opacity: 1; /* Make visible */
        visibility: visible; /* Make visible */
    }

#arrow[b-b4dmfsouvx] {
    width: 100px;
    font: 900;
    font-size: 30px;
    border-radius: 100px;
}

@media only screen and (max-width: 1000px) {
    .scroll-to-top-btn[b-b4dmfsouvx] {
        display: none;
    }

    #arrow[b-b4dmfsouvx] {
        font-size: 20px;
    }
}
