.SidebarItem-module__LTtQVW__item{color:#fff9;cursor:pointer;text-align:left;background:#ffffff08;border:1px solid #ffffff0d;border-radius:15px;align-items:center;gap:1rem;width:100%;padding:1rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.SidebarItem-module__LTtQVW__item:hover{color:#fff;background:#ffffff14;transform:translate(5px)}.SidebarItem-module__LTtQVW__active{background:#00d4ff1a;border-color:#00d4ff4d;color:#00d4ff!important}.SidebarItem-module__LTtQVW__iconWrapper{background:#ffffff0d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.SidebarItem-module__LTtQVW__placeholderIcon{font-size:1.2rem;font-weight:700}.SidebarItem-module__LTtQVW__active .SidebarItem-module__LTtQVW__iconWrapper{background:#00d4ff33;box-shadow:0 0 20px #00d4ff1a}.SidebarItem-module__LTtQVW__name{white-space:nowrap;font-size:1rem;font-weight:500}.SidebarItem-module__LTtQVW__indicator{background:#00d4ff;width:3px;transition:transform .3s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.SidebarItem-module__LTtQVW__active .SidebarItem-module__LTtQVW__indicator{transform:scaleY(1)}@media (max-width:768px){.SidebarItem-module__LTtQVW__item{scroll-snap-align:start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#ffffff0a;border:1.5px solid #ffffff14;border-radius:50px;gap:.65rem;width:auto;min-width:max-content;padding:.75rem 1.25rem}.SidebarItem-module__LTtQVW__item:active{transition:transform .1s;transform:scale(.96)}.SidebarItem-module__LTtQVW__item:hover{transform:none}.SidebarItem-module__LTtQVW__active{background:linear-gradient(135deg,#00d4ff26 0%,#00d4ff14 100%);border-color:#00d4ff66;box-shadow:0 4px 20px #00d4ff26,inset 0 1px #ffffff1a}.SidebarItem-module__LTtQVW__iconWrapper{border-radius:8px;width:32px;height:32px}.SidebarItem-module__LTtQVW__placeholderIcon{font-size:1rem}.SidebarItem-module__LTtQVW__active .SidebarItem-module__LTtQVW__iconWrapper{background:#00d4ff40;box-shadow:0 0 15px #00d4ff4d}.SidebarItem-module__LTtQVW__name{font-size:.9rem;font-weight:600}.SidebarItem-module__LTtQVW__indicator{display:none}}@media (max-width:480px){.SidebarItem-module__LTtQVW__item{padding:.65rem 1rem}.SidebarItem-module__LTtQVW__iconWrapper{width:28px;height:28px}.SidebarItem-module__LTtQVW__placeholderIcon{font-size:.9rem}.SidebarItem-module__LTtQVW__name{font-size:.85rem}}
.Sidebar-module__z0zDVq__sidebar{flex-shrink:0;width:300px}.Sidebar-module__z0zDVq__stickyContainer{position:sticky;top:100px}.Sidebar-module__z0zDVq__title{text-transform:uppercase;letter-spacing:.2em;color:#fff6;margin-bottom:1.5rem;padding-left:1rem;font-size:.8rem}.Sidebar-module__z0zDVq__itemList{flex-direction:column;gap:.75rem;display:flex}@media (max-width:768px){.Sidebar-module__z0zDVq__sidebar{z-index:10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#050505 85%,#0000 100%);order:1;width:100%;margin-bottom:1.5rem;padding:1.5rem 0 2rem;position:sticky;top:0}.Sidebar-module__z0zDVq__stickyContainer{position:static}.Sidebar-module__z0zDVq__title{display:none}.Sidebar-module__z0zDVq__itemList{scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;flex-direction:row;gap:.75rem;padding:0 1.25rem .5rem;scroll-padding:1.25rem;overflow:auto hidden}.Sidebar-module__z0zDVq__itemList::-webkit-scrollbar{display:none}.Sidebar-module__z0zDVq__sidebar:before,.Sidebar-module__z0zDVq__sidebar:after{content:"";pointer-events:none;z-index:2;width:40px;position:absolute;top:1.5rem;bottom:0}.Sidebar-module__z0zDVq__sidebar:before{background:linear-gradient(90deg,#050505 0%,#0000 100%);left:0}.Sidebar-module__z0zDVq__sidebar:after{background:linear-gradient(270deg,#050505 0%,#0000 100%);right:0}}
.TechCard-module__h6CreG__card{opacity:0;background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:.5s ease-out forwards TechCard-module__h6CreG__scaleIn;display:flex;transform:scale(.9)}@keyframes TechCard-module__h6CreG__scaleIn{to{opacity:1;transform:scale(1)}}.TechCard-module__h6CreG__card:hover{background:#ffffff14;border-color:#00d4ff66;transform:translateY(-5px)}.TechCard-module__h6CreG__logoWrapper{background:#ffffff0d;border-radius:15px;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex}.TechCard-module__h6CreG__card:hover .TechCard-module__h6CreG__logoWrapper{background:#ffffff1a;box-shadow:0 0 30px #00d4ff33}.TechCard-module__h6CreG__logo{object-fit:contain;filter:grayscale()brightness(1.5);transition:all .3s}.TechCard-module__h6CreG__card:hover .TechCard-module__h6CreG__logo{filter:none;transform:scale(1.1)}.TechCard-module__h6CreG__techName{color:#ffffffb3;text-align:center;font-size:.9rem;font-weight:500;transition:color .3s}.TechCard-module__h6CreG__card:hover .TechCard-module__h6CreG__techName{color:#fff}@media (max-width:768px){.TechCard-module__h6CreG__card{-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:linear-gradient(135deg,#ffffff0a 0%,#ffffff05 100%);border:1px solid #ffffff14;border-radius:16px;gap:.75rem;padding:1.25rem .85rem;animation:.4s cubic-bezier(.4,0,.2,1) forwards TechCard-module__h6CreG__mobileScaleIn;position:relative;overflow:hidden}@keyframes TechCard-module__h6CreG__mobileScaleIn{0%{opacity:0;transform:scale(.85)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.TechCard-module__h6CreG__card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#00d4ff4d,#0000);height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.TechCard-module__h6CreG__card:active{background:#ffffff14;transition:all .1s;transform:scale(.96)}.TechCard-module__h6CreG__card:active:before{opacity:1}.TechCard-module__h6CreG__card:hover{transform:none}.TechCard-module__h6CreG__logoWrapper{background:#ffffff14;border-radius:12px;width:52px;height:52px}.TechCard-module__h6CreG__card:active .TechCard-module__h6CreG__logoWrapper{background:#00d4ff26;box-shadow:0 0 20px #00d4ff33}.TechCard-module__h6CreG__logo{filter:grayscale(.7)brightness(1.3);width:36px;height:36px}.TechCard-module__h6CreG__card:active .TechCard-module__h6CreG__logo{filter:none;transform:scale(1.05)}.TechCard-module__h6CreG__techName{color:#ffffffbf;font-size:.8rem;font-weight:600;line-height:1.2}.TechCard-module__h6CreG__card:active .TechCard-module__h6CreG__techName{color:#fff}}@media (max-width:480px){.TechCard-module__h6CreG__card{padding:1rem .65rem}.TechCard-module__h6CreG__logoWrapper{width:44px;height:44px}.TechCard-module__h6CreG__logo{width:30px;height:30px}.TechCard-module__h6CreG__techName{font-size:.75rem}}
.TechGrid-module__bepcLG__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.5rem;display:grid}@media (max-width:768px){.TechGrid-module__bepcLG__grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:1rem;padding:0 .25rem}}@media (max-width:480px){.TechGrid-module__bepcLG__grid{grid-template-columns:repeat(3,1fr);gap:.85rem}}@media (max-width:360px){.TechGrid-module__bepcLG__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}
.TechContent-module__F7DqPq__container{animation:.5s ease-out TechContent-module__F7DqPq__fadeIn}@keyframes TechContent-module__F7DqPq__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.TechContent-module__F7DqPq__header{margin-bottom:3rem}.TechContent-module__F7DqPq__title{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.TechContent-module__F7DqPq__description{color:#ffffff80;max-width:800px;font-size:1.1rem;line-height:1.6}.TechContent-module__F7DqPq__sectionLabel{text-transform:uppercase;letter-spacing:.2em;color:#00d4ff99;margin-bottom:2rem;font-size:.8rem}@media (max-width:768px){.TechContent-module__F7DqPq__container{padding:0 1.25rem 2rem;animation:.4s cubic-bezier(.4,0,.2,1) TechContent-module__F7DqPq__slideUp}@keyframes TechContent-module__F7DqPq__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.TechContent-module__F7DqPq__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#00d4ff08 0%,#00d4ff03 100%);border:1px solid #ffffff0d;border-radius:20px;margin-bottom:2rem;padding:2rem 1.5rem;position:relative;overflow:hidden}.TechContent-module__F7DqPq__header:before{content:"";background:linear-gradient(90deg,#00d4ff,#0000);height:3px;position:absolute;top:0;left:0;right:0}.TechContent-module__F7DqPq__title{background:linear-gradient(135deg,#fff 0%,#a5f3fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:1.75rem;line-height:1.2}.TechContent-module__F7DqPq__description{color:#fff9;max-width:100%;font-size:.95rem;line-height:1.5}.TechContent-module__F7DqPq__gridSection{margin-top:1.5rem}.TechContent-module__F7DqPq__sectionLabel{align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-left:.25rem;font-size:.7rem;display:flex}.TechContent-module__F7DqPq__sectionLabel:before{content:"";background:#00d4ff;border-radius:2px;width:3px;height:12px}}@media (max-width:480px){.TechContent-module__F7DqPq__header{padding:1.5rem 1.25rem}.TechContent-module__F7DqPq__title{font-size:1.5rem}.TechContent-module__F7DqPq__description{font-size:.9rem}}
.TechStackLayout-module__slYFla__layout{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:30px;gap:4rem;min-height:600px;padding:3rem;display:flex;position:relative}.TechStackLayout-module__slYFla__contentWrapper{flex:1;min-width:0}@media (max-width:768px){.TechStackLayout-module__slYFla__layout{background:0 0;border:none;border-radius:0;flex-direction:column;gap:0;min-height:auto;padding:0}.TechStackLayout-module__slYFla__contentWrapper{order:2}}
.TechStack-module__KJicza__main{color:#fff;background:#050505;min-height:100vh}.TechStack-module__KJicza__heroSection{padding:10rem 2rem 5rem;position:relative;overflow:hidden}.TechStack-module__KJicza__container{text-align:center;flex-direction:column;align-items:center;max-width:1400px;margin:0 auto;display:flex}.TechStack-module__KJicza__badge{letter-spacing:.1em;color:#00d4ff;background:#00d4ff1a;border:1px solid #00d4ff33;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.8rem;display:inline-flex}.TechStack-module__KJicza__badgeDot{background:#00d4ff;border-radius:50%;width:6px;height:6px;animation:2s cubic-bezier(.4,0,.6,1) infinite TechStack-module__KJicza__pulse;box-shadow:0 0 10px #00d4ff}@keyframes TechStack-module__KJicza__pulse{0%,to{opacity:1;box-shadow:0 0 10px #00d4ff}50%{opacity:.5;box-shadow:0 0 20px #00d4ff}}.TechStack-module__KJicza__bigTitle{flex-direction:column;align-items:center;margin-bottom:2rem;font-size:clamp(3rem,10vw,7rem);line-height:.9;display:flex}.TechStack-module__KJicza__outlineText{color:#0000;-webkit-text-stroke:1px #fff3;font-weight:200}.TechStack-module__KJicza__solidText{background:linear-gradient(90deg,#fff,#a5f3fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.TechStack-module__KJicza__description{color:#fff9;max-width:600px;font-size:1.25rem;line-height:1.6}.TechStack-module__KJicza__layoutSection{max-width:1400px;margin:0 auto;padding:2rem 2rem 10rem}@media (max-width:768px){.TechStack-module__KJicza__heroSection{background:linear-gradient(#050505 0%,#0a0a0a 100%);padding:4rem 1.25rem 2.5rem}.TechStack-module__KJicza__container{text-align:left;align-items:flex-start}.TechStack-module__KJicza__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:1.25rem;padding:.35rem .75rem;font-size:.65rem}.TechStack-module__KJicza__badgeDot{width:5px;height:5px}.TechStack-module__KJicza__bigTitle{align-items:flex-start;margin-bottom:1.25rem;font-size:clamp(2.25rem,11vw,3.25rem);line-height:1.05}.TechStack-module__KJicza__outlineText{-webkit-text-stroke:.5px #ffffff4d;font-weight:300}.TechStack-module__KJicza__description{color:#ffffff80;max-width:100%;font-size:.95rem;line-height:1.5}.TechStack-module__KJicza__layoutSection{padding:0 0 5rem}}
