.pocketframe-platform-shell {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #d9e2ec;
	box-sizing: border-box;
	color: #172033;
	display: flex;
	font-family: inherit;
	justify-content: center;
	min-height: 160px;
	padding: 24px;
	width: 100%;
}

.pocketframe-platform-shell__label {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.pocketframe-auth {
	box-sizing: border-box;
	color: #172033;
	font-family: inherit;
	margin: 0 auto;
	max-width: 460px;
	width: 100%;
}

.pocketframe-auth *,
.pocketframe-auth *::before,
.pocketframe-auth *::after {
	box-sizing: border-box;
}

.pocketframe-auth__panel {
	background: #ffffff;
	border: 1px solid #d9e2ec;
	box-shadow: 0 18px 50px rgba(23, 32, 51, 0.08);
	padding: 24px;
}

.pocketframe-auth__header {
	margin-bottom: 18px;
}

.pocketframe-auth__eyebrow {
	color: #506176;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.pocketframe-auth h2 {
	color: #172033;
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
}

.pocketframe-auth__muted {
	color: #506176;
	margin: 10px 0 0;
}

.pocketframe-auth__tabs {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 18px;
}

.pocketframe-auth__tabs button,
.pocketframe-auth__button {
	appearance: none;
	border: 1px solid #ccd6e3;
	cursor: pointer;
	font: inherit;
	min-height: 42px;
	padding: 10px 12px;
}

.pocketframe-auth__tabs button {
	background: #f8fafc;
	color: #39485f;
	font-size: 14px;
	font-weight: 700;
}

.pocketframe-auth__tabs button.is-active {
	background: #172033;
	border-color: #172033;
	color: #ffffff;
}

.pocketframe-auth__form {
	display: none;
	gap: 14px;
}

.pocketframe-auth__form.is-active {
	display: grid;
}

.pocketframe-auth label {
	display: grid;
	gap: 6px;
}

.pocketframe-auth label span {
	color: #39485f;
	font-size: 13px;
	font-weight: 700;
}

.pocketframe-auth input[type="email"],
.pocketframe-auth input[type="password"],
.pocketframe-auth input[type="text"] {
	background: #ffffff;
	border: 1px solid #ccd6e3;
	color: #172033;
	font: inherit;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.pocketframe-auth__capabilities {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pocketframe-auth__capabilities label {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #d9e2ec;
	display: flex;
	font-size: 13px;
	gap: 8px;
	min-height: 40px;
	padding: 8px 10px;
}

.pocketframe-auth__button {
	align-items: center;
	background: #172033;
	border-color: #172033;
	color: #ffffff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	text-decoration: none;
	width: 100%;
}

.pocketframe-auth__button--ghost {
	background: #ffffff;
	color: #172033;
}

.pocketframe-auth__button:disabled {
	cursor: wait;
	opacity: 0.7;
}

.pocketframe-auth__actions {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.pocketframe-auth__message {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 14px;
	min-height: 20px;
}

.pocketframe-auth__message[data-type="success"] {
	color: #0f7a4a;
}

.pocketframe-auth__message[data-type="error"] {
	color: #b42318;
}

@media (max-width: 480px) {
	.pocketframe-auth__panel {
		padding: 18px;
	}

	.pocketframe-auth__capabilities {
		grid-template-columns: 1fr;
	}
}

html.pf-app-lock,
body.pf-app-lock {
	height: 100%;
	overflow: hidden !important;
}

.pf-app {
	--pf-blue: #075cff;
	--pf-blue-2: #2b7cff;
	--pf-ink: #061334;
	--pf-muted: #53637c;
	--pf-line: #dbe5f4;
	--pf-soft: #f5f8ff;
	--pf-card: #ffffff;
	background: radial-gradient(circle at top right, rgba(7, 92, 255, 0.08), transparent 34%), #ffffff;
	box-sizing: border-box;
	color: var(--pf-ink);
	display: grid;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	height: 100dvh;
	inset: 0;
	letter-spacing: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 99999;
}

.pf-app *,
.pf-app *::before,
.pf-app *::after {
	box-sizing: border-box;
}

.pf-app button,
.pf-app a {
	-webkit-tap-highlight-color: transparent;
}

.pf-app svg {
	display: block;
	height: 22px;
	width: 22px;
}

.pf-app-main {
	display: grid;
	grid-template-rows: 76px minmax(0, 1fr) 78px;
	height: 100dvh;
	min-width: 0;
	overflow: hidden;
}

.pf-app-header {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(219, 229, 244, 0.9);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: calc(env(safe-area-inset-top, 0px) + 12px) 18px 12px;
	position: sticky;
	top: 0;
	z-index: 8;
}

.pf-app-brand {
	align-items: center;
	display: flex;
	gap: 10px;
	min-width: 0;
}

.pf-app-brand strong {
	color: var(--pf-ink);
	display: block;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.05;
	white-space: nowrap;
}

.pf-app-brand span,
.pf-app-sidebar__account span {
	color: var(--pf-blue);
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.pf-app-logo {
	align-items: center;
	background: linear-gradient(145deg, var(--pf-blue), var(--pf-blue-2));
	border-radius: 12px;
	display: grid;
	height: 38px;
	justify-items: center;
	place-items: center;
	width: 38px;
}

.pf-app-logo span {
	background: #ffffff;
	clip-path: polygon(28% 12%, 80% 38%, 80% 74%, 49% 90%, 49% 57%, 28% 46%);
	height: 24px;
	width: 22px;
}

.pf-app-switch,
.pf-button,
.pf-card-action,
.pf-cta-card,
.pf-app-nav-item,
.pf-app-bottom-nav__item,
.pf-settings-row,
.pf-qr-card,
.pf-qr-overlay__close {
	appearance: none;
	border: 0;
	cursor: pointer;
	font: inherit;
	letter-spacing: 0;
}

.pf-app-switch {
	align-items: center;
	background: #ffffff;
	border: 1px solid #bcd0f2;
	border-radius: 16px;
	color: var(--pf-blue);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	min-height: 44px;
	padding: 8px 10px;
	white-space: nowrap;
}

.pf-app-switch svg {
	height: 18px;
	width: 18px;
}

.pf-app-switch__icon {
	align-items: center;
	background: #edf4ff;
	border-radius: 999px;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.pf-app-switch__icon svg {
	height: 17px;
	width: 17px;
}

.pf-app-screen-router {
	min-height: 0;
	overflow: hidden;
	position: relative;
	touch-action: pan-y;
}

.pf-app-screen {
	display: none;
	height: 100%;
	inset: 0;
	overflow: hidden;
	padding: 16px 16px 12px;
	position: absolute;
	width: 100%;
}

.pf-app-screen.is-active {
	display: block;
}

.pf-app-grid {
	display: grid;
	gap: 12px;
	height: 100%;
	min-height: 0;
}

.pf-app-grid--profile {
	grid-template-rows: minmax(164px, 0.94fr) minmax(112px, 0.58fr) minmax(78px, 0.4fr) minmax(78px, 0.4fr) minmax(68px, 0.34fr) minmax(76px, 0.38fr);
}

.pf-card,
.pf-hub-card,
.pf-cta-card,
.pf-settings-row {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--pf-line);
	box-shadow: 0 14px 38px rgba(18, 51, 104, 0.08);
	color: var(--pf-ink);
}

.pf-card {
	border-radius: 18px;
	min-height: 0;
	overflow: hidden;
	padding: 16px;
}

.pf-card-action {
	display: block;
	text-align: left;
	width: 100%;
}

.pf-card-action:focus-visible,
.pf-cta-card:focus-visible,
.pf-button:focus-visible,
.pf-qr-card:focus-visible,
.pf-back-button:focus-visible {
	outline: 3px solid rgba(7, 92, 255, 0.28);
	outline-offset: 2px;
}

.pf-card-action:hover,
.pf-cta-card:hover,
.pf-settings-row:hover {
	transform: translateY(-1px);
}

.pf-card-action,
.pf-cta-card,
.pf-settings-row {
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.pf-card h2,
.pf-card h3,
.pf-hub-card h2,
.pf-settings-group h3 {
	color: var(--pf-ink);
	font-weight: 800;
	letter-spacing: 0;
	margin: 0;
}

.pf-card h2 {
	font-size: 20px;
	line-height: 1.15;
}

.pf-card h3,
.pf-hub-card h2,
.pf-settings-group h3 {
	font-size: 15px;
	line-height: 1.25;
}

.pf-card p,
.pf-hub-card p,
.pf-card span,
.pf-hub-card span,
.pf-settings-row small,
.pf-cta-card small {
	color: var(--pf-muted);
	font-size: 12px;
	line-height: 1.35;
	margin: 0;
}

.pf-card__body--split {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(110px, 0.9fr) minmax(0, 1fr);
	height: 100%;
}

.pf-card__content {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.pf-pill {
	align-self: start;
	background: #edf4ff;
	border-radius: 999px;
	color: var(--pf-blue) !important;
	display: inline-flex;
	font-size: 12px !important;
	font-weight: 800;
	justify-content: center;
	padding: 6px 10px;
	width: max-content;
}

.pf-app-code {
	color: var(--pf-blue) !important;
	font-size: 18px !important;
	font-weight: 800;
}

.pf-button {
	align-items: center;
	background: var(--pf-blue);
	border-radius: 12px;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	min-height: 42px;
	padding: 10px 14px;
	width: max-content;
}

.pf-button--outline {
	background: #ffffff;
	border: 1px solid var(--pf-blue);
	color: var(--pf-blue);
}

.pf-card__head {
	align-items: center;
	display: flex;
	gap: 12px;
}

.pf-icon-bubble {
	align-items: center;
	background: linear-gradient(145deg, #edf4ff, #f7fbff);
	border-radius: 999px;
	color: var(--pf-blue);
	display: inline-flex;
	flex: 0 0 auto;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.pf-icon-bubble--light {
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff;
}

.pf-points-row {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
}

.pf-points-row > strong {
	color: var(--pf-ink);
	font-size: 36px;
	font-weight: 850;
	line-height: 1;
}

.pf-ring {
	align-items: center;
	background: conic-gradient(var(--pf-blue) 0 78%, #edf4ff 78% 100%);
	border-radius: 999px;
	display: flex;
	height: 76px;
	justify-content: center;
	position: relative;
	width: 76px;
}

.pf-ring::before {
	background: #ffffff;
	border-radius: inherit;
	content: "";
	inset: 10px;
	position: absolute;
}

.pf-ring span {
	color: var(--pf-ink);
	font-size: 11px;
	font-weight: 800;
	position: relative;
	text-align: center;
}

.pf-stat-strip {
	background: #f7faff;
	border-radius: 14px;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 12px;
	padding: 10px;
}

.pf-stat-strip div {
	border-left: 1px solid #dce6f5;
	display: grid;
	gap: 2px;
	padding-left: 10px;
}

.pf-stat-strip div:first-child {
	border-left: 0;
	padding-left: 0;
}

.pf-stat-strip strong {
	color: var(--pf-ink);
	font-size: 15px;
	font-weight: 850;
}

.pf-stat-card {
	align-items: center;
	display: flex;
	gap: 12px;
}

.pf-stat-card strong {
	color: var(--pf-ink);
	display: block;
	font-size: 25px;
	font-weight: 850;
	line-height: 1.1;
	margin: 8px 0 3px;
}

.pf-cta-card {
	align-items: center;
	border-radius: 18px;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-height: 74px;
	padding: 14px;
	text-align: left;
	width: 100%;
}

.pf-cta-card > span:nth-child(2) {
	display: grid;
	flex: 1;
	gap: 3px;
	min-width: 0;
}

.pf-cta-card strong {
	color: var(--pf-ink);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.15;
}

.pf-cta-card--primary {
	background: linear-gradient(135deg, var(--pf-blue), #004ce2);
	border-color: transparent;
	color: #ffffff;
}

.pf-cta-card--primary strong,
.pf-cta-card--primary small,
.pf-cta-card--primary svg {
	color: #ffffff;
}

.pf-mini-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pf-qr-card {
	align-items: center;
	background: linear-gradient(145deg, #ffffff, #eef5ff);
	border-radius: 18px;
	display: grid;
	height: 100%;
	justify-items: center;
	min-height: 130px;
	padding: 12px;
	position: relative;
	width: 100%;
}

.pf-qr-card__matrix {
	background: #ffffff;
	border: 1px solid #d4deec;
	box-shadow: 0 10px 24px rgba(18, 51, 104, 0.08);
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(4, 1fr);
	height: min(132px, 100%);
	max-height: 150px;
	max-width: 150px;
	padding: 12px;
	width: min(132px, 100%);
}

.pf-qr-card__matrix span {
	background: #07122d;
	display: block;
	min-height: 10px;
}

.pf-qr-card__matrix span:nth-child(2n),
.pf-qr-card__matrix span:nth-child(5),
.pf-qr-card__matrix span:nth-child(11) {
	background: #ffffff;
	border: 2px solid #07122d;
}

.pf-qr-card__logo {
	align-items: center;
	background: var(--pf-blue);
	border-radius: 12px;
	display: flex;
	height: 42px;
	justify-content: center;
	position: absolute;
	width: 42px;
}

.pf-qr-card__logo span {
	background: #ffffff;
	clip-path: polygon(28% 12%, 80% 38%, 80% 74%, 49% 90%, 49% 57%, 28% 46%);
	height: 26px;
	width: 24px;
}

.pf-app-list {
	display: grid;
	gap: 14px;
	height: 100%;
	grid-template-rows: repeat(3, minmax(0, 1fr));
}

.pf-hub-card {
	align-items: center;
	border-radius: 20px;
	display: grid;
	gap: 14px;
	grid-template-columns: 54px minmax(0, 1fr) 76px;
	min-height: 0;
	padding: 18px;
}

.pf-hub-card strong {
	color: var(--pf-blue);
	display: block;
	font-size: 38px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1;
	margin: 10px 0 2px;
}

.pf-trend {
	align-self: center;
	background: #eaf8ef;
	border-radius: 12px;
	color: #0f8a47;
	font-size: 13px;
	font-weight: 850;
	justify-self: end;
	padding: 10px 12px;
}

.pf-page-seller-layout {
	display: grid;
	gap: 14px;
	grid-template-rows: minmax(155px, 0.7fr) minmax(150px, 0.65fr) minmax(86px, 0.35fr);
	height: 100%;
}

.pf-detail-screen {
	display: grid;
	gap: 14px;
	grid-template-rows: auto minmax(0, auto) minmax(0, 1fr);
	height: 100%;
	margin: 0 auto;
	max-width: 780px;
	width: 100%;
}

.pf-detail-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pf-back-button {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--pf-line);
	border-radius: 999px;
	color: var(--pf-blue);
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	gap: 6px;
	justify-self: start;
	min-height: 38px;
	padding: 8px 12px;
}

.pf-back-button svg {
	height: 17px;
	transform: rotate(180deg);
	width: 17px;
}

.pf-card--plan {
	background: linear-gradient(145deg, #f9fbff, #edf4ff);
}

.pf-card--plan > span {
	color: var(--pf-blue);
	display: block;
	font-weight: 800;
	margin-bottom: 10px;
}

.pf-card--plan h2 {
	color: var(--pf-blue);
	font-size: 28px;
}

.pf-card--plan strong {
	color: var(--pf-ink);
	display: block;
	font-size: 24px;
	font-weight: 850;
	margin-top: 8px;
}

.pf-settings-scroll {
	display: grid;
	gap: 14px;
	height: 100%;
	overflow: auto;
	padding-bottom: 8px;
	scrollbar-width: thin;
}

.pf-settings-group {
	display: grid;
	gap: 8px;
}

.pf-settings-group h3 {
	margin: 4px 2px;
}

.pf-settings-row {
	align-items: center;
	border-radius: 16px;
	display: grid;
	gap: 12px;
	grid-template-columns: 48px minmax(0, 1fr) 22px;
	min-height: 72px;
	padding: 12px;
	text-align: left;
}

.pf-settings-row > span:nth-child(2) {
	display: grid;
	gap: 3px;
}

.pf-settings-row strong {
	color: var(--pf-ink);
	font-size: 14px;
	font-weight: 850;
}

.pf-app-bottom-nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border-top: 1px solid rgba(219, 229, 244, 0.92);
	display: grid;
	gap: 2px;
	grid-auto-flow: column;
	grid-auto-columns: minmax(0, 1fr);
	padding: 7px 8px calc(env(safe-area-inset-bottom, 0px) + 7px);
	position: sticky;
	z-index: 8;
}

.pf-app-bottom-nav__item {
	align-items: center;
	background: transparent;
	border-radius: 14px;
	color: #0b1733;
	display: grid;
	font-size: 11px;
	font-weight: 750;
	gap: 4px;
	justify-items: center;
	min-height: 58px;
	padding: 5px 2px;
}

.pf-app-bottom-nav__item svg {
	height: 25px;
	width: 25px;
}

.pf-app-bottom-nav__item.is-active {
	color: var(--pf-blue);
}

.pf-app-bottom-nav__item.is-active::before {
	background: var(--pf-blue);
	border-radius: 999px;
	content: "";
	height: 3px;
	position: absolute;
	top: 0;
	width: 52px;
}

.pf-app-bottom-nav__item {
	position: relative;
}

.pf-app-sidebar {
	display: none;
}

.pf-qr-overlay {
	align-items: center;
	background: rgba(6, 19, 52, 0.72);
	display: none;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 20;
}

.pf-qr-overlay.is-open {
	display: flex;
}

.pf-qr-overlay__panel {
	background: #ffffff;
	border: 1px solid var(--pf-line);
	border-radius: 28px;
	box-shadow: 0 30px 80px rgba(6, 19, 52, 0.26);
	display: grid;
	gap: 12px;
	justify-items: center;
	max-height: calc(100dvh - 40px);
	max-width: 520px;
	padding: 28px;
	position: relative;
	width: min(100%, 520px);
}

.pf-qr-overlay__close {
	align-items: center;
	background: #f2f6ff;
	border-radius: 999px;
	color: var(--pf-ink);
	display: flex;
	font-size: 24px;
	height: 34px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 34px;
}

.pf-qr-card--large {
	height: min(64vw, 340px);
	margin-top: 24px;
	width: min(64vw, 340px);
}

.pf-qr-card--large .pf-qr-card__matrix {
	height: min(52vw, 280px);
	max-height: 280px;
	max-width: 280px;
	width: min(52vw, 280px);
}

.pf-qr-overlay__panel h2 {
	color: var(--pf-blue);
	font-size: 22px;
	margin: 0;
}

.pf-qr-overlay__panel p {
	color: var(--pf-muted);
	margin: 0;
}

.pf-app-notice {
	background: #061334;
	border-radius: 999px;
	bottom: calc(env(safe-area-inset-bottom, 0px) + 94px);
	box-shadow: 0 18px 44px rgba(6, 19, 52, 0.22);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	left: 50%;
	opacity: 0;
	padding: 10px 14px;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, 8px);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 30;
}

.pf-app-notice.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

@media (max-width: 380px) {
	.pf-app-main {
		grid-template-rows: 70px minmax(0, 1fr) 74px;
	}

	.pf-app-header {
		padding-left: 12px;
		padding-right: 12px;
	}

	.pf-app-switch span:not(.pf-app-switch__icon) {
		display: none;
	}

	.pf-app-screen {
		padding: 12px;
	}

	.pf-card {
		padding: 13px;
	}

	.pf-app-grid--profile {
		grid-template-rows: minmax(150px, 0.9fr) minmax(102px, 0.58fr) minmax(70px, 0.4fr) minmax(70px, 0.4fr) minmax(62px, 0.34fr) minmax(70px, 0.38fr);
	}

	.pf-card__body--split {
		gap: 10px;
		grid-template-columns: 104px minmax(0, 1fr);
	}

	.pf-ring {
		height: 56px;
		width: 56px;
	}

	.pf-points-row > strong {
		font-size: 28px;
	}

	.pf-detail-grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 760px) {
	.pf-app {
		grid-template-columns: 250px minmax(0, 1fr);
	}

	.pf-app-sidebar {
		background: linear-gradient(180deg, #f8fbff, #eef5ff);
		border-right: 1px solid var(--pf-line);
		display: grid;
		grid-template-rows: 1fr auto;
		min-height: 0;
		padding: 116px 20px 28px;
	}

	.pf-app-sidebar__nav {
		display: grid;
		gap: 12px;
		align-content: start;
	}

	.pf-app-nav-item {
		align-items: center;
		background: transparent;
		border: 1px solid transparent;
		border-radius: 14px;
		color: #1e2c49;
		display: flex;
		font-size: 17px;
		font-weight: 700;
		gap: 14px;
		min-height: 58px;
		padding: 12px 14px;
		text-align: left;
	}

	.pf-app-nav-item.is-active {
		background: rgba(255, 255, 255, 0.9);
		border-color: #c8d9f6;
		color: var(--pf-blue);
		box-shadow: 0 12px 30px rgba(18, 51, 104, 0.08);
	}

	.pf-app-nav-item__icon {
		display: inline-flex;
	}

	.pf-app-sidebar__account {
		align-items: center;
		background: #ffffff;
		border: 1px solid var(--pf-line);
		border-radius: 16px;
		box-shadow: 0 12px 30px rgba(18, 51, 104, 0.08);
		display: flex;
		gap: 12px;
		padding: 14px;
	}

	.pf-app-sidebar__account strong {
		display: block;
		font-size: 13px;
		line-height: 1.2;
	}

	.pf-app-avatar {
		align-items: center;
		background: linear-gradient(145deg, var(--pf-blue), #6b8dff);
		border-radius: 999px;
		color: #ffffff;
		display: flex;
		flex: 0 0 auto;
		font-size: 18px;
		font-weight: 850;
		height: 48px;
		justify-content: center;
		width: 48px;
	}

	.pf-app-main {
		grid-template-rows: 98px minmax(0, 1fr);
	}

	.pf-app-header {
		border-bottom: 0;
		justify-content: center;
		padding: 24px 38px 12px;
	}

	.pf-app-brand {
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
	}

	.pf-app-brand strong {
		font-size: 38px;
	}

	.pf-app-brand span {
		display: none;
	}

	.pf-app-logo {
		height: 54px;
		width: 54px;
	}

	.pf-app-logo span {
		height: 34px;
		width: 31px;
	}

	.pf-app-switch {
		font-size: 16px;
		min-height: 54px;
		padding: 10px 18px;
		position: absolute;
		right: 38px;
	}

	.pf-app-screen {
		padding: 18px 38px 26px;
	}

	.pf-app-bottom-nav {
		display: none;
	}

	.pf-app-grid--profile {
		gap: 18px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: minmax(230px, 0.88fr) minmax(135px, 0.5fr) minmax(96px, 0.34fr) minmax(120px, 0.44fr);
		margin: 0 auto;
		max-width: 1320px;
	}

	.pf-card--qr,
	.pf-card--points {
		grid-row: span 1;
	}

	.pf-stat-card {
		min-height: 0;
	}

	.pf-card-action:nth-of-type(5) {
		grid-column: 1 / -1;
	}

	.pf-cta-card--primary {
		grid-column: 1 / -1;
	}

	.pf-mini-grid {
		grid-column: 1 / -1;
	}

	.pf-app-list,
	.pf-page-seller-layout,
	.pf-settings-scroll {
		margin: 0 auto;
		max-width: 980px;
	}

	.pf-hub-card {
		grid-template-columns: 64px minmax(0, 1fr) 96px;
		padding: 22px;
	}

	.pf-page-seller-layout {
		grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
		grid-template-rows: minmax(180px, 0.7fr) minmax(98px, 0.3fr);
	}

	.pf-page-seller-layout .pf-cta-card--primary {
		grid-column: 1 / -1;
	}
}

@media (min-width: 1180px) {
	.pf-app {
		grid-template-columns: 270px minmax(0, 1fr);
	}

	.pf-card {
		border-radius: 20px;
		padding: 22px;
	}

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