@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}@tailwind base;@tailwind components;@tailwind utilities;body{background:#12121e;color:#fffffff2;font-family:Roboto,sans-serif;margin:0;padding:0;line-height:1.5;scrollbar-width:thin;scrollbar-color:rgba(208,74,183,.5) rgba(255,255,255,.1)}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}body::-webkit-scrollbar-thumb{background:#d04ab780;border-radius:4px;border:1px solid rgba(255,255,255,.1)}body::-webkit-scrollbar-thumb:hover{background:#d04ab7b3}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width: 767px){.container{padding:0 16px}}.section{padding:80px 0}.section--dark{background:#12121e}.section--gradient{background:linear-gradient(135deg,#1562cb1a,#d803b21a)}.section--light{background:#1e1e2db3}h1,h2,h3,h4,h5,h6{font-family:Roboto Condensed,sans-serif;font-weight:600;color:#fffffff2;margin:0 0 16px;line-height:1.2}h1{font-size:3rem}@media (min-width: 1024px){h1{font-size:4rem}}h2{font-size:2rem;text-align:center;margin-bottom:24px}@media (min-width: 1024px){h2{font-size:2.5rem}}h3{font-size:1.5rem}@media (min-width: 1024px){h3{font-size:1.75rem}}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p,span,label,div{font-family:Roboto,sans-serif;color:#ffffffb3;margin:0 0 16px}p:last-child,span:last-child,label:last-child,div:last-child{margin-bottom:0}a{color:#d04ab7;text-decoration:none;transition:color .2s ease}a:hover{color:#db72c7}.grid{display:grid;gap:24px}.grid.grid-cols-1,.grid.grid-cols-2{grid-template-columns:1fr}@media (min-width: 768px){.grid.grid-cols-2{grid-template-columns:repeat(2,1fr)}}.grid.grid-cols-3{grid-template-columns:1fr}@media (min-width: 768px){.grid.grid-cols-3{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid.grid-cols-3{grid-template-columns:repeat(3,1fr)}}.grid.grid-cols-4{grid-template-columns:1fr}@media (min-width: 768px){.grid.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid.grid-cols-4{grid-template-columns:repeat(4,1fr)}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:24px}.mb-6{margin-bottom:32px}.mt-0{margin-top:0}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:24px}.mt-6{margin-top:32px}.space-y-1>*+*{margin-top:4px}.space-y-2>*+*{margin-top:8px}.space-y-3>*+*{margin-top:12px}.space-y-4>*+*{margin-top:16px}.space-y-5>*+*{margin-top:24px}.space-y-6>*+*{margin-top:32px}.site-header{position:fixed;top:0;left:0;right:0;z-index:1020;transition:all .3s ease;background:#12121e0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:16px 0}.site-header.scrolled{background:#12121e33;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 5px #0003}.site-header .container{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width: 767px){.site-header .container{padding:0 16px}}.site-header .header-content{display:flex;align-items:center;justify-content:space-between}.site-header .header-right{display:flex;align-items:center;gap:32px}.site-header .header-nav{display:none;gap:24px}@media (min-width: 768px){.site-header .header-nav{display:flex}}.site-header .nav-link{font-family:Roboto Condensed,sans-serif;color:#ffffffb3;font-weight:500;padding:8px 16px;border-radius:6px;transition:all .2s ease;text-decoration:none}.site-header .nav-link:hover{color:#fffffff2;background:#ffffff0d}.site-header .nav-link.active{color:#d04ab7;background:#d04ab71a}.site-header .logo{display:flex;align-items:center;margin-bottom:0}.site-header .logo .logo-image{height:40px;width:auto;transition:all .3s ease}.site-header .logo .logo-image:hover{transform:scale(1.05)}@media (min-width: 768px){.site-header .logo .logo-image{height:50px}}.mobile-menu-toggle{display:block;background:none;border:none;color:#fffffff2;font-size:1.5rem;padding:8px;cursor:pointer}@media (min-width: 768px){.mobile-menu-toggle{display:none}}.site-footer{background:#12121e;border-top:1px solid rgba(255,255,255,.1);padding:60px 0 40px}.site-footer .container{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width: 767px){.site-footer .container{padding:0 16px}}.site-footer .footer-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}@media (min-width: 768px){.site-footer .footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.site-footer .footer-grid{grid-template-columns:repeat(4,1fr)}}.site-footer .footer-section-title{font-family:Roboto Condensed,sans-serif;font-weight:600;color:#fffffff2;margin-bottom:16px;font-size:1.1rem}.site-footer .footer-description{color:#ffffffb3;font-size:.9rem;line-height:1.6}.site-footer .footer-links{list-style:none;padding:0;margin:0}.site-footer .footer-links li{margin-bottom:8px}.site-footer .footer-link{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .2s ease}.site-footer .footer-link:hover{color:#fffffff2}.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;text-align:center}.site-footer .footer-bottom p{color:#fff6;font-size:.85rem;margin:0}.site-footer .footer-bottom p a{color:#d04ab7}.site-footer .footer-bottom p a:hover{color:#db72c7}.site-footer .social-links{display:flex;gap:16px;justify-content:center;margin-bottom:16px}.site-footer .social-links a{color:#ffffffb3;transition:color .2s ease}.site-footer .social-links a:hover{color:#d04ab7}.site-footer .social-icon{width:24px;height:24px;color:#ffffffb3;transition:color .2s ease}.site-footer .social-icon:hover{color:#d04ab7}.btn-primary{font-family:Roboto Condensed,sans-serif;background:linear-gradient(90deg,#9e2a88,#e151c4);border:1px solid rgba(225,81,196,.5);color:#fff;padding:12px 24px;border-radius:8px;font-weight:600;transition:all .2s ease;cursor:pointer;display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:1rem}.btn-primary svg{width:36px!important;height:36px!important;stroke:#fff;stroke-width:2;flex-shrink:0}.btn-primary:hover{background:linear-gradient(90deg,#b533a3,#ff6dd6);box-shadow:0 4px 12px #e151c466;transform:translateY(-1px);color:#fff}.btn-primary:hover svg{stroke:#fff}.btn-primary:active{transform:translateY(0)}.btn-primary.btn-cta{padding:16px 32px;font-size:1.1rem;position:relative;overflow:hidden}.btn-primary.btn-cta svg{width:30px!important;height:30px!important}.btn-primary.btn-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .3s ease}.btn-primary.btn-cta:hover:before{opacity:1}.btn-secondary{font-family:Roboto Condensed,sans-serif;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fffffff2;padding:12px 24px;border-radius:8px;font-weight:500;transition:all .2s ease;cursor:pointer;display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:1rem}.btn-secondary svg{width:36px!important;height:36px!important;stroke:#fffffff2;stroke-width:2;flex-shrink:0}.btn-secondary:hover{background:#ffffff1f;border-color:#fff3;color:#fffffff2;transform:translateY(-1px)}.btn-secondary:hover svg{stroke:#fffffff2}.btn-outline{font-family:Roboto Condensed,sans-serif;background:transparent;border:2px solid #d04ab7;color:#d04ab7;padding:12px 24px;border-radius:8px;font-weight:600;transition:all .2s ease;cursor:pointer;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.btn-outline svg{width:36px!important;height:36px!important;stroke:#d04ab7;stroke-width:2;flex-shrink:0}.btn-outline:hover{background:#d04ab7;color:#fff;transform:translateY(-1px)}.btn-outline:hover svg{stroke:#fff}.btn-sm{padding:8px 16px;font-size:.9rem}.btn-sm svg{width:32px!important;height:32px!important}.btn-lg{padding:16px 32px;font-size:1.2rem}.btn-lg svg{width:44px!important;height:44px!important}.btn-full{width:100%;justify-content:center}.btn-group{display:flex;gap:16px}@media (max-width: 767px){.btn-group{flex-direction:column}}@media (min-width: 768px){.btn-group{flex-direction:row;justify-content:center}}.text-green-400 svg,.text-blue-300 svg{flex-shrink:0}.grid .flex.items-center svg{flex-shrink:0;margin-right:0}.hero-section{background:#12121e;min-height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;padding-top:80px}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 50%,rgba(21,98,203,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(216,3,178,.1) 0%,transparent 50%);animation:backgroundShift 20s ease-in-out infinite}@media (min-width: 1024px){.hero-section{min-height:650px}}.hero-section .container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}@media (max-width: 767px){.hero-section .container{padding:0 16px}}@keyframes backgroundShift{0%,to{opacity:.5}50%{opacity:1}}.hero-title{font-size:3rem;font-weight:700;color:#fffffff2;margin-bottom:48px;text-align:center;line-height:1.2}@media (min-width: 1024px){.hero-title{font-size:3.5rem}}.hero-title .highlight{font-family:Chewy,cursive;background:linear-gradient(90deg,#1562cb,#d803b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;position:relative;font-weight:400;margin:0 8px}.hero-title .highlight:before{content:attr(data-text);position:absolute;top:0;left:0;z-index:-1;color:#fff;text-shadow:-4px -4px 0 white,4px -4px 0 white,-4px 4px 0 white,4px 4px 0 white,-4px 0 0 white,4px 0 0 white,0 -4px 0 white,0 4px 0 white;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5))}.hero-content{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media (min-width: 1024px){.hero-content{grid-template-columns:1fr 1fr;gap:64px}}.hero-left{text-align:center}@media (min-width: 1024px){.hero-left{text-align:left}}.hero-right{order:-1}@media (min-width: 1024px){.hero-right{order:0}}.hero-subtitle{font-size:1.25rem;color:#ffffffb3;max-width:100%;margin:0 0 24px;line-height:1.6}@media (min-width: 1024px){.hero-subtitle{font-size:1.3rem}}.hero-cta-container{display:flex;flex-direction:column;gap:16px;justify-content:center}@media (min-width: 768px){.hero-cta-container{flex-direction:row}}@media (min-width: 1024px){.hero-cta-container{justify-content:flex-start}}.hero-video{position:relative;border-radius:16px;overflow:hidden;width:100%;background:#12121e1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 25px #0006}.hero-video:before{content:"";display:block;width:100%;padding-top:56.25%}.hero-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.hero-video video{width:100%;height:auto;display:block}.hero-video .aspect-video{position:relative;width:100%;height:0;padding-bottom:56.25%;background:#373746cc;display:flex;align-items:center;justify-content:center}.hero-video .play-button{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000004d;transition:all .3s ease;cursor:pointer}.hero-video .play-button:hover{background:#0003}.hero-video .play-button .play-icon{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:2rem;transition:all .3s ease}.hero-video .play-button .play-icon:hover{background:#ffffff4d;transform:scale(1.1)}.features-section{background:#12121e;padding:0 0 80px}.feature-card{background:#12121e0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:24px;border-radius:16px;transition:all .3s ease;height:200px}.feature-card:hover{transform:translateY(-8px);background:#12121e1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 25px #0006}.feature-card .feature-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin:0 auto 16px;background:linear-gradient(90deg,#9e2a88,#e151c4);border-radius:50%;position:relative}.feature-card .feature-icon svg{width:35px!important;height:35px!important;stroke:#fff;stroke-width:1.5}.feature-card .feature-icon:not(:has(svg)){font-size:3rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-card .feature-title{font-family:Roboto Condensed,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:12px;color:#fffffff2;text-align:center}.feature-card .feature-description{color:#ffffffb3;line-height:1.6;text-align:center}.feature-card:has(.text-4xl) .text-4xl{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.feature-card:has(.text-4xl) .text-4xl svg{width:35px!important;height:35px!important;stroke:#d04ab7;stroke-width:1.5}.feature-card:has(.text-4xl) ul{list-style:none;padding:0;margin:0;text-align:left}.personas-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;padding:24px 0}.persona-card{background:#12121e0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px;transition:all .3s ease;text-align:center;border:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden;min-height:380px;display:flex;flex-direction:column}.persona-card:hover{transform:translateY(-4px) scale(1.02);background:#12121e1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d;border-color:#d04ab74d}.persona-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.02),transparent);transform:rotate(45deg) translate(-100%,-100%);transition:transform .8s ease}.persona-card:hover:before{transform:rotate(45deg) translate(100%,100%)}.persona-card .persona-avatar{width:70px;height:70px;margin:0 auto 16px;border-radius:50%;background:linear-gradient(90deg,#9e2a88,#e151c4);display:flex;align-items:center;justify-content:center;color:#fff;position:relative;z-index:1}.persona-card .persona-avatar svg{width:40px!important;height:40px!important;stroke:#fff;stroke-width:1.5}.persona-card .persona-name{font-family:Roboto Condensed,sans-serif;font-size:1.4rem;font-weight:600;color:#fffffff2;margin-bottom:12px;position:relative;z-index:1}.persona-card .persona-description{color:#ffffffb3;font-size:.95rem;margin-bottom:auto;line-height:1.6;position:relative;z-index:1;flex-grow:1;padding-bottom:16px}.persona-card .persona-actions{margin-top:auto;position:relative;z-index:1}.persona-card:has(.text-5xl) .text-5xl{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.persona-card:has(.text-5xl) .text-5xl svg{width:40px!important;height:40px!important;stroke:#d04ab7;stroke-width:1.5}@media (min-width: 1024px){.use-cases-section .persona-card{height:225px;min-height:0}}.btn-copy{font-family:Roboto Condensed,sans-serif;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fffffff2;padding:12px 16px;border-radius:8px;font-weight:500;transition:all .3s ease;cursor:pointer;display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:.9rem;min-width:140px;justify-content:center;position:relative;overflow:hidden}.btn-copy svg{width:20px!important;height:20px!important;stroke:#fffffff2;stroke-width:2;flex-shrink:0;transition:all .2s ease}.btn-copy:hover{background:#ffffff1f;border-color:#fff3;color:#fffffff2;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.btn-copy:hover svg{stroke:#fffffff2;transform:scale(1.1)}.btn-copy:active{transform:translateY(0)}.btn-copy:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.btn-copy:active:after{width:120px;height:120px}.btn-copy.copy-success{background:#34d39933;border-color:#34d39966;color:#34d399}.btn-copy.copy-success svg{stroke:#34d399}.btn-copy.copy-error{background:#ef444433;border-color:#ef444466;color:#ef4444}.btn-copy.copy-error svg{stroke:#ef4444}.persona-prompt{position:absolute;left:-9999px;opacity:0;pointer-events:none}@media (max-width: 767px){.personas-gallery{grid-template-columns:1fr;gap:16px}.persona-card{min-height:340px;padding:16px}.persona-card .persona-avatar{width:60px;height:60px}.persona-card .persona-avatar svg{width:32px!important;height:32px!important}.persona-card .persona-name{font-size:1.2rem}.persona-card .persona-description{font-size:.9rem}.btn-copy{font-size:.85rem;padding:8px 12px;min-width:120px}.btn-copy svg{width:18px!important;height:18px!important}}.problem-solution-card{background:#12121e14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:48px 48px 10px;border-radius:16px;transition:all .3s ease;height:400px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.problem-solution-card:hover{transform:translateY(-8px);background:#12121e1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 25px #0006;border-color:#fff3}.problem-solution-card .card-header{display:flex;align-items:center;gap:12px;margin-bottom:48px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.problem-solution-card .card-icon{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;transition:all .3s ease;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);flex-shrink:0;margin-bottom:0}.problem-solution-card .card-icon svg{width:16px!important;height:16px!important;stroke-width:2.5}.problem-solution-card .card-title{font-family:Roboto Condensed,sans-serif;font-size:1.5rem;font-weight:700;margin:0}@media (min-width: 1024px){.problem-solution-card .card-title{font-size:1.75rem}}.problem-solution-card .card-content{display:flex;flex-direction:column;gap:16px}.problem-card .card-icon svg{stroke:#f87171}.problem-card:hover .card-icon{background:#ef44441a;border-color:#ef44444d;transform:scale(1.1)}.problem-card .limitation-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#ffffff05;border-radius:8px;border-left:3px solid rgba(239,68,68,.3);transition:all .2s ease}.problem-card .limitation-item:hover{background:#ffffff0d;border-left-color:#ef444480;transform:translate(4px)}.problem-card .limitation-item .limitation-icon{flex-shrink:0;margin-top:2px;margin-bottom:0}.problem-card .limitation-item .limitation-icon svg{width:20px!important;height:20px!important;stroke:#f87171;stroke-width:2.5}.problem-card .limitation-item p{color:#ffffffb3;margin:0;line-height:1.5}.solution-card .card-icon svg{stroke:#34d399}.solution-card:hover .card-icon{background:#10b9811a;border-color:#10b9814d;transform:scale(1.1)}.solution-card .solution-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#ffffff05;border-radius:8px;border-left:3px solid rgba(16,185,129,.3);transition:all .2s ease}.solution-card .solution-item:hover{background:#ffffff0d;border-left-color:#10b98180;transform:translate(4px)}.solution-card .solution-item .solution-icon{flex-shrink:0;margin-top:2px;margin-bottom:0}.solution-card .solution-item .solution-icon svg{width:20px!important;height:20px!important;stroke:#34d399;stroke-width:2.5}.solution-card .solution-item p{color:#ffffffb3;margin:0;line-height:1.5}.solution-card .solution-item p strong{color:#fffffff2;font-weight:600}@media (max-width: 767px){.problem-solution-card{padding:24px}.problem-solution-card .card-header{flex-direction:column;text-align:center;gap:12px}.problem-solution-card .card-icon{width:25px;height:25px}.problem-solution-card .card-icon svg{width:14px!important;height:14px!important}.problem-solution-card .card-title{font-size:1.25rem}.problem-solution-card .limitation-item,.problem-solution-card .solution-item{padding:12px}.problem-solution-card .limitation-item .limitation-icon svg,.problem-solution-card .limitation-item .solution-icon svg,.problem-solution-card .solution-item .limitation-icon svg,.problem-solution-card .solution-item .solution-icon svg{width:18px!important;height:18px!important}}.social-proof-section{background:#12121e;padding:80px 0;position:relative}.social-proof-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 40%,rgba(208,74,183,.08) 0%,transparent 50%),radial-gradient(circle at 70% 60%,rgba(21,98,203,.08) 0%,transparent 50%);opacity:.6}.social-proof-section .container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}@media (max-width: 767px){.social-proof-section .container{padding:0 16px}}.social-proof-header{text-align:center;margin-bottom:64px}.social-proof-header h2{font-family:Roboto Condensed,sans-serif;font-size:2.5rem;font-weight:700;color:#fffffff2;margin-bottom:16px;line-height:1.2}@media (max-width: 767px){.social-proof-header h2{font-size:2rem}}.social-proof-header .social-proof-subtitle{font-size:1.2rem;color:#ffffffb3;max-width:600px;margin:0 auto;line-height:1.6}@media (max-width: 767px){.social-proof-header .social-proof-subtitle{font-size:1.1rem;padding:0 16px}}.stats-grid{display:grid;gap:24px;margin-bottom:64px;justify-items:center;grid-template-columns:1fr}@media (max-width: 767px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:32px}}.stat-item{background:#12121e0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:32px 24px;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.08);min-width:140px;position:relative;overflow:hidden}.stat-item:hover{transform:translateY(-4px) scale(1.02);background:#12121e1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d;border-color:#ffffff26}.stat-item:hover .stat-number{transform:scale(1.05)}.stat-item:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.03),transparent);transform:rotate(45deg) translate(-100%,-100%);transition:transform .6s ease}.stat-item:hover:before{transform:rotate(45deg) translate(100%,100%)}@media (max-width: 767px){.stat-item{padding:16px 12px;min-width:120px}}.stat-number{font-family:Roboto Condensed,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:8px;display:block;transition:all .3s ease;line-height:1}@media (max-width: 767px){.stat-number{font-size:2rem}}@media (min-width: 1024px){.stat-number{font-size:3rem}}.stat-number--pink{color:#ec4899;text-shadow:0 0 20px rgba(236,72,153,.3)}.stat-number--blue{color:#60a5fa;text-shadow:0 0 20px rgba(96,165,250,.3)}.stat-number--green{color:#34d399;text-shadow:0 0 20px rgba(52,211,153,.3)}.stat-number--purple{color:#a78bfa;text-shadow:0 0 20px rgba(167,139,250,.3)}.stat-label{font-family:Roboto,sans-serif;font-size:.9rem;color:#ffffffb3;font-weight:500;letter-spacing:.5px;margin:0}@media (max-width: 767px){.stat-label{font-size:.8rem}}.community-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center}@media (max-width: 767px){.community-actions{flex-direction:column;gap:12px}}@media (min-width: 768px){.community-actions{flex-direction:row}}.community-btn{min-width:180px;justify-content:center;position:relative;overflow:hidden}.community-btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff1a;border-radius:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.community-btn:active:after{width:200px;height:200px}.community-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.community-btn:hover svg{transform:scale(1.1)}@media (max-width: 767px){.community-btn{min-width:200px;padding:16px 24px}}@media (min-width: 768px){.community-btn{min-width:160px}}@media (min-width: 1024px){.community-btn{min-width:180px}}.community-btn svg{transition:transform .2s ease;flex-shrink:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;animation:fadeInUp .6s ease forwards}.animate-on-scroll.delay-1{animation-delay:.1s}.animate-on-scroll.delay-2{animation-delay:.2s}.animate-on-scroll.delay-3{animation-delay:.3s}.animate-on-scroll.delay-4{animation-delay:.4s}.btn-send{font-family:Roboto Condensed,sans-serif;background:linear-gradient(90deg,#9e2a88,#e151c4);border:2px solid transparent;color:#fff;padding:12px 16px;border-radius:8px;font-weight:600;transition:all .3s ease;cursor:pointer;display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:.9rem;min-width:200px;justify-content:center;position:relative;overflow:hidden;animation:bridgePulse 3s ease-in-out infinite}.btn-send svg{width:20px!important;height:20px!important;stroke:#fff;stroke-width:2;flex-shrink:0;transition:all .2s ease}.btn-send:hover{background:linear-gradient(90deg,#b533a3,#ff6dd6);border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 25px #e151c466;animation:none}.btn-send:hover svg{stroke:#fff;transform:scale(1.1)}.btn-send:active{transform:translateY(0)}.btn-send:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.15),transparent);transform:rotate(45deg) translate(-100%,-100%);transition:transform .6s ease}.btn-send:hover:before{transform:rotate(45deg) translate(100%,100%)}.btn-copy-secondary{min-width:80px;padding:12px;font-size:.85rem;margin-left:8px}.btn-copy-secondary svg{width:16px!important;height:16px!important}.send-sending{background:#d04ab799;border-color:#d04ab766;cursor:not-allowed;animation:none}.send-sending svg{stroke:#fffc}.send-sending .animate-spin{animation:spin 1s linear infinite}.send-success{background:#10b981cc;border-color:#10b98199;animation:successPulse .5s ease}.send-success svg{stroke:#fff}.send-error{background:#ef4444cc;border-color:#ef444499;animation:errorShake .5s ease}.send-error svg{stroke:#fff}.send-error:hover{background:#ef4444;border-color:#ef4444cc}.copy-success{background:#10b98133;border-color:#10b98166;color:#10b981;animation:successPulse .5s ease}.copy-success svg{stroke:#10b981}.copy-error{background:#ef444433;border-color:#ef444466;color:#ef4444;animation:errorShake .5s ease}.copy-error svg{stroke:#ef4444}@keyframes bridgePulse{0%,to{box-shadow:0 0 #e151c466}50%{box-shadow:0 0 0 8px #e151c400}}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast{position:fixed;top:20px;right:20px;padding:12px 16px;border-radius:8px;color:#fff;font-weight:500;font-size:.9rem;box-shadow:0 8px 25px #0006;z-index:10000;max-width:300px;word-wrap:break-word;background:#12121ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transform:translate(100%);transition:transform .3s cubic-bezier(.68,-.55,.265,1.55)}.toast.toast-success{background:#10b981f2;border:1px solid rgba(16,185,129,.3)}.toast.toast-error{background:#ef4444f2;border:1px solid rgba(239,68,68,.3)}.toast.toast-info{background:#3b82f6f2;border:1px solid rgba(59,130,246,.3)}.toast.show{transform:translate(0)}.bridge-status{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;color:#ffffffb3;margin-bottom:12px;padding:8px 12px;border-radius:6px;background:#12121e0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.bridge-status.connected{color:#10b981}.bridge-status.connected .status-dot{background:#10b981;box-shadow:0 0 8px #10b9814d}.bridge-status.connecting{color:#f59e0b}.bridge-status.connecting .status-dot{background:#f59e0b;animation:pulse 2s ease-in-out infinite}.bridge-status.disconnected{color:#ffffffb3}.bridge-status.disconnected .status-dot{background:#ffffffb3}.bridge-status .status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;transition:all .3s ease}.bridge-info{font-size:.85rem;color:#fff9;margin-top:8px;text-align:center;font-style:italic}.bridge-info .info-icon{display:inline-block;margin-right:4px}.bridge-info .info-icon svg{width:14px!important;height:14px!important;vertical-align:text-top}@media (max-width: 767px){.btn-send{min-width:180px;font-size:.85rem;padding:8px 12px}.btn-send svg{width:18px!important;height:18px!important}.btn-copy-secondary{min-width:70px;padding:8px;font-size:.8rem}.btn-copy-secondary svg{width:14px!important;height:14px!important}.toast{top:10px;right:10px;left:10px;max-width:none;font-size:.851rem;padding:8px 12px}.bridge-status{font-size:.75rem;padding:4px 8px}}.bridge-debug-panel{position:fixed;top:20px;right:20px;width:400px;max-height:80vh;background:#1e1e28f2;border:1px solid rgba(255,255,255,.1);border-radius:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 25px #0000004d;z-index:9999;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.8rem;color:#f1f5f9}@media (max-width: 768px){.bridge-debug-panel{width:calc(100vw - 40px);height:calc(100vh - 40px);top:20px;left:20px;right:20px;max-height:none}}.debug-header{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid rgba(255,255,255,.1);background:#0003}.debug-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;margin:0;color:#f1f5f9}.debug-controls{display:flex;align-items:center;gap:8px}.debug-checkbox{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#94a3b8;cursor:pointer}.debug-checkbox input[type=checkbox]{margin:0;accent-color:#e151c4}.debug-section{padding:12px;border-bottom:1px solid rgba(255,255,255,.05)}.debug-section:last-child{border-bottom:none}.debug-section-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:600;margin:0 0 8px;color:#f1f5f9}.debug-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px}.debug-stat{display:flex;justify-content:space-between;align-items:center;padding:4px;background:#ffffff08;border-radius:4px;font-size:.75rem}.debug-stat-label{color:#94a3b8;font-weight:500}.debug-stat-value{color:#f1f5f9;font-weight:600}.debug-stat-value.status-connected{color:#10b981}.debug-stat-value.status-disconnected{color:#ef4444}.debug-test-controls{display:flex;flex-direction:column;gap:8px}.debug-input-group{display:flex;flex-direction:column;gap:4px}.debug-input-group label{font-size:.75rem;font-weight:500;color:#94a3b8}.debug-input,.debug-textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:4px 8px;color:#f1f5f9;font-size:.75rem;font-family:inherit;transition:border-color .2s ease}.debug-input:focus,.debug-textarea:focus{outline:none;border-color:#e151c4}.debug-input::placeholder,.debug-textarea::placeholder{color:#fff6}.debug-textarea{resize:vertical;min-height:60px;font-family:Courier New,monospace}.debug-actions{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.debug-btn{padding:4px 8px;border-radius:4px;border:1px solid transparent;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.debug-btn:disabled{opacity:.5;cursor:not-allowed}.debug-btn-primary{background:linear-gradient(90deg,#e151c4,#d946ef);color:#fff}.debug-btn-primary:hover:not(:disabled){background:linear-gradient(90deg,#b533a3,#ff6dd6);transform:translateY(-1px)}.debug-btn-secondary{background:#ffffff14;border-color:#ffffff1f;color:#f1f5f9}.debug-btn-secondary:hover:not(:disabled){background:#ffffff1f;border-color:#fff3}.debug-btn-close{background:transparent;color:#94a3b8;padding:4px}.debug-btn-close:hover{background:#ffffff1a;color:#f1f5f9}.debug-btn-small{padding:2px 4px;font-size:.7rem}.debug-logs-section{flex:1;display:flex;flex-direction:column;min-height:0}.debug-logs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.debug-logs{flex:1;max-height:300px;overflow-y:auto;background:#0003;border-radius:4px;padding:4px}@media (max-width: 768px){.debug-logs{max-height:200px}}.debug-logs::-webkit-scrollbar{width:4px}.debug-logs::-webkit-scrollbar-track{background:transparent}.debug-logs::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.debug-logs::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.debug-log-empty{text-align:center;color:#94a3b8;padding:12px;font-style:italic}.debug-log{display:flex;align-items:flex-start;gap:4px;padding:4px;margin-bottom:4px;border-radius:4px;font-size:.7rem;border-left:3px solid transparent}.debug-log:last-child{margin-bottom:0}.debug-log.debug-log-info{background:#3b82f61a;border-left-color:#3b82f6}.debug-log.debug-log-success{background:#10b9811a;border-left-color:#10b981}.debug-log.debug-log-warn{background:#f59e0b1a;border-left-color:#f59e0b}.debug-log.debug-log-error{background:#ef44441a;border-left-color:#ef4444}.debug-log-time{color:#94a3b8;font-family:Courier New,monospace;font-size:.65rem;flex-shrink:0;width:60px}.debug-log-level{color:#f1f5f9;font-weight:600;font-size:.65rem;flex-shrink:0;width:50px}.debug-log-message{color:#f1f5f9;flex:1;word-break:break-word}.debug-log-data{margin-top:4px;width:100%}.debug-log-data summary{color:#94a3b8;cursor:pointer;font-size:.65rem}.debug-log-data summary:hover{color:#f1f5f9}.debug-log-data pre{background:#0000004d;padding:4px;border-radius:4px;margin-top:4px;font-size:.6rem;color:#94a3b8;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.debug-toggle-btn{position:fixed;bottom:20px;right:20px;width:40px;height:40px;border-radius:50%;background:#1e1e28e6;border:1px solid rgba(255,255,255,.1);color:#f1f5f9;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;z-index:9998;transition:all .2s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.debug-toggle-btn:hover{background:#1e1e28;transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.debug-toggle-btn.active{background:linear-gradient(90deg,#e151c4,#d946ef);border-color:#e151c4}@media (min-width: 769px) and (max-width: 1024px){.bridge-debug-panel{width:350px}.debug-stats-grid{grid-template-columns:1fr}}@media (max-width: 768px){.debug-stats-grid{grid-template-columns:1fr}.debug-actions{flex-direction:column}.debug-btn{justify-content:center}}svg[data-lucide]{display:inline-block;width:30px!important;height:30px!important;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}
