:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;--bg:#101112;--topbar:#111314;--sidebar:#141617;--surface:#17191b;--surface-2:#1d1f21;--surface-3:#222427;--surface-selected:#292c2f;--text:#f2f2f0;--muted:#a7a9ad;--text-muted:#767a80;--border:#313438;--border-strong:#45494e;--accent:#3b82f6;--accent-soft:#3b82f62e;--danger:#f05245;--danger-soft:#3a2023;--success:#49b675;--primary:#f4f4f2;--primary-text:#141516;--header-height:64px;--tab-height:65px;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{background:var(--bg);width:100%;height:100%;margin:0;overflow:hidden}body{color:var(--text);-webkit-font-smoothing:antialiased;overscroll-behavior:none}button,input{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-shell{grid-template-rows:calc(var(--header-height) + env(safe-area-inset-top)) minmax(0, 1fr) calc(var(--tab-height) + env(safe-area-inset-bottom));background:var(--bg);width:100%;max-width:540px;height:100dvh;margin:0 auto;display:grid;position:relative;overflow:hidden}.app-header{padding:env(safe-area-inset-top) 12px 0;border-bottom:1px solid var(--border);background:var(--topbar);z-index:20;align-items:center;gap:10px;display:flex}.brand-mark,.login-mark,.boot-mark{color:#0a0b0c;background:#f6f6f4;border-radius:11px;flex:none;place-items:center;width:36px;height:36px;font-size:15px;font-weight:900;display:grid}.header-title{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.header-title span{color:var(--text-muted);letter-spacing:0;font-size:10px;font-weight:650;line-height:12px}.eyebrow{color:var(--muted);letter-spacing:.13em;font-size:10px;font-weight:800;line-height:12px}.header-title strong{white-space:nowrap;text-overflow:ellipsis;font-size:18px;line-height:22px;overflow:hidden}.header-title .header-brand{letter-spacing:-.6px;font-size:16px;font-style:italic;font-weight:900;line-height:21px}.header-actions{gap:5px;display:flex}.icon-button{background:0 0;border:0;border-radius:12px;place-items:center;width:42px;height:42px;padding:0;display:grid}.icon-button.surface{border:1px solid var(--border);background:var(--surface)}.icon-button svg,.button.icon-only svg{width:20px;height:20px}.notification-button{position:relative}.notification-button i{border:2px solid var(--bg);background:var(--danger);border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:8px}.app-content{min-height:0;overflow:hidden}.screen{overscroll-behavior-y:contain;scrollbar-width:none;flex-direction:column;gap:20px;height:100%;padding:16px 14px 28px;display:flex;overflow:auto}.screen::-webkit-scrollbar{display:none}.chip-scroll::-webkit-scrollbar{display:none}.tab-bar{padding:5px 3px env(safe-area-inset-bottom);border-top:1px solid var(--border);background:var(--sidebar);z-index:30;grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.tab{min-width:0;height:var(--tab-height);color:#747b82;white-space:nowrap;background:0 0;border:0;flex-direction:column;align-items:center;gap:1px;padding:2px 0 0;font-size:9px;font-weight:650;line-height:12px;display:flex}.tab-icon{border-radius:11px;place-items:center;width:34px;height:31px;display:grid}.tab svg{stroke-width:1.8px;width:20px;height:20px}.tab.active{color:var(--text);font-weight:800}.tab.active .tab-icon{color:var(--accent);background:var(--accent-soft)}.tab.active svg{stroke-width:2.3px}.screen-header{justify-content:space-between;align-items:flex-start;gap:12px;min-height:50px;display:flex}.screen-header>div{min-width:0}h1,h2,p{margin:0}.screen-header h1{letter-spacing:-.025em;font-size:25px;line-height:30px}.screen-header p{color:var(--muted);margin-top:3px;font-size:13px;line-height:18px}.section-heading{align-items:center;gap:8px;min-height:28px;margin-bottom:9px;display:flex}.section-heading h2{font-size:17px;line-height:22px}.badge{border-radius:999px;place-items:center;min-width:24px;height:24px;padding:0 7px;font-size:12px;display:grid}.danger-bg{color:#ff7771;background:var(--danger-soft)}.danger{color:var(--danger)!important}.muted{color:var(--muted)!important}.button{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:750;display:inline-flex}.button.primary{color:#0a0b0c;background:#f5f5f3;border-color:#f5f5f3}.button.large{width:100%;min-height:50px;margin-top:4px}.button.icon-only{width:44px;padding:0}.button.full{width:100%}.button:disabled{opacity:.45}.danger-button{color:var(--danger);background:var(--danger-soft);border-color:#583033}.text-button{color:var(--muted);background:0 0;border:0;font-size:12px;line-height:17px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.metric-card{border:1px solid var(--border);background:var(--surface);border-radius:15px;flex-direction:column;justify-content:space-between;gap:7px;min-width:0;min-height:108px;padding:13px;display:flex}.metric-card span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:650;line-height:16px;overflow:hidden}.metric-card strong{letter-spacing:-.03em;font-size:25px;line-height:30px}.metric-card small{color:#70777f;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.quick-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.quick-actions button{border:1px solid var(--border);background:var(--surface);border-radius:14px;flex-direction:column;justify-content:space-between;align-items:center;gap:5px;min-width:0;min-height:91px;padding:10px 6px;display:flex}.quick-actions button>svg:first-child{width:21px;height:21px;color:var(--text)}.quick-actions button>svg:last-child{width:14px;height:14px;color:var(--muted)}.quick-actions span{text-overflow:ellipsis;max-width:100%;font-size:11px;font-weight:750;overflow:hidden}.stack-card,.settings-card{border:1px solid var(--border);background:var(--surface);border-radius:15px;overflow:hidden}.stack-row{text-align:left;border:0;border-bottom:1px solid var(--border);background:0 0;grid-template-columns:21px minmax(0,1fr) auto 16px;align-items:center;gap:10px;width:100%;min-height:58px;padding:10px 12px;display:grid}.stack-row:last-child{border-bottom:0}.stack-row.static{grid-template-columns:21px minmax(0,1fr) auto}.stack-row svg{width:19px;height:19px}.stack-row span{font-size:13px}.stack-row strong{white-space:nowrap;font-size:12px}.queue-grid{gap:9px;display:grid}.queue-card{border:1px solid var(--border);background:var(--surface);border-radius:15px;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;min-height:82px;padding:13px;display:grid}.queue-card>div:first-child{flex-direction:column;gap:2px;display:flex}.queue-card span{color:var(--muted);font-size:11px}.queue-card strong{font-size:14px}.queue-card>b{font-size:22px}.queue-item{border-top:1px solid var(--border);grid-column:1/-1;justify-content:space-between;gap:10px;padding-top:7px;display:flex}.queue-item span{color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.messages-screen{gap:12px;padding-top:10px}.messenger-titlebar{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:52px;display:grid}.team-avatars{min-width:52px;padding-left:4px;display:flex}.team-avatars span{border:2px solid var(--bg);background:var(--surface-3);color:#c9cdd1;border-radius:50%;place-items:center;width:30px;height:30px;margin-left:-9px;font-size:8px;font-weight:850;display:grid}.team-avatars span:first-child{margin-left:0}.messenger-heading{text-align:center;min-width:0}.messenger-heading h1{font-size:22px;line-height:25px}.messenger-heading p{color:var(--muted);font-size:10px}.compose-button{border:1px solid var(--border);background:var(--surface);border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.compose-button svg{width:19px;height:19px}.messenger-search{background:var(--surface-2);border-radius:14px;align-items:center;gap:9px;min-height:43px;padding:0 7px 0 14px;display:flex}.messenger-search>svg{width:19px;color:var(--muted)}.messenger-search input{min-width:0;height:41px;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:14px}.messenger-search button{width:34px;height:34px;color:var(--muted);background:0 0;border:0;place-items:center;display:grid}.messenger-search button svg{width:16px}.messenger-categories{scrollbar-width:none;border-bottom:1px solid var(--border);gap:4px;margin:0 -14px;padding:4px 14px;display:flex;overflow-x:auto}.messenger-categories button{min-height:35px;color:var(--muted);background:0 0;border:0;border-radius:11px;flex:none;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:720;display:flex}.messenger-categories button.active{color:var(--text);background:var(--surface-3)}.messenger-categories button b{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:9px;display:grid}.chip-scroll{scrollbar-width:none;gap:7px;margin:-3px -14px 0;padding:3px 14px;display:flex;overflow-x:auto}.chip{border:1px solid var(--border);background:var(--surface);min-height:36px;color:var(--muted);border-radius:999px;flex:none;padding:0 13px;font-size:12px;font-weight:700}.chip.active{color:var(--text);background:var(--surface-3);border-color:#4a5158}.search-field{border:1px solid var(--border);background:var(--surface);border-radius:13px;align-items:center;gap:9px;min-height:44px;padding:0 5px 0 12px;display:flex}.search-field>svg{width:18px;color:var(--muted)}.search-field input{min-width:0;height:42px;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:14px}.search-field button{width:36px;height:36px;color:var(--muted);background:0 0;border:0;place-items:center;padding:0;display:grid}.search-field button svg{width:17px}.conversation-list{margin:-1px -14px 0}.conversation-row{text-align:left;background:0 0;border:0;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;min-height:72px;padding:8px 14px;display:grid;position:relative}.conversation-row:after{content:"";background:var(--border);height:1px;position:absolute;bottom:0;left:77px;right:0}.avatar{border:1px solid var(--border-strong);background:var(--surface-2);color:#c7cbd0;border-radius:15px;place-items:center;width:46px;height:46px;font-size:13px;font-weight:800;display:grid}.avatar.small{border-radius:9px;width:28px;height:28px;font-size:10px}.avatar.large{border-radius:17px;width:56px;height:56px;font-size:16px}.conversation-avatar{background:#24292e;border:0;border-radius:50%;width:52px;height:52px;font-size:14px;position:relative}.conversation-avatar.unread-ring{border:2px solid var(--accent);box-shadow:inset 0 0 0 2px var(--bg)}.conversation-copy{flex-direction:column;gap:5px;min-width:0;display:flex}.conversation-copy strong{white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:18px;overflow:hidden}.conversation-copy small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:17px;overflow:hidden}.conversation-copy small b{color:#b2b7bc;font-weight:700}.personal-directory-row{min-height:82px}.personal-directory-row:disabled{opacity:.72}.employee-position{color:#b2b7bc;white-space:nowrap;text-overflow:ellipsis;font-size:10px;line-height:12px;overflow:hidden}.conversation-copy small.new-personal-chat{color:#74a9f5;font-weight:650}.conversation-meta{flex-direction:column;justify-content:center;align-self:stretch;align-items:flex-end;gap:8px;display:flex}.conversation-meta time{color:var(--muted);font-size:10px}.start-chat-icon{width:17px;height:17px;color:var(--accent)}.inline-error{color:#ffb0ab;background:#351d1d;border:1px solid #713636;border-radius:10px;margin:2px 0;padding:9px 11px;font-size:11px}.unread{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;display:grid}.read-mark{color:var(--accent);letter-spacing:-3px;padding-right:3px;font-size:11px}.thread-screen{background:var(--bg);grid-template-rows:auto minmax(0,1fr) auto;height:100%;display:grid;position:relative}.thread-toolbar{border-bottom:1px solid var(--border);background:var(--topbar);align-items:center;gap:9px;min-height:58px;padding:5px 10px;display:flex}.back-button{background:0 0;border:0;place-items:center;width:40px;height:40px;display:grid;transform:rotate(180deg)}.back-button svg{width:20px}.thread-avatar{background:var(--surface-selected);width:36px;height:36px;color:var(--text);border-radius:50%;flex:none;place-items:center;font-size:11px;font-weight:850;display:grid}.thread-toolbar>div{flex-direction:column;flex:1;min-width:0;display:flex}.thread-toolbar strong{white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:19px;overflow:hidden}.thread-toolbar span{color:var(--muted);font-size:11px}.message-stream{flex-direction:column;gap:7px;min-height:0;padding:12px 10px 18px;display:flex;overflow-y:auto}.message-bubble{border:1px solid var(--border);background:var(--surface-2);border-radius:4px 10px 10px;flex-direction:column;align-self:flex-start;width:fit-content;max-width:86%;padding:7px 9px 6px;display:flex}.message-bubble.outgoing{background:var(--surface-selected);border-color:#3d4857;border-radius:10px 4px 10px 10px;align-self:flex-end}.message-bubble.has-media{width:min(82vw,360px);padding:4px}.message-bubble>b{color:#7fb2ff;padding:0 2px;font-size:11px;line-height:16px}.message-bubble.outgoing>b{color:#c7cbd0}.message-bubble time{color:var(--text-muted);justify-content:flex-end;align-items:center;gap:4px;padding:2px 2px 0;font-size:9px;display:flex}.message-bubble time span{color:var(--accent);letter-spacing:-3px;padding-right:2px}.rich-message-content{flex-direction:column;gap:7px;min-width:0;display:flex}.rich-message-content>p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:1px 2px;font-size:14px;line-height:19px}.chat-image{background:var(--surface);border:0;border-radius:7px;place-items:center;width:100%;min-height:150px;padding:0;display:grid;overflow:hidden}.chat-image img{object-fit:cover;width:100%;max-height:430px;display:block}.chat-image>span{min-height:150px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:7px;font-size:11px;display:flex}.chat-image svg{width:25px;height:25px}.chat-file{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:6px;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:8px;min-width:230px;min-height:56px;padding:8px;display:grid}.chat-file>span:first-child{background:var(--surface-muted,#222427);border-radius:6px;place-items:center;width:38px;height:38px;display:grid}.chat-file>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.chat-file strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.chat-file small{color:var(--text-muted);font-size:10px}.chat-file svg{width:18px;height:18px;color:var(--muted)}.attachment-unavailable{border:1px dashed var(--border);color:var(--text-muted);border-radius:6px;padding:8px;font-size:10px}.chat-poll{flex-direction:column;gap:6px;min-width:min(270px,72vw);display:flex}.chat-poll>strong{padding:2px;font-size:14px;line-height:19px}.chat-poll button{border:1px solid var(--border);background:var(--surface);text-align:left;border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:38px;padding:0 10px;display:grid;position:relative;overflow:hidden}.chat-poll button>i{background:var(--accent-soft);height:100%;position:absolute;inset:0 auto 0 0}.chat-poll button>span,.chat-poll button>b{z-index:1;position:relative}.chat-poll button>span{align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex}.chat-poll button>span svg{width:13px;height:13px;color:var(--accent)}.chat-poll button>b{font-size:10px}.chat-poll button.selected{border-color:var(--accent)}.chat-poll>small{color:var(--text-muted);font-size:9px}.chat-poll>em{color:#ffaaa3;font-size:9px;font-style:normal}.composer{border-top:1px solid var(--border);background:var(--topbar);flex-direction:column;gap:5px;min-height:62px;padding:6px 8px;display:flex}.composer-row{grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:6px;min-height:48px;display:grid}.composer input{min-width:0;height:44px;color:var(--text);border:1px solid var(--border);background:var(--surface-2);border-radius:8px;outline:0;padding:0 13px}.composer input::placeholder{color:var(--text-muted)}.composer button{border-radius:8px;place-items:center;width:44px;height:44px;padding:0;display:grid}.composer button svg{width:19px;height:19px}.composer .attach-button{border:1px solid var(--border);background:var(--surface);color:var(--muted)}.composer .send-button{border:1px solid var(--primary);background:var(--primary);color:var(--primary-text)}.composer button:disabled{opacity:.42}.composer-error{background:var(--danger-soft);color:#ffaaa3;border:1px solid #6a3537;border-radius:6px;padding:7px 9px;font-size:10px;line-height:14px}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.attachment-popover-layer{z-index:50;pointer-events:none;position:absolute;inset:0}.attachment-popover-dismiss{pointer-events:auto;background:0 0;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.attachment-popover{border:1px solid var(--border);background:var(--surface-2);pointer-events:auto;border-radius:10px;gap:2px;width:210px;padding:6px;display:grid;position:absolute;bottom:64px;left:8px;box-shadow:0 12px 34px #0000007a}.attachment-popover>button{text-align:left;background:0 0;border:0;border-radius:6px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;min-height:48px;padding:5px 8px;display:grid}.attachment-popover>button:active,.attachment-popover>button:focus-visible{background:var(--surface-selected)}.attachment-popover .attachment-action-icon{width:38px;height:38px}.attachment-popover .attachment-action-icon svg{width:19px}.attachment-popover strong{font-size:14px}.chat-sheet{width:min(100%,540px);max-width:none;max-height:min(82dvh,650px);padding:8px 14px calc(16px + env(safe-area-inset-bottom));border:1px solid var(--border);background:var(--surface);color:var(--text);border-bottom:0;border-radius:12px 12px 0 0;margin:auto auto 0;overflow-y:auto;box-shadow:0 -18px 42px #00000059}.chat-sheet::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#050607b8}.sheet-handle{background:var(--border-strong);border-radius:2px;width:38px;height:4px;margin:0 auto 9px}.sheet-title{justify-content:space-between;align-items:flex-start;gap:12px;min-height:48px;display:flex}.sheet-title>div{flex-direction:column;gap:2px;display:flex}.sheet-title strong{font-size:17px}.sheet-title span{color:var(--text-muted);font-size:10px}.sheet-title>button{border:1px solid var(--border);background:var(--surface-2);border-radius:6px;place-items:center;width:40px;height:40px;display:grid}.sheet-title svg{width:18px}.sheet-error{background:var(--danger-soft);color:#ffaaa3;border:1px solid #6a3537;border-radius:6px;margin-bottom:8px;padding:8px;font-size:10px}.attachment-actions{gap:6px;display:grid}.attachment-actions>button{text-align:left;border:1px solid var(--border);background:var(--surface-2);border-radius:8px;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;min-height:62px;padding:8px;display:grid}.attachment-actions>button>span:last-child{flex-direction:column;gap:2px;display:flex}.attachment-actions strong{font-size:14px}.attachment-actions small{color:var(--text-muted);font-size:10px}.attachment-action-icon{background:var(--surface-3);border-radius:7px;place-items:center;width:44px;height:44px;display:grid}.attachment-action-icon.image{color:var(--accent)}.attachment-action-icon svg{width:21px}.poll-form{flex-direction:column;gap:10px;display:flex}.poll-form label{flex-direction:column;gap:4px;display:flex}.poll-form label>span{color:var(--muted);font-size:10px;font-weight:700}.poll-form input{border:1px solid var(--border);background:var(--surface-2);height:44px;color:var(--text);border-radius:6px;outline:0;padding:0 11px}.poll-form input:focus{border-color:var(--accent)}.add-poll-option,.create-poll-button{border-radius:6px;justify-content:center;align-items:center;gap:7px;min-height:44px;font-weight:750;display:flex}.add-poll-option{border:1px solid var(--border);background:var(--surface-2)}.add-poll-option svg{width:16px}.create-poll-button{border:1px solid var(--primary);background:var(--primary);color:var(--primary-text)}.create-poll-button:disabled{opacity:.45}.segmented{border:1px solid var(--border);background:var(--surface);border-radius:13px;grid-template-columns:repeat(3,1fr);padding:3px;display:grid}.segmented button{min-height:35px;color:var(--muted);background:0 0;border:0;border-radius:10px;font-size:12px;font-weight:700}.segmented button.active{color:var(--text);background:var(--surface-3)}.tasks-screen{gap:14px}.entity-tabs{border-bottom:1px solid var(--border);gap:8px;margin:0 -14px;padding:0 14px 9px;display:flex}.entity-tabs button{border:1px solid var(--border);background:var(--surface);min-height:39px;color:var(--muted);border-radius:11px;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:750;display:flex}.entity-tabs button svg{width:16px;height:16px}.entity-tabs button b{background:var(--surface-3);min-width:20px;height:20px;color:var(--muted);border-radius:999px;place-items:center;padding:0 5px;font-size:10px;display:grid}.entity-tabs button.active{color:#0b0c0d;background:#f5f5f3;border-color:#f5f5f3}.entity-tabs button.active b{color:#fff;background:#50545a}.task-filter{align-items:center;gap:9px;display:flex}.task-filter>span{border:1px solid var(--border);min-height:34px;color:var(--muted);border-radius:10px;flex:none;align-items:center;gap:6px;padding:0 10px;font-size:11px;font-weight:700;display:flex}.task-filter>span svg{width:14px;height:14px}.task-filter>div{scrollbar-width:none;gap:5px;min-width:0;display:flex;overflow-x:auto}.task-filter button{min-height:34px;color:var(--muted);background:0 0;border:0;border-radius:10px;flex:none;padding:0 11px;font-size:11px;font-weight:700}.task-filter button.active{color:var(--text);background:var(--surface-3)}.task-filter button.danger-filter{color:#ff8b85;background:var(--danger-soft)}.task-list,.project-list{border-top:1px solid var(--border);margin:0 -14px}.task-row{text-align:left;border:0;border-bottom:1px solid var(--border);background:0 0;flex-direction:column;gap:8px;width:100%;min-height:92px;padding:12px 14px;display:flex}.task-row-main{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.task-row-main strong{flex:1;min-width:0;font-size:14px;line-height:19px}.task-row-main time{color:var(--muted);flex:none;font-size:10px}.task-row-meta{align-items:center;gap:7px;min-width:0;display:flex}.due-pill{border:1px solid var(--border);min-height:25px;color:var(--muted);border-radius:999px;flex:none;align-items:center;gap:4px;padding:0 8px;font-size:10px;display:inline-flex}.due-pill svg{width:12px;height:12px}.due-pill.overdue{color:#ff7b75;background:var(--danger-soft);border-color:#643034}.task-project{min-width:0;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:10px;overflow:hidden}.checklist-meta{color:var(--muted);flex:none;align-items:center;gap:3px;font-size:10px;display:flex}.checklist-meta svg{width:12px;height:12px}.task-row-status{color:var(--muted);align-items:center;gap:6px;padding-left:35px;font-size:10px;display:flex}.task-row-status i{border-radius:50%;width:7px;height:7px}.task-row-status small{color:#626970;margin-left:auto;font-family:ui-monospace,monospace}.project-row{text-align:left;border:0;border-bottom:1px solid var(--border);background:0 0;grid-template-columns:42px minmax(0,1fr) auto 16px;align-items:center;gap:10px;width:100%;min-height:88px;padding:12px 14px;display:grid}.project-icon{background:var(--surface-2);border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.project-icon svg{width:21px;height:21px}.project-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.project-copy strong{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.project-copy small{color:var(--muted);font-size:10px}.project-copy i{background:var(--surface-3);border-radius:2px;height:3px;margin-top:4px;overflow:hidden}.project-copy i span{background:var(--accent);height:100%;display:block}.project-stats{flex-direction:column;align-items:flex-end;gap:1px;display:flex}.project-stats b{font-size:17px}.project-stats small,.project-stats em{color:var(--muted);white-space:nowrap;font-size:9px;font-style:normal}.card-list{gap:10px;display:grid}.record-card{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:15px;flex-direction:column;gap:8px;width:100%;padding:13px;display:flex}.record-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.record-top>small{color:var(--muted);font-family:ui-monospace,monospace;font-size:10px}.status-pill{background:var(--surface-3);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-items:center;gap:6px;min-width:0;max-width:68%;min-height:26px;padding:0 9px;font-size:10px;font-weight:750;display:inline-flex;overflow:hidden}.status-pill i{border-radius:50%;flex:none;width:7px;height:7px}.record-card>strong{font-size:15px;line-height:20px}.record-card>p{color:var(--muted);font-size:12px;line-height:17px}.record-footer{border-top:1px solid var(--border);align-items:center;gap:7px;min-height:35px;padding-top:7px;display:flex}.record-footer>span:nth-child(2){min-width:0;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:11px;overflow:hidden}.record-footer time,.money-row time{color:var(--muted);align-items:center;gap:4px;font-size:10px;display:flex}.record-footer svg,.money-row svg{width:14px;height:14px}.money-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.money-row b{font-size:19px}.object-card{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:15px;grid-template-columns:42px minmax(0,1fr) 16px;align-items:center;gap:10px;width:100%;padding:12px;display:grid}.object-icon{background:var(--surface-3);border-radius:13px;align-self:flex-start;place-items:center;width:42px;height:42px;display:grid}.object-icon svg{width:21px}.object-copy{flex-direction:column;gap:7px;min-width:0;display:flex}.object-copy>div:first-child{justify-content:space-between;align-items:center;gap:8px;display:flex}.object-copy>div:first-child small{color:var(--muted);font-size:9px}.object-copy strong{font-size:15px}.object-copy p{color:var(--muted);align-items:center;gap:5px;font-size:11px;display:flex}.object-copy p svg{width:13px}.object-copy>small{color:var(--muted);font-size:10px}.progress{background:var(--surface-3);border-radius:2px;height:4px;overflow:hidden}.progress i{background:var(--success);border-radius:2px;height:100%;display:block}.profile-card{border:1px solid var(--border);background:var(--surface);border-radius:16px;align-items:center;gap:12px;padding:15px;display:flex}.profile-card>div{flex-direction:column;gap:3px;min-width:0;display:flex}.profile-card strong{font-size:16px}.profile-card span:not(.avatar){color:var(--muted);font-size:12px}.menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.menu-grid button{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:15px;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:7px;min-height:92px;padding:12px;display:grid}.menu-grid button>svg:first-child{background:var(--surface-3);border-radius:10px;width:34px;height:34px;padding:7px}.menu-grid button span{font-size:13px;font-weight:750}.menu-grid button>svg:last-child{width:15px;color:var(--muted)}.settings-card{flex-direction:column;display:flex}.setting-row{text-align:left;border:0;border-bottom:1px solid var(--border);background:0 0;grid-template-columns:23px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:67px;padding:10px 12px;display:grid}.setting-row:last-child{border-bottom:0}.setting-row>svg{width:21px}.setting-row>span{flex-direction:column;gap:2px;display:flex}.setting-row strong{font-size:13px}.setting-row small{color:var(--muted);font-size:10px;line-height:14px}.switch{background:var(--surface-3);border-radius:12px;width:42px;height:24px;padding:3px;transition:background .2s}.switch:after{content:"";background:#7a8188;border-radius:50%;width:18px;height:18px;transition:transform .2s,background .2s;display:block}.switch.on{background:var(--accent-soft)}.switch.on:after{background:var(--accent);transform:translate(18px)}.settings-hint{color:var(--muted);padding:8px 4px 0;font-size:11px;line-height:16px}.state-card{text-align:center;border:1px solid var(--border);background:var(--surface);border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:120px;padding:20px;display:flex}.state-card p{color:var(--muted);font-size:12px;line-height:17px}.state-card.error{color:var(--danger)}.spinner{border:2px solid var(--border-strong);border-top-color:var(--text);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.boot-screen{width:100%;height:100dvh;padding:max(28px, env(safe-area-inset-top)) 18px max(28px, env(safe-area-inset-bottom));background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex}.boot-screen .state-card{background:0 0;border:0;min-height:auto}.boot-mark{border-radius:16px;width:54px;height:54px;font-size:19px}.login-shell{width:100%;max-width:480px;height:100dvh;padding:max(26px, env(safe-area-inset-top)) 16px max(24px, env(safe-area-inset-bottom));background:var(--bg);flex-direction:column;justify-content:space-between;gap:24px;margin:auto;display:flex;overflow-y:auto}.login-brand{color:var(--muted);letter-spacing:.14em;align-items:center;gap:10px;font-size:11px;font-weight:850;display:flex}.login-card{border:1px solid var(--border);background:var(--surface);border-radius:19px;flex-direction:column;gap:9px;width:100%;padding:22px 18px;display:flex}.login-card h1{margin-top:5px;font-size:27px}.login-card>p{color:var(--muted);font-size:13px;line-height:19px}.login-card form{flex-direction:column;gap:14px;margin-top:11px;display:flex}.login-card label{color:#c8ccd0;flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.login-card input{width:100%;height:47px;color:var(--text);border:1px solid var(--border-strong);background:var(--surface-2);border-radius:12px;outline:0;padding:0 12px}.password-field{display:flex;position:relative}.password-field button{width:44px;height:44px;color:var(--muted);background:0 0;border:0;place-items:center;display:grid;position:absolute;top:2px;right:2px}.password-field button svg{width:19px}.password-field input{padding-right:46px}.form-error{background:var(--danger-soft);color:#ff9893;border-radius:10px;padding:9px 11px;font-size:11px;line-height:16px}@media (width>=541px){body{background:#050506}.app-shell,.login-shell{border-left:1px solid var(--border);border-right:1px solid var(--border)}}@media (width<=360px){.tab{font-size:8px}.quick-actions{grid-template-columns:repeat(2,1fr)}.quick-actions button{min-height:76px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
