body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.nav{align-items:center;display:flex;gap:1rem}.header{background:#000c;display:flex;justify-content:center;padding:20px}.header-btns,.header-menu{align-items:center;display:flex;gap:1rem}.header .lang-toggle{margin-right:0}.menu-toggle{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:768px){.header{align-items:center;justify-content:space-between}.menu-toggle{display:block}body.light .nav{background:#fff}.nav{background:#333;background:var(--header-bg,#333);display:none;flex-direction:column;left:0;overflow:hidden;padding:1rem;right:0;top:100%}.nav,.nav.open{position:absolute}.nav.open{display:flex;top:74px;z-index:10}.nav a,.nav button{font-size:1.2rem;padding:.8rem 0;text-align:center;width:100%}}body.light .header{--header-bg:#fff}body.light .logo,body.light .menu-toggle,body.light .nav a,body.light .nav button{color:#333}:root{--background:#1a1a1a;--text:#fff;--secondary-text:#ccc;--accent:#0cf;--card-bg:#2a2a2a;--input-bg:#2a2a2a;--input-border:#444}body.light{--background:#f5f5f5;--text:#333;--secondary-text:#666;--accent:#007acc;--card-bg:#fff;--input-bg:#fff;--input-border:#ccc}.preloader{align-items:center;background:#1a1a1a;background:var(--background);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.spinner{border:5px solid #0cf;border:5px solid var(--accent);border-radius:50%;border-top:5px solid #0000;height:50px;width:50px}.hero-container{height:100vh;position:relative}#tsparticles{height:100%;position:absolute;width:100%;z-index:-1}.hero{height:100%;position:relative;z-index:1}body{background-color:#1a1a1a;background-color:var(--background);color:#fff;color:var(--text);font-family:Poppins,sans-serif;margin:0;overflow-x:hidden;transition:background-color .3s,color .3s}.App{text-align:center}body.light .header{background:#fffc}.header a{color:#0cf;color:var(--accent);font-weight:700;margin:0 15px;text-decoration:none}.header a:hover,.lang-toggle,.theme-toggle{color:#fff;color:var(--text)}.lang-toggle,.theme-toggle{background:#0cf;background:var(--accent);border:none;border-radius:5px;cursor:pointer;padding:8px 15px}.lang-toggle:hover,.theme-toggle:hover{background:#ccc;background:var(--secondary-text)}.hero{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center}.about-page h1,.contact-page h1,.hero h1,.projects-page h1{color:#fff;color:var(--text);font-size:3rem;margin-bottom:20px}.about-page p,.contact-page p,.hero p,.projects-page p{color:#ccc;color:#fff;color:var(--text);font-size:1.5rem}.cta-button{background:#0cf;background:var(--accent);border-radius:5px;color:#fff;color:var(--text);margin-top:20px;padding:10px 20px;text-decoration:none}.cta-button:hover{background:#ccc;background:var(--secondary-text)}.about-page{min-height:100vh;padding:100px 20px}.about-content{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-bottom:40px}.about-photo{border:3px solid #0cf;border-radius:50%;height:150px;width:150px}.about-page h2{font-size:2rem;margin-bottom:20px}.about-page p{color:#ccc;color:var(--secondary-text);font-size:1.2rem;max-width:600px}.skills-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1000px}.modal-content,.project-card,.skill-card{background:#2a2a2a;background:var(--card-bg);border-radius:10px;padding:20px;text-align:center}.skill-card h3{color:#0cf;color:var(--accent);margin-bottom:10px}.skill-bar{background:#444;background:var(--input-border);border-radius:5px;height:10px;overflow:hidden;width:100%}.skill-level{background:#0cf;background:var(--accent);height:100%}.skill-card p{color:#fff;color:var(--text);margin-top:10px}.projects-page{min-height:100vh;padding:100px 20px}.projects-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.project-card{background:#2a2a2a;background:var(--card-bg);border-radius:10px;cursor:pointer;overflow:hidden;padding:20px}.project-card img{border-radius:5px;height:200px;object-fit:cover;width:100%}.project-card h3{color:#0cf;color:var(--accent);margin:10px 0}.project-card p{color:#ccc;color:var(--secondary-text)}.modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#2a2a2a;background:var(--card-bg);border-radius:10px;max-width:500px;padding:20px;text-align:center}.modal-content img{border-radius:5px;height:250px;margin-bottom:15px;object-fit:cover;width:100%}.modal-content h2{color:#0cf;color:var(--accent);margin-bottom:15px}.modal-content p{color:#ccc;color:var(--secondary-text);margin-bottom:15px}.modal-content a{color:#0cf;color:var(--accent);margin-right:20px;text-decoration:none}.modal-content a:hover{text-decoration:underline}.modal-content button{background:#0cf;background:var(--accent);border:none;border-radius:5px;color:#fff;color:var(--text);cursor:pointer;padding:10px 20px}.modal-content button:hover{background:#ccc;background:var(--secondary-text)}.contact-page{align-items:center;display:flex;flex-direction:column;min-height:100vh;padding:100px 20px}.contact-content{max-width:600px;width:100%}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-form input,.contact-form textarea{background:#2a2a2a;background:var(--input-bg);border:1px solid #444;border:1px solid var(--input-border);border-radius:5px;color:#fff;color:var(--text);font-size:1rem;padding:15px}.contact-form input:focus,.contact-form textarea:focus{border-color:#0cf;border-color:var(--accent);outline:none}.contact-form textarea{min-height:150px;resize:vertical}.contact-form button{background:#0cf;background:var(--accent);border:none;border-radius:5px;color:#fff;color:var(--text);cursor:pointer;font-size:1rem;padding:15px}.contact-form button:hover{background:#ccc;background:var(--secondary-text)}.success-message{color:#0cf;color:var(--accent);font-size:1.5rem;text-align:center}.social-links{display:flex;gap:30px;justify-content:center;margin-top:30px}.social-links a{color:#ccc;color:var(--secondary-text);font-size:1.2rem;text-decoration:none}.social-links a:hover{color:#0cf;color:var(--accent)}.footer{background:#1a1a1a;background:var(--background);bottom:0;color:#ccc;color:var(--secondary-text);padding:20px;position:relative;text-align:center}@media (max-width:768px){.header a{font-size:.9rem;margin:0 10px}.hero h1{font-size:2rem}.hero p{font-size:1.2rem}.about-content{flex-direction:column;text-align:center}.projects-grid{grid-template-columns:1fr}.modal-content{width:90%}.contact-form input,.contact-form textarea{font-size:.9rem}}
/*# sourceMappingURL=main.94ba6aa5.css.map*/