:root{
	--dsr-shell-bg:#f5f8fc;
	--dsr-shell-surface:#ffffff;
	--dsr-shell-text:#0d2138;
	--dsr-shell-muted:#5f6f82;
	--dsr-shell-border:#d9e1eb;
	--dsr-shell-primary:#012b5f;
	--dsr-shell-primary-hover:#073f7b;
	--dsr-shell-accent:#d39b28;
	--dsr-shell-radius:14px;
	--dsr-shell-max:1180px;
}
html,body{margin:0;padding:0;min-height:100%;background:var(--dsr-shell-bg);color:var(--dsr-shell-text)}
body.dsr-shell-page{
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	font-size:15px;
	line-height:1.5;
	-webkit-font-smoothing:antialiased;
}
.dsr-shell{min-height:100vh;display:flex;flex-direction:column}
.dsr-shell-header{
	position:sticky;
	top:0;
	z-index:100;
	background:rgba(255,255,255,.97);
	border-bottom:1px solid var(--dsr-shell-border);
	border-top:4px solid var(--dsr-shell-accent);
	backdrop-filter:blur(12px);
}
.dsr-shell-header-inner{
	max-width:var(--dsr-shell-max);
	margin:0 auto;
	padding:10px 20px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:22px;
}
.dsr-brand{display:flex;align-items:center;gap:10px;color:var(--dsr-shell-text);text-decoration:none;min-width:0}
.dsr-brand-logo{width:76px;height:48px;object-fit:contain;display:block;flex:0 0 auto;border-radius:8px;background:#fff}
.dsr-brand-copy{display:flex;flex-direction:column;min-width:0}
.dsr-brand-copy strong{font-size:15px;line-height:1.2}
.dsr-brand-copy small{font-size:11px;color:var(--dsr-shell-muted);margin-top:2px}
.dsr-shell-nav{display:flex;align-items:center;gap:4px}
.dsr-shell-nav a{
	color:#34444b;text-decoration:none;font-size:14px;font-weight:600;
	padding:8px 10px;border-radius:9px
}
.dsr-shell-nav a:hover{background:#f2f6fb;color:var(--dsr-shell-primary)}
.dsr-shell-nav a.is-active{background:var(--dsr-shell-primary);color:#fff;box-shadow:inset 0 -3px 0 var(--dsr-shell-accent)}
.dsr-menu-toggle{display:none;border:1px solid var(--dsr-shell-border);background:#fff;border-radius:9px;padding:8px 11px;font:inherit;font-size:14px;font-weight:600;color:var(--dsr-shell-text)}
.dsr-shell-main{width:100%;max-width:var(--dsr-shell-max);margin:0 auto;padding:28px 20px 44px;box-sizing:border-box;flex:1}
.dsr-shell-main .dsr-app{margin:0 auto;max-width:980px}
.dsr-shell-footer{border-top:1px solid var(--dsr-shell-border);background:#fff;color:var(--dsr-shell-muted)}
.dsr-shell-footer-inner{
	max-width:var(--dsr-shell-max);margin:0 auto;padding:16px 20px;
	display:flex;justify-content:space-between;gap:16px;font-size:12px
}

/* Neutralise common theme/browser defaults inside the app shell. */
.dsr-shell-page button,.dsr-shell-page input,.dsr-shell-page select,.dsr-shell-page textarea{font-family:inherit}
.dsr-shell-page a{box-shadow:none}
.dsr-shell-page img{max-width:100%;height:auto}

/* Let the plugin card feel like part of a standalone product rather than a theme page. */
.dsr-shell-page .dsr-app{
	border-color:var(--dsr-shell-border);
	border-radius:var(--dsr-shell-radius);
	box-shadow:0 8px 28px rgba(19,44,52,.06)
}
.dsr-shell-page .dsr-public-form button{background:var(--dsr-shell-primary)}
.dsr-shell-page .dsr-public-form button:hover{background:var(--dsr-shell-primary-hover)}

@media(max-width:760px){
	.dsr-shell-header-inner{padding:9px 14px;flex-wrap:wrap}
	.dsr-brand-copy strong{font-size:14px}
	.dsr-menu-toggle{display:block;margin-left:auto}
	.dsr-shell-nav{
		display:none;width:100%;padding:4px 0 8px;
		grid-template-columns:repeat(2,minmax(0,1fr));gap:5px
	}
	.dsr-shell-nav.is-open{display:grid}
	.dsr-shell-nav a{padding:9px 10px;background:#f6f8f9}
	.dsr-shell-main{padding:18px 10px 32px}
	.dsr-shell-footer-inner{padding:14px;flex-direction:column;gap:2px}
}

.dsr-shell-main{position:relative;isolation:isolate}.dsr-shell-main:before{content:"";position:fixed;right:3vw;bottom:5vh;width:min(300px,30vw);aspect-ratio:16/9;background:url("domestic-staff-recruitment-logo.png") center/contain no-repeat;opacity:.025;pointer-events:none;z-index:-1}@media(max-width:760px){.dsr-brand-logo{width:60px;height:40px}.dsr-shell-main:before{width:180px;right:2vw;bottom:4vh;opacity:.02}}
