:root{
  --dcg-shell-bg:var(--bg,#F7F8F6);
  --dcg-shell-surface:var(--surface,#FFFFFF);
  --dcg-shell-ink:var(--ink,#171A1C);
  --dcg-shell-muted:var(--muted,#5A6268);
  --dcg-shell-green:var(--green,#176B52);
  --dcg-shell-border:var(--border,#D8DDDA);
  --dcg-shell-max:var(--max,1280px);
}
.dcg-shell-status,.dcg-shell-header,.dcg-shell-footer,.dcg-shell-mobile,.dcg-shell-search{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--dcg-shell-ink)}
.dcg-shell-status{background:var(--dcg-shell-ink);color:#fff;font:600 11px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.06em;text-transform:uppercase}
.dcg-shell-container{width:min(calc(100% - 40px),var(--dcg-shell-max));margin-inline:auto}
.dcg-shell-status .dcg-shell-container{min-height:31px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.dcg-shell-status a{color:#BFD7CE;text-decoration:none}
.dcg-shell-header{position:sticky;top:0;z-index:1000;background:rgba(247,248,246,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--dcg-shell-border)}
.applied-work-shell .dcg-shell-header{position:relative;top:auto}
.applied-work-shell .dcg-shell-mobile{position:absolute}
.dcg-shell-navwrap{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.dcg-shell-brand{display:flex;align-items:center;gap:11px;color:var(--dcg-shell-ink);font-weight:780;letter-spacing:-.02em;text-decoration:none;white-space:nowrap}
.dcg-shell-brand img{width:32px;height:32px;object-fit:contain}
.dcg-shell-nav{display:flex;align-items:center;gap:23px;font-size:14px;font-weight:680}
.dcg-shell-nav a{color:#3E4549;text-decoration:none;position:relative}
.dcg-shell-nav a:hover,.dcg-shell-nav a[aria-current="page"]{color:var(--dcg-shell-ink)}
.dcg-shell-nav a[aria-current="page"]::after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;background:var(--dcg-shell-green)}
.dcg-shell-dropdown{position:relative}
.dcg-shell-dropdown summary{list-style:none;cursor:pointer;color:#3E4549;white-space:nowrap}
.dcg-shell-dropdown summary::-webkit-details-marker{display:none}
.dcg-shell-dropdown summary::after{content:"⌄";margin-left:5px;font-size:12px;color:var(--dcg-shell-muted)}
.dcg-shell-dropdown[open] summary{color:var(--dcg-shell-ink)}
.dcg-shell-dropdown--current summary{color:var(--dcg-shell-ink);position:relative}
.dcg-shell-nav .dcg-shell-dropdown--current summary::before{content:"";position:absolute;left:0;right:14px;bottom:-12px;height:2px;background:var(--dcg-shell-green)}
.dcg-shell-dropdown-panel{position:absolute;top:calc(100% + 18px);left:-18px;z-index:1001;width:242px;padding:10px;background:var(--dcg-shell-surface);border:1px solid var(--dcg-shell-border);box-shadow:0 18px 40px rgba(23,26,28,.12)}
.dcg-shell-dropdown-panel a{display:block;padding:9px 10px;color:var(--dcg-shell-ink);font-size:13px;font-weight:680}
.dcg-shell-dropdown-panel a:hover{background:var(--dcg-shell-bg);color:var(--dcg-shell-green)}
.dcg-shell-actions{display:flex;align-items:center;gap:9px}
.dcg-shell-icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--dcg-shell-border);border-radius:6px;background:var(--dcg-shell-surface);color:var(--dcg-shell-ink);cursor:pointer;font:700 17px/1 ui-monospace,SFMono-Regular,Menlo,monospace}
.dcg-shell-menu{display:none}
.dcg-shell-mobile{display:none;position:fixed;top:105px;left:0;right:0;z-index:999;background:var(--dcg-shell-bg);border-bottom:1px solid var(--dcg-shell-border);padding:14px 20px 22px;box-shadow:0 18px 40px rgba(23,26,28,.08)}
.dcg-shell-mobile.open{display:block}
.dcg-shell-mobile a{display:block;padding:13px 4px;border-bottom:1px solid var(--dcg-shell-border);color:var(--dcg-shell-ink);font-weight:700;text-decoration:none}
.dcg-shell-mobile .dcg-shell-dropdown{display:block;border-bottom:1px solid var(--dcg-shell-border)}
.dcg-shell-mobile .dcg-shell-dropdown summary{padding:13px 4px;font-weight:700}
.dcg-shell-mobile .dcg-shell-dropdown-panel{position:static;width:auto;padding:0 0 8px;border:0;box-shadow:none;background:transparent}
.dcg-shell-mobile .dcg-shell-dropdown-panel a{padding:9px 14px;font-size:13px}
.dcg-shell-search{position:fixed;inset:0;z-index:2000;display:none;padding:8vh 20px;background:rgba(23,26,28,.72)}
.dcg-shell-search.open{display:block}
.dcg-shell-search-panel{width:min(760px,100%);margin:auto;background:var(--dcg-shell-surface);border:1px solid var(--dcg-shell-border);box-shadow:0 22px 70px rgba(0,0,0,.22)}
.dcg-shell-search-head{display:flex;gap:12px;align-items:center;padding:16px;border-bottom:1px solid var(--dcg-shell-border)}
.dcg-shell-search-head input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--dcg-shell-ink);font-size:19px}
.dcg-shell-search-results{max-height:58vh;overflow:auto}
.dcg-shell-search-result{display:block;padding:17px 20px;border-bottom:1px solid var(--dcg-shell-border);color:var(--dcg-shell-ink);text-decoration:none}
.dcg-shell-search-result:hover{background:var(--dcg-shell-bg)}
.dcg-shell-search-result strong,.dcg-shell-search-result small{display:block}
.dcg-shell-search-result small{margin-top:4px;color:var(--dcg-shell-muted)}
.dcg-shell-footer{background:#111617;color:#fff;border-top:1px solid #283031;padding:66px 0 22px}
.dcg-shell-footer-grid{display:grid;grid-template-columns:1.7fr repeat(4,1fr);gap:38px}
.dcg-shell-footer-brand p{max-width:420px;color:#B9C2BF;font-size:14px;line-height:1.65}
.dcg-shell-footer .dcg-shell-brand{color:#fff;white-space:normal}
.dcg-shell-footer .dcg-shell-brand img{filter:brightness(0) invert(1)}
.dcg-shell-footer-col h3{margin:0 0 16px;color:#8FC5B3;font:700 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;text-transform:uppercase}
.dcg-shell-footer-col a{display:block;margin:0 0 10px;color:#D9DEDC;text-decoration:none;font-size:13px}
.dcg-shell-footer-col a:hover{color:#fff}
.dcg-shell-footer-bottom{display:flex;justify-content:space-between;gap:18px;margin-top:46px;padding-top:20px;border-top:1px solid #303738;color:#98A29F;font:600 10px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.07em;text-transform:uppercase}
body.dcg-shell-lock{overflow:hidden}
@media(max-width:1040px){
  .dcg-shell-nav{display:none}.dcg-shell-menu{display:grid}.dcg-shell-footer-grid{grid-template-columns:1.5fr 1fr 1fr}.dcg-shell-footer-col:nth-of-type(4),.dcg-shell-footer-col:nth-of-type(5){margin-top:8px}
}
@media(max-width:720px){
  .dcg-shell-container{width:min(calc(100% - 28px),var(--dcg-shell-max))}.dcg-shell-status .dcg-shell-container span:last-child{display:none}.dcg-shell-navwrap{min-height:66px}.dcg-shell-brand span{font-size:14px}.dcg-shell-mobile{top:97px}.dcg-shell-footer-grid{grid-template-columns:1fr 1fr}.dcg-shell-footer-brand{grid-column:1/-1}.dcg-shell-footer-bottom{flex-direction:column}.dcg-shell-footer{padding-top:52px}
}
@media(max-width:480px){.dcg-shell-footer-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.dcg-shell-header{backdrop-filter:none}.dcg-shell-search *{scroll-behavior:auto!important}}
@media print{
  .dcg-shell-status,.dcg-shell-header,.dcg-shell-mobile,.dcg-shell-search,.skip-link{display:none!important}
  .dcg-shell-footer{background:#fff;color:#171A1C;border-top:1px solid #D8DDDA}
  .dcg-shell-footer .dcg-shell-brand,.dcg-shell-footer-col a{color:#171A1C}
  .dcg-shell-footer-brand p,.dcg-shell-footer-bottom{color:#5A6268}
}
