.cosmos-container{height:100vh;background:radial-gradient(ellipse at 65% 50%,#1a1a2e 0,#141419 50%,#0c0c12 100%);color:var(--text,#fff);overflow:hidden;font-family:var(--font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif)}.cosmos-canvas,.cosmos-container{position:fixed;top:0;left:0;width:100%}.cosmos-canvas{height:100%;z-index:0}.cosmos-hero{flex-grow:1;display:flex;align-items:center;padding:80px 3rem 0;position:relative;z-index:2}.cosmos-hero-content{max-width:600px}.cosmos-title{font-family:var(--font-display,"Georgia",serif);font-size:clamp(4rem,10vw,8rem);font-weight:900;letter-spacing:-.02em;margin-bottom:2rem;background:linear-gradient(135deg,var(--text,#fff) 0,var(--accent,#4a7bf7) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:cosmos-glow 3s ease-in-out infinite alternate}.cosmos-description{font-family:var(--font-body,"Inter",sans-serif);font-size:1.1rem;line-height:1.8;color:var(--text-secondary,#a8a8b3);margin-bottom:3rem;font-weight:400}.cosmos-nav-links{display:flex;gap:2rem;margin-bottom:3rem}.cosmos-nav-link{font-family:var(--font-sans,"Inter",sans-serif);font-size:.82rem;font-weight:400;letter-spacing:0;color:var(--text-muted,#505060);text-decoration:none;transition:color var(--transition-medium,.3s ease);position:relative;padding-bottom:4px}.cosmos-nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--accent,#4a7bf7);transition:width var(--transition-medium,.3s ease)}.cosmos-nav-link:hover{color:var(--text,#fff)}.cosmos-nav-link:hover:after{width:100%}.cosmos-social-links{display:flex;gap:1.5rem}.cosmos-social-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--border,rgba(30,30,40,.6));display:flex;align-items:center;justify-content:center;color:var(--text-muted,#505060);transition:all .3s ease;cursor:pointer;background:transparent;text-decoration:none}.cosmos-social-btn:hover{background:rgba(74,123,247,.12);border-color:var(--accent,#4a7bf7);color:var(--accent,#4a7bf7)}.cosmos-drag-area{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:5}.cosmos-nebula{top:50%;left:65%;transform:translate(-50%,-50%);width:70vw;height:70vh;background:radial-gradient(ellipse at center,rgba(74,123,247,.06) 0,rgba(74,123,247,.03) 30%,rgba(40,60,140,.015) 55%,transparent 75%);z-index:0;filter:blur(40px)}.cosmos-nebula,.cosmos-vignette{position:fixed;pointer-events:none}.cosmos-vignette{background:radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,.4) 100%);z-index:1}.cosmos-fade,.cosmos-vignette{top:0;left:0;width:100%;height:100%}.cosmos-fade{position:fixed;background-color:#000;z-index:100;pointer-events:none;transition:opacity 1.5s ease-out}.cosmos-fade--loaded{opacity:0}.cosmos-fade--transitioning{transition:none}@keyframes cosmos-glow{0%{text-shadow:0 0 20px rgba(74,123,247,.08),0 0 40px rgba(74,123,247,.05)}to{text-shadow:0 0 30px rgba(74,123,247,.15),0 0 60px rgba(74,123,247,.08)}}@media (max-width:900px){.cosmos-hero{align-items:flex-start;justify-content:center;padding-top:20vh;padding-left:1.5rem;padding-right:1.5rem}.cosmos-hero-content{text-align:center;max-width:100%}.cosmos-title{font-size:clamp(3rem,15vw,6rem);margin-bottom:1rem}.cosmos-description{font-size:.85rem;line-height:1.6;color:hsla(240,7%,68%,.5);margin-bottom:1.5rem}.cosmos-nav-links{display:none}.cosmos-social-links{justify-content:center;gap:1.25rem}.cosmos-social-btn{width:42px;height:42px;border-color:rgba(74,123,247,.25);color:hsla(0,0%,100%,.7)}.cosmos-drag-area{width:100vw;left:0}}