.scroll-animate,.animated-element{opacity:0;transition:all var(--duration, .8s) cubic-bezier(.34,1.56,.64,1);transition-delay:var(--delay, 0ms)}.scroll-animate.is-visible,.animated-element.is-visible{opacity:1;will-change:transform,opacity}[data-animation=fade-in-up]{transform:translateY(300px)}[data-animation=fade-in-up].is-visible{transform:translateY(0)}[data-animation=fade-in-down]{transform:translateY(-300px)}[data-animation=fade-in-down].is-visible{transform:translateY(0)}[data-animation=fade-in-left]{transform:translate(-300px)}[data-animation=fade-in-left].is-visible{transform:translate(0)}[data-animation=fade-in-right]{transform:translate(300px)}[data-animation=fade-in-right].is-visible{transform:translate(0)}[data-animation=zoom-in]{transform:scale(.3)}[data-animation=zoom-in].is-visible{transform:scale(1)}[data-animation=zoom-out]{transform:scale(2)}[data-animation=zoom-out].is-visible{transform:scale(1)}[data-animation=zoom-in-up]{transform:scale(.5) translateY(300px)}[data-animation=zoom-in-up].is-visible{transform:scale(1) translateY(0)}[data-animation=zoom-in-left]{transform:scale(.5) translate(-300px)}[data-animation=zoom-in-left].is-visible{transform:scale(1) translate(0)}[data-animation=zoom-in-right]{transform:scale(.5) translate(300px)}[data-animation=zoom-in-right].is-visible{transform:scale(1) translate(0)}[data-animation=flip]{transform:perspective(1000px) rotateY(90deg)}[data-animation=flip].is-visible{transform:perspective(1000px) rotateY(0)}[data-animation=flip-x]{transform:perspective(1000px) rotateX(90deg)}[data-animation=flip-x].is-visible{transform:perspective(1000px) rotateX(0)}[data-animation=slide-rotate]{transform:translate(-300px) rotate(-45deg)}[data-animation=slide-rotate].is-visible{transform:translate(0) rotate(0)}[data-animation=bounce-in]{transform:scale(0)}[data-animation=bounce-in].is-visible{transform:scale(1);animation:bounce var(--duration, .8s) cubic-bezier(.68,-.55,.265,1.55);animation-delay:var(--delay, 0ms)}@keyframes bounce{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.scroll-animate,.animated-element{transition:none;animation:none!important}.scroll-animate.is-visible,.animated-element.is-visible{opacity:1;transform:none!important}}:root{--primary: #00e0ff;--primary-dark: #00bfff;--background-dark: #1a2818;--surface-dark: #3c424a;--text-primary: #f0f4f8;--text-secondary: #a0aec0;--moss-green: #a3cf59;--border-color: rgba(160, 174, 192, .2);--border-hover: rgba(0, 224, 255, .3)}body{background:linear-gradient(135deg,#1a2818,#2a3a28,#1f2e1a);background-attachment:fixed}.landing-bg{background:linear-gradient(135deg,#2a2d31,#1e2329,#252d3a 70%,#1a1f2e);background-attachment:fixed;position:relative}.landing-bg:before{content:"";position:fixed;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(100,130,150,.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(80,110,140,.03) 0%,transparent 50%);pointer-events:none;z-index:0}.landing-bg>*{position:relative;z-index:1}.landing-container{max-width:896px;margin:0 auto;display:flex;flex-direction:column;align-items:center;padding:1.5rem}.landing-hero{min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:4rem;gap:2rem;background:linear-gradient(135deg,#00e0ff0d,#556b2f0d)}.landing-hero-content{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:700px;animation:fadeIn .8s ease-out}.landing-hero-icon{width:clamp(3rem,15vw,8rem);height:clamp(3rem,15vw,8rem);filter:drop-shadow(0 0 20px rgba(0,224,255,.5));animation:slideDown .8s ease-out;image-rendering:crisp-edges;object-fit:contain}.landing-hero-title{font-family:Cinzel,serif;font-weight:700;font-size:clamp(2.5rem,8vw,4rem);color:var(--primary);margin:0;letter-spacing:.05em;line-height:1.2;animation:slideDown .8s ease-out;text-shadow:0 0 20px rgba(0,224,255,.5)}.landing-hero-description{font-size:clamp(1rem,3vw,1.25rem);color:var(--text-secondary);margin:0;line-height:1.6;animation:slideUp .8s ease-out .2s both}.landing-hero-features{display:flex;flex-wrap:wrap;gap:1rem;width:100%;margin:1.5rem 0;justify-content:center}.landing-hero-feature{color:var(--text-primary);font-size:1rem;display:inline-block;opacity:0;animation:slideUp .8s ease-out .4s both}.landing-hero-badge{display:inline-block;background:#3c424a66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,224,255,.3);color:var(--primary);padding:.75rem 1.5rem;border-radius:2rem;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin-top:1.5rem;opacity:0;animation:zoomIn .6s ease-out .5s both;transition:all .3s ease}.landing-hero-badge:hover{background:#00e0ff26;border-color:var(--primary);box-shadow:0 0 20px #00e0ff4d}.landing-scroll-hint{margin-top:2rem;color:var(--text-secondary);font-size:.875rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.landing-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent);box-shadow:0 0 10px #00e0ff4d}.landing-header{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.landing-logo{position:relative;margin-bottom:1.5rem;width:6rem;height:6rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:2rem;background:linear-gradient(135deg,var(--primary) via-var(--primary) to-var(--primary-dark));box-shadow:0 8px 32px #00e0ff4d}.landing-title{font-family:Cinzel,serif;font-weight:700;font-size:2.25rem;color:var(--text-primary);margin:0 0 .5rem;letter-spacing:.05em}.landing-subtitle{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem}.landing-buttons{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px;align-items:center;margin-top:1rem;opacity:0;animation:slideUp .8s ease-out .6s both}.landing-btn{font-weight:700;padding:1rem 2rem;border-radius:.5rem;border:none;cursor:pointer;transition:all .3s ease;font-size:1rem;text-decoration:none;display:inline-block;width:100%;text-align:center;font-size:clamp(.95rem,2vw,1.05rem)}.landing-btn-primary{background:linear-gradient(135deg,var(--primary),rgba(0,200,220,.9));color:var(--background-dark);box-shadow:0 8px 20px #00e0ff4d}.landing-btn-primary:hover{opacity:.95;box-shadow:0 12px 40px #00e0ff80;transform:translateY(-2px)}.landing-btn-secondary{background:#3c424a66;color:var(--text-primary);border:1.5px solid rgba(0,224,255,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-btn-secondary:hover{border-color:var(--primary);background:#3c424a99;box-shadow:0 0 20px #00e0ff33;transform:translateY(-2px)}@media(min-width:640px){.landing-buttons{flex-direction:row;justify-content:center}.landing-btn{width:auto}}.landing-main{width:100%;display:flex;flex-direction:column;gap:2rem;align-items:center}.landing-card-wrapper{width:100%;min-height:50vh;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-block:25vh}.landing-card{width:100%;max-width:600px;background:linear-gradient(135deg,#3c424a80,#2e343a80);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;padding:1.25rem;border:1px solid var(--border-color);box-shadow:0 8px 32px #0006;transition:all .3s ease}.landing-card:hover{border-color:var(--border-hover);box-shadow:0 12px 48px #00e0ff26}.landing-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.landing-card-title{font-family:Cinzel,serif;font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}.landing-card-icon{font-family:Material Symbols Outlined;font-size:2rem;color:var(--primary);text-shadow:0 0 10px rgba(0,224,255,.6);filter:drop-shadow(0 0 8px rgba(0,224,255,.4))}.landing-card-description{color:var(--text-secondary);margin:1rem 0;font-size:.875rem;line-height:1.6}.landing-card-code{background:var(--surface-dark);border:1px solid var(--border-color);border-radius:.375rem;padding:1rem;font-family:Source Code Pro,monospace;font-size:.875rem;overflow-x:auto;margin:0}.landing-card-code pre{margin:0;padding:0}.landing-card-code code{color:var(--text-primary);line-height:1.5}.code-keyword{color:var(--primary)}.code-string{color:var(--moss-green)}.code-comment{color:var(--text-secondary)}.landing-footer{text-align:center;padding-bottom:2rem;width:100%}.landing-footer p{color:var(--text-secondary);font-size:.875rem;margin:0}@media(max-width:768px){.landing-container{padding:2rem 1.5rem 1.5rem}.landing-hero{padding-top:2rem}.landing-header{margin-bottom:2rem}.landing-title{font-size:1.875rem}.landing-logo{width:5rem;height:5rem;font-size:1.5rem}.landing-card{padding:1.5rem;max-width:100%;margin:0 1rem}.landing-card-title{font-size:1.25rem}.landing-card-description{font-size:1rem;line-height:1.8}.landing-card-code{font-size:.95rem;padding:1.25rem}.landing-hero-description{font-size:1.125rem}.landing-subtitle{font-size:1.25rem}.landing-hero-badge{font-size:1rem;padding:.875rem 1.75rem}}@media(max-width:480px){.landing-container{padding:1rem}.landing-hero{padding-top:1rem;gap:1.5rem;min-height:100vh}.landing-card{margin:0 .75rem;padding:1.25rem}.landing-card-code{font-size:.85rem;padding:1rem;overflow-x:auto}.landing-buttons{max-width:100%;gap:.75rem}.landing-btn{padding:.875rem 1.5rem;font-size:1rem}.landing-hero-badge{font-size:.95rem;padding:.75rem 1.5rem}}
