.top_body--simple {
	width: min(900px, calc(100% - 24px));
	margin: 0 auto;
	padding: 0 0 380px;
	background:
		radial-gradient(circle at top left, rgba(255, 214, 153, 0.16), transparent 34%),
		radial-gradient(circle at top right, rgba(158, 193, 255, 0.12), transparent 28%);
}

.top_simple_intro,
.daily_duty_float_inner,
.fortune_calendar_float_inner {
	border: 1px solid rgba(61, 61, 61, 0.14);
}

.top_simple_intro {
	margin: 32px 0 0;
	padding: 40px 40px 36px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 248, 241, 0.98) 100%);
	box-shadow: 0 20px 42px rgba(42, 35, 26, 0.08);
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}

.top_simple_intro::before {
	content: "";
	position: absolute;
	top: -72px;
	right: -72px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(239, 200, 123, 0.22) 0%, rgba(239, 200, 123, 0) 70%);
	pointer-events: none;
}

.top_simple_kicker,
.top_compact_header p,
.top_compact_link_meta,
.daily_duty_label,
.daily_duty_reason,
.fortune_calendar_float_kicker,
.fortune_calendar_float_note {
	color: #6b5a43;
}

.top_simple_kicker {
	margin-bottom: 10px;
	font-size: var(--font-size-xs);
	font-weight: bold;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.top_simple_intro h1 {
	margin-bottom: 16px;
	font-size: clamp(2rem, 4vw, 2.6rem);
	font-weight: bold;
	color: #111;
}

.top_simple_message {
	display: grid;
	gap: 10px;
}

.top_compact_header p,
.top_compact_link_text,
.daily_duty_reason,
.top_empty_text {
	line-height: 1.8;
	font-size: var(--font-size-s);
}

.top_simple_message p {
	line-height: 1.75;
	font-size: var(--font-size-s);
	margin-bottom: 0;
	color: #2b241d;
}

.top_simple_intro > * {
	position: relative;
	z-index: 1;
}

.top_compact_header h2,
.daily_duty_float_inner h2 {
	margin-bottom: 6px;
	font-size: 0.98rem;
	font-weight: bold;
	color: #1f1d1a;
}

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

.top_compact_block {
	display: grid;
	gap: 16px;
	padding: 22px 22px 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(249, 245, 237, 0.95) 100%);
	border: 1px solid rgba(61, 61, 61, 0.12);
	border-radius: 20px;
	box-shadow: 0 12px 30px rgba(24, 19, 13, 0.05);
	backdrop-filter: blur(6px);
}

.top_compact_header p {
	color: #7a6a57;
}

.top_compact_header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.top_compact_header h2 {
	margin-bottom: 0;
}

.top_weekend_sections {
	display: grid;
	gap: 12px;
}

.top_weekend_section {
	display: grid;
	gap: 8px;
	padding-bottom: 0;
}

.top_weekend_section h3 {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 10px;
	font-size: 0.9rem;
	font-weight: bold;
	color: #433729;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(61, 61, 61, 0.08);
	box-shadow: 0 8px 18px rgba(24, 19, 13, 0.04);
}

.top_weekend_section h3 span:last-child {
	color: #7a6a57;
	font-size: 0.8rem;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.top_compact_links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

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

.top_compact_link {
	display: inline-flex;
	align-items: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.15s ease;
}

.top_compact_link:hover,
.daily_duty_link:hover {
	transform: none;
}

.top_compact_link:hover {
	opacity: 1;
}

.top_compact_links--venues .top_compact_link {
	flex: 0 1 auto;
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(61, 61, 61, 0.1);
	box-shadow: 0 6px 16px rgba(24, 19, 13, 0.04);
}

.top_compact_links--shortcuts .top_compact_link {
	display: grid;
	align-content: start;
	width: 100%;
	min-width: 0;
	min-height: 78px;
	padding: 12px 14px;
	border-radius: 16px;
	border: 1px solid rgba(61, 61, 61, 0.1);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 241, 231, 0.98) 100%);
	box-shadow: 0 8px 20px rgba(24, 19, 13, 0.04);
	transition:
		transform 0.15s ease,
		box-shadow 0.15s ease,
		border-color 0.15s ease;
}

.top_compact_links--shortcuts .top_compact_link:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(24, 19, 13, 0.08);
	border-color: rgba(61, 61, 61, 0.16);
}

.top_compact_link_title {
	font-size: 0.95rem;
	font-weight: bold;
	color: #161412;
	line-height: 1.5;
}

.top_compact_link_meta {
	margin-top: 4px;
	font-size: 0.8rem;
	line-height: 1.45;
	color: #6f6455;
}

.top_compact_link_text {
	color: #4a4a4a;
}

.top_compact_link_inline {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #2f2a25;
}

.top_compact_links--venues .top_compact_link:not(:last-child)::after {
	content: none;
}

.top_float_stack {
	position: fixed;
	left: 16px;
	bottom: 16px;
	z-index: 20;
	display: grid;
	gap: 12px;
}

.daily_duty_float,
.fortune_calendar_float {
	position: static;
}

.daily_duty_float_inner {
	width: min(220px, calc(100vw - 32px));
	padding: 14px;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.96) 0%,
		rgba(247, 241, 231, 0.98) 100%
	);
	box-shadow: 0 14px 34px rgba(24, 19, 13, 0.12);
	border-radius: 18px;
}

.daily_duty_float_inner--compact {
	display: grid;
	gap: 10px;
	color: inherit;
	text-decoration: none;
}

.daily_duty_float_inner--empty {
	display: grid;
	gap: 10px;
	text-align: center;
}

.daily_duty_float_identity {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
}

.daily_duty_avatar {
	width: 56px;
	aspect-ratio: 1;
	padding: 3px;
	border-radius: 50%;
	background: linear-gradient(180deg, #ffffff 0%, #f7efde 100%);
	box-shadow: 0 0 0 1px rgba(61, 61, 61, 0.12) inset;
}

.daily_duty_avatar img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	object-position: center top;
}

.daily_duty_label {
	font-size: var(--font-size-xs);
	font-weight: bold;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.daily_duty_float_identity h2,
.daily_duty_float_inner h2 {
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: bold;
	color: #1e1a16;
}

.daily_duty_link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin-top: 12px;
	padding: 10px 14px;
	border: 1px solid rgba(61, 61, 61, 0.12);
	box-shadow: none;
	background: #4b4b4b;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	transition: transform 0.15s ease;
}

.fortune_calendar_float {
	justify-self: start;
}

.fortune_calendar_float_inner {
	width: min(220px, calc(100vw - 32px));
	padding: 12px 14px;
	background: linear-gradient(
		180deg,
		rgba(255, 247, 214, 0.98) 0%,
		rgba(255, 255, 255, 0.98) 100%
	);
	box-shadow: 0 14px 30px rgba(122, 91, 17, 0.16);
	border-radius: 18px;
}

.fortune_calendar_float_kicker {
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.fortune_calendar_float_date {
	margin-bottom: 6px;
	font-size: var(--font-size-s);
	font-weight: bold;
	color: #111;
}

.fortune_calendar_float_headline {
	font-size: var(--font-size-s);
	font-weight: bold;
	line-height: 1.5;
	color: #4b3808;
}

.fortune_calendar_float_note {
	margin-top: 8px;
	font-size: 11px;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.top_body--simple {
		width: calc(100% - 20px);
		padding-bottom: 440px;
	}

	.top_simple_intro,
	.daily_duty_float_inner,
	.fortune_calendar_float_inner {
		box-shadow: 0 12px 28px rgba(24, 19, 13, 0.1);
	}

	.top_simple_intro,
	.daily_duty_float_inner,
	.fortune_calendar_float_inner {
		padding: 22px 18px;
	}

	.top_compact_stream {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.top_compact_links,
	.daily_duty_float_identity {
		grid-template-columns: 1fr;
	}

	.top_compact_links {
		display: grid;
	}

	.top_compact_links--shortcuts {
		grid-template-columns: 1fr;
	}

	.top_compact_links--venues {
		gap: 10px;
	}

	.top_compact_links--shortcuts .top_compact_link {
		flex-basis: auto;
		min-height: 0;
	}

	.top_weekend_section h3 {
		flex-direction: column;
		align-items: flex-start;
	}

	.daily_duty_float_identity {
		justify-items: center;
		text-align: center;
	}

	.top_float_stack {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}

	.daily_duty_link {
		min-height: 48px;
	}

	.daily_duty_float_inner,
	.fortune_calendar_float_inner {
		width: 100%;
	}
}
