.dsr-app{
	max-width:980px;
	margin:30px auto;
	padding:28px;
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:18px;
	box-shadow:0 12px 35px rgba(0,0,0,.06);
	box-sizing:border-box;
	font-size:15px;
	line-height:1.5
}
.dsr-app *{box-sizing:border-box}
.dsr-app h1{font-size:28px;line-height:1.25;margin:0 0 12px}
.dsr-app h2{font-size:26px;line-height:1.25;margin:0 0 14px}
.dsr-app h3{font-size:19px;line-height:1.3;margin-top:26px;border-top:1px solid #eee;padding-top:18px}
.dsr-app h4{font-size:16px;line-height:1.35}
.dsr-app p{font-size:15px}
.dsr-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.dsr-grid .full{grid-column:1/-1}
.dsr-public-form label{display:block;font-size:14px;line-height:1.4;font-weight:600;margin-bottom:7px}
.dsr-public-form input,
.dsr-public-form select,
.dsr-public-form textarea{
	width:100%;
	padding:11px 12px;
	border:1px solid #cfd4dc;
	border-radius:9px;
	font:inherit;
	font-size:15px;
	line-height:1.4
}
.dsr-public-form button{
	border:0;
	border-radius:10px;
	background:#2271b1;
	color:#fff;
	padding:12px 20px;
	font-size:14px;
	line-height:1.4;
	font-weight:700;
	cursor:pointer
}
.dsr-hidden{display:none!important}
.dsr-success{background:#ecfdf3;border:1px solid #abefc6;color:#05603a;padding:15px 17px;border-radius:10px;margin-bottom:20px;font-size:14px}
.dsr-kicker{text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700;color:#646970}
.dsr-portal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}
.dsr-portal-card{display:flex;flex-direction:column;gap:7px;padding:20px;border:1px solid #dfe3e8;border-radius:14px;text-decoration:none;color:inherit;background:#fff}
.dsr-portal-card:hover{border-color:#2271b1;box-shadow:0 8px 20px rgba(0,0,0,.06)}
.dsr-portal-card strong{font-size:16px;line-height:1.35}
.dsr-portal-card span{font-size:14px;line-height:1.45;color:#646970}

@media(max-width:700px){
	.dsr-app{margin:12px;padding:18px;font-size:14px}
	.dsr-app h1{font-size:24px}
	.dsr-app h2{font-size:23px}
	.dsr-app h3{font-size:18px}
	.dsr-app p{font-size:14px}
	.dsr-grid{grid-template-columns:1fr}
	.dsr-grid .full{grid-column:auto}
	.dsr-public-form input,
	.dsr-public-form select,
	.dsr-public-form textarea{font-size:16px}
	.dsr-portal-grid{grid-template-columns:1fr}
}

.dsr-error{background:#fef3f2;border:1px solid #fecdca;color:#b42318;padding:15px 17px;border-radius:10px;margin-bottom:20px;font-size:14px}
.dsr-help{display:block;margin-top:6px;font-size:12px;line-height:1.4;color:#667085}


/* Frontend standalone dashboard */
.dsr-front-dashboard{max-width:1120px}
.dsr-front-hero{
	display:grid;
	grid-template-columns:minmax(0,1.45fr) minmax(220px,.55fr);
	gap:28px;
	align-items:center;
	padding:8px 0 26px
}
.dsr-front-hero h1{
	font-size:30px;
	line-height:1.2;
	margin:4px 0 10px
}
.dsr-front-lead{
	max-width:720px;
	margin:0;
	font-size:15px;
	color:#53636b
}
.dsr-front-hero-brand{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:150px
}
.dsr-front-hero-brand img{
	width:min(260px,100%);
	max-height:165px;
	object-fit:contain
}
.dsr-front-hero-actions{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin-top:18px
}
.dsr-primary-link,.dsr-secondary-link{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:11px 16px;
	border-radius:9px;
	text-decoration:none;
	font-size:14px;
	font-weight:700
}
.dsr-primary-link{background:#0f4c5c;color:#fff}
.dsr-primary-link:hover{background:#0b3e4b;color:#fff}
.dsr-secondary-link{border:1px solid #ccd9dd;background:#fff;color:#0f4c5c}
.dsr-secondary-link:hover{background:#f3f8f9;color:#0f4c5c}

.dsr-front-summary{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:12px;
	margin:6px 0 28px
}
.dsr-front-summary-card{
	padding:16px;
	border:1px solid #dde5e8;
	border-radius:12px;
	background:#f8fafb
}
.dsr-front-summary-card strong{
	display:block;
	font-size:21px;
	line-height:1.15;
	color:#0f4c5c
}
.dsr-front-summary-card span{
	display:block;
	margin-top:5px;
	font-size:12px;
	color:#65747b
}

.dsr-front-section{margin-top:28px}
.dsr-front-section-heading{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:14px;
	margin-bottom:14px
}
.dsr-front-section-heading h2{
	margin:2px 0 0;
	font-size:19px;
	line-height:1.3
}
.dsr-front-action-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:14px
}
.dsr-front-action-card{
	display:grid;
	grid-template-columns:auto 1fr;
	column-gap:12px;
	row-gap:4px;
	padding:18px;
	border:1px solid #dce5e8;
	border-radius:13px;
	background:#fff;
	text-decoration:none;
	color:#172126;
	transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease
}
.dsr-front-action-card:hover{
	border-color:#7fa9b3;
	box-shadow:0 8px 20px rgba(15,76,92,.08);
	transform:translateY(-1px)
}
.dsr-front-action-icon{
	grid-row:1/4;
	width:36px;
	height:36px;
	display:grid;
	place-items:center;
	border-radius:10px;
	background:#e9f2f4;
	color:#0f4c5c;
	font-size:12px;
	font-weight:800
}
.dsr-front-action-card strong{font-size:15px;line-height:1.3}
.dsr-front-action-card>span:not(.dsr-front-action-icon){
	font-size:13px;
	line-height:1.45;
	color:#637179
}
.dsr-front-action-card em{
	margin-top:5px;
	font-size:12px;
	font-style:normal;
	font-weight:700;
	color:#0f4c5c
}

.dsr-front-dashboard-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:16px;
	margin-top:28px
}
.dsr-front-panel{
	padding:18px;
	border:1px solid #dce5e8;
	border-radius:13px;
	background:#fff
}
.dsr-front-role-list{display:grid;gap:7px}
.dsr-front-role-row{
	display:flex;
	align-items:center;
	gap:10px;
	padding:9px 0;
	border-bottom:1px solid #edf1f2
}
.dsr-front-role-row:last-child{border-bottom:0}
.dsr-front-role-row span{
	width:32px;
	height:28px;
	display:grid;
	place-items:center;
	border-radius:8px;
	background:#eef4f5;
	color:#0f4c5c;
	font-size:11px;
	font-weight:800;
	flex:0 0 auto
}
.dsr-front-role-row strong{font-size:13px;font-weight:600}

.dsr-front-steps{
	list-style:none;
	padding:0;
	margin:0;
	display:grid;
	gap:14px
}
.dsr-front-steps li{
	display:grid;
	grid-template-columns:32px 1fr;
	gap:10px;
	align-items:start
}
.dsr-front-steps li>span{
	width:30px;
	height:30px;
	display:grid;
	place-items:center;
	border-radius:50%;
	background:#0f4c5c;
	color:#fff;
	font-size:12px;
	font-weight:800
}
.dsr-front-steps strong{font-size:13px}
.dsr-front-steps p{
	font-size:12px;
	color:#66757c;
	margin:2px 0 0
}
.dsr-front-notice{
	margin-top:22px;
	padding:16px 18px;
	border:1px solid #e5dfc7;
	border-radius:12px;
	background:#fffaf0
}
.dsr-front-notice strong{font-size:13px}
.dsr-front-notice p{font-size:13px;margin:3px 0 0;color:#6d654f}

@media(max-width:820px){
	.dsr-front-hero{grid-template-columns:1fr}
	.dsr-front-hero-brand{order:-1;min-height:auto;justify-content:center;text-align:center}
	.dsr-front-hero-brand img{width:180px;max-height:110px;margin-inline:auto}
	.dsr-front-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
	.dsr-front-action-grid,.dsr-front-dashboard-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
	.dsr-front-hero h1{font-size:25px}
	.dsr-front-summary{grid-template-columns:1fr 1fr}
	.dsr-front-summary-card{padding:13px}
	.dsr-front-summary-card strong{font-size:18px}
	.dsr-front-action-card{padding:15px}
	.dsr-front-hero-actions{flex-direction:column}
	.dsr-primary-link,.dsr-secondary-link{width:100%;box-sizing:border-box}
}

.dsr-location-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.dsr-location-card{display:block;padding:18px;border:1px solid #dce5e8;border-radius:13px;background:#fff;text-decoration:none;color:#172126}
.dsr-location-card:hover{border-color:#7fa9b3;box-shadow:0 8px 20px rgba(15,76,92,.08)}
.dsr-location-card>strong{display:block;font-size:25px;line-height:1;color:#0f4c5c}
.dsr-location-card h3{margin:9px 0 2px;padding:0;border:0;font-size:15px}
.dsr-location-card span{font-size:12px;color:#66757c}
.dsr-location-drilldown{margin-top:16px;padding:18px;border:1px solid #dce5e8;border-radius:13px;background:#f8fafb}
.dsr-location-table-wrap{overflow-x:auto}
.dsr-location-table{width:100%;border-collapse:collapse;background:#fff;font-size:13px}
.dsr-location-table th,.dsr-location-table td{text-align:left;padding:10px 11px;border-bottom:1px solid #e7edef;white-space:nowrap}
.dsr-location-table th{font-size:12px;color:#526169;background:#f4f7f8}
.dsr-privacy-note{padding:14px 16px;border-radius:10px;background:#fff;border:1px solid #e2e8ea}
.dsr-privacy-note p{margin:4px 0 0;font-size:12px;color:#66757c}
@media(max-width:820px){.dsr-location-grid{grid-template-columns:1fr}}

/* Official Domestic Staff Recruitment Services brand kit. */
.dsr-app h1,.dsr-app h2,.dsr-app h3,.dsr-front-section-heading h2{color:#012b5f}
.dsr-public-form input:focus,.dsr-public-form select:focus,.dsr-public-form textarea:focus{outline:3px solid rgba(211,155,40,.28);border-color:#d39b28}
.dsr-public-form button,.dsr-primary-link{background:#012b5f;box-shadow:inset 0 -3px 0 rgba(211,155,40,.7)}
.dsr-public-form button:hover,.dsr-primary-link:hover{background:#073f7b}
.dsr-secondary-link{border-color:#b8c7d8;color:#012b5f}
.dsr-secondary-link:hover{background:#f2f6fb;color:#012b5f}
.dsr-front-summary-card{border-color:#d9e1eb;background:#f5f8fc}
.dsr-front-summary-card strong,.dsr-front-action-card em,.dsr-front-role-row span,.dsr-location-card>strong{color:#012b5f}
.dsr-front-action-card:hover,.dsr-location-card:hover{border-color:#d39b28;box-shadow:0 8px 20px rgba(1,43,95,.1)}
.dsr-front-action-icon{background:#eaf0f7;color:#012b5f;box-shadow:inset 0 -2px 0 rgba(211,155,40,.65)}
.dsr-front-steps li>span{background:#012b5f;border:2px solid #d39b28}
.dsr-front-notice{border-color:#e4c984;background:#fff9eb}
.dsr-location-drilldown{border-color:#d9e1eb;background:#f5f8fc}
.dsr-public-form input[type="file"]{padding:9px;background:#f8fafc;border:1px dashed #9bacc0}
.dsr-upload-caveat{margin:14px 0 20px;padding:14px 16px;border-left:4px solid #d39b28;border-radius:8px;background:#fff9eb;color:#343b43}
.dsr-upload-caveat strong{color:#012b5f}
.dsr-upload-caveat p{margin:5px 0 0;font-size:12px;line-height:1.55}
