*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}#root{min-height:100vh}:root{--bg-primary: #ffffff;--bg-secondary: #fafafa;--text-primary: #0a0a0a;--text-secondary: #666666;--accent: #2563eb;--border: #e5e5e5;--hover: #f5f5f5}.app{min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:2rem 0;transition:all .3s ease;background:transparent}.nav.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;box-shadow:0 1px 3px #0000000d}.nav-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:flex-end}.nav-links{display:flex;gap:2rem}.nav-links button{background:none;border:none;color:var(--text-primary);font-size:.875rem;font-weight:500;letter-spacing:.05em;cursor:pointer;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-links button:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent);transition:width .3s ease}.nav-links button:hover{color:var(--accent)}.nav-links button:hover:after{width:100%}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 2rem;position:relative;overflow:hidden}.hero-bg-text{position:absolute;font-size:clamp(8rem,20vw,16rem);font-weight:900;color:var(--text-primary);opacity:.02;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;transition:transform .3s ease-out;z-index:0;letter-spacing:-.05em}.hero-content{text-align:center;max-width:900px;position:relative;z-index:1}.hero-title{font-size:clamp(4rem,12vw,8rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;text-align:center;white-space:nowrap;display:flex;justify-content:center}.hero-title .typewriter-text{display:inline-block;position:relative}.hero-title .typed-content{display:inline-block}.hero-title .cursor{color:var(--text-primary);font-weight:300;position:absolute;right:-.6em}.hero-title .cursor.static{opacity:1}.hero-title .cursor.blink{animation:blink 1s step-end infinite}@keyframes blink{0%,50%{opacity:1}50.01%,to{opacity:0}}.hero-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:var(--text-secondary);margin-bottom:2rem;font-weight:400;white-space:nowrap}.hero-buttons{display:flex;flex-direction:column;gap:3.5rem;align-items:center}.hero-buttons-row{display:flex;gap:2rem;justify-content:center}.hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:500;border-radius:.5rem;transition:all .3s ease;height:52px;min-width:160px;box-sizing:border-box;cursor:pointer}.hero-btn.social-btn{background:transparent;border:2px solid var(--border);color:var(--text-primary);text-decoration:none;border-radius:2rem;padding:.5rem 1.5rem;gap:.5rem;height:auto;min-width:auto}.hero-btn.social-btn:hover{border-color:var(--text-primary);background:var(--hover);transform:translateY(-2px)}.hero-btn.social-btn svg{flex-shrink:0}.hero-btn.cta-primary,.hero-btn.cta-secondary{border:2px solid var(--text-primary)}.hero-btn.cta-primary{background:var(--text-primary);color:var(--bg-primary)}.hero-btn.cta-primary:hover{background:transparent;color:var(--text-primary);transform:translateY(-2px)}.hero-btn.cta-secondary{background:transparent;color:var(--text-primary)}.hero-btn.cta-secondary:hover{background:var(--text-primary);color:var(--bg-primary);transform:translateY(-2px)}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;opacity:.6;transition:opacity .3s ease}.scroll-indicator:hover{opacity:1}.scroll-indicator span{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.scroll-indicator svg{animation:bounce 2s infinite}.section{min-height:100vh;display:flex;align-items:center;padding:6rem 2rem}.section:nth-child(2n){background:var(--bg-secondary)}.section-content{max-width:1200px;margin:0 auto;width:100%}.section-label{font-size:clamp(4rem,8vw,8rem);font-weight:700;opacity:.05;line-height:1;margin-bottom:-2rem}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:600;margin-bottom:3rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-text p{font-size:1.125rem;line-height:1.7;color:var(--text-secondary)}.about-quote{margin-top:3.5rem;padding:1.5rem 3rem;background:#00000008;border-left:3px solid rgba(0,0,0,.15);max-width:fit-content;margin-left:auto;margin-right:auto}.quote-text{font-size:1.125rem;font-style:italic;line-height:1.8;color:#000000d9;margin-bottom:.5rem}.quote-author{display:block;font-size:1rem;font-style:normal;color:#0009;font-weight:500}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;align-content:start;margin:0 auto}.skill-item{padding:1rem 1.5rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:.5rem;text-align:center;font-weight:500;transition:all .3s ease}.skill-item:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.skill-item-link{text-decoration:none;color:var(--text-primary);cursor:pointer;display:block}.skill-item-link:hover{background:var(--hover)}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.project-card{padding:2rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:.5rem;transition:all .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014;border-color:var(--accent)}.flip-card{perspective:1000px;position:relative;width:100%;padding:2rem;background:var(--bg-secondary);border-radius:.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;min-height:280px;overflow:hidden}.flip-card-inner{position:relative;width:100%;height:280px;transition:transform .8s;transform-style:preserve-3d}.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;align-items:center;justify-content:center}.flip-card-back{transform:rotateY(180deg)}.flip-card-front img,.flip-card-back img{width:100%;height:100%;object-fit:cover;border-radius:.25rem;box-shadow:0 4px 12px #0000001a}.project-image-container{width:100%;padding:2rem;background:var(--bg-secondary);border-radius:.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;min-height:280px;overflow:hidden}.project-image{width:100%;height:280px;object-fit:cover;border-radius:.25rem;box-shadow:0 4px 12px #0000001a}.project-card:hover .project-image{transform:scale(1.02);transition:transform .3s ease}.project-icon{font-size:3rem;margin-bottom:1.5rem}.project-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.project-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{padding:.25rem .75rem;background:var(--bg-secondary);border-radius:.25rem;font-size:.875rem;color:var(--text-secondary)}.project-links{display:flex;gap:1rem}.project-link{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .3s ease}.project-link:hover{color:var(--accent)}.contact-wrapper{display:flex;align-items:flex-start;justify-content:space-between;gap:4rem}.contact-content{flex:1;max-width:600px}.polaroid{background:#fff;padding:1.5rem 1.5rem 4rem;box-shadow:0 8px 20px #0003;transform:rotate(4deg);transition:transform .3s ease;flex-shrink:0}.polaroid:hover{transform:rotate(0);box-shadow:0 12px 30px #00000040}.polaroid-image{width:280px;height:350px;background:var(--bg-secondary);overflow:hidden;margin-bottom:1rem}.polaroid-image img{width:100%;height:100%;object-fit:cover}.polaroid-caption{text-align:center;font-size:1rem;color:#333;font-family:Courier New,monospace;font-style:italic}.contact-text{font-size:1.25rem;line-height:1.7;color:var(--text-secondary);margin-bottom:3rem}.contact-links{display:flex;flex-direction:column;gap:1.5rem}.contact-link{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:.75rem;text-decoration:none;color:var(--text-primary);font-size:1.25rem;font-weight:500;transition:all .3s ease}.contact-link:hover{border-color:var(--accent);transform:translate(8px);box-shadow:0 4px 12px #0000000d}.footer{background:var(--text-primary);color:var(--bg-primary);padding:.75rem 0;overflow:hidden}.marquee{position:relative;width:100%;overflow:hidden}.marquee-content{display:flex;animation:scroll 30s linear infinite;white-space:nowrap}.marquee-content span{font-size:1.25rem;font-weight:700;padding:0 1.5rem;display:inline-block;position:relative}.marquee-content span:after{content:"|";position:absolute;right:0;color:var(--bg-primary)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fade-in-up{animation:fadeInUp .8s ease forwards;opacity:0}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.delay-4{animation-delay:.8s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.subsection{margin-bottom:4rem}.subsection:last-child{margin-bottom:0}.subsection-title{font-size:1.75rem;font-weight:600;margin-bottom:2rem;color:var(--text-primary);opacity:.8}.project-card.clickable{cursor:pointer;position:relative}.project-card.clickable:hover{transform:translateY(-6px);box-shadow:0 16px 32px #0000001f}.project-card-footer{display:flex;gap:.75rem;align-items:center}.project-github-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid var(--border);border-radius:.375rem;color:var(--text-primary);text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease}.project-github-btn:hover{border-color:var(--text-primary);background:var(--hover)}.project-github-btn svg{flex-shrink:0}.project-details-btn{display:inline-flex;align-items:center;padding:.5rem 1rem;background:transparent;border:none;color:var(--accent);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-left:auto}.project-details-btn:hover{color:var(--text-primary)}.experience-grid{display:flex;flex-direction:column;gap:2.5rem}.experience-card{padding:2rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:1rem;transition:all .3s ease}.experience-card:hover{border-color:var(--accent);box-shadow:0 8px 16px #0000000f}.experience-logo{width:80px;height:80px;margin-bottom:1rem;border-radius:.5rem;overflow:hidden;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center}.experience-logo img{width:100%;height:100%;object-fit:contain;padding:.5rem}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.experience-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.experience-company{font-size:1rem;font-weight:500;color:var(--text-secondary);margin-bottom:.25rem}.experience-location{font-size:.9rem;color:var(--text-secondary);opacity:.8}.experience-period{font-size:.9rem;color:var(--text-secondary);font-weight:500;white-space:nowrap}.experience-description{list-style:none;padding-left:0;margin-bottom:1.5rem}.experience-description li{color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem}.experience-description li:last-child{margin-bottom:0}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:2000;padding:2rem;overflow-y:auto;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--bg-primary);border-radius:1.5rem;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 24px 48px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mobile-warning-modal{max-width:500px}.mobile-warning-modal .modal-header{text-align:center;border-bottom:none;padding-bottom:1rem}.mobile-warning-modal .modal-body{text-align:center}.mobile-warning-modal .modal-paragraph{font-size:1rem;line-height:1.6}.mobile-warning-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--text-primary);color:var(--bg-primary);text-decoration:none;border-radius:.5rem;font-weight:600;font-size:.95rem;transition:all .2s ease;margin-top:.5rem}.mobile-warning-cta:hover{background:var(--text-secondary);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.mobile-warning-cta svg{flex-shrink:0}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:var(--hover);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.modal-close:hover{background:var(--border);transform:rotate(90deg)}.modal-header{padding:3rem 3rem 1.5rem;border-bottom:1px solid var(--border)}.modal-image-container{width:100%;max-width:800px;height:500px;background:var(--bg-secondary);border-radius:.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;padding:2rem}.modal-image{width:100%;height:100%;object-fit:cover;border-radius:.25rem}.modal-title{font-size:2rem;font-weight:700;color:var(--text-primary)}.modal-body{padding:2rem 3rem 3rem}.modal-paragraph{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem;font-size:1.05rem}.modal-paragraph:last-of-type{margin-bottom:2rem}.modal-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.modal-images img{width:100%;border-radius:.75rem;border:1px solid var(--border)}.modal-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.modal-links{display:flex;gap:1rem;flex-wrap:wrap}.modal-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:var(--text-primary);color:var(--bg-primary);text-decoration:none;border-radius:.5rem;font-weight:500;transition:all .3s ease}.modal-btn:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.modal-btn svg{flex-shrink:0}.experience-modal-content{max-width:1000px}.experience-modal-company{font-size:1.25rem;font-weight:600;color:var(--accent);margin-top:.5rem}.experience-company-link{color:#3b82f6;text-decoration:none;transition:color .2s}.experience-company-link:hover{color:#60a5fa;text-decoration:underline}.experience-modal-meta{color:var(--text-secondary);font-size:1rem;margin-top:.25rem}.book-modal-content{max-width:900px}.book-modal-header{display:flex;flex-direction:column;gap:.75rem;padding:3rem 3rem 2rem;border-bottom:1px solid var(--border)}.book-modal-title{font-size:2rem;font-weight:700;color:var(--text-primary);line-height:1.2}.book-modal-author{font-size:1.25rem;color:var(--text-secondary);font-style:italic}.book-status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;white-space:nowrap;width:fit-content;margin-top:.5rem}.book-status.complete{background:#d1fae5;color:#065f46;border:1px solid #10b981}.book-status.in-progress{background:#fef3c7;color:#92400e;border:1px solid #f59e0b}.status-dot{width:8px;height:8px;border-radius:50%;background:#f59e0b;animation:pulse-dot 2s ease-in-out infinite}.book-modal-body{padding:2rem 3rem 3rem}.book-modal-section-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;margin-top:2rem}.book-modal-section-title:first-child{margin-top:0}.book-modal-paragraph{color:var(--text-secondary);line-height:1.8;font-size:1.0625rem;margin-bottom:1.25rem}.book-modal-paragraph:last-of-type{margin-bottom:0}.book-takeaways-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.book-takeaway-item{padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:2rem;text-align:center;font-weight:500;color:var(--text-primary);transition:all .3s ease}.book-takeaway-item:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem}.book-card{display:flex;flex-direction:column;background:var(--bg-primary);border:1px solid var(--border);border-radius:.5rem;overflow:hidden;transition:all .3s ease;cursor:pointer;padding:1.5rem}.book-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014;border-color:var(--accent)}.book-image-container{width:100%;height:260px;background:var(--bg-secondary);border-radius:.25rem;display:flex;align-items:center;justify-content:center;padding:1rem;margin-bottom:1rem}.book-image{width:100%;height:100%;object-fit:contain}.book-header-compact{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.book-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);line-height:1.3;flex:1}.book-author{font-size:.875rem;color:var(--text-secondary);font-style:italic;margin-bottom:auto;flex-grow:1}.book-status-compact{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:1rem;font-size:.625rem;font-weight:600;white-space:nowrap;flex-shrink:0;text-transform:uppercase;letter-spacing:.025em}.book-status-compact.complete{background:#d1fae5;color:#065f46;border:1px solid #10b981}.book-status-compact.in-progress{background:#fef3c7;color:#92400e;border:1px solid #f59e0b}.status-dot-small{width:5px;height:5px;border-radius:50%;background:#f59e0b;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.book-lessons-btn{display:inline-flex;align-items:center;padding:0;background:transparent;border:none;color:var(--accent);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:.5rem;align-self:flex-end}.book-lessons-btn:hover{color:var(--text-primary)}.live-icon{flex-shrink:0}.pulse-ring{animation:pulse 2s ease-out infinite;opacity:.6}.pulse-ring-1{animation-delay:0s}.pulse-ring-2{animation-delay:.4s}.pulse-ring-3{animation-delay:.8s}@keyframes pulse{0%{opacity:.8;transform:scale(.8)}50%{opacity:.4}to{opacity:0;transform:scale(1.2)}}.hero-title.mobile-wrap{white-space:normal;display:block;text-align:center}.hero-title.mobile-wrap .typewriter-text{display:inline}.hero-title.mobile-wrap .cursor{position:static;display:inline;right:auto}.hero-subtitle.mobile-wrap{white-space:normal;max-width:100%;padding:0 1rem}@media(max-width:768px){.nav-links{gap:1rem}.nav-links button{font-size:.75rem}.about-grid{grid-template-columns:1fr;gap:2rem}.skills-grid{grid-template-columns:repeat(2,1fr)}.projects-grid{grid-template-columns:1fr}.project-image-container{min-height:200px;padding:1rem}.project-card-footer{flex-direction:column;align-items:flex-start}.project-details-btn{margin-left:0}.section{padding:4rem 1rem}.hero-cta{flex-direction:column;align-items:stretch}.cta-primary,.cta-secondary{width:100%}.marquee-content span{font-size:1rem}.experience-header{flex-direction:column}.experience-period{align-self:flex-start}.modal-overlay{padding:1rem}.modal-header{padding:2rem 2rem 1rem}.modal-body{padding:1.5rem 2rem 2rem}.modal-close{top:1rem;right:1rem}.modal-image-container{height:250px;padding:1rem}.contact-wrapper{flex-direction:column;align-items:center;gap:2rem}.polaroid{transform:rotate(-2deg)}.polaroid-image{width:220px;height:280px}.books-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}.book-modal-header{padding:2rem}.book-modal-body{padding:1.5rem 2rem 2rem}.book-modal-section-title{font-size:1.25rem}.book-takeaways-grid{grid-template-columns:1fr}}
