@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&family=Poppins:wght@500;600;700;800&display=swap";:root{--accent:#7f05e6;--accent-light:#fff1ec;--bg:#f4f7fa;--card:#fff;--border:#e2e8f0;--text-primary:#1e293b;--text-secondary:#64748b;--text-muted:#94a3b8;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6;--bottom-nav-h:70px;--header-h:64px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Nunito Sans,system-ui,-apple-system,sans-serif;overflow-x:hidden}#root{width:100%;min-height:100vh}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,select,textarea{outline:none;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.glass{-webkit-backdrop-filter:blur(12px);background:#fffc}.shadow-sm{boxShadow:0 1px 3px #0000001a}.shadow-md{boxShadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f}.shadow-lg{boxShadow:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes drawerIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.bottom-nav{display:none}.mobile-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a66;animation:.3s fadeIn;display:none;position:fixed;inset:0}@media (width<=768px){:root{--header-h:56px}.bottom-nav{height:var(--bottom-nav-h);border-top:1px solid var(--border);z-index:900;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #0f172a0d}.bottom-nav-item{height:100%;color:var(--text-muted);background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-size:10px;font-weight:700;transition:all .2s;display:flex;position:relative}.bottom-nav-item.active{color:var(--accent)}.bottom-nav-item svg{font-size:24px!important}.bottom-nav-item.active:after{content:"";background:var(--accent);border-radius:0 0 4px 4px;width:24px;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.mobile-drawer-overlay{display:block}.mobile-bottom-sheet{z-index:1100!important;border-radius:24px 24px 0 0!important;width:100%!important;max-height:90vh!important;padding:24px 20px!important;animation:.3s cubic-bezier(.4,0,.2,1) slideUp!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow-y:auto!important;box-shadow:0 -10px 40px #00000026!important}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}.recording-progress-slider{appearance:none;border-radius:999px;height:4px}.recording-progress-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#f46a4e;border:none;border-radius:50%;width:10px;height:10px}.recording-progress-slider::-moz-range-thumb{cursor:pointer;background:#f46a4e;border:none;border-radius:50%;width:10px;height:10px}
