@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap);:root{--bg-color:#0d0d12;--glass-bg:#ffffff0d;--glass-border:#ffffff1a;--primary-neon:#4f46e5;--secondary-neon:#9333ea;--text-main:#e2e8f0;--text-muted:#94a3b8;--user-msg:#4f46e533;--ai-msg:#ffffff08}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0d0d12;background-color:var(--bg-color);background-image:radial-gradient(circle at 10% 20%,#4f46e51a 0,#0000 40%),radial-gradient(circle at 90% 80%,#9333ea1a 0,#0000 40%);color:#e2e8f0;color:var(--text-main);font-family:Outfit,sans-serif;min-height:100vh;overflow-x:hidden}.glass-panel{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff0d;background:var(--glass-bg);border:1px solid #ffffff1a;border:1px solid var(--glass-border);border-radius:20px;box-shadow:0 8px 32px 0 #0000005e}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff3}.chat-container{animation:slideUp .6s ease-out;display:flex;flex-direction:column;height:85vh;margin:2rem auto;max-width:800px;overflow:hidden;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{border-bottom:1px solid var(--glass-border);gap:12px;padding:1.5rem}.status-dot{background:#10b981;border-radius:50%;box-shadow:0 0 8px #10b981;height:10px;width:10px}.chat-header h2{font-size:1.25rem;font-weight:600;letter-spacing:-.02em}.messages-area{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:1.5rem}.message-wrapper{display:flex;width:100%}.message-wrapper.user{justify-content:flex-end}.message-wrapper.ai{justify-content:flex-start}.message-bubble{animation:fadeIn .3s ease;border-radius:16px;font-size:.95rem;line-height:1.5;max-width:80%;padding:.8rem 1.2rem;position:relative}.user-glass{background:var(--user-msg);border:1px solid #4f46e54d;border-bottom-right-radius:4px}.ai-glass{background:var(--ai-msg);border:1px solid var(--glass-border);border-bottom-left-radius:4px}.input-area{align-items:center;background:#0003;display:flex;gap:12px;padding:1.5rem}.input-area input{background:#ffffff0d;border:1px solid var(--glass-border);border-radius:12px;color:#fff;flex:1 1;font-family:inherit;padding:.8rem 1.2rem;transition:all .3s}.input-area input:focus{background:#ffffff14;border-color:var(--primary-neon);outline:none}.input-area button{align-items:center;background:var(--primary-neon);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;height:45px;justify-content:center;transition:all .3s;width:45px}.input-area button:hover:not(:disabled){background:var(--secondary-neon);transform:scale(1.05)}.input-area button:disabled{cursor:not-allowed;opacity:.5}.typing-dots{display:flex;gap:4px;padding:12px 18px}.typing-dots span{animation:bounce 1.4s ease-in-out infinite both;background:var(--text-muted);border-radius:50%;height:6px;width:6px}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.lp-root{background:#07070f;color:#e8eaf6;font-family:Outfit,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden;position:relative}.lp-root:before{background:radial-gradient(ellipse 80% 60% at 20% 10%,#6c47ff1f 0,#0000 60%),radial-gradient(ellipse 60% 50% at 80% 80%,#00d4ff14 0,#0000 55%),radial-gradient(ellipse 50% 40% at 60% 30%,#ff47c70f 0,#0000 50%);content:"";inset:0;pointer-events:none;position:fixed;z-index:0}.lp-root .cta-banner,.lp-root .lp-stats,.lp-root footer,.lp-root nav,.lp-root section{position:relative;z-index:1}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6c47ff,#00d4ff 50%,#ff47c7);-webkit-background-clip:text;background-clip:text}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.lp-nav{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#07070fbf;border-bottom:1px solid #ffffff12;height:70px;justify-content:space-between;left:0;padding:0 6%;position:fixed;right:0;top:0;transition:transform .35s ease;z-index:100}.lp-logo,.lp-nav{align-items:center;display:flex}.lp-logo{color:#e8eaf6;font-size:1.3rem;font-weight:700;gap:10px;text-decoration:none}.lp-logo-icon{align-items:center;background:linear-gradient(135deg,#6c47ff,#00d4ff);border-radius:10px;display:flex;font-size:1.1rem;height:36px;justify-content:center;width:36px}.lp-nav-links{display:flex;gap:2rem;list-style:none}.lp-nav-links a{color:#7c8db5;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.lp-nav-links a:hover{color:#e8eaf6}.lp-nav-cta{background:linear-gradient(135deg,#6c47ff,#9060ff)!important;border-radius:10px;color:#fff!important;font-weight:600!important;padding:.5rem 1.3rem;transition:opacity .2s,transform .2s!important}.lp-nav-cta:hover{opacity:.9;transform:translateY(-1px)!important}.lp-hero{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:120px 6% 80px;text-align:center}.hero-badge{align-items:center;animation:fadeDown .8s ease both;background:#6c47ff26;border:1px solid #6c47ff4d;border-radius:100px;color:#a78bfa;display:inline-flex;font-size:.85rem;font-weight:600;gap:8px;margin-bottom:2rem;padding:.4rem 1rem}.badge-dot{animation:pulse 2s infinite;background:#10f59e;border-radius:50%;box-shadow:0 0 8px #10f59e;height:7px;width:7px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.lp-hero h1{animation:fadeDown .8s ease .1s both;color:#e8eaf6;font-size:clamp(2.8rem,6vw,5rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem;max-width:900px}.hero-sub{animation:fadeDown .8s ease .2s both;color:#7c8db5;font-size:clamp(1rem,2vw,1.2rem);margin-bottom:2.5rem;max-width:600px}.hero-buttons{animation:fadeDown .8s ease .3s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-primary{align-items:center;background:linear-gradient(135deg,#6c47ff,#9060ff);border:none;border-radius:20px;box-shadow:0 0 30px #6c47ff59;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:1rem;font-weight:600;gap:8px;padding:.9rem 2rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.btn-primary:hover{box-shadow:0 0 50px #6c47ff80;transform:translateY(-2px)}.btn-ghost{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;color:#e8eaf6;cursor:pointer;display:inline-flex;font-family:inherit;font-size:1rem;font-weight:500;gap:8px;padding:.9rem 2rem;text-decoration:none;transition:background .2s,transform .2s}.btn-ghost:hover{background:#ffffff12;transform:translateY(-2px)}.hero-visual{animation:fadeUp 1s ease .5s both;margin-top:5rem;max-width:780px;width:100%}.mock-window{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;box-shadow:0 40px 100px #00000080,0 0 0 1px #ffffff0d;overflow:hidden}.mock-topbar{align-items:center;background:#ffffff0a;border-bottom:1px solid #ffffff14;display:flex;gap:10px;padding:1rem 1.5rem}.mock-dots{display:flex;gap:6px}.mock-dots span{border-radius:50%;height:11px;width:11px}.mock-dots span:first-child{background:#ff5f57}.mock-dots span:nth-child(2){background:#febc2e}.mock-dots span:nth-child(3){background:#28c840}.mock-title{color:#7c8db5;flex:1 1;font-size:.85rem;text-align:center}.mock-body{display:flex;flex-direction:column;gap:1rem;min-height:220px;padding:1.5rem}.mock-msg{display:flex;gap:10px}.mock-msg.user{flex-direction:row-reverse}.mock-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:.8rem;font-weight:700;height:34px;justify-content:center;width:34px}.mock-avatar.ai{background:linear-gradient(135deg,#6c47ff,#00d4ff)}.mock-avatar.user{background:linear-gradient(135deg,#ff47c7,#ff8a47)}.mock-bubble{border-radius:16px;font-size:.9rem;line-height:1.5;max-width:75%;padding:.75rem 1.1rem}.ai-bubble{background:#6c47ff1f;border:1px solid #6c47ff33;border-bottom-left-radius:4px}.user-bubble{background:#00d4ff1a;border:1px solid #00d4ff33;border-bottom-right-radius:4px}.lp-stats{border-bottom:1px solid #ffffff12;border-top:1px solid #ffffff12;display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;padding:3rem 6%}.stat-item{text-align:center}.stat-num{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6c47ff,#00d4ff);-webkit-background-clip:text;background-clip:text;display:block;font-size:2.5rem;font-weight:800}.stat-label{color:#7c8db5;font-size:.9rem;margin-top:4px}.lp-section{padding:7rem 6%}.section-label{color:#a78bfa;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;margin-bottom:1rem;text-transform:uppercase}.section-title{color:#e8eaf6;font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.2rem}.section-sub{color:#7c8db5;font-size:1.05rem;margin-bottom:3rem;max-width:550px}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}.feature-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:2rem;text-align:left;transition:border-color .3s,transform .3s,box-shadow .3s}.feature-card:hover{border-color:#6c47ff66;box-shadow:0 20px 50px #6c47ff1f;transform:translateY(-4px)}.feature-icon{align-items:center;border-radius:14px;display:flex;font-size:1.5rem;height:52px;justify-content:center;margin-bottom:1.2rem;width:52px}.feature-card h3{color:#e8eaf6;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.feature-card p{color:#7c8db5;font-size:.92rem}.steps-row{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.step-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;max-width:220px;padding:2rem 1.5rem;transition:transform .3s}.step-card:hover{transform:translateY(-4px)}.step-num{align-items:center;background:linear-gradient(135deg,#6c47ff,#00d4ff);border-radius:12px;color:#fff;display:flex;font-size:1.1rem;font-weight:800;height:44px;justify-content:center;margin:0 auto 1rem;width:44px}.step-card h3{color:#e8eaf6;font-size:1rem;font-weight:700;margin-bottom:.5rem}.step-card p{color:#7c8db5;font-size:.88rem}.lp-integrate{align-items:center;display:flex;flex-wrap:wrap;gap:5rem}.code-box,.text-col{flex:1 1;min-width:280px}.code-box{background:#0a0a18;border:1px solid #ffffff14;border-radius:20px;box-shadow:0 20px 60px #0006;overflow:hidden}.code-topbar{align-items:center;background:#ffffff0a;border-bottom:1px solid #ffffff12;display:flex;gap:6px;padding:.8rem 1.2rem}.code-topbar .dot{border-radius:50%;height:10px;width:10px}.code-topbar .dot.r{background:#ff5f57}.code-topbar .dot.y{background:#febc2e}.code-topbar .dot.g{background:#28c840}.code-topbar span{color:#7c8db5;font-size:.8rem;margin-left:auto}.code-box pre{color:#cdd6f4;font-family:Courier New,monospace;font-size:.82rem;line-height:1.9;margin:0;overflow-x:auto;padding:1.5rem}.pricing-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.pricing-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;overflow:hidden;padding:2.5rem 2rem;position:relative;text-align:left;transition:transform .3s;width:280px}.pricing-card.featured{background:#6c47ff14;border-color:#6c47ff80;box-shadow:0 0 60px #6c47ff26}.pricing-card.featured:before{background:linear-gradient(135deg,#6c47ff,#00d4ff);color:#fff;content:"Recomandat";font-size:.72rem;font-weight:700;letter-spacing:.05em;padding:4px 36px;position:absolute;right:-28px;top:16px;transform:rotate(45deg)}.pricing-card:hover{transform:translateY(-4px)}.pricing-name{color:#7c8db5;font-size:.8rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.pricing-price{color:#e8eaf6;font-size:3rem;font-weight:800;line-height:1;margin-bottom:.3rem}.pricing-price span{color:#7c8db5;font-size:1rem;font-weight:400}.pricing-desc{color:#7c8db5;font-size:.9rem;margin-bottom:1.8rem}.pricing-features{display:flex;flex-direction:column;gap:.8rem;list-style:none;margin-bottom:2rem}.pricing-features li{align-items:center;color:#7c8db5;display:flex;font-size:.9rem;gap:10px}.pricing-features li.active{color:#e8eaf6}.check{align-items:center;background:#10f59e26;border-radius:50%;display:flex;flex-shrink:0;font-size:.7rem;height:20px;justify-content:center;width:20px}.btn-plan{border:none;border-radius:14px;cursor:pointer;display:block;font-family:inherit;font-size:.95rem;font-weight:600;padding:.85rem;text-align:center;transition:all .2s;width:100%}.btn-plan.primary{background:linear-gradient(135deg,#6c47ff,#9060ff);box-shadow:0 0 30px #6c47ff4d;color:#fff}.btn-plan.primary:hover{box-shadow:0 0 50px #6c47ff66;transform:translateY(-2px)}.btn-plan.outline{background:#0000;border:1px solid #ffffff14;color:#e8eaf6}.btn-plan.outline:hover{background:#ffffff0a;transform:translateY(-2px)}.cta-banner{background:linear-gradient(135deg,#6c47ff33,#00d4ff1a);border:1px solid #6c47ff4d;border-radius:28px;margin:0 6% 6rem;overflow:hidden;padding:4rem;position:relative;text-align:center}.cta-banner:before{background:linear-gradient(90deg,#0000,#6c47ffcc,#0000);content:"";height:1px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:80%}.cta-banner h2{color:#e8eaf6;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.cta-banner p{color:#7c8db5;font-size:1.05rem;margin-bottom:2.5rem}.lp-footer{align-items:center;border-top:1px solid #ffffff12;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:3rem 6%;position:relative;z-index:1}.footer-logo{color:#e8eaf6;font-size:1.1rem;font-weight:700}.lp-footer p{color:#7c8db5;font-size:.85rem}.lp-footer nav{display:flex;gap:1.5rem}.lp-footer nav a{color:#7c8db5;font-size:.85rem;text-decoration:none;transition:color .2s}.lp-footer nav a:hover{color:#e8eaf6}.chat-widget-container{bottom:90px;opacity:0;pointer-events:none;position:fixed;right:24px;transform:scale(.75) translateY(20px);transform-origin:bottom right;transition:all .4s cubic-bezier(.34,1.56,.64,1);width:420px;z-index:9999}.chat-widget-container.open{opacity:1;pointer-events:all;transform:scale(1) translateY(0)}.chat-widget-container .chat-container{border-radius:20px;box-shadow:0 20px 70px #00000080,0 0 0 1px #6c47ff33;height:560px;margin:0;max-width:100%;width:100%}.chat-toggle-btn{align-items:center;background:linear-gradient(135deg,#6c47ff,#9060ff);border:none;border-radius:50%;bottom:24px;box-shadow:0 4px 25px #6c47ff8c;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:24px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;width:60px;z-index:10000}.chat-toggle-btn:hover{box-shadow:0 6px 35px #6c47ffbf;transform:scale(1.1)}.chat-notif-dot{animation:pulse 2s infinite;background:#10f59e;border:2px solid #07070f;border-radius:50%;box-shadow:0 0 8px #10f59e;height:13px;position:absolute;right:4px;top:4px;transition:opacity .2s;width:13px}.chat-toggle-btn.open .chat-notif-dot{opacity:0}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer-contact-btn{background:none;border:none;color:#7c8db5;cursor:pointer;font-family:inherit;font-size:.85rem;padding:0;transition:color .2s}.footer-contact-btn:hover{color:#e8eaf6}@media (max-width:1024px){.lp-hero h1{font-size:3.5rem}.lp-stats{gap:2rem}.lp-integrate{flex-direction:column;gap:2rem;text-align:center}.lp-integrate .text-col{min-width:100%}.lp-integrate .code-box{width:100%}}@media (max-width:768px){.lp-nav{height:60px;padding:0 4%}.lp-nav-links{display:none}.lp-hero{padding:100px 4% 60px}.lp-hero h1{font-size:2.3rem}.hero-sub{font-size:1rem}.lp-section{padding:4rem 4%}.section-title{font-size:1.8rem}.lp-stats{gap:1.5rem;padding:2rem 4%}.stat-num{font-size:1.7rem}.pricing-grid{align-items:center;flex-direction:column;gap:1.5rem}.pricing-card{max-width:400px;width:100%}.cta-banner{margin:0 4% 4rem;padding:2.5rem 1.5rem}.cta-banner h2{font-size:1.5rem}.lp-footer{flex-direction:column;gap:1.5rem;text-align:center}.lp-footer nav{justify-content:center}.chat-widget-container{bottom:80px;right:16px;width:calc(100% - 32px)}.chat-widget-container .chat-container{height:60vh}.chat-toggle-btn{bottom:16px;height:54px;right:16px;width:54px}}@media (max-width:480px){.lp-hero h1{font-size:2rem}.hero-buttons{flex-direction:column;gap:.8rem;padding:0 5%;width:100%}.btn-ghost,.btn-primary{justify-content:center;width:100%}.feature-card,.step-card{padding:1.5rem}.step-card{max-width:100%;width:100%}.stat-item{width:45%}.lp-stats{justify-content:space-between}}.admin-dashboard{background:radial-gradient(circle at 10% 20%,#11111a 0,#07070f 100%);color:#e2e8f0;display:flex;font-family:Outfit,sans-serif;height:100vh;overflow:hidden}.admin-sidebar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#14141e66;border-right:1px solid #ffffff0d;box-shadow:5px 0 25px #0003;display:flex;flex-direction:column;padding:30px 20px;width:320px;z-index:10}.admin-logo{align-items:center;color:#fff;display:flex;font-size:26px;font-weight:800;gap:8px;letter-spacing:-.5px;margin-bottom:30px}.admin-logo span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6c47ff,#00d4ff);-webkit-background-clip:text}.user-profile{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:30px;padding:15px}.user-profile div:first-child{color:#cbd5e1;font-size:14px;font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge{border-radius:8px;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.status-badge.active{background:#00d4ff26;border:1px solid #00d4ff4d;color:#00d4ff}.status-badge.inactive{background:#94a3b826;border:1px solid #94a3b84d;color:#94a3b8}.admin-nav{background:#0003;border-radius:10px;display:flex;gap:8px;margin-bottom:30px;padding:6px}.admin-nav button{background:#0000;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;flex:1 1;font-size:13px;font-weight:600;padding:10px 0;transition:all .3s ease}.admin-nav button:hover{background:#ffffff0d;color:#fff}.admin-nav button.active{background:#6c47ff;box-shadow:0 4px 15px #6c47ff66;color:#fff}.conv-list{flex:1 1;overflow-y:auto;padding-right:5px}.conv-list::-webkit-scrollbar{width:6px}.conv-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.conv-list h3{color:#64748b;font-size:12px;letter-spacing:1px;margin-bottom:15px;padding-left:5px;text-transform:uppercase}.conv-item{background:#ffffff05;border:1px solid #0000;border-radius:12px;cursor:pointer;margin-bottom:10px;padding:16px;transition:all .2s ease}.conv-item:hover{background:#ffffff0a;border-color:#ffffff14}.conv-item.selected{background:#6c47ff1a;border:1px solid #6c47ff4d;transform:translateX(4px)}.conv-id{color:#f1f5f9;font-size:14px;font-weight:600;margin-bottom:6px}.conv-meta{color:#94a3b8;display:flex;font-size:12px;justify-content:space-between}.sidebar-footer{border-top:1px solid #ffffff0d;margin-top:20px;padding-top:20px}.logout-btn{background:#ef44441a;border:1px solid #ef444433;border-radius:10px;color:#ef4444;cursor:pointer;font-weight:600;padding:12px;transition:.3s;width:100%}.logout-btn:hover{background:#ef444433}.admin-main{background:#0000;display:flex;flex:1 1;flex-direction:column;position:relative}.admin-main:before{background:radial-gradient(circle,#6c47ff26 0,#0000 70%);content:"";height:600px;pointer-events:none;position:absolute;right:-10%;top:-20%;width:600px;z-index:0}.chat-viewer{display:flex;flex-direction:column;height:100%;position:relative;z-index:1}.chat-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff03;border-bottom:1px solid #ffffff0d;color:#fff;display:flex;font-size:18px;font-weight:700;padding:24px 40px}.chat-header:before{background:#10b981;border-radius:50%;box-shadow:0 0 10px #10b98180;content:"";display:inline-block;height:10px;margin-right:12px;width:10px}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:20px;overflow-y:auto;padding:40px}.admin-msg{animation:fadeIn .3s ease;border-radius:16px;font-size:15px;line-height:1.5;max-width:70%;padding:16px 20px;position:relative}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.admin-msg.user{align-self:flex-start;background:#ffffff0d;border:1px solid #ffffff14;border-bottom-left-radius:4px}.admin-msg.ai{align-self:flex-end;background:linear-gradient(135deg,#6c47ff33,#00d4ff1a);border:1px solid #6c47ff4d;border-bottom-right-radius:4px}.msg-time{color:#94a3b8;font-size:11px;font-weight:500;margin-top:8px;text-align:right}.empty-state{align-items:center;color:#64748b;display:flex;font-size:18px;font-weight:500;height:100%;justify-content:center;position:relative;z-index:1}.calendar-viewer,.settings-viewer{height:100%;overflow-y:auto;padding:50px;position:relative;z-index:1}.calendar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.calendar-header h2,.settings-viewer h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;font-size:28px;font-weight:800}.refresh-btn{background:linear-gradient(135deg,#6c47ff,#00d4ff);border:none;border-radius:10px;box-shadow:0 4px 15px #6c47ff4d;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease}.refresh-btn:hover{box-shadow:0 6px 20px #6c47ff66;transform:translateY(-2px)}.appointments-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.appointment-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;overflow:hidden;padding:24px;position:relative;transition:transform .3s ease,border-color .3s ease}.appointment-card:before{background:#00d4ff;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.appointment-card:hover{background:#ffffff0a;border-color:#00d4ff4d;transform:translateY(-5px)}.app-time{align-items:center;color:#00d4ff;display:flex;font-size:14px;font-weight:700;gap:6px;margin-bottom:12px}.app-title{color:#fff;font-size:20px;font-weight:700;margin-bottom:8px}.app-user{align-items:center;color:#94a3b8;display:flex;font-size:15px;gap:6px}.settings-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;margin-bottom:30px;padding:30px}.settings-card h3{color:#fff;font-size:20px;margin-bottom:20px;margin-top:0}.subscribe-btn{background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:10px;box-shadow:0 4px 15px #f59e0b4d;color:#fff;cursor:pointer;font-weight:700;margin-top:15px;padding:12px 24px}.api-key-list{list-style:none;margin:0 0 30px;padding:0}.api-key-list li{background:#0000004d;border:1px solid #ffffff0d;border-radius:10px;display:flex;flex-direction:column;gap:8px;margin-bottom:10px;padding:15px 20px}.api-key-text{color:#94a3b8;font-size:14px;margin:0}.api-key-text code{background:#6c47ff33;border-radius:6px;color:#a78bfa;font-family:monospace;padding:4px 8px}.create-bot-form{background:#0003;border:1px dashed #ffffff1a;border-radius:12px;display:flex;flex-direction:column;gap:15px;padding:20px}.create-bot-form input,.create-bot-form textarea{background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;color:#fff;font-family:inherit;padding:14px}.create-bot-form textarea{min-height:100px;resize:vertical}.create-bot-form button{background:#6c47ff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:14px;transition:.3s}.create-bot-form button:disabled{background:#475569;cursor:not-allowed;opacity:.7}.create-bot-form button:not(:disabled):hover{background:#5b3ce6}.error-text{color:#ef4444;font-size:12px}.auth-container{align-items:center;background:#0f172a;display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.auth-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#1e293bb3;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 25px 50px -12px #00000080;color:#fff;max-width:400px;padding:2.5rem;width:100%;z-index:10}.auth-card h2{font-size:2rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.auth-field{margin-bottom:1.25rem}.auth-field label{color:#94a3b8;display:block;font-size:.875rem;margin-bottom:.5rem}.auth-field input{background:#0f172a99;border:1px solid #ffffff1a;border-radius:8px;box-sizing:border-box;color:#fff;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .2s;width:100%}.auth-field input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.auth-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.875rem;transition:all .2s;width:100%}.auth-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px)}.auth-links{color:#94a3b8;font-size:.875rem;margin-top:1.5rem;text-align:center}.auth-links span{color:#3b82f6;cursor:pointer;font-weight:500;transition:color .2s}.auth-links span:hover{color:#60a5fa;text-decoration:underline}.auth-error{background:#ef44441a;border:1px solid #ef444433;border-radius:8px;color:#ef4444}.auth-error,.auth-success{font-size:.875rem;margin-bottom:1rem;padding:.75rem;text-align:center}.auth-success{background:#22c55e1a;border:1px solid #22c55e33;border-radius:8px;color:#22c55e}.custom-checkbox-wrapper{align-items:center;display:flex;gap:10px;margin-bottom:1.5rem}.custom-checkbox{accent-color:#3b82f6;cursor:pointer;height:18px!important;margin:0!important;padding:0!important;width:18px!important}.custom-checkbox-label{color:#94a3b8;cursor:pointer;font-size:14px;line-height:1;margin-bottom:0!important}.App{align-items:center;display:flex;justify-content:center;min-height:100vh;text-align:center}.App-main{position:relative;width:100%;z-index:1}.background-decor{border-radius:50%;filter:blur(80px);height:300px;opacity:.15;position:fixed;width:300px;z-index:-1}.blur-1{background:var(--primary-neon);left:5%;top:10%}.blur-2{background:var(--secondary-neon);bottom:10%;right:5%}
/*# sourceMappingURL=main.1c60840a.css.map*/