:root {
	--font-sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
	--ink: #111;
	--ink-strong: #0d0d0d;
	--ink-body: #222;
	--ink-muted: #555;
	--paper: #fff;
	--overlay-light: rgba(255, 255, 255, 0.78);
	--line: #111;
	--line-soft: #d7d7d7;
	--shelf-line: #e5e5e5;
	--type-12: 12px;
	--type-14: 14px;
	--type-16: 16px;
	--type-24: clamp(21px, 2vw, 24px);
	--type-30: clamp(26px, 2.6vw, 30px);
	--type-40: clamp(32px, 4vw, 40px);
	--text-xs: var(--type-12);
	--text-sm: var(--type-12);
	--text-ui: var(--type-14);
	--text-md: var(--type-16);
	--text-lg: var(--type-16);
	--text-xl: var(--type-24);
	--display-xs: var(--type-24);
	--display-sm: var(--type-24);
	--display-md: var(--type-30);
	--display-lg: var(--type-40);
	--display-back: var(--type-40);
	--sentence-hero: var(--type-40);
	--sentence-strong: var(--type-40);
	--sentence-medium: var(--type-24);
	--sentence-body: var(--type-16);
	--hero-text: var(--type-30);
	--store-title: var(--hero-text);
	--store-profile: var(--type-24);
	--store-title-mobile: var(--type-24);
	--store-profile-mobile: var(--type-24);
	--page-gutter: clamp(18px, 4vw, 56px);
	--page-intro-top: clamp(52px, 7vw, 92px);
	--reading-disclosure-gap: clamp(22px, 2.2vw, 28px);
	--reading-paragraph-gap: clamp(30px, 3vw, 34px);
	--reading-section-gap: clamp(26px, 2.8vw, 34px);
	--footer-boundary-before-gap: clamp(96px, 10vw, 160px);
	--footer-boundary-after-gap: clamp(28px, 3.6vw, 48px);
	--footer-boundary-line: #e5e5e5;
}

body,
input,
button,
textarea,
select {
	font-family: var(--font-sans);
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

#site_root,
#site_shell {
	max-width: 100%;
	overflow-x: hidden;
}

.inner {
	width: calc(100% - var(--page-gutter) - var(--page-gutter));
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.header_bottom {
	width: calc(100% - var(--page-gutter) - var(--page-gutter));
	max-width: 1280px;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
}

.site_header {
	background: rgba(255, 255, 255, 0.96);
	transition: background-color 520ms ease, backdrop-filter 520ms ease, -webkit-backdrop-filter 520ms ease, box-shadow 520ms ease;
}

.site_header .header_bottom {
	background: transparent;
	transition: background-color 520ms ease;
}

.site_header.is_soft_scrolled {
	background: rgba(255, 255, 255, 0.84);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	box-shadow: 0 1px 0 rgba(17, 17, 17, 0.06);
}

.header_logo {
	width: auto;
	min-width: clamp(90px, 8.2vw, 118px);
}

.header_logo a {
	display: flex;
	align-items: center;
}

.header_logo img {
	display: block;
	width: clamp(90px, 8.2vw, 118px);
	max-width: none;
	height: auto;
}

.store_header_name {
	width: auto;
	min-width: clamp(120px, 13vw, 170px);
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: var(--store-title);
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0;
	color: var(--ink);
	white-space: nowrap;
}

.store_header_name a {
	display: inline-flex;
	align-items: center;
	color: var(--ink);
	text-decoration: none;
}

.store_home_arrow {
	min-width: 1em;
}

.primary_nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
	flex: 1;
	margin-left: clamp(32px, 4vw, 64px);
}

.primary_nav .nav_group,
.primary_nav .main_menu {
	height: auto;
}

.primary_nav .main_menu {
	display: flex;
	align-items: center;
	gap: clamp(28px, 3.2vw, 48px);
}

.primary_nav .nav_group_right .main_menu {
	gap: clamp(24px, 2.8vw, 40px);
}

.header_btn .login_btn,
.header_btn > a,
.header_btn .desktop_menu_toggle,
.header_btn .mobile_menu_toggle {
	display: none;
}

.primary_nav .main_menu > .menu {
	position: relative;
	display: flex;
	align-items: center;
	height: auto;
}

.primary_nav .main_menu > .menu:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: -8px;
	width: calc(100% + 16px);
	height: 48px;
	pointer-events: auto;
}

.primary_nav .main_menu > .menu > a {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	line-height: 1;
	text-decoration: none;
	text-underline-offset: 6px;
	text-decoration-thickness: 2px;
}

.primary_nav .main_menu > .menu > a:hover,
.primary_nav .main_menu > .menu > a:focus-visible {
	text-decoration: underline;
}

.primary_nav .main_menu > .menu > a.nav_parent_trigger {
	cursor: default;
	text-decoration: none;
}

.primary_nav .main_menu > .menu > a.nav_parent_trigger:hover,
.primary_nav .main_menu > .menu > a.nav_parent_trigger:focus-visible {
	text-decoration: none;
}

.primary_nav .dropdown_menu {
	position: absolute;
	top: calc(100% + 16px);
	left: 0;
	right: auto;
	width: max-content;
	min-width: 120px;
	padding: 12px 16px;
	border: 2px solid var(--line);
	background: var(--paper);
	text-align: left;
	display: block !important;
	visibility: hidden;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
	pointer-events: none;
}

.primary_nav .nav_group_right .dropdown_menu,
.primary_nav .account_menu .dropdown_menu {
	left: auto;
	right: 0;
}

.primary_nav .dropdown_menu:before {
	content: "";
	position: absolute;
	left: -12px;
	right: -12px;
	top: -18px;
	height: 18px;
}

.primary_nav .menu:hover .dropdown_menu,
.primary_nav .menu:has(> a:focus-visible) .dropdown_menu,
.primary_nav .menu:has(.dropdown_menu a:focus-visible) .dropdown_menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.primary_nav .dropdown_menu .dropdown_item a {
	display: block;
	padding: 5px 0;
	font-size: var(--text-lg);
	font-weight: 500;
	line-height: 1.25;
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
}

.primary_nav .dropdown_menu .dropdown_item a:hover,
.primary_nav .dropdown_menu .dropdown_item a:focus-visible {
	text-decoration: underline;
}

.pushy {
	width: 100%;
	max-width: none;
	border-left: 0;
	background: var(--paper);
	box-shadow: none;
}

.site-overlay {
	background: transparent;
}

.mobile_drawer_nav {
	padding: clamp(96px, 18vh, 132px) 24px 42px;
}

.mobile_drawer_nav > ul {
	border-top: 0;
}

.mobile_drawer_nav > ul > li {
	border-bottom: 0;
	margin: 0 0 18px;
}

.mobile_drawer_nav > ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	min-height: 42px;
	padding: 0;
	border-bottom: 0;
	font-size: var(--text-xl);
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0;
}

.pushy-submenu > a::after {
	content: "+";
	position: static;
	width: auto;
	height: auto;
	border: 0;
	font-size: inherit;
	font-weight: 500;
	line-height: 1;
	transform: none;
	transition: none;
}

.pushy-submenu-open > a::after {
	content: "×";
	transform: none;
}

.pushy-submenu ul {
	padding: 18px 0 0 20px;
}

.pushy-link a,
.pushy-submenu ul .pushy-link a {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 0;
	color: var(--ink);
	font-size: var(--text-xl);
	font-weight: 500;
	line-height: 1.45;
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.pushy-submenu ul .pushy-link {
	margin: 0 0 2px;
}

.mobile_drawer_nav > ul > .pushy-link > a {
	font-weight: 600;
}

.mobile_drawer_close {
	position: fixed;
	top: 14px;
	right: 18px;
	z-index: 10001;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0;
	font: inherit;
	font-size: var(--type-40);
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

.pushy-link a:hover,
.pushy-link a:focus,
.pushy-submenu ul .pushy-link a:hover,
.pushy-submenu ul .pushy-link a:focus {
	text-decoration: underline;
}

.footer_t {
	background: var(--paper);
	color: var(--ink-body);
	padding: clamp(54px, 6.6vw, 96px) 0 clamp(42px, 5.6vw, 72px);
}

#site_shell {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#site_header_wrap,
#site_footer_wrap {
	flex: 0 0 auto;
}

#site_footer_wrap {
	margin-top: auto;
	padding-top: var(--footer-boundary-before-gap);
}

.site_footer_boundary {
	border-top: 1px solid var(--footer-boundary-line);
}

#home_hero_slider {
	min-height: clamp(280px, 36vw, 470px);
}

#home_book_curations {
	min-height: clamp(900px, 95vw, 1480px);
}

#book_detail_target,
#set_detail_target {
	min-height: calc(100vh - 72px);
}

#store_profile_target {
	min-height: clamp(230px, 22vw, 340px);
}

#store_shelves_target {
	min-height: clamp(760px, 78vw, 1240px);
}

#search_results_target,
[data-bookstores-list],
[data-recommendations-feed] {
	min-height: clamp(360px, 46vh, 620px);
}

.store_page {
	padding-top: 72px;
}

.store_profile {
	padding: var(--page-intro-top) 0 clamp(42px, 6vw, 72px);
}

.store_profile .inner {
	display: grid;
	grid-template-columns: 96px minmax(0, 760px);
	gap: clamp(28px, 4vw, 46px);
	align-items: start;
	border-bottom: 2px solid var(--line);
	padding-bottom: clamp(38px, 5vw, 64px);
}

.store_profile_image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex: 0 0 auto;
	width: 96px;
	aspect-ratio: 1 / 1;
	margin: 0;
	background: #f7f7f2;
	border: 1px solid transparent;
	border-radius: 50%;
	overflow: hidden;
}

.store_profile_image img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
	filter: grayscale(0.08);
}

.store_profile_image.is_contain {
	background: transparent;
}

.store_profile_image.is_contain img {
	object-fit: contain;
	filter: none;
}

.store_profile_image.is_default {
	border-color: #e3e3dc;
	background: #f7f7f2;
}

.store_profile_image.is_default img {
	display: none;
}

.store_profile_image.is_default:after {
	content: "";
	position: absolute;
	inset: 0;
	background: #deded6;
	-webkit-mask-image: url("/assets/editions_logo_cropped.svg");
	mask-image: url("/assets/editions_logo_cropped.svg");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 62% auto;
	mask-size: 62% auto;
	opacity: 0.68;
	transition: opacity 0.16s ease;
}

.store_profile_image.is_editable {
	cursor: pointer;
}

.store_profile_image.is_editable:before {
	content: "+";
	position: absolute;
	left: 50%;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	color: var(--ink);
	font-size: 42px;
	font-weight: 400;
	line-height: 1;
	opacity: 0;
	transition: opacity 0.16s ease;
	z-index: 1;
}

.store_profile_image.is_editable:hover:before,
.store_profile_image.is_editable:focus:before,
.store_profile_image.is_editable:focus-within:before {
	opacity: 1;
}

.store_profile_image.is_default.is_editable:hover:after,
.store_profile_image.is_default.is_editable:focus:after,
.store_profile_image.is_default.is_editable:focus-within:after {
	opacity: 0.18;
}

.store_profile_image.is_editable:focus {
	outline: 2px solid var(--line);
	outline-offset: 3px;
}

.store_profile_body {
	max-width: 760px;
}

.store_description {
	margin: 0;
	font-size: var(--store-profile);
	line-height: 1.52;
	font-weight: 500;
	text-align: left;
	white-space: pre-line;
	word-break: keep-all;
}

.store_description.is_empty {
	color: var(--ink-muted);
}

.store_info {
	display: grid;
	gap: 3px;
	margin: 22px 0 0;
	color: var(--ink-muted);
	font-size: var(--text-sm);
	font-weight: 500;
	line-height: 1.6;
}

.store_info div {
	display: contents;
}

.store_info dt,
.store_info dd {
	margin: 0;
}

.store_info dt {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.store_links {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	margin-top: 14px;
	font-size: var(--text-sm);
	line-height: 1.6;
}

.store_links a {
	color: var(--ink);
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.store_owner_tools {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-top: 24px;
	font-size: var(--text-xs);
	line-height: 1.35;
}

.store_owner_tools a,
.store_owner_tools button,
.store_page_visibility,
.shelf_admin_controls button,
.admin_secondary_button {
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font: inherit;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
	cursor: pointer;
}

.store_page_visibility {
	cursor: default;
}

.store_owner_tools .store_publish_button {
	color: var(--ink);
	font-weight: 700;
}

.store_owner_tools a:hover,
.store_owner_tools a:focus,
.store_owner_tools button:hover,
.store_owner_tools button:focus,
.shelf_admin_controls button:hover,
.shelf_admin_controls button:focus,
.admin_secondary_button:hover,
.admin_secondary_button:focus {
	color: var(--ink);
	text-decoration: underline;
}

.admin_form input,
.admin_form textarea,
.admin_form select {
	width: 100%;
	border: 2px solid var(--line);
	border-radius: 0;
	background: var(--paper);
	color: var(--ink);
	padding: 12px;
	font-size: var(--text-md);
	line-height: 1.55;
	outline: none;
	resize: vertical;
}

.admin_form input[type="checkbox"],
.admin_form input[type="radio"] {
	width: auto;
	margin-right: 8px;
}

.admin_form input[type="file"] {
	padding: 10px;
}

.admin_profile_delete {
	width: fit-content;
	margin-top: -4px;
}

.admin_profile_divider {
	border-top: 2px solid var(--line);
	margin-top: 4px;
	padding-top: 2px;
}

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

.admin_form input:not([type="radio"]):not([type="checkbox"]):focus,
.admin_form textarea:focus,
.admin_form select:focus {
	box-shadow: inset 0 -3px 0 var(--line);
}

.admin_form_actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin-top: 12px;
}

.admin_form_actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 2px solid var(--line);
	border-radius: 0;
	background: var(--paper);
	color: var(--ink);
	padding: 9px 16px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
}

.admin_form_actions button:hover,
.admin_form_actions button:focus {
	background: var(--line);
	color: var(--paper);
}

.login_page {
	padding-top: 72px;
}

.dashboard_page {
	padding-top: 72px;
}

.dashboard_intro {
	padding: var(--page-intro-top) 0 clamp(22px, 3vw, 34px);
}

.dashboard_kicker {
	margin: 0 0 14px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.4;
}

.dashboard_intro h1 {
	margin: 0;
	font-size: var(--display-md);
	font-weight: 500;
	line-height: 1.22;
}

.dashboard_period {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-top: 28px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.4;
}

.dashboard_period a {
	color: var(--ink-muted);
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.dashboard_period a:hover,
.dashboard_period a:focus,
.dashboard_period a.is_active {
	color: var(--ink);
	text-decoration: underline;
}

.dashboard_summary .inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 2px solid var(--line);
	border-bottom: 2px solid var(--line);
}

.dashboard_metric {
	min-height: 150px;
	border-left: 2px solid var(--line);
	padding: 24px 20px;
}

.dashboard_metric:first-child {
	border-left: 0;
}

.dashboard_metric span {
	display: block;
	margin-bottom: 22px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.dashboard_metric strong {
	display: block;
	font-size: var(--type-30);
	font-weight: 500;
	line-height: 1.2;
}

.dashboard_metric em {
	display: block;
	margin-top: 12px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-style: normal;
	font-weight: 500;
	line-height: 1.45;
}

.dashboard_records {
	padding: 0 0 clamp(76px, 9vw, 128px);
}

.dashboard_records .inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(44px, 6vw, 76px) clamp(34px, 4vw, 56px);
}

.dashboard_block {
	min-width: 0;
	border-top: 2px solid var(--line);
	padding-top: 22px;
}

.dashboard_block_wide {
	grid-column: 1 / -1;
	min-width: 0;
}

.dashboard_block_head {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 18px;
	margin-bottom: 22px;
}

.dashboard_block h2 {
	margin: 0;
	font-size: var(--type-24);
	font-weight: 500;
	line-height: 1.3;
}

.dashboard_block_head p {
	margin: 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	word-break: keep-all;
}

.dashboard_rows {
	border-top: 1px solid var(--shelf-line);
}

.dashboard_row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	border-bottom: 1px solid var(--shelf-line);
	padding: 15px 0;
	font-size: var(--text-md);
	line-height: 1.45;
}

.dashboard_row span {
	min-width: 0;
	word-break: keep-all;
}

.dashboard_row strong {
	color: var(--ink-body);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.55;
	white-space: nowrap;
}

.dashboard_more {
	display: inline-flex;
	margin-top: 16px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.dashboard_more:hover,
.dashboard_more:focus {
	color: var(--ink);
	text-decoration: underline;
}

.dashboard_flow {
	position: relative;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	align-items: end;
	gap: 18px;
	height: 210px;
	border-top: 1px solid var(--shelf-line);
	border-bottom: 1px solid var(--shelf-line);
	padding: 20px 0 26px;
}

.dashboard_gridline {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 0;
	height: 1px;
	background: var(--shelf-line);
	pointer-events: none;
}

.dashboard_gridline_top {
	top: 42px;
}

.dashboard_gridline_mid {
	top: 104px;
}

.dashboard_gridline span {
	position: absolute;
	top: -8px;
	left: 0;
	background: var(--paper);
	color: var(--ink-muted);
	padding-right: 8px;
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1;
}

.dashboard_flow > div:not(.dashboard_gridline) {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: end;
	justify-content: center;
	gap: 5px;
	height: 100%;
	padding-top: 32px;
}

.dashboard_flow > div:not(.dashboard_gridline) > span,
.dashboard_flow > div:not(.dashboard_gridline) > i {
	display: block;
	width: 11px;
	height: var(--bar);
	background: var(--line-soft);
}

.dashboard_flow > div:not(.dashboard_gridline) > i {
	background: var(--line);
}

.dashboard_flow > div:not(.dashboard_gridline) > b {
	position: absolute;
	top: 0;
	left: 50%;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	transform: translateX(-50%);
	white-space: nowrap;
}

.dashboard_flow > div:not(.dashboard_gridline) > em {
	position: absolute;
	left: 50%;
	bottom: -20px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	transform: translateX(-50%);
	white-space: nowrap;
}

.dashboard_legend {
	display: flex;
	gap: 16px;
	margin-top: 28px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.4;
}

.dashboard_legend span:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px;
	background: var(--line-soft);
	vertical-align: -1px;
}

.dashboard_legend span:nth-child(2):before {
	background: var(--line);
}

.dashboard_contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	width: 100%;
	min-width: 0;
	max-width: 760px;
}

.dashboard_contact label {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.4;
}

.dashboard_contact textarea {
	box-sizing: border-box;
	width: 100%;
	border: 2px solid var(--line);
	border-radius: 0;
	background: var(--paper);
	color: var(--ink);
	padding: 12px;
	font-size: var(--text-md);
	line-height: 1.55;
	resize: vertical;
	outline: none;
}

.dashboard_contact label {
	width: 100%;
}

.dashboard_contact textarea:focus {
	box-shadow: inset 0 -3px 0 var(--line);
}

.dashboard_contact_actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 14px;
}

.dashboard_contact button {
	min-height: 46px;
	border: 2px solid var(--line);
	border-radius: 0;
	background: var(--paper);
	color: var(--ink);
	padding: 10px 18px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
}

.dashboard_contact button:hover,
.dashboard_contact button:focus {
	background: var(--line);
	color: var(--paper);
}

.dashboard_contact [data-contact-status] {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	opacity: 0;
	transition: opacity 0.18s ease;
}

.dashboard_contact [data-contact-status].is_visible {
	opacity: 1;
}

.dashboard_order_inventory {
	--dashboard-order-table-width: 1086px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	border-top: 2px solid var(--line);
	border-bottom: 2px solid var(--line);
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	touch-action: pan-x;
	-webkit-overflow-scrolling: touch;
}

.dashboard_order_inventory .order_inventory_scroll {
	width: var(--dashboard-order-table-width);
	min-width: var(--dashboard-order-table-width);
}

.order_inventory_table.dashboard_order_table {
	--order-inventory-columns: 130px 128px 480px 64px 104px 90px;
	width: var(--dashboard-order-table-width);
	min-width: var(--dashboard-order-table-width);
}

.dashboard_order_table .order_inventory_header,
.dashboard_order_table .order_inventory_row {
	gap: 18px;
}

.dashboard_order_table .order_inventory_header span:nth-child(5),
.dashboard_order_table .order_inventory_amount {
	text-align: right;
}

.dashboard_order_table .order_inventory_header span:nth-child(6),
.dashboard_order_table .order_inventory_row span:nth-child(6) {
	padding-left: 18px;
	text-align: left;
}

.dashboard_order_table .order_inventory_row {
	cursor: pointer;
}

.dashboard_order_record {
	border-bottom: 1px solid var(--line-soft);
}

.dashboard_order_record:last-child {
	border-bottom: 0;
}

.dashboard_order_record > summary {
	list-style: none;
}

.dashboard_order_record > summary::-webkit-details-marker {
	display: none;
}

.dashboard_order_table .order_inventory_row:hover strong,
.dashboard_order_table .order_inventory_row:focus strong {
	text-decoration: none;
}

.dashboard_order_record > summary:hover strong,
.dashboard_order_record > summary:focus-visible strong {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.dashboard_order_detail {
	border-top: 1px solid var(--line-soft);
	padding: 10px 0 12px;
}

.dashboard_order_detail ul {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dashboard_order_detail li {
	display: grid;
	grid-template-columns: var(--order-inventory-columns);
	gap: 18px;
	align-items: baseline;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.55;
}

.dashboard_order_detail li span {
	grid-column: 3;
	min-width: 0;
	color: var(--ink);
	overflow-wrap: anywhere;
}

.dashboard_order_detail li b,
.dashboard_order_detail li small {
	display: block;
}

.dashboard_order_detail li b {
	font-weight: 500;
}

.dashboard_order_detail li small {
	margin-top: 2px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.45;
}

.dashboard_order_detail li em {
	grid-column: 4;
}

.dashboard_order_detail li strong {
	grid-column: 5;
}

.dashboard_order_detail li em,
.dashboard_order_detail li strong {
	font-style: normal;
	font-weight: 500;
	text-align: right;
}

.dashboard_order_detail li em {
	text-align: left;
}

.dashboard_period_nav {
	margin-bottom: 18px;
}

.dashboard_period_nav button {
	border: 0;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font: inherit;
	cursor: pointer;
	text-align: left;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.dashboard_period_nav button:hover,
.dashboard_period_nav button:focus,
.dashboard_period_nav button.is_active {
	color: var(--ink);
	text-decoration: underline;
}

.dashboard_custom_period {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px 14px;
	margin: -2px 0 18px;
	font-size: 12px;
	color: var(--ink-muted);
}

.dashboard_custom_period[hidden] {
	display: none;
}

.dashboard_custom_period label {
	display: grid;
	gap: 5px;
}

.dashboard_custom_period input {
	min-width: 150px;
	border: 0;
	border-bottom: 1px solid var(--line-strong);
	border-radius: 0;
	background: transparent;
	padding: 5px 0;
	font: inherit;
	color: var(--ink);
}

.dashboard_custom_period button {
	border: 0;
	border-bottom: 1px solid var(--line-strong);
	background: transparent;
	padding: 5px 0;
	font: inherit;
	color: var(--ink);
	cursor: pointer;
}

.dashboard_flow_cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.dashboard_flow_card {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 92px;
	border: 1px solid var(--line);
	background: var(--paper);
	padding: 14px 14px 13px;
}

.dashboard_flow_card span,
.dashboard_flow_card strong {
	display: block;
	line-height: 1.45;
	word-break: keep-all;
}

.dashboard_flow_card span {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
}

.dashboard_flow_card strong {
	margin-top: 12px;
	font-size: var(--text-md);
	font-weight: 500;
	overflow-wrap: anywhere;
}

.dashboard_settlement_wrap {
	--dashboard-settlement-table-width: 812px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	touch-action: pan-x;
	-webkit-overflow-scrolling: touch;
}

.dashboard_settlement_wrap .settlement_statement_table_scroll {
	width: var(--dashboard-settlement-table-width);
	min-width: var(--dashboard-settlement-table-width);
}

.settlement_statement_table.dashboard_settlement_table {
	width: var(--dashboard-settlement-table-width);
	min-width: var(--dashboard-settlement-table-width);
	table-layout: fixed;
}

.dashboard_settlement_col_period {
	width: 132px;
}

.dashboard_settlement_col_count {
	width: 78px;
}

.dashboard_settlement_col_amount {
	width: 88px;
}

.settlement_statement_table.dashboard_settlement_table th:nth-child(n + 2),
.settlement_statement_table.dashboard_settlement_table td:nth-child(n + 2) {
	text-align: right;
}

.dashboard_settlement_controls {
	margin-bottom: 14px;
}

.dashboard_private_tools {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	border-top: 1px solid var(--shelf-line);
	padding-top: 16px;
	color: var(--ink-muted);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45;
}

.dashboard_private_tools button {
	border: 0;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font: inherit;
	cursor: pointer;
	text-align: left;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.dashboard_private_tools button:hover,
.dashboard_private_tools button:focus {
	color: var(--ink);
	text-decoration: underline;
}

.dashboard_page_settings {
	margin-top: clamp(8px, 2vw, 24px);
}

.dashboard_danger_button {
	margin-top: 16px;
	border: 0;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
	cursor: pointer;
}

.dashboard_danger_button:hover,
.dashboard_danger_button:focus {
	color: var(--ink);
	text-decoration: underline;
}

.dashboard_inquiries {
	max-width: 760px;
	margin-top: 34px;
	border-top: 1px solid var(--shelf-line);
	padding-top: 22px;
}

.dashboard_inquiries h3 {
	margin: 0 0 16px;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.35;
}

.dashboard_inquiry_list {
	border-top: 1px solid var(--shelf-line);
}

.dashboard_inquiry_item {
	border-bottom: 1px solid var(--shelf-line);
}

.dashboard_inquiry_item summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	gap: 16px;
	padding: 14px 0;
	cursor: pointer;
	list-style: none;
}

.dashboard_inquiry_item summary::-webkit-details-marker {
	display: none;
}

.dashboard_inquiry_item summary span {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.dashboard_inquiry_item summary strong {
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
}

.dashboard_inquiry_body {
	padding: 0 0 18px;
	font-size: var(--text-ui);
	line-height: 1.65;
	word-break: keep-all;
}

.dashboard_inquiry_body p {
	margin: 0;
}

.dashboard_inquiry_body p + p {
	margin-top: 10px;
}

.dashboard_inquiry_body b {
	margin-right: 8px;
	font-weight: 600;
}

.ops_page {
	padding-top: 72px;
}

.ops_header_name {
	min-width: clamp(190px, 17vw, 245px);
}

.ops_nav .main_menu {
	gap: clamp(18px, 2.1vw, 30px);
}

.ops_nav {
	justify-content: flex-start;
}

.ops_intro {
	padding: var(--page-intro-top) 0 clamp(30px, 4vw, 48px);
}

.ops_kicker {
	margin: 0 0 14px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.4;
}

.ops_intro h1 {
	margin: 0;
	font-size: var(--display-md);
	font-weight: 500;
	line-height: 1.22;
}

.ops_quiet_nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-top: 28px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.4;
}

.ops_period_nav {
	margin-top: 12px;
	font-size: var(--text-xs);
}

.ops_sort_nav {
	margin: -4px 0 18px;
	font-size: var(--text-xs);
}

.ops_quiet_nav a {
	color: var(--ink-muted);
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.ops_quiet_nav a:hover,
.ops_quiet_nav a:focus,
.ops_quiet_nav a.is_active {
	color: var(--ink);
	text-decoration: underline;
}

.ops_summary .inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 2px solid var(--line);
	border-bottom: 2px solid var(--line);
}

.ops_metric {
	min-height: 148px;
	border-left: 2px solid var(--line);
	border-top: 1px solid var(--shelf-line);
	padding: 24px 20px;
}

button.ops_metric {
	width: 100%;
	border-right: 0;
	border-bottom: 0;
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	font: inherit;
	text-align: left;
	cursor: pointer;
}

button.ops_metric:hover strong,
button.ops_metric:focus-visible strong,
button.ops_metric.is_active strong {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.ops_metric:nth-child(3n + 1) {
	border-left: 0;
}

.ops_metric:nth-child(-n + 3) {
	border-top: 0;
}

.ops_metric span,
.ops_metric em {
	display: block;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-style: normal;
	font-weight: 600;
	line-height: 1.45;
}

.ops_metric span {
	margin-bottom: 22px;
}

.ops_metric strong {
	display: block;
	font-size: var(--type-30);
	font-weight: 500;
	line-height: 1.2;
	word-break: keep-all;
}

.ops_metric em {
	margin-top: 12px;
	font-weight: 500;
}

.ops_records {
	padding: clamp(46px, 7vw, 88px) 0 clamp(96px, 11vw, 148px);
}

.ops_records .inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(44px, 6vw, 76px) clamp(34px, 4vw, 56px);
}

.admin_curation_page .ops_intro,
.admin_books_page .ops_intro,
.admin_inquiries_page .ops_intro,
.admin_orders_page .ops_intro,
.admin_settlements_page .ops_intro,
.admin_stores_page .ops_intro,
.admin_statistics_page .ops_intro,
.admin_today_page .ops_intro {
	padding-bottom: clamp(22px, 3vw, 34px);
}

.admin_curation_page .ops_records,
.admin_books_page .ops_records,
.admin_inquiries_page .ops_records,
.admin_orders_page .ops_records,
.admin_settlements_page .ops_records,
.admin_stores_page .ops_records,
.admin_statistics_page .ops_records,
.admin_today_page .ops_records {
	padding-top: 0;
}

.ops_block {
	min-width: 0;
	border-top: 2px solid var(--line);
	padding-top: 22px;
}

.ops_block_wide {
	grid-column: 1 / -1;
}

.ops_block_head {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 18px;
	margin-bottom: 22px;
}

.ops_block_head .ops_text_button {
	margin-left: auto;
}

.ops_block h2 {
	margin: 0;
	font-size: var(--type-24);
	font-weight: 500;
	line-height: 1.3;
}

.ops_block_head p {
	margin: 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.5;
	word-break: keep-all;
}

.ops_rows {
	border-top: 1px solid var(--shelf-line);
}

.ops_row {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr) max-content;
	gap: 18px;
	align-items: baseline;
	border-bottom: 1px solid var(--shelf-line);
	padding: 15px 0;
	color: var(--ink);
	font-size: var(--text-md);
	line-height: 1.45;
	text-decoration: none;
}

.ops_row:hover strong,
.ops_row:focus strong {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.ops_row span {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	white-space: nowrap;
}

.ops_row strong {
	min-width: 0;
	font-weight: 500;
	word-break: keep-all;
}

.ops_row strong a {
	color: inherit;
	text-decoration: none;
}

.ops_row em {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-style: normal;
	font-weight: 600;
	line-height: 1.45;
	text-align: right;
	white-space: nowrap;
}

.ops_row_actions {
	display: inline-flex;
	align-items: baseline;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px 12px;
}

.ops_hero_actions {
	display: inline-flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 12px;
	white-space: nowrap;
}

.ops_row_actions button {
	border: 0;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font: inherit;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	cursor: pointer;
}

.ops_row_actions button:hover,
.ops_row_actions button:focus {
	color: var(--ink);
	text-decoration: underline;
}

.ops_row_alert span,
.ops_row_alert em {
	color: var(--ink);
}

.ops_button_row {
	width: 100%;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	background: transparent;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.ops_store_row {
	grid-template-columns: 180px minmax(0, 1fr) 132px;
}

.ops_curation_row {
	grid-template-columns: 150px minmax(0, 1fr) 150px;
}

.ops_store_table {
	--store-inventory-columns: minmax(72px, 0.32fr) minmax(120px, 0.5fr) minmax(170px, 0.75fr) minmax(0, 1.35fr) minmax(92px, 0.4fr);
	display: grid;
	grid-template-columns: 1fr;
	border-top: 1px solid var(--shelf-line);
}

.store_inventory_header,
.store_inventory_row {
	display: grid;
	grid-template-columns: var(--store-inventory-columns);
	gap: 12px;
	align-items: baseline;
	text-align: left;
}

.store_inventory_header {
	border-bottom: 1px solid var(--shelf-line);
	padding: 10px 0;
}

.store_inventory_header span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 700;
	line-height: 1.45;
	word-break: keep-all;
}

.store_inventory_row {
	border-bottom: 1px solid var(--shelf-line);
	padding: 14px 0;
	color: var(--ink);
	text-decoration: none;
}

.store_inventory_row span,
.store_inventory_row strong {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: var(--text-ui);
	line-height: 1.45;
	word-break: keep-all;
}

.store_inventory_row span {
	color: var(--ink-muted);
	font-weight: 600;
}

.store_inventory_row strong {
	font-weight: 500;
}

.store_inventory_description {
	text-align: left;
}

.store_inventory_row:hover strong,
.store_inventory_row:focus strong {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.store_inventory_row_empty {
	pointer-events: none;
}

.ops_store_card {
	display: grid;
	grid-template-columns: minmax(180px, 0.9fr) minmax(360px, 1.45fr) minmax(220px, 1fr);
	gap: 22px;
	align-items: start;
	border-bottom: 1px solid var(--shelf-line);
	padding: 22px 0;
	color: var(--ink);
	text-decoration: none;
}

.ops_store_card:hover strong,
.ops_store_card:focus strong {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.ops_store_card div,
.ops_store_card ul,
.ops_store_card p {
	margin: 0;
}

.ops_store_card > div:first-child {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ops_store_card span,
.ops_store_card em,
.ops_store_card p,
.ops_store_card b {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-style: normal;
	font-weight: 600;
	line-height: 1.45;
	word-break: keep-all;
}

.ops_store_card strong {
	font-size: var(--type-24);
	font-weight: 500;
	line-height: 1.25;
}

.ops_curation_card strong {
	font-size: var(--text-md);
	line-height: 1.45;
}

.ops_store_card ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	padding: 0;
	list-style: none;
}

.ops_store_card li {
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
	word-break: keep-all;
}

.ops_store_card b {
	display: block;
	margin-bottom: 5px;
}

.ops_store_card p {
	align-self: center;
	text-align: right;
}

.ops_card_actions {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 8px 14px;
	grid-column: 1 / -1;
}

.ops_card_actions button,
.ops_text_button {
	border: 0;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font: inherit;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
	cursor: pointer;
}

.ops_card_actions button:hover,
.ops_card_actions button:focus,
.ops_text_button:hover,
.ops_text_button:focus {
	color: var(--ink);
	text-decoration: underline;
}

.ops_curation_card {
	grid-template-columns: minmax(190px, 0.9fr) minmax(360px, 1.35fr) minmax(240px, 1fr);
}

.ops_order_search {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 18px;
	align-items: baseline;
	margin-bottom: 20px;
}

.ops_order_search label {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.ops_order_search input {
	width: 100%;
	border: 0;
	border-bottom: 2px solid var(--line);
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	padding: 0 0 9px;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.45;
	outline: none;
}

.ops_order_search input::placeholder {
	color: var(--ink-muted);
	opacity: 1;
}

input[type="search"]::-webkit-search-cancel-button {
	width: 13px;
	height: 13px;
	margin-left: 8px;
	-webkit-appearance: none;
	appearance: none;
	background:
		linear-gradient(45deg, transparent 43%, var(--ink-muted) 43%, var(--ink-muted) 57%, transparent 57%),
		linear-gradient(-45deg, transparent 43%, var(--ink-muted) 43%, var(--ink-muted) 57%, transparent 57%);
	cursor: pointer;
}

.order_inventory_tools {
	display: grid;
	gap: 18px;
	margin-bottom: 22px;
}

.order_inventory_filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	align-items: baseline;
}

.order_inventory_filters span,
.order_inventory_filters button {
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	word-break: keep-all;
}

.order_inventory_filters span {
	color: var(--ink-muted);
}

.order_inventory_filters button {
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0;
	cursor: pointer;
}

.order_inventory_filters button:hover,
.order_inventory_filters button:focus,
.order_inventory_filters button.is_active {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.order_inventory_wrap {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-top: 2px solid var(--line);
	border-bottom: 2px solid var(--line);
	-webkit-overflow-scrolling: touch;
}

.order_inventory_scroll {
	width: max-content;
	min-width: 100%;
}

.order_inventory_table {
	--order-inventory-columns: minmax(102px, 0.62fr) minmax(132px, 0.72fr) minmax(140px, 0.76fr) minmax(86px, 0.44fr) minmax(210px, 1.1fr) minmax(82px, 0.42fr) minmax(76px, 0.36fr);
	display: grid;
	width: 100%;
	min-width: 940px;
}

.order_inventory_header,
.order_inventory_row {
	display: grid;
	grid-template-columns: var(--order-inventory-columns);
	gap: 6px;
	align-items: baseline;
	text-align: left;
}

.order_inventory_header {
	border-bottom: 1px solid var(--line-soft);
	padding: 10px 0;
}

.order_inventory_header span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 700;
	line-height: 1.45;
	word-break: keep-all;
}

.order_inventory_header span:nth-child(6) {
	text-align: right;
}

.order_inventory_header span:nth-child(7),
.order_inventory_row span:nth-child(7) {
	padding-left: 8px;
}

.order_inventory_row {
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--line-soft);
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	padding: 11px 0;
	font: inherit;
	cursor: pointer;
}

.order_inventory_row[hidden] {
	display: none;
}

.order_inventory_row span,
.order_inventory_row strong {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: var(--text-xs);
	line-height: 1.45;
	word-break: keep-all;
}

.order_inventory_row span {
	color: var(--ink-muted);
	font-weight: 600;
}

.order_inventory_row strong {
	font-weight: 600;
}

.order_inventory_row .order_inventory_amount {
	color: var(--ink);
	text-align: right;
	font-weight: 600;
}

.order_inventory_row:hover strong,
.order_inventory_row:focus strong {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.order_inventory_row_empty {
	pointer-events: none;
	cursor: default;
}

.ops_order_card {
	grid-template-columns: minmax(210px, 0.9fr) minmax(280px, 1.35fr) minmax(260px, 0.95fr);
	column-gap: 28px;
}

.ops_order_card strong {
	font-size: var(--text-md);
	line-height: 1.45;
}

.ops_order_card[hidden] {
	display: none;
}

.ops_order_card ul {
	min-width: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 18px;
}

.ops_order_card li {
	min-width: 0;
	overflow-wrap: anywhere;
}

.ops_order_card p {
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: keep-all;
	align-self: start;
	text-align: left;
}

.ops_order_card .ops_card_actions {
	justify-content: flex-end;
}

.ops_order_panel {
	width: min(100%, 920px);
}

.ops_order_detail {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 34px;
}

.ops_order_detail section {
	border-top: 2px solid var(--line);
	padding-top: 16px;
}

.ops_order_detail h3 {
	margin: 0 0 14px;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.45;
}

.ops_order_detail dl {
	display: grid;
	gap: 10px;
	margin: 0;
}

.ops_order_detail dl div {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 14px;
}

.ops_order_detail dt,
.ops_order_detail dd,
.ops_order_detail li,
.ops_order_detail p {
	margin: 0;
	font-size: var(--text-ui);
	line-height: 1.65;
	word-break: keep-all;
}

.ops_order_detail dt {
	color: var(--ink-muted);
	font-weight: 600;
}

.ops_order_detail dd {
	font-weight: 500;
}

.ops_order_detail ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ops_order_detail li {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.ops_order_detail li strong {
	font-weight: 500;
	min-width: 0;
	overflow-wrap: anywhere;
}

.ops_order_detail li span {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	min-width: 0;
	overflow-wrap: anywhere;
}

.ops_order_detail li button {
	width: fit-content;
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0;
	font: inherit;
	font-size: var(--text-xs);
	font-weight: 700;
	line-height: 1.45;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	cursor: pointer;
}

.ops_order_detail li button:disabled {
	color: var(--ink-muted);
	cursor: wait;
}

.admin_toast {
	position: fixed;
	left: 50%;
	bottom: 28px;
	z-index: 10001;
	transform: translateX(-50%);
	border: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	padding: 11px 14px;
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.4;
}

.admin_toast[hidden] {
	display: none;
}

.settlement_formula {
	display: grid;
	border-top: 2px solid var(--line);
	border-bottom: 2px solid var(--line);
}

.settlement_formula div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: baseline;
	border-bottom: 1px solid var(--line-soft);
	padding: 14px 0;
}

.settlement_formula div:last-child {
	border-bottom: 0;
}

.settlement_formula .settlement_formula_deduction_last {
	border-bottom: 0;
}

.settlement_formula span,
.settlement_formula strong {
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.45;
	word-break: keep-all;
}

.settlement_formula .is_total {
	border-top: 2px solid var(--line);
	margin-top: 6px;
	padding-top: 18px;
}

.settlement_formula .is_total span,
.settlement_formula .is_total strong {
	font-size: var(--type-24);
}

.settlement_formula_small {
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.settlement_formula_small div {
	padding: 10px 0;
}

.settlement_formula_small span,
.settlement_formula_small strong,
.settlement_formula_small .is_total span,
.settlement_formula_small .is_total strong {
	font-size: var(--text-ui);
}

.settlement_statement_controls {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	align-items: center;
	margin-bottom: 22px;
	border-top: 2px solid var(--line);
	padding-top: 16px;
}

.settlement_statement_controls label {
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.4;
}

.settlement_statement_controls select,
.settlement_statement_controls input {
	min-width: 210px;
	border: 2px solid var(--line);
	border-radius: 0;
	background: var(--paper);
	color: var(--ink);
	padding: 8px 28px 8px 10px;
	font: inherit;
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.4;
	appearance: none;
	-webkit-appearance: none;
}

.settlement_statement_controls input {
	min-width: 138px;
	padding-right: 10px;
}

.settlement_statement_controls select {
	background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%);
	background-position: calc(100% - 15px) 50%, calc(100% - 9px) 50%;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.settlement_statement_controls [hidden] {
	display: none;
}

.settlement_statement_table_wrap {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-top: 2px solid var(--line);
	border-bottom: 2px solid var(--line);
	-webkit-overflow-scrolling: touch;
}

.settlement_statement_table_scroll {
	width: max-content;
	min-width: 100%;
}

.settlement_statement_table {
	width: 100%;
	min-width: 1320px;
	table-layout: auto;
	border-collapse: collapse;
}

.settlement_statement_table th,
.settlement_statement_table td {
	padding: 10px 7px;
	border-bottom: 1px solid var(--line-soft);
	text-align: left;
	vertical-align: top;
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.45;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.settlement_statement_table th {
	font-weight: 700;
}

.settlement_statement_table th:nth-child(n + 3):nth-child(-n + 13),
.settlement_statement_table td:nth-child(n + 3):nth-child(-n + 13) {
	text-align: right;
}

.statement_note_head {
	position: relative;
}

.statement_note_ref {
	display: inline;
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0 0 0 2px;
	font: inherit;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
	vertical-align: super;
	cursor: help;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.statement_note_card {
	position: absolute;
	z-index: 10;
	top: calc(100% + 8px);
	right: 0;
	display: none;
	width: min(280px, 68vw);
	border: 2px solid var(--line);
	background: var(--paper);
	padding: 10px 12px;
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.55;
	text-align: left;
	box-shadow: none;
}

.statement_note_head:hover .statement_note_card,
.statement_note_head:focus-within .statement_note_card {
	display: block;
}

.settlement_statement_table tr:last-child td {
	border-bottom: 0;
}

.settlement_statement_table .is_total td {
	border-top: 2px solid var(--line);
	font-weight: 700;
}

.settlement_card {
	grid-template-columns: minmax(190px, 0.9fr) minmax(520px, 1.6fr) minmax(240px, 0.9fr);
}

.settlement_card[hidden] {
	display: none;
}

.settlement_card strong {
	font-size: var(--text-md);
	line-height: 1.45;
}

.settlement_card ul {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.inquiry_table {
	gap: 0;
	border-top: 2px solid var(--line);
}

.inquiry_table.is_empty_result {
	border-top: 0;
}

.inquiry_filter_bar {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
	gap: 14px 20px;
	align-items: start;
	margin-bottom: 20px;
}

.inquiry_filter_bar .ops_order_search {
	margin-bottom: 0;
}

.inquiry_filter_group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: baseline;
}

.inquiry_filter_group[aria-label="주체 필터"] {
	grid-column: 1 / 2;
}

.inquiry_filter_group[aria-label="유형 필터"] {
	grid-column: 2 / 3;
	margin-left: -88px;
}

.inquiry_filter_group[aria-label="상태 필터"] {
	grid-column: 1 / -1;
}

.inquiry_filter_group[aria-label="기간 필터"],
.inquiry_date_range {
	grid-column: 1 / -1;
}

.admin_book_filters {
	display: grid;
	gap: 12px;
	margin-bottom: 20px;
}

.inquiry_date_range {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	align-items: end;
}

.inquiry_filter_group span,
.inquiry_filter_bar label,
.inquiry_date_range label {
	display: grid;
	gap: 8px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.inquiry_date_range[hidden] {
	display: none;
}

.inquiry_date_range input {
	width: 150px;
	border: 0;
	border-bottom: 2px solid var(--line);
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	padding: 0 0 9px;
	font: inherit;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.45;
	outline: none;
}

.inquiry_date_range input:focus {
	box-shadow: inset 0 -3px 0 var(--line);
}

.inquiry_filter_group button {
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	cursor: pointer;
}

.inquiry_filter_group button[hidden] {
	display: none;
}

.inquiry_filter_group button:hover,
.inquiry_filter_group button:focus,
.inquiry_filter_group button.is_active {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.inquiry_card {
	display: block;
	border-top: 0;
	padding: 0;
}

.inquiry_empty_card {
	border-bottom: 0;
}

.inquiry_table .inquiry_card:last-child {
	border-bottom: 0;
}

.inquiry_inventory_row {
	display: grid;
	width: 100%;
	grid-template-columns: minmax(190px, 0.72fr) 44px minmax(112px, 0.42fr) 58px minmax(0, 1.5fr);
	gap: 12px;
	align-items: baseline;
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 14px 0;
	text-align: left;
	cursor: pointer;
}

.inquiry_card[hidden] {
	display: none;
}

.inquiry_inventory_row span,
.inquiry_inventory_row strong {
	font-size: var(--text-ui);
	line-height: 1.45;
	word-break: keep-all;
}

.inquiry_inventory_row span {
	color: var(--ink-muted);
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inquiry_inventory_row .inquiry_date_stack {
	display: inline-flex;
	gap: 14px;
	align-items: baseline;
	color: var(--ink-muted);
}

.inquiry_read_label {
	flex: 0 0 auto;
	color: var(--ink);
}

.inquiry_inventory_row strong {
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inquiry_inventory_row:hover strong,
.inquiry_inventory_row:focus strong {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.inquiry_pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	justify-content: space-between;
	border-top: 2px solid var(--line);
	padding-top: 14px;
	margin-top: 6px;
}

.inquiry_pagination span {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.inquiry_page_controls {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.inquiry_page_controls button {
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	cursor: pointer;
}

.inquiry_page_controls button:hover,
.inquiry_page_controls button:focus,
.inquiry_page_controls button.is_active {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.inquiry_page_controls button:disabled {
	color: var(--ink-muted);
	cursor: default;
	text-decoration: none;
	opacity: 0.45;
}

.admin_tab_notes,
.inquiry_admin_notes {
	margin-top: clamp(12px, 2vw, 24px);
}

.admin_tab_note_form,
.inquiry_admin_note_form {
	display: grid;
	gap: 14px;
	max-width: min(100%, 760px);
}

.admin_tab_note_form textarea,
.inquiry_admin_note_form textarea {
	width: 100%;
	border: 2px solid var(--line);
	border-radius: 0;
	background: var(--paper);
	color: var(--ink);
	padding: 12px;
	font: inherit;
	font-size: var(--text-md);
	line-height: 1.55;
	resize: vertical;
	outline: none;
}

.admin_tab_note_form textarea:focus,
.inquiry_admin_note_form textarea:focus {
	box-shadow: inset 0 0 0 1px var(--line);
}

.admin_tab_note_list,
.inquiry_admin_note_list {
	display: grid;
	gap: 0;
	border-top: 2px solid var(--line);
	margin-top: 24px;
}

.admin_tab_note_list article,
.inquiry_admin_note_list article {
	display: grid;
	grid-template-columns: minmax(170px, 0.32fr) minmax(0, 1fr) auto;
	gap: 18px;
	align-items: start;
	border-bottom: 1px solid var(--line-soft);
	padding: 15px 0;
}

.admin_tab_note_list span,
.admin_tab_note_empty,
.inquiry_admin_note_list span,
.inquiry_admin_note_empty {
	margin: 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	word-break: keep-all;
}

.admin_tab_note_list p,
.inquiry_admin_note_list p {
	margin: 0;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.65;
	word-break: keep-all;
	white-space: pre-wrap;
}

.admin_tab_note_list .admin_tab_note_empty,
.inquiry_admin_note_list .inquiry_admin_note_empty {
	margin-top: 20px;
}

.admin_tab_note_list div,
.inquiry_admin_note_list div {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.admin_tab_note_list button,
.inquiry_admin_note_list button {
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	cursor: pointer;
}

.admin_tab_note_list button:hover,
.admin_tab_note_list button:focus,
.inquiry_admin_note_list button:hover,
.inquiry_admin_note_list button:focus {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.inquiry_panel {
	width: min(100%, 980px);
}

.inquiry_panel h2 {
	margin-bottom: 22px;
	font-size: var(--type-24);
	font-weight: 500;
	line-height: 1.35;
	word-break: keep-all;
}

.inquiry_template_manager {
	display: grid;
	gap: 24px;
}

.inquiry_template_items {
	display: grid;
	gap: 0;
	border-top: 2px solid var(--line);
}

.inquiry_template_items article {
	display: grid;
	grid-template-columns: minmax(130px, 0.35fr) minmax(0, 1fr) auto;
	gap: 16px;
	align-items: start;
	border-bottom: 1px solid var(--line-soft);
	padding: 14px 0;
}

.inquiry_template_items strong,
.inquiry_template_items p {
	margin: 0;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.6;
	word-break: keep-all;
}

.inquiry_template_items p {
	color: var(--ink-muted);
}

.inquiry_template_items div {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.inquiry_template_items button {
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	cursor: pointer;
}

.inquiry_template_items button:hover,
.inquiry_template_items button:focus {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.inquiry_template_form {
	display: grid;
	gap: 16px;
	border-top: 2px solid var(--line);
	padding-top: 16px;
}

.inquiry_detail {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
}

.inquiry_detail section {
	border-top: 2px solid var(--line);
	padding-top: 16px;
}

.inquiry_detail .inquiry_delete_section {
	border-top: 1px solid var(--line-soft);
}

.inquiry_detail h3 {
	margin: 0 0 14px;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.45;
}

.inquiry_detail h4,
.inquiry_attachments li,
.inquiry_private p {
	margin: 0;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.65;
	word-break: keep-all;
}

.inquiry_sender_detail {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
}

.inquiry_sender_detail div {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 14px;
	align-items: baseline;
}

.inquiry_sender_detail span,
.inquiry_sender_detail strong {
	font-size: var(--text-ui);
	line-height: 1.55;
	word-break: keep-all;
}

.inquiry_sender_detail span {
	color: var(--ink-muted);
	font-weight: 600;
}

.inquiry_sender_detail strong {
	font-weight: 500;
}

.inquiry_pre_application_contact {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 22px;
	border-top: 1px solid var(--line-soft);
	padding-top: 14px;
	margin: -4px 0 20px;
}

.inquiry_pre_application_contact[hidden] {
	display: none;
}

.inquiry_pre_application_contact div {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 12px;
	align-items: baseline;
}

.inquiry_pre_application_contact span,
.inquiry_pre_application_contact strong {
	font-size: var(--text-ui);
	line-height: 1.55;
	word-break: keep-all;
}

.inquiry_pre_application_contact span {
	color: var(--ink-muted);
	font-weight: 600;
}

.inquiry_pre_application_contact strong {
	font-weight: 500;
	overflow-wrap: anywhere;
}

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

.inquiry_message span {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.inquiry_message p {
	margin: 0;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.65;
	white-space: pre-line;
	word-break: keep-all;
}

.inquiry_reply_log {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.inquiry_reply_log article {
	border-top: 1px solid var(--line-soft);
	padding-top: 12px;
}

.inquiry_reply_log article.inquiry_thread_requester {
	border-top-color: var(--line);
}

.inquiry_reply_log span,
.inquiry_reply_empty {
	display: block;
	margin: 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.inquiry_reply_log p:not(.inquiry_reply_empty) {
	margin: 8px 0 0;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.65;
	white-space: pre-line;
	word-break: keep-all;
}

.inquiry_attachments {
	margin-top: 22px;
}

.inquiry_attachments ul,
.inquiry_status_section ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.inquiry_attachments li,
.inquiry_status_section li {
	padding-bottom: 8px;
}

.inquiry_templates,
.inquiry_status_controls {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.inquiry_templates button,
.inquiry_status_controls button,
.inquiry_private button,
.inquiry_delete_section button {
	border: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	padding: 7px 10px;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.35;
}

.inquiry_templates button:hover,
.inquiry_templates button:focus,
.inquiry_status_controls button:hover,
.inquiry_status_controls button:focus,
.inquiry_status_controls button.is_active,
.inquiry_private button:hover,
.inquiry_private button:focus,
.inquiry_delete_section button:hover,
.inquiry_delete_section button:focus {
	background: var(--ink);
	color: var(--paper);
}

.inquiry_private p {
	margin-bottom: 16px;
	color: var(--ink-muted);
}

.inquiry_reply .admin_form_label,
.inquiry_private .admin_form_label,
.inquiry_template_form .admin_form_label {
	display: grid;
	gap: 8px;
	margin: 0 0 16px;
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.45;
}

.inquiry_reply textarea,
.inquiry_private textarea,
.inquiry_reply input[type="file"],
.inquiry_template_form input,
.inquiry_template_form textarea {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid var(--line);
	border-radius: 0;
	background: var(--paper);
	color: var(--ink);
	padding: 12px;
	font: inherit;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.55;
	outline: none;
}

.inquiry_reply textarea {
	min-height: 220px;
}

.inquiry_private textarea {
	min-height: 170px;
	margin-bottom: 12px;
}

.inquiry_private .admin_form_actions {
	gap: 8px 12px;
	margin-top: 0;
}

.inquiry_private .admin_form_actions button {
	min-height: 0;
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.inquiry_private .admin_form_actions button:hover,
.inquiry_private .admin_form_actions button:focus {
	background: transparent;
	color: var(--ink);
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.inquiry_template_form textarea {
	min-height: 170px;
}

.inquiry_reply textarea:focus,
.inquiry_private textarea:focus,
.inquiry_reply input[type="file"]:focus,
.inquiry_template_form input:focus,
.inquiry_template_form textarea:focus {
	box-shadow: inset 0 -3px 0 var(--line);
}

.is_pre_application_inquiry .inquiry_reply,
.is_pre_application_inquiry .inquiry_reply_log,
.is_pre_application_inquiry .inquiry_attachments {
	display: none;
}

@media (max-width: 900px) {
	.statistics_snapshot {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.statistics_snapshot div:nth-child(odd) {
		border-left: 0;
	}

	.statistics_snapshot div:nth-child(n + 3) {
		border-top: 1px solid var(--shelf-line);
	}

	.statistics_funnel div {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.statistics_funnel em {
		width: var(--width);
		max-width: 100%;
	}

	.inquiry_filter_bar {
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
		max-width: 100%;
		overflow: visible;
	}

	.inquiry_filter_bar > *,
	.inquiry_filter_bar .ops_order_search {
		grid-column: 1 / -1;
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.inquiry_filter_bar .ops_order_search {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
	}

	.inquiry_filter_bar .ops_order_search label {
		display: block;
		white-space: nowrap;
	}

	.inquiry_filter_bar .ops_order_search input {
		display: block;
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	.inquiry_filter_group {
		grid-column: 1 / -1;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		overflow-x: visible;
		gap: 8px 12px;
		margin-left: 0;
		padding-bottom: 0;
	}

	.inquiry_filter_group[aria-label="기간 필터"],
	.inquiry_filter_group[aria-label="주체 필터"],
	.inquiry_filter_group[aria-label="유형 필터"],
	.inquiry_filter_group[aria-label="상태 필터"] {
		grid-column: 1 / -1;
		margin-left: 0;
	}

	.inquiry_filter_group span {
		flex: 0 0 100%;
		white-space: nowrap;
	}

	.inquiry_filter_group button {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.inquiry_date_range {
		grid-column: 1 / -1;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		flex-wrap: wrap;
		overflow-x: visible;
		padding-bottom: 0;
	}

	.inquiry_date_range label {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.inquiry_inventory_row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.admin_tab_note_list article,
	.inquiry_admin_note_list article {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.admin_tab_note_list div,
	.inquiry_admin_note_list div {
		justify-content: flex-start;
	}

	.inquiry_pre_application_contact {
		grid-template-columns: 1fr;
	}

	.settlement_statement_table_wrap {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		padding-right: 0;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-x: contain;
		touch-action: pan-x;
	}

	.settlement_statement_table_scroll {
		width: 1500px;
		min-width: 1500px;
	}

	.settlement_statement_table {
		width: 100%;
		min-width: 100%;
	}

}

@media (max-width: 640px) {
	.statistics_snapshot div {
		min-height: 96px;
		padding: 14px 12px 13px;
	}

	.statistics_snapshot strong {
		margin-top: 12px;
		font-size: var(--text-ui);
	}

	.statistics_snapshot em {
		margin-top: 8px;
	}

	.dashboard_flow_cards {
		grid-template-columns: 1fr;
	}

	.dashboard_flow_card {
		min-height: 0;
	}
}

.settlement_card .ops_card_actions {
	justify-content: flex-end;
}

.settlement_downloads {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	border-top: 1px solid var(--line-soft);
	padding-top: 18px;
}

.settlement_downloads button {
	border: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	padding: 10px 14px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.3;
	cursor: pointer;
}

.settlement_downloads button:hover,
.settlement_downloads button:focus {
	background: var(--line);
	color: var(--paper);
}

.admin_form .admin_choice_group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 18px 18px;
	border: 0;
	margin: 0;
	padding: 0;
}

.admin_form .admin_choice_group legend {
	flex: 0 0 100%;
	margin: 0 0 2px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.4;
}

.admin_form .admin_choice_group label {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	width: auto;
	gap: 4px;
	margin: 8px 0 0;
	color: var(--ink-muted);
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
}

.admin_form .admin_choice_group input[type="radio"] {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	accent-color: var(--ink);
}

.admin_form .admin_choice_group label:has(input:checked) {
	color: var(--ink);
}

.admin_import_fields,
.admin_editorial_fields {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.admin_import_fields[hidden],
.admin_editorial_fields[hidden],
.admin_book_preview[hidden],
.admin_search_results[hidden] {
	display: none;
}

.admin_import_fields .admin_hint,
.admin_editorial_fields .admin_hint {
	margin: -2px 0 0;
}

.admin_readonly_meta {
	display: grid;
	gap: 6px;
}

.admin_readonly_meta span {
	color: var(--ink-muted);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.4;
}

.admin_readonly_meta strong {
	color: var(--ink);
	font-size: var(--text-md);
	font-weight: 600;
	line-height: 1.4;
}

.admin_book_preview,
.admin_curation_selected_book {
	border-top: 2px solid var(--line);
	padding-top: 12px;
}

.admin_hero_preview {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 132px;
	gap: 16px;
	align-items: start;
	border-top: 2px solid var(--line);
	padding-top: 14px;
}

.admin_hero_preview p {
	margin: 0;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.55;
	white-space: pre-line;
	word-break: keep-all;
}

.admin_hero_preview img {
	width: 132px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: var(--paper);
}

.admin_hero_preview span {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	word-break: break-all;
}

.admin_search_results {
	display: grid;
	border-top: 2px solid var(--line);
}

.admin_shelf_results {
	margin-top: 10px;
	border-top-color: var(--ink);
}

.admin_search_results button {
	display: grid;
	gap: 5px;
	border: 0;
	border-bottom: 1px solid var(--shelf-line);
	background: transparent;
	color: var(--ink);
	padding: 12px 0;
	text-align: left;
	cursor: pointer;
}

.admin_shelf_results button {
	gap: 6px;
	padding: 14px 0;
}

.admin_search_results button:hover,
.admin_search_results button:focus {
	background: transparent;
}

.admin_search_results button strong {
	font-size: var(--text-md);
	font-weight: 600;
	line-height: 1.35;
}

.admin_search_results button span {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.4;
}

.admin_search_results button p,
.admin_search_results button .admin_search_excerpt {
	margin: 0;
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.55;
	word-break: keep-all;
}

.admin_book_preview {
	display: grid;
	gap: 5px;
}

.admin_book_preview strong,
.admin_curation_selected_book strong {
	font-size: var(--text-md);
	font-weight: 600;
	line-height: 1.35;
}

.admin_book_preview span,
.admin_curation_selected_book span,
.admin_curation_selected_book em {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
}

.admin_book_preview p,
.admin_curation_selected_book p {
	margin: 0;
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.55;
	word-break: keep-all;
}

.admin_selected_books {
	display: grid;
	gap: 14px;
	margin-top: 8px;
}

.admin_current_books {
	display: grid;
	gap: 8px;
	border-top: 2px solid var(--line);
	padding-top: 14px;
}

.admin_current_books > strong {
	font-size: var(--text-md);
	font-weight: 600;
	line-height: 1.4;
}

.admin_curation_selected_book {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: start;
}

.admin_curation_selected_book div {
	display: grid;
	gap: 5px;
}

.admin_book_actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px 10px;
}

.admin_curation_selected_book button {
	border: 0;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font: inherit;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.4;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	cursor: pointer;
}

.admin_curation_selected_book button:hover,
.admin_curation_selected_book button:focus {
	color: var(--ink);
	text-decoration: underline;
}

.ops_note {
	margin: 16px 0 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.55;
	word-break: keep-all;
}

.ops_more {
	display: inline-flex;
	margin-top: 16px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.ops_more:hover,
.ops_more:focus {
	color: var(--ink);
	text-decoration: underline;
}

.ops_stats_grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border-top: 1px solid var(--shelf-line);
	border-bottom: 1px solid var(--shelf-line);
}

.ops_stat_card {
	min-height: 128px;
	border-left: 1px solid var(--shelf-line);
	padding: 20px 18px;
}

.ops_stat_card:first-child {
	border-left: 0;
}

.ops_stat_card span,
.ops_stat_card em {
	display: block;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-style: normal;
	font-weight: 600;
	line-height: 1.45;
}

.ops_stat_card strong {
	display: block;
	margin: 18px 0 10px;
	font-size: var(--type-24);
	font-weight: 500;
	line-height: 1.25;
}

.ops_chart {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	align-items: end;
	gap: 18px;
	height: 180px;
	border-bottom: 1px solid var(--shelf-line);
	padding: 22px 0 28px;
	background-image: linear-gradient(to bottom, var(--shelf-line) 1px, transparent 1px);
	background-size: 100% 50%;
}

.ops_chart div {
	position: relative;
	display: flex;
	align-items: end;
	justify-content: center;
	height: 100%;
}

.ops_chart span {
	display: block;
	width: 18px;
	height: var(--bar);
	background: var(--line);
}

.ops_chart em {
	position: absolute;
	left: 50%;
	bottom: -20px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	transform: translateX(-50%);
	white-space: nowrap;
}

.statistics_records .ops_row {
	grid-template-columns: minmax(150px, 0.9fr) minmax(0, 1.8fr) auto;
}

.statistics_period_nav {
	margin: 0 0 20px;
}

.statistics_date_range {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin: -4px 0 22px;
}

.statistics_date_range label {
	display: grid;
	gap: 6px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.statistics_date_range input {
	min-width: 158px;
	border: 0;
	border-bottom: 2px solid var(--line);
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	padding: 0 0 8px;
	font: inherit;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
	outline: none;
}

.statistics_date_range button {
	min-height: 0;
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0 0 9px;
	font: inherit;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	cursor: pointer;
}

.statistics_date_range button:hover,
.statistics_date_range button:focus {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.statistics_snapshot {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0;
	border-top: 2px solid var(--line);
}

.statistics_snapshot div {
	min-height: 116px;
	border-left: 1px solid var(--shelf-line);
	padding: 18px 16px 16px;
}

.statistics_snapshot div:first-child {
	border-left: 0;
}

.statistics_snapshot span,
.statistics_snapshot strong,
.statistics_snapshot em {
	display: block;
	font-style: normal;
	line-height: 1.45;
	word-break: keep-all;
}

.statistics_snapshot span {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
}

.statistics_snapshot strong {
	margin-top: 16px;
	font-size: var(--text-md);
	font-weight: 500;
}

.statistics_snapshot em {
	margin-top: 12px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
}

.statistics_funnel {
	display: grid;
	gap: 18px;
	border-top: 1px solid var(--shelf-line);
	margin-top: 22px;
	padding-top: 20px;
}

.statistics_funnel div {
	display: grid;
	grid-template-columns: minmax(120px, 0.3fr) minmax(120px, 0.25fr) minmax(0, 1fr);
	gap: 16px;
	align-items: center;
}

.statistics_funnel span,
.statistics_funnel strong {
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.45;
	word-break: keep-all;
}

.statistics_funnel span {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
}

.statistics_funnel small {
	display: block;
	margin-top: 4px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.45;
}

.statistics_funnel em {
	display: block;
	width: var(--width);
	height: 16px;
	background: var(--line);
	font-style: normal;
}

.statistics_table {
	display: grid;
	width: 100%;
	min-width: var(--statistics-table-min-width, 860px);
}

.statistics_table_wrap {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-top: 2px solid var(--line);
	border-bottom: 2px solid var(--line);
	-webkit-overflow-scrolling: touch;
}

.statistics_table_scroll {
	width: max-content;
	min-width: 100%;
}

.statistics_table [role="row"] {
	display: grid;
	grid-template-columns: var(--statistics-columns, minmax(120px, 1.15fr) repeat(6, minmax(76px, 1fr)));
	gap: 14px;
	align-items: baseline;
	border-bottom: 1px solid var(--shelf-line);
	padding: 14px 0;
}

.statistics_table [role="columnheader"],
.statistics_table span,
.statistics_table strong {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
	word-break: keep-all;
}

.statistics_table [role="columnheader"] {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
}

.statistics_table strong {
	font-weight: 500;
}

@media (max-width: 900px) {
	.statistics_snapshot {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.statistics_snapshot div:nth-child(odd) {
		border-left: 0;
	}

	.statistics_snapshot div:nth-child(n + 3) {
		border-top: 1px solid var(--shelf-line);
	}

	.statistics_funnel div {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.statistics_funnel em {
		width: var(--width);
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	.statistics_snapshot div {
		min-height: 96px;
		padding: 14px 12px 13px;
	}

	.statistics_snapshot strong {
		margin-top: 12px;
		font-size: var(--text-ui);
	}

	.statistics_snapshot em {
		margin-top: 8px;
	}
}

.statistics_more {
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
	appearance: none;
	-webkit-appearance: none;
}

.statistics_more[hidden] {
	display: none;
}

.login_panel {
	padding: clamp(56px, 8vw, 104px) 0 clamp(92px, 11vw, 148px);
}

.login_box {
	width: min(100%, 460px);
	margin: 0 auto;
}

.login_box h1 {
	margin: 0 0 34px;
	font-size: var(--type-30);
	font-weight: 500;
	line-height: 1.25;
}

.signup_box h1 {
	margin-bottom: 18px;
}

.signup_intro {
	margin: 0 0 34px;
	color: var(--ink-body);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.55;
	word-break: keep-all;
}

.login_form {
	display: flex;
	flex-flow: column nowrap;
	gap: 18px;
}

.login_field {
	display: flex;
	flex-flow: column nowrap;
	gap: 8px;
}

.login_field label {
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.4;
}

.login_field input {
	width: 100%;
	height: 46px;
	border: 2px solid var(--line);
	border-radius: 0;
	background: var(--paper);
	color: var(--ink);
	padding: 0 12px;
	font-size: var(--text-md);
	line-height: 1.4;
	outline: none;
}

.login_field input:focus {
	box-shadow: inset 0 -3px 0 var(--line);
}

.login_field input[aria-invalid="true"] {
	border-color: var(--ink);
	box-shadow: inset 0 -3px 0 var(--ink);
}

.login_field input:-webkit-autofill,
.login_field input:-webkit-autofill:hover,
.login_field input:-webkit-autofill:focus {
	-webkit-text-fill-color: var(--ink);
	box-shadow: 0 0 0 1000px var(--paper) inset, inset 0 -3px 0 var(--line);
	caret-color: var(--ink);
	transition: background-color 9999s ease-out;
}

.signup_terms {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin-top: 2px;
	color: var(--ink-body);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.65;
}

.signup_terms input {
	width: 16px;
	height: 16px;
	margin: 3px 0 0;
	accent-color: var(--line);
}

.signup_terms button {
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0;
	font: inherit;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
	cursor: pointer;
}

.login_submit,
.store_login_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	border: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	padding: 10px 14px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.login_submit {
	margin-top: 6px;
}

.login_status {
	margin: -4px 0 0;
	color: var(--ink-body);
	font-size: var(--text-xs);
	line-height: 1.5;
}

.account_password_status {
	margin: 16px 0 18px;
}

.login_submit:hover,
.login_submit:focus,
.store_login_button:hover,
.store_login_button:focus {
	background: var(--line);
	color: var(--paper);
}

.login_links,
.login_signup,
.store_join_hint {
	font-size: var(--text-xs);
	line-height: 1.6;
}

.login_links {
	display: flex;
	flex-flow: row wrap;
	gap: 0 8px;
	margin-top: 16px;
}

.login_links a,
.login_signup a,
.store_join_hint a {
	color: var(--ink);
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}

.login_signup {
	margin: 6px 0 0;
}

.login_switch_link {
	margin-top: 14px;
}

.store_login_area {
	margin-top: 34px;
	padding-top: 28px;
	border-top: 2px solid var(--line);
}

.login_account_state {
	margin-top: 34px;
	padding-top: 28px;
	border-top: 2px solid var(--line);
}

.login_account_state p {
	margin: 0 0 14px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
}

.participate_apply_gate .login_box h1 {
	margin-bottom: 18px;
}

.participate_apply_gate_intro {
	margin: 0;
	color: var(--ink-body);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.6;
	word-break: keep-all;
}

.participate_apply_gate_actions {
	display: flex;
	flex-flow: column nowrap;
	gap: 12px;
	margin-top: 28px;
}

.participate_apply_gate_actions a {
	margin: 0;
}

.participate_apply_gate_actions .login_submit {
	margin-top: 0;
}

.participate_apply_return_link {
	align-self: flex-start;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.participate_apply_return_link:hover,
.participate_apply_return_link:focus {
	color: var(--ink);
	text-decoration: underline;
	outline: 0;
}

.login_reset_success {
	margin-top: 28px;
	outline: none;
}

.login_reset_success[hidden] {
	display: none;
}

.login_reset_success p {
	margin: 0;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.55;
}

.login_reset_success p + p {
	margin-top: 4px;
}

.login_reset_success .store_login_button {
	margin-top: 22px;
}

.account_page {
	padding-top: 72px;
	color: var(--ink);
}

.account_header {
	padding: var(--page-intro-top) 0 clamp(24px, 3.6vw, 42px);
}

.account_header h1 {
	margin: 0;
	font-size: var(--display-md);
	font-weight: 500;
	line-height: 1.22;
}

.account_purchase_summary {
	display: grid;
	gap: 0;
	max-width: 640px;
	margin: clamp(18px, 3vw, 34px) 0 0;
	color: var(--ink-muted);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.55;
	word-break: keep-all;
}

.account_content {
	border-top: 2px solid var(--line);
	padding: 0 0 clamp(24px, 3vw, 36px);
}

.account_content .inner {
	padding-top: 22px;
}

.account_order_list {
	display: grid;
	gap: 0;
}

.account_order_card {
	padding: 22px 0;
	border-top: 1px solid var(--line-soft);
}

.account_order_card:first-child {
	padding-top: 0;
	border-top: 0;
}

.account_order_card:last-child {
	padding-bottom: 0;
}

.account_order_head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: start;
}

.account_order_no {
	margin: 0;
	font-size: var(--text-md);
	font-weight: 600;
	line-height: 1.45;
}

.account_order_date,
.account_order_items_empty {
	margin: 4px 0 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.5;
}

.account_order_flash {
	margin: 0 0 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line-soft);
	color: var(--ink-muted);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.55;
}

.account_order_flash_error {
	color: var(--ink);
}

.account_order_summary {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-end;
	gap: 4px;
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.45;
	text-align: right;
}

.account_order_summary span {
	color: var(--ink-muted);
}

.account_order_summary strong {
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 600;
}

.account_order_items {
	display: grid;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.account_order_items li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 14px;
	align-items: center;
	color: var(--ink-body);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.55;
}

.account_order_item_book {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-width: 0;
}

.account_order_cover {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 42px;
	aspect-ratio: 2 / 3;
	color: var(--ink-muted);
	text-align: center;
}

.account_order_cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #d9d9d9;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}

.account_order_cover_empty {
	border: 1px solid #d9d9d9;
	background: #f7f7f7;
	padding: 5px 4px;
	font-size: 9px;
	font-weight: 500;
	line-height: 1.25;
	word-break: keep-all;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}

.account_order_item_title {
	min-width: 0;
}

.account_order_item_title > span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.account_order_item_title small {
	display: block;
	margin-top: 2px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.45;
}

.account_order_cancel {
	width: fit-content;
	margin-top: 16px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.5;
}

.account_order_cancel summary {
	width: fit-content;
	cursor: pointer;
	color: var(--ink);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	list-style: none;
}

.account_order_cancel summary::-webkit-details-marker {
	display: none;
}

.account_order_cancel form {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
}

.account_order_cancel p {
	margin: 0;
	color: var(--ink-muted);
}

.account_order_cancel button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	cursor: pointer;
	font: inherit;
}

.account_order_cancel button:hover,
.account_order_cancel button:focus {
	background: var(--ink);
	color: var(--paper);
}

.account_empty p {
	margin: 0;
	color: var(--ink-body);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.55;
}

.account_empty a,
.account_profile_actions a {
	display: inline-flex;
	margin-top: 16px;
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}

.account_empty a:only-child {
	margin-top: 0;
}

.account_saved_toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--shelf-line);
}

.account_saved_all {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
	cursor: pointer;
}

.account_saved_all input,
.account_saved_select input {
	appearance: none;
	position: relative;
	display: inline-grid;
	width: 16px;
	height: 16px;
	place-content: center;
	flex: 0 0 auto;
	border: 1px solid var(--ink-muted);
	border-radius: 2px;
	background: var(--paper);
	cursor: pointer;
	transition: border-color .16s ease, background-color .16s ease;
}

.account_saved_all input::after,
.account_saved_select input::after {
	content: "";
	width: 5px;
	height: 8px;
	border: solid var(--paper);
	border-width: 0 1.5px 1.5px 0;
	opacity: 0;
	transform: rotate(45deg) translateY(-1px);
	transform-origin: center;
}

.account_saved_all input:hover,
.account_saved_all input:focus,
.account_saved_select input:hover,
.account_saved_select input:focus {
	border-color: var(--ink);
	outline: 0;
}

.account_saved_all.is_checked input,
.account_saved_select.is_checked input,
.account_saved_all.is_indeterminate input {
	border-color: var(--ink);
	background: var(--ink);
}

.account_saved_all.is_checked input::after,
.account_saved_select.is_checked input::after {
	opacity: 1;
}

.account_saved_all.is_indeterminate input::after {
	width: 8px;
	height: 0;
	border-width: 0 0 1.5px;
	opacity: 1;
	transform: none;
}

.account_saved_all input:disabled,
.account_saved_select input:disabled {
	border-color: var(--shelf-line);
	background: var(--surface-muted);
	cursor: default;
}

.account_saved_toolbar button {
	border: 0;
	background: transparent;
	padding: 0;
	color: var(--ink);
	font: inherit;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	cursor: pointer;
}

.account_saved_actions button {
	border: 0;
	background: transparent;
	padding: 0;
	color: var(--ink-muted);
	font: inherit;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	cursor: pointer;
}

.account_saved_toolbar button:hover,
.account_saved_toolbar button:focus,
.account_saved_actions button:hover,
.account_saved_actions button:focus {
	color: var(--ink);
	text-decoration: underline;
	text-underline-offset: 4px;
	outline: 0;
}

.account_saved_toolbar button:disabled,
.account_saved_actions button:disabled {
	color: #aaa;
	cursor: default;
	text-decoration: none;
}

.account_saved_layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .36fr);
	gap: clamp(34px, 5vw, 72px);
	align-items: start;
}

.account_saved_list {
	display: grid;
	gap: 0;
}

.account_saved_card {
	display: grid;
	grid-template-columns: 28px 92px minmax(0, 1fr);
	gap: 18px;
	padding: 22px 0;
	border-bottom: 1px solid var(--shelf-line);
}

.account_saved_select {
	display: flex;
	align-items: start;
	padding-top: 4px;
	cursor: pointer;
}

.account_saved_select span {
	display: none;
}

.account_saved_select_placeholder {
	display: block;
}

.account_saved_cover {
	position: relative;
	display: block;
	width: 92px;
	aspect-ratio: 2 / 3;
	background: var(--surface-muted);
	overflow: visible;
}

.account_saved_cover:not(.account_saved_set_stack)::before {
	content: "";
	position: absolute;
	inset: 6px -6px -6px 6px;
	z-index: 0;
	background: #e3e3e3;
}

.account_saved_cover img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9;
	object-fit: cover;
}

.account_saved_cover_empty {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	background: #f7f7f7;
	color: var(--ink-muted);
	padding: 9px 7px;
	text-align: center;
	text-decoration: none;
	word-break: keep-all;
}

.account_saved_cover_empty span {
	position: relative;
	z-index: 1;
	display: block;
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.35;
}

.account_saved_set_cover {
	display: grid;
	place-items: center;
	color: var(--ink-muted);
	font-size: var(--text-micro);
	font-weight: 700;
	letter-spacing: .08em;
	text-decoration: none;
}

.account_saved_set_cover:hover,
.account_saved_set_cover:focus {
	color: var(--ink);
	outline: 0;
}

.account_saved_set_stack {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	background: transparent;
}

.account_saved_set_stack .book_set_stack {
	width: 100%;
	max-width: 92px;
}

.account_saved_set_stack .book_set_stack .set_book {
	width: 72%;
	height: auto;
	max-height: 100%;
	border: 1px solid #d9d9d9;
	box-shadow: none;
	object-fit: contain;
	transition: none;
}

.account_saved_set_stack .set_book_back {
	left: -3%;
}

.account_saved_set_stack .set_book_middle {
	left: 12%;
}

.account_saved_set_stack:hover,
.account_saved_set_stack:focus {
	outline: 0;
}

.account_saved_cover:hover img,
.account_saved_cover:focus img,
.account_saved_set_stack:hover .book_set_stack .set_book,
.account_saved_set_stack:focus .book_set_stack .set_book {
	box-shadow: none;
}

.account_saved_body {
	min-width: 0;
}

.account_saved_store {
	margin: 0 0 5px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.account_saved_body h2 {
	margin: 0;
	font-size: var(--text-md);
	font-weight: 600;
	line-height: 1.45;
}

.account_saved_body h2 a {
	color: inherit;
	text-decoration: none;
}

.account_saved_body h2 a:hover,
.account_saved_body h2 a:focus {
	text-decoration: underline;
	text-underline-offset: 4px;
	outline: 0;
}

.account_saved_meta,
.account_saved_recommendation {
	margin: 5px 0 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.5;
}

.account_saved_recommendation {
	display: -webkit-box;
	max-width: 680px;
	overflow: hidden;
	color: var(--ink-body);
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.account_saved_foot {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 18px;
	margin-top: 14px;
}

.account_saved_price {
	margin: 0;
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.45;
}

.account_saved_price_display {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 7px;
}

.account_saved_list_price {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.account_saved_sale_price {
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 700;
}

.account_saved_actions {
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.account_saved_actions a,
.account_saved_actions span {
	color: inherit;
	text-decoration: none;
}

.account_saved_actions a:hover,
.account_saved_actions a:focus {
	color: var(--ink);
	text-decoration: underline;
	text-underline-offset: 4px;
	outline: 0;
}

.account_saved_summary {
	position: sticky;
	top: 96px;
}

.account_saved_summary h2 {
	margin: 0 0 18px;
	font-size: var(--text-md);
	font-weight: 600;
	line-height: 1.45;
}

.account_saved_summary p {
	margin: 0;
	color: var(--ink-muted);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.55;
	word-break: keep-all;
}

.account_saved_amounts {
	display: grid;
	gap: 10px;
	margin: 0;
}

.account_saved_amounts div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
}

.account_saved_amounts dt,
.account_saved_amounts dd {
	margin: 0;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
}

.account_saved_amounts dt {
	color: var(--ink-muted);
}

.account_saved_amounts dd {
	color: var(--ink);
	text-align: right;
}

.account_saved_total {
	margin-top: 8px;
	padding-top: 14px;
	border-top: 1px solid var(--shelf-line);
}

.account_saved_total dt,
.account_saved_total dd {
	font-weight: 700;
}

.account_saved_notice {
	margin-top: 14px !important;
	color: var(--ink-body) !important;
	font-size: var(--text-xs) !important;
}

.account_saved_summary form {
	margin-top: 18px;
}

.account_saved_summary button[type="submit"] {
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ink);
	background: var(--ink);
	padding: 15px 20px;
	color: #fff;
	font: inherit;
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
}

.account_saved_summary button[type="submit"]:hover,
.account_saved_summary button[type="submit"]:focus {
	background: var(--ink-body);
	outline: 0;
}

.account_saved_summary button[type="submit"]:disabled {
	border-color: var(--shelf-line);
	background: var(--surface-muted);
	color: var(--ink-muted);
	cursor: default;
}

.account_profile_list {
	display: grid;
	gap: 0;
	margin: 0;
}

.account_profile_list > div {
	display: grid;
	grid-template-columns: minmax(96px, .18fr) minmax(0, 1fr);
	gap: 18px;
	padding: 18px 0;
	border-bottom: 1px solid var(--shelf-line);
}

.account_profile_list dt,
.account_profile_list dd {
	margin: 0;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.55;
}

.account_profile_list dt {
	color: var(--ink-muted);
}

.account_profile_list dd {
	color: var(--ink);
	overflow-wrap: anywhere;
}

.account_profile_error {
	margin: 0 0 14px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.5;
}

.account_profile_status {
	margin: 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.45;
	transition: opacity .22s ease, transform .22s ease;
	pointer-events: none;
	white-space: nowrap;
}

.account_profile_status.is_hiding {
	opacity: 0;
	transform: translateY(-2px);
}

.account_profile_error {
	color: #7a2d28;
}

.account_profile_name_control {
	display: flex;
	align-items: baseline;
	gap: 14px;
	max-width: 100%;
}

.account_profile_name_value {
	color: var(--ink);
}

.account_profile_name_form {
	display: none;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px 10px;
	max-width: min(560px, 100%);
}

.account_profile_name_control.is_editing .account_profile_name_value,
.account_profile_name_control.is_editing .account_profile_name_edit {
	display: none;
}

.account_profile_name_control.is_editing .account_profile_name_form {
	display: flex;
}

.account_profile_name_form input {
	min-width: 0;
	flex: 1 1 auto;
	width: min(240px, 54vw);
	border: 0;
	background: transparent;
	padding: 0;
	color: var(--ink);
	font: inherit;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
}

.account_profile_name_form input:focus {
	outline: 0;
}

.account_profile_name_control button {
	flex: 0 0 auto;
	border: 0;
	background: transparent;
	padding: 0;
	color: var(--ink-muted);
	font: inherit;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
	cursor: pointer;
}

.account_profile_name_control button:hover,
.account_profile_name_control button:focus {
	color: var(--ink);
	text-decoration: underline;
	outline: 0;
}

.account_profile_actions {
	display: flex;
	flex-flow: row wrap;
	gap: 0 18px;
	margin-top: 20px;
}

.checkout_page {
	color: var(--ink);
}

.checkout_header {
	padding: var(--page-intro-top) 0 clamp(42px, 5vw, 68px);
}

.checkout_kicker {
	margin: 0 0 14px;
	color: var(--ink-muted);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
}

.checkout_header h1 {
	max-width: 720px;
	margin: 0;
	font-size: var(--display-md);
	font-weight: 500;
	line-height: 1.22;
	word-break: keep-all;
}

.checkout_intro {
	max-width: 620px;
	margin: 18px 0 0;
	color: var(--ink-body);
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.55;
	word-break: keep-all;
}

.checkout_content,
.checkout_complete_content {
	padding: 0 0 clamp(24px, 3vw, 36px);
}

.checkout_grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
	gap: clamp(34px, 5vw, 72px);
	align-items: start;
}

.checkout_main_column {
	display: grid;
	grid-column: 1;
	gap: clamp(34px, 5vw, 72px);
	align-items: start;
}

.checkout_panel {
	border-top: 1px solid var(--shelf-line);
	padding-top: 22px;
}

.checkout_panel h2 {
	margin: 0 0 20px;
	font-size: var(--text-md);
	font-weight: 600;
	line-height: 1.45;
}

.checkout_order_panel,
.checkout_delivery_panel {
	grid-column: 1;
}

.checkout_summary_panel {
	grid-column: 2;
	grid-row: 1 / span 2;
	position: sticky;
	top: 96px;
}

.checkout_item {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.checkout_item + .checkout_item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--line-soft);
}

.checkout_item img,
.checkout_item_cover_empty {
	width: 96px;
	aspect-ratio: 2 / 3;
	background: var(--line-soft);
	display: block;
	object-fit: cover;
}

.checkout_item_cover_empty {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	background: #f7f7f7;
	color: var(--ink-muted);
	padding: 9px 7px;
	text-align: center;
	word-break: keep-all;
}

.checkout_item_cover_empty span {
	display: block;
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.35;
}

.checkout_item_cover_link {
	display: block;
	width: 96px;
	color: inherit;
	line-height: 0;
	text-decoration: none;
}

.checkout_item_title_link,
.checkout_item_title_link:hover,
.checkout_item_title_link:focus {
	color: inherit;
	text-decoration: none;
}

.checkout_item_store {
	margin: 0 0 6px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.checkout_item h3 {
	margin: 0;
	font-size: var(--text-md);
	font-weight: 600;
	line-height: 1.45;
	word-break: keep-all;
}

.checkout_item h3 + p {
	margin: 8px 0 0;
	color: var(--ink-body);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.5;
}

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

.checkout_error {
	margin: 0 0 18px;
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.5;
}

.checkout_field_grid label,
.checkout_field {
	display: grid;
	gap: 8px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.35;
}

.checkout_field_grid input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--line);
	background: transparent;
	padding: 8px 0 10px;
	color: var(--ink);
	font: inherit;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
}

.checkout_field_grid input:focus {
	outline: 0;
	border-bottom-color: var(--ink);
}

.checkout_field_grid input:-webkit-autofill,
.checkout_field_grid input:-webkit-autofill:hover,
.checkout_field_grid input:-webkit-autofill:focus {
	-webkit-text-fill-color: var(--ink);
	box-shadow: 0 0 0 1000px var(--paper) inset;
	caret-color: var(--ink);
	transition: background-color 9999s ease-out;
}

.checkout_field_grid input[aria-invalid="true"] {
	border-bottom-color: #7a2d28;
}

.checkout_field_full {
	grid-column: 1 / -1;
}

.checkout_field_label {
	display: block;
}

.checkout_address_lookup {
	display: grid;
	gap: 10px;
	align-items: start;
}

.checkout_address_lookup input[readonly] {
	cursor: default;
}

.checkout_address_search {
	width: fit-content;
	min-height: 38px;
	border: 1px solid var(--line);
	background: var(--paper);
	padding: 8px 12px;
	color: var(--ink);
	font: inherit;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	cursor: pointer;
}

.checkout_address_search:hover,
.checkout_address_search:focus {
	background: var(--line);
	color: var(--paper);
	outline: 0;
}

.checkout_scroll_locked {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.checkout_postcode_modal[hidden] {
	display: none;
}

.checkout_postcode_modal {
	position: fixed;
	z-index: 1300;
	inset: 0;
	display: grid;
	place-items: center;
	padding: var(--page-gutter);
}

.checkout_postcode_backdrop {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, .82);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.checkout_postcode_dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 620px);
	max-height: min(720px, calc(100dvh - 48px));
	border: 1px solid var(--line-soft);
	border-radius: 8px;
	background: var(--paper);
	padding: clamp(18px, 3vw, 26px);
	box-shadow: 0 18px 54px rgba(0, 0, 0, .08);
}

.checkout_postcode_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.checkout_postcode_head strong {
	color: var(--ink);
	font-size: var(--text-md);
	font-weight: 600;
	line-height: 1.4;
}

.checkout_postcode_head button {
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

.checkout_postcode_head button:hover,
.checkout_postcode_head button:focus-visible {
	outline: 0;
	color: var(--ink-muted);
}

.checkout_postcode_layer {
	width: 100%;
	height: min(520px, calc(100dvh - 154px));
	min-height: 360px;
	overflow: hidden;
	border: 1px solid var(--line-soft);
}

.checkout_field_message {
	display: block;
	min-height: 18px;
	color: #7a2d28;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.checkout_field_message:empty {
	visibility: hidden;
}

.checkout_amount_list,
.checkout_complete_list {
	display: grid;
	gap: 12px;
	margin: 0;
}

.checkout_amount_list div,
.checkout_complete_list div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: baseline;
}

.checkout_amount_list dt,
.checkout_amount_list dd,
.checkout_complete_list dt,
.checkout_complete_list dd {
	margin: 0;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
}

.checkout_amount_list dt,
.checkout_complete_list dt {
	color: var(--ink-muted);
}

.checkout_amount_list dd,
.checkout_complete_list dd {
	color: var(--ink);
	text-align: right;
}

.checkout_amount_total {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 1px solid var(--shelf-line);
}

.checkout_amount_total dt,
.checkout_amount_total dd {
	color: var(--ink);
	font-size: var(--text-md);
	font-weight: 700;
}

.checkout_attribution {
	margin-top: 24px;
	border-top: 1px solid var(--line-soft);
	padding-top: 20px;
}

.checkout_attribution h2 {
	margin-bottom: 10px;
}

.checkout_attribution p {
	margin: 0 0 14px;
	color: var(--ink-body);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.55;
	word-break: keep-all;
}

.checkout_attribution_summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	padding: 8px 0 10px;
	font: inherit;
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.45;
	text-align: left;
	outline: 0;
	cursor: pointer;
}

.checkout_attribution_summary:focus-visible {
	border-bottom-color: var(--ink);
}

.checkout_attribution_summary span:first-child {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.checkout_attribution_summary span:last-child {
	flex: 0 0 auto;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1;
}

.checkout_attribution_summary.is_selected span:last-child {
	color: var(--ink);
}

.checkout_attribution .checkout_attribution_unassigned_note {
	margin: 12px 0 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.5;
	word-break: keep-all;
}

.checkout_attribution_picker[hidden],
.checkout_attribution_picker input[hidden],
.checkout_attribution_results[hidden],
.checkout_attribution_option[hidden],
.checkout_attribution_empty[hidden],
.checkout_attribution_skip[hidden] {
	display: none !important;
}

.checkout_attribution_picker {
	margin-top: 14px;
	padding-top: 8px;
}

.checkout_attribution_picker_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.checkout_attribution_picker_head strong {
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 700;
	line-height: 1.35;
}

.checkout_attribution_picker_head button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	color: var(--ink);
	font: inherit;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

.checkout_attribution_picker input[type="search"] {
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	padding: 8px 0 10px;
	font: inherit;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
	outline: 0;
}

.checkout_attribution_picker input[type="search"]::placeholder {
	color: var(--ink-muted);
}

.checkout_attribution_picker input[type="search"]:focus {
	border-bottom-color: var(--ink);
}

.checkout_attribution_results {
	max-height: min(286px, 42vh);
	overflow-y: auto;
	padding-top: 6px;
}

.checkout_attribution_option {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--line-soft);
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	padding: 11px 0;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.checkout_attribution_option:hover strong,
.checkout_attribution_option:focus-visible strong {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.checkout_attribution_option[aria-pressed="true"] strong::after {
	content: " 선택됨";
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
}

.checkout_attribution_option strong {
	min-width: 0;
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.45;
}

.checkout_attribution_option span {
	flex: 0 0 auto;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.45;
}

.checkout_attribution_empty {
	margin: 12px 0 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.5;
}

.checkout_attribution_skip {
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	margin-top: 4px;
	padding: 12px 0 10px;
	font: inherit;
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.45;
	text-align: left;
	cursor: pointer;
}

.checkout_attribution_skip:hover,
.checkout_attribution_skip:focus-visible {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.checkout_shipping_fee {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}

.checkout_shipping_info {
	position: relative;
	display: inline-flex;
}

.checkout_shipping_info summary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 1px solid var(--shelf-line);
	border-radius: 999px;
	color: var(--ink-muted);
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	list-style: none;
	cursor: pointer;
}

.checkout_shipping_info summary::-webkit-details-marker {
	display: none;
}

.checkout_shipping_info summary:hover,
.checkout_shipping_info summary:focus,
.checkout_shipping_info[open] summary {
	border-color: var(--ink);
	color: var(--ink);
	outline: 0;
}

.checkout_shipping_popover {
	position: absolute;
	z-index: 10;
	top: calc(100% + 10px);
	right: 0;
	display: grid;
	width: min(300px, calc(100vw - (var(--page-gutter) * 2)));
	gap: 8px;
	border: 1px solid var(--shelf-line);
	background: var(--paper);
	padding: 14px;
	color: var(--ink-body);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
}

.checkout_submit,
.checkout_complete_link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin-top: 24px;
	border: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	padding: 10px 14px;
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.checkout_submit:hover,
.checkout_submit:focus,
.checkout_complete_link:hover,
.checkout_complete_link:focus {
	background: var(--line);
	color: var(--paper);
}

.checkout_complete_panel {
	max-width: 620px;
}

@media (max-width: 760px) {
	.account_header {
		padding-top: var(--page-intro-top);
	}

	.account_order_head {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.account_order_summary {
		align-items: flex-start;
		text-align: left;
	}

	.account_order_items li {
		grid-template-columns: minmax(0, 1fr);
		gap: 2px;
	}

	.account_order_item_book {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 10px;
	}

	.account_order_cover {
		width: 38px;
	}

	.account_order_item_title > span {
		white-space: normal;
	}

	.account_order_cancel form {
		align-items: flex-start;
		flex-direction: column;
	}

	.account_profile_list > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

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

	.account_saved_layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.account_saved_card {
		grid-template-columns: 24px 74px minmax(0, 1fr);
		gap: 14px;
	}

	.account_saved_cover {
		width: 74px;
	}

	.account_saved_summary {
		position: static;
	}

	.checkout_header {
		padding-top: var(--page-intro-top);
	}

	.checkout_grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.checkout_main_column,
	.checkout_order_panel,
	.checkout_delivery_panel,
	.checkout_summary_panel {
		grid-column: auto;
		grid-row: auto;
	}

	.checkout_summary_panel {
		position: static;
	}

	.checkout_field_grid {
		grid-template-columns: 1fr;
	}

	.checkout_item {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 14px;
	}

	.checkout_item img,
	.checkout_item_cover_link,
	.checkout_item_cover_empty {
		width: 82px;
	}

	.checkout_postcode_modal {
		padding: 16px;
	}

	.checkout_postcode_dialog {
		width: 100%;
		max-height: calc(100dvh - 32px);
		padding: 18px;
	}

	.checkout_postcode_layer {
		height: calc(100dvh - 126px);
		min-height: 360px;
	}
}

.signup_policy_modal {
	position: fixed;
	z-index: 1300;
	inset: 0;
	display: grid;
	place-items: center;
	padding: var(--page-gutter);
	background: rgba(255, 255, 255, .82);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.signup_policy_modal[hidden] {
	display: none;
}

.signup_policy_panel {
	position: relative;
	width: min(100%, 620px);
	max-height: min(720px, calc(100dvh - 48px));
	border: 1px solid var(--line-soft);
	border-radius: 8px;
	background: var(--paper);
	padding: clamp(28px, 4vw, 42px);
	box-shadow: 0 18px 54px rgba(0, 0, 0, .08);
}

.signup_policy_close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

.signup_policy_panel h2 {
	margin: 0 40px 24px 0;
	font-size: var(--type-24);
	font-weight: 500;
	line-height: 1.25;
}

.signup_policy_body {
	max-height: min(460px, calc(100dvh - 190px));
	overflow: auto;
	padding-right: 8px;
	color: var(--ink-body);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.68;
	outline: none;
}

.signup_policy_body p {
	margin: 0;
}

.signup_policy_body p + p {
	margin-top: 16px;
}

.signup_policy_body::-webkit-scrollbar {
	width: 6px;
}

.signup_policy_body::-webkit-scrollbar-track {
	background: transparent;
}

.signup_policy_body::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #d8d8d2;
}

.store_login_area > p:first-child {
	margin: 0 0 14px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
}

.store_join_hint {
	margin: 14px 0 0;
	color: var(--ink-body);
}

.footer_t .inner {
	padding-top: 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer_t.store_footer_t {
	background: var(--paper);
	color: var(--ink-body);
	padding: var(--footer-boundary-after-gap) 0 clamp(42px, 5.6vw, 72px);
}

.footer_t .inner.store_footer_inner {
	width: calc(100% - var(--page-gutter) - var(--page-gutter));
	max-width: 1280px;
	padding-top: 0;
	display: block;
}

.store_footer_statement {
	color: var(--ink-body);
}

.footer_statement {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 18px;
	width: 100%;
	font-size: var(--text-xs);
	line-height: 1.55;
	letter-spacing: 0;
	word-break: keep-all;
	text-align: left;
}

.footer_statement span,
.footer_statement a {
	color: inherit;
	text-decoration: none;
}

.footer_statement a:hover,
.footer_statement a:focus {
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}

.home_notice_section {
	--home-notice-arrow-gap: 12px;
	padding: clamp(96px, 10vw, 150px) 0 0;
	background: var(--paper);
}

.home_notice_section + #site_footer_wrap {
	padding-top: clamp(24px, 2.8vw, 40px);
}

.home_notice_head {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	padding: 0 0 8px;
}

.home_notice_head h2 {
	margin: 0;
	font-size: var(--text-sm);
	font-weight: 700;
	line-height: 1.45;
}

.home_notice_head a,
.home_notice_row {
	color: var(--ink);
	text-decoration: none;
}

.home_notice_head h2 a {
	display: inline-flex;
	align-items: baseline;
	gap: var(--home-notice-arrow-gap);
	background-image: linear-gradient(currentColor, currentColor);
	background-repeat: no-repeat;
	background-position: 0 calc(100% - 1px);
	background-size: 0 1.5px;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.home_notice_head h2 a span:last-child {
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	white-space: nowrap;
}

.home_notice_head h2 a:hover,
.home_notice_head h2 a:focus {
	background-size: 100% 1.5px;
	text-decoration: none;
}

.home_notice_list {
	display: grid;
	--home-notice-date-width: 108px;
	--home-notice-column-gap: clamp(10px, 2vw, 20px);
}

.home_notice_row {
	display: grid;
	grid-template-columns: var(--home-notice-date-width) minmax(0, 1fr);
	gap: var(--home-notice-column-gap);
	align-items: center;
	width: 100%;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background: transparent;
	padding: 8px 0;
	text-align: left;
	cursor: pointer;
}

.home_notice_item:last-child .home_notice_row {
	border-bottom: 0;
}

.home_notice_row time,
.site_notice_toggle time {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.45;
	white-space: nowrap;
}

.home_notice_title {
	display: inline-flex;
	align-items: center;
	gap: var(--home-notice-arrow-gap);
	min-width: 0;
	max-width: 100%;
}

.home_notice_title span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: var(--text-sm);
	font-weight: 500;
	line-height: 1.45;
}

.site_notice_toggle b {
	flex: 0 0 auto;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1;
}

.home_notice_title b {
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	border-bottom: 1.5px solid var(--ink);
	border-right: 1.5px solid var(--ink);
	font-size: 0;
	line-height: 0;
	transform: translateY(-1px) rotate(45deg);
	transform-origin: center;
}

.home_notice_row[aria-expanded="true"] b {
	transform: translateY(1px) rotate(225deg);
}

.home_notice_body {
	max-width: 760px;
	padding: 6px 0 14px calc(var(--home-notice-date-width) + var(--home-notice-column-gap));
}

.home_notice_item:last-child .home_notice_body {
	padding-bottom: 0;
}

.home_notice_body p {
	margin: 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.65;
	word-break: keep-all;
}

.notice_page {
	padding-top: 72px;
}

.notice_intro {
	padding-bottom: clamp(24px, 3.6vw, 42px);
}

.notice_compose {
	padding-top: 18px;
}

.notice_editor {
	display: grid;
	gap: 18px;
	border-top: 2px solid var(--line);
	padding-top: 22px;
}

.notice_editor[hidden] {
	display: none;
}

.notice_compose_toggle {
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0;
	font: inherit;
	font-size: var(--text-xs);
	font-weight: 700;
	line-height: 1.45;
	cursor: pointer;
}

.notice_compose_toggle:hover,
.notice_compose_toggle:focus {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.notice_compose_toggle[hidden] {
	display: none;
}

.notice_compose_toggle + .notice_editor {
	margin-top: 18px;
}

.notice_editor label {
	display: grid;
	gap: 8px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.notice_editor input,
.notice_editor textarea,
.notice_editor select {
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	padding: 0 0 10px;
	font: inherit;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.5;
	outline: none;
}

.notice_editor textarea {
	min-height: 132px;
	resize: vertical;
}

.notice_editor input:focus,
.notice_editor textarea:focus,
.notice_editor select:focus {
	border-bottom-color: var(--ink);
}

.notice_editor_meta {
	display: grid;
	grid-template-columns: minmax(160px, 220px);
	gap: 18px;
}

.notice_editor_actions,
.site_notice_actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 16px;
}

.notice_editor_actions button,
.site_notice_actions button {
	min-height: 0;
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0;
	font: inherit;
	font-size: var(--text-xs);
	font-weight: 700;
	line-height: 1.45;
	cursor: pointer;
}

.notice_editor_actions button:hover,
.notice_editor_actions button:focus,
.site_notice_actions button:hover,
.site_notice_actions button:focus {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.notice_editor_actions span {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.notice_list_section {
	padding-bottom: clamp(42px, 5vw, 70px);
}

.site_notice_list {
	border-top: 2px solid var(--line);
	--site-notice-date-width: 160px;
	--site-notice-column-gap: clamp(12px, 2.4vw, 28px);
}

.site_notice_item {
	border-bottom: 1px solid var(--line-soft);
}

.site_notice_item.is_draft .site_notice_title {
	color: var(--ink-muted);
}

.site_notice_toggle {
	display: grid;
	grid-template-columns: var(--site-notice-date-width) minmax(0, 1fr) minmax(64px, max-content) 16px;
	gap: var(--site-notice-column-gap);
	align-items: baseline;
	width: 100%;
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 16px 0;
	text-align: left;
	cursor: pointer;
}

.site_notice_title {
	min-width: 0;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
	word-break: keep-all;
}

.site_notice_status {
	justify-self: end;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-style: normal;
	font-weight: 700;
	line-height: 1.45;
	white-space: nowrap;
}

.site_notice_toggle b {
	justify-self: end;
}

.site_notice_toggle[aria-expanded="true"] b {
	transform: rotate(45deg);
}

.site_notice_body {
	max-width: 760px;
	padding: 0 0 24px calc(var(--site-notice-date-width) + var(--site-notice-column-gap));
}

.site_notice_body p,
.site_notice_empty,
.notice_loader {
	margin: 0;
	color: var(--ink-body);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.65;
	word-break: keep-all;
}

.site_notice_actions {
	margin-top: 16px;
}

.notice_loader {
	padding-top: 18px;
	color: var(--ink-muted);
}

.book_curation .book_shelf_status,
.book_curation .book_shelf_button {
	display: none !important;
}

.book_curation .section_header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
}

.shelf_title_group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 18px;
	min-width: 0;
}

.section_header h2 {
	min-width: 0;
	margin: 0;
	font-size: var(--type-30);
	font-weight: 500;
	line-height: 1.25;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.shelf_admin_controls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 12px;
	font-size: var(--text-xs);
	line-height: 1.45;
}

.shelf_visibility,
.shelf_admin_controls button {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	border: 0;
	padding: 0;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.2;
}

.shelf_visibility {
	color: var(--ink-muted);
}

.empty_shelf_notice {
	margin-top: 28px;
	border-top: 1px solid var(--shelf-line);
	padding-top: 22px;
	color: var(--ink-muted);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.55;
}

.store_private_notice {
	padding: clamp(42px, 6vw, 72px) 0 clamp(92px, 11vw, 148px);
}

.store_private_notice .inner {
	border-top: 0;
	padding-top: 0;
}

.store_private_notice p {
	margin: 0;
	color: var(--ink);
	font-size: var(--store-profile);
	font-weight: 500;
	line-height: 1.52;
	word-break: keep-all;
}

.store_admin_open {
	overflow: hidden;
}

.store_admin_modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.76);
	padding: 24px;
}

.store_admin_modal[hidden] {
	display: none;
}

.store_admin_panel {
	position: relative;
	width: min(100%, 760px);
	max-height: calc(100vh - 48px);
	overflow: auto;
	overscroll-behavior: contain;
	scrollbar-color: var(--ink) transparent;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	border: 2px solid var(--line);
	background: var(--paper);
	padding: clamp(28px, 4vw, 46px);
	box-shadow: none;
}

.store_admin_panel::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.store_admin_panel::-webkit-scrollbar-track {
	background: transparent;
}

.store_admin_panel::-webkit-scrollbar-thumb {
	min-height: 48px;
	border: 3px solid var(--paper);
	background: var(--ink);
}

.store_admin_panel::-webkit-scrollbar-thumb:hover {
	background: #333;
}

.store_feed_owner_panel {
	height: min(720px, calc(100vh - 48px));
}

.store_admin_close {
	position: absolute;
	top: 18px;
	right: 18px;
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 0;
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
}

.store_admin_panel h2 {
	margin: 0 48px 26px 0;
	font-size: var(--type-30);
	font-weight: 500;
	line-height: 1.25;
}

.admin_form {
	display: flex;
	flex-direction: column;
	gap: 18px;
	font-size: var(--text-ui);
	line-height: 1.55;
}

.admin_form label {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-weight: 500;
}

.admin_tab_nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0 16px;
	border-bottom: 2px solid var(--line);
	padding-bottom: 14px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.35;
}

.admin_tab_nav button {
	border: 0;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font: inherit;
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
	cursor: pointer;
}

.admin_tab_nav button:hover,
.admin_tab_nav button:focus {
	color: var(--ink);
	text-decoration: underline;
}

.admin_tab_nav button.is_active {
	color: var(--ink);
	text-decoration: underline;
}

.admin_form_section {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-top: 6px;
}

.about_process_editor_list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

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

.admin_form_section_head button {
	border: 0;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font: inherit;
	font-weight: 600;
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
	cursor: pointer;
}

.admin_form_section_head button:hover,
.admin_form_section_head button:focus-visible {
	color: var(--ink);
	text-decoration: underline;
}

.admin_form_section:first-child {
	border-top: 0;
	padding-top: 0;
}

.admin_tab_panel[hidden] {
	display: none;
}

.admin_form_section h3 {
	margin: 0;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.35;
}

.admin_hint {
	margin: 0;
	color: var(--ink-body);
	font-size: var(--text-ui);
	line-height: 1.65;
	word-break: keep-all;
}

.admin_condition_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.admin_condition_list li {
	display: flex;
	align-items: baseline;
	gap: 10px;
	border-top: 1px solid var(--shelf-line);
	padding-top: 10px;
	color: var(--ink-body);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.5;
	word-break: keep-all;
}

.admin_condition_list li:first-child {
	border-top: 0;
	padding-top: 0;
}

.admin_condition_list span {
	flex: 0 0 auto;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.admin_condition_list .is_met span {
	color: var(--ink);
}

.admin_search_results {
	display: grid;
	grid-template-columns: 1fr;
	border-top: 2px solid var(--line);
}

.admin_search_results:has(.admin_search_empty) {
	border-top: 0;
	margin-top: -10px;
}

.admin_search_result {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	border: 0;
	border-bottom: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	padding: 13px 0;
	text-align: left;
	cursor: pointer;
}

.admin_search_result span {
	display: grid;
	gap: 4px;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.35;
}

.admin_search_result strong {
	color: var(--ink);
	font-size: var(--text-md);
	font-weight: 600;
	line-height: 1.35;
}

.admin_search_result small,
.admin_search_result em {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
}

.admin_search_result.is_selected strong {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.admin_search_result small {
	flex: 0 0 auto;
	font-size: var(--text-xs);
	line-height: 1.4;
	color: var(--ink-muted);
}

.admin_search_result.is_selected {
	box-shadow: inset 0 -4px 0 var(--line);
}

.admin_selected_books {
	display: grid;
	grid-template-columns: 1fr;
	border-top: 2px solid var(--line);
}

.admin_selected_books:has(.admin_search_empty) {
	border-top: 0;
}

.admin_selected_book {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	border-bottom: 2px solid var(--line);
	padding: 12px 0;
}

.admin_selected_book_order {
	flex: 0 0 18px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
}

.admin_selected_book span {
	display: grid;
	gap: 4px;
	flex: 1 1 auto;
	min-width: 0;
}

.admin_selected_book strong {
	font-size: var(--text-sm);
	font-weight: 600;
	line-height: 1.4;
}

.admin_selected_book small {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.4;
}

.admin_selected_book_actions {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 10px;
}

.admin_selected_book button {
	flex: 0 0 auto;
	border: 0;
	background: transparent;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	cursor: pointer;
}

.admin_selected_book button:disabled {
	color: var(--line-soft);
	cursor: default;
	text-decoration: none;
}

.admin_selected_book button:not(:disabled):hover,
.admin_selected_book button:not(:disabled):focus {
	color: var(--ink);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.admin_search_empty {
	margin: 0;
	border-top: 0;
	border-bottom: 2px solid var(--line);
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	padding: 8px 0 12px;
}

.admin_shelf_items {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.admin_shelf_item {
	border-top: 1px solid var(--shelf-line);
	padding-top: 16px;
}

.admin_shelf_item:first-child {
	border-top: 0;
	padding-top: 0;
}

.admin_shelf_item_head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 12px;
}

.admin_shelf_item_head > div:first-child {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: baseline;
	gap: 10px;
	min-width: 0;
}

.admin_shelf_item_head span,
.admin_shelf_item_head small {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.4;
}

.admin_shelf_item_head strong {
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.35;
}

.admin_item_actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.4;
}

.admin_item_actions button {
	border: 0;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font: inherit;
	cursor: pointer;
}

.admin_item_actions button:hover,
.admin_item_actions button:focus {
	color: var(--ink);
}

.admin_item_actions label {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
}

.admin_item_actions input {
	width: 14px;
	height: 14px;
	accent-color: var(--ink);
}

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

.admin_set_slots {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

.admin_set_slot {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.admin_set_slot_remove {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font-size: var(--text-md);
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

.admin_set_slot_remove:hover,
.admin_set_slot_remove:focus {
	color: var(--ink);
}

.admin_selected_book {
	margin: 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.45;
}

.admin_set_results {
	max-height: 220px;
	overflow: auto;
}

.admin_set_slots + .admin_secondary_button {
	align-self: flex-start;
	margin-top: 8px;
}

.admin_set_results .admin_search_result {
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	padding: 10px 0;
}

.admin_checkbox {
	flex-direction: row !important;
	align-items: center;
	gap: 9px !important;
}

.admin_checkbox input {
	width: 18px;
	height: 18px;
	accent-color: var(--ink);
}

.admin_visibility_options {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin: 0;
	border: 0;
	padding: 0;
}

.admin_visibility_options legend {
	flex: 0 0 100%;
	margin: 0 0 2px;
	padding: 0;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.4;
}

.admin_visibility_options label {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
	color: var(--ink-muted);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;
}

.admin_visibility_options label:hover,
.admin_visibility_options label:focus-within {
	text-decoration: none;
}

.admin_visibility_options input {
	width: 15px;
	height: 15px;
	accent-color: var(--ink);
}

.admin_visibility_options label:has(input:checked) {
	color: var(--ink);
}

.admin_link_row {
	display: grid;
	grid-template-columns: minmax(100px, 160px) minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
}

.admin_link_row.admin_profile_info_row {
	grid-template-columns: minmax(0, 1fr) auto;
}

.admin_link_row button {
	min-height: 42px;
	border: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	padding: 8px 12px;
	font-size: var(--text-ui);
	cursor: pointer;
}

.admin_status {
	font-size: var(--text-xs);
	line-height: 1.5;
}

.admin_order_list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 2px solid var(--line);
}

.admin_order_list li {
	display: flex;
	gap: 14px;
	border-bottom: 2px solid var(--line);
	padding: 13px 0;
	font-size: var(--text-md);
	line-height: 1.35;
}

.admin_order_list span {
	font-size: var(--text-xs);
	line-height: 1.8;
}

.owner_toast {
	position: fixed;
	top: 24px;
	left: 50%;
	z-index: 12000;
	border: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	padding: 11px 16px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.35;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -10px);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.owner_toast.is_visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.featured_shelf {
	margin-top: 96px !important;
}

.store_shelf.featured_shelf {
	margin-top: 36px !important;
}

.book_curation {
	margin-bottom: 124px;
}

#home_book_curations,
#store_shelves_target {
	padding-bottom: clamp(44px, 6vw, 88px);
}

.book_shelf_slider {
	width: 100%;
	height: 100%;
	padding: 24px 22px 20px;
	position: relative;
}

.book_shelf_slider:before {
	content: "";
	position: absolute;
	top: 294px;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--shelf-line);
}

.book_shelf_slider .swiper-wrapper,
.book_shelf_slider .swiper-slide {
	overflow: visible;
}

.book_shelf_slider .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_shelf_scroll {
	--home-shelf-gap: 36px;
	--home-shelf-card-width: calc((100% - 144px) / 5);
	clip-path: inset(-96px 0 0 0);
	overflow: visible;
}

.home_shelf_scroll .swiper-wrapper {
	display: flex;
	margin-top: -44px;
	overflow-y: visible;
	padding-top: 44px;
}

.home_shelf_scroll .swiper-slide {
	flex: 0 0 var(--home-shelf-card-width);
	width: var(--home-shelf-card-width) !important;
	max-width: var(--home-shelf-card-width);
	margin-right: var(--home-shelf-gap) !important;
}

.home_shelf_scroll img {
	-webkit-user-drag: none;
	user-drag: none;
}

.book_shelf_slider a {
	display: flex;
	flex-flow: column wrap;
	width: 100%;
	height: 100%;
}

.book_shelf_slider .book_cover {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	justify-content: flex-start;
	height: 270px;
	overflow: visible;
	padding: 0 0 0 7px;
	transform: translateY(0);
	transition: transform 0.25s ease;
}

.book_shelf_slider .book_cover img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: var(--cover-scale, 100%);
	border: 1px solid #d9d9d9;
	object-fit: contain;
	box-shadow: 0 9px 16px rgba(0, 0, 0, 0.16);
	transition: box-shadow 0.25s ease;
}

.book_shelf_slider .book_meta {
	margin-top: 22px;
}

.book_shelf_slider .book_meta p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 0;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.55;
	text-overflow: ellipsis;
	word-break: keep-all;
}

.book_shelf_slider a:hover .book_cover {
	transform: translateY(-8px);
}

.book_shelf_slider a:hover .book_cover img {
	box-shadow: 0 13px 22px rgba(0, 0, 0, 0.2);
}

.book_shelf_slider a.is_unpublished .book_cover img,
.book_shelf_slider a.is_unpublished .set_book {
	opacity: 0.42;
}

.book_shelf_slider a.is_unpublished .book_meta p {
	color: #777;
}

.book_set_stack {
	position: relative;
	width: min(88%, 210px);
	aspect-ratio: 0.72 / 1;
}

.book_set_stack .set_book {
	position: absolute;
	display: block;
	width: 72%;
	height: auto;
	max-height: 100%;
	border: 1px solid #d9d9d9;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
	object-fit: contain;
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.book_set_stack .set_book_back {
	left: -6%;
	bottom: 20%;
	z-index: 1;
	transform: translate(0, 0) rotate(-1.2deg);
}

.book_set_stack .set_book_middle {
	left: 10%;
	bottom: 10%;
	z-index: 2;
	transform: translate(0, 0) rotate(0.7deg);
}

.book_set_stack .set_book_front {
	left: 26%;
	bottom: 0;
	z-index: 3;
	transform: translate(0, 0) rotate(-0.4deg);
}

.book_shelf_set:hover .set_book,
.book_shelf_set:focus .set_book {
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}

.book_shelf_set:hover .set_book_front,
.book_shelf_set:focus .set_book_front {
	transform: translateY(-6px) rotate(-0.4deg);
}

.book_shelf_slider .set_cover {
	justify-content: center;
}

.book_shelf_slider .book_set_meta p {
	-webkit-line-clamp: 3;
}

.book_shelf_slider:not(.swiper-container-horizontal) .swiper-slide {
	flex: 0 0 var(--home-shelf-card-width);
	max-width: var(--home-shelf-card-width);
}

@media (max-width: 1200px) {
	.home_shelf_scroll {
		--home-shelf-gap: 32px;
		--home-shelf-card-width: calc((100% - 96px) / 4);
	}

	.home_shelf_scroll .book_shelf_set .set_cover {
		padding-right: 14px;
	}
}

@media (max-width: 900px) {
	.home_shelf_scroll {
		--home-shelf-gap: 24px;
		--home-shelf-card-width: calc((100% - 48px) / 3);
	}

	.home_shelf_scroll .book_shelf_set .set_cover {
		padding-right: 0;
	}
}

@media (max-width: 500px) {
	.home_shelf_scroll {
		--home-shelf-gap: 20px;
		--home-shelf-card-width: calc((100% - 20px) / 2);
	}
}

.book_modal_open {
	overflow: hidden;
}

.book_modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
}

.book_modal.is_open {
	display: block;
}

.book_modal_backdrop {
	position: absolute;
	inset: 0;
	background: var(--overlay-light);
}

.book_modal_panel {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	width: min(calc(100% - 48px), 1120px);
	height: min(760px, calc(100vh - 72px));
	overflow: hidden;
	border: 2px solid var(--line);
	background: var(--paper);
	transform: translate(-50%, -50%);
}

.book_modal_close {
	position: absolute;
	top: 14px;
	right: 16px;
	z-index: 2;
	border: 0;
	background: transparent;
	color: var(--ink);
	font-size: var(--type-40);
	line-height: 1;
	cursor: pointer;
}

.book_modal_cover {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	height: 100%;
	padding: clamp(30px, 4vw, 54px) clamp(30px, 4vw, 60px);
	border-right: 2px solid var(--line);
}

.book_modal_cover img {
	position: relative;
	z-index: 1;
	display: block;
	width: auto;
	height: auto;
	max-width: min(68%, 300px);
	max-height: min(500px, calc(100vh - 150px));
	object-fit: contain;
	border: 0;
	box-shadow: 0 24px 42px rgba(0, 0, 0, 0.24);
	transform: translateX(-6px) rotate(-1deg);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.book_modal_cover:hover img {
	box-shadow: 0 30px 52px rgba(0, 0, 0, 0.28);
	transform: translate(-6px, -4px) rotate(-0.6deg);
}

.book_modal_set_cover {
	align-items: center;
	padding: clamp(30px, 4vw, 54px);
}

.book_modal_set_cover .modal_set_stack {
	width: min(54%, 300px);
	max-width: 300px;
	max-height: calc(100% - 48px);
}

.book_modal_set_cover .set_book {
	position: absolute;
	display: block;
	width: 72%;
	height: auto;
	max-height: 100%;
	border: 1px solid #d9d9d9;
	box-shadow: 0 24px 42px rgba(0, 0, 0, 0.22);
	object-fit: contain;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.book_modal_set_cover:hover .set_book {
	box-shadow: 0 30px 52px rgba(0, 0, 0, 0.25);
}

.book_modal_set_cover:hover .set_book_front {
	transform: translateY(-6px) rotate(-0.4deg);
}

.book_modal_content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	min-height: 0;
	padding: clamp(30px, 5vw, 62px);
	overflow-y: auto;
	color: var(--ink);
}

.book_modal_content > * {
	flex-shrink: 0;
}

.book_modal_content::-webkit-scrollbar {
	width: 2px;
}

.book_modal_content::-webkit-scrollbar-track {
	background: transparent;
}

.book_modal_content::-webkit-scrollbar-thumb {
	border: 0;
	border-radius: 0;
	background: var(--line);
}

.book_modal_content::-webkit-scrollbar-thumb:hover {
	background: var(--line);
}

@-moz-document url-prefix() {
	.book_modal_content {
		scrollbar-color: var(--line) transparent;
		scrollbar-width: thin;
	}
}

.book_modal_context,
.book_modal_byline,
.book_modal_price {
	margin: 0;
	font-size: var(--text-ui);
	line-height: 1.55;
}

.book_modal_context {
	margin-bottom: 18px;
}

.book_modal_content h2 {
	margin: 0;
	font-size: var(--display-md);
	font-weight: 500;
	line-height: 1.18;
	word-break: keep-all;
}

.book_modal_byline {
	margin-top: 12px;
}

.book_modal_content blockquote {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin: clamp(30px, 4.4vw, 52px) 0 0;
	font-size: var(--sentence-medium);
	font-weight: 500;
	line-height: 1.48;
	text-overflow: ellipsis;
	word-break: keep-all;
}

.book_modal_full_review {
	align-self: flex-start;
	margin-top: 14px;
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.4;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.book_modal_full_review[hidden] {
	display: none;
}

.book_modal_price {
	margin-top: 28px;
	font-weight: 500;
}

.book_modal_set_books {
	margin-top: 28px;
	border-top: 2px solid var(--line);
	padding-top: 18px;
}

.book_modal_set_books p {
	margin: 0 0 12px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.5;
}

.book_modal_set_books ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.book_modal_set_books li {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 6px 0;
	font-size: var(--text-md);
	line-height: 1.5;
	word-break: keep-all;
}

.book_modal_set_books span {
	color: var(--ink-muted);
}

.price_display {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 10px;
}

.list_price {
	color: var(--ink-muted);
	text-decoration: line-through;
	text-decoration-thickness: 1.5px;
	text-decoration-color: var(--line);
}

.sale_price {
	color: var(--ink);
	font-weight: 600;
}

.discount_rate {
	color: var(--ink);
	font-size: var(--text-ui);
}

.book_modal_actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 8px;
	margin-top: auto;
	padding-top: 22px;
}

.book_modal_actions button,
.book_modal_actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 12px;
	border: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.book_modal_actions button:hover,
.book_modal_actions button:focus,
.book_modal_actions a:hover,
.book_modal_actions a:focus {
	background: var(--line);
	color: var(--paper);
}

.book_modal_actions .book_modal_save_action {
	grid-column: 1 / -1;
	justify-self: start;
	min-height: auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ink);
}

.book_modal_actions .book_modal_save_action:hover,
.book_modal_actions .book_modal_save_action:focus {
	background: transparent;
	color: var(--ink);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.book_modal_actions .book_save_feedback {
	grid-column: 1 / -1;
}

.book_detail_page {
	padding-top: 72px;
}

.editions_sr_only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.editions_skeleton_block,
.editions_skeleton_line {
	display: block;
	border-radius: 6px;
	background: linear-gradient(90deg, #eeeeee 0%, #f5f5f5 46%, #eeeeee 100%);
	background-size: 220% 100%;
	animation: editions-skeleton-drift 1.8s ease-in-out infinite;
}

.editions_skeleton_line {
	height: 0.82em;
}

@keyframes editions-skeleton-drift {
	0% {
		background-position: 100% 0;
	}

	100% {
		background-position: -100% 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.editions_skeleton_block,
	.editions_skeleton_line {
		animation: none;
	}
}

.book_detail_loading {
	display: flex;
	min-height: clamp(360px, 44vw, 560px);
	align-items: center;
	color: var(--ink-muted);
	font-size: var(--text-md);
	line-height: 1.7;
}

.book_detail_loading p {
	margin: 0;
}

.book_detail_loading.book_detail_skeleton {
	display: block;
	padding-top: clamp(34px, 5vw, 62px);
	color: inherit;
}

.book_detail_skeleton_layout {
	display: grid;
	grid-template-columns: minmax(150px, 240px) minmax(0, 1fr);
	gap: clamp(28px, 6vw, 86px);
	align-items: start;
	width: 100%;
}

.book_detail_skeleton_cover {
	aspect-ratio: 0.68;
	width: min(100%, 220px);
	border-radius: 3px;
}

.book_detail_skeleton_body {
	display: grid;
	gap: 18px;
	padding-top: clamp(8px, 2vw, 22px);
}

.book_detail_skeleton_title {
	width: min(68%, 440px);
	height: clamp(28px, 4vw, 48px);
}

.book_detail_skeleton_meta {
	width: min(46%, 320px);
}

.book_detail_skeleton_price {
	width: min(28%, 180px);
}

.book_detail_skeleton_button {
	width: min(54%, 340px);
	height: 52px;
	margin-top: 8px;
	border-radius: 999px;
}

.book_detail_skeleton_rows {
	display: grid;
	gap: 12px;
	margin-top: clamp(18px, 4vw, 42px);
}

.book_detail_skeleton_row {
	height: 56px;
	border-radius: 0;
	border-top: 1px solid #e8e8e8;
	background: transparent;
}

.book_detail_skeleton_row::before {
	content: "";
	display: block;
	width: min(58%, 420px);
	height: 0.82em;
	margin-top: 21px;
	border-radius: 6px;
	background: linear-gradient(90deg, #eeeeee 0%, #f5f5f5 46%, #eeeeee 100%);
	background-size: 220% 100%;
	animation: editions-skeleton-drift 1.8s ease-in-out infinite;
}

.book_detail_back_wrap {
	padding-top: var(--page-intro-top);
}

.book_detail_back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--ink);
	font-size: var(--display-back);
	line-height: 1;
	text-decoration: none;
}

.book_detail_back:hover,
.book_detail_back:focus {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.set_detail_cover_stack {
	display: grid;
	position: relative;
	grid-template-columns: repeat(3, auto);
	align-items: end;
	justify-content: center;
	column-gap: clamp(12px, 1.8vw, 22px);
	row-gap: clamp(16px, 2vw, 26px);
	aspect-ratio: auto;
	min-height: auto;
	padding: clamp(16px, 3vw, 34px) clamp(24px, 4vw, 46px) clamp(34px, 5vw, 66px);
	border: 0;
	background: transparent;
}

.set_detail_cover_item {
	display: block;
	justify-self: center;
	color: var(--ink);
	text-decoration: none;
}

.set_detail_cover_item.is_primary {
	justify-self: center;
}

.set_detail_cover_item img {
	display: block;
	width: auto;
	height: auto;
	max-width: min(18vw, 210px);
	max-height: min(38vh, 330px);
	border: 1px solid #d9d9d9;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
	object-fit: contain;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.set_detail_cover_item.is_primary img {
	max-width: min(20vw, 240px);
	max-height: min(43vh, 370px);
	box-shadow: 0 24px 52px rgba(0, 0, 0, 0.2);
	transform: translateY(-8px) rotate(-0.8deg);
}

.set_detail_cover_stack_count_2 {
	grid-template-columns: repeat(2, auto);
}

.set_detail_cover_stack_count_2 .set_detail_cover_item img,
.set_detail_cover_stack_count_2 .set_detail_cover_item.is_primary img {
	max-width: min(20vw, 240px);
	max-height: min(43vh, 370px);
}

.set_detail_cover_item:nth-child(2) img {
	transform: rotate(0.7deg);
}

.set_detail_cover_item:nth-child(3) img {
	transform: rotate(-0.8deg);
}

.set_detail_cover_item:nth-child(n + 4) img {
	max-width: min(17vw, 198px);
	max-height: min(34vh, 300px);
}

.set_detail_cover_item:hover img,
.set_detail_cover_item:focus img {
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.set_detail_cover_item.is_primary:hover img,
.set_detail_cover_item.is_primary:focus img {
	box-shadow: 0 32px 64px rgba(0, 0, 0, 0.24);
	transform: translateY(-16px) rotate(-0.6deg);
}

.set_today_book_list {
	display: grid;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.set_today_book_list li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 18px;
}

.set_today_number {
	color: var(--ink-muted);
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.6;
}

.set_today_book_list a {
	color: var(--ink);
	font-size: var(--sentence-medium);
	font-weight: 600;
	line-height: 1.62;
	text-decoration: none;
	word-break: keep-all;
}

.set_today_book_list a:hover,
.set_today_book_list a:focus {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.set_today_book_list p,
.set_today_book_list blockquote {
	margin: 8px 0 0;
	font-size: var(--sentence-medium);
	font-weight: 500;
	line-height: 1.62;
	word-break: keep-all;
}

.set_today_book_list p {
	color: var(--ink-muted);
}

.set_today_book_list blockquote {
	color: var(--ink);
}

.set_today_book_list blockquote p {
	margin: 0;
	color: var(--ink);
}

.set_today_book_list blockquote p + p {
	margin-top: var(--reading-paragraph-gap);
}

.set_today_book_list .book_today_info_list {
	margin-top: 12px;
}

.search_page {
	padding-top: 72px;
}

.search_intro {
	padding: var(--page-intro-top) 0 clamp(24px, 4vw, 44px);
}

.search_intro h1 {
	max-width: 980px;
	margin: 0 0 clamp(22px, 3vw, 34px);
	font-size: var(--display-md);
	font-weight: 500;
	line-height: 1.22;
	word-break: keep-all;
}

.search_form {
	max-width: none;
}

.search_form label {
	display: block;
	margin-bottom: 18px;
	font-size: var(--text-ui);
	line-height: 1.4;
	font-weight: 500;
}

.search_form input {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 2px solid var(--line);
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	font-size: var(--display-md);
	font-weight: 500;
	line-height: 1.25;
	padding: 0 0 18px;
	outline: none;
}

.search_form input::placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.search_form input::-webkit-search-cancel-button,
.search_form input::-webkit-search-decoration,
.search_form input::-webkit-search-results-button,
.search_form input::-webkit-search-results-decoration {
	display: none;
}

.search_form input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
}

.search_form input:focus {
	border-bottom-color: var(--line);
}

.search_intro .search_form {
	position: relative;
	max-width: min(980px, 100%);
}

.search_intro .search_form label {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.search_intro .search_form input {
	min-height: clamp(74px, 7vw, 94px);
	border: 1px solid var(--line-soft);
	border-radius: 8px;
	background: var(--paper);
	padding: 0 clamp(104px, 12vw, 128px) 0 clamp(18px, 2.4vw, 28px);
	font-size: var(--text-xl);
	line-height: 1.35;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.04);
}

.search_submit_button {
	position: absolute;
	top: 50%;
	right: clamp(10px, 1.4vw, 14px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 82px;
	min-height: 50px;
	transform: translateY(-50%);
	border: 1px solid var(--ink);
	border-radius: 4px;
	background: var(--ink);
	color: var(--paper);
	font: inherit;
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	touch-action: manipulation;
}

.search_submit_button:hover,
.search_submit_button:focus-visible {
	background: var(--ink-body);
}

.search_submit_button:focus-visible {
	outline: 2px solid var(--ink);
	outline-offset: 3px;
}

.search_intro .search_form input:focus {
	border-color: var(--line);
	box-shadow: 0 0 0 1px var(--line), 0 14px 36px rgba(0, 0, 0, 0.05);
}

.search_autocomplete {
	margin-top: 22px;
}

.search_autocomplete:empty {
	display: none;
}

.search_suggestion_item {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 4px 18px;
	padding: 14px 0;
	border-top: 1px solid var(--line-soft);
	color: var(--ink);
	text-decoration: none;
}

.search_suggestion_item:last-child {
	border-bottom: 1px solid var(--line-soft);
}

.search_suggestion_item span {
	grid-row: span 2;
	font-size: var(--text-xs);
	line-height: 1.5;
	color: var(--ink-muted);
}

.search_suggestion_item strong {
	font-size: var(--text-lg);
	font-weight: 500;
	line-height: 1.35;
	word-break: keep-all;
}

.search_suggestion_item em {
	font-style: normal;
	font-size: var(--text-sm);
	line-height: 1.45;
	color: var(--ink-muted);
	word-break: keep-all;
}

.search_suggestion_item:hover strong,
.search_suggestion_item:focus strong {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.search_results {
	padding: clamp(28px, 4vw, 48px) 0 0;
}

.search_results_header {
	max-width: 760px;
	margin-bottom: clamp(26px, 4vw, 48px);
}

.search_results_header p {
	margin: 0 0 12px;
	font-size: var(--text-ui);
	line-height: 1.6;
	color: var(--ink-muted);
}

.search_results_header h1 {
	margin: 0;
	font-size: var(--display-md);
	font-weight: 500;
	line-height: 1.2;
}

.search_filter_nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin: 0 0 clamp(26px, 4vw, 46px);
	font-size: var(--text-md);
	line-height: 1.4;
}

.search_filter_nav button {
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	background: transparent;
	color: var(--ink-muted);
	font: inherit;
	line-height: 1.4;
	padding: 0 0 4px;
	cursor: pointer;
}

.search_filter_nav button:hover,
.search_filter_nav button:focus,
.search_filter_nav button.is_active {
	border-bottom-color: var(--line);
	color: var(--ink);
}

.search_filter_nav span {
	font-size: var(--text-ui);
	color: inherit;
}

.search_filter_dot {
	color: var(--ink-muted);
}

.search_result_section {
	margin-top: clamp(42px, 6vw, 76px);
}

.search_result_section:first-of-type {
	margin-top: 0;
}

.search_result_section h2 {
	margin: 0 0 22px;
	font-size: var(--display-md);
	font-weight: 500;
	line-height: 1.22;
}

.search_result_list {
	border-top: 2px solid var(--line);
}

.search_result_card {
	display: grid;
	grid-template-columns: minmax(112px, 168px) minmax(0, 1fr);
	gap: clamp(22px, 4vw, 54px);
	padding: clamp(26px, 4vw, 46px) 0;
	border-bottom: 1px solid var(--line-soft);
}

.search_result_cover {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	text-decoration: none;
}

.search_result_cover img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 245px;
	border: 1px solid #d9d9d9;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.11);
	transform: rotate(-0.8deg);
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.search_result_cover:hover img,
.search_result_cover:focus img {
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
	transform: translateY(-4px) rotate(-0.5deg);
}

.search_result_body {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.search_result_context {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 6px;
	margin: 0 0 16px;
	font-size: var(--text-ui);
	line-height: 1.55;
	color: var(--ink-muted);
}

.search_store_context_link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ink);
	text-decoration: none;
}

.search_store_context_link:hover,
.search_store_context_link:focus {
	text-decoration: none;
}

.search_store_avatar {
	display: inline-block;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border: 1px solid var(--line-soft);
	border-radius: 50%;
	background: var(--paper-soft);
	object-fit: cover;
	vertical-align: middle;
}

.search_store_avatar_small {
	width: 24px;
	height: 24px;
}

.search_store_avatar.is_default {
	position: relative;
	background: #eeeeee;
}

.search_store_avatar.is_default::after {
	content: "";
	position: absolute;
	inset: 9px;
	background: #b8b8b8;
	mask: url("/assets/editions_logo_cropped.svg") center / contain no-repeat;
}

.search_store_avatar_small.is_default::after {
	inset: 6px;
}

.search_result_quote {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-width: 820px;
	color: var(--ink);
	font-size: var(--sentence-medium);
	font-weight: 500;
	line-height: 1.48;
	text-decoration: none;
	text-overflow: ellipsis;
	word-break: keep-all;
}

.search_result_quote:hover,
.search_result_quote:focus {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}

.search_result_book,
.search_result_price,
.search_result_meta {
	margin: 16px 0 0;
	font-size: var(--text-ui);
	line-height: 1.55;
	color: var(--ink-muted);
	word-break: keep-all;
}

.search_result_price {
	margin-top: 6px;
	font-weight: 500;
}

.search_result_meta_status {
	color: var(--ink);
	font-weight: 500;
}

.search_store_results {
	margin-top: clamp(44px, 6vw, 72px);
	border-top: 2px solid var(--line);
	padding-top: 22px;
}

.search_store_results h2 {
	margin: 0 0 18px;
	font-size: var(--text-xl);
	font-weight: 500;
}

.search_store_results > div,
.search_store_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.search_store_item {
	display: block;
	min-height: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	padding: 14px;
	color: var(--ink);
	text-decoration: none;
}

.search_store_item strong,
.search_store_item em,
.search_store_item p {
	display: block;
}

.search_store_head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.search_store_item strong {
	font-size: var(--text-lg);
	font-weight: 500;
	line-height: 1.35;
}

.search_store_item em {
	margin-top: 4px;
	font-size: var(--text-sm);
	font-style: normal;
	line-height: 1.45;
	color: var(--ink-muted);
}

.search_store_item p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	margin: 12px 0 0;
	font-size: var(--text-ui);
	line-height: 1.6;
	color: var(--ink-muted);
	max-height: 3.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
}

.search_store_cta {
	display: inline-block;
	margin-top: 12px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.5;
	color: var(--ink);
}

.search_store_item:hover,
.search_store_item:focus {
	background: transparent;
	border-color: #cfcfcf;
	color: var(--ink);
}

.search_more_button {
	display: inline-flex;
	align-items: center;
	margin-top: 22px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 4px;
	cursor: pointer;
}

.search_more_button:hover,
.search_more_button:focus {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.search_text_list {
	border-top: 2px solid var(--line);
}

.search_text_item {
	display: block;
	padding: 18px 0;
	border-bottom: 1px solid var(--line-soft);
	color: var(--ink);
	text-decoration: none;
}

.search_text_item strong,
.search_text_item span {
	display: block;
}

.search_text_item strong {
	font-size: var(--text-xl);
	font-weight: 500;
	line-height: 1.45;
	word-break: keep-all;
}

.search_text_item span {
	margin-top: 6px;
	color: var(--ink-muted);
	font-size: var(--text-md);
	line-height: 1.55;
}

.search_text_item:hover strong,
.search_text_item:focus strong {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.search_book_list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 34px);
	border-top: 1px solid #e5e5e5;
	padding-top: 22px;
}

.search_book_group + .search_book_group {
	margin-top: clamp(32px, 5vw, 58px);
}

.search_book_group h2 {
	margin-bottom: 18px;
}

.search_book_item {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	color: var(--ink);
	text-decoration: none;
	cursor: pointer;
}

.search_book_cover {
	display: block;
	text-decoration: none;
}

.search_book_cover.is_set {
	position: relative;
	width: 112px;
	aspect-ratio: 1 / 1.48;
	transform: translateX(-22px);
}

.search_book_cover img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #d9d9d9;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.045);
	transition: opacity 0.12s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.search_book_cover img[data-cover-state="loading"] {
	opacity: 0;
	color: transparent;
	font-size: 0;
}

.search_book_cover_placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	aspect-ratio: 2 / 3;
	border: 1px solid #d9d9d9;
	background: #f7f7f7;
	color: var(--ink-muted);
	padding: 9px 7px;
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
	word-break: keep-all;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.045);
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.search_book_set_stack {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.search_book_set_stack img,
.search_book_set_stack .search_book_cover_placeholder {
	position: absolute;
	left: 50%;
	top: 0;
	width: 70%;
	max-width: none;
	max-height: 96%;
	object-fit: contain;
}

.search_book_set_stack .search_book_cover_placeholder {
	align-items: center;
	height: auto;
	padding: 7px 5px;
	font-size: 10px;
	line-height: 1.3;
}

.search_book_set_stack img:nth-child(1),
.search_book_set_stack .search_book_cover_placeholder:nth-child(1) {
	z-index: 1;
	transform: translateX(-64%) rotate(-1.4deg);
}

.search_book_set_stack img:nth-child(2),
.search_book_set_stack .search_book_cover_placeholder:nth-child(2) {
	z-index: 2;
	transform: translateX(-50%) translateY(-3%) rotate(.7deg);
}

.search_book_set_stack img:nth-child(3),
.search_book_set_stack .search_book_cover_placeholder:nth-child(3) {
	z-index: 3;
	transform: translateX(-36%) translateY(-6%) rotate(-.4deg);
}

.search_book_set_stack.is_count_2 img:nth-child(1),
.search_book_set_stack.is_count_2 .search_book_cover_placeholder:nth-child(1) {
	transform: translateX(-60%) rotate(-1.2deg);
}

.search_book_set_stack.is_count_2 img:nth-child(2),
.search_book_set_stack.is_count_2 .search_book_cover_placeholder:nth-child(2) {
	transform: translateX(-40%) translateY(-5%) rotate(.4deg);
}

.search_book_item:hover .search_book_cover img,
.search_book_item:focus .search_book_cover img,
.search_book_item:hover .search_book_cover > .search_book_cover_placeholder,
.search_book_item:focus .search_book_cover > .search_book_cover_placeholder {
	box-shadow: 0 8px 14px rgba(0, 0, 0, 0.07);
	transform: translateY(-4px);
}

.search_book_item:hover .search_book_set_stack img:nth-child(1),
.search_book_item:focus .search_book_set_stack img:nth-child(1),
.search_book_item:hover .search_book_set_stack .search_book_cover_placeholder:nth-child(1),
.search_book_item:focus .search_book_set_stack .search_book_cover_placeholder:nth-child(1) {
	transform: translateX(-64%) translateY(-2px) rotate(-1.2deg);
}

.search_book_item:hover .search_book_set_stack img:nth-child(2),
.search_book_item:focus .search_book_set_stack img:nth-child(2),
.search_book_item:hover .search_book_set_stack .search_book_cover_placeholder:nth-child(2),
.search_book_item:focus .search_book_set_stack .search_book_cover_placeholder:nth-child(2) {
	transform: translateX(-50%) translateY(-7%) rotate(.6deg);
}

.search_book_item:hover .search_book_set_stack img:nth-child(3),
.search_book_item:focus .search_book_set_stack img:nth-child(3),
.search_book_item:hover .search_book_set_stack .search_book_cover_placeholder:nth-child(3),
.search_book_item:focus .search_book_set_stack .search_book_cover_placeholder:nth-child(3) {
	transform: translateX(-36%) translateY(-10%) rotate(-.3deg);
}

.search_book_item:hover .search_book_set_stack.is_count_2 img:nth-child(1),
.search_book_item:focus .search_book_set_stack.is_count_2 img:nth-child(1),
.search_book_item:hover .search_book_set_stack.is_count_2 .search_book_cover_placeholder:nth-child(1),
.search_book_item:focus .search_book_set_stack.is_count_2 .search_book_cover_placeholder:nth-child(1) {
	transform: translateX(-60%) translateY(-2px) rotate(-1deg);
}

.search_book_item:hover .search_book_set_stack.is_count_2 img:nth-child(2),
.search_book_item:focus .search_book_set_stack.is_count_2 img:nth-child(2),
.search_book_item:hover .search_book_set_stack.is_count_2 .search_book_cover_placeholder:nth-child(2),
.search_book_item:focus .search_book_set_stack.is_count_2 .search_book_cover_placeholder:nth-child(2) {
	transform: translateX(-40%) translateY(-9%) rotate(.3deg);
}

.search_book_item strong,
.search_book_item span,
.search_book_item p {
	display: block;
}

.search_book_item strong {
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.42;
	word-break: keep-all;
}

.search_match {
	color: inherit;
	font-weight: 700;
}

.search_book_item span,
.search_book_item p {
	margin: 8px 0 0;
	font-size: var(--text-ui);
	line-height: 1.55;
	color: var(--ink-muted);
}

.search_book_item .search_book_cover_placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.35;
}

.search_book_item .search_book_set_stack .search_book_cover_placeholder {
	position: absolute;
	display: flex;
	margin: 0;
	font-size: 10px;
	line-height: 1.3;
}

.search_book_status {
	color: var(--ink);
	font-weight: 500;
}

.search_book_item .search_book_snippet {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	max-height: 4.65em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search_skeleton {
	position: relative;
}

.search_skeleton .search_result_section > .editions_skeleton_line,
.search_skeleton .search_book_group > .editions_skeleton_line {
	width: min(32%, 220px);
	height: clamp(22px, 3vw, 34px);
	margin: 0 0 22px;
}

.search_skeleton .search_book_group > .editions_skeleton_line {
	margin-bottom: 22px;
}

.search_skeleton_store_card {
	min-height: 192px;
	pointer-events: none;
}

.search_skeleton_store_card .search_store_avatar {
	background: linear-gradient(90deg, #eeeeee 0%, #f5f5f5 46%, #eeeeee 100%);
	background-size: 220% 100%;
	animation: editions-skeleton-drift 1.8s ease-in-out infinite;
}

.search_skeleton_store_card .search_store_avatar::after {
	display: none;
}

.search_skeleton_store_copy {
	display: grid;
	gap: 8px;
	width: 100%;
	padding-top: 3px;
}

.search_skeleton_store_title {
	width: min(72%, 170px);
	height: 18px;
}

.search_skeleton_store_meta {
	width: min(54%, 130px);
	height: 13px;
}

.search_skeleton_store_description {
	display: grid;
	gap: 8px;
	margin-top: 16px;
}

.search_skeleton_store_description .editions_skeleton_line:first-child {
	width: 92%;
}

.search_skeleton_store_description .editions_skeleton_line:last-child {
	width: 68%;
}

.search_skeleton_store_cta {
	width: 84px;
	height: 16px;
	margin-top: 16px;
}

.search_skeleton_book {
	pointer-events: none;
}

.search_skeleton_book .search_book_cover {
	aspect-ratio: 0.68;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}

.search_skeleton_book_copy {
	display: grid;
	gap: 10px;
	padding-top: 2px;
}

.search_skeleton_book_title {
	width: 88%;
	height: 18px;
}

.search_skeleton_book_meta {
	width: 64%;
	height: 13px;
}

.search_skeleton_book_line {
	width: 76%;
	height: 13px;
}

.search_empty {
	margin: 0;
	padding: 26px 0 34px;
	font-size: var(--text-md);
	line-height: 1.6;
}

.about_page {
	padding-top: 72px;
	color: var(--ink);
}

.about_manifesto {
	padding: var(--page-intro-top) 0 42px;
}

.about_kicker {
	margin: 0 0 22px;
	font-size: var(--text-ui);
	line-height: 1.4;
	font-weight: 500;
}

.about_admin_head {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.about_admin_head .about_kicker {
	margin-bottom: 22px;
}

.about_admin_edit {
	display: none;
	border: 0;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
	cursor: pointer;
}

.about_admin_mode .about_admin_edit {
	display: inline-flex;
}

.about_admin_edit:hover,
.about_admin_edit:focus-visible {
	color: var(--ink);
	text-decoration: underline;
}

.about_manifesto h1,
.about_manifesto h2 {
	max-width: 1060px;
	margin: 0;
	font-size: var(--sentence-hero);
	font-weight: 500;
	line-height: 1.22;
	letter-spacing: 0;
	word-break: keep-all;
}

.responsive_title_mobile_space {
	display: none;
}

.about_body {
	padding: 0 0 clamp(46px, 7vw, 88px);
}

.about_intro_body {
	border-bottom: 2px solid var(--line);
}

.about_text {
	max-width: 820px;
}

.about_text p {
	margin: 0;
	font-size: var(--sentence-medium);
	font-weight: 500;
	line-height: 1.72;
	word-break: keep-all;
}

.about_text p + p {
	margin-top: 34px;
}

.about_process {
	padding: clamp(42px, 6.5vw, 78px) 0;
	border-top: 2px solid var(--line);
	border-bottom: 2px solid var(--line);
}

.about_process h2 {
	margin: 0 0 28px;
	font-size: var(--display-sm);
	font-weight: 500;
	line-height: 1.25;
}

.about_process .about_admin_head {
	margin-bottom: 28px;
}

.about_process .about_admin_head h2 {
	margin-bottom: 0;
}

.about_process ol {
	max-width: 820px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about_process li {
	padding: 28px 0 30px;
	border-bottom: 1px solid var(--line-soft);
}

.about_process li:last-child {
	border-bottom: 0;
}

.about_process li > span {
	display: block;
	margin-bottom: 10px;
	color: var(--ink-muted);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.4;
}

.about_process h3 {
	margin: 0;
	font-size: var(--text-xl);
	font-weight: 500;
	line-height: 1.45;
}

.about_process p {
	margin: 12px 0 0;
	font-size: var(--text-md);
	line-height: 1.75;
	word-break: keep-all;
}

.about_mission {
	padding: clamp(54px, 8vw, 104px) 0 clamp(24px, 4vw, 44px);
}

.about_browse_cta {
	padding: clamp(42px, 6vw, 76px) 0 clamp(24px, 4vw, 44px);
}

.about_process + .about_browse_cta {
	border-top: 0;
}

.about_mission .inner {
	max-width: 1280px;
}

.about_browse_cta .inner {
	max-width: 1280px;
}

.about_mission > .inner > p,
.about_mission .about_admin_head > p {
	margin: 0 0 18px;
	font-size: var(--text-ui);
	line-height: 1.4;
	font-weight: 500;
}

.about_mission .about_admin_head {
	margin-bottom: 18px;
}

.about_mission .about_admin_head > p {
	margin-bottom: 0;
}

.about_mission h2 {
	max-width: 820px;
	margin: 0 0 42px;
	font-size: var(--display-lg);
	font-weight: 500;
	line-height: 1.22;
	word-break: keep-all;
}

.about_mission_text {
	max-width: 820px;
}

.about_mission_text p {
	margin: 0;
	font-size: var(--sentence-medium);
	font-weight: 500;
	line-height: 1.72;
	word-break: keep-all;
}

.about_mission_text a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 28px;
	padding: 10px 16px;
	border: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
}

.about_mission_text a:hover,
.about_mission_text a:focus {
	background: var(--line);
	color: var(--paper);
}

.directory_page {
	padding-top: 72px;
	color: var(--ink);
}

.directory_intro {
	padding: var(--page-intro-top) 0 clamp(32px, 5vw, 58px);
}

.directory_intro p {
	margin: 0 0 18px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.4;
}

.directory_intro h1 {
	max-width: 980px;
	margin: 0;
	font-size: var(--sentence-hero);
	font-weight: 500;
	line-height: 1.22;
	word-break: keep-all;
}

.directory_compact_page .directory_intro {
	padding-bottom: clamp(24px, 3.6vw, 42px);
}

.directory_compact_page .directory_intro h1 {
	font-size: var(--display-md);
	line-height: 1.22;
}

.recommendation_archive_page .directory_intro {
	padding-bottom: clamp(18px, 3vw, 34px);
}

.recommendation_archive_page .directory_intro h1 {
	font-size: var(--display-md);
	line-height: 1.22;
}

.recommendation_filter_section {
	padding: 0 0 clamp(28px, 3.8vw, 48px);
}

.recommendation_filter_nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 0;
	align-items: center;
}

.recommendation_filter_link {
	display: inline-flex;
	align-items: center;
	color: var(--ink-muted);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	word-break: keep-all;
}

.recommendation_filter_link:not(:last-child)::after {
	content: "·";
	margin: 0 clamp(6px, 0.8vw, 10px);
	color: var(--line-soft);
	font-weight: 400;
}

.recommendation_filter_link:hover,
.recommendation_filter_link:focus-visible {
	color: var(--ink);
	text-decoration: none;
}

.recommendation_filter_link.is_active {
	color: var(--ink);
	font-weight: 600;
}

.recommendation_archive_feed {
	padding-bottom: 0;
}

.recommendation_archive_feed .editions_feed_list {
	border-top: 0;
	padding-top: 0;
}

.directory_records,
.recommendation_feed_section {
	padding: 0;
}

.directory_records .inner,
.recommendation_feed_section .inner {
	border-top: 2px solid var(--line);
}

.directory_loading {
	margin: 0;
	padding: 24px 0;
	color: var(--ink-muted);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.55;
}

.bookstores_page .directory_records .inner {
	border-top: 0;
	padding-top: 0;
}

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

.bookstore_card {
	min-height: 100%;
}

.bookstore_card_link {
	height: 100%;
}

.recommendation_card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 96px;
	gap: clamp(18px, 3vw, 42px);
	align-items: start;
	border-bottom: 1px solid var(--shelf-line);
	padding: 25px 0 28px;
}

.recommendation_store {
	display: inline-flex;
	margin-bottom: 14px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	text-underline-offset: 5px;
}

.recommendation_store:hover,
.recommendation_store:focus {
	color: var(--ink);
	text-decoration: underline;
}

.recommendation_card blockquote {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-width: 760px;
	margin: 0;
	font-size: var(--sentence-medium);
	font-weight: 500;
	line-height: 1.58;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
}

.recommendation_full_link {
	display: inline-flex;
	margin-top: 14px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.recommendation_full_link:hover,
.recommendation_full_link:focus {
	color: var(--ink);
	text-decoration: underline;
}

.recommendation_card p {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin: 18px 0 0;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.45;
}

.recommendation_card p small {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.recommendation_card em {
	display: block;
	margin-top: 10px;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-style: normal;
	font-weight: 600;
	line-height: 1.45;
}

.recommendation_cover {
	display: flex;
	justify-content: flex-end;
	color: inherit;
	text-decoration: none;
}

.recommendation_cover img {
	display: block;
	width: auto;
	max-width: 96px;
	max-height: 142px;
	object-fit: contain;
	filter: grayscale(0.08);
}

.today_store_page {
	padding-top: 72px;
	color: var(--ink);
}

.today_store_header,
.book_detail_header {
	padding: var(--page-intro-top) 0 clamp(36px, 6vw, 82px);
	border-bottom: 2px solid var(--line);
}

.book_detail_article_context_header .book_detail_header {
	padding-top: var(--page-intro-top);
}

.today_store_header p,
.book_detail_header p {
	margin: 0 0 18px;
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.4;
}

.today_store_header h1,
.book_detail_header h1 {
	max-width: 820px;
	margin: 0;
	font-size: var(--sentence-hero);
	font-weight: 500;
	line-height: 1.22;
	word-break: keep-all;
}

.today_store_lead,
.book_detail_lead {
	max-width: 820px;
	margin-top: clamp(28px, 4vw, 48px);
}

.today_store_lead p,
.book_detail_lead p {
	margin: 0;
	font-size: var(--sentence-medium);
	font-weight: 500;
	line-height: 1.74;
	word-break: keep-all;
}

.today_store_lead p + p,
.book_detail_lead p + p {
	margin-top: var(--reading-paragraph-gap);
}

.today_store_body,
.book_detail_body {
	padding: clamp(40px, 6vw, 82px) 0 clamp(56px, 8vw, 108px);
}

.today_store_body .inner,
.book_detail_body .inner {
	max-width: 980px;
}

.today_store_image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 16 / 7;
	margin: clamp(20px, 5vw, 58px) 0;
	border: 1px solid var(--shelf-line);
	background: #f7f7f2;
	color: var(--ink-muted);
}

.today_store_image:first-child {
	margin-top: 0;
}

.today_store_image span {
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.4;
}

.book_detail_media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: clamp(20px, 5vw, 58px) 0;
	color: var(--ink-muted);
}

.book_detail_media:first-child {
	margin-top: 0;
}

.book_detail_media.set_detail_cover_stack {
	display: grid;
	width: fit-content;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.today_store_qa,
.book_detail_qa {
	max-width: 820px;
	padding: clamp(38px, 5vw, 62px) 0 0;
}

.today_store_image + .today_store_qa,
.book_detail_media + .book_detail_qa {
	padding-top: 4px;
}

.today_store_qa h2,
.book_detail_qa h2 {
	margin: 0 0 18px;
	font-size: var(--text-xl);
	font-weight: 600;
	line-height: 1.45;
	word-break: keep-all;
}

.today_store_qa p,
.book_detail_qa p {
	margin: 0;
	font-size: var(--sentence-medium);
	font-weight: 500;
	line-height: 1.62;
	word-break: keep-all;
}

.today_store_qa p + p,
.book_detail_qa p + p {
	margin-top: var(--reading-paragraph-gap);
}

.today_store_footer,
.book_detail_footer {
	padding: clamp(36px, 6vw, 72px) 0 clamp(72px, 9vw, 132px);
	border-top: 2px solid var(--line);
}

.today_store_footer .inner,
.book_detail_footer .inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px clamp(28px, 5vw, 72px);
	align-items: end;
}

.today_store_primary,
.today_store_secondary,
.book_detail_primary,
.book_detail_secondary {
	color: var(--ink);
	text-decoration: none;
}

.today_store_primary,
.book_detail_primary {
	display: inline-flex;
	flex-direction: column;
	gap: 10px;
}

.today_store_primary span,
.book_detail_primary span {
	font-size: var(--display-sm);
	font-weight: 500;
	line-height: 1.2;
	text-decoration-thickness: 1px;
	text-underline-offset: 7px;
	word-break: keep-all;
}

.today_store_primary small,
.book_detail_primary small {
	color: var(--ink-muted);
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.4;
}

.today_store_secondary,
.book_detail_secondary {
	display: inline-flex;
	justify-self: end;
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.4;
	text-underline-offset: 6px;
	text-decoration-thickness: 1px;
	white-space: nowrap;
}

.today_store_primary:hover span,
.today_store_primary:focus span,
.today_store_secondary:hover,
.today_store_secondary:focus,
.book_detail_primary:hover span,
.book_detail_primary:focus span,
.book_detail_secondary:hover,
.book_detail_secondary:focus {
	text-decoration: underline;
}

.book_detail_article .book_detail_body {
	padding-top: clamp(28px, 4.4vw, 58px);
}

.book_detail_article .book_detail_header {
	padding-bottom: clamp(26px, 4.5vw, 58px);
	border-bottom: 0;
}

.book_detail_article .book_detail_footer .inner {
	grid-template-columns: 1fr;
}

.book_detail_cover {
	aspect-ratio: 16 / 7;
	padding: clamp(16px, 3vw, 34px) clamp(24px, 4vw, 46px) clamp(34px, 5vw, 66px);
	border: 0;
	background: transparent;
}

.book_detail_cover img {
	display: block;
	width: auto;
	height: auto;
	max-width: min(52vw, 420px);
	max-height: min(62vh, 640px);
	box-shadow: 0 24px 52px rgba(0, 0, 0, 0.2);
	transform: translateY(-8px) rotate(-0.8deg);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.book_detail_cover_placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(32vw, 260px);
	aspect-ratio: 2 / 3;
	border: 1px solid var(--line-soft);
	background: #f7f7f7;
	color: var(--ink-muted);
	font-size: var(--text-sm);
	font-weight: 600;
	line-height: 1.4;
	box-shadow: 0 24px 52px rgba(0, 0, 0, 0.08);
	transform: translateY(-8px) rotate(-0.8deg);
}

.book_detail_cover img:hover {
	box-shadow: 0 32px 64px rgba(0, 0, 0, 0.24);
	transform: translateY(-16px) rotate(-0.6deg);
}

.book_today_meta {
	max-width: 640px;
	margin: clamp(58px, 7vw, 86px) 0 clamp(34px, 4.6vw, 58px);
}

.book_today_meta h2 {
	margin: 0;
	font-size: var(--text-xl);
	font-weight: 600;
	line-height: 1.45;
	word-break: keep-all;
}

.book_today_meta p {
	margin: 8px 0 0;
	color: var(--ink-muted);
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.5;
}

.book_today_meta .book_detail_price {
	margin-top: 14px;
	color: var(--ink);
	font-size: var(--text-ui);
}

.book_detail_delivery_note {
	display: inline-flex;
	position: relative;
	align-items: center;
	gap: 6px;
	margin: 6px 0 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.45;
}

.book_detail_delivery_info {
	position: relative;
	display: inline-flex;
}

.book_detail_delivery_info_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 1px solid var(--shelf-line);
	border-radius: 999px;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.book_detail_delivery_info_button:hover,
.book_detail_delivery_info_button:focus,
.book_detail_delivery_info_button[aria-expanded="true"] {
	border-color: var(--ink);
	color: var(--ink);
	outline: 0;
}

.book_detail_delivery_popover {
	position: absolute;
	z-index: 10;
	top: calc(100% + 10px);
	left: 50%;
	display: grid;
	width: min(280px, calc(100vw - (var(--page-gutter) * 2)));
	transform: translateX(-50%);
	gap: 6px;
	border: 1px solid var(--shelf-line);
	background: var(--paper);
	padding: 14px;
	color: var(--ink-body);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.5;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
}

.book_detail_delivery_popover[hidden] {
	display: none;
}

.book_detail_stock_badge {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	margin-left: 10px;
	padding: 3px 8px 4px;
	background: var(--ink);
	color: var(--paper);
	font-size: var(--text-micro);
	font-weight: 700;
	line-height: 1;
}

.book_today_actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	max-width: 640px;
	margin: 0 0 clamp(42px, 5vw, 68px);
}

.book_today_actions button,
.book_today_actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 14px;
	border: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.book_today_primary_action {
	justify-self: start;
	width: min(100%, 460px);
}

.book_today_primary_action:hover,
.book_today_primary_action:focus {
	background: var(--line);
	color: var(--paper);
}

.book_today_primary_action.is_disabled,
.book_today_primary_action:disabled {
	border-color: var(--line);
	background: var(--paper);
	color: var(--ink-muted);
	cursor: default;
}

.book_today_primary_action.is_disabled:hover,
.book_today_primary_action.is_disabled:focus,
.book_today_primary_action:disabled:hover,
.book_today_primary_action:disabled:focus {
	background: var(--paper);
	color: var(--ink-muted);
}

.book_today_actions .book_today_secondary_action {
	justify-self: start;
	min-height: auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ink);
	opacity: 1;
}

.book_today_actions .book_today_secondary_action:hover,
.book_today_actions .book_today_secondary_action:focus {
	background: transparent;
	color: var(--ink);
	opacity: 1;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.book_save_feedback {
	display: grid;
	gap: 5px;
	justify-items: start;
	margin: -2px 0 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.5;
	word-break: keep-all;
}

.book_save_feedback span {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.5;
}

.book_save_feedback a {
	display: inline-flex;
	width: max-content;
	align-items: center;
	justify-content: flex-start;
	min-height: 0;
	border: 0;
	background: transparent;
	padding: 0;
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	cursor: pointer;
}

.book_today_actions .book_save_feedback a:hover,
.book_today_actions .book_save_feedback a:focus,
.book_modal_actions .book_save_feedback a:hover,
.book_modal_actions .book_save_feedback a:focus {
	background: transparent;
	color: var(--ink);
	text-decoration: underline;
	outline: 0;
}

.book_save_feedback.is_error {
	color: #7a2d28;
}

.book_today_accordion {
	padding: 0;
	border-top: 0;
}

.book_today_actions + .book_today_accordion,
.book_detail_qa + .book_today_accordion {
	margin-top: clamp(34px, 5vw, 58px);
}

.book_today_accordion + .book_today_accordion {
	margin-top: var(--reading-section-gap);
}

.book_today_accordion_button {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: auto;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ink);
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.book_today_accordion_button span {
	font-size: var(--text-xl);
	font-weight: 600;
	line-height: 1.45;
	word-break: keep-all;
}

.book_today_accordion_button b {
	flex: 0 0 auto;
	font-size: var(--text-xl);
	font-weight: 600;
	line-height: 1;
}

.book_today_accordion.is_open .book_today_accordion_button b {
	transform: rotate(45deg);
}

.book_today_accordion_panel {
	display: none;
	max-width: 820px;
	padding: var(--reading-disclosure-gap) 0 0;
}

.book_today_accordion.is_open .book_today_accordion_panel {
	display: block;
}

.book_today_info_list {
	display: grid;
	gap: 12px;
	margin: 0;
}

.book_today_info_list div {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 18px;
}

.book_today_info_list dt,
.book_today_info_list dd {
	margin: 0;
	font-size: var(--sentence-medium);
	font-weight: 500;
	line-height: 1.62;
	word-break: keep-all;
}

.book_today_info_list dt {
	color: var(--ink-muted);
}

.set_detail_cover_stack img {
	max-width: min(18vw, 210px);
	max-height: min(38vh, 330px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}

.set_detail_cover_stack .set_detail_cover_item.is_primary img {
	max-width: min(20vw, 240px);
	max-height: min(43vh, 370px);
	box-shadow: 0 24px 52px rgba(0, 0, 0, 0.2);
}

.set_detail_cover_stack.set_detail_cover_stack_count_2 .set_detail_cover_item img,
.set_detail_cover_stack.set_detail_cover_stack_count_2 .set_detail_cover_item.is_primary img {
	width: auto;
	height: min(43vh, 370px);
	max-width: min(20vw, 240px);
	max-height: min(43vh, 370px);
	object-fit: contain;
	box-shadow: 0 22px 46px rgba(0, 0, 0, 0.18);
}

.set_detail_cover_stack.set_detail_cover_stack_count_2 .set_detail_cover_item.is_primary img {
	transform: rotate(-0.4deg);
}

.set_detail_cover_stack.set_detail_cover_stack_count_2 .set_detail_cover_item:nth-child(2) img {
	transform: rotate(0.4deg);
}

.set_detail_cover_stack:hover img,
.set_detail_cover_stack:focus-within img {
	box-shadow: 0 22px 46px rgba(0, 0, 0, 0.18);
	transform: translateY(-5px) rotate(0deg);
}

.set_detail_cover_stack:hover .set_detail_cover_item.is_primary img,
.set_detail_cover_stack:focus-within .set_detail_cover_item.is_primary img {
	box-shadow: 0 28px 56px rgba(0, 0, 0, 0.22);
	transform: translateY(-12px) rotate(-0.7deg);
}

.set_detail_cover_stack:hover .set_detail_cover_item:nth-child(2) img,
.set_detail_cover_stack:focus-within .set_detail_cover_item:nth-child(2) img {
	transform: translateY(-5px) rotate(0.6deg);
}

.set_detail_cover_stack:hover .set_detail_cover_item:nth-child(3) img,
.set_detail_cover_stack:focus-within .set_detail_cover_item:nth-child(3) img {
	transform: translateY(-5px) rotate(-0.7deg);
}

.set_detail_cover_stack:hover .set_detail_cover_item:nth-child(4) img,
.set_detail_cover_stack:focus-within .set_detail_cover_item:nth-child(4) img {
	transform: translateY(-5px) rotate(0.4deg);
}

.set_detail_cover_stack:hover .set_detail_cover_item:nth-child(5) img,
.set_detail_cover_stack:focus-within .set_detail_cover_item:nth-child(5) img {
	transform: translateY(-5px) rotate(-0.4deg);
}

.set_detail_cover_stack:hover .set_detail_cover_item:nth-child(n + 6) img,
.set_detail_cover_stack:focus-within .set_detail_cover_item:nth-child(n + 6) img {
	transform: translateY(-5px) rotate(0.2deg);
}

.set_detail_cover_stack.set_detail_cover_stack_count_2:hover .set_detail_cover_item.is_primary img,
.set_detail_cover_stack.set_detail_cover_stack_count_2:focus-within .set_detail_cover_item.is_primary img {
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
	transform: translateY(-5px) rotate(-0.4deg);
}

.set_detail_cover_stack.set_detail_cover_stack_count_2:hover .set_detail_cover_item:nth-child(2) img,
.set_detail_cover_stack.set_detail_cover_stack_count_2:focus-within .set_detail_cover_item:nth-child(2) img {
	transform: translateY(-5px) rotate(0.4deg);
}

.today_archive_page {
	padding-top: 72px;
	color: var(--ink);
}

.today_archive_intro {
	padding: var(--page-intro-top) 0 clamp(24px, 4vw, 42px);
}

.today_archive_intro p {
	margin: 0 0 18px;
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.4;
}

.today_archive_intro h1 {
	max-width: 880px;
	margin: 0;
	font-size: var(--sentence-hero);
	font-weight: 500;
	line-height: 1.22;
	word-break: keep-all;
}

.today_archive_admin_actions {
	display: none;
	margin-top: 26px;
}

.today_archive_admin .today_archive_admin_actions {
	display: flex;
}

.today_archive_admin_actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	padding: 9px 16px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
}

.today_archive_admin_actions a:hover,
.today_archive_admin_actions a:focus {
	background: var(--line);
	color: var(--paper);
}

.today_archive_records {
	padding: 0;
}

.today_archive_records .inner {
	border-top: 2px solid var(--line);
}

.today_archive_item {
	display: grid;
	grid-template-columns: minmax(116px, 150px) minmax(0, 1fr) minmax(170px, auto);
	gap: 14px clamp(20px, 3vw, 42px);
	align-items: baseline;
	padding: 18px 0 19px;
	border-bottom: 1px solid var(--shelf-line);
	color: var(--ink);
	text-decoration: none;
}

.today_archive_item small {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.today_archive_item h2 {
	margin: 0;
	font-size: var(--text-xl);
	font-weight: 500;
	line-height: 1.32;
	word-break: keep-all;
}

.today_archive_item span {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	text-align: right;
	white-space: nowrap;
}

.today_archive_item:hover h2,
.today_archive_item:focus h2 {
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-thickness: 1px;
}

.today_admin_layout .inner {
	display: block;
	max-width: 980px;
}

.today_admin_editor {
	border-top: 2px solid var(--line);
	padding-top: 22px;
}

.today_admin_form {
	display: grid;
	gap: 34px;
}

.today_admin_section {
	display: grid;
	gap: 18px;
}

.today_admin_section h2 {
	margin: 0;
	font-size: var(--type-24);
	font-weight: 500;
	line-height: 1.3;
}

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

.today_admin_field {
	display: grid;
	gap: 8px;
}

.today_admin_field label,
.today_admin_field span {
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
}

.today_admin_field input,
.today_admin_field textarea,
.today_admin_field select {
	width: 100%;
	border: 2px solid var(--line);
	border-radius: 0;
	background: var(--paper);
	color: var(--ink);
	padding: 11px 12px;
	font: inherit;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.5;
	outline: none;
	resize: vertical;
}

.today_admin_field textarea {
	min-height: 120px;
}

.today_admin_field input:focus,
.today_admin_field textarea:focus,
.today_admin_field select:focus {
	box-shadow: inset 0 -3px 0 var(--line);
}

.today_rich_editor {
	display: grid;
	border: 2px solid var(--line);
	background: var(--paper);
}

.today_rich_toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	border-bottom: 1px solid var(--shelf-line);
	padding: 8px;
}

.today_rich_toolbar button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	border: 1px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	padding: 6px 10px;
	font: inherit;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
}

.today_rich_toolbar button:hover,
.today_rich_toolbar button:focus {
	background: var(--line);
	color: var(--paper);
}

.today_rich_body {
	min-height: 170px;
	padding: 16px;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.62;
	outline: none;
	word-break: keep-all;
}

.today_rich_body:focus {
	box-shadow: inset 0 -3px 0 var(--line);
}

.today_rich_body p {
	margin: 0;
}

.today_rich_body p + p {
	margin-top: 8px;
}

.today_rich_body strong {
	font-weight: 700;
}

.today_rich_body a {
	color: var(--ink);
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}

.today_rich_body figure {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	margin: 20px 0;
	border: 1px solid var(--shelf-line);
	background: #f7f7f2;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	text-align: center;
}

.today_rich_body figcaption {
	padding: 16px;
}

.today_admin_blocks {
	display: grid;
	gap: 18px;
}

.today_admin_block {
	display: grid;
	gap: 14px;
	border-top: 1px solid var(--shelf-line);
	padding-top: 18px;
}

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

.today_admin_block_actions {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 12px;
}

.today_admin_block_head strong {
	font-size: var(--text-ui);
	font-weight: 600;
	line-height: 1.4;
}

.today_admin_block_head button,
.today_admin_inline_actions button {
	border: 0;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font: inherit;
	font-size: var(--text-xs);
	font-weight: 600;
	line-height: 1.45;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	cursor: pointer;
}

.today_admin_block_head button:hover,
.today_admin_block_head button:focus,
.today_admin_inline_actions button:hover,
.today_admin_inline_actions button:focus {
	color: var(--ink);
	text-decoration: underline;
}

.today_admin_inline_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
}

.today_admin_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	border-top: 2px solid var(--line);
	padding-top: 20px;
}

.today_admin_actions button,
.today_admin_actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	padding: 9px 16px;
	font: inherit;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

.today_admin_actions button:hover,
.today_admin_actions button:focus,
.today_admin_actions a:hover,
.today_admin_actions a:focus {
	background: var(--line);
	color: var(--paper);
}

.participate_manifesto h1 {
	margin-bottom: 0;
}

.participate_summary_head {
	display: none;
	margin-bottom: 18px;
}

.participate_summary_head p {
	margin: 0;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.4;
}

.participate_cta,
.participate_apply_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	padding: 10px 18px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.participate_cta:hover,
.participate_cta:focus,
.participate_apply_button:hover,
.participate_apply_button:focus {
	background: var(--line);
	color: var(--paper);
}

.participate_inquiry_link {
	display: table;
	width: fit-content;
	margin-top: 14px;
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
	text-decoration: none;
}

.participate_inquiry_link:hover,
.participate_inquiry_link:focus {
	color: var(--ink);
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.participate_summary .participate_cta {
	margin-top: 34px;
}

.participate_faq h2 {
	margin: 0 0 28px;
	font-size: var(--type-24);
	font-weight: 500;
	line-height: 1.35;
}

.participate_apply_button {
	margin-top: 34px;
}

.participate_faq {
	padding: clamp(42px, 6.5vw, 78px) 0 clamp(76px, 9vw, 126px);
}

.faq_accordion {
	max-width: 820px;
}

.faq_item {
	border-bottom: 1px solid var(--line-soft);
}

.faq_item button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border: 0;
	background: transparent;
	color: var(--ink);
	padding: 20px 0;
	font-size: var(--text-md);
	font-weight: 600;
	line-height: 1.55;
	text-align: left;
	word-break: keep-all;
	cursor: pointer;
}

.faq_item button:after {
	content: "+";
	flex: 0 0 auto;
	margin-left: 24px;
	font-size: var(--type-24);
	font-weight: 500;
	line-height: 1;
}

.faq_item.is_open button:after {
	content: "-";
}

.faq_answer {
	padding: 0 0 22px;
}

.faq_answer p {
	max-width: 760px;
	margin: 0;
	font-size: var(--text-md);
	line-height: 1.65;
	word-break: keep-all;
}

.apply_page {
	padding-top: 72px;
}

.apply_intro {
	padding: var(--page-intro-top) 0 28px;
}

.apply_intro h1 {
	margin: 0;
	font-size: var(--type-30);
	font-weight: 500;
	line-height: 1.25;
}

.participate_inquiry_intro {
	max-width: 680px;
	margin: 18px 0 0;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.65;
	word-break: keep-all;
}

.apply_back {
	color: var(--ink);
	font-size: var(--text-ui);
	font-weight: 500;
	text-decoration: none;
}

.apply_back:hover,
.apply_back:focus {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
}

.apply_form_section {
	padding: 0 0 clamp(86px, 10vw, 140px);
}

.apply_form {
	max-width: 860px;
	border-top: 2px solid var(--line);
	padding-top: 28px;
}

.apply_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 18px;
}

.apply_field {
	display: flex;
	flex-flow: column nowrap;
	gap: 8px;
}

.apply_field_trap {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.apply_field_full {
	grid-column: 1 / -1;
}

.apply_field label,
.apply_notice label {
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.45;
}

.apply_label_row {
	display: flex;
	align-items: center;
	gap: 6px;
}

.apply_info {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.apply_info_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 1px solid var(--shelf-line);
	border-radius: 999px;
	background: transparent;
	color: var(--ink-muted);
	padding: 0;
	font: inherit;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	cursor: default;
}

.apply_info_button:hover,
.apply_info_button:focus {
	border-color: var(--ink);
	color: var(--ink);
	outline: 0;
}

.apply_info_popover {
	position: absolute;
	z-index: 10;
	top: calc(100% + 10px);
	left: 0;
	display: none;
	width: min(340px, calc(100vw - (var(--page-gutter) * 2)));
	border: 1px solid var(--shelf-line);
	background: var(--paper);
	padding: 14px;
	color: var(--ink-body);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.5;
	word-break: keep-all;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
}

.apply_info:hover .apply_info_popover,
.apply_info:focus-within .apply_info_popover {
	display: block;
}

.apply_field_hint {
	margin: 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.55;
	word-break: keep-all;
}

.sr_only {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.apply_field input,
.apply_field textarea {
	width: 100%;
	border: 2px solid var(--line);
	border-radius: 0;
	background: var(--paper);
	color: var(--ink);
	padding: 11px 12px;
	font-size: var(--text-md);
	line-height: 1.45;
	outline: none;
}

.apply_field input {
	height: 46px;
}

.apply_field textarea {
	resize: vertical;
	min-height: 132px;
}

.participate_inquiry_message textarea {
	min-height: 184px;
}

.apply_field input:focus,
.apply_field textarea:focus {
	box-shadow: inset 0 -3px 0 var(--line);
}

.handle_input {
	display: flex;
	align-items: center;
	border: 2px solid var(--line);
}

.handle_input span {
	flex: 0 0 auto;
	padding: 0 0 0 12px;
	font-size: var(--text-ui);
	line-height: 1;
}

.handle_input input {
	border: 0;
}

.handle_input:focus-within {
	box-shadow: inset 0 -3px 0 var(--line);
}

.handle_input:focus-within input {
	box-shadow: none;
}

.apply_handle_status {
	min-height: 18px;
	margin: 0;
	color: var(--ink-muted);
	font-size: var(--text-xs);
	font-weight: 500;
	line-height: 1.5;
}

.apply_handle_status[data-state="available"] {
	color: #255d41;
}

.apply_handle_status[data-state="invalid"],
.apply_handle_status[data-state="taken"] {
	color: #7a2d28;
}

.apply_notice {
	margin-top: 28px;
	border-top: 1px solid var(--line-soft);
	padding-top: 20px;
}

.apply_notice p {
	margin: 0 0 14px;
	font-size: var(--text-ui);
	line-height: 1.55;
	word-break: keep-all;
}

.apply_notice label {
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.apply_notice input {
	width: 16px;
	height: 16px;
	margin-top: 3px;
	accent-color: var(--line);
}

.apply_response_note {
	margin: 18px 0 0;
	font-size: var(--text-ui);
	line-height: 1.55;
	word-break: keep-all;
}

.apply_submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: 28px;
	border: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	padding: 10px 22px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}

.apply_submit:hover,
.apply_submit:focus {
	background: var(--line);
	color: var(--paper);
}

.apply_submit:disabled {
	cursor: wait;
	opacity: 0.52;
}

.apply_status {
	margin: 16px 0 0;
	font-size: var(--text-ui);
	line-height: 1.55;
}

.participate_inquiry_success {
	max-width: 680px;
	margin-top: 28px;
	border-top: 2px solid var(--line);
	border-bottom: 1px solid var(--shelf-line);
	padding: 24px 0 26px;
}

.participate_inquiry_success h2 {
	margin: 0 0 14px;
	font-size: var(--type-24);
	font-weight: 500;
	line-height: 1.35;
}

.participate_inquiry_success p {
	margin: 0;
	font-size: var(--text-md);
	font-weight: 500;
	line-height: 1.65;
	word-break: keep-all;
}

.participate_inquiry_success a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 24px;
	border: 2px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	padding: 9px 16px;
	font-size: var(--text-ui);
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
}

.participate_inquiry_success a:hover,
.participate_inquiry_success a:focus {
	background: var(--line);
	color: var(--paper);
}

@media (max-width: 1600px) {
	.book_shelf_slider:before {
		top: calc(24px + min(22vw, 270px));
	}

	.book_shelf_slider .book_cover {
		height: min(22vw, 270px);
	}
}

@media (max-width: 1300px) {
	.book_shelf_slider {
		padding: 24px 22px 20px;
	}

	.book_shelf_slider:before {
		top: calc(24px + min(22vw, 270px));
	}

	.book_shelf_slider .book_cover {
		height: min(22vw, 270px);
	}
}

@media (max-width: 1200px) {
	.book_shelf_slider:before {
		top: calc(24px + 26vw);
	}

	.book_shelf_slider .book_cover {
		height: 26vw;
	}

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

@media (max-width: 1080px) {
	.book_shelf_slider {
		padding: 22px 18px 18px;
	}

	.book_shelf_slider:before {
		top: calc(22px + 26vw);
	}
}

@media (max-width: 900px) {
	.book_shelf_slider:before {
		top: calc(22px + 38vw);
	}

	.book_shelf_slider .book_cover {
		height: 38vw;
	}
}

@media (max-width: 768px) {
	.book_shelf_slider {
		padding: 18px 0 16px;
	}

	.book_shelf_slider:before {
		top: calc(18px + 38vw);
	}

	.book_shelf_slider .book_cover {
		height: 38vw;
	}

	.book_shelf_slider .book_meta {
		margin-top: 16px;
	}

	.book_shelf_slider .book_meta p {
		font-size: var(--text-ui);
		line-height: 1.55;
	}
}

@media (max-width: 500px) {
	.book_shelf_slider:before {
		top: calc(18px + 62vw);
	}

	.book_shelf_slider .book_cover {
		height: 62vw;
	}
}

.curation_title_link {
	color: inherit;
	text-decoration: none;
	text-underline-offset: 6px;
	text-decoration-thickness: 1px;
}

.curation_title_link:hover,
.curation_title_link:focus {
	text-decoration: underline;
}

.curation_controls {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-left: 0;
	font-size: var(--text-lg);
	font-weight: 500;
	line-height: 1.55;
	white-space: nowrap;
}

.curation_count {
	min-width: 72px;
	color: var(--ink-body);
	font-variant-numeric: tabular-nums;
	text-align: right;
}

.curation_arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: auto;
	border: 0;
	background: transparent;
	color: var(--ink);
	font: inherit;
	line-height: 1.55;
	cursor: pointer;
	padding: 0;
}

.curation_arrow:hover {
	opacity: 0.55;
}

#toTop {
	display: none !important;
}

#toTop:before {
	content: none;
}

#toTop:after {
	content: none;
}

#toTop:hover,
#toTop:focus {
	display: none !important;
}

#toTopHover {
	display: none !important;
}

.hero_section {
	margin-top: 72px;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	background: var(--paper);
}

.hero_section .hero_slider {
	position: relative;
	isolation: isolate;
	width: calc(100% - 48px) !important;
	max-width: 1280px;
	height: auto !important;
	aspect-ratio: 1774 / 650;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	touch-action: pan-y;
	user-select: none;
}

.hero_section .swiper-wrapper,
.hero_section .swiper-slide {
	height: 100% !important;
}

.hero_section .swiper-wrapper {
	position: relative;
	z-index: 1;
}

.hero_section .hero_slider .swiper-slide {
	position: relative;
	background: var(--paper);
}

.hero_section .hero_slide_link {
	--hero-box-size: min(34vw, 440px);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, var(--hero-box-size)));
	align-items: center;
	justify-content: center;
	gap: clamp(24px, 4vw, 56px);
	width: 100%;
	height: 100%;
	padding: clamp(10px, 2vw, 24px) clamp(40px, 6vw, 96px) clamp(4px, 1.2vw, 14px);
	color: #101010;
	text-decoration: none;
	cursor: pointer;
	background: var(--paper);
	-webkit-user-drag: none;
	user-select: none;
}

.hero_section .hero_slide_link[data-hero-inert="true"] {
	cursor: default;
}

.hero_section .hero_slide_link:not([data-hero-inert="true"]):hover .hero_art,
.hero_section .hero_slide_link:not([data-hero-inert="true"]):focus .hero_art {
	transform: translateY(-2px);
}

.hero_section .hero_slider .swiper-slide.hero_theme_store {
	background: var(--paper);
}

.hero_section .hero_slider .swiper-slide.hero_theme_intro {
	background: var(--paper);
}

.hero_section .hero_slider .swiper-slide.hero_theme_return {
	background: var(--paper);
}

.hero_section .hero_copy {
	position: relative;
	z-index: 2;
	width: 100%;
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	padding: clamp(18px, 3vw, 36px);
}

.hero_section .hero_art {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	min-height: 0;
	transition: transform 0.2s ease;
}

.hero_section .hero_art img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
	transform: translateY(-3%);
}

.hero_section .hero_arrow {
	position: absolute !important;
	top: 50% !important;
	bottom: auto !important;
	z-index: 20;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 44px !important;
	height: 56px !important;
	margin-top: -28px;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	background-image: none !important;
	color: var(--ink-strong);
	font-size: 0;
	pointer-events: auto;
	transition: transform 0.18s ease, color 0.18s ease;
}

.hero_section .hero_prev {
	left: 18px !important;
	right: auto !important;
}

.hero_section .hero_next {
	right: 18px !important;
	left: auto !important;
}

.hero_section .hero_arrow:before {
	font-size: var(--type-40);
	font-weight: 400;
	line-height: 1;
}

.hero_section .hero_prev:before {
	content: "←";
	transform: none;
}

.hero_section .hero_next:before {
	content: "→";
	transform: none;
}

.hero_section .hero_arrow:hover,
.hero_section .hero_arrow:focus {
	background: transparent !important;
	color: var(--ink-strong);
	transform: scale(1.08);
}

.hero_section .hero_slider .swiper-slide .hero_copy {
	display: flex !important;
	flex-flow: column nowrap !important;
	align-items: flex-start;
	justify-content: flex-start;
	color: var(--ink-strong) !important;
	background: transparent !important;
	transition: opacity 0.18s ease;
}

.hero_section .hero_slider .swiper-slide .hero_copy h4 {
	display: none;
}

.hero_section .hero_slider .swiper-slide .hero_copy h3 {
	max-width: 18em;
	font-family: var(--font-sans);
	font-size: var(--hero-text) !important;
	font-weight: 500 !important;
	line-height: 1.42;
	letter-spacing: 0;
	margin-bottom: 0 !important;
	text-align: left;
	white-space: pre-line;
	word-break: keep-all;
	overflow-wrap: normal;
}

.hero_section .hero_slider .swiper-slide .hero_copy h3 span {
	display: block;
}

.hero_section .hero_slider .swiper-slide .hero_copy p {
	max-width: 24em;
	font-size: var(--hero-text);
	font-weight: 500;
	line-height: 1.42;
	margin-bottom: 0 !important;
	text-align: left;
	white-space: pre-line;
	word-break: keep-all;
	overflow-wrap: normal;
}

@media (max-width: 1024px) {
	.header_bottom {
		height: 70px;
	}

	.store_page {
		padding-top: 70px;
	}

	.book_detail_page {
		padding-top: 70px;
	}

	.search_page {
		padding-top: 70px;
	}

	.login_page {
		padding-top: 70px;
	}

	.dashboard_page {
		padding-top: 70px;
	}

	.ops_page {
		padding-top: 70px;
	}

	.apply_page {
		padding-top: 70px;
	}

	.about_page {
		padding-top: 70px;
	}

	.hero_section {
		margin-top: 70px;
	}

	.hero_section .hero_copy {
		padding-top: 18px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.hero_section .hero_slider {
		aspect-ratio: 16 / 7.4;
	}

	.hero_section .hero_slide_link {
		--hero-box-size: min(38vw, 400px);
		padding: clamp(12px, 2vw, 22px) clamp(30px, 4vw, 56px) clamp(10px, 1.4vw, 16px);
	}

	.hero_section .hero_copy {
		padding: clamp(12px, 2vw, 24px);
	}
}

@media (max-width: 900px) {
	.primary_nav {
		display: none;
	}

	.header_btn .mobile_menu_toggle {
		display: block;
	}
}

@media (max-width: 768px) {
	:root {
		--page-intro-top: 38px;
	}

	.header_bottom {
		height: 62px;
	}

	.store_page {
		padding-top: 62px;
	}

	.book_detail_page {
		padding-top: 62px;
	}

	.search_page {
		padding-top: 62px;
	}

	.login_page {
		padding-top: 62px;
	}

	.dashboard_page {
		padding-top: 62px;
	}

	.ops_page {
		padding-top: 62px;
	}

	.apply_page {
		padding-top: 62px;
	}

	.about_page {
		padding-top: 62px;
	}

	.hero_section {
		margin-top: 62px;
		padding-top: 0;
	}

	.featured_shelf {
		margin-top: 64px !important;
	}

	.book_curation {
		margin-bottom: 86px;
	}

	.login_panel {
		padding: 46px 0 86px;
	}

	.login_box h1 {
		margin-bottom: 28px;
	}

	.signup_box h1 {
		margin-bottom: 16px;
	}

	.signup_intro {
		margin-bottom: 28px;
	}

	.signup_policy_modal {
		align-items: stretch;
		place-items: stretch;
		padding: 62px 0 0;
		background: var(--paper);
	}

	.signup_policy_panel {
		width: 100%;
		max-height: calc(100dvh - 62px);
		border: 0;
		border-radius: 0;
		padding: 34px var(--page-gutter) 44px;
		box-shadow: none;
	}

	.signup_policy_body {
		max-height: calc(100dvh - 180px);
	}

	.dashboard_intro {
		padding: var(--page-intro-top) 0 28px;
	}

	.ops_intro {
		padding: var(--page-intro-top) 0 28px;
	}

	.dashboard_summary .inner,
	.dashboard_records .inner,
	.ops_summary .inner,
	.ops_records .inner,
	.ops_stats_grid {
		grid-template-columns: 1fr;
	}

	.ops_metric,
	.dashboard_metric {
		min-height: auto;
		border-left: 0;
		border-top: 1px solid var(--shelf-line);
		padding: 18px 0;
	}

	.dashboard_metric:first-child {
		border-top: 0;
	}

	.ops_metric:first-child {
		border-top: 0;
	}

	.ops_metric:nth-child(n) {
		border-left: 0;
	}

	.ops_metric:nth-child(-n + 3) {
		border-top: 1px solid var(--shelf-line);
	}

	.ops_metric:first-child {
		border-top: 0;
	}

	.ops_stat_card {
		min-height: auto;
		border-left: 0;
		border-top: 1px solid var(--shelf-line);
		padding: 18px 0;
	}

	.ops_stat_card:first-child {
		border-top: 0;
	}

	.ops_block_head,
	.dashboard_block_head {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.dashboard_block_head p {
		text-align: left;
	}

	.ops_row,
	.dashboard_row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

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

	.store_inventory_row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.store_inventory_header {
		display: none;
	}

	.ops_curation_row {
		grid-template-columns: 1fr;
	}

	.ops_store_card ul {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.ops_store_card p {
		align-self: auto;
		text-align: left;
	}

	.ops_order_search,
	.ops_order_detail,
	.ops_order_detail dl div,
	.ops_order_detail li {
		grid-template-columns: 1fr;
	}

	.ops_order_search {
		gap: 8px;
	}

	.ops_order_card .ops_card_actions {
		justify-content: flex-start;
	}

	.ops_card_actions {
		justify-content: flex-start;
	}

	.ops_row em {
		text-align: left;
	}

	.dashboard_row strong {
		white-space: normal;
	}

	.dashboard_order_detail li {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.dashboard_order_detail li span,
	.dashboard_order_detail li em,
	.dashboard_order_detail li strong {
		grid-column: auto;
	}

	.dashboard_order_detail li em,
	.dashboard_order_detail li strong {
		text-align: left;
	}

	.ops_chart {
		gap: 10px;
		height: 160px;
	}

	.dashboard_inquiry_item summary {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.dashboard_flow {
		gap: 10px;
		height: 180px;
	}

	.dashboard_contact {
		grid-template-columns: 1fr;
	}

	#home_book_curations,
	#store_shelves_target {
		padding-bottom: 48px;
	}

	#home_hero_slider {
		min-height: clamp(390px, 112vw, 620px);
	}

	#home_book_curations,
	#store_shelves_target {
		min-height: 720px;
	}

	#book_detail_target,
	#set_detail_target,
	#search_results_target,
	[data-bookstores-list],
	[data-recommendations-feed] {
		min-height: 520px;
	}

	#store_profile_target {
		min-height: 240px;
	}

	.book_set_stack {
		width: min(86%, 190px);
	}

	.hero_section .hero_slider {
		width: calc(100% - 36px) !important;
		aspect-ratio: 4 / 4.8;
	}

	.hero_section .hero_slide_link {
		--hero-box-size: auto;
		grid-template-columns: 1fr;
		grid-template-rows: auto minmax(0, 1fr);
		gap: 12px;
		padding: 18px 28px 24px;
	}

	.hero_section .hero_slider .swiper-slide .hero_copy {
		justify-content: flex-start;
	}

	.hero_section .hero_copy {
		aspect-ratio: auto;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.hero_section .hero_slider .swiper-slide .hero_copy h4 {
		display: none;
	}

	.hero_section .hero_slider .swiper-slide .hero_copy h3 {
		font-size: var(--hero-text) !important;
		margin-bottom: 0 !important;
	}

	.hero_section .hero_slider .swiper-slide .hero_copy p {
		font-size: var(--hero-text);
		line-height: 1.42;
	}

	.hero_section .hero_art {
		aspect-ratio: auto;
		align-items: flex-start;
		min-height: clamp(230px, 62vw, 360px);
	}

	.hero_section .hero_art img {
		width: auto;
		max-width: 100%;
		height: clamp(220px, 60vw, 340px);
		max-height: none;
		transform: none;
	}

	.hero_section .hero_prev {
		left: 0 !important;
	}

	.hero_section .hero_next {
		right: 0 !important;
	}

	#toTop {
		right: 18px;
		bottom: 18px;
		width: 42px;
		height: 42px;
	}

	.header_logo {
		min-width: clamp(82px, 24vw, 108px);
	}

	.header_logo img {
		width: clamp(82px, 24vw, 108px);
	}

	.store_header_name {
		min-width: clamp(112px, 34vw, 152px);
		font-size: var(--store-title-mobile);
	}

	.store_profile .inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.store_profile_image {
		width: 80px;
	}

	.store_description {
		font-size: var(--store-profile-mobile);
	}

	.store_owner_tools,
	.shelf_admin_controls {
		gap: 8px 12px;
	}

	.shelf_title_group {
		width: auto;
		align-items: center;
		flex-direction: row;
	}

	.book_curation .section_header {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: start;
		gap: 8px 14px;
	}

	.curation_controls {
		gap: 8px;
		font-size: var(--text-ui);
		line-height: 1.45;
	}

	.book_shelf_slider .book_meta p {
		line-height: 1.5;
	}

	.curation_count {
		min-width: 58px;
	}

	.store_admin_modal {
		padding: 14px;
	}

	.store_admin_panel {
		max-height: calc(100vh - 28px);
		padding: 28px 20px;
	}

	.admin_book_slots,
	.admin_set_slots,
	.admin_link_row {
		grid-template-columns: 1fr;
	}

	.admin_search_result {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.book_modal {
		box-sizing: border-box;
		top: var(--book-modal-visual-top, 0);
		bottom: auto;
		height: var(--book-modal-visual-height, 100dvh);
		max-height: var(--book-modal-visual-height, 100dvh);
		overflow-y: auto;
		padding: calc(env(safe-area-inset-top, 0px) + 112px) 14px calc(env(safe-area-inset-bottom, 0px) + 164px);
		background: var(--overlay-light);
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		scroll-padding-top: calc(env(safe-area-inset-top, 0px) + 112px);
		scroll-padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 164px);
	}

	.book_modal_backdrop {
		display: none;
	}

	.book_modal_panel {
		position: relative;
		top: auto;
		left: auto;
		grid-template-columns: 1fr;
		width: 100%;
		height: auto;
		max-height: none;
		margin: 0 auto;
		overflow: visible;
		transform: none;
	}

	.book_modal_close {
		position: absolute;
		top: 8px;
		right: 10px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		background: var(--paper);
	}

	.book_modal_cover {
		height: auto;
		min-height: auto;
		padding: 42px 28px 34px;
		border-right: 0;
		border-bottom: 2px solid var(--line);
	}

	.book_modal_cover img {
		width: auto;
		height: auto;
		max-width: min(74vw, 260px);
		max-height: 340px;
		margin-left: auto;
		margin-right: auto;
		transform: rotate(-1deg);
	}

	.book_modal_cover:hover img {
		transform: translateY(-4px) rotate(-0.6deg);
	}

	.book_modal_set_cover .modal_set_stack {
		width: min(76vw, 300px);
	}

	.book_modal_content {
		padding: 28px;
	}

	.book_modal_actions {
		grid-template-columns: 1fr;
		margin-top: 22px;
		padding-top: 0;
		padding-bottom: 60px;
	}

	.book_detail_cover {
		padding: 28px 0 42px;
	}

	.set_detail_cover_item img {
		max-height: none;
	}

	.book_detail_cover img {
		width: auto;
		height: auto;
		max-width: min(82vw, 380px);
		max-height: min(66vh, 480px);
		transform: translateY(8px) rotate(-1deg);
	}

	.book_detail_cover img:hover {
		transform: translateY(4px) rotate(-0.8deg);
	}

	.search_intro {
		padding-top: var(--page-intro-top);
	}

	.search_form input {
		font-size: var(--display-xs);
		line-height: 1.28;
	}

	.search_intro .search_form input {
		min-height: 68px;
		padding-right: 94px;
		font-size: var(--text-lg);
		line-height: 1.35;
	}

	.search_submit_button {
		right: 8px;
		min-width: 72px;
		min-height: 48px;
	}

	.search_suggestion_item {
		grid-template-columns: 74px minmax(0, 1fr);
		gap: 4px 12px;
	}

	.search_result_card {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 18px;
	}

	.search_result_cover img {
		max-height: 150px;
	}

	.search_result_quote {
		font-size: var(--text-xl);
		line-height: 1.45;
	}

	.search_store_results > div,
	.search_store_grid,
	.search_book_list {
		grid-template-columns: 1fr;
	}

	.search_book_list {
		gap: 26px;
	}

	.search_filter_nav {
		font-size: var(--text-ui);
	}

	.search_book_item {
		grid-template-columns: 74px minmax(0, 1fr);
	}

	.search_book_cover.is_set {
		width: 92px;
		transform: translateX(-15px);
	}

	.about_manifesto {
		padding: var(--page-intro-top) 0 36px;
	}

	.directory_page {
		padding-top: 62px;
	}

	.account_page {
		padding-top: 62px;
	}

	.directory_intro {
		padding: var(--page-intro-top) 0 28px;
	}

	.directory_intro h1 {
		font-size: var(--sentence-hero);
	}

	.recommendation_card {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.bookstore_grid {
		grid-template-columns: 1fr;
	}

	.book_detail_skeleton_layout {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 18px;
	}

	.book_detail_skeleton_button {
		width: min(72%, 260px);
		height: 44px;
	}

	.recommendation_cover {
		justify-content: flex-start;
	}

	.recommendation_cover img {
		max-width: 74px;
		max-height: 112px;
	}

	.today_store_page,
	.today_archive_page {
		padding-top: 62px;
	}

	.today_store_header,
	.book_detail_header,
	.today_archive_intro {
		padding: var(--page-intro-top) 0 30px;
	}

	.today_store_header h1,
	.book_detail_header h1,
	.today_archive_intro h1 {
		font-size: var(--sentence-hero);
	}

	.today_store_body,
	.book_detail_body {
		padding: 34px 0 52px;
	}

	.today_store_image,
	.book_detail_media {
		aspect-ratio: 4 / 3;
		margin: 34px 0;
	}

	.today_store_qa,
	.book_detail_qa {
		padding-top: 30px;
	}

	.today_store_footer .inner,
	.book_detail_footer .inner,
	.today_archive_item {
		grid-template-columns: 1fr;
	}

	.today_store_secondary,
	.book_detail_secondary {
		justify-self: start;
		white-space: normal;
	}

	.book_detail_cover {
		aspect-ratio: 4 / 3;
		padding: 18px 20px 32px;
	}

	.set_detail_cover_stack {
		grid-template-columns: repeat(3, auto);
		aspect-ratio: auto;
		min-height: auto;
		padding: 18px 8px 30px;
		column-gap: 8px;
		row-gap: 14px;
	}

	.set_detail_cover_item.is_primary {
		justify-self: center;
	}

	.set_detail_cover_item:not(.is_primary) {
		justify-self: center;
	}

	.set_detail_cover_item.is_primary img {
		max-width: min(30vw, 140px);
		max-height: none;
	}

	.book_detail_cover img {
		max-width: min(76vw, 340px);
		max-height: none;
	}

	.set_detail_cover_stack img {
		max-width: min(27vw, 128px);
		max-height: none;
	}

	.set_detail_cover_stack .set_detail_cover_item.is_primary img {
		max-width: min(30vw, 140px);
		max-height: none;
	}

	.set_detail_cover_stack.set_detail_cover_stack_count_2 {
		grid-template-columns: repeat(2, auto);
	}

	.set_detail_cover_stack.set_detail_cover_stack_count_2 img,
	.set_detail_cover_stack.set_detail_cover_stack_count_2 .set_detail_cover_item img,
	.set_detail_cover_stack.set_detail_cover_stack_count_2 .set_detail_cover_item.is_primary img {
		width: auto;
		height: min(54vw, 190px);
		max-width: min(38vw, 150px);
		max-height: 190px;
		object-fit: contain;
	}

	.set_detail_cover_stack.set_detail_cover_stack_count_2 .set_detail_cover_item.is_primary img {
		transform: rotate(-0.4deg);
	}

	.set_detail_cover_stack.set_detail_cover_stack_count_2 .set_detail_cover_item:nth-child(2) img {
		transform: rotate(0.4deg);
	}

	.set_detail_cover_stack .set_detail_cover_item:nth-child(n + 4) img {
		max-width: min(26vw, 122px);
	}

	.book_detail_cover img:hover {
		transform: translateY(-10px) rotate(-0.6deg);
	}

	.set_detail_cover_stack:hover img,
	.set_detail_cover_stack:focus-within img {
		transform: translateY(-5px) rotate(0deg);
	}

	.set_detail_cover_stack:hover .set_detail_cover_item.is_primary img,
	.set_detail_cover_stack:focus-within .set_detail_cover_item.is_primary img {
		transform: translateY(-10px) rotate(-0.7deg);
	}

	.set_detail_cover_stack:hover .set_detail_cover_item:nth-child(2) img,
	.set_detail_cover_stack:focus-within .set_detail_cover_item:nth-child(2) img {
		transform: translateY(-5px) rotate(0.6deg);
	}

	.set_detail_cover_stack:hover .set_detail_cover_item:nth-child(3) img,
	.set_detail_cover_stack:focus-within .set_detail_cover_item:nth-child(3) img {
		transform: translateY(-5px) rotate(-0.7deg);
	}

	.set_detail_cover_stack.set_detail_cover_stack_count_2:hover .set_detail_cover_item.is_primary img,
	.set_detail_cover_stack.set_detail_cover_stack_count_2:focus-within .set_detail_cover_item.is_primary img {
		transform: translateY(-5px) rotate(-0.4deg);
	}

	.set_detail_cover_stack.set_detail_cover_stack_count_2:hover .set_detail_cover_item:nth-child(2) img,
	.set_detail_cover_stack.set_detail_cover_stack_count_2:focus-within .set_detail_cover_item:nth-child(2) img {
		transform: translateY(-5px) rotate(0.4deg);
	}

	.book_today_meta {
		margin-top: 48px;
		margin-bottom: 36px;
	}

	.book_today_actions {
		grid-template-columns: 1fr;
	}

	.book_today_accordion + .book_today_accordion {
		margin-top: 18px;
	}

	.book_today_article .book_today_accordion {
		padding-top: 0;
	}

	.book_today_info_list div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.set_today_book_list {
		gap: 20px;
	}

	.set_today_book_list li {
		grid-template-columns: 26px minmax(0, 1fr);
		gap: 12px;
	}

	.today_archive_item span {
		text-align: left;
		white-space: normal;
	}

	.today_admin_grid {
		grid-template-columns: 1fr;
	}

	.about_manifesto h1,
	.about_manifesto h2 {
		font-size: var(--sentence-hero);
	}

	.responsive_title_break {
		display: none;
	}

	.responsive_title_mobile_space {
		display: inline;
	}

	.about_process {
		padding: 44px 0;
	}

	.about_body {
		padding: 0 0 44px;
	}

	.about_text p {
		font-size: var(--sentence-medium);
		line-height: 1.72;
	}

	.about_process li {
		padding: 24px 0 26px;
	}

	.apply_grid {
		grid-template-columns: 1fr;
	}

	.apply_form {
		max-width: none;
	}

	.about_mission > .inner > p,
	.about_mission .about_admin_head {
		margin-bottom: 16px;
	}

	.about_mission h2 {
		font-size: var(--display-md);
		margin-bottom: 36px;
	}

	.site_notice_toggle {
		grid-template-columns: minmax(0, 1fr) minmax(64px, max-content) 16px;
		gap: 6px 16px;
	}

	.site_notice_toggle time {
		grid-column: 1 / -1;
	}

	.site_notice_title {
		grid-column: 1 / 2;
	}

	.site_notice_status {
		grid-column: 2 / 3;
	}

	.site_notice_body {
		max-width: none;
		padding-left: 0;
	}

	.home_notice_body {
		max-width: none;
		padding: 8px 0 13px calc(var(--home-notice-date-width) + var(--home-notice-column-gap));
	}

	.home_notice_row {
		padding: 5px 0;
	}

	.notice_editor_meta {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 480px) {
	#home_hero_slider {
		min-height: clamp(480px, 132vw, 680px);
	}

	.hero_section .hero_slider {
		aspect-ratio: 4 / 5.45;
	}

	.hero_section .hero_art {
		min-height: clamp(300px, 82vw, 460px);
	}

	.hero_section .hero_art img {
		height: clamp(300px, 82vw, 460px);
		transform: none;
	}

	.book_today_article .book_today_accordion + .book_today_accordion {
		margin-top: 12px;
	}
}
