.hb-card{border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#ff6b4a 0%,#e1261c 55%,#b10f18 100%);color:#fff;box-shadow:0 10px 24px rgba(177,15,24,.28)}
.hb-card-inner{padding:1rem 1.1rem 1.15rem}
.hb-icon{width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;margin-right:.75rem;flex:0 0 44px}
.hb-title{font-size:1.1rem;font-weight:700}
.hb-desc{opacity:.9;font-size:.875rem;margin-top:.2rem}
.hb-status{background:rgba(255,255,255,.18);border-radius:999px;padding:.2rem .7rem;font-size:.75rem;white-space:nowrap}
.hb-stat{background:rgba(0,0,0,.14);border-radius:10px;margin:0 .2rem;padding:.55rem .25rem}
.hb-stat-label{font-size:.75rem;opacity:.85}
.hb-stat-num{font-weight:700;font-size:1.05rem;margin-top:.15rem}
.hb-btn-open{background:#fff;color:#d21919;border:none;font-weight:700;border-radius:999px;padding:.35rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,.12)}
.hb-btn-open:hover{background:#fff5f3;color:#b10f18}
.hb-modal-header{background:linear-gradient(135deg,#ff6b4a,#e1261c);color:#fff;border:0}
.hb-modal-content{border:0;border-radius:12px;overflow:hidden}
.hb-result{background:linear-gradient(135deg,#ff6b4a,#e1261c);color:#fff;border-radius:10px;padding:1rem;text-align:center;margin-bottom:1rem}
.hb-recent-item{display:flex;align-items:center;justify-content:space-between;padding:.55rem 0;border-bottom:1px solid #eee}
.hb-recent-item:last-child{border-bottom:0}
.hb-list-badge{
	display:inline-flex;
	align-items:center;
	vertical-align:middle;
	margin-left:0.35em;
	padding:0.12em 0.4em;
	font-size:0.86em;
	font-weight:700;
	line-height:1;
	letter-spacing:0.04em;
	color:#ffe566 !important;
	background:linear-gradient(160deg,#ff6a45 0%,#ff2d1f 42%,#d40f12 100%) !important;
	border:1px solid #ffd24a;
	border-radius:0.28em;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 2px 6px rgba(190,12,18,.38);
	text-shadow:0 1px 0 rgba(120,0,0,.35);
	white-space:nowrap;
	transform:translateY(-0.12em);
}
.hb-list-badge::before{
	content:'';
	display:block;
	width:0.5em;
	height:0.5em;
	margin-right:0.22em;
	border-radius:50%;
	background:radial-gradient(circle at 35% 30%,#fff6a8 0%,#ffd24a 45%,#f0a800 100%);
	box-shadow:0 0 0 1px rgba(255,210,74,.55);
	flex:0 0 auto;
}
.hb-form-card .card-header{background:#fff5f3}
