body.postid-960 {
	--vat-paper: #fff7e8;
	--vat-paper-soft: #fbf0dc;
	--vat-card: #fffdf8;
	--vat-ink: #2b2119;
	--vat-muted: #67584a;
	--vat-line: #6b5745;
	--vat-green: #e5efd5;
	--vat-blue: #dfeef8;
	--vat-amber: #f4d983;
	--vat-red: #9b2c1f;
	--vat-shadow: 4px 4px 0 rgba(72, 55, 40, .22);
	--vat-focus: 0 0 0 3px rgba(240, 200, 106, .45);
}

body.postid-960 .vat-calculator-wrapper {
	width: min(860px, calc(100vw - 32px));
	margin: 22px auto 10px;
	box-sizing: border-box;
	color: var(--vat-ink);
	font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

body.postid-960 .vat-calculator-wrapper *,
body.postid-960 .vat-calculator-wrapper *::before,
body.postid-960 .vat-calculator-wrapper *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

body.postid-960 .vat-calculator-container {
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(107, 87, 69, .05) 1px, transparent 1px),
		linear-gradient(180deg, rgba(107, 87, 69, .05) 1px, transparent 1px),
		var(--vat-paper);
	background-size: 18px 18px;
	border: 2px solid var(--vat-line);
	border-radius: 0;
	box-shadow: var(--vat-shadow);
}

body.postid-960 .vat-calculator-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, .8fr);
	gap: 12px;
	align-items: end;
	padding: 14px 14px 12px;
	background:
		linear-gradient(135deg, rgba(247, 217, 131, .34), transparent 48%),
		rgba(255, 253, 248, .48);
}

body.postid-960 .vat-calculator-kicker {
	display: inline-flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	margin: 0 0 4px;
	padding: 2px 8px;
	background: var(--vat-amber);
	border: 1px solid var(--vat-line);
	border-radius: 0;
	color: var(--vat-ink);
	font-size: .72rem;
	font-weight: 850;
	line-height: 1.35;
	text-transform: uppercase;
}

body.postid-960 .vat-calculator-header h2 {
	margin: 0;
	padding: 0;
	color: var(--vat-ink);
	font-size: clamp(1.34rem, 2.1vw, 1.72rem);
	font-weight: 950;
	line-height: 1.18;
}

body.postid-960 .vat-calculator-lead {
	margin: 0;
	color: var(--vat-muted);
	font-size: .9rem;
	font-weight: 700;
	line-height: 1.55;
	text-align: right;
	word-break: keep-all;
}

body.postid-960 .vat-calculator-layout {
	padding: 12px;
	border-top: 2px solid var(--vat-line);
}

body.postid-960 .vat-source-switch {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0 0 12px;
}

body.postid-960 .vat-source-btn,
body.postid-960 .vat-quick-amounts button,
body.postid-960 .vat-secondary-btn,
body.postid-960 .vat-copy-btn {
	appearance: none;
	border-radius: 0;
	font-family: inherit;
	letter-spacing: 0;
	cursor: pointer;
	transition: transform .14s ease, box-shadow .14s ease, background-color .14s ease, color .14s ease, border-color .14s ease;
}

body.postid-960 .vat-source-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 56px;
	min-width: 0;
	padding: 8px 10px;
	background: var(--vat-card);
	border: 2px solid var(--vat-line);
	color: var(--vat-ink);
	text-align: left;
	box-shadow: 2px 2px 0 rgba(72, 55, 40, .14);
}

body.postid-960 .vat-source-btn span {
	font-size: .92rem;
	font-weight: 900;
	line-height: 1.2;
}

body.postid-960 .vat-source-btn small {
	margin-top: 3px;
	color: var(--vat-muted);
	font-size: .72rem;
	font-weight: 750;
	line-height: 1.2;
}

body.postid-960 .vat-source-btn:hover,
body.postid-960 .vat-source-btn:focus-visible {
	transform: translate(-1px, -1px);
	box-shadow: 4px 4px 0 rgba(72, 55, 40, .22);
}

body.postid-960 .vat-source-btn.is-active {
	background: var(--vat-green);
	color: var(--vat-ink);
}

body.postid-960 .vat-source-btn:focus-visible,
body.postid-960 .vat-quick-amounts button:focus-visible,
body.postid-960 .vat-secondary-btn:focus-visible,
body.postid-960 .vat-copy-btn:focus-visible,
body.postid-960 .vat-money-input:focus-visible {
	outline: none;
	box-shadow: var(--vat-focus), 3px 3px 0 rgba(72, 55, 40, .2);
}

body.postid-960 .vat-calculator-main {
	display: grid;
	grid-template-columns: minmax(260px, .86fr) minmax(0, 1.42fr);
	gap: 10px;
	align-items: stretch;
}

body.postid-960 .vat-guide-panel {
	grid-column: 1 / -1;
}

body.postid-960 .vat-panel {
	min-width: 0;
	padding: 12px;
	background: var(--vat-card);
	border: 2px solid rgba(107, 87, 69, .8);
	border-radius: 0;
	box-shadow: 3px 3px 0 rgba(72, 55, 40, .16);
}

body.postid-960 .vat-input-panel,
body.postid-960 .vat-result-panel {
	display: flex;
	flex-direction: column;
}

body.postid-960 .vat-result-panel {
	background: var(--vat-blue);
}

body.postid-960 .vat-guide-panel {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 8px 10px;
	padding: 8px 10px;
	background: var(--vat-paper-soft);
}

body.postid-960 .vat-guide-panel .vat-panel-head {
	margin: 0;
}

body.postid-960 .vat-guide-panel .vat-panel-head h3 {
	font-size: .88rem;
	white-space: nowrap;
}

body.postid-960 .vat-guide-panel .vat-panel-head p,
body.postid-960 .vat-guide-panel .vat-note {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.postid-960 .vat-panel-head {
	margin-bottom: 10px;
}

body.postid-960 .vat-panel-head h3 {
	margin: 0;
	padding: 0;
	color: var(--vat-ink);
	font-size: 1rem;
	font-weight: 950;
	line-height: 1.25;
}

body.postid-960 .vat-panel-head p {
	margin: 4px 0 0;
	color: var(--vat-muted);
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.45;
	word-break: keep-all;
}

body.postid-960 .vat-field-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin: 0 0 6px;
	color: var(--vat-ink);
	font-size: .84rem;
	font-weight: 900;
	line-height: 1.25;
}

body.postid-960 .vat-unit {
	color: var(--vat-muted);
	font-size: .76rem;
	font-weight: 800;
}

body.postid-960 .vat-input-shell {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	background: #fffaf0;
	border: 2px solid var(--vat-line);
	border-radius: 0;
}

body.postid-960 .vat-money-input {
	width: 100%;
	min-width: 0;
	height: 44px;
	padding: 0 10px;
	background: transparent;
	border: 0;
	color: var(--vat-ink);
	font-family: inherit;
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1;
	text-align: right;
}

body.postid-960 .vat-input-shell > span {
	flex: 0 0 auto;
	padding-right: 10px;
	color: var(--vat-muted);
	font-size: .84rem;
	font-weight: 900;
}

body.postid-960 .vat-readable-amount,
body.postid-960 .vat-error-text,
body.postid-960 .vat-copy-status {
	min-height: 20px;
	margin: 6px 0 0;
	font-size: .78rem;
	font-weight: 750;
	line-height: 1.45;
}

body.postid-960 .vat-readable-amount {
	color: var(--vat-muted);
}

body.postid-960 .vat-error-text {
	color: var(--vat-red);
}

body.postid-960 .vat-quick-amounts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
	margin: 8px 0 10px;
}

body.postid-960 .vat-quick-amounts button {
	min-height: 36px;
	padding: 7px 6px;
	background: var(--vat-paper-soft);
	border: 1px solid rgba(107, 87, 69, .72);
	color: var(--vat-ink);
	font-size: .77rem;
	font-weight: 900;
	line-height: 1.2;
	white-space: normal;
}

body.postid-960 .vat-quick-amounts button:hover {
	background: var(--vat-amber);
}

body.postid-960 .vat-actions {
	display: grid;
	margin-top: auto;
}

body.postid-960 .vat-secondary-btn,
body.postid-960 .vat-copy-btn {
	min-height: 42px;
	padding: 9px 12px;
	border: 2px solid var(--vat-line);
	font-size: .88rem;
	font-weight: 950;
	line-height: 1.2;
}

body.postid-960 .vat-secondary-btn {
	width: 100%;
	background: var(--vat-card);
	color: var(--vat-ink);
}

body.postid-960 .vat-secondary-btn:hover {
	background: var(--vat-paper-soft);
}

body.postid-960 .vat-result-summary {
	display: grid;
	place-items: center;
	gap: 4px;
	padding: 10px;
	margin-bottom: 8px;
	background: var(--vat-card);
	border: 2px solid var(--vat-line);
	border-radius: 0;
	text-align: center;
}

body.postid-960 .vat-result-summary span,
body.postid-960 .vat-result-card span {
	color: var(--vat-muted);
	font-size: .76rem;
	font-weight: 850;
	line-height: 1.25;
}

body.postid-960 .vat-result-summary strong {
	color: var(--vat-ink);
	font-size: clamp(1.64rem, 2.8vw, 2.24rem);
	font-weight: 950;
	line-height: 1.14;
	word-break: break-all;
}

body.postid-960 .vat-result-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0 0 8px;
}

body.postid-960 .vat-result-card {
	display: grid;
	place-items: center;
	gap: 4px;
	min-width: 0;
	min-height: 58px;
	padding: 8px 9px;
	background: rgba(255, 253, 248, .84);
	border: 2px solid var(--vat-line);
	border-radius: 0;
	box-shadow: 2px 2px 0 rgba(72, 55, 40, .14);
	text-align: center;
}

body.postid-960 .vat-result-card:nth-child(2) {
	background: var(--vat-amber);
	border-color: var(--vat-ink);
	box-shadow: 3px 3px 0 rgba(72, 55, 40, .22);
}

body.postid-960 .vat-result-card:nth-child(2) span,
body.postid-960 .vat-result-card:nth-child(2) strong {
	color: var(--vat-ink);
}

body.postid-960 .vat-result-card strong {
	color: var(--vat-ink);
	font-size: .93rem;
	font-weight: 950;
	line-height: 1.18;
	word-break: break-all;
}

body.postid-960 .vat-copy-btn {
	width: 100%;
	margin-top: auto;
	background: var(--vat-amber);
	color: var(--vat-ink);
}

body.postid-960 .vat-copy-btn:disabled {
	cursor: not-allowed;
	opacity: .54;
}

body.postid-960 .vat-copy-status {
	color: var(--vat-muted);
	text-align: center;
}

body.postid-960 .vat-result-panel.is-empty .vat-result-summary,
body.postid-960 .vat-result-panel.is-empty .vat-result-card {
	opacity: .72;
}

body.postid-960 .vat-formula-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
	padding: 0;
	margin: 0;
	list-style: none;
}

body.postid-960 .vat-formula-list li {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	min-height: 34px;
	padding: 6px 8px;
	background: rgba(255, 253, 248, .82);
	border: 1px solid rgba(107, 87, 69, .6);
	border-radius: 0;
}

body.postid-960 .vat-formula-list span {
	flex: 0 0 auto;
	color: var(--vat-muted);
	font-size: .68rem;
	font-weight: 850;
	line-height: 1.2;
	white-space: nowrap;
}

body.postid-960 .vat-formula-list strong {
	min-width: 0;
	color: var(--vat-ink);
	font-size: .74rem;
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.postid-960[data-scheme="dark"],
body.postid-960[data-scheme="inverse"],
body.postid-960[data-theme="dark"],
body.postid-960.dark-mode {
	--vat-paper: #2b2119;
	--vat-paper-soft: #33271d;
	--vat-card: #241c15;
	--vat-ink: #f7ebd8;
	--vat-muted: #d6c2a7;
	--vat-line: #a98b6b;
	--vat-green: #415538;
	--vat-blue: #2d4050;
	--vat-amber: #f0c86a;
	--vat-red: #ffb49b;
	--vat-shadow: 4px 4px 0 rgba(0, 0, 0, .34);
	--vat-focus: 0 0 0 3px rgba(240, 200, 106, .36);
}

body.postid-960[data-scheme="dark"] .vat-calculator-container,
body.postid-960[data-scheme="inverse"] .vat-calculator-container,
body.postid-960[data-theme="dark"] .vat-calculator-container,
body.postid-960.dark-mode .vat-calculator-container {
	background:
		linear-gradient(90deg, rgba(240, 200, 106, .055) 1px, transparent 1px),
		linear-gradient(180deg, rgba(240, 200, 106, .055) 1px, transparent 1px),
		var(--vat-paper);
}

body.postid-960[data-scheme="dark"] .vat-calculator-header,
body.postid-960[data-scheme="inverse"] .vat-calculator-header,
body.postid-960[data-theme="dark"] .vat-calculator-header,
body.postid-960.dark-mode .vat-calculator-header {
	background:
		linear-gradient(135deg, rgba(240, 200, 106, .18), transparent 48%),
		rgba(36, 28, 21, .52);
}

body.postid-960[data-scheme="dark"] .vat-input-shell,
body.postid-960[data-scheme="inverse"] .vat-input-shell,
body.postid-960[data-theme="dark"] .vat-input-shell,
body.postid-960.dark-mode .vat-input-shell {
	background: #201811;
}

body.postid-960[data-scheme="dark"] .vat-calculator-kicker,
body.postid-960[data-scheme="inverse"] .vat-calculator-kicker,
body.postid-960[data-theme="dark"] .vat-calculator-kicker,
body.postid-960.dark-mode .vat-calculator-kicker,
body.postid-960[data-scheme="dark"] .vat-copy-btn,
body.postid-960[data-scheme="inverse"] .vat-copy-btn,
body.postid-960[data-theme="dark"] .vat-copy-btn,
body.postid-960.dark-mode .vat-copy-btn {
	color: #241c15;
}

body.postid-960[data-scheme="dark"] .vat-source-btn,
body.postid-960[data-scheme="inverse"] .vat-source-btn,
body.postid-960[data-theme="dark"] .vat-source-btn,
body.postid-960.dark-mode .vat-source-btn,
body.postid-960[data-scheme="dark"] .vat-result-summary,
body.postid-960[data-scheme="inverse"] .vat-result-summary,
body.postid-960[data-theme="dark"] .vat-result-summary,
body.postid-960.dark-mode .vat-result-summary,
body.postid-960[data-scheme="dark"] .vat-result-card,
body.postid-960[data-scheme="inverse"] .vat-result-card,
body.postid-960[data-theme="dark"] .vat-result-card,
body.postid-960.dark-mode .vat-result-card,
body.postid-960[data-scheme="dark"] .vat-formula-list li,
body.postid-960[data-scheme="inverse"] .vat-formula-list li,
body.postid-960[data-theme="dark"] .vat-formula-list li,
body.postid-960.dark-mode .vat-formula-list li {
	background: rgba(36, 28, 21, .78);
}

body.postid-960[data-scheme="dark"] .vat-result-card:nth-child(2),
body.postid-960[data-scheme="inverse"] .vat-result-card:nth-child(2),
body.postid-960[data-theme="dark"] .vat-result-card:nth-child(2),
body.postid-960.dark-mode .vat-result-card:nth-child(2) {
	background: var(--vat-amber);
	border-color: var(--vat-amber);
}

body.postid-960[data-scheme="dark"] .vat-result-card:nth-child(2) span,
body.postid-960[data-scheme="inverse"] .vat-result-card:nth-child(2) span,
body.postid-960[data-theme="dark"] .vat-result-card:nth-child(2) span,
body.postid-960.dark-mode .vat-result-card:nth-child(2) span,
body.postid-960[data-scheme="dark"] .vat-result-card:nth-child(2) strong,
body.postid-960[data-scheme="inverse"] .vat-result-card:nth-child(2) strong,
body.postid-960[data-theme="dark"] .vat-result-card:nth-child(2) strong,
body.postid-960.dark-mode .vat-result-card:nth-child(2) strong {
	color: #241c15;
}

@media (max-width: 760px) {
	body.postid-960 .vat-calculator-header,
	body.postid-960 .vat-calculator-main {
		grid-template-columns: minmax(0, 1fr);
	}

	body.postid-960 .vat-calculator-lead {
		text-align: left;
	}

	body.postid-960 .vat-guide-panel {
		display: block;
	}

	body.postid-960 .vat-guide-panel .vat-panel-head {
		margin-bottom: 8px;
	}
}

@media (max-width: 520px) {
	body.postid-960 .vat-calculator-wrapper {
		width: min(100% - 32px, 860px);
	}

	body.postid-960 .vat-calculator-header {
		padding: 12px 10px 10px;
	}

	body.postid-960 .vat-calculator-layout {
		padding: 10px;
	}

	body.postid-960 .vat-source-switch,
	body.postid-960 .vat-result-grid,
	body.postid-960 .vat-formula-list {
		grid-template-columns: minmax(0, 1fr);
	}

	body.postid-960 .vat-source-btn {
		min-height: 50px;
	}

	body.postid-960 .vat-money-input {
		height: 42px;
		font-size: 1rem;
	}

	body.postid-960 .vat-calculator-header h2 {
		font-size: 1.34rem;
	}
}
