*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #8b5cf6;--accent: #06b6d4;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--bg-primary: #0a0a0f;--bg-secondary: #12121a;--bg-tertiary: #1a1a25;--bg-card: #242433;--text-primary: #ffffff;--text-secondary: #a1a1aa;--text-muted: #71717a;--border-color: #27273a;--border-light: #3f3f5a;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5);--shadow-glow: 0 0 20px rgba(99, 102, 241, .3);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#0a0a0fcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);padding:1rem 2rem;position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center;gap:.75rem}.logo{height:40px;width:auto}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-tabs{display:flex;gap:.5rem}.nav-tab{padding:.5rem 1rem;border:none;background:transparent;color:var(--text-secondary);font-size:.9rem;font-weight:500;cursor:pointer;border-radius:var(--radius-md);transition:all .2s ease}.nav-tab:hover{color:var(--text-primary);background:var(--bg-tertiary)}.nav-tab.active{color:var(--primary);background:#6366f11a}.main-content{flex:1;max-width:1400px;margin:0 auto;padding:2rem;width:100%}.hero{text-align:center;padding:3rem 0 4rem}.hero-logo{height:80px;width:auto;margin-bottom:1.5rem}.hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff 0%,var(--text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.stat{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary)}.stat-label{font-size:.9rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.timeline-container{margin:3rem 0}.timeline{display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding:2rem 0;gap:.5rem}.timeline:before{content:"";position:absolute;top:calc(2rem + 10px);left:1rem;right:1rem;height:2px;background:linear-gradient(90deg,var(--border-color) 0%,var(--primary) 50%,var(--border-color) 100%);z-index:1}.timeline-phase{position:relative;flex:1;text-align:center;cursor:pointer;padding:0 .5rem;transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.timeline-dot{width:20px;height:20px;border-radius:50%;background:var(--bg-card);border:3px solid var(--border-light);margin-bottom:1rem;position:relative;z-index:2;transition:all .3s ease;flex-shrink:0}.timeline-phase:hover .timeline-dot,.timeline-phase.active .timeline-dot{background:var(--primary);border-color:var(--primary);box-shadow:var(--shadow-glow);transform:scale(1.2)}.timeline-phase.completed .timeline-dot{background:var(--success);border-color:var(--success)}.timeline-phase.current .timeline-dot{background:var(--accent);border-color:var(--accent);animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 #06b6d466}50%{box-shadow:0 0 0 10px #06b6d400}}.timeline-date{font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem}.timeline-title{font-size:1rem;font-weight:600;color:var(--text-secondary)}.timeline-phase.active .timeline-title{color:var(--primary)}.timeline-phase:hover .timeline-title{color:var(--text-primary)}.phase-detail{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);padding:2.5rem;margin-top:2rem}.phase-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.phase-title-section h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.phase-subtitle{color:var(--text-secondary);font-size:1.1rem}.phase-badge{padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.phase-badge.completed{background:#10b9811a;color:var(--success)}.phase-badge.current{background:#06b6d41a;color:var(--accent)}.phase-badge.upcoming{background:#6366f11a;color:var(--primary)}.phase-description{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.8}.deliverables-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.deliverable-card{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.5rem;transition:all .3s ease}.deliverable-card:hover{border-color:var(--border-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.deliverable-card.priority-critical{border-left:4px solid var(--danger)}.deliverable-card.priority-high{border-left:4px solid var(--warning)}.deliverable-card.priority-medium{border-left:4px solid var(--primary)}.deliverable-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.deliverable-title{font-size:1.1rem;font-weight:600}.priority-badge{font-size:.7rem;padding:.25rem .5rem;border-radius:var(--radius-sm);font-weight:600;text-transform:uppercase}.priority-critical .priority-badge{background:#ef444433;color:var(--danger)}.priority-high .priority-badge{background:#f59e0b33;color:var(--warning)}.priority-medium .priority-badge{background:#6366f133;color:var(--primary)}.deliverable-description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.architecture-container{padding:2rem 0}.architecture-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem}.architecture-diagram{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);padding:3rem;margin-bottom:3rem}.layer{margin-bottom:2rem}.layer:last-child{margin-bottom:0}.layer-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem;text-align:center}.layer-content{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.component{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1rem 1.5rem;min-width:140px;text-align:center;transition:all .2s ease}.component:hover{border-color:var(--primary);background:#6366f11a}.component-name{font-weight:600;margin-bottom:.25rem}.component-desc{font-size:.8rem;color:var(--text-muted)}.architecture-arrow{text-align:center;font-size:1.5rem;color:var(--text-muted);margin:1rem 0}.team-container{padding:2rem 0}.team-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.team-member{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.5rem}.member-role{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--primary)}.member-name{font-size:1rem;color:var(--text-secondary);margin-bottom:1rem}.member-tasks{list-style:none}.member-tasks li{padding:.5rem 0;border-bottom:1px solid var(--border-color);color:var(--text-secondary);font-size:.95rem}.member-tasks li:last-child{border-bottom:none}.member-tasks li:before{content:"→";margin-right:.5rem;color:var(--primary)}.footer{text-align:center;padding:2rem;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.9rem}@media(max-width:768px){.hero h1{font-size:2rem}.hero-stats{flex-direction:column;gap:1.5rem}.timeline{flex-direction:column;gap:1rem}.timeline:before{display:none}.timeline-phase{text-align:left;display:flex;align-items:center;gap:1rem}.timeline-dot{margin:0;flex-shrink:0}.deliverables-grid{grid-template-columns:1fr}.header-content{flex-direction:column;gap:1rem}.nav-tabs{width:100%;justify-content:center}.phase-header{flex-direction:column;gap:1rem}}@media(max-width:1024px){.timeline{flex-wrap:wrap;gap:1.5rem}.timeline:before{display:none}.timeline-phase{flex:1 1 calc(33.333% - 1rem);min-width:150px}}
