.breadcrumbs{display:none;font-family:var(--ff-primary);font-size:14px;line-height:1.4;color:#fff;margin:12px 0 16px;font-weight:500;width:100%;box-sizing:border-box}.breadcrumbs nav,.breadcrumbs.is-visible{display:block}.breadcrumbs ol{list-style:none;padding:12px var(--offsets, 20px);display:flex;flex-wrap:nowrap;gap:10px;background:linear-gradient(135deg,#1c1c1c,#4b4b4b);border:0;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.15);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;align-items:center;min-height:44px;box-sizing:border-box;max-width:var(--content-max-width, 1200px);margin:0 auto}.breadcrumbs ol::-webkit-scrollbar,.section-tabs__list::-webkit-scrollbar{display:none}.breadcrumbs li{display:inline-flex;align-items:center;max-width:200px;flex-shrink:0}.breadcrumbs a,.breadcrumbs li>span[itemprop=name]{color:#fff!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .3s ease;padding:4px 0}.breadcrumbs a:hover{text-decoration:underline;color:#fff}.breadcrumbs li:first-child a{transition:opacity .3s ease}.breadcrumbs:hover li:first-child a{opacity:1}.breadcrumbs .sep{color:#ffd34d;margin:0 4px;flex-shrink:0}.breadcrumbs .sep.chevron{position:relative;width:6px;margin:0 6px;flex-shrink:0}.breadcrumbs .sep.chevron::before{content:"";display:inline-block;width:6px;height:6px;border-right:2px solid #ffd34d;border-top:2px solid #ffd34d;transform:rotate(45deg);margin:0 2px}.breadcrumbs li:last-of-type>span[itemprop=name]{color:#fff!important;font-weight:600}.breadcrumbs-container{max-width:1200px;width:100%;margin:0 auto;padding:0 16px;box-sizing:border-box}@media (max-width:480px){.breadcrumbs{margin:8px 0 12px;font-size:13px}.breadcrumbs ol{padding:10px var(--offsets, 16px);gap:8px;border-radius:8px}.breadcrumbs li{max-width:150px}}@media (max-width:360px){.breadcrumbs{font-size:12px}.breadcrumbs ol{padding:8px var(--offsets, 12px);gap:6px}.breadcrumbs li{max-width:120px}}@media (min-width:768px){.breadcrumbs ol{padding:12px var(--offsets, 40px)}}@media (min-width:1024px){.breadcrumbs ol{padding:12px var(--offsets, 60px)}}@media (min-width:1200px){.breadcrumbs ol{padding:12px var(--offsets, 80px)}}.section-tabs{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;overflow:hidden}.section-tabs__list{display:flex;list-style:none;margin:0;padding:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;white-space:nowrap;scroll-behavior:smooth}.section-tabs__item{flex-shrink:0;margin:0}.section-tabs__item--sub{margin-left:20px}.section-tabs__link{display:block;padding:12px 16px;color:#374151;text-decoration:none;font-size:14px;font-weight:500;white-space:nowrap;transition:all .2s ease;border-bottom:2px solid transparent}.section-tabs__link:hover{color:#1f2937;background-color:#f9fafb}.section-tabs__link:active{background-color:#f3f4f6}.section-tabs__link.active{color:#1f59e6;border-bottom-color:#1f59e6;background-color:#eff6ff}.section-tabs::after,.section-tabs::before{content:"";position:absolute;top:0;bottom:0;width:40px;pointer-events:none;z-index:1}.section-tabs::before{left:0;background:linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%)}.section-tabs::after{right:0;background:linear-gradient(to left,#fff 0,rgba(255,255,255,0) 100%)}@media (prefers-color-scheme:dark){.breadcrumbs{color:#aab4c0}.breadcrumbs a,.breadcrumbs li>span[itemprop=name]{color:#fff}.breadcrumbs .sep{color:var(--theme-buttons-accent-bg)}.breadcrumbs .sep.chevron::before{border-color:#ffd34d}.section-tabs{background:#1f2937;border-bottom-color:#374151}.section-tabs__link{color:#d1d5db}.section-tabs__link:hover{color:#f9fafb;background-color:#374151}.section-tabs__link:active{background-color:#4b5563}.section-tabs__link.active{color:#60a5fa;border-bottom-color:#60a5fa;background-color:#1e3a8a}.section-tabs::before{background:linear-gradient(to right,#1f2937 0,rgba(31,41,55,0) 100%)}.section-tabs::after{background:linear-gradient(to left,#1f2937 0,rgba(31,41,55,0) 100%)}}