:root{--bg-color: #0b1026;--bg-secondary: #0f142e;--card-bg: rgba(20, 30, 60, .4);--card-border: rgba(100, 150, 255, .1);--text-primary: #f8fafc;--text-secondary: #cbd5e1;--accent-color: #FFDE21;--accent-hover: #FFE44D;--accent-glow: rgba(255, 222, 33, .2);--success-color: #22c55e;--font-main: "Inter", system-ui, -apple-system, sans-serif;--font-mono: monospace;--container-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;overflow-x:hidden;overflow-y:auto;width:100%;position:relative;min-height:100vh}html{overflow-x:hidden;overflow-y:auto;width:100%;background-color:var(--bg-color)}a{text-decoration:none;color:var(--accent-color);transition:all .3s ease}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}section{padding:8rem 0;position:relative}h1,h2,h3{color:var(--text-primary);font-weight:700;line-height:1.2}h2{font-size:2.5rem;margin-bottom:1.5rem;text-align:center;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:2px;position:relative;display:table;margin-left:auto;margin-right:auto;border-bottom:2px solid var(--accent-color);padding-bottom:.5rem}#about h2{margin-bottom:1rem}.fantasy-card{background:var(--card-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--card-border);border-radius:8px;padding:1.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.fantasy-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.fantasy-card:hover{transform:translateY(-8px);border-color:#ffde214d;box-shadow:0 10px 30px -10px #00000080,0 0 20px -5px var(--accent-glow) inset}.about-grid{max-width:800px;margin:0 auto;text-align:center}.about-grid p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.5rem}.skill-item{composes:fantasy-card;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;aspect-ratio:1;padding:1rem!important;background:#0f142399!important}.skill-item:hover{transform:none;z-index:10;background:#14192dcc!important}.skill-item .skill-logo-img{width:48px;height:48px;margin-bottom:1rem;filter:drop-shadow(0 0 8px rgba(255,255,255,.1));transition:filter .3s}.skill-item:hover .skill-logo-img{filter:drop-shadow(0 0 .5rem var(--logo-glow, var(--accent-color))) drop-shadow(0 0 1.5rem var(--logo-glow, var(--accent-color))) drop-shadow(0 0 2.5rem var(--logo-glow, var(--accent-color)))}.skill-item h3{font-size:.9rem;margin-bottom:.2rem;color:var(--text-primary)}.skill-item p{font-size:.7rem;color:var(--text-secondary);margin:0}.projects-grid{display:flex;flex-direction:column;gap:3.5rem;padding:0 1.5rem 1.5rem;max-width:1300px;margin:0 auto}.project-card{display:flex;flex-direction:row;width:100%;height:360px;align-items:stretch;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px -10px #00000080;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;background:#0d111799;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative}.project-card:hover{transform:none;box-shadow:0 10px 30px -10px #00000080;border-color:#ffffff14}.project-image-container{width:50%;min-width:380px;flex-shrink:0;overflow:hidden;border-right:1px solid rgba(255,255,255,.05);position:relative;height:100%}.project-image-container:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(13,17,23,.9),transparent 60%);opacity:.6;transition:opacity .3s ease;pointer-events:none;z-index:1}.project-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.project-content{padding:2.5rem;flex:1;display:flex;flex-direction:column}.project-card h3{font-size:2rem;margin-bottom:.8rem;color:#fff;font-weight:700;letter-spacing:-.5px}.project-role{color:var(--text-secondary);font-size:.95rem;font-weight:600;margin-bottom:.6rem}.project-tech{display:flex;align-self:flex-start;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tech .tech-tag{color:var(--text-primary);background:#ffffff08;border:1px solid rgba(255,255,255,.06);box-shadow:none;padding:.35rem .7rem;font-weight:600}.project-tech .tech-tag img{width:1.05rem;height:1.05rem;opacity:.95;filter:none}.tech-tag{font-family:var(--font-mono);font-size:.75rem;color:var(--accent-color);background:#ffde2114;padding:.4rem .8rem;border-radius:50px;border:1px solid rgba(255,222,33,.15);font-weight:600;line-height:1.4;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.tech-tag:hover{background:#ffde2114;transform:none;cursor:default}.tech-tag img{width:1rem;height:1rem;object-fit:contain}.tech-tag img.invert-icon{filter:brightness(0) invert(1)}.project-card p{color:#94a3b8;font-size:1.25rem;margin-bottom:1.6rem;line-height:1.75}@media(max-width:700px){.project-card p{font-size:1.05rem}}.project-links{margin-top:auto;display:flex;align-items:center}.project-link-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:#0b1026;background-color:var(--accent-color);font-size:.8rem;font-weight:700;padding:.4rem .8rem;border-radius:6px;border:none;transition:all .18s ease;text-transform:uppercase;letter-spacing:.4px;font-family:var(--font-mono)}.project-link-btn:hover{background-color:var(--accent-color);color:#0b1026;transform:none;box-shadow:none;cursor:default}.contact-actions{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.contact-btn,.resume-btn{background:#ffffff08;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);color:var(--text-primary);border-radius:50px;padding:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.resume-btn{width:auto;padding:0 1.5rem;gap:.8rem;font-size:.95rem;font-family:var(--font-mono)}.contact-btn:hover,.resume-btn:hover{background:#ffffff08;border-color:#ffffff1a;box-shadow:none;transform:none;color:var(--text-primary);cursor:default}.contact-actions .contact-btn:hover svg,.contact-actions .resume-btn:hover svg{color:var(--accent-color);fill:var(--accent-color)}.contact-actions .resume-btn:hover span{color:var(--accent-color)}@media(max-width:768px){h2{font-size:2rem}.projects-grid{grid-template-columns:1fr}}.project-card{cursor:pointer}@media(max-width:900px){.project-card{flex-direction:column}.project-image-container{width:100%;min-width:0;max-width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.05);aspect-ratio:16/9}}@media(max-width:900px){.project-card{height:auto!important}.project-image-container{height:auto!important;min-width:0;max-width:100%}}.project-image-carousel:hover .carousel-btn{opacity:1}.project-image-carousel{position:relative;z-index:2;width:100%;height:100%}.project-card:hover .carousel-btn{opacity:1}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#080e1e94;color:#f8fafc;border:1px solid rgba(255,255,255,.1);cursor:pointer;opacity:.22;transition:opacity .22s ease,background-color .22s ease,color .22s ease,transform .22s ease,border-color .22s ease,box-shadow .22s ease;z-index:5;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 8px 18px -14px #000000b3}.project-image-carousel:hover .carousel-btn,.project-image-carousel:focus-within .carousel-btn{opacity:.92}.carousel-btn:hover,.carousel-btn:focus-visible{background:#ffde21eb;color:#0b1026;border-color:#fff4a8b3;transform:translateY(-50%) scale(1.06);box-shadow:0 14px 24px -16px #ffde21bf,0 0 0 1px #fff4a826 inset}.carousel-btn:active{transform:translateY(-50%) scale(.97)}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}.carousel-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:5;pointer-events:auto;padding:.4rem .55rem;border-radius:999px;background:#080e1e2e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dot{width:9px;height:9px;background:#ffffff47;border-radius:50%;transition:background-color .22s ease,transform .22s ease,box-shadow .22s ease,opacity .22s ease;box-shadow:0 1px 2px #0000004d;border:none;padding:0;cursor:pointer;opacity:.8}.dot.active{background:var(--accent-color);transform:scale(1.18);opacity:1;box-shadow:0 0 0 3px #ffde212e}.dot:hover,.dot:focus-visible{background:#ffffffb3;transform:scale(1.08)}.dot.active:hover,.dot.active:focus-visible{background:var(--accent-color)}.phone-mockup{width:170px;height:330px;background:#1e293b;border-radius:20px;border:6px solid #334155;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #00000080;margin-top:10px}.phone-screen{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;background-color:#000}.project-title-inline{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.project-logo{width:32px;height:32px;object-fit:contain;margin:0;vertical-align:middle;border-radius:6px}.project-content h3{display:inline-block;vertical-align:middle;margin:0}@media(max-width:900px){.project-title-inline{gap:.5rem}.project-logo{width:24px;height:24px}.project-content h3{font-size:1.25rem}}.phone-notch{position:absolute;top:8px;left:50%;transform:translate(-50%);width:8px;height:8px;background:#334155f2;border-radius:999px;box-shadow:0 0 0 2px #1e293ba6;z-index:2}@media(max-width:480px){.container{padding:0 1rem}}@media(max-width:350px){.container{padding:0 .75rem}.project-content{padding:1rem!important}.project-tech{flex-wrap:wrap;gap:.25rem}}._main_1gt1t_1{position:relative;z-index:1;width:100%}.fantasyContainer{position:fixed;top:0;left:0;width:100%;margin:0;padding:0;overflow:hidden;background:linear-gradient(to bottom,#0b1026,#181c55 35%,#2b32b2 65%,#4a6fa5);z-index:0;pointer-events:none;height:100vh;height:100lvh;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform}.fantasyContainer svg{pointer-events:none}.star{fill:#fff}.moon{filter:drop-shadow(0 0 15px rgba(255,255,200,.6))}.landscapeLayer{transition:transform .5s ease-out}.glow{position:absolute;bottom:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 100%,rgba(100,200,255,.15) 0%,transparent 50%);pointer-events:none}@keyframes atmosphericDrift{0%{opacity:.9}25%{opacity:1}50%{opacity:.95}75%{opacity:.85}to{opacity:.9}}.lighthouseContainer{animation:atmosphericDrift 4s ease-in-out infinite alternate;will-change:opacity}@keyframes lighthouseCorePulse{0%{transform:scale(1);opacity:.95}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:.95}}.lighthouseCore{animation:lighthouseCorePulse 3s ease-in-out infinite;transform-box:fill-box;transform-origin:center}@keyframes lighthousePulse{0%{opacity:.2;transform:scale(.8)}10%{opacity:.2}45%{opacity:.9;transform:scale(1.3)}55%{opacity:.2;transform:scale(.8)}to{opacity:.2;transform:scale(.8)}}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,#1e293b,#0b1026);transition:opacity .8s cubic-bezier(.65,0,.35,1),filter .8s ease;opacity:1}.loading-screen--fade-out{opacity:0;pointer-events:none;filter:blur(8px)}.loading-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative}.loading-star-icon{font-size:2.2rem;color:#ffde21;animation:loadingSpin 3s linear infinite;text-shadow:0 0 20px rgba(255,222,33,.6);margin-bottom:.5rem}.loading-text{font-family:Courier New,Courier,monospace;font-size:.95rem;font-weight:500;color:#e2e8f0;letter-spacing:.1em;text-transform:uppercase;min-width:300px;text-align:center;animation:textFade .4s ease-in-out}.loading-bar-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.loading-bar-track{width:240px;height:4px;background:#ffffff0f;border-radius:999px;overflow:hidden;position:relative;box-shadow:inset 0 1px 2px #0003}.loading-bar-fill{height:100%;background:linear-gradient(90deg,#ffde21,#ffbf00);border-radius:999px;transition:width .1s linear;box-shadow:0 0 10px #ffde2166;position:relative}.loading-bar-fill:after{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transform:translate(-150%);animation:shimmer 1s infinite}.loading-percent{font-family:monospace;font-size:.8rem;color:#64748b;font-weight:600;margin-top:.2rem}@keyframes loadingSpin{0%{transform:rotate(0) scale(.9);opacity:.7}50%{transform:rotate(180deg) scale(1.1);opacity:1}to{transform:rotate(360deg) scale(.9);opacity:.7}}@keyframes shimmer{0%{transform:translate(-150%)}to{transform:translate(250%)}}@keyframes textFade{0%{opacity:.5;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.navbar-container{position:fixed;top:50%;left:0;transform:translateY(-50%);width:56px;min-width:56px;z-index:1000;padding:.6rem .35rem .6rem .15rem;border-radius:0 18px 18px 0;background:#0a0f1e40;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,inset 0 0 8px #ffffff05;transition:none}.navbar-container.scrolled{background:#0a0f1e40;box-shadow:0 4px 6px -1px #0000001a,inset 0 0 8px #ffffff05}.nav-content{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center}.nav-links{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;margin:0;padding:0 0 0 .25rem}.nav-link{position:relative;color:#94a3b8;display:flex;align-items:center;justify-content:flex-start;padding-left:6px;width:40px;height:40px;border-radius:10px;transition:color .22s ease,background-color .22s ease,transform .22s ease,box-shadow .22s ease;text-decoration:none;z-index:1}.nav-link:hover{color:#d8e2f0;background:#ffffff0d;transform:translate(2px);cursor:pointer}.nav-link.active{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.5);background:linear-gradient(90deg,#ffde2129,#ffffff0a);box-shadow:inset 2px 0 0 var(--accent-color, #ffde21)}.nav-link:after{content:"";position:absolute;left:-7px;top:8px;bottom:8px;width:2px;border-radius:999px;background:transparent;transition:background-color .22s ease,box-shadow .22s ease}.nav-link.active:after{background:#ffde21;box-shadow:0 0 10px #ffde2166}.icon-wrapper{display:flex;align-items:center;justify-content:center;z-index:2}.nav-phone-icon{width:18px;height:18px;display:block;filter:invert(66%) sepia(13%) saturate(452%) hue-rotate(180deg) brightness(91%) contrast(87%);transition:filter .2s ease,opacity .2s ease,transform .2s ease}.nav-link.active .nav-phone-icon{filter:invert(1) brightness(2) saturate(.9);transform:scale(1.05)}.active-indicator{display:none}.mobile-toggle{display:none;font-size:1.2rem;color:#e2e8f0;cursor:pointer;background:transparent;border:none;padding:0;z-index:1002;position:relative}.mobile-backdrop,.mobile-menu{display:none}.nav-link-mobile{color:#94a3b8;text-decoration:none;font-size:.92rem;font-weight:600;padding:.8rem 1rem;display:flex;align-items:center;gap:.85rem;border-radius:10px;transition:background .18s ease,color .18s ease}.nav-link-mobile:hover{background:#ffffff0f;color:#e2e8f0}.nav-link-mobile.active{color:#fff;background:linear-gradient(90deg,#ffde211f,#ffffff08)}.mobile-link-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0}.mobile-link-label{font-family:var(--font-mono);letter-spacing:.03em}@media(max-width:768px){.navbar-container{padding:.5rem;left:auto;right:20px;top:20px;transform:none;flex-direction:row;border-radius:50%;width:50px;height:50px;min-width:unset;display:flex;justify-content:center;align-items:center;z-index:1002}.nav-links{display:none}.mobile-toggle{display:block}.mobile-backdrop{display:block;position:fixed;inset:0;z-index:1000;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mobile-menu{display:flex;position:fixed;top:80px;right:20px;width:220px;z-index:1001;flex-direction:column;gap:.2rem;padding:.6rem;background:#0d1117f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 20px 50px -12px #0009,0 0 0 1px #ffffff0a inset}}@media(max-width:380px){.navbar-container{right:12px;top:12px;width:44px;height:44px;padding:0}.mobile-menu{right:12px;top:64px;width:200px}.nav-link-mobile{font-size:.85rem;padding:.65rem .8rem}}._section_1g7nh_1{position:relative;overflow:hidden;padding:100px 0}._glow_1g7nh_7{position:absolute;top:20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(14,165,233,.05) 0%,transparent 70%);border-radius:50%;pointer-events:none}._headingWrap_1g7nh_18{text-align:center;margin-bottom:1.5rem}._heading_1g7nh_18{font-size:3rem;margin-bottom:1rem;text-shadow:0 0 20px rgba(255,222,33,.2)}._grid_1g7nh_29{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}._stack_1g7nh_36{display:flex;flex-direction:column;gap:3rem}._card_1g7nh_42{background:#0003;padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._text_1g7nh_50{display:flex;flex-direction:column;gap:1.5rem;color:#e2e8f0;font-size:1.05rem;line-height:1.6}._label_1g7nh_59{color:var(--accent-color);font-size:1.1rem;display:block;margin-bottom:.4rem}._inlineHighlight_1g7nh_66{color:#f8fafc;font-weight:700;text-shadow:0 0 12px rgba(255,222,33,.12)}._value_1g7nh_72{color:#fff}._educationHeader_1g7nh_76{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}._educationHeading_1g7nh_83{font-size:1.8rem;color:#fff;margin:0}._timeline_1g7nh_89{position:relative;min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4rem}._centerBar_1g7nh_99{position:absolute;left:50%;top:0;bottom:0;width:4px;background:#ffffff45;transform:translate(-50%);border-radius:4px}._progressBar_1g7nh_110{position:absolute;left:50%;top:0;width:4px;transform:translate(-50%);border-radius:4px;background:#ffde2194;box-shadow:0 0 8px #ffde211f,0 0 16px #ffde210f;z-index:8;pointer-events:none}._light_1g7nh_125{position:absolute;left:50%;width:12px;height:12px;background:radial-gradient(circle,#fffffffa,#fff8c4f2 28%,#ffde21f5 58%,#ffc700bf);border-radius:50%;box-shadow:0 0 10px 2px #ffe87880,0 0 22px 6px #ffde2138;z-index:10}._lightTrail_1g7nh_144{position:absolute;left:50%;width:6px;height:40px;background:linear-gradient(to top,var(--accent-color) 0%,transparent 100%);border-radius:4px;z-index:9}._item_1g7nh_154{display:flex;width:100%;align-items:center;position:relative}._left_1g7nh_161{justify-content:flex-start}._right_1g7nh_165{justify-content:flex-end}._cardMotion_1g7nh_169{width:calc(50% - 40px);background:#0003;padding:1rem;border-radius:8px;border:1px solid;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._cardHead_1g7nh_178{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}._schoolWrap_1g7nh_187{display:flex;align-items:center;gap:.75rem}._schoolLogo_1g7nh_193{width:28px;height:28px;object-fit:cover;border-radius:6px}._school_1g7nh_187{font-size:1.25rem;color:#e2e8f0;margin:0;font-weight:700}._status_1g7nh_207{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;border-radius:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}._statusComplete_1g7nh_220{padding:4px 12px;background:#47556980}._statusCurrent_1g7nh_225{padding:5px 14px;background:#47556980}._statusFill_1g7nh_230{position:absolute;top:0;bottom:0;left:0;background:linear-gradient(90deg,#ffde21f5 0% 78%,#ffe44deb 90%,#ffec7ccc);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L12 0 Q24 3 12 6 T12 12 T12 18 T12 24 L0 24 Z' fill='black'/%3E%3C/svg%3E"),linear-gradient(black,black);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L12 0 Q24 3 12 6 T12 12 T12 18 T12 24 L0 24 Z' fill='black'/%3E%3C/svg%3E"),linear-gradient(#000,#000);-webkit-mask-size:16px 100%,calc(100% - 12px) 100%;mask-size:16px 100%,calc(100% - 12px) 100%;-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat;-webkit-mask-position:right center,left center;mask-position:right center,left center;z-index:0}._statusFillReverse_1g7nh_253{left:auto;right:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' preserveAspectRatio='none'%3E%3Cpath d='M24 0 L12 0 Q0 3 12 6 T12 12 T12 18 T12 24 L24 24 Z' fill='black'/%3E%3C/svg%3E"),linear-gradient(black,black);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' preserveAspectRatio='none'%3E%3Cpath d='M24 0 L12 0 Q0 3 12 6 T12 12 T12 18 T12 24 L24 24 Z' fill='black'/%3E%3C/svg%3E"),linear-gradient(#000,#000);-webkit-mask-position:left center,right center;mask-position:left center,right center}._statusText_1g7nh_262{position:relative;z-index:1}._degree_1g7nh_267{color:var(--text-secondary);font-size:1rem;margin-bottom:.5rem;font-weight:600}._years_1g7nh_274{color:var(--text-secondary);font-size:.9rem;margin:0;font-weight:500}._highlights_1g7nh_281{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.48);display:flex;flex-direction:column;gap:.5rem}._highlight_1g7nh_281{color:var(--text-secondary);font-size:.95rem;margin:0;display:flex;align-items:center;gap:.5rem;font-weight:600}._highlightDot_1g7nh_300{color:var(--accent-color);font-size:1rem}._connector_1g7nh_305{width:40px;height:2px;position:relative;overflow:visible;box-shadow:0 0 8px #ffffff1f}._connectorLeft_1g7nh_313{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.95) 100%)}._connectorRight_1g7nh_317{background:linear-gradient(90deg,rgba(255,255,255,.95) 0%,transparent 100%)}._connectorFill_1g7nh_321{position:absolute;top:0;bottom:0;width:100%;box-shadow:0 0 8px #ffde2124;z-index:0}._connectorFillLeft_1g7nh_330{right:0;background:linear-gradient(90deg,transparent 0%,rgba(255,222,33,.62) 100%);transform-origin:right center}._connectorFillRight_1g7nh_336{left:0;background:linear-gradient(90deg,rgba(255,222,33,.62) 0%,transparent 100%);transform-origin:left center}._node_1g7nh_342{position:absolute;top:50%;width:12px;height:12px;background:#0f172a;border:2px solid rgba(255,255,255,.95);border-radius:50%;box-shadow:0 0 10px #ffffff26,inset 0 0 4px #ffffff14;overflow:hidden;z-index:1}._nodeFill_1g7nh_355{position:absolute;inset:0;border-radius:50%;background:#ffde21eb;box-shadow:0 0 8px #ffde2129;transform-origin:center}._nodeRight_1g7nh_364{right:-6px;transform:translateY(-50%)}._nodeLeft_1g7nh_369{left:-6px;transform:translateY(-50%)}._spacer_1g7nh_374{width:calc(50% - 40px)}@media(max-width:768px){._section_1g7nh_1{padding:80px 0}._timeline_1g7nh_89{min-height:auto;gap:2.5rem}._centerBar_1g7nh_99{left:24px;transform:translate(-50%)}._progressBar_1g7nh_110,._light_1g7nh_125,._lightTrail_1g7nh_144{left:24px}._progressBar_1g7nh_110{box-shadow:0 0 6px #ffde2114,0 0 10px #ffde210a}._item_1g7nh_154{flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-left:52px;width:100%}._spacer_1g7nh_374{display:none}._connector_1g7nh_305{display:block;position:absolute;left:24px;top:50%;width:28px;height:2px;margin:0;background:linear-gradient(90deg,rgba(255,255,255,.95) 0%,transparent 100%);transform:translateY(-50%)}._connectorFillLeft_1g7nh_330,._connectorFillRight_1g7nh_336{left:0;right:auto;background:linear-gradient(90deg,rgba(255,222,33,.62) 0%,transparent 100%);transform-origin:left center}._cardMotion_1g7nh_169{width:100%;max-width:100%}._node_1g7nh_342,._nodeLeft_1g7nh_369,._nodeRight_1g7nh_364{left:-6px;right:auto;transform:translateY(-50%)}}@media(max-width:480px){._section_1g7nh_1{padding:60px 0}._grid_1g7nh_29{gap:1.5rem}._card_1g7nh_42{padding:.75rem;border-radius:10px}._text_1g7nh_50{font-size:.92rem;gap:1rem}._label_1g7nh_59{font-size:1rem}._educationHeading_1g7nh_83{font-size:1.4rem}._timeline_1g7nh_89{gap:2rem;padding:1rem 0}._centerBar_1g7nh_99{left:20px;width:4px;transform:translate(-50%)}._progressBar_1g7nh_110,._light_1g7nh_125{left:20px}._progressBar_1g7nh_110{box-shadow:0 0 4px #ffde210f,0 0 8px #ffde2108}._light_1g7nh_125{width:12px;height:12px}._lightTrail_1g7nh_144{left:20px;width:4px;height:30px}._item_1g7nh_154{padding-left:50px;margin-bottom:3rem}._connector_1g7nh_305{left:20px;top:50%;width:30px}._cardMotion_1g7nh_169{border:1px solid rgba(255,255,255,.1);background:#0d111ab3;box-shadow:0 4px 12px #0000004d}._school_1g7nh_187{font-size:1.1rem}._degree_1g7nh_267,._years_1g7nh_274,._highlight_1g7nh_281{font-size:.9rem}}@media(max-width:360px){._item_1g7nh_154{padding-left:42px;margin-bottom:2rem}._centerBar_1g7nh_99{left:20px}._light_1g7nh_125{left:20px;width:12px;height:12px}._progressBar_1g7nh_110{left:20px}._lightTrail_1g7nh_144{left:20px;width:4px}._cardMotion_1g7nh_169{padding:1rem}._school_1g7nh_187{font-size:.9rem}._text_1g7nh_50{font-size:.85rem}}._section_4juks_1{background:var(--card-bg);padding:25px 0;margin-top:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._container_4juks_8{max-width:700px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:1rem}._description_4juks_17{color:var(--text-secondary);font-size:1.1rem;font-weight:500;margin:0}._icons_4juks_24{display:flex;justify-content:center;gap:1.5rem;font-size:1.5rem}._iconLink_4juks_31{color:var(--text-primary);transition:color .2s ease,transform .2s ease}._iconLink_4juks_31:hover,._iconLink_4juks_31:focus-visible,._iconLink_4juks_31:active{color:var(--accent-color);transform:translateY(-1px)}._location_4juks_43{color:var(--text-secondary);font-size:.9rem;opacity:.8}._footer_4juks_49{background:var(--bg-secondary);color:var(--text-primary);text-align:center;padding:10px 0;font-size:1rem;letter-spacing:1px;margin-top:0}._marker_4juks_59{margin-right:6px}@media(max-width:480px){._section_4juks_1{padding:20px 0}._container_4juks_8{max-width:100%;padding:0 1rem}._description_4juks_17{font-size:.95rem}._icons_4juks_24{font-size:1.3rem;gap:1rem}._location_4juks_43{font-size:.8rem}._footer_4juks_49{font-size:.85rem;padding:8px 0}}@media(max-width:360px){._icons_4juks_24{gap:1rem}}.location-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.8rem 1.5rem;background:#0f172a99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:9999px;margin-bottom:2.5rem;cursor:default;transition:all .4s cubic-bezier(.2,.8,.2,1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,inset 0 1px #ffffff0d;position:relative;overflow:hidden}.location-icon-wrapper{display:flex;align-items:center;justify-content:center;color:var(--accent-color);position:relative}.location-icon{font-size:1rem;filter:drop-shadow(0 0 4px rgba(255,222,33,.08));z-index:1;position:relative}.location-text{font-family:var(--font-mono);font-size:.85rem;font-weight:600;color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase}.location-flag{width:1.5rem;height:auto;border-radius:1px;box-shadow:0 2px 4px #0003;filter:saturate(.9) brightness(.95)}@media(max-width:480px){.location-badge{padding:.5rem .8rem;gap:.5rem;max-width:90vw;width:fit-content;margin-left:auto;margin-right:auto;white-space:nowrap}.location-icon{font-size:.8rem}.location-text{font-size:.75rem;letter-spacing:0em;overflow:hidden;text-overflow:ellipsis}.location-flag{width:1.2rem}}@media(max-width:350px){.location-badge{padding:.4rem .6rem;max-width:95vw}.location-text{font-size:.6rem}.location-icon-wrapper{display:none}}._section_kdkkg_1{padding-top:160px;min-height:100vh;display:flex;align-items:center}._container_kdkkg_8{display:flex;flex-direction:column;align-items:center;text-align:center}._content_kdkkg_15{max-width:800px;display:flex;flex-direction:column;align-items:center}._heading_kdkkg_22{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;margin-bottom:1.5rem;font-weight:800;font-family:var(--font-mono)}._waveWrap_kdkkg_30{display:inline-block;origin-x:.7;origin-y:.7}._wave_kdkkg_30{height:.8em}._tagline_kdkkg_40{font-size:1.5rem;color:#f8fafc;text-shadow:0 2px 10px rgba(0,0,0,.5);margin-bottom:2rem;font-family:var(--font-mono)}._intro_kdkkg_48{font-size:1.1rem;margin-bottom:.2rem;max-width:600px;line-height:1.8;color:#f1f5f9;text-shadow:0 2px 4px rgba(0,0,0,.8);background:#0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.05)}._accent_kdkkg_62{color:var(--accent-color)}._actions_kdkkg_66{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}._actionButton_kdkkg_73,._resumeButton_kdkkg_74{background:#ffffff08;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);color:var(--text-primary);border-radius:50px;padding:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}._resumeButton_kdkkg_74{width:auto;padding:0 1.5rem;gap:.8rem;font-size:.95rem;font-family:var(--font-mono)}._actionButton_kdkkg_73{transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .2s ease}._actionButton_kdkkg_73:hover,._actionButton_kdkkg_73:focus-visible,._actionButton_kdkkg_73:active{color:var(--accent-color);border-color:#ffde2159;background:#ffde2114;transform:translateY(-1px)}._resumeButton_kdkkg_74{transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .2s ease}._resumeButton_kdkkg_74:hover,._resumeButton_kdkkg_74:focus-visible,._resumeButton_kdkkg_74:active{color:var(--accent-color);border-color:#ffde2159;background:#ffde2114;transform:translateY(-1px)}@media(max-width:768px){._section_kdkkg_1{padding-top:120px}}@media(max-width:480px){._section_kdkkg_1{padding-top:100px;min-height:100dvh}._container_kdkkg_8{padding:0 .5rem}._wave_kdkkg_30{height:.7em}._resumeButton_kdkkg_74{width:50px;padding:0;border-radius:50px;justify-content:center}._resumeButton_kdkkg_74 span{display:none}._actions_kdkkg_66{gap:1.25rem}}@media(max-height:500px)and (orientation:landscape){._section_kdkkg_1{padding-top:80px;min-height:auto}}._tag_133mg_1{font-family:var(--font-mono);font-size:.75rem;color:var(--text-primary);background:#ffffff08;border:1px solid rgba(255,255,255,.06);padding:.35rem .7rem;border-radius:999px;font-weight:600;line-height:1.4;display:inline-flex;align-items:center;gap:.5rem;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}._tag_133mg_1:hover,._tag_133mg_1:focus-visible{background:#ffffff0f;border-color:#ffde212e;box-shadow:0 6px 14px -12px #ffde2173}._icon_133mg_27{width:1rem;height:1rem;object-fit:contain}._invert_133mg_33{filter:brightness(0) invert(1)}._fallback_133mg_37{color:var(--accent-color);font-size:1rem;line-height:1}._backdrop_hje2l_2{position:fixed;inset:0;z-index:8000;background:#000000b8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:3vh 1rem}._panel_hje2l_17{position:relative;width:100%;max-width:920px;background:#0d1117f5;border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden;box-shadow:0 32px 80px -20px #000000b3,0 0 1px #ffffff1a inset}._close_hje2l_31{position:absolute;top:1rem;right:1rem;z-index:10;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#0d1117cc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#e2e8f0;font-size:1.15rem;cursor:pointer;display:grid;place-items:center;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}._close_hje2l_31:hover,._close_hje2l_31:focus-visible{background:#ffde21eb;border-color:#fff4a8b3;color:#0b1026;transform:scale(1.08)}._close_hje2l_31:active{transform:scale(.95)}._gallery_hje2l_67{width:100%;aspect-ratio:16 / 9;position:relative;overflow:hidden;background:#0000004d}._body_hje2l_76{padding:2.5rem 2.5rem 3rem;display:flex;flex-direction:column;gap:2.5rem}._header_hje2l_84{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}._titleGroup_hje2l_92{display:flex;align-items:center;gap:.85rem;min-width:0;flex-wrap:wrap}._metaColumn_hje2l_100{display:flex;flex-direction:row;align-items:center;gap:.65rem;min-width:0;flex-wrap:wrap}._logo_hje2l_109{width:40px;height:40px;object-fit:contain;border-radius:8px}._logoLarge_hje2l_116{width:40px;height:40px}._name_hje2l_121{font-size:2rem;font-weight:700;color:#fff;font-family:var(--font-main);letter-spacing:-.5px;margin:0;line-height:1.1;white-space:nowrap;text-transform:none;text-align:left;display:block;border-bottom:none;padding-bottom:0}._metaCard_hje2l_137{display:inline-flex;align-items:center;gap:.45rem;padding:.38rem .72rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;font-family:var(--font-mono);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;white-space:nowrap}._metaIcon_hje2l_154{display:inline-flex;align-items:center;justify-content:center;color:var(--accent-color);font-size:.78rem;line-height:1;filter:drop-shadow(0 0 4px rgba(255,222,33,.22))}._metaValue_hje2l_164{color:#cbd5e1}._repoLink_hje2l_168{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#0b1026;background:var(--accent-color);padding:.45rem .9rem;border-radius:6px;text-decoration:none;transition:background-color .18s ease,transform .18s ease}._repoLink_hje2l_168:hover,._repoLink_hje2l_168:focus-visible{background:var(--accent-hover)}._section_hje2l_193{display:flex;flex-direction:column;gap:.85rem}._sectionTitle_hje2l_199{display:flex;align-items:center;gap:.6rem;font-family:var(--font-mono);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-color);margin:0}._sectionStar_hje2l_212{font-size:.95rem;line-height:1;display:flex;align-items:center;filter:drop-shadow(0 0 4px rgba(255,222,33,.3))}._sectionText_hje2l_220{color:#cbd5e1;font-size:1.05rem;line-height:1.72;margin:0}._architectureImageWrapper_hje2l_227{margin-top:1rem;width:100%;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0003}._architectureImage_hje2l_227{display:block;width:100%;height:auto;object-fit:contain}._featureList_hje2l_244{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}._featureItem_hje2l_253{display:flex;align-items:baseline;gap:.65rem;color:#cbd5e1;font-size:1.02rem;line-height:1.65}._featureStar_hje2l_262{color:var(--accent-color);font-size:.7rem;flex-shrink:0;filter:drop-shadow(0 0 6px rgba(255,222,33,.4));display:flex;align-items:center}._challengeList_hje2l_272{display:flex;flex-direction:column;gap:1rem}._challengeCard_hje2l_278{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}._challengeLabel_hje2l_288{font-family:var(--font-mono);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0}._challengeProblemLabel_hje2l_297{color:#f87171}._challengeSolutionLabel_hje2l_302{color:#34d399}._challengeText_hje2l_307{color:#cbd5e1;font-size:.98rem;line-height:1.65;margin:0}._techGrid_hje2l_315{display:flex;flex-wrap:wrap;gap:.5rem}._divider_hje2l_322{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22) 15%,rgba(255,222,33,.18) 50%,rgba(255,255,255,.22) 85%,transparent);border:none;margin:0}._gallery_hje2l_67 .phone-mockup{width:240px;height:470px;border-radius:26px;border-width:7px}@media(max-width:700px){._backdrop_hje2l_2{padding:0}._panel_hje2l_17{max-width:100%;border-radius:0;min-height:100vh}._gallery_hje2l_67{aspect-ratio:4 / 3}._gallery_hje2l_67 .phone-mockup{width:200px;height:390px}._body_hje2l_76{padding:1.5rem 1.25rem 2rem;gap:2rem}._name_hje2l_121{font-size:1.5rem}._logo_hje2l_109,._logoLarge_hje2l_116{width:30px;height:30px}._header_hje2l_84{flex-direction:column;align-items:flex-start}._sectionText_hje2l_220{font-size:.98rem}._featureItem_hje2l_253{font-size:.95rem}._challengeCard_hje2l_278{padding:1rem 1.15rem}}@media(max-width:350px){._body_hje2l_76{padding:1rem .85rem 1.5rem}._name_hje2l_121{font-size:1.25rem}._gallery_hje2l_67 .phone-mockup{width:160px;height:310px}}._section_114bx_1{padding:8rem 0}._grid_114bx_5{display:flex;flex-direction:column;gap:3.5rem;padding:0 1.5rem 1.5rem;max-width:1300px;margin:0 auto}._card_114bx_14{display:flex;flex-direction:row;width:100%;min-height:360px;align-items:stretch;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px -10px #00000080;background:#0d111799;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;transition:border-color .28s ease,box-shadow .28s ease,background-color .28s ease}._card_114bx_14:hover,._card_114bx_14:focus-within{border-color:#ffffff14;box-shadow:0 18px 34px -18px #0009;background:#0d1117ad}._imageContainer_114bx_40{width:50%;min-width:380px;flex-shrink:0;overflow:hidden;border-right:1px solid rgba(255,255,255,.05);position:relative;min-height:360px;align-self:stretch}._imageContainer_114bx_40:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(13,17,23,.9),transparent 60%);opacity:.6;pointer-events:none;z-index:1;transition:opacity .28s ease}._card_114bx_14:hover ._imageContainer_114bx_40:after,._card_114bx_14:focus-within ._imageContainer_114bx_40:after{opacity:.42}._content_114bx_67{padding:2.5rem;flex:1;display:flex;flex-direction:column}._titleInline_114bx_74{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}._logo_114bx_81{width:32px;height:32px;object-fit:contain;border-radius:6px}._logoLarge_114bx_88{width:32px;height:32px}._title_114bx_74{display:inline-block;margin:0;font-size:2rem;color:#fff;font-weight:700;letter-spacing:-.5px}._role_114bx_102{color:#94a3b8;font-size:.9rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.75rem}._description_114bx_111{color:var(--text-primary);font-size:1.08rem;margin-bottom:1.6rem;line-height:1.68;max-width:62ch}._tech_114bx_119{display:flex;align-self:flex-start;flex-wrap:wrap;gap:.5rem}._techSection_114bx_126{margin-bottom:1.5rem}._extraTechWrap_114bx_131{overflow:hidden;max-height:0;opacity:0;transition:max-height .24s ease,opacity .18s ease}._extraTechInner_114bx_140{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.5rem}._extraTechItem_114bx_147{display:inline-flex;opacity:1}._techOverflow_114bx_152{display:inline-flex;align-items:center;gap:.6rem;padding:.22rem .5rem .22rem .28rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--text-primary);font:inherit;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}._techOverflow_114bx_152:hover,._techOverflow_114bx_152:focus-visible{background:#ffffff0f;border-color:#ffde212e;box-shadow:0 6px 14px -12px #ffde2173}._techCollapse_114bx_176{display:inline-flex;align-items:center;gap:.4rem;padding:.22rem .5rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#94a3b8;font:inherit;font-size:.65rem;cursor:pointer;appearance:none;margin-top:.35rem;transition:color .18s ease,background-color .18s ease,border-color .18s ease}._techCollapse_114bx_176:hover,._techCollapse_114bx_176:focus-visible{color:#e2e8f0;background:#ffffff0f;border-color:#ffffff29}._techCollapseLabel_114bx_203{font-family:var(--font-mono);font-size:.72rem;font-weight:600;line-height:1}._techOverflowIcons_114bx_210{display:inline-flex;align-items:center;padding-left:.1rem}._techOverflowIcon_114bx_210{width:1.5rem;height:1.5rem;border-radius:50%;background:#0d1117f2;border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;overflow:hidden}._techOverflowIcon_114bx_210+._techOverflowIcon_114bx_210{margin-left:-.45rem}._techOverflowIconImage_114bx_231{width:.9rem;height:.9rem;object-fit:contain}._techOverflowFallback_114bx_237{color:var(--accent-color);font-size:.95rem;line-height:1}._techOverflowLabel_114bx_243{font-family:var(--font-mono);font-size:.72rem;font-weight:600;line-height:1}._links_114bx_250{margin-top:auto;display:flex;align-items:center;gap:.6rem}._detailsBtn_114bx_257{display:inline-flex;align-items:center;justify-content:center;min-height:2.2rem;gap:.4rem;color:var(--text-primary);background:#ffffff06;border:1px solid rgba(255,255,255,.1);font-size:.74rem;font-weight:600;padding:.38rem .72rem;border-radius:6px;text-transform:uppercase;letter-spacing:.06em;line-height:1;font-family:var(--font-mono);cursor:pointer;appearance:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}._detailsBtn_114bx_257:hover,._detailsBtn_114bx_257:focus-visible{background:#ffffff0d;border-color:#ffffff29;color:#f8fafc}._card_114bx_14 .project-image-carousel{transition:filter .3s ease}._card_114bx_14:hover .project-image-carousel,._card_114bx_14:focus-within .project-image-carousel{filter:saturate(1.04)}._link_114bx_250{display:inline-flex;align-items:center;justify-content:center;min-height:2.2rem;gap:.42rem;color:#0b1026;background:var(--accent-color);font-size:.74rem;font-weight:600;padding:.38rem .72rem;border-radius:6px;border:1px solid transparent;text-transform:uppercase;letter-spacing:.06em;line-height:1;font-family:var(--font-mono);text-decoration:none;opacity:1}._link_114bx_250:hover,._link_114bx_250:focus-visible{background:#ffe85d}@media(max-width:900px){._card_114bx_14{flex-direction:column;height:auto}._imageContainer_114bx_40{width:100%;min-width:0;max-width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.05);height:auto;min-height:0}._imageContainer_114bx_40 .project-image-carousel--web-preview{height:auto;min-height:0;background:transparent}._imageContainer_114bx_40 .project-image-carousel--web-preview .project-preview-image--fill{height:auto!important;min-height:0;object-fit:contain!important;object-position:center top!important}._imageContainer_114bx_40 .project-image-carousel--mobile-preview{min-height:0;height:auto;padding:.9rem 0}._imageContainer_114bx_40 .project-image-carousel--mobile-preview .phone-mockup{width:132px;height:256px;margin-top:0}._titleInline_114bx_74{gap:.5rem}._logo_114bx_81,._logoLarge_114bx_88{width:24px;height:24px}._title_114bx_74{font-size:1.25rem}}@media(max-width:700px){._description_114bx_111{font-size:1rem}}@media(max-width:480px){._section_114bx_1{padding:60px 0}._imageContainer_114bx_40 .project-image-carousel--mobile-preview .phone-mockup{width:118px;height:228px}}@media(max-width:350px){._content_114bx_67{padding:1rem}._tech_114bx_119{flex-wrap:wrap;gap:.25rem}._techOverflow_114bx_152{gap:.45rem}}._section_y0u6q_1{padding:8rem 0}._grid_y0u6q_5{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.5rem}._item_y0u6q_11{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;aspect-ratio:1;padding:1rem;background:#0f142399;border-radius:8px;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px -10px #00000059;transition:border-color .24s ease,box-shadow .24s ease,background-color .24s ease}._item_y0u6q_11:hover,._item_y0u6q_11:focus-within{border-color:#ffffff14;box-shadow:0 16px 32px -16px #00000073;background:#12182ab8}._logo_y0u6q_37{width:48px;height:48px;margin-bottom:1rem;object-fit:contain;filter:drop-shadow(0 0 8px rgba(255,255,255,.1));transition:filter .3s}._logo_y0u6q_37[alt=Express]{filter:brightness(0) invert(1) drop-shadow(0 0 8px rgba(255,255,255,.1))}._item_y0u6q_11:hover ._logo_y0u6q_37{filter:drop-shadow(0 0 .5rem var(--logo-glow, var(--accent-color))) drop-shadow(0 0 1.5rem var(--logo-glow, var(--accent-color))) drop-shadow(0 0 2.5rem var(--logo-glow, var(--accent-color)))}._item_y0u6q_11:hover ._logo_y0u6q_37[alt=Express]{filter:brightness(0) invert(1) drop-shadow(0 0 .5rem var(--logo-glow, var(--accent-color))) drop-shadow(0 0 1.5rem var(--logo-glow, var(--accent-color))) drop-shadow(0 0 2.5rem var(--logo-glow, var(--accent-color)))}._name_y0u6q_65{font-size:.9rem;margin-bottom:.2rem;color:var(--text-primary)}._description_y0u6q_71{font-size:.7rem;color:var(--text-secondary);margin:0}@media(max-width:480px){._section_y0u6q_1{padding:60px 0}}@media(max-width:360px){._grid_y0u6q_5{grid-template-columns:repeat(2,1fr);gap:.5rem}._item_y0u6q_11{padding:.4rem}}
