/* /Layout/DesktopLayout.razor.rz.scp.css */
.desktop-page[b-qhi9k4p4la] {
    position: fixed;
    inset: 0;
    overflow: hidden;
    background: #c0c0c0;
    border: 2px solid #000000;
    box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080, 6px 6px 0 rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    padding: 4px;
}
/* /Pages/Index.razor.rz.scp.css */
.desktop-menubar[b-1hi671qydm] {
	background: #000080;
	border-bottom: 1px solid #808080;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 34px;
	position: relative;
	z-index: 50;
	gap: 0;
	padding: 0 4px;
	font-family: 'VT323', monospace;
	font-size: 22px;
	color: #fff;
	flex: 0 0 auto;
}

.menu-bar-path[b-1hi671qydm] {
	flex: 1;
	text-align: center;
	color: #fff;
	user-select: none;
	cursor: default;
	font-family: 'VT323', monospace;
	font-size: 22px;
	line-height: 1;
}

@media (max-width: 1024px) {
	.desktop-menubar[b-1hi671qydm] {
		font-size: 18px;
	}

	.menu-bar-path[b-1hi671qydm] {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.desktop-menubar[b-1hi671qydm] {
		font-size: 15px;
	}

	.menu-bar-path[b-1hi671qydm] {
		font-size: 15px;
	}
}

.desktop-area[b-1hi671qydm] {
	flex: 1 1 auto;
	min-height: 0;
	background: #008080;
	position: relative;
	overflow: hidden;
	border: 1px solid #000000;
	box-shadow: inset 1px 1px 0 #808080, inset -1px -1px 0 #ffffff;
}

.desktop-app-icon[b-1hi671qydm] {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 110px;
	cursor: pointer;
	user-select: none;
	line-height: 0;
	z-index: 10;
	filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.3));
}

.desktop-app-icon.dragging[b-1hi671qydm] {
	opacity: 0.6;
}

	.desktop-app-icon img[b-1hi671qydm] {
		width: 64px;
		height: 64px;
		display: block;
		margin-bottom: 4px;
		image-rendering: pixelated;
	}

.desktop-app-icon-label[b-1hi671qydm] {
	font-family: 'VT323', monospace;
	font-size: 17px;
	line-height: 1.1;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
	user-select: none;
}

.desktop-trash-icon[b-1hi671qydm] {
	right: 20px;
	bottom: 12px;
	left: auto;
	top: auto;
}

.launcher-window[b-1hi671qydm] {
	position: absolute;
	top: 16%;
	left: 40%;
	transform: translateX(-50%);
	width: 520px;
	height: 380px;
	background: #c0c0c0;
	border: 2px solid #000000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080, 6px 6px 0 rgba(0, 0, 0, 0.55);
	padding: 3px;
	z-index: 30;
	font-family: 'VT323', monospace;
	display: flex;
	flex-direction: column;
}

.draggable-window[b-1hi671qydm] {
	user-select: none;
}

.draggable-window-handle[b-1hi671qydm] {
	cursor: move;
}

.window-hidden[b-1hi671qydm] {
	display: none !important;
}

.launcher-titlebar[b-1hi671qydm] {
	position: relative;
	background: #000080;
	color: #fff;
	padding: 3px 8px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #808080;
	user-select: none;
	letter-spacing: 1px;
}

	.launcher-titlebar span[b-1hi671qydm] {
		flex: 1;
		text-align: center;
	}

.launcher-close[b-1hi671qydm] {
	position: absolute;
	right: 4px;
	top: 3px;
	background: #c0c0c0;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080;
	color: #000;
	width: 22px;
	height: 20px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'VT323', monospace;
}

.launcher-close:hover[b-1hi671qydm],
.launcher-close:focus-visible[b-1hi671qydm] {
	background: #000;
	color: #fff;
	outline: none;
}

.launcher-content[b-1hi671qydm] {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	padding: 12px;
	margin: 4px;
	background: #fff;
	border: 1px solid #000000;
	flex: 1;
	position: relative;
}

.launcher-link[b-1hi671qydm] {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	border: 1px solid transparent;
	padding: 4px;
	cursor: grab;
	user-select: none;
}

.launcher-link.dragging[b-1hi671qydm] {
	opacity: 0.6;
}

.launcher-link:hover[b-1hi671qydm],
.launcher-link:focus-visible[b-1hi671qydm] {
	background: #000080;
	color: #fff;
	border-color: transparent;
	outline: none;
}

.launcher-icon[b-1hi671qydm] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	line-height: 1;
	margin-bottom: 6px;
}

.launcher-icon img[b-1hi671qydm] {
	width: 64px;
	height: 64px;
	display: block;
	image-rendering: pixelated;
}

.launcher-label[b-1hi671qydm] {
	font-size: 22px;
	line-height: 1.1;
}

.photography-window[b-1hi671qydm] {
	position: absolute;
	top: 30%;
	left: 60%;
	transform: translateX(-50%);
	width: 520px;
	height: 380px;
	background: #c0c0c0;
	border: 2px solid #000000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080, 6px 6px 0 rgba(0, 0, 0, 0.55);
	padding: 3px;
	z-index: 30;
	font-family: 'VT323', monospace;
	display: flex;
	flex-direction: column;
}

.photography-titlebar[b-1hi671qydm] {
	position: relative;
	background: #000080;
	color: #fff;
	padding: 3px 8px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #808080;
	user-select: none;
	letter-spacing: 1px;
}

	.photography-titlebar span[b-1hi671qydm] {
		flex: 1;
		text-align: center;
	}

.photography-close[b-1hi671qydm] {
	position: absolute;
	right: 4px;
	top: 3px;
	background: #c0c0c0;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080;
	color: #000;
	width: 22px;
	height: 20px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'VT323', monospace;
}

.photography-close:hover[b-1hi671qydm],
.photography-close:focus-visible[b-1hi671qydm] {
	background: #000;
	color: #fff;
	outline: none;
}

.photography-content[b-1hi671qydm] {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	margin: 4px;
	background: #fff;
	border: 1px solid #000000;
	flex: 1;
	position: relative;
	overflow: hidden;
}

.websites-window[b-1hi671qydm] {
	position: absolute;
	top: 28%;
	left: 50%;
	transform: translateX(-50%);
	width: 520px;
	height: 380px;
	background: #c0c0c0;
	border: 2px solid #000000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080, 6px 6px 0 rgba(0, 0, 0, 0.55);
	padding: 3px;
	z-index: 30;
	font-family: 'VT323', monospace;
	display: flex;
	flex-direction: column;
}

.websites-titlebar[b-1hi671qydm] {
	position: relative;
	background: #000080;
	color: #fff;
	padding: 3px 8px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #808080;
	user-select: none;
	letter-spacing: 1px;
}

	.websites-titlebar span[b-1hi671qydm] {
		flex: 1;
		text-align: center;
	}

.websites-close[b-1hi671qydm] {
	position: absolute;
	right: 4px;
	top: 3px;
	background: #c0c0c0;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080;
	color: #000;
	width: 22px;
	height: 20px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'VT323', monospace;
}

.websites-close:hover[b-1hi671qydm],
.websites-close:focus-visible[b-1hi671qydm] {
	background: #000;
	color: #fff;
	outline: none;
}

.documents-window[b-1hi671qydm] {
	position: absolute;
	top: 20%;
	left: 72%;
	transform: translateX(-50%);
	width: 520px;
	height: 380px;
	background: #c0c0c0;
	border: 2px solid #000000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080, 6px 6px 0 rgba(0, 0, 0, 0.55);
	padding: 3px;
	z-index: 30;
	font-family: 'VT323', monospace;
	display: flex;
	flex-direction: column;
}

.documents-titlebar[b-1hi671qydm] {
	position: relative;
	background: #000080;
	color: #fff;
	padding: 3px 8px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #808080;
	user-select: none;
	letter-spacing: 1px;
}

	.documents-titlebar span[b-1hi671qydm] {
		flex: 1;
		text-align: center;
	}

.documents-close[b-1hi671qydm] {
	position: absolute;
	right: 4px;
	top: 3px;
	background: #c0c0c0;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080;
	color: #000;
	width: 22px;
	height: 20px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'VT323', monospace;
}

.documents-close:hover[b-1hi671qydm],
.documents-close:focus-visible[b-1hi671qydm] {
	background: #000;
	color: #fff;
	outline: none;
}

.documents-content[b-1hi671qydm] {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	margin: 4px;
	background: #fff;
	border: 1px solid #000000;
	flex: 1;
	position: relative;
	overflow: hidden;
}

.documents-link[b-1hi671qydm] {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	border: 1px solid transparent;
	padding: 4px;
	cursor: grab;
	user-select: none;
}

.documents-link.dragging[b-1hi671qydm] {
	opacity: 0.6;
}

.documents-link:hover[b-1hi671qydm],
.documents-link:focus-visible[b-1hi671qydm] {
	background: #000080;
	color: #fff;
	border-color: transparent;
	outline: none;
}

.trash-window[b-1hi671qydm] {
	position: absolute;
	top: 38%;
	left: 24%;
	transform: translateX(-50%);
	width: 520px;
	height: 380px;
	background: #c0c0c0;
	border: 2px solid #000000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080, 6px 6px 0 rgba(0, 0, 0, 0.55);
	padding: 3px;
	z-index: 30;
	font-family: 'VT323', monospace;
	display: flex;
	flex-direction: column;
}

.trash-titlebar[b-1hi671qydm] {
	position: relative;
	background: #000080;
	color: #fff;
	padding: 3px 8px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #808080;
	user-select: none;
	letter-spacing: 1px;
}

	.trash-titlebar span[b-1hi671qydm] {
		flex: 1;
		text-align: center;
	}

.trash-close[b-1hi671qydm] {
	position: absolute;
	right: 4px;
	top: 3px;
	background: #c0c0c0;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080;
	color: #000;
	width: 22px;
	height: 20px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'VT323', monospace;
}

.trash-close:hover[b-1hi671qydm],
.trash-close:focus-visible[b-1hi671qydm] {
	background: #000;
	color: #fff;
	outline: none;
}

.trash-content[b-1hi671qydm] {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	margin: 4px;
	background: #fff;
	border: 1px solid #000000;
	flex: 1;
	position: relative;
	overflow: hidden;
}

.trash-link[b-1hi671qydm] {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	border: 1px solid transparent;
	padding: 4px;
	cursor: grab;
	user-select: none;
}

.trash-link.dragging[b-1hi671qydm] {
	opacity: 0.6;
}

.trash-link:hover[b-1hi671qydm],
.trash-link:focus-visible[b-1hi671qydm] {
	background: #000080;
	color: #fff;
	border-color: transparent;
	outline: none;
}

.dosbox-window[b-1hi671qydm] {
	position: absolute;
	top: 12%;
	left: 34%;
	transform: translateX(-50%);
	width: 680px;
	height: 520px;
	background: #c0c0c0;
	border: 2px solid #000000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080, 6px 6px 0 rgba(0, 0, 0, 0.55);
	padding: 3px;
	z-index: 30;
	font-family: 'VT323', monospace;
	display: flex;
	flex-direction: column;
}

.dosbox-titlebar[b-1hi671qydm] {
	position: relative;
	background: #000080;
	color: #fff;
	padding: 3px 8px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #808080;
	user-select: none;
	letter-spacing: 1px;
}

	.dosbox-titlebar span[b-1hi671qydm] {
		flex: 1;
		text-align: center;
	}

.dosbox-close[b-1hi671qydm] {
	position: absolute;
	right: 4px;
	top: 3px;
	background: #c0c0c0;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080;
	color: #000;
	width: 22px;
	height: 20px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'VT323', monospace;
}

.dosbox-close:hover[b-1hi671qydm],
.dosbox-close:focus-visible[b-1hi671qydm] {
	background: #000;
	color: #fff;
	outline: none;
}

.dosbox-content[b-1hi671qydm] {
	flex: 1;
	position: relative;
	margin: 4px;
	background: #000;
	border: 1px solid #000000;
	overflow: hidden;
}

.dosbox-container[b-1hi671qydm] {
	position: absolute;
	inset: 0;
	background: #000;
}

.dosbox-loading[b-1hi671qydm] {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000080;
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	pointer-events: none;
	z-index: 5;
}

.dosbox-error[b-1hi671qydm] {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000080;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 16px;
	z-index: 6;
}

.games-window[b-1hi671qydm] {
	position: absolute;
	top: 16%;
	left: 40%;
	transform: translateX(-50%);
	width: 520px;
	height: 380px;
	background: #c0c0c0;
	border: 2px solid #000000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080, 6px 6px 0 rgba(0, 0, 0, 0.55);
	padding: 3px;
	z-index: 30;
	font-family: 'VT323', monospace;
	display: flex;
	flex-direction: column;
}

.games-titlebar[b-1hi671qydm] {
	position: relative;
	background: #000080;
	color: #fff;
	padding: 3px 8px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #808080;
	user-select: none;
	letter-spacing: 1px;
}

	.games-titlebar span[b-1hi671qydm] {
		flex: 1;
		text-align: center;
	}

.games-close[b-1hi671qydm] {
	position: absolute;
	right: 4px;
	top: 3px;
	background: #c0c0c0;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080;
	color: #000;
	width: 22px;
	height: 20px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'VT323', monospace;
}

.games-close:hover[b-1hi671qydm],
.games-close:focus-visible[b-1hi671qydm] {
	background: #000;
	color: #fff;
	outline: none;
}

.games-content[b-1hi671qydm] {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	padding: 12px;
	margin: 4px;
	background: #fff;
	border: 1px solid #000000;
	flex: 1;
	position: relative;
}

.games-link[b-1hi671qydm] {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	border: 1px solid transparent;
	padding: 4px;
	cursor: pointer;
	user-select: none;
}

.games-link:hover[b-1hi671qydm],
.games-link:focus-visible[b-1hi671qydm] {
	background: #000080;
	color: #fff;
	border-color: transparent;
	outline: none;
}

.contact-window[b-1hi671qydm] {
	position: absolute;
	top: 8%;
	left: 44%;
	transform: translateX(-50%);
	width: 500px;
	height: 500px;
	background: #c0c0c0;
	border: 2px solid #000000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080, 6px 6px 0 rgba(0, 0, 0, 0.55);
	padding: 3px;
	z-index: 30;
	font-family: 'VT323', monospace;
	display: flex;
	flex-direction: column;
}

.contact-titlebar[b-1hi671qydm] {
	position: relative;
	background: #000080;
	color: #fff;
	padding: 3px 8px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #808080;
	user-select: none;
	letter-spacing: 1px;
}

	.contact-titlebar span[b-1hi671qydm] {
		flex: 1;
		text-align: center;
	}

.contact-close[b-1hi671qydm] {
	position: absolute;
	right: 4px;
	top: 3px;
	background: #c0c0c0;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080;
	color: #000;
	width: 22px;
	height: 20px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'VT323', monospace;
}

.contact-close:hover[b-1hi671qydm],
.contact-close:focus-visible[b-1hi671qydm] {
	background: #000;
	color: #fff;
	outline: none;
}

.contact-body[b-1hi671qydm] {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin: 4px;
	padding: 12px;
	background: #fff;
	border: 1px solid #000000;
}

.contact-label[b-1hi671qydm] {
	font-size: 20px;
	color: #000;
	margin: 0 0 2px;
}

.contact-input[b-1hi671qydm] {
	border: 1px solid #000000;
	background: #fff;
	font-family: 'VT323', monospace;
	font-size: 20px;
	padding: 3px 5px;
	margin-bottom: 10px;
	outline: none;
	box-shadow: inset 1px 1px 0 #808080;
}

.contact-textarea[b-1hi671qydm] {
	flex: 1;
	resize: none;
	border: 1px solid #000000;
	background: #fff;
	font-family: 'VT323', monospace;
	font-size: 20px;
	padding: 3px 5px;
	outline: none;
	box-shadow: inset 1px 1px 0 #808080;
}

.contact-actions[b-1hi671qydm] {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
}

.contact-send[b-1hi671qydm] {
	background: #c0c0c0;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080;
	color: #000;
	font-family: 'VT323', monospace;
	font-size: 20px;
	padding: 2px 16px;
	cursor: pointer;
}

.contact-send:hover[b-1hi671qydm],
.contact-send:focus-visible[b-1hi671qydm] {
	background: #000080;
	color: #fff;
	outline: none;
}

.contact-send:disabled[b-1hi671qydm] {
	opacity: 0.6;
	cursor: default;
}

.contact-mailto[b-1hi671qydm] {
	font-size: 18px;
	color: #000080;
}

.contact-status[b-1hi671qydm] {
	margin-top: 8px;
	font-size: 18px;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
}

.readme-modal-overlay[b-1hi671qydm] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	font-family: 'VT323', monospace;
}

.readme-modal[b-1hi671qydm] {
	width: 420px;
	max-width: 90vw;
	background: #c0c0c0;
	border: 2px solid #000000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080, 6px 6px 0 rgba(0, 0, 0, 0.55);
	padding: 3px;
	display: flex;
	flex-direction: column;
}

.readme-modal-titlebar[b-1hi671qydm] {
	position: relative;
	background: #000080;
	color: #fff;
	padding: 3px 8px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #808080;
	user-select: none;
	letter-spacing: 1px;
}

	.readme-modal-titlebar span[b-1hi671qydm] {
		flex: 1;
		text-align: center;
	}

.readme-modal-close[b-1hi671qydm] {
	position: absolute;
	right: 4px;
	top: 3px;
	background: #c0c0c0;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080;
	color: #000;
	width: 22px;
	height: 20px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'VT323', monospace;
}

.readme-modal-close:hover[b-1hi671qydm],
.readme-modal-close:focus-visible[b-1hi671qydm] {
	background: #000;
	color: #fff;
	outline: none;
}

.readme-modal-body[b-1hi671qydm] {
	background: #fff;
	border: 1px solid #000000;
	margin: 4px;
	padding: 16px;
	font-size: 22px;
	line-height: 1.3;
	color: #000;
	user-select: text;
}

.spoilers-modal-overlay[b-1hi671qydm] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	font-family: 'VT323', monospace;
}

.spoilers-modal[b-1hi671qydm] {
	width: 520px;
	max-width: 92vw;
	background: #c0c0c0;
	border: 2px solid #000000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080, 6px 6px 0 rgba(0, 0, 0, 0.55);
	padding: 3px;
	display: flex;
	flex-direction: column;
}

.spoilers-modal-titlebar[b-1hi671qydm] {
	position: relative;
	background: #000080;
	color: #fff;
	padding: 3px 8px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #808080;
	user-select: none;
	letter-spacing: 1px;
}

	.spoilers-modal-titlebar span[b-1hi671qydm] {
		flex: 1;
		text-align: center;
	}

.spoilers-modal-close[b-1hi671qydm] {
	position: absolute;
	right: 4px;
	top: 3px;
	background: #c0c0c0;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080;
	color: #000;
	width: 22px;
	height: 20px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'VT323', monospace;
}

.spoilers-modal-close:hover[b-1hi671qydm],
.spoilers-modal-close:focus-visible[b-1hi671qydm] {
	background: #000;
	color: #fff;
	outline: none;
}

.spoilers-modal-body[b-1hi671qydm] {
	background: #fff;
	border: 1px solid #000000;
	margin: 4px;
	padding: 12px 16px;
	font-size: 20px;
	line-height: 1.35;
	color: #000;
	user-select: text;
	overflow-y: auto;
	max-height: 60vh;
}

.spoiler-entry[b-1hi671qydm] {
	padding: 3px 0;
}

.spoiler-film[b-1hi671qydm] {
	color: #000080;
	font-weight: bold;
}

@media (max-width: 768px) {
	.launcher-window[b-1hi671qydm],
	.photography-window[b-1hi671qydm],
	.websites-window[b-1hi671qydm],
	.documents-window[b-1hi671qydm],
	.dosbox-window[b-1hi671qydm],
	.games-window[b-1hi671qydm],
	.contact-window[b-1hi671qydm],
	.trash-window[b-1hi671qydm] {
		width: 90vw;
		max-width: 480px;
		height: 70vh;
		max-height: 340px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.desktop-app-icon[b-1hi671qydm] {
		width: 92px;
	}

	.desktop-app-icon-label[b-1hi671qydm] {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.launcher-window[b-1hi671qydm],
	.photography-window[b-1hi671qydm],
	.websites-window[b-1hi671qydm],
	.documents-window[b-1hi671qydm],
	.dosbox-window[b-1hi671qydm],
	.games-window[b-1hi671qydm],
	.contact-window[b-1hi671qydm],
	.trash-window[b-1hi671qydm] {
		width: 88vw;
		max-width: 400px;
		height: 68vh;
		max-height: 320px;
	}

	.desktop-app-icon[b-1hi671qydm] {
		width: 82px;
	}

	.desktop-app-icon-label[b-1hi671qydm] {
		font-size: 13px;
	}
}

@media (max-width: 1024px) and (orientation: landscape) {
	.launcher-window[b-1hi671qydm],
	.photography-window[b-1hi671qydm],
	.websites-window[b-1hi671qydm],
	.documents-window[b-1hi671qydm],
	.dosbox-window[b-1hi671qydm],
	.games-window[b-1hi671qydm],
	.contact-window[b-1hi671qydm],
	.trash-window[b-1hi671qydm] {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.desktop-area[b-1hi671qydm] {
		display: flex;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 4px;
		padding: 8px;
	}

	.desktop-app-icon[b-1hi671qydm] {
		position: relative;
		left: auto !important;
		top: auto !important;
		width: 92px;
		margin: 0;
		flex: 0 0 92px;
	}

	.desktop-trash-icon[b-1hi671qydm] {
		right: auto;
		bottom: auto;
	}

	.desktop-app-icon img[b-1hi671qydm] {
		width: 48px;
		height: 48px;
	}

	.desktop-app-icon-label[b-1hi671qydm] {
		font-size: 15px;
	}
}
