:root{--accent-color:#10bd99;--accent-color-2:#06c;--accent-hover-color:#2fb892;--accent-pressed-color:#3adbb9;--accent-disabled-color:#b8bcc6;--alert-critical-color:#ea3943;--alert-critical-hover-color:#c4303b;--title-color:#132141;--red-color:#cd234c;--border-color:#d0d3d9;--black-color-1:#132141;--black-color-2:#2b3754;--black-color-3:#424d67;--black-color-4:#5a647a;--black-color-5:#717a8d;--gray-color-1:#8990a0;--gray-color-2:#a1a6b3;--gray-color-3:#b8bcc6;--gray-color-4:#d0d3d9;--gray-color-5:#e7e9ec;--gray-color-6:#f3f4f5;--link-hover-color:#33c599}*{-webkit-tap-highlight-color:transparent}body,html{margin:0;padding:0;background-color:#fff;font-family:var(--mantine-font-family)}a,body,html{color:var(--black-color-2)}a{text-decoration:none}a:hover{color:var(--link-hover-color)}.app-main{width:100%;max-width:1200px;margin:0 auto;padding:12px 12px 98px;background:#fff}@media (min-width:768px){.app-main{padding:24px}}.auth-shell{min-height:calc(100vh - 24px);display:flex;align-items:center;justify-content:center}@media (min-width:768px){.auth-shell{min-height:calc(100vh - 48px)}}.app-bottom-nav{position:fixed;left:50%;bottom:12px;transform:translateX(-50%);width:calc(100% - 24px);max-width:720px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:4px;gap:4px;padding:8px;border:1px solid var(--border-color);border-radius:14px;background:hsla(0,0%,100%,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50}.app-bottom-link{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 4px;border-radius:10px;color:var(--gray-color-1);transition:all .2s ease}.app-bottom-link:hover{background:var(--gray-color-6);color:var(--black-color-2)}.app-bottom-link.is-active{color:var(--accent-color);background:#e8f8f4}.app-bottom-icon{width:20px;height:20px;display:inline-flex}.app-bottom-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.app-bottom-label{font-size:10px;line-height:1;text-align:center}@media (min-width:1024px){.app-bottom-nav.app-sidebar{width:244px;left:0;top:0;bottom:0;transform:none;max-width:none;gap:0;border:none;border-right:1px solid var(--border-color);border-radius:0;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;padding:8px;display:flex;flex-direction:column;gap:6px;overflow-y:auto;padding-right:2px;padding-top:8px}.app-bottom-nav.app-sidebar .app-bottom-link{flex-direction:row;justify-content:flex-start;gap:10px;padding:10px;border-radius:10px}.app-bottom-nav.app-sidebar .app-bottom-label{font-size:13px;line-height:1.2;text-align:left;white-space:nowrap}.app-bottom-nav.app-sidebar+.app-main{width:auto;max-width:none;margin:0 0 0 244px;min-height:100vh}}.filters-row{overflow-x:auto;padding:0 2px 4px;scrollbar-width:none;-ms-overflow-style:none}.filters-row::-webkit-scrollbar{display:none}.tasks-sticky-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:#fff;padding-top:8px;padding-bottom:6px;border-bottom:1px solid var(--gray-color-5)}.mantine-Input-input,.mantine-NumberInput-input,.mantine-Paper-root,.mantine-Select-input,.mantine-Textarea-input{background:var(--gray-color-6);border-color:var(--gray-color-4)}.mantine-Table-table{background:var(--gray-color-6)}.mantine-Table-td,.mantine-Table-th{background:var(--gray-color-6);border-color:var(--gray-color-4)}.body--chat .app-main{padding:0!important;overflow:hidden;height:100dvh}.chat-shell{height:100%;flex-direction:column}.chat-layout,.chat-shell{overflow:hidden;display:flex}.chat-layout{flex:1 1;min-height:0;border-top:1px solid var(--gray-color-4);padding-bottom:74px;background:#fff}@media (min-width:640px){.chat-layout{background:linear-gradient(90deg,#fff 300px,#f7f9fb 0);padding-bottom:0}}.chat-sidebar{width:100%;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--gray-color-4);background:#fff;overflow:hidden}@media (min-width:640px){.chat-sidebar{width:300px}}.chat-sidebar--hidden-mobile{display:none}@media (min-width:640px){.chat-sidebar--hidden-mobile{display:flex}}.chat-sidebar-header{padding:14px 16px 12px;border-bottom:1px solid var(--gray-color-4);flex-shrink:0}.chat-thread-list{flex:1 1;overflow-y:auto}.chat-empty-threads{display:flex;align-items:center;justify-content:center;height:120px}.chat-thread-item{width:100%;display:flex;align-items:center;gap:12px;padding:11px 16px;background:transparent;border:none;border-bottom:1px solid var(--gray-color-5);cursor:pointer;text-align:left;transition:background .15s ease}.chat-thread-item:hover{background:var(--gray-color-6)}.chat-thread-item--active{background:#e8f8f4}.chat-thread-item--active:hover{background:#d5f2eb}.chat-thread-avatar{flex-shrink:0}.chat-thread-info{flex:1 1;min-width:0}.chat-thread-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px}.chat-thread-meta{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.chat-thread-unread-badge{min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:var(--accent-color);color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center}.chat-thread-preview{display:flex;align-items:center;gap:0;overflow:hidden}.chat-window{flex:1 1;min-width:0;display:flex;flex-direction:column;background:#f7f9fb;overflow:hidden}.chat-window--hidden-mobile{display:none}@media (min-width:640px){.chat-window--hidden-mobile{display:flex}}.chat-window-empty{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--gray-color-2)}.chat-window-empty-icon{width:52px;height:52px;color:var(--gray-color-3)}.chat-window-empty-icon svg{width:100%;height:100%}.chat-window-header{gap:10px;padding:10px 14px;background:#fff;border-bottom:1px solid var(--gray-color-4)}.chat-back-btn,.chat-window-header{display:flex;align-items:center;flex-shrink:0}.chat-back-btn{justify-content:center;width:32px;height:32px;background:transparent;border:none;cursor:pointer;color:var(--black-color-3);border-radius:8px;transition:background .15s ease}.chat-back-btn:hover{background:var(--gray-color-5)}.chat-back-btn svg{width:20px;height:20px}@media (min-width:640px){.chat-back-btn{display:none}}.chat-window-header-info{display:flex;flex-direction:column;gap:1px}.chat-messages{flex:1 1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:6px}.chat-messages-loading{flex:1 1;display:flex;align-items:center;justify-content:center}.chat-bubble-wrap{display:flex;align-items:flex-end;gap:6px}.chat-bubble-wrap--out{flex-direction:row-reverse}.chat-bubble-wrap--in{flex-direction:row}.chat-bubble-avatar{flex-shrink:0;margin-bottom:2px}.chat-bubble-col{display:flex;flex-direction:column;align-items:flex-end;max-width:72%;gap:3px}.chat-bubble-wrap--in .chat-bubble-col{align-items:flex-start}.chat-bubble{width:100%;padding:8px 12px 6px;border-radius:16px;word-break:break-word}.chat-bubble--out{background:var(--accent-color);color:#fff;border-bottom-right-radius:4px;transition:background .2s ease,opacity .2s ease}.chat-bubble--in{background:#fff;color:var(--black-color-2);border-bottom-left-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.06)}.chat-bubble--sending{opacity:.6}.chat-bubble--failed{background:#fde8ec!important;color:var(--red-color)!important;border:1px solid #f8b4c0}.chat-bubble--failed .chat-bubble-time,.chat-retry-btn{color:var(--red-color)}.chat-retry-btn{background:none;border:none;padding:0;cursor:pointer;font-size:11px;text-decoration:underline;text-underline-offset:2px;line-height:1;transition:opacity .15s ease}.chat-retry-btn:hover{opacity:.75}.chat-bubble-time{margin-top:3px;display:block;text-align:right;opacity:.65;line-height:1}.chat-bubble--in .chat-bubble-time{opacity:.5}.chat-date-sep{display:flex;align-items:center;gap:10px;margin:10px 0 6px;color:var(--gray-color-1);font-size:11px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-date-sep:after,.chat-date-sep:before{content:"";flex:1 1;height:1px;background:var(--gray-color-4)}.chat-date-sep span{white-space:nowrap}.chat-input-bar{display:flex;align-items:flex-end;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid var(--gray-color-4);flex-shrink:0}.chat-input{flex:1 1;resize:none;border:1px solid var(--gray-color-4);border-radius:20px;padding:9px 14px;font-family:var(--mantine-font-family);font-size:14px;line-height:1.4;color:var(--black-color-2);background:var(--gray-color-6);outline:none;max-height:120px;transition:border-color .15s ease}.chat-input:focus{border-color:var(--accent-color);background:#fff}.chat-input::placeholder{color:var(--gray-color-2)}.chat-send-btn{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--accent-color);color:#fff;border:none;border-radius:50%;cursor:pointer;transition:background .15s ease,transform .1s ease}.chat-send-btn:hover:not(.chat-send-btn--disabled){background:var(--accent-hover-color)}.chat-send-btn:active:not(.chat-send-btn--disabled){transform:scale(.93)}.chat-send-btn svg{width:18px;height:18px}.chat-send-btn--disabled{background:var(--gray-color-3);cursor:default}