@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700;800&display=swap";
#root{width:100%;margin:0;padding:0;max-width:none!important}.explore-page{color:#0b1c30;background:#f8f9ff;min-height:100vh;font-family:Outfit,sans-serif;position:relative;overflow-x:hidden}.explore-hero{text-align:center;border-bottom:1px solid #0b1c300a;padding:140px 0 40px;position:relative;overflow:hidden}.explore-hero:before,.explore-hero:after{content:"";filter:blur(120px);z-index:0;pointer-events:none;border-radius:50%;width:600px;height:600px;animation:20s ease-in-out infinite alternate float;position:absolute}.explore-hero:before{background:#ff6b0026;animation-delay:0s;top:-200px;left:-100px}.explore-hero:after{background:#2559bd1f;animation-delay:-5s;bottom:-200px;right:-100px}@keyframes float{0%{transform:translate(0)scale(1)}50%{transform:translate(50px,30px)scale(1.1)}to{transform:translate(-30px,60px)scale(.9)}}.explore-hero__inner{z-index:2;max-width:900px;margin:0 auto;position:relative}.explore-hero h1{color:#0b1c30;letter-spacing:-.03em;margin:0 0 20px;font-family:Space Grotesk,sans-serif;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1.05}.explore-hero h1 .is-orange{color:#ea7a32;background:linear-gradient(135deg,#ff6b00,#ff9d00);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.explore-hero h1 .is-blue{color:#2559bd;background:linear-gradient(135deg,#2559bd,#4384ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.explore-hero p{color:#4f5f82;max-width:650px;margin:0 auto 16px;font-size:1.25rem;font-weight:500;line-height:1.6}.explore-hero__dotted-bg{pointer-events:none;z-index:1;position:absolute;inset:0}.explore-controls-bar{z-index:40;margin-bottom:16px;padding:16px 0;position:relative}.explore-controls__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.explore-tabs{background:#ffffff80;border:1px solid #fff9;border-radius:999px;align-items:center;gap:6px;padding:6px;display:flex;position:relative;box-shadow:inset 0 2px 4px #00000005}.explore-tab{z-index:2;white-space:nowrap;color:#607996;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:10px 24px;font-size:.95rem;font-weight:700;transition:color .3s;position:relative}.explore-tab:hover{color:#0b1c30}.explore-tab.is-active{color:#fff}.explore-tab-bg{z-index:1;background:linear-gradient(135deg,#2559bd,#1a3c85);border-radius:999px;position:absolute;inset:0;box-shadow:0 4px 14px #2559bd4d}.explore-actions{flex:1;justify-content:flex-end;align-items:center;gap:12px;min-width:280px;display:flex}.explore-search-wrap{background:#fffc;border:1px solid #0b1c3014;border-radius:999px;flex:1;align-items:center;gap:10px;max-width:360px;padding:10px 18px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:inset 0 2px 4px #00000003}.explore-search-wrap:focus-within{background:#fff;border-color:#2559bd;transform:translateY(-1px);box-shadow:0 0 0 4px #2559bd26,0 4px 12px #00000008}.explore-search-wrap svg{color:#2559bd;transition:color .3s}.explore-search-input{color:#0b1c30;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.95rem;font-weight:500}.explore-search-input::placeholder{color:#a4b4c8;font-weight:400}.explore-sort-btn{color:#607996;cursor:pointer;background:#fffc;border:1px solid #0b1c3014;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.explore-sort-btn:hover{color:#0b1c30;background:#fff;border-color:#0b1c30;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.explore-sort-btn.is-active{color:#fff;background:#ea7a32;border-color:#ea7a32;box-shadow:0 4px 14px #ea7a324d}.explore-featured{margin-top:60px;padding:0 20px}.explore-featured__title{color:#0b1c30;text-align:left;letter-spacing:-.01em;margin-bottom:24px;font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:800}.explore-carousel{max-width:1300px;margin:0 auto;position:relative}.explore-carousel__track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:32px;padding:20px 0 40px;display:flex;overflow-x:auto}.explore-carousel__track::-webkit-scrollbar{display:none}.explore-carousel__slide{scroll-snap-align:center;flex:0 0 calc(100% - 40px)}@media (min-width:768px){.explore-carousel__slide{flex:0 0 calc(50% - 16px)}}@media (min-width:1024px){.explore-carousel__slide{flex:0 0 calc(33.333% - 22px)}}.explore-carousel__controls{justify-content:center;align-items:center;gap:16px;margin-top:-12px;display:flex}.explore-carousel__controls button{color:#0b1c30;cursor:pointer;background:#fff;border:1px solid #0b1c3014;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0000000a}.explore-carousel__controls button:hover:not(:disabled){color:#2559bd;border-color:#2559bd;transform:translateY(-3px);box-shadow:0 8px 24px #2559bd26}.explore-carousel__controls button:disabled{opacity:.4;cursor:not-allowed}.explore-board{padding:60px 0 100px}.explore-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:32px;display:grid}@media (min-width:640px){.explore-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.explore-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.explore-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.explore-card-wrapper{z-index:1;border-radius:16px;position:relative}.explore-card-wrapper:before{content:"";z-index:-1;opacity:0;filter:blur(12px);background:linear-gradient(135deg,#2559bd,#ea7a32,#4384ff);border-radius:18px;transition:opacity .4s cubic-bezier(.4,0,.2,1);position:absolute;inset:-2px}.explore-card-wrapper:hover:before{opacity:.5}.explore-card-wrapper>div{background:#fff;border-radius:16px;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1)}.explore-card-wrapper:hover>div{transform:translateY(-6px)}.explore-empty{text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9;border:2px dashed #2559bd33;border-radius:32px;grid-column:1/-1;padding:100px 20px;box-shadow:0 10px 40px #00000005}.explore-empty__icon{color:#2559bd;background:linear-gradient(135deg,#2559bd1a,#ea7a321a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex;box-shadow:inset 0 2px 6px #fffc}.explore-empty h3{color:#0b1c30;margin:0 0 12px;font-family:Space Grotesk,sans-serif;font-size:1.75rem;font-weight:800}.explore-empty p{color:#4f5f82;margin:0 0 32px;font-size:1.1rem}.explore-empty__btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0b1c30,#1a3c85);border:none;border-radius:999px;align-items:center;gap:10px;padding:14px 32px;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #0b1c3033}.explore-empty__btn:hover{background:linear-gradient(135deg,#2559bd,#4384ff);transform:translateY(-3px);box-shadow:0 8px 24px #2559bd4d}.explore-load-more{justify-content:center;margin-top:60px;display:flex}.explore-load-more button{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#2559bd;cursor:pointer;background:#fffc;border:1px solid #2559bd33;border-radius:999px;padding:14px 40px;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #2559bd0d}.explore-load-more button:hover:not(:disabled){color:#fff;background:#2559bd;transform:translateY(-3px);box-shadow:0 8px 24px #2559bd40}.explore-load-more button:disabled{opacity:.6;cursor:not-allowed}
