@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";:root{--bg-primary:#05010e;--bg-secondary:#0d0915;--bg-tertiary:#171221;--accent-green:#88fc8a;--accent-purple:#bf5af2;--accent-cyan:#06e4f9;--accent-glow-green:#b1fba526;--accent-glow-purple:#c084fc26;--text-primary:#f3f3f1;--text-secondary:#a7a9be;--text-muted:#62647c;--border-glass:#ffffff0d;--bg-glass:#0a0514a6;--font-title:"Outfit", sans-serif;--font-body:"Plus Jakarta Sans", sans-serif}*{box-sizing:border-box;font-family:var(--font-body);margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);background-image:radial-gradient(circle at 10% 20%,#c084fc12 0%,#0000 40%),radial-gradient(circle at 90% 80%,#b1fba50f 0%,#0000 40%);background-attachment:fixed;flex-direction:column;min-height:100vh;line-height:1.5;display:flex;overflow-x:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-green)}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-glass);border-radius:20px;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 8px 32px #00000080}.glass-panel:hover{border-color:#b1fba533;box-shadow:0 12px 40px #b1fba514}.liquid-glass{-webkit-backdrop-filter:blur(24px);background:linear-gradient(135deg,#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff12;box-shadow:inset 0 1px 1px #ffffff1a,0 8px 32px #0009}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);letter-spacing:-.02em;font-weight:700}.gradient-text{background:linear-gradient(135deg, var(--accent-green) 0%, var(--accent-purple) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{background:linear-gradient(135deg, var(--accent-green) 0%, var(--accent-purple) 100%);color:#05020c;font-family:var(--font-title);cursor:pointer;text-shadow:none;border:none;border-radius:14px;align-items:center;gap:8px;padding:14px 24px;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 20px #b1fba540}.btn-primary:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 8px 24px #b1fba566}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.btn-secondary{color:var(--text-primary);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:8px;padding:12px 24px;font-weight:600;transition:all .3s;display:inline-flex}.btn-secondary:hover:not(:disabled){color:#fff;background:#ffffff0f;border-color:#ffffff26}.btn-secondary:disabled{opacity:.4;cursor:not-allowed}.badge-status{border-radius:99px;align-items:center;gap:4px;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.badge-connected{color:#10b981;background:#10b9811a;border:1px solid #10b98133;box-shadow:0 0 10px #10b9811a}.badge-disconnected{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff14}.badge-simulating{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b33}@keyframes pulse-green{0%{box-shadow:0 0 #b1fba566}70%{box-shadow:0 0 0 15px #b1fba500}to{box-shadow:0 0 #b1fba500}}@keyframes pulse-purple{0%{box-shadow:0 0 #c084fc66}70%{box-shadow:0 0 0 15px #c084fc00}to{box-shadow:0 0 #c084fc00}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}.floating{animation:4s ease-in-out infinite float}.wave-container{justify-content:center;align-items:center;gap:4px;height:48px;display:flex}.wave-bar{background:linear-gradient(to top, var(--accent-green), var(--accent-purple));border-radius:99px;width:4px;height:12%;transition:height .1s}.wave-active .wave-bar{animation:1s ease-in-out infinite alternate sound-wave}@keyframes sound-wave{0%{height:12%}to{height:100%}}.wave-bar:first-child{animation-delay:.1s}.wave-bar:nth-child(2){animation-delay:.4s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.6s}.wave-bar:nth-child(5){animation-delay:.3s}.wave-bar:nth-child(6){animation-delay:.5s}.wave-bar:nth-child(7){animation-delay:.15s}.wave-bar:nth-child(8){animation-delay:.7s}.wave-bar:nth-child(9){animation-delay:.25s}.wave-bar:nth-child(10){animation-delay:.65s}.glow-green{filter:drop-shadow(0 0 6px var(--accent-green))}.glow-purple{filter:drop-shadow(0 0 6px var(--accent-purple))}.input-glow:focus{outline:none;border-color:var(--accent-green)!important;background:#0a0514cc!important;box-shadow:0 0 14px #b1fba540!important}.avatar-circle-purple{color:var(--accent-purple);background:#c084fc1a;border:1px solid #c084fc33;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 0 8px #c084fc1a}.avatar-circle-green{color:var(--accent-green);background:#b1fba51a;border:1px solid #b1fba533;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 0 8px #b1fba51a}@media (width>=641px){.phone-wrapper{box-sizing:border-box;background:radial-gradient(circle,#c084fc0d 0%,#0000 70%);justify-content:center;align-items:center;min-height:100vh;padding:30px 10px;display:flex}.phone-container{background:var(--bg-primary);border:10px solid #1a162b;border-radius:44px;outline:2px solid #ffffff0d;flex-direction:column;width:400px;height:820px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px -15px #000c,0 0 40px #c084fc0d,inset 0 0 4px #fff3}.phone-notch{z-index:1000;background:#1a162b;border-bottom-right-radius:16px;border-bottom-left-radius:16px;justify-content:center;align-items:center;width:130px;height:25px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-notch:before{content:"";background:#0d0b16;border-radius:99px;width:40px;height:4px;margin-right:12px}.phone-notch:after{content:"";background:#251b3a;border-radius:50%;width:8px;height:8px}.phone-status-bar{color:var(--text-muted);z-index:999;pointer-events:none;justify-content:space-between;align-items:center;width:100%;height:32px;padding:6px 20px;font-size:.68rem;font-weight:600;display:flex;position:absolute;top:0}.phone-status-right{align-items:center;gap:5px;display:flex}.phone-content{flex-direction:column;flex:1;height:100%;padding-top:32px;display:flex;overflow:hidden}}@media (width<=640px){.phone-wrapper{flex-direction:column;width:100%;height:100dvh;display:flex;overflow:hidden}.phone-container{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.phone-notch,.phone-status-bar{display:none}.phone-content{flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}}
