@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{background:linear-gradient(135deg,#0c0c0c,#1a1a1a);height:100vh;overflow:hidden;font-family:Inter,sans-serif;flex-direction:column;position:relative}.nav-bar,body{display:flex;justify-content:center;align-items:center}.nav-bar{position:fixed;top:100px;left:0;right:0;gap:60px;z-index:1000;width:100%}.nav-tab{color:rgba(255,255,255,.7);font-size:1.1rem;font-weight:400;cursor:pointer;transition:all .3s ease;text-decoration:none;position:relative;padding:8px 16px}.nav-tab:hover{color:white}.nav-tab.active{color:white;font-weight:500}.nav-tab:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:white;transition:all .3s ease;transform:translateX(-50%)}.nav-tab.active:after,.nav-tab:hover:after{width:80%}.enter-gate{position:fixed;z-index:10000;background:rgba(0,0,0,.9);color:white;width:100vw;height:100vh;top:0;left:0;display:flex;justify-content:center;align-items:center;font-size:2rem;font-family:Inter,sans-serif;cursor:pointer;transition:opacity .5s ease}.enter-gate.hidden{opacity:0;pointer-events:none}.enter-text{text-shadow:0 0 15px rgba(255,255,255,.8);animation:pulse 2s infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}body.gated :not(.enter-gate){visibility:hidden}.video-background{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:1;opacity:.15;overflow:hidden;display:flex;justify-content:center;align-items:center}.video-background video{min-width:100vw;min-height:100vh;object-fit:cover;display:block;margin:0 auto}.player-container{position:fixed;bottom:20px;left:0;width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;z-index:20}.now-playing{color:rgba(255,255,255,.9);font-size:1rem;cursor:pointer;transition:all .3s ease;text-align:center;overflow:hidden;position:relative}.now-playing:hover{color:white;text-shadow:0 0 10px rgba(255,255,255,.5)}.video-controls{display:flex;gap:15px}.video-control{background:transparent;border:none;color:rgba(255,255,255,.7);font-size:1rem;cursor:pointer;transition:all .2s;padding:4px}.video-control:hover{color:white}.main-text{font-size:4rem;font-weight:300;color:#ffffff;text-shadow:0 0 10px rgba(255,255,255,.3),0 0 20px rgba(255,255,255,.2);letter-spacing:.05em;margin-bottom:2rem}.info-container,.main-text{z-index:10;position:relative}.info-container{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:1.5rem;max-width:500px;margin:0 auto;box-shadow:0 8px 32px rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.1)}.info-text{font-size:.9rem;font-weight:300;color:rgba(255,255,255,.9);text-align:center;line-height:1.6;letter-spacing:.02em}.info-text div{margin-bottom:.5rem}.info-text a{color:rgba(255,255,255,.9);text-decoration:none;transition:all .3s ease;position:relative}.info-text a:hover{color:#ffffff}.info-text a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:white;transition:width .3s ease}.info-text a:hover:after{width:100%}.social-icons{display:flex;justify-content:center;gap:20px;margin:2rem 0;z-index:1000;position:relative}.social-icon{color:rgba(255,255,255,.7);font-size:1.5rem;transition:all .3s ease;cursor:pointer;z-index:1001;position:relative;pointer-events:auto}.social-icon:hover{color:white;transform:translateY(-3px)}.crypto-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.2);z-index:100;opacity:0;pointer-events:none;transition:opacity .3s ease;width:80%;max-width:400px;border:1px solid rgba(0,0,0,.1)}.crypto-popup.visible{opacity:1;pointer-events:all}.crypto-popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:10px}.crypto-popup-title{font-size:1.2rem;color:#333;font-weight:500}.close-crypto-popup{background:none;border:none;color:#333;font-size:1.5rem;cursor:pointer}.crypto-address{margin-bottom:15px}.crypto-address-title{font-size:.9rem;color:#555;margin-bottom:5px}.crypto-address-value{font-size:.8rem;color:#222;word-break:break-all;background:rgba(0,0,0,.05);padding:8px;border-radius:5px;cursor:pointer;transition:background .2s;font-family:monospace}.crypto-address-value:hover{background:rgba(0,0,0,.1)}.crumb{position:absolute;width:4px;height:4px;background-color:rgba(255,255,255,.8);border-radius:50%;pointer-events:none;z-index:100;animation:fall linear}@keyframes fall{to{transform:translateY(50px) rotate(1turn);opacity:0}}.trail-dot{position:fixed;width:6px;height:6px;background:rgba(255,255,255,.8);border-radius:50%;pointer-events:none;z-index:100;transition:all .1s ease;box-shadow:0 0 10px rgba(255,255,255,.5)}.trail-dot.fade{opacity:0;transform:scale(.5)}.particle{position:absolute;width:4px;height:4px;background:rgba(255,255,255,.6);border-radius:50%;pointer-events:none;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0deg);opacity:.6}50%{transform:translateY(-20px) rotate(180deg);opacity:1}}.glow-effect{position:relative}.glow-effect:before{content:"";position:absolute;inset:0;border-radius:50%;filter:blur(20px);opacity:.5;transition:opacity .3s ease;background:radial-gradient(circle,rgba(255,255,255,.3) 0,transparent 70%)}.glow-effect:hover:before{opacity:1}.about-card,.project-card{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:1.5rem;box-shadow:0 8px 32px rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.1);transition:all .3s ease;cursor:pointer}.about-card:hover,.project-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.2)}.about-card h3,.project-card h3{color:white;font-size:1.3rem;font-weight:600;margin-bottom:.8rem;text-shadow:0 0 10px rgba(255,255,255,.3)}.about-card p,.project-card p{color:rgba(255,255,255,.9);font-size:.95rem;line-height:1.6;margin-bottom:.5rem}.about-card p:last-child,.project-card p:last-child{margin-bottom:0}.scrollable-cards{max-height:calc(100vh - 180px);overflow-y:auto;display:flex;flex-direction:column;gap:20px;max-width:800px;width:100%;padding:20px 20px 40px}.about-card,.project-card{min-width:0}@media (max-width:768px){.nav-bar{gap:20px;padding:0 20px}.nav-tab{font-size:.8rem}.main-text{font-size:2.5rem;margin-bottom:1.5rem}.info-text{font-size:.8rem}.social-icon{font-size:1.2rem}.info-container{padding:1rem;margin:0 1rem}.about-card,.project-card{padding:1rem;margin:0 .5rem}.about-card h3,.project-card h3{font-size:1.1rem}.about-card p,.project-card p{font-size:.85rem}}@media (max-width:600px){.scrollable-cards{max-width:100vw;padding:10px 6px 20px;gap:12px}.about-card,.project-card{font-size:.92rem;padding:.8rem}}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_549949{font-family:Inter,Inter Fallback;font-style:normal}