.project-switcher{position:fixed;top:10px;left:10px;z-index:1000;background:#fffffff2;padding:8px 16px;border-radius:20px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:8px;font-size:13px}.switch-link{color:#5f6368;text-decoration:none;font-weight:500;transition:color .2s}.switch-link:hover{color:#1a73e8}.switch-link.active{color:#1a73e8;font-weight:600}.divider{color:#dadce0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-image:url(/assets/faded-office-DiIkqUgO.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background-color:#667eea}body:before{content:"";position:fixed;inset:0;background:linear-gradient(135deg,#667eead9,#764ba2d9);z-index:-1;will-change:opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.header{text-align:center;color:#fff;padding:2rem;max-width:800px;margin:0 auto;animation:fadeIn 1s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 4px 6px rgba(0,0,0,.3);background:linear-gradient(to right,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;will-change:transform}#subtitle{font-size:1.5rem;font-weight:400;margin-bottom:2.5rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.2);line-height:1.6}.cta-button{background:#fff;color:#667eea;border:none;padding:1rem 3rem;font-size:1.2rem;font-weight:600;border-radius:50px;cursor:pointer;box-shadow:0 10px 25px #0003;transition:all .3s ease;text-transform:capitalize}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0000004d;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-button:active{transform:translateY(-1px);box-shadow:0 10px 20px #0003}@media(max-width:768px){.header{padding:1.5rem}#title{font-size:2.5rem}#subtitle{font-size:1.2rem;margin-bottom:2rem}.cta-button{padding:.875rem 2.5rem;font-size:1.1rem}}@media(max-width:480px){#title{font-size:2rem}#subtitle{font-size:1rem}.cta-button{padding:.75rem 2rem;font-size:1rem}}
