html,body{height:100%;margin:0}.app-container{display:flex;flex-direction:column;min-height:100vh;background-color:var(--background-color);color:var(--text-color)}.main-content{flex:1}a{text-decoration:none;color:inherit}.hero{text-align:center;padding:6rem 0 4rem;background:var(--gradient-sunrise);border-radius:0 0 3rem 3rem;margin-bottom:4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(212,165,116,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(193,154,107,.1) 0%,transparent 50%);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:0 2rem}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.1}.accent-text{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;color:var(--text-secondary);margin-bottom:1.5rem;font-weight:500}.hero-description{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.skill-category{background:var(--bg-secondary);padding:2rem;border-radius:1rem;border:1px solid var(--border-light);transition:all .3s ease}.skill-category:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-medium)}.skill-category h3{color:var(--accent-primary);margin-bottom:1rem;font-size:1.25rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:var(--bg-tertiary);color:var(--text-secondary);padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:500;border:1px solid var(--border-light);transition:all .3s ease}.skill-tag:hover{background:var(--accent-primary);color:#fff;transform:scale(1.05)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.project-card{display:flex;flex-direction:column;height:100%;transition:all .3s ease}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px var(--shadow-medium)}.project-image{height:200px;border-radius:.5rem;overflow:hidden;margin-bottom:1.5rem;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center}.project-placeholder{font-size:4rem;opacity:.7}.project-content h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem}.project-content p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6;flex-grow:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:var(--accent-primary);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:500}.experience-timeline{position:relative;margin-top:2rem}.experience-timeline:before{content:"";position:absolute;left:1rem;top:0;bottom:0;width:2px;background:var(--border-light)}.timeline-item{position:relative;margin-bottom:2rem;padding-left:3rem}.timeline-marker{position:absolute;left:.5rem;top:1rem;width:1rem;height:1rem;background:var(--accent-primary);border-radius:50%;border:3px solid var(--bg-primary)}.timeline-content h3{color:var(--text-primary);margin-bottom:.25rem}.timeline-company{color:var(--accent-primary);font-weight:500;margin-bottom:.5rem}.cta-card{text-align:center;padding:3rem 2rem;background:var(--gradient-primary);border:1px solid var(--border-light)}.cta-card h2{color:var(--text-primary);margin-bottom:1rem}.cta-card p{color:var(--text-secondary);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.section-title{text-align:center;color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:600}.section-title:after{content:"";display:block;width:60px;height:3px;background:var(--accent-primary);margin:1rem auto 0;border-radius:2px}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.hero-actions{flex-direction:column;align-items:center}.skills-grid,.projects-grid{grid-template-columns:1fr}.experience-timeline:before{left:.5rem}.timeline-item{padding-left:2rem}.timeline-marker{left:0}.cta-actions{flex-direction:column;align-items:center}.section-title{font-size:2rem}}@media (max-width: 480px){.hero{padding:4rem 0 2rem}.hero-content{padding:0 1rem}.hero-title{font-size:2rem}.skill-category,.project-card{padding:1.5rem}}.about-hero{text-align:center;padding:4rem 0 2rem;margin-bottom:3rem}.about-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.about-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.about-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:4rem}.about-text h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.75rem}.about-text p{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;font-size:1.1rem}.about-stats{display:flex;flex-direction:column;gap:1rem}.stat-card{text-align:center;padding:1.5rem;background:var(--bg-secondary);border:1px solid var(--border-light);transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-medium)}.stat-card h3{font-size:2.5rem;font-weight:700;color:var(--accent-primary);margin-bottom:.5rem}.stat-card p{color:var(--text-secondary);font-weight:500;margin:0}.values-section{margin-bottom:4rem}.values-section h2{text-align:center;color:var(--text-primary);margin-bottom:2rem;font-size:2rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{text-align:center;padding:2rem;transition:all .3s ease}.value-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px var(--shadow-medium)}.value-icon{font-size:3rem;margin-bottom:1rem;display:block}.value-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem}.value-card p{color:var(--text-secondary);line-height:1.6}.interests-section{margin-bottom:4rem}.interests-section h2{text-align:center;color:var(--text-primary);margin-bottom:2rem;font-size:2rem}.interests-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.interest-item{background:var(--bg-secondary);padding:2rem;border-radius:1rem;border:1px solid var(--border-light);transition:all .3s ease}.interest-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-medium)}.interest-item h3{color:var(--accent-primary);margin-bottom:1rem;font-size:1.25rem}.interest-item p{color:var(--text-secondary);line-height:1.6}.about-cta{margin-bottom:2rem}.cta-content{text-align:center;padding:3rem 2rem;background:var(--gradient-primary);border:1px solid var(--border-light)}.cta-content h2{color:var(--text-primary);margin-bottom:1rem;font-size:2rem}.cta-content p{color:var(--text-secondary);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.about-title{font-size:2.5rem}.about-subtitle{font-size:1.1rem}.about-grid{grid-template-columns:1fr;gap:2rem}.values-grid,.interests-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.stat-card h3{font-size:2rem}}@media (max-width: 480px){.about-hero{padding:2rem 0 1rem}.about-title{font-size:2rem}.about-text p{font-size:1rem}.value-card,.interest-item{padding:1.5rem}.cta-content{padding:2rem 1rem}}.projects{padding:2rem}.projects h2{font-size:2rem;margin-bottom:1rem}.project-item{border:1px solid var(--border-color);border-radius:8px;padding:1rem;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000001a}.project-item h3{font-size:1.5rem;margin-bottom:.5rem}.project-item p{font-size:1rem}.project-item a{text-decoration:none;font-weight:700}.project-item a:hover{text-decoration:underline}.contact{padding:2rem}.contact h2{font-size:2rem;margin-bottom:1rem}.contact form{display:flex;flex-direction:column}.contact label{margin-bottom:.5rem}.contact input,.contact textarea{margin-bottom:1rem;padding:.5rem;border:1px solid #ddd;border-radius:4px}.contact button{padding:.75rem;border:none;background-color:#007bff;color:#fff;cursor:pointer;border-radius:4px}.contact button:hover{background-color:#0056b3}.navbar{background:var(--bg-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:1000;transition:all .3s ease}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:70px}.navbar-brand{text-decoration:none;color:var(--text-primary);font-weight:700;font-size:1.5rem;transition:color .3s ease}.navbar-brand:hover{color:var(--accent-primary)}.brand-text{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-menu{display:flex;align-items:center;gap:2rem}.navbar-link{color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.9rem;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.navbar-link:hover,.navbar-link.active{color:var(--accent-primary);background:var(--bg-tertiary)}.navbar-link.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:20px;height:2px;background:var(--accent-primary);border-radius:1px}.navbar-actions{display:flex;align-items:center;gap:1rem}.theme-toggle{background:var(--bg-tertiary);border:1px solid var(--border-light);color:var(--text-secondary);padding:.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{background:var(--accent-primary);color:#fff;transform:scale(1.05)}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}.hamburger span{width:20px;height:2px;background:var(--text-secondary);transition:all .3s ease;border-radius:1px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.navbar-container{padding:0 1rem}.navbar-menu{position:fixed;top:70px;left:0;right:0;background:var(--bg-secondary);border-bottom:1px solid var(--border-light);flex-direction:column;padding:1rem;gap:0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.navbar-menu.active{transform:translateY(0);opacity:1;visibility:visible}.navbar-link{width:100%;text-align:center;padding:1rem;border-radius:8px}.hamburger{display:flex}.navbar-actions{gap:.5rem}}.navbar.scrolled{background:var(--bg-primary);box-shadow:0 2px 20px var(--shadow-light)}.navbar *{transition:all .3s ease}.footer{padding:1rem;text-align:center;bottom:0;width:100%}.footer-content{max-width:1200px;margin:0 auto}.footer p{margin:0;font-size:.9rem}.footer .social-links{margin:1rem 0}.footer .social-links a{color:var(--text-color);text-decoration:none;margin:0 .5rem}.footer .social-links a:hover{text-decoration:underline}.footer a{color:var(--text-color)}:root{--bg-primary: #faf8f5;--bg-secondary: #f5f2ed;--bg-tertiary: #f0ede8;--text-primary: #2d2a24;--text-secondary: #5a5650;--text-muted: #8a857d;--accent-primary: #d4a574;--accent-secondary: #c19a6b;--accent-tertiary: #b08d5f;--border-light: #e8e4df;--border-medium: #d4cfc8;--shadow-light: rgba(45, 42, 36, .05);--shadow-medium: rgba(45, 42, 36, .1);--shadow-heavy: rgba(45, 42, 36, .15);--gradient-primary: linear-gradient(135deg, #faf8f5 0%, #f5f2ed 100%);--gradient-accent: linear-gradient(135deg, #d4a574 0%, #c19a6b 100%);--gradient-sunrise: linear-gradient(135deg, #faf8f5 0%, #f0ede8 50%, #e8e4df 100%)}[data-theme=dark]{--bg-primary: #1a1a1a;--bg-secondary: #242424;--bg-tertiary: #2d2d2d;--text-primary: #f5f2ed;--text-secondary: #e8e4df;--text-muted: #c4c0bb;--accent-primary: #d4a574;--accent-secondary: #c19a6b;--accent-tertiary: #b08d5f;--border-light: #3a3a3a;--border-medium: #4a4a4a;--shadow-light: rgba(0, 0, 0, .2);--shadow-medium: rgba(0, 0, 0, .3);--shadow-heavy: rgba(0, 0, 0, .4);--gradient-primary: linear-gradient(135deg, #1a1a1a 0%, #242424 100%);--gradient-accent: linear-gradient(135deg, #d4a574 0%, #c19a6b 100%);--gradient-sunset: linear-gradient(135deg, #1a1a1a 0%, #242424 50%, #2d2d2d 100%)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--text-secondary)}a{color:var(--accent-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary{background:var(--gradient-accent);color:#fff;box-shadow:0 4px 12px var(--shadow-medium)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px var(--shadow-heavy)}.btn-secondary{background:transparent;color:var(--accent-primary);border:2px solid var(--accent-primary)}.btn-secondary:hover{background:var(--accent-primary);color:#fff}.card{background:var(--bg-secondary);border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px var(--shadow-light);transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-medium)}.winkchen-emoji{position:fixed;pointer-events:none;z-index:9999;width:60px;height:60px;opacity:0;transition:opacity .3s ease}.winkchen-emoji.show{opacity:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.fade-in{animation:fadeIn .6s ease-out}.slide-in{animation:slideIn .6s ease-out}.scale-in{animation:scaleIn .6s ease-out}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.btn{padding:.6rem 1.2rem;font-size:.85rem}.card{padding:1rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}.rounded{border-radius:8px}.rounded-lg{border-radius:12px}.rounded-xl{border-radius:16px}.layout-container{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-primary);transition:background-color .3s ease}.main-content{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:2rem}@media (max-width: 768px){.main-content{padding:1rem}}.layout-container *{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1rem}}.section{margin:4rem 0}.section-sm{margin:2rem 0}.section-lg{margin:6rem 0}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.hero{text-align:center;padding:4rem 0;background:var(--gradient-sunrise);border-radius:0 0 2rem 2rem;margin-bottom:4rem}[data-theme=dark] .hero{background:var(--gradient-sunset)}.content-wrapper{background:var(--bg-secondary);border-radius:1rem;padding:2rem;margin:2rem 0;box-shadow:0 4px 12px var(--shadow-light)}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.page-exit{opacity:1;transform:translateY(0)}.page-exit-active{opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease}.resume-container{padding:2rem;max-width:800px;margin:0 auto;text-align:center}.resume-title{font-size:2rem;margin-bottom:1.5rem;color:var(--text-color)}.resume-viewer{margin-bottom:1.5rem}.download-button{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;background-color:var(--primary-color);text-decoration:none;border-radius:5px;transition:background-color .3s ease}.download-button:hover{background-color:var(--primary-color-dark)}.trees{display:flex;justify-content:space-between;align-items:center;position:relative}*{margin:0;padding:0;box-sizing:border-box}:root{--background-color: black;--text-color: grey;--navbar-background: #222222;--navbar-text-color: grey;--footer-background: #222222;--footer-text-color: grey;--border-color:rgb(80, 80, 80)}[data-theme=light]{--background-color: grey;--text-color: #000000;--navbar-background: rgb(77, 77, 77);--navbar-text-color: #000000;--footer-background: rgb(77, 77, 77);--footer-text-color: #000000;--border-color: rgb(194, 194, 194)}body{background-color:var(--background-color);color:var(--text-color);font-family:Roboto,Arial,sans-serif;line-height:1.6;background-color:inherit;cursor:"winkchen.webp",auto}
