@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;1,14..32,400&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg0: #0d1117;--bg1: #111820;--bg2: #161e28;--bg3: #1c2535;--bg4: #222d3d;--bg5: #283345;--accent: #4f8ef7;--accent-hover: #6ba3ff;--accent-dim: rgba(79,142,247,.14);--accent-glow: rgba(79,142,247,.28);--text1: #eef2f7;--text2: #94a1b3;--text3: #5c6b80;--border: rgba(255,255,255,.07);--border-hover: rgba(255,255,255,.13);--green: #34d399;--red: #f87171;--yellow: #fbbf24;--purple: #a78bfa;--bubble-out: #1a3a6b;--bubble-in: #161e28;--radius: 14px;--radius-sm: 9px;--radius-xs: 6px;--shadow-sm: 0 2px 8px rgba(0,0,0,.35);--shadow-md: 0 8px 32px rgba(0,0,0,.5);--shadow-lg: 0 24px 64px rgba(0,0,0,.65);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px);--sidebar-w: 300px;--sidebar-w-settings: 460px}html,body,#root{height:100%;height:100dvh;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg0);color:var(--text1);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;overscroll-behavior:none}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#ffffff29}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:transparent;transition:opacity .15s,background .15s,transform .1s,box-shadow .15s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}button:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}button:not(:disabled):active{transform:scale(.97)}input,textarea,select{font-family:inherit;outline:none;-webkit-tap-highlight-color:transparent;color:var(--text1)}input:focus,textarea:focus{border-color:var(--accent)!important;box-shadow:0 0 0 3px var(--accent-dim)!important}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.94) translateY(8px)}60%{transform:scale(1.01) translateY(-1px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}@keyframes pulse{0%,to{box-shadow:0 0 0 0 var(--accent-glow)}50%{box-shadow:0 0 0 6px transparent}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes badgePop{0%{transform:scale(.5);opacity:0}70%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}@keyframes typingDot{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.fade-up{animation:fadeUp .22s cubic-bezier(.16,1,.3,1) both}.fade-in{animation:fadeIn .18s ease both}.slide-right{animation:slideInRight .22s cubic-bezier(.16,1,.3,1) both}.slide-left{animation:slideInLeft .22s cubic-bezier(.16,1,.3,1) both}.slide-up{animation:slideInUp .28s cubic-bezier(.16,1,.3,1) both}.pop-in{animation:popIn .24s cubic-bezier(.16,1,.3,1) both}.spinning{display:inline-block;animation:spin .8s linear infinite}.blinking{animation:blink 1.4s ease infinite}.pulse-dot{animation:pulse 2s ease infinite}.kant-spinner{animation:spin .8s linear infinite;flex-shrink:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent-dim);color:var(--text1)}input,textarea{caret-color:var(--accent)}.tabular{font-variant-numeric:tabular-nums}.date-divider{display:flex;align-items:center;justify-content:center;margin:18px 0 10px}.date-divider span{font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--text2);background:var(--bg3);border:1px solid var(--border);border-radius:99px;padding:4px 14px}@media (hover: hover){.hoverable-row:hover{background:var(--bg3)}}.glass{background:#161e28b8;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border:1px solid var(--border)}.composer-wrap:focus-within{border-color:var(--accent)!important;box-shadow:0 0 0 3px var(--accent-dim)!important}@media (max-width: 640px){:root{--sidebar-w: 100%}.sidebar-mobile-hidden{transform:translate(-100%);pointer-events:none;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;min-width:100%!important;z-index:200;transition:transform .28s cubic-bezier(.16,1,.3,1)!important}.sidebar-mobile-visible{transform:translate(0);position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;min-width:100%!important;z-index:200;padding-top:var(--safe-top);transition:transform .28s cubic-bezier(.16,1,.3,1)!important}.modal-mobile-full{width:100%!important;max-width:100%!important;border-radius:var(--radius) var(--radius) 0 0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;animation:slideInUp .28s cubic-bezier(.16,1,.3,1) both!important}button{min-height:44px}.input-row-mobile{padding-bottom:calc(12px + var(--safe-bottom))!important}.auth-card-mobile{width:100%!important;min-height:100%!important;border-radius:0!important;padding:calc(48px + var(--safe-top)) 28px calc(32px + var(--safe-bottom))!important}.members-panel-mobile{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;z-index:10;animation:slideInRight .22s cubic-bezier(.16,1,.3,1) both}.debug-log-mobile-hidden{position:fixed!important;bottom:0!important;right:8px!important;left:8px!important;width:auto!important;max-height:180px!important}.tab-bar-mobile{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:250;background:#111820e6;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border-top:1px solid var(--border);border-bottom:none!important;padding-bottom:var(--safe-bottom)}.tab-bar-mobile .tab-btn-label{display:block!important;font-size:10px!important}.tab-bar-mobile button{min-height:52px;flex:1}.sidebar-footer-mobile{padding-bottom:calc(64px + var(--safe-bottom))!important}}
