@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.853070df.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
:root{--primary:#137fec;--primary-hover:#0d6ecc;--bg-light:#f8fafc;--sidebar-light:#fff;--card-light:#fff;--border-light:#e2e8f0;--text-primary-light:#0f172a;--text-muted:#64748b;--bg-dark:#101922;--sidebar-dark:#111a22;--card-dark:#192633;--border-dark:#233648;--border-dark-subtle:#324d67;--text-primary-dark:#f1f5f9;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px;--transition:all .2s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--text-primary-light);height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;overflow:hidden}[data-theme=dark] body,body.dark{background-color:var(--bg-dark);color:var(--text-primary-dark)}.app-container{flex-direction:column;height:100vh;display:flex;overflow:hidden}.header{background:var(--sidebar-light);z-index:10;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}[data-theme=dark] .header{background:var(--sidebar-dark)}.header-left{align-items:center;gap:2rem;display:flex}.logo-section{cursor:pointer;align-items:center;gap:.75rem;display:flex}.logo-icon{background:linear-gradient(135deg,var(--primary)0%,#60a5fa 100%);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .3s;display:flex;box-shadow:0 2px 10px #137fec33}.logo-section:hover .logo-icon{transform:translateY(-2px)}.logo-text{letter-spacing:-.03em;background:linear-gradient(to right,var(--text-primary-light),var(--text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}[data-theme=dark] .logo-text{background:linear-gradient(to right,var(--text-primary-dark),var(--text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-link{color:var(--text-muted);transition:var(--transition);cursor:pointer;box-shadow:none;background:0 0;border:none;outline:none;padding:.5rem .25rem;font-size:.875rem;font-weight:500;text-decoration:none}.nav-link:hover{color:var(--text-primary-light);border:none;outline:none}[data-theme=dark] .nav-link:hover{color:var(--text-primary-dark)}.nav-link.active{color:var(--primary);border:none;border-bottom:2px solid var(--primary);outline:none;font-weight:600}.header-right{align-items:center;gap:1rem;display:flex}.user-profile-meta{align-items:center;gap:.5rem;display:flex;position:relative}.icon-btn{border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;display:flex}[data-theme=dark] .icon-btn{color:var(--text-primary-dark)}.icon-btn:hover{background:#0000000d}[data-theme=dark] .icon-btn:hover{background:#ffffff0d}.avatar{border-radius:var(--radius-full);background-position:50%;background-size:cover;border:none;width:36px;height:36px}.main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.dashboard-view{flex:1;display:flex;overflow:hidden}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;height:44px;transition:var(--transition);border:none;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;display:flex}.btn-primary:hover{background:var(--primary-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-outline{width:100%;height:48px;color:var(--primary);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;display:flex}.btn-outline:hover{background:#137fec0d}.btn-outline:disabled{opacity:.5;cursor:not-allowed}.workspace{background:var(--bg-light);flex:1;padding:2rem;overflow-y:auto}[data-theme=dark] .workspace{background:var(--bg-dark)}.workspace-content{max-width:800px;margin:0 auto}.tabs{gap:2rem;margin-bottom:2rem;display:flex}.tab{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-1px;padding:1rem 0;font-size:.875rem;font-weight:700}.tab:hover{color:var(--text-primary-light)}[data-theme=dark] .tab:hover{color:var(--text-primary-dark)}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.editor-card{background:var(--card-light);border-radius:var(--radius-lg);overflow:hidden}[data-theme=dark] .editor-card{background:var(--card-dark)}.editor-textarea{width:100%;min-height:400px;color:inherit;resize:none;background:0 0;border:none;outline:none;padding:2rem;font-family:inherit;font-size:1.125rem;line-height:1.75}.editor-textarea::placeholder{color:var(--text-muted)}.editor-footer{justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}[data-theme=dark] .editor-footer{background:0 0}.editor-actions{align-items:center;gap:1.25rem;display:flex}.action-btn{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;display:flex}.action-btn:hover{color:var(--primary)}.action-btn.danger:hover{color:#ef4444}.char-count{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:700}.config-panel{background:var(--sidebar-light);flex-direction:column;width:320px;padding:2rem;display:flex;overflow:hidden}[data-theme=dark] .config-panel{background:var(--sidebar-dark)}.config-title{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);flex-shrink:0;margin-bottom:1.5rem;font-size:11px;font-weight:700}.config-section{flex-shrink:0;margin-bottom:1.5rem}.config-section:has(.voice-list){flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.config-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem;font-size:10px;font-weight:700;display:block}.select-wrapper{position:relative}.select-input{border-radius:var(--radius-md);width:100%;height:44px;color:inherit;appearance:none;cursor:pointer;transition:var(--transition);background:#f1f5f9;border:none;outline:none;padding:0 2.5rem 0 1rem;font-size:.875rem}[data-theme=dark] .select-input{background:var(--border-dark)}.select-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #137fec1a}.select-arrow{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.voice-list{flex-direction:column;flex:1;gap:.5rem;min-height:0;padding-right:.25rem;display:flex;overflow-y:auto}.voice-card{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);background:0 0;justify-content:space-between;align-items:center;padding:.75rem;display:flex}[data-theme=dark] .voice-card{background:0 0}.voice-card:hover{border-color:#137fec4d}.voice-card.active{background:#137fec0d;border-color:#137fec4d}.voice-card-left{align-items:center;gap:.75rem;display:flex}.voice-play-btn{border-radius:var(--radius-full);color:#475569;cursor:pointer;width:32px;height:32px;transition:var(--transition);background:#f1f5f9;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}[data-theme=dark] .voice-play-btn{background:var(--border-dark);color:var(--text-primary-dark)}.voice-play-btn:hover,.voice-card.active .voice-play-btn{background:var(--primary);color:#fff}.voice-info{min-width:0}.voice-name{margin-bottom:.125rem;font-size:.875rem;font-weight:700}.voice-meta{color:var(--text-muted);font-size:10px}.voice-check{color:var(--primary)}.speed-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.speed-value{color:var(--primary);font-size:.75rem;font-weight:700}.speed-slider{border-radius:var(--radius-full);appearance:none;cursor:pointer;background:#e2e8f0;outline:none;width:100%;height:6px}[data-theme=dark] .speed-slider{background:var(--border-dark-subtle)}.speed-slider::-webkit-slider-thumb{appearance:none;background:var(--primary);border-radius:var(--radius-full);cursor:pointer;width:16px;height:16px}.speed-slider::-moz-range-thumb{background:var(--primary);border-radius:var(--radius-full);cursor:pointer;border:none;width:16px;height:16px}.speed-labels{justify-content:space-between;margin-top:.5rem;display:flex}.speed-label{color:var(--text-muted);font-size:10px;font-weight:500}.config-actions{flex-direction:column;flex-shrink:0;gap:.75rem;margin-top:auto;padding-top:1rem;display:flex}.premium-badge{border-radius:var(--radius-md);background:#137fec0d;margin-bottom:1.5rem;padding:.75rem}.premium-badge p{color:var(--primary);font-size:.75rem;font-weight:600}.user-section{border-radius:var(--radius-md);background:#8080800d;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;display:flex}.user-info{flex:1;min-width:0}.user-name{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.logout-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.75rem;text-decoration:underline}.logout-btn:hover{color:var(--primary-hover)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#334155}.view-container{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:3rem;overflow-y:auto}.view-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.view-title{font-size:1.75rem;font-weight:700}.history-list{flex-direction:column;gap:1rem;display:flex}.history-item{background:var(--card-light);border-radius:var(--radius-lg);transition:var(--transition);justify-content:space-between;align-items:center;gap:2rem;padding:1.5rem;display:flex}[data-theme=dark] .history-item{background:var(--card-dark)}.history-item:hover{background:#137fec05}.history-info{flex:1;min-width:0}.history-text{color:var(--text-primary-light);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1rem;font-weight:500;display:-webkit-box;overflow:hidden}[data-theme=dark] .history-text{color:var(--text-primary-dark)}.history-meta{color:var(--text-muted);font-size:.75rem}.history-actions{align-items:center;gap:1rem;display:flex}.favorite-btn{border-radius:var(--radius-full);width:40px;height:40px;color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;display:flex}[data-theme=dark] .favorite-btn{border-color:var(--border-dark-subtle)}.favorite-btn:hover{color:var(--primary);background:#137fec0d}.favorite-btn.active{color:var(--primary);border-color:var(--primary);background:#137fec1a}.empty-state p{font-size:1.125rem}@media (max-width:1024px){.sidebar{width:220px}.config-panel{width:280px}.search-box,.nav-links{display:none}}@media (max-width:768px){.sidebar,.config-panel{display:none}}.draft-item:hover,.url-history-item:hover{border-color:var(--primary);background:#137fec0d}[data-theme=dark] .draft-item,[data-theme=dark] .url-history-item{background:var(--card-dark);border-color:var(--border-dark-subtle)}[data-theme=dark] .draft-item:hover,[data-theme=dark] .url-history-item:hover{border-color:var(--primary);background:#137fec1a}.url-extract-view{flex-direction:column;justify-content:center;height:100%;padding:3rem;display:flex}.url-extract-container{width:100%;max-width:600px;margin:0 auto}.view-header-title{text-align:center;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.view-header-desc{color:var(--text-muted);text-align:center;margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.url-input-group{gap:.75rem;margin-bottom:2rem;display:flex}.url-input-group input{border:none;border-bottom:2px solid var(--border-light);background:0 0;border-radius:0;flex:1;padding:.875rem 0;font-size:1rem}[data-theme=dark] .url-input-group input{border-bottom:2px solid var(--border-dark-subtle)}.url-input-group input:focus{border-bottom-color:var(--primary);outline:none}.url-input-group .btn-primary{width:auto;padding:.875rem 2rem;font-size:1rem;font-weight:600}.extracted-content{margin-top:2rem}.extracted-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.extracted-text-box{background:var(--bg-light);max-height:300px;color:var(--text-primary-light);border-radius:.5rem;padding:1.5rem;font-size:.95rem;line-height:1.7;overflow:auto}[data-theme=dark] .extracted-text-box{background:var(--bg-dark);color:var(--text-primary-dark)}.extracted-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.empty-state{text-align:center;color:var(--text-muted);padding:3rem 2rem}.empty-state p{font-size:1rem;line-height:1.6}
