* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
}

html, body {
	height: 100%;
}

body {
	background: #000000;
	color: #e1e1e1;
	font-size: 0.9375rem;
	letter-spacing: 0.030em;
	line-height: 1.7;
	min-width: 20em;
}

@media (min-width: 1024px) {
	body {
		letter-spacing: 0.03em;
		font-size: 1rem;
	}

	#title {
		text-align: center !important;
	}
}

a {
	color: #00bc16;
	font-weight: 500;
	text-decoration: none;
}

.blue {
	color: #0ca9f0;
}

#title {
	color: #c5c5c5;
	font-size: 1rem;
	font-weight: 400;
	margin: 0 5%;
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.right:has(> .description) {
	clear: right;
}

.checkbox {
	height: 24px;
	position: relative;
	top: 6px;
	width: 24px;
}

.clear-sides {
	clear: both;
}

.clear {
	height: 0.375em;
	clear: both;
}

.clear-medium {
	height: 1.25em;
}

.clear-large {
	height: 2em;
}

#container {
	margin-bottom: -7rem;
	min-height: 100%;
	position: relative;
}

#search-container, #url-container {
	position: relative;
}

#toggle-settings {
	align-items: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: flex;
	height: 56px;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	width: 75px;
	-webkit-tap-highlight-color: transparent;
}

#toggle-settings:focus-visible {
	border-radius: 50%;
	outline: 2px solid #00bc16;
	outline-offset: -6px;
}

#toggle-settings .material-symbols {
	margin-right: 0;
	top: 0;
	transition: transform 0.3s ease;
}

#toggle-settings.open .material-symbols {
	transform: rotate(90deg);
}

.copy, #toggle-settings {
	cursor: pointer;
}

#remember-URLs {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.view, .qr {
	font-weight: 500;
	cursor: pointer;
}

.qr {
	margin-left: 14px;
}

.description {
	color: #a3a3a3;
}

.green {
	color: #00bc16;
}

.hidden {
	display: none;
}

#iVTAexcO {
	background: #181818;
	padding: 15px 0 15px 9%;
	color: #ffffff;
}

.red-filter {
	filter: brightness(0) saturate(100%) invert(18%) sepia(64%) saturate(6771%) hue-rotate(327deg) brightness(86%) contrast(101%);
}

.white-filter {
	filter: invert(92%) sepia(100%) saturate(1%) hue-rotate(48deg) brightness(107%) contrast(100%);
}

h1 {
	font-size: 1.75rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.25rem;
}

h4 {
	font-size: 1.125rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: 0.875rem;
}

.standard {
	font-size: 1rem;
	font-weight: 400;
	display: inline;
}

.icon {
	height: 2rem;
	margin-right: 6px;
	position: relative;
	top: 10px;
	width: 2rem;
}

.copy .material-symbols, .view .material-symbols, .qr .material-symbols, .remove .material-symbols, #remove-all .material-symbols {
	transition: transform 0.15s ease;
}

.copy:active .material-symbols, .view:active .material-symbols, .qr:active .material-symbols, .remove:active .material-symbols, #remove-all:active .material-symbols {
	transform: scale(0.85);
}

.icon-spin {
	animation: nevfarSpin 0.6s ease;
}

@keyframes nevfarSpin {
	to {
		transform: rotate(360deg);
	}
}

.icon-medium {
	height: 2.5rem;
	margin-right: 6px;
	position: relative;
	top: 13px;
	width: 2.5rem;
}

.icon-large {
	height: 2.8rem;
	margin-right: 13px;
	position: relative;
	top: 16px;
	width: 2.8rem;
}

.material-symbols {
	color: #00bc16;
	margin-right: 6px;
}

.material-symbols-fill {
	font-variation-settings: 'wght' 300, 'FILL' 1;
}

input:focus, textarea:focus {
	box-shadow: none;
	outline-color: #00bc16;
	outline-style: solid;
}

input[type=text] {
	background: #181818;
	border: none;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fafafa;
	font-size: 0.875rem;
	line-height: 4em;
	padding: 0 5.3em 0 5.3em;
	width: 100%;
	text-overflow: ellipsis;
}

#search-container::before {
	color: #acacac;
	content: '\e157';
	font-family: 'Material Symbols';
	font-size: 1.8rem;
	left: 0.875em;
	line-height: 56px;
	pointer-events: none;
	position: absolute;
	top: 0;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #161616;
	border: 1px solid #353535;
	border-radius: 30px;
	color: #fafafa;
	font-size: 0.875rem;
	padding: 0.65em 1.2em;
	cursor: pointer;
	padding-right: 3em;
}

.nHqWzTfB {
	display: inline-block;
	position: relative;
}

.nHqWzTfB::after {
	color: #e8eaed;
	content: '\e5c5';
	font-family: 'Material Symbols';
	font-size: 1.5rem;
	pointer-events: none;
	position: absolute;
	right: 0.7em;
	top: 50%;
	transform: translateY(-50%);
}

select:focus {
	box-shadow: none;
	outline: none;
}

select:focus-visible {
	outline: 2px solid #00bc16;
}

select::-ms-expand {
	display: none;
}

textarea {
	width: 100%;
	background: #181818;
	border: 1px solid #353535;
	border-radius: 15px;
	height: 250px;
	box-sizing: border-box;
	padding: 1em 1.5em;
	color: #fafafa;
	font-size: 0.875rem;
	max-width: 100%;
	max-height: 500px;
}

.line {
	border-bottom: 1px solid #353535;
	margin: 1.5625rem auto;
}

.orange {
	color: #ff9500;
}

::placeholder {
	color: #8c8c8c;
	user-select: none;
}

.red {
	color: #dd0a5e;
}

::selection {
	color: #00bc16;
	background: #000000;
}

table {
	border-collapse: collapse;
}

.white {
	color: #fafafa;
}

.no-bottom-margin {
	margin-bottom: 0;
}

#NjmKOqMl {
	clear: both;
}

.DCLmLrJE {
	box-sizing: border-box;
	color: #fafafa;
	margin: 10px 0 0 0;
}

.DCLmLrJE-item {
	align-items: center;
	background: #161616;
	border-radius: 18px;
	display: flex;
	gap: 14px;
	padding: 16px 20px;
	position: relative;
}

.DCLmLrJE-item + .DCLmLrJE-item {
	margin-top: 10px;
}

.DCLmLrJE-item > .material-symbols {
	color: #a3a3a3;
	flex-shrink: 0;
	font-size: 1.5rem;
	margin-right: 0;
	top: 0;
}

.DCLmLrJE-item > .nHqWzTfB, .DCLmLrJE-item > .DCLmLrJE-switch {
	flex-shrink: 0;
}

.DCLmLrJE-item select {
	background: #0f0f0f;
	min-height: 40px;
}

.DCLmLrJE-text {
	flex: 1;
	min-width: 0;
}

.DCLmLrJE-name {
	align-items: center;
	display: flex;
	gap: 5px;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
}

.DCLmLrJE-help {
	display: inline-flex;
	flex-shrink: 0;
	position: relative;
}

.DCLmLrJE-help-button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	cursor: help;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	width: 28px;
}

.DCLmLrJE-help-button .material-symbols {
	color: #a3a3a3;
	font-size: 1.5rem;
	font-variation-settings: 'wght' 200, 'FILL' 0;
	margin-right: 0;
	top: 0;
	transition: color 0.15s ease, font-variation-settings 0.15s ease;
}

.DCLmLrJE-help-button:focus .material-symbols,
.DCLmLrJE-help-button:active .material-symbols,
.DCLmLrJE-help-button[aria-expanded="true"] .material-symbols,
.DCLmLrJE-help-open .DCLmLrJE-help-button .material-symbols {
	color: #fafafa;
	font-variation-settings: 'wght' 200, 'FILL' 1;
}

.DCLmLrJE-help-button:focus-visible, .DCLmLrJE-switch:focus-visible {
	outline: 2px solid #00bc16;
	outline-offset: 2px;
}

.DCLmLrJE-help-text {
	--nevfar-help-shift: 0px;
	background: #202020;
	border: 1px solid #454545;
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.55);
	box-sizing: border-box;
	color: #d2d2d2;
	font-size: 0.8125rem;
	font-weight: 400;
	left: 50%;
	line-height: 1.45;
	margin-top: 0;
	max-width: 310px;
	opacity: 0;
	padding: 12px 14px;
	pointer-events: none;
	position: absolute;
	right: auto;
	text-align: left;
	top: calc(100% + 10px);
	transform: translate(calc(-50% + var(--nevfar-help-shift)), -6px);
	transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
	visibility: hidden;
	white-space: normal;
	width: min(310px, calc(100vw - 32px));
	z-index: 20;
}

.DCLmLrJE-help-text::before {
	background: #202020;
	border-left: 1px solid #454545;
	border-top: 1px solid #454545;
	content: '';
	height: 10px;
	left: clamp(18px, calc(50% - var(--nevfar-help-shift)), calc(100% - 18px));
	position: absolute;
	top: -6px;
	transform: translateX(-50%) rotate(45deg);
	width: 10px;
}

.DCLmLrJE-item:has(.DCLmLrJE-help-open) {
	z-index: 2;
}

.DCLmLrJE-help-open .DCLmLrJE-help-text {
	opacity: 1;
	transform: translate(calc(-50% + var(--nevfar-help-shift)), 0);
	visibility: visible;
}

.DCLmLrJE-switch {
	background: #353535;
	border: 0;
	border-radius: 30px;
	cursor: pointer;
	flex-shrink: 0;
	height: 26px;
	padding: 0;
	position: relative;
	transition: background 0.2s ease;
	width: 46px;
}

.DCLmLrJE-switch::after {
	background: #fafafa;
	border-radius: 50%;
	content: '';
	height: 20px;
	left: 3px;
	position: absolute;
	top: 3px;
	transition: transform 0.2s ease;
	width: 20px;
}

.DCLmLrJE-switch-on {
	background: #00bc16;
}

.DCLmLrJE-switch-on::after {
	transform: translateX(20px);
}

.DCLmLrJE-text .description {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 2px;
}

.DCLmLrJE-text .DCLmLrJE-help-text {
	font-size: 0.8125rem;
	line-height: 1.45;
	margin-top: 0;
}

@media (hover: hover) {
	.DCLmLrJE-help-button:hover .material-symbols {
		color: #fafafa;
		font-variation-settings: 'wght' 200, 'FILL' 1;
	}
}

@media (max-width: 420px) {
	.DCLmLrJE-item {
		gap: 8px;
		padding: 14px 12px;
	}

	.DCLmLrJE-item > .material-symbols {
		display: none;
	}

	.DCLmLrJE-name {
		font-size: 0.875rem;
		gap: 3px;
	}
}

#settings-result {
	align-items: center;
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	background: rgba(24, 24, 24, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 1000px;
	bottom: calc(18px + env(safe-area-inset-bottom, 0px));
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.58), inset 0 1px rgba(255, 255, 255, 0.04);
	box-sizing: border-box;
	color: #fafafa;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 12px;
	left: 50%;
	letter-spacing: 0.01em;
	line-height: 1.35;
	max-width: calc(100vw - 32px);
	opacity: 0;
	padding: 12px 18px;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, 12px) scale(0.96);
	transition: opacity 0.18s ease, transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 0.22s;
	visibility: hidden;
	width: max-content;
	z-index: 200;
}

@media (min-width: 601px) {
	#settings-result {
		left: auto;
		right: 24px;
		transform: translateY(12px) scale(0.96);
	}

	#search-container {
		margin-top: 30px;
	}

	.clear-large + #search-container {
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	#settings-result {
		bottom: calc(68px + env(safe-area-inset-bottom, 0px));
	}
}

#settings-result.settings-result-show {
	opacity: 1;
	transform: translate(-50%, 0) scale(1);
	transition-delay: 0s;
	visibility: visible;
}

@media (min-width: 601px) {
	#settings-result.settings-result-show {
		transform: translateY(0) scale(1);
	}
}

#settings-result.settings-result-error {
	border-color: rgba(221, 10, 94, 0.42);
}

#settings-result .material-symbols {
	flex-shrink: 0;
	font-size: 1.5rem;
	margin-right: 0;
	top: 0;
}

.IaLXiTbU {
	background: #0f0f0f;
	border: 1px solid #353535;
	border-radius: 20px;
	color: #fafafa;
	box-sizing: border-box;
	display: table;
	width: 100%;
	padding: 5px 20px 20px 20px;
}

#EwSvvVvF .IaLXiTbU, .copy.IaLXiTbU, .IaLXiTbU:has(> .copy), .IaLXiTbU:has(.IaLXiTbU-row) {
	padding: 15px 20px;
}

.IaLXiTbU-row {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 14px;
	justify-content: space-between;
}

.IaLXiTbU-row-center {
	align-items: center;
}

.IaLXiTbU-row + .IaLXiTbU-row {
	margin-top: 4px;
}

.IaLXiTbU .icon {
	height: 1.5rem;
	top: -2px;
	vertical-align: middle;
	width: 1.5rem;
}

.IaLXiTbU-row-center .icon, .IaLXiTbU-row-center .material-symbols {
	top: 0;
}

.IaLXiTbU .view .material-symbols, .IaLXiTbU .qr .material-symbols {
	margin-right: 0;
}

.IaLXiTbU .qr {
	margin-left: 6px;
}

.IaLXiTbU-row .description {
	margin-left: auto;
}

@keyframes nevfarAnalyticsReturn {
	0%, 35% {
		border-color: #00bc16;
		box-shadow: 0 0 0 1px rgba(0, 188, 22, 0.32), 0 0 22px rgba(0, 188, 22, 0.14);
	}

	100% {
		border-color: #353535;
		box-shadow: 0 0 0 0 rgba(0, 188, 22, 0);
	}
}

.IaLXiTbU.hGmQvXkT {
	animation: nevfarAnalyticsReturn 1.8s ease-out;
}

.cRwPnYzM {
	align-items: center;
	display: flex;
	flex: 1;
	line-height: 1.4;
	min-width: 0;
}

.dTxKqLsV {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cRwPnYzM .icon,
.cRwPnYzM .material-symbols {
	flex-shrink: 0;
}

.xKvRbNwM {
	background: #161616;
	border-radius: 18px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 12px;
	overflow: hidden;
}

.xKvRbNwM-item {
	color: #fafafa;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 14px 12px;
	text-align: center;
}

.xKvRbNwM-item + .xKvRbNwM-item {
	border-left: 1px solid #232323;
}

.xKvRbNwM-item h4 {
	font-size: 1.375rem;
	line-height: 1.2;
	margin-top: 4px;
}

.xKvRbNwM-value {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 4px;
	min-height: 2.625rem;
}

.xKvRbNwM-value h4 {
	font-size: 1.375rem;
	margin-top: 0;
	white-space: nowrap;
}

.xKvRbNwM-value h4.xKvRbNwM-compact {
	font-size: 1.0625rem;
}

.xKvRbNwM-kpis .xKvRbNwM-item {
	box-sizing: border-box;
	height: 84px;
	justify-content: center;
	padding: 8px 10px;
}

.xKvRbNwM-kpis .xKvRbNwM-value {
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin-top: 2px;
	min-height: 0;
}

.xKvRbNwM-kpis .xKvRbNwM-sub {
	line-height: 1.2;
	margin-top: 0;
	position: static;
}

.xKvRbNwM-sub {
	color: #a3a3a3;
	font-size: 0.8125rem;
	line-height: 1.25;
	white-space: nowrap;
}

.xKvRbNwM-label {
	align-items: center;
	color: #a3a3a3;
	display: flex;
	font-size: 0.875rem;
	gap: 7px;
	justify-content: center;
	line-height: 1.4;
}

.xKvRbNwM-label-compact {
	display: none;
}

.xKvRbNwM-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xKvRbNwM-two h4,
.xKvRbNwM-three h4 {
	font-size: 1.0625rem;
}

.xKvRbNwM-heading {
	color: #fafafa;
	font-size: 1rem;
	font-weight: 600;
	margin-top: 20px;
}

.xKvRbNwM-hero {
	background: #161616;
	border-radius: 18px;
	margin-top: 12px;
	padding: 18px 20px;
}

.xKvRbNwM-hero-row {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.xKvRbNwM-hero-label {
	align-items: center;
	color: #a3a3a3;
	display: flex;
	font-size: 0.875rem;
	gap: 8px;
}

.xKvRbNwM-hero-label .material-symbols {
	color: inherit;
	font-size: 1.5rem;
	margin-right: 0;
	top: 0;
}

.xKvRbNwM-hero-value {
	color: #fafafa;
	flex-shrink: 0;
	font-size: 1.75rem;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

.xKvRbNwM-split {
	border-radius: 4px;
	display: flex;
	height: 8px;
	margin-top: 12px;
	overflow: hidden;
}

.xKvRbNwM-split div {
	transition: width 0.4s ease;
}

.xKvRbNwM-split-direct {
	background: #00bc16;
}

.xKvRbNwM-split-referral {
	background: #0ca9f0;
}

.xKvRbNwM-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin-top: 10px;
}

.xKvRbNwM-legend > span {
	align-items: center;
	color: #a3a3a3;
	display: flex;
	font-size: 0.8125rem;
	gap: 8px;
}

.xKvRbNwM-legend b {
	color: #fafafa;
	font-weight: 600;
}

.xKvRbNwM-legend i {
	border-radius: 50%;
	flex-shrink: 0;
	height: 9px;
	width: 9px;
}

.xKvRbNwM-label .material-symbols {
	color: inherit;
	font-size: 1.5rem;
	margin-right: 0;
	top: 0;
}

@media (max-width: 600px) {
	.xKvRbNwM-three .xKvRbNwM-item {
		justify-content: center;
		padding-left: 4px;
		padding-right: 4px;
	}

	.xKvRbNwM-three .xKvRbNwM-label {
		font-size: 0.71875rem;
		gap: 3px;
		white-space: nowrap;
	}

	.xKvRbNwM-three .xKvRbNwM-label .material-symbols {
		font-size: 1.125rem;
	}

	.xKvRbNwM-three h4 {
		font-size: 0.875rem;
		white-space: nowrap;
	}
}

@media (max-width: 380px) {
	.xKvRbNwM-three {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.75fr);
	}

	.xKvRbNwM-three .xKvRbNwM-item {
		padding-left: 2px;
		padding-right: 2px;
	}

	.xKvRbNwM-three .xKvRbNwM-label {
		font-size: 0.6875rem;
		gap: 2px;
	}

	.xKvRbNwM-three .xKvRbNwM-label .material-symbols {
		font-size: 1rem;
	}

	.xKvRbNwM-three h4 {
		font-size: 0.71875rem;
	}

	.xKvRbNwM-three .xKvRbNwM-label-wide {
		display: none;
	}

	.xKvRbNwM-three .xKvRbNwM-label-compact {
		display: inline;
	}
}

@media (max-width: 420px) {
	.xKvRbNwM-kpis .xKvRbNwM-item {
		padding-left: 3px;
		padding-right: 3px;
	}

	.xKvRbNwM-kpis .xKvRbNwM-label {
		font-size: 0.71875rem;
		gap: 3px;
		white-space: nowrap;
	}

	.xKvRbNwM-kpis .xKvRbNwM-label .material-symbols {
		font-size: 1.125rem;
	}

	.xKvRbNwM-kpis .xKvRbNwM-sub {
		font-size: 0.6875rem;
	}
}

@media (max-width: 600px) {
	.xKvRbNwM-value h4.xKvRbNwM-compact {
		font-size: 0.9375rem;
	}
}

@media (hover: hover) {
	.xKvRbNwM-item {
		transition: background 0.2s;
	}

	.xKvRbNwM-item:hover {
		background: #1c1c1c;
	}
}

.rWpKvMxB {
	margin-top: 10px;
}

.rWpKvMxB-row {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.rWpKvMxB-row > span:first-child {
	align-items: center;
	display: flex;
	gap: 12px;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rWpKvMxB-row .icon {
	flex-shrink: 0;
	height: 1.5rem;
	margin-right: 0;
	top: 0;
	width: 1.5rem;
}

.rWpKvMxB-row .description {
	flex-shrink: 0;
	font-variant-numeric: tabular-nums;
}

.rWpKvMxB-bar {
	background: #1c1c1c;
	border-radius: 3px;
	height: 6px;
	margin-top: 10px;
	overflow: hidden;
}

.rWpKvMxB-bar div {
	background: #00bc16;
	border-radius: 3px;
	height: 100%;
	transition: width 0.4s ease;
}

.EqvHlCpL {
	color: #fafafa;
	display: inline-block;
	text-align: center;
	padding: 0 14px;
	margin-top: 1.4rem;
}

.EqvHlCpL:nth-last-child(1){
	margin-top: 20px;
}

#NjmKOqMl {
	height: 130px;
}

#nLwUYCZw {
	color: #fafafa;
	line-height: 20px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	text-align: center;
}

.AvtyXgwc {
	margin: 0 auto;
	max-width: 600px;
	padding: 30px 15px 0 15px;
}

.uLiWNsRR {
	word-wrap: break-word;
}

.sJMFbGPk {
	background: #0f0f0f;
	border-radius: 20px;
	margin: 30px auto 0 auto;
	box-sizing: border-box;
	max-width: 600px;
	padding: 35px 45px;
}

.sJMFbGPk.qVnRtYpL {
	width: calc(100% - 30px);
}

.sJMFbGPk.qVnRtYpL .IaLXiTbU {
	display: block;
}

.bKxTmWcQ {
	height: 0;
	pointer-events: none;
	position: sticky;
	top: 40px;
	z-index: 30;
}

.fJpLsNzR {
	align-items: center;
	background: #191919;
	border: 1px solid #333333;
	border-radius: 1000px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
	box-sizing: border-box;
	color: #e8eaed;
	cursor: pointer;
	display: flex;
	height: 42px;
	justify-content: center;
	margin: 0;
	padding: 0;
	pointer-events: auto;
	position: absolute;
	right: -39px;
	top: -24px;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
	width: 42px;
}

.fJpLsNzR .material-symbols {
	color: inherit;
	font-size: 1.375rem;
	margin: 0;
	top: 0;
}

.fJpLsNzR:focus-visible {
	background: #202020;
	border-color: #00bc16;
	color: #00d719;
}

@media (hover: hover) {
	.fJpLsNzR:hover {
		background: #202020;
		border-color: #00bc16;
		color: #00d719;
	}
}

.fJpLsNzR:focus-visible {
	outline: 2px solid rgba(0, 215, 25, 0.32);
	outline-offset: 3px;
}

.fJpLsNzR:active {
	background: #202020;
	border-color: #00bc16;
	color: #00d719;
	transform: scale(0.94);
}

@media (max-width: 600px) {
	.sJMFbGPk {
		padding: 30px 22px;
	}

	.bKxTmWcQ {
		top: 36px;
	}

	.fJpLsNzR {
		right: -18px;
	}

	.clear-large + .sJMFbGPk {
		margin-top: 0;
	}

	#iVTAexcO {
		margin-bottom: 15px;
	}

	.IaLXiTbU-row-center .description {
		margin-left: 0;
	}
}

.zBpQmWdT {
	box-sizing: border-box;
	display: grid;
	gap: 22px 14px;
	grid-template-columns: repeat(2, 1fr);
	margin: 40px auto 0 auto;
	max-width: 640px;
	padding: 0 15px;
}

.zBpQmWdT-item {
	background: #0f0f0f;
	border-radius: 16px;
	padding: 22px 24px;
}

.zBpQmWdT-item h4 {
	align-items: flex-start;
	color: #ffffff;
	display: flex;
	font-size: 1.0625rem;
	font-weight: 600;
	gap: 11px;
	line-height: 1.3;
	margin-bottom: 12px;
}

.zBpQmWdT-item h4 .material-symbols {
	flex-shrink: 0;
	font-size: 1.5rem;
	margin-right: 0;
	top: -0.04em;
}

.zBpQmWdT-item p {
	color: #a8a8a8;
	font-size: 0.9375rem;
	line-height: 1.65;
}

@media (max-width: 600px) {
	.zBpQmWdT {
		grid-template-columns: 1fr;
	}
}

.mKpRvNxQ {
	box-sizing: border-box;
	margin: 40px auto 0 auto;
	max-width: 640px;
	padding: 0 15px;
}

.mKpRvNxQ h3 {
	color: #fafafa;
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 0;
}

.mKpRvNxQ-item {
	background: #0f0f0f;
	border-radius: 16px;
	margin-top: 10px;
	overflow: hidden;
}

.mKpRvNxQ-question {
	align-items: center;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 1.0625rem;
	font-weight: 600;
	justify-content: space-between;
	line-height: 1.3;
	padding: 22px 24px;
	-webkit-tap-highlight-color: transparent;
}

.mKpRvNxQ-question span:first-child {
	flex: 1;
}

.mKpRvNxQ-arrow {
	color: #e8eaed;
	flex-shrink: 0;
	font-size: 1.5rem;
	margin-left: 14px;
	margin-right: 0;
	top: 0;
	transition: transform 0.3s ease;
}

.mKpRvNxQ-question.open .mKpRvNxQ-arrow {
	transform: rotate(180deg);
}

.mKpRvNxQ-answer {
	display: grid;
	grid-template-rows: 0fr;
	padding: 0 24px;
	transition: grid-template-rows 0.3s ease;
}

.mKpRvNxQ-answer.show {
	grid-template-rows: 1fr;
}

.mKpRvNxQ-answer > div {
	min-height: 0;
	overflow: hidden;
}

.mKpRvNxQ-answer p {
	color: #a8a8a8;
	font-size: 0.9375rem;
	line-height: 1.65;
	padding-bottom: 22px;
}

#EwSvvVvF {
	color: #fafafa;
	margin: 35px auto 0 auto;
	max-width: 520px;
	font-size: 1rem;
	letter-spacing: 0.030rem;
	font-weight: bold;
}

#vKRGNbsu {
	display: inline-block;
	padding-left: 60px;
	position: relative;
}

.vSzYxBgH-active, .vSzYxBgH {
	color: #a4a6a7;
	cursor: pointer;
	display: inline-block;
	height: 80px;
	border-bottom: 2px solid transparent;
	margin-left: -5px;
	padding: 0 25px;
	text-align: center;
}

.vSzYxBgH-active {
	margin-left: -4px;
	border-color: #00bc16;
	color: #dbdbdb;
}

.vSzYxBgH-icon {
	color: inherit;
	display: none;
	margin-right: 0;
	top: 0;
}

#vZgBFsck {
	line-height: 80px;
	text-align: center;
}

#ZDNCubUl {
	float: left;
	height: 80px;
	margin: 0 4%;
	position: absolute;
}

#ZDNCubUl img {
	user-select: none;
	vertical-align: middle;
	border-radius: 10px;
}

#nev-extension {
	position: absolute;
	right: 4%;
	top: 0;
	height: 80px;
	line-height: 80px;
}

@media (max-width: 768px) {
	#nev-extension {
		display: none;
	}
}

@media (max-width: 600px) {
	body {
		display: flex;
		flex-direction: column;
		height: auto;
		min-height: 100%;
	}

	#container {
		flex: 1 0 auto;
		margin-bottom: 0;
		min-height: 0;
	}

	#NjmKOqMl {
		height: 0;
	}

	#vZgBFsck {
		line-height: 78px;
	}

	#ZDNCubUl {
		display: inline-block;
		float: none;
		height: auto;
		margin: 0;
		position: static;
	}

	#ZDNCubUl img {
		height: 52px;
		width: auto;
	}

	#vKRGNbsu {
		background: #0a0a0a;
		border-top: 1px solid #1e1e1e;
		bottom: 0;
		display: flex;
		justify-content: center;
		left: 0;
		padding-bottom: env(safe-area-inset-bottom, 0px);
		padding-left: 0;
		position: fixed;
		right: 0;
		z-index: 40;
	}

	#vKRGNbsu a {
		flex: 1;
		max-width: 90px;
	}

	.vSzYxBgH, .vSzYxBgH-active {
		align-items: center;
		border: none;
		display: flex;
		flex-direction: column;
		font-size: 0.6875rem;
		gap: 2px;
		height: auto;
		line-height: 1.4;
		margin: 0;
		padding: 6px 0 7px 0;
	}

	.vSzYxBgH-active {
		color: #fafafa;
	}

	.vSzYxBgH-icon {
		display: block;
		font-size: 1.5rem;
	}

	#nLwUYCZw {
		padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
	}

	#qFhWnbLZ {
		display: none;
	}

	body.nevfar-keyboard #vKRGNbsu {
		display: none;
	}

	body.nevfar-keyboard #nLwUYCZw {
		padding-bottom: 20px;
	}
}


@media (max-width: 600px) {
	#EwSvvVvF {
		padding: 0 40px;
	}
}

ul {
	list-style-type: none;
	line-height: 1.8;
}

li {
	margin-bottom: 1.25rem;
	color: #eaeaea;
}

li > strong {
	font-size: 1.3rem;
	color: #ffffff;
	display: block;
	margin-bottom: 0.5rem;
}

ul ul {
	padding-left: 1.4rem;
	border-left: 2px solid #00bc16;
}

ul ul li {
	margin-bottom: 0.3rem;
	color: #d3d3d3;
}

#settings {
	display: none;
}

#url-container input[type=text] {
	padding-left: 3em;
	padding-right: 7em;
	text-overflow: ellipsis;
	line-height: 3.5em;
	background-image: none;
	border: 1px solid #353535;
}

.custom-url-symbol {
	color: #acacac;
	font-size: 1.35rem;
	left: 0.7em;
	margin-right: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: color 0.2s ease;
	z-index: 1;
}

#url-container:focus-within .custom-url-symbol {
	color: #00bc16;
}

#change-url {
	position: absolute;
	right: 0;
	top: 0;
	color: #00bc16;
	border: 1px solid #106e1b;
	border-radius: 0 30px 30px 0;
	line-height: 3.81em;
	font-size: 0.8rem;
	text-align: center;
	width: 6em;
	-webkit-tap-highlight-color: transparent;
}

#change-url:hover, input[type=submit]:hover {
	color: #ffffff;
	background: #106e1b;
	cursor: pointer;
}

input[type=submit] {
	background: #0f0f0f;
	position: relative;
	color: #00bc16;
	border: 1px solid #106e1b;
	border-radius: 12px;
	line-height: 3.5em;
	font-size: 0.8rem;
	text-align: center;
	width: 8em;
	-webkit-tap-highlight-color: transparent;
}

.oRtKbWxH {
	margin: 10px 0;
}

.oRtKbWxH-track {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	border-radius: 15px;
	scrollbar-width: none;
	transition: height 0.25s ease;
	cursor: grab;
}

.oRtKbWxH-track.oRtKbWxH-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

.oRtKbWxH-track img {
	-webkit-user-drag: none;
}

.oRtKbWxH-track::-webkit-scrollbar {
	display: none;
}

.oRtKbWxH-track img {
	flex: 0 0 100%;
	width: 100%;
	height: auto;
	align-self: flex-start;
	scroll-snap-align: start;
	user-select: none;
}

.oRtKbWxH-dots {
	text-align: center;
	margin-top: 14px;
}

@media (hover: hover) {
	.oRtKbWxH-dots span:hover {
		background: #555555;
	}
}

.oRtKbWxH-dots span.oRtKbWxH-dot-active {
	background: #00bc16;
	transform: scale(1.2);
}

.oRtKbWxH-dots span {
	background: #353535;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 5px;
	width: 10px;
	transition: background 0.2s, transform 0.2s;
}

#WqKzXvMh {
	align-items: center;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	position: fixed;
	transition: opacity 0.2s ease;
	z-index: 100;
}

#WqKzXvMh.WqKzXvMh-open {
	opacity: 1;
}

.WqKzXvMh-dialog {
	background: #0f0f0f;
	border: 1px solid #353535;
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	max-height: calc(100vh - 30px);
	max-width: 440px;
	overflow-y: auto;
	padding: 26px 32px 32px 32px;
	position: relative;
	transform: translateY(12px) scale(0.96);
	transition: transform 0.2s ease;
	width: calc(100% - 30px);
}

#WqKzXvMh.WqKzXvMh-open .WqKzXvMh-dialog {
	transform: translateY(0) scale(1);
}

.WqKzXvMh-close {
	align-items: center;
	border-radius: 50%;
	color: #a3a3a3;
	cursor: pointer;
	display: flex;
	font-size: 1.25rem;
	height: 36px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 12px;
	top: 12px;
	transition: background 0.2s, color 0.2s;
	user-select: none;
	width: 36px;
}

.WqKzXvMh-title {
	align-items: center;
	color: #fafafa;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.0625rem;
	font-weight: 600;
	gap: 0 12px;
}

.WqKzXvMh-title > .icon, .WqKzXvMh-title > .material-symbols {
	margin-right: 0;
	top: 0;
}

.WqKzXvMh-title-link {
	align-items: center;
	color: #a3a3a3;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 400;
	margin-right: 24px;
	transition: color 0.2s;
	white-space: nowrap;
}

.WqKzXvMh-title-link .icon, .WqKzXvMh-title-link .material-symbols {
	top: 0;
}

@media (min-width: 1024px) {
	.WqKzXvMh-title-link {
		font-size: 1rem;
	}
}

@media (hover: hover) {
	.WqKzXvMh-title-link:hover {
		color: #fafafa;
	}
}

@media (hover: hover) {
	.WqKzXvMh-close:hover {
		background: #1c1c1c;
		color: #fafafa;
	}
}

.WqKzXvMh-message {
	margin-top: 14px;
}

.WqKzXvMh-message .description {
	font-size: 0.875rem;
	margin-top: 8px;
}

.WqKzXvMh-code {
	border: 1px solid #2a2a2a;
	border-radius: 16px;
	margin: 15px auto 0 auto;
	max-width: 300px;
	overflow: hidden;
}

.WqKzXvMh-code svg {
	display: block;
	height: auto;
	width: 100%;
}

.WqKzXvMh-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 12px;
	row-gap: 8px;
}

.WqKzXvMh-code + .WqKzXvMh-row {
	margin-top: 20px;
}

.WqKzXvMh-label {
	color: #a3a3a3;
	font-size: 0.875rem;
}

.WqKzXvMh-segment {
	border: 1px solid #353535;
	border-radius: 30px;
	display: inline-flex;
	overflow: hidden;
	vertical-align: top;
}

.WqKzXvMh-segment span {
	color: #a3a3a3;
	cursor: pointer;
	font-size: 0.875rem;
	padding: 8px 13px;
	transition: background 0.2s, color 0.2s, transform 0.1s;
	user-select: none;
}

.WqKzXvMh-segment span:active {
	transform: scale(0.95);
}

.WqKzXvMh-segment span + span {
	border-left: 1px solid #353535;
}

@media (hover: hover) {
	.WqKzXvMh-segment span:hover {
		color: #fafafa;
	}
}

.WqKzXvMh-segment span.WqKzXvMh-active {
	background: #1c1c1c;
	color: #00bc16;
}

.WqKzXvMh-custom-size {
	align-items: center;
	background: #161616;
	border: 1px solid #353535;
	border-radius: 30px;
	display: flex;
	gap: 6px;
	margin: 10px 0 0 auto;
	padding: 8px 18px;
	transition: border-color 0.2s;
	width: fit-content;
}

.WqKzXvMh-custom-size.hidden {
	display: none;
}

.WqKzXvMh-custom-size:focus-within {
	border-color: #008010;
}

.WqKzXvMh-custom-size input {
	background: none;
	border: none;
	color: #fafafa;
	font-size: 0.875rem;
	-moz-appearance: textfield;
	padding: 0;
	text-align: right;
	width: 3em;
}

.WqKzXvMh-custom-size input:focus {
	box-shadow: none;
	outline: none;
}

.WqKzXvMh-custom-size input::-webkit-outer-spin-button, .WqKzXvMh-custom-size input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.WqKzXvMh-unit {
	color: #a3a3a3;
	font-size: 0.875rem;
	user-select: none;
}

.WqKzXvMh-choice {
	align-items: flex-start;
	border: 1px solid #353535;
	border-radius: 16px;
	cursor: pointer;
	display: flex;
	gap: 14px;
	margin-top: 14px;
	padding: 16px 20px;
	transition: border-color 0.2s;
	user-select: none;
}

.WqKzXvMh-choice .material-symbols {
	flex-shrink: 0;
	font-size: 1.5rem;
	margin-right: 0;
	top: 0.03em;
}

.WqKzXvMh-choice strong {
	color: #fafafa;
	font-weight: 600;
}

.WqKzXvMh-choice strong.red {
	color: #dd0a5e;
}

.WqKzXvMh-choice .description {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 4px;
}

@media (hover: hover) {
	.WqKzXvMh-choice:hover {
		border-color: #00bc16;
	}

	.WqKzXvMh-choice:has(strong.red):hover {
		border-color: #dd0a5e;
	}
}

.WqKzXvMh-actions {
	border-top: 1px solid #2a2a2a;
	display: flex;
	gap: 12px;
	margin-top: 24px;
	padding-top: 24px;
}

.WqKzXvMh-button {
	align-items: center;
	border: 1px solid #353535;
	border-radius: 30px;
	cursor: pointer;
	display: inline-flex;
	flex: 1;
	font-size: 0.875rem;
	font-weight: 500;
	justify-content: center;
	padding: 11px 0;
	transition: border-color 0.2s, transform 0.1s;
	user-select: none;
}

.WqKzXvMh-button:active {
	transform: scale(0.97);
}

.WqKzXvMh-button .material-symbols {
	margin-right: 8px;
	top: 0;
}

@media (hover: hover) {
	.WqKzXvMh-button:hover {
		border-color: #106e1b;
	}

	.WqKzXvMh-button.red:hover {
		border-color: #7a0534;
	}
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
