.sybo-profile-page {
	max-width: 1240px;
	padding-bottom: 3rem;
	padding-top: 1.1rem;
}
.sybo-mobile-profile-header {
	display: none;
}
.sybo-profile-hero {
	margin: 0 auto 1rem;
	position: relative;
}
.sybo-profile-cover {
	background:
		radial-gradient(circle at 15% 40%, rgba(104, 66, 255, .4), transparent 30%),
		linear-gradient(120deg, #111320, #23244a);
	border: 1px solid #292b3b;
	border-radius: 13px;
	height: 270px;
	overflow: hidden;
	position: relative;
}
.sybo-profile-cover img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.sybo-profile-cover > span {
	background: linear-gradient(180deg, rgba(5, 6, 12, .04) 35%, rgba(5, 6, 12, .76));
	inset: 0;
	position: absolute;
}
.sybo-profile-identity {
	align-items: center;
	display: flex;
	min-height: 88px;
	padding: .8rem 1rem .2rem 185px;
	position: relative;
}
.sybo-profile-avatar {
	background: #10111b;
	border: 5px solid #000;
	border-radius: 12px;
	height: 150px;
	left: 20px;
	overflow: hidden;
	position: absolute;
	top: -74px;
	width: 150px;
}
.sybo-profile-avatar img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.sybo-profile-person {
	min-width: 0;
	padding-top: .15rem;
}
.sybo-profile-person h1 {
	color: #fff;
	font-family: "Nunito", sans-serif;
	font-size: 1.55rem;
	font-weight: 900;
	letter-spacing: -.4px;
	line-height: 1.1;
	margin: 0 0 .35rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sybo-profile-person p {
	align-items: center;
	color: #a7aabd;
	display: flex;
	font-size: .9rem;
	gap: .35rem;
	margin: 0;
}
.sybo-profile-person svg {
	fill: none;
	height: 16px;
	stroke: currentColor;
	stroke-width: 1.8;
	width: 16px;
}
.sybo-profile-actions {
	align-items: center;
	display: flex;
	gap: .55rem;
	margin-left: auto;
}
.sybo-profile-button {
	align-items: center;
	background: #373952;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 800 .85rem "Space Grotesk", sans-serif;
	gap: .45rem;
	justify-content: center;
	min-height: 38px;
	padding: .55rem 1rem;
	text-decoration: none;
	transition: background-color 180ms ease-out, border-color 180ms ease-out;
}
.sybo-profile-button:hover {
	background: #484b69;
	border-color: rgba(255, 255, 255, .16);
	color: #fff;
}
.sybo-profile-button svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}
.sybo-profile-layout {
	align-items: start;
	display: grid;
	gap: 1rem;
	grid-template-columns: 250px minmax(0, 1fr);
}
.sybo-profile-rail {
	display: grid;
	gap: 1rem;
}
.sybo-profile-card,
.sybo-profile-content-card {
	background: #1a1b28;
	border: 1px solid #272938;
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
}
.sybo-profile-card {
	padding: 1rem;
}
.sybo-profile-card h2 {
	color: #fff;
	font-family: "Nunito", sans-serif;
	font-size: 1.15rem;
	font-weight: 900;
	letter-spacing: -.25px;
	line-height: 1.2;
	margin: 0;
}
.sybo-profile-friends h2 {
	align-items: baseline;
	display: flex;
	gap: .45rem;
}
.sybo-profile-friends h2 strong {
	color: #fff;
	font-size: .85rem;
}
.sybo-profile-friends > p {
	color: #777c96;
	font-size: .72rem;
	margin: .45rem 0 0;
}
.sybo-profile-stats {
	display: grid;
	gap: 1rem;
	padding-bottom: 1.15rem;
}
.sybo-profile-stat {
	align-items: center;
	display: grid;
	gap: .7rem;
	grid-template-columns: 34px minmax(0, 1fr);
}
.sybo-profile-stat > svg {
	fill: none;
	height: 32px;
	stroke: #777b91;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 32px;
}
.sybo-profile-stat > span {
	display: grid;
	gap: .08rem;
}
.sybo-profile-stat small {
	color: #81859e;
	font-size: .72rem;
}
.sybo-profile-stat strong {
	color: #fff;
	font-size: 1rem;
}
.sybo-profile-stat em {
	color: #aeb1c4;
	font-size: .68rem;
	font-style: normal;
}
.sybo-profile-activity {
	min-height: 96px;
}
.sybo-profile-mobile-recent {
	display: none;
}
.sybo-profile-activity-list {
	display: grid;
	gap: .7rem;
	margin-top: .85rem;
}
.sybo-profile-activity-list article {
	align-items: start;
	border-top: 1px solid rgba(255, 255, 255, .07);
	display: grid;
	gap: .55rem;
	grid-template-columns: 18px minmax(0, 1fr);
	padding-top: .7rem;
}
.sybo-profile-activity-list article > span {
	color: #8c74ff;
	font-size: .75rem;
}
.sybo-profile-activity-list p {
	color: #b8bbca;
	font-size: .72rem;
	line-height: 1.4;
	margin: 0;
}
.sybo-profile-activity-list a {
	color: #fff;
	text-decoration: none;
}
.sybo-profile-activity-list small {
	color: #73778d;
	display: block;
	margin-top: .18rem;
}
.sybo-profile-small-empty {
	align-items: center;
	color: #777c92;
	display: flex;
	font-size: .75rem;
	gap: .45rem;
	margin-top: .75rem;
}
.sybo-profile-small-empty p { margin: 0; }
.sybo-profile-small-empty span { color: #8c74ff; }
.sybo-profile-content-card {
	min-height: 456px;
	overflow: hidden;
	padding: 1rem;
}
.sybo-profile-tabs {
	align-items: center;
	display: flex;
	gap: .55rem;
}
.sybo-profile-tabs button {
	background: transparent;
	border: 1px solid #72758a;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font: 800 .85rem "Space Grotesk", sans-serif;
	min-height: 40px;
	padding: .55rem 1rem;
	transition: background-color 180ms ease-out, border-color 180ms ease-out;
}
.sybo-profile-tabs button:hover {
	background: #2b2d41;
	border-color: #9498ae;
}
.sybo-profile-tabs button.is-active {
	background: #6842ff;
	border-color: #6842ff;
}
.sybo-profile-tab-panel[hidden] { display: none; }
.sybo-profile-main-empty {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	max-width: 560px;
	min-height: 365px;
	padding: 2rem 1rem;
	text-align: center;
}
.sybo-profile-trophy {
	height: 112px;
	margin-bottom: .35rem;
	width: 136px;
}
.sybo-profile-trophy svg {
	fill: none;
	height: 100%;
	stroke: #85899f;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 5;
	width: 100%;
}
.sybo-profile-trophy .fill {
	fill: #6842ff;
	stroke: #a995ff;
}
.sybo-profile-main-empty h2 {
	color: #fff;
	font-family: "Nunito", sans-serif;
	font-size: 1.35rem;
	font-weight: 900;
	letter-spacing: -.25px;
	margin: .35rem 0 .6rem;
}
.sybo-profile-main-empty p {
	color: #b1b4c8;
	font-size: .95rem;
	line-height: 1.55;
	margin: 0 0 1rem;
	max-width: 500px;
}
.sybo-profile-main-empty > a {
	background: #6842ff;
	border-radius: 999px;
	color: #fff;
	font-size: .85rem;
	font-weight: 800;
	padding: .7rem 1.1rem;
	text-decoration: none;
	transition: background-color 180ms ease-out;
}
.sybo-profile-main-empty > a:hover { background: #795aff; }
.sybo-profile-empty-heart {
	align-items: center;
	background: #27293a;
	border-radius: 50%;
	color: #8c74ff;
	display: flex;
	font-size: 3.6rem;
	height: 96px;
	justify-content: center;
	line-height: 1;
	width: 96px;
}
.sybo-profile-liked-grid {
	display: grid;
	gap: .8rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-top: 1rem;
}
.sybo-profile-liked-game {
	background: #11121c;
	border: 1px solid #282a3a;
	border-radius: 11px;
	color: #fff;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 180ms ease-out, filter 180ms ease-out;
}
.sybo-profile-liked-game:hover {
	border-color: #6842ff;
	color: #fff;
	filter: brightness(1.08);
}
.sybo-profile-liked-game img {
	aspect-ratio: 16 / 9;
	display: block;
	object-fit: cover;
	width: 100%;
}
.sybo-profile-liked-game strong {
	display: block;
	font-size: .78rem;
	overflow: hidden;
	padding: .65rem .7rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sybo-profile-score-list {
	display: grid;
	margin-top: 1rem;
}
.sybo-profile-score-list header,
.sybo-profile-score-list > a {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: .75rem .85rem;
}
.sybo-profile-score-list header {
	color: #777b92;
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
}
.sybo-profile-score-list > a {
	border-top: 1px solid rgba(255, 255, 255, .08);
	color: #fff;
	font-size: .83rem;
	text-decoration: none;
}
.sybo-profile-score-list > a:hover { background: #242638; }
.sybo-profile-score-list > a span {
	color: #9f8cff;
	font-weight: 800;
}
.sybo-profile-not-found {
	align-items: center;
	background: #1a1b28;
	border: 1px solid #282a3a;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 3rem auto;
	max-width: 620px;
	min-height: 360px;
	text-align: center;
}
.sybo-profile-not-found > span {
	align-items: center;
	background: #6842ff;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 2rem;
	height: 72px;
	justify-content: center;
	width: 72px;
}
.sybo-profile-not-found > span svg {
	fill: none;
	height: 34px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 34px;
}
.sybo-profile-not-found h1 {
	color: #fff;
	font-family: "Nunito", sans-serif;
	font-size: 1.6rem;
	font-weight: 900;
}
.sybo-profile-not-found p {
	color: #aeb1c7;
	margin: -.35rem 1.25rem 1rem;
}
.sybo-profile-not-found a { color: #9f8cff; }

body.sybo-profile-edit-open {
	overflow: hidden;
}
body.sybo-profile-share-open {
	overflow: hidden;
}
.sybo-profile-edit-backdrop {
	background: rgba(0, 0, 0, .72);
	inset: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 210ms ease-out;
	z-index: 500;
}
.sybo-profile-edit-backdrop.is-open {
	opacity: 1;
}
.sybo-profile-edit-drawer {
	background: #1a1b28;
	border-left: 1px solid #313344;
	bottom: 0;
	box-shadow: -18px 0 48px rgba(0, 0, 0, .42);
	color: #fff;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(102%);
	transition: transform 210ms ease-out;
	width: min(410px, 100vw);
	z-index: 501;
}
.sybo-profile-edit-drawer.is-open {
	transform: translateX(0);
}
.sybo-profile-edit-backdrop[hidden],
.sybo-profile-edit-drawer[hidden],
.sybo-profile-share-backdrop[hidden],
.sybo-profile-share-drawer[hidden],
.sybo-profile-toast[hidden] {
	display: none;
}
.sybo-profile-edit-form {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	height: 100%;
	margin: 0;
}
.sybo-profile-edit-header {
	align-items: center;
	background: #1a1b28;
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
	min-height: 68px;
	padding: 0 .75rem;
	position: relative;
	z-index: 2;
}
.sybo-profile-edit-header::before {
	content: "";
}
.sybo-profile-edit-header h2 {
	color: #fff;
	font: 900 1.05rem/1.2 "Nunito", sans-serif;
	letter-spacing: -.25px;
	margin: 0;
	text-align: center;
}
.sybo-profile-edit-header button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 42px;
	justify-content: center;
	padding: 0;
	transition: background-color 180ms ease-out;
	width: 42px;
}
.sybo-profile-edit-header button:hover {
	background: #2b2d40;
}
.sybo-profile-edit-header svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
	width: 24px;
}
.sybo-profile-edit-scroll {
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 1.35rem 1.5rem 2rem;
	scrollbar-color: #5f6278 transparent;
	scrollbar-width: thin;
}
.sybo-profile-edit-media {
	margin-bottom: 1.5rem;
	padding-bottom: .25rem;
	position: relative;
}
.sybo-profile-edit-cover {
	aspect-ratio: 2.65 / 1;
	background: #10111b;
	border: 1px solid #343648;
	border-radius: 9px;
	overflow: hidden;
	position: relative;
}
.sybo-profile-edit-cover img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.sybo-profile-edit-cover::after {
	background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .25));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}
.sybo-profile-edit-cover > button,
.sybo-profile-edit-avatar > button {
	align-items: center;
	background: #6842ff;
	border: 2px solid #1a1b28;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 0;
	position: absolute;
	transition: background-color 180ms ease-out, transform 180ms ease-out;
	z-index: 2;
}
.sybo-profile-edit-cover > button:hover,
.sybo-profile-edit-avatar > button:hover {
	background: #795aff;
	transform: scale(1.06);
}
.sybo-profile-edit-cover > button {
	bottom: 8px;
	height: 34px;
	right: 8px;
	width: 34px;
}
.sybo-profile-edit-avatar {
	background: #10111b;
	border: 4px solid #1a1b28;
	border-radius: 50%;
	height: 92px;
	margin: -46px auto 0;
	position: relative;
	width: 92px;
	z-index: 2;
}
.sybo-profile-edit-avatar img {
	border-radius: inherit;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.sybo-profile-edit-avatar > button {
	bottom: -2px;
	height: 31px;
	right: -2px;
	width: 31px;
}
.sybo-profile-edit-cover svg,
.sybo-profile-edit-avatar svg {
	fill: none;
	height: 17px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 17px;
}
.sybo-profile-upload-hint {
	color: #85899e;
	font-size: .68rem;
	line-height: 1.35;
	margin: .55rem 0 0;
	text-align: center;
}
.sybo-profile-edit-fields {
	display: grid;
	gap: 1rem;
}
.sybo-profile-edit-field {
	display: grid;
	gap: .38rem;
	margin: 0;
	position: relative;
}
.sybo-profile-edit-field > span {
	color: #c5c7d4;
	font-size: .76rem;
	font-weight: 700;
}
.sybo-profile-edit-field input,
.sybo-profile-edit-field select {
	background: #10111b;
	border: 1px solid #46495d;
	border-radius: 9px;
	color: #fff;
	font: 600 .9rem "Space Grotesk", sans-serif;
	min-height: 52px;
	outline: none;
	padding: .78rem .9rem;
	transition: border-color 180ms ease-out, box-shadow 180ms ease-out;
	width: 100%;
}
.sybo-profile-edit-field input:focus,
.sybo-profile-edit-field select:focus {
	border-color: #8068ff;
	box-shadow: 0 0 0 3px rgba(104, 66, 255, .18);
}
.sybo-profile-edit-field input[aria-invalid="true"],
.sybo-profile-edit-field select[aria-invalid="true"] {
	border-color: #ef6374;
}
.sybo-profile-edit-field select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #c8cada 50%),
		linear-gradient(135deg, #c8cada 50%, transparent 50%);
	background-position:
		calc(100% - 19px) 22px,
		calc(100% - 14px) 22px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 2.5rem;
}
.sybo-profile-edit-field small {
	color: #7f8399;
	font-size: .67rem;
	font-weight: 500;
	line-height: 1.4;
}
.sybo-profile-field-error {
	color: #ff7c8b;
	display: block;
	font-size: .68rem;
	font-style: normal;
	line-height: 1.35;
	margin: 0;
	min-height: 0;
}
.sybo-profile-field-error:empty {
	display: none;
}
.sybo-profile-country-combobox {
	position: relative;
}
.sybo-profile-country-combobox > svg {
	fill: none;
	height: 20px;
	pointer-events: none;
	position: absolute;
	right: .85rem;
	stroke: #c8cada;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	top: 16px;
	width: 20px;
}
.sybo-profile-country-combobox > input[type="text"] {
	padding-right: 2.6rem;
}
.sybo-profile-country-list {
	background: #202231;
	border: 1px solid #484b60;
	border-radius: 9px;
	box-shadow: 0 14px 32px rgba(0, 0, 0, .42);
	left: 0;
	max-height: 224px;
	overflow-y: auto;
	padding: .35rem;
	position: absolute;
	right: 0;
	top: calc(100% + 5px);
	z-index: 8;
}
.sybo-profile-country-list[hidden] {
	display: none;
}
.sybo-profile-country-list button {
	background: transparent;
	border: 0;
	border-radius: 7px;
	color: #eef0f7;
	cursor: pointer;
	display: block;
	font: 600 .8rem "Space Grotesk", sans-serif;
	padding: .65rem .7rem;
	text-align: left;
	width: 100%;
}
.sybo-profile-country-list button:hover,
.sybo-profile-country-list button.is-active {
	background: #373952;
}
.sybo-profile-country-list p {
	color: #9296aa;
	font-size: .76rem;
	margin: 0;
	padding: .7rem;
	text-align: center;
}
.sybo-profile-personal-details {
	border-top: 1px solid rgba(255, 255, 255, .08);
	margin-top: .2rem;
	padding-top: 1.2rem;
}
.sybo-profile-personal-details h3 {
	color: #fff;
	font: 900 1rem/1.2 "Nunito", sans-serif;
	margin: 0 0 .45rem;
}
.sybo-profile-personal-details p {
	color: #9296aa;
	font-size: .72rem;
	line-height: 1.55;
	margin: 0;
}
.sybo-profile-save-error {
	background: rgba(205, 57, 78, .13);
	border: 1px solid rgba(255, 104, 124, .35);
	border-radius: 8px;
	color: #ff9aa8;
	font-size: .72rem;
	line-height: 1.45;
	padding: .7rem .8rem;
}
.sybo-profile-edit-footer {
	align-items: center;
	background: #1a1b28;
	border-top: 1px solid rgba(255, 255, 255, .08);
	display: grid;
	gap: .65rem;
	grid-template-columns: 1fr 1.35fr;
	padding: .85rem 1.5rem;
	z-index: 2;
}
.sybo-profile-edit-footer button {
	border-radius: 9px;
	cursor: pointer;
	font: 800 .82rem "Space Grotesk", sans-serif;
	min-height: 44px;
	padding: .65rem .9rem;
	transition: background-color 180ms ease-out, opacity 180ms ease-out;
}
.sybo-profile-edit-cancel {
	background: #2a2c3d;
	border: 1px solid #45485c;
	color: #fff;
}
.sybo-profile-edit-cancel:hover {
	background: #35384d;
}
.sybo-profile-edit-save {
	align-items: center;
	background: #6842ff;
	border: 1px solid #6842ff;
	color: #fff;
	display: inline-flex;
	gap: .55rem;
	justify-content: center;
}
.sybo-profile-edit-save:hover:not(:disabled) {
	background: #795aff;
}
.sybo-profile-edit-save:disabled {
	cursor: not-allowed;
	opacity: .42;
}
.sybo-profile-edit-save i {
	animation: sybo-profile-spin .7s linear infinite;
	border: 2px solid rgba(255, 255, 255, .4);
	border-radius: 50%;
	border-top-color: #fff;
	display: none;
	height: 16px;
	width: 16px;
}
.sybo-profile-edit-save.is-loading i {
	display: inline-block;
}
.sybo-profile-edit-save.is-loading {
	pointer-events: none;
}
@keyframes sybo-profile-spin {
	to { transform: rotate(360deg); }
}
.sybo-profile-toast {
	background: #242638;
	border: 1px solid #4a4d62;
	border-radius: 999px;
	bottom: 24px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .42);
	color: #fff;
	font-size: .78rem;
	font-weight: 700;
	left: 50%;
	max-width: calc(100vw - 2rem);
	padding: .75rem 1.05rem;
	position: fixed;
	transform: translate(-50%, 14px);
	z-index: 510;
}
.sybo-profile-toast.is-visible {
	animation: sybo-profile-toast-in 220ms ease-out forwards;
}
@keyframes sybo-profile-toast-in {
	to { transform: translate(-50%, 0); }
}

.sybo-profile-share-backdrop {
	background: rgba(0, 0, 0, .72);
	inset: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 210ms ease-out;
	z-index: 500;
}
.sybo-profile-share-backdrop.is-open {
	opacity: 1;
}
.sybo-profile-share-drawer {
	background: #1a1b28;
	border-left: 1px solid #313344;
	bottom: 0;
	box-shadow: -18px 0 48px rgba(0, 0, 0, .42);
	color: #fff;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(102%);
	transition: transform 210ms ease-out;
	width: min(410px, 100vw);
	z-index: 501;
}
.sybo-profile-share-drawer.is-open {
	transform: translateX(0);
}
.sybo-profile-share-header {
	align-items: center;
	background: #1a1b28;
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
	min-height: 68px;
	padding: 0 .75rem;
	position: relative;
	z-index: 2;
}
.sybo-profile-share-header::before {
	content: "";
}
.sybo-profile-share-header h2 {
	color: #fff;
	font: 900 1.05rem/1.2 "Nunito", sans-serif;
	letter-spacing: -.25px;
	margin: 0;
	text-align: center;
}
.sybo-profile-share-header button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 42px;
	justify-content: center;
	padding: 0;
	transition: background-color 180ms ease-out;
	width: 42px;
}
.sybo-profile-share-header button:hover {
	background: #2b2d40;
}
.sybo-profile-share-header svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 24px;
}
.sybo-profile-share-scroll {
	align-items: center;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 3.6rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom));
	scrollbar-color: #5f6278 transparent;
	scrollbar-width: thin;
}
.sybo-profile-share-instructions {
	color: #b7bacd;
	font-size: .82rem;
	line-height: 1.55;
	margin: 0 auto 2rem;
	max-width: 290px;
	text-align: center;
}
.sybo-profile-share-qr {
	align-items: center;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 14px 32px rgba(0, 0, 0, .3);
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	padding: 18px;
	width: 250px;
}
.sybo-profile-share-qr canvas {
	display: block;
	height: auto !important;
	image-rendering: pixelated;
	max-width: 100%;
	width: 100% !important;
}
.sybo-profile-share-qr p {
	color: #313344;
	font-size: .75rem;
	line-height: 1.4;
	margin: 1rem;
	text-align: center;
}
.sybo-profile-share-actions {
	display: grid;
	gap: .75rem;
	margin-top: 1.4rem;
	max-width: 310px;
	width: 100%;
}
.sybo-profile-share-actions button {
	align-items: center;
	background: #373952;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font: 800 .84rem "Space Grotesk", sans-serif;
	gap: .55rem;
	justify-content: center;
	min-height: 50px;
	padding: .7rem 1rem;
	transition: background-color 180ms ease-out, border-color 180ms ease-out;
	width: 100%;
}
.sybo-profile-share-actions button:hover {
	background: #484b69;
	border-color: rgba(255, 255, 255, .16);
}
.sybo-profile-share-actions svg {
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 19px;
}

@media (max-width: 980px) {
	.sybo-profile-cover { height: 235px; }
	.sybo-profile-layout { grid-template-columns: 1fr; }
	.sybo-profile-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.sybo-profile-activity { min-height: 100%; }
}
@media (max-width: 720px) {
	.sybo-profile-page { padding-top: .75rem; }
	.sybo-profile-cover { height: 190px; }
	.sybo-profile-identity {
		align-items: flex-start;
		flex-wrap: wrap;
		min-height: 142px;
		padding: .75rem .35rem .2rem 120px;
	}
	.sybo-profile-avatar {
		border-width: 4px;
		height: 104px;
		left: 8px;
		top: -45px;
		width: 104px;
	}
	.sybo-profile-person h1 { font-size: 1.3rem; }
	.sybo-profile-actions {
		flex-basis: 100%;
		gap: .45rem;
		margin: 1rem 0 0 -112px;
	}
	.sybo-profile-button {
		flex: 1;
		padding-inline: .7rem;
	}
	.sybo-profile-rail { grid-template-columns: 1fr; }
	.sybo-profile-content-card {
		min-height: 420px;
		padding: .75rem;
	}
	.sybo-profile-main-empty { min-height: 330px; }
	.sybo-profile-liked-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 420px) {
	.sybo-profile-cover { height: 160px; }
	.sybo-profile-tabs button { flex: 1; padding-inline: .65rem; }
	.sybo-profile-main-empty h2 { font-size: 1.18rem; }
	.sybo-profile-main-empty p { font-size: .84rem; }
}
@media (max-width: 767px) {
	body.sybo-view--profile {
		padding-bottom: 50px;
	}
	.sybo-view--profile > .sybo-header {
		display: none;
	}
	.sybo-view--profile .sybo-main {
		min-height: calc(100vh - 50px);
	}
	.sybo-view--profile .sybo-profile-page {
		max-width: none;
		padding: 0 !important;
		width: 100%;
	}
	.sybo-mobile-profile-header {
		align-items: center;
		background: #11121c;
		border-bottom: 1px solid rgba(255, 255, 255, .05);
		display: flex;
		height: 50px;
		justify-content: space-between;
		padding: 0 14px;
		position: sticky;
		top: 0;
		z-index: 50;
	}
	.sybo-mobile-profile-header h1 {
		color: #fff;
		font-family: "Nunito", sans-serif;
		font-size: 20px;
		font-weight: 900;
		letter-spacing: -.35px;
		line-height: 1;
		margin: 0;
	}
	.sybo-mobile-profile-header nav {
		align-items: center;
		display: flex;
		gap: 7px;
	}
	.sybo-mobile-profile-header nav > button {
		align-items: center;
		background: transparent;
		border: 0;
		color: #fff;
		cursor: pointer;
		display: inline-flex;
		height: 30px;
		justify-content: center;
		padding: 4px;
		position: relative;
		width: 30px;
	}
	.sybo-mobile-profile-header nav > button > svg {
		fill: none;
		height: 20px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.8;
		width: 20px;
	}
	.sybo-mobile-profile-header__notification > b {
		align-items: center;
		background: #d91667;
		border: 2px solid #11121c;
		border-radius: 999px;
		display: flex;
		font-size: 9px;
		height: 17px;
		justify-content: center;
		line-height: 1;
		position: absolute;
		right: -1px;
		top: -3px;
		width: 17px;
	}
	.sybo-mobile-profile-header nav > .sybo-mobile-profile-header__app {
		background: #6842ff;
		border-radius: 10px;
		font-size: 13px;
		font-weight: 800;
		gap: 4px;
		height: 34px;
		padding: 0 10px;
		width: auto;
	}
	.sybo-mobile-profile-header nav > .sybo-mobile-profile-header__app > svg {
		height: 15px;
		width: 15px;
	}
	.sybo-profile-hero {
		margin: 0 0 14px;
	}
	.sybo-profile-cover {
		border-radius: 10px;
		height: 118px;
		margin: 0 14px;
	}
	.sybo-profile-identity {
		align-items: stretch;
		display: block;
		min-height: 109px;
		padding: 14px 14px 9px;
	}
	.sybo-profile-avatar {
		border: 4px solid #000;
		border-radius: 8px;
		height: 84px;
		left: 18px;
		top: -73px;
		width: 84px;
	}
	.sybo-profile-person {
		padding: 0;
	}
	.sybo-profile-person h1 {
		font-size: 18px;
		margin-bottom: 3px;
	}
	.sybo-profile-person p {
		font-size: 13px;
		gap: 4px;
	}
	.sybo-profile-person svg {
		height: 14px;
		width: 14px;
	}
	.sybo-profile-actions {
		display: flex;
		gap: 12px;
		margin: 14px 0 0;
		width: 100%;
	}
	.sybo-profile-button {
		flex: 1;
		font-size: 12px;
		min-height: 38px;
		padding: 7px 10px;
	}
	.sybo-profile-button svg {
		height: 16px;
		width: 16px;
	}
	.sybo-profile-layout {
		display: block;
	}
	.sybo-profile-rail {
		background: #000;
		display: grid;
		gap: 14px;
		grid-template-columns: 1fr;
	}
	.sybo-profile-card {
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 14px;
	}
	.sybo-profile-card h2 {
		font-size: 18px;
	}
	.sybo-profile-friends {
		min-height: 72px;
	}
	.sybo-profile-friends > p {
		font-size: 11px;
		margin-top: 5px;
	}
	.sybo-profile-stats {
		gap: 18px;
		padding: 17px 20px 25px;
	}
	.sybo-profile-stat {
		gap: 9px;
		grid-template-columns: 34px minmax(0, 1fr);
	}
	.sybo-profile-stat > svg {
		height: 34px;
		width: 34px;
	}
	.sybo-profile-stat small {
		font-size: 11px;
	}
	.sybo-profile-stat strong {
		font-size: 16px;
	}
	.sybo-profile-stat em {
		font-size: 11px;
		margin-top: 2px;
	}
	.sybo-profile-activity {
		min-height: 132px;
		padding-bottom: 18px;
	}
	.sybo-profile-mobile-recent:not([hidden]) {
		border: 1px solid rgba(255, 255, 255, .08);
		border-radius: 10px;
		display: block;
		height: 86px;
		margin-top: 7px;
		overflow: hidden;
		position: relative;
		width: 152px;
	}
	.sybo-profile-mobile-recent img {
		height: 100%;
		object-fit: cover;
		width: 100%;
	}
	.sybo-profile-mobile-recent > span {
		align-items: center;
		background: rgba(8, 9, 16, .82);
		bottom: 0;
		color: #d9dbea;
		display: flex;
		font-size: 10px;
		gap: 5px;
		left: 0;
		padding: 5px 8px;
		position: absolute;
		right: 0;
	}
	.sybo-profile-mobile-recent > span svg {
		fill: none;
		height: 14px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.7;
		width: 14px;
	}
	.sybo-profile-mobile-recent:not([hidden]) ~ .sybo-profile-activity-list,
	.sybo-profile-mobile-recent:not([hidden]) ~ .sybo-profile-small-empty {
		display: none;
	}
	.sybo-profile-activity-list {
		margin-top: 9px;
	}
	.sybo-profile-content-card {
		display: none;
	}
	.sybo-view--profile .sybo-mobile-bottom-nav {
		height: 50px;
	}
	.sybo-view--profile .sybo-mobile-bottom-nav b {
		font-size: 9px;
	}
	.sybo-view--profile .sybo-mobile-bottom-nav .sybo-mobile-nav-avatar {
		height: 24px;
		width: 24px;
	}
}
@media (max-width: 900px) {
	.sybo-profile-edit-drawer {
		border-left: 0;
		width: 100%;
	}
	.sybo-profile-share-drawer {
		border-left: 0;
		width: 100%;
	}
	.sybo-profile-edit-header {
		min-height: calc(62px + env(safe-area-inset-top));
		padding-top: env(safe-area-inset-top);
	}
	.sybo-profile-share-header {
		min-height: calc(62px + env(safe-area-inset-top));
		padding-top: env(safe-area-inset-top);
	}
	.sybo-profile-edit-scroll {
		padding: 1rem 1rem 2rem;
	}
	.sybo-profile-share-scroll {
		padding: 2.3rem 1rem calc(1.5rem + env(safe-area-inset-bottom));
	}
	.sybo-profile-edit-footer {
		padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom));
	}
	.sybo-profile-toast {
		bottom: calc(76px + env(safe-area-inset-bottom));
	}
}
@media (prefers-reduced-motion: reduce) {
	.sybo-profile-edit-backdrop,
	.sybo-profile-edit-drawer,
	.sybo-profile-share-backdrop,
	.sybo-profile-share-drawer {
		transition-duration: 1ms;
	}
	.sybo-profile-edit-save i {
		animation-duration: 1.4s;
	}
}
