.cwg-dsr-room {
	--dsr-border: #E6E4DF;
	background: #ffffff;
	max-width: 760px;
	margin: 0 auto;
	padding: 56px 24px 80px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #000000;
	line-height: 1.6;
}

.cwg-dsr-header {
	text-align: center;
	margin-bottom: 32px;
}

.cwg-dsr-logo {
	max-width: 220px;
	height: auto;
}

.cwg-dsr-eyebrow {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 8px;
}

.cwg-dsr-title {
	text-align: center;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	color: #000000;
	margin: 0 0 28px;
}

.cwg-dsr-intro {
	font-size: 16px;
	color: #000000;
	text-align: center;
	max-width: 560px;
	margin: 0 auto 40px;
}

.cwg-dsr-intro p:last-child {
	margin-bottom: 0;
}

.cwg-dsr-section-title {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #000000;
	border-bottom: 1px solid var(--dsr-border);
	padding-bottom: 10px;
	margin: 0 0 4px;
}

.cwg-dsr-files {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cwg-dsr-file {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 4px;
	border-bottom: 1px solid var(--dsr-border);
}

.cwg-dsr-file-badge {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cwg-dsr-file-info {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.cwg-dsr-file-title {
	font-weight: 600;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cwg-dsr-file-size {
	font-size: 13px;
	color: #000000;
}

.cwg-dsr-file-actions {
	flex: 0 0 auto;
	display: flex;
	gap: 8px;
}

.cwg-dsr-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 6px;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 0.15s ease;
}

.cwg-dsr-btn:hover {
	opacity: 0.7;
}

.cwg-dsr-btn-ghost {
	border: 1px solid #000000;
	color: #000000;
	background: #ffffff;
}

.cwg-dsr-btn-solid {
	background: #000000;
	color: #ffffff;
	border: 1px solid #000000;
}

.cwg-dsr-empty {
	text-align: center;
	color: #000000;
	font-style: italic;
}

.cwg-dsr-footer {
	margin-top: 56px;
	padding-top: 24px;
	border-top: 1px solid var(--dsr-border);
	text-align: center;
}

.cwg-dsr-footer-label {
	font-size: 13px;
	color: #000000;
	margin: 0 0 8px;
}

.cwg-dsr-footer-contact {
	font-size: 14px;
	margin: 0;
	color: #000000;
}

.cwg-dsr-footer-contact a {
	color: #000000;
	text-decoration: underline;
}

@media (max-width: 520px) {
	.cwg-dsr-title { font-size: 26px; }
	.cwg-dsr-file { flex-wrap: wrap; }
	.cwg-dsr-file-actions { width: 100%; justify-content: flex-start; padding-left: 60px; }
}
