.jtc-app {
	--jtc-bg: #fff8ef;
	--jtc-card: #fffdf8;
	--jtc-ink: #36251f;
	--jtc-muted: #846f62;
	--jtc-tomato: #e94b35;
	--jtc-tomato-dark: #c93624;
	--jtc-green: #2f9d68;
	--jtc-line: #f0ded0;
	--jtc-shadow: 0 16px 44px rgba( 100, 61, 39, .12 );
	color: var(--jtc-ink);
	background: var(--jtc-bg);
	position: relative;
	left: 50%;
	width: min(1180px, calc(100vw - 24px));
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	transform: translateX(-50%);
	padding: 18px;
	border-radius: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}

.jtc-app * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.jtc-menu {
	width: min(1320px, calc(100vw - 24px));
	padding: 18px 18px 22px;
	background: #fff7ec;
}

.jtc-kitchen-nav {
	max-width: 1280px;
	margin: 0 auto 16px;
	display: grid;
	grid-template-columns: minmax(190px, 1fr) auto minmax(220px, 1fr);
	align-items: center;
	gap: 18px;
}

.jtc-kitchen-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--jtc-ink);
	text-decoration: none;
	font-weight: 900;
}

.jtc-kitchen-logo span {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	display: grid;
	place-items: center;
	background: var(--jtc-tomato);
	color: #fff;
	box-shadow: 0 8px 22px rgba(233, 75, 53, .24);
}

.jtc-kitchen-logo strong {
	font-size: 20px;
}

.jtc-kitchen-links {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background: rgba(255, 253, 248, .82);
	border: 1px solid var(--jtc-line);
	border-radius: 999px;
	padding: 5px;
}

.jtc-kitchen-links a {
	color: var(--jtc-muted);
	text-decoration: none;
	font-weight: 800;
	padding: 8px 14px;
	border-radius: 999px;
}

.jtc-kitchen-links a.is-active {
	color: #fff;
	background: var(--jtc-tomato);
}

.jtc-kitchen-profile {
	justify-self: end;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--jtc-muted);
	font-weight: 800;
	min-width: 0;
}

.jtc-nav-avatars {
	display: inline-flex;
	align-items: center;
}

.jtc-nav-avatars .jtc-couple-avatar {
	width: 34px;
	height: 34px;
	font-size: 14px;
	border: 2px solid #fffdf8;
	box-shadow: 0 4px 12px rgba(60, 40, 30, .14);
}

.jtc-nav-avatars .jtc-couple-avatar + .jtc-couple-avatar {
	margin-left: -8px;
}

.jtc-nav-check {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	opacity: 0;
	pointer-events: none;
}

.jtc-menu-toggle {
	display: none;
	border: 1px solid var(--jtc-line);
	background: #fffdf8;
	border-radius: 8px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	font-weight: 900;
	color: var(--jtc-ink);
	cursor: pointer;
}

.jtc-kitchen-hero {
	max-width: 1280px;
	min-height: 360px;
	margin-bottom: 28px;
	position: relative;
	align-items: stretch;
	padding: 0;
	background:
		linear-gradient( 90deg, rgba( 54, 37, 31, .76 ) 0%, rgba( 54, 37, 31, .38 ) 48%, rgba( 54, 37, 31, .08 ) 100% ),
		radial-gradient( circle at 75% 32%, rgba(255,255,255,.34) 0 7%, transparent 8% ),
		linear-gradient( 135deg, #cc6447 0%, #efb96b 42%, #7aa46e 100% );
	box-shadow: 0 20px 56px rgba(105, 71, 51, .16);
}

.jtc-kitchen-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient( 90deg, transparent 0 58%, rgba(255,255,255,.24) 58% 59%, transparent 59% ),
		linear-gradient( 0deg, transparent 0 68%, rgba(255,255,255,.22) 68% 69%, transparent 69% ),
		radial-gradient( circle at 76% 60%, rgba(255,253,248,.92) 0 7%, transparent 7.5% ),
		radial-gradient( circle at 84% 54%, rgba(233,75,53,.82) 0 4%, transparent 4.5% ),
		radial-gradient( circle at 88% 62%, rgba(47,157,104,.74) 0 3.5%, transparent 4% );
	opacity: .76;
	pointer-events: none;
}

.jtc-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 520px;
	padding: 46px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.jtc-kitchen-hero p,
.jtc-kitchen-hero h1,
.jtc-kitchen-hero span {
	color: #fffdf8;
	text-shadow: 0 2px 18px rgba(42, 25, 17, .18);
}

.jtc-kitchen-hero h1 {
	font-size: 54px;
}

.jtc-hero-cues {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 8px;
}

.jtc-hero-cues em {
	font-style: normal;
	color: #fffdf8;
	border: 1px solid rgba(255, 253, 248, .5);
	background: rgba(255, 253, 248, .14);
	border-radius: 999px;
	padding: 7px 11px;
	font-weight: 800;
}

.jtc-hero-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 14px;
	padding: 0 16px;
	border-radius: 8px;
	background: #fffdf8;
	color: var(--jtc-tomato-dark);
	text-decoration: none;
	font-weight: 900;
}

.jtc-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 12px;
}

.jtc-section-head p,
.jtc-selected-head p {
	margin: 0 0 3px;
	color: var(--jtc-muted);
	font-weight: 800;
}

.jtc-section-head h2,
.jtc-selected-head h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
}

.jtc-topbar {
	max-width: 1180px;
	margin: 0 auto 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.jtc-logo {
	font-size: 22px;
	font-weight: 800;
	color: var(--jtc-tomato);
	text-decoration: none;
}

.jtc-topbar nav {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.jtc-topbar nav a,
.jtc-link,
.jtc-back {
	color: var(--jtc-tomato-dark);
	text-decoration: none;
	font-weight: 700;
}

.jtc-hero {
	max-width: 1180px;
	min-height: 230px;
	margin: 0 auto 22px;
	display: flex;
	align-items: center;
	padding: 28px;
	border-radius: 8px;
	background:
		linear-gradient( 90deg, rgba( 255, 248, 239, .96 ) 0%, rgba( 255, 248, 239, .76 ) 58%, rgba( 255, 248, 239, .32 ) 100% ),
		radial-gradient( circle at 86% 52%, #ffd8a8 0 15%, transparent 16% ),
		linear-gradient( 135deg, #f47b55, #f4bd62 55%, #75b986 );
	overflow: hidden;
}

.jtc-hero-small {
	min-height: 170px;
}

.jtc-hero p {
	margin: 0 0 8px;
	color: var(--jtc-muted);
	font-weight: 700;
}

.jtc-hero h1 {
	margin: 0 0 8px;
	font-size: 42px;
	line-height: 1.1;
	color: var(--jtc-ink);
}

.jtc-hero span {
	color: var(--jtc-muted);
	font-size: 18px;
}

.jtc-layout {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 22px;
	align-items: start;
}

.jtc-filter {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 2px 0 14px;
}

.jtc-menu-tools {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) auto;
	gap: 12px;
	align-items: end;
	margin-bottom: 12px;
}

.jtc-search-label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.jtc-search {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--jtc-line);
	border-radius: 8px;
	background: #fffdf8;
	padding: 0 14px;
	color: var(--jtc-ink);
	font: inherit;
}

.jtc-quick-filter {
	display: flex;
	gap: 8px;
	white-space: nowrap;
}

.jtc-filter-btn,
.jtc-quick-btn,
.jtc-status-actions button,
.jtc-log-actions button {
	border: 1px solid var(--jtc-line);
	background: #fffaf3;
	color: var(--jtc-ink);
	min-height: 38px;
	border-radius: 8px;
	padding: 8px 14px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}

.jtc-filter-btn.is-active,
.jtc-quick-btn.is-active,
.jtc-status-actions button.is-active {
	background: var(--jtc-tomato);
	border-color: var(--jtc-tomato);
	color: #fff;
}

.jtc-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	padding-bottom: 88px;
}

.jtc-card,
.jtc-selected-panel,
.jtc-task-shell,
.jtc-history-list article,
.jtc-empty-state {
	background: var(--jtc-card);
	border: 1px solid var(--jtc-line);
	border-radius: 8px;
	box-shadow: var(--jtc-shadow);
}

.jtc-card {
	overflow: hidden;
	min-width: 0;
}

.jtc-card[hidden] {
	display: none;
}

.jtc-cover {
	min-height: 132px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: linear-gradient( 135deg, #ffe1c1, #ffd0c4 45%, #d8efcf );
	font-size: 48px;
	font-weight: 900;
	color: rgba( 72, 42, 32, .4 );
}

.jtc-cover.has-image,
.jtc-recipe-cover.has-image {
	background: #f6eee5;
	overflow: hidden;
}

.jtc-cover img,
.jtc-recipe-cover img,
.jtc-rich-step img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.jtc-cover b {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba( 233, 75, 53, .92 );
	color: #fff;
	font-size: 12px;
}

.jtc-card-body {
	padding: 14px;
}

.jtc-card-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 64px;
	gap: 10px;
	align-items: start;
}

.jtc-card h2,
.jtc-task-card h2 {
	margin: 0;
	font-size: 19px;
	line-height: 1.25;
}

.jtc-pick {
	border: 1px solid var(--jtc-line);
	background: #fff;
	color: var(--jtc-muted);
	border-radius: 8px;
	min-height: 34px;
	font-weight: 800;
	cursor: pointer;
}

.jtc-card.is-picked .jtc-pick {
	background: var(--jtc-green);
	border-color: var(--jtc-green);
	color: #fff;
}

.jtc-card.is-picked {
	border-color: rgba(47, 157, 104, .6);
	box-shadow: 0 0 0 2px rgba(47, 157, 104, .14), var(--jtc-shadow);
}

.jtc-meta {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin: 10px 0;
	color: var(--jtc-muted);
}

.jtc-meta span {
	border: 1px solid var(--jtc-line);
	border-radius: 999px;
	padding: 3px 8px;
	background: #fffaf3;
	font-size: 13px;
}

.jtc-ingredients {
	min-height: 44px;
	margin: 0 0 12px;
	color: var(--jtc-muted);
	line-height: 1.55;
}

.jtc-selected-panel {
	position: sticky;
	top: 24px;
	padding: 18px;
	background:
		linear-gradient( 180deg, rgba(255, 250, 243, .96), rgba(255, 253, 248, .98) ),
		var(--jtc-card);
}

.jtc-selected-head {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.jtc-selected-head strong {
	flex: 0 0 auto;
	color: var(--jtc-green);
	background: rgba(47, 157, 104, .1);
	border-radius: 999px;
	padding: 6px 10px;
}

.jtc-selected-list {
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.jtc-selected-list li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	border-bottom: 1px dashed var(--jtc-line);
	padding-bottom: 9px;
}

.jtc-selected-thumb {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: linear-gradient(135deg, #ffe1c1, #ffd0c4 45%, #d8efcf);
	color: rgba(72, 42, 32, .55);
	font-weight: 900;
}

.jtc-selected-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.jtc-selected-title {
	min-width: 0;
	font-weight: 800;
}

.jtc-selected-list button {
	border: 0;
	background: transparent;
	color: var(--jtc-tomato-dark);
	font-weight: 800;
	cursor: pointer;
	padding: 0;
}

.jtc-selected-empty {
	color: var(--jtc-muted);
	margin-bottom: 12px;
}

.jtc-message-label {
	display: block;
	font-weight: 800;
	color: var(--jtc-muted);
}

.jtc-message {
	width: 100%;
	margin-top: 7px;
	border: 1px solid var(--jtc-line);
	border-radius: 8px;
	padding: 10px;
	background: #fff;
	resize: vertical;
}

.jtc-send,
.jtc-modal-box a {
	width: 100%;
	min-height: 46px;
	border: 0;
	border-radius: 8px;
	background: var(--jtc-tomato);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
	margin-top: 12px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.jtc-send:disabled {
	opacity: .62;
	cursor: wait;
}

.jtc-mobile-bar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9998;
	background: rgba( 255, 253, 248, .96 );
	border-top: 1px solid var(--jtc-line);
	padding: 10px 14px;
	box-shadow: 0 -10px 30px rgba( 60, 40, 30, .12 );
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.jtc-mobile-bar .jtc-send {
	width: auto;
	min-width: 160px;
	margin: 0;
}

.jtc-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	background: rgba( 37, 24, 18, .36 );
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.jtc-modal-box {
	max-width: 430px;
	width: 100%;
	background: #fffdf8;
	border-radius: 8px;
	padding: 18px;
	box-shadow: var(--jtc-shadow);
	position: relative;
}

.jtc-modal-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 12px;
}

.jtc-modal-actions a,
.jtc-modal-actions button {
	margin: 0;
}

.jtc-continue {
	min-height: 46px;
	border: 1px solid var(--jtc-line);
	border-radius: 8px;
	background: #fffaf3;
	color: var(--jtc-ink);
	font-weight: 900;
	cursor: pointer;
}

.jtc-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 0;
	background: transparent;
	font-size: 26px;
	cursor: pointer;
}

.jtc-task-shell,
.jtc-history-list,
.jtc-empty-state,
.jtc-single-recipe {
	max-width: 900px;
	margin: 0 auto;
}

.jtc-task-shell {
	padding: 16px;
	display: grid;
	gap: 14px;
}

.jtc-task-head {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
}

.jtc-task-head span {
	display: block;
	color: var(--jtc-muted);
	margin-top: 4px;
}

.jtc-status-label {
	font-style: normal;
	background: #e8f6ed;
	color: var(--jtc-green);
	border-radius: 999px;
	padding: 9px 13px;
	font-weight: 900;
	white-space: nowrap;
	border: 1px solid rgba(47, 157, 104, .24);
	box-shadow: 0 8px 22px rgba(47, 157, 104, .14);
}

.jtc-status-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.jtc-status-actions button:disabled {
	opacity: .62;
	cursor: wait;
}

.jtc-task-notice {
	border: 1px solid rgba(47, 157, 104, .28);
	background: #edf8f1;
	color: #207a4e;
	border-radius: 8px;
	padding: 10px 12px;
	font-weight: 800;
}

.jtc-task-notice.is-error {
	border-color: rgba(233, 75, 53, .28);
	background: #fff0ed;
	color: var(--jtc-tomato-dark);
}

.jtc-task-card {
	display: grid;
	grid-template-columns: 142px minmax(0, 1fr);
	gap: 14px;
	border-top: 1px solid var(--jtc-line);
	padding-top: 14px;
}

.jtc-task-card .jtc-cover {
	min-height: 110px;
	border-radius: 8px;
}

.jtc-task-preview {
	margin: 8px 0 12px;
	color: var(--jtc-muted);
	line-height: 1.6;
}

.jtc-task-link {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	border-radius: 8px;
	background: #fff0ed;
	color: var(--jtc-tomato-dark);
	text-decoration: none;
	padding: 0 12px;
	font-weight: 900;
}

.jtc-recipe-detail {
	line-height: 1.75;
}

.jtc-recipe-detail h3 {
	margin: 14px 0 4px;
	font-size: 17px;
}

.jtc-recipe-article {
	max-width: 780px;
	margin: 0 auto;
	background: var(--jtc-card);
	border: 1px solid var(--jtc-line);
	border-radius: 8px;
	box-shadow: var(--jtc-shadow);
	overflow: hidden;
}

.jtc-recipe-cover {
	min-height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background:
		linear-gradient( 135deg, rgba(255, 225, 193, .92), rgba(255, 208, 196, .9) 45%, rgba(216, 239, 207, .94) ),
		linear-gradient( 90deg, #f47b55, #f4bd62, #75b986 );
	font-size: 86px;
	font-weight: 900;
	color: rgba(72, 42, 32, .34);
}

.jtc-rich-steps {
	display: grid;
	gap: 16px;
}

.jtc-rich-step {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 240px;
	gap: 16px;
	align-items: start;
	border: 1px solid var(--jtc-line);
	border-radius: 8px;
	padding: 14px;
	background: #fffdf8;
}

.jtc-rich-step h4 {
	margin: 0 0 8px;
	font-size: 18px;
}

.jtc-rich-step p {
	margin: 0;
	line-height: 1.75;
	color: var(--jtc-muted);
}

.jtc-rich-step img {
	aspect-ratio: 4 / 3;
	height: auto;
	border-radius: 8px;
}

.jtc-recipe-cover b {
	position: absolute;
	left: 22px;
	top: 22px;
	background: var(--jtc-tomato);
	color: #fff;
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 13px;
}

.jtc-recipe-header,
.jtc-recipe-detail,
.jtc-recipe-actions {
	padding-left: 28px;
	padding-right: 28px;
}

.jtc-recipe-header {
	padding-top: 24px;
}

.jtc-recipe-header h1 {
	margin: 0;
	font-size: 34px;
	line-height: 1.18;
}

.jtc-detail-section {
	border-top: 1px solid var(--jtc-line);
	padding: 18px 0;
}

.jtc-detail-section p {
	margin: 0;
	color: var(--jtc-muted);
}

.jtc-steps {
	margin: 0;
	padding-left: 22px;
	color: var(--jtc-muted);
}

.jtc-steps li + li {
	margin-top: 8px;
}

.jtc-tips {
	background: #fff8ef;
	margin-left: -28px;
	margin-right: -28px;
	padding-left: 28px;
	padding-right: 28px;
}

.jtc-recipe-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding-top: 22px;
	padding-bottom: 28px;
}

.jtc-add-from-detail,
.jtc-back {
	min-height: 46px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 14px;
	font-weight: 900;
	text-decoration: none;
}

.jtc-add-from-detail {
	background: var(--jtc-tomato);
	color: #fff;
}

.jtc-back {
	background: #fffaf3;
	border: 1px solid var(--jtc-line);
}

.jtc-history-list {
	display: grid;
	gap: 12px;
}

.jtc-history-list article {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr) 94px;
	gap: 12px;
	align-items: center;
	padding: 14px;
}

.jtc-history-list time,
.jtc-history-list span {
	color: var(--jtc-muted);
}

.jtc-empty-state {
	padding: 20px;
	color: var(--jtc-muted);
}

.jtc-couple-space {
	background: #fffaf2;
	color: #34251f;
	min-height: 360px;
	padding: 24px;
}

.jtc-couple-card {
	max-width: 720px;
	margin: 0 auto;
	background: #fffdf8;
	border: 1px solid #f0decf;
	border-radius: 8px;
	padding: 32px 24px;
	text-align: center;
	box-shadow: 0 12px 34px rgba(105, 71, 51, 0.09);
}

.jtc-couple-eyebrow {
	margin: 0 0 8px;
	color: #a35b4c;
	font-weight: 800;
}

.jtc-couple-card h1 {
	margin: 0 0 22px;
	font-size: 34px;
	line-height: 1.2;
}

.jtc-couple-avatars {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0 0 16px;
}

.jtc-couple-avatar {
	width: 88px;
	height: 88px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: #f15d45;
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	overflow: hidden;
}

.jtc-couple-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.jtc-couple-heart {
	color: #e94b35;
	font-size: 26px;
	font-weight: 900;
}

.jtc-couple-names,
.jtc-couple-date {
	margin: 8px 0 0;
	color: #75655a;
}

.jtc-log-panel {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 10001;
	font-size: 12px;
}

.jtc-log-toggle {
	border: 0;
	background: #36251f;
	color: #fff;
	border-radius: 999px;
	padding: 10px 13px;
	font-weight: 900;
	cursor: pointer;
}

.jtc-log-box {
	width: min(420px, calc(100vw - 32px));
	max-height: 360px;
	margin-bottom: 8px;
	background: #fffdf8;
	border: 1px solid var(--jtc-line);
	border-radius: 8px;
	box-shadow: var(--jtc-shadow);
	padding: 10px;
}

.jtc-log-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 8px;
}

.jtc-log-actions button {
	min-height: 30px;
	padding: 5px 8px;
	font-size: 12px;
}

.jtc-log-box pre {
	margin: 0;
	max-height: 240px;
	overflow: auto;
	white-space: pre-wrap;
	word-break: break-word;
	color: #4b3b35;
}

@media (max-width: 900px) {
	.jtc-app {
		padding: 12px 12px 78px;
	}

	.jtc-menu {
		width: min(100vw, calc(100vw - 12px));
		padding: 10px 10px 82px;
	}

	.jtc-kitchen-nav {
		grid-template-columns: minmax(0, 1fr) 42px;
		gap: 10px;
		margin-bottom: 10px;
	}

	.jtc-menu-toggle {
		display: inline-grid;
		place-items: center;
		justify-self: end;
	}

	.jtc-kitchen-links,
	.jtc-kitchen-profile {
		display: none;
	}

	.jtc-menu.is-nav-open .jtc-kitchen-links,
	.jtc-menu.is-nav-open .jtc-kitchen-profile,
	.jtc-nav-check:checked ~ .jtc-kitchen-links,
	.jtc-nav-check:checked ~ .jtc-kitchen-profile {
		display: flex;
		grid-column: 1 / -1;
		justify-self: stretch;
	}

	.jtc-menu.is-nav-open .jtc-kitchen-links,
	.jtc-nav-check:checked ~ .jtc-kitchen-links {
		border-radius: 8px;
		justify-content: space-between;
	}

	.jtc-menu.is-nav-open .jtc-kitchen-links a,
	.jtc-nav-check:checked ~ .jtc-kitchen-links a {
		flex: 1;
		text-align: center;
		padding-left: 8px;
		padding-right: 8px;
	}

	.jtc-menu.is-nav-open .jtc-kitchen-profile,
	.jtc-nav-check:checked ~ .jtc-kitchen-profile {
		justify-content: flex-start;
		background: #fffdf8;
		border: 1px solid var(--jtc-line);
		border-radius: 8px;
		padding: 8px 10px;
	}

	.jtc-kitchen-logo strong {
		font-size: 18px;
	}

	.jtc-kitchen-hero {
		min-height: 270px;
		margin-bottom: 18px;
	}

	.jtc-kitchen-hero::after {
		opacity: .42;
	}

	.jtc-hero-copy {
		padding: 24px 20px;
		max-width: 100%;
	}

	.jtc-kitchen-hero h1 {
		font-size: 38px;
	}

	.jtc-hero-cues {
		margin-top: 14px;
	}

	.jtc-hero-cues em {
		padding: 6px 9px;
		font-size: 13px;
	}

	.jtc-hero-action {
		min-height: 40px;
	}

	.jtc-section-head h2 {
		font-size: 21px;
	}

	.jtc-menu-tools {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.jtc-quick-filter {
		overflow-x: auto;
	}

	.jtc-topbar {
		align-items: flex-start;
	}

	.jtc-topbar nav {
		justify-content: flex-end;
		font-size: 14px;
	}

	.jtc-hero {
		min-height: 210px;
		padding: 22px;
	}

	.jtc-hero h1 {
		font-size: 34px;
	}

	.jtc-layout {
		display: block;
	}

	.jtc-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		padding-bottom: 18px;
	}

	.jtc-card {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		min-height: 154px;
	}

	.jtc-cover {
		min-height: 100%;
		font-size: 34px;
	}

	.jtc-card-body {
		padding: 12px;
	}

	.jtc-card h2 {
		font-size: 18px;
	}

	.jtc-selected-panel {
		display: none;
	}

	.jtc-mobile-bar {
		display: flex;
	}

	.jtc-task-card {
		grid-template-columns: 1fr;
	}

	.jtc-rich-step {
		grid-template-columns: 1fr;
	}

	.jtc-recipe-article {
		border-radius: 8px;
	}

	.jtc-recipe-cover {
		min-height: 210px;
		font-size: 64px;
	}

	.jtc-recipe-header,
	.jtc-recipe-detail,
	.jtc-recipe-actions {
		padding-left: 16px;
		padding-right: 16px;
	}

	.jtc-recipe-header h1 {
		font-size: 29px;
	}

	.jtc-detail-section {
		padding: 16px 0;
	}

	.jtc-tips {
		margin-left: -16px;
		margin-right: -16px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.jtc-recipe-actions,
	.jtc-modal-actions {
		grid-template-columns: 1fr;
	}

	.jtc-history-list article {
		grid-template-columns: 1fr;
	}

	.jtc-couple-space {
		padding: 12px;
	}

	.jtc-couple-card {
		padding: 24px 16px;
	}

	.jtc-couple-card h1 {
		font-size: 28px;
	}

	.jtc-couple-avatar {
		width: 74px;
		height: 74px;
		font-size: 28px;
	}

	.jtc-log-panel {
		right: 10px;
		bottom: 72px;
	}
}

@media (min-width: 901px) and (max-width: 1160px) {
	.jtc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
