@import url('https://fonts.googleapis.com/css2?family=Gaegu:wght@700&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');

:root {
	--pevory-paper: #fffaf0;
	--pevory-paper-deep: #f7f0df;
	--pevory-ink: #25443d;
	--pevory-muted: #657b74;
	--pevory-mint: #cce7db;
	--pevory-mint-deep: #8dbba8;
	--pevory-peach: #f5c9ad;
	--pevory-pink: #f2ccd2;
	--pevory-line: #dfd8c8;
}

html { scroll-behavior: smooth; }

body.pevory-ui {
	background-color: var(--pevory-paper);
	background-image: radial-gradient(rgba(37, 68, 61, .045) .8px, transparent .8px);
	background-size: 18px 18px;
	color: var(--pevory-ink);
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -.015em;
}

/* Legal pages keep the same PEVORY identity while giving long policy text a calmer reading rhythm. */
.pevory-ui.legal-page {
	background-image: radial-gradient(rgba(141, 187, 168, .18) 1px, transparent 1px);
	background-size: 18px 18px;
}
.legal-shell { position: relative; }
.legal-back { display: inline-flex; align-items: center; gap: .35rem; opacity: .82; }
.legal-back:hover { opacity: 1; transform: translateX(-2px); }
.legal-header { max-width: 42rem; }
.legal-kicker { display: inline-flex; gap: .45rem; align-items: center; color: var(--pevory-muted); font-size: .7rem; font-weight: 800; letter-spacing: .18em; }
.legal-kicker span:first-child { color: var(--pevory-ink); }
.legal-lead { margin-top: .85rem; color: var(--pevory-muted); font-size: .98rem; line-height: 1.7; }
.legal-effective { display: inline-flex; margin-top: 1rem; padding: .35rem .7rem; border-radius: 999px; background: var(--pevory-mint); color: var(--pevory-ink); font-size: .78rem; font-weight: 700; }
.legal-document { overflow: hidden; }
.legal-section { padding: 1.35rem 0; }
.legal-section:first-child { padding-top: 0; }
.legal-section:last-child { padding-bottom: 0; }
.legal-section + .legal-section { border-top: 1px solid var(--pevory-line); }
.legal-section h2 { display: flex; align-items: center; gap: .6rem; color: var(--pevory-ink); line-height: 1.4; }
.legal-section h2::before { content: ''; width: .45rem; height: 1.45rem; flex: 0 0 auto; border-radius: 999px; background: var(--pevory-mint-deep); }
.legal-section p, .legal-section li { color: var(--pevory-ink); }
.legal-section ul { color: var(--pevory-ink); }
.legal-footer a { display: inline-block; margin: .15rem .35rem; }

.pevory-ui .pevory-display,
.pevory-ui h1 {
	font-family: 'Gaegu', 'Noto Sans KR', sans-serif;
	letter-spacing: -.025em;
}

.pevory-ui .pevory-hero {
	position: relative;
	overflow: hidden;
	background: #dceee5 !important;
	border-bottom: 1px solid #bfd8cd;
	border-radius: 0 0 34px 34px !important;
}

.pevory-ui .pevory-hero::before,
.pevory-ui .pevory-hero::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.pevory-ui .pevory-hero::before {
	width: 160px;
	height: 160px;
	right: -42px;
	top: -62px;
	background: rgba(245, 201, 173, .72);
}

.pevory-ui .pevory-hero::after {
	width: 74px;
	height: 74px;
	left: 7%;
	bottom: -30px;
	background: rgba(242, 204, 210, .8);
}

.pevory-ui .pevory-hero > * { position: relative; z-index: 1; }

.pevory-ui .pevory-card,
.pevory-ui .bg-white.shadow-lg,
.pevory-ui .bg-white.shadow-md {
	background: rgba(255, 253, 247, .97) !important;
	border: 1px solid var(--pevory-line);
	box-shadow: 0 5px 0 rgba(102, 82, 55, .07) !important;
}

.pevory-ui .shadow-lg { box-shadow: 0 5px 0 rgba(102, 82, 55, .07) !important; }
.pevory-ui .shadow-md { box-shadow: 0 3px 0 rgba(102, 82, 55, .07) !important; }

.pevory-ui input,
.pevory-ui select,
.pevory-ui textarea {
	border: 1px solid transparent !important;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.pevory-ui input:focus,
.pevory-ui select:focus,
.pevory-ui textarea:focus {
	background: #fff !important;
	border-color: var(--pevory-mint-deep) !important;
	box-shadow: 0 0 0 3px rgba(141, 187, 168, .18);
}

.pevory-ui button,
.pevory-ui a { transition: transform .15s ease, background-color .15s ease, border-color .15s ease; }
.pevory-ui button:not(:disabled):active,
.pevory-ui a:active { transform: translateY(1px); }

.pevory-ui form[data-single-submit][aria-busy="true"] button[type="submit"] {
	cursor: wait;
	opacity: .58;
}

.pevory-ui .pevory-sticker {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	background: #fffdf7;
	border: 1px solid var(--pevory-line);
	border-radius: 999px;
	padding: .42rem .8rem;
	font-size: .75rem;
	font-weight: 700;
	box-shadow: 2px 3px 0 rgba(92, 72, 47, .08);
	transform: rotate(-1deg);
}

.pevory-ui .pevory-section-title::before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 8px;
	border-radius: 3px 6px 4px 7px;
	background: var(--pevory-peach);
	transform: rotate(18deg);
}

.pevory-ui .pevory-pet-avatar {
	border: 1px solid var(--pevory-line);
	box-shadow: 3px 3px 0 var(--pevory-mint);
	transform: rotate(-2deg);
}

.pevory-ui .pevory-dashed {
	border-style: dashed !important;
	border-width: 1.5px !important;
	border-color: #cfc5b1 !important;
}

.pevory-ui .bg-cream { background-color: #f8f2e6 !important; }
.pevory-ui .bg-mint-soft { background-color: #dceee5 !important; }
.pevory-ui .bg-mint { background-color: #c6e3d6 !important; }
.pevory-ui .bg-blossom { background-color: #f7dfe1 !important; }
.pevory-ui .text-ink { color: var(--pevory-ink) !important; }
.pevory-ui .text-ink-soft { color: var(--pevory-muted) !important; }
.pevory-ui .bg-ink { background-color: var(--pevory-ink) !important; }

.pevory-ui ul.grid > li.bg-white,
.pevory-ui main li.bg-white {
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pevory-ui ul.grid > li.bg-white:hover,
.pevory-ui main li.bg-white:hover {
	transform: translateY(-2px) rotate(-.15deg);
	border-color: #c9bda8;
	box-shadow: 0 7px 0 rgba(102, 82, 55, .08) !important;
}

.pevory-ui details > summary {
	text-underline-offset: 3px;
}

.pevory-ui ::selection {
	background: var(--pevory-peach);
	color: var(--pevory-ink);
}

.pevory-detail-tab {
	border: 0;
	border-radius: 13px;
	background: transparent;
	padding: 10px 12px;
	color: var(--pevory-muted);
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.pevory-detail-tab:hover { background: var(--pevory-paper-deep); }
.pevory-detail-tab.is-active {
	background: var(--pevory-ink);
	color: #fff;
}

.pevory-detail-tab:focus-visible {
	outline: 3px solid rgba(141, 187, 168, .35);
	outline-offset: 1px;
}

.pevory-record-link {
	display: flex;
	min-height: 86px;
	justify-content: center;
	flex-direction: column;
	border: 1px solid transparent;
}

.pevory-record-link:hover {
	border-color: var(--pevory-mint-deep);
	transform: translateY(-1px);
}

.pevory-record-link strong { font-size: 14px; }
.pevory-record-link span {
	margin-top: 5px;
	color: var(--pevory-muted);
	font-size: 11px;
	line-height: 1.55;
}

.pevory-filter-details {
	border-top: 1px dashed var(--pevory-line);
	padding-top: 10px;
}

.pevory-filter-details > summary {
	display: flex;
	width: fit-content;
	align-items: center;
	gap: 7px;
	color: var(--pevory-ink);
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.pevory-filter-details > summary::-webkit-details-marker { display: none; }
.pevory-filter-details > summary::before {
	content: '+';
	display: inline-flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background: var(--pevory-mint);
	font-size: 15px;
}

.pevory-filter-details[open] > summary::before { content: '−'; }
.pevory-filter-details > summary span {
	color: var(--pevory-muted);
	font-size: 10px;
	font-weight: 600;
}

.pevory-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #eee7d9;
}

.pevory-filter-chip {
	display: inline-flex;
	align-items: center;
	border: 1px solid #bfd8cd;
	border-radius: 999px;
	background: #edf6f1;
	padding: 5px 9px;
	color: var(--pevory-ink);
	font-size: 10px;
	font-weight: 700;
}

.pevory-toast {
	display: flex;
	position: fixed;
	z-index: 100;
	top: 18px;
	left: 50%;
	width: min(calc(100% - 32px), 430px);
	align-items: center;
	gap: 10px;
	border: 1px solid #bad5ca;
	border-radius: 17px;
	background: rgba(247, 255, 251, .98);
	padding: 12px 13px;
	color: var(--pevory-ink);
	box-shadow: 0 9px 28px rgba(45, 67, 59, .16);
	transform: translateX(-50%);
	animation: pevory-toast-in .2s ease-out;
}

.pevory-toast--error {
	border-color: #e8bec4;
	background: rgba(255, 247, 247, .98);
	color: #8f4050;
}

.pevory-toast__mark {
	display: inline-flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--pevory-mint);
	font-size: 12px;
	font-weight: 900;
	flex: 0 0 auto;
}

.pevory-toast--error .pevory-toast__mark { background: var(--pevory-pink); }
.pevory-toast__message { flex: 1; font-size: 12px; font-weight: 700; }
.pevory-toast__close {
	border: 0;
	background: transparent;
	padding: 2px 5px;
	color: currentColor;
	font-size: 20px;
	cursor: pointer;
}

.pevory-toast.is-leaving { opacity: 0; transform: translate(-50%, -8px); transition: .18s ease; }
.pevory-action-toast {
	position: fixed;
	z-index: 100;
	top: 18px;
	left: 50%;
	width: min(calc(100% - 32px), 430px);
	transform: translateX(-50%);
	animation: pevory-toast-in .2s ease-out;
}

.pevory-action-toast.is-leaving { opacity: 0; transform: translate(-50%, -8px); transition: .18s ease; }
@keyframes pevory-toast-in {
	from { opacity: 0; transform: translate(-50%, -8px); }
	to { opacity: 1; transform: translate(-50%, 0); }
}

.pevory-bottom-nav { display: none; }

.pevory-desktop-header {
	display: none;
	background: rgba(255, 253, 247, .96);
	border-bottom: 1px solid var(--pevory-line);
}

/* Home: a calmer editorial landing page, isolated from the shared component theme. */
.pevory-home {
	--home-forest: #173f35;
	--home-sage: #dce9d8;
	--home-lime: #ddec9f;
	--home-coral: #f3a88f;
	--home-yellow: #f3d776;
	--home-lilac: #d9d2ed;
	background-color: #f5f1e8 !important;
	background-image: none !important;
}

.pevory-home-hero {
	position: relative;
	overflow: hidden;
	border-radius: 0 0 48px 48px;
	background: var(--home-sage);
	box-shadow: inset 0 -1px 0 rgba(23, 63, 53, .12);
}

.pevory-home-hero::before {
	content: '';
	position: absolute;
	width: 460px;
	height: 460px;
	right: -170px;
	top: -230px;
	border: 1px solid rgba(23, 63, 53, .11);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(255, 255, 255, .08), 0 0 0 140px rgba(255, 255, 255, .06);
}

.pevory-home-hero > * { position: relative; z-index: 1; }
.pevory-home-brand { display: flex; align-items: baseline; gap: 9px; }
.pevory-home-brand small { color: #567268; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pevory-home-nav-link,
.pevory-home-login {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: transparent;
	padding: 9px 13px;
	color: var(--home-forest);
	font-size: 12px;
	font-weight: 750;
	text-decoration: none;
}
.pevory-home-nav-link:hover { background: rgba(255,255,255,.42); }
.pevory-home-login { background: var(--home-forest); color: #fff; padding-inline: 18px; }
.pevory-home-eyebrow,
.pevory-home-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #547064;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .14em;
}
.pevory-home-eyebrow::before { content: ''; width: 22px; height: 2px; border-radius: 2px; background: var(--home-coral); }
.pevory-home-copy h1 { color: var(--home-forest); font-family: 'Gaegu', sans-serif; line-height: .92; }
.pevory-home-copy h1 em { color: #4f7769; font-style: normal; }

.pevory-home-search {
	width: min(100%, 680px);
	border: 1px solid rgba(23, 63, 53, .16);
	border-radius: 22px;
	background: #fffdf8;
	padding: 8px;
	box-shadow: 0 12px 35px rgba(46, 72, 60, .11);
}
.pevory-home-search-keyword { display: flex; align-items: center; gap: 9px; padding: 4px 11px 8px; }
.pevory-home-search-keyword > span { color: var(--home-forest); font-family: Georgia, serif; font-size: 28px; line-height: 1; transform: rotate(-15deg); }
.pevory-home-search-keyword input { width: 100%; border: 0 !important; background: transparent !important; padding: 10px 3px; color: var(--home-forest); font-size: 16px; font-weight: 700; outline: 0; box-shadow: none !important; }
.pevory-home-search-options { display: grid; grid-template-columns: 1fr 1fr auto auto; gap: 6px; }
.pevory-home-search-options select,
.pevory-home-location,
.pevory-home-search-button { min-width: 0; border: 0 !important; border-radius: 13px; padding: 11px 12px; font-size: 11px; font-weight: 800; cursor: pointer; }
.pevory-home-search-options select { background: #f1eee5 !important; color: #53665f; }
.pevory-home-location { background: #f7dfd5; color: #875542; }
.pevory-home-search-button { background: var(--home-forest); color: #fff; padding-inline: 18px; }
.pevory-home-quick-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 17px; padding-left: 3px; }
.pevory-home-quick-links a { border-bottom: 1px solid rgba(23,63,53,.28); color: #4c685e; font-size: 11px; font-weight: 800; text-decoration: none; }

.pevory-home-scene { position: relative; min-height: 390px; }
.pevory-home-sun { position: absolute; width: 230px; height: 230px; right: 42px; top: 26px; border-radius: 50%; background: var(--home-lime); }
.pevory-home-ground { position: absolute; width: 340px; height: 92px; right: 0; bottom: 22px; border-radius: 50%; background: rgba(66, 105, 89, .14); transform: rotate(-4deg); }
.pevory-home-pet { position: absolute; width: 205px; height: 270px; right: 55px; bottom: 42px; }
.pevory-home-body { position: absolute; width: 160px; height: 145px; left: 25px; bottom: 0; border-radius: 48% 48% 35% 35%; background: #c78968; transform: rotate(-2deg); }
.pevory-home-face { position: absolute; z-index: 2; width: 174px; height: 155px; left: 15px; top: 24px; border-radius: 46% 46% 48% 48%; background: #d99a76; box-shadow: inset 0 -15px 0 rgba(126,75,54,.08); }
.pevory-home-ear { position: absolute; z-index: 1; width: 72px; height: 112px; top: 12px; border-radius: 60% 28% 70% 40%; background: #a9644e; }
.pevory-home-ear--left { left: 0; transform: rotate(24deg); }
.pevory-home-ear--right { right: 0; transform: scaleX(-1) rotate(24deg); }
.pevory-home-face i { position: absolute; width: 9px; height: 12px; top: 66px; border-radius: 50%; background: var(--home-forest); }
.pevory-home-face i:first-child { left: 49px; }
.pevory-home-face i:nth-child(2) { right: 49px; }
.pevory-home-face b { position: absolute; width: 18px; height: 13px; left: 78px; top: 88px; border-radius: 50% 50% 65% 65%; background: #604638; }
.pevory-home-face b::after { content: ''; position: absolute; width: 25px; height: 12px; left: -3px; top: 8px; border-bottom: 3px solid #604638; border-radius: 50%; }
.pevory-home-note { position: absolute; z-index: 4; min-width: 128px; border: 1px solid rgba(23,63,53,.13); border-radius: 17px; background: rgba(255,253,248,.94); padding: 12px 14px; box-shadow: 0 8px 20px rgba(50,72,62,.1); transform: rotate(-3deg); }
.pevory-home-note span { display: block; color: #70847c; font-size: 9px; font-weight: 800; }
.pevory-home-note strong { display: block; margin-top: 3px; color: var(--home-forest); font-size: 12px; }
.pevory-home-note--one { left: 4px; top: 74px; }
.pevory-home-note--two { right: -16px; top: 190px; transform: rotate(3deg); }

.pevory-home-facility-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pevory-home-facility {
	display: flex;
	min-height: 190px;
	flex-direction: column;
	border: 1px solid rgba(23,63,53,.12);
	border-radius: 25px;
	padding: 20px;
	color: var(--home-forest);
	text-decoration: none;
	box-shadow: 0 5px 0 rgba(65,55,38,.07);
}
.pevory-home-facility:hover { transform: translateY(-4px) rotate(-.3deg); box-shadow: 0 9px 0 rgba(65,55,38,.07); }
.pevory-home-facility-mark { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid rgba(23,63,53,.18); border-radius: 50%; background: rgba(255,255,255,.55); font-family: Georgia, serif; font-size: 18px; font-weight: 800; }
.pevory-home-facility strong { margin-top: 24px; font-family: 'Gaegu', sans-serif; font-size: 25px; line-height: 1; }
.pevory-home-facility small { margin-top: 7px; color: rgba(23,63,53,.67); font-size: 11px; font-weight: 650; }
.pevory-home-facility b { margin-top: auto; padding-top: 15px; font-size: 10px; }
.pevory-home-facility--hospital { background: #f5c6b6; }
.pevory-home-facility--pharmacy { background: #d9d2ed; }
.pevory-home-facility--grooming { background: #f2dc96; }
.pevory-home-facility--boarding { background: #cbded1; }
.pevory-home-facility--outing { grid-column: span 4; min-height: 135px; background: var(--home-forest); color: #fff; }
.pevory-home-facility--outing .pevory-home-facility-mark { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.1); }
.pevory-home-facility--outing strong { margin-top: 16px; }
.pevory-home-facility--outing small { color: rgba(255,255,255,.7); }
.pevory-home-facility--outing b { color: var(--home-lime); }

@media (min-width: 768px) {
	.pevory-desktop-header { display: block; }

	.pevory-desktop-header__inner {
		display: flex;
		width: min(100% - 48px, 1152px);
		height: 66px;
		align-items: center;
		justify-content: space-between;
		gap: 32px;
		margin: 0 auto;
	}

	.pevory-desktop-header__brand {
		display: flex;
		align-items: baseline;
		gap: 10px;
		color: var(--pevory-ink);
		text-decoration: none;
	}

	.pevory-desktop-header__brand span {
		font-family: 'Gaegu', sans-serif;
		font-size: 29px;
		font-weight: 700;
		line-height: 1;
	}

	.pevory-desktop-header__brand small {
		color: var(--pevory-muted);
		font-size: 10px;
		font-weight: 700;
	}

	.pevory-desktop-header__nav {
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.pevory-desktop-header__nav a {
		border-radius: 999px;
		padding: 9px 14px;
		color: var(--pevory-muted);
		font-size: 12px;
		font-weight: 700;
		text-decoration: none;
	}

	.pevory-desktop-header__nav a:hover { background: var(--pevory-paper-deep); }
	.pevory-desktop-header__nav a.is-active {
		background: var(--pevory-mint);
		color: var(--pevory-ink);
	}
}

@media (max-width: 767px) {
	body.pevory-ui { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }

	.pevory-bottom-nav {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		position: fixed;
		z-index: 60;
		left: 12px;
		right: 12px;
		bottom: max(10px, env(safe-area-inset-bottom));
		padding: 6px;
		background: rgba(255, 253, 247, .96);
		border: 1px solid var(--pevory-line);
		border-radius: 20px;
		box-shadow: 0 7px 22px rgba(64, 52, 37, .14);
		backdrop-filter: blur(14px);
	}

	.pevory-bottom-nav__item {
		display: flex;
		min-width: 0;
		min-height: 52px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 1px;
		border-radius: 15px;
		color: var(--pevory-muted);
		font-size: 10px;
		font-weight: 700;
		text-decoration: none;
	}

	.pevory-bottom-nav__icon {
		font-family: 'Gaegu', sans-serif;
		font-size: 22px;
		font-weight: 700;
		line-height: 1;
	}

	.pevory-bottom-nav__item.is-active {
		background: var(--pevory-mint);
		color: var(--pevory-ink);
	}

	.pevory-ui #compare-bar:not(.hidden) {
		bottom: calc(78px + env(safe-area-inset-bottom));
		border: 1px solid var(--pevory-line);
		border-radius: 16px;
		margin: 0 12px;
	}

	.pevory-toast {
		top: auto;
		bottom: calc(86px + env(safe-area-inset-bottom));
	}

	.pevory-action-toast {
		top: auto;
		bottom: calc(86px + env(safe-area-inset-bottom));
	}

	.pevory-home-hero { border-radius: 0 0 30px 30px; }
	.pevory-home-search-options { grid-template-columns: 1fr 1fr; }
	.pevory-home-search-button { grid-column: span 1; }
	.pevory-home-scene { min-height: 310px; margin-top: -8px; transform: scale(.88); transform-origin: center top; }
	.pevory-home-note--one { left: 0; }
	.pevory-home-note--two { right: 0; }
	.pevory-home-facility-grid { grid-template-columns: repeat(2, 1fr); }
	.pevory-home-facility { min-height: 165px; padding: 16px; }
	.pevory-home-facility strong { margin-top: 18px; font-size: 21px; }
	.pevory-home-facility--outing { grid-column: span 2; }
}

@media print {
	.pevory-bottom-nav,
	.pevory-desktop-header { display: none !important; }
	body.pevory-ui { padding-bottom: 0 !important; }
}

@media (max-width: 640px) {
	body.pevory-ui { background-size: 15px 15px; }
	.pevory-ui .pevory-hero { border-radius: 0 0 25px 25px !important; }
	.pevory-ui .pevory-hero::before { width: 115px; height: 115px; }
	.pevory-ui .pevory-card,
	.pevory-ui .bg-white.shadow-lg { box-shadow: 0 3px 0 rgba(102, 82, 55, .06) !important; }
	.pevory-home-copy h1 { font-size: 3.35rem; }
	.pevory-home-search-keyword input { font-size: 14px; }
	.pevory-home-search-options select,
	.pevory-home-location,
	.pevory-home-search-button { padding: 11px 9px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.pevory-ui * { transition: none !important; }
}

/* Site-wide storybook refresh: carry the home visual language into every tool page. */
body.pevory-ui:not(.pevory-home) {
	--pevory-paper: #f7f3e9;
	--pevory-paper-deep: #eee8d9;
	--pevory-ink: #173f35;
	--pevory-muted: #61766e;
	--pevory-mint: #cadfd1;
	--pevory-mint-deep: #83aa98;
	--pevory-peach: #f2bca9;
	--pevory-pink: #eec7d1;
	--pevory-line: rgba(23, 63, 53, .14);
	background-color: var(--pevory-paper);
	background-image:
		radial-gradient(circle at 12% 8%, rgba(242, 188, 169, .2) 0 5px, transparent 6px),
		radial-gradient(circle at 87% 22%, rgba(188, 209, 171, .25) 0 7px, transparent 8px),
		radial-gradient(rgba(23, 63, 53, .04) .75px, transparent .75px);
	background-position: 0 0, 0 0, 0 0;
	background-size: 190px 190px, 240px 240px, 18px 18px;
}

body.pevory-ui:not(.pevory-home) .pevory-desktop-header {
	position: relative;
	z-index: 40;
	border-bottom: 1px solid rgba(23, 63, 53, .1);
	background: rgba(247, 243, 233, .9);
	backdrop-filter: blur(16px);
}

body.pevory-ui:not(.pevory-home) .pevory-desktop-header__brand::before {
	content: '';
	display: inline-block;
	width: 31px;
	height: 31px;
	border: 1px solid rgba(23, 63, 53, .18);
	border-radius: 50% 48% 46% 54%;
	background:
		radial-gradient(circle at 34% 36%, #173f35 0 3px, transparent 3.5px),
		radial-gradient(circle at 65% 36%, #173f35 0 3px, transparent 3.5px),
		radial-gradient(ellipse at 50% 64%, #173f35 0 7px, transparent 7.5px),
		#dfeaca;
	box-shadow: 2px 3px 0 rgba(23, 63, 53, .1);
	transform: rotate(-5deg);
}

body.pevory-ui:not(.pevory-home) .pevory-desktop-header__nav a {
	border: 1px solid transparent;
	padding: 9px 15px;
}

body.pevory-ui:not(.pevory-home) .pevory-desktop-header__nav a:hover {
	border-color: rgba(23, 63, 53, .1);
	background: rgba(255, 255, 255, .55);
}

body.pevory-ui:not(.pevory-home) .pevory-desktop-header__nav a.is-active {
	border-color: rgba(23, 63, 53, .15);
	background: #dfeaca;
	box-shadow: 2px 3px 0 rgba(23, 63, 53, .08);
	transform: rotate(-1deg);
}

body.pevory-ui:not(.pevory-home) .pevory-hero {
	min-height: 128px;
	border-bottom: 1px solid rgba(23, 63, 53, .14) !important;
	border-radius: 0 0 42px 42px !important;
	background:
		linear-gradient(115deg, rgba(255, 255, 255, .22), transparent 45%),
		#cbded1 !important;
}

body.pevory-ui:not(.pevory-home) .pevory-hero::before {
	width: 190px;
	height: 190px;
	right: 7%;
	top: -112px;
	border: 1px solid rgba(23, 63, 53, .09);
	background: #e5efbd;
	box-shadow: 0 0 0 38px rgba(255, 255, 255, .1);
}

body.pevory-ui:not(.pevory-home) .pevory-hero::after {
	width: 88px;
	height: 45px;
	left: 9%;
	bottom: -18px;
	border-radius: 50%;
	background: rgba(242, 188, 169, .75);
	transform: rotate(-8deg);
}

body.pevory-ui:not(.pevory-home) .pevory-hero h1 {
	font-size: clamp(2rem, 5vw, 2.8rem);
	line-height: .95;
}

body.pevory-ui:not(.pevory-home) .pevory-card,
body.pevory-ui:not(.pevory-home) .bg-white.shadow-lg,
body.pevory-ui:not(.pevory-home) .bg-white.shadow-md,
body.pevory-ui:not(.pevory-home) main li.bg-white {
	border: 1px solid rgba(23, 63, 53, .13);
	background: rgba(255, 253, 248, .95) !important;
	box-shadow: 0 6px 0 rgba(67, 61, 43, .075) !important;
}

body.pevory-ui:not(.pevory-home) .rounded-\[24px\],
body.pevory-ui:not(.pevory-home) .rounded-\[20px\] {
	border-radius: 25px;
}

body.pevory-ui:not(.pevory-home) main h2,
body.pevory-ui:not(.pevory-home) .pevory-section-title {
	letter-spacing: -.025em;
}

body.pevory-ui:not(.pevory-home) .pevory-section-title::before {
	width: 12px;
	height: 12px;
	border-radius: 60% 45% 55% 40%;
	background: #efb7a4;
	box-shadow: 7px -4px 0 -3px #efb7a4, -4px -6px 0 -3px #efb7a4;
}

body.pevory-ui:not(.pevory-home) input,
body.pevory-ui:not(.pevory-home) select,
body.pevory-ui:not(.pevory-home) textarea {
	border: 1px solid rgba(23, 63, 53, .08) !important;
	background-color: #f1eee5 !important;
}

body.pevory-ui:not(.pevory-home) input:hover,
body.pevory-ui:not(.pevory-home) select:hover,
body.pevory-ui:not(.pevory-home) textarea:hover {
	border-color: rgba(23, 63, 53, .2) !important;
}

body.pevory-ui:not(.pevory-home) button.bg-ink,
body.pevory-ui:not(.pevory-home) a.bg-ink {
	box-shadow: 0 4px 0 #0d2d26;
}

body.pevory-ui:not(.pevory-home) button.bg-ink:hover,
body.pevory-ui:not(.pevory-home) a.bg-ink:hover {
	background: #245a4b !important;
	transform: translateY(-1px);
}

body.pevory-ui:not(.pevory-home) .bg-mint-soft {
	background-color: #e1ebde !important;
}

body.pevory-ui:not(.pevory-home) .bg-mint {
	background-color: #c7ddcf !important;
}

body.pevory-ui:not(.pevory-home) .bg-blossom {
	background-color: #f0ccd2 !important;
}

body.pevory-ui:not(.pevory-home) .bg-cream {
	background-color: #f1eee5 !important;
}

body.pevory-ui:not(.pevory-home) ul.grid > li.bg-white:hover,
body.pevory-ui:not(.pevory-home) main li.bg-white:hover {
	border-color: rgba(23, 63, 53, .27);
	box-shadow: 0 9px 0 rgba(67, 61, 43, .075) !important;
	transform: translateY(-3px) rotate(-.2deg);
}

body.pevory-ui:not(.pevory-home) .pevory-filter-details {
	margin-top: 14px;
	border-color: rgba(23, 63, 53, .15);
}

body.pevory-ui:not(.pevory-home) .pevory-filter-details > summary::before {
	background: #dfeaca;
	box-shadow: 1px 2px 0 rgba(23, 63, 53, .1);
}

body.pevory-ui:not(.pevory-home) .pevory-filter-chip {
	border-color: rgba(23, 63, 53, .15);
	background: #e5efdf;
}

body.pevory-ui:not(.pevory-home) .pevory-detail-tabs {
	border: 1px solid rgba(23, 63, 53, .13);
	background: rgba(255, 253, 248, .91) !important;
	box-shadow: 0 5px 18px rgba(48, 62, 53, .09) !important;
}

body.pevory-ui:not(.pevory-home) .pevory-detail-tab.is-active {
	box-shadow: 0 3px 0 #0d2d26;
}

body.pevory-ui:not(.pevory-home) .pevory-pet-avatar {
	border-radius: 45% 55% 48% 52%;
	box-shadow: 3px 4px 0 #c9ddce;
}

.pevory-pet-place-card,
.pevory-match-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border: 1px solid rgba(23, 63, 53, .14);
	border-radius: 25px;
	background: #dfeaca;
	padding: 21px 22px;
	color: var(--pevory-ink);
	box-shadow: 0 6px 0 rgba(67, 61, 43, .075);
}

.pevory-pet-place-card > div:first-child > span,
.pevory-match-banner__eyebrow {
	display: block;
	margin-bottom: 4px;
	color: #607568;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
}

.pevory-pet-place-card h2,
.pevory-match-banner h2 {
	margin: 0;
	font-family: 'Gaegu', 'Noto Sans KR', sans-serif;
	font-size: 25px;
	line-height: 1.05;
}

.pevory-pet-place-card p,
.pevory-match-banner p {
	margin: 7px 0 0;
	color: #597066;
	font-size: 11px;
	font-weight: 650;
}

.pevory-pet-place-card__links,
.pevory-match-banner__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
}

.pevory-pet-place-card__links a,
.pevory-match-banner__actions a,
.pevory-match-banner__actions button {
	border: 1px solid rgba(23, 63, 53, .14);
	border-radius: 999px;
	background: rgba(255, 253, 248, .72);
	padding: 9px 12px;
	color: var(--pevory-ink);
	font-size: 11px;
	font-weight: 850;
	text-decoration: none;
	cursor: pointer;
}

.pevory-pet-place-card__links a:first-child,
.pevory-match-banner__actions button {
	border-color: var(--pevory-ink);
	background: var(--pevory-ink);
	color: #fff;
}

.pevory-pet-place-link {
	border-bottom: 1px solid rgba(23, 63, 53, .25);
	padding-bottom: 2px;
}

.pevory-today-board {
	border: 1px solid rgba(23, 63, 53, .14);
	border-radius: 30px;
	background: #fffdf8;
	padding: 24px;
	box-shadow: 0 8px 0 rgba(67, 61, 43, .08);
}

.pevory-today-board__head,
.pevory-today-pet__title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.pevory-today-board__eyebrow {
	color: #688072;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .14em;
}

.pevory-today-board__head h2 {
	margin: 3px 0 2px;
	font-family: 'Gaegu', 'Noto Sans KR', sans-serif;
	font-size: 30px;
	line-height: 1;
}

.pevory-today-board__head p,
.pevory-today-alerts--clear p {
	margin: 0;
	color: #66786e;
	font-size: 11px;
	font-weight: 650;
}

.pevory-today-board__head > a {
	border-radius: 999px;
	background: #173f35;
	padding: 9px 13px;
	color: #fff;
	font-size: 11px;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
}

.pevory-today-alerts {
	margin-top: 18px;
	border-radius: 20px;
	background: #f7dadd;
	padding: 14px;
}

.pevory-today-alerts__summary {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 9px;
}

.pevory-today-alerts__summary strong { margin-right: auto; font-size: 12px; }
.pevory-today-alerts__summary > span { border-radius: 999px; background: rgba(255,255,255,.58); padding: 4px 7px; font-size: 10px; font-weight: 800; }
.pevory-today-alerts ul { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }
.pevory-today-alerts li a { display: flex; align-items: center; gap: 6px; border-radius: 11px; background: rgba(255,255,255,.48); padding: 8px 9px; color: #633b43; font-size: 11px; text-decoration: none; }
.pevory-today-alerts li a time { margin-left: auto; font-weight: 800; }
.pevory-today-alerts__badge { border-radius: 999px; background: #fffdf8; padding: 2px 6px; font-size: 9px; font-weight: 900; }
.pevory-today-alerts--clear { display: flex; align-items: center; gap: 10px; background: #dfeaca; }
.pevory-today-alerts--clear > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #173f35; color: #fff; font-weight: 900; }
.pevory-today-alerts--clear strong { display: block; font-size: 12px; }

.pevory-today-pets { display: grid; gap: 12px; margin-top: 14px; }
.pevory-today-pet { border: 1px solid rgba(23,63,53,.1); border-radius: 20px; background: #f1eee5; padding: 15px; }
.pevory-today-pet__title strong { display: block; font-size: 14px; }
.pevory-today-pet__title div > span { color: #687b70; font-size: 10px; font-weight: 750; }
.pevory-today-pet__done { border-radius: 999px; background: #dfeaca; padding: 5px 8px; color: #355a48; font-size: 10px; font-weight: 900; }
.pevory-today-pet__progress { overflow: hidden; height: 6px; margin: 10px 0 12px; border-radius: 999px; background: #ddd8cc; }
.pevory-today-pet__progress span { display: block; height: 100%; border-radius: inherit; background: #df8e78; transition: width .2s ease; }
.pevory-today-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.pevory-today-actions button { width: 100%; border: 1px solid rgba(23,63,53,.1); border-radius: 14px; background: #fffdf8; padding: 8px 3px; color: #173f35; cursor: pointer; }
.pevory-today-actions button > span,
.pevory-today-actions button strong,
.pevory-today-actions button small { display: block; }
.pevory-today-actions button > span { font-size: 16px; }
.pevory-today-actions button strong { margin-top: 2px; font-size: 10px; }
.pevory-today-actions button small { color: #718278; font-size: 9px; }
.pevory-today-actions button.is-recorded { border-color: #afc9ae; background: #dfeaca; box-shadow: inset 0 0 0 1px rgba(23,63,53,.04); }
.pevory-today-pet__detail { display: inline-block; margin-top: 10px; color: #536d60; font-size: 10px; font-weight: 800; text-decoration: none; }

@media (max-width: 767px) {
	body.pevory-ui:not(.pevory-home) .pevory-hero {
		min-height: 112px;
		border-radius: 0 0 30px 30px !important;
	}

	body.pevory-ui:not(.pevory-home) .pevory-bottom-nav {
		border-color: rgba(23, 63, 53, .15);
		background: rgba(255, 253, 248, .94);
		box-shadow: 0 8px 24px rgba(23, 63, 53, .14);
	}

	body.pevory-ui:not(.pevory-home) .pevory-bottom-nav__item.is-active {
		background: #dfeaca;
		box-shadow: inset 0 0 0 1px rgba(23, 63, 53, .08);
	}

	.pevory-pet-place-card,
	.pevory-match-banner {
		align-items: stretch;
		flex-direction: column;
		padding: 18px;
	}

	.pevory-pet-place-card__links,
	.pevory-match-banner__actions {
		justify-content: flex-start;
	}

	.pevory-today-board { padding: 19px 16px; }
	.pevory-today-board__head { align-items: flex-end; }
	.pevory-today-board__head p { max-width: 190px; }
	.pevory-today-alerts li a { flex-wrap: wrap; }
	.pevory-today-alerts li a time { width: auto; }
}
