@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg-color:#050505;--bg-grid:#ffffff08;--text-main:#f0f0f0;--text-muted:#888;--accent-cyan:#00e5ff;--accent-blue:#2962ff;--border-color:#ffffff1a;--nav-bg:#141414b3;--card-bg:#0f0f0f99;--font-sans:"Inter", sans-serif;--font-mono:"Space Grotesk", monospace}:root.light-mode{--bg-color:#fff;--bg-grid:#0000000d;--text-main:#111;--text-muted:#555;--border-color:#0000001a;--nav-bg:#fffc;--card-bg:#f0f0f099;--accent-cyan:#00b8d4;--accent-blue:#2962ff}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}@media (pointer:fine){*{cursor:none!important}}.grid-background{background-image:linear-gradient(to right, var(--bg-grid) 1px, transparent 1px), linear-gradient(to bottom, var(--bg-grid) 1px, transparent 1px);z-index:-2;pointer-events:none;background-size:50px 50px;width:100vw;height:100vh;position:fixed;top:0;left:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);letter-spacing:-.02em;font-weight:700}.mono-text{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--accent-cyan);font-size:.8rem}.section-container{box-sizing:border-box;width:100%;max-width:100vw;margin:0;padding:100px 4%;position:relative}a{color:inherit;text-decoration:none}.app-container{width:100%;min-height:100vh;position:relative}.navbar{background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);z-index:100;border-radius:60px;justify-content:center;align-items:center;gap:3rem;width:max-content;margin:0 auto;padding:1.25rem 2.5rem;transition:all .3s;display:flex;position:fixed;top:2rem;left:0;right:0;box-shadow:0 4px 30px #00000080}.navbar:hover{border-color:#fff3;box-shadow:0 4px 30px #000c,0 0 20px #ffffff0d}.nav-logo a{font-family:var(--font-sans);color:var(--text-main);font-size:1.5rem;font-weight:800;text-decoration:none}.nav-links{border-right:1px solid var(--border-color);align-items:center;gap:2rem;padding-right:2rem;display:flex}.nav-link{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.75rem;font-size:.9rem;transition:color .2s;display:flex}.nav-link:hover,.nav-link.active{color:var(--text-main)}.nav-icon,.social-icon{width:18px;height:18px}.nav-socials{align-items:center;gap:1rem;display:flex}.social-link{color:var(--text-muted);justify-content:center;align-items:center;transition:color .2s;display:flex}.social-link:hover{color:var(--text-main)}@media (width<=768px){.navbar{justify-content:space-between;gap:1rem;width:90%;padding:.5rem 1rem;top:1rem}.nav-links{display:none}}.hero-section{justify-content:center;align-items:center;min-height:100vh;display:flex}.hero-content{z-index:20;justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.hero-image-container{z-index:10;pointer-events:none;justify-content:center;align-items:flex-end;height:85vh;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-profile-image{object-fit:cover;filter:drop-shadow(0 0 30px #000c);opacity:.9;width:auto;height:100%;-webkit-mask-image:linear-gradient(#0000 0%,#000 20% 80%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 20% 80%,#0000 100%)}.profile-glow{background:radial-gradient(circle, var(--accent-cyan), transparent 70%);opacity:.15;filter:blur(50px);z-index:-1;width:300px;height:300px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.hero-right-content{flex-direction:column;justify-content:center;align-items:flex-end;display:flex}.hero-titles{text-align:right;flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.title-group{flex-direction:column;display:flex}.title-outline{color:#0000;-webkit-text-stroke:1px var(--text-main);text-transform:uppercase;font-size:4.5rem;line-height:1.1}.title-outline.text-dim{-webkit-text-stroke:1px var(--text-muted)}.title-filled{color:var(--text-main);text-transform:uppercase;font-size:4.5rem;line-height:1.1}.ampersand{color:var(--text-muted);font-size:2rem;font-style:italic;font-family:var(--font-mono);margin-right:1rem}.hero-name{letter-spacing:-.04em;color:var(--text-main);font-size:8rem;font-weight:700;line-height:.9}.hero-description{text-align:right;flex-direction:column;grid-column:2;align-items:flex-end;margin-top:2rem;display:flex}.desc-text{text-transform:none;color:#a0a0a0;font-size:.85rem;line-height:1.6;font-family:var(--font-sans);margin-bottom:1rem}.desc-line{background:linear-gradient(270deg, var(--accent-cyan), transparent);width:200px;height:1px}.scroll-indicator{position:absolute;bottom:40px;right:40px}.mouse{border:1px solid var(--text-muted);border-radius:12px;justify-content:center;width:24px;height:36px;padding-top:6px;display:flex;position:relative}.wheel{background:var(--text-muted);border-radius:2px;width:4px;height:8px;animation:1.5s infinite scroll}@keyframes scroll{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@media (width<=1024px){.hero-content{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-titles{text-align:center;align-items:center}.hero-name{font-size:5rem}.title-outline,.title-filled{font-size:3rem}.hero-description{grid-column:1;justify-self:center;margin-top:0}}.skills-section{padding-top:150px;padding-bottom:100px;position:relative;overflow:hidden}.section-header{z-index:10;margin-bottom:4rem;position:relative}.section-title{letter-spacing:-.03em;text-transform:uppercase;margin-top:.5rem;font-size:3.5rem}.marquee-container{flex-direction:column;gap:2rem;width:100vw;display:flex;position:relative;left:50%;transform:translate(-50%)}.marquee-row{-webkit-user-select:none;user-select:none;width:100%;display:flex;overflow:hidden}.marquee-content{flex-shrink:0;align-items:center;gap:4rem;padding-right:4rem;animation:40s linear infinite scroll-left;display:flex}.marquee-row.reverse .marquee-content{animation:40s linear infinite scroll-right}.skill-item{color:var(--border-color);white-space:nowrap;font-size:5rem;font-weight:800;transition:color .3s}.skill-item:hover{color:var(--text-main);animation-play-state:paused}.marquee-row:hover .marquee-content{animation-play-state:paused}.fade-overlay{z-index:5;pointer-events:none;width:200px;position:absolute;top:0;bottom:0}.fade-overlay.left{background:linear-gradient(to right, var(--bg-color), transparent);left:0}.fade-overlay.right{background:linear-gradient(to left, var(--bg-color), transparent);right:0}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (width<=768px){.section-title{font-size:2.5rem}.skill-item{font-size:3rem}}.achievements-section{flex-direction:column;justify-content:center;min-height:100vh;padding:4rem 2rem;display:flex;position:relative}.ach-section-title{color:#0000;-webkit-text-stroke:1.5px var(--accent-cyan);text-align:center;letter-spacing:1px;font-family:Georgia,Times New Roman,serif;font-size:3.2rem;font-style:italic;font-weight:700}.ach-title-underline{background:var(--accent-cyan);border-radius:2px;width:60px;height:3px;margin:.8rem auto 0}.ach-cards-row{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1100px;margin:3rem auto 0;display:flex}.ach-card-new{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:default;background:0 0;border:1px solid #ffffff1a;border-radius:16px;flex:300px;max-width:350px;padding:1.8rem 1.6rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 10px #0003,inset 0 -4px 15px #00e5ff0d}.ach-card-new:after{content:"";opacity:.6;background:linear-gradient(90deg,#00e5ffcc 0%,#00e5ff00 80%);width:100%;height:2px;position:absolute;bottom:0;left:0}.ach-card-new:hover{border-color:#fff3;transform:translateY(-4px);box-shadow:0 12px 35px #0000004d,inset 0 -4px 20px #00e5ff1a}.ach-card-top-row{justify-content:space-between;align-items:flex-start;margin-bottom:1.2rem;display:flex}.ach-category-badge{color:#111;background:#fff;border-radius:20px;align-items:center;gap:.35rem;padding:.45rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex;box-shadow:0 2px 5px #0003}.ach-card-icon{color:#fff;justify-content:center;align-items:center;display:flex}.ach-card-title{color:#fff;margin:0 0 .8rem;font-size:1.35rem;font-weight:700;line-height:1.3}.ach-card-desc{color:#ffffff8c;margin:0;font-size:.9rem;line-height:1.6}@media (width<=768px){.ach-cards-row{flex-direction:column;align-items:center}.ach-card-new{max-width:100%}.ach-section-title{font-size:2.4rem}}.timeline-section-title{letter-spacing:-1px;justify-content:center;align-items:center;gap:.8rem;font-size:3rem;font-weight:800;display:flex}.title-outline{color:#0000;-webkit-text-stroke:1.5px var(--accent-cyan)}.title-ampersand{color:var(--accent-cyan);font-family:var(--font-mono);opacity:.8;font-weight:400}.timeline-filters{justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.filter-pill{color:var(--text-muted);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:30px;padding:.6rem 1.8rem;font-size:.9rem;transition:all .3s}.filter-pill:hover{color:var(--text-main);background:#ffffff1a}.filter-pill.active{background:var(--accent-cyan);color:#000;border-color:var(--accent-cyan);font-weight:600;box-shadow:0 0 15px #00e5ff66}.timeline-container{max-width:800px;margin:0 auto;padding-left:2rem;position:relative}.vertical-timeline-line{background:linear-gradient(#00e5ffcc 0%,#00e5ff4d 50%,#00e5ffcc 100%);width:2px;position:absolute;top:0;bottom:0;left:31px;box-shadow:0 0 10px #00e5ff80}.timeline-item{margin-bottom:2.5rem;padding-left:3rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{border:2px solid var(--accent-cyan);z-index:2;background:#0a0f19;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;top:24px;left:-2px;box-shadow:0 0 15px #00e5ff99}.timeline-dot-inner{background:var(--accent-cyan);border-radius:50%;width:8px;height:8px}.timeline-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border:1px solid #ffffff14;border-radius:16px;padding:1.8rem 2rem;transition:all .3s}.timeline-card:hover{border-color:#00e5ff4d;transform:translate(4px);box-shadow:0 10px 30px #0000004d,inset 0 0 20px #00e5ff0d}.timeline-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.timeline-title{color:#fff;margin:0;font-size:1.4rem;font-weight:700}.timeline-badge{letter-spacing:.5px;border-radius:20px;align-items:center;gap:.4rem;padding:.35rem .8rem;font-size:.75rem;font-weight:600;display:inline-flex}.timeline-badge.training{color:var(--accent-cyan);background:#00e5ff26;border:1px solid #00e5ff4d}.timeline-badge.experience{color:#c49cff;background:#a064ff26;border:1px solid #a064ff4d}.timeline-org{color:#fff9;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.95rem;display:block}.timeline-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.timeline-date-row{font-family:var(--font-mono);color:#fff6;align-items:center;gap:.5rem;font-size:.85rem;display:flex}@media (width<=768px){.timeline-container{padding-left:1rem}.vertical-timeline-line{left:15px}.timeline-item{padding-left:2rem}.timeline-dot{left:-18px}.timeline-card-header{flex-direction:column;gap:.8rem}.timeline-section-title{font-size:2.2rem}}.resume-section{border-bottom:1px solid #ffffff0d;padding-top:120px;padding-bottom:80px}.resume-section:last-child{border-bottom:none}.section-header{text-align:center;margin-bottom:4rem}.section-title{color:var(--text-main);justify-content:center;align-items:center;gap:1rem;margin-top:.5rem;font-size:2.5rem;display:flex}.inline-icon{width:32px;height:32px;color:var(--accent-cyan)}.full-grid{gap:2rem;width:100%;display:grid}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-1{grid-template-columns:1fr;max-width:900px;margin:0 auto}.card-item{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;padding:2.5rem;transition:all .3s;display:flex}.card-item:hover{background:#0f0f0fcc;border-color:#00e5ff4d;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.card-item.highlight{border-color:#00e5ff26}.card-title{color:var(--text-main);margin-bottom:.5rem;font-size:1.4rem}.card-date{color:var(--accent-cyan);opacity:.8;margin-bottom:1rem;font-size:.9rem}.card-list{padding-left:1.2rem;font-size:1rem;line-height:1.6}.mt-2{margin-top:.5rem;font-size:1rem}.text-dim{color:var(--text-muted)}.timeline-detail{color:var(--text-main);opacity:.7;margin-top:auto;padding-top:1.5rem;font-size:.9rem}.text-center{text-align:center;align-items:center}.center-icon{color:var(--accent-cyan);margin-bottom:1.5rem}.cert-title{color:var(--text-main);margin-bottom:.5rem;font-size:1.3rem;line-height:1.4}.cert-card{padding:1.5rem}.cert-image-wrapper{aspect-ratio:4/3;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:1.5rem;display:flex;overflow:hidden}.cert-issuer{font-size:1rem;font-family:var(--font-mono);margin-top:auto}.desc-line{background:var(--text-muted);opacity:.3;height:2px}.edu-timeline{max-width:800px;margin:0 auto;padding-left:40px;position:relative}.edu-timeline-line{background:linear-gradient(#00e5ff 0%,#00e5ff26 100%);width:2px;position:absolute;top:8px;bottom:8px;left:11px}.edu-timeline-item{align-items:flex-start;gap:0;margin-bottom:2rem;display:flex;position:relative}.edu-timeline-item:last-child{margin-bottom:0}.edu-dot-wrapper{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:28px;left:-40px}.edu-dot{z-index:2;background:#00e5ff66;border:2px solid #00e5ff99;border-radius:50%;width:10px;height:10px;transition:all .3s;position:relative}.edu-dot.active{background:#00e5ff;border-color:#00e5ff;width:12px;height:12px;box-shadow:0 0 12px #00e5ff99,0 0 24px #00e5ff33}.edu-dot-ring{border:1px solid #00e5ff40;border-radius:50%;width:24px;height:24px;animation:2.5s ease-in-out infinite edu-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes edu-pulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:0;transform:translate(-50%,-50%)scale(1.5)}}.social-feed-container{width:100vw;margin-left:-50vw;margin-right:-50vw;padding:2rem 0 4rem;position:relative;left:50%;right:50%;overflow:hidden}.social-scroll-wrapper{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex:1;gap:2rem;padding:1rem;display:flex;overflow-x:auto}.social-scroll-wrapper::-webkit-scrollbar{display:none}.social-scroll-wrapper{-ms-overflow-style:none;scrollbar-width:none}.scroll-section-wrapper{align-items:center;gap:.75rem;display:flex;position:relative}.horizontal-scroll-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex:1;gap:1.5rem;padding:1rem .5rem;display:flex;overflow-x:auto}.horizontal-scroll-track>:first-child{margin-left:auto}.horizontal-scroll-track>:last-child{margin-right:auto}.horizontal-scroll-track::-webkit-scrollbar{display:none}.horizontal-scroll-track{-ms-overflow-style:none;scrollbar-width:none}.horizontal-scroll-track .scroll-card{scroll-snap-align:start;flex:0 0 340px}.scroll-arrow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffb3;cursor:pointer;z-index:5;background:#0a0f19b3;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex}.scroll-arrow:hover{background:var(--accent-cyan);color:#000;border-color:var(--accent-cyan);box-shadow:0 0 20px #00e5ff66}@media (width<=768px){.scroll-arrow{width:36px;height:36px}.horizontal-scroll-track .scroll-card{flex:0 0 300px}}.pro-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);scroll-snap-align:center;color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;flex:0 0 360px;margin:.5rem;padding:1.5rem;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000040}.pro-card:hover{border-color:#00e5ff4d;transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.pro-header{align-items:flex-start;margin-bottom:1rem;display:flex}.pro-avatar{background:#111;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;width:48px;height:48px;margin-right:.8rem;position:relative;overflow:hidden}.pro-avatar img{object-fit:cover;width:100%;height:100%}.pro-fallback{color:#000;background:#00e5ff;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.2rem;font-weight:700;display:flex}.avatar-badge{color:#fff;z-index:10;background:#0a66c2;border:2px solid #0a0f19e6;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;bottom:0;right:0}.pro-meta{flex-grow:1}.pro-author-row{align-items:center;gap:.4rem;margin-bottom:.1rem;display:flex}.pro-author-row h4{color:#fff;margin:0;font-size:1rem;font-weight:600}.pro-degree{color:#fff9;font-size:.8rem}.pro-headline{color:#ffffffb3;margin:.1rem 0 .2rem;font-size:.8rem;line-height:1.4}.pro-time{color:#ffffff80;align-items:center;gap:4px;font-size:.75rem;display:flex}.pro-menu{align-items:center;gap:.5rem;display:flex}.pro-menu button{color:#0009;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.2rem;font-size:1.2rem;line-height:1;display:flex}.pro-menu button:hover{background:#0000000d}.pro-content{margin-bottom:.75rem}.pro-card-header{border-bottom:1px solid #ffffff14;flex-direction:column;gap:.2rem;margin-bottom:.75rem;padding-bottom:.6rem;display:flex}.pro-card-author{color:#fff;font-size:.9rem;font-weight:600}.pro-card-date{color:#ffffff73;font-size:.75rem;font-family:var(--font-mono)}.pro-content p{color:#eee;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;margin:0;font-size:.92rem;line-height:1.55;display:-webkit-box;overflow:hidden}.pro-image{border-radius:8px;margin:0 0 .75rem;overflow:hidden}.pro-image img{object-fit:cover;background:#0003;width:100%;max-height:200px;display:block}.pro-engagement{margin-top:auto}.pro-stats{border-bottom:1px solid #ffffff26;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.pro-reactions{align-items:center;gap:0;display:flex}.reaction-icon{background:#0a66c2;border:1px solid #0a0f19;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;display:flex}.reaction-icon.like{color:#fff;z-index:2;background:#0a66c2}.reaction-icon.heart{color:#fff;z-index:1;background:#df704d;transform:translate(-6px)}.reaction-text{color:#fffc;margin-left:-2px;font-size:.85rem}.pro-comments{color:#fffc;font-size:.85rem}.pro-actions{justify-content:space-around;padding:.5rem 0 0;display:flex}.pro-btn{color:#ffffffe6;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.pro-btn:hover{color:#fff;background:#ffffff1a}.pro-comment-box{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.pro-comment-box img{border-radius:50%;width:32px;height:32px}.pro-comment-box form{flex-grow:1}.pro-comment-box input{background:#0000000d;border:1px solid #0000;border-radius:20px;outline:none;width:100%;padding:.6rem 1rem;font-size:.85rem;transition:all .2s}.pro-comment-box input:focus{background:#fff;border-color:#0006}.pro-comments-list{margin-top:1rem}.pro-comment-item{gap:.5rem;margin-bottom:.5rem;display:flex}.pro-comment-avatar{color:#fff;background:#0a66c2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.pro-comment-text-bubble{background:#0000000d;border-radius:0 8px 8px;flex-grow:1;padding:.5rem .75rem}.pro-comment-author{margin-bottom:.2rem;font-size:.8rem;font-weight:600}.pro-comment-time{color:#00000080;font-size:.7rem;font-weight:400}.pro-comment-text-bubble p{color:#000c;margin:0;font-size:.85rem}.post-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#000c;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.post-modal-linkedin{color:#fff;background:#0a0f19f2;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;width:100%;max-width:1100px;height:80vh;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 80px #0009}.linkedin-modal-close{color:#fff9;cursor:pointer;z-index:10;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:.4rem;font-size:1.3rem;transition:all .2s;display:flex;position:absolute;top:12px;right:14px}.linkedin-modal-close:hover{color:#fff;background:#ffffff26}.linkedin-modal-layout{width:100%;height:100%;display:flex}.linkedin-modal-left{background:#000;flex:55%;justify-content:center;align-items:center;display:flex;overflow:hidden}.linkedin-modal-left.no-image{background:#0f1423cc}.linkedin-modal-left img{object-fit:contain;width:100%;height:100%}.linkedin-text-fallback{color:#fffc;text-align:center;max-width:500px;padding:3rem;font-size:1.1rem;line-height:1.7}.linkedin-modal-right{background:#0a0f19f2;border-left:1px solid #ffffff14;flex-direction:column;flex:0 0 400px;min-width:340px;display:flex;overflow-y:auto}.linkedin-modal-author{border-bottom:1px solid #ffffff14;padding:1rem 1.25rem}.linkedin-author-name{color:#fff;margin:0 0 .15rem;font-size:1rem;font-weight:700}.linkedin-author-headline{color:#ffffff80;margin:0 0 .25rem;font-size:.8rem;line-height:1.3}.linkedin-post-time{color:#ffffff59;font-size:.75rem}.linkedin-modal-content{border-bottom:1px solid #ffffff14;padding:1rem 1.25rem}.linkedin-modal-content p{color:#ffffffd9;white-space:pre-wrap;word-break:break-word;margin:0;font-size:.92rem;line-height:1.6}.linkedin-modal-stats{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.5rem 1.25rem;display:flex}.linkedin-comment-count{color:#ffffff80;font-size:.82rem}.linkedin-modal-actions{border-bottom:1px solid #ffffff14;justify-content:space-around;padding:.3rem .5rem;display:flex}.linkedin-action-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.35rem;padding:.55rem .8rem;font-size:.82rem;font-weight:600;transition:all .15s;display:flex}.linkedin-action-btn:hover{color:#fff;background:#ffffff14}.linkedin-comment-input{border-bottom:1px solid #ffffff14;flex-shrink:0;gap:.5rem;padding:.75rem 1.25rem;display:flex}.linkedin-comment-input input{color:#fff;background:#ffffff0f;border:1px solid #ffffff26;border-radius:20px;outline:none;flex-grow:1;padding:.55rem 1rem;font-size:.85rem;transition:border-color .2s}.linkedin-comment-input input::placeholder{color:#ffffff59}.linkedin-comment-input input:focus{border-color:var(--accent-cyan)}.linkedin-comment-input button{background:var(--accent-cyan);color:#000;cursor:pointer;border:none;border-radius:20px;flex-shrink:0;padding:.55rem 1.1rem;font-size:.8rem;font-weight:600;transition:background .2s}.linkedin-comment-input button:disabled{color:#ffffff4d;cursor:not-allowed;background:#ffffff1a}.linkedin-comment-input button:not(:disabled):hover{background:#00b8d4}.linkedin-comments-section{flex-grow:1;padding:.75rem 1.25rem;overflow-y:auto}.linkedin-comment-item{margin-bottom:1rem}.linkedin-comment-body{background:#ffffff0f;border-radius:8px;padding:.6rem .85rem}.linkedin-comment-author{color:#fff;margin-right:.5rem;font-size:.82rem;font-weight:700}.linkedin-comment-date{color:#ffffff59;font-size:.72rem;font-weight:400}.linkedin-comment-body p{color:#ffffffbf;margin:.3rem 0 0;font-size:.86rem;line-height:1.5}.linkedin-no-comments{color:#ffffff59;text-align:center;padding:2rem 0;font-size:.85rem;font-style:italic}@media (width<=900px){.linkedin-modal-layout{flex-direction:column}.linkedin-modal-left{flex:0 0 280px;min-height:250px}.linkedin-modal-right{flex:1;min-width:100%}.post-modal-linkedin{max-height:95vh}.post-modal-overlay{padding:.5rem}}@media (width<=768px){.social-scroll-wrapper{padding:1rem 20px}.pro-card{flex:0 0 320px;padding:.875rem}.pro-content p{font-size:.85rem}}.edu-card{background:#0a0a1980;border:1px solid #ffffff0f;border-radius:14px;flex:1;padding:1.75rem 2rem;transition:all .35s;position:relative;overflow:hidden}.edu-card:before{content:"";opacity:0;background:linear-gradient(#00e5ff,#0000);width:3px;height:100%;transition:opacity .35s;position:absolute;top:0;left:0}.edu-card:hover{background:#0a0f1eb3;border-color:#00e5ff33;transform:translate(6px);box-shadow:0 8px 32px #00000040,0 0 20px #00e5ff0d}.edu-card:hover:before{opacity:1}.edu-card-active{background:#00e5ff08;border-color:#00e5ff1f}.edu-card-active:before{opacity:1}.edu-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.edu-institution{color:var(--text-main);margin-bottom:.3rem;font-size:1.35rem;font-weight:700}.edu-degree{color:var(--text-muted);font-size:.95rem;line-height:1.4}.edu-badge{font-size:.78rem;font-weight:600;font-family:var(--font-mono);color:#00e5ff;letter-spacing:.02em;background:#00e5ff14;border:1px solid #00e5ff26;border-radius:20px;flex-shrink:0;padding:.35rem .85rem}.edu-badge.gold{color:#facc15;background:#facc1514;border-color:#facc1533}.edu-card-footer{border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;margin-top:1.25rem;padding-top:1rem;display:flex}.edu-date{color:var(--accent-cyan);opacity:.7;font-size:.78rem}.edu-location{color:var(--text-muted);opacity:.6;font-size:.82rem}@media (width<=1024px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-3{grid-template-columns:1fr}.section-title{font-size:2rem}.edu-timeline{padding-left:30px}.edu-dot-wrapper{left:-30px}.edu-card-header{flex-direction:column;gap:.5rem}.edu-card-footer{flex-direction:column;align-items:flex-start;gap:.3rem}}.pro-modal-backdrop{z-index:9999;background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.pro-modal-content{background:#fff;border-radius:4px;width:100%;max-width:1200px;max-height:90vh;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}.pro-modal-close{color:#000;cursor:pointer;z-index:10000;background:0 0;border:none;font-size:1.5rem;position:absolute;top:15px;right:20px}.pro-modal-layout{width:100%;height:100%;min-height:500px;max-height:90vh;display:flex}.pro-modal-left{background:#000;flex:60%;justify-content:center;align-items:center;display:flex;overflow:hidden}.pro-modal-left.no-image{background:linear-gradient(135deg,#0f172a,#1e293b)}.pro-modal-left img{object-fit:cover;width:100%;height:100%}.pro-modal-text-background{color:#fff;text-align:center;padding:3rem;font-size:1.5rem;font-weight:500;line-height:1.4}.pro-modal-right{background:#fff;border-left:1px solid #efefef;flex-direction:column;flex:0 0 400px;min-width:350px;display:flex}.pro-modal-header{border-bottom:1px solid #efefef;align-items:center;gap:12px;padding:14px;display:flex}.pro-modal-body{flex:1;padding:14px;overflow-y:auto}.pro-modal-caption{gap:12px;margin-bottom:16px;display:flex}.pro-modal-caption .author-name{color:#000;margin-right:6px;font-size:.9rem;font-weight:600}.pro-modal-caption .caption-content{color:#222;word-break:break-word;font-size:.9rem}.pro-caption-text{flex:1}.modal-time{color:#737373;margin-top:8px;font-size:.75rem}.mini-avatar{width:32px;height:32px}.pro-modal-engagement{border-top:1px solid #efefef;padding:14px}.pro-modal-engagement .pro-actions{border:none;gap:16px;margin-top:8px;margin-bottom:8px;padding:0}.pro-modal-engagement .pro-btn{color:#000;padding:0}.pro-modal-engagement .pro-btn:hover{color:#737373;background:0 0}.modal-comments{margin-top:0}.modal-comments .pro-comment-item{align-items:flex-start;margin-bottom:16px}.modal-comments .pro-comment-text-bubble{background:0 0;padding:0}.modal-comments .pro-comment-author{color:#000;margin-right:6px;font-weight:600;display:inline}.modal-comments .pro-comment-text-bubble p{display:inline}.modal-comments .pro-comment-time{color:#737373;margin-top:4px;font-size:.7rem;display:block}@media (width<=900px){.pro-modal-layout{flex-direction:column}.pro-modal-left{flex:0 0 300px;min-height:300px}.pro-modal-right{flex:1;min-width:100%}.pro-modal-content{max-height:95vh}}.light-mode .ach-card-new,.light-mode .timeline-card,.light-mode .pro-card{border:1px solid var(--accent-cyan);background:0 0;box-shadow:0 4px 10px #00b8d41a}.light-mode .ach-card-new:hover,.light-mode .timeline-card:hover,.light-mode .pro-card:hover{border-color:var(--accent-cyan);box-shadow:0 8px 25px #00b8d433}.light-mode .ach-card-title,.light-mode .timeline-title,.light-mode .pro-author-row h4,.light-mode .pro-card-author,.light-mode .pro-content p,.light-mode .pro-meta h4,.light-mode .reaction-text,.light-mode .pro-comments,.light-mode .pro-btn{color:var(--text-main)}.light-mode .ach-card-desc,.light-mode .timeline-desc,.light-mode .pro-card-date{color:var(--text-muted)}.light-mode .ach-card-new:after{background:linear-gradient(90deg,#00b8d4cc 0%,#00b8d400 80%)}.light-mode .ach-card-icon,.light-mode .timeline-date-row,.light-mode .timeline-org{color:var(--text-muted)}.light-mode .edu-card{background:0 0;border:1px solid #00e5ff}.light-mode .edu-card:hover{background:0 0;border-color:#00e5ff;box-shadow:0 8px 25px #00e5ff26}.light-mode .edu-card-active{background:0 0;border-color:#00e5ff}.light-mode .card-item{background:0 0;border:1px solid #00e5ff}.light-mode .card-item:hover{background:0 0;border-color:#00e5ff;box-shadow:0 8px 25px #00e5ff26}.light-mode .scroll-arrow{color:#00e5ff;background:0 0;border:1px solid #00e5ff}.light-mode .scroll-arrow:hover{color:#fff;background:#00e5ff;border-color:#00e5ff;box-shadow:0 0 15px #00e5ff4d}.light-mode .post-modal-overlay{background:#0006}.light-mode .post-modal-linkedin{color:#111;background:#fff;border:1px solid #0000001a;box-shadow:0 25px 80px #0003}.light-mode .linkedin-modal-close{color:#555;background:#0000000f}.light-mode .linkedin-modal-close:hover{color:#111;background:#0000001f}.light-mode .linkedin-modal-left{background:#f5f5f5}.light-mode .linkedin-modal-left.no-image{background:#f0f2f5}.light-mode .linkedin-text-fallback{color:#333}.light-mode .linkedin-modal-right{background:#fff;border-left:1px solid #00000014}.light-mode .linkedin-modal-author{border-bottom:1px solid #00000014}.light-mode .linkedin-author-name{color:#111}.light-mode .linkedin-author-headline{color:#666}.light-mode .linkedin-post-time{color:#888}.light-mode .linkedin-modal-content{border-bottom:1px solid #00000014}.light-mode .linkedin-modal-content p{color:#222}.light-mode .linkedin-modal-stats{border-bottom:1px solid #00000014}.light-mode .linkedin-comment-count{color:#666}.light-mode .linkedin-modal-actions{border-bottom:1px solid #00000014}.light-mode .linkedin-action-btn{color:#555}.light-mode .linkedin-action-btn:hover{color:#111;background:#0000000d}.light-mode .linkedin-comment-input{border-bottom:1px solid #00000014}.light-mode .linkedin-comment-input input{color:#111;background:#f5f5f5;border:1px solid #0000001f}.light-mode .linkedin-comment-input input::placeholder{color:#999}.light-mode .linkedin-comment-input button:disabled{color:#999;background:#e0e0e0}.light-mode .linkedin-comment-body{background:#f5f5f5}.light-mode .linkedin-comment-author{color:#111}.light-mode .linkedin-comment-date{color:#888}.light-mode .linkedin-comment-body p{color:#333}.light-mode .linkedin-no-comments{color:#999}.cert-card.clickable{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.cert-card.clickable:hover{border-color:#00e5ff;transform:translateY(-5px);box-shadow:0 0 20px #00e5ff33}.cert-link-indicator{text-transform:uppercase;letter-spacing:1px;color:#00e5ff;opacity:.8;align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.75rem;font-weight:600;transition:opacity .3s;display:flex}.cert-card.clickable:hover .cert-link-indicator{opacity:1}.cert-image-wrapper{background:#ffffff08;border-radius:8px;justify-content:center;align-items:center;width:100%;height:180px;margin-bottom:1rem;display:flex;overflow:hidden}.cert-image{object-fit:contain;width:100%;height:100%;transition:transform .5s}.cert-card:hover .cert-image{transform:scale(1.05)}.light-mode .cert-link-indicator{color:#00c2d9}.light-mode .cert-card.clickable:hover{background:#00e5ff08;box-shadow:0 8px 30px #00e5ff1f}.projects-section{flex-direction:column;justify-content:center;min-height:100vh;padding:5rem 0;display:flex;position:relative}.projects-header-wrapper{box-sizing:border-box;justify-content:space-between;align-items:flex-end;width:100%;max-width:100vw;margin-bottom:2.5rem;padding:0 4%;display:flex}.section-header-left{flex-direction:column;display:flex}.section-header-left .section-title{letter-spacing:-.03em;text-transform:uppercase;color:var(--text-main);margin-top:.5rem;font-size:3.5rem}.projects-nav-arrows{gap:.75rem;display:flex}.arrow-btn{color:#00e5ff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00e5ff0d;border:1px solid #00e5ff40;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.arrow-btn:hover:not(.disabled){background:#00e5ff26;border-color:#00e5ff80;transform:scale(1.1);box-shadow:0 0 20px #00e5ff33}.arrow-btn.disabled{opacity:.3;cursor:not-allowed}.projects-carousel-wrapper{scrollbar-width:none;-ms-overflow-style:none;width:100%;padding-left:4%;overflow:auto hidden}.projects-carousel-wrapper::-webkit-scrollbar{display:none}.projects-grid{flex-wrap:nowrap;gap:1.5rem;width:max-content;padding-right:4%;display:flex}.project-card-wrapper{flex-shrink:0;width:380px;min-width:380px}.project-card{background-color:#080814;border:1px solid #00e5ff26;border-radius:20px;height:480px;transition:border-color .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 10px 40px -10px #00000080,inset 0 0 20px #00e5ff0d}.project-card:hover{border-color:#00e5ff66;box-shadow:0 15px 50px -10px #00e5ff26,inset 0 0 30px #00e5ff1a}.project-bg{z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.project-card:hover .project-bg{transform:scale(1.05)}.project-overlay{z-index:2;background:linear-gradient(#05080f1a 0%,#05080fcc 40%,#05080ffa 100%);width:100%;height:100%;position:absolute;top:0;left:0}.project-content{z-index:3;flex-direction:column;justify-content:flex-end;gap:0;height:100%;padding:1.8rem;display:flex;position:relative}.project-top{position:absolute;top:1.8rem;left:1.8rem}.project-id{width:35px;height:35px;font-family:var(--font-mono);color:#00e5ff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00e5ff0d;border:1px solid #00e5ff4d;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 0 15px #00e5ff1a}.project-bottom{flex-direction:column;gap:.6rem;display:flex}.project-category{color:#38bdf8;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:inline-block}.project-title{background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.4rem;font-size:1.8rem;font-weight:800;line-height:1.2}.project-description{color:#94a3b8;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;height:3.8rem;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.project-tags{flex-wrap:wrap;gap:.5rem;height:1.8rem;display:flex;overflow:hidden}.tag{color:#e0e0f0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00e5ff0d;border:1px solid #00e5ff26;border-radius:20px;padding:.35rem .9rem;font-size:.72rem;font-weight:500}.project-links{gap:.75rem;display:flex}.project-link{font-family:var(--font-mono);color:#e0e0f0;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.project-link:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.project-link.primary{color:#fff;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;box-shadow:0 4px 15px #0ea5e94d}.project-link.primary:hover{background:linear-gradient(135deg,#38bdf8,#0ea5e9);transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e966}@media (width<=768px){.projects-header-wrapper{flex-direction:column;align-items:flex-start;gap:1rem}.project-card-wrapper{width:85vw;min-width:85vw}.project-title{font-size:1.5rem}.arrow-btn{width:40px;height:40px}}.contact-section{border-top:1px solid var(--border-color);margin-top:100px;padding-top:150px;padding-bottom:50px}.contact-hero{justify-content:space-between;align-items:flex-start;gap:4rem;margin-bottom:6rem;display:flex}.contact-info-left{flex-direction:column;flex:1;display:flex}.contact-header{margin-bottom:5rem}.contact-header .mono-text{margin-bottom:2rem;display:block}.contact-title{letter-spacing:-.02em;font-size:4.5rem;line-height:1.1}.contact-title .text-dim{-webkit-text-stroke:1px var(--text-muted);color:#0000}.contact-form-card{-webkit-backdrop-filter:blur(16px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;flex:0 0 440px;padding:2.5rem;box-shadow:0 10px 40px #0003}.form-card-heading{color:#fff;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-field label{color:#ffffffe6;letter-spacing:.01em;margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.form-field input,.form-field textarea{color:#fff;background:#0006;border:1px solid #00e5ff4d;border-radius:8px;outline:none;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .25s,box-shadow .25s}.form-field input::placeholder,.form-field textarea::placeholder{color:#ffffff4d}.form-field input:focus,.form-field textarea:focus{border-color:#00e5ffcc;box-shadow:0 0 0 3px #00e5ff26}.form-field textarea{resize:vertical;min-height:100px}.send-message-btn{color:#111;cursor:pointer;background:linear-gradient(90deg,#00e5ff,#00b0ff);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.9rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 20px #00e5ff4d}.send-message-btn:hover{background:linear-gradient(90deg,#00d4ff,#009dff);transform:translateY(-2px);box-shadow:0 6px 25px #00e5ff80}.send-message-btn:active{transform:translateY(0)}.form-status-msg{color:#00e5ff;text-align:center;margin-top:.25rem;font-size:.8rem}.contact-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:auto;margin-bottom:0;display:grid}.column-title{color:var(--text-muted);letter-spacing:.05em;margin-bottom:1.5rem;font-size:.8rem;font-weight:600}.contact-links{flex-direction:column;gap:1.25rem;display:flex}.contact-item{color:var(--text-main);align-items:center;gap:.5rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:flex}.contact-item:hover{color:var(--accent-cyan)}.contact-info p{margin-bottom:.75rem;font-size:.95rem;line-height:1.4}.remote-status{color:var(--text-muted);font-family:var(--font-mono);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.status-dot{background-color:#0f8;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #00ff8880}.contact-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.copyright{color:var(--text-muted)}.back-to-top{color:var(--text-muted);cursor:pointer;background:0 0;border:none;transition:color .2s}.back-to-top:hover{color:var(--text-main)}@media (width<=900px){.contact-hero{flex-direction:column;gap:2.5rem}.contact-form-card{flex:none;width:100%}.contact-title{font-size:3rem}.contact-grid{grid-template-columns:1fr;gap:3rem}}.light-mode .contact-form-card{background:0 0;border:1px solid #00e5ff;box-shadow:0 4px 20px #00e5ff14}.light-mode .form-card-heading{color:var(--text-main)}.light-mode .form-field label{color:#333}.light-mode .form-field input,.light-mode .form-field textarea{color:#111;background:#f8f9fa;border:1px solid #00e5ff66}.light-mode .form-field input::placeholder,.light-mode .form-field textarea::placeholder{color:#999}.light-mode .form-field input:focus,.light-mode .form-field textarea:focus{background:#fff;border-color:#00e5ff;box-shadow:0 0 0 3px #00e5ff1f}.about-section{justify-content:center;align-items:center;min-height:100vh;padding:80px 0;display:flex;position:relative}.about-content{grid-template-columns:380px 1fr;align-items:center;gap:4rem;width:100%;max-width:1100px;margin:0 auto;padding:0 2rem;display:grid}.about-image-card{justify-content:center;align-items:center;display:flex;position:relative}.about-image-inner{justify-content:center;align-items:center;width:100%;display:flex}.about-portrait{object-fit:cover;object-position:top center;mix-blend-mode:screen;filter:contrast(1.1)brightness(.95);width:320px;height:400px;transition:transform .6s cubic-bezier(.23,1,.32,1),filter .6s}.light-mode .about-portrait{mix-blend-mode:multiply;filter:contrast(1.05)brightness()}.about-image-card:hover .about-portrait{filter:contrast(1.15)brightness();transform:scale(1.04)}.light-mode .about-image-card:hover .about-portrait{filter:contrast(1.1)brightness(1.05)}.about-info{flex-direction:column;display:flex}.about-label{font-size:.8rem;font-family:var(--font-mono);color:var(--accent-cyan);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.8rem;font-weight:600}.about-heading{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1.8rem;font-size:2.6rem;font-weight:700;line-height:1.2}.accent-text{background:linear-gradient(135deg, var(--accent-cyan), #7c4dff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about-description{color:var(--text-muted);margin-bottom:.8rem;font-size:1rem;line-height:1.8}.about-description-secondary{color:#ffffff59;margin-bottom:2rem;font-size:.92rem;line-height:1.75}.light-mode .about-description-secondary{color:#777}.about-info-grid{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.info-card{cursor:default;background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:.8rem;padding:1rem 1.2rem;transition:all .35s;display:flex}.info-card:hover{background:#00e5ff0a;border-color:#00e5ff1f;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.light-mode .info-card{border:1px solid var(--accent-cyan);background:0 0}.light-mode .info-card:hover{background:0 0;border-color:#00e5ff;box-shadow:0 8px 20px #00e5ff1f}.info-card-icon{color:var(--accent-cyan);opacity:.7;flex-shrink:0;transition:opacity .3s}.info-card:hover .info-card-icon{opacity:1}.info-card div{flex-direction:column;display:flex}.info-card-label{text-transform:uppercase;letter-spacing:.1em;color:#ffffff4d;font-size:.65rem;font-family:var(--font-mono);margin-bottom:.15rem}.light-mode .info-card-label{color:#888}.info-card-value{color:var(--text-main);font-size:.95rem;font-weight:600}@media (width<=960px){.about-section{min-height:auto;padding:60px 0}.about-content{text-align:center;grid-template-columns:1fr;gap:3rem;padding:0 1.5rem}.about-portrait{width:260px;height:330px}.about-info{align-items:center}.about-heading{font-size:2rem}.about-description,.about-description-secondary{text-align:center;max-width:480px}.about-info-grid{width:100%;max-width:400px}}@media (width<=480px){.about-heading{font-size:1.6rem}.about-info-grid{grid-template-columns:1fr}.about-portrait{width:220px;height:280px}}.cursor-dot,.cursor-outline{pointer-events:none;z-index:99999;border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-dot{background-color:var(--accent-cyan);width:8px;height:8px;transition:opacity .3s}.cursor-outline{border:1px solid #00e5ff80;width:40px;height:40px;transition:width .2s,height .2s,background-color .2s,opacity .3s,margin .1s}.cursor-outline.expand{background-color:#00e5ff1a;border-color:#00e5ffcc;width:60px;height:60px}@media (width<=768px){.cursor-dot,.cursor-outline{display:none}}.admin-login-container{background:#050510;justify-content:center;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex}.admin-login-box{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#e0e0f0;background:#080f1999;border:1px solid #00e5ff1a;border-radius:16px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 8px 32px #0006}.admin-login-box h2{text-align:center;color:#00e5ff;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.error-message{color:#f87171;text-align:center;background-color:#ef444414;border:1px solid #ef444426;border-radius:8px;margin-bottom:1.5rem;padding:.75rem;font-size:.875rem}.admin-login-box .form-group{margin-bottom:1.5rem}.admin-login-box .form-group label{color:#6a7a8a;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;font-size:.78rem;font-weight:500;display:block}.admin-login-box .form-group input{color:#e0e0f0;background:#050514cc;border:1px solid #00e5ff1a;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.admin-login-box .form-group input:focus{border-color:#0ea5e9;outline:none;box-shadow:0 0 0 3px #0ea5e926}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:all .25s;box-shadow:0 2px 16px #0ea5e940}.login-btn:hover{transform:translateY(-1px);box-shadow:0 4px 20px #0ea5e966}.login-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.admin-dashboard{color:#e0e0f0;background:#050510;min-height:100vh;font-family:Inter,-apple-system,sans-serif;display:flex}.admin-sidebar{z-index:100;background:linear-gradient(#080818 0%,#050510 100%);border-right:1px solid #00e5ff14;flex-direction:column;width:220px;min-width:220px;height:100vh;padding:0;display:flex;position:fixed;top:0;left:0}.sidebar-header{border-bottom:1px solid #00e5ff0f;padding:1.75rem 1.5rem 1.5rem}.sidebar-title{color:#00e5ff;letter-spacing:-.01em;margin:0;font-size:1.15rem;font-weight:700}.sidebar-subtitle{color:#5a6a7a;margin-top:2px;font-size:.75rem}.sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:1rem .75rem;display:flex}.sidebar-link{color:#7a8a9a;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.65rem 1rem;font-family:inherit;font-size:.875rem;text-decoration:none;transition:all .2s;display:flex}.sidebar-link:hover{color:#38bdf8;background:#00e5ff0f}.sidebar-link.active{color:#fff;background:linear-gradient(135deg,#0ea5e9,#0284c7);font-weight:500;box-shadow:0 2px 12px #0ea5e94d}.sidebar-footer{border-top:1px solid #00e5ff0f;margin-top:auto;padding:.75rem}.footer-link{font-size:.82rem}.footer-link.logout{color:#f87171}.footer-link.logout:hover{color:#fca5a5;background:#f8717114}.sidebar-user{color:#4a5a6a;padding:.75rem 1rem .25rem;font-size:.72rem}.user-highlight{color:#00e5ff;-webkit-text-decoration:underline #00e5ff4d;text-decoration:underline #00e5ff4d}.admin-main-content{background:#050510;flex:1;min-height:100vh;margin-left:220px;padding:2rem 2.5rem}.page-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.75rem;display:flex}.page-title{color:#f0f0ff;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700}.page-count{color:#5a6a7a;margin-top:4px;font-size:.85rem}.add-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .25s;display:flex;box-shadow:0 2px 16px #0ea5e940}.add-btn:hover{transform:translateY(-1px);box-shadow:0 4px 20px #0ea5e966}.toast-message{border-radius:10px;margin-bottom:1.5rem;padding:.85rem 1.25rem;font-size:.875rem;font-weight:500}.toast-message.success{color:#4ade80;background:#22c55e14;border:1px solid #22c55e26}.toast-message.error{color:#f87171;background:#ef444414;border:1px solid #ef444426}.form-card{background:#080f1999;border:1px solid #00e5ff1a;border-radius:14px;margin-bottom:2rem;padding:2rem;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-card-title{color:#38bdf8;margin:0 0 1.5rem;font-size:1.1rem;font-weight:600}.admin-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#6a7a8a;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:500}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.admin-form input,.admin-form textarea,.admin-form select{color:#e0e0f0;background:#050514cc;border:1px solid #00e5ff1a;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.admin-form select option{color:#e0e0f0;background:#0a0a1a;padding:.5rem}.admin-form textarea{resize:vertical;min-height:100px}.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus{border-color:#0ea5e9;outline:none;box-shadow:0 0 0 3px #0ea5e926}.admin-form input::placeholder,.admin-form textarea::placeholder{color:#3a4a5a}.form-actions{gap:.75rem;margin-top:.5rem;display:flex}.save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:8px;padding:.7rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s}.save-btn:hover{box-shadow:0 2px 16px #0ea5e94d}.cancel-btn{color:#7a8a9a;cursor:pointer;background:0 0;border:1px solid #00e5ff26;border-radius:8px;padding:.7rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s}.cancel-btn:hover{color:#38bdf8;border-color:#00e5ff4d}.data-table-card{background:#080f1966;border:1px solid #00e5ff14;border-radius:14px;overflow:hidden}.empty-state{text-align:center;color:#5a6a7a;padding:4rem 2rem;font-size:.9rem}.data-table{border-collapse:collapse;width:100%}.data-table thead th{text-align:left;color:#00e5ff;text-transform:uppercase;letter-spacing:.08em;background:#00e5ff05;border-bottom:1px solid #00e5ff14;padding:.9rem 1.25rem;font-size:.72rem;font-weight:600}.data-table tbody tr{border-bottom:1px solid #00e5ff0a;transition:background .15s}.data-table tbody tr:hover{background:#00e5ff08}.data-table tbody tr:last-child{border-bottom:none}.data-table td{color:#8a9aaa;vertical-align:middle;padding:.85rem 1.25rem;font-size:.875rem}.td-title{color:#e0e0f0;font-weight:500}.tech-tags{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.tech-tag{color:#38bdf8;background:#00e5ff14;border:1px solid #00e5ff1f;border-radius:4px;padding:.2rem .6rem;font-size:.72rem;font-weight:500}.tech-more{color:#5a6a7a;font-size:.72rem;font-weight:500}.td-actions{align-items:center;gap:.5rem;display:flex}.action-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.action-btn.edit{color:#7a8a9a}.action-btn.edit:hover{color:#00e5ff;background:#00e5ff14}.action-btn.delete{color:#7a8a9a}.action-btn.delete:hover{color:#f87171;background:#f8717114}.file-upload-wrapper{position:relative}.file-upload-wrapper input[type=file]{opacity:0;width:0;height:0;position:absolute;overflow:hidden}.file-upload-btn{color:#38bdf8;cursor:pointer;background:#00e5ff0a;border:1px dashed #00e5ff40;border-radius:8px;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.file-upload-btn:hover{color:#00e5ff;background:#00e5ff14;border-color:#00e5ff66}@media (width<=768px){.admin-sidebar{width:60px;min-width:60px}.sidebar-link span,.sidebar-title,.sidebar-subtitle,.sidebar-user{display:none}.sidebar-link{justify-content:center;padding:.75rem}.admin-main-content{margin-left:60px;padding:1.5rem}.page-header{flex-direction:column;gap:1rem}.form-row{grid-template-columns:1fr}.data-table{font-size:.8rem}}
