:root {
	--hdfp-brand-orange: #f58421;
	--hdfp-brand-orange-deep: #8f5612;
	--hdfp-brand-orange-soft: #fff3e6;
	--hdfp-brand-charcoal: #26211c;
	--hdfp-brand-steel: #949da5;
	--hdfp-brand-silver: #ebeff2;
	--hdfp-brand-blue: #5d6670;
	--hdfp-brand-blue-deep: #353a40;
	--hdfp-brand-ice: #f7f8fa;
	--hdfp-brand-shadow: rgba(50, 34, 18, 0.16);
}

@keyframes hdfpFloat {
	0%, 100% {
		transform: translateY(0px) rotateX(0deg);
	}
	50% {
		transform: translateY(-4px) rotateX(1deg);
	}
}

@keyframes hdfpGlow {
	0%, 100% {
		box-shadow: 0 16px 34px rgba(50, 34, 18, 0.12);
	}
	50% {
		box-shadow: 0 22px 42px rgba(245, 132, 33, 0.18);
	}
}

body.hdfp-portal-shell,
body.hdfp-rfq-portal,
body.hdfp-supplier-list-portal,
body.hdfp-supplier-detail-portal,
body[data-path="login"],
body[data-path="message"],
body[data-path="list"],
body[data-path="order"] {
	background:
		radial-gradient(circle at top left, rgba(245, 132, 33, 0.22), transparent 24%),
		radial-gradient(circle at top right, rgba(148, 157, 165, 0.18), transparent 20%),
		radial-gradient(circle at bottom right, rgba(143, 86, 18, 0.12), transparent 18%),
		linear-gradient(135deg, #fffdfa 0%, #f5f6f7 44%, #fff4e9 100%);
}

body.hdfp-portal-shell .web-content,
body[data-path="login"] .web-content,
body[data-path="message"] .web-content,
body[data-path="list"] .web-content,
body[data-path="order"] .web-content {
	min-height: 100vh;
}

body.hdfp-rfq-portal .page-content,
body.hdfp-supplier-list-portal .page-content,
body.hdfp-supplier-detail-portal .page-content,
body.hdfp-portal-shell .page-content,
body[data-path="login"] .page-content,
body[data-path="message"] .page-content,
body[data-path="list"] .page-content,
body[data-path="order"] .page-content {
	padding-bottom: 32px;
}

body.hdfp-rfq-portal .page-header h1,
body.hdfp-rfq-portal .page-head h1,
body.hdfp-supplier-list-portal .page-header h1,
body.hdfp-supplier-detail-portal .page-header h1,
body.hdfp-supplier-detail-portal .page-head h1,
body.hdfp-supplier-list-portal .my-account-header,
body.hdfp-supplier-detail-portal .my-account-header,
body[data-path="order"] .page-header h1,
body[data-path="order"] .page-head h1,
body[data-path="list"] .my-account-header {
	font-size: 1.9rem;
	font-weight: 800;
	color: var(--hdfp-brand-charcoal);
	letter-spacing: -0.02em;
}

body.hdfp-rfq-portal .page-header .btn.btn-primary.btn-sm,
body.hdfp-rfq-portal .page-head .btn.btn-primary.btn-sm,
body.hdfp-supplier-list-portal .page-header .btn,
body.hdfp-supplier-detail-portal .page-header .btn,
body.hdfp-supplier-detail-portal .page-head .btn,
body[data-path="list"] .page-header .btn,
body[data-path="order"] .page-header .btn,
body[data-path="order"] .page-head .btn {
	background: linear-gradient(135deg, var(--hdfp-brand-blue-deep) 0%, var(--hdfp-brand-blue) 46%, var(--hdfp-brand-orange) 100%);
	border: 0;
	border-radius: 999px;
	padding: 0.68rem 1.15rem;
	font-size: 0.92rem;
	font-weight: 700;
	color: #fff;
	box-shadow: 0 14px 26px rgba(24, 71, 109, 0.22);
}

body.hdfp-rfq-portal .page-header .btn.btn-primary.btn-sm:hover,
body.hdfp-rfq-portal .page-head .btn.btn-primary.btn-sm:hover,
body.hdfp-supplier-list-portal .page-header .btn:hover,
body.hdfp-supplier-detail-portal .page-header .btn:hover,
body.hdfp-supplier-detail-portal .page-head .btn:hover,
body[data-path="list"] .page-header .btn:hover,
body[data-path="order"] .page-header .btn:hover,
body[data-path="order"] .page-head .btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 30px rgba(24, 71, 109, 0.26);
}

body.hdfp-portal-shell .navbar,
body[data-path="login"] .navbar,
body[data-path="message"] .navbar,
body[data-path="list"] .navbar,
body[data-path="order"] .navbar {
	position: sticky !important;
	top: 0;
	z-index: 40;
	background: rgba(255, 255, 255, 0.96) !important;
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(214, 224, 234, 0.96) !important;
	box-shadow: 0 12px 30px rgba(19, 38, 58, 0.08) !important;
}

body.hdfp-portal-shell .navbar-brand,
body[data-path="login"] .navbar-brand,
body[data-path="message"] .navbar-brand,
body[data-path="list"] .navbar-brand,
body[data-path="order"] .navbar-brand {
	font-weight: 800;
	color: var(--hdfp-brand-charcoal) !important;
}

body.hdfp-portal-shell .navbar-brand img,
body[data-path="login"] .navbar-brand img,
body[data-path="message"] .navbar-brand img,
body[data-path="list"] .navbar-brand img,
body[data-path="order"] .navbar-brand img {
	height: 38px;
	width: auto;
	filter: drop-shadow(0 10px 16px rgba(19, 38, 58, 0.14));
}

body.hdfp-portal-shell .navbar-nav .nav-link,
body.hdfp-portal-shell .dropdown .btn,
body[data-path="login"] .navbar-nav .nav-link,
body[data-path="login"] .dropdown .btn,
body[data-path="message"] .navbar-nav .nav-link,
body[data-path="message"] .dropdown .btn,
body[data-path="list"] .navbar-nav .nav-link,
body[data-path="list"] .dropdown .btn,
body[data-path="order"] .navbar-nav .nav-link,
body[data-path="order"] .dropdown .btn {
	position: relative;
	color: #27425a !important;
	font-weight: 700 !important;
	border-radius: 999px !important;
	padding: 0.45rem 0.9rem !important;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.hdfp-portal-shell .navbar-nav .nav-link::after,
body[data-path="login"] .navbar-nav .nav-link::after,
body[data-path="message"] .navbar-nav .nav-link::after,
body[data-path="list"] .navbar-nav .nav-link::after,
body[data-path="order"] .navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 6px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--hdfp-brand-orange-deep) 0%, var(--hdfp-brand-orange) 100%);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.22s ease;
}

body.hdfp-portal-shell .navbar-nav .nav-link:hover,
body.hdfp-portal-shell .dropdown .btn:hover,
body[data-path="login"] .navbar-nav .nav-link:hover,
body[data-path="login"] .dropdown .btn:hover,
body[data-path="message"] .navbar-nav .nav-link:hover,
body[data-path="message"] .dropdown .btn:hover,
body[data-path="list"] .navbar-nav .nav-link:hover,
body[data-path="list"] .dropdown .btn:hover,
body[data-path="order"] .navbar-nav .nav-link:hover,
body[data-path="order"] .dropdown .btn:hover {
	background: linear-gradient(90deg, rgba(148, 157, 165, 0.08) 0%, rgba(245, 132, 33, 0.14) 100%) !important;
	color: var(--hdfp-brand-charcoal) !important;
	transform: translateY(-1px);
}

body.hdfp-portal-shell .navbar-nav .nav-link:hover::after,
body[data-path="login"] .navbar-nav .nav-link:hover::after,
body[data-path="message"] .navbar-nav .nav-link:hover::after,
body[data-path="list"] .navbar-nav .nav-link:hover::after,
body[data-path="order"] .navbar-nav .nav-link:hover::after {
	transform: scaleX(1);
}

body.hdfp-portal-shell .navbar-search,
body[data-path="login"] .navbar-search,
body[data-path="message"] .navbar-search,
body[data-path="list"] .navbar-search,
body[data-path="order"] .navbar-search {
	border-radius: 999px;
	border: 1px solid rgba(214, 224, 234, 0.98);
	background: rgba(247, 251, 255, 0.98);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body.hdfp-portal-shell .page-header-wrapper,
body[data-path="login"] .page-header-wrapper,
body[data-path="message"] .page-header-wrapper,
body[data-path="list"] .page-header-wrapper,
body[data-path="order"] .page-header-wrapper {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin-bottom: 10px;
}

.hdfp-web-main {
	position: relative;
}

.hdfp-server-portal-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);
	gap: 10px;
	margin: 2px 0 12px;
}

.hdfp-server-portal-card {
	position: relative;
	overflow: hidden;
	padding: 12px 14px;
	border-radius: 18px;
	border: 1px solid rgba(223, 214, 205, 0.96);
	background: linear-gradient(135deg, #fffaf5 0%, #ffffff 56%, #f3f4f5 100%) !important;
	box-shadow: 0 12px 24px rgba(50, 34, 18, 0.1) !important;
	transform-style: preserve-3d;
	animation: hdfpFloat 8s ease-in-out infinite, hdfpGlow 8s ease-in-out infinite;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hdfp-server-portal-card:hover {
	transform: translateY(-4px) rotateX(2deg);
	box-shadow: 0 26px 44px rgba(80, 52, 20, 0.16) !important;
}

.hdfp-server-portal-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 4px;
	background: linear-gradient(90deg, var(--hdfp-brand-charcoal) 0%, var(--hdfp-brand-steel) 42%, var(--hdfp-brand-orange) 74%, var(--hdfp-brand-orange-deep) 100%);
}

.hdfp-server-portal-card-main::after {
	content: "";
	position: absolute;
	right: -26px;
	top: -28px;
	width: 132px;
	height: 132px;
	border-radius: 22px;
	transform: rotate(32deg);
	background: linear-gradient(135deg, rgba(245, 132, 33, 0.24), rgba(148, 157, 165, 0.12));
}

.hdfp-server-portal-kicker,
.hdfp-server-portal-pill {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(245, 132, 33, 0.12) 0%, rgba(143, 86, 18, 0.12) 100%);
	color: var(--hdfp-brand-orange-deep);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hdfp-server-portal-title {
	margin: 8px 0 6px;
	font-size: 1.55rem;
	line-height: 1.14;
	font-weight: 800;
	color: var(--hdfp-brand-charcoal);
}

.hdfp-server-portal-copy,
.hdfp-server-portal-mini {
	margin: 0;
	color: #5f676f;
	line-height: 1.48;
	font-size: 0.95rem;
}

.hdfp-server-portal-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}

.hdfp-server-stat {
	display: inline-flex;
	align-items: center;
	padding: 5px 9px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffffff 0%, #f3f4f6 100%);
	border: 1px solid rgba(218, 220, 223, 0.98);
	color: #4e5861;
	font-size: 0.72rem;
	font-weight: 800;
}

.hdfp-server-portal-card-meta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
}

.hdfp-web-sidebar,
.hdfp-web-footer,
.hdfp-web-navbar {
	position: relative;
}

body.hdfp-portal-shell .page-header,
body[data-path="login"] .page-header,
body[data-path="message"] .page-header,
body[data-path="list"] .page-header,
body[data-path="order"] .page-header {
	padding: 8px 0 0;
}

body.hdfp-portal-shell .page_content,
body[data-path="login"] .page_content,
body[data-path="message"] .page_content,
body[data-path="list"] .page_content,
body[data-path="order"] .page_content {
	padding: 16px !important;
}

body[data-path="login"] .page_content,
body[data-path="message"] .page_content,
body[data-path="list"] .page_content {
	max-width: 1280px;
	margin: 0 auto;
}

.fp-requisition-shell {
	max-width: 1440px;
}

.fp-requisition-hero {
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(255, 250, 244, 0.98) 0%, rgba(255, 255, 255, 0.98) 56%, rgba(244, 247, 250, 0.98) 100%);
	box-shadow: 0 18px 34px rgba(50, 34, 18, 0.1);
}

.fp-portal-eyebrow {
	display: inline-flex;
	padding: 0.28rem 0.7rem;
	border-radius: 999px;
	background: rgba(245, 132, 33, 0.12);
	color: var(--hdfp-brand-orange-deep);
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.fp-requisition-title {
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--hdfp-brand-charcoal);
}

.fp-hero-meta {
	align-items: center;
}

.fp-soft-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.32rem 0.72rem;
	border-radius: 999px;
	background: #f6f8fa;
	border: 1px solid rgba(214, 224, 234, 0.95);
	color: #4a5661;
	font-size: 0.78rem;
	font-weight: 700;
}

.fp-soft-pill--status {
	background: linear-gradient(135deg, rgba(53, 58, 64, 0.1), rgba(245, 132, 33, 0.16));
	color: var(--hdfp-brand-charcoal);
}

.fp-mini-stat {
	height: 100%;
	padding: 0.8rem 0.95rem;
	border-radius: 16px;
	border: 1px solid rgba(228, 232, 236, 0.95);
	background: rgba(255, 255, 255, 0.85);
}

.fp-mini-stat__label {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #7a8794;
	margin-bottom: 0.3rem;
}

.fp-mini-stat__value {
	font-size: 0.98rem;
	font-weight: 700;
	color: var(--hdfp-brand-charcoal);
	word-break: break-word;
}

.fp-portal-panel {
	border-radius: 18px;
	overflow: hidden;
}

.fp-panel-header {
	background: linear-gradient(135deg, rgba(247, 248, 250, 0.95), rgba(255, 244, 233, 0.9));
	border-bottom: 1px solid rgba(228, 232, 236, 0.95);
}

.fp-open-table-modal,
.fp-toggle-pivot-view {
	border-radius: 999px;
	font-weight: 700;
	background: #fff;
	border: 1px solid rgba(214, 224, 234, 0.98);
	color: #2f475f;
}

.fp-toggle-pivot-view.active {
	background: linear-gradient(135deg, var(--hdfp-brand-blue-deep) 0%, var(--hdfp-brand-blue) 48%, var(--hdfp-brand-orange) 100%);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 12px 24px rgba(45, 74, 104, 0.2);
}

.fp-requisition-table-wrap.fp-table-responsive--pivot {
	padding: 0.85rem;
	background: linear-gradient(180deg, rgba(247, 249, 252, 0.96) 0%, rgba(255, 244, 233, 0.86) 100%);
}

.fp-table-responsive--pivot .fp-requisition-table {
	min-width: 0 !important;
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 0 0.8rem;
}

.fp-table-responsive--pivot .fp-requisition-table thead {
	display: none;
}

.fp-table-responsive--pivot .fp-requisition-table tbody,
.fp-table-responsive--pivot .fp-requisition-table tr,
.fp-table-responsive--pivot .fp-requisition-table td {
	display: block;
	width: 100%;
}

.fp-table-responsive--pivot .fp-requisition-table tbody tr {
	overflow: hidden;
	border: 1px solid rgba(220, 228, 236, 0.98);
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 249, 243, 0.98) 100%);
	box-shadow: 0 12px 28px rgba(44, 58, 75, 0.09);
}

.fp-table-responsive--pivot .fp-requisition-table td {
	display: grid;
	grid-template-columns: minmax(96px, 132px) minmax(0, 1fr);
	gap: 0.75rem;
	align-items: center;
	padding: 0.72rem 0.85rem;
	border: 0;
	border-bottom: 1px dashed rgba(214, 224, 234, 0.98);
	white-space: normal;
}

.fp-table-responsive--pivot .fp-requisition-table td::before {
	content: attr(data-label);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #7a8794;
}

.fp-table-responsive--pivot .fp-requisition-table td:last-child {
	border-bottom: 0;
}

.fp-table-responsive--pivot .fp-requisition-table .fp-item-name-cell {
	align-items: start;
}

.fp-table-responsive--pivot .fp-requisition-table .form-control,
.fp-table-responsive--pivot .fp-requisition-table .form-select,
.fp-table-responsive--pivot .fp-requisition-table textarea {
	min-width: 0;
	max-width: none;
	width: 100%;
}

.fp-table-responsive--pivot .fp-requisition-table textarea.fp-agent-remarks {
	max-width: none;
	min-height: 70px;
	height: auto;
}

.fp-table-responsive--pivot .fp-requisition-table .text-center {
	text-align: left !important;
}

.fp-table-responsive--pivot .fp-requisition-table .fp-save-line {
	width: 100%;
}

.fp-compact-table thead th {
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	white-space: nowrap;
	background: #fbfcfd;
	color: #5b6671;
	border-top: 0;
}

.fp-compact-table td {
	padding-top: 0.48rem;
	padding-bottom: 0.48rem;
	vertical-align: middle;
	border-color: rgba(235, 239, 242, 0.98);
}

.fp-compact-table tbody tr:nth-child(odd) {
	background: rgba(247, 249, 251, 0.72);
}

.fp-compact-table tbody tr:hover {
	background: rgba(245, 132, 33, 0.08);
}

.fp-col-item-name,
.fp-item-name-cell {
	min-width: 320px;
	width: 28%;
}

.fp-item-name-text {
	font-weight: 700;
	color: var(--hdfp-brand-charcoal);
	white-space: normal;
	word-break: break-word;
	line-height: 1.35;
}

.fp-item-description {
	margin-top: 0.22rem;
	font-size: 0.76rem;
	line-height: 1.35;
	color: #6f7a84;
	white-space: normal;
	word-break: break-word;
}

.fp-item-chinese {
	margin-top: 0.24rem;
	font-size: 0.82rem;
	line-height: 1.35;
	font-weight: 700;
	color: var(--hdfp-brand-orange-deep);
	white-space: normal;
	word-break: break-word;
}

.fp-pricing-line--locked {
	background: rgba(247, 248, 250, 0.75);
}

.fp-requisition-table .form-control,
.fp-requisition-table .form-select,
.fp-requisition-table textarea {
	min-width: 82px;
	border-radius: 10px;
	padding: 0.34rem 0.5rem;
	font-size: 0.84rem;
}

.fp-requisition-table .fp-price-input {
	min-width: 150px;
	width: 100%;
	font-variant-numeric: tabular-nums;
}

.fp-requisition-table textarea.fp-agent-remarks {
	min-width: 145px;
	max-width: 210px;
	min-height: 34px;
	height: 34px;
	overflow: hidden;
	resize: none;
	line-height: 1.25;
}

.fp-usd-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.55rem;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(93, 102, 112, 0.12), rgba(245, 132, 33, 0.12));
	font-weight: 700;
	color: #35424f;
}

.fp-requisition-modal__dialog {
	max-width: 96vw;
}

.fp-requisition-modal__content {
	border-radius: 18px;
	overflow: hidden;
}

.fp-modal-table-wrap {
	padding: 0;
	max-height: 78vh;
	overflow: auto;
}

.fp-requisition-modal .fp-requisition-table {
	min-width: 1320px;
}

.fp-portal-btn-primary,
.fp-portal-btn-secondary {
	border-radius: 999px;
	font-weight: 700;
}

@media (max-width: 991px) {
	.fp-col-item-name,
	.fp-item-name-cell {
		min-width: 240px;
	}

	.fp-panel-header {
		align-items: stretch !important;
	}

	.fp-table-view-actions {
		width: 100%;
	}

	.fp-open-table-modal,
	.fp-toggle-pivot-view {
		flex: 1 1 180px;
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.fp-table-responsive--pivot .fp-requisition-table td {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.35rem;
	}

	.fp-requisition-hero .card-body,
	.fp-portal-panel .fp-panel-header {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.fp-attachment-upload-bar {
		width: 100%;
	}

	.fp-private-toggle,
	.fp-upload-attachment {
		width: 100%;
		justify-content: center;
	}
}

.hdfp-global-portal-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	gap: 14px;
	margin: 10px 0 18px;
}

.hdfp-global-portal-card {
	position: relative;
	overflow: hidden;
	padding: 18px 20px;
	border-radius: 20px;
	border: 1px solid rgba(219, 228, 238, 0.96);
	background: linear-gradient(135deg, #f7fbff 0%, #ffffff 56%, #fff3e7 100%);
	box-shadow: 0 18px 36px var(--hdfp-brand-shadow);
}

.hdfp-global-portal-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 4px;
	background: linear-gradient(90deg, var(--hdfp-brand-charcoal) 0%, var(--hdfp-brand-blue) 34%, var(--hdfp-brand-steel) 68%, var(--hdfp-brand-orange) 100%);
}

.hdfp-global-portal-title {
	margin: 12px 0 6px;
	font-size: 1.8rem;
	line-height: 1.08;
	font-weight: 800;
	color: var(--hdfp-brand-charcoal);
}

.hdfp-global-portal-copy {
	margin: 0;
	color: #54687c;
	line-height: 1.62;
}

body.hdfp-portal-shell .page-card,
body[data-path="login"] .page-card,
body[data-path="message"] .page-card,
body[data-path="login"] .login-content.page-card,
body[data-path="message"] .page-card-body {
	background: rgba(255, 255, 255, 0.97) !important;
	border: 1px solid rgba(219, 228, 238, 0.96) !important;
	border-radius: 22px !important;
	box-shadow: 0 20px 40px rgba(19, 38, 58, 0.12) !important;
	overflow: hidden;
}

body.hdfp-portal-shell .page-card-head,
body[data-path="login"] .page-card-head,
body[data-path="message"] .page-card-head {
	padding: 14px 18px;
	border: 0;
	background: linear-gradient(135deg, rgba(19, 38, 58, 0.96) 0%, rgba(45, 107, 159, 0.92) 62%, rgba(255, 141, 42, 0.86) 100%);
	color: #fff;
	font-weight: 800;
}

body.hdfp-portal-shell .page-card-body,
body.hdfp-portal-shell .page-card-actions,
body[data-path="login"] .page-card-body,
body[data-path="login"] .page-card-actions,
body[data-path="message"] .page-card-body,
body[data-path="message"] .page-card-actions {
	padding: 12px;
}

body.hdfp-portal-shell .page-card input,
body.hdfp-portal-shell .page-card select,
body.hdfp-portal-shell .page-card textarea,
body[data-path="login"] .page-card input,
body[data-path="login"] .page-card select,
body[data-path="login"] .page-card textarea,
body[data-path="message"] .page-card input,
body[data-path="message"] .page-card select,
body[data-path="message"] .page-card textarea {
	min-height: 40px;
	border-radius: 12px;
	border: 1px solid rgba(214, 224, 234, 0.98);
	background: rgba(250, 252, 255, 0.98);
	box-shadow: none;
}

body.hdfp-portal-shell .page-card .btn,
body[data-path="login"] .page-card .btn,
body[data-path="message"] .page-card .btn {
	border-radius: 999px;
	font-weight: 700;
}

body.hdfp-portal-shell .page-card .btn-primary,
body[data-path="login"] .page-card .btn-primary,
body[data-path="message"] .page-card .btn-primary {
	background: linear-gradient(135deg, var(--hdfp-brand-orange-deep) 0%, var(--hdfp-brand-orange) 58%, #f3b16c 100%);
	border: 0;
	box-shadow: 0 12px 24px rgba(143, 86, 18, 0.22);
}

body[data-path="login"] .page-breadcrumbs,
body[data-path="login"] .page-header-wrapper {
	display: none;
}

body[data-path="login"] .hdfp-web-main,
body[data-path="message"] .hdfp-web-main {
	min-height: calc(100vh - 170px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hdfp-login-intro {
	max-width: 460px;
	width: 100%;
	margin: 0 auto 12px;
}

.hdfp-login-intro-card {
	padding: 12px 14px;
	border-radius: 16px;
	border: 1px solid rgba(223, 214, 205, 0.96);
	background: linear-gradient(135deg, #fffaf5 0%, #ffffff 60%, #f4f5f6 100%);
	box-shadow: 0 10px 20px rgba(50, 34, 18, 0.08);
}

.hdfp-login-kicker {
	display: inline-flex;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(245, 132, 33, 0.12);
	color: var(--hdfp-brand-orange-deep);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.hdfp-login-intro-title {
	margin: 8px 0 4px;
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--hdfp-brand-charcoal);
}

.hdfp-login-intro-copy {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #5f676f;
}

body[data-path="login"] .page-card-head h4 {
	font-size: 1.35rem;
	margin-bottom: 4px;
}

body[data-path="login"] .page-card,
body[data-path="message"] .page-card {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}

body[data-path="login"] .page_content,
body[data-path="message"] .page_content {
	display: flex;
	justify-content: center;
}

body[data-path="login"] .hdfp-global-portal-hero,
body[data-path="login"] .hdfp-portal-detail-meta,
body[data-path="login"] .hdfp-portal-detail-stat,
body[data-path="message"] .hdfp-global-portal-hero,
body[data-path="message"] .hdfp-portal-detail-meta,
body[data-path="message"] .hdfp-portal-detail-stat {
	display: none !important;
}

body[data-path="login"] .page_content > div,
body[data-path="message"] .page_content > div {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}

body[data-path="login"] .hdfp-server-portal-hero {
	max-width: 980px;
	margin: 0 auto 18px;
}

body[data-path="message"] .hdfp-server-portal-hero {
	display: none !important;
}

body[data-path="login"] .for-login,
body[data-path="login"] .for-email-login,
body[data-path="login"] .for-signup,
body[data-path="login"] .for-forgot,
body[data-path="login"] .for-login-with-email-link,
body[data-path="message"] .for-login,
body[data-path="message"] .for-email-login,
body[data-path="message"] .for-signup,
body[data-path="message"] .for-forgot,
body[data-path="message"] .for-login-with-email-link {
	max-width: 560px;
	margin: 0 auto 14px;
}

body[data-path="login"] .login-content.page-card,
body[data-path="message"] .login-content.page-card {
	margin: 0 auto;
}

body.hdfp-web-logout,
body.hdfp-web-logout .web-content,
body.hdfp-web-logout .page-content {
	background: #fff !important;
}

body.hdfp-web-logout .navbar,
body.hdfp-web-logout .page-header-wrapper,
body.hdfp-web-logout .page-breadcrumbs,
body.hdfp-web-logout .page-footer,
body.hdfp-web-logout .web-footer,
body.hdfp-web-logout .hdfp-server-portal-hero,
body.hdfp-web-logout .hdfp-global-portal-hero,
body.hdfp-web-logout .page-card,
body.hdfp-web-logout .page-card-head,
body.hdfp-web-logout .page-card-body,
body.hdfp-web-logout .page-card .btn {
	display: none !important;
}

body.hdfp-web-logout .hdfp-web-main,
body.hdfp-web-logout .page_content {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.hdfp-web-logout .page_content > div {
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
}

body.hdfp-web-logout .hdfp-web-logout-media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 24px;
}

body.hdfp-web-logout .hdfp-web-logout-image {
	display: block;
	max-width: min(320px, 72vw);
	width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

body.hdfp-portal-shell .page-breadcrumbs,
body[data-path="login"] .page-breadcrumbs,
body[data-path="message"] .page-breadcrumbs,
body[data-path="list"] .page-breadcrumbs,
body[data-path="order"] .page-breadcrumbs {
	background: transparent;
}

body.hdfp-portal-shell .page-footer,
body.hdfp-portal-shell .web-footer,
body[data-path="login"] .page-footer,
body[data-path="login"] .web-footer,
body[data-path="message"] .page-footer,
body[data-path="message"] .web-footer,
body[data-path="list"] .page-footer,
body[data-path="list"] .web-footer,
body[data-path="order"] .page-footer,
body[data-path="order"] .web-footer,
body[data-path="rfq"] .page-footer,
body[data-path="rfq"] .web-footer,
.page-footer,
.web-footer.hdfp-web-footer {
	margin-top: 24px;
	padding-top: 18px;
	background: linear-gradient(135deg, #221f1b 0%, #3a3127 52%, #8f5612 100%) !important;
	border-top: 3px solid rgba(245, 132, 33, 0.9) !important;
	color: #f7efe7 !important;
}

body.hdfp-portal-shell .web-footer a,
body[data-path="login"] .web-footer a,
body[data-path="message"] .web-footer a,
body[data-path="list"] .web-footer a,
body[data-path="order"] .web-footer a,
body[data-path="rfq"] .web-footer a,
.web-footer.hdfp-web-footer a {
	color: #fff5ea;
}

.hdfp-footer-intro {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	margin-bottom: 10px;
}

.hdfp-footer-brand,
.hdfp-footer-metrics {
	padding: 16px 18px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(245, 132, 33, 0.12) 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hdfp-footer-kicker {
	font-size: 1.04rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #fff;
	margin-bottom: 8px;
}

.hdfp-footer-note {
	margin: 0;
	color: #f5dfc9;
	line-height: 1.7;
}

.hdfp-footer-metrics {
	display: none;
}

.hdfp-footer-chip {
	display: inline-flex;
	align-items: center;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff3e6;
	font-size: 0.78rem;
	font-weight: 800;
}

.hdfp-web-footer-container {
	max-width: 1080px;
	padding-top: 8px;
	padding-bottom: 14px;
}

.hdfp-footer-core {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 10px 12px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(245, 132, 33, 0.08) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.hdfp-footer-logo-block {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.hdfp-footer-contact-block {
	min-width: 0;
}

.hdfp-footer-copyright {
	font-size: 0.98rem;
	font-weight: 800;
	color: #fff8f1;
	margin-bottom: 6px;
}

.hdfp-footer-contact-line {
	font-size: 0.9rem;
	line-height: 1.6;
	color: #f5dfc9;
	word-break: break-word;
}

.hdfp-web-footer .footer-logo-extension,
.hdfp-web-footer .footer-links,
.hdfp-web-footer .footer-info,
.hdfp-web-footer .footer-grouped-links {
	margin-top: 8px;
}

.hdfp-web-footer .footer-links,
.hdfp-web-footer .footer-info,
.hdfp-web-footer .footer-grouped-links,
.hdfp-web-footer .footer-logo-extension {
	display: none;
}

.hdfp-web-footer .footer-logo-extension .row,
.hdfp-web-footer .footer-links .row,
.hdfp-web-footer .footer-info .row,
.hdfp-web-footer .footer-grouped-links .row {
	row-gap: 12px;
	align-items: flex-start;
}

.hdfp-web-footer .footer-col-left,
.hdfp-web-footer .footer-col-right,
.hdfp-web-footer .footer-group,
.hdfp-web-footer .footer-info {
	line-height: 1.75;
	word-break: break-word;
	overflow: visible;
}

.hdfp-web-footer .footer-col-right {
	text-align: right;
}

.hdfp-web-footer .footer-logo-extension .text-left {
	flex: 0 0 110px;
	max-width: 110px;
}

.hdfp-web-footer .footer-logo-extension .text-right {
	display: none;
}

.hdfp-web-footer .footer-logo-extension .input-group {
	max-width: 320px;
	margin-left: auto;
}

.hdfp-web-footer .footer-logo {
	max-height: 40px;
	width: auto;
	margin-bottom: 4px;
	filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.18));
}

.hdfp-web-footer input.form-control,
.hdfp-web-footer input[type="email"],
.hdfp-web-footer input[type="text"] {
	min-height: 44px;
	border-radius: 999px !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
}

.hdfp-web-footer input::placeholder {
	color: rgba(255, 245, 234, 0.82) !important;
}

.hdfp-web-footer .btn,
.hdfp-web-footer button {
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--hdfp-brand-orange-deep) 0%, var(--hdfp-brand-orange) 100%) !important;
	border: 0 !important;
	color: #fff !important;
	padding: 0.68rem 1rem !important;
	box-shadow: 0 10px 20px rgba(143, 86, 18, 0.24);
}

.hdfp-web-footer .footer-info {
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 767px) {
	.hdfp-web-footer .footer-col-right,
	.hdfp-web-footer .footer-logo-extension .text-right {
		text-align: left !important;
	}
}

body.hdfp-supplier-list-portal .sidebar-column,
body[data-path="list"] .sidebar-column {
	margin-bottom: 12px;
}

body.hdfp-supplier-list-portal .sidebar-column,
body[data-path="list"] .sidebar-column {
	padding-right: 10px;
}

body.hdfp-supplier-list-portal .sidebar-items,
body.hdfp-supplier-list-portal .sidebar-column .list-group,
body.hdfp-supplier-list-portal .sidebar-column .standard-sidebar,
body[data-path="list"] .sidebar-items,
body[data-path="list"] .sidebar-column .list-group,
body[data-path="list"] .sidebar-column .standard-sidebar {
	padding: 7px !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, 0.98) !important;
	border: 1px solid rgba(224, 217, 210, 0.96) !important;
	box-shadow: 0 12px 24px rgba(50, 34, 18, 0.08) !important;
}

body.hdfp-supplier-list-portal .sidebar-item,
body[data-path="list"] .sidebar-item {
	margin: 4px 0;
}

body.hdfp-supplier-list-portal .sidebar-item a,
body.hdfp-supplier-list-portal .sidebar-column a,
body.hdfp-supplier-list-portal .sidebar-column .nav-link,
body[data-path="list"] .sidebar-item a,
body[data-path="list"] .sidebar-column a,
body[data-path="list"] .sidebar-column .nav-link {
	display: block;
	padding: 8px 10px !important;
	border-radius: 10px !important;
	font-weight: 700 !important;
	font-size: 0.9rem;
	color: #5b4a39 !important;
}

body.hdfp-supplier-list-portal .sidebar-item a:hover,
body.hdfp-supplier-list-portal .sidebar-column a:hover,
body.hdfp-supplier-list-portal .sidebar-column .nav-link:hover,
body[data-path="list"] .sidebar-item a:hover,
body[data-path="list"] .sidebar-column a:hover,
body[data-path="list"] .sidebar-column .nav-link:hover {
	background: linear-gradient(90deg, rgba(45, 107, 159, 0.08) 0%, rgba(255, 141, 42, 0.12) 100%) !important;
	color: var(--hdfp-brand-charcoal) !important;
}

body.hdfp-supplier-list-portal .my-account-header,
body[data-path="list"] .my-account-header {
	padding: 11px 14px !important;
	border-radius: 16px !important;
	background: linear-gradient(135deg, rgba(255, 250, 245, 0.98) 0%, rgba(243, 244, 245, 0.98) 100%) !important;
	border: 1px solid rgba(224, 217, 210, 0.96) !important;
	box-shadow: 0 12px 24px rgba(50, 34, 18, 0.08) !important;
	margin-bottom: 10px !important;
}

body.hdfp-supplier-list-portal .empty-apps-state,
body[data-path="list"] .empty-apps-state {
	border-radius: 16px !important;
	border: 1px solid rgba(219, 228, 238, 0.96) !important;
	box-shadow: 0 12px 22px rgba(19, 38, 58, 0.06) !important;
}

body[data-path="list"] .page_content {
	padding: 10px 12px !important;
}

body[data-path="list"] .web-list-item,
body[data-path="list"] .list-row,
body[data-path="list"] .result .web-list-item.transaction-list-item {
	padding: 8px 10px !important;
	margin-bottom: 6px !important;
	border-radius: 12px !important;
	background: rgba(255, 255, 255, 0.98) !important;
	border: 1px solid rgba(224, 217, 210, 0.96) !important;
	box-shadow: 0 8px 16px rgba(50, 34, 18, 0.04) !important;
}

.hdfp-rfq-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
	gap: 12px;
	margin: 10px 0 12px;
}

.hdfp-rfq-hero-card,
.hdfp-rfq-side-card,
.hdfp-rfq-history-card,
.hdfp-rfq-note-card {
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(220, 227, 234, 0.96);
	border-radius: 16px;
	box-shadow: 0 12px 24px var(--hdfp-brand-shadow);
	position: relative;
	overflow: hidden;
}

.hdfp-rfq-hero-card {
	padding: 14px 16px;
	background: linear-gradient(135deg, #f7fbff 0%, #ffffff 52%, #fff4ea 100%);
}

.hdfp-rfq-hero-card::before,
.hdfp-rfq-side-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 4px;
	background: linear-gradient(90deg, var(--hdfp-brand-charcoal) 0%, var(--hdfp-brand-blue) 28%, var(--hdfp-brand-steel) 56%, var(--hdfp-brand-orange) 100%);
}

.hdfp-rfq-hero-card::after {
	content: "";
	position: absolute;
	right: -34px;
	top: -26px;
	width: 130px;
	height: 130px;
	background: linear-gradient(135deg, rgba(255, 141, 42, 0.24), rgba(45, 107, 159, 0.09));
	transform: rotate(36deg);
	border-radius: 20px;
}

.hdfp-rfq-brand-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
}

.hdfp-rfq-brand-mark {
	position: relative;
	width: 54px;
	height: 42px;
	border-radius: 12px;
	background: linear-gradient(180deg, #fbfdff 0%, #d7e2ed 100%);
	border: 1px solid #cfd7e0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 10px 18px rgba(19, 38, 58, 0.12);
	flex: 0 0 auto;
}

.hdfp-rfq-brand-mark::before {
	content: "";
	position: absolute;
	left: 11px;
	top: 6px;
	width: 15px;
	height: 28px;
	border-radius: 6px;
	background: linear-gradient(180deg, #ffbf59 0%, var(--hdfp-brand-orange) 58%, var(--hdfp-brand-orange-deep) 100%);
	transform: skewX(-16deg);
	box-shadow: 7px 0 0 -2px rgba(240, 141, 25, 0.3);
}

.hdfp-rfq-brand-mark::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 8px;
	width: 18px;
	height: 16px;
	border-top: 5px solid var(--hdfp-brand-blue);
	border-left: 5px solid var(--hdfp-brand-blue);
	border-radius: 2px;
	transform: skewX(-18deg);
	opacity: 0.95;
}

.hdfp-rfq-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(45, 107, 159, 0.12) 0%, rgba(255, 141, 42, 0.16) 100%);
	color: var(--hdfp-brand-blue-deep);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hdfp-rfq-hero-title {
	margin: 8px 0 6px;
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.15;
	color: var(--hdfp-brand-charcoal);
}

.hdfp-rfq-hero-copy {
	color: #5d6d7f;
	font-size: 0.94rem;
	line-height: 1.52;
	margin-bottom: 10px;
}

.hdfp-rfq-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hdfp-rfq-tag {
	padding: 6px 10px;
	border-radius: 999px;
	background: linear-gradient(180deg, #fbfdff 0%, #f3f7fb 100%);
	border: 1px solid var(--hdfp-brand-silver);
	color: #4a5b6c;
	font-size: 0.82rem;
	font-weight: 700;
}

.hdfp-rfq-side-card {
	padding: 16px;
	background: linear-gradient(180deg, #fbfdff 0%, #f3f7fb 100%);
}

.hdfp-rfq-side-title {
	font-size: 1rem;
	font-weight: 800;
	color: #1f2d3d;
	margin-bottom: 12px;
}

.hdfp-rfq-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.hdfp-rfq-stat {
	padding: 12px;
	border-radius: 16px;
	background: linear-gradient(180deg, #fafcff 0%, #f4f8fc 100%);
	border: 1px solid #e8edf4;
}

.hdfp-rfq-stat-label {
	font-size: 0.76rem;
	font-weight: 700;
	color: #728395;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.hdfp-rfq-stat-value {
	margin-top: 6px;
	font-size: 1.15rem;
	font-weight: 800;
	color: #1f2d3d;
	word-break: break-word;
}

.hdfp-rfq-tip-list {
	margin: 14px 0 0;
	padding-left: 18px;
	color: #617284;
}

.hdfp-rfq-tip-list li + li {
	margin-top: 6px;
}

body.hdfp-rfq-portal .rfq-content {
	margin-top: 0 !important;
}

.hdfp-portal-inline-attachments {
	margin-top: 16px;
	padding: 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(220, 227, 234, 0.96);
	box-shadow: 0 10px 18px var(--hdfp-brand-shadow);
}

.hdfp-portal-attachment-list-inline {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.hdfp-portal-attachment-list {
	display: grid;
	gap: 10px;
}

.hdfp-portal-attachment-item {
	padding: 10px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(221, 229, 236, 0.98);
}

.hdfp-portal-attachment-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 6px;
}

.hdfp-portal-attachment-badge {
	display: inline-flex;
	align-items: center;
	padding: 3px 8px;
	border-radius: 999px;
	background: rgba(93, 102, 112, 0.12);
	color: #415263;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hdfp-portal-attachment-badge.is-private {
	background: rgba(245, 132, 33, 0.14);
	color: #9a5809;
}

.hdfp-portal-attachment-name {
	font-size: 0.9rem;
	font-weight: 800;
	color: #1f2d3d;
	line-height: 1.4;
	word-break: break-word;
}

.hdfp-portal-attachment-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.hdfp-portal-attachment-actions .btn {
	border-radius: 999px;
	font-weight: 700;
}

.fp-attachment-upload-bar {
	align-items: center;
}

.fp-private-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.38rem 0.75rem;
	border-radius: 999px;
	background: rgba(245, 132, 33, 0.1);
	border: 1px solid rgba(245, 132, 33, 0.16);
	color: #6f4718;
	font-weight: 700;
}

.fp-private-toggle .form-check-input {
	margin-top: 0;
}

.fp-upload-attachment {
	border-radius: 999px;
	font-weight: 700;
	background: linear-gradient(135deg, var(--hdfp-brand-orange-deep) 0%, var(--hdfp-brand-orange) 100%);
	color: #fff;
	border: 0;
	box-shadow: 0 10px 20px rgba(143, 86, 18, 0.18);
}

.fp-upload-attachment:hover {
	color: #fff;
	transform: translateY(-1px);
}

.hdfp-portal-attachment-empty {
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px dashed rgba(214, 224, 234, 0.98);
	font-size: 0.85rem;
	color: #66788b;
}

body.hdfp-rfq-portal #order-container {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(220, 227, 234, 0.96);
	border-radius: 14px;
	padding: 10px;
	box-shadow: 0 10px 18px var(--hdfp-brand-shadow);
}

body.hdfp-rfq-portal .cart-item-header {
	margin: 0 0 12px;
	padding: 10px 12px;
	border-radius: 14px;
	background: linear-gradient(90deg, rgba(240, 141, 25, 0.12) 0%, #f8fafc 42%, rgba(105, 121, 139, 0.12) 100%);
	font-weight: 800;
	color: #304256;
	border: 1px solid #e4eaf1;
}

body.hdfp-rfq-portal .rfq-item {
	margin-bottom: 6px;
	padding: 8px 10px;
	border-radius: 12px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	border: 1px solid #edf1f6;
	border-left: 4px solid var(--hdfp-brand-orange);
	box-shadow: 0 6px 14px rgba(28, 39, 56, 0.04);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.hdfp-rfq-portal .rfq-item:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(28, 39, 56, 0.08);
}

.hdfp-rfq-item-label {
	display: inline-flex;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(239, 139, 23, 0.12);
	color: #a25d08;
	font-size: 0.74rem;
	font-weight: 800;
	margin-bottom: 8px;
}

body.hdfp-rfq-portal .rfq-item .item-name {
	font-size: 0.98rem;
	font-weight: 800;
	color: var(--hdfp-brand-charcoal);
}

body.hdfp-rfq-portal .item_name_and_description .col-xs-4,
body.hdfp-rfq-portal .item_name_and_description .col-sm-2 {
	max-width: 72px;
	flex: 0 0 72px;
}

body.hdfp-rfq-portal .no-image-cart-item,
body.hdfp-rfq-portal .order-image {
	min-height: 72px !important;
	max-height: 72px;
	border-radius: 12px;
}

body.hdfp-rfq-portal .rfq-item .item-desc,
body.hdfp-rfq-portal .rfq-item .text-muted.small {
	color: #6b7c8f !important;
}

.hdfp-portal-item-meta {
	display: grid;
	gap: 6px;
	margin: 8px 0 4px;
	padding: 8px 10px;
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(245, 132, 33, 0.08) 0%, rgba(93, 102, 112, 0.08) 100%);
	border: 1px solid rgba(214, 224, 234, 0.98);
}

.hdfp-portal-item-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: baseline;
}

.hdfp-portal-item-meta-label {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #55687a;
}

.hdfp-portal-item-meta-value {
	font-size: 0.87rem;
	font-weight: 700;
	color: #1f2d3d;
	word-break: break-word;
}

body.hdfp-rfq-portal .rfq-qty,
body.hdfp-rfq-portal .rfq-rate,
body.hdfp-rfq-portal .terms-feedback {
	border-radius: 10px !important;
	border: 1px solid #d7e0ea !important;
	background: linear-gradient(180deg, #fbfdff 0%, #f7fafd 100%) !important;
	padding: 6px 8px !important;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.hdfp-rfq-portal .rfq-qty:focus,
body.hdfp-rfq-portal .rfq-rate:focus,
body.hdfp-rfq-portal .terms-feedback:focus {
	border-color: var(--hdfp-brand-orange) !important;
	box-shadow: 0 0 0 4px rgba(240, 141, 25, 0.12) !important;
	background: #fff !important;
}

body.hdfp-rfq-portal .rfq-rate,
body.hdfp-rfq-portal .rfq-qty {
	font-weight: 700;
	min-height: 36px;
}

body.hdfp-rfq-portal .grand-total-row {
	margin: 16px 0 0;
	padding: 14px 16px;
	border-radius: 16px;
	background: linear-gradient(135deg, #2a313a 0%, #48586b 62%, var(--hdfp-brand-orange) 130%);
	color: #fff;
	font-weight: 800;
	align-items: center;
	box-shadow: 0 16px 30px rgba(47, 55, 66, 0.18);
}

body.hdfp-rfq-portal .grand-total-row .tax-grand-total {
	font-size: 1.15rem;
}

body.hdfp-rfq-portal .terms {
	margin-top: 18px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(225, 229, 238, 0.95);
	border-radius: 20px;
	box-shadow: 0 16px 40px rgba(28, 39, 56, 0.08);
}

.hdfp-rfq-notes-title {
	font-size: 1rem;
	font-weight: 800;
	color: #1f2d3d;
	margin-bottom: 6px;
}

.hdfp-rfq-notes-copy {
	font-size: 0.92rem;
	color: #607286;
	margin-bottom: 10px;
}

body.hdfp-rfq-portal .terms-feedback {
	min-height: 72px;
	resize: vertical;
}

body.hdfp-rfq-portal .mt-5 {
	margin-top: 12px !important;
	padding: 12px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(225, 229, 238, 0.95);
	border-radius: 16px;
	box-shadow: 0 10px 22px rgba(28, 39, 56, 0.06);
}

body.hdfp-rfq-portal .result .web-list-item.transaction-list-item {
	border: 1px solid #e6ebf2;
	border-radius: 14px;
	padding: 12px 14px;
	margin-bottom: 10px;
	background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
	box-shadow: 0 8px 22px rgba(28, 39, 56, 0.04);
}

body.hdfp-rfq-portal .result .web-list-item.transaction-list-item:hover {
	border-color: #efc58c;
	box-shadow: 0 14px 28px rgba(239, 139, 23, 0.08);
}

body.hdfp-rfq-portal .rfq-supplier {
	font-size: 1.05rem;
	font-weight: 800;
	color: #1f2d3d;
}

.hdfp-portal-list-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	gap: 16px;
	margin-bottom: 18px;
}

.hdfp-portal-list-card,
body[data-path="list"] .page_content,
body[data-path="list"] .empty-apps-state {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--hdfp-brand-silver);
	border-radius: 20px;
	box-shadow: 0 16px 40px var(--hdfp-brand-shadow);
}

.hdfp-portal-list-card {
	padding: 20px 22px;
	position: relative;
	overflow: hidden;
}

.hdfp-portal-list-card::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--hdfp-brand-charcoal) 0%, var(--hdfp-brand-blue) 28%, var(--hdfp-brand-steel) 58%, var(--hdfp-brand-orange) 100%);
}

.hdfp-portal-list-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
}

.hdfp-portal-list-logo {
	width: 72px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(54, 64, 79, 0.18));
}

.hdfp-portal-list-kicker {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(240, 141, 25, 0.12);
	color: #9e5a07;
	font-size: 0.77rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hdfp-portal-list-title {
	font-size: 1.9rem;
	font-weight: 800;
	line-height: 1.14;
	color: var(--hdfp-brand-charcoal);
	margin: 10px 0 8px;
}

.hdfp-portal-list-copy {
	color: #5d6d7f;
	line-height: 1.65;
	margin-bottom: 0;
}

.hdfp-portal-list-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.hdfp-portal-list-stat {
	padding: 12px;
	border-radius: 14px;
	background: linear-gradient(180deg, #fbfdff 0%, #f3f7fb 100%);
	border: 1px solid #e6edf4;
}

.hdfp-portal-list-stat-label {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #76879a;
}

.hdfp-portal-list-stat-value {
	margin-top: 6px;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--hdfp-brand-charcoal);
}

body[data-path="list"] .page_content {
	padding: 18px;
}

body[data-path="list"] .empty-apps-state {
	padding: 28px 16px;
	text-align: center;
	background: linear-gradient(135deg, #fff7ec 0%, #ffffff 60%, #f3f7fb 100%);
}

body[data-path="list"] .empty-apps-state .mt-4 {
	font-size: 1rem;
	font-weight: 700;
	color: var(--hdfp-brand-charcoal);
}

body[data-path="list"] .empty-list-icon {
	max-width: 170px;
	filter: drop-shadow(0 10px 20px rgba(47, 55, 66, 0.12));
}

.hdfp-portal-detail-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
	gap: 14px;
	margin: 10px 0 14px;
}

.hdfp-portal-detail-card,
body.hdfp-supplier-detail-portal .transaction-subheading,
body.hdfp-supplier-detail-portal .indicator-container,
body.hdfp-supplier-detail-portal .order-container,
body.hdfp-supplier-detail-portal .order-item-table,
body.hdfp-supplier-detail-portal .terms-and-condition,
body[data-path="order"] .transaction-subheading,
body[data-path="order"] .indicator-container,
body[data-path="order"] .order-container,
body[data-path="order"] .order-item-table,
body[data-path="order"] .terms-and-condition {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(219, 228, 238, 0.92);
	border-radius: 20px;
	box-shadow: 0 18px 36px var(--hdfp-brand-shadow);
	backdrop-filter: blur(12px);
	position: relative;
	overflow: hidden;
}

.hdfp-portal-detail-card {
	padding: 18px 20px;
	background: linear-gradient(135deg, #f7fbff 0%, #ffffff 56%, #fff3e7 100%);
}

.hdfp-portal-detail-card::before,
body.hdfp-supplier-detail-portal .order-container::before,
body.hdfp-supplier-detail-portal .order-item-table::before,
body[data-path="order"] .order-container::before,
body[data-path="order"] .order-item-table::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 4px;
	background: linear-gradient(90deg, var(--hdfp-brand-charcoal) 0%, var(--hdfp-brand-blue) 34%, var(--hdfp-brand-steel) 68%, var(--hdfp-brand-orange) 100%);
}

.hdfp-portal-detail-kicker {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(45, 107, 159, 0.1) 0%, rgba(255, 141, 42, 0.16) 100%);
	color: var(--hdfp-brand-blue-deep);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hdfp-portal-detail-title {
	margin: 12px 0 6px;
	font-size: 1.85rem;
	line-height: 1.08;
	font-weight: 800;
	color: var(--hdfp-brand-charcoal);
}

.hdfp-portal-detail-copy {
	margin: 0;
	color: #53677b;
	line-height: 1.58;
}

.hdfp-portal-detail-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.hdfp-portal-detail-stat {
	padding: 12px;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(237, 245, 251, 0.84) 0%, rgba(255, 246, 238, 0.96) 100%);
	border: 1px solid rgba(212, 223, 233, 0.96);
}

.hdfp-portal-detail-stat-label {
	font-size: 0.74rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6a7f94;
}

.hdfp-portal-detail-stat-value {
	margin-top: 6px;
	font-size: 1.02rem;
	font-weight: 800;
	color: var(--hdfp-brand-charcoal);
	word-break: break-word;
}

body.hdfp-supplier-detail-portal .page_content,
body[data-path="order"] .page_content {
	padding: 16px;
}

body.hdfp-supplier-detail-portal .transaction-subheading,
body[data-path="order"] .transaction-subheading {
	margin: 0 0 12px;
	padding: 14px 16px;
	align-items: center;
}

body.hdfp-supplier-detail-portal .transaction-subheading .text-muted,
body[data-path="order"] .transaction-subheading .text-muted {
	color: #607489 !important;
	font-size: 0.9rem;
	font-weight: 600;
}

body.hdfp-supplier-detail-portal .indicator-container,
body[data-path="order"] .indicator-container {
	margin: 0 0 14px;
	padding: 14px 16px;
	align-items: center;
	gap: 10px;
}

body.hdfp-supplier-detail-portal .indicator-pill,
body[data-path="order"] .indicator-pill {
	display: inline-flex;
	align-items: center;
	padding: 7px 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(24, 71, 109, 0.95) 0%, rgba(45, 107, 159, 0.92) 62%, rgba(255, 141, 42, 0.88) 100%);
	color: #fff;
	font-size: 0.79rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 10px 22px rgba(24, 71, 109, 0.18);
}

body.hdfp-supplier-detail-portal .indicator-container .text-right,
body[data-path="order"] .indicator-container .text-right {
	color: var(--hdfp-brand-charcoal);
	font-size: 0.95rem;
	font-weight: 700;
}

body.hdfp-supplier-detail-portal .order-container,
body[data-path="order"] .order-container {
	margin-top: 0;
	padding: 18px 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(241, 246, 251, 0.92) 100%);
}

body.hdfp-supplier-detail-portal .order-item-header,
body[data-path="order"] .order-item-header {
	margin: 0 0 8px;
	padding: 10px 12px;
	border-radius: 16px;
	background: linear-gradient(90deg, rgba(19, 38, 58, 0.96) 0%, rgba(45, 107, 159, 0.92) 58%, rgba(112, 133, 154, 0.88) 100%);
	color: #fff !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.hdfp-supplier-detail-portal .order-item-header span,
body[data-path="order"] .order-item-header span {
	color: inherit !important;
	font-weight: inherit;
}

body.hdfp-supplier-detail-portal .order-items.row.align-items-center,
body[data-path="order"] .order-items.row.align-items-center {
	margin: 0 0 10px;
	padding: 12px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(219, 228, 238, 0.96);
	box-shadow: 0 10px 22px rgba(19, 38, 58, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.hdfp-supplier-detail-portal .order-items.row.align-items-center:hover,
body[data-path="order"] .order-items.row.align-items-center:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(19, 38, 58, 0.1);
}

body.hdfp-supplier-detail-portal .item_name_and_description,
body[data-path="order"] .item_name_and_description {
	align-items: center;
}

body.hdfp-supplier-list-portal .web-list-item a.no-underline.text-reset,
body[data-path="list"] .web-list-item a.no-underline.text-reset {
	display: block;
}

.hdfp-portal-list-item-meta {
	margin-top: 8px;
	padding: 8px 10px;
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(243, 247, 251, 0.96) 0%, rgba(255, 245, 234, 0.96) 100%);
	border: 1px solid rgba(214, 224, 234, 0.98);
}

.hdfp-portal-list-item-title {
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #6a7c8f;
	margin-bottom: 6px;
}

.hdfp-portal-list-item-meta-row + .hdfp-portal-list-item-meta-row {
	margin-top: 6px;
}

.hdfp-portal-list-item-code {
	font-size: 0.9rem;
	font-weight: 800;
	color: #1f2d3d;
	margin-bottom: 4px;
}

.hdfp-portal-list-meta-chip {
	font-size: 0.82rem;
	color: #4f6275;
	line-height: 1.45;
}

.hdfp-portal-list-item-more {
	margin-top: 6px;
	font-size: 0.8rem;
	font-weight: 700;
	color: #7a5b34;
}

body.hdfp-supplier-detail-portal .order-image,
body[data-path="order"] .order-image {
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(180deg, #f8fbfe 0%, #e3ebf3 100%);
	border: 1px solid rgba(208, 219, 229, 0.96);
}

body.hdfp-supplier-detail-portal .no-image-cart-item,
body[data-path="order"] .no-image-cart-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(24, 71, 109, 0.96) 0%, rgba(45, 107, 159, 0.92) 64%, rgba(255, 141, 42, 0.86) 100%);
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.05em;
	min-height: 100px;
}

body.hdfp-supplier-detail-portal .order-item-name,
body.hdfp-supplier-detail-portal .order-rate,
body[data-path="order"] .order-item-name,
body[data-path="order"] .order-rate {
	color: var(--hdfp-brand-charcoal);
	font-weight: 700;
}

body.hdfp-supplier-detail-portal .item-description,
body.hdfp-supplier-detail-portal .order-qty,
body[data-path="order"] .item-description,
body[data-path="order"] .order-qty {
	color: #607489 !important;
}

body.hdfp-supplier-detail-portal .order-taxes,
body[data-path="order"] .order-taxes {
	margin-top: 12px !important;
	padding: 0;
}

body.hdfp-supplier-detail-portal .order-taxes .col-4,
body[data-path="order"] .order-taxes .col-4 {
	margin-left: auto;
	padding: 12px 14px;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(237, 245, 251, 0.88) 0%, rgba(255, 244, 234, 0.94) 100%);
	border: 1px solid rgba(214, 224, 234, 0.96);
	min-width: 320px;
	max-width: 100%;
	justify-content: space-between;
}

body.hdfp-supplier-detail-portal .border-btm,
body[data-path="order"] .border-btm {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.hdfp-supplier-detail-portal .item-grand-total,
body[data-path="order"] .item-grand-total {
	color: var(--hdfp-brand-charcoal);
	font-weight: 700;
}

body.hdfp-supplier-detail-portal .order-item-table,
body[data-path="order"] .order-item-table {
	margin-top: 16px;
	padding: 18px 20px;
}

body.hdfp-supplier-detail-portal .terms-and-condition,
body[data-path="order"] .terms-and-condition {
	margin-top: 16px;
	padding: 18px 20px;
	color: #5f7387 !important;
	line-height: 1.65;
}

@media (max-width: 991px) {
	.hdfp-rfq-hero,
	.hdfp-portal-list-hero,
	.hdfp-portal-detail-hero,
	.hdfp-global-portal-hero,
	.hdfp-footer-core {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.hdfp-rfq-portal #order-container,
	body.hdfp-rfq-portal .terms,
	body.hdfp-rfq-portal .mt-5,
	.hdfp-portal-detail-card,
	.hdfp-global-portal-card,
	.hdfp-rfq-hero-card,
	.hdfp-rfq-side-card,
	.hdfp-portal-list-card,
	body.hdfp-supplier-detail-portal .transaction-subheading,
	body.hdfp-supplier-detail-portal .indicator-container,
	body.hdfp-supplier-detail-portal .order-container,
	body.hdfp-supplier-detail-portal .order-item-table,
	body.hdfp-supplier-detail-portal .terms-and-condition,
	body[data-path="list"] .page_content,
	body[data-path="order"] .page_content,
	body[data-path="order"] .transaction-subheading,
	body[data-path="order"] .indicator-container,
	body[data-path="order"] .order-container,
	body[data-path="order"] .order-item-table,
	body[data-path="order"] .terms-and-condition,
	body[data-path="list"] .empty-apps-state {
		padding: 14px;
		border-radius: 16px;
	}

	.hdfp-rfq-hero-title,
	.hdfp-portal-list-title,
	.hdfp-portal-detail-title,
	.hdfp-global-portal-title {
		font-size: 1.55rem;
	}

	.hdfp-rfq-stats,
	.hdfp-portal-list-meta,
	.hdfp-portal-detail-meta {
		grid-template-columns: 1fr;
	}

	body.hdfp-supplier-detail-portal .indicator-container .text-right,
	body[data-path="order"] .indicator-container .text-right {
		text-align: left !important;
		margin-top: 8px;
	}

	body.hdfp-supplier-detail-portal .order-taxes .col-4,
	body[data-path="order"] .order-taxes .col-4 {
		min-width: 100%;
	}

	.hdfp-footer-core {
		padding: 10px;
	}

	.hdfp-footer-logo-block {
		justify-content: flex-start;
	}
}
