.carousel.svelte-13dldhu{position:relative;min-height:calc(100vh - 6rem);overflow:hidden;transition:background-color .5s ease;display:flex;flex-direction:column;margin:1rem 1.5rem;border-radius:1.25rem}.carousel__slides.svelte-13dldhu{flex:1;position:relative}.carousel__arrow.svelte-13dldhu{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:#0000004d;color:#ffffffb3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;backdrop-filter:blur(8px)}.carousel__arrow.svelte-13dldhu:hover{background:#00000080;color:#fff;border-color:#ffffff4d}.carousel__arrow--prev.svelte-13dldhu{left:1rem}.carousel__arrow--next.svelte-13dldhu{right:1rem}.carousel__dots.svelte-13dldhu{display:flex;justify-content:center;gap:.5rem;padding:1.5rem 1.5rem 2rem;position:absolute;bottom:0;left:0;right:0;z-index:10}.carousel__dot.svelte-13dldhu{width:10px;height:10px;border-radius:50%;border:1.5px solid rgba(255,255,255,.3);background:transparent;cursor:pointer;padding:0;transition:all .3s}.carousel__dot--active.svelte-13dldhu{background:#10b981;border-color:#10b981;transform:scale(1.2)}.carousel__dot.svelte-13dldhu:hover:not(.carousel__dot--active){border-color:#fff9;background:#ffffff26}@media(max-width:767px){.carousel.svelte-13dldhu{min-height:auto;margin:.5rem;border-radius:.75rem}.carousel__arrow.svelte-13dldhu{display:none}.carousel__dots.svelte-13dldhu{position:relative;padding:1rem}}.carousel-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .4s ease;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}.carousel-slide--active{opacity:1;pointer-events:auto}.carousel-slide--active .carousel-text{animation:carouselSlideIn .5s ease-out .1s both}.carousel-slide--active .carousel-desc{animation:carouselSlideIn .5s ease-out .25s both}.carousel-slide--active .carousel-cta{animation:carouselSlideIn .5s ease-out .4s both}.carousel-slide--active .carousel-visual{animation:carouselFadeIn .6s ease-out .3s both}@media(max-width:767px){.carousel-slide{position:relative;padding:1.5rem 1rem}.carousel-slide:not(.carousel-slide--active){display:none}}.carousel-content{width:100%;max-width:80rem;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:3rem;align-items:center;min-height:calc(100vh - 10rem)}.carousel-left{padding-right:1rem}.carousel-right{display:flex;align-items:center;justify-content:center}.exodus-cards{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;width:100%;max-width:28rem}.exodus-card{display:flex;gap:.75rem;align-items:flex-start;padding:.875rem 1rem;border-radius:.75rem;border:1px solid rgba(239,68,68,.15);background:#ef44440a;transition:transform .3s ease,border-color .3s ease}.exodus-card:hover{transform:translateY(-4px);border-color:#ef444459}.exodus-card:last-child{grid-column:1 / -1;border-color:#10b98159;background:#10b98114;position:relative;overflow:hidden}.exodus-card:last-child:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#10b981,#34d399,#10b981)}.exodus-card:last-child:hover{border-color:#10b98180}.exodus-card-num{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;background:#ef444426;color:#ef4444;font-family:var(--font-mono);font-size:.75rem;font-weight:700;flex-shrink:0}.exodus-card:last-child .exodus-card-num{background:#10b98126;color:#10b981}.exodus-card-body{flex:1}.exodus-card-title{font-family:var(--font-mono);font-size:.8125rem;font-weight:700;color:var(--color-text-primary);letter-spacing:.03em}.exodus-card:last-child .exodus-card-title{color:#10b981}.exodus-card-desc{font-size:.6875rem;color:var(--color-text-tertiary);margin-top:.25rem;line-height:1.4}.models-visual{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;width:100%;max-width:28rem}.model-card{padding:.75rem 1rem;border-radius:.75rem;border:1px solid rgba(16,185,129,.15);background:#10b9810a;transition:transform .3s ease,border-color .3s ease}.model-card:hover{transform:translateY(-4px);border-color:#10b98159}.model-card--highlight{border-color:#10b98159;background:#10b98114}.model-card--community{grid-column:1 / -1;border-color:#10b981;background:#10b9811a;padding:1rem 1.25rem;position:relative;overflow:hidden}.model-card--community:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#10b981,#34d399,#10b981)}.model-card-header{display:flex;align-items:center;gap:.5rem}.model-card-header .model-icon{margin-bottom:0}.model-card-header .model-title{font-size:1.0625rem}.model-icon{font-size:1.25rem;color:#10b981;display:block;margin-bottom:.375rem}.model-title{font-family:var(--font-mono);font-size:.875rem;font-weight:700;color:var(--color-text-primary)}.model-full{font-size:.625rem;color:#10b981;margin-top:.25rem;font-weight:600}.model-desc{font-size:.6875rem;color:var(--color-text-tertiary);margin-top:.25rem;line-height:1.4}.identity-wrapper{width:100%;max-width:32rem}.identity-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.25rem}.identity-stat{text-align:center;padding:.75rem .5rem;border-radius:.5rem;border:1px solid rgba(16,185,129,.15);background:#10b9810a}.identity-stat-num{display:block;font-family:var(--font-mono);font-size:1.5rem;font-weight:800;color:#10b981;line-height:1}.identity-stat-label{display:block;font-size:.625rem;color:var(--color-text-tertiary);margin-top:.25rem;font-weight:500}.identity-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;width:100%}.id-card{display:flex;align-items:flex-start;gap:.5rem;padding:.625rem .75rem;border-radius:.5rem;border:1px solid;transition:transform .3s ease,border-color .3s ease}.id-card:hover{transform:translateY(-2px)}.id-card--is{border-color:#10b98133;background:#10b9810a}.id-card--is:hover{border-color:#10b98166}.id-card--not{border-color:#ef444433;background:#ef44440a}.id-card--not:hover{border-color:#ef444466}.id-card-icon{flex-shrink:0;font-size:.75rem;font-weight:700;line-height:1;margin-top:.125rem}.id-card--is .id-card-icon{color:#10b981}.id-card--not .id-card-icon{color:#ef4444}.id-card-text{font-size:.6875rem;color:var(--color-text-secondary);line-height:1.4}@media(max-width:767px){.carousel-content{grid-template-columns:1fr;gap:2rem;min-height:auto;padding:1rem 0}.carousel-left{padding-right:0;text-align:center}.carousel-left .carousel-cta{justify-content:center}.carousel-right{order:1}.exodus-cards,.identity-grid{grid-template-columns:1fr}}div.svelte-qrhq28::-webkit-scrollbar{display:none}
