.carousel-container{border:1px solid var(--color-border);background:var(--color-bg-card);box-sizing:border-box;border-radius:24px;outline:none;width:100%;padding:16px;position:relative}.carousel-container:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px}.carousel-viewport{border-radius:12px;overflow:hidden}.carousel-track{transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex}.carousel-item{border:1px solid var(--color-border);background-color:var(--color-bg-elevated);box-sizing:border-box;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:flex-start;width:100%;display:flex;position:relative;overflow:hidden}.carousel-item-header{margin-bottom:16px;padding:20px 20px 0}.carousel-icon-container{background:#46c8dc1a;border:1px solid #46c8dc33;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.carousel-icon{width:28px;height:28px;color:var(--color-accent-primary)}.carousel-item-content{padding:0 20px 20px}.carousel-item-title{color:var(--color-text-primary);margin-bottom:4px;font-size:18px;font-weight:600}.carousel-item-description{color:var(--color-text-secondary);font-size:14px;line-height:1.6}.carousel-nav{justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.carousel-nav-btn{width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .15s,border-color .15s,background-color .15s;display:inline-flex}.carousel-nav-btn:hover:not(:disabled){color:var(--color-accent-primary);background:#46c8dc0f;border-color:#46c8dc40}.carousel-nav-btn:disabled{opacity:.25;pointer-events:none}.carousel-indicators{gap:8px;display:flex}.carousel-indicator{cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background-color .15s,transform .15s}.carousel-indicator.active{background-color:var(--color-accent-primary);transform:scale(1.2)}.carousel-indicator.inactive{background-color:var(--color-border)}.carousel-indicator:hover{background-color:var(--color-text-muted)}.carousel-indicator.active:hover{background-color:var(--color-accent-primary)}.carousel-item-custom{height:100%;padding:24px;overflow-y:auto}.carousel-item-custom-header{align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.carousel-item-custom-icon{background:#46c8dc1a;border:1px solid #46c8dc33;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.carousel-item-custom-title{color:var(--color-text-primary);margin-bottom:2px;font-size:16px;font-weight:600}.carousel-item-custom-subtitle{color:var(--color-text-muted);font-size:13px}.carousel-item-section{margin-bottom:16px}.carousel-item-section:last-child{margin-bottom:0}.carousel-item-section-title{color:var(--color-text-primary);margin-bottom:6px;font-size:13px;font-weight:600}.carousel-item-section-text{color:var(--color-text-secondary);margin-bottom:12px;font-size:13px;line-height:1.6}.carousel-item-steps{flex-direction:column;gap:8px;display:flex}.carousel-item-step{background:var(--color-bg-dark);border-radius:6px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.carousel-item-step-number{background:var(--color-accent-primary);width:20px;height:20px;color:var(--color-bg-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.carousel-item-step-text{color:var(--color-text-secondary);font-size:12px;line-height:1.4}.carousel-item-benefits{flex-direction:column;gap:6px;display:flex}.carousel-item-benefit{color:var(--color-text-primary);align-items:center;gap:8px;font-size:12px;display:flex}.carousel-item-benefit svg{flex-shrink:0}
