: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}.card{padding:2em}html,body,#app{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;background:none!important}#app{text-align:center}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;background:transparent;overflow-x:hidden}html,body{width:100%;height:100%}#app{min-height:100vh;width:100%}.welcome-container[data-v-d12d750c]{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;width:100%;margin:0;padding:0}.background-animation[data-v-d12d750c]{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1;overflow:hidden;pointer-events:none}.floating-bubble[data-v-d12d750c]{position:absolute;border-radius:50%;background:#ffffff1a;animation:float-d12d750c 6s ease-in-out infinite}.bubble-1[data-v-d12d750c]{width:120px;height:120px;top:10%;left:5%;animation-delay:0s}.bubble-2[data-v-d12d750c]{width:180px;height:180px;top:70%;right:5%;animation-delay:2s}.bubble-3[data-v-d12d750c]{width:90px;height:90px;bottom:20%;left:15%;animation-delay:4s}.bubble-4[data-v-d12d750c]{width:150px;height:150px;top:30%;right:10%;animation-delay:1s}.bubble-5[data-v-d12d750c]{width:100px;height:100px;top:80%;left:80%;animation-delay:3s}.bubble-6[data-v-d12d750c]{width:80px;height:80px;top:15%;right:20%;animation-delay:5s}.bubble-7[data-v-d12d750c]{width:130px;height:130px;bottom:10%;right:25%;animation-delay:1.5s}.bubble-8[data-v-d12d750c]{width:70px;height:70px;top:50%;left:3%;animation-delay:2.5s}@keyframes float-d12d750c{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.welcome-content[data-v-d12d750c]{position:relative;z-index:2;text-align:center;color:#fff;width:100%;max-width:none;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}.title-section[data-v-d12d750c]{margin-bottom:4rem;width:100%}.main-title[data-v-d12d750c]{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.title-text[data-v-d12d750c]{display:block;opacity:.9}.highlight-text[data-v-d12d750c]{background:linear-gradient(45deg,#fff,#82ff82);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle[data-v-d12d750c]{font-size:1.4rem;opacity:.8;margin-bottom:2rem}.features-section[data-v-d12d750c]{display:flex;justify-content:center;align-items:stretch;gap:2rem;margin-bottom:4rem;width:100%;max-width:1200px}.feature-card[data-v-d12d750c]{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2.5rem 2rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;flex:1;min-width:280px;max-width:320px;display:flex;flex-direction:column;align-items:center;text-align:center}.feature-card[data-v-d12d750c]:hover{transform:translateY(-10px) scale(1.02);background:#ffffff26;box-shadow:0 20px 40px #0000004d}.card-icon[data-v-d12d750c]{font-size:3.5rem;margin-bottom:1.5rem}.feature-card h3[data-v-d12d750c]{font-size:1.6rem;margin-bottom:1rem;font-weight:600}.feature-card p[data-v-d12d750c]{opacity:.8;line-height:1.6;font-size:1rem}.card-hover-effect[data-v-d12d750c]{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.feature-card:hover .card-hover-effect[data-v-d12d750c]{left:100%}.quick-actions[data-v-d12d750c]{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.action-btn[data-v-d12d750c]{padding:1.2rem 2.5rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.primary[data-v-d12d750c]{background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff}.primary[data-v-d12d750c]:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff6b6b4d}.secondary[data-v-d12d750c]{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3)}.secondary[data-v-d12d750c]:hover{background:#ffffff4d;transform:translateY(-2px)}.btn-arrow[data-v-d12d750c]{transition:transform .3s ease}.primary:hover .btn-arrow[data-v-d12d750c]{transform:translate(5px)}.animate-fade-in[data-v-d12d750c]{animation:fadeIn-d12d750c 1s ease-out}.animate-fade-in-delay[data-v-d12d750c]{animation:fadeIn-d12d750c 1s ease-out .5s both}.animate-slide-up[data-v-d12d750c]{animation:slideUp-d12d750c .8s ease-out 1s both}.animate-slide-up-delay[data-v-d12d750c]{animation:slideUp-d12d750c .8s ease-out 1.2s both}.animate-slide-up-delay-2[data-v-d12d750c]{animation:slideUp-d12d750c .8s ease-out 1.4s both}@keyframes fadeIn-d12d750c{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp-d12d750c{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.welcome-content[data-v-d12d750c]{padding:3rem 1.5rem 1.5rem;min-height:100vh;justify-content:flex-start}.main-title[data-v-d12d750c]{font-size:2.2rem;margin-bottom:.8rem}.subtitle[data-v-d12d750c]{font-size:1.1rem;margin-bottom:3rem}.title-section[data-v-d12d750c]{margin-bottom:3rem}.features-section[data-v-d12d750c]{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem;width:100%;max-width:400px}.feature-card[data-v-d12d750c]{width:100%;max-width:300px;min-width:auto;padding:2rem 1.5rem;margin:0 auto}.card-icon[data-v-d12d750c]{font-size:3rem;margin-bottom:1rem}.feature-card h3[data-v-d12d750c]{font-size:1.4rem}.feature-card p[data-v-d12d750c]{font-size:.95rem}.quick-actions[data-v-d12d750c]{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:300px}.action-btn[data-v-d12d750c]{width:100%;max-width:280px;justify-content:center;padding:1rem 2rem}.bubble-1[data-v-d12d750c],.bubble-2[data-v-d12d750c],.bubble-3[data-v-d12d750c],.bubble-4[data-v-d12d750c]{width:60px;height:60px}.bubble-1[data-v-d12d750c]{top:10%;left:5%}.bubble-2[data-v-d12d750c]{top:70%;right:5%}.bubble-3[data-v-d12d750c]{bottom:20%;left:10%}.bubble-4[data-v-d12d750c]{top:30%;right:10%}}@media(min-width:1200px){.welcome-content[data-v-d12d750c]{max-width:1400px;padding:3rem}.main-title[data-v-d12d750c]{font-size:4rem}.subtitle[data-v-d12d750c]{font-size:1.6rem}.features-section[data-v-d12d750c]{max-width:1400px;gap:3rem}.feature-card[data-v-d12d750c]{max-width:350px;padding:3rem 2.5rem}.card-icon[data-v-d12d750c]{font-size:4rem}.feature-card h3[data-v-d12d750c]{font-size:1.8rem}.feature-card p[data-v-d12d750c]{font-size:1.1rem}.quick-actions[data-v-d12d750c]{gap:2rem}.action-btn[data-v-d12d750c]{padding:1.5rem 3rem;font-size:1.2rem}}@media(min-width:769px)and (max-width:1199px){.features-section[data-v-d12d750c]{max-width:1000px;gap:2rem}.feature-card[data-v-d12d750c]{max-width:300px;padding:2rem 1.5rem}.main-title[data-v-d12d750c]{font-size:3rem}.subtitle[data-v-d12d750c]{font-size:1.3rem}}
