/* MOL-GOD SDS — Web page styles */

.molgod-sds-wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 16px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: #1a1d2e;
	line-height: 1.6;
}

/* Hero */
.molgod-sds-hero {
	background: linear-gradient(135deg, #0f2d5e 0%, #1a4ea8 100%);
	color: #fff;
	padding: 40px 32px;
	border-radius: 12px;
	margin-bottom: 24px;
}
.sds-hero-title {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 8px;
}
.sds-hero-subtitle {
	font-size: 15px;
	color: #93c5fd;
	margin: 0 0 20px;
}
.sds-hero-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.sds-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all .15s;
	cursor: pointer;
	border: none;
}
.sds-btn-primary {
	background: #fff;
	color: #0f2d5e;
}
.sds-btn-primary:hover { background: #e6f1fb; }
.sds-btn-outline {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255,255,255,.4);
}
.sds-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }

/* Quick Facts */
.molgod-sds-quickfacts {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 12px;
	margin-bottom: 24px;
}
.qf-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 16px;
	text-align: center;
}
.qf-label {
	font-size: 11px;
	color: #64748b;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 4px;
}
.qf-value {
	font-size: 18px;
	font-weight: 700;
	color: #0f2d5e;
}

/* GHS Bar */
.molgod-sds-ghs-bar {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 24px;
}
.ghs-bar-inner {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.ghs-pics {
	display: flex;
	gap: 8px;
}
.ghs-pics svg { width: 64px; height: 64px; }
.ghs-codes .hc {
	display: inline-block;
	background: #fee2e2;
	color: #991b1b;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	margin: 2px 4px 2px 0;
}
.signal-word {
	font-size: 18px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 6px;
	display: inline-block;
	margin: 8px 0;
}
.signal-danger { background: #fee2e2; color: #991b1b; }
.signal-warning { background: #fef3c7; color: #92400e; }

/* Sections — accordions */
.molgod-sds-sections {
	margin-bottom: 24px;
}
.molgod-sds-accordion {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	margin-bottom: 8px;
	overflow: hidden;
}
.molgod-sds-accordion summary {
	padding: 14px 18px;
	font-size: 15px;
	font-weight: 600;
	color: #0f2d5e;
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
}
.molgod-sds-accordion summary::-webkit-details-marker { display: none; }
.molgod-sds-accordion summary::before {
	content: '\25B6';
	font-size: 10px;
	color: #94a3b8;
	transition: transform .2s;
}
.molgod-sds-accordion[open] summary::before { transform: rotate(90deg); }
.molgod-sds-accordion summary small {
	font-size: 12px;
	font-weight: 400;
	color: #94a3b8;
	font-style: italic;
}
.sec-num {
	background: #0f2d5e;
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	flex-shrink: 0;
}
.sec-body {
	padding: 0 18px 16px;
}
.sec-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 16px;
}
.sec-field {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.sec-label {
	font-size: 11px;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.sec-value {
	font-size: 14px;
	color: #1a1d2e;
	word-break: break-word;
}
.no-data {
	color: #94a3b8;
	font-style: italic;
}

/* H/P lists */
.h-list, .p-list {
	list-style: none;
	padding: 0;
	margin: 8px 0;
}
.h-list li, .p-list li {
	padding: 4px 0;
	border-bottom: 1px solid #f1f5f9;
	font-size: 14px;
}
.hc { color: #b91c1c; font-weight: 700; }
.pc { color: #1d4ed8; font-weight: 700; }

/* Identifiers */
.molgod-sds-identifiers {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 24px;
}
.molgod-sds-identifiers h3 {
	font-size: 16px;
	margin: 0 0 12px;
	color: #0f2d5e;
}
.id-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}
.id-row {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 0;
	border-bottom: 1px solid #f1f5f9;
}
.id-label {
	font-size: 11px;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	min-width: 80px;
}
.id-value {
	font-size: 13px;
	font-family: 'Courier New', monospace;
	color: #334155;
	word-break: break-all;
}
.id-copy {
	background: #e6f1fb;
	border: none;
	border-radius: 4px;
	padding: 2px 8px;
	font-size: 11px;
	color: #1a4ea8;
	cursor: pointer;
	margin-left: 4px;
}
.id-copy:hover { background: #93c5fd; color: #0f2d5e; }

/* Document Meta */
.molgod-sds-doc-meta {
	text-align: center;
	padding: 20px;
	color: #94a3b8;
	font-size: 12px;
	border-top: 1px solid #e5e7eb;
	margin-top: 32px;
}
.molgod-sds-download-btn {
	display: inline-block;
	background: #0f2d5e;
	color: #fff;
	padding: 10px 24px;
	border-radius: 8px;
	font-weight: 600;
	text-decoration: none;
	margin-top: 12px;
}
.molgod-sds-download-btn:hover { background: #1a4ea8; color: #fff; }

/* GHS Pictogram rows (web) */
.ghs-row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin: 10px 0;
}
.ghs-pic {
	text-align: center;
}
.ghs-pic span {
	display: block;
	font-size: 10px;
	color: #64748b;
	margin-top: 2px;
}

/* Responsive */
@media (max-width: 640px) {
	.sds-hero-title { font-size: 22px; }
	.molgod-sds-quickfacts { grid-template-columns: repeat(2, 1fr); }
	.sec-grid { grid-template-columns: 1fr; }
	.id-grid { grid-template-columns: 1fr; }
	.ghs-bar-inner { flex-direction: column; }
}
