@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Fira+Code:wght@400;500&display=swap";:root{--bg-color: #0a0a0a;--text-color: #e0e0e0;--accent-color: #646cff;--accent-hover: #535bf2;--secondary-bg: #1a1a1a;--card-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--font-main: "Inter", sans-serif;--font-code: "Fira Code", monospace}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);line-height:1.6}a{text-decoration:none;color:inherit;transition:.3s}button{cursor:pointer;border:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--secondary-bg);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.section-title{font-size:2.5rem;margin-bottom:2rem;text-align:center;background:linear-gradient(to right,#fff,var(--accent-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:768px){.section-title{font-size:2rem}}.holo-card h3{font-size:2rem;margin-bottom:.5rem;background:linear-gradient(to right,#fff,var(--accent-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.btn{padding:12px 24px;border-radius:8px;font-weight:600;transition:all .3s ease}.btn-primary{background:var(--accent-color);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 15px #646cff66}.glass{background:var(--card-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:16px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.reveal{opacity:0;transform:translateY(50px);transition:all .8s ease-out}.reveal.active{opacity:1;transform:translateY(0)}.flip-card{background-color:transparent;width:100%;height:300px;perspective:1000px;cursor:pointer}.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d}.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem}.flip-card-front{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border)}.flip-card-back{background:var(--secondary-bg);border:1px solid var(--accent-color);transform:rotateY(180deg);box-shadow:0 0 20px #646cff33;padding:2rem}.skill-logo{width:90px;height:90px;margin-bottom:1.5rem;transition:transform .3s ease;object-fit:contain;background:#ffffff14;padding:12px;border-radius:12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 15px #0003}.flip-card:hover .skill-logo{transform:scale(1.1)}.hide-scrollbar::-webkit-scrollbar{height:8px}.hide-scrollbar::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.hide-scrollbar::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:4px}.hide-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.scroll-container{display:flex;width:max-content;gap:2rem;padding:1rem 0 2rem;animation:scrollLeft 30s linear infinite}.scroll-container:hover{animation-play-state:paused}.scroll-wrapper{overflow:hidden;width:100%;position:relative}.scroll-wrapper:before,.scroll-wrapper:after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.scroll-wrapper:before{left:0;background:linear-gradient(to right,var(--secondary-bg),transparent)}.scroll-wrapper:after{right:0;background:linear-gradient(to left,var(--secondary-bg),transparent)}.holo-card{position:relative;width:320px;height:450px;background:var(--card-bg);border-radius:20px;border:1px solid var(--glass-border);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;box-shadow:0 10px 30px #00000080;transition:transform .1s ease-out;transform-style:preserve-3d;overflow:hidden;cursor:pointer}.holo-card-content{position:relative;z-index:2;text-align:center;transform:translateZ(50px)}.holo-profile-img{width:120px;height:120px;border-radius:50%;border:4px solid rgba(255,255,255,.2);margin-bottom:1.5rem;overflow:hidden;box-shadow:0 0 20px #646cff66}.holo-profile-img img{width:100%;height:100%;object-fit:cover}.holo-card h3{font-size:2rem;margin-bottom:.5rem;background:linear-gradient(to right,var(--accent-color),#00F2FF);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.holo-card p{color:#ccc;margin-bottom:2rem;font-size:1.1rem}.holo-tags{display:flex;gap:1rem;justify-content:center}.holo-tags span{padding:6px 12px;background:#ffffff1a;border-radius:20px;font-size:.9rem;color:var(--accent-color);border:1px solid var(--glass-border)}.holo-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(125deg,#fff0,#ffffff0d 40%,#fff3,#ffffff0d 60%,#fff0);opacity:0;transition:opacity .3s;pointer-events:none;z-index:3;mix-blend-mode:overlay}.holo-card:hover .holo-overlay{opacity:1}.holo-card:hover{background:#141414cc;box-shadow:0 20px 50px #0009,0 0 30px #646cff33}.holo-card:hover:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 180deg at 50% 50%,transparent 0deg,rgba(0,242,255,.1) 60deg,rgba(112,0,255,.1) 120deg,rgba(255,0,128,.1) 180deg,rgba(0,242,255,.1) 240deg,transparent 360deg);animation:rotate 4s linear infinite;z-index:1;opacity:.5;pointer-events:none}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-areas:"ai ai web3" "auto backend backend" "db db db";gap:1.25rem;max-width:1000px;margin:0 auto}.bento-card{position:relative;padding:1.75rem;cursor:default;overflow:hidden;opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease,box-shadow .4s ease,border-color .4s ease}.bento-card--visible{opacity:1;transform:translateY(0)}.bento-card:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:280%;height:280%;background:radial-gradient(circle,rgba(100,108,255,.07) 0%,transparent 45%);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:0}.bento-card:hover:before{opacity:1}.bento-card:hover{border-color:#646cff40;box-shadow:0 8px 40px #646cff1f,0 0 0 1px #646cff14}.bento-card>*{position:relative;z-index:1}.bento-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.bento-card-icon{color:var(--accent-color);display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#646cff1a;border:1px solid rgba(100,108,255,.2);flex-shrink:0;transition:box-shadow .4s ease}.bento-card:hover .bento-card-icon{box-shadow:0 0 20px #646cff40}.bento-card--primary .bento-card-icon{width:52px;height:52px}.bento-card-title{font-size:1.15rem;color:#fff;font-weight:600;margin:0}.bento-card--primary .bento-card-title{font-size:1.25rem}.bento-tags{display:flex;flex-wrap:wrap;gap:.5rem}.bento-tag{font-size:.8rem;padding:5px 12px;background:#ffffff0f;color:#c4c9ff;border-radius:8px;border:1px solid rgba(255,255,255,.08);transition:all .25s ease;font-weight:500}.bento-tag:hover{background:#646cff2e;border-color:#646cff59;color:#fff;box-shadow:0 0 12px #646cff26}@media(max-width:768px){.bento-grid{grid-template-columns:repeat(2,1fr);grid-template-areas:"ai ai" "backend backend" "web3 auto" "db db"}}@media(max-width:480px){.bento-grid{grid-template-columns:1fr;grid-template-areas:"ai" "backend" "web3" "auto" "db"}}.timeline{position:relative;max-width:800px;margin:0 auto;padding:1rem 0}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent 0%,rgba(100,108,255,.3) 10%,rgba(100,108,255,.5) 50%,rgba(100,108,255,.3) 90%,transparent 100%);transform:translate(-50%)}.timeline-item{position:relative;width:50%;margin-bottom:2rem;opacity:0;transition:opacity .6s ease,transform .6s ease}.timeline-item--visible{opacity:1}.timeline-item:nth-child(odd){margin-left:0;padding-right:3rem;transform:translate(-30px)}.timeline-item:nth-child(odd).timeline-item--visible{transform:translate(0)}.timeline-item:nth-child(2n){margin-left:50%;padding-left:3rem;transform:translate(30px)}.timeline-item:nth-child(2n).timeline-item--visible{transform:translate(0)}.timeline-dot{position:absolute;top:1.5rem;width:14px;height:14px;border-radius:50%;background:var(--accent-color);box-shadow:0 0 12px #646cff99,0 0 24px #646cff4d;z-index:2;transition:box-shadow .3s ease}.timeline-item:hover .timeline-dot{box-shadow:0 0 16px #646cffcc,0 0 32px #646cff66}.timeline-item:nth-child(odd) .timeline-dot{right:-7px}.timeline-item:nth-child(2n) .timeline-dot{left:-7px}.timeline-card{padding:1.25rem 1.5rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;cursor:default}.timeline-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #646cff1f;border-color:#646cff33}.timeline-card-title{font-size:1.05rem;color:#fff;font-weight:600;margin:0 0 .35rem}.timeline-card-event{font-size:.88rem;color:#aaa;margin:0 0 .5rem;line-height:1.5}.timeline-card-year{display:inline-block;font-size:.72rem;color:var(--accent-color);font-weight:600;background:#646cff1a;padding:3px 12px;border-radius:12px;border:1px solid rgba(100,108,255,.2);letter-spacing:.5px}.timeline-card-icon{float:right;color:#646cff4d;margin-left:.75rem;margin-top:.1rem}@media(max-width:768px){.timeline:before{left:20px}.timeline-item{width:100%;padding-left:3.5rem!important;padding-right:0!important;margin-left:0!important}.timeline-item:nth-child(odd),.timeline-item:nth-child(2n){transform:translate(30px)}.timeline-item:nth-child(odd).timeline-item--visible,.timeline-item:nth-child(2n).timeline-item--visible{transform:translate(0)}.timeline-dot{left:13px!important;right:auto!important}}.projects-section{overflow:hidden;width:100%}.projects-carousel-viewport{position:relative;margin:0 -20px;width:100%}@media(min-width:769px){.projects-carousel-viewport:before,.projects-carousel-viewport:after{content:"";position:absolute;top:0;width:60px;height:calc(100% - 50px);z-index:4;pointer-events:none}.projects-carousel-viewport:before{left:0;background:linear-gradient(to right,var(--bg-color),transparent)}.projects-carousel-viewport:after{right:0;background:linear-gradient(to left,var(--bg-color),transparent)}}.projects-carousel-track{display:flex;gap:1.5rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:1.5rem 2rem 2rem}.projects-carousel-track::-webkit-scrollbar{display:none}.project-card{flex:0 0 min(460px,80vw);scroll-snap-align:center;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;opacity:.45;transform:scale(.93);transition:opacity .45s ease,transform .45s ease,box-shadow .45s ease,border-color .45s ease;will-change:opacity,transform}.project-card--active{opacity:1;transform:scale(1);box-shadow:0 16px 48px #0000004d,0 0 0 1px #646cff1a}.carousel-arrow{position:absolute;top:calc(50% - 25px);transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#0a0a0acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:all .3s ease;padding:0}.carousel-arrow:hover{background:#646cff33;border-color:#646cff66;box-shadow:0 0 20px #646cff33}.carousel-arrow--left{left:12px}.carousel-arrow--right{right:12px}.carousel-dots{display:flex;justify-content:center;gap:8px;padding-top:1rem}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#fff3;border:none;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot--active{background:var(--accent-color);box-shadow:0 0 8px #646cff80;transform:scale(1.3)}.carousel-dot:hover:not(.carousel-dot--active){background:#fff6}@media(max-width:768px){.projects-section{width:100%;max-width:100vw;overflow-x:hidden;padding-inline:0}.projects-carousel-viewport{width:100%;max-width:100vw;overflow:hidden;margin:0}.projects-carousel-track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:6vw;padding-inline:6vw;padding-top:1rem;padding-bottom:1.5rem;-webkit-overflow-scrolling:touch}.project-card{flex:0 0 clamp(280px,88vw,360px);max-width:clamp(280px,88vw,360px);scroll-snap-align:center;transform:none!important;opacity:1!important;border-radius:1rem;box-shadow:0 8px 20px #0000004d}.project-card-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:1rem 1rem 0 0}.project-card-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.project-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:.88rem!important;line-height:1.5!important}.carousel-arrow{display:none!important}}.hero-rotating-wrapper{min-height:2rem;margin-bottom:1.5rem;overflow:hidden}.hero-rotating-text{font-size:1.05rem;color:#646cffb3;font-family:var(--font-code);font-weight:400;opacity:0;transform:translateY(10px);transition:opacity .45s ease,transform .45s ease}.hero-rotating-text--visible{opacity:1;transform:translateY(0)}.hero-floating-badges{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.hero-floating-badge{position:absolute;font-size:.72rem;padding:4px 12px;background:#646cff0f;color:#646cff66;border:1px solid rgba(100,108,255,.1);border-radius:20px;font-family:var(--font-code);font-weight:500;animation:floatBadge 8s ease-in-out infinite;pointer-events:none;white-space:nowrap}@keyframes floatBadge{0%,to{transform:translateY(0) translate(0)}25%{transform:translateY(-10px) translate(4px)}50%{transform:translateY(-5px) translate(-4px)}75%{transform:translateY(-14px) translate(2px)}}@media(max-width:768px){.hero-floating-badges{display:none}.hero-rotating-text{font-size:.9rem}}.glass{transition:box-shadow .3s ease,border-color .3s ease}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.other-projects-section{width:100%;max-width:100%;overflow-x:hidden;padding-inline:clamp(.75rem,4vw,1.25rem);margin-top:4.5rem}.other-projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;width:100%;max-width:100%;min-width:0}.other-project-card{display:flex;flex-direction:column;padding:1rem;border-radius:1.2rem;background:#18181c73;border:1px solid rgba(255,255,255,.05);overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.other-project-card:hover{transform:translateY(-4px);border-color:#646cff40;box-shadow:0 12px 30px #646cff1a}.other-project-thumb{width:100%;aspect-ratio:16 / 9;border-radius:.9rem;overflow:hidden;background:linear-gradient(135deg,#6366f12e,#0f0f12e6);flex-shrink:0;position:relative}.other-project-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .5s ease}.other-project-card:hover .other-project-thumb img{transform:scale(1.04)}.other-project-info{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0;width:100%;overflow:hidden}.other-project-title{font-size:1.1rem;line-height:1.25;color:#fff;font-weight:600;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.other-project-description{font-size:.85rem;line-height:1.5;color:#ffffffad;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;max-width:100%}.other-project-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.2rem;max-width:100%;overflow:hidden}.other-project-tag{max-width:100%;white-space:nowrap;font-size:clamp(.62rem,2.5vw,.72rem);padding:.24rem .42rem;background:#ffffff0d;color:#c4c9ff;border-radius:6px;border:1px solid rgba(255,255,255,.06);font-family:var(--font-code);font-weight:500}.other-project-link{font-size:.75rem;color:var(--accent-color);font-family:var(--font-code);font-weight:500;margin-top:auto;padding-top:.5rem;display:inline-flex;align-items:center;transition:color .3s ease;width:fit-content;max-width:100%}.other-project-link:hover{color:var(--accent-hover)}@media(max-width:1024px){.other-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.other-projects-section{padding-block:3rem;padding-inline:clamp(.75rem,4vw,1.25rem);width:100%;max-width:100%;overflow-x:hidden;margin-top:2rem}.other-projects-grid{display:flex;flex-direction:column;gap:.85rem;width:100%}.other-project-card{display:grid;grid-template-columns:clamp(72px,24vw,112px) minmax(0,1fr);gap:clamp(.65rem,3vw,.9rem);width:100%;max-width:100%;padding:clamp(.7rem,3vw,.9rem);border-radius:1rem;background:#18181cd1;border:1px solid rgba(255,255,255,.08);overflow:hidden;box-sizing:border-box}.other-project-card:hover{transform:none;box-shadow:none;border-color:#ffffff14}.other-project-thumb{width:100%;max-width:112px;aspect-ratio:4 / 3;border-radius:.75rem;overflow:hidden;background:linear-gradient(135deg,#6366f12e,#0f0f12e6);flex-shrink:0}.other-project-card:hover .other-project-thumb img{transform:none}.other-project-info{min-width:0;width:100%;overflow:hidden;display:flex;flex-direction:column;gap:.35rem;margin-top:0}.other-project-title{font-size:.98rem;line-height:1.25;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;max-width:100%}.other-project-description{font-size:.78rem;line-height:1.4;color:#ffffffad;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-width:0;max-width:100%}.other-project-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.15rem;min-width:0;max-width:100%;overflow:hidden}.other-project-tag{font-size:.65rem;padding:.22rem .42rem;border-radius:.45rem}.other-project-link{font-size:.75rem;margin-top:.15rem;padding-top:0;width:fit-content}}@media(max-width:380px){.other-project-card{grid-template-columns:1fr}.other-project-thumb{width:100%;max-width:none;aspect-ratio:16 / 9}}
