.connection-status[data-v-305c8b33]{background:#ef444426;color:#f87171;padding:.5rem 1rem;border-radius:var(--radius);font-size:.85rem;text-align:center;margin-bottom:.5rem}.debug-panel[data-v-d2d64da9]{position:fixed;bottom:4.5rem;left:.5rem;right:.5rem;z-index:200;border-radius:8px;overflow:hidden;background:#0f172af2;border:1px solid rgba(255,255,255,.15);max-height:3rem;transition:max-height .3s ease}.debug-panel.expanded[data-v-d2d64da9]{max-height:60vh}.debug-toggle[data-v-d2d64da9]{width:100%;padding:.5rem 1rem;background:var(--color-surface);color:var(--color-text-muted);border:none;font-size:.8rem;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.5rem}.error-badge[data-v-d2d64da9]{background:var(--color-danger);color:#fff;border-radius:50%;width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700}.debug-actions[data-v-d2d64da9]{display:flex;gap:.5rem;padding:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.debug-btn[data-v-d2d64da9]{padding:.25rem .5rem;font-size:.7rem;background:var(--color-surface-hover);color:var(--color-text-muted);border:1px solid rgba(255,255,255,.1);border-radius:4px;cursor:pointer}.debug-scroll[data-v-d2d64da9]{max-height:calc(60vh - 5rem);overflow-y:auto;padding:.5rem;font-family:SF Mono,Fira Code,monospace;font-size:.7rem;line-height:1.4}.log-entry[data-v-d2d64da9]{display:flex;gap:.5rem;padding:.15rem 0;border-bottom:1px solid rgba(255,255,255,.03);word-break:break-all}.log-time[data-v-d2d64da9]{color:var(--color-text-muted);white-space:nowrap;flex-shrink:0}.log-msg[data-v-d2d64da9]{flex:1}.log-info .log-msg[data-v-d2d64da9]{color:#94a3b8}.log-warn .log-msg[data-v-d2d64da9]{color:#f59e0b}.log-error .log-msg[data-v-d2d64da9]{color:#ef4444}.log-empty[data-v-d2d64da9]{color:var(--color-text-muted);text-align:center;padding:1rem}:root{--color-primary: #6366f1;--color-primary-dark: #4f46e5;--color-bg: #0f172a;--color-surface: #1e293b;--color-surface-hover: #334155;--color-text: #f8fafc;--color-text-muted: #94a3b8;--color-danger: #ef4444;--color-success: #22c55e;--color-warning: #f59e0b;--radius: 12px;--safe-bottom: env(safe-area-inset-bottom, 0px)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text);min-height:100dvh;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.app{display:flex;flex-direction:column;min-height:100dvh}.top-bar{position:fixed;top:0;left:0;right:0;z-index:110;background:var(--color-surface);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;height:48px}.top-bar__brand{font-size:1rem;font-weight:600}.user-btn{background:var(--color-surface-hover);border:1px solid rgba(255,255,255,.15);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer;transition:background .2s}.user-btn:active{background:var(--color-primary);transform:scale(.95)}.user-menu{position:fixed;top:52px;right:1rem;z-index:120;background:var(--color-surface);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:.75rem;min-width:200px;box-shadow:0 4px 12px #0000004d}.user-menu__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:115}.user-menu__info{padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:.5rem}.user-menu__name{font-size:.9rem;font-weight:600}.user-menu__action{width:100%;background:transparent;border:none;color:var(--color-text);padding:.6rem .5rem;border-radius:8px;font-size:.9rem;text-align:left;cursor:pointer;transition:background .2s}.user-menu__action:active{background:var(--color-surface-hover)}.app-header{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--color-surface);border-top:1px solid rgba(255,255,255,.1);padding-bottom:var(--safe-bottom)}.nav-bar{display:flex;justify-content:space-around;padding:.5rem 0}.nav-link{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem 1rem;color:var(--color-text-muted);text-decoration:none;font-size:.75rem;transition:color .2s}.nav-link--active{color:var(--color-primary)}.nav-link i{font-size:1.25rem}.app-main{flex:1;padding:1rem;padding-bottom:calc(5rem + var(--safe-bottom))}.app-main--with-topbar{padding-top:calc(48px + 1rem)}.app-footer{position:fixed;top:52px;right:0;padding:.25rem .5rem;font-size:.6rem;color:var(--color-text-muted);opacity:.5;z-index:50}.icon-mic:before{content:"🎙️"}.icon-list:before{content:"📋"}.icon-upload:before{content:"☁️"}.icon-episodes:before{content:"📻"}.icon-wifi:before{content:"📶"}.icon-wifi-off:before{content:"📵"}button{cursor:pointer;border:none;font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-size:1rem;font-weight:600;transition:all .2s}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:active{background:var(--color-primary-dark);transform:scale(.97)}.btn-danger{background:var(--color-danger);color:#fff}.btn-outline{background:transparent;border:2px solid var(--color-text-muted);color:var(--color-text)}
