:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#121212;color:#e0e0e0;line-height:1.6;display:flex;flex-direction:column;min-height:100vh;justify-content:center;align-items:center}a{color:#bb86fc;text-decoration:none;transition:color .2s ease-in-out}a:hover{color:#fff;text-decoration:none}.container{max-width:800px;margin:2rem auto;padding:1rem;font-family:sans-serif}header{text-align:center;margin-bottom:2rem}header h1,header p{opacity:0;animation:fadeInSlideUp .5s ease-out forwards}header p{animation-delay:.15s}main h2{opacity:0;animation:fadeInSlideUp .5s ease-out .3s forwards}.projects{display:grid;grid-template-columns:1fr;gap:25px;text-align:left}.project{background-color:transparent;padding:0 0 20px;border-radius:0;border:none;border-bottom:1px solid #333}.projects .project:last-child{border-bottom:none;padding-bottom:0}.project h3{font-size:1.3em;margin-top:0;margin-bottom:8px;color:#fff;font-weight:500}.project p{margin-bottom:10px;color:#a0a0a0}.project span{color:#888;font-style:italic;font-size:.95em}footer{margin-top:40px;padding-top:20px;border-top:1px solid #333;font-size:.85em;color:#888;opacity:0;animation:fadeInSlideUp .6s ease-out forwards;animation-delay:.4s}footer p{opacity:0;animation:fadeInSlideUp .5s ease-out forwards}footer p:nth-child(1){animation-delay:.8s}footer p:nth-child(2){animation-delay:.9s}footer p:nth-child(3){animation-delay:1s}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.projects .project{opacity:0;animation:fadeInSlideUp .5s ease-out forwards;transition:transform .4s cubic-bezier(.25,.8,.25,1),box-shadow .4s cubic-bezier(.25,.8,.25,1);box-shadow:0 3px 6px #0000001a;perspective:1000px}.projects .project:nth-child(1){animation-delay:.5s}.projects .project:nth-child(2){animation-delay:.65s}.projects .project:hover{transform:scale(1.05) rotateY(-5deg) rotateX(5deg);box-shadow:0 10px 20px #0003}main{animation-delay:.2s}header h1{transition:color .3s ease,text-shadow .3s ease}header h1:hover{color:#555;text-shadow:0 0 5px rgba(0,0,0,.1)}a{transition:color .3s ease,text-decoration-color .3s ease;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px}a:hover{text-decoration-color:currentColor}.orchestra-page{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e);color:#fff}.nav{position:sticky;top:0;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem}.nav-logo{font-size:1rem;font-weight:600;color:#a78bfa;text-decoration:none;transition:color .3s ease}.nav-logo:hover{color:#c4b5fd}.hero{max-width:1200px;margin:0 auto;padding:6rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{z-index:10}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-text{display:block;background:linear-gradient(135deg,#a78bfa,#ec4899,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:.5rem}.hero-subtitle{font-size:1.25rem;color:#b0b0b0;margin-bottom:2rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#a78bfa,#ec4899);color:#fff;box-shadow:0 8px 20px #a78bfa4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #a78bfa66}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff4d}.btn-large{padding:1.25rem 3rem;font-size:1.1rem}.hero-visual{position:relative;height:600px;width:100%;display:flex;align-items:center;justify-content:center}.hero-visual:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(167,139,250,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:1}.floating-card{position:absolute;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:.85rem 1.3rem;display:flex;align-items:center;gap:.7rem;font-weight:600;font-size:.95rem;white-space:nowrap;animation:float 3s ease-in-out infinite;box-shadow:0 8px 32px #0000004d;transition:all .3s ease;cursor:pointer}.floating-card:hover{background:#ffffff1a;border-color:#a78bfa80;box-shadow:0 12px 40px #a78bfa66;transform:scale(1.05)}.floating-card .icon{font-size:1.5rem;flex-shrink:0}.card-9,.card-10,.card-11,.card-12{background:linear-gradient(135deg,#a78bfa33,#ec489933);border:2px solid rgba(167,139,250,.5);box-shadow:0 12px 40px #a78bfa80;z-index:3;font-size:1rem;padding:1rem 1.5rem}.card-9:hover,.card-10:hover,.card-11:hover,.card-12:hover{background:linear-gradient(135deg,#a78bfa4d,#ec48994d);border-color:#a78bfacc;box-shadow:0 16px 50px #a78bfa99}.card-9{top:50%;left:50%;margin-left:-65px;margin-top:-130px;animation-delay:0s}.card-10{top:50%;left:50%;margin-left:-180px;margin-top:-30px;animation-delay:.3s}.card-11{top:50%;left:50%;margin-left:50px;margin-top:-30px;animation-delay:.6s}.card-12{top:50%;left:50%;margin-left:-65px;margin-top:70px;animation-delay:.9s}.card-1{top:50%;left:50%;margin-left:-48px;margin-top:-260px;animation-delay:1.2s}.card-2{top:50%;left:50%;margin-left:100px;margin-top:-220px;animation-delay:1.4s}.card-3{top:50%;left:50%;margin-left:200px;margin-top:-30px;animation-delay:1.6s}.card-4{top:50%;left:50%;margin-left:130px;margin-top:150px;animation-delay:1.8s}.card-5{top:50%;left:50%;margin-left:-55px;margin-top:210px;animation-delay:2s}.card-6{top:50%;left:50%;margin-left:-210px;margin-top:150px;animation-delay:2.2s}.card-7{top:50%;left:50%;margin-left:-285px;margin-top:-30px;animation-delay:2.4s}.card-8{top:50%;left:50%;margin-left:-200px;margin-top:-220px;animation-delay:2.6s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width: 768px){.hero-visual:before{display:none}}.features,.how-it-works,.use-cases{max-width:1200px;margin:0 auto;padding:6rem 2rem}.section-title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:4rem;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);background:#ffffff14;border-color:#a78bfa4d;box-shadow:0 12px 40px #a78bfa33}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.feature-card p{color:#b0b0b0;line-height:1.6}.steps{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.step{flex:1;min-width:250px;max-width:300px;text-align:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem}.step-number{width:60px;height:60px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#a78bfa,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700}.step h3{font-size:1.5rem;margin-bottom:1rem}.step p{color:#b0b0b0;line-height:1.6}.step-arrow{font-size:2rem;color:#a78bfa;flex-shrink:0}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.use-case{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.use-case:hover{background:#ffffff0f;border-color:#a78bfa4d}.use-case h4{font-size:1.5rem;margin-bottom:.75rem;color:#a78bfa}.use-case p{color:#b0b0b0;line-height:1.6}.cta-section{background:linear-gradient(135deg,#a78bfa,#ec4899,#f59e0b);padding:6rem 2rem;text-align:center;margin:4rem 0}.cta-content h2{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.cta-content p{font-size:1.25rem;margin-bottom:2rem;color:#ffffffe6}.cta-section .btn-primary{background:#0a0a0a;box-shadow:0 8px 20px #0000004d}.cta-section .btn-primary:hover{background:#1a1a1a}.orchestra-footer{background:#0a0a0acc;border-top:1px solid rgba(255,255,255,.1);padding:3rem 2rem}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.footer-links a{color:#a78bfa;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#c4b5fd}.orchestra-footer p{color:gray;font-size:.9rem}@media (max-width: 968px){.hero{grid-template-columns:1fr;padding:4rem 2rem}.hero-visual{height:450px;transform:scale(.7)}.floating-card{padding:.65rem .9rem;font-size:.85rem}.floating-card .icon{font-size:1.3rem}.card-9,.card-10,.card-11,.card-12{padding:.8rem 1.2rem}.hero-title{font-size:3rem}.section-title{font-size:2.5rem}.step-arrow{transform:rotate(90deg)}}@media (max-width: 640px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title,.cta-content h2{font-size:2rem}.hero-cta{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}@media (prefers-color-scheme: light){.orchestra-page{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#212529}.nav{background:#fffffff2;border-bottom:1px solid rgba(0,0,0,.1)}.hero-title{background:linear-gradient(135deg,#212529,#495057);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle,.feature-card p,.step p,.use-case p{color:#495057}.floating-card,.feature-card,.step,.use-case{background:#fffc;border:1px solid rgba(0,0,0,.1)}.feature-card:hover,.use-case:hover{background:#fffffff2}.orchestra-footer{background:#fffc;border-top:1px solid rgba(0,0,0,.1)}.orchestra-footer p{color:#6c757d}}.legal-page{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e);color:#fff}.legal-page .nav{position:sticky;top:0;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0;z-index:100}.legal-page .nav-container{max-width:1200px;margin:0 auto;padding:0 2rem}.legal-page .nav-logo{font-size:1rem;font-weight:600;color:#a78bfa;text-decoration:none;transition:color .3s ease}.legal-page .nav-logo:hover{color:#c4b5fd}.legal-content{max-width:900px;margin:0 auto;padding:4rem 2rem}.legal-content h1{font-size:3rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.last-updated{color:gray;font-size:.95rem;margin-bottom:3rem;font-style:italic}.legal-content section{margin-bottom:3rem}.legal-content h2{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#a78bfa;padding-top:1rem}.legal-content h3{font-size:1.5rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:#c4b5fd}.legal-content h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#d8b4fe}.legal-content p{line-height:1.8;color:#d0d0d0;margin-bottom:1rem}.legal-content ul{margin:1rem 0;padding-left:2rem}.legal-content li{line-height:1.8;color:#d0d0d0;margin-bottom:.75rem}.legal-content strong{color:#fff;font-weight:600}.legal-content a{color:#a78bfa;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}.legal-content a:hover{border-bottom-color:#a78bfa}.legal-footer{background:#0a0a0acc;border-top:1px solid rgba(255,255,255,.1);padding:2rem;text-align:center;margin-top:4rem}.legal-footer .footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.legal-footer .footer-links a{color:#a78bfa;text-decoration:none;transition:color .3s ease}.legal-footer .footer-links a:hover{color:#c4b5fd}.legal-footer p{color:gray;font-size:.9rem}@media (max-width: 768px){.legal-content{padding:3rem 1.5rem}.legal-content h1{font-size:2.5rem}.legal-content h2{font-size:1.75rem}.legal-content h3{font-size:1.35rem}.legal-content h4{font-size:1.15rem}.legal-footer .footer-links{flex-direction:column;gap:1rem}}@media (max-width: 480px){.legal-content{padding:2rem 1rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.5rem}.legal-content ul{padding-left:1.5rem}}@media (prefers-color-scheme: light){.legal-page{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#212529}.legal-page .nav{background:#fffffff2;border-bottom:1px solid rgba(0,0,0,.1)}.legal-content h1{background:linear-gradient(135deg,#212529,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-content h2{color:#7c3aed}.legal-content h3{color:#9333ea}.legal-content h4{color:#a855f7}.legal-content p,.legal-content li{color:#495057}.legal-content strong{color:#212529}.legal-content a{color:#7c3aed}.legal-content a:hover{border-bottom-color:#7c3aed}.last-updated{color:#6c757d}.legal-footer{background:#fffc;border-top:1px solid rgba(0,0,0,.1)}.legal-footer p{color:#6c757d}}
