.app-shell{display:flex;min-height:100vh;min-height:100dvh}.app-mobile-header,.app-mobile-nav{display:none}.sidebar{width:var(--sidebar-w);flex-shrink:0;display:flex;flex-direction:column;padding:1.25rem;background:#0a0a10d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid var(--border);position:sticky;top:0;height:100vh;height:100dvh}.sidebar-logo{display:flex;align-items:center;gap:.65rem;font-size:1.15rem;font-weight:700;color:var(--text);letter-spacing:-.02em;padding:.5rem .75rem;margin-bottom:1.5rem}.sidebar-logo:hover{color:var(--text)}.logo-mark{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--gradient);border-radius:var(--radius-sm);font-size:.9rem;font-weight:800;color:#fff;flex-shrink:0}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.65rem .85rem;border-radius:var(--radius);color:var(--text-muted);font-size:.9rem;font-weight:500;transition:all var(--transition)}.sidebar-link:hover{background:var(--bg-hover);color:var(--text)}.sidebar-link.active{background:var(--accent-muted);color:var(--accent-hover)}.sidebar-footer{border-top:1px solid var(--border);padding-top:1rem;margin-top:auto}.sidebar-user{display:flex;align-items:center;gap:.65rem;margin-bottom:.75rem;padding:0 .25rem}.user-avatar{width:36px;height:36px;border-radius:var(--radius);background:var(--gradient);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:#fff;flex-shrink:0}.user-info{display:flex;flex-direction:column;min-width:0}.user-name{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.7rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-logout{width:100%;font-size:.85rem;padding:.5rem}.app-main{flex:1;min-width:0}.app-content{padding:2rem 2.5rem;max-width:900px}.public-shell{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.public-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 2rem;border-bottom:1px solid var(--border);background:#0a0a1099;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10}.public-logo{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:700;color:var(--text);flex-shrink:0}.public-logo:hover{color:var(--text)}.public-nav{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;justify-content:flex-end}.public-nav a:not(.btn){color:var(--text-muted);font-size:.9rem;font-weight:500}.public-nav a:not(.btn):hover,.public-nav a.active{color:var(--text)}.public-main{flex:1}.public-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1.25rem 2rem;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border);color:var(--text-muted);font-size:.85rem}@media(max-width:768px){.app-shell{flex-direction:column}.sidebar{display:none}.app-mobile-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 1rem;padding-top:calc(.65rem + env(safe-area-inset-top,0px));background:#0a0a10eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.app-mobile-header .sidebar-logo{margin-bottom:0;padding:.25rem 0;font-size:1rem}.app-mobile-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.app-mobile-header__user{width:32px;height:32px;border-radius:var(--radius-sm);background:var(--gradient);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;color:#fff}.app-mobile-nav{display:flex;align-items:stretch;justify-content:space-around;position:fixed;left:0;right:0;bottom:0;z-index:30;padding:.35rem .5rem;padding-bottom:calc(.35rem + env(safe-area-inset-bottom,0px));background:#0a0a10f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border)}.app-mobile-nav__link{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;min-height:52px;max-width:120px;padding:.35rem .5rem;border-radius:var(--radius);color:var(--text-muted);font-size:.68rem;font-weight:600;transition:color var(--transition),background var(--transition)}.app-mobile-nav__link:hover{color:var(--text)}.app-mobile-nav__link.active{color:var(--accent-hover);background:var(--accent-muted)}.app-main{flex:1;width:100%}.app-content{padding:1rem 1rem 5.5rem;max-width:none}.public-header{padding:.75rem 1rem;padding-top:calc(.75rem + env(safe-area-inset-top,0px))}.public-logo{font-size:1.05rem}.public-nav{gap:.5rem}.public-nav a:not(.btn){font-size:.85rem}.public-footer{flex-direction:column;text-align:center;padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}}@media(max-width:420px){.public-nav a:not(.btn):not(.public-nav__hide-sm){display:none}.public-nav .btn{padding:.55rem .85rem;font-size:.82rem}}.landing{max-width:960px;margin:0 auto;padding:3rem 2rem 4rem}.landing-hero{text-align:center;padding:3rem 0 4rem}.hero-badge{margin-bottom:1.25rem}.landing-hero h1{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:800;letter-spacing:-.04em;line-height:1.15;margin-bottom:1.25rem}.hero-desc{color:var(--text-muted);font-size:1.05rem;max-width:520px;margin:0 auto 2rem;line-height:1.7}.hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.landing-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-bottom:3rem}.feature-card{transition:transform var(--transition),box-shadow var(--transition)}.feature-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-glow)}.feature-icon{font-size:1.75rem;display:block;margin-bottom:.75rem}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.landing-cta{text-align:center;padding:2.5rem}.landing-cta h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.landing-cta p{color:var(--text-muted);margin-bottom:1.25rem}@media(max-width:768px){.landing{padding:1.5rem 1rem 2.5rem}.landing-hero{padding:1.5rem 0 2.5rem}.hero-desc{font-size:.95rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%;justify-content:center}.landing-features{grid-template-columns:1fr}.landing-cta{padding:1.5rem 1rem}}.status-wrap{max-width:560px;margin:0 auto;padding:2rem}.status-grid{padding:0;overflow:hidden}.status-row{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.25rem;border-bottom:1px solid var(--border)}.status-row:last-child{border-bottom:none}.status-label{color:var(--text-muted);font-size:.9rem}.status-value{font-weight:500;font-family:ui-monospace,Cascadia Code,monospace;font-size:.85rem}.status-value.ok{color:var(--success)}@media(max-width:768px){.status-wrap{padding:1rem}.status-row{flex-direction:column;align-items:flex-start;gap:.35rem;padding:.85rem 1rem}.status-value{font-size:.8rem;word-break:break-all}}.auth-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 140px);padding:2rem}.auth-card{width:100%;max-width:420px}.auth-card h1{font-size:1.5rem;font-weight:700;margin-bottom:.35rem}.auth-subtitle{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.auth-form{display:flex;flex-direction:column;gap:1.1rem}.auth-form .btn-primary{width:100%;padding:.8rem;margin-top:.25rem}.auth-footer{margin-top:1.5rem;text-align:center;color:var(--text-muted);font-size:.875rem}@media(max-width:768px){.auth-page{min-height:calc(100dvh - 120px);padding:1.5rem 1rem 1rem;align-items:flex-start}.auth-card h1{font-size:1.35rem}}.quick-actions h3{font-size:1rem;margin-bottom:1rem}.quick-actions__links{display:flex;gap:.75rem;flex-wrap:wrap}@media(max-width:480px){.quick-actions__links{flex-direction:column}.quick-actions__links .btn{width:100%;justify-content:center;min-height:44px}}.audio-player{display:flex;align-items:center;gap:.75rem;width:100%;max-width:420px;padding:.55rem .85rem .55rem .7rem;background:#00000059;border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition),box-shadow var(--transition)}.audio-player:hover{border-color:var(--border-strong)}.audio-player:focus-within{border-color:#8b5cf673;box-shadow:0 0 0 3px var(--accent-muted)}.audio-player__icon{display:flex;align-items:flex-end;justify-content:center;gap:2px;flex-shrink:0;width:1.25rem;height:1rem}.audio-player__icon span{display:block;width:3px;border-radius:999px;background:var(--gradient);opacity:.85}.audio-player__icon span:nth-child(1){height:40%}.audio-player__icon span:nth-child(2){height:75%}.audio-player__icon span:nth-child(3){height:55%}.audio-player__icon span:nth-child(4){height:90%}.audio-player--loading .audio-player__icon span{animation:audio-bar 1.1s ease-in-out infinite}.audio-player--loading .audio-player__icon span:nth-child(1){animation-delay:0s}.audio-player--loading .audio-player__icon span:nth-child(2){animation-delay:.15s}.audio-player--loading .audio-player__icon span:nth-child(3){animation-delay:.3s}.audio-player--loading .audio-player__icon span:nth-child(4){animation-delay:.45s}@keyframes audio-bar{0%,to{transform:scaleY(.45);opacity:.5}50%{transform:scaleY(1);opacity:1}}.audio-player__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.audio-player__native{display:block;width:100%;height:2.25rem;color-scheme:dark;accent-color:var(--accent);border-radius:var(--radius-sm);outline:none}.audio-player__native::-webkit-media-controls-enclosure{background:transparent;border-radius:var(--radius-sm)}.audio-player__native::-webkit-media-controls-panel{background:transparent}.audio-player__status{font-size:.78rem;color:var(--text-muted);line-height:1.3}.audio-player--loading{min-height:2.85rem}.audio-player--loading .audio-player__skeleton{height:.35rem;width:100%;border-radius:999px;background:linear-gradient(90deg,#ffffff0f,#ffffff24,#ffffff0f);background-size:200% 100%;animation:audio-shimmer 1.4s ease-in-out infinite}@keyframes audio-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.audio-player--error{border-color:#f8717159;background:var(--error-bg)}.audio-player--error .audio-player__icon span{background:var(--error);opacity:.7;animation:none;height:35%}.audio-player--error .audio-player__status{color:var(--error)}@media(max-width:768px){.audio-player{max-width:none;padding:.65rem .75rem}.audio-player__native{height:2.75rem}}.voice-recorder{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1rem;background:#00000059;border:1px dashed var(--border-strong);border-radius:var(--radius);text-align:center}.voice-recorder__error{text-align:left}.voice-recorder__idle{display:flex;flex-direction:column;align-items:center;gap:.65rem}.voice-recorder__mic{font-size:2rem;line-height:1}.voice-recorder__hint{color:var(--text-muted);font-size:.85rem;line-height:1.5;max-width:280px}.voice-recorder__start{margin-top:.25rem}.voice-recorder__recording{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem 0}.voice-recorder__pulse{width:12px;height:12px;border-radius:50%;background:var(--error);animation:recorder-pulse 1.2s ease-in-out infinite}@keyframes recorder-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.25)}}.voice-recorder__time{font-size:1.75rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.02em}.voice-recorder__status{font-size:.85rem;color:var(--text-muted)}.voice-recorder__stop{margin-top:.5rem;min-width:120px}.voice-recorder__preview{display:flex;flex-direction:column;gap:.65rem;text-align:left;width:100%}.voice-recorder__audio{width:100%;height:2.75rem;color-scheme:dark;accent-color:var(--accent)}.voice-recorder__preview-actions{display:flex;justify-content:center}.voice-recorder__converting{font-size:.85rem;color:var(--text-muted)}.source-tabs{display:flex;gap:.35rem;padding:.25rem;background:#0000004d;border-radius:var(--radius);margin-bottom:.75rem}.source-tab{flex:1;padding:.55rem .75rem;border-radius:calc(var(--radius) - 4px);font-size:.85rem;font-weight:600;color:var(--text-muted);transition:background var(--transition),color var(--transition)}.source-tab:hover{color:var(--text)}.source-tab.active{background:var(--accent-muted);color:var(--accent-hover)}@media(max-width:768px){.source-tab{min-height:44px}.voice-recorder__start,.voice-recorder__stop{width:100%}}.section-title{font-size:1rem;font-weight:600;margin-bottom:1.25rem}.voices-form{display:flex;flex-direction:column;gap:1rem}.upload-info{margin-bottom:1.25rem;padding:.9rem 1rem;background:#8b5cf614;border:1px solid rgba(139,92,246,.22);border-radius:var(--radius)}.upload-info__title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--accent-hover);margin-bottom:.55rem}.upload-info__list{list-style:none;display:flex;flex-direction:column;gap:.4rem}.upload-info__list li{position:relative;padding-left:1rem;font-size:.82rem;line-height:1.45;color:var(--text-secondary)}.upload-info__list li:before{content:"•";position:absolute;left:0;color:var(--accent-hover)}.field-hint{font-size:.78rem;color:var(--text-muted);line-height:1.4;margin:-.15rem 0 .1rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.optional-section{border-top:1px solid var(--border);padding-top:.75rem}.optional-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 0;background:none;border:none;color:var(--text-secondary);font-size:.9rem;font-weight:500;cursor:pointer}.optional-toggle:hover{color:var(--text)}.optional-chevron{font-size:.75rem;opacity:.7}.optional-panel{display:flex;flex-direction:column;gap:.4rem;padding:.75rem 0 .25rem}.drop-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;min-height:8.5rem;padding:1.25rem 1rem;background:#00000059;border:1px dashed var(--border-strong);border-radius:var(--radius);color:var(--text-muted);text-align:center;cursor:pointer;transition:border-color var(--transition),background var(--transition)}.drop-zone:hover,.drop-zone:focus-visible{border-color:var(--accent);outline:none}.drop-zone-active{border-color:var(--accent);background:#6366f114}.drop-zone-filled{border-style:solid}.drop-zone-input{display:none}.drop-zone-icon{font-size:1.5rem;line-height:1;opacity:.85}.drop-zone-title{font-size:.9rem;font-weight:500;color:var(--text-secondary)}.drop-zone-hint{font-size:.78rem;color:var(--text-muted)}.voice-items{list-style:none;display:flex;flex-direction:column;gap:.65rem}.voice-item{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;background:#00000040;border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition)}.voice-item:hover{border-color:var(--border-strong)}.voice-info{display:flex;flex-direction:column;gap:.35rem;min-width:0;flex:1}.voice-info strong{font-size:.95rem}.voice-meta{font-size:.75rem;color:var(--text-muted)}.voice-ref{font-size:.85rem;color:var(--text-muted);font-style:italic;overflow-wrap:anywhere}@media(max-width:768px){.voice-item{flex-direction:column;align-items:stretch;gap:.85rem}.voice-item .btn-danger{width:100%;min-height:44px;justify-content:center}.drop-zone{min-height:7.5rem;padding:1rem .75rem}.upload-info{padding:.85rem .9rem}.upload-info__list li{font-size:.8rem}.optional-toggle{min-height:44px}}.tts-form{display:flex;flex-direction:column;gap:1rem}.char-badge{font-weight:500;text-transform:none;letter-spacing:0;color:var(--text-muted);font-size:.8rem}.tts-label-row{display:flex;justify-content:space-between;align-items:center}.char-badge.over{color:var(--error)}.tts-preview{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.tts-preview .audio-player{max-width:none}.history-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.history-item{padding:1rem 1.15rem;background:#00000040;border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;gap:.75rem}.history-item strong{font-size:.95rem}.history-meta{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.15rem}.history-text{font-size:.9rem;color:var(--text-secondary);margin-top:.35rem;line-height:1.5}.history-item .audio-player{max-width:none}.section-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.advanced-section{border-top:1px solid var(--border);padding-top:.75rem}.advanced-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 0;background:none;border:none;color:var(--text-secondary);font-size:.9rem;font-weight:500;cursor:pointer}.advanced-toggle:hover{color:var(--text-primary)}.advanced-chevron{font-size:.75rem;opacity:.7}.advanced-panel{display:flex;flex-direction:column;gap:1rem;padding:.75rem 0 .25rem}.advanced-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.field-range{width:100%;accent-color:var(--accent)}.advanced-checks{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.check-label{display:flex;align-items:center;gap:.45rem;font-size:.85rem;color:var(--text-secondary);cursor:pointer}.check-label input{accent-color:var(--accent);width:1.1rem;height:1.1rem}.tts-history-section{margin-top:1.25rem}@media(max-width:768px){.tts-label-row{flex-wrap:wrap;gap:.25rem}.advanced-grid{grid-template-columns:1fr}.advanced-checks{flex-direction:column;gap:.65rem}.check-label{min-height:44px}.history-meta{word-break:break-word}.history-text{font-size:.875rem;overflow-wrap:anywhere}}:root{--bg: #07070b;--bg-elevated: #0e0e14;--bg-card: rgba(18, 18, 28, .72);--bg-card-solid: #12121c;--bg-hover: rgba(255, 255, 255, .04);--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .14);--text: #f8fafc;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--accent: #8b5cf6;--accent-2: #6366f1;--accent-hover: #a78bfa;--accent-muted: rgba(139, 92, 246, .18);--accent-glow: rgba(139, 92, 246, .35);--gradient: linear-gradient(135deg, #8b5cf6 0%, #6366f1 50%, #3b82f6 100%);--gradient-text: linear-gradient(135deg, #c4b5fd 0%, #818cf8 50%, #93c5fd 100%);--error: #f87171;--error-bg: rgba(248, 113, 113, .12);--success: #4ade80;--success-bg: rgba(74, 222, 128, .12);--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow: 0 4px 24px rgba(0, 0, 0, .4);--shadow-glow: 0 0 40px rgba(139, 92, 246, .15);--sidebar-w: 240px;--font: "Inter", system-ui, -apple-system, sans-serif;--transition: .2s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(139,92,246,.18),transparent),radial-gradient(ellipse 60% 40% at 100% 0%,rgba(99,102,241,.1),transparent),radial-gradient(ellipse 50% 30% at 0% 100%,rgba(59,130,246,.08),transparent);pointer-events:none;z-index:0}#root{position:relative;z-index:1;min-height:100vh}a{color:var(--accent-hover);text-decoration:none;transition:color var(--transition)}a:hover{color:#c4b5fd}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit}::selection{background:var(--accent-muted);color:var(--text)}.glass-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow)}.page-header{margin-bottom:1.75rem}.page-title{font-size:1.75rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.35rem}.page-subtitle{color:var(--text-muted);font-size:.95rem}.gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;transition:all var(--transition);white-space:nowrap}.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 4px 14px var(--accent-glow)}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px var(--accent-glow);color:#fff}.btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-ghost{background:transparent;border:1px solid var(--border-strong);color:var(--text-secondary)}.btn-ghost:hover{background:var(--bg-hover);border-color:var(--accent);color:var(--text)}.btn-danger{background:transparent;border:1px solid rgba(248,113,113,.4);color:var(--error);padding:.4rem .85rem;font-size:.85rem;border-radius:var(--radius)}.btn-danger:hover{background:var(--error-bg)}.field{display:flex;flex-direction:column;gap:.4rem}.field-label{font-size:.8rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.field-input,.field select,.field textarea{width:100%;padding:.7rem .9rem;background:#00000059;border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.95rem;transition:border-color var(--transition),box-shadow var(--transition)}.field-input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}.field textarea{resize:vertical;min-height:100px;line-height:1.5}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem}.alert-error{background:var(--error-bg);border:1px solid rgba(248,113,113,.3);color:var(--error)}.alert-success{background:var(--success-bg);border:1px solid rgba(74,222,128,.3);color:var(--success)}.badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:var(--accent-muted);color:var(--accent-hover)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.stat-card{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;transition:border-color var(--transition)}.stat-card:hover{border-color:var(--border-strong)}.stat-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.4rem}.stat-value{font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.progress-bar{height:6px;background:#ffffff14;border-radius:999px;overflow:hidden;margin-top:.75rem}.progress-fill{height:100%;background:var(--gradient);border-radius:999px;transition:width .4s ease}.empty-state{text-align:center;padding:2.5rem 1.5rem;color:var(--text-muted)}.empty-state p{margin-bottom:1rem}.empty-state--compact{padding:1.5rem 1rem}.loading-text{color:var(--text-muted);text-align:center;padding:3rem}.btn-sm{padding:.45rem .75rem;font-size:.82rem;min-height:36px}@media(max-width:768px){.page-header{margin-bottom:1.25rem}.page-title{font-size:1.45rem}.page-subtitle{font-size:.88rem;line-height:1.5}.glass-card{padding:1.1rem;border-radius:var(--radius)}.stat-grid{grid-template-columns:1fr}.stat-value{font-size:1.2rem}.btn{min-height:44px}.app-content .btn-primary,.auth-form .btn-primary,.tts-form .btn-primary,.voices-form .btn-primary,.hero-actions .btn,.quick-actions__links .btn{width:100%}.field-input,.field select,.field textarea{font-size:16px}.empty-state{padding:1.75rem 1rem}}@media(min-width:769px){.tts-form .btn-primary,.voices-form .btn-primary{width:auto;align-self:flex-start}}
