.edc-spectral-bands{--edc-text-primary:#1a1a1a;--edc-text-secondary:#666;--edc-bg-primary:#fff;--edc-bg-secondary:#f8f4f3;--edc-bg-tertiary:#f5f9f9;--edc-border-color:rgba(0,0,0,.1);--edc-hover-bg:rgba(0,0,0,.04);--edc-active-bg:rgba(0,0,0,.08);--edc-accent:#042d41;--edc-transition-fast:0.2s cubic-bezier(0.4,0,0.2,1);--edc-transition-base:0.3s cubic-bezier(0.4,0,0.2,1);--edc-transition-slow:0.5s cubic-bezier(0.4,0,0.2,1)}.edc-spectral-bands.edc-dark{--edc-text-primary:#fff;--edc-text-secondary:#aaa;--edc-bg-primary:#24272a;--edc-bg-secondary:#214b64;--edc-bg-tertiary:#042d41;--edc-border-color:hsla(0,0%,100%,.12);--edc-hover-bg:hsla(0,0%,100%,.06);--edc-active-bg:hsla(0,0%,100%,.12);--edc-accent:#f5f9f9}.edc-spectral-bands{margin:0 auto;max-width:1600px;padding:36px 20px;width:100%}.edc-spectral-bands,.edc-spectral-bands *,.edc-spectral-bands :after,.edc-spectral-bands :before{box-sizing:border-box}.edc-spectral-container{align-items:start;display:grid;gap:48px;grid-template-columns:1fr 1fr}.edc-column-title{color:var(--edc-text-primary);font-size:24px;font-weight:300;letter-spacing:-.3px;line-height:1.3;margin:0 0 24px}.edc-products-column{width:100%}.edc-products-wrapper{position:relative;width:100%}.edc-products-list{display:flex;flex-direction:column;gap:12px}.edc-product-item{align-items:flex-start;background-color:transparent;border:2px solid transparent;border-radius:6px;color:var(--edc-text-primary);cursor:pointer;display:flex;font-family:inherit;font-size:inherit;gap:16px;padding:16px;text-align:left;transition:background-color var(--edc-transition-base),border-color var(--edc-transition-base),transform var(--edc-transition-fast);width:100%}.edc-product-item:hover{background-color:var(--edc-hover-bg)}.edc-product-item.edc-active{background-color:var(--edc-active-bg);border-color:var(--edc-accent)}.edc-style-none .edc-product-item{padding:12px}.edc-style-flat .edc-product-item{background-color:var(--edc-bg-secondary);padding:18px}.edc-style-flat .edc-product-item:hover{background-color:var(--edc-bg-tertiary);border-color:var(--edc-border-color)}.edc-style-flat .edc-product-item.edc-active{background-color:var(--edc-bg-tertiary);border-color:var(--edc-accent)}.edc-style-detailed .edc-product-item{background-color:var(--edc-bg-secondary);border-color:var(--edc-border-color);overflow:hidden;padding:20px;position:relative}.edc-style-detailed .edc-product-item:before{background-color:var(--edc-accent);content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transform-origin:top;transition:transform var(--edc-transition-base);width:4px}.edc-style-detailed .edc-product-item:hover{border-color:var(--edc-accent);transform:translateX(4px)}.edc-style-detailed .edc-product-item:hover:before{transform:scaleY(1)}.edc-style-detailed .edc-product-item.edc-active{background-color:var(--edc-bg-tertiary);border-color:var(--edc-accent);transform:translateX(4px)}.edc-style-detailed .edc-product-item.edc-active:before{transform:scaleY(1)}.edc-product-icon{align-items:center;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.edc-product-icon img{display:block;height:auto;max-width:100%}.edc-product-content{flex:1;min-width:0}.edc-product-content h3{color:var(--edc-text-primary);font-size:18px!important;font-weight:300;line-height:1.3;margin:0 0 6px}.edc-product-content p{color:var(--edc-text-secondary);font-size:14px!important;line-height:1.6;margin:0}.edc-nav-controls{align-items:center;display:none;gap:16px;justify-content:center;margin-top:20px;padding:12px 0}.edc-nav-next,.edc-nav-prev{align-items:center;background-color:var(--edc-bg-primary);border:2px solid var(--edc-border-color);border-radius:6px;color:var(--edc-text-primary);cursor:pointer;display:flex;height:44px;justify-content:center;padding:0;transition:border-color var(--edc-transition-fast),background-color var(--edc-transition-fast),opacity var(--edc-transition-fast);width:44px}.edc-nav-next:hover:not(:disabled),.edc-nav-prev:hover:not(:disabled){background-color:var(--edc-hover-bg);border-color:var(--edc-accent)}.edc-nav-next:disabled,.edc-nav-prev:disabled{cursor:not-allowed;opacity:.4}.edc-nav-next svg,.edc-nav-prev svg{height:20px;width:20px}.edc-nav-dots{align-items:center;display:flex;gap:10px}.edc-nav-dot{background-color:var(--edc-border-color);border:none;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:width var(--edc-transition-base),background-color var(--edc-transition-base);width:12px}.edc-nav-dot:hover{background-color:var(--edc-text-secondary)}.edc-nav-dot.edc-active{background-color:var(--edc-accent);border-radius:6px;width:28px}.edc-bands-column{width:100%}.edc-band-group{align-items:flex-start;border-top:2px dotted var(--edc-border-color);display:flex;gap:24px;padding:20px 0}.edc-band-group:first-of-type{border-top:none;padding-top:0}.edc-band-header{flex:0 0 160px;padding-right:16px}.edc-band-header h3{color:var(--edc-text-primary);font-size:15px!important;font-weight:300;letter-spacing:-.2px;margin:0}.edc-band-list{border-left:2px solid var(--edc-border-color);display:flex;flex:1;flex-direction:column;gap:6px;padding-left:20px}.edc-band-item{align-items:center;display:flex;gap:16px;transition:opacity var(--edc-transition-slow)}.edc-band-item.edc-dimmed{opacity:.2}.edc-band-item.edc-dimmed .edc-band-color{width:10%}.edc-band-color{border-radius:2px;height:10px;transition:width var(--edc-transition-slow);width:33%}.edc-band-label{color:var(--edc-text-primary);font-size:14px!important;font-weight:300}.edc-horizontal .edc-spectral-container{gap:36px;grid-template-columns:1fr}.edc-horizontal .edc-products-list{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.edc-horizontal .edc-band-group{align-items:start;display:grid;gap:24px;grid-template-columns:180px 1fr}.edc-horizontal .edc-band-header{flex:none;padding-right:0}.edc-horizontal .edc-band-list{border-left:none;display:grid;gap:12px 20px;grid-template-columns:repeat(4,1fr);padding-left:0}@media screen and (max-width:991px){.edc-spectral-container{gap:40px;grid-template-columns:1fr}.edc-products-list{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.edc-band-header{flex:0 0 140px}.edc-horizontal .edc-band-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.edc-spectral-bands{overflow-x:hidden;padding:28px 16px}.edc-column-title{font-size:20px!important;margin-bottom:20px}.edc-spectral-container{gap:36px}.edc-products-column{margin:0 -16px;overflow:hidden;padding:0 16px}.edc-products-list{display:flex;flex-direction:row;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 0 12px;scrollbar-width:none}.edc-products-list::-webkit-scrollbar{display:none}.edc-product-item{flex:0 0 85%;max-width:320px;scroll-snap-align:center;scroll-snap-stop:always}.edc-nav-controls{display:flex}.edc-band-group,.edc-horizontal .edc-band-group{display:flex;flex-direction:column;gap:12px;padding:16px 0}.edc-band-header,.edc-horizontal .edc-band-header{flex:none;padding-right:0;width:100%}.edc-band-list,.edc-horizontal .edc-band-list{border-left:none;border-top:2px solid var(--edc-border-color);display:grid;gap:12px 20px;grid-template-columns:repeat(2,1fr);padding-left:0;padding-top:12px;width:100%}.edc-band-item{flex-direction:row;gap:12px}.edc-band-color{flex-shrink:0;width:40px}.edc-band-item.edc-dimmed .edc-band-color{width:16px}}@media screen and (max-width:480px){.edc-spectral-bands{padding:20px 12px}.edc-column-title{font-size:18px!important;margin-bottom:16px}.edc-products-column{margin:0 -12px;padding:0 12px}.edc-product-item{flex:0 0 90%;max-width:300px;padding:14px}.edc-product-content h3{font-size:16px!important;padding:0}.edc-product-content p{font-size:13px!important}.edc-band-header h3{font-size:14px!important}.edc-band-label{font-size:13px}.edc-nav-controls{gap:12px}.edc-nav-next,.edc-nav-prev{height:40px;width:40px}.edc-nav-dot{height:10px;width:10px}.edc-nav-dot.edc-active{width:24px}}.edc-nav-dot:focus,.edc-nav-next:focus,.edc-nav-prev:focus,.edc-product-item:focus{outline:2px solid var(--edc-accent);outline-offset:2px}.edc-nav-dot:focus:not(:focus-visible),.edc-nav-next:focus:not(:focus-visible),.edc-nav-prev:focus:not(:focus-visible),.edc-product-item:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){.edc-spectral-bands *,.edc-spectral-bands :after,.edc-spectral-bands :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.edc-products-list{scroll-behavior:auto}}@media print{.edc-spectral-bands{padding:0}.edc-nav-controls{display:none!important}.edc-products-list{display:flex;flex-direction:column;overflow:visible}.edc-product-item{flex:none;page-break-inside:avoid}.edc-band-item.edc-dimmed{opacity:1}}