:root{--bg-color:#fff;--text-color:#333;--text-secondary:#666;--text-muted:#888;--primary-color:#007acc;--primary-hover:#06c;--card-bg:#fff;--card-bg-secondary:#f8f9fa;--card-secondary:#f8f9fa;--input-bg:#f0f2f5;--border-color:#e9ecef;--hover-bg:#f5f5f5;--tag-bg:#e8f4f8;--tag-color:#2c5aa0;--tag-border:#b3d9f0;--tag-hover-bg:#007acc;--tag-hover-color:#fff;--success-bg:#d4edda;--success-color:#155724;--success-border:#c3e6cb;--error-bg:#f8d7da;--error-color:#721c24;--error-border:#f5c6cb;--shadow-light:0 5px 15px #00000014;--shadow-medium:0 8px 20px #0000001f;--shadow-heavy:0 10px 25px #00000026}[data-theme=dark]{--bg-color:#121212;--text-color:#fff;--text-secondary:#b3b3b3;--text-muted:#888;--primary-color:#4da6ff;--primary-hover:#66b3ff;--card-bg:#1e1e1e;--card-bg-secondary:#2a2a2a;--card-secondary:#2a2a2a;--input-bg:#0f0f0f;--border-color:#404040;--hover-bg:#2a2a2a;--tag-bg:#1a2332;--tag-color:#7db3e8;--tag-border:#2d4059;--tag-hover-bg:#4da6ff;--tag-hover-color:#121212;--success-bg:#1b4332;--success-color:#90ee90;--success-border:#2d5a3d;--error-bg:#4a1e1e;--error-color:#ffb3ba;--error-border:#6d2c2c;--shadow-light:0 5px 15px #0000004d;--shadow-medium:0 8px 20px #00000059;--shadow-heavy:0 10px 25px #0006}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-color);color:#333;color:var(--text-color);font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;transition:background-color .3s ease,color .3s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:column;min-height:100vh;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#007acc}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main-content{display:flex;flex:1 1;flex-direction:column;min-height:calc(100vh - 180px)}.theme-toggle{align-items:center;background:var(--card-bg);border:2px solid var(--border-color);border-radius:20px;cursor:pointer;display:flex;height:28px;justify-content:flex-start;padding:2px;position:relative;transition:all .3s ease;width:50px}.theme-toggle:hover{border-color:var(--primary-color);box-shadow:0 0 0 2px #4da6ff1a}.theme-toggle:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #4da6ff33;outline:none}.theme-icon{align-items:center;background:var(--primary-color);border-radius:50%;color:var(--text-color);color:#fff;display:flex;font-size:1rem;font-weight:700;height:20px;justify-content:center;transform:translateX(0);transition:all .3s ease;width:20px}[data-theme=dark] .theme-icon{transform:translateX(22px)}@media (max-width:768px){.theme-toggle{height:26px;width:44px}.theme-icon{font-size:.9rem;height:18px;width:18px}[data-theme=dark] .theme-icon{transform:translateX(20px)}}.navbar{background-color:var(--bg-color);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-light);color:var(--text-color);height:60px;justify-content:space-between;min-height:60px;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar,.navbar-center{align-items:center;display:flex}.navbar-center{gap:1rem}.navbar-logo a{color:var(--text-color);font-size:1.5rem;font-weight:700;text-decoration:none}.navbar-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem}.navbar-toggle-bar{background-color:var(--text-color);height:3px;margin:3px 0;transition:.3s;width:25px}.navbar-links{align-items:center;display:flex;list-style:none;margin:0;padding:0}.navbar-links li{margin-left:1.5rem}.navbar-links a{color:var(--text-color);font-size:1rem;text-decoration:none}.navbar-links a:hover{color:var(--primary-color);transition:color .3s ease}.navbar-theme-toggle{align-items:center;display:flex;margin-left:1rem}@media screen and (max-width:768px){.navbar-toggle{display:flex}.navbar-center{background-color:var(--bg-color);border-top:1px solid var(--border-color);box-shadow:var(--shadow-light);flex-direction:column;left:0;max-height:0;overflow:hidden;position:absolute;top:100%;transition:max-height .3s ease;width:100%}.navbar-center-open{max-height:400px}.navbar-links{flex-direction:column;width:100%}.navbar-links li{margin:0;text-align:center}.navbar-links a{border-bottom:1px solid var(--border-color);display:block;padding:1rem}.navbar-links a:hover{background-color:var(--hover-bg)}.navbar-theme-toggle{border-bottom:1px solid var(--border-color);justify-content:center;margin-left:0;padding:1rem}.navbar-links li:last-child a{border-bottom:none}}.footer{background-color:var(--card-bg);border-top:1px solid var(--border-color);flex-shrink:0;margin-top:auto;padding:2rem 0 1.5rem;transition:all .3s ease;width:100%}.footer-content{margin:0 auto;max-width:1200px;padding:0 2rem;text-align:center}.footer-links{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.footer-link{color:var(--primary-color);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:var(--primary-hover);text-decoration:underline}.footer-divider{color:var(--text-secondary);font-size:.9rem}.footer-copyright{color:var(--text-secondary);font-size:.8rem}.footer-copyright p{margin:0}@media (max-width:768px){.footer{padding:1.5rem 0 1rem}.footer-content{padding:0 1rem}.footer-links{flex-direction:column;gap:.5rem}.footer-divider{display:none}.footer-link{font-size:.85rem}.footer-copyright{font-size:.75rem}}.cookie-consent-overlay{align-items:center;animation:fadeIn .3s ease-in-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:flex;height:100vh;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100vw;z-index:10000}.cookie-consent-modal{animation:slideIn .4s ease-out;background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-heavy);max-width:500px;padding:2rem;position:relative;width:100%}.cookie-consent-header{margin-bottom:1.5rem;text-align:center}.cookie-consent-header h3{align-items:center;color:var(--text-color);display:flex;font-size:1.5rem;font-weight:600;gap:.5rem;justify-content:center;margin:0}.cookie-consent-content p{color:var(--text-color);font-size:.95rem;line-height:1.6;margin-bottom:1rem}.cookie-consent-details{background:var(--card-bg);border:1px solid var(--border-color);border-radius:10px;margin:1rem 0;padding:1rem}.cookie-consent-details h4{color:var(--text-color);font-size:1rem;font-weight:600;margin:0 0 .5rem}.cookie-consent-details ul{color:var(--text-secondary);margin:0;padding-left:1rem}.cookie-consent-details li{font-size:.9rem;margin-bottom:.3rem}.cookie-consent-note{background:var(--hover-bg);border-left:3px solid var(--primary-color);border-radius:8px;color:var(--text-secondary)!important;font-size:.85rem!important;font-style:italic;padding:.75rem}.cookie-consent-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.cookie-consent-btn{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;min-width:100px;padding:.75rem 1.5rem;transition:all .3s ease}.cookie-consent-decline{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-secondary)}.cookie-consent-decline:hover{background:var(--hover-bg);color:var(--text-color);transform:translateY(-1px)}.cookie-consent-accept{background:var(--primary-color);color:#fff}.cookie-consent-accept:hover{background:var(--primary-hover);box-shadow:0 4px 12px #4da6ff4d;transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.cookie-consent-modal{margin:1rem;max-width:none;padding:1.5rem}.cookie-consent-actions{flex-direction:column}.cookie-consent-btn{width:100%}.cookie-consent-header h3{font-size:1.3rem}}.home{align-items:center;background:var(--bg-color);color:var(--text-color);display:flex;flex:1 1;justify-content:center;min-height:calc(100vh - 180px);padding:4rem 2rem;transition:all .3s ease}.hero-section{max-width:1200px;width:100%}.hero-content{gap:4rem}.hero-content,.hero-image{align-items:center;display:flex;justify-content:center}.hero-image{flex:0 0 300px}.hero-image img{border-radius:15px;box-shadow:var(--shadow-light);height:350px;object-fit:cover;transition:transform .3s ease;width:300px}.hero-image img:hover{transform:scale(1.05)}.hero-text{flex:1 1;min-width:400px;text-align:left}.hero-text h1{font-size:3.5rem;font-weight:700;margin-bottom:.5rem}.hero-text h2{color:var(--primary-color);font-size:2rem;font-weight:600;margin-bottom:1rem}.hero-description{color:var(--text-secondary);font-size:1.2rem;font-style:italic;line-height:1.6}@media (max-width:768px){.home{padding:3rem 1rem}.hero-content{flex-direction:column;gap:2rem;text-align:center}.hero-text{min-width:auto;text-align:center}.hero-text h1{font-size:2.5rem}.hero-text h2{font-size:1.5rem}.hero-image{flex:0 0 250px}.hero-image img{height:300px;width:250px}}.about{background:var(--bg-color);color:var(--text-color);display:flex;flex:1 1;flex-direction:column;min-height:calc(100vh - 180px);padding:4rem 2rem;transition:all .3s ease}.about-container{margin:0 auto;max-width:1200px;width:100%}.about-header{margin-bottom:4rem;text-align:center}.about-header h1{color:var(--text-color);font-size:3rem;font-weight:700;margin-bottom:1rem}.about-subtitle{color:var(--text-secondary);font-size:1.2rem;margin:0}.about-content{grid-gap:3rem;display:grid;gap:3rem}.about-intro{background:var(--card-bg);border-radius:15px;box-shadow:var(--shadow-light);padding:3rem;text-align:center;transition:all .3s ease}.about-intro h2{font-size:2.2rem}.about-intro h2,.about-intro p{color:var(--text-color);margin-bottom:1.5rem}.about-intro p{font-size:1.1rem;line-height:1.8}.about-intro p:last-child{margin-bottom:0}.about-details{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.detail-section{background:var(--card-bg);border-radius:15px;box-shadow:var(--shadow-light);padding:2.5rem;transition:all .3s ease}.detail-section:hover{transform:translateY(-5px)}.detail-section h3{color:var(--text-color);font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.detail-section h3:after{background:var(--primary-color);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.detail-section p{color:var(--text-color);font-size:1rem;line-height:1.7}@media (max-width:768px){.about{padding:2rem 1rem}.about-header h1{font-size:2.5rem}.about-intro{padding:2rem}.about-intro h2{font-size:1.8rem}.about-details{grid-template-columns:1fr}.detail-section{padding:2rem}}.skills{background:var(--bg-color);box-sizing:border-box;color:var(--text-color);display:flex;flex:1 1;flex-direction:column;min-height:calc(100vh - 180px);padding:4rem 2rem;transition:all .3s ease;width:100%}.skills-container{margin:0 auto;max-width:1200px;width:100%}.skills-header{margin-bottom:4rem;text-align:center}.skills-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.skills-subtitle{font-size:1.2rem;margin:0;opacity:.9}.skills-section{align-items:center;display:flex;flex-direction:column;margin-bottom:4rem;width:100%}.section-title{color:var(--primary-color);font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.skills-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.skill-category{background:var(--card-bg);border-radius:15px;box-shadow:0 4px 15px #0000000d;padding:2.5rem;transition:all .3s ease}.skill-category h3{color:var(--primary-color);font-size:1.8rem;margin-bottom:2rem;text-align:center}.additional-skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.additional-skill-item{background:var(--card-bg);border-radius:10px;box-shadow:var(--shadow-light);padding:1.5rem;transition:all .3s ease}.skills-list{display:flex;flex-direction:column;gap:1.5rem}.skill-item{margin-bottom:1rem}.skill-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.skill-name{font-size:1.1rem;font-weight:600}.skill-percentage{color:var(--primary-color);font-weight:600}.skill-bar{background:var(--border-color);border-radius:10px;height:8px;overflow:hidden;width:100%}.skill-progress{animation:fillBar 2s ease-in-out;background:linear-gradient(90deg,var(--primary-color),var(--primary-hover));border-radius:10px;height:100%;transition:width 1s ease-in-out}@keyframes fillBar{0%{width:0}}.main-skills-container{background:var(--card-bg);border-radius:15px;box-shadow:var(--shadow-light);box-sizing:border-box;margin:0 auto;max-width:1200px;padding:2.5rem;transition:all .3s ease;width:100%}.main-skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.main-skills-grid .skill-item{margin-bottom:1.5rem}.additional-skills-container{background:var(--card-bg);border-radius:15px;box-shadow:var(--shadow-light);box-sizing:border-box;margin:0 auto;max-width:1200px;padding:2.5rem;text-align:center;transition:all .3s ease;width:100%}.additional-skills-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.additional-skill-tag{background:var(--tag-bg);border:1px solid var(--tag-border);border-radius:25px;box-shadow:var(--shadow-light);color:var(--tag-color);font-weight:500;padding:.8rem 1.5rem;transition:all .3s ease}.additional-skill-tag:hover{background:var(--tag-hover-bg);box-shadow:var(--shadow-light);color:var(--tag-hover-color);transform:translateY(-2px)}.languages-container{background:var(--card-bg);border-radius:15px;box-shadow:var(--shadow-light);box-sizing:border-box;margin:0 auto;max-width:1200px;padding:2.5rem;transition:all .3s ease;width:100%}.languages-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.language-item{margin-bottom:1rem}.language-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.language-name{font-size:1.1rem;font-weight:600}.language-level{color:var(--primary-color);font-weight:600}.language-bar{background:var(--border-color);border-radius:10px;height:8px;overflow:hidden;width:100%}.language-progress{animation:fillBar 2s ease-in-out;background:linear-gradient(90deg,var(--primary-color),var(--primary-hover));border-radius:10px;height:100%;transition:width 1s ease-in-out}.error-message,.loading-message,.no-languages-message,.no-skills-message{color:var(--text-color);padding:2rem;text-align:center}.error-message{color:#e74c3c}.error-message p,.loading-message p,.no-languages-message p,.no-skills-message p{font-size:1.1rem;margin:0}@media (max-width:768px){.skills{padding:2rem 1rem}.skills-header h1{font-size:2.5rem}.section-title{font-size:2rem}.main-skills-grid{gap:1.5rem;grid-template-columns:1fr}.additional-skills-container,.languages-container,.main-skills-container{padding:2rem}.languages-grid{gap:1.5rem;grid-template-columns:1fr}.additional-skills-list{gap:.8rem}.additional-skill-tag{font-size:.9rem;padding:.6rem 1.2rem}}.projects{background:var(--bg-color);color:var(--text-color);display:flex;flex:1 1;flex-direction:column;min-height:calc(100vh - 180px);padding:4rem 2rem;transition:all .3s ease}.projects-container{margin:0 auto;max-width:1200px;width:100%}.projects-header{margin-bottom:4rem;text-align:center}.projects-header h1{color:var(--text-color);font-size:3rem;font-weight:700;margin-bottom:1rem}.projects-subtitle{color:var(--text-secondary);font-size:1.2rem;margin:0}.projects-grid{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);margin:0 auto}.project-card{background:var(--card-bg);border:2px solid #0000;border-radius:12px;box-shadow:var(--shadow-light);cursor:pointer;display:flex;flex-direction:column;height:auto;min-height:250px;overflow:hidden;transition:all .3s ease}.project-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-heavy);transform:translateY(-5px)}.project-image{height:160px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{display:flex;flex-direction:column;padding:.8rem;text-align:center}.project-content h3{color:var(--text-color);font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:.4rem}.project-content p{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:var(--text-secondary);display:-webkit-box;font-size:.8rem;line-height:1.3;margin-bottom:0;overflow:hidden}@media (max-width:1200px){.projects-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:auto}}@media (max-width:768px){.projects{padding:2rem 1rem}.projects-header h1{font-size:2.5rem}.projects-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.project-card{min-height:260px}.project-content{padding:.7rem}}@media (max-width:480px){.projects-grid{gap:1rem;grid-template-columns:1fr}.project-card{margin:0;min-height:280px}.project-content h3{font-size:1rem}}.modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:var(--card-bg);border-radius:15px;box-shadow:var(--shadow-heavy);max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:100%}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:var(--text-secondary);cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:var(--hover-bg);color:var(--text-color)}.modal-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:2rem 2rem 1rem}.modal-header h2{color:var(--text-color);font-size:1.8rem;font-weight:700;margin:0}.modal-body{padding:1rem 2rem 2rem}.modal-image{margin-bottom:2rem}.modal-image img{border-radius:10px;box-shadow:0 5px 15px #0000001a;width:100%}.modal-description{margin-bottom:2rem}.modal-actions h3,.modal-description h3,.modal-technologies h3{color:#007acc;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.modal-description p{color:#555;line-height:1.6;margin:0}.modal-technologies{margin-bottom:2rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.modal-technologies .tech-tag{background:var(--tag-bg);border:1px solid var(--tag-border);border-radius:15px;color:var(--tag-color);font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.modal-technologies .tech-tag:hover{background:var(--tag-hover-bg);color:var(--tag-hover-color);transform:translateY(-2px)}.project-links{display:flex;flex-wrap:wrap;gap:1rem}.project-link{align-items:center;background:#007acc;border:2px solid #007acc;border-radius:25px;color:#fff;display:flex;font-weight:600;gap:.5rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.project-link:hover{background:#06c;border-color:#06c;transform:translateY(-2px)}.project-link:nth-child(2n){background:#0000;color:#007acc}.project-link:nth-child(2n):hover{background:#007acc;color:#fff}.button-icon{font-size:1.1em}@media (max-width:768px){.modal-overlay{padding:.5rem}.modal-content{max-height:95vh}.modal-header{align-items:flex-start;flex-direction:column;gap:1rem;padding:1.5rem 1.5rem 1rem}.modal-header h2{font-size:1.5rem}.modal-body{padding:1rem 1.5rem 1.5rem}.project-links{flex-direction:column}.project-link{text-align:center}}@media (max-width:480px){.modal-close{font-size:1.5rem;height:35px;right:.5rem;top:.5rem;width:35px}.modal-header{padding:1rem}.modal-header h2{font-size:1.3rem}.modal-body{padding:1rem}}.modal-error,.modal-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:3rem 2rem;text-align:center}.modal-error h2,.modal-loading h2{color:var(--text-color);font-size:1.8rem;margin-bottom:1rem}.modal-error p,.modal-loading p{color:var(--text-secondary);font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;max-width:400px}.modal-error,.modal-error h2{color:#e74c3c}.modal-loading:after{animation:spin 1s linear infinite;border-top:4px solid var(--bg-secondary);border:4px solid var(--bg-secondary);border-radius:50%;border-top-color:var(--accent-color);content:"";height:40px;margin-top:1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.jobs{background:var(--bg-color);color:var(--text-color);display:flex;flex:1 1;flex-direction:column;min-height:calc(100vh - 180px);padding:4rem 2rem;transition:all .3s ease}.jobs-container{margin:0 auto;max-width:1200px;width:100%}.jobs-header{color:var(--text-color);margin-bottom:4rem;text-align:center}.jobs-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.jobs-subtitle{font-size:1.2rem;margin:0;opacity:.9}.jobs-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr;justify-items:center;margin:0 auto;padding:2rem 0}.job-card{background:var(--card-bg);border-radius:15px;box-shadow:var(--shadow-light);display:flex;flex-direction:column;margin-bottom:2rem;max-width:1200px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;width:100%}.job-card:hover{box-shadow:var(--shadow-heavy);transform:translateY(-5px)}.job-header{margin-bottom:1.5rem}.job-title{color:var(--text-color);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.job-role{color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.job-dates{align-items:center;color:var(--text-secondary);display:flex;font-size:.9rem;gap:.5rem}.job-dates .current{background:#4caf50;border-radius:12px;color:#fff;font-size:.8rem;font-weight:600;padding:.2rem .6rem}.job-description{color:var(--text-color);flex-grow:1;line-height:1.6;margin-bottom:auto}.job-description p{margin-bottom:1rem}.job-description p:last-child{margin-bottom:0}.job-technologies{border-top:1px solid var(--border-color);display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem}.tech-tag{background:var(--tag-bg);border:1px solid var(--tag-border);border-radius:15px;color:var(--tag-color);font-size:.85rem;font-weight:500;padding:.4rem .8rem;transition:all .3s ease}.tech-tag:hover{background:var(--tag-hover-bg);color:var(--tag-hover-color);transform:translateY(-2px)}@media (max-width:768px){.jobs{padding:2rem 1rem}.jobs-header h1{font-size:2.5rem}.jobs-grid{gap:3rem;grid-template-columns:1fr;max-width:100%;padding:1rem}.job-card{margin-bottom:1.5rem;max-width:none;padding:1.5rem}.job-title{font-size:1.3rem}}@media (max-width:480px){.jobs{padding:1rem .5rem}.jobs-header h1{font-size:2rem}.jobs-grid{gap:2.5rem;grid-template-columns:1fr;padding:.5rem}.job-card{margin-bottom:1rem;padding:1rem}.job-title{font-size:1.2rem}.job-role{font-size:1rem}}.contact{background:var(--bg-color);color:var(--text-color);display:flex;flex:1 1;flex-direction:column;min-height:calc(100vh - 180px);padding:2rem 2rem 4rem;transition:all .3s ease}.contact-container{margin:0 auto;max-width:1200px;width:100%}.contact-header{margin-bottom:4rem;text-align:center}.contact-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.contact-subtitle{font-size:1.2rem;margin:0;opacity:.9}.contact-form-container{margin:0 auto;max-width:1200px}.contact-form{background:var(--card-bg);border-radius:15px;box-shadow:var(--shadow-light);padding:2.5rem;transition:all .3s ease}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--primary-color);display:block;font-weight:600;margin-bottom:.5rem;text-align:left}.form-group input,.form-group textarea{background:var(--input-bg);border:2px solid var(--border-color);border-radius:10px;box-shadow:inset 0 2px 4px #0000000d;box-sizing:border-box;color:var(--text-color);font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group textarea{max-height:300px;min-height:120px;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group input:focus,.form-group textarea:focus{background:var(--card-bg);border-color:var(--primary-color);box-shadow:0 0 0 3px #4da6ff26,inset 0 2px 4px #0000000d;outline:none;transform:translateY(-1px)}.submit-btn{background:var(--primary-color);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-btn:hover{background:var(--primary-hover);transform:translateY(-2px)}.social-section{margin-top:4rem;text-align:center}.social-section h3{color:var(--primary-color);font-size:1.5rem;margin-bottom:1.5rem}.social-icons{display:flex;gap:2rem;justify-content:center}.social-link{align-items:center;background:var(--card-bg);border-radius:25px;box-shadow:var(--shadow-light);color:var(--text-color);display:flex;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:var(--primary-color);box-shadow:var(--shadow-light);color:#fff;transform:translateY(-2px)}.social-icon{font-size:1.2rem}.status-message{align-items:center;animation:slideIn .3s ease-out;border-radius:8px;display:flex;font-weight:500;gap:.5rem;margin-bottom:2rem;padding:1rem 1.5rem}.status-message.success{background-color:var(--success-bg);border:1px solid var(--success-border);color:var(--success-color)}.status-message.error{background-color:var(--error-bg);border:1px solid var(--error-border);color:var(--error-color)}.status-icon{font-size:1.2rem}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact{padding:2rem 1rem}.contact-header h1{font-size:2.5rem}.contact-form-container{max-width:100%}.contact-form{padding:2rem}.social-icons{align-items:center;flex-direction:column;gap:1rem}.social-link{justify-content:center;width:200px}}@media (max-width:480px){.contact{padding:1rem .5rem}.contact-header h1{font-size:2rem}.contact-form{padding:1.5rem}.social-link{padding:.8rem 1.5rem;width:180px}}.terms-container{background-color:var(--bg-color);display:flex;flex:1 1;flex-direction:column;min-height:calc(100vh - 180px);padding:2rem 0;transition:all .3s ease}.terms-content{margin:0 auto;max-width:1200px;padding:0 2rem;text-align:left}.terms-content h1{color:var(--text-color);font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.terms-section section{margin-bottom:2rem}.terms-section h2{border-bottom:2px solid var(--border-color);color:var(--primary-color);font-size:1.3rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.terms-section p{color:var(--text-color);font-size:1rem;line-height:1.6;margin-bottom:1rem}@media (max-width:768px){.terms-container{padding:1rem 0}.terms-content{padding:0 1rem}.terms-content h1{font-size:2rem}.terms-section h2{font-size:1.2rem}.terms-section p{font-size:.95rem}}.privacy-container{background-color:var(--bg-color);display:flex;flex:1 1;flex-direction:column;min-height:calc(100vh - 180px);padding:2rem 0;transition:all .3s ease}.privacy-content{margin:0 auto;max-width:1200px;padding:0 2rem;text-align:left}.privacy-content h1{color:var(--text-color);font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.last-updated{color:var(--text-secondary);font-size:.9rem;font-style:italic;text-align:center}.last-updated,.privacy-section section{margin-bottom:2rem}.privacy-section h2{border-bottom:2px solid var(--border-color);color:var(--primary-color);font-size:1.3rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.privacy-section p{color:var(--text-color);font-size:1rem;line-height:1.6;margin-bottom:1rem}@media (max-width:768px){.privacy-container{padding:1rem 0}.privacy-content{padding:0 1rem}.privacy-content h1{font-size:2rem}.privacy-section h2{font-size:1.2rem}.privacy-section p{font-size:.95rem}}
/*# sourceMappingURL=main.0ef1cb7c.css.map*/