:root{--primary-color: #003366;--secondary-color: #8c1d40;--text-color: #333333;--text-light: #666666;--bg-color: #f5f7fa;--sidebar-width: 280px;--header-height: 70px;--font-heading: "Georgia", serif;--font-body: "Inter", system-ui, sans-serif;--border-color: #e0e0e0}*{box-sizing:border-box;margin:0;padding:0}ul,li{list-style:none}body{font-family:var(--font-body);color:var(--text-color);background-color:var(--bg-color);line-height:1.6}button{cursor:pointer;font-family:inherit;border:none;background:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary-color);line-height:1.2}.app-container{display:flex;min-height:100vh;flex-direction:column}@media(min-width:1024px){.app-container{flex-direction:row}}.main-content{flex:1;display:flex;flex-direction:column}@media(min-width:1024px){.main-content{margin-left:var(--sidebar-width)}}.content-area{padding:1.5rem;flex:1;width:100%;max-width:1200px;margin:0 auto}@media(min-width:768px){.content-area{padding:3rem}}.sidebar{width:100%;background-color:#fff;border-bottom:1px solid var(--border-color);padding:1rem;display:flex;flex-direction:column;z-index:100}@media(min-width:1024px){.sidebar{width:var(--sidebar-width);height:100vh;position:fixed;left:0;top:0;border-bottom:none;border-right:1px solid var(--border-color);padding:2rem 1.5rem}}.sidebar-header{margin-bottom:1rem;display:flex;align-items:center;gap:12px}@media(min-width:1024px){.sidebar-header{margin-bottom:3rem}}.sidebar-logo{max-width:45px;height:auto}@media(min-width:1024px){.sidebar-logo{max-width:60px}}.sidebar-title{font-size:1.1rem;font-weight:700;line-height:1.2}.nav-list{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}@media(min-width:1024px){.nav-list{flex-direction:column;overflow-x:visible}}.nav-button{width:100%;padding:.8rem 1rem;border-radius:8px;border:none;background:transparent;color:#555;cursor:pointer;display:flex;align-items:center;gap:12px;font-size:.9rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);text-align:left;overflow:hidden}.nav-button svg{flex-shrink:0}.nav-button span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:1024px){.nav-button span{white-space:normal;line-height:1.2}}.nav-button:hover{background-color:#f8f9fa;color:var(--primary-color)}.nav-button.active{background:#edf2f7;color:var(--primary-color);font-weight:600;border-left:4px solid var(--primary-color);border-radius:4px}.lang-switcher-container{margin-top:2rem;display:flex;flex-direction:column;gap:.5rem}.lang-label{font-size:.75rem;color:#999;padding-left:1.2rem;text-transform:uppercase;letter-spacing:.05em}.lang-buttons{display:flex;gap:.25rem;padding:0 .5rem}.lang-button{flex:1;padding:.4rem;font-size:.7rem;border-radius:4px;border:1px solid #eee;background:#fff;color:#666;text-transform:uppercase;transition:all .2s ease}.lang-button.active{background:#edf2f7;color:var(--primary-color);font-weight:700}.sidebar-footer{display:none}@media(min-width:1024px){.sidebar-footer{display:block;margin-top:auto;padding-top:2rem;border-top:1px solid #eee}}.header{display:none}@media(min-width:768px){.header{height:var(--header-height);background-color:#fff;border-bottom:1px solid var(--border-color);display:flex;align-items:center;padding:0 1.5rem;position:sticky;top:0;z-index:50}}@media(min-width:1024px){.header{padding:0 3rem}}.header-title{font-size:1.2rem;font-weight:400;color:#444}.header-actions{margin-left:auto}.header-badge{font-size:.8rem;color:#666;padding:.4rem .8rem;border:1px solid #ddd;border-radius:4px}.hero-container{padding:1rem 0}.hero-title{font-size:1.8rem;margin-bottom:1rem}@media(min-width:768px){.hero-title{font-size:2.5rem}}.hero-text{font-size:1rem;margin-bottom:2rem;color:#555}.team-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.team-grid{grid-template-columns:repeat(3,1fr)}}.member-card{background-color:#fff;padding:1.5rem;border-radius:8px;border:1px solid #eee}.project-card{background-color:#fff;padding:2rem;border-radius:12px;border:1px solid #eef2f7;border-left:5px solid var(--primary-color);margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000000d}.project-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #00000014;border-color:#dce4ee}@media(min-width:768px){.project-card{flex-direction:row;justify-content:space-between;align-items:center}}.project-meta{text-align:left;display:flex;flex-direction:column;align-items:flex-start}@media(min-width:768px){.project-meta{text-align:right;align-items:flex-end}}.project-status{display:inline-block;padding:.25rem .75rem;border-radius:99px;font-size:.75rem;font-weight:700;background-color:#eef2f7;color:var(--primary-color);margin-bottom:.5rem;border:1px solid #dce4ee}.project-link{display:flex;align-items:center;gap:.5rem;color:var(--secondary-color);font-weight:600;font-size:.9rem;transition:all .2s ease;padding:.5rem .75rem;border-radius:4px;text-decoration:none}.project-link:hover{background-color:#8c1d400d;transform:translate(4px)}
