/* _content/MyWebsite/Components/Layout/MainLayout.razor.rz.scp.css */
.app-main[b-9t6zvbgimr] {
    margin: 0 auto;
    max-width: 76rem;
    padding: 1rem;
}

#blazor-error-ui[b-9t6zvbgimr] {
    background: #fff6bf;
    border-top: 1px solid #f1dd8e;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
    color: #1f1f1f;
    display: none;
    left: 0;
    padding: 0.6rem 1.2rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-9t6zvbgimr] {
    cursor: pointer;
    float: right;
}
/* _content/MyWebsite/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-64lwg65f1g] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-64lwg65f1g] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-64lwg65f1g] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-64lwg65f1g] {
    font-size: 1.1rem;
}

.bi[b-64lwg65f1g] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-64lwg65f1g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-64lwg65f1g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-64lwg65f1g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-64lwg65f1g] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-64lwg65f1g] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-64lwg65f1g] {
        padding-bottom: 1rem;
    }

    .nav-item[b-64lwg65f1g]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-64lwg65f1g]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-64lwg65f1g]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-64lwg65f1g] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-64lwg65f1g] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-64lwg65f1g] {
        display: none;
    }

    .nav-scrollable[b-64lwg65f1g] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/MyWebsite/Components/Pages/Home.razor.rz.scp.css */
.portfolio-shell[b-tb2tc0gql4] {
    --blue-0: #071225;
    --blue-1: #0b2b5a;
    --blue-2: #1e67b3;
    --blue-3: #58c7ff;
    --blue-4: #9de4ff;
    --card-bg: rgba(8, 21, 46, 0.52);
    --card-border: rgba(180, 225, 255, 0.26);
    --text: rgba(245, 251, 255, 0.95);
    --muted: rgba(219, 237, 255, 0.76);
    --shadow: rgba(2, 9, 20, 0.55);
    color: var(--text);
    display: grid;
    gap: 1.5rem;
}

.hero[b-tb2tc0gql4] {
    background: linear-gradient(135deg, rgba(8, 21, 46, 0.94), rgba(11, 43, 90, 0.9), rgba(30, 103, 179, 0.82));
    border: 1px solid var(--card-border);
    border-radius: 1.25rem;
    box-shadow: 0 16px 36px var(--shadow);
    padding: 1.5rem;
}

.eyebrow[b-tb2tc0gql4] {
    color: var(--blue-4);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}

h1[b-tb2tc0gql4] {
    font-size: clamp(1.8rem, 4vw, 2.9rem);
    line-height: 1.1;
    margin: 0;
}

h2[b-tb2tc0gql4] {
    margin-top: 0;
}

h3[b-tb2tc0gql4] {
    font-size: 1.02rem;
    margin-bottom: 0.7rem;
}

.lead[b-tb2tc0gql4] {
    color: var(--muted);
    margin: 0.8rem 0 1.4rem;
    max-width: 72ch;
}

.tab-bar[b-tb2tc0gql4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.tab-button[b-tb2tc0gql4] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    color: var(--text);
    font-weight: 600;
    padding: 0.55rem 1rem;
    transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
}

.tab-button:hover[b-tb2tc0gql4] {
    background: rgba(88, 199, 255, 0.24);
    transform: translateY(-1px);
}

.tab-button.active[b-tb2tc0gql4] {
    background: linear-gradient(135deg, var(--blue-3), var(--blue-2));
    border-color: transparent;
    box-shadow: 0 8px 22px rgba(20, 84, 151, 0.55);
}


.content-card[b-tb2tc0gql4] {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 1.25rem;
    box-shadow: 0 16px 36px var(--shadow);
    min-height: 20rem;
    padding: 1.4rem;
}

.split-layout[b-tb2tc0gql4] {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: minmax(16rem, 40rem) auto;
}

.portrait-card[b-tb2tc0gql4] {
    background: rgba(6, 18, 40, 0.75);
    border: 1px solid rgba(157, 228, 255, 0.22);
    border-radius: 1rem;
    justify-self: center;
    max-width: 28rem;
    padding: 1rem;
    width: min(100%, 28rem);
}

.profile-image[b-tb2tc0gql4] {
    border: 1px solid rgba(157, 228, 255, 0.35);
    border-radius: 0.9rem;
    display: block;
    height: auto;
    image-rendering: auto;
    object-fit: contain;
    width: 100%;
}

.muted[b-tb2tc0gql4] {
    color: var(--muted);
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-top: 0.8rem;
}

.fact-list[b-tb2tc0gql4],
.project-list[b-tb2tc0gql4] {
    margin: 0.8rem 0 0;
    padding-left: 1.2rem;
}

.fact-list li[b-tb2tc0gql4],
.project-list li[b-tb2tc0gql4] {
    margin-bottom: 0.45rem;
}

.stat-grid[b-tb2tc0gql4] {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 1.15rem 0;
}

.stat-item[b-tb2tc0gql4] {
    background: rgba(8, 24, 49, 0.8);
    border: 1px solid rgba(157, 228, 255, 0.22);
    border-radius: 0.85rem;
    display: grid;
    gap: 0.25rem;
    padding: 0.75rem;
    min-width: fit-content;
}

.stat-item span[b-tb2tc0gql4] {
    color: var(--muted);
    font-size: 0.8rem;
}

.xttv-link[b-tb2tc0gql4] {
    background: linear-gradient(135deg, var(--blue-3), var(--blue-2));
    border-radius: 999px;
    color: #031023;
    display: inline-block;
    font-weight: 700;
    padding: 0.55rem 0.95rem;
    text-decoration: none;
}

.animation-card[b-tb2tc0gql4] {
    align-items: center;
    background: rgba(6, 18, 40, 0.75);
    border: 1px solid rgba(157, 228, 255, 0.22);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    min-height: 16rem;
    padding: 1rem;
}

.table-animation[b-tb2tc0gql4] {
    background: linear-gradient(180deg, #0e3f72, #0a2d55);
    border-radius: 0.8rem;
    height: 12rem;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 20rem;
}

.net[b-tb2tc0gql4] {
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55) 4px, transparent 4px, transparent 8px);
    height: 0.35rem;
    left: 10%;
    position: absolute;
    right: 10%;
    top: 49%;
}

.paddle[b-tb2tc0gql4] {
    background: linear-gradient(170deg, #ff7f66, #db3120);
    border-radius: 50%;
    height: 2.4rem;
    position: absolute;
    width: 2.4rem;
}

.paddle-left[b-tb2tc0gql4] {
    animation: left-paddle-b-tb2tc0gql4 1.35s infinite ease-in-out;
    bottom: 18%;
    left: 8%;
}

.paddle-right[b-tb2tc0gql4] {
    animation: right-paddle-b-tb2tc0gql4 1.35s infinite ease-in-out;
    right: 8%;
    top: 18%;
}

.ball[b-tb2tc0gql4] {
    animation: ball-move-b-tb2tc0gql4 1.35s infinite linear;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.75);
    height: 0.9rem;
    left: 18%;
    position: absolute;
    top: 30%;
    width: 0.9rem;
}

.chip-list[b-tb2tc0gql4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.chip[b-tb2tc0gql4] {
    background: rgba(88, 199, 255, 0.2);
    border: 1px solid rgba(157, 228, 255, 0.25);
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 600;
    padding: 0.35rem 0.7rem;
}

.egg-grid[b-tb2tc0gql4] {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1rem;
}

.egg-card[b-tb2tc0gql4] {
    background: rgba(6, 18, 40, 0.8);
    border: 1px solid rgba(157, 228, 255, 0.24);
    border-radius: 0.9rem;
    min-height: 13rem;
    padding: 0.85rem;
}

.action-button[b-tb2tc0gql4] {
    background: linear-gradient(135deg, var(--blue-3), var(--blue-2));
    border: none;
    border-radius: 0.65rem;
    color: #031023;
    font-weight: 700;
    margin-top: 0.2rem;
    padding: 0.45rem 0.75rem;
}

.secret-input[b-tb2tc0gql4] {
    background: rgba(255, 255, 255, 0.92);
    border: none;
    border-radius: 0.6rem;
    margin-top: 0.2rem;
    padding: 0.45rem 0.55rem;
    width: 100%;
}

.egg-result[b-tb2tc0gql4] {
    color: var(--blue-4);
    margin-top: 0.7rem;
}

.party-mode[b-tb2tc0gql4] {
    animation: party-shift-b-tb2tc0gql4 3.6s infinite alternate;
}

@keyframes ball-move-b-tb2tc0gql4 {
    0% {
        left: 16%;
        top: 30%;
    }

    50% {
        left: 78%;
        top: 62%;
    }

    100% {
        left: 16%;
        top: 30%;
    }
}

@keyframes left-paddle-b-tb2tc0gql4 {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-22px);
    }
}

@keyframes right-paddle-b-tb2tc0gql4 {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(22px);
    }
}

@keyframes party-shift-b-tb2tc0gql4 {
    0% {
        filter: saturate(1);
    }

    100% {
        filter: saturate(1.35) hue-rotate(24deg);
    }
}


@media (max-width: 980px) {
    .split-layout[b-tb2tc0gql4] {
        grid-template-columns: 1fr;
    }

    .stat-grid[b-tb2tc0gql4] {
        grid-template-columns: 1fr;
    }

    .egg-grid[b-tb2tc0gql4] {
        grid-template-columns: 1fr;
    }
}


/* _content/MyWebsite/Components/Pages/PingPongGame.razor.rz.scp.css */
.pingpong-card[b-snxxg4ebcm] {
    display: grid;
    gap: 0.9rem;
}

.game-header[b-snxxg4ebcm] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.meta-item[b-snxxg4ebcm] {
    background: rgba(6, 18, 40, 0.8);
    border: 1px solid rgba(157, 228, 255, 0.28);
    border-radius: 0.7rem;
    display: grid;
    min-width: 5.5rem;
    padding: 0.45rem 0.65rem;
}

.meta-item span[b-snxxg4ebcm] {
    color: rgba(219, 237, 255, 0.76);
    font-size: 0.78rem;
}

.meta-item strong[b-snxxg4ebcm] {
    font-size: 1.05rem;
}

.start-button[b-snxxg4ebcm],
.move-button[b-snxxg4ebcm],
.save-button[b-snxxg4ebcm] {
    background: linear-gradient(135deg, #58c7ff, #1e67b3);
    border: none;
    border-radius: 0.65rem;
    color: #031023;
    cursor: pointer;
    font-weight: 700;
    padding: 0.5rem 0.8rem;
}

.hint[b-snxxg4ebcm] {
    color: rgba(219, 237, 255, 0.76);
    margin: 0;
}

.arena-wrap[b-snxxg4ebcm] {
    display: flex;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
}

.game-arena[b-snxxg4ebcm] {
    background:
        radial-gradient(circle at 20% 18%, rgba(157, 228, 255, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(10, 42, 82, 0.96), rgba(6, 20, 45, 0.95));
    aspect-ratio: 380 / 210;
    border: 1px solid rgba(157, 228, 255, 0.3);
    border-radius: 0.95rem;
    height: auto;
    max-width: 42rem;
    overflow: hidden;
    position: relative;
    touch-action: none;
    user-select: none;
    width: 100%;
}

.ball[b-snxxg4ebcm] {
    background: #f6feff;
    border-radius: 999px;
    box-shadow: 0 0 10px rgba(157, 228, 255, 0.8);
    pointer-events: none;
    position: absolute;
}

.player-paddle[b-snxxg4ebcm] {
    background: linear-gradient(180deg, #9de4ff, #58c7ff);
    border-radius: 999px;
    box-shadow: 0 8px 16px rgba(2, 9, 20, 0.45);
    pointer-events: none;
    position: absolute;
}

.mode-badge[b-snxxg4ebcm] {
    background: rgba(245, 251, 255, 0.14);
    border: 1px solid rgba(157, 228, 255, 0.3);
    border-radius: 999px;
    font-size: 0.78rem;
    left: 0.8rem;
    padding: 0.24rem 0.6rem;
    pointer-events: none;
    position: absolute;
    top: 0.7rem;
}

.overlay[b-snxxg4ebcm] {
    align-items: center;
    background: rgba(2, 9, 20, 0.78);
    color: #f5fbff;
    display: grid;
    inset: 0;
    justify-items: center;
    padding: 1rem;
    position: absolute;
    text-align: center;
    z-index: 1;
}

.overlay h3[b-snxxg4ebcm] {
    margin-bottom: 0.4rem;
    margin-top: 0;
}

.name-input[b-snxxg4ebcm] {
  background: rgba(255, 255, 255, 0.93);
  border: none;
  border-radius: 0.55rem;
  margin-bottom: 0.5rem;
  margin-top: 0.45rem;
  padding: 0.45rem 0.55rem;
  width: min(18rem, 94%);
  position: relative;
  z-index: 10;
}

.save-message[b-snxxg4ebcm] {
    color: #9de4ff;
    font-weight: 600;
}

.controls[b-snxxg4ebcm] {
    display: flex;
    gap: 0.6rem;
}

.leaderboard[b-snxxg4ebcm] {
    background: rgba(6, 18, 40, 0.8);
    border: 1px solid rgba(157, 228, 255, 0.24);
    border-radius: 0.95rem;
    padding: 0.8rem;
}

.leaderboard h3[b-snxxg4ebcm] {
    margin-top: 0;
}

.leaderboard ol[b-snxxg4ebcm] {
    margin: 0;
    padding-left: 1.2rem;
}

.leaderboard li[b-snxxg4ebcm] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

@media (max-width: 700px) {
    .controls[b-snxxg4ebcm] {
        display: grid;
        gap: 0.6rem;
        grid-template-columns: 1fr 1fr;
    }

    .move-button[b-snxxg4ebcm],
    .start-button[b-snxxg4ebcm],
    .save-button[b-snxxg4ebcm] {
        min-height: 2.75rem;
    }
}
