.wegot-dashboard {
	max-width: 1180px;
	margin: 28px auto;
	padding: 0 16px;
	color: #1f2933;
}

.wegot-dashboard * {
	box-sizing: border-box;
}

.wegot-dashboard-hero {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 18px;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(31, 41, 51, 0.06);
}

.wegot-dashboard-hero h1,
.wegot-purchase h1 {
	margin: 0 0 4px;
	font-size: 28px;
	line-height: 1.2;
	color: #111827;
}

.wegot-dashboard-hero p,
.wegot-subscription-status {
	margin: 0;
	color: #52606d;
}

.wegot-avatar img,
.wegot-profile-photo img {
	border-radius: 50%;
	display: block;
	background: #f3f4f6;
}

.wegot-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
	overflow-x: auto;
	padding-bottom: 2px;
}

.wegot-tabs a {
	flex: 0 0 auto;
	padding: 10px 14px;
	border: 1px solid #d5dce5;
	border-radius: 8px;
	background: #ffffff;
	color: #1f2933;
	text-decoration: none;
	font-weight: 700;
	line-height: 1;
}

.wegot-tabs a.is-active,
.wegot-tabs a:hover {
	border-color: #e11d48;
	background: #e11d48;
	color: #ffffff;
}

.wegot-member-tabs {
	margin: 18px 0 20px;
}

.wegot-panel {
	padding: 22px;
	background: #ffffff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(31, 41, 51, 0.06);
}

.wegot-panel h2 {
	margin: 0 0 16px;
	font-size: 22px;
	line-height: 1.25;
	color: #111827;
}

.wegot-panel h3 {
	margin: 28px 0 12px;
	font-size: 18px;
	color: #111827;
}

.wegot-notice {
	margin-bottom: 16px;
	padding: 12px 14px;
	border-left: 4px solid #0f766e;
	background: #ecfdf5;
	color: #134e4a;
	font-weight: 700;
}

.wegot-stat-grid,
.wegot-plan-grid,
.wegot-video-list,
.wegot-grid {
	display: grid;
	gap: 14px;
}

.wegot-stat-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wegot-stat {
	padding: 18px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #f8fafc;
	font-weight: 700;
	color: #52606d;
}

.wegot-stat span {
	display: block;
	margin-bottom: 4px;
	font-size: 26px;
	line-height: 1.1;
	color: #111827;
}

.wegot-actions-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.wegot-button,
.wegot-dashboard .fr2vu-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid #e11d48;
	border-radius: 8px;
	background: #e11d48;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 800;
	cursor: pointer;
}

.wegot-button:hover,
.wegot-dashboard .fr2vu-submit:hover {
	background: #be123c;
	border-color: #be123c;
	color: #ffffff !important;
}

.wegot-button-secondary {
	background: #ffffff;
	color: #1f2933 !important;
	border-color: #d5dce5;
}

.wegot-button-secondary:hover {
	background: #f8fafc;
	color: #111827 !important;
	border-color: #9aa5b1;
}

.wegot-form,
.wegot-dashboard .fr2vu-form {
	display: grid;
	gap: 16px;
}

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

.wegot-form label,
.wegot-dashboard .fr2vu-field label,
.wegot-dashboard .fr2vu-terms {
	display: grid;
	gap: 7px;
	font-weight: 800;
	color: #1f2933;
}

.wegot-dashboard .fr2vu-duration-selects label {
	display: grid;
}

.wegot-dashboard .fr2vu-terms {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.wegot-dashboard .fr2vu-terms input[type="checkbox"] {
	flex: 0 0 auto;
	width: auto;
	min-height: 0;
	margin: 3px 0 0;
	padding: 0;
}

.wegot-dashboard .fr2vu-terms span {
	flex: 1 1 auto;
}

.wegot-form input,
.wegot-form textarea,
.wegot-form select,
.wegot-dashboard .fr2vu-field input,
.wegot-dashboard .fr2vu-field textarea,
.wegot-dashboard .fr2vu-field select {
	width: 100%;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	font: inherit;
}

.wegot-form textarea,
.wegot-dashboard .fr2vu-field textarea {
	min-height: 120px;
	resize: vertical;
}

.wegot-profile-photo {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 14px;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
}

.wegot-plan-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wegot-plan {
	position: relative;
	display: grid;
	gap: 8px;
	padding: 16px;
	border: 1px solid #d5dce5;
	border-radius: 8px;
	background: #f8fafc;
	cursor: pointer;
}

.wegot-plan:has(input:checked) {
	border-color: #e11d48;
	background: #fff1f2;
}

.wegot-plan input {
	position: absolute;
	top: 14px;
	right: 14px;
	width: auto;
	min-height: auto;
}

.wegot-plan strong {
	padding-right: 28px;
	font-size: 17px;
	color: #111827;
}

.wegot-plan span {
	font-weight: 900;
	color: #e11d48;
}

.wegot-plan small {
	color: #52606d;
	line-height: 1.4;
}

.wegot-pricing-heading {
	margin-bottom: 18px;
}

.wegot-pricing-heading h1 {
	margin: 0 0 4px;
	font-size: 30px;
	line-height: 1.15;
	color: #111827;
}

.wegot-pricing-heading p {
	margin: 0;
	color: #52606d;
}

.wegot-pricing-banner {
	margin-bottom: 20px;
	padding: 15px 18px;
	border-radius: 8px;
	background: #111827;
	color: #ffffff;
	font-weight: 900;
	text-align: center;
}

.wegot-pricing-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.wegot-pricing-card {
	display: grid;
	gap: 12px;
	padding: 22px 18px;
	border: 2px solid #111827;
	border-radius: 8px;
	background: #fffdf0;
	color: #111827;
	box-shadow: 7px 7px 0 #111827;
}

.wegot-pricing-card.is-featured {
	border-color: #2563eb;
	background: #eff6ff;
	box-shadow: 7px 7px 0 #2563eb;
}

.wegot-pricing-card strong {
	font-size: 22px;
	line-height: 1.15;
	text-transform: uppercase;
}

.wegot-pricing-card small {
	color: #6b7280;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.wegot-pricing-price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 10px 0;
}

.wegot-pricing-price span {
	color: #ef4444;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
}

.wegot-pricing-price em {
	color: #374151;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
}

.wegot-pricing-card ul {
	display: grid;
	gap: 10px;
	margin: 8px 0 14px;
	padding: 14px 0 0;
	border-top: 1px dashed #d1d5db;
	list-style: none;
}

.wegot-pricing-card li {
	position: relative;
	padding-left: 22px;
	color: #1f2937;
	font-weight: 800;
	line-height: 1.35;
}

.wegot-pricing-card li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: #10b981;
	font-weight: 900;
}

.wegot-pricing-card .wegot-button {
	width: 100%;
	margin-top: auto;
	border-color: #111827;
	border-radius: 999px;
	background: #111827;
}

.wegot-checkout-summary {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 16px;
	margin-bottom: 22px;
}

.wegot-checkout-card,
.wegot-coupon-box,
.wegot-proof-box,
.wegot-checkout-warning,
.wegot-pending-checkout {
	padding: 18px;
	border: 2px solid #111827;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
}

.wegot-checkout-card small {
	display: block;
	margin-bottom: 8px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.wegot-checkout-card strong {
	display: block;
	color: #111827;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.1;
}

.wegot-checkout-card span {
	display: block;
	margin-top: 6px;
	color: #374151;
	font-weight: 800;
}

.wegot-checkout-card:not(.is-wide) {
	text-align: center;
}

.wegot-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.9fr);
	gap: 22px;
}

.wegot-payment-info {
	overflow: hidden;
	border: 2px solid #111827;
	border-radius: 8px;
	background: #ffffff;
}

.wegot-payment-info h2 {
	margin: 0;
	padding: 16px 18px;
	background: #111827;
	color: #ffffff;
}

.wegot-payment-intro {
	display: grid;
	justify-items: center;
	gap: 12px;
	margin: 18px 18px 0;
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
	text-align: center;
}

.wegot-payment-intro img {
	width: min(260px, 100%);
	max-height: 280px;
	padding: 8px;
	object-fit: contain;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
}

.wegot-payment-intro-copy {
	display: grid;
	gap: 4px;
	max-width: 560px;
}

.wegot-payment-intro strong {
	color: #111827;
	font-size: 20px;
	font-weight: 900;
}

.wegot-payment-intro span {
	color: #52606d;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
}

.wegot-payment-methods {
	display: grid;
	gap: 12px;
	padding: 18px;
}

.wegot-payment-method,
.wegot-payment-method.is-plain {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #f9fafb;
}

.wegot-payment-method.is-plain {
	grid-template-columns: 1fr;
}

.wegot-payment-method img {
	width: 54px;
	height: 54px;
	object-fit: contain;
	border-radius: 8px;
	background: #ffffff;
}

.wegot-payment-method small {
	display: block;
	color: #6b7280;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.wegot-payment-method strong {
	display: block;
	overflow-wrap: anywhere;
	color: #111827;
	font-size: 17px;
	font-weight: 900;
}

.wegot-payment-method span {
	color: #52606d;
	font-size: 13px;
	font-weight: 800;
}

.wegot-copy-button {
	min-height: 38px;
	padding: 0 14px;
	border: 2px solid #111827;
	border-radius: 999px;
	background: #3b82f6;
	color: #ffffff;
	font-weight: 900;
	cursor: pointer;
}

.wegot-checkout-side {
	display: grid;
	align-content: start;
	gap: 16px;
}

.wegot-coupon-box h2,
.wegot-proof-box h2 {
	margin-top: 0;
}

.wegot-coupon-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.wegot-coupon-row input {
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font: inherit;
	font-weight: 900;
	text-transform: uppercase;
}

.wegot-proof-box .wegot-form {
	gap: 12px;
}

.wegot-checkout-warning {
	border-style: dashed;
	text-align: center;
	font-weight: 900;
}

.wegot-pending-checkout {
	display: grid;
	gap: 8px;
	margin: 0 0 16px;
	background: #fffbeb;
	border-color: #f59e0b;
}

.wegot-pending-checkout strong {
	color: #92400e;
	font-size: 18px;
}

.wegot-payment-details {
	padding: 16px;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
}

.wegot-payment-details pre {
	margin: 0;
	white-space: pre-wrap;
	word-break: break-word;
	font: inherit;
	color: #1f2933;
}

.wegot-video-list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wegot-video-card {
	display: grid;
	align-content: start;
	gap: 8px;
}

.wegot-video-card-main {
	display: grid;
	gap: 8px;
	color: #111827;
	text-decoration: none;
	min-width: 0;
}

.wegot-video-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 8px;
	background: #e4e7ec;
}

.wegot-video-card-title {
	display: -webkit-box;
	min-height: 2.5em;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.25;
	color: inherit;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wegot-video-card-meta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 5px;
	margin: 0 0 2px;
	color: #6b7280;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	white-space: nowrap;
}

.wegot-video-card-uploader {
	display: inline-flex;
	align-items: center;
	max-width: 42%;
	padding: 3px 7px;
	border-radius: 5px;
	background: #1f1f1f;
	color: #ffffff !important;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wegot-video-card-uploader:hover {
	background: #fec395;
	color: #111111 !important;
	text-decoration: none;
}

.wegot-video-card-dot {
	width: 4px;
	height: 4px;
	flex: 0 0 4px;
	border-radius: 50%;
	background: #9ca3af;
}

.wegot-video-card-meta time,
.wegot-video-card-views {
	color: #6b7280;
	font-weight: 600;
}

.wegot-video-status {
	width: fit-content;
	padding: 4px 8px;
	border-radius: 999px;
	background: #eef2ff;
	color: #3730a3;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.wegot-muted {
	margin-top: -6px;
	color: #52606d;
	font-weight: 700;
}

.wegot-library-section {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.wegot-library-card {
	display: grid;
	gap: 8px;
	align-content: start;
}

.wegot-library-remove {
	margin: 0;
}

.wegot-dashboard .wegot-text-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #e11d48;
	font: inherit;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
}

.wegot-dashboard .wegot-text-button:hover {
	color: #be123c;
	text-decoration: underline;
}

.wegot-dashboard .wegot-text-button.is-danger {
	color: #b91c1c;
}

.wegot-dashboard .wegot-library-remove .wegot-text-button {
	min-height: 34px;
	padding: 0 13px;
	border-radius: 999px;
	background: #fec395 !important;
	color: #111111 !important;
	font-size: 13px;
	text-decoration: none;
}

.wegot-dashboard .wegot-library-remove .wegot-text-button:hover {
	background: #ffd8bd !important;
	color: #111111 !important;
	text-decoration: none;
}

.wegot-dashboard .wegot-playlist-heading .wegot-text-button.is-danger {
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid #fecaca;
	border-radius: 999px;
	background: #fee2e2 !important;
	color: #991b1b !important;
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.wegot-dashboard .wegot-playlist-heading .wegot-text-button.is-danger:hover {
	background: #fecaca !important;
	color: #7f1d1d !important;
	text-decoration: none;
}

.wegot-playlist-library {
	display: grid;
	gap: 18px;
}

.wegot-playlist-block {
	display: grid;
	gap: 14px;
	padding: 16px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #f8fafc;
}

.wegot-playlist-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.wegot-playlist-heading strong,
.wegot-playlist-heading span {
	display: block;
}

.wegot-playlist-heading strong {
	color: #111827;
	font-size: 18px;
}

.wegot-playlist-heading span {
	color: #52606d;
	font-weight: 800;
}

.wegot-save-widget {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-left: 10px;
	vertical-align: middle;
	z-index: 20;
}

.video-infos-right .wegot-save-widget {
	float: left;
}

.wegot-save-toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 16px;
	border: 0;
	border-radius: 8px;
	background: #fec395;
	color: #111111;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.14);
}

.video-infos-right .wegot-save-toggle {
	min-height: 0 !important;
	height: auto !important;
	padding: 0.4em 0.8em !important;
	border-radius: 4px !important;
	font-size: 1.15em !important;
	line-height: 1.5 !important;
}

.wegot-save-toggle:hover,
.wegot-save-toggle:focus {
	background: #ffb276;
	color: #111111;
}

.wegot-save-toggle.is-saved {
	background: #fec395 !important;
	color: #111111 !important;
	box-shadow: inset 0 0 0 2px rgba(17, 17, 17, 0.25), 0 10px 24px rgba(17, 24, 39, 0.14);
}

.wegot-save-panel {
	position: absolute;
	top: calc(100% + 1px);
	right: 0;
	width: min(310px, calc(100vw - 28px));
	padding: 10px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	box-shadow: 0 18px 45px rgba(17, 24, 39, 0.20);
	text-align: left;
	font-size: 14px;
	z-index: 99999;
}

.wegot-save-panel::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	height: 10px;
}

.wegot-save-panel-inner {
	display: grid;
	gap: 9px;
}

.wegot-save-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.wegot-save-panel-head > strong {
	font-size: 15px;
	line-height: 1.2;
}

.wegot-save-close {
	display: none;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	min-height: 0;
	padding: 0;
	border: 1px solid #d5dce5;
	border-radius: 999px;
	background: #f8fafc;
	color: #111827;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
}

.wegot-save-options,
.wegot-playlist-picker {
	display: grid;
	gap: 6px;
}

.wegot-save-panel .wegot-save-option,
.wegot-save-panel .wegot-playlist-choice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	min-height: 34px !important;
	padding: 7px 10px !important;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #f8fafc !important;
	color: #111827 !important;
	font: inherit;
	font-size: 14px !important;
	font-weight: 900;
	text-align: left;
	cursor: pointer;
}

.wegot-save-panel .wegot-save-option em,
.wegot-save-panel .wegot-playlist-choice em {
	flex: 0 0 auto;
	color: #e11d48;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}

.wegot-save-panel .wegot-save-option.is-active,
.wegot-save-panel .wegot-playlist-choice.is-active {
	border-color: #fec395;
	background: #fec395 !important;
	color: #111111 !important;
}

.wegot-save-panel .wegot-save-option.is-active em,
.wegot-save-panel .wegot-playlist-choice.is-active em {
	color: #111111;
}

.wegot-save-playlists {
	display: grid;
	gap: 7px;
	padding-top: 4px;
	border-top: 1px solid #eef2f7;
}

.wegot-save-subtitle {
	color: #52606d;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.wegot-create-playlist {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 6px;
	margin: 0;
}

.wegot-create-playlist input {
	min-width: 0;
	min-height: 34px;
	padding: 7px 9px;
	border: 1px solid #d5dce5;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	font: inherit;
}

.wegot-create-playlist button {
	min-height: 34px;
	padding: 0 10px;
	border: 0;
	border-radius: 8px;
	background: #111827;
	color: #ffffff;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

.wegot-save-empty,
.wegot-save-status {
	margin: 0;
	color: #52606d;
	font-size: 13px;
	font-weight: 800;
}

.wegot-save-status:empty {
	display: none;
}

.wegot-save-option.is-busy,
.wegot-playlist-choice.is-busy,
.wegot-create-playlist button.is-busy {
	opacity: 0.65;
	cursor: wait;
}

.wegot-section-heading {
	margin-bottom: 18px;
}

.wegot-section-heading h1,
.wegot-public-profile h1 {
	margin: 0 0 4px;
	font-size: 28px;
	line-height: 1.2;
	color: #111827;
}

.wegot-section-heading p,
.wegot-profile-hero p,
.wegot-profile-bio {
	color: #52606d;
}

.wegot-member-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.wegot-member-card a {
	display: grid;
	gap: 7px;
	justify-items: center;
	padding: 18px 12px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #f8fafc;
	color: #111827;
	text-align: center;
	text-decoration: none;
}

.wegot-member-card img {
	border-radius: 50%;
	background: #e4e7ec;
}

.wegot-member-card strong {
	font-size: 16px;
}

.wegot-member-card span {
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
}

.wegot-member-card span.is-online {
	color: #0f766e;
}

.wegot-member-card small {
	color: #52606d;
}

.wegot-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 22px;
}

.wegot-pagination .page-numbers {
	min-width: 38px;
	padding: 10px 12px;
	border: 1px solid #d5dce5;
	border-radius: 8px;
	background: #ffffff;
	color: #1f2933;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

.wegot-pagination .page-numbers.current,
.wegot-pagination a.page-numbers:hover {
	border-color: #e11d48;
	background: #e11d48;
	color: #ffffff;
}

.wegot-profile-hero {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e4e7ec;
}

.wegot-profile-hero img {
	border-radius: 50%;
	background: #e4e7ec;
}

.wegot-profile-bio {
	margin-bottom: 20px;
	padding: 14px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #f8fafc;
}

.wegot-uploader-line {
	margin: 10px 0 18px;
	color: #52606d;
	font-size: 14px;
	font-weight: 800;
}

.wegot-uploader-line a {
	color: #e11d48;
	text-decoration: none;
}

.wegot-uploader-card {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 18px 0;
	padding: 14px;
	border: 1px solid #dfe5ee;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 12px 32px rgba(17, 24, 39, 0.07);
}

.wegot-uploader-avatar {
	flex: 0 0 auto;
	display: block;
}

.wegot-uploader-avatar img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	background: #e4e7ec;
	box-shadow: 0 8px 18px rgba(17, 24, 39, 0.10);
}

.wegot-uploader-main {
	display: grid;
	gap: 2px;
	min-width: 0;
	flex: 1 1 auto;
}

.wegot-uploader-main span {
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.wegot-uploader-name {
	width: fit-content;
	color: #111827;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
	text-decoration: none;
}

.wegot-uploader-name:hover {
	color: #e11d48;
}

.wegot-uploader-main small {
	color: #52606d;
	font-size: 13px;
}

.wegot-uploader-action {
	flex: 0 0 auto;
	padding: 9px 13px;
	border: 1px solid #d5dce5;
	border-radius: 999px;
	background: #f8fafc;
	color: #1f2933;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.wegot-uploader-action:hover {
	border-color: #e11d48;
	background: #e11d48;
	color: #ffffff;
}

.wegot-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.wegot-table th,
.wegot-table td {
	padding: 10px;
	border-bottom: 1px solid #e4e7ec;
	text-align: left;
}

.wegot-dashboard .fr2vu-progress {
	margin: 12px 0;
}

.wegot-dashboard .fr2vu-progress-track {
	height: 10px;
	background: #e4e7ec;
	border-radius: 999px;
	overflow: hidden;
}

.wegot-dashboard .fr2vu-progress-bar {
	height: 100%;
	background: #0f766e;
}

.wegot-dashboard .fr2vu-help,
.wegot-dashboard .fr2vu-status-message {
	color: #52606d;
	font-size: 13px;
}

body.wegot-is-premium .sidebar-ads,
body.wegot-is-premium .under-player-ad,
body.wegot-is-premium .under-player-ad-mobile,
body.wegot-is-premium .happy-inside-player,
body.wegot-is-premium .inside-player-ad,
body.wegot-is-premium .footer-ad,
body.wegot-is-premium .footer-ad-mobile,
body.wegot-is-premium .header-ad-mobile,
body.wegot-is-premium .adsbygoogle,
body.wegot-is-premium [id*="adsterra"],
body.wegot-is-premium [class*="adsterra"] {
	display: none !important;
}

body.wegot-ms-dark .wegot-dashboard {
	color: #f8fafc;
}

body.wegot-ms-dark .wegot-dashboard-hero,
body.wegot-ms-dark .wegot-panel,
body.wegot-ms-dark .wegot-uploader-card,
body.wegot-ms-dark .wegot-playlist-block,
body.wegot-ms-dark .wegot-dashboard .fr2vu-form {
	background: #101010;
	border-color: #2a2a2a;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

body.wegot-ms-dark .wegot-dashboard .fr2vu-form {
	--fr2vu-border: #303030;
	--fr2vu-text: #ffffff;
	--fr2vu-muted: #b8c0cc;
	--fr2vu-surface: #101010;
	--fr2vu-soft: #161616;
	--fr2vu-accent: #fec395;
	--fr2vu-accent-strong: #ffd8bd;
	--fr2vu-success: #6ee7b7;
	--fr2vu-error: #fca5a5;
	background: #101010 !important;
	border-color: #2a2a2a !important;
	color: #ffffff !important;
}

body.wegot-ms-dark .wegot-dashboard-hero h1,
body.wegot-ms-dark .wegot-purchase h1,
body.wegot-ms-dark .wegot-panel h2,
body.wegot-ms-dark .wegot-panel h3,
body.wegot-ms-dark .wegot-section-heading h1,
body.wegot-ms-dark .wegot-public-profile h1,
body.wegot-ms-dark .wegot-stat span,
body.wegot-ms-dark .wegot-plan strong,
body.wegot-ms-dark .wegot-video-card-main,
body.wegot-ms-dark .wegot-member-card a,
body.wegot-ms-dark .wegot-uploader-name,
body.wegot-ms-dark .wegot-playlist-heading strong,
body.wegot-ms-dark .wegot-payment-details pre {
	color: #ffffff;
}

body.wegot-ms-dark .wegot-dashboard-hero p,
body.wegot-ms-dark .wegot-subscription-status,
body.wegot-ms-dark .wegot-stat,
body.wegot-ms-dark .wegot-plan small,
body.wegot-ms-dark .wegot-section-heading p,
body.wegot-ms-dark .wegot-profile-hero p,
body.wegot-ms-dark .wegot-profile-bio,
body.wegot-ms-dark .wegot-uploader-main span,
body.wegot-ms-dark .wegot-uploader-main small,
body.wegot-ms-dark .wegot-member-card small,
body.wegot-ms-dark .wegot-member-card span,
body.wegot-ms-dark .wegot-muted,
body.wegot-ms-dark .wegot-playlist-heading span,
body.wegot-ms-dark .wegot-save-subtitle,
body.wegot-ms-dark .wegot-save-empty,
body.wegot-ms-dark .wegot-save-status,
body.wegot-ms-dark .wegot-dashboard .fr2vu-help,
body.wegot-ms-dark .wegot-dashboard .fr2vu-status-message,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field label span {
	color: #b8c0cc;
}

body.wegot-ms-dark .wegot-tabs a,
body.wegot-ms-dark .wegot-stat,
body.wegot-ms-dark .wegot-profile-photo,
body.wegot-ms-dark .wegot-plan,
body.wegot-ms-dark .wegot-payment-details,
body.wegot-ms-dark .wegot-member-card a,
body.wegot-ms-dark .wegot-profile-bio,
body.wegot-ms-dark .wegot-uploader-action,
body.wegot-ms-dark .wegot-save-panel,
body.wegot-ms-dark .wegot-save-panel .wegot-save-option,
body.wegot-ms-dark .wegot-save-panel .wegot-playlist-choice,
body.wegot-ms-dark .wegot-pagination .page-numbers {
	background: #161616 !important;
	border-color: #303030 !important;
	color: #f8fafc !important;
}

body.wegot-ms-dark .wegot-tabs a.is-active,
body.wegot-ms-dark .wegot-tabs a:hover,
body.wegot-ms-dark .wegot-button,
body.wegot-ms-dark .wegot-dashboard .fr2vu-submit,
body.wegot-ms-dark .wegot-uploader-action:hover,
body.wegot-ms-dark .wegot-pagination .page-numbers.current,
body.wegot-ms-dark .wegot-save-toggle,
body.wegot-ms-dark .wegot-pagination a.page-numbers:hover {
	background: #fec395 !important;
	border-color: #fec395 !important;
	color: #111111 !important;
}

body.wegot-ms-dark .wegot-tabs a.is-active,
body.wegot-ms-dark .wegot-tabs a:hover,
body.wegot-ms-dark .wegot-button,
body.wegot-ms-dark .wegot-dashboard .fr2vu-submit,
body.wegot-ms-dark .wegot-pagination .page-numbers.current {
	box-shadow: 0 12px 28px rgba(254, 195, 149, 0.18);
}

body.wegot-ms-dark .wegot-button:hover,
body.wegot-ms-dark .wegot-dashboard .fr2vu-submit:hover {
	background: #ffd8bd;
	border-color: #ffd8bd;
	color: #111111 !important;
}

body.wegot-ms-dark .wegot-button-secondary {
	background: #161616;
	border-color: #3a3a3a;
	color: #f8fafc !important;
	box-shadow: none;
}

body.wegot-ms-dark .wegot-button-secondary:hover {
	background: #222222;
	border-color: #fec395;
	color: #fec395 !important;
}

body.wegot-ms-dark .wegot-form label,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field label,
body.wegot-ms-dark .wegot-dashboard .fr2vu-terms {
	color: #f8fafc !important;
}

body.wegot-ms-dark .wegot-form input,
body.wegot-ms-dark .wegot-form textarea,
body.wegot-ms-dark .wegot-form select,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field input,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field textarea,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field select,
body.wegot-ms-dark .wegot-create-playlist input {
	background: #090909;
	border-color: #343434;
	color: #ffffff !important;
}

body.wegot-ms-dark .wegot-create-playlist button {
	background: #fec395;
	color: #111111;
}

body.wegot-ms-dark .wegot-dashboard .fr2vu-field input::placeholder,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field textarea::placeholder,
body.wegot-ms-dark .wegot-create-playlist input::placeholder {
	color: #777f8c;
}

body.wegot-ms-dark .wegot-dashboard .fr2vu-field input[readonly],
body.wegot-ms-dark .wegot-dashboard .fr2vu-field input:disabled,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field textarea:disabled,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field select:disabled {
	background: #090909;
	color: #f8fafc !important;
	opacity: 1;
}

body.wegot-ms-dark .wegot-form input:focus,
body.wegot-ms-dark .wegot-form textarea:focus,
body.wegot-ms-dark .wegot-form select:focus,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field input:focus,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field textarea:focus,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field select:focus {
	border-color: #fec395;
	box-shadow: 0 0 0 3px rgba(254, 195, 149, 0.15);
	outline: none;
}

body.wegot-ms-dark .wegot-plan:has(input:checked) {
	background: rgba(254, 195, 149, 0.12);
	border-color: #fec395;
}

body.wegot-ms-dark .wegot-plan span,
body.wegot-ms-dark .wegot-text-button,
body.wegot-ms-dark .wegot-save-option em,
body.wegot-ms-dark .wegot-playlist-choice em,
body.wegot-ms-dark .wegot-uploader-name:hover,
body.wegot-ms-dark .wegot-uploader-line a {
	color: #fec395;
}

body.wegot-ms-dark .wegot-save-option.is-active,
body.wegot-ms-dark .wegot-playlist-choice.is-active {
	background: #fec395 !important;
	border-color: #fec395;
	color: #111111 !important;
}

body.wegot-ms-dark .wegot-save-option.is-active em,
body.wegot-ms-dark .wegot-playlist-choice.is-active em {
	color: #111111;
}

body.wegot-ms-dark .wegot-save-playlists {
	border-top-color: #303030;
}

body.wegot-ms-dark .wegot-video-card img,
body.wegot-ms-dark .wegot-member-card img,
body.wegot-ms-dark .wegot-avatar img,
body.wegot-ms-dark .wegot-profile-photo img,
body.wegot-ms-dark .wegot-profile-hero img,
body.wegot-ms-dark .wegot-uploader-avatar img {
	background: #242424;
}

body.wegot-ms-dark .wegot-video-card-meta time,
body.wegot-ms-dark .wegot-video-card-views {
	color: #c8c8c8;
}

body.wegot-ms-dark .wegot-video-card-dot {
	background: #696969;
}

body.wegot-ms-dark .wegot-video-card-uploader {
	background: #1f1f1f;
	color: #ffffff !important;
}

body.wegot-ms-dark .wegot-video-card-uploader:hover {
	background: #fec395;
	color: #111111 !important;
}

body.wegot-ms-dark .wegot-video-status {
	background: rgba(254, 195, 149, 0.14);
	color: #fec395;
}

body.wegot-ms-dark .wegot-member-card span.is-online {
	color: #6ee7b7;
}

body.wegot-ms-dark .wegot-profile-hero {
	border-bottom-color: #303030;
}

body.wegot-ms-dark .wegot-table th,
body.wegot-ms-dark .wegot-table td {
	border-bottom-color: #303030;
	color: #f8fafc;
}

body.wegot-ms-dark .wegot-payment-details pre {
	margin-top: 10px;
	padding: 14px 16px;
	background: #090909 !important;
	border: 1px solid #303030;
	border-radius: 8px;
	color: #f8fafc !important;
}

body.wegot-ms-dark .wegot-pricing-heading h1,
body.wegot-ms-dark .wegot-pricing-card strong,
body.wegot-ms-dark .wegot-checkout-card strong,
body.wegot-ms-dark .wegot-payment-intro strong,
body.wegot-ms-dark .wegot-payment-method strong {
	color: #ffffff;
}

body.wegot-ms-dark .wegot-pricing-heading p,
body.wegot-ms-dark .wegot-pricing-card small,
body.wegot-ms-dark .wegot-pricing-card li,
body.wegot-ms-dark .wegot-checkout-card small,
body.wegot-ms-dark .wegot-checkout-card span,
body.wegot-ms-dark .wegot-payment-intro span,
body.wegot-ms-dark .wegot-payment-method small,
body.wegot-ms-dark .wegot-payment-method span {
	color: #b8c0cc;
}

body.wegot-ms-dark .wegot-pricing-card,
body.wegot-ms-dark .wegot-pricing-card.is-featured,
body.wegot-ms-dark .wegot-checkout-card,
body.wegot-ms-dark .wegot-payment-info,
body.wegot-ms-dark .wegot-payment-intro,
body.wegot-ms-dark .wegot-payment-method,
body.wegot-ms-dark .wegot-payment-method.is-plain,
body.wegot-ms-dark .wegot-coupon-box,
body.wegot-ms-dark .wegot-proof-box,
body.wegot-ms-dark .wegot-checkout-warning,
body.wegot-ms-dark .wegot-pending-checkout {
	background: #161616;
	border-color: #303030;
	box-shadow: none;
	color: #f8fafc;
}

body.wegot-ms-dark .wegot-pricing-card.is-featured {
	border-color: #fec395;
}

body.wegot-ms-dark .wegot-pricing-banner,
body.wegot-ms-dark .wegot-payment-info h2 {
	background: #050505;
	color: #ffffff;
}

body.wegot-ms-dark .wegot-pricing-price span,
body.wegot-ms-dark .wegot-button-secondary:hover,
body.wegot-ms-dark .wegot-copy-button:hover {
	color: #fec395 !important;
}

body.wegot-ms-dark .wegot-pricing-price em,
body.wegot-ms-dark .wegot-coupon-box h2,
body.wegot-ms-dark .wegot-proof-box h2 {
	color: #f8fafc;
}

body.wegot-ms-dark .wegot-pricing-card ul {
	border-top-color: #303030;
}

body.wegot-ms-dark .wegot-pricing-card .wegot-button,
body.wegot-ms-dark .wegot-copy-button {
	background: #fec395;
	border-color: #fec395;
	color: #111111 !important;
}

body.wegot-ms-dark .wegot-payment-intro img,
body.wegot-ms-dark .wegot-payment-method img {
	background: #ffffff;
}

body.wegot-ms-dark .wegot-coupon-row input {
	background: #090909;
	border-color: #343434;
	color: #ffffff;
}

body.wegot-ms-dark .wegot-pending-checkout strong,
body.wegot-ms-dark .wegot-checkout-warning {
	color: #ffd8bd;
}

body.wegot-ms-dark .wegot-dashboard .fr2vu-progress-track {
	background: #262626;
}

body.wegot-ms-dark .wegot-dashboard .fr2vu-progress-bar {
	background: #fec395;
}

body.wegot-ms-dark .wegot-notice {
	background: rgba(254, 195, 149, 0.12);
	border-left-color: #fec395;
	color: #ffd8bd;
}

@media (max-width: 900px) {
	.wegot-stat-grid,
	.wegot-plan-grid,
	.wegot-pricing-grid,
	.wegot-video-list,
	.wegot-member-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wegot-checkout-summary,
	.wegot-checkout-layout {
		grid-template-columns: 1fr;
	}

	.video-infos-right .wegot-save-widget {
		float: none;
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 12px auto 16px;
	}

	.video-infos-right .wegot-save-toggle {
		min-height: 46px !important;
		padding: 0 22px !important;
	}
}

@media (max-width: 640px) {
	.wegot-dashboard {
		margin: 18px auto;
		padding: 0 10px;
	}

	.wegot-dashboard-hero,
	.wegot-panel,
	.wegot-profile-photo {
		padding: 14px;
	}

	.wegot-dashboard-hero {
		align-items: flex-start;
	}

	.wegot-dashboard-hero h1,
	.wegot-purchase h1 {
		font-size: 23px;
	}

	.wegot-stat-grid,
	.wegot-plan-grid,
	.wegot-pricing-grid,
	.wegot-video-list,
	.wegot-grid,
	.wegot-member-grid {
		grid-template-columns: 1fr;
	}

	.wegot-tabs a {
		padding: 9px 11px;
		font-size: 13px;
	}

	.wegot-actions-row,
	.wegot-profile-photo,
	.wegot-profile-hero,
	.wegot-uploader-card {
		flex-direction: column;
		align-items: stretch;
	}

	.wegot-payment-method,
	.wegot-coupon-row {
		grid-template-columns: 1fr;
	}

	.wegot-playlist-heading,
	.wegot-create-playlist {
		grid-template-columns: 1fr;
	}

	.wegot-playlist-heading {
		display: grid;
		align-items: start;
	}

	.wegot-save-widget {
		margin-left: 0;
	}

	.wegot-save-panel {
		position: fixed;
		left: 12px;
		right: 12px;
		bottom: 12px;
		top: auto;
		width: auto;
		max-height: 78vh;
		overflow: auto;
	}

	.wegot-save-panel-inner {
		gap: 8px;
	}

	.wegot-save-close {
		display: inline-flex;
	}

	.wegot-save-panel .wegot-save-option,
	.wegot-save-panel .wegot-playlist-choice {
		min-height: 32px !important;
		padding: 7px 9px !important;
		font-size: 13px !important;
	}

	.wegot-uploader-card {
		display: grid;
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 10px;
		align-items: center;
		margin: 14px 0;
		padding: 12px;
		border-radius: 12px;
	}

	.wegot-uploader-avatar {
		align-self: start;
	}

	.wegot-uploader-avatar img {
		width: 54px;
		height: 54px;
	}

	.wegot-uploader-main {
		align-self: center;
		gap: 3px;
	}

	.wegot-uploader-main span {
		font-size: 11px;
		letter-spacing: 0;
	}

	.wegot-uploader-name {
		max-width: 100%;
		font-size: 18px;
		line-height: 1.15;
		overflow-wrap: anywhere;
	}

	.wegot-uploader-main small {
		font-size: 13px;
		line-height: 1.35;
	}

	.wegot-uploader-action {
		grid-column: 1 / -1;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-top: 0;
		padding: 8px 14px;
		border-radius: 999px;
	}

	body.wegot-ms-dark .wegot-uploader-card {
		background: linear-gradient(135deg, #111111 0%, #151515 100%);
	}

	body.wegot-ms-dark .wegot-uploader-action {
		background: rgba(254, 195, 149, 0.10);
		border-color: rgba(254, 195, 149, 0.34);
		color: #fec395 !important;
	}
}

body.wegot-ms-dark .video-infos-right .wegot-save-toggle,
body.wegot-ms-dark .video-infos-right .wegot-save-toggle.is-saved {
	background: #fec395 !important;
	border-color: #fec395 !important;
	color: #111111 !important;
	box-shadow: none !important;
}

body.wegot-ms-dark .video-infos-right .wegot-save-toggle i,
body.wegot-ms-dark .video-infos-right .wegot-save-toggle span {
	color: #111111 !important;
}

body.wegot-ms-dark .wegot-save-panel .wegot-save-option:not(.is-active),
body.wegot-ms-dark .wegot-save-panel .wegot-playlist-choice:not(.is-active) {
	background: #242424 !important;
	border-color: #3a3a3a !important;
	color: #ffffff !important;
}

body.wegot-ms-dark .wegot-save-panel .wegot-save-option:not(.is-active) em,
body.wegot-ms-dark .wegot-save-panel .wegot-playlist-choice:not(.is-active) em {
	color: #fec395 !important;
}

body.wegot-ms-dark .wegot-save-close {
	background: #242424 !important;
	border-color: #3a3a3a !important;
	color: #fec395 !important;
}

body.wegot-ms-dark .wegot-dashboard .wegot-playlist-heading .wegot-text-button.is-danger {
	background: rgba(127, 29, 29, 0.45) !important;
	border-color: #7f1d1d !important;
	color: #fecaca !important;
}
