@import url("../assets/bootstrap/bootstrap.min.css");
@import url("../assets/jquery/jquery-ui/jquery-ui.css");
@import url("../assets/owlcarousel/owl.carousel.min.css");
@import url("../assets/fancybox/jquery.fancybox.min.css");
@import url("../assets/aos/aos.css");
/*
* ----------------------------------------------------------------------------------------
* Fonts
* ----------------------------------------------------------------------------------------
*/
@import url("../assets/fonts/fontawesome-free-6.7.2-web/css/all.min.css");
@import url("../assets/fonts/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css");
/*
* ----------------------------------------------------------------------------------------
* General & Variables
* ----------------------------------------------------------------------------------------
*/
:root {
 --primary-glow: #00d2ff;
 --secondary-glow: #3a7bd5;
 --accent-color: #00f2fe;
 --dark-color: #1b242c;
 --glass-bg: rgba(255, 255, 255, 0.1);
 --glass-border: rgba(255, 255, 255, 0.2);
 --link-hover: #70e1ff;
}
html {
	scroll-padding-top: 80px;
}
body {
	margin: 0;
	font-family: 'Inter', sans-serif;
	scroll-behavior: smooth;
	line-height: 1.6;
	background: radial-gradient(circle at top left, #1b2735 0%, #090a0f 100%);
	min-height: 100vh;
	color: var(--bs-white);
}
html, body {
	overflow-x: hidden;
	width: 100%;
}
.grecaptcha-badge {
	display: none !important;
}
a {
	color: var(--accent-color);
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	text-shadow: 0 0 5px rgba(0, 242, 254, 0.3);
}
a:hover {
	color: var(--link-hover);
	text-shadow: 0 0 10px var(--primary-glow);
}
ul, ol {
	padding-left: 1.2rem;
	margin-bottom: 1.5rem;
}
li {
	margin-bottom: 0.5rem;
}
ul {
	list-style: none;
}
article ul li::before {
	content: "—";
	color: var(--accent-color);
	font-weight: bold;
	display: inline-block;
	width: 1.5rem;
	margin-left: -1.5rem;
}
article ol {
	list-style: none;
	counter-reset: ht-counter;
	padding-left: 1.5rem;
}
article ol > li {
	counter-increment: ht-counter;
	position: relative;
}
article ol > li::before {
	content: counter(ht-counter) ".";
	color: var(--accent-color);
	font-weight: bold;
	display: inline-block;
	width: 1.5rem;
	margin-left: -1.5rem;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--accent-color);
	font-weight: 800;
	line-height: 1.2;
	margin-top: 2rem;
	margin-bottom: 1rem;
	letter-spacing: 1px;
	text-shadow: 0 0 15px rgba(0, 210, 255, 0.2);
}
p {
	margin-bottom: 1.2rem;
	opacity: 0.9;
}
::selection {
	background-color: var(--primary-glow);
	color: #000;
}
hr {
	border: 0;
	border-top: 1px solid var(--glass-border);
	margin: 0.5rem 0;
	box-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
/*
* ----------------------------------------------------------------------------------------
* Image Editor
* ----------------------------------------------------------------------------------------
*/

#home .home-title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 900;
	font-size: 4.5rem;
	text-transform: uppercase;
	letter-spacing: -1px;
	position: relative;
	color: #fff;
	text-shadow: 2px 2px 0px var(--secondary-glow), -1px -1px 0px var(--primary-glow), 0 0 30px rgba(0, 210, 255, 0.2);
	margin-bottom: 20px;
}
#home .text-gradient {
	background: linear-gradient(180deg, #fff 30%, var(--primary-glow) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 0 10px rgba(0, 210, 255, 0.5));
}
#home .text-accent {
	color: var(--accent-color);
	text-shadow: 0 0 15px var(--accent-color);
	font-style: italic;
	margin-left: -10px;
}
#home .home-title::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( transparent 0%, rgba(0, 210, 255, 0.05) 50%, transparent 100% );
	background-size: 100% 4px;
	animation: scanline 4s linear infinite;
	pointer-events: none;
}
 @keyframes scanline {
 0% {
transform: translateY(-100%);
}
 100% {
transform: translateY(100%);
}
}
#home .home-title:hover {
	animation: glitch-small 0.2s infinite;
}
 @keyframes glitch-small {
 0% {
transform: translate(0);
}
 20% {
transform: translate(-2px, 1px);
}
 40% {
transform: translate(-2px, -1px);
}
 60% {
transform: translate(2px, 1px);
}
 80% {
transform: translate(2px, -1px);
}
 100% {
transform: translate(0);
}
}
#home .home-card {
	background: var(--glass-bg);
	border: 1px solid var(--glass-border);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 20px;
	text-decoration: none;
	color: #fff;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#home .home-card:hover {
	transform: translateY(-10px);
	background: rgba(255, 255, 255, 0.15);
	border-color: var(--accent-color);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), 0 0 15px var(--primary-glow);
}
#home .card-icon {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
	color: var(--accent-color);
}
#home .card-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
#home .card-text {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
	margin-bottom: 1.5rem;
}
#home .card-link {
	font-weight: 600;
	font-size: 0.85rem;
	color: var(--primary-glow);
	text-transform: uppercase;
	letter-spacing: 1px;
}
#home .card-featured {
	border-color: rgba(0, 210, 255, 0.5);
	box-shadow: inset 0 0 20px rgba(0, 210, 255, 0.1);
}
#home .feed-item img {
	transition: transform 0.3s ease, border-color 0.3s ease;
	cursor: pointer;
	opacity: 0.8;
}
#home .feed-item img:hover {
	transform: scale(1.1);
	opacity: 1;
	border-color: var(--accent-color) !important;
	z-index: 10;
}
#home .shm-panel {
	background: var(--dark-color);
	border: 1px solid var(--glass-border);
	border-radius: 8px;
	padding: 12px 15px;
	display: inline-block;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5),  0 0 15px rgba(0, 210, 255, 0.1);
	backdrop-filter: blur(10px);
}
#home .shm-label {
	font-size: 10px;
	letter-spacing: 2px;
	color: var(--link-hover);
	margin-bottom: 8px;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	opacity: 0.8;
}
#home .shm-odometer-box {
	display: flex;
	gap: 3px;
	background: rgba(0, 0, 0, 0.4);
	padding: 5px;
	border-radius: 4px;
	border: 1px solid var(--glass-border);
}
#home .digit-slot {
	width: 26px;
	height: 38px;
	background: linear-gradient(180deg, #111 0%, #000 50%, #111 100%);
	color: var(--accent-color);
	font-family: 'Orbitron', sans-serif;
	font-size: 1.6rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	border: 1px solid var(--glass-border);
	text-shadow: 0 0 10px var(--primary-glow), 0 0 20px var(--secondary-glow);
	transition: all 0.3s ease;
}
#home .digit-changed {
	transform: translateY(-2px);
	color: #fff;
	text-shadow: 0 0 15px var(--accent-color);
}
#home .shm-bar-container {
	width: 100%;
	height: 4px;
	background: rgba(0, 0, 0, 0.3);
	margin-top: 12px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid var(--glass-border);
}
#home .shm-bar-fill {
	height: 100%;
	background: linear-gradient(90deg, var(--secondary-glow), var(--accent-color));
	width: 50%;
	box-shadow: 0 0 10px var(--primary-glow);
	transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
#home .shm-footer {
	display: flex;
	justify-content: space-between;
	font-size: 8px;
	color: var(--link-hover);
	opacity: 0.4;
	margin-top: 6px;
	font-family: monospace;
}
/*
* ----------------------------------------------------------------------------------------
* Image Editor
* ----------------------------------------------------------------------------------------
*/
#config-wrapper {
	background: var(--glass-bg) !important;
	backdrop-filter: blur(20px) saturate(160%);
	-webkit-backdrop-filter: blur(20px) saturate(160%);
	border: 1px solid var(--glass-border);
	border-radius: 24px;
	padding: 25px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
	height: fit-content;
}
#config-wrapper .title {
	color: var(--accent-color);
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 1.5rem 0 1.2rem 0;
	border-bottom: 1px solid var(--glass-border);
	padding-bottom: 8px;
	opacity: 0.8;
	font-weight: 800;
}
#config-wrapper .uploaded-imgs-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}
#config-wrapper .thumb-wrap {
	position: relative;
	width: 65px;
	height: 65px;
}
#config-wrapper .thumb-preview, #config-wrapper .upload-btn-square {
	width: 65px;
	height: 65px;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
}
#config-wrapper .upload-btn-square {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px dashed var(--glass-border);
	color: var(--bs-white);
	background: var(--glass-bg);
	animation: cyber-pulse 2.5s infinite ease-in-out;
	transition: all 0.4s ease;
	cursor: pointer;
}
#config-wrapper .upload-btn-square:hover {
	border-color: var(--accent-color);
	color: var(--accent-color);
	box-shadow: 0 0 15px var(--primary-glow);
	background: rgba(255, 255, 255, 0.15);
	animation-play-state: paused;
}
 @keyframes cyber-pulse {
 0%, 100% {
 border-color: var(--glass-border);
 background: var(--glass-bg);
 box-shadow: 0 0 0px transparent;
}
 50% {
 border-color: var(--primary-glow);
 background: rgba(0, 210, 255, 0.1);
 box-shadow: 0 0 10px rgba(0, 210, 255, 0.2);
}
}
#config-wrapper .thumb-preview {
	object-fit: cover;
	border: 2px solid var(--glass-border);
	filter: brightness(0.8);
}
#config-wrapper .thumb-preview:hover {
	border-color: var(--primary-glow);
	filter: brightness(1.1);
}
#config-wrapper .thumb-preview.active {
	border-color: var(--accent-color);
	box-shadow: 0 0 15px var(--primary-glow);
	filter: brightness(1.1);
}
#config-wrapper .btn-del {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 22px;
	height: 22px;
	background: var(--bs-danger);
	color: var(--bs-white);
	border: 2px solid var(--glass-border);
	border-radius: 50%;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	display: none;
	z-index: 10;
	box-shadow: 0 0 10px rgba(255, 77, 77, 0.5);
}
#config-wrapper .thumb-wrap:hover .btn-del {
	display: flex;
	align-items: center;
	justify-content: center;
}
#config-wrapper .form-check {
	margin-bottom: 12px;
}
#config-wrapper .form-check-input {
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid var(--glass-border);
	cursor: pointer;
}
#config-wrapper .form-check-input:checked {
	background-color: var(--primary-glow);
	border-color: var(--accent-color);
	box-shadow: 0 0 10px var(--primary-glow);
}
#config-wrapper .form-check-label {
	color: var(--bs-white);
	font-size: 0.85rem;
	cursor: pointer;
	padding-left: 5px;
}
#config-wrapper .form-select {
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 1px solid var(--glass-border) !important;
	color: var(--bs-white) !important;
	border-radius: 12px;
	cursor: pointer;
}
#editor_container {
	width: 100%;
	height: 80vh;
	background: var(--glass-bg) !important;
	backdrop-filter: blur(15px) saturate(160%);
	-webkit-backdrop-filter: blur(15px) saturate(160%);
	border: 1px solid var(--glass-border);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
	position: relative;
	color: var(--bs-white);
}
#editor_container .plugin-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
[class*="styled__Input-wrapper"], [class*="SfxInput-root"] {
	background: var(--dark-color) !important;
	border: 1px solid var(--glass-border) !important;
	border-radius: 8px !important;
	color: var(--bs-white) !important;
}
[class*="SfxInput-root"]:hover {
	border-color: var(--accent-color) !important;
	box-shadow: 0 0 8px rgba(0, 242, 254, 0.2) !important;
}
[class*="SfxSlider-rail"], [class*="styled__SliderRail"] {
	background-color: var(--glass-border) !important;
	opacity: 1 !important;
}
.FIE_root .FIE_topbar button[aria-label*="Save"], .FIE_root .FIE_topbar-save-button, .FIE_root button[class*="styled__Button"][class*="primary"] {
	background: rgba(255, 255, 255, 0.05) !important;
	backdrop-filter: blur(10px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(10px) saturate(180%) !important;
	color: var(--bs-white) !important;
	border: none !important;
	border-radius: 12px !important;
	padding: 10px 28px !important;
	font-weight: 500 !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 4px 15px rgba(0, 0, 0, 0.2) !important;
	transition: all 0.3s ease-in-out !important;
	cursor: pointer !important;
	outline: none !important;
}
.FIE_root .FIE_topbar button[aria-label*="Save"]:hover, .FIE_root .FIE_topbar-save-button:hover, .FIE_root button[class*="styled__Button"][class*="primary"]:hover {
	background: rgba(0, 210, 255, 0.2) !important;
	box-shadow: inset 0 0 0 1px var(--accent-color), 0 0 20px rgba(0, 242, 254, 0.3) !important;
	transform: translateY(-1px) !important;
}
.SfxButton-root {
	background: rgba(255, 255, 255, 0.05) !important;
	backdrop-filter: blur(10px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(10px) saturate(180%) !important;
	color: var(--bs-white) !important;
	border: none !important;
	padding: 10px 28px !important;
	font-weight: 500 !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 4px 15px rgba(0, 0, 0, 0.2) !important;
	transition: all 0.3s ease-in-out !important;
	cursor: pointer !important;
	outline: none !important;
}
.SfxButton-root:hover {
	background: rgba(0, 210, 255, 0.2) !important;
	box-shadow: inset 0 0 0 1px var(--accent-color), 0 0 20px rgba(0, 242, 254, 0.3) !important;
}
[class*="FIE_topbar-save-wrapper"], [class*="styled__ButtonWrapper"] {
	background: transparent !important;
	border: none !important;
}
[class*="styled__StepBtn"], [class*="SfxNumberInput-button"], [class*="SfxNumberInput-step-button"], [class*="SfxInputAdornment-root"] {
	display: none !important;
}
.FIE_root [class*="styled__CanvasWrapper"], .FIE_root [class*="styled__MainContent"], .FIE_root [class*="Workarea"], .FIE_root main {
	background-color: transparent !important;
	background: transparent !important;
}
.FIE_root [class*="styled__Topbar"] {
	background-color: var(--dark-color) !important;
}
.FIE_root [class*="styled__Tabs-container"] {
	background-color: var(--dark-color) !important;
}
.FIE_root [class*="styled__ToolsBar"], .FIE_root [class*="styled__Footer"] {
	background-color: var(--dark-color) !important;
}
.FIE_root canvas {
	background-color: transparent !important;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
[class*="SfxModal-root"], [class*="SfxPopover-paper"], [class*="SfxPopper-root"] > div, [class*="styled__Modal-wrapper"] {
	background-color: var(--dark-color) !important;
	background: var(--dark-color) !important;
	border: 1px solid var(--glass-border) !important;
	box-shadow: 0 20px 40px rgba(0,0,0,0.6) !important;
	border-radius: 12px !important;
	backdrop-filter: none !important;
}
[class*="ColorPicker-root"], [class*="SfxColorPicker-root"] {
	background-color: var(--dark-color) !important;
	padding: 8px !important;
	border-radius: 8px !important;
}
[class*="SfxColorPicker-gradient"], [class*="SfxColorPicker-hue"] {
	background-color: transparent !important;
}
[class*="SfxList-root"], [class*="SfxMenu-list"] {
	background-color: var(--dark-color) !important;
	color: var(--bs-white) !important;
}
[class*="SfxMenuItem-root"] {
	color: var(--bs-white) !important;
}
[class*="SfxMenuItem-root"]:hover {
	background-color: var(--accent-color) !important;
	color: var(--dark-color) !important;
}
[class*="SfxColorPicker-inputWrapper"], [class*="ColorPicker-values"] {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 8px !important;
	width: 100% !important;
}
[class*="SfxColorPicker-inputWrapper"] input, [class*="ColorPicker-input"] {
	width: 90px !important;
	flex: none !important;
	height: 32px !important;
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid var(--glass-border) !important;
	border-radius: 4px !important;
	padding: 0 5px !important;
}
[class*="SfxColorPicker-select"] {
	width: 70px !important;
	flex: none !important;
}
[class*="SfxColorPicker-inputWrapper"] button, [class*="SfxColorPicker-switcher"] {
	flex: none !important;
	padding: 4px !important;
}
[class*="SfxSlider-thumb"], [class*="SfxSlider-thumb"].Mui-active, [class*="SfxSlider-thumb"]:hover, [class*="SfxSlider-thumb"].Mui-focusVisible {
	background-color: var(--accent-color) !important;
	background: var(--accent-color) !important;
	border: 2px solid var(--bs-white) !important;
	box-shadow: 0 0 10px var(--primary-glow) !important;
	width: 16px !important;
	height: 16px !important;
	opacity: 1 !important;
}
[class*="SfxSlider-thumb"] > span, [class*="SfxSlider-thumb"]::before, [class*="SfxSlider-thumb"]::after {
	display: none !important;
}
[class*="SfxColorPicker"] [class*="thumb"], [class*="SfxColorPicker"] [class*="pointer"] {
	background-color: var(--accent-color) !important;
	border: 2px solid var(--bs-white) !important;
	box-shadow: 0 0 8px rgba(0,0,0,0.5) !important;
}
[class*="SfxMenu-paper"], [class*="SfxPopover-paper"], [class*="styled__Menu"] {
	max-height: 250px !important;
	overflow-y: auto !important;
	min-width: 160px !important;
}
[class*="SfxMenuItem-root"]:nth-child(n+10) {
	display: none !important;
}
[class*="SfxMenuItem-root"] {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	min-height: unset !important;
}
 [class*="SfxFormControl-root"]:has(input[type="number"]) {
 width: 150px !important;
 min-width: 150px !important;
 max-width: 150px !important;
 position: relative !important;
 flex: none !important;
}
 [class*="SfxInput-root"]:has(input[type="number"]) {
 width: 150px !important;
 overflow: hidden !important;
 display: flex !important;
 padding: 0 !important;
}
 [class*="SfxInput-root"]:has(input[type="number"]) input {
 width: 100% !important;
 min-width: 100% !important;
 flex: 1 !important;
 padding: 4px !important;
 text-align: center !important;
 z-index: 2 !important;
}
 [class*="SfxInput-root"]:has(input[type="number"]) [class*="Adornment"] {
 position: absolute !important;
 right: -1000px !important;
 visibility: hidden !important;
 pointer-events: none !important;
}
button[aria-label*="Bold"], button[aria-label*="Italic"] {
	margin-left: 0 !important;
	position: relative !important;
	z-index: 10 !important;
}

@media (max-width: 600px) {
 [class*="SfxFormControl-root"]:has(input[type="number"]) {
 width: 80px !important;
}
}
[class*="carousel-next-button"], [class*="carousel-prev-button"] {
	background: rgba(58, 123, 213, 0.8) !important;
	backdrop-filter: blur(4px);
	border-radius: 50% !important;
	width: 32px !important;
	height: 32px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: 10;
	cursor: pointer;
	transition: all 0.2s ease;
}
[class*="carousel-next-button"]:hover, [class*="carousel-prev-button"]:hover {
	background: rgba(58, 123, 213, 1) !important;
	transform: translateY(-50%) scale(1.1) !important;
}
[class*="carousel-next-button"] svg, [class*="carousel-prev-button"] svg {
	color: var(--bs-white) !important;
	fill: var(--bs-white) !important;
	width: 12px !important;
	height: 12px !important;
}
[class*="carousel-prev-button"] {
	left: 5px !important;
}
[class*="carousel-next-button"] {
	right: 5px !important;
}
[class*="carousel-next-button"]::before, [class*="carousel-prev-buttonr"]::after {
	display: none !important;
	background: none !important;
}
.FIE_text-bold-option svg *, .FIE_text-italic-option svg *, .FIE_annotation-option-triggerer svg *, .FIE_watermark-padding-triggerer svg *, .jPpdsf svg *, .sc-qvjmv1-6 svg * {
	fill: var(--bs-white) !important;
	opacity: 1 !important;
}
/*
* ----------------------------------------------------------------------------------------
* Alert
* ----------------------------------------------------------------------------------------
*/
.alert {
	border-radius: 0;
	border: 1px solid var(--p-border);
	border-left-width: 5px;
	padding: 1rem 1.5rem;
	font-size: 0.95rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.alert-primary {
	background-color: #f0f4f8;
	color: var(--p-link);
	border-left-color: var(--p-link);
}
.alert-secondary {
	background-color: #f9fafb;
	color: var(--p-text);
	border-left-color: var(--p-slate-400);
}
.alert-success {
	background-color: #f3faf7;
	color: #1a4d32;
	border-left-color: #2d8a5c;
}
.alert-danger {
	background-color: #ff05f5;
	color: #822727;
	border-left-color: #c53030;
}
.alert-warning {
	background-color: #fefcf6;
	color: #744210;
	border-left-color: var(--p-accent);
}
.alert-info {
	background-color: #f7fafc;
	color: #2c5282;
	border-left-color: #4299e1;
}
.alert-light {
	background-color: var(--p-white);
	border-left-color: var(--p-border);
	color: var(--p-text);
}
.alert-dark {
	background-color: var(--p-dark);
	border-left-color: var(--p-accent);
	color: var(--p-white);
}
/*
* ----------------------------------------------------------------------------------------
* Header
* ----------------------------------------------------------------------------------------
*/
header {
 --h-main: rgba(27, 36, 44, 0.6);
 --h-deep: rgba(0, 210, 255, 0.15);
 --h-text-dark: #1b242c;
 --h-accent: var(--accent-color);
	position: relative;
	z-index: 1050;
}
header::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 15% 50%, rgba(0, 210, 255, 0.08) 0%, transparent 40%), radial-gradient(circle at 85% 50%, rgba(58, 123, 213, 0.1) 0%, transparent 40%), linear-gradient(180deg, var(--h-main) 0%, var(--h-deep) 100%);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border-bottom: 1px solid rgba(0, 210, 255, 0.3);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	z-index: -1;
}
header::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.2) 0.5px, transparent 0.5px);
	background-size: 100px 100px;
	opacity: 0.1;
	pointer-events: none;
	z-index: -1;
}
header .sticky {
	padding: 15px 0;
	transition: all 0.5s ease;
}
header .sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(27, 36, 44, 0.9);
	border-radius: 0;
	padding: 10px 0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	width: 100%;
	z-index: 1000;
}
header .navbar-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}
header .brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1;
}
header .brand-icon {
	position: relative;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 210, 255, 0.1);
	border-radius: 50%;
	border: 1px solid rgba(0, 210, 255, 0.2);
	flex-shrink: 0;
}
header .brand-icon .digit {
	color: var(--bs-white);
	font-size: 1.5rem;
	font-weight: 900;
	z-index: 2;
	line-height: 0;
	text-shadow: 0 0 12px var(--primary-glow);
	margin-top: -1px;
}
header .brand-icon .ring {
	position: absolute;
	inset: -1px;
	border: 1px solid var(--accent-color);
	border-radius: 50%;
	opacity: 0.4;
	border-top-color: transparent;
	border-bottom-color: transparent;
	animation: rotateAtom 2s linear infinite;
}
header .brand-icon .ring:nth-child(3) {
	inset: -4px;
	border-color: var(--primary-glow);
	border-left-color: transparent;
	border-right-color: transparent;
	animation: rotateAtom 3s linear reverse infinite;
}
@keyframes rotateAtom {
 from {
transform: rotate(0deg);
}
 to {
transform: rotate(360deg);
}
}
header .brand-top {
	font-size: 1.5rem;
	font-weight: 900;
	color: var(--bs-white) !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
	text-shadow: 0 0 8px rgba(0, 210, 255, 0.5);
	transition: all 0.3s ease;
}
header .brand-bottom {
	font-size: 0.65rem;
	font-weight: 800;
	color: var(--accent-color) !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 1px;
	text-shadow: none;
}
header .navbar-brand:hover .brand-icon {
	background: rgba(0, 210, 255, 0.2);
	box-shadow: 0 0 15px rgba(0, 210, 255, 0.4);
}
header .navbar-brand:hover .brand-top {
	color: var(--bs-white) !important;
	transform: translateY(-1px);
	text-shadow: 0 0 15px var(--primary-glow);
}
header .navbar-brand:hover .brand-bottom {
	color: var(--link-hover) !important;
}
.dropdown-toggle::after {
	display: none !important;
}
header .nav-link.active {
	color: var(--h-accent) !important;
	background: rgba(0, 242, 254, 0.1);
	box-shadow: 0 0 15px rgba(0, 242, 254, 0.2), inset 0 0 5px rgba(0, 242, 254, 0.1);
	border: 1px solid rgba(0, 242, 254, 0.2);
}
header .dropdown-item.active {
	background-color: var(--secondary-glow) !important;
	color: var(--bs-white) !important;
}
header .nav-link {
	transition: all 0.3s ease;
}

@media (min-width: 992px) {
header .navbar-nav {
	gap: 2px;
	align-items: center;
	margin-top: 10px;
}
header .nav-link {
	color: var(--bs-white) !important;
	font-weight: 600;
	padding: 8px 16px !important;
	border-radius: 30px;
	transition: 0.3s;
	display: flex;
	gap: 0;
	align-items: center;
	height: auto;
	line-height: 1;
}
header .nav-link:hover {
	background: var(--glass-bg);
	color: var(--link-hover) !important;
	box-shadow: 0 0 15px rgba(0, 210, 255, 0.2);
}
header .nav-link .bi-dot {
	font-size: 1.8rem;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3px;
	margin-left: -1px;
	margin-right: -2px;
	color: var(--h-accent);
	line-height: 1;
	pointer-events: none;
	filter: drop-shadow(0 0 5px var(--h-accent));
}
header .dropdown-menu {
	display: block !important;
	visibility: hidden;
	opacity: 0;
	transform: translateY(15px);
	transition: 0.4s ease;
	background: rgba(27, 36, 44, 0.95);
	border: 1px solid var(--glass-border);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	padding: 10px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
header .nav-item.dropdown:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
header .dropdown-item {
	border-radius: 8px;
	color: var(--bs-white) !important;
	font-weight: 600;
	padding: 10px 15px;
}
header .dropdown-item:hover {
	background: var(--secondary-glow);
	color: var(--bs-white) !important;
}
}

@media (max-width: 991px) {
.offcanvas .navbar-nav {
	width: 100%;
	padding: 20px;
}
.offcanvas .nav-item {
	position: relative;
	margin-bottom: 10px;
}
.offcanvas .nav-link .bi-dot {
	display: none !important;
}
.offcanvas .nav-link {
	color: var(--bs-white) !important;
	font-weight: 700;
	font-size: 1.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding: 15px !important;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--glass-border);
	border-radius: 12px;
	transition: 0.3s;
}
.offcanvas .nav-link:hover, .offcanvas .nav-link.active {
	background: rgba(0, 210, 255, 0.1);
	color: var(--accent-color) !important;
	border-color: var(--accent-color);
}
.offcanvas .dropdown-toggle::before {
	content: '\f282';
	font-family: "bootstrap-icons";
	width: 35px;
	height: 35px;
	background-color: rgba(255, 255, 255, 0.05) !important;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	color: var(--bs-white) !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
	order: 2;
	box-shadow: 0 0 10px rgba(0, 210, 255, 0.1);
}
.offcanvas .dropdown-toggle.show::before {
	transform: rotate(180deg);
	background-color: var(--primary-glow) !important;
	border-color: var(--primary-glow) !important;
	color: var(--dark-color) !important;
	box-shadow: 0 0 15px var(--primary-glow);
}
.offcanvas .dropdown-menu {
	position: static !important;
	float: none !important;
	background: transparent !important;
	border: none !important;
	padding-left: 15px !important;
	display: none;
}
.offcanvas .dropdown-item {
	font-size: 1.1rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8) !important;
	padding: 12px 10px;
	border-bottom: 1px solid var(--glass-border);
	text-align: left;
}
.offcanvas .dropdown-item:hover {
	color: var(--accent-color) !important;
	background: transparent;
}
.offcanvas-header {
	border-bottom: 1px solid var(--glass-border);
}
.offcanvas-header .btn-close {
	filter: invert(1) grayscale(1) brightness(2);
}
}
header .opener-menu {
	color: var(--bs-white) !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 56px;
	height: 56px;
	transition: all 0.3s ease;
	margin-left: auto;
	padding: 0;
	cursor: pointer;
	border-radius: 12px;
}
header .hamburger-box {
	width: 22px;
	height: 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
}
header .hamburger-box span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--bs-white) !important;
	border-radius: 4px;
}
header .hamburger-box span:nth-child(2) {
	width: 14px;
}
header .opener-menu .menu-text {
	color: var(--bs-white) !important;
	font-size: 0.55rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}
header .opener-menu:hover {
	background: var(--primary-glow);
}
/*
* ----------------------------------------------------------------------------------------
* Offcanvas & Modal
* ----------------------------------------------------------------------------------------
*/
.offcanvas, .modal-content {
 --oc-bg: var(--dark-color);
 --oc-header-bg: #131b22;
 --oc-title-color: var(--bs-white);
 --oc-close-bg: rgba(255, 255, 255, 0.1);
 --oc-shadow: rgba(0, 0, 0, 0.5);
	background: radial-gradient(circle at 20% 30%, rgba(0, 210, 255, 0.07) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(58, 123, 213, 0.1) 0%, transparent 50%), var(--oc-bg) !important;
	background-color: var(--oc-bg) !important;
	border: 1px solid var(--glass-border) !important;
	box-shadow: inset 0 0 30px rgba(0, 210, 255, 0.15), 0 0 50px rgba(0, 0, 0, 0.5) !important;
}
.offcanvas-header, .modal-header {
	background-color: var(--oc-header-bg) !important;
	padding: 1.2rem 1.5rem 2rem !important;
	clip-path: ellipse(150% 100% at 50% 0%) !important;
	border: none !important;
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	visibility: visible !important;
}
.offcanvas-title, .modal-title {
	background: linear-gradient(to right, var(--bs-white) 20%, var(--primary-glow) 50%, var(--bs-white) 80%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.2rem;
	margin: 0;
	letter-spacing: 3px;
	filter: drop-shadow(0 0 5px rgba(0, 210, 255, 0.5)) drop-shadow(0 0 15px rgba(0, 210, 255, 0.3));
	animation: shine 4s linear infinite;
}
 @keyframes shine {
 to {
 background-position: 200% center;
}
}
.offcanvas-header::after, .modal-header::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 80%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--primary-glow), transparent);
	box-shadow: 0 0 15px var(--primary-glow);
	opacity: 0.5;
}
.btn-close {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 22px !important;
	height: 22px !important;
	border-radius: 50% !important;
	background-color: rgba(255, 255, 255, 0.05) !important;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	box-shadow: 0 0 15px rgba(0, 210, 255, 0.1) !important;
	background-image: none !important;
	filter: none !important;
	opacity: 1 !important;
	transition: all 0.3s ease !important;
}
.btn-close::before {
	content: '\f659' !important;
	font-family: "bootstrap-icons" !important;
	color: var(--bs-white) !important;
	font-size: 1.1rem !important;
	font-weight: 900 !important;
}
.btn-close:hover {
	background-color: var(--primary-glow) !important;
	border-color: var(--primary-glow) !important;
	transform: rotate(180deg) scale(1.1) !important;
	box-shadow: 0 0 20px var(--primary-glow) !important;
}
.btn-close:hover::before {
	color: var(--dark-color) !important;
}
.show .btn-close, .offcanvas.show .btn-close {
	animation: btn-pop-spin 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
 @keyframes btn-pop-spin {
 from {
transform: rotate(-180deg) scale(0);
opacity: 0;
}
 to {
transform: rotate(0deg) scale(1);
opacity: 1;
}
}

@media (min-width: 992px) {
header .offcanvas-header {
	display: none !important;
}
header .offcanvas {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
}
}
.modal-body {
	padding: 2.5rem 1.5rem !important;
}
.modal-footer {
	background-color: var(--oc-header-bg) !important;
	clip-path: ellipse(150% 100% at 50% 100%) !important;
	padding: 1.5rem 1.5rem 1.2rem !important;
	border: none !important;
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 10px;
	margin-top: -10px;
}
.modal-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--primary-glow), transparent);
	box-shadow: 0 0 15px var(--primary-glow);
	opacity: 0.5;
}
.modal-footer .btn {
	border-radius: 30px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 1px;
	padding: 8px 20px;
	transition: all 0.3s ease;
}
.modal-footer .btn-secondary {
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid var(--glass-border) !important;
	color: var(--bs-white) !important;
	backdrop-filter: blur(5px);
}
.modal-footer .btn-primary {
	background: var(--primary-glow) !important;
	border: none !important;
	color: var(--dark-color) !important;
	box-shadow: 0 0 15px rgba(0, 210, 255, 0.3);
}
.modal-footer .btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 210, 255, 0.4);
}
/*
* ----------------------------------------------------------------------------------------
* Footer
* ----------------------------------------------------------------------------------------
*/

#footer {
	background: var(--dark-color);
	border-top: 1px solid rgba(0, 210, 255, 0.1);
	position: relative;
}
#footer .footer-line {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(0, 210, 255, 0.4) 50%, transparent 100% );
	box-shadow: 0 0 15px rgba(0, 210, 255, 0.3);
	z-index: 10;
}
#footer .f-brand-minimal {
	position: relative;
	display: inline-block;
	padding: 10px;
}
#footer .f-spark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 20px;
	background: radial-gradient(circle, rgba(0, 210, 255, 0.2) 0%, transparent 70%);
	filter: blur(8px);
	z-index: 1;
}
#footer .f-brand {
	position: relative;
	z-index: 2;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: rgba(255, 255, 255, 0.3) !important;
	text-shadow: 0 0 5px rgba(0, 210, 255, 0.1);
}
#footer .f-copy, #footer .f-dev, #footer .f-counter {
	font-size: 0.65rem;
	color: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	letter-spacing: 1px;
}
/*
* ----------------------------------------------------------------------------------------
* Back To Top
* ----------------------------------------------------------------------------------------
*/
#back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(15px) saturate(160%);
	-webkit-backdrop-filter: blur(15px) saturate(160%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2000;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
#back-to-top.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#back-to-top i {
	font-size: 1.2rem;
	z-index: 5;
	transition: 0.3s;
}
#back-to-top .progress-circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	transform: rotate(0deg);
}
#back-to-top .progress-bg {
	stroke: rgba(255, 255, 255, 0.05);
	stroke-width: 2;
}
#back-to-top .progress-bar {
	stroke: var(--primary-glow);
	stroke-width: 2;
	stroke-dasharray: 184;
	stroke-dashoffset: 184;
	transition: stroke-dashoffset 0.1s linear;
}
#back-to-top:hover {
	background: rgba(255, 255, 255, 0.08);
}
#back-to-top:hover i {
	transform: translateY(-3px);
	color: var(--primary-glow);
}
/*
* ----------------------------------------------------------------------------------------
* Heading
* ----------------------------------------------------------------------------------------
*/

#heading {
	position: relative;
	padding: 30px 0;
	background: rgba(27, 36, 44, 0.2);
	border-bottom: 1px solid var(--glass-border);
	text-align: center;
	overflow: hidden;
}
#heading::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -10%;
	width: 120%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
	transform: rotate(-5deg);
	pointer-events: none;
}
#heading .ht-main-row {
	position: relative;
	z-index: 2;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 20px;
}
#heading .ht-breadcrumbs-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#heading .crumb-item {
	font-weight: 600;
}
#heading .crumb-item.home-link a {
	color: var(--primary-glow);
	text-decoration: none;
	transition: all 0.3s ease;
	opacity: 0.8;
}
#heading .crumb-item.home-link a:hover {
	color: var(--bs-white);
	opacity: 1;
	text-shadow: 0 0 10px var(--primary-glow);
}
#heading .crumb-separator {
	color: var(--accent-color);
	font-size: 1.2rem;
	line-height: 0;
	display: inline-block;
	filter: drop-shadow(0 0 5px var(--accent-color));
	opacity: 0.6;
}
#heading .crumb-item.active {
	color: rgba(255, 255, 255, 0.4);
	cursor: default;
	pointer-events: none;
}
#heading .ht-title {
	font-size: 1.7rem;
	font-weight: 900;
	color: var(--bs-white);
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-shadow: 0 0 15px rgba(0, 210, 255, 0.5);
}
#heading .ht-description {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 12px 25px;
	display: inline-block;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 10px 25px rgba(0, 0, 0, 0.2);
}
#heading .ht-text-inner {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.95rem;
	line-height: 1.5;
	font-weight: 500;
}

@media (max-width: 768px) {
#heading {
	padding: 20px 10px;
}
#heading .ht-title {
	font-size: 1.4rem;
	letter-spacing: 1px;
}
#heading .ht-description {
	padding: 10px 15px;
}
}

@media (max-width: 576px) {
#heading .ht-breadcrumbs-row {
	flex-wrap: wrap;
	gap: 5px;
	font-size: 0.65rem;
}
#heading .ht-text-inner {
	font-size: 0.9rem;
}
}
#heading .ht-meta-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}
#heading .ht-meta-item {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	gap: 6px;
	transition: 0.3s;
}
#heading .ht-meta-item i {
	color: var(--primary-glow);
	font-size: 0.9rem;
	filter: drop-shadow(0 0 3px var(--primary-glow));
}
#heading .ht-meta-item strong {
	color: #fff;
	font-weight: 600;
}
#heading .ht-meta-divider {
	width: 1px;
	height: 14px;
	background: linear-gradient(to bottom, transparent, var(--accent-color), transparent);
	box-shadow: 0 0 8px var(--accent-color);
	opacity: 0.4;
}
#heading .ht-edit-btn {
	color: var(--accent-color) !important;
	text-decoration: none;
	background: rgba(0, 242, 254, 0.1);
	padding: 3px 10px;
	border-radius: 4px;
	border: 1px solid rgba(0, 242, 254, 0.2);
	font-weight: 700;
	font-size: 0.75rem;
	text-transform: uppercase;
	transition: 0.3s ease;
}
#heading .ht-edit-btn:hover {
	background: var(--accent-color);
	color: var(--dark-color) !important;
	box-shadow: 0 0 15px var(--accent-color);
}
#heading .ht-edit-btn i {
	color: inherit;
	filter: none;
	margin-right: 4px;
}

@media (max-width: 576px) {
#heading .ht-meta-container {
	gap: 10px;
	flex-direction: column;
}
#heading .ht-meta-divider {
	display: none;
}
#heading .ht-meta-item {
	font-size: 0.75rem;
}
}
/*
* ----------------------------------------------------------------------------------------
* Backgroundremover
* ----------------------------------------------------------------------------------------
*/
#backgroundremover .terminal-window {
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(25px) saturate(160%);
	-webkit-backdrop-filter: blur(25px) saturate(160%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(0, 210, 255, 0.05);
}
#backgroundremover .col-md-7, #backgroundremover .col-md-5 {
	background: transparent !important;
}
#backgroundremover .cyber-pointer {
	cursor: pointer;
}
#backgroundremover .border-glass {
	border-color: rgba(255, 255, 255, 0.1) !important;
}
#backgroundremover .upload-circle {
	width: 80px;
	height: 80px;
	border: 2px dashed var(--primary-glow);
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: var(--primary-glow);
	transition: 0.3s;
	background: rgba(0, 210, 255, 0.05);
}
#backgroundremover .cyber-pointer:hover .upload-circle {
	background: rgba(0, 210, 255, 0.15);
	transform: scale(1.05);
	box-shadow: 0 0 20px rgba(0, 210, 255, 0.2);
}
#backgroundremover .cyber-text {
	color: var(--primary-glow);
	font-weight: 900;
	font-size: 1.5em;
	letter-spacing: 2px;
	text-shadow: 0 0 10px rgba(0, 210, 255, 0.5);
	text-transform: uppercase;
}
#backgroundremover .scanner-box {
	position: relative;
	max-height: 300px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--primary-glow);
	background: rgba(0, 0, 0, 0.2);
}
#backgroundremover .scan-overlay {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(0, 210, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 210, 255, 0.1) 1px, transparent 1px);
	background-size: 20px 20px;
	z-index: 4;
	pointer-events: none;
	opacity: 0.5;
}
#backgroundremover .scan-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--accent-color);
	box-shadow: 0 0 20px var(--accent-color);
	animation: scannerMove 2.5s ease-in-out infinite;
	z-index: 5;
}
 @keyframes scannerMove {
 0%, 100% {
top: 0;
}
 50% {
top: 100%;
}
}
#backgroundremover .progress-wrap {
	text-align: left;
}
#backgroundremover .progress-label {
	font-family: monospace;
	font-size: 0.75rem;
	color: var(--primary-glow);
	letter-spacing: 1px;
}
#backgroundremover .progress-container {
	height: 4px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
#backgroundremover .progress-bar-neon {
	height: 100%;
	width: 0%;
	background: var(--primary-glow);
	box-shadow: 0 0 15px var(--primary-glow);
	transition: width 0.4s cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
#backgroundremover .result-box img {
	max-width: 100%;
	max-height: 350px;
	background-image: conic-gradient(rgba(26, 36, 44, 1) 0.25turn, rgba(19, 27, 34, 1) 0.25turn 0.5turn, rgba(26, 36, 44, 1) 0.5turn 0.75turn, rgba(19, 27, 34, 1) 0.75turn);
	background-size: 20px 20px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
#backgroundremover .tel-item {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	font-family: monospace;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.6);
}
#backgroundremover .btn-pixel {
	background: var(--primary-glow);
	color: var(--dark-color);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 12px 25px;
	border: none;
	border-radius: 4px;
	font-size: 0.85rem;
	box-shadow: 0 0 15px rgba(0, 210, 255, 0.4);
	transition: 0.3s;
	text-decoration: none;
}
#backgroundremover .btn-pixel:hover {
	background: #fff;
	box-shadow: 0 0 25px var(--primary-glow);
	transform: translateY(-2px);
}
#backgroundremover .btn-glass-sm {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	padding: 12px 25px;
	border-radius: 4px;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: 0.3s;
	backdrop-filter: blur(5px);
}
#backgroundremover .btn-glass-sm:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--primary-glow);
	color: var(--primary-glow);
}
#backgroundremover .glitch-ready {
	animation: cyberGlitch 0.4s cubic-bezier(.25, .46, .45, .94) both;
}
 @keyframes cyberGlitch {
 0% {
transform: translate(0);
filter: hue-rotate(0deg) saturate(1);
}
 20% {
transform: translate(-5px, 3px);
filter: hue-rotate(45deg) saturate(2);
}
 40% {
transform: translate(5px, -3px);
opacity: 0.8;
}
 60% {
transform: translate(-5px, -2px);
filter: hue-rotate(180deg);
}
 100% {
transform: translate(0);
filter: hue-rotate(0deg);
opacity: 1;
}
}
#backgroundremover .status-msg-animate {
	animation: statusPulse 1.5s infinite;
}
 @keyframes statusPulse {
 0%, 100% {
opacity: 1;
}
 50% {
opacity: 0.5;
}
}
#backgroundremover .scanner-box {
	position: relative;
	height: 300px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--primary-glow);
	background: #000;
}
#backgroundremover #scan-preview {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.5s ease;
	filter: brightness(0.6) sepia(0.5) hue-rotate(180deg);
}
 @keyframes imageScroll {
 0% {
transform: translateY(0);
}
 50% {
transform: translateY(-30%);
}
 100% {
transform: translateY(0);
}
}
#backgroundremover .scanning-active #scan-preview {
	animation: imageScroll 5s ease-in-out infinite;
}
/*
* ----------------------------------------------------------------------------------------
* Generation
* ----------------------------------------------------------------------------------------
*/

#generation .terminal-window {
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(25px) saturate(160%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	overflow: hidden;
}
#generation .cyber-input {
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(0, 210, 255, 0.2);
	border-radius: 12px;
	color: #fff;
	padding: 15px;
	font-family: monospace;
	font-size: 0.9rem;
	resize: none;
	min-height: 100px;
	outline: none;
	transition: 0.3s;
}
#generation .cyber-input:focus {
	border-color: var(--primary-glow);
	box-shadow: 0 0 15px rgba(0, 210, 255, 0.1);
}
#generation .gen-placeholder {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-glow);
	font-family: monospace;
	letter-spacing: 5px;
	font-weight: bold;
}
#generation .cyber-text {
	color: var(--primary-glow);
	font-weight: 900;
	font-size: 1.5em;
	letter-spacing: 2px;
	text-shadow: 0 0 10px rgba(0, 210, 255, 0.5);
	text-transform: uppercase;
}
#generation .upload-circle {
	width: 80px;
	height: 80px;
	border: 2px dashed var(--primary-glow);
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: var(--primary-glow);
	background: rgba(0, 210, 255, 0.05);
}
#generation .scanner-box {
	position: relative;
	height: 300px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--primary-glow);
	background: #000;
}
#generation .scan-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--primary-glow);
	box-shadow: 0 0 20px var(--primary-glow);
	animation: scannerMove 2.5s ease-in-out infinite;
	z-index: 5;
}
#generation .progress-wrap {
	text-align: left;
}
#generation .progress-label {
	font-family: monospace;
	font-size: 0.75rem;
	color: var(--primary-glow);
	letter-spacing: 1px;
}
#generation .progress-container {
	height: 4px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
#generation .progress-bar-neon {
	height: 100%;
	width: 0%;
	background: var(--primary-glow);
	box-shadow: 0 0 15px var(--primary-glow);
	transition: width 0.4s cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
#generation .result-box img {
	max-width: 100%;
	max-height: 350px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
#generation .tel-item {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	font-family: monospace;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.6);
}
#generation .btn-pixel {
	background: var(--primary-glow);
	color: var(--dark-color);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 12px 25px;
	border: none;
	border-radius: 4px;
	font-size: 0.85rem;
	box-shadow: 0 0 15px rgba(0, 210, 255, 0.4);
	transition: 0.3s;
	text-decoration: none;
	cursor: pointer !important;
}
#generation .btn-pixel:hover {
	background: #fff;
	box-shadow: 0 0 25px var(--primary-glow);
	transform: translateY(-2px);
}
#generation .btn-glass-sm {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	padding: 12px 25px;
	border-radius: 4px;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: 0.3s;
	backdrop-filter: blur(5px);
}
#generation .btn-glass-sm:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--primary-glow);
	color: var(--primary-glow);
}
 @keyframes scannerMove {
0%, 100% {
top: 0;
}
50% {
top: 100%;
}
}
#generation .border-end {
	border-color: rgba(255, 255, 255, 0.05) !important;
}
#generation .btn-gen-tiny {
	background: var(--primary-glow);
	color: #000;
	font-weight: 800;
	font-size: 0.75rem;
	padding: 8px 20px;
	border: none;
	border-radius: 4px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 0 10px rgba(0, 210, 255, 0.2);
}
#generation .btn-gen-tiny:hover {
	transform: scale(1.05);
	box-shadow: 0 0 20px var(--primary-glow);
}
#generation .btn-gen-tiny:active {
	transform: scale(0.95);
}
#generation .robot-status {
	font-size: 2.5rem;
	color: var(--primary-glow);
	transition: 0.5s;
}
#generation .robot-active {
	animation: robotBlink 1s infinite alternate;
	filter: drop-shadow(0 0 8px var(--primary-glow));
}
@keyframes robotBlink {
from {
opacity: 1;
}
to {
opacity: 0.6;
}
}
#generation .btn-gen-tiny:disabled {
	cursor: not-allowed;
	filter: grayscale(1);
	transform: scale(1) !important;
	box-shadow: none !important;
}
#generation .cyber-marquee {
	position: absolute;
	bottom: 20px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: rgba(0, 210, 255, 0.1);
	border-top: 1px solid rgba(0, 210, 255, 0.2);
	padding: 5px 0;
}
#generation .cyber-marquee span {
	display: inline-block;
	padding-left: 100%;
	font-family: monospace;
	font-size: 0.75rem;
	color: var(--primary-glow);
	text-transform: uppercase;
	animation: marquee 10s linear infinite;
}
 @keyframes marquee {
 0% {
transform: translate(0, 0);
}
 100% {
transform: translate(-100%, 0);
}
}
#generation .style-selector {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 20px;
}
#generation .cyber-radio {
	cursor: pointer;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 1px;
}
#generation .cyber-radio input {
	display: none;
}
#generation .cyber-radio span {
	padding: 6px 15px;
	background: var(--glass-bg);
	border: 1px solid var(--glass-border);
	border-radius: 4px;
	transition: all 0.3s ease;
	display: inline-block;
}
#generation .cyber-radio:hover span {
	border-color: var(--primary-glow);
	color: #fff;
}
#generation .cyber-radio input:checked + span {
	background: rgba(0, 210, 255, 0.15);
	border-color: var(--accent-color);
	color: var(--accent-color);
	box-shadow: 0 0 15px rgba(0, 210, 255, 0.4), inset 0 0 5px rgba(0, 210, 255, 0.2);
	text-shadow: 0 0 5px var(--primary-glow);
}

@media (max-width: 576px) {
#generation .style-selector {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px !important;
}
#generation .cyber-radio {
	width: 100%;
	margin: 0;
}
#generation .cyber-radio span {
	display: block;
	text-align: center;
	padding: 8px 5px;
	font-size: 14px;
}
}
/*
* ----------------------------------------------------------------------------------------
* Logos
* ----------------------------------------------------------------------------------------
*/

#logos .terminal-window {
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(25px) saturate(160%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	overflow: hidden;
}
#logos .cyber-input {
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(0, 210, 255, 0.2);
	border-radius: 12px;
	color: #fff;
	padding: 15px;
	font-family: monospace;
	font-size: 0.9rem;
	resize: none;
	min-height: 100px;
	outline: none;
	transition: 0.3s;
}
#logos .cyber-input:focus {
	border-color: var(--primary-glow);
	box-shadow: 0 0 15px rgba(0, 210, 255, 0.1);
}
#logos .gen-placeholder {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-glow);
	font-family: monospace;
	letter-spacing: 5px;
	font-weight: bold;
}
#logos .cyber-text {
	color: var(--primary-glow);
	font-weight: 900;
	font-size: 1.5em;
	letter-spacing: 2px;
	text-shadow: 0 0 10px rgba(0, 210, 255, 0.5);
	text-transform: uppercase;
}
#logos .upload-circle {
	width: 80px;
	height: 80px;
	border: 2px dashed var(--primary-glow);
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: var(--primary-glow);
	background: rgba(0, 210, 255, 0.05);
}
#logos .scanner-box {
	position: relative;
	height: 300px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--primary-glow);
	background: #000;
}
#logos .scan-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--primary-glow);
	box-shadow: 0 0 20px var(--primary-glow);
	animation: scannerMove 2.5s ease-in-out infinite;
	z-index: 5;
}
#logos .progress-wrap {
	text-align: left;
}
#logos .progress-label {
	font-family: monospace;
	font-size: 0.75rem;
	color: var(--primary-glow);
	letter-spacing: 1px;
}
#logos .progress-container {
	height: 4px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
#logos .progress-bar-neon {
	height: 100%;
	width: 0%;
	background: var(--primary-glow);
	box-shadow: 0 0 15px var(--primary-glow);
	transition: width 0.4s cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
#logos .result-box img {
	max-width: 100%;
	max-height: 350px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
#logos .tel-item {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	font-family: monospace;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.6);
}
#logos .btn-pixel {
	background: var(--primary-glow);
	color: var(--dark-color);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 12px 25px;
	border: none;
	border-radius: 4px;
	font-size: 0.85rem;
	box-shadow: 0 0 15px rgba(0, 210, 255, 0.4);
	transition: 0.3s;
	text-decoration: none;
	cursor: pointer !important;
}
#logos .btn-pixel:hover {
	background: #fff;
	box-shadow: 0 0 25px var(--primary-glow);
	transform: translateY(-2px);
}
#logos .btn-glass-sm {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	padding: 12px 25px;
	border-radius: 4px;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: 0.3s;
	backdrop-filter: blur(5px);
}
#logos .btn-glass-sm:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--primary-glow);
	color: var(--primary-glow);
}
 @keyframes scannerMove {
0%, 100% {
top: 0;
}
50% {
top: 100%;
}
}
#logos .border-end {
	border-color: rgba(255, 255, 255, 0.05) !important;
}
#logos .btn-gen-tiny {
	background: var(--primary-glow);
	color: #000;
	font-weight: 800;
	font-size: 0.75rem;
	padding: 8px 20px;
	border: none;
	border-radius: 4px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 0 10px rgba(0, 210, 255, 0.2);
}
#logos .btn-gen-tiny:hover {
	transform: scale(1.05);
	box-shadow: 0 0 20px var(--primary-glow);
}
#logos .btn-gen-tiny:active {
	transform: scale(0.95);
}
#logos .robot-status {
	font-size: 2.5rem;
	color: var(--primary-glow);
	transition: 0.5s;
}
#logos .robot-active {
	animation: robotBlink 1s infinite alternate;
	filter: drop-shadow(0 0 8px var(--primary-glow));
}
@keyframes robotBlink {
from {
opacity: 1;
}
to {
opacity: 0.6;
}
}
#logos .btn-gen-tiny:disabled {
	cursor: not-allowed;
	filter: grayscale(1);
	transform: scale(1) !important;
	box-shadow: none !important;
}
#logos .cyber-marquee {
	position: absolute;
	bottom: 20px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: rgba(0, 210, 255, 0.1);
	border-top: 1px solid rgba(0, 210, 255, 0.2);
	padding: 5px 0;
}
#logos .cyber-marquee span {
	display: inline-block;
	padding-left: 100%;
	font-family: monospace;
	font-size: 0.75rem;
	color: var(--primary-glow);
	text-transform: uppercase;
	animation: marquee 10s linear infinite;
}
 @keyframes marquee {
 0% {
transform: translate(0, 0);
}
 100% {
transform: translate(-100%, 0);
}
}
#logos .size-box {
	width: 100px;
	min-height: 120px;
	padding: 15px 5px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}
#logos .shape-wrapper {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
#logos .size-shape {
	width: 30px;
	height: 30px;
	background: rgba(0, 210, 255, 0.1);
	border: 1px solid rgba(0, 210, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
#logos .sq {
}
#logos .rect::after {
	content: '';
	width: 8px;
	height: 8px;
	background: rgba(0, 210, 255, 0.5);
}
#logos .wide::after {
	content: '';
	width: 18px;
	height: 18px;
	background: rgba(0, 210, 255, 0.8);
}
#logos .ava {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	color: rgba(0, 210, 255, 0.5);
	transition: 0.3s;
}
#logos input[type="radio"]:checked + .size-box .ava {
	background: rgba(0, 210, 255, 0.15);
	border-color: var(--primary-glow);
	color: var(--primary-glow);
	box-shadow: 0 0 15px rgba(0, 210, 255, 0.3);
}
#logos input[type="radio"]:checked + .size-box .ava i {
	filter: drop-shadow(0 0 5px var(--primary-glow));
}
#logos .cover {
	color: var(--primary-glow);
	width: 45px;
	height: 22px;
	border-radius: 2px;
}
#logos input[type="radio"]:checked + .size-box .cover {
	background: var(--primary-glow);
	box-shadow: 0 0 15px var(--primary-glow);
}
#logos input[type="radio"]:checked + .size-box .cover i {
	filter: drop-shadow(0 0 5px var(--primary-glow));
}
#logos .size-label {
	font-size: 0.75rem;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-bottom: 2px;
}
#logos .size-val {
	font-size: 0.65rem;
	font-family: monospace;
	color: rgba(255, 255, 255, 0.4);
}
#logos input[type="radio"]:checked + .size-box {
	border-color: var(--primary-glow);
	background: rgba(0, 210, 255, 0.05);
	box-shadow: 0 0 20px rgba(0, 210, 255, 0.15);
}
#logos input[type="radio"]:checked + .size-box .size-shape {
	border-color: var(--primary-glow);
	background: rgba(0, 210, 255, 0.2);
}
#logos input[type="radio"]:checked + .size-box .size-shape::after {
	background: var(--primary-glow);
}
#logos input[type="radio"]:checked + .size-box .size-label {
	color: var(--primary-glow);
}
#logos input[type="radio"]:checked + .size-box .size-val {
	color: #fff;
}
#logos .status-msg-animate {
	animation: statusPulse 1.5s infinite;
}
 @keyframes statusPulse {
 0%, 100% {
opacity: 1;
}
 50% {
opacity: 0.4;
}
}

@media (max-width: 576px) {
#view-result .d-flex {
	flex-direction: column !important;
	gap: 12px !important;
	padding: 0 20px;
}
#view-result .btn-pixel, #view-result .btn-glass-sm {
	width: 100% !important;
	margin: 0 !important;
}
}
/*
* ----------------------------------------------------------------------------------------
* Archive
* ----------------------------------------------------------------------------------------
*/

#archive-grid .archive-item {
	border-radius: 12px;
	border: 1px solid rgba(0, 210, 255, 0.2);
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s;
	background: rgba(255, 255, 255, 0.05);
	position: relative;
	width: 120px;
	height: 120px;
}
#archive-grid .archive-item:hover {
	transform: scale(1.1);
	border-color: var(--primary-glow);
	box-shadow: 0 0 15px var(--primary-glow);
}
#archive-grid .archive-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#archive-grid .archive-download-btn {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: var(--primary-glow);
	color: #000;
	width: 25px;
	height: 25px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.7rem;
	cursor: pointer;
	opacity: 0;
	transition: 0.3s;
}
#archive-grid .archive-item:hover .archive-download-btn {
	opacity: 1;
}
/*
* ----------------------------------------------------------------------------------------
* Article
* ----------------------------------------------------------------------------------------
*/
article .page-content {
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 1px solid var(--glass-border);
	border-radius: 20px;
	padding: 30px;
	color: rgba(255, 255, 255, 0.85);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
article .slider-container {
	border: 1px solid var(--glass-border) !important;
	border-radius: 20px !important;
	background: rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
article #sync1 .item img {
	height: 450px;
	width: 100%;
	object-fit: cover;
	border: none !important;
	display: block;
	transition: filter 0.5s ease;
}
article #sync1 .owl-nav .owl-prev, article #sync1 .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	background: rgba(255, 255, 255, 0.05) !important;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	width: 45px;
	height: 80px;
	border: 1px solid var(--glass-border) !important;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
article #sync1 .owl-nav .owl-prev {
	left: 0;
	border-radius: 0 10px 10px 0;
}
article #sync1 .owl-nav .owl-next {
	right: 0;
	border-radius: 10px 0 0 10px;
}
article #sync1 .owl-nav .owl-prev:hover, article #sync1 .owl-nav .owl-next:hover {
	background: var(--primary-glow) !important;
	color: var(--dark-color) !important;
	box-shadow: 0 0 30px rgba(0, 210, 255, 0.4);
}
article #sync2 .item img {
	height: 85px;
	width: 100%;
	object-fit: cover;
	opacity: 0.4;
	background: #000;
	border: 1px solid var(--glass-border);
	transition: all 0.3s ease;
	border-radius: 8px;
}
article #sync2 .owl-item.current img {
	opacity: 1;
	border: 2px solid var(--primary-glow) !important;
	box-shadow: 0 0 15px rgba(0, 210, 255, 0.3);
	transform: translateY(-2px);
}
article #sync1 .item:hover img {
	filter: brightness(1.1) contrast(1.1);
}

@media (max-width: 991.98px) {
article #sync1 .item img {
	height: 350px;
}
article #sync2 .item img {
	height: 65px;
}
article .page-content {
	padding: 20px;
	border-radius: 15px;
}
}
/*
* ----------------------------------------------------------------------------------------
* Error
* ----------------------------------------------------------------------------------------
*/
#error-404 {
	position: relative;
	min-height: 70vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: radial-gradient(circle at 50% 50%, rgba(0, 210, 255, 0.05) 0%, transparent 80%);
}
#error-404 .error-content {
	position: relative;
	padding: 40px 0;
}
#error-404 .error-bg-code {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: clamp(10rem, 25vw, 22rem);
	font-weight: 900;
	line-height: 1;
	color: rgba(0, 210, 255, 0.03);
	text-shadow: 0 0 20px rgba(0, 210, 255, 0.2), 0 0 40px rgba(0, 210, 255, 0.1);
	-webkit-text-stroke: 2px rgba(0, 210, 255, 0.4);
	z-index: 1;
	user-select: none;
	letter-spacing: -5px;
	animation: float404 6s ease-in-out infinite;
	filter: blur(1px);
}
#error-404::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(0, 210, 255, 0.1) 0%, transparent 70%);
	z-index: 0;
	pointer-events: none;
}
 @keyframes float404 {
 0%, 100% {
transform: translate(-50%, -52%);
opacity: 0.5;
}
 50% {
transform: translate(-50%, -48%);
opacity: 0.8;
}
}
#error-404 .error-info {
	position: relative;
	z-index: 2;
}
#error-404 .error-title {
	font-size: 2.5rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-shadow: 0 0 20px rgba(0, 210, 255, 0.5);
}
#error-404 .error-lead {
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.1rem;
	max-width: 600px;
	margin: 0 auto 40px;
	line-height: 1.6;
}
#error-404 .error-btns {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
#error-404 .btn-404-primary {
	background: var(--primary-glow);
	color: var(--dark-color);
	padding: 12px 30px;
	border-radius: 4px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 0 20px rgba(0, 210, 255, 0.4);
	transition: 0.3s;
}
#error-404 .btn-404-primary:hover {
	background: #fff;
	transform: translateY(-3px);
	box-shadow: 0 0 30px var(--primary-glow);
}
#error-404 .btn-404-outline {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--glass-border);
	color: #fff;
	padding: 12px 30px;
	border-radius: 4px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	backdrop-filter: blur(10px);
	transition: 0.3s;
}
#error-404 .btn-404-outline:hover {
	border-color: var(--primary-glow);
	color: var(--primary-glow);
	background: rgba(0, 210, 255, 0.05);
}

@media (max-width: 768px) {
#error-404 .error-title {
	font-size: 1.8rem;
}
#error-404 .btn-404-primary, #error-404 .btn-404-outline {
	width: 100%;
	max-width: 280px;
}
}
/*
* ----------------------------------------------------------------------------------------
* AI Chat System
* ----------------------------------------------------------------------------------------
*/
#ai-chat-system {
 --chat-accent: #00d2ff;
 --dark-bg: #1b242c;
 --glass-bg: rgba(255, 255, 255, 0.1);
 --glass-border: rgba(255, 255, 255, 0.2);
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
#ai-chat-system #ai-chat-launcher {
	position: fixed;
	bottom: 150px;
	right: 25px;
	width: 65px;
	height: 65px;
	background: var(--glass-bg);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	z-index: 10000;
	overflow: hidden;
	border: 1px solid var(--glass-border);
	transition: 0.3s;
}
#ai-chat-system #ai-chat-launcher::before {
	content: "";
	position: absolute;
	width: 150%;
	height: 150%;
	background: conic-gradient(transparent, transparent, transparent, var(--chat-accent));
	animation: rotate-border 2s linear infinite;
}
#ai-chat-system #ai-chat-launcher::after {
	content: "";
	position: absolute;
	inset: 2px;
	background: linear-gradient(135deg, rgba(0, 210, 255, 0.4), rgba(58, 123, 213, 0.2));
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 50%;
	z-index: 1;
	box-shadow: inset 0 0 15px rgba(0, 242, 254, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#ai-chat-system #ai-chat-launcher:hover {
	transform: scale(1.1) translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 210, 255, 0.6);
}
#ai-chat-system #ai-chat-launcher:hover::before {
	animation: rotate-border 1s linear infinite;
	filter: brightness(1.5) blur(1px);
}
#ai-chat-system #ai-chat-launcher:hover::after {
	background: linear-gradient(135deg, rgba(0, 210, 255, 0.6), rgba(58, 123, 213, 0.4));
	box-shadow: inset 0 0 25px rgba(0, 242, 254, 0.8);
}
#ai-chat-system #ai-chat-launcher:hover i {
	color: #fff;
	filter: drop-shadow(0 0 8px var(--chat-accent));
	transform: rotate(-10deg) scale(1.1);
	transition: 0.3s;
}
#ai-chat-system #ai-chat-launcher i {
	position: relative;
	z-index: 2;
	text-shadow: 0 0 10px var(--chat-accent);
}
#ai-chat-system #ai-chat-window {
	position: fixed;
	bottom: 225px;
	right: 25px;
	width: 320px;
	height: 450px;
	background: rgba(27, 36, 44, 0.9);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 1px solid var(--glass-border);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	z-index: 10001;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
#ai-chat-system .chat-header {
	padding: 15px;
	background: rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid var(--glass-border);
	display: flex;
	align-items: center;
	color: #fff;
}
#ai-chat-system .status-dot {
	width: 8px;
	height: 8px;
	background: #00ffcc;
	border-radius: 50%;
	margin-right: 10px;
	box-shadow: 0 0 5px #00ffcc;
}
#ai-chat-system .header-title {
	flex-grow: 1;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
#ai-chat-system #chat-close {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	opacity: 0.6;
	transition: 0.3s;
}
#ai-chat-system #chat-close:hover {
	opacity: 1;
}
#ai-chat-system #ai-chat-messages {
	flex-grow: 1;
	padding: 15px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
 #ai-chat-system #ai-chat-messages::-webkit-scrollbar {
width: 4px;
}
#ai-chat-system #ai-chat-messages::-webkit-scrollbar-thumb {
background: var(--glass-border);
border-radius: 10px;
}
#ai-chat-system .msg {
	padding: 10px 14px;
	border-radius: 12px;
	font-size: 0.85rem;
	max-width: 85%;
	line-height: 1.4;
}
#ai-chat-system .bot-msg {
	background: rgba(255, 255, 255, 0.07);
	color: #e0e0e0;
	align-self: flex-start;
	border-bottom-left-radius: 2px;
	border: 1px solid rgba(255, 255, 255, 0.05);
}
#ai-chat-system .user-msg {
	background: var(--chat-accent);
	color: #000;
	align-self: flex-end;
	border-bottom-right-radius: 2px;
	font-weight: 500;
	box-shadow: 0 4px 10px rgba(0, 210, 255, 0.2);
}
#ai-chat-system .chat-input-area {
	padding: 12px;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	gap: 8px;
	border-top: 1px solid var(--glass-border);
}
#ai-chat-system #ai-chat-input {
	flex-grow: 1;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--glass-border);
	border-radius: 20px;
	padding: 8px 15px;
	color: #fff;
	font-size: 0.85rem;
	outline: none;
	transition: 0.3s;
}
#ai-chat-system #ai-chat-input:focus {
	border-color: var(--chat-accent);
}
#ai-chat-system #ai-chat-send {
	background: var(--chat-accent);
	border: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #000;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
#ai-chat-system #ai-chat-send:hover {
	transform: scale(1.1);
	filter: brightness(1.2);
}
 @keyframes rotate-border {
 from {
transform: rotate(0deg);
}
 to {
transform: rotate(360deg);
}
}
.typing-loader {
	display: flex;
	gap: 4px;
	padding: 4px 0;
}
.typing-loader span {
	width: 6px;
	height: 6px;
	background-color: var(--chat-accent);
	border-radius: 50%;
	display: inline-block;
	animation: typing-blink 1.4s infinite both;
}
.typing-loader span:nth-child(2) {
	animation-delay: 0.2s;
}
.typing-loader span:nth-child(3) {
	animation-delay: 0.4s;
}
 @keyframes typing-blink {
 0%, 80%, 100% {
transform: scale(0.6);
opacity: 0.4;
}
 40% {
transform: scale(1);
opacity: 1;
}
}
