@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #0a0a0c;--surface: #111827;--surface-2: #151c2c;--text: #ffffff;--muted: #9ca3af;--purple: #bd10e0;--pink: #ff007a;--blue: #4a90e2;--green: #34d399;--red: #ef4444;--grad: linear-gradient(135deg, #6366f1 0%, #8b5cf6 42%, #ec4899 100%);--grad-match: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);--grad-text: linear-gradient(90deg, #a855f7, #ec4899);--panel-bg: #0a0a14;--chip-bg: #1f2937;--font: "Inter", "Segoe UI", system-ui, sans-serif;--radius: 14px;--tap: 48px;--content-max: 1040px;--page-pad: clamp(1rem, 4vw, 2.5rem);--section-gap: clamp(.75rem, 2vh, 1.25rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;border:none;background:none}button:focus-visible{outline:2px solid var(--purple);outline-offset:2px}button:disabled{opacity:.5;cursor:not-allowed}.text-grad{background:var(--grad-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-wave{width:32px;height:32px;flex-shrink:0}.jamlink{position:relative;display:flex;flex-direction:column;flex:1 1 auto;width:100%;max-width:100%;height:100%;min-height:0;overflow:hidden;background:var(--bg)}.jamlink__bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 60% 45% at 85% 10%,rgba(168,85,247,.14) 0%,transparent 55%),radial-gradient(ellipse 50% 40% at 10% 90%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(1px 1px at 25% 35%,rgba(255,255,255,.12) 0%,transparent 100%),radial-gradient(1px 1px at 70% 60%,rgba(255,255,255,.08) 0%,transparent 100%);background-size:auto,auto,200px 200px,240px 240px}.waveform{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;max-width:280px;height:36px}.waveform__bar{display:block;width:4px;height:8px;border-radius:3px;background:var(--grad-text);opacity:.35}.waveform--active .waveform__bar{opacity:1;animation:wave .85s ease-in-out infinite}@keyframes wave{0%,to{height:8px}50%{height:26px}}.jamlink__shell{position:relative;z-index:1;display:flex;flex-direction:column;flex:1 1 auto;height:100%;min-height:0;width:100%;max-width:100%;overflow:hidden}.top-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-shrink:0;width:100%;padding:.75rem clamp(1rem,2.5vw,2rem);border-bottom:1px solid rgba(255,255,255,.06);background:#0b0d17e0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.top-bar__brand{display:flex;align-items:center;gap:.6rem;min-width:0;flex-shrink:0}.top-bar__name{font-size:1rem;font-weight:800}.top-bar__tag{font-size:.68rem;color:var(--muted);margin-top:.1rem}.top-bar__meta{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;justify-content:flex-end;min-width:0}.top-bar__pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:999px;font-size:.72rem;color:var(--muted);background:#111827a6;border:1px solid rgba(255,255,255,.06);white-space:nowrap}.top-bar__pill strong{font-weight:800}.top-bar__pill--server strong{color:var(--green)}.top-bar__pill--calling strong{color:#38bdf8}.top-bar__pill--matching strong{color:#c084fc}.top-bar__dot{width:8px;height:8px;border-radius:50%;background:var(--muted);flex-shrink:0}.top-bar__dot--online{background:var(--green);box-shadow:0 0 8px #34d39999}.top-bar__dot--connecting{background:#fbbf24}.top-bar__dot--offline{background:var(--red)}.top-bar__dot--calling{background:#38bdf8;box-shadow:0 0 8px #38bdf88c}.top-bar__dot--matching{background:#c084fc;box-shadow:0 0 8px #c084fc8c}.top-bar__match-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:var(--muted)}.top-bar__pill--idle{color:var(--muted)}.top-bar__pill--connecting{color:#fbbf24;border-color:#fbbf2459;background:#fbbf2414}.top-bar__pill--connecting .top-bar__match-dot{background:#fbbf24}.top-bar__pill--searching{color:#e9d5ff;border-color:#a855f759;background:#a855f71f}.top-bar__pill--searching .top-bar__match-dot{background:#a855f7;box-shadow:0 0 8px #a855f799}.top-bar__pill--matched{color:var(--green);border-color:#34d39959;background:#34d39914}.top-bar__pill--matched .top-bar__match-dot{background:var(--green);box-shadow:0 0 8px #34d39999}.top-bar__pill--disconnected{color:var(--red);border-color:#ef444459;background:#ef444414}.top-bar__pill--disconnected .top-bar__match-dot{background:var(--red)}.top-bar__pill--status{border-color:#a855f740}.top-bar__status-label{color:var(--muted);font-weight:500}.dash{display:flex;flex-direction:column;align-items:center;flex:1 1 auto;gap:var(--section-gap);width:100%;max-width:100%;padding:var(--section-gap) var(--page-pad);min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.dash::-webkit-scrollbar{width:0;height:0}.dash__hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(1.5rem,4vw,3.5rem);align-items:center;width:100%;max-width:var(--content-max);margin:0 auto;padding:clamp(.75rem,2vh,1.5rem) 0;flex-shrink:0;overflow:visible}.dash__hero-text{position:relative;z-index:1;min-width:0;text-align:left}.dash__title{font-size:clamp(2.35rem,4.8vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.035em}.dash__title-word{color:#fff}.dash__title-word--listen{background:linear-gradient(90deg,#38bdf8,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dash__title-word--connect{background:linear-gradient(90deg,#c026d3,#ec4899,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dash__sub{font-size:clamp(.88rem,1.5vw,1rem);color:#e5e7eb;line-height:1.55;margin-top:.75rem;max-width:42ch;opacity:.9}.dash__badges{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.1rem}.dash__badge{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:600;padding:.5rem .9rem;border-radius:999px;background:#111827a6;border:1px solid rgba(255,255,255,.08);color:#fff}.dash__badge svg{width:15px;height:15px;flex-shrink:0;color:#a855f7}.dash__hero-visual{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;justify-self:end;width:clamp(210px,24vw,280px);height:clamp(210px,24vw,280px);flex-shrink:0;overflow:visible}.dash__hero-waves{position:absolute;left:-45%;right:-140%;top:50%;transform:translateY(-50%);height:95%;z-index:0;pointer-events:none;overflow:visible;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 18%,#000 32%,#000 62%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 18%,#000 32%,#000 62%,transparent 100%)}.dash__hero-waves .hero-electric{width:100%;height:100%;overflow:visible}.hero-electric{display:block;width:100%;height:100%;pointer-events:none;overflow:visible}.hero-electric__strand{animation:electric-flicker 3s ease-in-out infinite}.hero-electric__strand--delay{animation-delay:.6s}.hero-electric__strand--delay2{animation-delay:1.2s}@keyframes electric-flicker{0%,to{opacity:.75}40%{opacity:1}55%{opacity:.85}70%{opacity:1}}.hero-ring{position:relative;z-index:2;width:clamp(190px,20vw,240px);height:clamp(190px,20vw,240px);border-radius:50%;padding:8px;background:linear-gradient(145deg,#22d3ee,#38bdf8 18%,#6366f1,#a855f7 62%,#ec4899 82%,#ff007a);box-shadow:0 0 28px #38bdf88c,0 0 60px #a855f773,0 0 95px #ff007a4d;animation:ring-pulse-electric 4s ease-in-out infinite}@keyframes ring-pulse-electric{0%,to{box-shadow:0 0 28px #38bdf880,0 0 60px #a855f766,0 0 95px #ff007a47}50%{box-shadow:0 0 36px #38bdf89e,0 0 72px #ec489980,0 0 110px #ff007a61}}.hero-ring__halo{position:absolute;top:-18px;right:-18px;bottom:-18px;left:-18px;border-radius:50%;background:radial-gradient(circle,rgba(236,72,153,.2) 0%,rgba(99,102,241,.08) 45%,transparent 70%);pointer-events:none;z-index:-1}.hero-ring__inner{width:100%;height:100%;border-radius:50%;background:#0a0a0c;display:flex;align-items:center;justify-content:center;gap:.65rem;box-shadow:inset 0 0 30px #000c}.hero-ring__inner>svg{width:clamp(30px,3vw,40px);height:clamp(30px,3vw,40px);color:#fff;flex-shrink:0;filter:drop-shadow(0 0 8px rgba(255,255,255,.35))}.hero-eq{display:flex;align-items:center;gap:4px}.hero-eq__bar{display:block;width:3px;border-radius:2px;background:#fff;box-shadow:0 0 6px #ffffff73;animation:eq-pulse .9s ease-in-out infinite}@keyframes eq-pulse{0%,to{transform:scaleY(.65);opacity:.75}50%{transform:scaleY(1);opacity:1}}.match-panel{width:100%;max-width:var(--content-max);margin:0 auto;padding:clamp(1rem,2.5vw,1.5rem) clamp(1.1rem,2.5vw,1.75rem);border-radius:12px;background:var(--panel-bg);border:1px solid rgba(55,65,81,.55);flex-shrink:0}.match-panel__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.25rem,2.5vw,2rem);align-items:start}.match-panel__interests{min-width:0;text-align:left}.match-panel__match{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;padding-top:.15rem}.match-panel__title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.35rem;line-height:1.3}.match-panel__title span{font-weight:700;color:var(--text)}.match-panel__hint{font-size:.9rem;color:var(--muted);line-height:1.45;margin-bottom:1rem}.match-panel__input-wrap{position:relative}.match-panel__input{width:100%;min-height:44px;padding:.75rem 2.75rem .75rem 1rem;border-radius:10px;border:1px solid #374151;background:#00000059;color:var(--text);font-size:.95rem;font-family:inherit}.match-panel__input::placeholder{color:#6b7280}.match-panel__smiley{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.05rem;color:#6b7280;pointer-events:none}.match-panel__chips-label{font-size:.875rem;font-weight:500;color:var(--muted);margin:1.1rem 0 .6rem}.match-panel__chips{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.tag-chip{min-height:42px;padding:.55rem .5rem;border-radius:8px;font-size:.9rem;font-weight:600;color:var(--text);text-align:center;background:var(--chip-bg);border:1px solid transparent;transition:background .15s,border-color .15s,box-shadow .15s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tag-chip:hover{background:#273449}.tag-chip--on{color:var(--text);background:#312e81;border-color:#6366f1;box-shadow:0 0 0 1px #6366f159}.btn-start{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;width:100%;max-width:100%;min-height:148px;padding:1.25rem 1.5rem;border-radius:12px;background:var(--grad-match);color:#fff;text-align:center;box-shadow:0 8px 28px #6366f159;transition:transform .15s,box-shadow .2s}.btn-start svg{width:28px;height:28px;flex-shrink:0}.btn-start__text strong{display:block;font-size:1.125rem;font-weight:800;letter-spacing:-.01em}.btn-start__text small{display:block;font-size:.75rem;font-weight:500;opacity:.95;margin-top:.3rem;line-height:1.4}.btn-start:hover:not(:disabled):not([aria-disabled=true]){transform:translateY(-1px);box-shadow:0 12px 36px #ec489961}.btn-start--disabled,.btn-start[aria-disabled=true]{opacity:.45;cursor:not-allowed;box-shadow:none}.btn-lucky{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:46px;padding:.7rem 1rem;border-radius:10px;background:transparent;border:1px solid #4b5563;color:var(--text);font-size:.875rem;font-weight:600;transition:border-color .15s,background .15s}.btn-lucky svg{width:18px;height:18px;color:var(--text);flex-shrink:0}.btn-lucky:hover{border-color:#6b7280;background:#ffffff08}.match-panel__lucky-hint{font-size:.75rem;color:var(--muted);text-align:center;margin-top:.1rem}.match-panel__mic{font-size:.68rem;color:#6b7280;text-align:center}.match-panel__mic--err{color:var(--red);font-size:.75rem}.dash__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;width:100%;max-width:var(--content-max);margin:0 auto;flex-shrink:0}.info-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:14px;background:#0f1016;border:none;min-height:108px}.info-card__icon-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:10px}.info-card__icon-wrap svg{width:22px;height:22px}.info-card--secure .info-card__icon-wrap{background:#4ade801a;color:#4ade80}.info-card--instant .info-card__icon-wrap{background:#a855f71f;color:#a855f7}.info-card--community .info-card__icon-wrap{background:#f973161f;color:#f97316}.info-card__body{min-width:0}.info-card__title{font-size:.95rem;font-weight:700;color:#fff;line-height:1.3;margin-bottom:.35rem}.info-card__desc{font-size:.8rem;font-weight:400;color:#9ca3af;line-height:1.55}.dash__legal{font-size:.72rem;color:#94a3b8a6;text-align:center;padding-bottom:.5rem;width:100%;max-width:var(--content-max);margin:0 auto;flex-shrink:0}.jamlink__call{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;flex:1 1 auto;height:100%;min-height:0;max-width:100%;width:100%;margin:0 auto;padding:var(--section-gap) var(--page-pad);overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.jamlink__call::-webkit-scrollbar{width:0;height:0}.call{flex:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:var(--content-max);padding:.5rem 0 1rem}.call__status{text-align:center}.call__heading{font-size:1.5rem;font-weight:800;display:flex;align-items:center;justify-content:center;gap:.4rem}.call__heading--grad{background:var(--grad-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.call__heading--warn{color:var(--red)}.call__sub{font-size:.9rem;color:var(--muted);margin-top:.35rem}.call__timer{font-size:2.25rem;font-weight:800;font-variant-numeric:tabular-nums;margin-top:.5rem;letter-spacing:.02em}.call__stage{display:flex;align-items:center;justify-content:center;gap:2rem;width:100%;position:relative}.call__side-btn{display:flex;flex-direction:column;align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;color:var(--muted);min-width:90px;transition:color .15s}.call__side-btn svg{width:18px;height:18px}.call__side-btn--accent:hover:not(:disabled){color:var(--purple)}.call__center{display:flex;flex-direction:column;align-items:center;gap:.85rem}.call-ring{width:180px;height:180px;border-radius:50%;padding:4px;background:conic-gradient(from 0deg,#a855f7,#ec4899,#3b82f6,#a855f7);box-shadow:0 0 60px #a855f773}.call-ring--search{animation:ring-pulse 2s ease-in-out infinite}.call-ring--live{box-shadow:0 0 70px #34d39959}.call-ring--muted{background:conic-gradient(from 0deg,#ef4444,#f97316,#ef4444)}@keyframes ring-pulse{0%,to{box-shadow:0 0 50px #a855f759}50%{box-shadow:0 0 70px #ec489966}}.call-ring__avatar{width:100%;height:100%;border-radius:50%;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:3rem}.call__anon-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;padding:.35rem .7rem;border-radius:999px;background:#a855f733;color:#e9d5ff}.call__anon-badge svg{width:12px;height:12px}.call__controls{display:flex;align-items:flex-end;justify-content:center;gap:2.5rem}.call-ctrl{display:flex;flex-direction:column;align-items:center;gap:.45rem;font-size:.75rem;font-weight:600;color:var(--muted);transition:color .15s,transform .15s}.call-ctrl__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#111827e6;border:1px solid rgba(255,255,255,.08)}.call-ctrl__icon svg{width:22px;height:22px}.call-ctrl:hover:not(:disabled){color:var(--text);transform:translateY(-2px)}.call-ctrl--muted .call-ctrl__icon{color:#fca5a5}.call-ctrl--end .call-ctrl__icon{width:64px;height:64px;background:linear-gradient(145deg,#ef4444,#dc2626);border:none;color:#fff;box-shadow:0 8px 32px #ef444480}.call-ctrl--skip .call-ctrl__icon{color:var(--purple)}.btn-rematch{padding:.65rem 1.5rem;border-radius:12px;font-size:.88rem;font-weight:700;color:var(--text);background:#a855f726;border:1px solid rgba(168,85,247,.3);transition:background .15s}.btn-rematch:hover{background:#a855f740}.call__meta{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;max-width:720px;padding:1rem 1.25rem;border-radius:var(--radius);background:#11182799;border:1px solid rgba(255,255,255,.05)}.call__meta-item{display:flex;align-items:flex-start;gap:.5rem}.call__meta-icon{font-size:1rem}.call__meta-label{font-size:.72rem;color:var(--muted)}.call__meta-value{font-size:.82rem;font-weight:700;margin-top:.1rem;word-break:break-word}.call__tip{display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;max-width:640px;padding:.75rem 1.25rem;border-radius:999px;font-size:.82rem;color:#e9d5ff;background:#a855f726;border:1px solid rgba(168,85,247,.2);text-align:center}@media (max-width: 1100px) and (min-width: 901px){.dash__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.info-card:last-child{grid-column:1 / -1}}@media (max-width: 900px){.dash__hero{grid-template-columns:1fr;justify-items:center;text-align:center;gap:1rem}.dash__hero-text{display:flex;flex-direction:column;align-items:center;text-align:center}.dash__hero-visual{order:-1;justify-self:center;width:clamp(180px,42vw,240px);height:clamp(180px,42vw,240px)}.dash__hero-waves{left:-35%;right:-90%}.hero-ring{width:clamp(170px,38vw,220px);height:clamp(170px,38vw,220px)}.dash__badges{justify-content:center}.match-panel__grid{grid-template-columns:1fr;gap:1.25rem}.match-panel__match{order:-1}.dash__cards{grid-template-columns:1fr;gap:.75rem}.info-card{padding:1.15rem;min-height:auto}}@media (max-width: 768px){.top-bar{flex-wrap:wrap;padding:.65rem 1rem;gap:.5rem}.top-bar__tag{display:none}.top-bar__meta{width:100%;justify-content:flex-start;gap:.4rem}.top-bar__pill{padding:.35rem .6rem;font-size:.68rem}.dash__hero{grid-template-columns:1fr;gap:.75rem}.dash__hero-visual{width:clamp(160px,44vw,200px);height:clamp(160px,44vw,200px)}.hero-ring{width:clamp(150px,40vw,190px);height:clamp(150px,40vw,190px)}.dash__title{font-size:clamp(1.6rem,6vw,2.1rem)}.dash__sub{margin-top:.4rem;font-size:.85rem;max-width:36ch}.dash__badges{justify-content:center;margin-top:.75rem}.match-panel__chips{grid-template-columns:repeat(2,minmax(0,1fr))}.btn-start{min-height:112px;padding:.9rem 1rem}.call__stage{flex-direction:column;gap:1rem}.call__side-btn{flex-direction:row;min-width:0}.call__meta{grid-template-columns:1fr}}@media (max-width: 480px){:root{--page-pad: 1rem;--section-gap: .65rem}.top-bar__name{font-size:.9rem}.top-bar__pill{padding:.3rem .5rem;font-size:.62rem}.top-bar__pill--status span:last-child{max-width:7.5rem;overflow:hidden;text-overflow:ellipsis}.top-bar__status-label{display:none}.dash__hero-visual{width:clamp(140px,38vw,175px);height:clamp(140px,38vw,175px)}.hero-ring{width:clamp(130px,36vw,165px);height:clamp(130px,36vw,165px)}.dash__badges{flex-direction:column;align-items:center;width:100%}.tag-chip{font-size:.82rem;min-height:40px}.btn-start{min-height:100px}.btn-start__text strong{font-size:1rem}.call__controls{gap:1rem}.call-ctrl__icon{width:50px;height:50px}.call-ctrl--end .call-ctrl__icon{width:58px;height:58px}}@media (max-height: 700px) and (max-width: 900px){.dash__hero{grid-template-columns:minmax(0,1fr) auto;justify-items:stretch;text-align:left;gap:1rem}.dash__hero-text{align-items:flex-start;text-align:left}.dash__hero-visual{order:0;justify-self:end;width:clamp(120px,22vh,160px);height:clamp(120px,22vh,160px)}.hero-ring{width:clamp(110px,20vh,150px);height:clamp(110px,20vh,150px)}.dash__badges{display:none}.btn-start{min-height:96px}}.app-alert{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.25rem;animation:app-alert-fade-in .22s ease-out}.app-alert__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#04040ab8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer}.app-alert__dialog{position:relative;z-index:1;width:min(100%,420px);padding:2rem 1.75rem 1.5rem;border-radius:18px;border:1px solid rgba(168,85,247,.28);background:linear-gradient(160deg,rgba(99,102,241,.08) 0%,transparent 42%),linear-gradient(180deg,#14121f,#0c0b14);box-shadow:0 24px 64px #0000008c,0 0 0 1px #ffffff0a inset,0 0 48px #a855f71f;text-align:center;animation:app-alert-slide-up .28s cubic-bezier(.22,1,.36,1)}.app-alert__glow{position:absolute;top:-40%;left:50%;transform:translate(-50%);width:70%;height:55%;border-radius:50%;background:radial-gradient(circle,rgba(168,85,247,.35) 0%,transparent 70%);pointer-events:none;filter:blur(24px)}.app-alert__close{position:absolute;top:.85rem;right:.85rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:var(--muted);background:#ffffff0a;transition:color .15s,background .15s}.app-alert__close:hover{color:#fff;background:#ffffff14}.app-alert__close svg{width:16px;height:16px}.app-alert__icon{position:relative;display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 1.1rem;border-radius:50%;background:var(--grad-match);box-shadow:0 8px 24px #a855f759;color:#fff}.app-alert__icon svg{width:26px;height:26px}.app-alert__title{position:relative;margin-bottom:.65rem;font-size:1.25rem;font-weight:800;letter-spacing:-.02em;color:#fff}.app-alert__message{position:relative;margin-bottom:1.5rem;font-size:.9rem;line-height:1.55;color:var(--muted)}.app-alert__actions{position:relative;display:flex;flex-direction:column;gap:.65rem}.app-alert__btn{display:flex;align-items:center;justify-content:center;gap:.45rem;width:100%;min-height:46px;padding:.7rem 1.25rem;border-radius:10px;font-size:.9rem;font-weight:700;transition:transform .15s,box-shadow .2s,background .15s}.app-alert__btn svg{width:18px;height:18px;flex-shrink:0}.app-alert__btn--primary{background:var(--grad-match);color:#fff;box-shadow:0 6px 20px #6366f159}.app-alert__btn--primary:hover{transform:translateY(-1px);box-shadow:0 10px 28px #ec489961}.app-alert__btn--secondary{border:1px solid rgba(168,85,247,.35);background:#a855f714;color:#e9d5ff}.app-alert__btn--secondary:hover{background:#a855f729;border-color:#a855f780}@keyframes app-alert-fade-in{0%{opacity:0}to{opacity:1}}@keyframes app-alert-slide-up{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 480px){.app-alert__dialog{padding:1.75rem 1.25rem 1.25rem}.app-alert__title{font-size:1.1rem}.app-alert__message{font-size:.85rem}}@media (prefers-reduced-motion: reduce){.waveform--active .waveform__bar,.call-ring--search,.hero-electric__strand,.hero-eq__bar,.hero-ring,.app-alert,.app-alert__dialog{animation:none}}html{height:100%;overflow:hidden;overscroll-behavior:none}body{margin:0;width:100%;max-width:100%;height:100%;overflow:hidden;overscroll-behavior:none}#root{display:flex;flex-direction:column;width:100%;max-width:100%;height:100%;min-height:0;overflow:hidden}#root>*{flex:1 1 auto;display:flex;flex-direction:column;width:100%;max-width:100%;min-height:0;min-width:0;overflow:hidden}@supports (height: 100dvh){body,#root,#root>*{height:100dvh;max-height:100dvh}}
