.dsg-breadcrumb{--dsgbc-clr-accent:var(--clr-accent, #D96A47);--dsgbc-clr-border:var(--clr-border, #EBEBEB);--dsgbc-clr-border-medium:var(--clr-border-medium, #D8D8D8);--dsgbc-clr-text-heading:var(--clr-text-heading, #222222);--dsgbc-clr-text-muted:var(--clr-text-muted, #888888);--dsgbc-font-mono:var(--font-mono, 'Space Mono', 'Courier New', monospace);--dsgbc-space-2:var(--space-2, 8px);--dsgbc-space-3:var(--space-3, 12px);--dsgbc-space-5:var(--space-5, 20px);--dsgbc-space-8:var(--space-8, 32px);--dsgbc-transition:var(--transition-fast, 0.2s ease);display:flex;align-items:center;flex-wrap:wrap;gap:0;padding:var(--dsgbc-space-3) 0;margin-bottom:var(--dsgbc-space-8);border-bottom:1px solid var(--dsgbc-clr-border);font-family:var(--dsgbc-font-mono);font-size:.7rem;letter-spacing:.06em}.dsg-breadcrumb a{color:var(--dsgbc-clr-text-muted);text-decoration:none;text-transform:uppercase;padding:2px 0;border-bottom:1px solid #fff0;transition:color var(--dsgbc-transition),border-color var(--dsgbc-transition);white-space:nowrap}.dsg-breadcrumb a:hover{color:var(--dsgbc-clr-accent);border-bottom-color:var(--dsgbc-clr-accent)}.dsg-breadcrumb span{color:var(--dsgbc-clr-border-medium);margin:0 var(--dsgbc-space-2);font-size:.8rem;line-height:1;user-select:none;flex-shrink:0}.dsg-breadcrumb .breadcrumb-current{color:var(--dsgbc-clr-text-heading);font-weight:600;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px;margin:0}.dsg-breadcrumb a:first-child{display:inline-flex;align-items:center;gap:4px}.dsg-breadcrumb a:first-child::before{content:'';display:inline-block;width:11px;height:11px;background-color:currentColor;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;flex-shrink:0}@media (max-width:640px){.dsg-breadcrumb{font-size:.65rem;margin-bottom:var(--dsgbc-space-5)}.dsg-breadcrumb .breadcrumb-current{max-width:160px}.dsg-breadcrumb>a:not(:first-child){display:none}.dsg-breadcrumb>span:not(.breadcrumb-current):not(:nth-last-of-type(2)){display:none}}