@font-face {
	font-family: 'Material Symbols Rounded';
	font-style: normal;
	src: url("libs/MaterialSymbolsRounded.woff2") format('woff2');
}

.material-symbols-rounded {
	font-family: 'Material Symbols Rounded';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	height: 100vh;
	width: 100%;
	background-color: #181a1b;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	color: var(--col-txt1);
	transition: .5s;
	user-select: none;
	background-repeat: no-repeat;
}

@supports (height: 100lvh) {
	body {
		height: 100lvh;
	}
}

#main {
	height: 100%;
	width: 100%;
	transition: .5s;
}

dialog {
	user-select: none;

	&> ::backdrop {
		background: transparent !important;
	}
}

#bgimage {
	object-fit: cover;
	object-position: center;
	transition: opacity var(----time1);
	z-index: -1;
	border: none;
	position: relative;

	&>.bgimage {
		opacity: 0;
		transition: opacity .5s;
		height: 100vh;
		width: 100%;
		object-position: center;
		object-fit: cover;
		position: absolute;
	}
}

#workspace {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#maxappscontainer {
	flex: 1;
}

nav {
	background-color: transparent;
	color: var(--col-txt1);
	z-index: 99;
	display: grid;
	user-select: none;
	justify-content: center;
	align-items: center;
	height: fit-content;
	padding: var(--spacing-normal);
}

nav .flodiv {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: row;
	border-radius: var(--siz-radius1);
	background: transparent;
	padding: 1px;
	animation: pop .5s;
	gap: var(--spacing-normal);
}

nav [navobj] {
	padding: 3px;
	border-radius: 10px;
	background-color: var(--bar);
	backdrop-filter: blur(20px) saturate(1.5);
	-webkit-backdrop-filter: blur(20px) saturate(1.5);
	display: flex;
	justify-content: center;
	gap: 3px;
	align-items: center;
	flex-direction: row;
	transition: flex-basis var(----time1), width var(----time1), opacity var(----time1);
	width: fit-content;
	min-width: 1.8rem;
	border: 1px solid var(--bd);
	box-shadow: 0 2px 8px var(--sd);
}

.navmalobj {
	margin: 5px 7px;
	text-align: center;
	font-size: 11px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

#battery-display {
	transform: rotate(90deg) scale(0.8) translateX(-8px);
}

#battery-p-display {
	transform: translate(0px, 11px);
	display: block;
	height: 0px;
}

#date-display {
	display: block;
}

[navobj] [app-shortcut] {
	background-color: transparent;
	cursor: pointer;
	animation: appop 0.3s var(--time2);
	transition: var(--time1);
}

#ctrlic {
	fill: var(--col-txt1);
}

.window {
	min-width: 110px;
	position: absolute;
	min-height: 200px;
	border-radius: 10px;
	font-size: var(--font-size-normal);
	padding: 0px;
	overflow: visible;
	resize: none;
	gap: 0;
	box-sizing: border-box;
	will-change: transform, opacity;
	/* Glass, display, show/hide handled by Win12 section at bottom */
}

@media only screen and (max-width: 500px) {
	.window {
		min-width: 10px;
	}
}

.windowheader {
	background-color: transparent;
	padding: var(--spacing-normal);
	cursor: grab;
	overflow-x: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: -1px;
	border-radius: 10px 10px 0 0;
}

.windowheader:active {
	cursor: grabbing;
}

.windowcontent {
	box-sizing: border-box;
	flex: 1;
	overflow: hidden;
	border-radius: 0 0 var(--siz-radius1) var(--siz-radius1);
	position: relative;
}

.windowloader {
	position: absolute;
	width: 100%;
	height: calc(100%);
	display: grid;
	transition: .5s;
	background: var(--col-bg1);
	backdrop-filter: blur(1rem);
	justify-content: center;
	align-content: center;
	color: #748c9b;
	font-size: var(--font-size-normal);
	align-items: center;
	justify-items: center;
}


.windowloader h2 {
	margin: 0;
}

.windowloader svg {
	height: 4rem;
	width: 4rem;
}

.windowcontent iframe {
	border: none;
	width: calc(100% + 1px);
	height: 100%;
}

.app-shortcut {
	background-color: transparent;
	border-radius: var(--siz-radius1);
	padding: 10px;
	cursor: pointer;
	width: 70px;
	animation: pop var(--time1);
	display: inline-block;
	border: 1px solid transparent;
	text-align: center;
	align-self: flex-start;
}

.app-shortcut.tooltip .tooltiptext {
	background-color: var(--col-bg2);
	border-radius: var(--siz-radius1);
	bottom: 9% !important;
	opacity: 1;
	word-break: normal;
	transform: scale(0.9) translateX(-4px);
}

.app-shortcut.tooltip:hover .tooltiptext {
	transition: var(----time1);
	transform: scale(1) translateX(-4px);
}

.app-shortcut span {
	overflow: hidden;
	padding: 0;
	display: flex;
	border-radius: 5px;
	justify-content: center;
}

.app-shortcut span svg {
	width: 29px;
	height: 29px;
	animation: pop var(--time2);
	overflow: hidden;
}

@keyframes appop {
	0% {
		opacity: 0;
		transform: translateY(.5em);
	}

	100% {
		opacity: 1;
	}
}

.app-shortcut:hover {
	background-color: #ffffff17;
}

.app-shortcut:active {
	cursor: grabbing;
}

.app-shortcut .app-icon {
	transition: 0.5s;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 5px 0;
	font-family: inherit;
	font-size: 21px;
	background: linear-gradient(360deg, #b9b9b9, var(--col-txt1));
	color: #585858;
}

.app-shortcut .appname {
	margin-top: 0.5rem;
	color: var(--col-txt1);
	display: block;
	border-radius: var(--siz-radius1);
	font-size: var(--font-size-normal);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	padding: 0.1rem 0.5rem;
	background: var(--col-bg1)42;
	max-width: 67px;
	text-transform: capitalize;
}

::backdrop {
	background: transparent;
}

.navWindows {
	width: 50%;
	border-radius: var(--siz-radius1);
	text-align: center;
	border: none;
	max-height: 70%;
	transition: .5s;
	background: #7d7d7d73;
	overflow: visible;
	color: var(--col-txt1);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	outline: none;
	animation: dmodthingy .3s cubic-bezier(0.36, 0.38, 0, 0.94);
}

#appdmod {
	padding: 5px;
	margin-bottom: 60px;
	padding-bottom: 1.2rem;
	background-color: var(--col-bg1);
	border: 1px solid #ffffff0c;

	& h1 {
		font-weight: normal;
		opacity: .7;
	}
}

#searchwindow {
	padding: 0.7rem;
	margin-bottom: 60px;
	background-color: var(--col-bg1);
	border: 1px solid #ffffff0c;
	padding-bottom: 9px;
}

#appdmod::backdrop {
	background: transparent;
}

.appdmodestuff {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.strtsearcont {
	display: flex;
	margin: 0 10px;
	margin-top: 10px;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: flex-start;
}

@keyframes dmodthingy {
	0% {
		transform: translateY(15px);
		opacity: 0;
	}

	100% {
		transform: none;
		opacity: 1;
	}
}

.realmodal,
.modal {
	z-index: 999;
}

.realmodal {
	padding: 1em;
	border-radius: var(--siz-radius1);
	color: var(--col-txt1);
	background: var(--col-bg2);
	text-align: center;
	max-height: 80%;
	width: 80%;
	max-width: 280px;
	box-shadow: 0 0 10px #00000075;
	border: var(--box-crisp);
	;
	animation: pop var(----time1);
	outline: 0;
}

.modal {
	background-color: transparent;
	border: none;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;

	&>.modal-items {
		outline: 0;
		padding: 1em;
		border-radius: var(--siz-radius1);
		color: var(--col-txt1);
		background: var(--col-bg2);
		text-align: left;
		max-height: 80%;
		width: 80%;
		max-width: 280px;
		box-shadow: 0 0 10em #000000ba;
		border: var(--box-crisp);
		;
		animation: pop var(----time1);
	}

}

.modal-items {
	outline: 0;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	overflow-y: auto;

	&>p {
		outline: 0;
	}

	&>h1 {
		margin: 0;
		border-bottom: 1px solid #80808082;
		padding-bottom: .5em;
	}

	& span.dangertext {
		color: inherit;
		font-weight: bold;
	}
}

.modal-items .button-container {
	gap: .5em;
	margin-top: .5em;
	display: flex;
}

.modal-items .modal-icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	opacity: .8;
	font-size: 2em;
}

.modal-items input {
	padding: .5em .8em;
	width: calc(100% - 1.7em);
	color: inherit;
	background: var(--col-bg1);
	border-radius: var(--siz-radius2);
	border: var(--box-crisp);
	;
}

.modal-items p {
	text-align: left;
	overflow-wrap: normal;
	max-height: 40%;
	overflow: hidden auto;
	padding-right: 10px;
}

.modal-items select {
	background: var(--col-bgh);
	color: var(--col-txth);
	border-radius: var(--siz-radius2);
	padding: 0.5rem;
	outline: none;
	display: block;
	width: 100%;
	border: var(--box-crisp);
	;
}

.modal-items button {
	padding: 8px 18px;
	background: var(--col-bg3);
	color: inherit;
	flex-grow: 1;
	cursor: pointer;
	border-radius: var(--siz-radius2);
	width: 100%;
	border: var(--box-crisp);
	;
}

.modal-items button:focus {
	background: var(--col-bgh);
	color: var(--col-txth);
}

.modal-items .notbn {
	background: transparent;
}

.modal-items a {
	color: #71bbff;

	&[type="btn"] {
		padding: .5em;
		background-color: #ffffff1c;
		border: var(--box-crisp);
		border-radius: var(--siz-radius2);
		display: flex;
		color: var(--col-txt1);
		margin-top: .5em;
		cursor: pointer;
		justify-content: space-between;

		&>.material-symbols-rounded {
			opacity: .5;
			font-size: 20px;
		}
	}
}

#startup {
	background-color: var(--col-bg1);
	color: var(--col-txt1);
	width: 100%;
	height: 100%;
	border: 0;
	padding: calc(1rem + 6px);
	border-radius: 0;
}

#startup .content {
	display: grid;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
	justify-items: center;
	align-content: center;
}


.custom-loader2 {
	width: 100px;
	height: 100px;
	--c: radial-gradient(farthest-side, #b1d5fb 92%, #0000);
	background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	animation: s7 1s infinite, s3 .5s;
}

@keyframes s7 {
	to {
		transform: rotate(.5turn)
	}
}

@keyframes s3 {
	from {
		filter: blur(5px);
	}

	to {
		filter: blur(0px);
	}
}

.fade-out {
	opacity: 0;
	transition: opacity 0.5s;
}

.strtappsugs {
	display: flex;
	background: transparent;
	border-radius: var(--siz-radius1);
	width: 100%;
	color: inherit;
	animation: pop var(----time1);
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 5px;
	gap: 3px;
	flex-direction: column;
	height: auto;

	& svg {
		width: 17px;
		height: 20px;
		margin-right: 0.3rem;
	}

	& div {
		text-align: left;
		display: flex;
		justify-content: space-between;
		padding: 3px;
		border-radius: var(--siz-radius1);
		align-items: center;
		cursor: pointer;

		flex-grow: 0;
		/* Prevent expansion */
		flex-shrink: 0;
		/* Prevent shrinking */

		&:hover {
			background-color: var(--col-bg2);
		}

		& span {
			font-size: var(--font-size-normal);
			margin-right: 5px;
			opacity: .5;
		}
	}
}

@keyframes pop {
	from {
		opacity: 0;
		transform: scale(0.9);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.deskloadspan {
	margin: auto;
	display: block;
	width: fit-content;
	width: -moz-fit-content;
	margin-top: calc(50vh - 26px);
	opacity: 0.5;
	font-size: var(--font-size-normal);
}

#appsindeck {
	overflow-x: hidden;
	max-height: calc(50vh - 29px);
	overflow-y: auto;
	text-align: left;
	display: grid;
	width: calc(100% - 1rem);
	grid-template-columns: repeat(auto-fill, minmax(80px, 85px));
	justify-items: center;
	justify-content: space-around;
	align-items: start;
	padding: 0 0.5rem;
}

.notifbtn {
	position: absolute;
	right: 10px;
	margin: 3px;
	color: var(--col-txt1);
	transition: var(----time1);
	opacity: 0.5;
	cursor: pointer;
}

.notifbtn:hover {
	opacity: 1;
	transform: scale(0.9);
}

.notifpan {
	width: calc(100% - 20px);
	background: var(--col-bg2);
	border-radius: var(--siz-radius1);
	color: var(--col-txt1);
	padding: 10px;
	margin-bottom: 5px;
}

.notifpan b {
	display: block;
	font-size: var(--font-size-normal);
}

.notifpan small {
	font-size: var(--font-size-small);
	opacity: 0.5;
	display: block;
	line-height: 16px;
	margin-top: 2px;
}

#dashnots {
	margin-bottom: 10px;
	height: 50%;
	overflow: hidden;
	overflow-y: auto;
}

#quicsets {
	position: absolute;
	bottom: 17px;
	width: calc(100% - 17px);
	display: none;
}

@keyframes tooltipAnim {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.tooltip {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 80px;
	background-color: var(--col-bg2);
	color: var(--col-txt1);
	word-break: normal;
	text-align: center;
	border-radius: 0.3rem;
	padding: 2px;
	position: absolute;
	z-index: 1;
	bottom: 130%;
	left: 50%;
	margin-left: -40px;
	font-size: var(--font-size-normal);
	transition: opacity 0.3s ease-out;
	box-shadow: 0 3px 1rem var(--col-bg1) 9e;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	animation: tooltipAnim 0.2s;
}

#bios {
	width: 80%;
	max-width: 400px;
	height: fit-content;
	padding: 1rem;
	border: none;
	background: var(--col-bg1);
	text-align: center;
	color: var(--col-txt1);
	border-radius: var(--siz-radius1);
	box-shadow: 0 5px 1rem black;
	padding-top: 2rem;
	animation: appshow .5s;
}

#bios::backdrop {
	background: linear-gradient(0deg, #000000b0, transparent);
	backdrop-filter: blur(3rem);
	animation: appshow 2s;
}

#bios span.material-symbols-rounded.closebtn {
	position: absolute;
	left: 1rem;
	top: 1rem;
	background-color: var(--col-bg3);
	border-radius: 50%;
	padding: 0.3rem;
	font-size: 0.8rem;
}

#bios h1 {
	margin: 0;
	margin-bottom: 1rem;
}

#bios .buttongroup-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	justify-content: center;
	justify-items: center;
	margin: auto;
}

#bios small {
	opacity: 0.5;
}

#bios button {
	padding: 10px;
	background: var(--col-bg3);
	color: var(--col-txt1);
	border: none;
	border-radius: var(--siz-radius1);
	width: 100%;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	transition: var(----time1);
	cursor: pointer;
	animation: appshow 0.5s;
}

#bios button .material-symbols-rounded {
	display: block;
	margin: 7px;
	font-size: 1.5rem;
	opacity: 0.7;
	transition: var(----time1);
}

#bios button:hover .material-symbols-rounded {
	text-shadow: 0 0 0.5rem var(--col-txt1);
	opacity: 1;
}

#bios button:hover {
	filter: brightness(90%);
}

#bios .gudbtn {
	padding: 10px;
	background: #2daa3c;
	box-shadow: 0px 0px 30px 7px #298429;
	color: #aeffb2;
	border: none;
	border-radius: var(--siz-radius1);
}

#bios .gudbtn:hover {
	box-shadow: 0px 0px 70px 7px #8eff42;
	filter: brightness(110%);
}

#edison {
	width: 100%;
	height: 100%;
	border: 0px;
	overflow: hidden;
	text-align: center;
	transition: 0.8s;
	background: var(--col-bg1);
	backdrop-filter: blur(1.5rem);
	color: var(--col-txt1);
	padding: 2rem 1.5rem;
	margin: auto;
	border-radius: var(--siz-radius1);
	z-index: 10;
}

#edison img {
	width: 20vw;
	aspect-ratio: 1/1;
}

.closeEffect {
	transition: .2s;
	opacity: 0;
	transform: translateY(5px);
}

.closeDockObj {
	transition: .3s;
	opacity: 0;
	transform: scale(0.9);
}

.gradient-text {
	position: absolute;
	width: calc(100% - 38px);
	font-size: 20px;
	bottom: 20%;
	background: linear-gradient(to bottom, var(--col-txt1), transparent);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 1;
}

.container2 {
	position: relative;
}

.layer44 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

#loginmod {
	background: #0000008a;
	backdrop-filter: blur(1.5rem);
	border: none;
	color: var(--col-txt1);
	width: 100%;
	height: 100%;
	padding: 2rem 1.5rem;
	margin: auto;
	border-radius: var(--siz-radius1);
	z-index: 5;

	&>#wallbgpreview {
		width: 100%;
		height: 100%;
		position: absolute;
		object-fit: cover;
		top: 0;
		left: 0;
		z-index: -1;
		filter: blur(1em) brightness(0.5);
	}
}

#loginmod .logincard {
	height: 0;
	flex: 0;
	display: grid;
	justify-content: center;
	align-items: center;
	align-content: center;
	justify-items: center;
}

#loginmod #loginform {
	display: flex;
}

#loginform #loginform1 {
	padding: 0.3rem var(--font-size-normal);
	border-radius: var(--siz-radius1);
	border: none;
	background: #dbdbdb;
	color: black;
	font-size: var(--font-size-normal);
	transition: var(----time1);
}

#loginmod small {
	display: block;
	margin-top: 2rem;
	cursor: pointer;
	opacity: 0.7;
}

.backbtnscont {
	position: fixed;
	bottom: 10vh;
	display: flex;
	gap: 0.5rem;
	flex-direction: row;
}

.backbtnscont .material-symbols-rounded {
	font-size: 20px;
	margin: 5px;
}

#loginmod .backbtnuserspg {
	display: flex;
	align-items: center;
	margin-top: 2rem;
	background: #ffffff1a;
	color: #ffffff;
	border-radius: 2rem;
	padding: 0.3rem 0.9rem;
	padding-left: 5px;
	border: 1px solid #414141;
	animation: appshow 0.5s 1;
}

.logincard button material-symbols-rounded {
	display: block;
	text-align: center;
	margin: 10px;
	font-size: var(--font-size-normal);
	width: fit-content;
	width: -moz-fit-content;
	float: left;
}

.logincard button {
	padding: 0.5rem;
	border-radius: var(--siz-radius1);
	border: none;
	background: #dbdbdb;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	display: grid;
	margin-left: 0.3rem;
	color: #5988ab;
}

.logincard img {
	width: 1.5rem;
	border-radius: var(--siz-radius1);
	background: black;
	border: 2px solid #748497;
}

.logincard button:hover {
	background-color: #f0f0f0;
}

.logincardwelt {
	font-size: var(--font-size-subheading);
	display: block;
	text-align: center;
	margin: 0.5rem;
}

.strtsearcont button span {
	font-size: 15px;
}

input#ctrlmenusearchinp {
	display: flex;
	width: 60px;
	font-size: inherit;
	font-family: inherit;
	border-radius: var(--siz-radius1);
	border: none;
	background: transparent;
	color: inherit;
}

.ctrlmenusearchinpbtn span {
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
}

.ctrlmenusearchinpbtn {
	display: flex !important;
	flex-direction: row;
	background: var(--col-bg2);
	border-radius: var(--siz-radius2);
	gap: 0.3rem;
	padding: 1px 5px;
	border: var(--box-crisp);
}

#searchiconthingy {
	color: var(--col-txt1);
	margin: 8px;
	padding: 0;
	padding-right: 5px;
	font-size: 20px;
	aspect-ratio: 1 / 1;
	display: grid;
	cursor: default;
	border-right: 1px solid #80808073;
	opacity: .5;

	&[type="smart"] {
		background: linear-gradient(145deg, rgb(76 149 255), rgb(255 29 200));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		opacity: 1;
	}
}

#bobthedropdown {
	visibility: visible;
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: .5em;

	&>.toolspart {
		display: flex;
		flex: 1;
		padding: 1px;
		justify-content: flex-start;
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 2px;
		background-color: var(--col-bg2);
		border-radius: var(--siz-radius2);
		border: var(--box-crisp);
	}
}

#bobthedropdown button {
	background: transparent;
	color: var(--col-txt1);
	border: none;
	padding: 6px 7px;
	border-radius: .3rem;
	cursor: pointer;
	display: flex;
	aspect-ratio: 1 / 1;
	justify-content: center;
	align-items: center;
}

#bobthedropdown button:hover {
	background: #7e7e7e65;
}

#sleepwindow {
	width: 100%;
	height: 100%;
	border: none;
	padding: 20px;
	background: radial-gradient(black, #000000c7);
	backdrop-filter: blur(10px);
	animation: sleepwin var(----time1);
	color: wheat;
}

@keyframes sleepwin {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.sleepwincon {
	display: grid;
	justify-items: center;
	align-items: center;
	align-content: center;
	height: 100%;
}

#sleepwindow h1 {
	font-size: 5rem;
	background: linear-gradient(45deg, #ff5b5b, #ecff4e);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
	animation: pop var(----time1);
}

#sleepwindow button {
	padding: 7px 11px;
	background: #242424;
	border-radius: var(--siz-radius1);
	border: none;
	color: var(--col-txt1);
	cursor: pointer;
	transition: 0.3s;
	animation: pop var(----time1);
}

#sleepwindow button:hover {
	background: #333333;
}

#sleepwindow .material-symbols-rounded {
	color: var(--col-txt1);
	opacity: 0.5;
	position: absolute;
	right: 2rem;
	top: 2rem;
	cursor: pointer;
}

#sleepwindow .material-symbols-rounded:hover {
	opacity: 1;
}

#sleepbtns {
	text-align: center;
}

#sleepmessage {
	color: var(--col-txt1);
	font-size: var(--font-size-normal);
}

#notification {
	position: absolute;
	right: 10px;
	width: 250px;
	background: var(--col-bg1);
	border-radius: var(--siz-radius1);
	padding: 10px;
	bottom: 70px;
	box-shadow: 0 1rem 2rem rgb(0 0 0 / 77%);
	display: none;
	animation: notifpull var(----time1);
	cursor: pointer;
	border: var(--box-crisp);
}

@keyframes notifpull {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#notification span {
	opacity: 0.5;
	font-size: var(--font-size-small);
}

#notification h2 {
	font-size: var(--font-size-subheading);
	font-weight: normal;
	margin: 0px 0;
}

#notification p {
	font-size: var(--font-size-small);
	margin: 3px 0;
	opacity: 0.7;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* snap transition */
.snapping {
	transition: .5s cubic-bezier(0.36, 0.38, 0, 0.94);
}

.transp2 {
	transition: 0.4s;
}

.transp3 {
	transition: var(----time1);
	transform: scale(0.98);
	opacity: 0;
}

.transp4 {
	transition: .2s;
	opacity: 0;
	transform: translate(1rem, 1rem) scale(0.9);
}

.transp5 {
	transition: var(----time1);
	opacity: 0;
}

.windowheader svg {
	width: 1rem;
	aspect-ratio: 1 / 1;
	margin: 5px 2px;
	display: flex;
	height: auto;
	margin-right: 0.3rem;
}

.windowheader .windowdataspan {
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.windowheader .windowdataspan .title {
	width: fit-content;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: var(--font-size-normal);
}

.rightsidesmadivs {
	display: flex;
	flex-direction: column;
}

.messagecont input {
	flex-grow: 4;
	border-radius: var(--siz-radius1);
	border: 0;
	margin-right: 2px;
	padding: 5px;
	background: #2f2f2f;
	color: var(--col-txt1);
}

.directxicons {
	font-size: var(--font-size-subheading) !important;
}

#time-display {
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-align: center;
	font-size: 13px;
}

codeblock {
	font-family: monospace;
	display: block;
	background-color: #101010;
	color: var(--col-txt1);
}

[zz21] {
	padding: 3px;
}

.adock {
	padding: 0px;
	margin: 0;
	display: flex;
	justify-content: center;
	height: 39px;
	width: 39px;
	aspect-ratio: 1 / 1;
	overflow: visible;
	border-radius: 6px;
	position: relative;
}

/* Win12-style active indicator dot under running apps */
.adock::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--col-txt2, #aaa);
	opacity: 0.6;
	transition: width 0.2s, opacity 0.2s, background 0.2s;
}

/* Focused window gets a wider, brighter indicator */
.adock.dock-focused::after {
	width: 14px;
	height: 3px;
	border-radius: 2px;
	background: var(--col-bgh, #4CC2FF);
	opacity: 1;
}

.adock .tooltiptext {
	transform: translateY(-42px) !important;
}

dialog iframe {
	display: block;
	width: 100%;
	background-color: #2f2f2f;
	color: grey;
	font-family: inherit;
	border-radius: var(--siz-radius1);
	border: 1px solid grey;
	margin-top: 0.5rem;
}

dialog#terminal {
	width: 100%;
	height: 100%;
	border: none;
	background: black;
	color: var(--col-txt1);
	padding: 20px;
}

#terminal .containerterm {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#terminal input,
#terminal textarea,
#terminal button {
	font-family: monospace;
	background: #101010;
	color: var(--col-txt1);
	font-size: var(--font-size-normal);
	padding: var(--sizing-normal);
	margin: 1px;
	border: none;
}

#terminal *:hover {
	filter: brightness(120%);
}

#terminput {
	display: block;
	flex-grow: 1;
}

#terminal .btnc {
	flex-direction: row;
	display: flex;
}

#termoutput {
	display: block;
	flex-grow: 1;
}

.ibtnsside {
	display: inline-flex;
	float: inline-end;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	align-items: stretch;
	overflow: hidden;
	background-color: var(--col-bg1);
	border-radius: var(--siz-radius1);
	transition: .3s;

	&:hover {
		filter: brightness(110%);
	}
}

.ibtnsside button {
	flex: 1;
	padding: 0 .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background-color: transparent;
	color: var(--col-txt1);
	width: 24px;
	aspect-ratio: 1 / 1;
	opacity: .7;
}

.ibtnsside button:hover {
	background-color: var(--col-bg2);
	opacity: 1;
	z-index: 2;
	box-shadow: 0 0 10px var(--col-bg1);
}

.ibtnsside button span {
	font-size: 1rem;
}

.searchbtnac {
	margin: 0 4px;
	font-size: 18px;
}

.loader5653 {
	width: 90%;
	height: 4.8px;
	border-radius: var(--siz-radius1);
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: var(--sizing-normal);
	background: #324f65;
}

.loader5653::after {
	content: '';
	width: 96px;
	height: 4.8px;
	background: #5c8dab;
	border-radius: var(--siz-radius1);
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	animation: hitZak 0.6s infinite alternate;
}

@keyframes hitZak {
	0% {
		left: 0;
		transform: translateX(-1%);
	}

	100% {
		left: 100%;
		transform: translateX(-99%);
	}
}

#startupterms {
	color: var(--col-txt1);
	opacity: 0.3;
	font-size: var(--font-size-small);
	text-align: center;
}

#startupterms span {
	display: flex;
}

.searchwincont {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
}

.searchside {
	flex-grow: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: nowrap;
	width: 0;
	transition: 0.3s;
	gap: 0.5rem;
	height: 40vh;
}

.searchside .smalltitl {
	font-size: var(--font-size-normal);
	opacity: 0.7;
	margin-top: 7px;
}

#serrecentapps {
	overflow-x: auto;
	overflow-y: hidden;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	white-space: nowrap;
	width: 100%;
	margin-top: .5em;
}

#notiflist {
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	padding: 0.5rem;
	padding-top: 0;
	box-sizing: border-box;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
	gap: .5em;
	display: flex;
	flex-direction: column-reverse;
}

.notiflistnav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - var(--sizing-normal));
	font-size: var(--font-size-small);
	color: lightgrey;
	padding: 0 0.5rem;
	padding-top: 0.3rem;
}

.notiflistnav span.material-symbols-rounded {
	font-size: var(--font-size-normal) !important;
}

.searchside .notiflist {
	flex: 1;
	color: #a1a1a1;
	font-size: var(--font-size-normal);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
	gap: .5em;
}

.searchside .notification {
	background: var(--col-bg1)3b;
	padding: 0.5rem;
	border-radius: var(--siz-radius1);
	color: var(--col-txt1);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	word-break: break-word;
	text-align: left;
	scroll-snap-align: end;
	border: 1px solid #ffffff0c;
	min-height: fit-content;
}

.searchside .notifTitle {
	font-size: var(--font-size-normal);
}

.searchside .notifDesc {
	text-align: left;
	opacity: 0.7;
	font-size: var(--font-size-small);
}

.searchside .notifAppName {
	font-size: var(--font-size-small);
	opacity: 0.8;
}

.searchinputcont {
	border-radius: var(--siz-radius2);
	background: var(--col-bg2);
	color: inherit;
	display: flex;
	flex-direction: row;
	width: 100%;
	border: 1px solid #ffffff0c;
}

.searchinputcont span {
	width: fit-content;
	font-size: var(--font-size-normal);
	padding: 0.5rem;
	opacity: 0.5;
	display: grid;
	justify-content: center;
	align-items: center;
}

#strtsear {
	width: 100%;
	background: transparent;
	border: none;
	border-radius: var(--siz-radius1);
	color: inherit;
	padding: 0.5rem 0rem;
	display: block;
	flex-grow: 1;
}

.previewsside {
	flex-grow: 2;
	width: 0;
	display: flex;
	flex-direction: column;
	padding: var(--sizing-normal);
	align-items: center;
	justify-content: flex-start;
	transition: 0.3s;
	border-radius: var(--siz-radius2);
	margin-left: 0.7rem;
	background: linear-gradient(90deg, #00000021 0%, transparent 30%);
	height: 100%;
}

#seprw-icon {
	width: 100%;
}

#seprw-icon svg {
	width: 80%;
	max-width: 70px;
	height: auto;
	aspect-ratio: 1 / 1;
}

#seprw-openb {
	background-color: var(--col-bg3);
	color: inherit;
	padding: 0.3rem 0.7rem;
	border: none;
	box-shadow: 0 2px 0.3rem #02020242;
	border-radius: var(--siz-radius2);
	cursor: pointer;
	display: block;
	margin: auto;
	margin-top: 0.5rem;
	border: 1px solid #ffffff0c;

	&:hover {
		filter: brightness(120%);
	}
}

div#seapppreview {
	width: 100%;
	margin-top: 20%;
}

#partrecentapps {
	text-align: left;
	width: 100%;
}

#partrecentapps span.smalltitl {
	font-size: var(--font-size-small);
	opacity: 0.5;
	margin-left: 19px;
}

@media only screen and (max-width: 1000px) {

	#appdmod,
	#searchwindow {
		width: 70%;
	}
}

@media only screen and (max-width: 500px) {

	#appdmod,
	#searchwindow {
		width: 100%;
		height: calc(100vh - 100px);
		padding: 22px;
		bottom: 10px;
		box-shadow: none;
		border-radius: 0;
		max-height: none;
	}

	.window {
		resize: none;
		border-radius: 0;
		max-height: calc(100vh - 72px);
		&>.windowheader {
			border-radius: 0;
		}
	}

	nav {
		background-color: var(--col-bg1);
		padding: 6px;
		bottom: 0;
	}

	nav [navobj] {
		background-color: transparent;
	}

	#appsindeck {
		height: 100%;
		overflow-y: auto;
		max-height: calc(100vh - 14rem) !important;
		justify-content: space-around;
		justify-items: center;
	}

	#dashboard {
		max-width: 100% !important;
		width: 90% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

.checkbox-wrapper-44 input[type="checkbox"] {
	display: none;
	visibility: hidden;
}

.checkbox-wrapper-44 *,
.checkbox-wrapper-44 *::before,
.checkbox-wrapper-44 *::after {
	box-sizing: border-box;
}

.checkbox-wrapper-44 .toggleButton {
	cursor: pointer;
	display: block;
	transform-origin: 50% 50%;
	transform-style: preserve-3d;
	transition: transform 0.14s;
}

.checkbox-wrapper-44 .toggleButton:active {
	transform: rotateX(30deg);
}

.checkbox-wrapper-44 .toggleButton input+div {
	border: 3px solid transparent;
	border-radius: 50%;
	position: relative;
	width: 14px;
	height: 14px;
}

.checkbox-wrapper-44 .toggleButton input+div svg {
	fill: none;
	stroke-width: 4.6px;
	stroke: #cbcbcb;
	stroke-linecap: round;
	stroke-linejoin: round;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	z-index: 1;
	stroke-dashoffset: 124.6;
	stroke-dasharray: 0 162.6 133 29.6;
	transition: all 0.4s 0s;
}

.checkbox-wrapper-44 .toggleButton input+div:before,
.checkbox-wrapper-44 .toggleButton input+div:after {
	content: "";
	width: 1px;
	height: 7px;
	background: #b5b5b5;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: var(--siz-radius1);

}

.checkbox-wrapper-44 .toggleButton input+div:before {
	opacity: 0;
	transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
	-webkit-animation: bounceInBefore-44 0.3s linear forwards 0.3s;
	animation: bounceInBefore-44 0.3s linear forwards 0.3s;
}

.checkbox-wrapper-44 .toggleButton input+div:after {
	opacity: 0;
	transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
	-webkit-animation: bounceInAfter-44 0.3s linear forwards 0.3s;
	animation: bounceInAfter-44 0.3s linear forwards 0.3s;
}

.checkbox-wrapper-44 .toggleButton input:checked+div svg {
	stroke-dashoffset: 162.6;
	stroke-dasharray: 0 162.6 28 134.6;
	transition: all 0.4s var(----time1);
	transform: scale(1.3);
	stroke: #47da43;
}

.checkbox-wrapper-44 .toggleButton input:checked+div:before {
	opacity: 0;
	transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
	-webkit-animation: bounceInBeforeDont-44 0.3s linear forwards 0s;
	animation: bounceInBeforeDont-44 0.3s linear forwards 0s;
}

.checkbox-wrapper-44 .toggleButton input:checked+div:after {
	opacity: 0;
	transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
	-webkit-animation: bounceInAfterDont-44 0.3s linear forwards 0s;
	animation: bounceInAfterDont-44 0.3s linear forwards 0s;
}

@-webkit-keyframes bounceInBefore-44 {
	0% {
		opacity: 0;
		transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
	}

	50% {
		opacity: 0.9;
		transform: scale(1.1) translate(-50%, -50%) rotate(45deg);
	}

	80% {
		opacity: 1;
		transform: scale(0.89) translate(-50%, -50%) rotate(45deg);
	}

	100% {
		opacity: 1;
		transform: scale(1) translate(-50%, -50%) rotate(45deg);
	}
}

@keyframes bounceInBefore-44 {
	0% {
		opacity: 0;
		transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
	}

	50% {
		opacity: 0.9;
		transform: scale(1.1) translate(-50%, -50%) rotate(45deg);
	}

	80% {
		opacity: 1;
		transform: scale(0.89) translate(-50%, -50%) rotate(45deg);
	}

	100% {
		opacity: 1;
		transform: scale(1) translate(-50%, -50%) rotate(45deg);
	}
}

@-webkit-keyframes bounceInAfter-44 {
	0% {
		opacity: 0;
		transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
	}

	50% {
		opacity: 0.9;
		transform: scale(1.1) translate(-50%, -50%) rotate(-45deg);
	}

	80% {
		opacity: 1;
		transform: scale(0.89) translate(-50%, -50%) rotate(-45deg);
	}

	100% {
		opacity: 1;
		transform: scale(1) translate(-50%, -50%) rotate(-45deg);
	}
}

@keyframes bounceInAfter-44 {
	0% {
		opacity: 0;
		transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
	}

	50% {
		opacity: 0.9;
		transform: scale(1.1) translate(-50%, -50%) rotate(-45deg);
	}

	80% {
		opacity: 1;
		transform: scale(0.89) translate(-50%, -50%) rotate(-45deg);
	}

	100% {
		opacity: 1;
		transform: scale(1) translate(-50%, -50%) rotate(-45deg);
	}
}

@-webkit-keyframes bounceInBeforeDont-44 {
	0% {
		opacity: 1;
		transform: scale(1) translate(-50%, -50%) rotate(45deg);
	}

	100% {
		opacity: 0;
		transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
	}
}

@keyframes bounceInBeforeDont-44 {
	0% {
		opacity: 1;
		transform: scale(1) translate(-50%, -50%) rotate(45deg);
	}

	100% {
		opacity: 0;
		transform: scale(0.3) translate(-50%, -50%) rotate(45deg);
	}
}

@-webkit-keyframes bounceInAfterDont-44 {
	0% {
		opacity: 1;
		transform: scale(1) translate(-50%, -50%) rotate(-45deg);
	}

	100% {
		opacity: 0;
		transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
	}
}

@keyframes bounceInAfterDont-44 {
	0% {
		opacity: 1;
		transform: scale(1) translate(-50%, -50%) rotate(-45deg);
	}

	100% {
		opacity: 0;
		transform: scale(0.3) translate(-50%, -50%) rotate(-45deg);
	}
}

.windowloader .loader33 {
	width: 5px;
	height: 3px;
	border-radius: var(--siz-radius1);
	display: block;
	margin: 15px auto;
	position: relative;
	color: var(--col-txt1);
	left: -100px;
	box-sizing: border-box;
	animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
	0% {
		box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
	}

	12% {
		box-shadow: 100px 0 var(--col-txt1), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
	}

	25% {
		box-shadow: 110px 0 var(--col-txt1), 100px 0 var(--col-txt1), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
	}

	36% {
		box-shadow: 120px 0 var(--col-txt1), 110px 0 var(--col-txt1), 100px 0 var(--col-txt1), 0px 0 rgba(255, 255, 255, 0);
	}

	50% {
		box-shadow: 130px 0 var(--col-txt1), 120px 0 var(--col-txt1), 110px 0 var(--col-txt1), 100px 0 var(--col-txt1);
	}

	62% {
		box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--col-txt1), 120px 0 var(--col-txt1), 110px 0 var(--col-txt1);
	}

	75% {
		box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--col-txt1), 120px 0 var(--col-txt1);
	}

	87% {
		box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--col-txt1);
	}

	100% {
		box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
	}
}

@keyframes thatsnotright {
	25% {
		transform: translateX(-5px);
	}

	75% {
		transform: translateX(5px);
	}
}

.thatsnotrightcls {
	animation: thatsnotright .2s 3;
	background: rgb(255, 129, 129);
}

@keyframes l1 {
	0% {
		background-position: right
	}
}

.progress-container {
	width: 0;
	max-width: 150px;
	background-color: #141414;
	border-radius: var(--siz-radius1);
	margin-bottom: var(--sizing-normal);
	background: linear-gradient(90deg, #0001 33%, #494949 50%, #0001 66%) #232323;
	background-size: 300% 100%;
	animation: l1 1s infinite cubic-bezier(0.08, 0.82, 0.95, 0.52);
}

.progress-bar {
	height: 0.2rem;
	width: 0;
	background-color: #76c7c0;
	border-radius: 10px 0 0 10px;
	transition: width 0.5s;
	border-radius: var(--siz-radius1);
}

@keyframes progressanim {
	50% {
		box-shadow: 0px 0px 5px #3aff7c;
	}
}

.edisonrl {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.loginscontain {
	display: flex;
	flex-direction: column;
	height: 100%;
	animation: appshow .5s;

	.logincard,
	.userselect {
		height: 0;
		overflow: hidden;
		flex: 1;
		transition: var(----time1);
	}
}

noscript {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2rem;
	background: #2b2b2b;
	color: white;
	z-index: 100;
	height: 100vh;
}

.userselect {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	overflow: visible;
	justify-content: space-between;
	text-align: center;
}


.userselect h1 {
	font-size: 15vh;
	opacity: 0.8;
	margin-bottom: 1rem;
}

.userselect .divider {
	width: 1px;
	height: 50px;
	background-color: rgba(126, 126, 126, 0.482);
}

.userselect .user {
	width: 75px;
	overflow: hidden;
	height: fit-content;
	text-overflow: ellipsis;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0.3rem;
	padding: 0.5rem;
	align-items: center;
	border-radius: var(--siz-radius1);
	cursor: pointer;
	border: 1px solid transparent;
	padding-top: .7rem;

	&>.name {
		width: 100%;
		text-wrap: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		text-align: center;
	}

	&:focus {
		outline: none;
		border: 1px solid #ffffff6b;
		background: #ffffff1c;
	}

	&>.icon {
		height: 2.5em;
		object-fit: cover;
		background: rgb(125 125 125 / 24%);
		border-radius: 0.3rem;
		aspect-ratio: 1 / 1;
		width: auto;
		display: flex;
		align-items: center;
		justify-content: center;

		&.material-symbols-rounded {
			font-size: 25px;
			opacity: .7;
		}
	}
}

.userselect .user:hover {
	background: #80808052;
}

.userselect .newusbtn {
	background: transparent;
	color: var(--col-txt1);
	border-radius: var(--siz-radius1);
	padding: 0.3rem 0.6rem;
	padding-right: 0.5rem;
	display: flex;
	width: fit-content;
	flex-direction: column;
	margin-left: 1rem;

	&:focus {
		outline: none;
		border: 1px solid #ffffff6b;
		background: #ffffff1c;
	}
}

.userselect .newusbtn .name {
	opacity: 0.5;
	overflow: hidden;
	transition: .3s;
}

.userselect .newusbtn:hover {
	background: var(--col-txt1)1a;
	display: flex;
	width: fit-content;
	flex-direction: column;
	margin-left: 1rem;
}

.userselect .newusbtn:hover .name {
	opacity: 1;
}

.usersselector {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: .5em;
}

#userschooser {
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
	height: fit-content;
	align-items: flex-start;
	max-width: 80%;
	flex-wrap: wrap;
	justify-content: center;
}

.strtappsugs strong {
	opacity: 0.5;
	font-size: var(--font-size-small);
	font-weight: normal;
	margin: 0.3rem 0;
	padding: 0.2rem;
	display: block;
	width: 100%;
}

.taskbarloader {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	border-top: 3px solid #FFF;
	border-right: 3px solid transparent;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.erase-everything {
	color: #ff4242;
	bottom: 2rem;
	display: block;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	margin: auto;
	right: 0;
}

.erase-everything:hover {
	opacity: 1;
}

#versionswitcher {
	display: block;
	text-align: center;
	padding: 4rem;
	border: none;
	font-size: 1.2rem;
	border-radius: 2rem;
	background: linear-gradient(0deg, #0e0e0e, #18181885);
	color: var(--col-txt1);
	backdrop-filter: blur(2rem);
	box-shadow: 0 1rem 1rem #0000008f;
}

#versionswitcher::backdrop {
	background-image: url("https://images.unsplash.com/photo-1533852990198-bdd4082bf8c0?q=80&w=1933&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
	background-size: cover;
}

#versionswitcher h1 {
	font-size: 3rem;
	background: linear-gradient(45deg, #ff67d7, #4fbeff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#versionswitcher small {
	opacity: 0.7;
}

.upgradeversionbtn {
	border: none;
	border-radius: var(--siz-radius1);
	padding: 0.7rem 2rem;
	display: block;
	margin: 1rem auto;
	background: #7d7aff;
	color: var(--col-txt1);
	letter-spacing: 1px;
	cursor: pointer;
	box-shadow: -5px -5px 0rem #625eff;
	translate: 3px 3px;
}

#draggable-time {
	line-height: 15px;
}

div#toastdiv {
	position: absolute;
	bottom: 15vh;
	display: none;
	margin: auto;
	width: 100%;
}

.toastInner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	width: fit-content;
	padding: 0.5rem 1rem;
	background: var(--col-bg2);
	border-radius: 1.5rem;
	box-shadow: 0 8px 1rem #00000085;
	margin: auto;
	cursor: pointer;
	transition: .2s;
	gap: 0.5rem;
}

div#toasticon {
	width: 2em;
	height: 2em;
	overflow: hidden;
	margin-right: 0px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;

	&>svg {
		width: 80%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
}

#toastdivtext {
	font-size: var(--font-size-normal);
	white-space: nowrap;
}

#toastdivtext:active {
	transform: scale(0.95);
}

.notifpullanim {
	animation: notifpull var(--time2);
}

@keyframes slideInTop {
	from {
		transform: translateY(-1rem);
		opacity: 0;
	}

	to {
		transform: translateY(0);
	}
}

@keyframes slideInLeft {
	from {
		transform: translateX(-1rem);
		opacity: 0;
	}

	to {
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	from {
		transform: translateX(1rem);
	}

	to {
		transform: translateX(0);
	}
}

#snappingIndicator {
	position: absolute;
	height: calc(100vh - 0px);
	width: calc(100vw - 0px);
	z-index: 0;
	display: none;
}

#snappingIndicator div {
	background-color: rgba(255, 255, 255, 0.353);
	border-radius: .5em;
	border: 2px solid var(--col-bgh);
}

.topsnappingind {
	width: 100%;
	position: absolute;
	height: calc(3% - .3rem);
	top: -0.3rem;
	animation: .3s slideInTop;
}

.rightsnappingind {
	position: absolute;
	height: calc(100% - 4rem);
	width: calc(3% - .3rem);
	right: -0.3rem;
	top: calc(3% - 0px);
	animation: .3s slideInRight;
}

.leftsnappingind {
	position: absolute;
	height: calc(100% - 4rem);
	width: calc(3% - .3rem);
	left: -0.3rem;
	top: calc(3% - 0px);
	animation: .3s slideInLeft;
}

.app-shortcut svg.mmic {
	fill: var(--col-txt1);
	height: 20px;
}

.searchbtnac {
	font-size: 1.4rem !important;
}

.notifnav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#notification .wincl {
	background: var(--col-bg2);
	padding: 3px;
	border-radius: 10px;
	border: var(--box-crisp);
}

#notification .wincl:hover {
	background: var(--col-bg3);
}

#app_inst_dia_icon {
	width: 50px;
	height: 50px;
}

#app_inst_dia_icon svg {
	height: 100%;
	width: 100%;
}

.app_inst_dia_nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1em;
}

#AppInstDia span {
	all: revert;
}

#AppInstDia p {
	margin: 0;
}

#AppInstDia ul {
	margin: 0;
	margin-top: 1em;
	max-height: 300px;
	overflow: hidden auto;
	border: var(--box-crisp);
	border-radius: var(--siz-radius2);
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1px;
	background-color: #7a7a7a4a;
}

#AppInstDia li {
	text-align: left;
	display: block;
	padding: .5em;
	background: var(--col-bg3);
	filter: brightness(80%);

	&:first-child {
		filter: brightness(100%);
	}

	& small {
		opacity: .5;
		display: block;
	}
}

div#appgrp_list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(80px, 85px));
	justify-content: space-around;
	align-items: start;
}

#appgrpmodal {
	padding: 1em;
	min-height: 300px;
	min-width: 300px;
}

.modal_close_btn {
	position: absolute;
	top: .5em;
	font-size: 1.3em;
	padding: 5px;
	border-radius: var(--siz-radius1);
	right: .5em;
	display: flex;

	&:hover {
		background-color: var(--col-bg3);
	}
}

@keyframes backgroundzoom {
	0% {
		background-position: right;
	}

	100% {
		background-position: left;
	}
}

dialog#nich {
	width: fit-content;
	height: fit-content;
	border: 0;
	color: white;
	font-size: 5em;
	background-color: transparent;
	font-weight: bold;
	outline: none;
	animation: appop .5s;

	&>span {
		font-size: 14px;
		font-weight: normal;
		position: absolute;
		width: calc(100% - 12em);
		text-align: center;
		opacity: .5;
	}

	&:focus {
		outline: none;
	}

	&::backdrop {
		background-color: black;
		background: #101010;
	}

	h1#nich-title {
		/* background: url(libs/nich.png); */
		-webkit-background-clip: text;
		background-size: 50%;
		-webkit-text-fill-color: transparent;
		background-position: center;
		animation: backgroundzoom 5s infinite linear;


	}
}

/* ══════════════════════════════════════════════
   Spotlight Search
   ══════════════════════════════════════════════ */
.spotlight-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 18vh;
	background: rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	animation: spotlightFadeIn 0.15s ease-out;
}
@keyframes spotlightFadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.spotlight-container {
	width: 560px;
	max-width: 90vw;
	background: var(--col-bg1, #1a1a2e);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.06);
	overflow: hidden;
}
.spotlight-input-wrap {
	display: flex;
	align-items: center;
	padding: 14px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	gap: 12px;
}
.spotlight-search-icon {
	color: rgba(255, 255, 255, 0.4);
	font-size: 22px;
	flex-shrink: 0;
}
.spotlight-input {
	flex: 1;
	background: transparent;
	border: none;
	outline: none;
	color: var(--col-txt1, #e0e0e0);
	font-size: 17px;
	font-family: inherit;
}
.spotlight-input::placeholder {
	color: rgba(255, 255, 255, 0.3);
}
.spotlight-results {
	max-height: 380px;
	overflow-y: auto;
	scrollbar-width: thin;
}
.spotlight-results::-webkit-scrollbar {
	width: 5px;
}
.spotlight-results::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 3px;
}
.spotlight-category-label {
	padding: 8px 18px 4px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: rgba(255, 255, 255, 0.35);
	font-weight: 600;
}
.spotlight-result {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 18px;
	cursor: pointer;
	transition: background 0.12s;
}
.spotlight-result:hover,
.spotlight-result.selected {
	background: rgba(97, 121, 255, 0.12);
}
.spotlight-result .material-symbols-rounded {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.5);
	flex-shrink: 0;
}
.spotlight-result-text {
	flex: 1;
	min-width: 0;
}
.spotlight-result-title {
	font-size: 14px;
	color: var(--col-txt1, #e0e0e0);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.spotlight-result-subtitle {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.35);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.spotlight-result-shortcut {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.25);
	flex-shrink: 0;
}
.spotlight-no-results {
	padding: 24px;
	text-align: center;
	color: rgba(255, 255, 255, 0.3);
	font-size: 14px;
}

/* ══════════════════════════════════════════════
   Mission Control
   ══════════════════════════════════════════════ */
.mission-control {
	position: fixed;
	inset: 0;
	z-index: 99990;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	display: flex;
	align-items: center;
	justify-content: center;
	animation: mcFadeIn 0.25s ease-out;
}
.mission-control[hidden] {
	display: none !important;
}
@keyframes mcFadeIn {
	from { opacity: 0; transform: scale(0.95); }
	to { opacity: 1; transform: scale(1); }
}
.mc-windows-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	align-items: center;
	max-width: 90vw;
	max-height: 80vh;
	padding: 32px;
}

/* ══════════════════════════════════════════════
   Notification Center
   ══════════════════════════════════════════════ */
.notification-center {
	position: fixed;
	top: 0;
	right: 0;
	width: 360px;
	max-width: 100vw;
	height: 100vh;
	z-index: 99980;
	background: var(--col-bg1, #1a1a2e);
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: -8px 0 32px rgba(0, 0, 0, 0.4);
	transform: translateX(0);
	transition: transform 0.25s ease;
	padding: 20px;
	overflow-y: auto;
}
.notification-center[hidden] {
	transform: translateX(100%);
	display: block !important;
	pointer-events: none;
}
.notification-center h2 {
	font-size: 16px;
	margin-bottom: 16px;
	color: var(--col-txt1, #e0e0e0);
}
.nc-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nc-empty {
	text-align: center;
	color: rgba(255, 255, 255, 0.3);
	padding: 40px 0;
}

/* ══════════════════════════════════════════════
   Show Desktop Button
   ══════════════════════════════════════════════ */
.show-desktop-btn {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 8px;
	height: 48px;
	z-index: 99970;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.06);
	transition: background 0.15s;
}
.show-desktop-btn:hover {
	background: rgba(97, 121, 255, 0.3);
}

/* ══════════════════════════════════════════════
   Permission Prompt (from permissions.js)
   ══════════════════════════════════════════════ */
.permission-prompt-modal::backdrop {
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

/* ══════════════════════════════════════════════
   Win12-Style Visual System
   Glass, blur, animations, focus, light mode
   ══════════════════════════════════════════════ */

/* ── Window Glass (Win12-style focus management) ── */
.window.windowontop {
	backdrop-filter: var(--blur-heavy);
	-webkit-backdrop-filter: var(--blur-heavy);
	background: var(--bg70);
	box-shadow: var(--shadow-focus);
	border-color: var(--glass-border-col);
}

/* Title bar glass — dims on unfocus (Win12 pattern) */
.windowheader {
	backdrop-filter: var(--blur-medium);
	-webkit-backdrop-filter: var(--blur-medium);
	background: var(--glass-bg) !important;
	border-bottom: 1px solid var(--glass-border-col);
	opacity: 0.5;
	transition: opacity 150ms var(--ease-decel);
}
.window.windowontop > .windowheader {
	opacity: 1;
}

/* ── Taskbar ── */
#ctrlnav {
	background: transparent !important;
	border-top: none;
}

nav .flodiv {
	background: var(--bar) !important;
	backdrop-filter: var(--blur-medium);
	-webkit-backdrop-filter: var(--blur-medium);
	border: 1px solid var(--glass-border-col);
	box-shadow: 2px 2px 10px var(--sd);
}

/* Active app indicator — accent dot below focused taskbar icon */
[navobj][data-active="true"] {
	position: relative;
}
[navobj][data-active="true"]::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 16px;
	height: 3px;
	border-radius: 5px;
	background: linear-gradient(130deg, var(--theme-1), var(--theme-2));
	transition: width 0.2s var(--ease-decel);
}

/* Running (not focused) app — small grey dot */
[navobj][data-running="true"]:not([data-active="true"]) {
	position: relative;
}
[navobj][data-running="true"]:not([data-active="true"])::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 6px;
	height: 3px;
	border-radius: 5px;
	background: var(--col-bg3);
	transition: width 0.2s var(--ease-decel);
}

/* Taskbar icon hover magnification */
[navobj]:hover {
	transform: scale(1.1) translateY(-2px);
}
[navobj] {
	transition: transform 0.2s var(--ease-decel),
	            flex-basis var(--time1),
	            width var(--time1),
	            opacity var(--time1);
}

/* ── Context Menu Glass ── */
.ctx-menu,
.ctxmenu,
.contextmenu {
	backdrop-filter: blur(25px) saturate(2);
	-webkit-backdrop-filter: blur(25px) saturate(2);
	background: var(--cm) !important;
	border: 1.5px solid rgba(111, 111, 111, 0.19);
	border-radius: 10px;
	box-shadow: 2px 2px 10px var(--sd);
	padding: 5px;
	min-width: 180px;
}

.ctxmenuitem {
	border-radius: 5px;
	transition: background 50ms;
}

.ctxmenuitem:hover {
	background: var(--hover-b) !important;
}

/* Context menu show animation */
.contextmenu,
.ctxmenu {
	animation: ctxMenuIn 100ms var(--ease-decel);
}

@keyframes ctxMenuIn {
	from {
		opacity: 0;
		transform: scale(0.92) translateY(-8px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

/* ── Start Menu / App Launcher Glass ── */
#appdmod {
	backdrop-filter: blur(60px) saturate(3) contrast(0.8);
	-webkit-backdrop-filter: blur(60px) saturate(3) contrast(0.8);
	background: var(--bg70) !important;
	border: 1px solid var(--glass-border-col);
	border-radius: 20px;
	box-shadow: var(--shadow-lg);
}

/* ── Search Panel Glass ── */
#searchwindow {
	backdrop-filter: blur(60px) saturate(3) contrast(0.8);
	-webkit-backdrop-filter: blur(60px) saturate(3) contrast(0.8);
	background: var(--bg70) !important;
	border: 1px solid var(--glass-border-col);
	border-radius: 16px;
	box-shadow: var(--shadow-lg);
}

/* ── Notification Panel Glass ── */
.notification-center {
	backdrop-filter: blur(50px) saturate(1.5);
	-webkit-backdrop-filter: blur(50px) saturate(1.5);
	background: var(--bg70) !important;
	border: 1px solid var(--glass-border-col);
}

/* ── Dialog Glass ── */
dialog.scalableui {
	backdrop-filter: var(--blur-medium);
	-webkit-backdrop-filter: var(--blur-medium);
	background: var(--material-thick) !important;
	border: var(--glass-border);
}

/* ── Scrollbar (Win12-style) ── */
::-webkit-scrollbar {
	width: 14px;
	height: 14px;
}
::-webkit-scrollbar-track {
	display: none;
}
::-webkit-scrollbar-button {
	display: none;
}
::-webkit-scrollbar-thumb {
	background-color: #7f7f7f70;
	border-radius: 7px;
	background-clip: padding-box;
	border: 4px solid transparent;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #7f7f7faa;
}
::-webkit-scrollbar-thumb:active {
	background-color: #7f7f7fdd;
}

/* ══════════════════════════════════════════════
   Window Animations (Win12-style)
   ══════════════════════════════════════════════ */

@keyframes winOpen {
	from {
		opacity: 0;
		transform: scale(0.88) translateY(16px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

@keyframes winClose {
	from {
		opacity: 1;
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(0.92) translateY(12px);
	}
}

@keyframes winMinimize {
	from {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
	to {
		opacity: 0;
		transform: scale(0.6) translateY(40vh);
	}
}

@keyframes winRestore {
	from {
		opacity: 0;
		transform: scale(0.6) translateY(40vh);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

@keyframes winMaximize {
	from { border-radius: 10px; }
	to { border-radius: 0; }
}

/* Taskbar icon appear/disappear */
@keyframes taskShow {
	from { transform: translateY(20px); opacity: 0; }
	to { transform: none; opacity: 1; }
}

@keyframes taskHide {
	from { transform: none; opacity: 1; }
	to { transform: translateY(20px); opacity: 0; }
}

/* ── Win12 Show/Hide Pattern ──
   Two-class pattern: .show-begin (display:flex) → .show (opacity+transform)
   On close: remove .show → wait transition → remove .show-begin */
.window {
	transform: scale(0.88) translateY(16px);
	opacity: 0;
	transition: transform 200ms var(--ease-decel),
	            opacity 200ms var(--ease-decel),
	            box-shadow 0.2s var(--ease-decel),
	            backdrop-filter 0.2s,
	            border-color 0.2s;
	display: none;
}
.window.show-begin {
	display: flex;
	flex-direction: column;
}
.window.show {
	transform: none;
	opacity: 1;
}

/* Minimized — slide down toward taskbar and shrink */
.window.min {
	transform: scale(0.6) translateY(40vh) !important;
	opacity: 0 !important;
	pointer-events: none;
	transition: transform 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19),
	            opacity 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19) !important;
}

/* Restoring from minimize — decel curve */
.window.restoring {
	transition: transform 300ms var(--ease-decel),
	            opacity 300ms var(--ease-decel) !important;
}

/* Maximized — full screen, no border-radius */
.window.max {
	width: 100% !important;
	left: 0 !important;
	top: 0 !important;
	border-radius: 0;
	transition: transform 200ms var(--ease-decel),
	            opacity 200ms var(--ease-decel),
	            width 200ms var(--ease-decel),
	            height 200ms var(--ease-decel),
	            left 200ms var(--ease-decel),
	            top 200ms 100ms var(--ease-decel),
	            border-radius 200ms var(--ease-decel),
	            backdrop-filter 0ms,
	            background 0ms;
}

/* Hide resize handles when maximized */
.window.max .resize-bar,
.window.max .knob {
	display: none !important;
}

/* Remember maximized-before-minimize */
.window.min-max {
	/* Marker class only — used by JS to restore to max state */
}

/* ══════════════════════════════════════════════
   Utility Classes (Win12-style)
   ══════════════════════════════════════════════ */

/* Disable transitions during drag */
.notrans,
.notrans * {
	transition: none !important;
	animation: none !important;
}

/* Remove border-radius */
.nobr { border-radius: 0 !important; }

/* Remove box-shadow */
.nosd { box-shadow: none !important; }

/* Mica material on focused window */
:root.mica .window.windowontop {
	background: var(--mica);
}

/* ══════════════════════════════════════════════
   Win12-Style Title Bar Buttons (.wbtg pattern)
   Close button gets red hover, all get proper sizing
   ══════════════════════════════════════════════ */
.ibtnsside button.winclosebtn:hover {
	background-color: #d80d1c !important;
	color: #fff !important;
}
.ibtnsside button.winclosebtn:hover span {
	color: #fff;
}

/* ══════════════════════════════════════════════
   Win12-Style Input Focus Accent Border
   Inputs get accent gradient bottom border on focus
   ══════════════════════════════════════════════ */
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
textarea,
select {
	border-bottom: 2.5px solid transparent;
	transition: border-color 100ms, background 100ms, box-shadow 100ms;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
textarea:focus {
	border-image: linear-gradient(90deg, var(--theme-1), var(--theme-2)) 1;
	border-image-slice: 0 0 1 0;
	box-shadow: 0 1px 10px var(--s3d);
}

/* ══════════════════════════════════════════════
   Win12-Style Accent Gradient Buttons
   Submit/primary actions use accent gradient
   ══════════════════════════════════════════════ */
button.accent,
.btn-accent,
.buttons > .submit {
	background-image: linear-gradient(120deg, var(--theme-1), var(--theme-2));
	color: #fff;
	border: none;
	border-radius: 7px;
	padding: 6px 14px;
	cursor: pointer;
	transition: filter 80ms, transform 80ms;
}
button.accent:hover,
.btn-accent:hover,
.buttons > .submit:hover {
	filter: brightness(1.15);
}
button.accent:active,
.btn-accent:active,
.buttons > .submit:active {
	filter: brightness(0.9);
	transform: scale(0.97);
}

/* ══════════════════════════════════════════════
   Win12-Style Active Press Feedback
   Elements get subtle opacity on press
   ══════════════════════════════════════════════ */
.act:active,
[navobj]:active,
.app-shortcut:active,
.ctxmenuitem:active,
.notifpan:active {
	filter: opacity(0.7);
}

/* ══════════════════════════════════════════════
   Win12-Style Toast Notification Glass
   ══════════════════════════════════════════════ */
.toastInner {
	backdrop-filter: blur(20px) saturate(1.5);
	-webkit-backdrop-filter: blur(20px) saturate(1.5);
	background: var(--cm) !important;
	border: 1px solid var(--glass-border-col);
}

/* ══════════════════════════════════════════════
   Win12-Style Loading Spinner
   Dual-circle SVG spinner for windows and panels
   ══════════════════════════════════════════════ */
@keyframes win12-spin {
	0%   { stroke-dasharray: 0.01px, 43.97px; transform: rotate(0deg); }
	50%  { stroke-dasharray: 21.99px, 21.99px; transform: rotate(450deg); }
	to   { stroke-dasharray: 0.01px, 43.97px; transform: rotate(1080deg); }
}

.win12-spinner circle:last-child {
	fill: none;
	stroke: var(--theme-2);
	stroke-width: 3px;
	stroke-linecap: round;
	animation: win12-spin 1.5s ease-in-out infinite;
}

.win12-spinner circle:first-child {
	fill: none;
	stroke: var(--cm);
	stroke-width: 3px;
}

/* Accessibility: Screen reader only */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ══════════════════════════════════════════════
   Win12-Style Snap Preview Overlay
   ══════════════════════════════════════════════ */
#snap-preview {
	position: fixed;
	z-index: 90;
	pointer-events: none;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	background: var(--fill, rgba(255, 255, 255, 0.15));
	border: 2px solid var(--glass-border-col);
	border-radius: 10px;
	opacity: 0;
	transition: opacity 200ms var(--ease-decel),
	            top 200ms var(--ease-decel),
	            left 200ms var(--ease-decel),
	            width 200ms var(--ease-decel),
	            height 200ms var(--ease-decel);
}

#snap-preview.visible {
	opacity: 1;
}

#snap-preview.snap-max {
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}

#snap-preview.snap-left {
	top: 4px;
	left: 4px;
	width: calc(50% - 6px);
	height: calc(100% - 8px);
}

#snap-preview.snap-right {
	top: 4px;
	left: calc(50% + 2px);
	width: calc(50% - 6px);
	height: calc(100% - 8px);
}

/* ══════════════════════════════════════════════
   Win12-Style Notification Banner (slide from bottom-right)
   ══════════════════════════════════════════════ */
#notification {
	backdrop-filter: blur(50px) saturate(1.3);
	-webkit-backdrop-filter: blur(50px) saturate(1.3);
	background: var(--bg70) !important;
	border: 1px solid var(--glass-border-col) !important;
	box-shadow: var(--shadow-focus) !important;
	border-radius: 12px !important;
	animation: notifSlideIn 400ms 200ms var(--ease-decel) both !important;
}

@keyframes notifSlideIn {
	from {
		opacity: 0;
		transform: translateX(40px) scale(0.95);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

/* ══════════════════════════════════════════════
   Win12-Style Toast Notification (slide from bottom)
   ══════════════════════════════════════════════ */
#toastdiv.notifpullanim {
	animation: toastSlideIn 400ms 200ms var(--ease-decel) both;
}

@keyframes toastSlideIn {
	from {
		opacity: 0;
		transform: translateY(20px) scale(0.96);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

#toastdiv.closeEffect {
	animation: none;
	opacity: 0;
	transform: translateY(10px) scale(0.96);
	transition: opacity 200ms var(--ease-decel),
	            transform 200ms var(--ease-decel);
}

/* ══════════════════════════════════════════════
   Win12-Style Start Menu / App Launcher Animation
   ══════════════════════════════════════════════ */
#appdmod {
	transition: opacity 200ms var(--ease-decel),
	            transform 200ms var(--ease-decel);
}

#appdmod[open] {
	animation: startMenuIn 200ms var(--ease-decel);
}

@keyframes startMenuIn {
	from {
		opacity: 0;
		transform: scale(0.92) translateY(20px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

/* Search panel animation */
#searchwindow[open] {
	animation: startMenuIn 200ms var(--ease-decel);
}

/* ══════════════════════════════════════════════
   Win12-Style Calendar / Date Popup
   ══════════════════════════════════════════════ */
#datebox {
	position: fixed;
	right: 10px;
	bottom: 60px;
	width: 320px;
	z-index: 91;
	display: none;
	backdrop-filter: blur(50px) saturate(1.5);
	-webkit-backdrop-filter: blur(50px) saturate(1.5);
	background: var(--bg70);
	border: 1px solid var(--glass-border-col);
	border-radius: 16px;
	box-shadow: var(--shadow-lg);
	padding: 16px;
	color: var(--col-txt1);
	font-family: inherit;
}

#datebox.show {
	display: block;
	animation: dateboxIn 200ms var(--ease-decel);
}

@keyframes dateboxIn {
	from {
		opacity: 0;
		transform: translateY(20px) scale(0.95);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

#datebox .datebox-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

#datebox .datebox-header h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

#datebox .datebox-header .datebox-nav {
	display: flex;
	gap: 4px;
}

#datebox .datebox-header .datebox-nav span {
	cursor: pointer;
	padding: 4px;
	border-radius: 6px;
	font-size: 18px;
	user-select: none;
	transition: background 100ms;
}

#datebox .datebox-header .datebox-nav span:hover {
	background: var(--hover-b);
}

#datebox .datebox-weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 2px;
	text-align: center;
	font-size: 11px;
	color: var(--col-txt2, #888);
	margin-bottom: 4px;
	user-select: none;
}

#datebox .datebox-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 2px;
}

#datebox .datebox-day {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 13px;
	cursor: default;
	transition: background 100ms;
	user-select: none;
}

#datebox .datebox-day.other-month {
	opacity: 0.35;
}

#datebox .datebox-day.today {
	background: linear-gradient(130deg, var(--theme-1), var(--theme-2));
	color: #fff;
	font-weight: 600;
}

#datebox .datebox-day:not(.today):hover {
	background: var(--hover-b);
}

/* ══════════════════════════════════════════════
   Win12-Style Quick Settings / Control Center
   ══════════════════════════════════════════════ */
#quick-settings {
	position: fixed;
	right: 10px;
	bottom: 60px;
	width: 320px;
	z-index: 91;
	display: none;
	backdrop-filter: blur(50px) saturate(1.5);
	-webkit-backdrop-filter: blur(50px) saturate(1.5);
	background: var(--bg70);
	border: 1px solid var(--glass-border-col);
	border-radius: 16px;
	box-shadow: var(--shadow-lg);
	padding: 16px;
	color: var(--col-txt1);
	font-family: inherit;
}

#quick-settings.show {
	display: block;
	animation: dateboxIn 200ms var(--ease-decel);
}

#quick-settings .qs-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-bottom: 16px;
}

#quick-settings .qs-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 12px 8px;
	border-radius: 10px;
	background: var(--hover-half);
	border: 1px solid transparent;
	cursor: pointer;
	transition: background 100ms var(--ease-decel),
	            border-color 100ms;
	user-select: none;
}

#quick-settings .qs-btn:hover {
	background: var(--hover-b);
}

#quick-settings .qs-btn.active {
	background: linear-gradient(130deg, var(--theme-1), var(--theme-2));
	color: #fff;
	border-color: transparent;
}

#quick-settings .qs-btn .material-symbols-rounded {
	font-size: 20px;
}

#quick-settings .qs-btn span:last-child {
	font-size: 11px;
}

#quick-settings .qs-slider {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}

#quick-settings .qs-slider .material-symbols-rounded {
	font-size: 18px;
	opacity: 0.7;
}

#quick-settings .qs-slider input[type="range"] {
	flex: 1;
	-webkit-appearance: none;
	appearance: none;
	height: 4px;
	background: var(--hover-b);
	border-radius: 4px;
	outline: none;
}

#quick-settings .qs-slider input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: linear-gradient(130deg, var(--theme-1), var(--theme-2));
	cursor: pointer;
	border: 2px solid #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* ══════════════════════════════════════════════
   Win12-Style Modal / Notice Dialog
   ══════════════════════════════════════════════ */
dialog.realmodal {
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: var(--bg70) !important;
	border: 1px solid var(--glass-border-col);
	border-radius: 14px;
	box-shadow: var(--shadow-lg);
}

dialog.realmodal[open] {
	animation: modalIn 200ms var(--ease-decel);
}

@keyframes modalIn {
	from {
		opacity: 0;
		transform: scale(0.92);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

dialog.realmodal::backdrop {
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}