:root {
	--flower-community-accent: #e94f83;
	--flower-community-accent-dark: #ce376d;
	--flower-community-accent-soft: #fff1f6;
	--flower-community-text: #20212a;
	--flower-community-muted: #757987;
	--flower-community-line: #e8e9ee;
	--flower-community-surface: #fff;
	--flower-community-soft: #f7f8fa;
	--flower-community-danger: #d94343;
	--flower-community-shadow: 0 18px 50px rgba(42, 45, 62, .08);
}

.flower-community-icon {
	display: inline-block;
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
}

.flower-community-members,
.flower-community-members * {
	box-sizing: border-box;
}

body.flower-community-members-page,
body.flower-community-members-page #c27-site-wrapper,
body.flower-community-members-page .elementor,
body.flower-community-members-page .elementor-section-wrap,
body.flower-community-members-page .elementor-section,
body.flower-community-members-page .e-con.e-parent {
	background-color: #fff !important;
	background-image: none !important;
}

.flower-community-members {
	width: min(100%, 1040px);
	margin: 0 auto;
	padding: 24px 18px 70px;
	color: var(--flower-community-text);
	font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.flower-community-members__hero {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 132px;
	padding: 26px 28px;
	background: linear-gradient(135deg, #fff 0%, #fff6f9 100%);
	border: 1px solid #f3dbe4;
	border-radius: 24px;
	box-shadow: var(--flower-community-shadow);
}

.flower-community-members__avatar,
.flower-community-notification__avatar,
.flower-community-blocked-row__avatar {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	color: #fff;
	background: linear-gradient(145deg, #f46c98, #d83f75);
	font-weight: 800;
}

.flower-community-members__avatar {
	width: 62px;
	height: 62px;
	border: 4px solid #fff;
	border-radius: 22px;
	box-shadow: 0 8px 22px rgba(220, 66, 119, .2);
	font-size: 23px;
}

.flower-community-members__hero > div:nth-child(2) {
	min-width: 0;
	flex: 1;
}

.flower-community-members__hero span:first-child {
	display: block;
	margin-bottom: 5px;
	color: var(--flower-community-accent);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .13em;
}

.flower-community-members__hero h1 {
	margin: 0;
	font-size: clamp(21px, 3vw, 29px);
	font-weight: 850;
	letter-spacing: -.045em;
	line-height: 1.25;
}

.flower-community-members__hero p {
	margin: 7px 0 0;
	color: var(--flower-community-muted);
	font-size: 14px;
	line-height: 1.55;
}

.flower-community-members__home {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 43px;
	padding: 0 15px;
	color: var(--flower-community-accent-dark);
	background: #fff;
	border: 1px solid #f0cfdb;
	border-radius: 13px;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.flower-community-members__tabs {
	display: flex;
	gap: 6px;
	margin: 22px 0 14px;
	padding: 6px;
	overflow-x: auto;
	background: var(--flower-community-soft);
	border-radius: 16px;
	scrollbar-width: none;
}

.flower-community-members__tabs::-webkit-scrollbar,
.flower-community-nav::-webkit-scrollbar {
	display: none;
}

.flower-community-members__tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: max-content;
	min-height: 42px;
	padding: 0 13px;
	color: #6e7280;
	border-radius: 11px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.flower-community-members__tabs a:hover,
.flower-community-members__tabs a.is-active {
	color: var(--flower-community-accent-dark);
	background: #fff;
	box-shadow: 0 3px 12px rgba(45, 49, 66, .07);
}

.flower-community-members__tabs strong,
.flower-community-nav strong {
	display: grid;
	place-items: center;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	color: #fff;
	background: var(--flower-community-accent);
	border-radius: 999px;
	font-size: 10px;
	font-variant-numeric: tabular-nums;
}

.flower-community-members__panel {
	overflow: hidden;
	background: var(--flower-community-surface);
	border: 1px solid var(--flower-community-line);
	border-radius: 20px;
	box-shadow: 0 10px 35px rgba(42, 45, 62, .05);
}

.flower-community-members__section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 23px 25px;
	border-bottom: 1px solid var(--flower-community-line);
}

.flower-community-members__section-head h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 820;
	letter-spacing: -.035em;
}

.flower-community-members__section-head p {
	margin: 5px 0 0;
	color: var(--flower-community-muted);
	font-size: 13px;
}

.flower-community-members__section-actions {
	display: flex;
	align-items: center;
	gap: 11px;
	color: var(--flower-community-muted);
	font-size: 12px;
}

.flower-community-members__section-actions button {
	padding: 7px 10px;
	color: var(--flower-community-accent-dark);
	background: var(--flower-community-accent-soft);
	border: 0;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 750;
	cursor: pointer;
}

.flower-community-card {
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid #eff0f3;
}

.flower-community-card:last-child,
.flower-community-comment:last-child,
.flower-community-notification:last-child,
.flower-community-blocked-row:last-child {
	border-bottom: 0;
}

.flower-community-card__main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	min-width: 0;
	flex: 1;
	min-height: 110px;
	padding: 18px 22px;
	color: inherit;
	text-decoration: none;
}

.flower-community-card__main:hover h3 {
	color: var(--flower-community-accent-dark);
}

.flower-community-card__content {
	min-width: 0;
}

.flower-community-card__badges,
.flower-community-card__title-row,
.flower-community-card__meta,
.flower-community-card__comments {
	display: flex;
	align-items: center;
}

.flower-community-card__badges {
	flex-wrap: wrap;
	gap: 5px;
	min-height: 24px;
}

.flower-community-card__badge {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
}

.flower-community-card__badge--free {
	color: #b84d6e;
	background: #fff0f5;
}

.flower-community-card__badge--question {
	color: #3974ad;
	background: #edf6ff;
}

.flower-community-card__badge--daily {
	color: #7057a0;
	background: #f3f0ff;
}

.flower-community-card__badge--beauty {
	color: #b65388;
	background: #fff0f8;
}

.flower-community-card__badge--food {
	color: #9a641e;
	background: #fff5e7;
}

.flower-community-card__badge--work {
	color: #287665;
	background: #eaf8f3;
}

.flower-community-card__badge--status {
	color: var(--flower-community-accent-dark);
	background: var(--flower-community-accent-soft);
}

.flower-community-card__title-row {
	gap: 7px;
	min-width: 0;
	margin: 7px 0 4px;
}

.flower-community-card__content > .flower-community-card__title-row:first-child {
	margin-top: 0;
}

.flower-community-card h3 {
	min-width: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -.02em;
	line-height: 1.45;
	transition: color .16s ease;
}

.flower-community-card__excerpt {
	display: -webkit-box;
	margin: 0 0 7px;
	overflow: hidden;
	color: #6d707c;
	font-size: 13px;
	line-height: 1.6;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.flower-community-card__meta {
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
	color: var(--flower-community-muted);
	font-size: 13px;
}

.flower-community-card__meta > * + *::before {
	content: "·";
	margin-right: 7px;
	color: #c4c8cf;
}

.flower-community-card__date-relative {
	display: none;
}

.flower-community-card__comments {
	flex: 0 0 auto;
	gap: 3px;
	color: var(--flower-community-muted);
	font-size: 13px;
	line-height: 1.3;
}

.flower-community-card__comments .flower-community-icon {
	width: 16px;
	height: 16px;
	stroke-width: 1.7;
}

.flower-community-card__comments--mobile {
	display: none;
	grid-column: 2;
	grid-row: 1;
}

@media (min-width: 721px) {
	.flower-community-card__main {
		position: relative;
		padding-right: 112px;
	}

	.flower-community-card__views,
	.flower-community-card__likes {
		position: absolute;
		right: 22px;
		white-space: nowrap;
	}

	.flower-community-card__views {
		top: calc(50% - 11px);
	}

	.flower-community-card__likes {
		top: calc(50% + 11px);
		font-size: 12px;
	}

	.flower-community-card__views::before,
	.flower-community-card__likes::before {
		display: none;
	}
}

.flower-community-card__side {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 86px;
	color: #777b87;
	background: #fafafa;
	border: 0;
	border-left: 1px solid #eff0f3;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}

.flower-community-card__side:hover {
	color: var(--flower-community-accent-dark);
	background: var(--flower-community-accent-soft);
}

.flower-community-comment,
.flower-community-notification,
.flower-community-blocked-row {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 92px;
	padding: 17px 23px;
	color: inherit;
	border-bottom: 1px solid #eff0f3;
	text-decoration: none;
}

.flower-community-comment__icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	flex: 0 0 auto;
	color: var(--flower-community-accent);
	background: var(--flower-community-accent-soft);
	border-radius: 13px;
}

.flower-community-comment > div:nth-child(2),
.flower-community-notification > div:nth-child(2),
.flower-community-blocked-row > div:nth-child(2) {
	min-width: 0;
	flex: 1;
}

.flower-community-comment span,
.flower-community-comment strong,
.flower-community-notification span,
.flower-community-blocked-row span {
	display: block;
}

.flower-community-comment span,
.flower-community-notification time,
.flower-community-blocked-row span {
	color: #989ba5;
	font-size: 11px;
}

.flower-community-comment p,
.flower-community-notification p {
	margin: 5px 0;
	color: #4f525e;
	font-size: 13px;
	line-height: 1.55;
}

.flower-community-comment strong {
	overflow: hidden;
	font-size: 12px;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.flower-community-comment > svg {
	color: #b8bac3;
}

.flower-community-notification {
	position: relative;
	transition: background .16s ease;
}

.flower-community-notification.is-unread {
	background: #fff9fb;
}

.flower-community-notification__avatar,
.flower-community-blocked-row__avatar {
	width: 42px;
	height: 42px;
	border-radius: 15px;
	font-size: 15px;
}

.flower-community-notification span {
	font-size: 13px;
	font-weight: 780;
}

.flower-community-notification i {
	width: 7px;
	height: 7px;
	flex: 0 0 auto;
	background: transparent;
	border-radius: 999px;
}

.flower-community-notification.is-unread i {
	background: var(--flower-community-accent);
}

.flower-community-blocked-row strong {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.flower-community-blocked-row button {
	padding: 8px 11px;
	color: #676b77;
	background: #fff;
	border: 1px solid #dfe1e6;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.flower-community-members__empty {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 310px;
	padding: 40px 20px;
	text-align: center;
}

.flower-community-members__empty svg {
	width: 38px;
	height: 38px;
	margin-bottom: 16px;
	color: #e8a2ba;
}

.flower-community-members__empty strong {
	font-size: 16px;
}

.flower-community-members__empty p {
	margin: 8px 0 18px;
	color: var(--flower-community-muted);
	font-size: 13px;
}

.flower-community-members__empty a,
.flower-community-members--login a {
	padding: 10px 14px;
	color: #fff;
	background: var(--flower-community-accent);
	border-radius: 11px;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.flower-community-members__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 17px;
	border-top: 1px solid var(--flower-community-line);
	font-size: 12px;
}

.flower-community-members__pagination a {
	color: var(--flower-community-accent-dark);
	font-weight: 750;
	text-decoration: none;
}

.flower-community-members--login {
	display: grid;
	place-items: center;
	min-height: 420px;
}

.flower-community-members--login > div {
	max-width: 440px;
	padding: 44px 28px;
	text-align: center;
	background: #fff;
	border: 1px solid var(--flower-community-line);
	border-radius: 22px;
	box-shadow: var(--flower-community-shadow);
}

.flower-community-members--login svg {
	width: 34px;
	height: 34px;
	color: var(--flower-community-accent);
}

.flower-community-members--login h2 {
	margin: 16px 0 7px;
	font-size: 21px;
}

.flower-community-members--login p {
	margin: 0 0 23px;
	color: var(--flower-community-muted);
	font-size: 13px;
	line-height: 1.65;
}

.flower-community-nav {
	display: flex;
	align-items: center;
	gap: 5px;
	width: 100%;
	margin: 0 0 14px;
	padding: 6px;
	overflow-x: auto;
	background: #fff;
	border: 1px solid var(--flower-community-line);
	border-radius: 15px;
	box-shadow: 0 5px 18px rgba(42, 45, 62, .04);
	scrollbar-width: none;
}

.flower-community-nav a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: max-content;
	min-height: 39px;
	padding: 0 12px;
	color: #696d78;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 730;
	text-decoration: none;
}

.flower-community-nav a:hover,
.flower-community-nav a.is-home {
	color: var(--flower-community-accent-dark);
	background: var(--flower-community-accent-soft);
}

.flower-community-document-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	margin-left: auto;
}

.flower-community-action {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 38px;
	padding: 0 9px;
	color: #717580;
	background: transparent;
	border: 0;
	border-radius: 9px;
	font-size: 12px !important;
	font-weight: 700;
	cursor: pointer;
}

.flower-community-action .flower-community-icon {
	width: 14px;
	height: 14px;
}

.flower-community-action:hover,
.flower-community-action.is-active {
	color: var(--flower-community-accent-dark);
	background: var(--flower-community-accent-soft);
}

.flower-community-action--danger:hover {
	color: var(--flower-community-danger);
	background: #fff2f2;
}

.flower-board-comments .flower-community-comment-block:hover,
.flower-board-comments .flower-community-comment-block.is-active {
	color: var(--flower-community-danger) !important;
	background: #fff2f2 !important;
}

.flower-community-mention {
	color: var(--flower-community-accent-dark);
	background: var(--flower-community-accent-soft);
	border-radius: 4px;
	font-weight: 750;
}

.flower-community-blocked-comment,
.flower-community-blocked-user {
	color: #999ca5;
	font-style: normal;
}

.flower-community-mention-picker {
	position: absolute;
	left: 12px;
	right: 12px;
	top: calc(100% + 6px);
	bottom: auto;
	max-height: 230px;
	padding: 6px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #dedfe5;
	border-radius: 13px;
	box-shadow: 0 13px 35px rgba(34, 37, 50, .16);
	z-index: 50;
}

.flower-board--profile-community .kboard-content,
.flower-board--profile-community .comments-field.field-content {
	position: relative;
}

.flower-community-mention-picker button {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 8px;
	color: var(--flower-community-text);
	background: transparent;
	border: 0;
	border-radius: 9px;
	text-align: left;
	cursor: pointer;
}

.flower-community-mention-picker button:hover,
.flower-community-mention-picker button:focus {
	background: var(--flower-community-accent-soft);
	outline: none;
}

.flower-community-mention-picker i {
	display: grid;
	place-items: center;
	width: 29px;
	height: 29px;
	color: #fff;
	background: var(--flower-community-accent);
	border-radius: 10px;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
}

.flower-community-mention-picker span {
	font-size: 13px;
	font-weight: 700;
}

.flower-community-mention-picker__empty {
	display: block;
	padding: 11px;
	color: var(--flower-community-muted);
	font-size: 12px;
	text-align: center;
}

.flower-community-toast {
	position: fixed;
	left: 50%;
	bottom: 28px;
	max-width: min(90vw, 480px);
	padding: 12px 16px;
	color: #fff;
	background: rgba(31, 33, 42, .94);
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
	opacity: 0;
	transform: translate(-50%, 10px);
	transition: opacity .18s ease, transform .18s ease;
	z-index: 99999;
}

.flower-community-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

[data-flower-community-action].is-busy,
[data-flower-community-read-all].is-busy,
[data-flower-shop-action].is-busy {
	opacity: .55;
	cursor: wait;
}

.flower-community-members__hero.has-custom-background {
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.76)), var(--flower-profile-background);
	background-position: center;
	background-size: cover;
}

.flower-community-members__hero.has-custom-background > * {
	position: relative;
	z-index: 1;
}

.flower-profile-avatar {
	position: relative;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 86px;
	height: 86px;
	padding: 5px;
	background: #fff;
	border: 1px solid rgba(231, 175, 195, .75);
	border-radius: 50%;
	box-shadow: 0 10px 26px rgba(83, 45, 67, .16);
}

.flower-profile-avatar--hero {
	width: 72px;
	height: 72px;
}

.flower-profile-avatar--profile {
	width: 104px;
	height: 104px;
}

.flower-profile-avatar--inventory {
	width: 118px;
	height: 118px;
}

.flower-profile-avatar__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.flower-profile-avatar__rank {
	position: absolute;
	right: -4px;
	bottom: -3px;
	width: 31%;
	height: 31%;
	padding: 2px;
	object-fit: cover;
	background: #fff;
	border: 1px solid #f3c6d5;
	border-radius: 50%;
	box-shadow: 0 3px 8px rgba(60, 27, 44, .18);
}

.flower-profile-avatar.has-frame::before,
.flower-profile-avatar.has-frame::after {
	position: absolute;
	inset: -7px;
	pointer-events: none;
	content: "";
	z-index: 2;
}

.flower-profile-avatar.frame-petals::before {
	border: 4px solid #ff91b5;
	border-radius: 48% 52% 46% 54%;
	box-shadow: 0 0 0 3px rgba(255, 221, 232, .8), 0 6px 16px rgba(225, 71, 125, .25);
	transform: rotate(-4deg);
}

.flower-profile-avatar.frame-petals::after {
	background:
		radial-gradient(ellipse at 11% 20%, #ffb0c9 0 6%, transparent 7%),
		radial-gradient(ellipse at 90% 28%, #ff8eb2 0 6%, transparent 7%),
		radial-gradient(ellipse at 82% 90%, #ffc1d4 0 5%, transparent 6%),
		radial-gradient(ellipse at 14% 79%, #ff9fbe 0 5%, transparent 6%);
}

.flower-profile-avatar.frame-lavender::before {
	border: 5px double #9f82d9;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #f2ebff, 0 8px 18px rgba(100, 71, 151, .23);
}

.flower-profile-avatar.frame-lavender::after {
	inset: auto -4px -9px auto;
	width: 26px;
	height: 20px;
	background: linear-gradient(135deg, #a884dd 0 48%, transparent 49%), linear-gradient(225deg, #c5acf0 0 48%, transparent 49%);
	border-radius: 4px;
	transform: rotate(-9deg);
}

.flower-profile-avatar.frame-gold::before {
	border: 5px solid #e8b43d;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff4b9, 0 0 18px rgba(255, 201, 65, .55);
}

.flower-profile-avatar.frame-gold::after {
	background: conic-gradient(from 10deg, transparent 0 8%, #fff3a3 9% 11%, transparent 12% 31%, #ffd25e 32% 34%, transparent 35% 63%, #fff0a0 64% 66%, transparent 67% 88%, #ffd25e 89% 91%, transparent 92%);
	clip-path: polygon(50% 0, 58% 9%, 70% 3%, 76% 15%, 90% 14%, 91% 28%, 100% 36%, 92% 48%, 100% 60%, 89% 69%, 91% 83%, 77% 85%, 70% 98%, 57% 91%, 48% 100%, 39% 91%, 25% 97%, 20% 84%, 6% 82%, 10% 68%, 0 58%, 9% 47%, 1% 35%, 12% 27%, 11% 13%, 25% 15%, 31% 2%, 43% 9%);
}

.flower-gamification,
.flower-shop,
.flower-inventory {
	padding: 24px;
	background: #fbfafc;
}

.flower-profile-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	min-height: 230px;
	padding: 28px;
	overflow: hidden;
	color: #3b2630;
	background: linear-gradient(135deg, #fff0f5, #f5eeff 55%, #fff8df);
	border: 1px solid #f1dbe4;
	border-radius: 22px;
}

.flower-profile-card.has-background {
	color: #fff;
	background-image: var(--flower-profile-background);
	background-position: center;
	background-size: cover;
}

.flower-profile-card__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(28, 17, 29, .58), rgba(28, 17, 29, .08));
	opacity: 0;
}

.flower-profile-card.has-background .flower-profile-card__veil {
	opacity: 1;
}

.flower-profile-card__identity,
.flower-profile-card__numbers {
	position: relative;
	z-index: 1;
}

.flower-profile-card__identity {
	display: flex;
	align-items: center;
	gap: 20px;
}

.flower-profile-card__identity span,
.flower-profile-card__identity p {
	display: block;
	margin: 0;
	font-size: 12px;
}

.flower-profile-card__identity h3 {
	margin: 5px 0 7px;
	font-size: 25px;
	font-weight: 850;
}

.flower-profile-card__numbers {
	display: flex;
	padding: 15px 18px;
	background: rgba(255,255,255,.82);
	border: 1px solid rgba(255,255,255,.72);
	border-radius: 16px;
	backdrop-filter: blur(8px);
}

.flower-profile-card.has-background .flower-profile-card__numbers {
	color: #35242c;
}

.flower-profile-card__numbers div {
	min-width: 72px;
	text-align: center;
}

.flower-profile-card__numbers div + div {
	border-left: 1px solid rgba(81, 57, 69, .14);
}

.flower-profile-card__numbers strong,
.flower-profile-card__numbers span {
	display: block;
}

.flower-profile-card__numbers strong {
	font-size: 17px;
}

.flower-profile-card__numbers span {
	margin-top: 3px;
	color: #7b6871;
	font-size: 11px;
}

.flower-rank-progress,
.flower-badge-cabinet {
	margin-top: 18px;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--flower-community-line);
	border-radius: 20px;
}

.flower-rank-progress__head {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.flower-rank-progress__head div:last-child {
	text-align: right;
}

.flower-rank-progress__head span,
.flower-rank-progress__head strong {
	display: block;
}

.flower-rank-progress__head span {
	color: var(--flower-community-muted);
	font-size: 11px;
}

.flower-rank-progress__head strong {
	margin-top: 3px;
	font-size: 16px;
}

.flower-rank-progress__bar {
	height: 10px;
	margin: 17px 0 9px;
	overflow: hidden;
	background: #f0edf1;
	border-radius: 999px;
}

.flower-rank-progress__bar i {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #f86b9d, #d96ec9, #f1bd48);
	border-radius: inherit;
}

.flower-rank-progress > p {
	margin: 0;
	color: var(--flower-community-muted);
	font-size: 12px;
}

.flower-rank-road {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-top: 23px;
}

.flower-rank-road div {
	padding: 13px 9px;
	background: #faf8fa;
	border: 1px solid transparent;
	border-radius: 15px;
	text-align: center;
}

.flower-rank-road div.is-current {
	background: #fff2f6;
	border-color: #f2b7cb;
	box-shadow: 0 8px 20px rgba(228, 84, 134, .1);
}

.flower-rank-road img {
	width: 58px;
	height: 58px;
	object-fit: cover;
}

.flower-rank-road strong,
.flower-rank-road span {
	display: block;
}

.flower-rank-road strong {
	margin-top: 7px;
	font-size: 13px;
}

.flower-rank-road span {
	margin-top: 4px;
	color: var(--flower-community-muted);
	font-size: 10px;
	line-height: 1.45;
}

.flower-badge-cabinet > header,
.flower-inventory-group > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.flower-badge-cabinet h3,
.flower-inventory-group h3 {
	margin: 0;
	font-size: 17px;
}

.flower-badge-cabinet header p {
	margin: 5px 0 0;
	color: var(--flower-community-muted);
	font-size: 12px;
}

.flower-badge-cabinet button,
.flower-inventory-group header button {
	padding: 8px 11px;
	color: var(--flower-community-accent-dark);
	background: var(--flower-community-accent-soft);
	border: 0;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 750;
	cursor: pointer;
}

.flower-badge-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.flower-badge {
	position: relative;
	display: grid;
	grid-template-columns: 46px 1fr auto;
	align-items: center;
	gap: 12px;
	min-height: 94px;
	padding: 14px;
	background: #fff;
	border: 1px solid var(--flower-community-line);
	border-radius: 15px;
}

.flower-badge.is-locked {
	filter: grayscale(.85);
	opacity: .56;
}

.flower-badge.is-pinned {
	border-color: #ec92b2;
	box-shadow: inset 0 0 0 1px #f5b9ce;
}

.flower-badge > i {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	background: linear-gradient(145deg, #fff1f6, #f3edff);
	border-radius: 14px;
	font-style: normal;
	font-size: 24px;
}

.flower-badge strong,
.flower-badge p,
.flower-badge span {
	display: block;
}

.flower-badge strong {
	font-size: 13px;
}

.flower-badge p {
	margin: 4px 0;
	color: var(--flower-community-muted);
	font-size: 11px;
	line-height: 1.45;
}

.flower-badge span {
	color: #a0808d;
	font-size: 10px;
}

.flower-badge > button {
	white-space: nowrap;
}

.flower-anonymous-note {
	margin-top: 18px;
	padding: 17px 19px;
	color: #4e4050;
	background: #f5f2fa;
	border-left: 4px solid #9d7ac1;
	border-radius: 12px;
}

.flower-anonymous-note strong,
.flower-anonymous-note p {
	display: block;
}

.flower-anonymous-note p {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 1.6;
}

.flower-shop-wallet {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 24px;
	color: #fff;
	background: linear-gradient(135deg, #d9467b, #9f5cbd);
	border-radius: 20px;
	box-shadow: 0 13px 30px rgba(177, 59, 117, .2);
}

.flower-shop-wallet span,
.flower-shop-wallet strong,
.flower-shop-wallet p {
	display: block;
}

.flower-shop-wallet span {
	font-size: 11px;
	opacity: .82;
}

.flower-shop-wallet strong {
	margin-top: 3px;
	font-size: 24px;
}

.flower-shop-wallet strong b {
	font: inherit;
}

.flower-shop-wallet p {
	margin: 5px 0 0;
	font-size: 11px;
	opacity: .8;
}

.flower-shop-wallet__test {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
	flex-wrap: wrap;
}

.flower-shop-wallet__test em {
	padding: 5px 8px;
	background: rgba(255,255,255,.17);
	border-radius: 999px;
	font-size: 9px;
	font-style: normal;
	font-weight: 850;
}

.flower-shop-wallet__test button {
	padding: 8px 10px;
	color: #7d3158;
	background: #fff;
	border: 0;
	border-radius: 9px;
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}

.flower-shop-wallet__test button.is-danger {
	color: #fff;
	background: rgba(94, 21, 54, .52);
}

.flower-shop-notice {
	margin-top: 14px;
	padding: 15px 17px;
	background: #fff8dc;
	border: 1px solid #f0dea1;
	border-radius: 13px;
}

.flower-shop-notice strong,
.flower-shop-notice p {
	display: block;
}

.flower-shop-notice p {
	margin: 4px 0 0;
	color: #776a39;
	font-size: 12px;
}

.flower-shop-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
	margin-top: 18px;
}

.flower-shop-item {
	display: flex;
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--flower-community-line);
	border-radius: 18px;
	box-shadow: 0 8px 22px rgba(39, 31, 43, .04);
	flex-direction: column;
}

.flower-shop-item.is-owned,
.flower-shop-item.is-equipped {
	border-color: #efacc3;
}

.flower-shop-item.is-equipped {
	box-shadow: inset 0 0 0 2px #f5c6d6;
}

.flower-shop-item__preview {
	display: grid;
	place-items: center;
	height: 170px;
	overflow: hidden;
	background: linear-gradient(145deg, #fff5f8, #f5f0fa);
}

.flower-shop-item__preview--avatar img {
	display: block;
	width: 124px;
	height: 124px;
	object-fit: cover;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 0 8px 23px rgba(92, 55, 73, .15);
}

.flower-shop-item__preview--frame .flower-profile-avatar {
	width: 112px;
	height: 112px;
}

.flower-shop-item__preview--background {
	position: relative;
	background-position: center;
	background-size: cover;
}

.flower-shop-item__preview--background::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(transparent, rgba(31, 20, 28, .32));
	content: "";
}

.flower-shop-item__preview--background span {
	position: relative;
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .18em;
	z-index: 1;
}

.flower-shop-item__body {
	padding: 16px 17px 12px;
	flex: 1;
}

.flower-shop-item__body > span {
	color: var(--flower-community-accent-dark);
	font-size: 10px;
	font-weight: 800;
}

.flower-shop-item__body h3 {
	margin: 4px 0 6px;
	font-size: 15px;
}

.flower-shop-item__body p {
	margin: 0;
	color: var(--flower-community-muted);
	font-size: 11px;
	line-height: 1.5;
}

.flower-shop-item footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 55px;
	padding: 11px 16px;
	background: #fbfafc;
	border-top: 1px solid #efedf1;
}

.flower-shop-item footer strong {
	font-size: 12px;
}

.flower-shop-item footer button,
.flower-shop-item footer a {
	padding: 8px 10px;
	color: #fff;
	background: var(--flower-community-accent);
	border: 0;
	border-radius: 9px;
	font-size: 10px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.flower-shop-item footer button:disabled {
	color: #918b90;
	background: #e7e4e7;
	cursor: default;
}

.flower-inventory-preview {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	min-height: 175px;
	padding: 24px 30px;
	background: linear-gradient(135deg, #fff0f5, #f0ebff);
	border: 1px solid #ecdce7;
	border-radius: 20px;
}

.flower-inventory-preview.has-background {
	position: relative;
	color: #fff;
	background-image: linear-gradient(90deg, rgba(35,23,34,.62), rgba(35,23,34,.12)), var(--flower-profile-background);
	background-position: center;
	background-size: cover;
}

.flower-inventory-preview.has-background > * {
	position: relative;
	z-index: 1;
}

.flower-inventory-preview.has-background > p,
.flower-inventory-preview.has-background span {
	color: rgba(255,255,255,.88);
}

.flower-inventory-preview > div {
	display: flex;
	align-items: center;
	gap: 12px;
}

.flower-inventory-preview span,
.flower-inventory-preview strong {
	display: block;
}

.flower-inventory-preview span {
	color: var(--flower-community-muted);
	font-size: 11px;
}

.flower-inventory-preview strong {
	font-size: 15px;
}

.flower-inventory-preview > p {
	max-width: 330px;
	margin: 0;
	color: #685e69;
	font-size: 12px;
	line-height: 1.6;
}

.flower-inventory-group {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--flower-community-line);
}

.flower-inventory-group .flower-shop-grid {
	margin-top: 13px;
}

.flower-inventory-empty {
	grid-column: 1 / -1;
	padding: 28px;
	background: #fff;
	border: 1px dashed #dcd7dd;
	border-radius: 14px;
	text-align: center;
}

.flower-inventory-empty p {
	margin: 0 0 10px;
	color: var(--flower-community-muted);
	font-size: 12px;
}

.flower-inventory-empty a {
	color: var(--flower-community-accent-dark);
	font-size: 12px;
	font-weight: 800;
}

@media (max-width: 720px) {
	.flower-community-members {
		padding: 12px 10px 52px;
	}

	.flower-community-members__hero {
		align-items: flex-start;
		min-height: 0;
		padding: 20px;
		border-radius: 19px;
	}

	.flower-community-members__avatar {
		width: 51px;
		height: 51px;
		border-radius: 17px;
		font-size: 19px;
	}

	.flower-community-members__hero p {
		display: none;
	}

	.flower-community-members__home {
		width: 42px;
		min-height: 42px;
		padding: 0;
		justify-content: center;
	}

	.flower-community-members__home span {
		display: none !important;
	}

	.flower-community-members__tabs {
		margin-top: 14px;
		border-radius: 14px;
	}

	.flower-community-members__tabs a {
		min-height: 39px;
		padding: 0 11px;
		font-size: 12px;
	}

	.flower-community-members__tabs svg {
		width: 17px;
		height: 17px;
	}

	.flower-community-members__panel {
		border-radius: 17px;
	}

	.flower-community-members__section-head {
		align-items: flex-start;
		padding: 18px;
	}

	.flower-community-members__section-head p {
		display: none;
	}

	.flower-community-card__main {
		grid-template-columns: minmax(0, 1fr) 52px;
		gap: 10px;
		min-height: 96px;
		padding: 14px;
	}

	.flower-community-card__badges {
		gap: 4px;
		min-height: 20px;
	}

	.flower-community-card__badge {
		min-height: 20px;
		padding: 1px 6px;
		font-size: 10px;
		line-height: 1.3;
	}

	.flower-community-card h3 {
		font-size: 15px;
	}

	.flower-community-card__comments--title {
		display: none;
	}

	.flower-community-card__comments--mobile {
		display: inline-flex;
		align-self: center;
		justify-self: end;
		justify-content: center;
		flex-direction: column;
		gap: 3px;
		width: 52px;
		height: 58px;
		color: #747d8e;
		background: #f6f8fc;
		border-radius: 15px;
		font-size: 12px;
		font-weight: 700;
		line-height: 1;
	}

	.flower-community-card__comments--mobile .flower-community-icon {
		width: 21px;
		height: 21px;
		stroke-width: 1.65;
	}

	.flower-community-card__date-absolute {
		display: none;
	}

	.flower-community-card__date-relative {
		display: inline;
	}

	.flower-community-card__side {
		width: 68px;
	}

	.flower-community-comment,
	.flower-community-notification,
	.flower-community-blocked-row {
		gap: 11px;
		min-height: 82px;
		padding: 14px 16px;
	}

	.flower-community-notification__avatar,
	.flower-community-blocked-row__avatar,
	.flower-community-comment__icon {
		width: 37px;
		height: 37px;
		border-radius: 12px;
	}

	.flower-community-nav {
		margin-bottom: 10px;
	}

	.flower-community-document-actions {
		width: auto;
		margin-top: 0;
		margin-left: auto;
	}

	.flower-community-action {
		flex: 0 0 auto;
		justify-content: center;
		min-height: 34px;
		padding-right: 6px;
		padding-left: 6px;
	}

	.flower-community-action span {
		white-space: nowrap;
	}

	.flower-community-toast {
		bottom: 18px;
	}

	.flower-profile-avatar--hero {
		width: 58px;
		height: 58px;
	}

	.flower-community-members__hero > div:nth-child(2) {
		align-self: center;
	}

	.flower-gamification,
	.flower-shop,
	.flower-inventory {
		padding: 14px;
	}

	.flower-profile-card {
		align-items: flex-start;
		min-height: 260px;
		padding: 20px;
		flex-direction: column;
	}

	.flower-profile-card__identity {
		gap: 14px;
	}

	.flower-profile-avatar--profile {
		width: 82px;
		height: 82px;
	}

	.flower-profile-card__numbers {
		width: 100%;
		justify-content: space-around;
	}

	.flower-profile-card__numbers div {
		min-width: 0;
		flex: 1;
	}

	.flower-rank-progress,
	.flower-badge-cabinet {
		padding: 18px;
	}

	.flower-rank-road {
		display: flex;
		padding-bottom: 5px;
		overflow-x: auto;
	}

	.flower-rank-road div {
		min-width: 116px;
	}

	.flower-badge-grid,
	.flower-shop-grid {
		grid-template-columns: 1fr;
	}

	.flower-badge {
		grid-template-columns: 42px 1fr;
	}

	.flower-badge > button {
		grid-column: 2;
		justify-self: start;
	}

	.flower-shop-wallet,
	.flower-inventory-preview {
		align-items: flex-start;
		padding: 19px;
		flex-direction: column;
	}

	.flower-shop-wallet__test {
		justify-content: flex-start;
	}

	.flower-shop-item {
		display: grid;
		grid-template-columns: 112px 1fr;
	}

	.flower-shop-item__preview {
		grid-row: 1 / 3;
		height: auto;
		min-height: 166px;
	}

	.flower-shop-item__preview--avatar img {
		width: 82px;
		height: 82px;
	}

	.flower-shop-item__preview--frame .flower-profile-avatar {
		width: 78px;
		height: 78px;
	}

	.flower-shop-item footer {
		padding: 9px 13px;
	}

	.flower-inventory-preview > div {
		width: 100%;
	}

	.flower-inventory-preview > p {
		max-width: none;
	}

	.flower-profile-avatar--inventory {
		width: 88px;
		height: 88px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.flower-community-toast,
	.flower-community-card h3 {
		transition: none;
	}
}
