:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;--bg:#090d10;--topbar:#0b1013;--sidebar:#0b1013;--surface:#12181c;--surface-2:#171e22;--surface-3:#20282d;--surface-selected:#1b2936;--text:#f4f6f7;--muted:#9aa3aa;--text-muted:#68737c;--border:#202a30;--border-strong:#35434c;--accent:#2f80ed;--accent-soft:#3b82f62e;--danger:#f05245;--danger-soft:#3a2023;--success:#49b675;--primary:#f4f4f2;--primary-text:#141516;--header-height:82px;--tab-height:57px;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:calc(env(safe-area-inset-top) + 7px) 12px 7px;border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--topbar) 94%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:20;grid-template-rows:34px 27px;gap:3px;display:grid}.header-utility{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.brand-lockup{align-items:center;gap:8px;display:flex}.brand-lockup img{object-fit:cover;filter:invert();opacity:.92;border-radius:7px;width:26px;height:26px}.brand-lockup strong{letter-spacing:.03em;font-size:12px;line-height:16px}.brand-mark,.login-mark,.boot-mark{object-fit:cover;color:#0a0b0c;background:#f6f6f4;border-radius:9px;flex:none;place-items:center;width:36px;height:36px;font-size:15px;font-weight:900;display:grid}.header-title{align-items:end;min-width:0;display:flex}.eyebrow{color:var(--muted);letter-spacing:.13em;font-size:10px;font-weight:800;line-height:12px}.header-title strong{letter-spacing:-.025em;white-space:nowrap;text-overflow:ellipsis;font-size:21px;line-height:25px;overflow:hidden}.header-actions{gap:5px;display:flex}.icon-button{background:0 0;border:0;border-radius:9px;place-items:center;width:38px;height:38px;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:5px;right:6px}.app-content{min-width:0;min-height:0;overflow:hidden}.screen{overscroll-behavior-y:contain;scrollbar-width:none;flex-direction:column;gap:14px;height:100%;padding:12px 12px 24px;display:flex;overflow:auto}.screen>*{flex-shrink:0}.screen::-webkit-scrollbar{display:none}.chip-scroll::-webkit-scrollbar{display:none}.tab-bar{padding:3px 3px env(safe-area-inset-bottom);border-top:1px solid var(--border);background:color-mix(in srgb, var(--sidebar) 95%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:30;grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.tab{min-width:0;height:var(--tab-height);color:#69747c;white-space:nowrap;background:0 0;border:0;flex-direction:column;align-items:center;gap:0;padding:3px 0 1px;font-size:8px;font-weight:650;line-height:11px;display:flex}.tab-icon{border-radius:9px;place-items:center;width:31px;height:30px;display:grid}.tab svg{stroke-width:1.8px;width:19px;height:19px}.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:44px;display:flex}.screen-header>div{min-width:0}h1,h2,p{margin:0}.screen-header h1{letter-spacing:-.015em;font-size:18px;line-height:23px}.screen-header p{color:var(--muted);margin-top:2px;font-size:11px;line-height:15px}.welcome-line{color:#c8ced2;align-items:center;gap:6px;min-height:20px;font-size:11px;display:flex}.compact-summary{min-height:44px;color:var(--muted);align-items:center;gap:8px;font-size:11px;display:flex}.compact-summary>span{flex:1;min-width:0}.compact-summary>strong{color:var(--text);white-space:nowrap;font-size:14px}.primary-action{color:#fff;background:var(--accent)}.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:7px;display:grid}.metric-card{border:1px solid var(--border);background:var(--surface);border-radius:9px;flex-direction:column;justify-content:space-between;gap:5px;min-width:0;min-height:92px;padding:11px;display:flex}.metric-card span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:650;line-height:14px;overflow:hidden}.metric-card strong{letter-spacing:-.035em;font-size:24px;line-height:27px}.metric-card small{color:#69747c;white-space:nowrap;text-overflow:ellipsis;font-size:9px;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:9px;flex-direction:column;justify-content:space-between;align-items:center;gap:4px;min-width:0;min-height:72px;padding:9px 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:8px;padding-top:8px}.messenger-titlebar{flex-shrink:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:42px;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;color:var(--muted);font-size:10px}.compose-button{border:1px solid var(--border);background:var(--surface);border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.compose-button svg{width:19px;height:19px}.messenger-search{border:1px solid var(--border);background:var(--surface);border-radius:8px;flex-shrink:0;align-items:center;gap:8px;min-height:40px;padding:0 6px 0 12px;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:1px solid var(--border);background:var(--surface);border-radius:8px;flex:none;align-items:stretch;gap:3px;min-height:42px;margin:0;padding:3px;display:flex;overflow:auto hidden}.messenger-categories::-webkit-scrollbar{width:0;height:0;display:none}.messenger-categories button{min-height:34px;color:var(--muted);background:0 0;border:0;border-radius:6px;flex:none;align-items:center;gap:5px;padding:0 11px;font-size:11px;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}.notification-categories{border-bottom:1px solid var(--border);margin-top:0;padding-bottom:7px}.notification-categories .chip{align-items:center;gap:6px;display:inline-flex}.notification-categories .chip b{background:var(--surface-3);min-width:18px;height:18px;color:var(--text-muted);border-radius:9px;place-items:center;padding:0 5px;font-size:9px;display:inline-grid}.notification-categories .chip.active b{background:var(--accent);color:#fff}.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{min-width:0;margin:-1px -12px 0}.conversation-row{text-align:left;background:0 0;border:0;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-width:0;min-height:65px;padding:6px 12px;display:grid;position:relative;overflow:hidden}.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:#20282d;border:0;border-radius:50%;width:46px;height:46px;font-size:12px;position:relative}.company-chat-avatar{background:#d8dadd;overflow:hidden}.company-chat-avatar img{object-fit:contain;width:72%;height:72%;display:block}.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:70px}.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;width:100%;min-width:0;height:100%;display:grid;position:relative;overflow:hidden}.thread-toolbar{border-bottom:1px solid var(--border);background:var(--topbar);align-items:center;gap:9px;width:100%;min-width:0;min-height:58px;padding:5px 10px;display:flex;overflow:hidden}.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 1 0;min-width:0;display:flex}.thread-toolbar>.icon-button{flex:0 0 40px}.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;width:100%;min-width:0;min-height:0;padding:12px 10px 18px;display:flex;overflow:hidden auto}.message-bubble{border:1px solid var(--border);background:var(--surface-2);border-radius:4px 10px 10px;flex-direction:column;flex:none;align-self:flex-start;width:auto;min-width:min(150px,100% - 48px);max-width:min(82%,620px);padding:7px 9px 6px;display:flex;overflow:visible}.message-bubble.outgoing{background:var(--surface-selected);border-color:#3d4857;border-radius:10px 4px 10px 10px;align-self:flex-end;margin-left:48px}.message-bubble.has-media{width:min(52vw,240px);min-width:156px;padding:4px}.message-bubble{position:relative}.message-menu-trigger{z-index:2;opacity:0;width:30px;height:30px;color:var(--text-muted);background:color-mix(in srgb, var(--surface) 90%, transparent);border:0;border-radius:50%;place-items:center;padding:0;transition:opacity .15s;display:grid;position:absolute;top:2px;right:2px}.message-bubble:hover .message-menu-trigger,.message-bubble:focus-within .message-menu-trigger{opacity:1}.message-menu-trigger svg{width:16px;height:16px}.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}.system-message{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-2) 88%, transparent);width:min(92%,680px);color:var(--text-secondary);text-align:center;border-radius:10px;flex-direction:column;align-self:center;align-items:center;gap:3px;margin:5px auto;padding:7px 10px;display:flex}.system-message .rich-message-content>p{min-height:0;padding:0;font-size:10px;line-height:15px}.system-message time{color:var(--text-muted);font-size:8px}.rich-message-content{flex-direction:column;gap:7px;width:100%;min-width:0;display:flex}.rich-message-content>p{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;width:auto;max-width:100%;min-height:19px;margin:0;padding:1px 2px;font-size:14px;line-height:19px;overflow:visible}.chat-image{background:var(--surface);border:0;border-radius:7px;place-items:center;width:100%;min-height:92px;padding:0;display:grid;overflow:hidden}.chat-image img{object-fit:cover;width:100%;max-height:250px;display:block}.chat-image>span{min-height:92px;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-image-viewer{z-index:120;padding:max(70px, env(safe-area-inset-top)) 16px max(70px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000eb;place-items:center;display:grid;position:fixed;inset:0}.chat-image-viewer>img{object-fit:contain;border-radius:8px;max-width:94vw;max-height:80dvh;box-shadow:0 20px 80px #00000080}.chat-image-viewer-toolbar{z-index:2;top:max(16px, env(safe-area-inset-top));gap:8px;display:flex;position:fixed;right:14px}.chat-image-viewer-toolbar button{color:#fff;background:#1e1e20e6;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.chat-image-viewer-toolbar svg{width:20px;height:20px}.message-reference{border-left:3px solid var(--accent);background:color-mix(in srgb, var(--surface) 75%, transparent);border-radius:4px;flex-direction:column;gap:1px;min-width:0;padding:6px 8px;display:flex;overflow:hidden}.message-reference strong,.message-reference span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.message-reference strong{color:#7fb2ff;font-size:10px}.message-reference span{color:var(--text-muted);font-size:10px}.message-reference.forwarded{border-left-color:#8e9aab}.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;width:min(280px,72vw);min-width:0;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;width:min(300px,72vw);min-width:0;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;width:100%;min-width:0;min-height:62px;padding:6px 8px;display:flex;overflow:hidden}.composer-row{grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:6px;width:100%;min-width:0;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}.composer-reply{border-left:3px solid var(--accent);background:var(--surface-2);border-radius:5px;grid-template-columns:20px minmax(0,1fr) 36px;align-items:center;gap:8px;min-height:44px;padding:5px 5px 5px 10px;display:grid}.composer-reply>svg{width:17px;height:17px;color:var(--accent)}.composer-reply span{flex-direction:column;min-width:0;display:flex}.composer-reply b,.composer-reply small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.composer-reply b{color:#7fb2ff;font-size:10px}.composer-reply small{color:var(--text-muted);font-size:10px}.composer-reply button{width:36px;height:36px;color:var(--muted);background:0 0;border:0}.message-action-layer{z-index:110;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000007a;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:fixed;inset:0}.message-action-menu{width:min(320px,100vw - 32px);margin-bottom:max(76px, env(safe-area-inset-bottom));border:1px solid var(--border);background:var(--surface-2);border-radius:16px;flex-direction:column;padding:7px;display:flex;box-shadow:0 18px 54px #00000075}.message-action-menu button{width:100%;min-height:48px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;padding:0 14px;font-size:14px;font-weight:700;display:flex}.message-action-menu button:hover{background:var(--surface)}.message-action-menu button svg{width:20px;height:20px}.message-action-menu button.danger{color:#ff6b64}.forward-dialog{width:min(420px,100vw - 24px);max-height:min(70dvh,620px);margin-bottom:max(70px, env(safe-area-inset-bottom));border:1px solid var(--border);background:var(--surface-2);border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 18px 54px #00000075}.forward-dialog>div:first-child{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:54px;padding:8px 10px 8px 16px;display:flex}.forward-dialog>div:first-child>button{width:40px;height:40px;color:var(--muted);background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.forward-targets{overflow-y:auto}.forward-targets>button{width:100%;min-height:58px;color:var(--text);text-align:left;border:0;border-bottom:1px solid var(--border);background:0 0;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:7px 12px;display:grid}.forward-targets>button strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.forward-targets>button>svg{width:18px;height:18px;color:var(--muted)}.forward-loading{color:var(--text-muted);text-align:center;padding:24px}.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:9px}.entity-tabs{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:repeat(2,1fr);gap:3px;padding:3px;display:grid}.entity-tabs button{min-height:37px;color:var(--muted);background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:11px;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:#fff;background:var(--accent)}.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-filter>.filter-trigger{border:1px solid var(--border);background:var(--surface);border-radius:9px;align-items:center;gap:6px;min-height:36px;padding:0 10px;display:inline-flex}.task-filter>.filter-trigger svg{width:14px;height:14px}.task-filter>.filter-trigger.active{color:#fff;border-color:var(--accent);background:var(--accent)}.task-filter>.filter-current{min-width:0;min-height:34px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;background:0 0;border:0;align-items:center;padding:0 4px;font-size:10px;display:flex;overflow:hidden}.task-list,.project-list{border-top:1px solid var(--border);margin:0 -12px}.task-row{text-align:left;border:0;border-bottom:1px solid var(--border);background:0 0;flex-direction:column;gap:6px;width:100%;min-height:80px;padding:9px 12px;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:33px;font-size:9px;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:38px minmax(0,1fr) auto 16px;align-items:center;gap:9px;width:100%;min-height:76px;padding:9px 12px;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}.detail-screen{gap:13px;padding-top:8px}.detail-toolbar{justify-content:space-between;align-items:center;gap:10px;min-height:38px;display:flex}.detail-back{min-width:0;min-height:38px;color:var(--muted);background:0 0;border:0;align-items:center;gap:6px;padding:0 8px 0 0;font-size:11px;font-weight:700;display:flex}.detail-back svg{width:19px;height:19px;color:var(--text)}.detail-back span{text-overflow:ellipsis;white-space:nowrap;max-width:230px;overflow:hidden}.project-identity,.task-identity{min-width:0;display:grid;position:relative}.project-identity{grid-template-columns:58px minmax(0,1fr);gap:11px}.project-hero-icon{border:1px solid var(--border-strong);background:linear-gradient(145deg,#25323a,#11171b);border-radius:15px;align-self:start;place-items:center;width:58px;height:58px;display:grid}.project-hero-icon svg{color:#d9dee1;width:28px;height:28px}.project-identity-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.detail-eyebrow{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800;line-height:13px}.project-identity h1,.task-identity h1{letter-spacing:-.025em;overflow-wrap:anywhere;margin:0;font-size:21px;line-height:26px}.project-identity p,.task-identity p{color:var(--muted);font-size:11px;line-height:16px}.detail-meta-line{min-width:0;color:var(--muted);align-items:center;gap:10px;margin-top:5px;font-size:10px;display:flex}.detail-meta-line>span{align-items:center;gap:4px;display:inline-flex}.detail-meta-line svg{width:13px;height:13px}.status-pill .blue-dot{background:var(--accent)}.project-progress{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;margin-top:8px;display:grid}.project-progress>i{background:var(--surface-3);border-radius:999px;height:5px;overflow:hidden}.project-progress>i>span{border-radius:inherit;background:var(--accent);height:100%;display:block}.project-progress strong{font-size:12px}.project-identity>small{color:var(--muted);grid-column:1/-1;font-size:9px}.detail-tabs{scrollbar-width:none;border-top:1px solid var(--border);border-bottom:1px solid var(--border);min-height:43px;margin:0 -12px;padding:0 12px;display:flex;overflow-x:auto}.detail-tabs::-webkit-scrollbar{display:none}.detail-tabs button{border:0;border-right:1px solid var(--border);min-width:82px;min-height:42px;color:var(--muted);background:0 0;flex:1 0 auto;padding:0 13px;font-size:10px;font-weight:700}.detail-tabs button:first-child{border-left:1px solid var(--border)}.detail-tabs button.active{color:var(--primary-text);background:var(--primary)}.detail-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.detail-kpis article{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-rows:auto 1fr;grid-template-columns:minmax(0,1fr) auto;gap:7px;min-width:0;min-height:96px;padding:10px;display:grid}.detail-kpis span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;grid-column:1/-1;font-size:9px;overflow:hidden}.detail-kpis strong{align-self:end;font-size:22px}.detail-kpis svg{width:22px;height:22px;color:var(--accent);align-self:end}.detail-task-list{border:1px solid var(--border);background:var(--surface);border-radius:12px;overflow:hidden}.detail-task-list button{text-align:left;border:0;border-bottom:1px solid var(--border);background:0 0;grid-template-columns:30px minmax(0,1fr) auto 7px;align-items:center;gap:8px;width:100%;min-height:58px;padding:8px 10px;display:grid}.detail-task-list button:last-child{border-bottom:0}.detail-task-list .task-check{border:1px solid var(--border-strong);border-radius:8px;place-items:center;width:27px;height:27px;display:grid}.detail-task-list .task-check svg{width:15px;height:15px}.detail-task-list button>span:nth-child(2){flex-direction:column;gap:2px;min-width:0;display:flex}.detail-task-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:15px;overflow:hidden}.detail-task-list small,.detail-task-list time{color:var(--muted);font-size:9px}.detail-task-list button>i{border-radius:50%;width:7px;height:7px}.project-chat-card{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:12px;grid-template-columns:35px minmax(0,1fr) 16px;align-items:center;gap:10px;width:100%;min-height:64px;padding:10px 12px;display:grid}.project-chat-card>svg:first-child{width:22px;color:var(--accent)}.project-chat-card>span{flex-direction:column;gap:3px;min-width:0;display:flex}.project-chat-card strong{font-size:12px}.project-chat-card small{color:var(--muted);font-size:9px}.project-chat-card>svg:last-child{width:16px;color:var(--muted)}.embedded-list{border-top:0;margin-top:-13px}.project-team-list{border:1px solid var(--border);background:var(--surface);border-radius:12px;overflow:hidden}.project-team-list>div{border-bottom:1px solid var(--border);grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;padding:8px 10px;display:grid}.project-team-list>div:last-child{border-bottom:0}.project-team-list .avatar{border-radius:50%;width:40px;height:40px}.project-team-list>div>span:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.project-team-list strong{font-size:12px}.project-team-list small{color:var(--muted);font-size:9px}.project-team-list b{color:var(--accent);font-size:9px}.detail-chat-panel{text-align:center;border:1px solid var(--border);background:var(--surface);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:210px;padding:23px 16px 16px;display:flex}.detail-chat-panel>svg{width:34px;height:34px;color:var(--accent)}.detail-chat-panel h2{font-size:17px}.detail-chat-panel p{max-width:320px;color:var(--muted);font-size:10px;line-height:15px}.detail-chat-panel .button{margin-top:7px}.task-identity{gap:5px;padding:2px 2px 4px}.task-identity .project-progress{margin-top:10px}.task-overview-grid{gap:7px;display:grid}.task-overview-grid>button,.task-overview-grid>div{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:11px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:62px;padding:9px 11px;display:grid}.task-overview-grid>button>svg:first-child,.task-overview-grid>div>svg:first-child{width:21px;color:var(--accent)}.task-overview-grid>button>span,.task-overview-grid>div>span{flex-direction:column;gap:3px;min-width:0;display:flex}.task-overview-grid small{color:var(--muted);font-size:9px}.task-overview-grid strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.task-overview-grid>button>svg:last-child{width:15px;color:var(--muted)}.task-tags{flex-wrap:wrap;gap:6px;display:flex}.task-tags span{border:1px solid var(--border);min-height:27px;color:var(--muted);background:var(--surface);border-radius:999px;align-items:center;padding:0 9px;font-size:9px;display:inline-flex}.task-checklist{border:1px solid var(--border);background:var(--surface);border-radius:12px;overflow:hidden}.task-checklist>button{text-align:left;border:0;border-bottom:1px solid var(--border);background:0 0;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:52px;padding:8px 10px;display:grid}.task-checklist>button:last-of-type{border-bottom:0}.task-checklist>button>span{border:1px solid var(--border-strong);border-radius:8px;place-items:center;width:27px;height:27px;display:grid}.task-checklist>button>span svg{width:16px;height:16px}.task-checklist>button>strong{font-size:11px;line-height:15px}.task-checklist>button.checked>strong{color:var(--muted);text-decoration:line-through}.task-checklist>button.checked>span{color:#fff;border-color:var(--accent);background:var(--accent)}.task-checklist .spinner{width:15px;height:15px}.permission-note{color:var(--muted);border-top:1px solid var(--border);padding:10px;font-size:9px}.stage-rail{scrollbar-width:none;gap:5px;display:flex;overflow-x:auto}.stage-rail::-webkit-scrollbar{display:none}.stage-rail button{border:1px solid var(--border);background:var(--surface);min-height:34px;color:var(--muted);border-radius:7px;flex:none;align-items:center;gap:5px;padding:0 9px;font-size:10px;font-weight:700;display:flex}.stage-rail button.active{color:#fff;border-color:var(--accent);background:var(--accent)}.stage-rail button i{border-radius:50%;width:6px;height:6px}.stage-rail button b{min-width:16px;color:inherit;text-align:right;font-size:9px}.object-status-rail{margin-top:-4px}.card-list{gap:7px;display:grid}.record-card{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:9px;flex-direction:column;gap:7px;width:100%;padding:11px;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:13px;line-height:18px}.record-card>p{color:var(--muted);font-size:10px;line-height:15px}.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:17px}.object-card{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:9px;grid-template-columns:38px minmax(0,1fr) 15px;align-items:center;gap:9px;width:100%;padding:10px;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:13px}.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}.object-detail-screen{gap:10px;padding-top:6px}.object-detail-topbar{grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;min-height:42px;display:grid}.object-detail-topbar>button{width:40px;height:40px;color:var(--muted);background:0 0;border:0;border-radius:9px;place-items:center;padding:0;display:grid}.object-detail-topbar>button svg{width:20px;height:20px}.object-detail-topbar>strong{text-align:center;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.object-detail-hero{border:1px solid var(--border);background:var(--surface);border-radius:11px;grid-template-columns:48px minmax(0,1fr);align-items:start;gap:11px;min-height:94px;padding:11px;display:grid}.object-detail-icon{width:48px;height:48px;color:var(--accent);background:var(--accent-soft);border-radius:12px;place-items:center;display:grid}.object-detail-icon svg{width:23px;height:23px}.object-detail-hero>div:last-child{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.object-detail-hero h1{white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:18px;line-height:23px;overflow:hidden}.object-detail-hero p{width:100%;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;font-size:10px;display:flex;overflow:hidden}.object-detail-hero p svg{flex:none;width:13px;height:13px}.object-detail-hero small{color:var(--text-muted);font-size:9px}.object-detail-hero .status-pill{max-width:100%;min-height:21px;padding:0 7px;font-size:8px}.object-section-tabs{border:1px solid var(--border);background:var(--surface);border-radius:9px;grid-template-columns:repeat(4,minmax(0,1fr));min-height:43px;padding:3px;display:grid}.object-section-tabs button{min-width:0;min-height:35px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;background:0 0;border:0;border-radius:7px;padding:0 4px;font-size:9px;font-weight:750;overflow:hidden}.object-section-tabs button.active{color:var(--text);background:var(--surface-3);box-shadow:inset 0 0 0 1px var(--border-strong)}.object-section-content{flex-direction:column;gap:10px;display:flex}.object-fact-grid{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.object-fact-grid>div{border-right:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:22px minmax(0,1fr);align-items:center;gap:7px;min-width:0;min-height:54px;padding:8px;display:grid}.object-fact-grid>div:nth-child(2n){border-right:0}.object-fact-grid>div:nth-last-child(-n+2){border-bottom:0}.object-fact-grid svg{width:18px;height:18px;color:var(--muted)}.object-fact-grid span{flex-direction:column;gap:2px;min-width:0;display:flex}.object-fact-grid small{color:var(--muted);font-size:8px}.object-fact-grid strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.object-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.object-kpi-grid>div{border:1px solid var(--border);background:var(--surface);border-radius:9px;flex-direction:column;justify-content:space-between;gap:5px;min-width:0;min-height:70px;padding:9px;display:flex}.object-kpi-grid small{color:var(--muted);font-size:9px}.object-kpi-grid strong{white-space:nowrap;text-overflow:ellipsis;font-size:18px;line-height:22px;overflow:hidden}.object-kpi-grid.compact>div{min-height:61px}.object-section-title{justify-content:space-between;align-items:center;gap:10px;min-height:30px;padding-top:3px;display:flex}.object-section-title h2{font-size:14px}.object-section-title span{min-width:23px;height:23px;color:var(--muted);background:var(--surface-3);border-radius:999px;place-items:center;padding:0 6px;font-size:9px;display:grid}.object-work-list{border:1px solid var(--border);background:var(--surface);border-radius:10px;overflow:hidden}.object-work-list>div,.object-work-list>button{text-align:left;border:0;border-bottom:1px solid var(--border);background:0 0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:51px;padding:8px 10px;display:grid}.object-work-list>button{grid-template-columns:21px minmax(0,1fr) 16px}.object-work-list>:last-child{border-bottom:0}.object-work-list>button>svg{width:17px;height:17px;color:var(--muted)}.object-work-list span{flex-direction:column;gap:3px;min-width:0;display:flex}.object-work-list strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.object-work-list small{color:var(--muted);font-size:8px}.object-work-list b{font-size:12px}.object-source-notice,.object-warning{border:1px solid var(--border);min-height:34px;color:var(--muted);background:var(--surface);border-radius:8px;align-items:center;gap:7px;padding:7px 9px;font-size:9px;display:flex}.object-source-notice svg,.object-warning svg{flex:none;width:15px;height:15px}.object-source-notice.warning{color:#d7a844;border-color:#554523}.object-plan-switcher{border:1px solid var(--border);background:var(--surface);border-radius:9px;gap:3px;min-height:38px;padding:3px;display:flex;overflow-x:auto}.object-plan-switcher button{min-height:30px;color:var(--muted);background:0 0;border:0;border-radius:6px;flex:none;padding:0 10px;font-size:9px;font-weight:700}.object-plan-switcher button.active{color:var(--text);background:var(--surface-3)}.object-plan-hero{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:11px;display:grid}.object-plan-hero>div:first-child{flex-direction:column;gap:3px;min-width:0;display:flex}.object-plan-hero small,.object-plan-hero p{color:var(--muted);font-size:9px}.object-plan-hero h2{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.object-plan-hero>strong{font-size:19px}.object-plan-hero>.progress{grid-column:1/-1}.ppr-mobile-list,.supply-mobile-list,.material-mobile-list{gap:6px;display:grid}.ppr-mobile-card,.supply-request-card,.material-mobile-list>article{border:1px solid var(--border);background:var(--surface);border-radius:9px;flex-direction:column;gap:7px;padding:10px;display:flex}.ppr-mobile-card.critical{border-left:3px solid var(--danger)}.ppr-mobile-card>div:first-child,.supply-request-card>div:first-child{justify-content:space-between;align-items:center;gap:8px;display:flex}.ppr-mobile-card>div:first-child small,.supply-request-card>div:first-child small{color:var(--text-muted);font-family:ui-monospace,monospace;font-size:8px}.ppr-mobile-card>strong,.supply-request-card>strong{font-size:12px;line-height:16px}.ppr-mobile-card>p,.supply-request-card>p,.supply-package-card>div>p{color:var(--muted);align-items:center;gap:5px;font-size:9px;display:flex}.ppr-mobile-card>p svg,.supply-package-card>div>p svg{width:13px;height:13px}.object-tone{min-height:21px;color:var(--muted);background:var(--surface-3);white-space:nowrap;border-radius:999px;align-items:center;padding:0 7px;font-size:8px;font-weight:750;display:inline-flex}.object-tone.success{color:#68ca8b;background:#49b67521}.object-tone.warning{color:#e0b34d;background:#d6972f21}.object-tone.danger{color:#ff7771;background:#f0524521}.object-warning{color:#ff9a94;background:var(--danger-soft);border-color:#5d3031}.supply-package-card{border:1px solid var(--border);background:var(--surface);border-radius:9px;overflow:hidden}.supply-package-card summary{cursor:pointer;grid-template-columns:21px minmax(0,1fr) auto 15px;align-items:center;gap:7px;min-height:59px;padding:8px 9px;list-style:none;display:grid}.supply-package-card summary::-webkit-details-marker{display:none}.supply-package-card summary>svg{width:17px;height:17px;color:var(--muted)}.supply-package-card summary>svg:last-child{transition:transform .15s}.supply-package-card[open] summary>svg:last-child{transform:rotate(90deg)}.supply-package-card summary>span:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.supply-package-card summary strong{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.supply-package-card summary small{color:var(--muted);font-size:8px}.supply-package-card>div{gap:6px;padding:0 8px 8px;display:grid}.supply-request-card.nested{background:var(--surface-2);border-radius:7px}.supply-request-card footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;min-height:24px;padding-top:6px;display:flex}.supply-request-card footer span{align-items:center;gap:5px;font-size:9px;display:flex}.supply-request-card footer span i{border-radius:50%;width:6px;height:6px}.supply-request-card footer small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.material-source-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.source-badge{border:1px solid var(--border);min-width:0;min-height:45px;color:var(--muted);background:var(--surface);border-radius:8px;grid-template-columns:7px minmax(0,1fr);align-content:center;gap:2px 5px;padding:7px;font-size:9px;font-weight:750;display:grid}.source-badge>i{background:var(--text-muted);border-radius:50%;width:7px;height:7px;margin-top:2px}.source-badge>small{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;grid-column:2;font-size:7px;font-weight:500;overflow:hidden}.source-badge.success>i{background:var(--success)}.source-badge.warning>i{background:#d69a2f}.material-mobile-list>article>div:first-child{grid-template-columns:28px minmax(0,1fr);align-items:center;gap:7px;display:grid}.material-mobile-list>article>div:first-child>svg{width:21px;height:21px;color:var(--accent)}.material-mobile-list>article>div:first-child span{flex-direction:column;gap:2px;min-width:0;display:flex}.material-mobile-list strong{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.material-mobile-list small{color:var(--muted);font-size:8px}.material-mobile-list dl{border:1px solid var(--border);border-radius:7px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;display:grid;overflow:hidden}.material-mobile-list dl>div{border-right:1px solid var(--border);flex-direction:column;gap:3px;min-width:0;min-height:43px;padding:6px 4px;display:flex}.material-mobile-list dl>div:last-child{border-right:0}.material-mobile-list dt{color:var(--muted);font-size:7px}.material-mobile-list dd{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:9px;font-weight:750;overflow:hidden}.material-mobile-list footer{border-top:1px solid var(--border);min-height:25px;color:var(--muted);justify-content:space-between;align-items:center;gap:7px;padding-top:5px;font-size:8px;display:flex}.material-mobile-list footer b{color:#ff7771}.profile-card{border:1px solid var(--border);background:var(--surface);border-radius:9px;grid-template-columns:48px minmax(0,1fr) 16px;align-items:center;gap:10px;min-height:68px;padding:10px;display:grid}.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:7px;display:grid}.menu-grid button{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:9px;grid-template-columns:32px minmax(0,1fr) 14px;align-items:center;gap:7px;min-height:72px;padding:10px;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}.utility-screen{gap:10px}.search-results,.notification-list{border-top:1px solid var(--border);margin:0 -12px}.search-results>button,.notification-row{text-align:left;border:0;border-bottom:1px solid var(--border);background:0 0;grid-template-columns:38px minmax(0,1fr) 16px;align-items:center;gap:10px;width:100%;min-height:64px;padding:8px 12px;display:grid}.search-result-icon,.notification-kind{background:var(--surface-2);width:38px;height:38px;color:var(--muted);border-radius:9px;place-items:center;display:grid}.search-result-icon svg,.notification-kind svg{width:17px;height:17px}.search-results>button>span:nth-child(2),.notification-row>span:nth-child(2){flex-direction:column;gap:2px;min-width:0;display:flex}.search-results small{color:var(--accent);text-transform:uppercase;letter-spacing:.06em;font-size:8px;font-weight:800}.search-results strong,.notification-row strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:16px;overflow:hidden}.search-results em{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-style:normal;overflow:hidden}.search-results>button>svg,.notification-row>svg{width:15px;color:var(--text-muted)}.notification-row{position:relative}.notification-row p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:10px;line-height:14px;display:-webkit-box;overflow:hidden}.notification-row small{color:var(--text-muted);font-size:9px}.unread-notification:before{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute;top:13px;left:4px}.state-card{text-align:center;border:1px solid var(--border);background:var(--surface);border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:96px;padding:16px;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}.process-list-screen,.invoice-process-screen,.process-detail-screen{gap:10px}.process-filter-row{border:1px solid var(--border);background:var(--surface);scrollbar-width:none;border-radius:9px;gap:3px;min-height:42px;padding:3px;display:flex;overflow-x:auto}.process-filter-row button{min-height:34px;color:var(--muted);background:0 0;border:0;border-radius:7px;flex:none;padding:0 12px;font-size:10px;font-weight:750}.process-filter-row button.active{color:var(--text);background:var(--surface-3);box-shadow:inset 0 0 0 1px var(--border-strong)}.process-search{border:1px solid var(--border);background:var(--surface);border-radius:9px;align-items:center;gap:8px;min-height:42px;padding:0 4px 0 11px;display:flex}.process-search>svg{width:18px;color:var(--muted)}.process-search input{min-width:0;height:40px;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:12px}.process-search button{width:35px;height:35px;color:var(--muted);background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.process-search button svg{width:16px}.process-list-summary{min-height:22px;color:var(--muted);justify-content:space-between;align-items:center;font-size:10px;display:flex}.process-list-summary small{color:var(--text-muted)}.process-card-list{gap:7px;display:grid}.process-card{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:10px;flex-direction:column;gap:9px;width:100%;padding:10px;display:flex}.process-card-heading,.process-card-status,.process-card-footer{align-items:center;gap:8px;display:flex}.process-card-heading>span{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.process-card-heading strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:18px;overflow:hidden}.process-card-heading small{color:var(--text-muted);font-family:ui-monospace,monospace;font-size:9px}.process-card-heading b{white-space:nowrap;font-size:13px}.process-card-heading>svg,.process-card-footer>svg{width:15px;color:var(--muted)}.process-card-status{justify-content:space-between}.process-state{border:1px solid var(--border-strong);border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:9px;font-weight:750;display:inline-flex}.process-state.accent{color:#77aaf5;background:#2f80ed1f;border-color:#285594}.process-state.warning{color:#f4bd5b;background:#d6972f1f;border-color:#715426}.process-state.success{color:#69ca8c;background:#49b6751f;border-color:#285d3c}.process-state.neutral{color:var(--muted)}.process-card-status time,.process-hero time{color:var(--muted);align-items:center;gap:4px;font-size:9px;display:inline-flex}.process-card-status time svg,.process-hero time svg{width:12px}.process-card-footer{border-top:1px solid var(--border);min-height:31px;padding-top:7px}.process-card-footer>small{min-width:0;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:9px;overflow:hidden}.process-avatars{padding-left:5px;display:flex}.process-avatars span{border:2px solid var(--surface);background:var(--surface-3);color:#c9cfd3;border-radius:50%;place-items:center;width:27px;height:27px;margin-left:-6px;font-size:7px;font-weight:850;display:grid}.process-detail-topbar{text-align:center;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;min-height:44px;display:grid}.process-detail-topbar strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.invoice-steps{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);min-height:50px;display:grid}.invoice-steps button{min-width:0;color:var(--muted);background:0 0;border:0;justify-content:center;align-items:center;gap:5px;padding:0 3px;font-size:9px;font-weight:700;display:flex}.invoice-steps button span{border:1px solid var(--border-strong);border-radius:50%;place-items:center;width:20px;height:20px;font-size:9px;display:grid}.invoice-steps button span svg{width:12px}.invoice-steps button.active{color:var(--text)}.invoice-steps button.active span,.invoice-steps button.done span{color:#fff;border-color:var(--accent);background:var(--accent)}.invoice-form{flex-direction:column;gap:11px;display:flex}.form-grid{gap:8px;display:grid}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-form label{color:#c9cdd1;flex-direction:column;gap:5px;min-width:0;font-size:9px;font-weight:700;display:flex}.invoice-form input,.invoice-form select,.invoice-form textarea,.action-panel textarea,.payment-fields input,.payment-fields select{width:100%;min-height:44px;color:var(--text);border:1px solid var(--border);background:var(--surface);border-radius:8px;outline:0;padding:0 10px;font-size:12px}.invoice-form textarea,.action-panel textarea{resize:vertical;min-height:80px;padding:10px}.invoice-form fieldset{border:0;min-width:0;margin:0;padding:0}.invoice-form legend{color:#c9cdd1;margin-bottom:6px;font-size:9px;font-weight:700}.choice-row{grid-auto-columns:1fr;grid-auto-flow:column;gap:6px;display:grid}.choice-row button{border:1px solid var(--border);background:var(--surface);min-height:43px;color:var(--muted);border-radius:8px;padding:0 7px;font-size:10px;font-weight:700}.choice-row button.active{color:#dbe9ff;background:var(--accent-soft);border-color:#316ab8}.file-picker input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.file-picker-ui{border:1px solid var(--border);background:var(--surface);min-height:48px;color:var(--text);white-space:nowrap;text-overflow:ellipsis;border-radius:8px;align-items:center;gap:8px;padding:0 11px;font-size:11px;display:flex;overflow:hidden}.file-picker-ui svg{flex:none;width:18px}.invoice-review{border:1px solid var(--border);background:var(--surface);border-radius:10px;overflow:hidden}.invoice-review>span{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;min-height:49px;padding:8px 10px;display:flex}.invoice-review>span:last-child{border-bottom:0}.invoice-review small{color:var(--muted);font-size:9px}.invoice-review strong{white-space:nowrap;text-overflow:ellipsis;max-width:65%;font-size:11px;overflow:hidden}.invoice-actions{border-top:1px solid var(--border);grid-template-columns:1fr 1.4fr;gap:7px;margin-top:auto;padding-top:8px;display:grid}.process-hero{grid-template-columns:50px minmax(0,1fr);align-items:start;gap:10px;display:grid}.process-hero-icon{width:50px;height:50px;color:var(--accent);background:var(--accent-soft);border-radius:11px;place-items:center;display:grid}.process-hero-icon svg{width:23px}.process-hero>div{flex-direction:column;gap:6px;min-width:0;display:flex}.process-hero h1{font-size:19px;line-height:23px}.process-amount{font-size:17px}.process-hero>div>div{justify-content:space-between;align-items:center;gap:7px;display:flex}.process-journey{scrollbar-width:none;min-height:55px;display:flex;overflow-x:auto}.process-journey>div{flex-direction:column;flex:1 0 76px;align-items:center;gap:6px;min-width:76px;padding-top:4px;display:flex;position:relative}.process-journey>div:before{content:"";background:var(--border-strong);height:1px;position:absolute;top:9px;left:0;right:0}.process-journey>div:first-child:before{left:50%}.process-journey>div:last-child:before{right:50%}.process-journey span{z-index:1;border:2px solid var(--border-strong);background:var(--bg);border-radius:50%;width:11px;height:11px}.process-journey .reached span{background:#7692b0;border-color:#7692b0}.process-journey .active span{background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft);border-color:#8ab9ff}.process-journey small{max-width:76px;color:var(--text-muted);text-align:center;font-size:7px;line-height:10px}.process-journey .active small{color:#8ab9ff;font-weight:800}.process-panel{border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:10px}.process-panel h2{margin-bottom:7px;font-size:13px}.process-panel>p{color:var(--muted);font-size:10px;line-height:14px}.action-panel{flex-direction:column;gap:7px;display:flex}.process-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.process-actions:has(>:only-child){grid-template-columns:1fr}.process-facts{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.process-facts span{border-bottom:1px solid var(--border);flex-direction:column;gap:3px;min-height:47px;padding:7px 5px;display:flex}.process-facts small{color:var(--muted);font-size:8px}.process-facts strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.payment-fields{gap:6px;display:grid}.payment-fields .button svg{width:17px}.process-sections{padding:0;overflow:hidden}.process-sections details{border-bottom:1px solid var(--border)}.process-sections details:last-child{border-bottom:0}.process-sections summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:46px;padding:0 10px;list-style:none;display:flex}.process-sections summary::-webkit-details-marker{display:none}.process-sections summary>span{align-items:center;gap:7px;font-size:10px;font-weight:750;display:flex}.process-sections summary svg{width:16px}.process-sections summary>svg{color:var(--muted);transition:transform .15s}.process-sections details[open] summary>svg{transform:rotate(90deg)}.process-sections summary b{background:var(--surface-3);border-radius:10px;place-items:center;min-width:20px;height:20px;font-size:8px;display:inline-grid}.process-sections details>div{padding:0 10px 9px}.process-sections details>div>p{color:var(--muted);padding:8px;font-size:9px}.process-document,.participant-list>div{border-top:1px solid var(--border);align-items:center;gap:8px;min-height:45px;display:flex}.process-document>svg{width:18px;color:var(--accent)}.process-document>span,.participant-list p{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.process-document>button{border:1px solid var(--border);background:var(--surface-2);width:36px;height:36px;color:var(--text);border-radius:9px;flex:0 0 36px;place-items:center;display:grid}.process-document>button svg{width:17px}.process-document strong,.participant-list strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.process-document small,.participant-list small{color:var(--muted);font-size:8px}.participant-list>div>span{background:var(--surface-3);border-radius:50%;place-items:center;width:30px;height:30px;font-size:8px;font-weight:800;display:grid}.process-document-viewer{z-index:90;background:var(--background);flex-direction:column;display:flex;position:fixed;inset:0}.process-document-viewer-toolbar{min-height:56px;padding:max(10px, env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid var(--border);background:var(--surface);align-items:center;gap:12px;display:flex}.process-document-viewer-toolbar strong{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.process-document-viewer-toolbar button{background:var(--surface-2);width:44px;height:44px;color:var(--text);border:0;border-radius:12px;place-items:center;display:grid}.process-document-viewer-content{min-height:0;padding:12px 12px max(12px, env(safe-area-inset-bottom));flex:1;place-items:center;display:grid;overflow:auto}.process-document-viewer-content img{object-fit:contain;max-width:100%;max-height:100%}.process-document-viewer-content iframe{background:#fff;border:0;border-radius:10px;width:100%;height:100%}.process-document-viewer-error{max-width:320px;color:var(--text-secondary);text-align:center;justify-items:center;gap:8px;display:grid}.process-document-viewer-error>svg{width:32px;height:32px}.process-document-viewer-error strong{color:var(--text)}.process-document-viewer-error p{margin:0}.process-history>div{grid-template-columns:10px minmax(0,1fr);gap:8px;min-height:47px;display:grid}.process-history>div>span{background:var(--accent);border-radius:50%;width:7px;height:7px;margin-top:9px}.process-history p{flex-direction:column;gap:2px;display:flex}.process-history strong{font-size:10px}.process-history small{color:var(--muted);font-size:8px}.process-history em{color:#c4c9cd;font-size:9px;font-style:normal}.process-chat-link{border:1px solid var(--border);background:var(--surface);border-radius:10px;justify-content:space-between;align-items:center;min-height:55px;padding:0 11px;display:flex}.process-chat-link>span{align-items:center;gap:8px;display:flex}.process-chat-link svg{width:17px;color:var(--accent)}.process-chat-link>svg{color:var(--muted)}.process-chat-link b{font-size:11px}@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}}
