:root{--primary-orange: #ff6b35;--primary-orange-dark: #e55a2b;--primary-purple: #7b2d8e;--primary-purple-dark: #5e2270;--primary-purple-light: #9b4db5;--gradient-orange-purple: linear-gradient(135deg, #ff6b35 0%, #7b2d8e 100%);--gradient-purple-orange: linear-gradient(135deg, #7b2d8e 0%, #ff6b35 100%);--text-dark: #2d2d2d;--text-light: #666666;--bg-light: #fff9f7;--bg-white: #ffffff;--border-color: #e8e0ec;--shadow-sm: 0 2px 4px rgba(123, 45, 142, .1);--shadow-md: 0 4px 12px rgba(123, 45, 142, .15);--shadow-lg: 0 8px 24px rgba(123, 45, 142, .2)}[data-theme=dark]{--text-dark: #f5f5f5;--text-light: #c8c8c8;--bg-light: #121220;--bg-white: #1e1e32;--border-color: #3d3d5c;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .5);--primary-purple: #a855f7;--primary-orange: #fb923c}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--bg-light);transition:background-color .3s ease,color .3s ease}#root{min-height:100vh;display:flex;flex-direction:column}.navbar,.project-card,.team-card,.document-card,.footer,.hero,.scroll-top{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}h1,h2,h3,p,.hero-subtitle{transition:color .3s ease}.navbar{background:var(--gradient-orange-purple);padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-md)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;letter-spacing:.5px}.nav-menu{list-style:none;display:flex;gap:2rem;align-items:center}.nav-link{color:#ffffffe6;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease;cursor:pointer;background:none;border:none;font-size:1rem;font-family:inherit}.nav-link:hover{background:#fff3;color:#fff}.nav-link.active{background:#ffffff40;color:#fff}.lang-switcher{background:#fff3;border:none;border-radius:25px;padding:.5rem 1rem;color:#fff;cursor:pointer;font-size:1rem;font-family:inherit;transition:all .3s ease}.lang-switcher:hover{background:#ffffff4d}.lang-switcher option{color:var(--text-dark);background:var(--bg-white)}.theme-toggle{background:#fff3;border:none;border-radius:25px;padding:.5rem 1rem;color:#fff;cursor:pointer;font-size:1rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.theme-toggle:hover{background:#ffffff4d}.container{max-width:1200px;margin:0 auto;padding:3rem 2rem;flex:1}.hero{text-align:center;padding:4rem 0;margin-bottom:3rem}.hero h1{font-size:3rem;color:var(--text-dark);margin-bottom:1rem}.gradient-text{background:var(--gradient-orange-purple);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.3rem;color:var(--text-light)}.projects-section{margin-bottom:3rem}.projects-section h2{color:var(--primary-purple);font-size:2rem;margin-bottom:2rem;text-align:center;position:relative}.projects-section h2:after{content:"";display:block;width:80px;height:4px;background:var(--gradient-orange-purple);margin:1rem auto 0;border-radius:2px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:var(--bg-white);border-radius:16px;padding:2rem;box-shadow:var(--shadow-md);border-top:4px solid var(--primary-orange);text-decoration:none;color:inherit;display:flex;gap:1.5rem;transition:all .3s ease;cursor:pointer}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-top-color:var(--primary-purple)}.project-icon{font-size:3rem;line-height:1;flex-shrink:0}.project-icon img{width:64px;height:64px;border-radius:12px;object-fit:cover;display:block;background:var(--bg-light);border:1px solid var(--border-color)}.project-content{flex:1}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.project-header h3{color:var(--primary-purple);font-size:1.4rem;margin:0}.project-status{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;white-space:nowrap}.project-status.coming-soon{background:linear-gradient(135deg,#ff6b3533,#ff6b351a);color:var(--primary-orange);border:1px solid var(--primary-orange)}.project-status.available{background:linear-gradient(135deg,#7b2d8e33,#7b2d8e1a);color:var(--primary-purple);border:1px solid var(--primary-purple)}.project-content p{color:var(--text-light);margin-bottom:1rem;line-height:1.6}.project-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{background:#7b2d8e1a;color:var(--primary-purple);padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:500}.team-section{margin-bottom:3rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.team-card{background:var(--bg-white);border-radius:16px;padding:2rem;box-shadow:var(--shadow-md);border-top:4px solid var(--primary-orange);display:flex;gap:1.5rem;transition:all .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-top-color:var(--primary-purple)}.team-avatar{font-size:3rem;line-height:1;flex-shrink:0}.team-avatar img{width:72px;height:72px;border-radius:50%;object-fit:cover;display:block;background:var(--bg-light);border:2px solid var(--border-color)}.team-content{flex:1}.team-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.team-header h3{color:var(--primary-purple);font-size:1.4rem;margin:0}.team-country{font-size:.85rem;font-weight:500;color:var(--text-light);white-space:nowrap}.team-catchphrase{font-style:italic;color:var(--primary-orange);margin-bottom:.75rem}.team-description{color:var(--text-light);margin-bottom:1rem;line-height:1.6}.team-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.team-socials{display:flex;gap:.5rem;flex-wrap:wrap}.team-social{background:#7b2d8e1a;color:var(--primary-purple);padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .3s ease}.team-social:hover{background:var(--primary-purple);color:#fff}.team-email{color:var(--text-light);font-size:.85rem;text-decoration:none;transition:color .3s ease}.team-email:hover{color:var(--primary-orange)}.document-card{background:var(--bg-white);border-radius:16px;padding:3rem;box-shadow:var(--shadow-lg);border-top:4px solid var(--primary-orange);max-width:900px;margin:0 auto;animation:fadeInUp .8s ease-out}.document-card h1{color:var(--primary-purple);font-size:2.5rem;margin-bottom:.5rem;position:relative}.document-card h1:after{content:"";display:block;width:80px;height:4px;background:var(--gradient-orange-purple);margin-top:1rem;border-radius:2px}.document-card .last-updated{color:var(--text-light);font-style:italic;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.document-card section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.document-card section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.document-card h2{color:var(--primary-purple);font-size:1.4rem;margin-bottom:1rem;display:flex;align-items:center}.document-card h2:before{content:"";display:inline-block;width:8px;height:8px;background:var(--primary-orange);border-radius:50%;margin-right:12px;flex-shrink:0}.document-card h3{color:var(--primary-orange);font-size:1.1rem;margin:1.5rem 0 .75rem}.document-card p{color:var(--text-dark);margin-bottom:1rem}.document-card ul{margin:1rem 0 1rem 2rem}.document-card li{color:var(--text-dark);margin-bottom:.5rem}.document-card li::marker{color:var(--primary-orange)}.document-card .contact-info{background:linear-gradient(135deg,#ff6b351a,#7b2d8e1a);padding:1rem 1.5rem;border-radius:8px;border-left:4px solid var(--primary-purple);font-weight:500;margin-bottom:0}.document-card .contact-info a{color:var(--primary-purple);text-decoration:none}.document-card .contact-info a:hover{text-decoration:underline}.footer{background:var(--gradient-orange-purple);color:#fff;text-align:center;padding:2rem;margin-top:auto}.footer p{margin-bottom:.5rem}.footer-links{font-size:.9rem}.footer-links a{color:#ffffffe6;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff;text-decoration:underline}.scroll-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;border-radius:50%;border:none;background:var(--gradient-orange-purple);color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:999}.scroll-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top:hover{transform:translateY(-3px);box-shadow:0 10px 30px #7b2d8e4d}@media(max-width:768px){.nav-container{padding:0 1rem;flex-direction:column;gap:1rem}.nav-menu{gap:.75rem;flex-wrap:wrap;justify-content:center}.container{padding:2rem 1rem}.document-card{padding:2rem 1.5rem}.document-card h1{font-size:1.8rem}.hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.projects-grid,.team-grid{grid-template-columns:1fr}.project-card,.team-card{padding:1.5rem;flex-direction:column;text-align:center}.project-header,.team-header{flex-direction:column;align-items:center}.project-tags,.team-meta,.team-socials{justify-content:center}.scroll-top{width:45px;height:45px;bottom:1rem;right:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero,.projects-section,.team-section{animation:fadeInUp .8s ease-out}.projects-section,.team-section{animation-delay:.2s;animation-fill-mode:both}
