:root{--vc-primary-blue:#0f62fe;--vc-background:#f4f4f4;--vc-surface:#ffffff;--vc-text-primary:#161616;--vc-text-secondary:#525252;--vc-accent-blue:#0043ce}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--vc-background);color:var(--vc-text-primary)}.landing-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,var(--vc-surface) 0,var(--vc-background) 100%)}.landing-header{background-color:var(--vc-surface);border-bottom:1px solid #e0e0e0;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-brand{font-family:IBM Plex Sans,sans-serif;font-size:1.25rem;font-weight:600;color:var(--vc-text-primary);text-align:center}.landing-main{flex:1 1;display:flex;flex-direction:column;justify-content:center;padding:2rem 0;min-height:calc(100vh - 120px)}.hero-section{text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;padding:0 1rem}.hero-icon{color:var(--vc-accent-blue);margin-bottom:2rem;display:flex;justify-content:center}.hero-title{font-family:IBM Plex Sans,sans-serif;font-size:3rem;font-weight:300;line-height:1.2;margin-bottom:1rem;color:var(--vc-text-primary)}.hero-subtitle{font-size:1.25rem;margin-bottom:1.5rem;color:var(--vc-accent-blue)}.hero-description,.hero-subtitle{font-family:IBM Plex Sans,sans-serif;font-weight:400}.hero-description{font-size:1rem;line-height:1.5;color:var(--vc-text-secondary);max-width:500px;margin:0 auto}.login-card{background:var(--vc-surface);box-shadow:0 2px 6px rgba(0,0,0,.1);border-radius:8px;padding:2rem;max-width:400px;margin:0 auto}.login-form{gap:1.5rem}.login-actions,.login-form{display:flex;flex-direction:column}.login-actions{gap:.75rem;margin-top:.5rem}.request-access-button,.sign-in-button{width:100%}.landing-footer{background-color:var(--vc-surface);border-top:1px solid #e0e0e0;padding:1.5rem 0;text-align:center}.landing-footer p{font-family:IBM Plex Sans,sans-serif;font-size:.875rem;color:var(--vc-text-secondary);margin:0}@media (max-width:672px){.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.hero-description{font-size:.875rem;padding:0 1rem}.landing-hero{padding:3rem 0 1.5rem}.hero-content{min-height:250px}.login-section{padding:1.5rem 0 3rem}.login-card{margin:0 1rem;padding:1.5rem}.login-actions{gap:.5rem}}@media (max-width:480px){.hero-title{font-size:2rem}.login-card{margin:0 .5rem;padding:1.25rem}}.cds--header{background-color:var(--vc-surface);border-bottom:1px solid #e0e0e0}.cds--header__name{color:var(--vc-text-primary);font-weight:600}.cds--header__action{color:var(--vc-text-secondary)}.cds--header__action:hover{background-color:var(--vc-background);color:var(--vc-text-primary)}.cds--btn--primary{background-color:var(--vc-primary-blue)}.cds--btn--primary:hover{background-color:var(--vc-accent-blue)}.cds--tile{background-color:var(--vc-surface)}.cds--btn:focus,.cds--text-input:focus{outline:2px solid var(--vc-primary-blue);outline-offset:2px}.login-card{transition:box-shadow .2s ease-in-out}.login-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}