:root{
	--kfc-green:#245f43;
	--kfc-green-dark:#173f2d;
	--kfc-green-soft:#edf5ef;
	--kfc-mint:#f5faf6;
	--kfc-line:#dfe9e1;
	--kfc-text:#1f2d24;
	--kfc-muted:#6b776f;
	--kfc-white:#fff;
	--kfc-radius:18px;
}
.kfc-wrap{color:var(--kfc-text);display:flex;flex-direction:column;gap:18px;}
.kfc-wrap *{box-sizing:border-box}
.kfc-wrap a{color:var(--kfc-green)}
.kfc-hero{position:relative;overflow:hidden;border-radius:24px;padding:34px;background:linear-gradient(135deg,#173f2d 0%,#2d7752 62%,#89ad75 100%);color:#fff;min-height:210px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.kfc-hero:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-80px;top:-130px;border:1px solid rgba(255,255,255,.18);box-shadow:0 0 0 45px rgba(255,255,255,.05),0 0 0 90px rgba(255,255,255,.035)}
.kfc-hero>div{position:relative;z-index:1}
.kfc-eyebrow{display:block;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:#68816f;margin-bottom:7px}
.kfc-hero .kfc-eyebrow{color:#d7e7d9}
.kfc-hero h2{line-height:1.08;color:#fff;margin:0 0 8px}
.kfc-hero p{margin:0;color:#edf7ef}
.kfc-hero-flow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.kfc-hero-flow span{padding:11px 13px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-weight:700}
.kfc-hero-image-banner{
	position:relative;
	overflow:hidden;
	width:100%;
	border-radius:24px;
	background:#eef5ed;
	box-shadow:0 10px 28px rgba(25,67,45,.07);
}
.kfc-hero-image-banner picture,.kfc-hero-image-banner img{display:block;width:100%}
.kfc-hero-image-banner img{height:auto;object-fit:cover}
.kfc-member-card,.kfc-panel{background:var(--kfc-white);border:1px solid var(--kfc-line);border-radius:var(--kfc-radius);padding:22px;box-shadow:0 8px 30px rgba(31,64,43,.045)}
.kfc-member-card{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(300px,1.4fr);gap:30px;align-items:center}
.kfc-member-tier{display:flex;align-items:center;gap:16px}
.kfc-tier-icon{width:68px;height:68px;border-radius:50%;background:var(--kfc-green-soft);display:grid;place-items:center;}
.kfc-member-tier small{letter-spacing:.1em;color:var(--kfc-muted);font-weight:700}
.kfc-member-tier h3{margin:2px 0 4px;color:var(--kfc-green-dark)}
.kfc-member-tier strong{color:var(--kfc-green)}
.kfc-progress-area p{margin:8px 0 0;color:var(--kfc-muted)}
.kfc-progress-label{display:flex;justify-content:space-between;gap:20px;font-weight:600;margin-bottom:8px}
.kfc-progress{height:10px;background:#e5ece6;border-radius:999px;overflow:hidden}
.kfc-progress span{display:block;height:100%;background:linear-gradient(90deg,#6f9f6d,#245f43);border-radius:inherit;transition:width .4s ease}
.kfc-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.kfc-stat{
	--kfc-stat-accent:#5e9f6f;
	--kfc-stat-soft:#f1f7f2;
	position:relative;
	overflow:hidden;
	min-width:0;
	min-height:126px;
	padding:13px 14px 12px;
	border:1px solid #dfe9e1;
	border-radius:16px;
	background:#fff;
	box-shadow:0 7px 18px rgba(31,64,43,.04);
	display:flex;
	flex-direction:column;
}
.kfc-stat::before{
	content:"";
	position:absolute;
	left:14px;
	right:14px;
	top:0;
	height:2px;
	border-radius:0 0 999px 999px;
	background:var(--kfc-stat-accent);
	opacity:.72;
}
.kfc-stat-return{--kfc-stat-accent:#4f8f6d;--kfc-stat-soft:#eef7f1}
.kfc-stat-points{--kfc-stat-accent:#256446;--kfc-stat-soft:#eaf5ed;border-color:#d3e3d5;background:linear-gradient(160deg,#fff 0%,#f7fbf7 100%)}
.kfc-stat-rewards{--kfc-stat-accent:#8a7b49;--kfc-stat-soft:#f7f4e9}
.kfc-stat-goal{--kfc-stat-accent:#34765a;--kfc-stat-soft:#edf6f0}
.kfc-stat-top{display:flex;align-items:center;gap:9px;margin-bottom:9px}
.kfc-stat-icon{
	display:grid;
	place-items:center;
	flex:0 0 auto;
	width:34px;
	height:34px;
	border:1px solid color-mix(in srgb,var(--kfc-stat-accent) 18%,#dfe9e1);
	border-radius:11px;
	background:var(--kfc-stat-soft);
	color:var(--kfc-stat-accent);
}
.kfc-stat-icon svg,.kfc-stat-icon img{display:block;width:18px;height:18px;object-fit:contain}
.kfc-stat-caption{min-width:0;color:#7a867e;font-weight:800;letter-spacing:.06em;text-align:left;line-height:1.25}
.kfc-stat-number{display:flex;align-items:baseline;gap:5px;margin-bottom:4px;color:var(--kfc-green-dark)}
.kfc-stat-number strong{color:var(--kfc-stat-accent);font-size:26px;line-height:.95;font-weight:950;letter-spacing:-.045em;text-shadow:0 1px 0 rgba(255,255,255,.8)}
.kfc-stat-number span{color:#718078;font-size:13px;font-weight:750}
.kfc-stat-copy{display:flex;flex-direction:column;gap:0;min-width:0}
.kfc-stat-copy b{color:#244936;font-weight:800;line-height:1.3}
.kfc-stat-copy small{display:none}
.kfc-stat-status{
	display:inline-flex;
	align-items:center;
	align-self:flex-start;
	margin-top:7px;
	padding:3px 7px;
	border:1px solid #cfe1d2;
	border-radius:999px;
	background:#eaf5ed;
	color:#2e704d;
	font-style:normal;
	font-weight:700;
	line-height:1.25;
}
.kfc-stat-status:not(.has-pending){display:none}
.kfc-stat[hidden],.kfc-stat-number[hidden]{display:none}
@media(hover:hover){
	.kfc-stat{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
	.kfc-stat:hover{transform:translateY(-1px);border-color:#cfdfd1;box-shadow:0 10px 22px rgba(31,64,43,.06)}
}
.kfc-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.kfc-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px}
.kfc-section-head h3{margin:0;color:var(--kfc-green-dark)}
.kfc-section-head>a{font-weight:700;white-space:nowrap}
.kfc-wallet-big{display:flex;justify-content:space-between;gap:15px;margin-bottom:10px}
.kfc-wallet-big strong{color:var(--kfc-green-dark)}
.kfc-wallet-big span{color:var(--kfc-muted)}
.kfc-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:1px solid var(--kfc-green);border-radius:10px;background:var(--kfc-green);color:#fff;text-decoration:none;font-weight:700;letter-spacing:.02em;cursor:pointer}
.kfc-wrap a.kfc-button{color:#fff;text-decoration:none}
.kfc-button:hover{background:var(--kfc-green-dark);color:#fff}
.kfc-button-outline{background:#fff;color:var(--kfc-green)}
.kfc-wrap a.kfc-button-outline{color:var(--kfc-green)}
.kfc-active-return{display:flex;flex-direction:column;align-items:flex-start;gap:7px}
.kfc-active-return>strong{}
.kfc-active-return>span{color:var(--kfc-muted)}
.kfc-active-return>b{color:var(--kfc-green)}
.kfc-empty{border:1px dashed #cddbd0;border-radius:12px;background:var(--kfc-mint);padding:18px;color:var(--kfc-muted)}
.kfc-tiers{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.kfc-tier-step{position:relative;text-align:center;border:1px solid var(--kfc-line);border-radius:15px;padding:18px 12px;background:#fff}
.kfc-tier-step.is-current{background:var(--kfc-green-soft);border-color:#9fc1a6;box-shadow:inset 0 0 0 1px #9fc1a6}
.kfc-tier-step-icon{}
.kfc-tier-step strong,.kfc-tier-step span{display:block}
.kfc-tier-step strong{margin-top:5px;color:var(--kfc-green-dark)}
.kfc-tier-step span{color:var(--kfc-muted);margin-top:3px}
.kfc-tier-step p{line-height:1.5;color:var(--kfc-muted);margin:9px 0 0}
.kfc-tier-step em{display:inline-block;margin-top:8px;background:var(--kfc-green);color:#fff;font-style:normal;font-weight:700;padding:4px 7px;border-radius:999px}
.kfc-reward-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.kfc-reward-card{border:1px solid var(--kfc-line);border-radius:15px;padding:13px;background:#fff;display:flex;flex-direction:column;gap:6px;min-width:0}
.kfc-reward-card img,.kfc-reward-placeholder{width:100%;aspect-ratio:1.15/1;object-fit:cover;border-radius:11px;background:var(--kfc-mint)}
.kfc-reward-placeholder{display:grid;place-items:center;}
.kfc-reward-card h4,.kfc-reward-card h3{margin:5px 0 0;}
.kfc-reward-card>strong{color:var(--kfc-green);}
.kfc-reward-card>span,.kfc-reward-card>small{color:var(--kfc-muted)}
.kfc-page-title{padding:4px 2px 8px}
.kfc-page-title h2{margin:2px 0 6px;color:var(--kfc-green-dark)}
.kfc-page-title p{color:var(--kfc-muted);margin:0}
.kfc-notice{border:1px solid #b9d2bd;background:#edf6ee;border-radius:13px;padding:14px 16px;color:#2d5038}
.kfc-package-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:16px}
.kfc-package-card{border:1px solid var(--kfc-line);border-radius:15px;padding:14px}
.kfc-package-card img,.kfc-package-placeholder{width:100%;aspect-ratio:1.35/1;object-fit:cover;border-radius:10px;background:var(--kfc-mint)}
.kfc-package-placeholder{display:grid;place-items:center;}
.kfc-package-card h4{margin:10px 0 4px}
.kfc-package-card>span{color:var(--kfc-muted)}
.kfc-qty{display:grid;grid-template-columns:38px minmax(50px,1fr) 38px;gap:4px;margin-top:10px}
.kfc-qty button,.kfc-qty input{height:38px;border:1px solid #d8e1d9;border-radius:8px;background:#fff;text-align:center}
.kfc-qty button{cursor:pointer;color:var(--kfc-green);font-weight:700}
.kfc-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.kfc-form label{display:block;margin-bottom:12px;font-weight:600;color:var(--kfc-text)}
.kfc-form input,.kfc-form textarea{width:100%;margin-top:5px;border:1px solid #d8e1d9;border-radius:9px;padding:10px}
.kfc-help{color:var(--kfc-muted);padding:11px;background:var(--kfc-mint);border-radius:10px}
.kfc-return-create-panel{
	position:relative;
	overflow:hidden;
	background:linear-gradient(180deg,#ffffff 0%,#fbfdfb 100%);
}
.kfc-return-create-panel:before{
	content:"";
	position:absolute;
	right:-90px;
	top:-110px;
	width:260px;
	height:260px;
	border-radius:50%;
	background:radial-gradient(circle,rgba(135,190,117,.12) 0%,rgba(135,190,117,0) 72%);
	pointer-events:none;
}
.kfc-return-create-head{
	position:relative;
	display:flex;
	align-items:flex-start;
	gap:14px;
	margin-bottom:20px;
	padding-bottom:18px;
	border-bottom:1px solid #e8efe8;
}
.kfc-return-create-head h3{margin:2px 0 5px;color:var(--kfc-green-dark)}
.kfc-return-create-head p{margin:0;color:var(--kfc-muted);line-height:1.5}
.kfc-return-step{
	display:grid;
	place-items:center;
	width:42px;
	height:42px;
	flex:0 0 42px;
	border:1px solid #cfe0d0;
	border-radius:14px;
	background:linear-gradient(145deg,#f3f9f0,#e9f4e7);
	color:var(--kfc-green);
	font-weight:850;
	box-shadow:inset 0 1px 0 #fff;
}
.kfc-return-request-form{position:relative}
.kfc-return-request-layout{
	display:grid;
	grid-template-columns:minmax(0,1.55fr) minmax(260px,.72fr);
	gap:22px;
	align-items:stretch;
}
.kfc-return-form-main{
	display:flex;
	flex-direction:column;
	gap:15px;
	min-width:0;
}
.kfc-return-form-grid{gap:14px}
.kfc-form-field{
	display:block;
	margin:0;
	font-weight:700;
	color:#244432;
}
.kfc-form-field>span{display:flex;align-items:center;gap:6px;margin-bottom:7px}
.kfc-form-field>span em{font-style:normal;font-weight:500;color:#93a097}
.kfc-form-field>input,.kfc-form-field>textarea{
	display:block;
	width:100%;
	margin:0;
	padding:13px 14px;
	border:1px solid #d7e3d8;
	border-radius:12px;
	background:#fff;
	color:var(--kfc-text);
	line-height:1.45;
	box-shadow:inset 0 1px 2px rgba(27,61,40,.025);
	transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
	resize:vertical;
}
.kfc-form-field>input::placeholder,.kfc-form-field>textarea::placeholder{color:#a0aba4}
.kfc-form-field>input:hover,.kfc-form-field>textarea:hover{border-color:#bfcfc1}
.kfc-form-field>input:focus,.kfc-form-field>textarea:focus{
	outline:none;
	border-color:#6fa47b;
	box-shadow:0 0 0 4px rgba(67,135,82,.10);
	background:#fff;
}
.kfc-return-request-form textarea[name="pickup_address"]{min-height:108px}
.kfc-return-request-form textarea[name="customer_note"]{min-height:86px}
.kfc-return-form-aside{
	display:flex;
	flex-direction:column;
	min-width:0;
	padding:20px;
	border:1px solid #dce8dc;
	border-radius:18px;
	background:linear-gradient(155deg,#f5faf3 0%,#edf6ec 100%);
	box-shadow:0 14px 34px rgba(35,78,49,.06),inset 0 1px 0 #fff;
}
.kfc-return-form-aside h4{margin:5px 0 8px;color:var(--kfc-green-dark)}
.kfc-return-aside-copy{margin:0 0 16px;color:#6b7b70;line-height:1.55}
.kfc-return-help{
	display:flex;
	align-items:flex-start;
	gap:10px;
	margin:0 0 18px;
	padding:13px 14px;
	border:1px solid rgba(76,126,87,.16);
	border-radius:13px;
	background:rgba(255,255,255,.74);
	color:#587162;
	line-height:1.55;
}
.kfc-return-help p{margin:0}
.kfc-return-help-icon{
	display:grid;
	place-items:center;
	width:22px;
	height:22px;
	flex:0 0 22px;
	border-radius:50%;
	background:var(--kfc-green);
	color:#fff;
	font-weight:800;
}
.kfc-return-actions{margin-top:auto}
.kfc-return-actions .kfc-button{
	width:100%;
	min-height:50px;
	padding:13px 18px;
	border-radius:13px;
	box-shadow:0 12px 24px rgba(31,96,65,.16);
}
.kfc-return-actions .kfc-button:hover{transform:translateY(-1px)}
@media(max-width:860px){
	.kfc-return-request-layout{grid-template-columns:1fr}
	.kfc-return-form-aside{padding:17px}
}
@media(max-width:600px){
	.kfc-return-create-head{gap:11px;margin-bottom:16px;padding-bottom:15px}
	.kfc-return-step{width:38px;height:38px;flex-basis:38px;border-radius:12px}
	.kfc-return-form-grid{grid-template-columns:1fr}
	.kfc-return-form-main{gap:13px}
	.kfc-return-form-aside{border-radius:15px}
	.kfc-form-field>input,.kfc-form-field>textarea{padding:12px 13px}
}
.kfc-table-scroll{overflow:auto}
.kfc-table{width:100%;border-collapse:collapse;min-width:690px}
.kfc-table th,.kfc-table td{text-align:left;border-bottom:1px solid #e8eee9;padding:10px 8px;vertical-align:top}
.kfc-table th{letter-spacing:.05em;color:var(--kfc-muted);text-transform:uppercase}
.kfc-status{display:inline-flex;background:var(--kfc-green-soft);border-radius:999px;padding:6px 10px;color:var(--kfc-green);font-weight:700}
.kfc-return-top{align-items:stretch}
.kfc-qr-panel{text-align:center}
.kfc-qrcode{display:inline-flex;padding:12px;background:#fff;border:1px solid var(--kfc-line);border-radius:13px;margin:12px auto}
.kfc-qrcode img,.kfc-qrcode canvas{display:block;max-width:210px;height:auto}
.kfc-qr-panel>strong{display:block;}
.kfc-qr-panel p{color:var(--kfc-muted)}
.kfc-summary-list{display:flex;flex-direction:column}
.kfc-summary-list>div{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid #edf0ee}
.kfc-summary-list span{color:var(--kfc-muted);}
.kfc-timeline{display:flex;flex-direction:column}
.kfc-timeline-item{display:grid;grid-template-columns:30px 1fr;gap:10px;position:relative;padding-bottom:17px}
.kfc-timeline-item:after{content:"";position:absolute;left:14px;top:25px;bottom:0;width:1px;background:#dce5de}
.kfc-timeline-item:last-child:after{display:none}
.kfc-timeline-item i{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #dce5de;font-style:normal;color:#839087;z-index:1}
.kfc-timeline-item div{padding-top:3px}
.kfc-timeline-item strong,.kfc-timeline-item span{display:block}
.kfc-timeline-item span{color:var(--kfc-muted);margin-top:2px}
.kfc-timeline-item.is-done i{background:var(--kfc-green);color:#fff;border-color:var(--kfc-green)}
.kfc-timeline-item.is-active i{border:2px solid var(--kfc-green);color:var(--kfc-green)}
.kfc-link-danger{border:0;background:transparent;color:#a34242;text-decoration:underline;padding:6px 0;cursor:pointer}
.kfc-reward-grid-full{grid-template-columns:repeat(3,minmax(0,1fr))}
.kfc-reward-card-full{padding:15px}
.kfc-reward-card-full h3{color:var(--kfc-green-dark)}
.kfc-reward-card-full p{color:var(--kfc-muted);min-height:38px}
.kfc-reward-type{display:inline-block;align-self:flex-start;background:var(--kfc-green-soft);color:var(--kfc-green);padding:4px 7px;border-radius:999px;font-weight:700}
.kfc-reward-points{}
.kfc-reward-lock{margin-top:auto;padding:10px;border-radius:9px;background:#f5f5f3;color:#7a766b;font-weight:700}
.kfc-redeem-form{margin-top:auto}
.kfc-plus{color:#24754b;font-weight:700}
.kfc-minus{color:#a84444;font-weight:700}
@media(max-width:900px){
	.kfc-hero{flex-direction:column;align-items:flex-start;padding:25px}
	.kfc-member-card{grid-template-columns:1fr}
	.kfc-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
	.kfc-tiers{grid-template-columns:repeat(2,minmax(0,1fr))}
	.kfc-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.kfc-reward-grid,.kfc-reward-grid-full{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
	.kfc-wrap{gap:13px}
	.kfc-hero{min-height:auto;border-radius:18px}
	.kfc-hero-image-banner{border-radius:18px}
	.kfc-hero h2{}
	.kfc-hero-flow b{display:none}
	.kfc-member-card,.kfc-panel{padding:16px;border-radius:15px}
	.kfc-stats{gap:8px}
	.kfc-stat{min-height:116px;padding:12px}
	.kfc-stat::before{left:12px;right:12px}
	.kfc-stat-top{margin-bottom:8px}
	.kfc-stat-icon{width:32px;height:32px;border-radius:10px}
	.kfc-grid-2{grid-template-columns:1fr}
	.kfc-package-grid{grid-template-columns:1fr 1fr;gap:8px}
	.kfc-reward-grid,.kfc-reward-grid-full{grid-template-columns:1fr 1fr;gap:8px}
	.kfc-tier-step{padding:14px 9px}
	.kfc-field-grid{grid-template-columns:1fr}
	.kfc-page-title h2{}
}

@media(max-width:430px){
	.kfc-stats{grid-template-columns:1fr}
	.kfc-stat{min-height:0}
}
@media print{
	body *{visibility:hidden}
	.kfc-return-top,.kfc-return-top *{visibility:visible}
	.kfc-return-top{position:absolute;left:0;top:0;width:100%;display:block}
	.kfc-return-top>.kfc-panel:not(.kfc-qr-panel){display:none}
	.kfc-qr-panel{border:0;box-shadow:none}
	.kfc-qr-panel button{display:none}
}

/* =========================================================
   KEYSHU FOREST CLUB v1.1.1
   Unified My Account screen + modal workflow
========================================================= */

/* Keep the custom My Account item aligned with Flatsome/WooCommerce items. */
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--forest-club > a{
	display:flex !important;
	align-items:center !important;
	gap:10px !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--forest-club > a:before{
	content:"" !important;
	position:static !important;
	display:block !important;
	flex:0 0 22px !important;
	width:22px !important;
	height:22px !important;
	margin:0 !important;
	padding:0 !important;
	transform:none !important;
	background-color:currentColor !important;
	-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20.84 4.61c-4.52.08-8.4 1.54-11.07 4.2-2.38 2.39-3.78 5.71-4.1 9.67-.04.55.37 1.03.92 1.08.55.04 1.03-.37 1.08-.92.08-1.05.24-2.04.48-2.96 2.03.4 4.2.05 6.12-1.03 3.28-1.84 5.47-5.38 6.47-8.91.18-.63.23-.86.1-1.13ZM9.04 13.78c.55-1.41 1.34-2.62 2.34-3.62 1.74-1.74 4.11-2.86 6.9-3.3-1.1 2.69-2.82 4.89-5 6.11-1.34.75-2.82 1.03-4.24.81Z'/%3E%3C/svg%3E") center/contain no-repeat !important;
	mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20.84 4.61c-4.52.08-8.4 1.54-11.07 4.2-2.38 2.39-3.78 5.71-4.1 9.67-.04.55.37 1.03.92 1.08.55.04 1.03-.37 1.08-.92.08-1.05.24-2.04.48-2.96 2.03.4 4.2.05 6.12-1.03 3.28-1.84 5.47-5.38 6.47-8.91.18-.63.23-.86.1-1.13ZM9.04 13.78c.55-1.41 1.34-2.62 2.34-3.62 1.74-1.74 4.11-2.86 6.9-3.3-1.1 2.69-2.82 4.89-5 6.11-1.34.75-2.82 1.03-4.24.81Z'/%3E%3C/svg%3E") center/contain no-repeat !important;
}

.kfc-quick-actions{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:12px;
}
.kfc-quick-action{
	appearance:none;
	width:100%;
	border:1px solid var(--kfc-line);
	border-radius:15px;
	background:#fff;
	padding:14px 15px;
	display:flex;
	align-items:center;
	gap:12px;
	text-align:left;
	color:var(--kfc-text);
	cursor:pointer;
	box-shadow:0 7px 24px rgba(31,64,43,.035);
	transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;
	text-decoration:none;
	font:inherit;
}
.kfc-quick-action:visited{color:var(--kfc-text);text-decoration:none}
.kfc-quick-action:hover{
	border-color:#a9c8af;
	transform:translateY(-1px);
	box-shadow:0 9px 28px rgba(31,64,43,.07);
}
.kfc-quick-action>span:last-child{display:flex;flex-direction:column;min-width:0}
.kfc-quick-action strong{color:var(--kfc-green-dark);line-height:1.25}
.kfc-quick-action small{margin-top:3px;color:var(--kfc-muted);line-height:1.35}
.kfc-action-icon{
	width:38px;
	height:38px;
	flex:0 0 38px;
	border-radius:50%;
	background:var(--kfc-green-soft);
	position:relative;
}
.kfc-action-icon:before{
	content:"";
	position:absolute;
	inset:10px;
	background-color:var(--kfc-green);
	-webkit-mask-position:center;
	-webkit-mask-repeat:no-repeat;
	-webkit-mask-size:contain;
	mask-position:center;
	mask-repeat:no-repeat;
	mask-size:contain;
}
.kfc-action-icon.has-image:before{display:none}
.kfc-action-icon.has-image{display:grid;place-items:center;overflow:hidden;background:#f3f8f1;border:1px solid rgba(74,122,86,.12);box-sizing:border-box;padding:6px}
.kfc-action-icon.has-image img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;border-radius:0}
.kfc-action-icon-return:before{
	-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.5 3.5 4.3 9H8l1.2 2H2.6L1.2 8.6l1.8-3.1h2.3l1-1.8c.55-.95 1.55-1.55 2.65-1.55h1.3L9 4.2H8.95c-.6 0-1.15.32-1.45.82ZM15.8 4.2l3.25 5.6-1.85 1.07L15.35 7.7l-1.82 3.15-1.22-2.1 3.3-5.72h2.8l1.15 2h-2.3c-.6 0-1.15.32-1.46.83ZM19.7 15 16.5 20.5H10v-2.1h3.65l-1.82-3.15 2.42.02 3.3 5.73-1.4 2.4h-2.3L15 21.5H8.55c-1.1 0-2.12-.6-2.67-1.55L5.2 18.8h2.32l.18.3c.3.5.85.82 1.45.82h5.55l-1.82-3.15 2.42.02 1.85 3.2 1.85-3.2L19.7 15Z'/%3E%3C/svg%3E");
	mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.5 3.5 4.3 9H8l1.2 2H2.6L1.2 8.6l1.8-3.1h2.3l1-1.8c.55-.95 1.55-1.55 2.65-1.55h1.3L9 4.2H8.95c-.6 0-1.15.32-1.45.82ZM15.8 4.2l3.25 5.6-1.85 1.07L15.35 7.7l-1.82 3.15-1.22-2.1 3.3-5.72h2.8l1.15 2h-2.3c-.6 0-1.15.32-1.46.83ZM19.7 15 16.5 20.5H10v-2.1h3.65l-1.82-3.15 2.42.02 3.3 5.73-1.4 2.4h-2.3L15 21.5H8.55c-1.1 0-2.12-.6-2.67-1.55L5.2 18.8h2.32l.18.3c.3.5.85.82 1.45.82h5.55l-1.82-3.15 2.42.02 1.85 3.2 1.85-3.2L19.7 15Z'/%3E%3C/svg%3E");
}
.kfc-action-icon-gift:before{
	-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 7h-2.1c.06-.32.1-.66.1-1a4 4 0 0 0-7.1-2.5L10 4.6l-.9-1.1A4 4 0 0 0 2 6c0 .34.04.68.1 1H2a2 2 0 0 0-2 2v3h2v10h20V12h2V9a2 2 0 0 0-2-2ZM14 4a2 2 0 0 1 2 2c0 .37-.1.71-.27 1H12l.46-1.42A1.98 1.98 0 0 1 14 4ZM6 4c.68 0 1.28.34 1.64.86L9 7H6.27A2 2 0 0 1 4 6a2 2 0 0 1 2-2Zm4 16H4v-8h6v8Zm0-10H2V9h8v1Zm10 10h-8v-8h8v8Zm2-10H12V9h10v1Z'/%3E%3C/svg%3E");
	mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 7h-2.1c.06-.32.1-.66.1-1a4 4 0 0 0-7.1-2.5L10 4.6l-.9-1.1A4 4 0 0 0 2 6c0 .34.04.68.1 1H2a2 2 0 0 0-2 2v3h2v10h20V12h2V9a2 2 0 0 0-2-2ZM14 4a2 2 0 0 1 2 2c0 .37-.1.71-.27 1H12l.46-1.42A1.98 1.98 0 0 1 14 4ZM6 4c.68 0 1.28.34 1.64.86L9 7H6.27A2 2 0 0 1 4 6a2 2 0 0 1 2-2Zm4 16H4v-8h6v8Zm0-10H2V9h8v1Zm10 10h-8v-8h8v8Zm2-10H12V9h10v1Z'/%3E%3C/svg%3E");
}
.kfc-action-icon-history:before{
	-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M13 3a9 9 0 1 1-8.49 6H2l3.5-3.5L9 9H6.58A7 7 0 1 0 13 5V3Zm-1 4h2v5.2l3.2 1.85-1 1.73-4.2-2.43V7Z'/%3E%3C/svg%3E");
	mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M13 3a9 9 0 1 1-8.49 6H2l3.5-3.5L9 9H6.58A7 7 0 1 0 13 5V3Zm-1 4h2v5.2l3.2 1.85-1 1.73-4.2-2.43V7Z'/%3E%3C/svg%3E");
}

.kfc-text-action,.kfc-card-action,.kfc-inline-button{
	appearance:none;
	border:0;
	background:transparent;
	padding:0;
	color:var(--kfc-green);
	font:inherit;
	font-weight:700;
	cursor:pointer;
}
.kfc-text-action{white-space:nowrap}
.kfc-card-action{align-self:flex-start;margin-top:auto}
.kfc-inline-button{text-decoration:underline}

.kfc-activity-list{display:flex;flex-direction:column}
.kfc-activity-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid #edf0ee}
.kfc-activity-row:last-child{border-bottom:0}
.kfc-activity-row>div{display:flex;flex-direction:column;min-width:0}
.kfc-activity-row strong{color:var(--kfc-text)}
.kfc-activity-row span{color:var(--kfc-muted);margin-top:3px}
.kfc-activity-row>b{white-space:nowrap}

body.kfc-modal-open{overflow:hidden}
.kfc-modal{
	position:fixed;
	inset:0;
	z-index:100050;
	display:none;
	align-items:center;
	justify-content:center;
	padding:24px;
}
.kfc-modal.is-open{display:flex}
.kfc-modal-backdrop{
	position:absolute;
	inset:0;
	background:rgba(8,27,18,.64);
	backdrop-filter:blur(3px);
}
.kfc-modal-dialog{
	position:relative;
	z-index:1;
	width:min(760px,100%);
	max-height:min(90vh,920px);
	background:#f8fbf9;
	border:1px solid rgba(255,255,255,.55);
	border-radius:22px;
	box-shadow:0 30px 80px rgba(0,0,0,.28);
	display:flex;
	flex-direction:column;
	overflow:hidden;
}
.kfc-modal-dialog.kfc-modal-wide{width:min(1080px,100%)}
.kfc-modal-header{
	flex:0 0 auto;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:24px;
	padding:20px 22px 18px;
	background:#fff;
	border-bottom:1px solid var(--kfc-line);
}
.kfc-modal-header h2{margin:0;color:var(--kfc-green-dark);line-height:1.15}
.kfc-modal-header p{margin:6px 0 0;color:var(--kfc-muted);}
.kfc-modal-close{
	appearance:none;
	border:1px solid var(--kfc-line);
	background:#fff;
	color:var(--kfc-text);
	width:38px;
	height:38px;
	flex:0 0 38px;
	border-radius:50%;
	display:grid;
	place-items:center;
	line-height:1;
	cursor:pointer;
	padding:0;
}
.kfc-modal-close:hover{background:var(--kfc-green-soft);color:var(--kfc-green)}
.kfc-modal-body{overflow:auto;padding:18px;display:flex;flex-direction:column;gap:16px;overscroll-behavior:contain}
.kfc-modal-body>.kfc-panel{box-shadow:none}
.kfc-modal-notice{margin:0}
#kfc-modal-return .kfc-modal-dialog{background:linear-gradient(180deg,#f8fbf8 0%,#f3f8f4 100%)}
#kfc-modal-return .kfc-modal-header{background:linear-gradient(135deg,#ffffff 0%,#f5fbf7 100%)}
#kfc-modal-return .kfc-modal-body{gap:18px}
#kfc-modal-return .kfc-return-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(290px,.9fr);gap:18px;padding:22px;border:1px solid #d8e6da;border-radius:24px;background:radial-gradient(circle at top right,rgba(119,176,110,.16),transparent 34%),linear-gradient(135deg,var(--kfc-return-hero-start,#1d5b40) 0%,var(--kfc-return-hero-end,#5f9e68) 100%);box-shadow:0 20px 40px rgba(19,67,44,.14);color:#fff}
#kfc-modal-return .kfc-return-hero h3{margin:6px 0 10px;color:#fff;font-size:28px;line-height:1.15}
#kfc-modal-return .kfc-return-hero p{margin:0;color:rgba(255,255,255,.84);max-width:720px}
#kfc-modal-return .kfc-return-hero-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.14);color:#f3fbf3;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
#kfc-modal-return .kfc-return-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
#kfc-modal-return .kfc-return-stat{padding:14px 16px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}
#kfc-modal-return .kfc-return-stat span{display:block;margin-bottom:8px;color:rgba(255,255,255,.7);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
#kfc-modal-return .kfc-return-stat strong{display:block;color:#fff;font-size:22px;line-height:1.2}
#kfc-modal-return .kfc-return-hero-side{display:flex;flex-direction:column;justify-content:space-between;gap:14px}
#kfc-modal-return .kfc-return-ready{padding:16px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1)}
#kfc-modal-return .kfc-return-ready-label{display:block;margin-bottom:8px;color:rgba(255,255,255,.72);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
#kfc-modal-return .kfc-return-ready strong{display:block;font-size:22px;line-height:1.3;color:#fff}
#kfc-modal-return .kfc-return-ready.is-ready{background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(220,250,224,.12));box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
#kfc-modal-return .kfc-return-flow{display:grid;gap:10px}
#kfc-modal-return .kfc-return-flow span{position:relative;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:rgba(255,255,255,.72);font-weight:700}
#kfc-modal-return .kfc-return-flow span:before{content:"";width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.28);box-shadow:0 0 0 6px rgba(255,255,255,.08)}
#kfc-modal-return .kfc-return-flow span.is-active{color:#fff;background:rgba(255,255,255,.14)}
#kfc-modal-return .kfc-return-flow span.is-active:before{background:#dff69a;box-shadow:0 0 0 6px rgba(223,246,154,.2)}
#kfc-modal-return .kfc-return-workspace{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.85fr);gap:18px;align-items:start}
#kfc-modal-return .kfc-return-stage{padding:20px;border-radius:22px;border-color:#dbe7dd;background:linear-gradient(180deg,#ffffff 0%,#fbfdfb 100%);box-shadow:0 18px 38px rgba(34,72,49,.06)}
#kfc-modal-return .kfc-return-stage-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px}
#kfc-modal-return .kfc-return-stage-title{display:flex;gap:14px;align-items:flex-start}
#kfc-modal-return .kfc-return-step{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#eff8ef 0%,#d9eed8 100%);color:var(--kfc-green);font-weight:800;font-size:16px;box-shadow:inset 0 0 0 1px #d4e7d3}
#kfc-modal-return .kfc-return-stage-title h3{margin:3px 0 0;color:var(--kfc-green-dark);font-size:22px;line-height:1.2}
#kfc-modal-return .kfc-return-stage-meta{text-align:right;display:grid;gap:6px}
#kfc-modal-return .kfc-return-stage-meta strong{color:var(--kfc-green-dark);font-size:20px;line-height:1.15}
#kfc-modal-return .kfc-return-stage-meta span{color:var(--kfc-muted);font-size:14px}
#kfc-modal-return .kfc-return-progress-meta{margin:0 0 8px;font-size:13px;color:var(--kfc-muted)}
#kfc-modal-return .kfc-return-progress{height:12px;background:#e2ebe3;box-shadow:inset 0 2px 8px rgba(28,56,39,.06)}
#kfc-modal-return .kfc-return-progress span{background:linear-gradient(90deg,#9dd46b 0%,#5eb55d 36%,#216446 100%);box-shadow:0 0 18px rgba(100,180,94,.28)}
#kfc-modal-return .kfc-return-progress-hint{margin:10px 0 18px;color:#567060;line-height:1.6}
#kfc-modal-return .kfc-return-progress-hint strong{color:var(--kfc-green-dark)}
#kfc-modal-return .kfc-package-grid{gap:14px;margin-bottom:18px}
#kfc-modal-return .kfc-package-card{padding:16px;border-radius:18px;border:1px solid #deeadf;background:#fff;box-shadow:0 10px 24px rgba(31,76,48,.05);display:flex;flex-direction:column}
#kfc-modal-return .kfc-package-card img,#kfc-modal-return .kfc-package-placeholder{border-radius:14px;background:linear-gradient(180deg,#f5fbf4 0%,#eef6ee 100%)}
#kfc-modal-return .kfc-package-card h4{font-size:18px;color:var(--kfc-green-dark)}
#kfc-modal-return .kfc-package-card>span{display:block;margin-bottom:12px}
#kfc-modal-return .kfc-qty{margin-top:auto}
#kfc-modal-return .kfc-return-stage-actions{display:flex;justify-content:flex-start}
#kfc-modal-return .kfc-return-stage-actions .kfc-button{min-width:210px}
#kfc-modal-return .kfc-return-state-card{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:18px;border:1px solid #d9e7db;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f6faf6 100%)}
#kfc-modal-return .kfc-return-state-card strong{font-size:18px;color:var(--kfc-green-dark)}
#kfc-modal-return .kfc-return-state-card p{margin:0;color:#5b7263;line-height:1.65}
#kfc-modal-return .kfc-return-state-card.is-locked{background:linear-gradient(180deg,#fbfdfb 0%,#f3f8f3 100%)}
#kfc-modal-return .kfc-return-state-card.is-processing{background:linear-gradient(180deg,#fdfefe 0%,#f3f8f5 100%)}
#kfc-modal-return .kfc-return-request-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px;align-items:start}
#kfc-modal-return .kfc-return-form-main{display:grid;gap:12px}
#kfc-modal-return .kfc-return-form-grid{gap:12px}
#kfc-modal-return .kfc-form-field{margin:0;padding:14px;border:1px solid #dde8de;border-radius:16px;background:#fff}
#kfc-modal-return .kfc-form-field>span{display:block;margin-bottom:10px;color:var(--kfc-green-dark);font-weight:700}
#kfc-modal-return .kfc-form-field em{font-style:normal;color:#93a39a;font-weight:600}
#kfc-modal-return .kfc-form-field input,#kfc-modal-return .kfc-form-field textarea{display:block;width:100%;padding:13px 14px;border:1px solid #d7e1d8;border-radius:12px;background:#fbfdfb;transition:border-color .2s ease, box-shadow .2s ease, background .2s ease}
#kfc-modal-return .kfc-form-field input:focus,#kfc-modal-return .kfc-form-field textarea:focus{outline:none;border-color:#7fc28a;background:#fff;box-shadow:0 0 0 4px rgba(127,194,138,.13)}
#kfc-modal-return .kfc-return-form-aside{display:grid;gap:12px;padding:16px;border:1px solid #dce8dd;border-radius:18px;background:linear-gradient(180deg,#f8fcf8 0%,#f0f7f1 100%)}
#kfc-modal-return .kfc-return-form-aside h4{margin:0;color:var(--kfc-green-dark);font-size:18px}
#kfc-modal-return .kfc-return-aside-copy{margin:0;color:#61786a;line-height:1.65}
#kfc-modal-return .kfc-return-help{display:flex;gap:12px;align-items:flex-start;margin:0;padding:14px;border:1px dashed #bfd4c1;border-radius:14px;background:#fff}
#kfc-modal-return .kfc-return-help-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--kfc-green);color:#fff;font-size:14px;font-weight:700;flex:0 0 26px}
#kfc-modal-return .kfc-return-help p{margin:0;color:#5d7667;line-height:1.65}
#kfc-modal-return .kfc-return-actions{display:flex;justify-content:stretch}
#kfc-modal-return .kfc-return-actions .kfc-button{width:100%;min-height:50px}
#kfc-modal-return .kfc-return-history-panel .kfc-section-head{margin-bottom:12px}
#kfc-modal-return .kfc-return-history-panel{padding:20px;border-radius:22px}
@media(max-width:900px){
	#kfc-modal-return .kfc-return-hero{grid-template-columns:1fr}
	#kfc-modal-return .kfc-return-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}
	#kfc-modal-return .kfc-return-workspace{grid-template-columns:1fr}
	#kfc-modal-return .kfc-return-request-layout{grid-template-columns:1fr}
}
@media(max-width:700px){
	#kfc-modal-return .kfc-return-hero{padding:18px;border-radius:20px}
	#kfc-modal-return .kfc-return-hero h3{font-size:24px}
	#kfc-modal-return .kfc-return-hero-stats{grid-template-columns:1fr;gap:10px}
	#kfc-modal-return .kfc-return-stage{padding:16px}
	#kfc-modal-return .kfc-return-stage-head{flex-direction:column;gap:12px}
	#kfc-modal-return .kfc-return-stage-meta{text-align:left}
	#kfc-modal-return .kfc-return-stage-title h3{font-size:20px}
	#kfc-modal-return .kfc-package-grid{grid-template-columns:1fr}
	#kfc-modal-return .kfc-return-stage-actions .kfc-button{width:100%;min-width:0}
	#kfc-modal-return .kfc-return-flow span{padding:11px 12px}
}

@media(max-width:900px){
	.kfc-quick-actions{grid-template-columns:1fr}
	.kfc-return-actions .kfc-button{min-width:220px}
}
@media(max-width:700px){
	.kfc-return-request-form{gap:14px}
	.kfc-return-form-grid{grid-template-columns:1fr}
	.kfc-form-field{padding:12px}
	.kfc-form-field>input,.kfc-form-field>textarea{padding:13px 14px}
	.kfc-return-actions{display:block}
	.kfc-return-actions .kfc-button{width:100%;min-width:0}
	.kfc-return-help{padding-left:46px}
}
@media(max-width:600px){
	.kfc-modal{padding:0;align-items:flex-end}
	.kfc-modal-dialog,.kfc-modal-dialog.kfc-modal-wide{width:100%;max-height:94vh;border-radius:20px 20px 0 0}
	.kfc-modal-header{padding:17px 16px 14px}
	.kfc-modal-header h2{}
	.kfc-modal-body{padding:12px;gap:12px}
	.kfc-quick-action{padding:12px 13px}
	.kfc-action-icon{width:34px;height:34px;flex-basis:34px}
}

@media print{
	body.kfc-modal-open{overflow:visible}
	.kfc-modal{position:static;display:block;padding:0}
	.kfc-modal-backdrop,.kfc-modal-header{display:none !important}
	.kfc-modal-dialog{display:block;width:100%;max-height:none;overflow:visible;border:0;box-shadow:none}
	.kfc-modal-body{display:block;overflow:visible;padding:0}
	body *{visibility:hidden}
	.kfc-return-printable,.kfc-return-printable *{visibility:visible}
	.kfc-return-printable{position:absolute;left:0;top:0;width:100%;display:block}
	.kfc-return-printable>.kfc-panel:not(.kfc-qr-panel){display:none}
	.kfc-qr-panel{border:0;box-shadow:none}
	.kfc-qr-panel button{display:none}
}

/* Forest Club live return status: visual acknowledgement after an automatic refresh. */
.kfc-return-live.is-live-updated .kfc-timeline,
.kfc-return-live.is-live-updated .kfc-summary-list {
	animation: kfc-live-status-refresh .45s ease;
}

@keyframes kfc-live-status-refresh {
	0% { opacity: .55; transform: translateY(2px); }
	100% { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   KEYSHU FOREST CLUB v1.1.19
   Member journey - Living Garden / Growth Care
========================================================= */
.kfc-member-journey{
	position:relative;
	display:block;
	overflow:hidden;
	padding:28px;
	border:1px solid #dfe9df;
	border-radius:28px;
	background:
		radial-gradient(circle at 90% 0%,rgba(175,216,139,.14),transparent 28%),
		linear-gradient(180deg,#ffffff 0%,#f8fbf7 100%);
	box-shadow:0 20px 52px rgba(26,70,47,.07);
}
.kfc-member-journey::before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:5px;
	background:linear-gradient(90deg,#d4e9b9 0%,#8fc46d 34%,#4b975a 62%,#1f6042 100%);
}
.kfc-journey-head{
	position:relative;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:26px;
	padding-bottom:22px;
	border-bottom:1px solid #e7eee7;
}
.kfc-journey-title{min-width:0;max-width:680px}
.kfc-journey-title .kfc-eyebrow{
	margin-bottom:7px;
	color:#718274;
	letter-spacing:.16em;
}
.kfc-journey-title h3{
	margin:0;
	color:#153d2b;
	letter-spacing:-.02em;
}
.kfc-journey-title p{
	margin:7px 0 0;
	color:#748178;
}
.kfc-journey-summary{
	display:grid;
	grid-template-columns:minmax(105px,1fr) 1px minmax(105px,1fr);
	align-items:center;
	gap:16px;
	min-width:310px;
	padding:13px 16px;
	border:1px solid #d9e7dc;
	border-radius:18px;
	background:#ffffff;
	box-shadow:0 8px 24px rgba(26,70,47,.06),inset 0 1px 0 #fff;
}
.kfc-journey-summary>div{
	display:flex;
	flex-direction:column;
	gap:4px;
}
.kfc-journey-summary>div:last-child{text-align:right}
.kfc-journey-summary span{color:#78847b}
.kfc-journey-summary strong{color:#1a4a34;font-weight:850}
.kfc-journey-summary>i{
	display:block;
	width:1px;
	height:38px;
	background:#e0e9e1;
}

.kfc-growth-hero{
	position:relative;
	display:grid;
	grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr);
	gap:34px;
	margin-top:24px;
	padding:26px;
	border:1px solid #dfe9de;
	border-radius:26px;
	background:linear-gradient(135deg,#fbfef9 0%,#f5faf3 50%,#edf6ea 100%);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 14px 34px rgba(28,72,45,.05);
}
.kfc-growth-hero-visual{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:340px;
}
.kfc-growth-tree-frame{
	position:relative;
	display:grid;
	place-items:center;
	width:100%;
	min-height:315px;
	padding:18px;
	border:1px solid rgba(215,230,211,.86);
	border-radius:24px;
	background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.96) 0%,rgba(249,252,247,.9) 55%,rgba(239,247,236,.82) 100%);
	box-shadow:inset 0 1px 0 #fff,0 16px 32px rgba(40,87,54,.05);
	overflow:hidden;
}
.kfc-growth-tree-scene{
	position:relative;
	display:grid;
	place-items:center;
	width:100%;
	height:280px;
	z-index:2;
}
.kfc-growth-halo{
	position:absolute;
	left:50%;
	top:46%;
	width:300px;
	height:300px;
	border-radius:50%;
	background:radial-gradient(circle,rgba(190,224,159,.23) 0%,rgba(190,224,159,.08) 43%,rgba(190,224,159,0) 72%);
	transform:translate(-50%,-50%);
	pointer-events:none;
}
.kfc-growth-ground{
	position:absolute;
	left:50%;
	bottom:30px;
	width:70%;
	height:28px;
	border-radius:50%;
	background:radial-gradient(ellipse,rgba(49,107,60,.16) 0%,rgba(49,107,60,.05) 52%,transparent 75%);
	filter:blur(6px);
	transform:translateX(-50%);
	pointer-events:none;
}
.kfc-growth-tree-scene img{
	position:relative;
	z-index:2;
	display:block;
	width:auto;
	height:auto;
	max-width:92%;
	max-height:275px;
	object-fit:contain;
	filter:drop-shadow(0 18px 23px rgba(28,72,45,.14));
}
.kfc-growth-tree-fallback{
	position:relative;
	z-index:2;
	display:grid;
	place-items:center;
	width:144px;
	height:144px;
	border:1px solid #d5e5d3;
	border-radius:50%;
	background:#fff;
	color:#214f37;
	font-weight:900;
}
.kfc-growth-hero-info{
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:18px 8px 18px 4px;
}
.kfc-growth-status-row{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	margin-bottom:13px;
}
.kfc-growth-status-row .kfc-eyebrow{
	margin:0;
	color:#76847a;
	letter-spacing:.14em;
}
.kfc-growth-current-name{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:38px;
	padding:0 18px;
	border:1px solid #1f6041;
	border-radius:999px;
	background:linear-gradient(135deg,#184d35 0%,#2b704a 100%);
	box-shadow:0 8px 20px rgba(31,96,65,.16),inset 0 1px 0 rgba(255,255,255,.14);
	color:#fff;
	font-weight:900;
	letter-spacing:.07em;
	line-height:1;
	white-space:nowrap;
}
.kfc-growth-heading{
	margin:0;
	color:#173f2d;
	letter-spacing:-.02em;
	line-height:1.35;
}
.kfc-growth-heading strong{color:#246b47}
.kfc-growth-heading [hidden]{display:none}
.kfc-growth-next-copy{
	margin:9px 0 0;
	color:#6f7d73;
	line-height:1.55;
}
.kfc-growth-next-copy strong{color:#1f6041}
.kfc-growth-next-copy [hidden]{display:none}
.kfc-growth-stage-card{
	margin-top:20px;
	padding:16px 17px 15px;
	border:1px solid #d8e7d4;
	border-radius:18px;
	background:rgba(255,255,255,.86);
	box-shadow:inset 0 1px 0 #fff,0 10px 24px rgba(34,77,48,.04);
}
.kfc-growth-stage-meta{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:15px;
	color:#6f7d73;
}
.kfc-growth-stage-meta strong{color:#1d5037;text-align:right}
.kfc-growth-progress{
	position:relative;
	height:12px;
	margin-top:11px;
	padding:3px;
	border:1px solid #d4e3d4;
	border-radius:999px;
	background:#edf3ec;
	box-shadow:inset 0 1px 3px rgba(25,63,43,.06);
}
.kfc-growth-progress>span{
	display:block;
	height:100%;
	border-radius:inherit;
	background:linear-gradient(90deg,#c4e47f 0%,#83c35f 36%,#4b9d5d 68%,#205f41 100%);
	box-shadow:0 0 12px rgba(83,159,82,.15);
	transition:width .7s cubic-bezier(.22,.61,.36,1);
}
.kfc-growth-stage-foot{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:14px;
	margin-top:9px;
	color:#829087;
}
.kfc-growth-stage-foot strong{color:#2c6d49}
.kfc-growth-benefit{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	margin-top:13px;
	padding:13px 16px;
	border:1px solid #d7e7d1;
	border-radius:16px;
	background:rgba(255,255,255,.72);
}
.kfc-growth-benefit span{color:#758178}
.kfc-growth-benefit strong{color:#1d5138;font-weight:850;text-align:right}

.kfc-journey-viewport{
	display:block;
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	padding:20px 0 2px;
	scrollbar-width:thin;
	scrollbar-color:#c7d6c8 transparent;
}
.kfc-journey-viewport::-webkit-scrollbar{height:6px}
.kfc-journey-viewport::-webkit-scrollbar-track{background:transparent}
.kfc-journey-viewport::-webkit-scrollbar-thumb{background:#c7d6c8;border-radius:999px}
.kfc-journey-board{
	position:relative;
	display:block;
	min-width:760px;
	padding:22px 22px 16px;
	border:1px solid #e2ebe2;
	border-radius:22px;
	background:#ffffff;
	box-shadow:0 8px 24px rgba(25,63,43,.035);
}
.kfc-journey-stage-row{
	position:relative;
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:30px;
	align-items:stretch;
	padding-top:6px;
}
.kfc-journey-stage{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-start;
	min-width:0;
	padding:16px 16px 18px;
	border:1px solid transparent;
	border-radius:22px;
	background:transparent;
	text-align:center;
	opacity:var(--kfc-future-opacity,.72);
	filter:saturate(.86);
	transition:opacity .3s ease,filter .3s ease,transform .3s ease,border-color .3s ease,background .3s ease,box-shadow .3s ease;
}
.kfc-journey-stage:not(:last-child)::after{
	content:"";
	position:absolute;
	right:-20px;
	top:46%;
	width:12px;
	height:12px;
	border-top:2px solid #9abd8f;
	border-right:2px solid #9abd8f;
	transform:translateY(-50%) rotate(45deg);
	opacity:.72;
}
.kfc-journey-stage.is-reached{
	opacity:1;
	filter:none;
	border-color:#dcebd6;
	background:linear-gradient(180deg,#ffffff 0%,#f7fbf5 100%);
	box-shadow:0 12px 28px rgba(32,95,65,.08);
}
.kfc-journey-stage.is-reached .kfc-journey-tree{
	background:radial-gradient(circle at 50% 44%,rgba(165,211,126,.16) 0%,rgba(165,211,126,.055) 48%,transparent 72%);
	border-radius:18px;
}
.kfc-journey-stage.is-reached .kfc-journey-tree img{
	filter:drop-shadow(0 11px 16px rgba(29,70,45,.14));
}
.kfc-journey-stage.is-current{
	transform:translateY(-6px);
	border-color:#2d704c;
	background:linear-gradient(180deg,#ffffff 0%,#f0f8ee 100%);
	box-shadow:0 16px 34px rgba(31,96,65,.14);
}
.kfc-journey-stage.is-current::before{
	content:"";
	position:absolute;
	left:20px;
	right:20px;
	bottom:-1px;
	height:5px;
	border-radius:999px;
	background:linear-gradient(90deg,#8fca69 0%,#1f6041 100%);
}
.kfc-journey-tree{
	position:relative;
	display:flex;
	align-items:flex-end;
	justify-content:center;
	width:100%;
	height:138px;
	margin:6px 0 7px;
	padding:8px 8px 12px;
	transition:background .3s ease,transform .3s ease;
}
.kfc-journey-tree::before{
	content:"";
	position:absolute;
	left:50%;
	bottom:6px;
	width:62%;
	height:16px;
	border-radius:50%;
	background:radial-gradient(ellipse,rgba(51,105,59,.13) 0%,rgba(51,105,59,.04) 52%,transparent 74%);
	filter:blur(4px);
	transform:translateX(-50%);
}
.kfc-journey-tree img{
	position:relative;
	z-index:1;
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
	object-fit:contain;
	filter:drop-shadow(0 8px 11px rgba(29,70,45,.10));
	transition:transform .3s ease,filter .3s ease;
}
.kfc-journey-stage.is-current .kfc-journey-tree img{
	transform:translateY(-3px) scale(1.08);
	filter:drop-shadow(0 14px 20px rgba(29,70,45,.18));
}
.kfc-journey-tree-fallback{
	display:grid;
	place-items:center;
	width:92px;
	height:92px;
	border:1px solid #d9e7d8;
	border-radius:50%;
	background:#f7fbf5;
	color:#173f2d;
	font-weight:850;
}
.kfc-journey-stage>strong{
	display:block;
	margin-top:2px;
	color:#173f2d;
	font-weight:900;
	letter-spacing:.075em;
}
.kfc-journey-range{
	display:block;
	margin-top:5px;
	color:#758178;
	font-weight:650;
}
.kfc-journey-benefit{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:13px;
	min-height:30px;
	margin-top:9px;
	padding:4px 11px;
	border:1px solid #d6e7cb;
	border-radius:999px;
	background:#eef7e9;
	color:#214d36;
	font-weight:800;
	line-height:1.25;
}
 .kfc-journey-track-wrap{
	position:relative;
	height:118px;
	margin:24px 12.5% 0;
	padding-top:42px;
}
.kfc-journey-point-bubble{
	position:absolute;
	top:0;
	left:0;
	display:inline-flex;
	align-items:center;
	gap:0;
	padding:0 16px;
	border:1px solid #1f6041;
	border-radius:999px;
	background:linear-gradient(135deg,#184d35 0%,#2b704a 100%);
	box-shadow:0 10px 24px rgba(31,96,65,.20);
	color:#fff;
	white-space:nowrap;
	transform:translateX(-50%);
	transition:left .7s cubic-bezier(.22,.61,.36,1);
	z-index:5;
}
.kfc-journey-point-bubble::before{
	content:"";
	position:absolute;
	left:50%;
	bottom:-7px;
	width:14px;
	height:14px;
	background:#236644;
	border-right:1px solid #1f6041;
	border-bottom:1px solid #1f6041;
	border-bottom-right-radius:3px;
	transform:translateX(-50%) rotate(45deg);
}
.kfc-journey-point-arrow{display:none}
.kfc-journey-point-bubble strong{color:#fff;font-weight:850;position:relative;z-index:1}
.kfc-journey-point-bubble.is-start{transform:translateX(0)}
.kfc-journey-point-bubble.is-start::before{left:18px;transform:translateX(0) rotate(45deg)}
.kfc-journey-point-bubble.is-end{transform:translateX(-100%)}
.kfc-journey-point-bubble.is-end::before{left:auto;right:18px;transform:translateX(0) rotate(45deg)}
.kfc-journey-track{
	position:absolute;
	left:0;
	right:0;
	top:60px;
	height:14px;
	padding:2px;
	box-sizing:border-box;
	border:1px solid #bfd3bf;
	border-radius:999px;
	background:linear-gradient(180deg,#f8fbf7 0%,#e7efe6 100%);
	box-shadow:inset 0 2px 4px rgba(29,77,48,.08),0 8px 18px rgba(42,102,63,.10);
	overflow:visible;
}
.kfc-journey-track>span{
	display:block;
	height:100%;
	border-radius:inherit;
	background:linear-gradient(90deg,#c7e97f 0%,#84cd5d 32%,#4ba55d 66%,#1f6041 100%);
	box-shadow:0 0 18px rgba(93,184,91,.35), inset 0 1px 0 rgba(255,255,255,.35);
	transition:width .7s cubic-bezier(.22,.61,.36,1);
	position:relative;
}
.kfc-journey-track>span::after{
	content:"";
	position:absolute;
	top:1px;
	left:2%;
	right:2%;
	height:42%;
	border-radius:999px;
	background:linear-gradient(180deg,rgba(255,255,255,.36),rgba(255,255,255,0));
	pointer-events:none;
}
.kfc-journey-track>span::before{
	content:"";
	position:absolute;
	right:-9px;
	top:50%;
	width:18px;
	height:18px;
	border:4px solid #fff;
	border-radius:50%;
	background:#2c754b;
	box-shadow:0 0 0 2px #2c754b,0 0 0 9px rgba(73,167,83,.15),0 0 24px rgba(91,193,87,.48);
	transform:translateY(-50%);
	animation:kfc-progress-pulse 1.55s ease-in-out infinite;
	z-index:3;
}
@keyframes kfc-progress-pulse{
	0%,100%{box-shadow:0 0 0 2px #2c754b,0 0 0 7px rgba(73,167,83,.12),0 0 14px rgba(91,193,87,.30);transform:translateY(-50%) scale(.96)}
	50%{box-shadow:0 0 0 2px #2c754b,0 0 0 13px rgba(73,167,83,.04),0 0 30px rgba(91,193,87,.62);transform:translateY(-50%) scale(1.08)}
}
.kfc-journey-marker{
	position:absolute;
	top:67px;
	width:58px;
	height:58px;
	color:#68786d;
	font-weight:750;
	transform:translateX(-50%);
	z-index:4;
}
.kfc-journey-marker i{
	position:absolute;
	left:50%;
	top:0;
	display:block;
	box-sizing:border-box;
	width:30px;
	height:30px;
	border:4px solid #fff;
	border-radius:50%;
	background:#d8e4d8;
	box-shadow:0 0 0 1px #bfd0c1,0 6px 14px rgba(31,76,48,.08);
	transform:translate(-50%,-50%);
	transition:transform .3s ease,box-shadow .3s ease,background .3s ease;
}
.kfc-journey-marker i::after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#fff;
	transform:translate(-50%,-50%);
}
.kfc-journey-marker small{
	position:absolute;
	left:50%;
	top:22px;
	display:block;
	min-width:48px;
	text-align:center;
	white-space:nowrap;
	transform:translateX(-50%);
}
.kfc-journey-marker.is-reached i{
	background:#73bb5b;
	box-shadow:0 0 0 1px #73bb5b,0 0 0 6px rgba(115,187,91,.13),0 8px 18px rgba(68,143,76,.14);
}
.kfc-journey-marker.is-current i{
	background:#1f6041;
	box-shadow:0 0 0 1px #1f6041,0 0 0 9px rgba(31,96,65,.16),0 0 24px rgba(64,154,92,.28),0 8px 18px rgba(31,96,65,.18);
	transform:translate(-50%,-50%) scale(1.14);
}
.kfc-journey-marker.is-current small{color:#1f6041;font-weight:900}
@media(max-width:900px){
	.kfc-growth-hero{grid-template-columns:1fr;gap:16px}
	.kfc-growth-hero::after{display:none}
	.kfc-growth-hero-visual{min-height:0}
	.kfc-growth-tree-frame{min-height:290px}
	.kfc-growth-hero-info{padding:8px 4px 4px}
}
@media(max-width:760px){
	.kfc-member-journey{padding:20px 14px;border-radius:22px}
	.kfc-journey-head{flex-direction:column;align-items:stretch;gap:14px;padding-bottom:16px}
	.kfc-journey-summary{width:100%;min-width:0}
	.kfc-growth-hero{padding:16px 12px;border-radius:20px}
	.kfc-growth-tree-frame{min-height:255px;padding:12px}
	.kfc-growth-tree-scene{height:235px}
	.kfc-growth-tree-scene img{max-height:225px}
	.kfc-growth-status-row{align-items:flex-start}
	.kfc-growth-stage-meta,.kfc-growth-stage-foot,.kfc-growth-benefit{align-items:flex-start;flex-direction:column;gap:5px}
	.kfc-growth-stage-meta strong,.kfc-growth-benefit strong{text-align:left}
	.kfc-journey-board{min-width:760px;padding:18px 14px 14px}
	.kfc-journey-stage-row{gap:22px}
	.kfc-journey-stage{padding-left:10px;padding-right:10px}
	.kfc-journey-stage:not(:last-child)::after{right:-15px}
	.kfc-journey-tree{height:122px}
	.kfc-journey-track-wrap{margin-left:12.5%;margin-right:12.5%}
}



@media (prefers-reduced-motion: reduce){.kfc-journey-track>span::before{animation:none}}

/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.25
   Return popup workspace refinement
========================================================= */
#kfc-modal-return .kfc-return-workspace{
	grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
	gap:20px;
	align-items:start;
}
#kfc-modal-return .kfc-return-stage{
	padding:24px;
	border:1px solid #dbe7dd;
	border-radius:24px;
	background:linear-gradient(180deg,#ffffff 0%,#f8fcf9 100%);
	box-shadow:0 18px 42px rgba(31,70,46,.06);
}
#kfc-modal-return .kfc-return-stage-head{
	margin-bottom:18px;
	padding-bottom:16px;
	border-bottom:1px solid #e5ede6;
}
#kfc-modal-return .kfc-return-stage-title{
	gap:15px;
}
#kfc-modal-return .kfc-return-step{
	width:46px;
	height:46px;
	border-radius:15px;
	background:linear-gradient(135deg,#eef8ee 0%,#ddefda 100%);
	box-shadow:inset 0 0 0 1px #d5e7d5, 0 8px 18px rgba(77,125,91,.08);
}
#kfc-modal-return .kfc-return-stage-title h3{
	font-size:20px;
	line-height:1.25;
}
#kfc-modal-return .kfc-return-stage-meta{
	min-width:170px;
	padding:12px 14px;
	border:1px solid #dce8de;
	border-radius:16px;
	background:linear-gradient(180deg,#f7fbf7 0%,#eef6ef 100%);
	box-shadow:inset 0 1px 0 #fff;
}
#kfc-modal-return .kfc-return-stage-meta strong{
	display:block;
	font-size:18px;
	font-weight:800;
}
#kfc-modal-return .kfc-return-stage-meta span{
	display:block;
	margin-top:4px;
	line-height:1.45;
}
#kfc-modal-return .kfc-return-progress-shell{
	margin:0 0 20px;
	padding:16px 18px;
	border:1px solid #e0ebe1;
	border-radius:18px;
	background:linear-gradient(180deg,#fbfdfb 0%,#f3f8f3 100%);
}
#kfc-modal-return .kfc-return-progress-meta{
	margin:0 0 10px;
}
#kfc-modal-return .kfc-return-progress{
	height:12px;
	border-radius:999px;
	background:#e4ebe4;
	box-shadow:inset 0 1px 4px rgba(29,66,44,.07);
}
#kfc-modal-return .kfc-return-progress span{
	background:linear-gradient(90deg,#96d462 0%,#59b35a 45%,#1f6946 100%);
	box-shadow:0 0 18px rgba(84,176,86,.28);
}
#kfc-modal-return .kfc-return-progress-hint{
	margin:12px 0 0;
	font-size:14px;
	line-height:1.65;
}
#kfc-modal-return .kfc-package-grid{
	grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
	gap:16px;
}
#kfc-modal-return .kfc-package-card{
	padding:16px;
	border-radius:18px;
	background:linear-gradient(180deg,#ffffff 0%,#fafdfb 100%);
}
#kfc-modal-return .kfc-package-card h4{
	margin:12px 0 6px;
	font-size:17px;
}
#kfc-modal-return .kfc-package-card > span{
	font-size:14px;
	line-height:1.5;
}
#kfc-modal-return .kfc-return-stage-actions{
	padding-top:2px;
}
#kfc-modal-return .kfc-return-stage-actions .kfc-button{
	min-width:220px;
	min-height:46px;
	border-radius:14px;
}

#kfc-modal-return .kfc-return-stage-create .kfc-return-stage-meta strong{
	color:var(--kfc-green);
}
#kfc-modal-return .kfc-return-request-layout{
	grid-template-columns:1fr;
	gap:14px;
}
#kfc-modal-return .kfc-return-form-main{
	gap:16px;
	padding:18px;
	border:1px solid #dfe9e0;
	border-radius:20px;
	background:linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%);
	box-shadow:0 12px 26px rgba(35,78,49,.04);
}
#kfc-modal-return .kfc-return-form-block-head{
	padding-bottom:14px;
	border-bottom:1px solid #ebf1eb;
}
#kfc-modal-return .kfc-return-form-block-head p{
	margin:7px 0 0;
	color:#6b7d71;
	line-height:1.55;
}
#kfc-modal-return .kfc-return-form-grid{
	gap:14px;
}
#kfc-modal-return .kfc-form-field{
	padding:0;
	border:0;
	background:transparent;
}
#kfc-modal-return .kfc-form-field > span{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:8px;
	color:#395443;
	font-size:14px;
	font-weight:700;
}
#kfc-modal-return .kfc-form-field > span em{
	font-size:12px;
	font-weight:600;
	color:#96a49b;
}
#kfc-modal-return .kfc-form-field input,
#kfc-modal-return .kfc-form-field textarea{
	padding:14px 15px;
	border:1px solid #d9e4da;
	border-radius:14px;
	background:#f7faf7;
	box-shadow:inset 0 1px 2px rgba(31,61,40,.03);
}
#kfc-modal-return .kfc-form-field input:focus,
#kfc-modal-return .kfc-form-field textarea:focus{
	border-color:#6faf7c;
	background:#fff;
	box-shadow:0 0 0 4px rgba(101,172,107,.12);
}
#kfc-modal-return .kfc-return-request-form textarea[name="pickup_address"]{min-height:124px}
#kfc-modal-return .kfc-return-request-form textarea[name="customer_note"]{min-height:104px}
#kfc-modal-return .kfc-return-form-aside{
	padding:18px;
	border:1px solid #dce7dd;
	border-radius:20px;
	background:linear-gradient(135deg,#f4faf4 0%,#eef7ef 100%);
	box-shadow:0 12px 24px rgba(33,75,47,.05);
}
#kfc-modal-return .kfc-return-form-aside .kfc-eyebrow{
	display:inline-flex;
	align-items:center;
	align-self:flex-start;
	padding:7px 11px;
	border-radius:999px;
	background:#fff;
	border:1px solid #d9e6da;
}
#kfc-modal-return .kfc-return-form-aside h4{
	font-size:20px;
	line-height:1.3;
}
#kfc-modal-return .kfc-return-aside-copy{
	font-size:14px;
	line-height:1.7;
}
#kfc-modal-return .kfc-return-help{
	padding:15px;
	border:1px dashed #bfd4c1;
	background:rgba(255,255,255,.9);
}
#kfc-modal-return .kfc-return-help p{
	font-size:14px;
	line-height:1.75;
}
#kfc-modal-return .kfc-return-actions{
	margin-top:2px;
}
#kfc-modal-return .kfc-return-actions .kfc-button{
	min-height:54px;
	border-radius:15px;
	font-size:15px;
	box-shadow:0 14px 26px rgba(31,96,65,.16);
}

@media (max-width:1080px){
	#kfc-modal-return .kfc-return-workspace{
		grid-template-columns:1fr;
	}
}
@media (max-width:700px){
	#kfc-modal-return .kfc-return-stage{
		padding:18px;
		border-radius:20px;
	}
	#kfc-modal-return .kfc-return-stage-meta{
		width:100%;
		min-width:0;
	}
	#kfc-modal-return .kfc-return-form-main,
	#kfc-modal-return .kfc-return-form-aside{
		padding:15px;
		border-radius:17px;
	}
	#kfc-modal-return .kfc-return-form-grid{
		grid-template-columns:1fr;
	}
}

/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.26
   Return popup - Professional sequential workflow
========================================================= */
#kfc-modal-return .kfc-return-workspace{
	display:grid;
	grid-template-columns:1fr;
	gap:18px;
}
#kfc-modal-return .kfc-return-stage{
	padding:22px;
	border:1px solid #dce8de;
	border-radius:22px;
	background:#fff;
	box-shadow:0 10px 30px rgba(31,70,46,.045);
}
#kfc-modal-return .kfc-return-stage-head{
	display:flex;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:18px;
	margin:0 0 18px;
	padding:0 0 16px;
	border-bottom:1px solid #e7eee8;
}
#kfc-modal-return .kfc-return-stage-title{
	display:flex;
	align-items:center;
	gap:14px;
	min-width:0;
}
#kfc-modal-return .kfc-return-step{
	width:42px;
	height:42px;
	flex:0 0 42px;
	border:1px solid #cfe2d2;
	border-radius:13px;
	background:#edf7ed;
	box-shadow:none;
	color:#2f7450;
}
#kfc-modal-return .kfc-return-stage-title .kfc-eyebrow{
	margin-bottom:3px;
	color:#71877a;
	letter-spacing:.13em;
}
#kfc-modal-return .kfc-return-stage-title h3{
	margin:0;
	font-size:20px;
	line-height:1.28;
	color:#173f2d;
}
#kfc-modal-return .kfc-return-stage-meta{
	min-width:0;
	padding:10px 14px;
	border:1px solid #d7e6da;
	border-radius:14px;
	background:#f6faf6;
	box-shadow:none;
	text-align:right;
}
#kfc-modal-return .kfc-return-stage-meta strong{
	font-size:17px;
	line-height:1.25;
}
#kfc-modal-return .kfc-return-stage-meta span{
	margin-top:3px;
	font-size:13px;
}
#kfc-modal-return .kfc-return-progress-shell{
	margin:0 0 18px;
	padding:14px 16px;
	border:1px solid #e1ebe2;
	border-radius:16px;
	background:#f8fbf8;
}
#kfc-modal-return .kfc-return-progress-meta{
	margin-bottom:9px;
	font-size:13px;
}
#kfc-modal-return .kfc-return-progress{
	height:10px;
}
#kfc-modal-return .kfc-return-progress-hint{
	margin:10px 0 0;
	font-size:14px;
	line-height:1.55;
}

/* Compact packaging cards: image and controls share one row. */
#kfc-modal-return .kfc-package-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:14px;
	margin-bottom:16px;
}
#kfc-modal-return .kfc-package-card{
	display:grid;
	grid-template-columns:112px minmax(0,1fr);
	grid-template-rows:auto auto auto;
	column-gap:16px;
	row-gap:5px;
	align-items:center;
	min-width:0;
	padding:14px;
	border:1px solid #dce8de;
	border-radius:18px;
	background:linear-gradient(180deg,#ffffff 0%,#fafdfb 100%);
	box-shadow:none;
}
#kfc-modal-return .kfc-package-card img,
#kfc-modal-return .kfc-package-placeholder{
	grid-column:1;
	grid-row:1 / 4;
	width:112px;
	height:112px;
	aspect-ratio:auto;
	border-radius:14px;
	background:#f2f8f2;
	object-fit:contain;
}
#kfc-modal-return .kfc-package-placeholder{
	display:grid;
	display:grid;
	place-items:center;
	font-size:26px;
}
#kfc-modal-return .kfc-package-card h4{
	grid-column:2;
	grid-row:1;
	margin:0;
	font-size:16px;
	line-height:1.35;
	color:#173f2d;
}
#kfc-modal-return .kfc-package-card > span{
	grid-column:2;
	grid-row:2;
	margin:0;
	font-size:13px;
	line-height:1.4;
	color:#718078;
}
#kfc-modal-return .kfc-package-card .kfc-qty{
	grid-column:2;
	grid-row:3;
	width:100%;
	margin:4px 0 0;
}
#kfc-modal-return .kfc-qty button,
#kfc-modal-return .kfc-qty input{
	height:40px;
	border-radius:10px;
}
#kfc-modal-return .kfc-return-stage-actions{
	display:flex;
	justify-content:flex-end;
}
#kfc-modal-return .kfc-return-stage-actions .kfc-button{
	min-width:190px;
	min-height:44px;
	border-radius:12px;
}

/* Pickup section gets the full modal width, avoiding compressed fields. */
#kfc-modal-return .kfc-return-stage-create .kfc-return-stage-meta{
	background:#eef8f0;
	border-color:#d2e6d6;
}
#kfc-modal-return .kfc-return-request-layout{
	display:grid;
	grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);
	gap:18px;
	align-items:start;
}
#kfc-modal-return .kfc-return-form-main{
	display:grid;
	gap:14px;
	padding:18px;
	border:1px solid #e0e9e1;
	border-radius:18px;
	background:#fff;
	box-shadow:none;
}
#kfc-modal-return .kfc-return-form-block-head{
	padding-bottom:12px;
	border-bottom:1px solid #edf2ed;
}
#kfc-modal-return .kfc-return-form-block-head p{
	margin:6px 0 0;
	font-size:14px;
	line-height:1.5;
	color:#76857b;
}
#kfc-modal-return .kfc-return-form-grid{
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:12px;
}
#kfc-modal-return .kfc-form-field > span{
	margin-bottom:7px;
	font-size:13px;
	color:#405849;
}
#kfc-modal-return .kfc-form-field input,
#kfc-modal-return .kfc-form-field textarea{
	padding:12px 13px;
	border:1px solid #dbe5dc;
	border-radius:12px;
	background:#f9fbf9;
}
#kfc-modal-return .kfc-return-request-form textarea[name="pickup_address"]{
	min-height:96px;
}
#kfc-modal-return .kfc-return-request-form textarea[name="customer_note"]{
	min-height:78px;
}
#kfc-modal-return .kfc-return-form-aside{
	display:flex;
	display:flex;
	flex-direction:column;
	gap:12px;
	padding:18px;
	border:1px solid #dce8de;
	border-radius:18px;
	background:#f4f9f4;
	box-shadow:none;
}
#kfc-modal-return .kfc-return-form-aside .kfc-eyebrow{
	align-self:flex-start;
	padding:0;
	border:0;
	background:transparent;
	color:#71877a;
}
#kfc-modal-return .kfc-return-form-aside h4{
	margin:0;
	font-size:18px;
	line-height:1.35;
}
#kfc-modal-return .kfc-return-aside-copy{
	margin:0;
	font-size:13px;
	line-height:1.6;
	color:#718078;
}
#kfc-modal-return .kfc-return-help{
	margin:0;
	padding:13px;
	border:1px dashed #c5d8c8;
	border-radius:14px;
	background:#fff;
}
#kfc-modal-return .kfc-return-help p{
	font-size:13px;
	line-height:1.65;
}
#kfc-modal-return .kfc-return-actions{
	margin-top:auto;
}
#kfc-modal-return .kfc-return-actions .kfc-button{
	min-height:48px;
	border-radius:12px;
	font-size:14px;
	box-shadow:0 10px 20px rgba(31,96,65,.12);
}

@media(max-width:900px){
	#kfc-modal-return .kfc-package-grid{
		grid-template-columns:1fr;
	}
	#kfc-modal-return .kfc-return-request-layout{
		grid-template-columns:1fr;
	}
}
@media(max-width:600px){
	#kfc-modal-return .kfc-return-stage{
		padding:15px;
	}
	#kfc-modal-return .kfc-return-stage-head{
		align-items:flex-start;
		flex-direction:column;
	}
	#kfc-modal-return .kfc-return-stage-meta{
		width:100%;
		text-align:left;
	}
	#kfc-modal-return .kfc-package-card{
		grid-template-columns:86px minmax(0,1fr);
		column-gap:12px;
		padding:12px;
	}
	#kfc-modal-return .kfc-package-card img,
	#kfc-modal-return .kfc-package-placeholder{
		width:86px;
		height:86px;
	}
	#kfc-modal-return .kfc-return-form-grid{
		grid-template-columns:1fr;
	}
	#kfc-modal-return .kfc-return-stage-actions{
		display:block;
	}
	#kfc-modal-return .kfc-return-stage-actions .kfc-button{
		width:100%;
	}
}

/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.28
   Package image + quantity control alignment
========================================================= */
#kfc-modal-return .kfc-package-card img,
#kfc-modal-return .kfc-package-placeholder{
	object-fit:contain;
}
#kfc-modal-return .kfc-qty button{
	display:grid;
	place-items:center;
	padding:0;
	margin:0;
	line-height:1;
	text-align:center;
	font-size:18px;
	font-weight:700;
}
#kfc-modal-return .kfc-qty input{
	display:block;
	padding:0 8px;
	line-height:40px;
	text-align:center;
}


/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.30
   Quantity +/- controls: true square buttons
========================================================= */
#kfc-modal-return .kfc-package-card .kfc-qty{
	grid-template-columns:40px minmax(0,1fr) 40px;
	gap:6px;
	align-items:stretch;
}
#kfc-modal-return .kfc-qty button,
#kfc-modal-return .kfc-qty input{
	height:40px;
	min-height:40px;
	box-sizing:border-box;
}
#kfc-modal-return .kfc-qty button{
	width:40px;
	min-width:40px;
	max-width:40px;
	aspect-ratio:1 / 1;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0;
	margin:0;
	line-height:1;
}
#kfc-modal-return .kfc-qty input{
	width:100%;
	min-width:0;
	line-height:normal;
}

/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.35
   Dashboard reward catalog - refined storefront
========================================================= */
.kfc-home-rewards{
	position:relative;
	overflow:hidden;
	padding:26px;
	border:1px solid #dde8df;
	border-radius:24px;
	background:linear-gradient(180deg,#ffffff 0%,#fbfdfb 100%);
	box-shadow:0 14px 34px rgba(28,66,43,.045);
}
.kfc-home-rewards:before{
	content:"";
	position:absolute;
	left:26px;
	right:26px;
	top:0;
	height:3px;
	border-radius:0 0 999px 999px;
	background:linear-gradient(90deg,#b8dba6 0%,#5e9e67 50%,#1f6444 100%);
	opacity:.72;
}
.kfc-home-rewards-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:24px;
	margin-bottom:22px;
	padding-bottom:20px;
	border-bottom:1px solid #e7eee8;
}
.kfc-home-rewards-title{
	min-width:0;
	max-width:620px;
}
.kfc-home-rewards-title .kfc-eyebrow{
	color:#728477;
	letter-spacing:.13em;
}
.kfc-home-rewards-title h3{
	margin:5px 0 0;
	color:#173f2d;
	font-size:24px;
	line-height:1.22;
	letter-spacing:-.015em;
}
.kfc-home-rewards-title p{
	margin:7px 0 0;
	color:#748279;
	line-height:1.55;
}
.kfc-home-rewards-tools{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:12px;
	flex:0 0 auto;
}
.kfc-home-rewards-balance{
	display:grid;
	grid-template-columns:auto auto;
	align-items:baseline;
	column-gap:7px;
	row-gap:2px;
	min-width:146px;
	padding:10px 13px;
	border:1px solid #d8e6da;
	border-radius:14px;
	background:#f7faf7;
}
.kfc-home-rewards-balance span{
	grid-column:1/-1;
	color:#7a887f;
	font-size:12px;
	font-weight:700;
}
.kfc-home-rewards-balance strong{
	color:#1f6544;
	font-size:21px;
	line-height:1;
	font-weight:850;
}
.kfc-home-rewards-balance small{
	color:#7d8b82;
	font-size:11px;
	font-weight:700;
}
.kfc-home-rewards-all{
	appearance:none;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	min-height:42px;
	padding:0 15px;
	border:1px solid #cfe0d1;
	border-radius:12px;
	background:#fff;
	color:#23583c;
	font-weight:800;
	cursor:pointer;
	transition:border-color .2s ease,background .2s ease,transform .2s ease;
}
.kfc-home-rewards-all span{
	transition:transform .2s ease;
}
.kfc-home-rewards-all:hover{
	border-color:#9fc1a4;
	background:#f4f9f4;
	transform:translateY(-1px);
}
.kfc-home-rewards-all:hover span{
	transform:translateX(2px);
}
.kfc-home-reward-grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:14px;
}
.kfc-home-reward-card{
	position:relative;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	min-width:0;
	border:1px solid #dfe8e0;
	border-radius:18px;
	background:#fff;
	box-shadow:0 6px 18px rgba(31,70,46,.035);
	transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}
.kfc-home-reward-card:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:3px;
	background:transparent;
	transition:background .22s ease;
	z-index:2;
}
.kfc-home-reward-card.is-available:before{
	background:linear-gradient(90deg,#9dd36c 0%,#2d774e 100%);
}
.kfc-home-reward-card:hover{
	transform:translateY(-2px);
	border-color:#cbdccc;
	box-shadow:0 13px 28px rgba(31,70,46,.075);
}
.kfc-home-reward-media{
	position:relative;
	overflow:hidden;
	margin:10px 10px 0;
	aspect-ratio:1.18 / 1;
	border:1px solid #edf1ed;
	border-radius:14px;
	background:
		radial-gradient(circle at 50% 20%,rgba(191,221,178,.18),transparent 48%),
		linear-gradient(145deg,#f8faf8 0%,#eef4ef 100%);
}
.kfc-home-reward-media img{
	display:block;
	width:100%;
	height:100%;
	padding:6px;
	object-fit:contain;
	transition:transform .3s ease;
}
.kfc-home-reward-card:hover .kfc-home-reward-media img{
	transform:scale(1.025);
}
.kfc-home-reward-placeholder{
	display:grid;
	place-items:center;
	width:100%;
	height:100%;
	font-size:38px;
}
.kfc-home-reward-type,
.kfc-home-reward-stock{
	position:absolute;
	top:9px;
	display:inline-flex;
	align-items:center;
	min-height:25px;
	padding:0 9px;
	border:1px solid rgba(255,255,255,.8);
	border-radius:999px;
	background:rgba(255,255,255,.9);
	backdrop-filter:blur(8px);
	box-shadow:0 4px 12px rgba(31,70,46,.06);
	color:#5f7166;
	font-size:11px;
	font-weight:800;
}
.kfc-home-reward-type{left:9px}
.kfc-home-reward-stock{right:9px}
.kfc-home-reward-body{
	display:flex;
	flex-direction:column;
	flex:1;
	padding:14px 14px 15px;
}
.kfc-home-reward-body h4{
	margin:0;
	min-height:44px;
	color:#1b4532;
	font-size:16px;
	line-height:1.4;
	font-weight:800;
}
.kfc-home-reward-status{
	display:flex;
	align-items:center;
	gap:7px;
	min-height:22px;
	margin-top:8px;
	color:#7b8880;
	font-size:12px;
	font-weight:700;
}
.kfc-home-reward-status i{
	display:block;
	width:7px;
	height:7px;
	flex:0 0 7px;
	border-radius:50%;
	background:#b8c3ba;
}
.kfc-home-reward-status.is-ready{
	color:#3f7847;
}
.kfc-home-reward-status.is-ready i{
	background:#67ac55;
	box-shadow:0 0 0 4px rgba(103,172,85,.11);
}
.kfc-home-reward-footer{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	margin-top:auto;
	padding-top:13px;
	border-top:1px solid #edf1ed;
}
.kfc-home-reward-points{
	display:flex;
	align-items:baseline;
	gap:4px;
	min-width:0;
}
.kfc-home-reward-points strong{
	color:#1f6744;
	font-size:20px;
	line-height:1;
	font-weight:900;
}
.kfc-home-reward-points span{
	color:#718078;
	font-size:12px;
	font-weight:700;
}
.kfc-home-reward-action{
	appearance:none;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:7px;
	min-height:36px;
	padding:0 11px;
	border:1px solid #d3dfd4;
	border-radius:10px;
	background:#f8faf8;
	color:#4d6555;
	font-size:12px;
	font-weight:800;
	white-space:nowrap;
	cursor:pointer;
	transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.kfc-home-reward-action span{
	transition:transform .2s ease;
}
.kfc-home-reward-action:hover{
	border-color:#a9c6ad;
	background:#f1f7f2;
	color:#245a3b;
}
.kfc-home-reward-action:hover span{
	transform:translateX(2px);
}
.kfc-home-reward-action.is-primary{
	border-color:#286a49;
	background:#246644;
	color:#fff;
	box-shadow:none;
}
.kfc-home-reward-action.is-primary:hover{
	border-color:#1e583b;
	background:#1d593b;
	color:#fff;
	transform:translateY(-1px);
}

@media(max-width:1100px){
	.kfc-home-reward-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
	.kfc-home-rewards{padding:20px}
	.kfc-home-rewards:before{left:20px;right:20px}
	.kfc-home-rewards-head{align-items:flex-start}
	.kfc-home-rewards-tools{flex-direction:column;align-items:flex-end}
	.kfc-home-reward-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
	.kfc-home-rewards{padding:16px;border-radius:19px}
	.kfc-home-rewards:before{left:16px;right:16px}
	.kfc-home-rewards-head{flex-direction:column;gap:14px;margin-bottom:16px;padding-bottom:15px}
	.kfc-home-rewards-tools{width:100%;flex-direction:row;align-items:center;justify-content:space-between}
	.kfc-home-rewards-balance{min-width:0;flex:1}
	.kfc-home-rewards-all{flex:0 0 auto}
	.kfc-home-reward-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
	.kfc-home-reward-card{border-radius:15px}
	.kfc-home-reward-media{margin:7px 7px 0;border-radius:12px}
	.kfc-home-reward-media img{padding:4px}
	.kfc-home-reward-type,.kfc-home-reward-stock{top:7px;min-height:22px;padding:0 7px;font-size:10px}
	.kfc-home-reward-type{left:7px}
	.kfc-home-reward-stock{right:7px}
	.kfc-home-reward-body{padding:11px}
	.kfc-home-reward-body h4{min-height:40px;font-size:14px}
	.kfc-home-reward-status{font-size:11px}
	.kfc-home-reward-footer{align-items:flex-end;gap:6px;padding-top:10px}
	.kfc-home-reward-points{flex-direction:column;align-items:flex-start;gap:1px}
	.kfc-home-reward-points strong{font-size:18px}
	.kfc-home-reward-action{min-height:34px;padding:0 9px;font-size:11px}
}


/* KEYSHU Forest Club v1.1.19.36 - reward catalog cleanup */
.kfc-home-rewards-tools{gap:0}
.kfc-home-reward-type{display:none}
.kfc-home-reward-stock{right:9px}
.kfc-home-reward-body h4{min-height:0}
.kfc-home-reward-status{margin-top:9px}
@media(max-width:600px){
	.kfc-home-rewards-tools{width:auto;align-self:flex-start}
	.kfc-home-reward-stock{right:7px}
}

/* KEYSHU Forest Club v1.1.19.37 - direct reward redemption from dashboard card */
.kfc-home-reward-redeem-form{margin:0;display:flex;align-items:center;justify-content:flex-end}
.kfc-home-reward-redeem-form .kfc-home-reward-action{margin:0}

/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.39
   Reward confirmation popup - refined confirmation flow
========================================================= */
body.kfc-reward-confirm-open{overflow:hidden}
.kfc-reward-confirm{
	position:fixed;
	inset:0;
	z-index:100090;
	display:none;
	align-items:center;
	justify-content:center;
	padding:24px;
}
.kfc-reward-confirm.is-open{display:flex}
.kfc-reward-confirm-backdrop{
	position:absolute;
	inset:0;
	background:rgba(10,31,20,.58);
	backdrop-filter:blur(6px);
}
.kfc-reward-confirm-dialog{
	position:relative;
	z-index:1;
	width:min(560px,100%);
	max-height:min(92vh,760px);
	border:1px solid rgba(255,255,255,.76);
	border-radius:28px;
	background:#fff;
	box-shadow:0 32px 90px rgba(8,36,22,.30);
	overflow:hidden;
}
.kfc-reward-confirm-head{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:20px;
	padding:24px 26px 20px;
	border-bottom:1px solid #e7eee8;
	background:linear-gradient(135deg,#ffffff 0%,#f5faf5 100%);
}
.kfc-reward-confirm-head h3{
	margin:5px 0 6px;
	color:var(--kfc-green-dark);
	line-height:1.2;
}
.kfc-reward-confirm-head p{
	margin:0;
	color:#718078;
	line-height:1.55;
}
.kfc-reward-confirm-close{
	display:grid;
	place-items:center;
	width:38px;
	height:38px;
	flex:0 0 38px;
	padding:0;
	border:1px solid #dce7dd;
	border-radius:50%;
	background:#fff;
	color:#365543;
	line-height:1;
	cursor:pointer;
	transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.kfc-reward-confirm-close:hover{
	background:#eef6ef;
	border-color:#c6dac8;
	color:var(--kfc-green);
}
.kfc-reward-confirm-body{
	display:flex;
	flex-direction:column;
	gap:14px;
	padding:20px 24px;
	background:linear-gradient(180deg,#fbfdfb 0%,#f6faf7 100%);
}
.kfc-reward-confirm-product{
	display:grid;
	grid-template-columns:104px minmax(0,1fr);
	gap:18px;
	align-items:center;
	padding:16px;
	border:1px solid #dce8dd;
	border-radius:20px;
	background:#fff;
	box-shadow:0 10px 24px rgba(32,72,46,.05);
}
.kfc-reward-confirm-media{
	display:grid;
	place-items:center;
	width:104px;
	height:104px;
	border-radius:16px;
	background:linear-gradient(180deg,#f4faf4 0%,#edf6ee 100%);
	overflow:hidden;
}
.kfc-reward-confirm-media img{
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}
.kfc-reward-confirm-media>span{
	display:grid;
	place-items:center;
	width:100%;
	height:100%;
}
.kfc-reward-confirm-product-copy>span{
	display:block;
	margin-bottom:5px;
	color:#8a988f;
}
.kfc-reward-confirm-product-copy>strong{
	display:block;
	color:var(--kfc-green-dark);
	line-height:1.4;
}
.kfc-reward-confirm-cost{
	display:inline-flex;
	align-items:baseline;
	gap:6px;
	margin-top:11px;
	padding:7px 10px;
	border-radius:999px;
	background:#eef7ef;
	color:#607268;
}
.kfc-reward-confirm-cost b{
	color:var(--kfc-green);
	font-weight:850;
}
.kfc-reward-confirm-summary{
	padding:15px 16px 16px;
	border:1px solid #dce8dd;
	border-radius:20px;
	background:#fff;
}
.kfc-reward-confirm-summary-title{
	margin-bottom:12px;
	color:#65766c;
	font-weight:750;
}
.kfc-reward-confirm-balance{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:10px;
}
.kfc-reward-confirm-balance-item{
	position:relative;
	padding:13px 12px;
	border-radius:15px;
	background:#f6faf6;
	text-align:center;
}
.kfc-reward-confirm-balance-item>span{
	display:block;
	margin-bottom:5px;
	color:#7b8980;
}
.kfc-reward-confirm-balance-item strong{
	display:flex;
	align-items:baseline;
	justify-content:center;
	gap:2px;
	min-height:24px;
	color:var(--kfc-green-dark);
	font-weight:850;
	line-height:1.2;
	white-space:nowrap;
}
.kfc-reward-confirm-balance-item strong>span{
	display:inline;
	margin:0;
	color:inherit;
	line-height:inherit;
}
.kfc-reward-confirm-balance-item.is-spent{
	background:#faf7ef;
}
.kfc-reward-confirm-balance-item.is-spent strong{
	color:#8a6b2f;
}
.kfc-reward-confirm-balance-item.is-after{
	background:linear-gradient(180deg,#eef8ef 0%,#e5f2e7 100%);
	box-shadow:inset 0 0 0 1px #d5e8d7;
}
.kfc-reward-confirm-note{
	display:flex;
	gap:11px;
	align-items:flex-start;
	padding:13px 14px;
	border:1px solid #d9e7da;
	border-radius:16px;
	background:#fff;
}
.kfc-reward-confirm-note>span{
	display:grid;
	place-items:center;
	width:24px;
	height:24px;
	flex:0 0 24px;
	border-radius:50%;
	background:#e8f5e8;
	color:var(--kfc-green);
	font-weight:850;
}
.kfc-reward-confirm-note p{
	margin:0;
	color:#66786d;
	line-height:1.6;
}
.kfc-reward-confirm-note strong{
	color:#365a43;
}
.kfc-reward-confirm-actions{
	display:grid;
	grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);
	gap:10px;
	padding:18px 24px 22px;
	border-top:1px solid #e7eee8;
	background:#fff;
}
.kfc-reward-confirm-cancel,
.kfc-reward-confirm-submit{
	min-height:50px;
	padding:0 18px;
	border-radius:14px;
	font-weight:800;
	cursor:pointer;
}
.kfc-reward-confirm-cancel{
	border:1px solid #d5e1d6;
	background:#fff;
	color:#52685a;
}
.kfc-reward-confirm-cancel:hover{background:#f2f7f2}
.kfc-reward-confirm-submit{
	border:1px solid var(--kfc-green);
	background:linear-gradient(135deg,var(--kfc-green) 0%,var(--kfc-green-dark) 100%);
	color:#fff;
	box-shadow:0 12px 24px rgba(31,96,65,.18);
}
.kfc-reward-confirm-submit:hover{
	filter:brightness(.96);
	transform:translateY(-1px);
}
.kfc-reward-confirm-submit:disabled{
	opacity:.65;
	cursor:wait;
	transform:none;
}
@media(max-width:600px){
	.kfc-reward-confirm{
		align-items:flex-end;
		padding:0;
	}
	.kfc-reward-confirm-dialog{
		width:100%;
		max-height:94vh;
		border-radius:24px 24px 0 0;
		overflow:auto;
	}
	.kfc-reward-confirm-head{
		padding:19px 16px 16px;
	}
	.kfc-reward-confirm-body{
		padding:16px;
		gap:12px;
	}
	.kfc-reward-confirm-product{
		grid-template-columns:82px minmax(0,1fr);
		gap:14px;
		padding:13px;
	}
	.kfc-reward-confirm-media{
		width:82px;
		height:82px;
		border-radius:13px;
	}
	.kfc-reward-confirm-summary{
		padding:13px;
	}
	.kfc-reward-confirm-balance{
		gap:7px;
	}
	.kfc-reward-confirm-balance-item{
		padding:11px 7px;
	}
	.kfc-reward-confirm-actions{
		grid-template-columns:1fr;
		padding:14px 16px 18px;
	}
	.kfc-reward-confirm-submit{grid-row:1}
	.kfc-reward-confirm-cancel{grid-row:2}
}


/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.42
   Feedback notification popup - refined
========================================================= */
.kfc-feedback-modal{
	align-items:center;
	padding:22px;
}
.kfc-feedback-modal .kfc-modal-backdrop{
	background:rgba(8,31,20,.58);
	backdrop-filter:blur(8px);
}
.kfc-feedback-dialog{
	position:relative;
	width:min(430px,100%);
	max-height:none;
	padding:0;
	border:1px solid rgba(213,228,216,.94);
	border-radius:28px;
	background:#fff;
	box-shadow:0 30px 90px rgba(11,49,30,.24);
	overflow:hidden;
}
.kfc-feedback-dialog::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:5px;
	background:linear-gradient(90deg,#9bd272 0%,#4f9d63 52%,#1f6546 100%);
}
.kfc-feedback-modal.is-error .kfc-feedback-dialog::before{
	background:linear-gradient(90deg,#efb1a7 0%,#cb6d61 52%,#984239 100%);
}
.kfc-feedback-close{
	position:absolute;
	top:17px;
	right:17px;
	z-index:3;
	width:34px;
	height:34px;
	flex-basis:34px;
	border:1px solid #dfe9e1;
	background:#f8fbf8;
	color:#294b36;
	box-shadow:none;
}
.kfc-feedback-close:hover{
	border-color:#c8d9cb;
	background:#eff6ef;
	color:#17442d;
}
.kfc-feedback-status{
	display:flex;
	justify-content:center;
	padding:32px 28px 0;
}
.kfc-feedback-icon{
	position:relative;
	display:grid;
	place-items:center;
	width:68px;
	height:68px;
	border-radius:50%;
	background:linear-gradient(145deg,#eef9ec 0%,#dff2dc 100%);
	box-shadow:0 0 0 8px rgba(100,170,91,.08),inset 0 0 0 1px #cde5ca;
}
.kfc-feedback-icon span{
	position:relative;
	display:block;
	width:28px;
	height:28px;
}
.kfc-feedback-modal.is-success .kfc-feedback-icon span::before{
	content:"";
	position:absolute;
	left:5px;
	top:8px;
	width:16px;
	height:9px;
	border-left:3px solid #2d754d;
	border-bottom:3px solid #2d754d;
	transform:rotate(-45deg);
}
.kfc-feedback-modal.is-error .kfc-feedback-icon{
	background:linear-gradient(145deg,#fff3f1 0%,#fbe4df 100%);
	box-shadow:0 0 0 8px rgba(179,75,66,.07),inset 0 0 0 1px #efcfc9;
}
.kfc-feedback-modal.is-error .kfc-feedback-icon span::before,
.kfc-feedback-modal.is-error .kfc-feedback-icon span::after{
	content:"";
	position:absolute;
	left:13px;
	top:3px;
	width:3px;
	height:22px;
	border-radius:999px;
	background:#b34b42;
}
.kfc-feedback-modal.is-error .kfc-feedback-icon span::before{transform:rotate(45deg)}
.kfc-feedback-modal.is-error .kfc-feedback-icon span::after{transform:rotate(-45deg)}
.kfc-feedback-content{
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:18px 28px 0;
	text-align:center;
}
.kfc-feedback-eyebrow{
	display:block;
	margin:0 0 7px;
	color:#758b7c;
	font-weight:800;
	letter-spacing:.15em;
	text-transform:uppercase;
}
.kfc-feedback-content h3{
	margin:0;
	color:#173f2c;
	font-weight:800;
	line-height:1.25;
}
.kfc-feedback-modal.is-error .kfc-feedback-content h3{color:#7d302c}
.kfc-feedback-message{
	display:flex;
	align-items:flex-start;
	gap:11px;
	width:100%;
	margin-top:19px;
	padding:14px 16px;
	border:1px solid #e0ebe2;
	border-radius:16px;
	background:linear-gradient(180deg,#f9fcf9 0%,#f4f8f4 100%);
	text-align:left;
}
.kfc-feedback-message-dot{
	width:8px;
	height:8px;
	flex:0 0 8px;
	margin-top:8px;
	border-radius:50%;
	background:#5caf62;
	box-shadow:0 0 0 5px rgba(92,175,98,.10);
}
.kfc-feedback-message p{
	margin:0;
	color:#5f7166;
	line-height:1.7;
	word-break:break-word;
}
.kfc-feedback-modal.is-error .kfc-feedback-message{
	border-color:#edd8d4;
	background:linear-gradient(180deg,#fffafa 0%,#fdf5f3 100%);
}
.kfc-feedback-modal.is-error .kfc-feedback-message-dot{
	background:#c75f55;
	box-shadow:0 0 0 5px rgba(199,95,85,.10);
}
.kfc-feedback-actions{
	display:flex;
	justify-content:center;
	padding:22px 28px 28px;
}
.kfc-feedback-actions .kfc-button{
	width:100%;
	min-height:50px;
	border-radius:15px;
	background:linear-gradient(135deg,#1c5a3e 0%,#28734d 100%);
	box-shadow:0 12px 24px rgba(31,96,65,.18);
}
.kfc-feedback-actions .kfc-button:hover{
	background:linear-gradient(135deg,#174b34 0%,#205f41 100%);
	transform:translateY(-1px);
}
.kfc-feedback-modal.is-error .kfc-feedback-actions .kfc-button{
	border-color:#9e443d;
	background:linear-gradient(135deg,#924038 0%,#aa5047 100%);
	box-shadow:0 12px 24px rgba(158,68,61,.16);
}
@media(max-width:600px){
	.kfc-feedback-modal{
		padding:16px;
	}
	.kfc-feedback-dialog{
		width:100%;
		border-radius:24px;
	}
	.kfc-feedback-close{
		top:14px;
		right:14px;
	}
	.kfc-feedback-status{
		padding:28px 20px 0;
	}
	.kfc-feedback-icon{
		width:62px;
		height:62px;
	}
	.kfc-feedback-content{
		padding:16px 20px 0;
	}
	.kfc-feedback-message{
		padding:13px 14px;
	}
	.kfc-feedback-actions{
		padding:20px 20px 22px;
	}
}

/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.43
   Reward store modal redesign
========================================================= */
#kfc-modal-rewards .kfc-modal-dialog.kfc-modal-wide{
	width:min(1180px,100%);
	background:#f6f9f7;
}
#kfc-modal-rewards .kfc-modal-header{
	background:#fff;
}
#kfc-modal-rewards .kfc-modal-body{
	gap:18px;
	padding:20px;
}
#kfc-modal-rewards .kfc-reward-store-grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:14px;
}
#kfc-modal-rewards .kfc-reward-store-card{
	position:relative;
	display:flex;
	flex-direction:column;
	min-width:0;
	overflow:hidden;
	border:1px solid #dce7de;
	border-radius:18px;
	background:#fff;
	box-shadow:0 10px 26px rgba(33,69,47,.045);
	transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
#kfc-modal-rewards .kfc-reward-store-card:hover{
	transform:translateY(-2px);
	border-color:#bdd4c1;
	box-shadow:0 16px 32px rgba(33,69,47,.08);
}
#kfc-modal-rewards .kfc-reward-store-card.is-redeemable:before{
	content:"";
	position:absolute;
	left:16px;
	right:16px;
	top:0;
	height:3px;
	border-radius:0 0 999px 999px;
	background:linear-gradient(90deg,#8ccc67,#267049);
	z-index:2;
}
#kfc-modal-rewards .kfc-reward-store-media{
	position:relative;
	margin:12px 12px 0;
	aspect-ratio:1.15/1;
	overflow:hidden;
	border-radius:14px;
	background:linear-gradient(180deg,#f4f8f4 0%,#eef4ef 100%);
}
#kfc-modal-rewards .kfc-reward-store-media img{
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
	padding:8px;
}
#kfc-modal-rewards .kfc-reward-store-placeholder{
	display:grid;
	place-items:center;
	width:100%;
	height:100%;
}
#kfc-modal-rewards .kfc-reward-store-stock{
	position:absolute;
	top:10px;
	right:10px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:5px 9px;
	border:1px solid rgba(53,107,69,.12);
	border-radius:999px;
	background:rgba(255,255,255,.92);
	color:var(--kfc-green-dark);
	font-weight:700;
	box-shadow:0 5px 14px rgba(28,58,39,.08);
	backdrop-filter:blur(5px);
}
#kfc-modal-rewards .kfc-reward-store-stock.is-empty{
	color:#8a5e56;
	background:rgba(255,247,245,.94);
}
#kfc-modal-rewards .kfc-reward-store-content{
	display:flex;
	flex:1;
	flex-direction:column;
	padding:14px 15px 15px;
}
#kfc-modal-rewards .kfc-reward-store-content h3{
	margin:0;
	color:var(--kfc-green-dark);
	line-height:1.4;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
#kfc-modal-rewards .kfc-reward-store-content p{
	margin:7px 0 0;
	color:var(--kfc-muted);
	line-height:1.55;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
#kfc-modal-rewards .kfc-reward-store-footer{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:10px;
	margin-top:auto;
	padding-top:14px;
}
#kfc-modal-rewards .kfc-reward-store-points{
	min-width:0;
}
#kfc-modal-rewards .kfc-reward-store-points strong,
#kfc-modal-rewards .kfc-reward-store-points span{
	display:block;
}
#kfc-modal-rewards .kfc-reward-store-points strong{
	color:var(--kfc-green);
	font-weight:900;
	line-height:1.1;
}
#kfc-modal-rewards .kfc-reward-store-points span{
	margin-top:3px;
	color:var(--kfc-muted);
	white-space:nowrap;
}
#kfc-modal-rewards .kfc-redeem-form{
	margin:0;
	flex:0 0 auto;
}
#kfc-modal-rewards .kfc-reward-store-button{
	min-height:38px;
	padding:0 13px;
	border-radius:10px;
	white-space:nowrap;
	box-shadow:none;
}
#kfc-modal-rewards .kfc-reward-store-status{
	max-width:118px;
	padding:7px 9px;
	border-radius:10px;
	background:#f2f5f2;
	color:#78847c;
	font-weight:700;
	line-height:1.35;
	text-align:right;
}
#kfc-modal-rewards .kfc-reward-history-panel{
	margin-top:2px;
	padding:18px;
	border-radius:20px;
	box-shadow:none;
}
#kfc-modal-rewards .kfc-reward-history-panel .kfc-section-head{
	margin-bottom:10px;
}

@media(max-width:1050px){
	#kfc-modal-rewards .kfc-reward-store-grid{
		grid-template-columns:repeat(3,minmax(0,1fr));
	}
}
@media(max-width:820px){
	#kfc-modal-rewards .kfc-reward-store-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}
}
@media(max-width:560px){
	#kfc-modal-rewards .kfc-modal-body{
		padding:12px;
	}
	#kfc-modal-rewards .kfc-reward-store-grid{
		grid-template-columns:1fr;
		gap:10px;
	}
	#kfc-modal-rewards .kfc-reward-store-card{
		border-radius:16px;
	}
	#kfc-modal-rewards .kfc-reward-store-media{
		aspect-ratio:1.45/1;
	}
	#kfc-modal-rewards .kfc-reward-store-footer{
		align-items:center;
	}
	#kfc-modal-rewards .kfc-reward-store-button{
		min-width:112px;
	}
}

/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.45
   Customer dashboard metrics - premium summary rail
========================================================= */
.kfc-stats.kfc-stats-premium{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:0;
	padding:8px;
	border:1px solid #dce8de;
	border-radius:24px;
	background:
		radial-gradient(circle at 16% 0%,rgba(125,184,116,.09),transparent 28%),
		linear-gradient(135deg,#fcfefc 0%,#f5faf6 100%);
	box-shadow:0 14px 34px rgba(31,68,45,.06),inset 0 1px 0 #fff;
	overflow:hidden;
}
.kfc-stats-premium .kfc-stat{
	position:relative;
	min-height:122px;
	padding:17px 20px 16px;
	border:0;
	border-radius:18px;
	background:transparent;
	box-shadow:none;
	overflow:visible;
}
.kfc-stats-premium .kfc-stat::before{
	display:none;
}
.kfc-stats-premium .kfc-stat::after{
	content:"";
	position:absolute;
	top:15px;
	right:0;
	bottom:15px;
	width:1px;
	background:linear-gradient(180deg,transparent 0%,#dce6de 18%,#dce6de 82%,transparent 100%);
}
.kfc-stats-premium .kfc-stat:last-child::after{
	display:none;
}
.kfc-stats-premium .kfc-stat-points{
	border:0;
	background:linear-gradient(145deg,rgba(231,244,234,.74) 0%,rgba(247,251,248,.92) 100%);
	box-shadow:inset 0 0 0 1px rgba(82,139,94,.10),0 8px 22px rgba(38,87,55,.045);
}
.kfc-stats-premium .kfc-stat-top{
	display:flex;
	align-items:center;
	gap:11px;
	margin-bottom:13px;
}
.kfc-stats-premium .kfc-stat-icon{
	display:grid;
	place-items:center;
	width:38px;
	height:38px;
	flex:0 0 38px;
	border:1px solid rgba(82,123,92,.12);
	border-radius:50%;
	background:rgba(255,255,255,.92);
	color:var(--kfc-stat-accent);
	box-shadow:0 6px 16px rgba(38,78,50,.07),inset 0 1px 0 #fff;
}
.kfc-stats-premium .kfc-stat-icon svg,
.kfc-stats-premium .kfc-stat-icon img{
	width:18px;
	height:18px;
	object-fit:contain;
}
.kfc-stats-premium .kfc-stat-caption{
	color:#718078;
	font-weight:780;
	letter-spacing:.055em;
	line-height:1.28;
	text-transform:uppercase;
}
.kfc-stats-premium .kfc-stat-number{
	display:flex;
	align-items:flex-end;
	gap:6px;
	margin:0 0 7px;
	min-height:31px;
}
.kfc-stats-premium .kfc-stat-number strong{
	color:var(--kfc-stat-accent);
	font-size:30px;
	font-weight:900;
	line-height:1;
	letter-spacing:-.045em;
	text-shadow:none;
}
.kfc-stats-premium .kfc-stat-number span{
	padding-bottom:2px;
	color:#78867e;
	font-size:12px;
	font-weight:700;
	line-height:1.1;
}
.kfc-stats-premium .kfc-stat-copy{
	min-width:0;
}
.kfc-stats-premium .kfc-stat-copy b{
	display:block;
	color:#294b37;
	font-size:13px;
	font-weight:700;
	line-height:1.4;
}
.kfc-stats-premium .kfc-stat-status{
	margin-top:7px;
	padding:4px 8px;
	border:0;
	border-radius:999px;
	background:#e8f3ea;
	color:#326f4d;
	font-size:11px;
	font-weight:700;
}
.kfc-stats-premium .kfc-stat-goal .kfc-stat-number strong[data-kfc-live-current-tier]{
	font-size:25px;
	letter-spacing:-.02em;
}
@media(hover:hover){
	.kfc-stats-premium .kfc-stat{
		transition:background .2s ease,box-shadow .2s ease,transform .2s ease;
	}
	.kfc-stats-premium .kfc-stat:hover{
		transform:none;
		border-color:transparent;
		background:rgba(255,255,255,.68);
		box-shadow:inset 0 0 0 1px rgba(91,137,100,.10);
	}
	.kfc-stats-premium .kfc-stat-points:hover{
		background:linear-gradient(145deg,rgba(225,242,229,.86) 0%,rgba(247,251,248,.96) 100%);
	}
}
@media(max-width:900px){
	.kfc-stats.kfc-stats-premium{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}
	.kfc-stats-premium .kfc-stat:nth-child(2)::after,
	.kfc-stats-premium .kfc-stat:nth-child(4)::after{
		display:none;
	}
	.kfc-stats-premium .kfc-stat:nth-child(-n+2){
		border-bottom:1px solid #e3ebe4;
		border-radius:18px 18px 0 0;
	}
}
@media(max-width:600px){
	.kfc-stats.kfc-stats-premium{
		gap:0;
		padding:6px;
		border-radius:20px;
	}
	.kfc-stats-premium .kfc-stat{
		min-height:116px;
		padding:15px 14px 14px;
	}
	.kfc-stats-premium .kfc-stat-icon{
		width:34px;
		height:34px;
		flex-basis:34px;
	}
	.kfc-stats-premium .kfc-stat-number strong{
		font-size:27px;
	}
}
@media(max-width:430px){
	.kfc-stats.kfc-stats-premium{
		grid-template-columns:1fr;
		padding:6px 12px;
	}
	.kfc-stats-premium .kfc-stat{
		display:grid;
		grid-template-columns:auto 1fr auto;
		grid-template-areas:
			"top top top"
			"number copy copy"
			"status status status";
		align-items:end;
		column-gap:12px;
		min-height:0;
		padding:14px 6px;
		border-bottom:1px solid #e3ebe4;
		border-radius:0;
	}
	.kfc-stats-premium .kfc-stat:last-child{
		border-bottom:0;
	}
	.kfc-stats-premium .kfc-stat::after{
		display:none;
	}
	.kfc-stats-premium .kfc-stat-top{
		grid-area:top;
		margin-bottom:8px;
	}
	.kfc-stats-premium .kfc-stat-number{
		grid-area:number;
		margin:0;
	}
	.kfc-stats-premium .kfc-stat-copy{
		grid-area:copy;
		padding-bottom:2px;
	}
	.kfc-stats-premium .kfc-stat-status{
		grid-area:status;
	}
	.kfc-stats-premium .kfc-stat-points{
		margin:0 -6px;
		padding-left:12px;
		padding-right:12px;
		border-radius:14px;
	}
}

/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.46
   Customer dashboard metrics - Emerald Balance Showcase
========================================================= */
.kfc-stats.kfc-stats-showcase{
	display:grid;
	grid-template-columns:minmax(285px,.92fr) minmax(0,2.08fr);
	gap:14px;
	padding:0;
	background:transparent;
	border:0;
	box-shadow:none;
}
.kfc-stats-showcase .kfc-stat{
	position:relative;
	min-width:0;
	min-height:148px;
	padding:18px;
	border:1px solid #dce7de;
	border-radius:22px;
	background:#fff;
	box-shadow:0 10px 28px rgba(31,68,45,.045);
	overflow:hidden;
}
.kfc-stats-showcase .kfc-stat::before{
	display:none;
}
.kfc-stats-showcase .kfc-stat-featured{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding:22px 24px;
	border-color:rgba(35,96,65,.22);
	background:
		radial-gradient(circle at 93% 8%,rgba(178,223,143,.19),transparent 28%),
		radial-gradient(circle at 72% 112%,rgba(120,180,113,.18),transparent 40%),
		linear-gradient(135deg,#163d2d 0%,#205c41 54%,#2f7651 100%);
	box-shadow:0 18px 38px rgba(27,77,51,.16);
	color:#fff;
}
.kfc-stats-showcase .kfc-stat-featured::after{
	content:"";
	position:absolute;
	right:-38px;
	top:-64px;
	width:180px;
	height:180px;
	border:1px solid rgba(255,255,255,.09);
	border-radius:50%;
	box-shadow:0 0 0 28px rgba(255,255,255,.035),0 0 0 58px rgba(255,255,255,.022);
	pointer-events:none;
}
.kfc-stats-showcase .kfc-stat-top{
	display:flex;
	align-items:center;
	gap:11px;
	margin:0 0 14px;
}
.kfc-stats-showcase .kfc-stat-icon{
	display:grid;
	place-items:center;
	width:38px;
	height:38px;
	flex:0 0 38px;
	border:1px solid #dce8df;
	border-radius:12px;
	background:#f5faf6;
	color:var(--kfc-stat-accent);
	box-shadow:none;
}
.kfc-stats-showcase .kfc-stat-icon svg,
.kfc-stats-showcase .kfc-stat-icon img{
	display:block;
	width:18px;
	height:18px;
	object-fit:contain;
}
.kfc-stats-showcase .kfc-stat-featured .kfc-stat-icon{
	border-color:rgba(255,255,255,.16);
	background:rgba(255,255,255,.11);
	color:#e8f8e9;
}
.kfc-stats-showcase .kfc-stat-heading{
	display:flex;
	flex-direction:column;
	gap:2px;
	min-width:0;
}
.kfc-stats-showcase .kfc-stat-caption{
	color:#75847b;
	font-weight:800;
	letter-spacing:.065em;
	line-height:1.25;
	text-transform:uppercase;
}
.kfc-stats-showcase .kfc-stat-kicker{
	color:rgba(255,255,255,.63);
	font-size:12px;
	font-weight:600;
	line-height:1.3;
}
.kfc-stats-showcase .kfc-stat-featured .kfc-stat-caption{
	color:#f1f9f2;
}
.kfc-stats-showcase .kfc-stat-number{
	display:flex;
	align-items:baseline;
	gap:7px;
	margin:0 0 8px;
	min-height:34px;
}
.kfc-stats-showcase .kfc-stat-number strong{
	color:var(--kfc-stat-accent);
	font-size:31px;
	font-weight:900;
	line-height:1;
	letter-spacing:-.045em;
	text-shadow:none;
}
.kfc-stats-showcase .kfc-stat-number span{
	color:#7b8980;
	font-size:12px;
	font-weight:700;
}
.kfc-stats-showcase .kfc-stat-featured .kfc-stat-number{
	margin-top:auto;
}
.kfc-stats-showcase .kfc-stat-featured .kfc-stat-number strong{
	color:#fff;
	font-size:46px;
	letter-spacing:-.055em;
}
.kfc-stats-showcase .kfc-stat-featured .kfc-stat-number span{
	color:rgba(255,255,255,.7);
	font-size:13px;
}
.kfc-stats-showcase .kfc-stat-copy b{
	display:block;
	color:#2b4b38;
	font-weight:720;
	line-height:1.35;
}
.kfc-stats-showcase .kfc-stat-featured .kfc-stat-copy b{
	color:rgba(255,255,255,.86);
}
.kfc-stats-showcase .kfc-stat-featured-bottom{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:12px;
}
.kfc-stats-showcase .kfc-stat-status{
	margin:0;
	padding:6px 9px;
	border:1px solid rgba(255,255,255,.14);
	border-radius:999px;
	background:rgba(255,255,255,.1);
	color:#edf9ee;
	font-size:11px;
	font-weight:700;
	white-space:nowrap;
}
.kfc-stats-showcase .kfc-stat-status:not(.has-pending){display:none}
.kfc-stats-showcase .kfc-stat-support-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:12px;
	min-width:0;
}
.kfc-stats-showcase .kfc-stat-support-grid .kfc-stat{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
}
.kfc-stats-showcase .kfc-stat-support-grid .kfc-stat-top{
	padding-bottom:12px;
	border-bottom:1px solid #edf1ee;
}
.kfc-stats-showcase .kfc-stat-support-grid .kfc-stat-number{
	margin-top:2px;
}
.kfc-stats-showcase .kfc-stat-return{
	--kfc-stat-accent:#3f8966;
}
.kfc-stats-showcase .kfc-stat-rewards{
	--kfc-stat-accent:#917d3e;
}
.kfc-stats-showcase .kfc-stat-goal{
	--kfc-stat-accent:#2f7557;
	background:linear-gradient(160deg,#ffffff 0%,#f8fbf8 100%);
}
.kfc-stats-showcase .kfc-stat-goal .kfc-stat-number strong[data-kfc-live-current-tier]{
	font-size:27px;
	letter-spacing:-.02em;
}
.kfc-stats-showcase .kfc-stat[hidden],
.kfc-stats-showcase .kfc-stat-number[hidden]{display:none}

@media(hover:hover){
	.kfc-stats-showcase .kfc-stat-support-grid .kfc-stat{
		transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
	}
	.kfc-stats-showcase .kfc-stat-support-grid .kfc-stat:hover{
		transform:translateY(-2px);
		border-color:#cbdccf;
		box-shadow:0 14px 28px rgba(31,68,45,.075);
	}
}
@media(max-width:980px){
	.kfc-stats.kfc-stats-showcase{
		grid-template-columns:1fr;
	}
	.kfc-stats-showcase .kfc-stat-featured{
		min-height:142px;
	}
}
@media(max-width:700px){
	.kfc-stats-showcase .kfc-stat-support-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}
	.kfc-stats-showcase .kfc-stat-support-grid .kfc-stat:last-child{
		grid-column:1/-1;
		min-height:112px;
	}
	.kfc-stats-showcase .kfc-stat-featured{
		padding:20px;
	}
	.kfc-stats-showcase .kfc-stat-featured .kfc-stat-number strong{
		font-size:42px;
	}
}
@media(max-width:460px){
	.kfc-stats-showcase .kfc-stat-support-grid{
		grid-template-columns:1fr;
	}
	.kfc-stats-showcase .kfc-stat-support-grid .kfc-stat:last-child{
		grid-column:auto;
	}
	.kfc-stats-showcase .kfc-stat-support-grid .kfc-stat{
		min-height:0;
		padding:15px 16px;
	}
	.kfc-stats-showcase .kfc-stat-support-grid .kfc-stat-top{
		margin-bottom:10px;
	}
	.kfc-stats-showcase .kfc-stat-featured-bottom{
		align-items:flex-start;
		flex-direction:column;
	}
}


/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.48
   Dashboard metrics - remove icon/caption headers
========================================================= */
.kfc-stats-showcase .kfc-stat-featured,
.kfc-stats-showcase .kfc-stat-support-grid .kfc-stat{
	min-height:118px;
}
.kfc-stats-showcase .kfc-stat-featured{
	padding:22px 24px;
	justify-content:center;
}
.kfc-stats-showcase .kfc-stat-featured .kfc-stat-number{
	margin-top:0;
	margin-bottom:10px;
}
.kfc-stats-showcase .kfc-stat-support-grid .kfc-stat{
	justify-content:center;
	padding:20px;
}
.kfc-stats-showcase .kfc-stat-support-grid .kfc-stat-number{
	margin:0 0 8px;
}
@media(max-width:700px){
	.kfc-stats-showcase .kfc-stat-featured,
	.kfc-stats-showcase .kfc-stat-support-grid .kfc-stat{
		min-height:108px;
	}
}


/* KEYSHU Forest Club v1.1.19.51 - Compact step badges */
#kfc-modal-return .kfc-return-step.kfc-return-step-label{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	min-width:48px;
	flex:0 0 48px;
	padding:0;
	gap:1px;
	border-radius:14px;
	white-space:nowrap;
	line-height:1;
}
#kfc-modal-return .kfc-return-step-word{
	display:block;
	font-size:.62em;
	font-weight:700;
	letter-spacing:.08em;
}
#kfc-modal-return .kfc-return-step-number{
	display:block;
	font-size:1.08em;
	font-weight:850;
	color:inherit;
	line-height:1;
}
#kfc-modal-return .kfc-return-step-custom{
	display:block;
	padding:0 4px;
	text-align:center;
	line-height:1.1;
}


/* Forest Club My Account menu icon */
.woocommerce-MyAccount-navigation-link--forest-club > a{
	display:flex;
	align-items:center;
	gap:10px;
}
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:18px;
	min-width:18px;
	line-height:1;
	color:inherit;
}


/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.53
   Reliable My Account menu icons (Font Awesome fallback)
========================================================= */
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon{
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:18px;
	height:18px;
	min-width:18px;
	flex:0 0 18px;
	font-style:normal;
	line-height:1;
	color:inherit;
}
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon.fa-solid,
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon.fas{
	font-family:"Font Awesome 6 Free","Font Awesome 5 Free",sans-serif;
	font-weight:900;
}
/* Built-in SVG fallback: these icons render even if the Font Awesome font is blocked/not loaded. */
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon.fa-seedling,
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon.fa-leaf,
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon.fa-tree,
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon.fa-recycle{
	font-size:0;
}
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon.fa-seedling:before,
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon.fa-leaf:before,
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon.fa-tree:before,
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon.fa-recycle:before{
	content:"";
	display:block;
	width:18px;
	height:18px;
	background:currentColor;
	-webkit-mask-repeat:no-repeat;
	-webkit-mask-position:center;
	-webkit-mask-size:contain;
	mask-repeat:no-repeat;
	mask-position:center;
	mask-size:contain;
}
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon.fa-seedling:before{
	-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22V12.3c-2.7.2-5-.6-6.6-2.2C3.7 8.4 3.1 6 3 3.5c2.5.1 4.9.7 6.6 2.4 1.2 1.2 1.9 2.8 2 4.6h.8c.1-2.2.9-4.1 2.4-5.6 1.8-1.8 4.2-2.4 6.7-2.5-.1 2.5-.7 4.9-2.4 6.6-1.6 1.6-3.9 2.4-6.5 2.2V22z'/%3E%3C/svg%3E");
	mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22V12.3c-2.7.2-5-.6-6.6-2.2C3.7 8.4 3.1 6 3 3.5c2.5.1 4.9.7 6.6 2.4 1.2 1.2 1.9 2.8 2 4.6h.8c.1-2.2.9-4.1 2.4-5.6 1.8-1.8 4.2-2.4 6.7-2.5-.1 2.5-.7 4.9-2.4 6.6-1.6 1.6-3.9 2.4-6.5 2.2V22z'/%3E%3C/svg%3E");
}
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon.fa-leaf:before{
	-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 3C12 3 5.6 6.4 4.1 12.1 3.4 14.6 4 17 5.5 18.7L3 21l1.4 1.4 2.6-2.6c1.4.8 3.1 1.1 4.8.6C17.5 18.9 21 12.5 21 3zm-3.1 4.2C14.8 10 11.7 12 8.3 14.7l-1.2-1.5c3.5-2.8 6.7-4.9 9.8-7.7z'/%3E%3C/svg%3E");
	mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 3C12 3 5.6 6.4 4.1 12.1 3.4 14.6 4 17 5.5 18.7L3 21l1.4 1.4 2.6-2.6c1.4.8 3.1 1.1 4.8.6C17.5 18.9 21 12.5 21 3zm-3.1 4.2C14.8 10 11.7 12 8.3 14.7l-1.2-1.5c3.5-2.8 6.7-4.9 9.8-7.7z'/%3E%3C/svg%3E");
}
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon.fa-tree:before{
	-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a5 5 0 0 0-4.8 3.6A4.5 4.5 0 0 0 6 14.4c.4 2.1 2.3 3.6 4.5 3.6H11v4h2v-4h.5c2.2 0 4.1-1.5 4.5-3.6a4.5 4.5 0 0 0-1.2-8.8A5 5 0 0 0 12 2z'/%3E%3C/svg%3E");
	mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a5 5 0 0 0-4.8 3.6A4.5 4.5 0 0 0 6 14.4c.4 2.1 2.3 3.6 4.5 3.6H11v4h2v-4h.5c2.2 0 4.1-1.5 4.5-3.6a4.5 4.5 0 0 0-1.2-8.8A5 5 0 0 0 12 2z'/%3E%3C/svg%3E");
}
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon.fa-recycle:before{
	-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m10.3 3.2 2-1.2 3.2 5.5-2 1.2-1-1.8-2.2 3.8H6.5L5.3 8.6h3.8l2.2-3.8zM4.2 10l2 1.2-1 1.8h4.4l2 3.4-1.2 2.1H8.2l-2.2-3.8-1 1.8-2-1.2zm10 2.2h4.4l-1-1.8 2-1.2 3.2 5.5-3.2 5.5-2-1.2 1-1.8h-4.4l-2-3.4z'/%3E%3C/svg%3E");
	mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m10.3 3.2 2-1.2 3.2 5.5-2 1.2-1-1.8-2.2 3.8H6.5L5.3 8.6h3.8l2.2-3.8zM4.2 10l2 1.2-1 1.8h4.4l2 3.4-1.2 2.1H8.2l-2.2-3.8-1 1.8-2-1.2zm10 2.2h4.4l-1-1.8 2-1.2 3.2 5.5-3.2 5.5-2-1.2 1-1.8h-4.4l-2-3.4z'/%3E%3C/svg%3E");
}


/* v1.1.19.54: Flatsome uses the account-link ::before pseudo element for menu icons.
   The final icon is injected as late CSS from PHP to beat theme !important rules. */
.woocommerce-MyAccount-navigation-link--forest-club .kfc-account-menu-icon{display:none!important}


/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.59
   Created return - QR success modal
========================================================= */
#kfc-modal-return-qr .kfc-modal-dialog{width:min(560px,100%);background:linear-gradient(180deg,#ffffff 0%,#f6faf7 100%)}
#kfc-modal-return-qr .kfc-modal-header{padding:22px 24px 18px;background:#fff}
#kfc-modal-return-qr .kfc-modal-header h2{font-size:24px;line-height:1.25}
#kfc-modal-return-qr .kfc-modal-header p{max-width:440px;line-height:1.6}
#kfc-modal-return-qr .kfc-modal-body{padding:22px 24px 24px;gap:0}
.kfc-created-qr-wrap{display:flex;flex-direction:column;align-items:center}
.kfc-created-qr-success{display:grid;place-items:center;width:54px;height:54px;margin:0 0 12px;border-radius:50%;background:linear-gradient(135deg,#e9f7e8 0%,#d5efd5 100%);box-shadow:0 0 0 8px rgba(105,177,102,.08)}
.kfc-created-qr-success span{color:#287047;font-size:24px;font-weight:900;line-height:1}
.kfc-created-qr-heading{text-align:center;margin-bottom:18px}
.kfc-created-qr-heading span{display:block;margin-bottom:5px;color:#7a8b80;font-size:12px;font-weight:800;letter-spacing:.12em}
.kfc-created-qr-heading strong{display:block;color:var(--kfc-green-dark);font-size:18px;letter-spacing:.03em}
#kfc-modal-return-qr .kfc-created-qr-card{width:100%;padding:20px;border:1px solid #dce8de;border-radius:22px;background:#fff;box-shadow:0 16px 36px rgba(31,75,48,.07)}
.kfc-created-qr-label{margin-bottom:12px;color:#72857a;font-size:12px;font-weight:800;letter-spacing:.1em}
#kfc-modal-return-qr .kfc-qrcode{margin:0 auto 10px;padding:14px;border:1px solid #e1e9e2;border-radius:18px;box-shadow:0 10px 26px rgba(31,75,48,.06)}
.kfc-created-qr-code{margin:0 0 16px !important;color:var(--kfc-green-dark) !important;font-weight:800;letter-spacing:.04em}
.kfc-created-qr-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}
.kfc-created-qr-summary>div{padding:12px 14px;border:1px solid #e1ebe2;border-radius:14px;background:#f7faf7;text-align:left}
.kfc-created-qr-summary span{display:block;margin-bottom:5px;color:#839087;font-size:12px}
.kfc-created-qr-summary strong{display:block;color:var(--kfc-green-dark);font-size:16px}
.kfc-created-qr-note{display:flex;align-items:flex-start;gap:10px;width:100%;margin-top:14px;padding:13px 14px;border:1px solid #dce8dd;border-radius:14px;background:#f2f8f3;color:#63776a}
.kfc-created-qr-note>span{display:grid;place-items:center;width:22px;height:22px;flex:0 0 22px;border-radius:50%;background:#26704b;color:#fff;font-weight:800;font-size:12px}
.kfc-created-qr-note p{margin:0;line-height:1.6}
.kfc-created-qr-actions{display:block;width:100%;margin-top:16px}
.kfc-created-qr-actions .kfc-button{width:100%;min-height:48px;border-radius:14px}
@media(max-width:600px){
	#kfc-modal-return-qr .kfc-modal-header{padding:18px 16px 15px}
	#kfc-modal-return-qr .kfc-modal-header h2{font-size:21px}
	#kfc-modal-return-qr .kfc-modal-body{padding:18px 16px 20px}
	#kfc-modal-return-qr .kfc-created-qr-card{padding:16px;border-radius:18px}
	.kfc-created-qr-summary{grid-template-columns:1fr}
}


/* v1.1.19.61 - Focus Step 2 after wallet reaches return threshold. */
#kfc-modal-return .kfc-return-stage-create.is-auto-focus{
	animation:kfc-return-step-ready 1.65s ease-out;
}
@keyframes kfc-return-step-ready{
	0%{box-shadow:0 0 0 0 rgba(73,151,83,.34),0 18px 42px rgba(31,70,46,.06);border-color:#6eae78}
	42%{box-shadow:0 0 0 8px rgba(73,151,83,.10),0 20px 46px rgba(31,70,46,.10);border-color:#70af7a}
	100%{box-shadow:0 18px 42px rgba(31,70,46,.06);border-color:#dbe7dd}
}


/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.62
   Impact cards + footer banner
========================================================= */
.kfc-impact-footer{margin-top:18px;padding-top:2px}
.kfc-impact-card-grid{display:grid;grid-template-columns:repeat(var(--kfc-impact-count,4),minmax(0,1fr));gap:12px}
.kfc-impact-card{position:relative;display:flex;align-items:center;gap:14px;min-width:0;min-height:94px;padding:16px 17px;border:1px solid #dbe8d7;border-radius:18px;background:linear-gradient(135deg,#f5faee 0%,#ecf7e4 100%);box-shadow:0 10px 26px rgba(40,91,53,.045),inset 0 1px 0 rgba(255,255,255,.85);overflow:hidden}
.kfc-impact-card:after{content:"";position:absolute;right:-34px;bottom:-44px;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,rgba(106,166,85,.1) 0%,rgba(106,166,85,0) 70%);pointer-events:none}
.kfc-impact-icon{position:relative;z-index:1;display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;border-radius:15px;background:rgba(255,255,255,.78);box-shadow:0 6px 16px rgba(47,94,54,.08),inset 0 0 0 1px rgba(74,124,77,.08);color:#2b7248}
.kfc-impact-icon:before{content:"";display:block;width:27px;height:27px;background:#2b7248;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}
.kfc-impact-icon.has-image:before{display:none}.kfc-impact-icon img{display:block;width:30px;height:30px;object-fit:contain}
.kfc-impact-icon-1:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.8 3.2C14.3 3.4 8.3 5.4 5.2 9.6c-2.4 3.2-2 6.9-.2 8.8.4-2.4 1.7-4.8 4-6.5-1.7 2.2-2.7 4.6-2.9 7.2 1.7.8 4.8.8 7.4-1.2 4-3.1 6-8.8 7.3-14.7Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.8 3.2C14.3 3.4 8.3 5.4 5.2 9.6c-2.4 3.2-2 6.9-.2 8.8.4-2.4 1.7-4.8 4-6.5-1.7 2.2-2.7 4.6-2.9 7.2 1.7.8 4.8.8 7.4-1.2 4-3.1 6-8.8 7.3-14.7Z'/%3E%3C/svg%3E")}
.kfc-impact-icon-2:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.8 6h-3c-.3-1.5-.8-2.8-1.5-3.8A8.1 8.1 0 0 1 18.8 8ZM12 4c.8 1 1.4 2.3 1.8 4h-3.6C10.6 6.3 11.2 5 12 4ZM4.6 14a7.5 7.5 0 0 1 0-4h3.2a16 16 0 0 0 0 4H4.6Zm.6 2h3c.3 1.5.8 2.8 1.5 3.8A8.1 8.1 0 0 1 5.2 16Zm3-8h-3a8.1 8.1 0 0 1 4.5-3.8C9 5.2 8.5 6.5 8.2 8ZM12 20c-.8-1-1.4-2.3-1.8-4h3.6c-.4 1.7-1 3-1.8 4Zm2.2-6H9.8a14 14 0 0 1 0-4h4.4a14 14 0 0 1 0 4Zm.1 5.8c.7-1 1.2-2.3 1.5-3.8h3a8.1 8.1 0 0 1-4.5 3.8ZM16.2 14a16 16 0 0 0 0-4h3.2a7.5 7.5 0 0 1 0 4h-3.2Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.8 6h-3c-.3-1.5-.8-2.8-1.5-3.8A8.1 8.1 0 0 1 18.8 8ZM12 4c.8 1 1.4 2.3 1.8 4h-3.6C10.6 6.3 11.2 5 12 4ZM4.6 14a7.5 7.5 0 0 1 0-4h3.2a16 16 0 0 0 0 4H4.6Zm.6 2h3c.3 1.5.8 2.8 1.5 3.8A8.1 8.1 0 0 1 5.2 16Zm3-8h-3a8.1 8.1 0 0 1 4.5-3.8C9 5.2 8.5 6.5 8.2 8ZM12 20c-.8-1-1.4-2.3-1.8-4h3.6c-.4 1.7-1 3-1.8 4Zm2.2-6H9.8a14 14 0 0 1 0-4h4.4a14 14 0 0 1 0 4Zm.1 5.8c.7-1 1.2-2.3 1.5-3.8h3a8.1 8.1 0 0 1-4.5 3.8ZM16.2 14a16 16 0 0 0 0-4h3.2a7.5 7.5 0 0 1 0 4h-3.2Z'/%3E%3C/svg%3E")}
.kfc-impact-icon-3:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-8-4.9-8-11.2C4 6 6.4 4 9 4c1.5 0 2.6.7 3 1.7C12.4 4.7 13.5 4 15 4c2.6 0 5 2 5 5.8C20 16.1 12 21 12 21Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-8-4.9-8-11.2C4 6 6.4 4 9 4c1.5 0 2.6.7 3 1.7C12.4 4.7 13.5 4 15 4c2.6 0 5 2 5 5.8C20 16.1 12 21 12 21Z'/%3E%3C/svg%3E")}
.kfc-impact-icon-4:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 8h-2.1c.1-.3.1-.7.1-1a4 4 0 0 0-7-2.6L10 5.6 9 4.4A4 4 0 0 0 2 7c0 .3 0 .7.1 1H2a2 2 0 0 0-2 2v3h2v9h20v-9h2v-3a2 2 0 0 0-2-2h-2ZM14 5a2 2 0 0 1 2 2c0 .4-.1.7-.3 1H12l.5-1.5A2 2 0 0 1 14 5ZM6 5c.7 0 1.3.3 1.6.9L9 8H6.3A2 2 0 0 1 4 7a2 2 0 0 1 2-2Zm4 15H4v-7h6v7Zm0-9H2v-1h8v1Zm10 9h-8v-7h8v7Zm2-9H12v-1h10v1Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 8h-2.1c.1-.3.1-.7.1-1a4 4 0 0 0-7-2.6L10 5.6 9 4.4A4 4 0 0 0 2 7c0 .3 0 .7.1 1H2a2 2 0 0 0-2 2v3h2v9h20v-9h2v-3a2 2 0 0 0-2-2h-2ZM14 5a2 2 0 0 1 2 2c0 .4-.1.7-.3 1H12l.5-1.5A2 2 0 0 1 14 5ZM6 5c.7 0 1.3.3 1.6.9L9 8H6.3A2 2 0 0 1 4 7a2 2 0 0 1 2-2Zm4 15H4v-7h6v7Zm0-9H2v-1h8v1Zm10 9h-8v-7h8v7Zm2-9H12v-1h10v1Z'/%3E%3C/svg%3E")}
.kfc-impact-copy{position:relative;z-index:1;min-width:0}.kfc-impact-copy strong{display:block;margin:0 0 5px;color:#174b32;font-size:14px;line-height:1.25;letter-spacing:.015em}.kfc-impact-copy p{margin:0;color:#5f7466;font-size:12px;line-height:1.45}
.kfc-impact-banner{display:block;width:100%;margin-top:14px;border-radius:22px;overflow:hidden;background:#174d34;box-shadow:0 14px 34px rgba(31,75,45,.09);text-decoration:none}.kfc-impact-banner picture,.kfc-impact-banner img{display:block;width:100%}.kfc-impact-banner img{height:auto;object-fit:cover;transition:transform .35s ease}a.kfc-impact-banner:hover img{transform:scale(1.008)}
@media(max-width:1050px){.kfc-impact-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.kfc-impact-footer{margin-top:14px}.kfc-impact-card-grid{grid-template-columns:1fr;gap:9px}.kfc-impact-card{min-height:78px;padding:12px 13px;border-radius:15px;gap:12px}.kfc-impact-icon{width:42px;height:42px;flex-basis:42px;border-radius:13px}.kfc-impact-icon:before{width:24px;height:24px}.kfc-impact-icon img{width:27px;height:27px}.kfc-impact-copy strong{font-size:13px;margin-bottom:3px}.kfc-impact-copy p{font-size:11px;line-height:1.4}.kfc-impact-banner{margin-top:10px;border-radius:16px}}


/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.71
   One open pickup request + safe confirmation
========================================================= */
.kfc-return-merge-notice{
  margin:0 0 16px;
  padding:14px 16px;
  border:1px solid #cfe4d5;
  border-radius:14px;
  background:#f3faf5;
  color:#244a35;
}
.kfc-return-merge-notice strong{display:block;margin:0 0 4px;font-size:14px;font-weight:800}
.kfc-return-merge-notice p{margin:0;font-size:13px;line-height:1.6;color:#4d6b59}
body.kfc-return-confirm-open{overflow:hidden}
.kfc-return-confirm{
  position:fixed;
  inset:0;
  z-index:1000002;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.kfc-return-confirm.is-open{display:flex}
.kfc-return-confirm-backdrop{position:absolute;inset:0;background:rgba(14,35,25,.56);backdrop-filter:blur(3px)}
.kfc-return-confirm-dialog{
  position:relative;
  width:min(520px,100%);
  max-height:calc(100vh - 36px);
  overflow:auto;
  background:#fff;
  border:1px solid rgba(27,88,58,.12);
  border-radius:22px;
  box-shadow:0 28px 80px rgba(14,46,29,.24);
}
.kfc-return-confirm-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:24px 24px 18px;
  border-bottom:1px solid #edf2ee;
}
.kfc-return-confirm-head h3{margin:4px 0 6px;font-size:22px;line-height:1.25;color:#163e2b}
.kfc-return-confirm-head p{margin:0;max-width:390px;font-size:13px;line-height:1.55;color:#718076}
.kfc-return-confirm-close{
  flex:0 0 38px;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#f3f6f3;
  color:#31513d;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.kfc-return-confirm-body{padding:20px 24px}
.kfc-return-confirm-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}
.kfc-return-confirm-summary>div{padding:15px;border:1px solid #e4ece6;border-radius:14px;background:#fbfdfb}
.kfc-return-confirm-summary span{display:block;font-size:12px;color:#76837b;margin-bottom:5px}
.kfc-return-confirm-summary strong{display:block;font-size:19px;color:#1d5b40;font-weight:800}
.kfc-return-confirm-summary strong span{display:inline;margin:0;font-size:inherit;color:inherit}
.kfc-return-confirm-note{padding:15px 16px;border-radius:14px;background:#edf7ef;border:1px solid #d7e9dc}
.kfc-return-confirm-note strong{display:block;margin-bottom:4px;font-size:13px;color:#1d5b40}
.kfc-return-confirm-note p{margin:0;font-size:13px;line-height:1.6;color:#526b5a}
.kfc-return-confirm-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:10px;padding:0 24px 24px}
.kfc-return-confirm-cancel,.kfc-return-confirm-submit{min-height:46px;border-radius:12px;padding:10px 14px;font-size:12px;font-weight:800;cursor:pointer}
.kfc-return-confirm-cancel{border:1px solid #d7e1da;background:#fff;color:#4c6254}
.kfc-return-confirm-submit{border:1px solid #1d5b40;background:#1d5b40;color:#fff}
.kfc-return-confirm-submit:disabled{opacity:.65;cursor:wait}
@media (max-width:600px){
  .kfc-return-confirm{padding:12px}
  .kfc-return-confirm-dialog{border-radius:18px}
  .kfc-return-confirm-head{padding:20px 18px 16px}
  .kfc-return-confirm-head h3{font-size:19px}
  .kfc-return-confirm-body{padding:16px 18px}
  .kfc-return-confirm-summary{grid-template-columns:1fr 1fr}
  .kfc-return-confirm-actions{grid-template-columns:1fr;padding:0 18px 18px}
  .kfc-return-confirm-submit{grid-row:1}
  .kfc-return-confirm-cancel{grid-row:2}
}

/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.72
   Exact-total editing for submitted pickup batches
========================================================= */
.kfc-return-exact-rule{
  border:1px solid rgba(35,105,72,.18);
  background:#f4faf5;
  color:#284f3b;
  line-height:1.65;
}
.kfc-return-exact-rule strong{color:#173f2d}
.kfc-return-legacy-wallet-note{
  margin:0 0 18px;
  padding:14px 16px;
  border:1px solid rgba(171,128,41,.22);
  border-radius:14px;
  background:#fffaf0;
  color:#6b5422;
}
.kfc-return-legacy-wallet-note strong{display:block;margin:0 0 4px;font-weight:800;color:#5b4518}
.kfc-return-legacy-wallet-note p{margin:0;line-height:1.6}
.kfc-return-exact-summary{
  display:grid;
  gap:5px;
  margin:0 0 18px;
  padding:16px 18px;
  border:1px solid rgba(34,106,73,.14);
  border-radius:16px;
  background:#f7fbf8;
}
.kfc-return-exact-summary>strong{font-size:16px;line-height:1.3;color:#184b34}
.kfc-return-exact-summary>span{font-size:14px;font-weight:700;color:#456b56}
.kfc-return-exact-summary>p{margin:4px 0 0;font-size:13px;line-height:1.6;color:#5f7066}
.kfc-return-confirm-summary [data-kfc-return-confirm-value1],
.kfc-return-confirm-summary [data-kfc-return-confirm-value2]{font-variant-numeric:tabular-nums}
@media (max-width:600px){
  .kfc-return-exact-rule,.kfc-return-legacy-wallet-note,.kfc-return-exact-summary{border-radius:12px}
}

/* =========================================================
   KEYSHU FOREST CLUB v1.1.19.74
   Nut cap nhat thong tin lay kien: 1 dong, kich thuoc vua noi dung
========================================================= */
#kfc-modal-return .kfc-return-form-aside .kfc-return-actions{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    width:100%;
}
#kfc-modal-return .kfc-return-form-aside .kfc-return-actions .kfc-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:auto;
    min-width:0;
    max-width:100%;
    min-height:44px;
    padding:0 17px;
    margin:0;
    border-radius:12px;
    font-size:13px;
    line-height:1;
    white-space:nowrap;
}
@media(max-width:600px){
    #kfc-modal-return .kfc-return-form-aside .kfc-return-actions .kfc-button{
        width:auto;
        min-width:0;
        max-width:100%;
        min-height:42px;
        padding:0 14px;
        font-size:12px;
        white-space:nowrap;
    }
}

