*{font-family:Montserrat,Arial,Helvetica,sans-serif;box-sizing:border-box}.rooot{position:relative;width:100%;height:100dvh}.player-frame{width:100%;height:100%;border:none;display:block}html,body{margin:0;padding:0;background:var(--ColorBackground)}.noUnderline{text-decoration:none}.landing-root{background:#18181a;min-height:100vh}.centered-container{min-height:100vh;display:flex;align-items:center;justify-content:center}.centered-content{text-align:center;width:min(420px,90vw);margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.landing-title{color:#fff;margin:0 0 1.2rem}.landing-link{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;color:#fff;background:#2087a3;text-decoration:none;padding:.65rem 1.1rem;border-radius:8px;border:none;font-weight:700;letter-spacing:.02em;box-shadow:0 6px 18px #2087a340}.landing-link:hover{filter:brightness(1.08);transform:translateY(-1px)}.landing-icon{width:1rem;display:block}.vp-recorder-shell{position:absolute;top:1rem;right:1rem;z-index:20}.vp-recorder-toggle{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:999px;border:2px solid rgba(255,255,255,.9);background:#18181a6b;color:#fff;box-shadow:0 10px 25px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease}.vp-recorder-toggle:disabled{opacity:.85}.vp-recorder-toggle.is-recording{background:#d62839;border-color:#ff9aa4;color:#fff5f6;animation:vp-recorder-pulse 1.1s ease-in-out infinite}.vp-recorder-toggle.is-requesting,.vp-recorder-toggle.is-converting{background:#2087a3;border-color:#9ed5e4;color:#f7fdff}.vp-recorder-toggle.is-converting{animation:vp-recorder-spin 1.1s linear infinite}.vp-recorder-toggle.is-error{background:#8c1323;border-color:#ffc0c7;color:#fff}.vp-recorder-icon{width:1.45rem;height:1.45rem}@keyframes vp-recorder-pulse{0%,to{box-shadow:0 10px 25px #00000040;transform:scale(1)}50%{box-shadow:0 0 0 8px #d6283924,0 10px 25px #00000040;transform:scale(1.03)}}@keyframes vp-recorder-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:700px){.vp-recorder-shell{top:.75rem;right:.75rem}.vp-recorder-toggle{width:2.75rem;height:2.75rem}}
