/* /Components/Layout/Host.razor.rz.scp.css */
/*main {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.section {
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.scroll-x { overflow-x: hidden; }
.scroll-y { overflow-y: hidden; }

.header-inner-container {
    display: table;
    background-color: transparent;
    width: 100%;
    height: auto;
    border: 0px;
}

.header-left {
    background-color: #332E2B;
    color: whitesmoke;
    font-family: "segoe ui",sans-serif;
    text-align: center;
    font-size: 20px;
    padding: 4px 12px 4px 12px;
    display: inline-block;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.60);
}

.header-right {
    font-size: 20px;
    background-color: transparent;
    color: #332E2B;
    font-family: "segoe ui",sans-serif;
    text-align: left;
    padding: 4px 12px 4px 12px;
    width: auto;
    display: inline-block;
}

.body-container {
    background-image: linear-gradient(to top, lightgray, lightgray 98%, rgba(0,0,0,.5) );
    flex: 1;
}

.footer-container {
    width: 100%;
    height: auto;
    bottom: 0px;
    display: table-row;
}*/

/* If the container is larger than 300px */

/*@media (min-width: 300px) {
    .header-left {
        font-size: 24px;
        padding: 4px 12px 4px 12px;
    }

    .header-right {
        font-size: 24px;
        padding: 4px 12px 4px 12px;
    }
}*/

/* If the container is larger than 700px */

/*@media (min-width: 700px) {
    .header-left {
        font-size: 36px;
        padding: 4px 18px 4px 18px;
    }

    .header-right {
        font-size: 36px;
        padding: 4px 18px 4px 18px;
    }
}

@media (min-width: 1000px) {
    .header-left {
        font-size: 42px;
        padding: 4px 24px 4px 24px;
    }

    .header-right {
        font-size: 42px;
        padding: 4px 24px 4px 24px;
    }
}


#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }*/


/* /Components/Layout/Popup.razor.rz.scp.css */
textarea[b-lzx4sl714v] {
    width: auto;
    height: auto;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid var(--gray-light);
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
    margin:4px;
    display:inline-block;
}

.toaster[b-lzx4sl714v] {
    min-width: 10%;
    top: 100px;
    left: 100px;
    right: 100px;
    position: absolute;
}

.toast[b-lzx4sl714v] {
    min-width: 10%;
    top: 100px;
    left: 100px;
    right: 100px;
    position: absolute;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr auto;
    display: grid;
}

.options-item[b-lzx4sl714v] {
    margin: 8px;
    padding: 4px 12px;
    color: var(--blue-neon);
    cursor: pointer;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 18px;
    position: relative;
    text-align: left;
    user-select: none;
    vertical-align: middle;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.60);
}

.options-item:hover[b-lzx4sl714v] { color: var(--yellow-neon); }
/* /Components/Layout/ProgressBar.razor.rz.scp.css */
.container[b-rn9k7kzwpx] {
    display: flex;
    align-content: center;
    width: 100%;
    height: 100%;
}

.progressbar[b-rn9k7kzwpx] {
    align-self: start;
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 4px;
}

.progressbartick[b-rn9k7kzwpx] {
    width: 20px;
    height: 20px;
    margin: 4px;
    background-color: transparent;
    position: relative;
    animation-direction: alternate;
    animation-name: frames-b-rn9k7kzwpx;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-play-state: running;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.00);
}

@keyframes frames-b-rn9k7kzwpx {
    0% {
        background: transparent;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.00);
    }

    100% {
        background: var(--yellow-neon);
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.40);
    }
}
.container[b-rn9k7kzwpx] {
	display: flex;
	align-content: center;
	width: 100%;
	height: 100%;
}

.progressbar[b-rn9k7kzwpx] {
	align-self: start;
	display: flex;
	flex-direction: row;
	width: auto;
	height: auto;
	background-color: transparent;
	padding: 4px;
}

.progressbartick[b-rn9k7kzwpx] {
	width: 20px;
	height: 20px;
	margin: 4px;
	background-color: transparent;
	position: relative;
	animation-direction: alternate;
	animation-name: frames-b-rn9k7kzwpx;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-play-state: running;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.00);
}

@keyframes frames-b-rn9k7kzwpx {
	0% {
		background: transparent;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.00);
	}

	100% {
		background: #E1FD06;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.40);
	}
}
/* /Components/Pages/Home.razor.rz.scp.css */
.card_img[b-3eifh4xmzo] {
    object-fit: contain;
    display: block;
    max-height: 300px;
    max-width: 300px;
}
/* GLOBAL TYPE SCALE */
.details-container[b-3eifh4xmzo] {
  
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* -------------------------------------------------------
   SPOTLIGHT PANEL — BIG INLINE GLOWING TEXT
------------------------------------------------------- */
.spotlight-panel[b-3eifh4xmzo] {
    font-size: 2.4rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
}

.glow-pink[b-3eifh4xmzo] {
    color: #ff00cc;
    text-shadow: 0 0 12px #ff00cc;
}

.glow-blue[b-3eifh4xmzo] {
    color: #00eaff;
    text-shadow: 0 0 12px #00eaff;
}

.glow-yellow[b-3eifh4xmzo] {
    color: #ffee00;
    text-shadow: 0 0 12px #ffee00;
}

.glow-green[b-3eifh4xmzo] {
    color: #00ff99;
    text-shadow: 0 0 12px #00ff99;
}

/* -------------------------------------------------------
   RETRO CONSOLE LIST — LEFT ALIGNED, NARROW WIDTH
------------------------------------------------------- */
.console-list[b-3eifh4xmzo] {
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.4rem; /* larger font */
    width: fit-content; /* shrink to content */
    max-width: 420px; /* prevents it from getting too wide */
    margin-left: 0; /* left aligned */
    margin-right: auto; /* prevents centering */
}

.console-row[b-3eifh4xmzo] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.4rem 0;
    border-bottom: 1px dashed #333;
}

.console-key[b-3eifh4xmzo] {
    color: #0ff;
    font-weight: bold;
    text-shadow: 0 0 8px #0ff;
    white-space: nowrap;
}

.console-val[b-3eifh4xmzo] {
    color: #fff;
    text-shadow: 0 0 6px #fff;
    text-align: right;
}

/* -------------------------------------------------------
   MARKDOWN OUTPUT — BIG, CLEAN, NO BORDERS
------------------------------------------------------- */
.markdown-output[b-3eifh4xmzo] {
    font-size: 1.4rem;
    line-height: 1.8;
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
    margin-top: 1rem;
}

    /* Neon headers inside markdown */
    .markdown-output h1[b-3eifh4xmzo],
    .markdown-output h2[b-3eifh4xmzo],
    .markdown-output h3[b-3eifh4xmzo] {
        color: #0ff;
        text-shadow: 0 0 10px #0ff;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    /* Glowing white paragraphs */
    .markdown-output p[b-3eifh4xmzo] {
        color: #ffffff;
        text-shadow: 0 0 10px #ffffff;
        margin-bottom: 1.25rem;
    }
