:root{--bg-dark: #121212;--bg-light-dark: #1e1e1e;--text-primary: #f0f0f0;--text-secondary: #b0b0b0;--accent: #00bcd4;--accent-dark: #008ba3;--box-bg: #242424;--badge-bg: #3a3a3a;--hover-bg: #292929}body{font-family:Arial,sans-serif;background-color:var(--bg-dark);color:var(--text-primary);margin:0;padding:0;overflow-y:hidden}h1,h2{color:var(--accent)}.section{padding:20px}.sidebar{width:250px;min-width:250px;height:100vh;padding:20px,20px,0px,20px;text-align:center;background-color:var(--bg-light-dark);flex-shrink:0;left:-100%;transition:all .12s ease-in-out;z-index:2;overflow-y:auto}.sidebar.open{left:0}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:3px}@media screen and (max-width: 768px){.sidebar{width:200px;min-width:200px;position:fixed}.sidebar img{width:60px;height:auto}}@media screen and (max-width: 480px){.sidebar{width:100%;min-width:100%;padding:0}.sidebar img{width:150px;height:auto}}.profile-pic{width:100px;margin:50px 0 20px;border-radius:10px}nav a{display:block;color:var(--text-primary);text-decoration:none;padding:10px;transition:background .3s ease-in-out}nav a:hover{background:var(--hover-bg)}.content{flex-grow:1;overflow-y:auto;padding:10px;box-sizing:border-box;height:100vh}.hero{display:flex;align-items:center;justify-content:center;height:80vh;text-align:center;position:relative;overflow:hidden;background:url(/assets/drone-shot-cover-V5GPeHHT.jpg) center/cover no-repeat}.hero .overlay{position:absolute;width:100%;height:100%;background:#0009}.hero-content{position:relative;z-index:1;color:var(--text-primary)}.hero h1{font-size:3rem;margin-bottom:10px}.hero p{font-size:1.5rem;opacity:.8;margin-bottom:20px}.cta-btn{padding:12px 24px;font-size:1.2rem;border:none;border-radius:5px;cursor:pointer;background-color:var(--accent);color:var(--bg-dark);transition:.3s}.cta-btn:hover{background-color:var(--accent-dark);color:#fff}.experience-card-content{padding:20px}.experience-card{max-width:100%;width:100%;padding:0;margin:10px 0;border-radius:5px;background:var(--box-bg);box-shadow:2px 2px 10px #0003;word-wrap:break-word;overflow-wrap:break-word}.experience-card h3{margin-bottom:5px;color:var(--text-primary)}.experience-card .company{font-weight:700;color:var(--text-secondary)}.experience-card .location{font-style:italic;color:var(--text-secondary)}.experience-card p{color:var(--text-primary);line-height:1.5}.technologies{margin-top:10px;font-size:14px}.tech-badge{display:inline-block;padding:6px 12px;margin:5px 3px;font-size:14px;border-radius:4px;background:var(--badge-bg);color:#fff;white-space:nowrap}@media screen and (max-width: 768px){.experience-card{padding:0}.experience-card h3{font-size:18px}.experience-card p{font-size:14px;line-height:1.4}.tech-badge{font-size:12px;padding:4px 8px}}@media screen and (max-width: 480px){.experience-card{padding:0}.experience-card h3{font-size:16px}.experience-card p{font-size:13px}.technologies{text-align:center}.tech-badge{font-size:11px;padding:3px 6px}}.app{display:flex;height:100vh;overflow:hidden}.menu-btn{display:none;position:fixed;top:1rem;left:1rem;padding:0;font-size:1.2rem;background:none;border:none;color:var(--text-primary);cursor:pointer;z-index:1000}@media (max-width: 768px){.menu-btn{display:block}}.close-btn{display:none;position:absolute;top:1rem;right:1rem;font-size:1.5rem;background:none;border:none;color:#fff;cursor:pointer}@media (max-width: 768px){.close-btn{display:block}}.footer{background:var(--box-bg);color:var(--text-primary);text-align:center;padding:1rem;position:relative;margin-top:auto}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;background-color:var(--bg-dark);color:var(--text-primary)}.not-found h1{font-size:6rem;margin-bottom:20px;color:var(--accent)}.not-found p{font-size:1.5rem;margin-bottom:20px}
