@charset "utf-8";

:root{
	--barch-brand:#345bd9;
	--barch-brand-strong:#2447bd;
	--barch-brand-soft:#eef2ff;
	--barch-ink:#172033;
	--barch-muted:#667085;
	--barch-line:#e5e9f2;
	--barch-surface:#fff;
	--barch-canvas:#f7f8fb;
	--barch-danger:#c93636;
	--barch-radius-sm:8px;
	--barch-radius:14px;
	--barch-shadow:0 8px 24px rgba(34,50,84,.08);
}

html{scroll-behavior:smooth;}
body{color:var(--barch-ink); background:var(--barch-canvas); -webkit-font-smoothing:antialiased;}
a,button,input,select,textarea{box-sizing:border-box;}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
	outline:3px solid rgba(52,91,217,.3);
	outline-offset:2px;
}
button,input,select,textarea{font:inherit;}
.sound-only{
	position:absolute!important;
	width:1px!important;
	height:1px!important;
	padding:0!important;
	margin:-1px!important;
	overflow:hidden!important;
	clip:rect(0,0,0,0)!important;
	white-space:nowrap!important;
	border:0!important;
}
.barch-section-heading{display:flex; align-items:flex-end; justify-content:space-between; min-height:48px; margin-bottom:10px; padding:0 2px 10px; border-bottom:1px solid var(--barch-line);}
.barch-section-heading>div>span{display:block; margin-bottom:3px; color:var(--barch-brand); font-size:10px; font-weight:800; letter-spacing:.12em;}
.barch-section-heading h2{font-size:18px; line-height:1.3; letter-spacing:-.03em;}
.barch-section-heading>a{display:flex; align-items:center; min-height:44px; padding:0 4px 0 12px; color:var(--barch-muted); font-size:13px; text-decoration:none;}
.home-card--recent{padding:18px!important; border:1px solid var(--barch-line); border-radius:var(--barch-radius); background:var(--barch-surface); box-shadow:var(--barch-shadow);}

@media (max-width:639px){
	.home-card--recent{padding:16px!important;}
}

body.dm{--barch-ink:#f2f4f8; --barch-muted:#aab3c5; --barch-line:#343b49; --barch-surface:#242933; --barch-canvas:#191d24; --barch-brand-soft:#29365d;}
