:root{--font-family:"Outfit", system-ui, -apple-system, sans-serif;--bg-color:#0b0c10;--card-bg:#ffffff08;--card-border:#ffffff14;--text-primary:#fff;--text-secondary:#94a3b8;--accent-glow:#6366f180;--accent-color:#818cf8;--accent-gradient:linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}.app-container{flex:1;display:flex;position:relative}.background-shapes{z-index:0;position:absolute;inset:0;overflow:hidden}.shape{filter:blur(80px);opacity:.5;border-radius:50%;animation:20s ease-in-out infinite alternate float;position:absolute}.shape-1{background:#6366f126;width:40vw;height:40vw;top:-10vw;left:-10vw}.shape-2{background:#a78bfa26;width:30vw;height:30vw;animation-delay:-5s;bottom:-10vw;right:-5vw}.shape-3{background:#60a5fa26;width:20vw;height:20vw;animation-delay:-10s;top:40%;left:60%}@keyframes float{0%{transform:translate(0)rotate(0)}50%{transform:translate(5%,10%)rotate(180deg)}to{transform:translate(-5%,5%)rotate(360deg)}}.split-layout{z-index:1;width:100%;min-height:100vh;display:flex;position:relative}.image-section{flex:1;justify-content:flex-end;align-items:center;padding:3rem 2rem 3rem 4rem;display:flex}.image-wrapper{opacity:0;border:1px solid var(--card-border);border-radius:24px;width:100%;max-width:600px;animation:1s cubic-bezier(.16,1,.3,1) forwards fadeRight;position:relative;overflow:hidden;transform:translate(-30px);box-shadow:0 25px 50px -12px #00000080,0 0 40px #6366f126}.side-art{object-fit:cover;width:100%;height:auto;transition:transform .7s;display:block}.image-wrapper:hover .side-art{transform:scale(1.05)}.image-overlay{pointer-events:none;background:linear-gradient(135deg,#6366f133 0%,#a78bfa0d 100%);position:absolute;inset:0}@keyframes fadeRight{to{opacity:1;transform:translate(0)}}.content-section{flex:1;justify-content:flex-start;align-items:center;padding:3rem 4rem 3rem 2rem;display:flex}.glass-card{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--card-border);text-align:center;opacity:0;border-radius:24px;width:100%;max-width:600px;padding:4rem 3rem;animation:1s cubic-bezier(.16,1,.3,1) forwards fadeLeft;transform:translate(30px);box-shadow:0 25px 50px -12px #00000080}@keyframes fadeLeft{to{opacity:1;transform:translate(0)}}.icon-wrapper{width:80px;height:80px;color:var(--accent-color);box-shadow:0 0 30px var(--accent-glow);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;margin-bottom:2rem;animation:3s ease-in-out infinite pulse;display:inline-flex}@keyframes pulse{0%,to{box-shadow:0 0 20px #6366f14d}50%{box-shadow:0 0 40px #6366f199}}.title{background:var(--accent-gradient);-webkit-text-fill-color:transparent;letter-spacing:-.05em;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3.5rem;font-weight:800}.subtitle{color:var(--text-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:2.5rem;font-size:1.5rem;font-weight:400}.description{color:var(--text-secondary);margin-top:2rem;font-size:1.125rem;line-height:1.6}.progress-container{background:#ffffff1a;border-radius:999px;width:100%;max-width:300px;height:6px;margin:0 auto;overflow:hidden}.progress-bar{background:var(--accent-gradient);background-size:200% 100%;border-radius:999px;width:30%;height:100%;animation:2s ease-out forwards loadProgress,2s linear infinite shimmer}@keyframes loadProgress{0%{width:0%}to{width:65%}}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (width<=1024px){.split-layout{flex-direction:column;justify-content:center}.image-section{justify-content:center;padding:3rem 2rem 1.5rem}.content-section{justify-content:center;padding:1.5rem 2rem 3rem}.glass-card{padding:3rem 2rem}.title{font-size:2.5rem}.subtitle{font-size:1.25rem}}
