body{margin:0;padding:0;background-color:#212121;font-family:system-ui,sans-serif}#root{max-width:1280px;margin:0 auto;min-height:100vh}.container{margin:0 auto;width:calc(100% - 20px);max-width:1200px;padding:0 10px}*,*:before,*:after{box-sizing:border-box}body{background-color:#212121;color:#fff;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background-color:#1e1e1e;padding:16px 0;position:relative}.header-content{display:flex;justify-content:space-between;align-items:center}header h2{font-size:28px;font-weight:600}.burger{display:none;flex-direction:column;justify-content:space-between;width:32px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:2000}.burger span{display:block;height:3px;width:100%;background-color:#fff;border-radius:2px;transition:all .3s ease}.burger.open span:nth-child(1){transform:translateY(10px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.mobile-nav{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#1a1a1a;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;z-index:1500;opacity:0;visibility:hidden;transform:translateY(-20px);transition:all .4s ease}.mobile-nav.open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav a{color:#fff;font-size:28px;text-decoration:none;font-weight:500;transition:color .2s}.mobile-nav a:hover{color:#0ff}.overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1400;cursor:pointer}.about{padding:60px 0}.about-content{display:flex;align-items:center;gap:40px}.about-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;border:3px solid #444}.about-text h2{font-size:28px;margin-bottom:16px}.about-text p{font-size:18px;color:#ccc}.stats{background-color:#1a1a1a;padding:40px 0}.stats-grid{display:flex;justify-content:center;gap:40px}.stat-card{text-align:center}.stat-card h3{font-size:48px;margin:0;color:#0ff}.stat-card p{font-size:18px;color:#bbb;margin:8px 0 0}.projects-section{padding:80px 0;background-color:#1a1a1a}.section-title{text-align:center;font-size:36px;margin-bottom:50px;color:#fff;position:relative}.section-title:after,.skills-title:after{content:"";display:block;width:60px;height:4px;background:#0ff;margin:12px auto 0;border-radius:2px}.skills{text-align:center}.skill-card{display:inline-block;margin:0 30px}.image-project-card{background-color:#6ff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px}.project-card{background:#2a2a2a;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 16px #0000004d}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00ffff26}.project-image-placeholder,.image-project-card{height:180px;background:#333;display:flex;align-items:center;justify-content:center;font-size:48px;color:#555}.project-title,.skills-title{font-size:20px;margin:20px 20px 12px;color:#fff}.skills-title{text-align:center;font-size:28px;margin-bottom:30px}.project-description{margin:0 20px 20px;color:#bbb;font-size:16px;line-height:1.5}.project-link{display:block;margin:0 20px 20px;color:#0ff;text-decoration:none;font-weight:600;transition:color .2s}.project-link:hover{color:#6ff}@media(max-width:768px){.burger{display:flex}.about-content{flex-direction:column;text-align:center}.about-text h2,.about-text p{text-align:center}.stats-grid{flex-direction:column;align-items:center}.projects-section{padding:50px 0}.section-title{font-size:28px;margin-bottom:30px}.projects-grid{grid-template-columns:1fr;gap:24px}.project-card{border-radius:12px}.project-title{font-size:18px;margin:16px 16px 10px}.project-description{font-size:15px;margin:0 16px 16px}.project-link{margin:0 16px 16px}}@media(min-width:1200px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.footer{background-color:#161616;color:#bbb;padding:50px 0 20px;border-top:1px solid #333}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;margin-bottom:30px}.footer-brand h2{font-size:24px;margin-bottom:10px;color:#fff}.footer-brand p{font-size:15px;color:#999}.footer-links,.footer-social{display:flex;flex-direction:column;gap:10px}.footer-links a,.footer-social a{color:#ccc;text-decoration:none;font-size:16px;transition:color .2s}.footer-links a:hover,.footer-social a:hover{color:#0ff}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #2a2a2a;font-size:14px;color:#777}
