.pw-tool-shell {
	--pw-tool-accent: var(--pw-accent, #3667e9);
	--pw-tool-accent-soft: color-mix(in srgb, var(--pw-tool-accent) 10%, white);
	--pw-tool-accent-border: color-mix(in srgb, var(--pw-tool-accent) 18%, white);
	border: 1px solid var(--pw-tool-accent-border);
	border-radius: 24px;
	padding: 2rem;
	background: linear-gradient(180deg, color-mix(in srgb, var(--pw-tool-accent) 4%, white) 0%, #ffffff 100%);
	box-shadow: 0 12px 30px color-mix(in srgb, var(--pw-tool-accent) 8%, rgba(10, 37, 64, 0.06));
}

.pw-tool-shell--kitchen {
	--pw-tool-accent: #d18a3d;
}

.pw-tool-shell--fitness {
	--pw-tool-accent: #e46f47;
}

.pw-tool-shell--mealprep {
	--pw-tool-accent: #4f7fbd;
}

.pw-tool-shell--closet {
	--pw-tool-accent: #5f8f7b;
}

.pw-tool-shell__hero {
	position: relative;
	display: grid;
	gap: 1.1rem;
	margin-bottom: 1.75rem;
	padding: 1.5rem;
	border: 1px solid var(--pw-tool-accent-border);
	border-radius: 22px;
	background:
		radial-gradient(circle at top right, color-mix(in srgb, var(--pw-tool-accent) 10%, transparent), transparent 30%),
		linear-gradient(180deg, color-mix(in srgb, var(--pw-tool-accent) 8%, white), #ffffff 78%);
	overflow: hidden;
}

.pw-tool-shell__hero::after {
	content: '';
	position: absolute;
	inset: auto -28px -36px auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: radial-gradient(circle, color-mix(in srgb, var(--pw-tool-accent) 11%, transparent) 0%, transparent 72%);
	pointer-events: none;
}

.pw-tool-shell__hero-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.pw-tool-shell__hero-icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	border-radius: 20px;
	background: color-mix(in srgb, var(--pw-tool-accent) 10%, white);
	border: 1px solid color-mix(in srgb, var(--pw-tool-accent) 14%, white);
	color: var(--pw-tool-accent);
}

.pw-tool-shell__hero-icon i {
	font-size: 2rem;
	line-height: 1;
}

.pw-tool-shell__eyebrow,
.pw-kitchen-converter__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pw-tool-accent);
	background: color-mix(in srgb, var(--pw-tool-accent) 10%, white);
	border: 1px solid color-mix(in srgb, var(--pw-tool-accent) 12%, white);
	padding: 0.45rem 0.85rem;
	border-radius: 999px;
}

.pw-tool-shell__title,
.pw-kitchen-converter__title {
	margin: 0 0 0.75rem;
	font-size: 2rem;
	line-height: 1.1;
	color: #14213d;
}

.pw-tool-shell__text,
.pw-kitchen-converter__text {
	margin: 0;
	max-width: 42rem;
	color: #50627f;
}

.pw-tool-shell__chips {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.pw-tool-shell__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0.3rem 0.8rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--pw-tool-accent) 8%, white);
	border: 1px solid color-mix(in srgb, var(--pw-tool-accent) 14%, white);
	color: var(--pw-tool-accent);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pw-tool-shell__panel,
.pw-kitchen-converter__panel {
	margin-top: 1.5rem;
	padding: 1.5rem;
	border-radius: 20px;
	background: #ffffff;
	border: 1px solid var(--pw-tool-accent-border);
}

.pw-tool-grid,
.pw-kitchen-converter__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.pw-tool-field label,
.pw-kitchen-converter__field label {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #14213d;
}

.pw-tool-field input,
.pw-tool-field select,
.pw-kitchen-converter__field input,
.pw-kitchen-converter__field select {
	width: 100%;
	min-height: 50px;
	padding: 0.8rem 0.95rem;
	border: 1px solid #cfd9ea;
	border-radius: 14px;
	background: #fff;
	color: #23344d;
	font-size: 1rem;
}

.pw-tool-result,
.pw-kitchen-converter__result {
	margin-top: 1.25rem;
	padding: 1.25rem;
	border-radius: 18px;
	background: color-mix(in srgb, var(--pw-tool-accent) 9%, white);
	border: 1px solid color-mix(in srgb, var(--pw-tool-accent) 16%, white);
}

.pw-tool-result__eyebrow,
.pw-kitchen-converter__result-label,
.pw-kitchen-converter__section-label {
	margin: 0 0 0.35rem;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--pw-tool-accent);
}

.pw-tool-result__title,
.pw-kitchen-converter__result-value {
	margin: 0;
	font-size: 2rem;
	font-weight: 800;
	color: #14213d;
}

.pw-tool-result__summary,
.pw-kitchen-converter__result-note {
	margin: 0.35rem 0 0;
	color: #50627f;
}

.pw-tool-result__list {
	margin: 1rem 0 0;
	padding-left: 1.1rem;
	color: #42526c;
}

.pw-tool-result__list li + li {
	margin-top: 0.45rem;
}

.pw-tool-result__amazon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	min-height: 44px;
	padding: 0.8rem 1rem;
	border-radius: 999px;
	border: 1px solid var(--pw-tool-accent-border);
	background: #fff;
	color: var(--pw-tool-accent);
	font-weight: 700;
	text-decoration: none;
}

.pw-tool-result__amazon:hover,
.pw-tool-result__amazon:focus {
	border-color: var(--pw-tool-accent);
	background: color-mix(in srgb, var(--pw-tool-accent) 8%, white);
	color: var(--pw-tool-accent);
	text-decoration: none;
}

.pw-tool-shell__footer {
	margin-top: 1.75rem;
}

.pw-tool-links__title,
.pw-kitchen-converter__reference h3,
.pw-kitchen-converter__support h3,
.pw-tool-faq__title {
	margin: 0 0 0.85rem;
	font-size: 1.2rem;
	color: #14213d;
}

.pw-tool-links__list {
	margin: 0;
	padding-left: 1.1rem;
}

.pw-tool-links__list li + li {
	margin-top: 0.45rem;
}

.pw-tool-links__list a {
	color: var(--pw-tool-accent);
	font-weight: 600;
	text-decoration: none;
}

.pw-tool-links__list a:hover,
.pw-tool-links__list a:focus {
	text-decoration: underline;
}

.pw-tool-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.5rem;
}

.pw-tool-share {
	margin-top: 1.35rem;
	padding: 1.15rem 1.2rem;
	border: 1px solid var(--pw-tool-accent-border);
	border-radius: 20px;
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--pw-tool-accent) 6%, white) 0%, #ffffff 100%);
	box-shadow: 0 10px 24px color-mix(in srgb, var(--pw-tool-accent) 6%, rgba(10, 37, 64, 0.08));
}

.pw-tool-share__header {
	display: grid;
	gap: 0.2rem;
	margin-bottom: 0.85rem;
}

.pw-tool-share__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #14213d;
}

.pw-tool-share__text {
	margin: 0;
	color: #5b6c86;
	font-size: 0.92rem;
}

.pw-tool-share__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	align-items: center;
}

.pw-tool-share__copy,
.pw-tool-share__network {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border-radius: 999px;
	border: 1px solid var(--pw-tool-accent-border);
	background: #fff;
	color: var(--pw-tool-accent);
	font-weight: 700;
	text-decoration: none !important;
}

.pw-tool-share__copy {
	gap: 0.55rem;
	padding: 0.7rem 1rem;
	cursor: pointer;
}

.pw-tool-share__copy i,
.pw-tool-share__network i {
	line-height: 1;
}

.pw-tool-share__copy i {
	font-size: 0.95rem;
}

.pw-tool-share__network {
	width: 46px;
	padding: 0;
	font-size: 1rem;
	text-decoration: none !important;
}

.pw-tool-share__copy span {
	line-height: 1;
	text-decoration: none !important;
}

.pw-tool-share__copy:hover,
.pw-tool-share__copy:focus,
.pw-tool-share__network:hover,
.pw-tool-share__network:focus {
	border-color: var(--pw-tool-accent);
	background: color-mix(in srgb, var(--pw-tool-accent) 10%, white);
	color: var(--pw-tool-accent);
	text-decoration: none !important;
}

.pw-tool-share__network::before,
.pw-tool-share__network::after,
.pw-tool-share__copy::before,
.pw-tool-share__copy::after {
	text-decoration: none !important;
}

.pw-tool-share__copy,
.pw-tool-share__copy:visited,
.pw-tool-share__copy:hover,
.pw-tool-share__copy:focus,
.pw-tool-share__copy i,
.pw-tool-share__copy span,
.pw-tool-share__network[data-pw-share-network="email"],
.pw-tool-share__network[data-pw-share-network="email"]:visited,
.pw-tool-share__network[data-pw-share-network="email"]:hover,
.pw-tool-share__network[data-pw-share-network="email"]:focus,
.pw-tool-share__network[data-pw-share-network="email"] i {
	color: var(--pw-accent, #3667e9) !important;
}

.pw-tool-share__network[data-pw-share-network="x"],
.pw-tool-share__network[data-pw-share-network="x"]:visited,
.pw-tool-share__network[data-pw-share-network="x"] i {
	color: #000000 !important;
}

.pw-tool-share__network[data-pw-share-network="facebook"],
.pw-tool-share__network[data-pw-share-network="facebook"]:visited,
.pw-tool-share__network[data-pw-share-network="facebook"] i {
	color: #1877f2 !important;
}

.pw-tool-share__network[data-pw-share-network="whatsapp"],
.pw-tool-share__network[data-pw-share-network="whatsapp"]:visited,
.pw-tool-share__network[data-pw-share-network="whatsapp"] i {
	color: #25d366 !important;
}

.pw-tool-share__network[data-pw-share-network="email"],
.pw-tool-share__network[data-pw-share-network="email"]:visited {
	color: var(--pw-accent, #3667e9) !important;
}

.pw-tool-share__network[data-pw-share-network="x"]:hover,
.pw-tool-share__network[data-pw-share-network="x"]:focus {
	border-color: #000000;
	background: color-mix(in srgb, #000000 8%, white);
}

.pw-tool-share__network[data-pw-share-network="facebook"]:hover,
.pw-tool-share__network[data-pw-share-network="facebook"]:focus {
	border-color: #1877f2;
	background: color-mix(in srgb, #1877f2 10%, white);
}

.pw-tool-share__network[data-pw-share-network="whatsapp"]:hover,
.pw-tool-share__network[data-pw-share-network="whatsapp"]:focus {
	border-color: #25d366;
	background: color-mix(in srgb, #25d366 10%, white);
}

.pw-tool-share__network[data-pw-share-network="email"]:hover,
.pw-tool-share__network[data-pw-share-network="email"]:focus,
.pw-tool-share__copy:hover,
.pw-tool-share__copy:focus {
	border-color: var(--pw-accent, #3667e9);
	background: color-mix(in srgb, var(--pw-accent, #3667e9) 8%, white);
	color: var(--pw-accent, #3667e9) !important;
}

.pw-article__body .pw-tool-share a,
.pw-article__body .pw-tool-share a:visited,
.pw-article__body .pw-tool-share a:hover,
.pw-article__body .pw-tool-share a:focus,
.pw-article__body .pw-tool-share button,
.pw-article__body .pw-tool-share button:hover,
.pw-article__body .pw-tool-share button:focus,
.pw-article__body .pw-tool-share i,
.pw-article__body .pw-tool-share span {
	text-decoration: none !important;
}

.pw-tool-share__status {
	margin: 0.7rem 0 0;
	font-size: 0.92rem;
	color: #50627f;
}

.pw-tool-actions__primary,
.pw-tool-actions__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.85rem 1.2rem;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
}

.pw-tool-actions__primary {
	background: var(--pw-tool-accent);
	color: #fff;
	border: 1px solid var(--pw-tool-accent);
}

.pw-tool-actions__secondary {
	border: 1px solid var(--pw-tool-accent-border);
	background: #fff;
	color: var(--pw-tool-accent);
}

.pw-tool-shell .pw-tool-actions__primary,
.pw-tool-shell .pw-tool-actions__primary:visited,
.pw-tool-shell .pw-tool-actions__primary:hover,
.pw-tool-shell .pw-tool-actions__primary:focus {
	color: #fff;
	text-decoration: none;
}

.pw-article__body .pw-tool-shell .pw-tool-actions__primary,
.pw-article__body .pw-tool-shell .pw-tool-actions__primary:visited,
.pw-article__body .pw-tool-shell .pw-tool-actions__primary:hover,
.pw-article__body .pw-tool-shell .pw-tool-actions__primary:focus,
.pw-article__body .pw-tool-shell .pw-tool-actions__primary span,
.pw-article__body .pw-tool-shell .pw-tool-actions__primary span:visited,
.pw-article__body .pw-tool-shell .pw-tool-actions__primary span:hover,
.pw-article__body .pw-tool-shell .pw-tool-actions__primary span:focus {
	color: #fff !important;
	text-decoration: none !important;
}

.pw-tool-shell .pw-tool-actions__secondary,
.pw-tool-shell .pw-tool-actions__secondary:visited,
.pw-tool-shell .pw-tool-actions__secondary:hover,
.pw-tool-shell .pw-tool-actions__secondary:focus {
	color: var(--pw-tool-accent);
	text-decoration: none;
}

.pw-tool-faq {
	margin-top: 1.75rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e5edf8;
}

.pw-tool-faq__item + .pw-tool-faq__item {
	margin-top: 1rem;
}

.pw-tool-faq__question {
	margin: 0 0 0.35rem;
	font-weight: 700;
	color: #14213d;
}

.pw-tool-faq__answer,
.pw-kitchen-converter__support p {
	margin: 0;
	color: #50627f;
}

.pw-kitchen-converter__popular,
.pw-kitchen-converter__reference,
.pw-kitchen-converter__support {
	margin-top: 1.75rem;
}

.pw-kitchen-converter__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.pw-kitchen-converter__chip {
	padding: 0.7rem 1rem;
	border: 1px solid #cfd9ea;
	border-radius: 999px;
	background: #fff;
	color: #23344d;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
}

.pw-kitchen-converter__chip:hover,
.pw-kitchen-converter__chip:focus {
	border-color: var(--pw-tool-accent);
	color: var(--pw-tool-accent);
	outline: none;
}

.pw-kitchen-converter__table-wrap {
	overflow-x: auto;
}

.pw-kitchen-converter__table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #e5edf8;
	border-radius: 16px;
	overflow: hidden;
}

.pw-kitchen-converter__table th,
.pw-kitchen-converter__table td {
	padding: 0.95rem 1rem;
	border-bottom: 1px solid #eef2f8;
	text-align: left;
}

.pw-kitchen-converter__table th {
	font-size: 0.95rem;
	color: #14213d;
	background: color-mix(in srgb, var(--pw-tool-accent) 6%, white);
}

.pw-kitchen-converter__table td {
	color: #42526c;
}

.pw-tools-hub {
	margin: 0 0 2rem;
}

.pw-tools-hub .pw-tools-home-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.pw-tools-hub .pw-tools-home-card,
.pw-tools-hub .pw-tools-home-card:visited,
.pw-tools-hub .pw-tools-home-card:hover,
.pw-tools-hub .pw-tools-home-card:focus,
.pw-tools-hub .pw-tools-home-card h3,
.pw-tools-hub .pw-tools-home-card p,
.pw-tools-hub .pw-tools-home-card span,
.pw-tools-hub .pw-tools-home-card i {
	text-decoration: none !important;
}

.pw-tools-hub .pw-tools-home-card {
	min-height: 290px;
	padding: 1.7rem;
	align-items: stretch;
}

.pw-tools-hub .pw-tools-home-card > h3,
.pw-tools-hub .pw-tools-home-card > p,
.pw-tools-hub .pw-tools-home-card > .pw-tools-home-card__cta {
	width: 100%;
	max-width: none;
	text-align: center;
}

.pw-tools-hub .pw-tools-home-card > h3 {
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3rem;
}

.pw-tools-hub .pw-tools-home-card > p {
	max-width: 28ch;
	margin-left: auto;
	margin-right: auto;
}

.pw-tools-hub .pw-tools-home-card__top {
	margin-bottom: 1.1rem;
}

.pw-tools-hub .pw-tools-home-card__cta,
.pw-tools-hub .pw-tools-home-card__cta span {
	text-decoration: none !important;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

.pw-tool-result__amazon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	margin-top: 1rem;
	min-height: 46px;
	padding: 0.82rem 1.05rem;
	border-radius: 999px;
	border: 1px solid var(--pw-tool-accent-border);
	background: linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--pw-tool-accent) 5%, white) 100%);
	color: var(--pw-tool-accent);
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: 0 10px 24px color-mix(in srgb, var(--pw-tool-accent) 7%, rgba(10, 37, 64, 0.06));
}

.pw-tool-result__amazon::before {
	content: '\f270';
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
	line-height: 1;
	font-size: 1.2rem;
	color: #ff9900;
}

.pw-tool-result__amazon:hover,
.pw-tool-result__amazon:focus,
.pw-tool-result__amazon:visited {
	border-color: var(--pw-tool-accent);
	background: color-mix(in srgb, var(--pw-tool-accent) 10%, white);
	color: var(--pw-tool-accent);
	text-decoration: none !important;
}

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

	.pw-tools-hub .pw-tools-home-grid {
		grid-template-columns: 1fr;
	}

	.pw-tools-hub .pw-tools-home-card {
		min-height: 0;
	}
}

@media (max-width: 640px) {
	.pw-tool-shell,
	.pw-kitchen-converter {
		padding: 1.25rem;
		border-radius: 20px;
	}

	.pw-tool-shell__hero {
		padding: 1.15rem;
		border-radius: 18px;
	}

	.pw-tool-shell__hero-top {
		flex-direction: column;
		align-items: flex-start;
	}

	.pw-tool-shell__hero-icon {
		width: 64px;
		height: 64px;
		border-radius: 18px;
	}

	.pw-tool-shell__hero-icon i {
		font-size: 1.7rem;
	}

	.pw-tool-shell__title,
	.pw-kitchen-converter__title {
		font-size: 1.6rem;
	}

	.pw-tool-shell__panel,
	.pw-kitchen-converter__panel {
		padding: 1rem;
	}

	.pw-tool-grid,
	.pw-kitchen-converter__grid {
		grid-template-columns: 1fr;
	}

	.pw-tool-result__title,
	.pw-kitchen-converter__result-value {
		font-size: 1.6rem;
	}

	.pw-tool-actions {
		flex-direction: column;
	}

	.pw-tool-share__actions {
		align-items: stretch;
	}

	.pw-tool-share__network {
		width: 100%;
	}
}
