@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh}[data-v-2580f98d]{box-sizing:border-box}.home[data-v-2580f98d]{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.hero[data-v-2580f98d]{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero[data-v-2580f98d]:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0%,transparent 50%);pointer-events:none}.hero-content[data-v-2580f98d]{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-title[data-v-2580f98d]{font-size:clamp(3rem,8vw,5rem);font-weight:900;margin-bottom:1.5rem;line-height:1.1}.gradient-text[data-v-2580f98d]{background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle[data-v-2580f98d]{font-size:1.5rem;color:#ffffffe6;margin-bottom:1rem;line-height:1.4}.hero-description[data-v-2580f98d]{font-size:1.2rem;color:#fffc;margin-bottom:2.5rem;line-height:1.6}.cta-buttons[data-v-2580f98d]{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary[data-v-2580f98d],.btn-secondary[data-v-2580f98d]{padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary[data-v-2580f98d]{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff;box-shadow:0 4px 15px #ff6b6b66}.btn-primary[data-v-2580f98d]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b99}.btn-primary.large[data-v-2580f98d]{padding:1.25rem 2.5rem;font-size:1.2rem}.btn-secondary[data-v-2580f98d]{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary[data-v-2580f98d]:hover{background:#fff3;border-color:#ffffff80}.hero-visual[data-v-2580f98d]{display:flex;justify-content:center;align-items:center}.code-animation[data-v-2580f98d]{background:#000c;border-radius:15px;padding:2rem;font-family:Courier New,monospace;font-size:1.1rem;line-height:1.8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d}.code-line[data-v-2580f98d]{opacity:0;animation:typeIn-2580f98d .8s ease forwards}.code-line[data-v-2580f98d]:nth-child(1){animation-delay:.5s}.code-line[data-v-2580f98d]:nth-child(2){animation-delay:1s}.code-line[data-v-2580f98d]:nth-child(3){animation-delay:1.5s}.code-line[data-v-2580f98d]:nth-child(4){animation-delay:2s}.code-keyword[data-v-2580f98d]{color:#ff79c6}.code-variable[data-v-2580f98d]{color:#8be9fd}.code-operator[data-v-2580f98d]{color:#f55}.code-string[data-v-2580f98d]{color:#f1fa8c}.code-function[data-v-2580f98d]{color:#50fa7b}.code-bracket[data-v-2580f98d]{color:#f8f8f2}.code-indent[data-v-2580f98d]{color:transparent}@keyframes typeIn-2580f98d{to{opacity:1}}.features[data-v-2580f98d]{padding:6rem 0;background:linear-gradient(135deg,#764ba2,#667eea)}.container[data-v-2580f98d]{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title[data-v-2580f98d]{text-align:center;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:3rem}.features-grid[data-v-2580f98d]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card[data-v-2580f98d]{background:#ffffff1a;border-radius:20px;padding:2.5rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,box-shadow .3s ease}.feature-card[data-v-2580f98d]:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0003}.feature-icon[data-v-2580f98d]{width:60px;height:60px;margin:0 auto 1.5rem;color:#ff6b6b}.feature-icon svg[data-v-2580f98d]{width:100%;height:100%}.feature-card h3[data-v-2580f98d]{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.feature-card p[data-v-2580f98d]{color:#fffc;line-height:1.6}.tech-stack[data-v-2580f98d]{padding:6rem 0;background:#ffffff0d}.tech-grid[data-v-2580f98d]{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.tech-item[data-v-2580f98d]{background:#ffffff1a;border-radius:15px;padding:1.5rem 1rem;text-align:center;color:#fff;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.tech-item[data-v-2580f98d]:hover{background:#fff3;transform:scale(1.05)}.cta-section[data-v-2580f98d]{padding:6rem 0;background:linear-gradient(135deg,#667eea,#764ba2)}.cta-content[data-v-2580f98d]{text-align:center;max-width:600px;margin:0 auto}.cta-content h2[data-v-2580f98d]{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.cta-content p[data-v-2580f98d]{font-size:1.2rem;color:#fffc;margin-bottom:2rem;line-height:1.6}@media (max-width: 768px){.hero-content[data-v-2580f98d]{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-visual[data-v-2580f98d]{order:-1}.code-animation[data-v-2580f98d]{font-size:.9rem;padding:1.5rem}.cta-buttons[data-v-2580f98d]{justify-content:center}.features-grid[data-v-2580f98d]{grid-template-columns:1fr}.tech-grid[data-v-2580f98d]{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}.privacy-policy[data-v-35fd90ad]{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 0}.container[data-v-35fd90ad]{max-width:800px;margin:0 auto;padding:0 2rem}.privacy-header[data-v-35fd90ad]{text-align:center;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a}.privacy-header h1[data-v-35fd90ad]{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.last-updated[data-v-35fd90ad]{color:#718096;font-size:1rem;font-style:italic}.privacy-content[data-v-35fd90ad]{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 30px #0000001a;line-height:1.8}.privacy-section[data-v-35fd90ad]{margin-bottom:2.5rem}.privacy-section[data-v-35fd90ad]:last-child{margin-bottom:0}.privacy-section h2[data-v-35fd90ad]{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.privacy-section h3[data-v-35fd90ad]{font-size:1.2rem;font-weight:600;color:#4a5568;margin:1.5rem 0 .75rem}.privacy-section p[data-v-35fd90ad]{color:#4a5568;margin-bottom:1rem}.privacy-section ul[data-v-35fd90ad]{color:#4a5568;margin:1rem 0;padding-left:1.5rem}.privacy-section li[data-v-35fd90ad]{margin-bottom:.5rem}.contact-info[data-v-35fd90ad]{background:#f7fafc;border-radius:10px;padding:1.5rem;margin-top:1rem;border-left:4px solid #667eea}.contact-info p[data-v-35fd90ad]{margin-bottom:.5rem;color:#2d3748}.contact-info p[data-v-35fd90ad]:last-child{margin-bottom:0}.gdpr-note[data-v-35fd90ad]{background:#e6fffa;border-left:4px solid #38b2ac;padding:1rem;margin-top:1rem;border-radius:0 8px 8px 0;font-size:.9rem;color:#2d3748}@media (max-width: 768px){.container[data-v-35fd90ad]{padding:0 1rem}.privacy-header[data-v-35fd90ad]{padding:1.5rem;margin-bottom:2rem}.privacy-header h1[data-v-35fd90ad]{font-size:2rem}.privacy-content[data-v-35fd90ad]{padding:2rem 1.5rem}.privacy-section h2[data-v-35fd90ad]{font-size:1.3rem}}@media print{.privacy-policy[data-v-35fd90ad]{background:#fff;color:#000}.privacy-header[data-v-35fd90ad],.privacy-content[data-v-35fd90ad]{box-shadow:none;border:1px solid #ccc}}
