@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700&display=swap";.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;z-index:2147483647;opacity:1;transition:opacity 1s ease-out;overflow:hidden}.loading-screen.exiting{opacity:0;pointer-events:none}.xbox-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.energy-core{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center;animation:coreIntro 2s cubic-bezier(.16,1,.3,1) forwards}.xbox-logo{width:80px;height:80px;object-fit:contain;z-index:10;position:relative;filter:grayscale(1) invert(1)}.loading-text-xbox{margin-top:60px;opacity:0;animation:textFadeIn 1s ease-out 2s forwards}.loading-name-xbox{font-family:Orbitron,sans-serif;font-size:28px;font-weight:700;letter-spacing:6px;text-transform:uppercase;background:linear-gradient(110deg,#000,#000 30%,#333 45%,#000,#333 55%,#000 70%,#000);background-size:200% auto;color:transparent;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:liquidShine 4s linear infinite}@keyframes liquidShine{to{background-position:200% center}}@keyframes coreIntro{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes textFadeIn{to{opacity:1}}.loading-screen.exiting .energy-core{transform:scale(80);opacity:0;transition:transform 1s cubic-bezier(.6,.05,.9,.2),opacity 1s ease-out}@media (max-width: 768px){.energy-core{width:100px;height:100px}.xbox-logo{width:60px;height:60px}}:root{--text-primary: #1a1a1a;--text-secondary: #555555;--text-muted: #888888;--bg-page: #ffffff;--bg-card-hover: #fafafa;--border-color: #e0e0e0;--border-hover: #1a1a1a;--accent: #667eea;--red: #FF3B30;--green: #30D158}@keyframes scaleFade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden;width:100%}body{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-page);margin:0;padding:0;min-height:100vh;width:100%;max-width:100%;overflow-x:hidden}body.home-single-screen{overflow:hidden}h1,h2,h3,h4,h5,h6,.section-title,.project-title,.role-title,.education-title,.contact-title{font-family:Orbitron,sans-serif!important;letter-spacing:1px}.App{position:relative;min-height:100vh;width:100%;max-width:100%;overflow-x:hidden;background:var(--bg-page)}.app-content{width:100%;max-width:100%;overflow-x:hidden}.ios-header{position:fixed;top:0;left:0;right:0;z-index:9999;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.ios-nav{max-width:1000px;margin:0 auto;padding:0 20px}.ios-nav ul{list-style:none;display:flex;align-items:center;gap:0;margin:0;padding:0}.ios-nav li{flex:1}.ios-nav a{color:var(--text-secondary);text-decoration:none;font-size:13px;font-weight:600;font-family:Orbitron,sans-serif;letter-spacing:.5px;text-transform:uppercase;padding:16px 12px;display:flex;align-items:center;justify-content:center;gap:8px;transition:color .3s ease,border-color .3s ease;border-bottom:2px solid transparent}.ios-nav a:hover{color:var(--text-primary);border-bottom-color:var(--border-color)}.ios-nav a.active{color:var(--text-primary);border-bottom-color:var(--text-primary)}.ios-nav a i{font-size:14px}.menu-toggle{display:none;background:transparent;border:none;color:var(--text-primary);font-size:24px;cursor:pointer;padding:12px 20px;position:relative;z-index:10000}.ios-content{max-width:1000px;width:100%;margin:0 auto;padding:80px 20px 0;box-sizing:border-box}.ios-card{padding:80px 0;border-bottom:1px solid var(--border-color)}.ios-card:last-child{border-bottom:none}h2{font-size:36px;font-weight:700;margin-top:0;margin-bottom:20px;color:var(--text-primary)}h3{font-size:20px;font-weight:600;margin-bottom:10px;color:var(--text-primary)}.date{color:var(--text-muted);font-size:14px}#about h2,#experience h2{font-size:40px}.about-section{text-align:left}.about-content{display:flex;flex-direction:column;align-items:flex-start;gap:16px;border:2px solid var(--border-color);border-radius:16px;padding:24px;transition:all .3s ease;text-align:left;width:100%;max-width:100%;overflow:hidden}.about-content:hover{background:var(--bg-card-hover);border-color:var(--border-hover);box-shadow:0 4px 16px #0000000f}.about-content .contact-icons{justify-content:flex-start}.about-top-row{display:flex;flex-direction:row;align-items:flex-start;gap:16px;width:100%;min-width:0}.about-left{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-width:0}.about-left .contact-icons{margin:0;flex-wrap:wrap}.about-left .contact-icons .ios-btn{width:48px;height:48px;font-size:22px}.about-left .contact-icons .ios-btn i{font-size:22px}.profile-pic{width:280px;height:180px;object-fit:cover;border-radius:16px;transition:all .3s ease}.profile-pic:hover{filter:brightness(1.05);box-shadow:0 8px 24px #0000001a}.about-text{flex:1;min-width:0}.about-text p{font-size:20px;line-height:1.7;color:var(--text-secondary);margin:0;text-align:left;overflow-wrap:break-word;word-break:break-word}.contact-icons{display:flex;gap:12px;flex-shrink:0;flex-wrap:wrap}.contact-icons a{text-decoration:none}.contact-icons .ios-btn{width:46px;height:46px;border-radius:12px;padding:0;display:flex;align-items:center;justify-content:center;flex:none;font-size:20px;overflow:hidden;background:var(--bg-card-hover);border:1px solid var(--border-color);color:var(--text-primary);box-shadow:none;transition:all .3s ease}.contact-icons .ios-btn:before,.contact-icons .ios-btn:after{display:none}.contact-icons .ios-btn i{font-size:20px;color:var(--text-primary);transition:all .3s ease}.contact-icons .ios-btn:hover{background:var(--text-primary);border-color:var(--text-primary)}.contact-icons .ios-btn:hover i{color:#fff}.edu-inline{display:flex;align-items:flex-start;justify-content:flex-start;gap:12px;margin:10px 0 0;font-size:21px;color:var(--text-secondary);width:100%;min-width:0}.edu-inline .edu-lines{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0;overflow-wrap:break-word;word-break:break-word;flex:1}.edu-school{color:var(--text-secondary)}.edu-degree{margin-top:2px;font-size:13px;opacity:.75}.edu-date{margin-top:2px;font-size:12px;opacity:.6}.edu-inline-logo{width:80px;height:80px;object-fit:contain;flex-shrink:0}.edu-item{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:12px;padding:15px;background:transparent;border:2px solid var(--border-color);border-radius:16px;transition:all .3s ease}.edu-item:hover{background:var(--bg-card-hover);border-color:var(--border-hover);box-shadow:0 4px 16px #0000000f}.edu-logo{width:60px;height:auto;object-fit:contain;margin-bottom:12px;margin-right:0;flex-shrink:0}.edu-details{flex-grow:1;text-align:center}.edu-details h3{margin:0 0 5px;font-size:18px;color:var(--text-primary)}.edu-details p{margin:0 0 5px;font-size:14px;color:var(--text-secondary)}.edu-details .date{font-style:italic;font-size:12px;color:var(--text-muted)}.exp-item,.leadership-item,.techstack-item{display:flex;flex-direction:column;margin-bottom:16px;padding:24px;background:transparent;border:2px solid var(--border-color);border-radius:16px;transition:all .3s ease}.exp-item:hover,.leadership-item:hover,.techstack-item:hover{background:var(--bg-card-hover);border-color:var(--border-hover);box-shadow:0 4px 16px #0000000f}.exp-details,.leadership-details{flex-grow:1}.exp-details h3,.leadership-details h3{margin:0 0 5px;font-size:22px;color:var(--text-primary)}.exp-details p,.leadership-details p{margin:0 0 5px;font-size:17px;color:var(--text-secondary)}.exp-details .date,.leadership-details .date{font-style:italic;font-size:15px;color:var(--text-muted);margin-bottom:10px}.exp-details ul,.leadership-details ul{padding-left:20px;margin:10px 0 0}.exp-details li,.leadership-details li{font-size:17px;margin-bottom:5px;color:var(--text-secondary);line-height:1.65}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:24px;align-items:stretch}.project-card{background:transparent;border:2px solid var(--border-color);border-radius:16px;overflow:hidden;transition:all .3s ease;cursor:pointer;position:relative;display:flex;flex-direction:column;height:100%;min-height:260px}.project-card:hover{border-color:var(--border-hover);box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.project-thumbnail-wrapper{width:100%;height:120px;position:relative;overflow:hidden;flex-shrink:0;background:#f5f5f5}@keyframes thumbnailFadeIn{0%{opacity:0}to{opacity:1}}.project-thumbnail{width:100%;height:120px;object-fit:cover;border-radius:0;animation:thumbnailFadeIn .4s ease;transition:transform .3s ease,filter .3s ease}.project-thumbnail-empty{display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:30px}.project-card:hover .project-thumbnail{transform:scale(1.03)}.project-card h3{padding:12px 15px 4px;margin:0;flex-shrink:0;font-size:17px;color:var(--text-primary)}.project-card-content{flex:1;display:flex;flex-direction:column;padding:0 15px 15px}.project-card p{margin:0;font-size:16px;color:var(--text-secondary);line-height:1.5;overflow-wrap:break-word}.project-card p:last-of-type{margin-bottom:0;flex:1}.ios-btn{background:var(--text-primary);color:#fff;padding:12px 20px;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;transition:all .3s ease;text-align:center;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;white-space:nowrap;border:none;cursor:pointer}.ios-btn:before,.ios-btn:after{display:none}.ios-btn:hover{background:#000;box-shadow:0 4px 12px #0000002e;transform:translateY(-1px)}.ios-btn.contact-style-btn{background:var(--bg-card-hover);border:1px solid var(--border-color);color:var(--text-primary);box-shadow:none;border-radius:12px}.ios-btn.contact-style-btn:hover{background:var(--text-primary);border-color:var(--text-primary);color:#fff}.ios-modal{display:block;position:fixed;z-index:10001;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.ios-modal-content{background:#fff;margin:5% auto;padding:30px;border-radius:16px;width:85%;max-width:800px;box-shadow:0 20px 60px #0003;position:relative;overflow:hidden;animation:scaleFade .3s ease-out}.ios-close{color:var(--text-muted);font-size:28px;font-weight:700;cursor:pointer;transition:all .3s ease;background:transparent;border:none;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;position:absolute;top:15px;right:15px}.ios-close:hover{color:var(--text-primary);background:var(--bg-card-hover)}.ios-modal-content h2{font-size:32px;font-weight:700;margin-bottom:10px;color:var(--text-primary);margin-top:0}.ios-modal-content .date{color:var(--text-muted);font-size:16px;margin-bottom:20px;font-style:italic}.ios-modal-content p{font-size:16px;line-height:1.6;margin-bottom:20px;color:var(--text-secondary)}.ios-modal-content ul{margin-bottom:25px;padding-left:20px}.ios-modal-content li{font-size:15px;margin-bottom:8px;color:var(--text-secondary);line-height:1.5}.ios-modal-content .ios-btn{margin-top:20px;display:inline-block;text-decoration:none}.ios-modal{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}.ios-modal::-webkit-scrollbar{width:8px}.ios-modal::-webkit-scrollbar-track{background:transparent}.ios-modal::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.ios-modal::-webkit-scrollbar-thumb:hover{background:#00000059}.slideshow-container{max-width:100%;position:relative;margin:auto;overflow:hidden;background:#f5f5f5;border-radius:12px}.mySlides{display:none;position:relative;top:0;left:0;width:100%;height:auto}.mySlides img,.mySlides video{width:100%;height:100%;object-fit:contain}.prev,.next{cursor:pointer;position:absolute;top:50%;width:auto;margin-top:-22px;padding:14px;color:#fff;font-weight:700;font-size:18px;transition:all .3s ease;border-radius:8px;-webkit-user-select:none;user-select:none;background-color:#0009}.next{right:8px}.prev{left:8px}.prev:hover,.next:hover{background-color:#000000d9}.project-tech{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.ios-tag{display:flex;align-items:center;background-color:var(--bg-card-hover);color:var(--text-primary);padding:5px 10px;border-radius:8px;font-size:14px;border:1px solid var(--border-color)}.ios-tag img{width:20px;height:20px;margin-right:5px;object-fit:contain}.techstack-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:15px}.techstack-item{text-align:center;padding:15px}.techstack-item img{width:50px;height:50px;object-fit:contain;margin-bottom:10px}.techstack-item span{font-size:14px;color:var(--text-secondary)}.ios-footer{text-align:center;padding:30px 0;color:var(--text-muted);font-size:12px;border-top:1px solid var(--border-color);max-width:1000px;margin:0 auto}.ios-footer p{margin:0}@media (max-width: 768px){.ios-nav a{font-size:11px;padding:14px 8px;gap:5px}.ios-nav a i,.ios-nav a span{font-size:11px}.ios-content{padding:60px 20px 0}.ios-card{padding:56px 0}.project-grid{grid-template-columns:1fr 1fr}.ios-modal-content{width:90%;max-width:90%;margin:8% auto;padding:20px}.ios-modal-content h2{font-size:24px}.ios-close{width:35px;height:35px;font-size:24px;top:10px;right:10px}h2{font-size:28px}.ios-footer{margin:0 20px}}@media (max-width: 480px){.ios-header{display:flex;align-items:center;justify-content:space-between;padding:0;height:56px;border-bottom:1px solid var(--border-color)}.menu-toggle{display:flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;font-size:22px;z-index:10001}.ios-nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;max-width:none;background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;z-index:10000;padding:20px;box-sizing:border-box}.ios-nav.show{display:flex}.ios-nav ul{flex-direction:column;align-items:center;width:100%;gap:0}.ios-nav li{width:100%;text-align:center}.ios-nav a{font-size:22px;padding:24px 0;justify-content:center;border-bottom:none;gap:12px}.ios-nav a i{font-size:20px}.ios-nav a.active{border-bottom:none;color:var(--text-primary);font-weight:800}body.menu-open{overflow:hidden!important}.ios-content{padding:72px 16px 0}.ios-card{padding:40px 0}.about-content{padding:14px;width:100%;box-sizing:border-box}.about-top-row{flex-direction:column;gap:10px}.about-left{flex-direction:row;align-items:center;gap:10px;width:100%}.profile-pic{width:100px;height:70px;flex-shrink:0}.about-text p{font-size:16px}.contact-icons{gap:10px;justify-content:center}.contact-icons .ios-btn{width:44px;height:44px;font-size:18px}h2{font-size:24px}#about h2,#experience h2{font-size:28px}h3{font-size:17px}.exp-item,.leadership-item{padding:16px}.exp-details h3,.leadership-details h3{font-size:19px}.exp-details p,.leadership-details p{font-size:16px}.exp-details .date,.leadership-details .date{font-size:14px}.exp-details li,.leadership-details li{font-size:16px}.project-grid{grid-template-columns:1fr;gap:16px}.project-card{min-height:190px}.project-thumbnail-wrapper,.project-thumbnail{height:110px}.ios-modal-content{width:92%;max-width:92%;margin:5% auto;padding:16px;border-radius:12px}.ios-modal-content h2{font-size:22px;padding-right:30px}.ios-modal-content p{font-size:14px}.ios-modal-content li{font-size:13px}.ios-close{width:32px;height:32px;font-size:20px;top:10px;right:10px}.ios-modal-content .ios-btn{width:100%;display:block;text-align:center}.ios-btn{font-size:13px;padding:10px 16px}.ios-footer{margin:0 16px;padding:20px 0}.slideshow-container{border-radius:8px}.prev,.next{padding:10px;font-size:16px}}.App.single-screen-home{height:100vh;overflow:hidden}.App.single-screen-home .ios-content{width:100%;max-width:100%;height:100vh;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"about experience" "projects projects";gap:0;box-sizing:border-box}.App.single-screen-home #projects{grid-area:projects;min-height:0;display:flex;flex-direction:column}.App.single-screen-home #about{grid-area:about;border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.App.single-screen-home #experience{grid-area:experience;border-bottom:1px solid var(--border-color)}.App.single-screen-home .ios-card{padding:20px 24px;border:0;margin:0;min-height:0;overflow:auto;display:flex;flex-direction:column;animation:none;border-radius:0!important;box-shadow:none!important;background:transparent!important}.App.single-screen-home .ios-card{scrollbar-width:none;-ms-overflow-style:none}.App.single-screen-home .ios-card::-webkit-scrollbar{display:none}.App.single-screen-home .ios-card h2{font-size:clamp(18px,1.4vw,26px);margin-bottom:44px;flex-shrink:0}.App.single-screen-home #about h2,.App.single-screen-home #experience h2{font-size:clamp(20px,1.6vw,30px)}.App.single-screen-home #experience h2{margin-bottom:4px}.App.single-screen-home .home-section-content{width:100%;margin-block:0;display:flex;flex-direction:column;justify-content:flex-start;min-height:0}.App.single-screen-home .about-section{text-align:left}.App.single-screen-home .about-content{flex:0 1 auto;flex-direction:column;align-items:flex-start;gap:14px;padding:0;border:0;border-radius:0;box-shadow:none;background:transparent;overflow:auto;min-height:0}.App.single-screen-home .about-top-row{flex-direction:row;gap:10px;flex:1;min-height:0;align-items:center}.App.single-screen-home .about-left{gap:10px}.App.single-screen-home .about-left .contact-icons .ios-btn{width:44px;height:44px;font-size:20px}.App.single-screen-home .about-left .contact-icons .ios-btn i{font-size:20px}.App.single-screen-home .profile-pic{width:min(100%,240px);height:140px;border-radius:8px;box-shadow:none;object-fit:cover}.App.single-screen-home .about-text p{font-size:16px;line-height:1.55;text-align:left}.App.single-screen-home .edu-inline{font-size:17px;margin:8px 0 0;gap:10px}.App.single-screen-home .edu-inline-logo{width:72px;height:72px}.App.single-screen-home .exp-details h3,.App.single-screen-home .leadership-details h3{font-size:17px;margin-bottom:3px}.App.single-screen-home .contact-icons .ios-btn{width:44px;height:44px;border-radius:6px;border:1px solid var(--border-color)}.App.single-screen-home .project-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-auto-rows:minmax(140px,auto);gap:18px 20px;flex:0 1 auto;min-height:0;align-items:stretch;align-content:center}.App.single-screen-home .experience-list{display:flex;flex-direction:column;gap:0px}.App.single-screen-home .project-card{min-height:0;border-radius:0;box-shadow:none;border:0;background:transparent}.App.single-screen-home .about-content:hover,.App.single-screen-home .exp-item:hover,.App.single-screen-home .leadership-item:hover,.App.single-screen-home .techstack-item:hover,.App.single-screen-home .project-card:hover{background:transparent;border-color:transparent;box-shadow:none;transform:none}.App.single-screen-home .project-thumbnail-wrapper,.App.single-screen-home .project-thumbnail{height:clamp(70px,10vw,130px);border-radius:8px}.App.single-screen-home .project-card h3{font-size:14px;padding:8px 0 2px}.App.single-screen-home .project-card-content{padding:0}.App.single-screen-home .project-card p{font-size:15px;line-height:1.4}.App.single-screen-home .exp-item,.App.single-screen-home .leadership-item,.App.single-screen-home .techstack-item{margin-bottom:0;padding:6px 0;border:0;border-radius:0;box-shadow:none;background:transparent}.App.single-screen-home .exp-item:last-child,.App.single-screen-home .leadership-item:last-child,.App.single-screen-home .techstack-item:last-child{margin-bottom:0}.App.single-screen-home .exp-details p,.App.single-screen-home .leadership-details p{font-size:13px;margin-bottom:1px}.App.single-screen-home .exp-details .date,.App.single-screen-home .leadership-details .date{font-size:13px;margin-bottom:2px}.App.single-screen-home .exp-details ul,.App.single-screen-home .leadership-details ul{margin-top:2px;padding-left:14px;overflow:hidden}.App.single-screen-home .exp-details li,.App.single-screen-home .leadership-details li{font-size:13px;line-height:1.4;margin-bottom:1px}.App.single-screen-home .ios-footer{display:none}@media (max-width: 800px){body.home-single-screen{overflow-x:hidden;overflow-y:auto}.App.single-screen-home{height:auto;min-height:100vh;overflow-x:hidden;overflow-y:visible;width:100%;box-sizing:border-box}.App.single-screen-home .ios-content{display:flex;flex-direction:column;width:100%;max-width:100%;height:auto;padding:72px 0 32px;gap:0;box-sizing:border-box}.App.single-screen-home .ios-card{overflow:visible;height:auto;min-height:unset;border:0;border-radius:0!important;width:100%;box-sizing:border-box;padding:20px 16px!important}.App.single-screen-home #about h2,.App.single-screen-home #experience h2{font-size:26px}.App.single-screen-home #about,.App.single-screen-home #experience,.App.single-screen-home #projects{border-right:0;border-bottom:0}.App.single-screen-home .ios-card:not(:last-child){border-bottom:1px solid var(--border-color)}.App.single-screen-home .about-content{width:100%;box-sizing:border-box;gap:12px}.App.single-screen-home .experience-list{gap:10px}.App.single-screen-home .about-top-row{flex-direction:column;align-items:flex-start;gap:12px;width:100%}.App.single-screen-home .about-left{flex-direction:row;align-items:center;gap:10px;width:100%;flex-wrap:wrap}.App.single-screen-home .profile-pic{width:90px;height:65px;border-radius:8px;flex-shrink:0}.App.single-screen-home .about-text{width:100%;min-width:0}.App.single-screen-home .about-text p{font-size:15px;line-height:1.5;overflow-wrap:break-word;word-break:break-word}.App.single-screen-home .edu-inline{font-size:15px;gap:8px}.App.single-screen-home .exp-details h3,.App.single-screen-home .leadership-details h3{font-size:16px}.App.single-screen-home .exp-details p,.App.single-screen-home .exp-details li,.App.single-screen-home .leadership-details p,.App.single-screen-home .leadership-details li{font-size:14px;line-height:1.45}.App.single-screen-home .exp-details .date,.App.single-screen-home .leadership-details .date{font-size:13px}.App.single-screen-home .edu-inline-logo{width:52px;height:52px}.App.single-screen-home .exp-item,.App.single-screen-home .leadership-item,.App.single-screen-home .techstack-item{width:100%;box-sizing:border-box}.App.single-screen-home .project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;width:100%}.App.single-screen-home .project-card{width:100%;box-sizing:border-box;min-height:160px}.App.single-screen-home .project-thumbnail-wrapper,.App.single-screen-home .project-thumbnail{height:100px}.App.single-screen-home .ios-footer{display:block;padding:20px 0}}@media (max-width: 480px){body.home-single-screen{overflow-x:hidden;overflow-y:auto}.App.single-screen-home{height:auto;min-height:100vh;overflow-x:hidden}.App.single-screen-home .ios-content{padding:66px 0 32px;gap:0}.App.single-screen-home .ios-card{padding:16px 12px!important}.App.single-screen-home #about h2,.App.single-screen-home #experience h2{font-size:24px}.App.single-screen-home .about-content{gap:10px}.App.single-screen-home .experience-list{gap:8px}.App.single-screen-home .about-top-row{flex-direction:column}.App.single-screen-home .about-left{flex-direction:row;align-items:center;width:100%;gap:8px;flex-wrap:wrap}.App.single-screen-home .profile-pic{width:75px;height:55px;flex-shrink:0}.App.single-screen-home .about-text p{font-size:15px}.App.single-screen-home .edu-inline{font-size:14px;gap:8px}.App.single-screen-home .edu-inline-logo{width:44px;height:44px}.App.single-screen-home .project-grid{grid-template-columns:1fr;gap:10px}.App.single-screen-home .project-card{min-height:180px}.App.single-screen-home .project-thumbnail-wrapper,.App.single-screen-home .project-thumbnail{height:110px}.App.single-screen-home .project-card h3{font-size:15px;padding:8px 10px 3px}.App.single-screen-home .project-card p{font-size:14px}.App.single-screen-home .exp-details h3,.App.single-screen-home .leadership-details h3{font-size:16px}.App.single-screen-home .exp-details p,.App.single-screen-home .exp-details li,.App.single-screen-home .leadership-details p,.App.single-screen-home .leadership-details li{font-size:14px;line-height:1.45}.App.single-screen-home .exp-details .date,.App.single-screen-home .leadership-details .date{font-size:13px}.App.single-screen-home .ios-footer{display:block;padding:20px 0}}.xmb{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;color:#111;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;background:radial-gradient(ellipse 120% 80% at 50% 35%,#fff,#f6f7f9 55%,#eceff3);-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;isolation:isolate;--xmb-spine-y: 22%;--xmb-icons-h: 108px;--xmb-icons-half: calc(var(--xmb-icons-h) / 2);--xmb-items-below-spine: calc(var(--xmb-icons-half) + 6px)}.xmb-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.xmb-glow{position:absolute;left:50%;top:var(--xmb-spine-y);width:1100px;height:1100px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(0,0,0,.05) 0%,rgba(0,0,0,.02) 40%,transparent 70%);filter:blur(6px);animation:xmb-breathe 9s ease-in-out infinite}@keyframes xmb-breathe{0%,to{opacity:.9;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.04)}}.xmb-rings{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.xmb-ring{position:absolute;left:50%;top:var(--xmb-spine-y);width:200vmax;height:200vmax;border-radius:50%;border:1px solid rgba(0,0,0,.04);transform:translate(-50%,-50%) scale(.1);animation:xmb-ring-out 18s linear infinite;opacity:0}.xmb-ring-1{animation-duration:20s}.xmb-ring-2{animation-duration:26s;animation-delay:-9s}.xmb-ring-3{animation-duration:32s;animation-delay:-18s}@keyframes xmb-ring-out{0%{opacity:0;transform:translate(-50%,-50%) scale(.08)}20%{opacity:.6}to{opacity:0;transform:translate(-50%,-50%) scale(1.1)}}.xmb-crossline{position:absolute;z-index:1;pointer-events:none}.xmb-crossline-h{left:0;right:0;top:var(--xmb-spine-y);height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 15%,rgba(0,0,0,.22) 50%,rgba(0,0,0,.08) 85%,transparent 100%);opacity:.9}.xmb-clock{position:absolute;top:26px;right:34px;z-index:5;text-align:right;color:#1a1a1a;font-family:Orbitron,sans-serif;letter-spacing:1.5px}.xmb-clock-time{display:inline-grid;grid-template-columns:repeat(8,1.1ch);column-gap:0;font-size:28px;font-weight:700;line-height:1;letter-spacing:0;vertical-align:top}.xmb-clock-char{text-align:center;overflow:hidden}.xmb-icons{position:absolute;top:var(--xmb-spine-y);left:0;display:flex;align-items:center;justify-content:flex-start;height:var(--xmb-icons-h);margin-top:calc(-1 * var(--xmb-icons-half));transition:transform .55s cubic-bezier(.22,.61,.36,1);z-index:4;will-change:transform}.xmb-icon{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:transparent;border:0;color:#888;padding:0;cursor:pointer;font-family:inherit;flex-shrink:0;transition:color .35s ease,opacity .35s ease;opacity:.55;height:100%}.xmb-icon-active{color:#111;opacity:1}.xmb-icon-box{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.14);box-shadow:none;font-size:24px;transition:transform .4s cubic-bezier(.22,.61,.36,1),background .4s ease,border-color .4s ease;color:inherit}.xmb-icon-active .xmb-icon-box{transform:scale(1.12);background:#111;color:#fff;border-color:#111;box-shadow:none}.xmb-icon-label{margin-top:10px;font-family:Orbitron,sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#111;opacity:0;transform:translateY(-4px);transition:opacity .35s ease,transform .35s ease}.xmb-icon-active .xmb-icon-label{opacity:1;transform:translateY(0)}.xmb-icon:hover:not(.xmb-icon-active){opacity:.85;color:#333}.xmb-items-layer{position:absolute;top:calc(var(--xmb-spine-y) + var(--xmb-items-below-spine));left:0;right:0;bottom:70px;pointer-events:none;z-index:2;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 40px,#000 calc(100% - 40px),transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 40px,#000 calc(100% - 40px),transparent 100%)}.xmb-items{position:absolute;top:20px;left:50%;width:760px;max-width:calc(100vw - 40px);margin:0;padding:0;list-style:none;transition:transform .5s cubic-bezier(.22,.61,.36,1),opacity .35s ease;opacity:0;pointer-events:none;will-change:transform}.xmb-items-active{opacity:1;pointer-events:auto}.xmb-item{display:flex;align-items:center;gap:20px;padding:14px 22px;margin:0;color:#444;cursor:pointer;transition:color .3s ease,transform .3s ease,background .3s ease;position:relative;border-radius:14px}.xmb-item-active{color:#111;background:transparent;transform:translate(6px);z-index:5;box-shadow:none;height:auto!important;min-height:96px;padding-top:16px;padding-bottom:18px}.xmb-item-active .xmb-item-body{overflow:visible}.xmb-item-active .xmb-item-desc{display:block;-webkit-line-clamp:unset;overflow:visible;white-space:normal}.xmb-item-active .xmb-item-bullets{max-height:none}.xmb-item-active .xmb-item-bullets li{display:list-item;-webkit-line-clamp:unset;overflow:visible;white-space:normal}.xmb-item-thumb{flex-shrink:0;width:64px;height:64px;border-radius:14px;overflow:hidden;background:transparent;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;font-size:24px;color:#333;position:relative;z-index:1;transition:width .3s ease,height .3s ease,border-color .3s ease,box-shadow .3s ease}.xmb-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}.xmb-item-thumb-contain img{object-fit:contain;padding:6px;background:transparent}.xmb-item-thumb .xmb-item-svg{width:32px;height:32px;object-fit:contain}.xmb-item-symbol{font-size:28px;font-weight:700;line-height:1}.xmb-item-active .xmb-item-thumb{width:74px;height:74px;border-color:#111;box-shadow:none}.xmb-item-body{display:flex;flex-direction:column;min-width:0;flex:1;position:relative;z-index:1}.xmb-item-title{font-size:17px;font-weight:600;font-family:Orbitron,sans-serif;letter-spacing:.4px;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xmb-item-active .xmb-item-title{font-size:20px;color:#000}.xmb-item-subtitle{font-size:13px;color:#888;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xmb-item-desc{font-size:13px;color:#555;line-height:1.55;margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.xmb-item-bullets{list-style:disc;padding-left:18px;margin:8px 0 0;font-size:13px;color:#555;line-height:1.5}.xmb-item-bullets li{margin-bottom:2px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.xmb-item-cta{flex-shrink:0;color:#111;font-size:14px;padding-right:4px;animation:xmb-cta-nudge 1.6s ease-in-out infinite;position:relative;z-index:1}@keyframes xmb-cta-nudge{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.xmb-item-empty{color:#999;font-style:italic;padding:20px 16px;cursor:default}.xmb-hint{position:absolute;bottom:26px;left:50%;transform:translate(-50%);display:flex;gap:24px;z-index:5;color:#888;font-size:11px;letter-spacing:1.4px;text-transform:uppercase;font-family:Orbitron,sans-serif}.xmb-hint-key{display:inline-flex;align-items:center;gap:8px}.xmb-kbd{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:26px;padding:0 8px;border-radius:6px;background:#fff;border:1px solid rgba(0,0,0,.18);font-size:10px;color:#111;box-shadow:0 1px 2px #0000000f}@media (max-width: 900px){.xmb{--xmb-spine-y: 19%;--xmb-icons-h: 98px}.xmb-items{width:540px}.xmb-icon-box{width:52px;height:52px;font-size:22px;border-radius:12px}.xmb-clock-time{font-size:22px}}@media (max-width: 600px){.xmb{--xmb-spine-y: 17%;--xmb-icons-h: 96px}.xmb-items-layer{bottom:56px}.xmb-icon{width:130px!important}.xmb-icon-box{width:58px;height:58px;font-size:24px;border-radius:14px}.xmb-icon-label{font-size:10px;letter-spacing:1.4px;margin-top:10px}.xmb-items{width:100%;max-width:calc(100vw - 20px)}.xmb-item{padding:12px 14px;gap:14px}.xmb-item-thumb{width:54px;height:54px}.xmb-item-active .xmb-item-thumb{width:62px;height:62px}.xmb-item-title{font-size:15px}.xmb-item-active .xmb-item-title{font-size:17px}.xmb-item-subtitle,.xmb-item-desc{font-size:12px}.xmb-clock{top:14px;right:16px}.xmb-clock-time{font-size:18px}.xmb-hint{bottom:14px;gap:12px;font-size:10px}}.ios-modal{color:var(--text-primary)}.profile-modal-hero{display:flex;justify-content:center;width:100%;margin:0 0 22px}.profile-modal-hero-img{display:block;width:min(100%,520px);margin:0 auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:14px;border:1px solid rgba(0,0,0,.1);box-shadow:0 12px 40px #00000024}.profile-modal-heading{text-align:center;margin-bottom:20px;max-width:520px;margin-left:auto;margin-right:auto}.profile-modal-name{margin:0 0 8px}.profile-modal-sub{margin:0;font-size:15px;color:var(--text-primary, #111);font-weight:500}.profile-modal-sub-dim{margin:6px 0 0;font-size:14px;color:var(--ios-secondary-text, #888)}.profile-modal-bio p{margin:0 0 10px;font-size:15px;line-height:1.6}.profile-modal-contacts{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;justify-content:center}.profile-modal-contacts .profile-modal-contact-btn{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:48px;padding:0}.profile-modal-contacts .profile-modal-contact-btn i{font-size:22px;line-height:1}@media (max-width: 600px){.profile-modal-hero-img{width:100%;border-radius:12px}.profile-modal-bio p{font-size:14px}}
