:root {
	--vashii-overlay: rgba(15, 23, 42, 0.48);
	--vashii-surface: #ffffff;
	--vashii-surface-soft: #f8f9fa;
	--vashii-field-bg: #f2f3f5;
	--vashii-field-hover: #e3e5e8;
	--vashii-field-error: #fde8e8;
	--vashii-border: #eaedf1;
	--vashii-text: #111111;
	--vashii-muted: #70757f;
	--vashii-muted-strong: #1c2135;
	--vashii-soft: #a0a5af;
	--vashii-accent: #415ee1;
	--vashii-accent-hover: #364fc7;
	--vashii-error: #e02424;
	--vashii-disabled: #d1d5db;
	--vashii-radius-xl: 20px;
	--vashii-radius-lg: 16px;
	--vashii-radius-md: 12px;
	--vashii-radius-sm: 10px;
	--vashii-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.vashii-deposit-app {
	position: relative;
	min-height: 100vh;
	padding: 32px 20px 48px;
	overflow: hidden;
	background:
		radial-gradient(circle at top left, rgba(65, 94, 225, 0.14), transparent 30%),
		linear-gradient(180deg, #f6f8fb 0%, #eef2f7 100%);
	font-family: 'Inter', 'SF Pro Display', 'Golos Text', sans-serif;
}

.vashii-deposit-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.vashii-orb {
	position: absolute;
	border-radius: 999px;
	filter: blur(12px);
	opacity: 0.55;
}

.vashii-orb.orb-one {
	top: -120px;
	left: -80px;
	width: 320px;
	height: 320px;
	background: rgba(65, 94, 225, 0.16);
}

.vashii-orb.orb-two {
	top: 14%;
	right: -120px;
	width: 360px;
	height: 360px;
	background: rgba(28, 33, 53, 0.08);
}

.vashii-orb.orb-three {
	bottom: -120px;
	left: 20%;
	width: 260px;
	height: 260px;
	background: rgba(160, 165, 175, 0.16);
}

.vashii-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
	background-size: 40px 40px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 85%);
}

.vashii-deposit-shell {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin: 0 auto;
}

.vashii-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 32px;
}

.vashii-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.vashii-brand-mark {
	width: 18px;
	height: 18px;
	border-radius: 6px;
	background: linear-gradient(135deg, var(--vashii-accent), #97a8f8);
	box-shadow: 0 12px 28px rgba(65, 94, 225, 0.25);
}

.vashii-brand strong,
.vashii-balance-pill strong {
	display: block;
	color: var(--vashii-text);
	font-size: 15px;
	font-weight: 700;
}

.vashii-brand span,
.vashii-balance-pill span {
	display: block;
	color: var(--vashii-muted);
	font-size: 13px;
	line-height: 1.4;
}

.vashii-topbar-side {
	display: flex;
	align-items: center;
	gap: 12px;
}

.vashii-balance-pill {
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(14px);
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.vashii-login-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.78);
	color: var(--vashii-accent-hover);
	font-weight: 600;
	text-decoration: none;
	backdrop-filter: blur(14px);
}

.vashii-main,
.vashii-center-stage {
	display: block;
}

.vashii-payment-panel {
	width: min(100%, 540px);
	margin: 0 auto;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: var(--vashii-radius-xl);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--vashii-shadow);
	backdrop-filter: blur(18px);
}

.vashii-balance-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 10px 12px 10px 16px;
	border: 1px solid var(--vashii-accent);
	border-radius: 999px;
	background: #fff;
	color: var(--vashii-accent-hover);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.vashii-balance-trigger__label {
	font-size: 0.84rem;
	font-weight: 700;
	color: var(--vashii-muted);
}

.vashii-balance-trigger__amount {
	font-weight: 800;
	white-space: nowrap;
}

.vashii-balance-trigger__plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: var(--vashii-accent-hover);
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	flex: 0 0 30px;
}

.vashii-balance-trigger:hover {
	background: var(--vashii-accent-hover);
	border-color: var(--vashii-accent-hover);
	color: #fff;
}

.vashii-balance-trigger:hover .vashii-balance-trigger__label {
	color: rgba(255, 255, 255, 0.84);
}

.vashii-balance-trigger:hover .vashii-balance-trigger__plus {
	background: rgba(255, 255, 255, 0.18);
}

body.vashii-balance-modal-open {
	overflow: hidden;
}

.vashii-balance-modal[hidden] {
	display: none !important;
}

.vashii-balance-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	font-family: 'Inter', 'SF Pro Display', 'Golos Text', sans-serif;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
}

.vashii-balance-modal.is-mounted {
	visibility: visible;
}

.vashii-balance-modal:not([hidden]) {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.25s ease-in-out, visibility 0s linear 0s;
}

.vashii-balance-modal.is-visible {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.25s ease-in-out, visibility 0s linear 0s;
}

.vashii-balance-modal__backdrop {
	position: absolute;
	inset: 0;
	background: var(--vashii-overlay);
	backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
}

.vashii-balance-modal__dialog {
	position: relative;
	width: min(100%, 540px);
	max-height: min(88vh, 920px);
	overflow: auto;
	padding: 24px;
	border-radius: var(--vashii-radius-xl);
	background: var(--vashii-surface);
	border: 1px solid var(--vashii-border);
	box-shadow: var(--vashii-shadow);
	color: var(--vashii-text);
	opacity: 0;
	transform: translateY(18px) scale(0.92);
	transform-origin: center center;
	will-change: transform, opacity;
	transition:
		opacity 0.34s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
		height 0s linear;
}

.vashii-balance-modal.is-visible .vashii-balance-modal__backdrop,
.vashii-balance-modal:not([hidden]) .vashii-balance-modal__backdrop {
	opacity: 1;
}

.vashii-balance-modal.is-visible .vashii-balance-modal__dialog,
.vashii-balance-modal:not([hidden]) .vashii-balance-modal__dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.vashii-balance-modal__dialog.is-resizing {
	overflow: hidden;
}

.vashii-balance-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 36px;
	height: 36px;
	border: 1px solid var(--vashii-border);
	border-radius: 12px;
	background: transparent;
	color: var(--vashii-muted);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

.vashii-balance-modal__close:hover {
	border-color: #f1f5f9;
	color: var(--vashii-text);
	background: #f1f5f9;
}

.vashii-balance-modal__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding-right: 42px;
	margin-bottom: 18px;
}

.vashii-balance-modal__brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.vashii-balance-modal__brand-logo,
.vashii-balance-modal__brand-logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.vashii-balance-modal__brand-logo img {
	display: block;
	width: auto;
	height: 34px;
	max-width: 180px;
	object-fit: contain;
	filter: brightness(0);
}

.vashii-balance-modal__head h2 {
	margin: 8px 0 0;
	font-family: inherit;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.vashii-mode-toggle {
	position: relative;
	display: flex;
	background: var(--vashii-surface-soft);
	border: 1px solid var(--vashii-border);
	border-radius: var(--vashii-radius-sm);
	padding: 4px;
	margin-bottom: 18px;
}

.vashii-mode-toggle__slider {
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(50% - 4px);
	height: calc(100% - 8px);
	background: #e4e7ed;
	border-radius: 8px;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
	z-index: 1;
}

.vashii-mode-toggle[data-active-mode="b2b"] .vashii-mode-toggle__slider {
	transform: translateX(100%);
}

.vashii-mode-button {
	flex: 1;
	position: relative;
	z-index: 2;
	background: transparent;
	border: 0;
	padding: 12px 0;
	font: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	color: #6c7383;
	cursor: pointer;
	transition: color 0.3s ease;
}

.vashii-mode-button.is-active {
	color: var(--vashii-muted-strong);
}

.vashii-panel-card {
	display: grid;
	gap: 16px;
}

.vashii-panel-card.is-transitioning-in {
	animation: none;
}

.vashii-panel-card.is-hidden,
.vashii-status-box.is-hidden {
	display: none;
}

@keyframes vashii-panel-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

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

.vashii-panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--vashii-border);
}

.vashii-panel-head h3 {
	margin: 0 0 6px;
	font-size: 1.2rem;
	font-weight: 600;
}

.vashii-panel-head p,
.vashii-helper-note,
.vashii-status-box small {
	margin: 0;
	color: var(--vashii-muted);
	line-height: 1.6;
	font-size: 13px;
}

.vashii-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.vashii-field-group {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.vashii-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 60px;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: var(--vashii-radius-md);
	background: var(--vashii-field-bg);
	cursor: text;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.vashii-input-wrapper:hover {
	background: var(--vashii-field-hover);
}

.vashii-input-wrapper:focus-within,
.vashii-input-wrapper.has-value {
	background: #fff;
	border-color: #e1e4ea;
	box-shadow: 0 8px 30px rgba(17, 17, 17, 0.05);
}

.vashii-input-wrapper.is-invalid {
	background: var(--vashii-field-error);
}

.vashii-input-wrapper--textarea {
	align-items: flex-start;
	min-height: 112px;
}

.vashii-field-label {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--vashii-muted);
	font-size: 16px;
	line-height: 1;
	pointer-events: none;
	z-index: 2;
	transition:
		top 0.2s ease,
		left 0.2s ease,
		transform 0.2s ease,
		font-size 0.2s ease,
		color 0.2s ease;
}

.vashii-input-wrapper:focus-within .vashii-field-label,
.vashii-input-wrapper.has-value .vashii-field-label,
.vashii-input-wrapper:has(.vashii-input:not(:placeholder-shown)) .vashii-field-label,
.vashii-input-wrapper:has(.vashii-textarea:not(:placeholder-shown)) .vashii-field-label {
	top: 8px;
	left: 12px;
	transform: translateY(0);
	font-size: 12px;
}

.vashii-input-wrapper--textarea .vashii-field-label {
	top: 30px;
}

.vashii-input-wrapper--textarea:focus-within .vashii-field-label,
.vashii-input-wrapper--textarea.has-value .vashii-field-label,
.vashii-input-wrapper--textarea:has(.vashii-textarea:not(:placeholder-shown)) .vashii-field-label {
	top: 8px;
}

.vashii-input-wrapper.is-invalid .vashii-field-label,
.vashii-input-wrapper.is-invalid .vashii-input-suffix {
	color: var(--vashii-error);
}

.vashii-input,
.vashii-textarea,
.vashii-ghost-text {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 26px 16px 10px;
	border: 0;
	background: transparent;
	outline: none;
	color: var(--vashii-text);
	font: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: normal;
}

.vashii-input {
	position: relative;
	z-index: 2;
	height: 60px;
	opacity: 1;
	transition: color 0.2s ease;
}

.vashii-input-wrapper--amount .vashii-input {
	font-weight: 600;
}

.vashii-textarea {
	position: relative;
	z-index: 2;
	min-height: 112px;
	padding-top: 28px;
	padding-bottom: 12px;
	resize: vertical;
	opacity: 1;
	transition: color 0.2s ease;
}

.vashii-ghost-text {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: flex-start;
	height: 100%;
	pointer-events: none;
	white-space: pre;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.vashii-input-wrapper:focus-within .vashii-ghost-text,
.vashii-input-wrapper.has-value .vashii-ghost-text {
	opacity: 1;
}

.vashii-ghost-hidden {
	color: transparent;
}

.vashii-ghost-visible {
	color: var(--vashii-soft);
}

.vashii-error-message {
	min-height: 16px;
	margin-top: 6px;
	margin-left: 16px;
	color: var(--vashii-error);
	font-size: 13px;
	line-height: 1.25;
	opacity: 0;
	transition: opacity 0.2s ease;
	pointer-events: none;
}

.vashii-field-group.has-message .vashii-error-message {
	opacity: 1;
}

.vashii-error-message.is-visible {
	opacity: 1;
}

.vashii-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 8px 0;
	cursor: pointer;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.vashii-checkbox input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.vashii-checkbox-ui {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 2px solid #d1d5db;
	border-radius: 6px;
	background: transparent;
	transition: all 0.2s ease;
	flex-shrink: 0;
}

.vashii-checkbox:hover .vashii-checkbox-ui {
	border-color: var(--vashii-soft);
}

.vashii-checkbox input:checked + .vashii-checkbox-ui {
	background: var(--vashii-accent);
	border-color: var(--vashii-accent);
	animation: vashii-checkbox-bounce 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.vashii-checkbox input:focus + .vashii-checkbox-ui {
	box-shadow: 0 0 0 4px rgba(65, 94, 225, 0.14);
}

.vashii-checkbox-checkmark {
	width: 14px;
	height: 14px;
	stroke-dasharray: 24;
	stroke-dashoffset: 24;
	transition: stroke-dashoffset 0.3s ease 0.1s;
}

.vashii-checkbox input:checked + .vashii-checkbox-ui .vashii-checkbox-checkmark {
	stroke-dashoffset: 0;
}

.vashii-checkbox-label {
	padding-top: 2px;
	color: var(--vashii-muted);
	font-size: 14px;
	line-height: 1.5;
}

.vashii-checkbox-label a {
	color: var(--vashii-accent);
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.vashii-checkbox-label a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.vashii-checkbox.is-invalid .vashii-checkbox-ui {
	border-color: var(--vashii-error);
	background: rgba(224, 36, 36, 0.08);
}

.vashii-checkbox.is-invalid .vashii-checkbox-label {
	color: var(--vashii-error);
}

@keyframes vashii-checkbox-bounce {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.85);
	}

	100% {
		transform: scale(1);
	}
}

.vashii-primary-button {
	width: 100%;
	margin-top: 8px;
	padding: 18px;
	border: 0;
	border-radius: var(--vashii-radius-md);
	background: var(--vashii-accent);
	color: #fff;
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.1s ease;
}

.vashii-primary-button:hover:not(:disabled) {
	background: var(--vashii-accent-hover);
}

.vashii-primary-button:active:not(:disabled) {
	transform: scale(0.98);
}

.vashii-primary-button:disabled {
	background: var(--vashii-disabled) !important;
	color: #9ca3af !important;
	border-color: var(--vashii-disabled) !important;
	box-shadow: none !important;
	cursor: not-allowed;
}

.vashii-secondary-button {
	width: 100%;
	padding: 14px 18px;
	border: 1px solid var(--vashii-border);
	border-radius: var(--vashii-radius-md);
	background: var(--vashii-surface-soft);
	color: var(--vashii-accent-hover);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.vashii-secondary-button:hover {
	transform: translateY(-1px);
	border-color: #d7dbe3;
	background: #f1f3f6;
}

.vashii-debug-box {
	margin: 0;
	padding: 14px 16px;
	border-radius: var(--vashii-radius-md);
	border: 1px solid var(--vashii-border);
	background: #0f172a;
	color: #dbe7ff;
	font: 12px/1.5 Consolas, Monaco, monospace;
	white-space: pre-wrap;
	word-break: break-word;
}

.vashii-debug-box.is-hidden {
	display: none;
}

.vashii-inline-warning,
.vashii-status-box,
.vashii-helper-note {
	padding: 14px 16px;
	border-radius: var(--vashii-radius-md);
	border: 1px solid var(--vashii-border);
	background: var(--vashii-surface-soft);
}

.vashii-inline-warning {
	color: #8a5a12;
	background: #fff7e8;
	border-color: #f0d4a2;
}

.vashii-inline-warning a {
	color: #6e4b14;
	font-weight: 700;
}

.vashii-status-box.is-error {
	background: var(--vashii-field-error);
	border-color: rgba(224, 36, 36, 0.18);
}

.vashii-status-box strong {
	display: block;
	margin-bottom: 6px;
}

.vashii-status-box a {
	display: inline-flex;
	margin-top: 10px;
	color: var(--vashii-accent-hover);
	font-weight: 700;
}

.vashii-primary-button--danger {
	background: #d83b3b;
}

.vashii-primary-button--danger:hover:not(:disabled) {
	background: #bf3030;
}

.vashii-subscription-manage {
	margin-top: 16px;
	padding-top: 8px;
	border-top: 1px solid var(--vashii-border);
}

.vashii-subscription-link {
	padding: 0;
	border: 0;
	background: transparent;
	color: #6b7280;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
	transition: color 0.2s ease;
}

.vashii-subscription-link:hover {
	color: var(--vashii-muted-strong);
}

.vashii-subscription-legal {
	margin: 10px 0 0;
	color: var(--vashii-muted);
	font-size: 13px;
	line-height: 1.55;
}

.vashii-subscription-legal a {
	color: var(--vashii-accent-hover);
	font-weight: 700;
}

.vashii-subscription-panel {
	margin-top: 14px;
	padding: 16px;
	border: 1px solid var(--vashii-border);
	border-radius: var(--vashii-radius-md);
	background: var(--vashii-surface-soft);
}

.vashii-subscription-panel.is-hidden,
.vashii-subscription-confirm.is-hidden,
.vashii-subscription-empty.is-hidden,
.vashii-subscription-actions.is-hidden {
	display: none;
}

.vashii-subscription-panel__head strong,
.vashii-subscription-option__content strong {
	display: block;
}

.vashii-subscription-panel__head span {
	display: block;
	margin-top: 4px;
	color: var(--vashii-muted);
	font-size: 13px;
	line-height: 1.5;
}

.vashii-subscription-list {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.vashii-subscription-option {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px;
	border: 1px solid var(--vashii-border);
	border-radius: 14px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.vashii-subscription-option:hover {
	border-color: #cdd5df;
	transform: translateY(-1px);
}

.vashii-subscription-option input {
	margin-top: 2px;
	flex: 0 0 auto;
}

.vashii-subscription-option__content {
	display: grid;
	gap: 4px;
}

.vashii-subscription-option__content span {
	color: var(--vashii-muted);
	font-size: 13px;
	line-height: 1.45;
}

.vashii-subscription-option:has(input:checked) {
	border-color: var(--vashii-accent);
	box-shadow: 0 0 0 3px rgba(65, 94, 225, 0.12);
}

.vashii-subscription-empty {
	margin-top: 14px;
	color: var(--vashii-muted);
	font-size: 14px;
	line-height: 1.55;
}

.vashii-subscription-empty a {
	color: var(--vashii-accent-hover);
	font-weight: 700;
}

.vashii-subscription-confirm {
	margin-top: 14px;
	padding: 14px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(216, 59, 59, 0.18);
}

.vashii-subscription-confirm__text {
	margin: 0;
	color: var(--vashii-text);
	font-size: 14px;
	line-height: 1.55;
}

.vashii-subscription-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 14px;
}

.vashii-subscription-actions .vashii-secondary-button,
.vashii-subscription-actions .vashii-primary-button {
	width: 100%;
	margin-top: 0;
}

.vashii-subscription-status {
	display: none;
	margin-top: 14px;
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.5;
}

.vashii-subscription-status.is-visible {
	display: block;
}

.vashii-subscription-status.is-error {
	background: var(--vashii-field-error);
	border: 1px solid rgba(224, 36, 36, 0.2);
	color: #9b1c1c;
}

.vashii-subscription-status.is-success {
	background: #eef9f1;
	border: 1px solid rgba(20, 127, 68, 0.16);
	color: #166534;
}

@media (max-width: 680px) {
	.vashii-balance-modal {
		padding: 0;
		align-items: flex-end;
	}

	.vashii-balance-modal__dialog {
		width: 100%;
		max-width: 100%;
		max-height: 95vh;
		max-height: 95dvh;
		padding: 20px 16px;
		padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
		border-radius: var(--vashii-radius-xl) var(--vashii-radius-xl) 0 0;
		transform: translateY(100%);
	}

	.vashii-balance-modal.is-visible .vashii-balance-modal__dialog,
	.vashii-balance-modal:not([hidden]) .vashii-balance-modal__dialog {
		transform: translateY(0);
	}

	.vashii-balance-modal__head {
		flex-direction: column;
		padding-right: 36px;
		margin-bottom: 14px;
	}

	.vashii-balance-modal__head h2 {
		font-size: 20px;
	}

	.vashii-balance-modal__close {
		top: 10px;
		right: 10px;
		width: 32px;
		height: 32px;
		border-radius: 10px;
		font-size: 20px;
	}

	.vashii-mode-toggle {
		margin-bottom: 14px;
	}

	.vashii-mode-button {
		padding: 10px 0;
		font-size: 14px;
	}

	.vashii-topbar {
		flex-direction: column;
		align-items: flex-start;
	}

	.vashii-payment-panel {
		padding: 18px;
	}

	.vashii-field-grid {
		grid-template-columns: 1fr;
	}

	.vashii-subscription-actions {
		grid-template-columns: 1fr;
	}

	.vashii-panel-head {
		gap: 10px;
		padding-bottom: 12px;
	}

	.vashii-panel-head h3 {
		font-size: 1.05rem;
	}

	.vashii-primary-button {
		padding: 16px;
	}

	.vashii-input-wrapper {
		min-height: 54px;
	}

	.vashii-input {
		height: 54px;
	}
}

@media (max-width: 400px) {
	.vashii-balance-modal__dialog {
		padding: 16px 12px;
		padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
	}

	.vashii-balance-modal__head h2 {
		font-size: 18px;
	}

	.vashii-panel-head h3 {
		font-size: 1rem;
	}

	.vashii-checkbox-label {
		font-size: 13px;
	}

	.vashii-subscription-option {
		padding: 12px;
		gap: 10px;
	}
}
