html,body,#root{height:100%;margin:0;font-family:Segoe UI,SF Pro Text,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;overflow-x:hidden}:root{color-scheme:light}.auth-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px 18px;background:radial-gradient(1000px 540px at 50% -8%,rgba(57,94,174,.24) 0%,transparent 62%),radial-gradient(900px 520px at 50% 108%,rgba(52,90,165,.22) 0%,transparent 56%),linear-gradient(180deg,#0b0f19,#0d111c 52%,#0a0e16)}.auth-brand{position:fixed;top:24px;left:28px;z-index:3}.auth-logo{width:clamp(165px,14vw,185px);height:auto;display:block;margin:0;filter:drop-shadow(0 8px 20px rgba(0,0,0,.35))}.auth-card{width:min(460px,92vw);border-radius:20px;border:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#131825f5,#0c111cf5);box-shadow:0 26px 54px #0000007a;padding:22px 20px 18px}.auth-title-wrap{margin-bottom:12px}.auth-title{color:#f6f8ff;font-size:26px;line-height:1;font-weight:900;letter-spacing:.02em;margin:0 0 6px}.auth-subtitle{color:#aeb9d2;font-size:14px;line-height:1.4}.auth-form{display:grid;gap:9px}.auth-input{width:100%;height:46px;border-radius:14px;border:1px solid rgba(128,147,184,.15);background:linear-gradient(180deg,#151a27,#121722);color:#edf3ff;font-size:14px;letter-spacing:.01em;padding:0 14px;outline:none;box-shadow:inset 0 1px #ffffff08}.auth-input::placeholder{color:#7f8ba5}.auth-input:focus{border-color:#5d82ffb8;box-shadow:0 0 0 3px #3b6efd2e}.auth-input:-webkit-autofill,.auth-input:-webkit-autofill:hover,.auth-input:-webkit-autofill:focus,.auth-input:-webkit-autofill:active{-webkit-text-fill-color:#edf3ff;caret-color:#edf3ff;-webkit-box-shadow:0 0 0 1000px #121722 inset;box-shadow:0 0 0 1000px #121722 inset;transition:background-color 9999s ease-out 0s}.auth-password-wrap{position:relative}.auth-input-password{padding-right:44px}.auth-password-toggle{position:absolute;top:50%;right:8px;transform:translateY(-50%);height:26px;min-width:26px;border:0;background:transparent;color:#7f8ba5;font-size:14px;cursor:pointer}.auth-inline-actions{display:flex;justify-content:flex-end}.auth-error{color:#ff9ea1;font-size:12px;padding:0 2px}.auth-submit{height:44px;border-radius:12px;border:1px solid rgba(121,161,255,.65);background:linear-gradient(180deg,#4d82ff,#2d66e9);color:#f2f7ff;font-size:16px;font-weight:760;cursor:pointer;box-shadow:0 12px 28px #153ea65c}.auth-submit:disabled{opacity:.7;cursor:default}.auth-forgot{height:24px;border:0;background:transparent;color:#5d9cff;font-size:12px;font-weight:560;cursor:pointer;padding:0}.auth-signup{margin-top:10px;text-align:center;color:#adb7ce;font-size:12px}.auth-signup button{border:0;background:transparent;color:#4c8fff;font-size:12px;font-weight:700;cursor:pointer;padding:0}.auth-divider{margin:14px 0 10px;color:#7f8ba5;font-size:12px;display:flex;align-items:center;gap:12px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#acb8d429}.auth-socials{display:flex;justify-content:center;gap:10px}.auth-social{width:38px;height:38px;border-radius:999px;border:1px solid rgba(132,146,176,.16);background:linear-gradient(180deg,#171d2b,#121824);color:#e7edff;font-size:20px;font-weight:700;cursor:pointer;display:grid;place-items:center}.auth-social svg{width:19px;height:19px}@media(max-width:720px){.auth-brand{top:14px;left:14px}.auth-logo{width:140px}.auth-card{padding:18px 14px 14px;border-radius:16px}.auth-title{font-size:22px}.auth-subtitle{font-size:13px}.auth-input{height:42px;font-size:13px}.auth-submit{height:42px;font-size:15px}.auth-forgot,.auth-signup,.auth-signup button{font-size:11px}}.auth-corner{position:fixed;right:14px;top:6px;z-index:120}.auth-menu-wrap{position:relative}.auth-avatar-btn{width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(146,176,233,.58);background:linear-gradient(180deg,#4e70b5e6,#3a5a98eb);color:#dce9ff;font-size:12px;line-height:1;font-weight:760;cursor:pointer;box-shadow:0 8px 18px #09162c47}.auth-menu-pop{position:absolute;top:calc(100% + 8px);right:0;width:250px;border-radius:14px;border:1px solid rgba(139,173,235,.28);background:radial-gradient(560px 220px at 20% -18%,rgba(91,133,216,.24) 0%,transparent 62%),linear-gradient(180deg,#162848fa,#101f38fa);box-shadow:0 20px 40px #07102266;padding:10px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-menu-item{width:100%;border:0;background:transparent;color:#e4edff;text-align:left;border-radius:12px;padding:10px;font-size:14px;font-weight:620;cursor:pointer;display:inline-flex;align-items:center;gap:10px}.auth-menu-item:hover{background:#6a91de33}.auth-menu-item.danger{color:#ffb7b7}.auth-menu-divider{height:1px;background:#a2bae540;margin:8px 0}.auth-menu-lang{display:flex;gap:6px}.auth-lang-btn{flex:1;height:36px;border-radius:11px;border:1px solid rgba(132,164,224,.38);background:#3a578c5c;color:#deebff;font-size:13px;font-weight:620;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 8px}.auth-lang-btn.active{border-color:#92b7fecc;background:linear-gradient(180deg,#668ddb80,#436cbd80);color:#f4f8ff}.auth-menu-item-icon{width:20px;height:20px;border-radius:999px;border:1px solid rgba(167,191,236,.54);background:#5677b847;color:#dbe8ff;display:inline-flex;align-items:center;justify-content:center}.auth-menu-item-icon svg{width:12px;height:12px}.app{display:flex;flex-direction:column;height:100vh;background:radial-gradient(1200px 620px at 8% -12%,rgba(57,94,174,.18) 0%,transparent 58%),radial-gradient(820px 420px at 100% 0%,rgba(52,90,165,.12) 0%,transparent 64%),linear-gradient(180deg,#0b0f19,#0d111c 48%,#0a0e16);overflow:hidden}.app-rail{height:54px;flex:0 0 54px;background:radial-gradient(900px 240px at 50% -70%,rgba(99,140,220,.3) 0%,transparent 64%),radial-gradient(760px 200px at 50% 118%,rgba(62,97,171,.2) 0%,transparent 58%),linear-gradient(180deg,#1b2f50,#0f1a2f 56%,#0a1323);border-bottom:1px solid rgba(150,178,230,.2);display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:0 12px 0 10px;overflow:visible;position:relative;z-index:70}.rail-actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex:0 0 auto}.lang-single{min-width:48px;justify-content:center}.workspace-search{position:relative}.workspace-search-pop{position:absolute;top:calc(100% + 8px);right:0;width:360px;max-width:min(360px,calc(100vw - 24px));background:radial-gradient(560px 220px at 20% -20%,rgba(91,133,216,.2) 0%,transparent 62%),linear-gradient(180deg,#162848fa,#101f38fa);border:1px solid rgba(139,173,235,.32);border-radius:12px;box-shadow:0 18px 36px #07102266;padding:8px;z-index:80}.workspace-search-input{width:100%;height:34px;border-radius:10px;border:1px solid rgba(136,166,222,.34);background:#39578f47;color:#e8f0ff;padding:0 10px;outline:none}.workspace-search-input::placeholder{color:#d7e4fcb8}.workspace-search-list{margin-top:8px;max-height:360px;overflow:auto;display:flex;flex-direction:column;gap:4px}.workspace-search-item{width:100%;border:0;background:transparent;border-radius:9px;padding:8px;text-align:left;cursor:pointer}.workspace-search-item:hover{background:#6a91de33}.workspace-search-title{color:#e8f0ff;font-size:13px;font-weight:600}.workspace-search-meta{margin-top:2px;color:#c4d4f1db;font-size:11px;display:flex;gap:10px}.workspace-search-empty{color:#c4d4f1d1;font-size:12px;padding:8px 4px}.workspace-search-section-title{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#c4d4f1d1;padding:6px 6px 2px}.rail-quick-wrap,.rail-quick-spacer{flex:1 1 auto;min-width:0}.rail-quick-wrap{display:flex;align-items:center;justify-content:center;padding:0 26px;overflow:visible}.app-body{min-height:0;flex:1;display:flex;gap:0;padding:10px 0 0 10px}.left-panels{display:flex;gap:10px;min-height:0;position:relative;--sidebar-open-width: 280px;--sidebar-edge-width: 14px;--sidebar-gap: 10px}.mini-rail{width:56px;flex:0 0 56px;border-radius:16px 16px 0 0;border:1px solid rgba(255,255,255,.08);background:radial-gradient(240px 180px at 50% -20%,rgba(95,135,214,.24) 0%,transparent 64%),linear-gradient(180deg,#1a2d4d,#0f1a30 56%,#0a1323);display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:10px 8px;box-shadow:0 12px 28px #020a1c57}.mini-rail-top,.mini-rail-bottom{display:flex;flex-direction:column;gap:8px;width:100%;align-items:center}.mini-rail-divider{width:100%;height:1px;margin:4px 0 6px;background:#ffffff29}.mini-rail-divider.soft{margin:6px 2px 2px;background:#ffffff1f}.mini-rail-btn{width:36px;height:36px;border-radius:10px;border:1px solid transparent;background:transparent;color:#e2ecffd6;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.mini-rail-btn:hover{background:#ffffff17;color:#fff}.mini-rail-btn.active{background:#ffffff2b;border-color:#84b5ff7a;color:#fff}.mini-rail-btn.has-badge{overflow:visible}.mini-rail-badge{position:absolute;top:-5px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#f97316;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;border:2px solid #122340;box-shadow:0 6px 16px #0f172a4d}.mini-search{position:relative}.mini-search-pop{left:calc(100% + 10px);right:auto;top:-2px}.mini-workspace{position:relative}.mini-workspace-btn{border-color:#ffffff38;background:#ffffff14}.mini-workspace-letter{font-size:14px;font-weight:700;letter-spacing:.02em}.mini-workspace-pop{left:calc(100% + 10px);right:auto;top:0;min-width:180px}.mini-rail-btn[data-hint]:hover:after,.mini-rail-btn[data-hint]:focus-visible:after{content:attr(data-hint);position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);border-radius:8px;background:#fffffff5;color:#0f172a;border:1px solid #dce3f2;box-shadow:0 12px 26px #0f172a2e;font-size:12px;padding:5px 8px;white-space:nowrap;z-index:95;pointer-events:none}.mini-search.open .mini-rail-btn[data-hint]:hover:after,.mini-search.open .mini-rail-btn[data-hint]:focus-visible:after{content:none;display:none}.sidebar{width:var(--sidebar-open-width);background:radial-gradient(420px 220px at 50% -24%,rgba(97,138,217,.24) 0%,transparent 66%),linear-gradient(180deg,#1a2d4d,#0f1a30 52%,#0a1323);color:#e5e7eb;padding:18px 16px;display:flex;flex-direction:column;gap:16px;border:1px solid rgba(255,255,255,.08);border-radius:16px 0 0;min-height:0;overflow:hidden;box-shadow:0 12px 30px #020a1c5c;margin-left:0;transition:width .18s ease,padding .18s ease,opacity .16s ease,border-color .16s ease,margin .18s ease,box-shadow .16s ease}.sidebar.collapsed{width:var(--sidebar-edge-width);padding-left:0;padding-right:0;opacity:1;box-shadow:none}.sidebar.collapsed .menu,.sidebar.collapsed .sidebar-projects,.sidebar.collapsed .sidebar-divider{opacity:0;pointer-events:none}.brand{width:346px;flex:0 0 346px;display:flex;align-items:center;justify-content:flex-start;gap:0;margin-bottom:2px;min-height:58px;padding-left:0;margin-left:-2px}.brand.collapsed{width:346px;flex-basis:346px}.brand-logo{width:236px;height:58px;display:inline-flex;align-items:center;justify-content:flex-start;overflow:hidden;border-radius:8px;flex:0 0 auto;transition:opacity .14s ease,transform .18s ease}.brand.collapsed .brand-logo{opacity:1;transform:none;pointer-events:auto}.brand-logo-image{width:100%;height:100%;object-fit:contain;object-position:left center;display:block}.sidebar-label{font-size:12px;opacity:.78;margin-bottom:6px;display:block}.sidebar-toggle{position:absolute;top:18px;left:calc(56px + var(--sidebar-gap) + var(--sidebar-open-width) - 10px);width:20px;height:20px;border-radius:999px;border:1px solid rgba(132,181,255,.34);background:linear-gradient(180deg,#274474f5,#101e36fa);color:#e6eeffe6;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 14px #0f172a1a;z-index:80;opacity:0;pointer-events:none;transition:left .18s ease,transform .18s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease,opacity .14s ease}.left-panels:hover .sidebar-toggle,.left-panels:focus-within .sidebar-toggle{opacity:1;pointer-events:auto}.sidebar-toggle:hover{border-color:#95c4ff7a;background:linear-gradient(180deg,#305289fa,#152744fc);color:#fff;box-shadow:0 8px 16px #0710222e}.sidebar-toggle.collapsed{left:calc(56px + var(--sidebar-gap) + var(--sidebar-edge-width) - 10px);opacity:1;pointer-events:auto}.sidebar-toggle-icon{font-size:11px;line-height:1;font-weight:600;transform:translate(-.5px);opacity:.82}.sidebar-toggle.collapsed .sidebar-toggle-icon{transform:translate(1px)}.workspace-block{display:flex;flex-direction:column;gap:10px}.workspace-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.workspace-inline{display:flex;align-items:center;gap:8px;position:relative}.workspace-current-name{flex:1 1 auto;min-width:0;height:34px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#e6edff;display:inline-flex;align-items:center;padding:0 10px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-picker-btn{flex:1 1 auto;min-width:0;height:34px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#e6edff;padding:0 10px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.workspace-picker-btn:hover{background:#ffffff1f}.workspace-picker-name{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.workspace-picker-caret{color:#e5ecffc7;font-size:12px}.workspace-picker-pop{position:absolute;top:calc(100% + 6px);left:0;right:64px;z-index:65;background:radial-gradient(560px 220px at 20% -20%,rgba(91,133,216,.2) 0%,transparent 62%),linear-gradient(180deg,#162848fa,#101f38fa);border:1px solid rgba(139,173,235,.32);border-radius:12px;box-shadow:0 18px 36px #07102266;padding:6px;max-height:280px;overflow:auto}.workspace-picker-item{width:100%;border:0;background:transparent;border-radius:8px;padding:8px 10px;font-size:14px;color:#e8f0ff;text-align:left;cursor:pointer}.workspace-picker-item:hover,.workspace-picker-item.active{background:#6a91de33}.workspace-picker-divider{height:1px;margin:6px 2px;background:#a2bae540}.workspace-picker-action{font-weight:600}.workspace-picker-action.danger{color:#ffb7b7}.workspace-actions{display:flex;align-items:center;gap:6px}.workspace-action-btn{width:24px;height:24px;border-radius:8px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#e5e7eb;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;line-height:1;padding:0}.workspace-action-btn:hover{background:#ffffff24}.workspace-action-btn:disabled{opacity:.45;cursor:not-allowed}.workspace-action-btn.danger{color:#fecaca}.select-dark,.search-dark{width:100%;padding:10px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#e5e7eb;outline:none}.search-dark::placeholder{color:#e5e7eb99}.menu{display:flex;flex-direction:column;gap:4px}.menu-section-title{color:#e2e8f0b8;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.45px;margin:8px 8px 4px}.menu-item{text-align:left;width:100%;padding:10px;border-radius:10px;border:0;cursor:pointer;background:transparent;color:#e5e7eb;opacity:.9;position:relative}.menu-item:hover{background:#ffffff0f;opacity:1}.menu-item.active{background:#ffffff26;opacity:1;box-shadow:inset 2px 0 #4f8cff}.sidebar-footer{margin-top:auto;padding-top:10px;opacity:.8}.sidebar-projects{margin-top:6px;display:flex;flex-direction:column;gap:10px;min-height:0;overflow:auto;padding:2px 2px 4px}.project-browser-toolbar{display:flex;align-items:center;gap:6px}.project-browser-pop-wrap{position:relative}.project-browser-btn{border:0;background:transparent;color:#e0e8f6d6;font-size:13px;font-weight:700;letter-spacing:.04em;padding:4px;border-radius:8px;cursor:pointer}.project-browser-btn:hover{background:#ffffff14;color:#fff}.project-browser-pop{position:absolute;top:calc(100% + 8px);left:0;min-width:180px;max-width:220px;z-index:65;background:radial-gradient(560px 220px at 20% -20%,rgba(91,133,216,.2) 0%,transparent 62%),linear-gradient(180deg,#162848fa,#101f38fa);border:1px solid rgba(139,173,235,.32);border-radius:12px;box-shadow:0 18px 36px #07102266;padding:8px;display:grid;gap:4px}.project-browser-pop-item{border:0;border-radius:8px;background:transparent;color:#e8f0ff;text-align:left;padding:8px;font-size:14px;cursor:pointer}.project-browser-pop-item:hover,.project-browser-pop-item.active{background:#6a91de33}.project-browser-client-select{margin-top:4px;height:32px;border-radius:8px;border:1px solid rgba(136,166,222,.34);background:#39578f47;color:#e8f0ff;padding:0 8px}.project-browser-list{display:grid;gap:2px}.project-browser-section{display:flex;flex-direction:column;gap:4px}.project-browser-section-title{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#cfdaefd1;padding:0 6px}.project-browser-empty{font-size:12px;color:#c8d4ecb3;padding:3px 8px}.project-browser-card{width:100%;border:1px solid transparent;background:transparent;color:#ecf2ff;border-radius:10px;padding:5px 8px;display:grid;gap:4px;text-align:left;cursor:pointer}.project-browser-card:hover{background:#ffffff17}.project-browser-card.active{border-color:#aed1ff9e;background:#ffffff2e;box-shadow:0 0 0 1px #75b0ff33}.project-browser-client{font-size:10px;color:#cbd5e1d9;text-transform:uppercase;letter-spacing:.05em}.project-browser-main{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:7px}.project-browser-colorbox{width:20px;min-width:20px;max-width:20px;height:20px;border-radius:6px;border:1px solid rgba(15,23,42,.2);display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.26);flex:0 0 20px;align-self:center}.project-browser-name{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.project-browser-name-main{font-weight:700}.project-browser-name-client{font-weight:500;font-size:12px;color:#dbe6f9db}.project-browser-remaining{min-width:0;color:#f1f6ffe0;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;padding-left:4px}.browser-overview{margin-top:2px}.sidebar-divider{height:1px;background:#ffffff1f;margin:6px 0 4px}.sidebar-divider.soft{margin:12px 8px 4px;background:#ffffff29}.project-filter-btn{width:100%;border:0;background:transparent;color:#d5deea;border-radius:9px;padding:8px 9px;display:flex;align-items:center;gap:8px;cursor:pointer;text-align:left;font-size:15px}.project-filter-btn:hover{background:#ffffff14}.project-filter-btn.active{background:#ffffff29;color:#fff;box-shadow:inset 2px 0 #4f8cff}.menu-item.active,.project-filter-btn.active{outline:1px solid rgba(117,176,255,.38);box-shadow:inset 2px 0 #4f8cff,0 0 0 1px #75b0ff2e,0 10px 24px #1850c429}.project-filter-color{width:10px;height:10px;border-radius:999px;border:1px solid rgba(15,23,42,.2);flex:0 0 auto;align-self:center;transform:translateY(.5px)}.project-filter-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-client-group{display:flex;flex-direction:column;gap:2px}.project-client-title{margin:6px 8px 2px;color:#cbd5e1d1;font-size:12px;font-weight:600}.main{flex:1;display:flex;flex-direction:column;min-width:0;position:relative;border-radius:0;border:1px solid #dbe3f3;border-left:0;border-right:0;border-bottom:0;background:#f6f8fc;overflow:hidden}.topbar{min-height:0;height:auto;max-height:none;flex:0 0 auto;background:transparent;border-bottom:0;display:flex;align-items:stretch;justify-content:flex-start;padding:10px 18px 4px;flex-direction:column;gap:3px}.topbar-util{display:flex;align-items:center;justify-content:space-between;min-height:32px}.topbar-actions{display:flex;align-items:center;gap:6px}.topbar-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;width:100%;min-width:0;min-height:0}.topbar-hotlinks{display:flex;align-items:flex-start;gap:8px;min-height:30px;padding:0}.topbar-hotlinks-label{flex:0 0 auto;font-size:10px;font-weight:760;letter-spacing:.08em;text-transform:uppercase;color:#6f7f9b}.topbar-hotlinks-list,.app-high-strip-list{min-width:0;display:flex;align-items:flex-start;flex-wrap:wrap;gap:6px;overflow:visible;scrollbar-width:none}.topbar-hotlinks-list::-webkit-scrollbar{display:none}.app-high-strip-list::-webkit-scrollbar{display:none}.topbar-hotlink{flex:0 1 auto;border:1px solid transparent;background:#5b6f95;color:#f8fbff;border-radius:8px;min-height:24px;padding:2px 8px;max-width:min(560px,100%);font-size:11px;line-height:1.2;display:inline-flex;align-items:center;gap:7px;white-space:normal;overflow:hidden;text-overflow:ellipsis;cursor:pointer;text-align:left}.topbar-hotlink:hover{filter:brightness(1.06);color:#fff}.topbar-hotlink .project-browser-colorbox{width:16px;height:16px;border-radius:5px;flex:0 0 auto;font-size:10px;border-color:#ffffff6b}.topbar-hotlink-name{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-weight:620}.topbar-hotlinks-empty{font-size:11px;color:#8896ad}.app-high-strip{min-height:32px;padding:6px 16px 4px 18px;display:flex;align-items:flex-start;gap:8px}.app-high-strip-label{flex:0 0 auto;font-size:10px;font-weight:760;letter-spacing:.08em;text-transform:uppercase;color:#7f8ead;line-height:22px}.topbar-context-wrap{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:100%;min-width:0}.topbar-context{color:#0f172a;font-size:28px;font-weight:680;letter-spacing:-.35px;line-height:1.08;white-space:nowrap}.context-project-title{display:inline-flex;align-items:center;gap:10px;min-height:28px}.context-project-title.compact{font-size:.66em;font-weight:650}.context-project-chip{width:26px;height:26px;border-radius:8px;border:1px solid rgba(15,23,42,.16);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:14px;line-height:1;text-shadow:0 1px 1px rgba(0,0,0,.28);flex:0 0 auto}.context-project-chip.no-star,.project-browser-colorbox.no-star{color:transparent;text-shadow:none}.context-project-chip.no-star:before,.project-browser-colorbox.no-star:before{content:"★";color:transparent}.topbar-context-meta{display:flex;align-items:flex-start;gap:4px;flex-wrap:wrap;justify-content:flex-start}.topbar-context-meta .color-combo-trigger.compact{min-height:26px;padding:0 10px 0 12px}.project-budget-panel{margin-top:4px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.project-budget-chip{display:inline-flex;align-items:center;gap:7px;border:1px solid #d7e1f2;border-radius:12px;background:#f8fbff;padding:6px 10px}.project-budget-label{color:#4b5f7e;font-size:12px;font-weight:600}.project-budget-value{color:#0f172a;font-size:13px;font-weight:650}.project-budget-percent{color:#64748b;font-size:12px}.sum-chip{display:inline-flex;align-items:center;gap:5px;min-height:26px;padding:3px 8px;border-radius:999px;border:1px solid #d9e2f2;background:linear-gradient(180deg,#fff,#f7faff);color:#1f2a3d;font-weight:600;font-size:12px;letter-spacing:.005em;box-shadow:0 1px #ffffffd9 inset}.color-combo-wrap{position:relative;width:100%}.color-combo-wrap.compact{width:auto;min-width:132px}.color-combo-trigger{width:100%;min-height:44px;border:1px solid #c8d9ff;border-radius:14px;padding:0 14px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px;font-weight:650;background:var(--select-bg, #dbe6ff);cursor:pointer}.color-combo-trigger.compact{min-height:24px;border-radius:10px;padding:0 8px 0 10px;font-size:12px}.color-combo-trigger>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.state-pill-main{display:inline-flex;align-items:center;gap:8px;min-width:0}.state-pill-main>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.state-pill-main.center{justify-content:center}.state-icon-wrap{width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff57;border:1px solid rgba(15,23,42,.25);flex:0 0 auto}.state-icon-svg{width:13px;height:13px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.color-combo-caret{font-size:9px;line-height:1;transform:translateY(1px);flex:0 0 auto}.color-combo-pop{position:absolute;left:0;top:calc(100% + 6px);z-index:140;min-width:180px;max-width:240px;padding:6px;border-radius:10px;border:1px solid #dce3f2;background:#fff;box-shadow:0 14px 28px #0f172a24;display:flex;flex-direction:column;gap:6px}.color-combo-item{width:100%;border:0;border-radius:8px;padding:8px 9px;text-align:left;font-size:12px;font-weight:650;cursor:pointer}.color-combo-item.active{box-shadow:inset 0 0 0 2px #0f172a2e}.searchable-combo-wrap{position:relative;width:100%}.searchable-combo-wrap.compact{width:100%}.searchable-combo-trigger{width:100%;min-height:44px;border:1px solid #c8d9ff;border-radius:14px;padding:0 12px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px;font-weight:650;background:#fff;color:#17253d;cursor:pointer}.searchable-combo-trigger.compact{min-height:36px;border-radius:10px;padding:0 10px;font-size:14px}.searchable-combo-label{min-width:0;display:inline-flex;align-items:center;gap:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-combo-swatch{width:12px;height:12px;border-radius:3px;border:1px solid rgba(15,23,42,.2);flex:0 0 auto}.searchable-combo-pop{position:absolute;left:0;top:calc(100% + 6px);z-index:140;width:max(240px,100%);max-width:360px;padding:8px;border-radius:10px;border:1px solid #dce3f2;background:#fff;box-shadow:0 14px 28px #0f172a24;display:flex;flex-direction:column;gap:8px}.searchable-combo-search{width:100%;height:32px;border-radius:8px;border:1px solid #dbe3f2;padding:0 10px;font-size:13px;color:#17253d}.searchable-combo-list{max-height:248px;overflow:auto;display:flex;flex-direction:column;gap:4px}.searchable-combo-item{width:100%;border:0;border-radius:8px;padding:6px 8px;text-align:left;font-size:13px;font-weight:600;color:#17253d;background:#f8fbff;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.searchable-combo-item.active{box-shadow:inset 0 0 0 1px #bfd5ff;background:#eef5ff}.searchable-combo-item-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-combo-empty{padding:6px 8px;font-size:12px;color:#64748b}.plain-combo-wrap{position:relative;width:100%}.plain-combo-wrap.compact{width:100%}.plain-combo-trigger{width:100%;min-height:34px;border:1px solid #dce3f2;border-radius:10px;background:linear-gradient(180deg,#fff,#f8fbff);color:#0f172a;padding:0 10px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;font-size:13px;font-weight:600}.plain-combo-trigger.compact{min-height:28px;border-radius:8px;padding:0 8px;font-size:12px}.plain-combo-trigger.disabled{background:#edf0f5;color:#7b8598;border-color:#dce2ec;cursor:not-allowed;box-shadow:none}.plain-combo-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plain-combo-pop{position:absolute;top:calc(100% + 6px);left:0;z-index:60;width:100%;min-width:160px;max-height:260px;overflow:auto;padding:6px;border-radius:10px;border:1px solid #dce3f2;background:#fff;box-shadow:0 14px 28px #0f172a24;display:grid;gap:4px}.plain-combo-item{width:100%;border:0;border-radius:8px;background:transparent;color:#0f172a;text-align:left;padding:7px 8px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px}.plain-combo-item:hover,.plain-combo-item.active{background:#f4f7ff}.plain-combo-check{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.plain-combo-check input{margin:0;pointer-events:none}.sum-chip-time{min-width:74px;justify-content:center;font-size:13px;font-variant-numeric:tabular-nums}.sum-chip-icon{width:12px;height:12px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#5f6f89;font-size:11px;line-height:1}.sum-chip-label{color:#667892;font-weight:500}.sum-chip-stack{display:inline-flex;flex-direction:column;align-items:flex-start;gap:1px}.sum-chip-prices{gap:0}.sum-chip-pair{display:inline-flex;align-items:center;gap:6px}.sum-chip-sub{font-size:11px;color:#64748b;line-height:1.1;padding-left:8px;margin-top:2px;white-space:nowrap}.topbar-quick{display:flex;align-items:center;min-width:0;width:100%;min-height:40px;background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;order:-1}.topbar-toolbar{display:flex;align-items:center;gap:6px;min-height:38px}.todo-view-tabs{display:flex;align-items:center;gap:4px;width:100%;border-bottom:1px solid #dce3f2;margin-top:2px}.todo-view-tab{border:0;border-radius:8px 8px 0 0;background:transparent;color:#7a8598;font-size:13px;font-weight:560;padding:8px 12px 10px;letter-spacing:.01em;cursor:pointer;display:inline-flex;align-items:center;gap:7px}.todo-view-tab:hover{background:#4f7cff0f;color:#4b5f8d}.todo-view-tab.active{background:#eef2ff;color:#5d6ad6;box-shadow:inset 0 -1px #7480ea}.todo-view-tab-icon{width:18px;height:18px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;color:#4e5b78}.todo-view-tab-icon svg{width:13px;height:13px}.todo-view-tab-icon.list{background:linear-gradient(180deg,#d7e3ff,#bfd3ff);color:#2f5dd0}.todo-view-tab-icon.timeline{background:linear-gradient(180deg,#ece4ff,#dccdff);color:#6a4bd9}.todo-view-tab-icon.report{background:linear-gradient(180deg,#d9f2ff,#bde8ff);color:#1f79c7}.todo-view-tab.active .todo-view-tab-icon{box-shadow:inset 0 0 0 1px #5c68d147,0 2px 8px #4c6ccd38}.toolbar-pop-wrap{position:relative}.toolbar-pop{position:absolute;top:calc(100% + 6px);left:0;z-index:50;width:210px;padding:6px;border-radius:10px;border:1px solid #dce3f2;background:#fff;box-shadow:0 14px 28px #0f172a24}.toolbar-pop-wide{width:280px}.toolbar-pop-item{width:100%;border:0;background:transparent;color:#0f172a;border-radius:8px;padding:8px 9px;text-align:left;cursor:pointer;font-size:13px}.toolbar-pop-item:hover,.toolbar-pop-item.active{background:#f4f7ff}.toolbar-field{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.toolbar-field>span{font-size:11px;color:#64748b}.toolbar-field input,.toolbar-field select{width:100%;height:32px;border-radius:8px;border:1px solid #dce3f2;background:#fff;color:#0f172a;padding:0 9px;outline:none;font-size:12px}.toolbar-field.inline{margin-bottom:0}.toolbar-pop-compact{width:236px}.toolbar-field-compact{gap:3px;margin-bottom:7px}.toolbar-field-compact>span{font-size:10px}.toolbar-field-compact input,.toolbar-field-compact select{height:28px;border-radius:7px;padding:0 8px;font-size:12px}.toolbar-inline{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.toolbar-filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.toolbar-check{display:flex;align-items:center;gap:8px;font-size:12px;color:#334155;padding:5px 4px}.toolbar-check input{margin:0}.toolbar-columns-help{margin:2px 4px 8px;padding:8px 10px;border-radius:8px;background:#f8fbff;border:1px solid #dce3f2;color:#64748b;font-size:11px;line-height:1.35}.toolbar-columns-help strong{color:#334155}.toolbar-column-row{display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:8px;padding-right:2px}.toolbar-check-column{flex:1 1 auto;min-width:0}.toolbar-column-order{width:18px;height:18px;border-radius:999px;background:#edf3ff;color:#3f5679;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.toolbar-column-move{display:inline-flex;align-items:center;gap:4px;min-width:48px;justify-content:flex-end;opacity:.88;transition:opacity .14s ease,transform .14s ease}.toolbar-column-row:hover .toolbar-column-move,.toolbar-column-row:focus-within .toolbar-column-move{opacity:1;transform:translate(0)}.toolbar-column-move-btn{width:22px;height:22px;border-radius:6px;border:1px solid #c9d8f3;background:#f4f8ff;color:#3f5679;cursor:pointer;padding:0;line-height:1;font-weight:700;box-shadow:inset 0 1px #fffc}.toolbar-column-move-btn:hover:not(:disabled){background:#dfeaff;border-color:#8fb0ee;color:#163b7a}.toolbar-column-move-btn:disabled{opacity:.5;cursor:default}.workspace-settings-stack{display:grid;gap:0;border:1px solid #e3eaf5;border-radius:14px;background:#fff;overflow:hidden}.workspace-settings-card{border:0;border-radius:0;background:transparent;padding:14px 16px;display:grid;gap:10px}.workspace-settings-card+.workspace-settings-card{border-top:1px solid #edf2fb}.workspace-settings-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#64748b;font-size:12px}.workspace-settings-head strong{color:#0f172a;font-size:14px}.workspace-settings-inline{display:flex;gap:8px}.workspace-members-list{display:grid;gap:0}.workspace-member-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-radius:0;border:0;border-top:1px solid #edf2fb;background:transparent}.workspace-members-list .workspace-member-row:first-child{border-top:0}.workspace-member-main{display:grid;gap:2px}.workspace-member-main strong{color:#0f172a;font-size:14px}.workspace-member-main span{color:#64748b;font-size:12px}.workspace-member-actions{display:flex;align-items:center;gap:8px}.workspace-member-badge{display:inline-flex;align-items:center;height:24px;padding:0 8px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:12px;font-weight:700}.toolbar-reset-btn{width:100%;border:1px solid #dce3f2;background:#f8fbff;color:#334155;border-radius:8px;padding:6px 9px;font-size:12px;cursor:pointer}.toolbar-reset-btn:hover{background:#f1f6ff}.toolbar-btn{border:1px solid #dce3f2;background:#fff;color:#334155;border-radius:8px;padding:6px 10px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;line-height:1}.toolbar-btn:hover{background:#f4f7fd;border-color:#cdd8f1}.toolbar-btn-active-view{border-color:#bfd0fb;background:#eef4ff;color:#1f3f93;box-shadow:inset 0 1px #ffffffb3}.toolbar-btn-active-view:hover{background:#e7efff;border-color:#a9c0fb}.toolbar-btn-active-view-name{display:inline-block;min-width:0;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1d4ed8;font-weight:700}.toolbar-btn svg{width:15px;height:15px;color:#334155}.toolbar-btn-print{display:inline-flex;align-items:center;gap:6px}.toolbar-print-icon{font-size:14px;line-height:1}.toolbar-btn.toolbar-icon-btn{min-width:34px;justify-content:center;padding:6px 8px;font-size:14px;font-weight:700}.toolbar-btn.toolbar-icon-btn.active{background:#eef2ff;border-color:#bfd0fb;color:#3657c9}.topbar-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.topbar-title-with-icon{display:inline-flex;align-items:baseline;gap:10px;min-width:0}.topbar-title-link{border:0;padding:2px 6px 2px 0;background:transparent;color:inherit;cursor:pointer;font:inherit;letter-spacing:inherit;line-height:inherit;white-space:inherit;text-align:left}.topbar-title-link:hover .topbar-title-icon,.topbar-title-link:focus-visible .topbar-title-icon{filter:brightness(1.03)}.topbar-title-link:focus-visible{outline:none}.topbar-title-link-text{font:inherit;letter-spacing:inherit;line-height:inherit}.topbar-title-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;transform:translateY(-3px);flex:0 0 auto;border-radius:10px;background:linear-gradient(180deg,#d2e0ff,#9fbaf4);color:#173b8f;box-shadow:inset 0 1px #ffffffc2,0 8px 18px #385db03d,0 2px 6px #385db029}.topbar-title-icon svg{width:17px;height:17px}.topbar-title{font-weight:650;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.context-project-path{display:inline-flex;align-items:baseline;gap:4px;min-width:0}.context-project-client{color:#41506d;font-weight:560;white-space:nowrap}.context-project-sep{color:#7a8aa8;white-space:nowrap;margin:0 2px}.context-project-name{color:#0f172a;font-weight:740;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60vw}.context-project-link{border:0;background:transparent;color:#41506d;font-weight:560;font:inherit;padding:0;margin:0;cursor:pointer;min-width:0;white-space:nowrap}.context-project-link.primary{color:#0f172a;font-weight:740;overflow:hidden;text-overflow:ellipsis;max-width:60vw}.context-project-link:hover{color:#1d4ed8}.pill{font-size:12px;padding:6px 11px;border-radius:999px;background:#f5f7fb;color:#334155;border:1px solid #dfe5f2}.topbar-right{display:flex;align-items:center;gap:12px}.content{flex:1 1 auto;min-height:0;padding:18px;overflow:auto;display:flex;flex-direction:column}.content.reports-content{--reports-overlay-inset-top: 18px;--reports-overlay-inset-x: 18px;--reports-overlay-inset-bottom: 14px;padding-top:18px;padding-bottom:14px;overflow:hidden}.clipboard-board{flex:0 0 auto;min-height:28px;display:flex;align-items:center;gap:12px;padding:3px 16px 5px;position:relative;background:radial-gradient(420px 220px at 50% -24%,rgba(97,138,217,.24) 0%,transparent 66%),linear-gradient(180deg,#1a2d4d,#0f1a30 52%,#0a1323);box-shadow:inset 0 1px #ffffff0a}.clipboard-board:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#ffffff29;pointer-events:none}.clipboard-board-list{flex:1;min-width:0;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:thin}.clipboard-board-empty{color:#cbd5e1b8;font-size:13px;padding-left:4px;white-space:nowrap}.clipboard-board-item{flex:0 0 auto;min-width:0;max-width:280px;min-height:26px;display:inline-flex;align-items:center;gap:10px;padding:0 8px;border-radius:10px;border:1px solid rgba(145,171,220,.18);background:#ffffff0f;color:#e6edf9;cursor:pointer;box-shadow:inset 0 1px #ffffff0d,0 6px 14px #0308122e;font-size:12px;font-weight:650;white-space:nowrap}.clipboard-board-item:hover{background:#ffffff1a;border-color:#9db0d657}.clipboard-board-item-main{flex:1;min-width:0;display:inline-flex;align-items:center;gap:6px}.clipboard-board-item-dot{width:14px;height:14px;flex:0 0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#111827;border:1.6px solid var(--board-accent, #f97316);box-shadow:0 0 0 1px #0f172a47}.clipboard-board-item-dot-inner{width:8px;height:8px;border-radius:999px;background:var(--board-accent, #f97316);border:1.8px solid var(--board-accent, #f97316);box-sizing:border-box}.clipboard-board-item-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1}.clipboard-board-copy{width:20px;height:20px;flex:0 0 20px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;color:#dfe9fad6}.clipboard-board-copy:hover,.clipboard-board-copy:focus-visible{background:#ffffff24;color:#fff;outline:none}.clipboard-board-copy svg{width:13px;height:13px}.clipboard-board-add{width:24px;height:24px;flex:0 0 24px;border-radius:9px;border:1px solid rgba(188,201,227,.28);background:linear-gradient(180deg,#475674e0,#2f3c56e0);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:inset 0 1px #ffffff0f,0 6px 12px #0308122e}.clipboard-board-add:hover{background:linear-gradient(180deg,#526282fa,#364460fa);border-color:#d6e0f461}.clipboard-board-add svg{width:18px;height:18px;stroke-width:4.4;filter:drop-shadow(0 0 2px rgba(255,255,255,.22))}.card{background:#fff;border:1px solid #e7e8ef;border-radius:16px;box-shadow:0 10px 30px #0000000f;padding:16px}.card-title{font-weight:650;color:#111827;margin-bottom:8px}.card-body{color:#374151}.muted{color:#6b7280;font-size:12px}.ghost{padding:8px 10px;border-radius:12px;border:1px solid #e7e8ef;background:#fff;cursor:pointer}.ghost:hover{background:#f9fafb}.lang{display:flex;align-items:center;gap:6px}.seg{padding:6px 10px;border-radius:10px;border:1px solid #e7e8ef;background:#fff;cursor:pointer;font-size:12px}.seg.active{background:#111827;color:#fff;border-color:#111827}.icon-ghost{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#1e293b;border-radius:10px}.icon-ghost svg,.menu-icon svg{display:block}.rail-actions .seg{border-color:#ffffff42;background:#ffffff14;color:#e6ebff}.rail-actions .seg.active{border-color:#fff;background:#fff;color:#1f2948}.rail-actions .ghost{border-color:#ffffff42;background:#ffffff14;color:#e6ebff}.rail-actions .ghost:hover{background:#ffffff29}.drawer-overlay{position:fixed;inset:54px 0 0;background:#0000002e;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:50}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:54px;right:0;height:calc(100% - 54px);width:560px;max-width:100vw;background:#fff;border-left:1px solid #e7e8ef;box-shadow:-10px 0 30px #00000014;transform:translate(100%);transition:transform .18s ease;display:flex;flex-direction:column;z-index:60}.drawer.open{transform:translate(0)}.confirm-overlay{position:fixed;inset:0;background:#0f172a59;display:none;align-items:center;justify-content:center;z-index:80}.confirm-overlay.open{display:flex}.confirm-modal{width:min(460px,calc(100vw - 32px));background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 20px 40px #0f172a2e;padding:16px}.confirm-title{font-size:18px;font-weight:700;color:#0f172a}.confirm-text{margin-top:8px;color:#475569;font-size:14px}.delete-preview-summary{margin-top:10px;display:grid;gap:4px;color:#334155}.confirm-actions{margin-top:14px;display:flex;justify-content:flex-end;gap:8px}.confirm-btn{border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;padding:8px 12px;cursor:pointer}.confirm-btn.danger{border-color:#fecaca;background:#fee2e2;color:#991b1b}.drawer-header{min-height:72px;display:flex;align-items:flex-start;gap:10px;padding:8px 12px 6px;border-bottom:1px solid #e7e8ef}.drawer-title{font-weight:650;color:#111827}.drawer-body{padding:10px 16px 16px;color:#374151;overflow:auto;min-height:0}.drawer-title-wrap{display:flex;flex-direction:column;gap:5px;min-width:0;flex:1}.drawer-project-path{display:inline-flex;align-items:center;gap:5px;min-width:0;font-size:12px;color:#51617f;font-weight:560}.drawer-project-chip{width:16px;height:16px;border-radius:5px;border:1px solid rgba(15,23,42,.16);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:10px;line-height:1;text-shadow:0 1px 1px rgba(0,0,0,.25);flex:0 0 auto}.drawer-project-chip.no-star{color:transparent;text-shadow:none}.drawer-project-chip.no-star:before{content:"★";color:transparent}.drawer-project-client{color:#5b6a85;white-space:nowrap}.drawer-project-sep{color:#8a99b4;margin:0 1px}.drawer-project-name{color:#334155;font-weight:690;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawer-project-link{border:0;background:transparent;color:#5b6a85;padding:0;margin:0;font-size:12px;font-weight:560;cursor:pointer}.drawer-project-link:hover{color:#1d4ed8}.drawer-project-link.primary{color:#334155;font-weight:690}.drawer-title-input{flex:1;min-width:0;border:0;outline:none;font-size:24px;font-weight:700;line-height:1.1;color:#0f172a;background:transparent}.close-x{width:24px;height:24px;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#0f172a;font-size:24px;line-height:1;cursor:pointer}.close-x:hover{opacity:.7}.delete-x{width:22px;height:22px;border:0;background:transparent;padding:0;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.delete-x:hover{color:#dc2626}.delete-x svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8}.table-card{background:#fff;border:1px solid #e7e8ef;border-radius:16px;box-shadow:0 10px 30px #0000000f;overflow:visible}.line-list-card{background:transparent;border:0;border-radius:0;box-shadow:none}.todo-gantt{background:#f8fafc;border:1px solid #dbe3f2;border-radius:12px;overflow:hidden}.todo-gantt-toolbar{display:flex;justify-content:flex-end;padding:8px 10px;border-bottom:1px solid #dbe3f2;background:#f5f8ff}.todo-gantt-zoom{display:inline-flex;align-items:center;border:1px solid #cfd9ec;border-radius:10px;overflow:hidden;background:#fff}.todo-gantt-zoom-btn{height:30px;border:0;background:transparent;color:#64748b;font-size:13px;font-weight:600;padding:0 14px;cursor:pointer}.todo-gantt-zoom-btn+.todo-gantt-zoom-btn{border-left:1px solid #dde5f3}.todo-gantt-zoom-btn.active{background:#e8f0ff;color:#2459c7}.todo-gantt-shell{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);min-height:420px}.todo-gantt-left{border-right:1px solid #dbe3f2;background:#f9fbff}.todo-gantt-left-head{height:66px;padding:0 14px;display:flex;align-items:center;color:#64748b;font-size:14px;border-bottom:1px solid #dbe3f2;font-weight:700;letter-spacing:.02em}.todo-gantt-left-body{display:grid}.todo-gantt-name-row{height:42px;border:0;border-bottom:1px solid #e1e8f5;background:transparent;color:#1e293b;text-align:left;display:flex;align-items:center;gap:10px;cursor:pointer;width:100%}.todo-gantt-name-row:hover{background:#eef4ff}.todo-gantt-name-row.summary{background:#f3f7ff;cursor:default;font-weight:700;padding-left:12px}.todo-gantt-name-marker{width:16px;height:16px;color:#64748b;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.todo-gantt-name-marker svg{width:14px;height:14px}.todo-gantt-name-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600}.todo-gantt-right-scroll{overflow-x:auto;overflow-y:hidden;background:#fff}.todo-gantt-right{background:#fff;position:relative}.todo-gantt-range-head{height:30px;border-bottom:1px solid #dbe3f2;color:#475569;font-size:14px;font-weight:700;display:flex;align-items:center;gap:14px;padding:0 10px;background:#f8fbff}.todo-gantt-range-week{color:#1d4ed8;font-weight:700}.todo-gantt-days-head{height:36px;border-bottom:1px solid #dbe3f2;display:grid;background:#f8fbff}.todo-gantt-day-cell{border-right:1px dashed #d7e0ef;color:#64748b;display:flex;align-items:center;justify-content:center;gap:5px;font-size:12px}.todo-gantt-day-cell.weekend{background:repeating-linear-gradient(-45deg,#94a3b814 0 6px,#94a3b805 6px 12px)}.todo-gantt-day-dow{opacity:.9;font-weight:500}.todo-gantt-day-num{font-weight:700}.todo-gantt-track-row{position:relative;height:42px;border-bottom:1px solid #e1e8f5}.todo-gantt-track-row.summary{background:#f3f7ff}.todo-gantt-row-bg{position:absolute;inset:0;display:grid;pointer-events:none}.todo-gantt-row-bg>div{border-right:1px dashed #d7e0ef}.todo-gantt-row-bg>div.weekend{background:repeating-linear-gradient(-45deg,#94a3b814 0 6px,#94a3b805 6px 12px)}.todo-gantt-project-bar{position:absolute;top:11px;bottom:11px;border-radius:999px;border:1px solid rgba(15,23,42,.16);box-shadow:0 2px 8px #1e293b29;pointer-events:none}.todo-gantt-today-line{position:absolute;top:66px;bottom:0;width:2px;margin-left:-1px;background:#2563eb61;pointer-events:none;z-index:1}.todo-gantt-today-line span{position:absolute;top:8px;left:-17px;height:18px;padding:0 5px;border-radius:9px;background:#2563eb;color:#fff;font-size:10px;line-height:18px;font-weight:700}.todo-gantt-task{position:absolute;top:6px;bottom:6px;border:1px solid rgba(15,23,42,.2);border-radius:7px;padding:2px 8px;text-align:left;cursor:pointer;overflow:hidden;box-shadow:0 1px #ffffff40 inset,0 3px 8px #0f172a24;z-index:2}.todo-gantt-task-client{font-size:9px;font-weight:500;opacity:.86;line-height:1.05}.todo-gantt-task-name{margin-top:1px;font-size:11px;font-weight:700;line-height:1.1}.todo-gantt-task-dates{margin-top:1px;font-size:9px;opacity:.86;font-variant-numeric:tabular-nums}.todo-inline-report{padding:8px}.report-kpi{border:1px solid rgba(148,163,184,.28);border-radius:14px;background:#ffffffeb;padding:12px 14px;box-shadow:0 8px 24px #0f172a0d}.report-kpi-label{color:#64748b;font-size:13px}.report-kpi-value{margin-top:6px;font-size:24px;font-weight:700;letter-spacing:.02em;color:#0f172a}.manage-card{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;display:flex;flex-direction:column;gap:14px}.manage-split{display:grid;grid-template-columns:minmax(260px,380px) minmax(0,1fr);gap:14px;min-height:520px}.manage-list-col,.manage-detail-col{border:0;border-radius:0;background:transparent;padding:0}.manage-list-col{position:relative;--manage-sticky-toolbar-top: 0px}.manage-list-col-sticky{overflow:visible}.manage-detail-col{background:transparent}.manage-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.manage-create-row{display:grid;grid-template-columns:minmax(200px,1fr) minmax(140px,220px) minmax(130px,170px) auto;gap:8px;align-items:end;justify-content:start;width:max-content;max-width:100%}.manage-create-row.slim{gap:8px;align-items:center}.manage-create-row.slim-project{grid-template-columns:minmax(220px,320px) 180px 150px 160px 38px 38px}.manage-create-row.slim-project .color-combo-wrap.compact,.manage-create-row.slim-project .plain-combo-wrap.compact,.manage-create-row.slim-project .searchable-combo-wrap.compact{width:100%;min-width:0}.manage-create-row.slim-project .plain-combo-trigger.compact,.manage-create-row.slim-project .color-combo-trigger.compact{width:100%;min-height:36px;border-radius:10px;padding:0 10px 0 12px;font-size:14px}.manage-create-row.slim-project .searchable-combo-trigger.compact{width:100%}.manage-create-row.slim-project .plain-combo-pop,.manage-create-row.slim-project .color-combo-pop{min-width:100%;max-width:none}.manage-create-row.slim-project .searchable-combo-pop{width:100%;max-width:100%}.manage-create-row.slim-client{grid-template-columns:minmax(220px,280px) minmax(180px,220px) 38px 38px}.manage-create-row.slim>*{min-width:0}.manage-create-row.slim .manage-input,.manage-create-row.slim .manage-select{height:36px;padding:7px 10px}.manage-create-row.slim .manage-btn{height:36px;width:100%;justify-self:stretch;font-size:13px;padding:0 8px}.manage-create-row.slim .manage-color-input{width:38px;height:36px;border:1px solid #dbe3f2;border-radius:10px;background:#fff;padding:4px}.manage-list{display:flex;flex-direction:column;gap:8px}.manage-sticky-toolbar{position:sticky;top:var(--manage-sticky-toolbar-top);z-index:32;margin:-18px -18px 0;background:#f6f8fc;padding:18px 18px 0}.manage-sticky-toolbar:before{content:"";position:absolute;left:0;right:0;top:-32px;height:32px;background:#f6f8fc;pointer-events:none}.manage-sticky-toolbar:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0;background:linear-gradient(180deg,#f6f8fc,#f6f8fc00);pointer-events:none}.manage-page-title{color:#0f172a;font-size:28px;font-weight:680;letter-spacing:-.35px;line-height:1.08;margin-bottom:10px;white-space:nowrap}.manage-table-head-shell{position:relative;margin-top:8px;background:#f6f8fc;z-index:1}.manage-table-head-wrap{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.manage-table-head-wrap::-webkit-scrollbar{display:none}.manage-list-table-head{pointer-events:none}.manage-table-shell{position:relative;max-width:100%;margin-top:0}.manage-list-table{margin-top:0;gap:0;border:0;border-radius:0;background:transparent;box-shadow:none;min-width:max-content}.manage-table-wrap{position:relative;overflow-x:auto;overflow-y:hidden;max-width:100%;padding-top:16px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#a8b8d8 #e9eef8}.manage-table-wrap::-webkit-scrollbar{height:10px}.manage-table-wrap::-webkit-scrollbar-track{background:#e9eef8;border-radius:999px}.manage-table-wrap::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#b6c6e6,#98abd1);border-radius:999px;border:2px solid #e9eef8}.manage-table-wrap::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9fb4db,#859cc8)}.manage-table-scroll-shadow{position:absolute;top:0;bottom:12px;width:24px;pointer-events:none;opacity:0;transition:opacity .16s ease;z-index:6}.manage-table-scroll-shadow.right{right:0;background:linear-gradient(270deg,#e6eefcf5,#e6eefc00)}.manage-table-shell.scrolled-right .manage-table-scroll-shadow.right{opacity:1}.manage-table-head{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:0;padding:0;min-height:34px;font-size:12px;font-weight:650;color:#667085;background:transparent;border-bottom:1px solid #e6edf7}.manage-table-row{width:100%;border:0;background:transparent;display:grid;grid-template-columns:18px minmax(0,1fr);gap:0;align-items:center;padding:0;min-height:34px;text-align:left;cursor:pointer;border-bottom:1px solid #e6edf7}.manage-table-head>span,.manage-table-row>span{display:flex;align-items:center;min-width:0;padding:6px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.manage-table-row:last-child{border-bottom:0}.manage-table-row:hover,.manage-table-row.active{background:transparent}.clients-list-table .manage-table-head,.clients-list-table .manage-table-row{grid-template-columns:44px minmax(246px,1.1fr) 96px 88px 140px 180px 170px 160px minmax(180px,.9fr);min-width:1384px}.manage-list-table-head>.manage-table-head{background:#f6f8fc;box-shadow:0 1px #e6edf7}.clients-list-table .manage-table-head>span:nth-child(1),.clients-list-table .manage-table-row>span:nth-child(1){position:sticky;left:0;z-index:5;background:#fff;isolation:isolate;overflow:hidden;box-shadow:1px 0 #e6edf7;align-self:stretch}.clients-list-table .manage-table-head>span:nth-child(1){background:#f6f8fc}.clients-list-table .manage-table-row:hover>span:nth-child(1){background:#fff}.clients-list-table .manage-table-row.active>span:nth-child(1){background:#fff}.clients-list-table .manage-table-head>span:nth-child(2),.clients-list-table .manage-table-row>span:nth-child(2){position:sticky;left:44px;z-index:4;background:#fff;box-shadow:1px 0 #e6edf7;align-self:stretch}.clients-list-table .manage-table-head>span:nth-child(2){background:#f6f8fc}.clients-list-table .manage-table-row:hover>span:nth-child(2){background:#fff}.clients-list-table .manage-table-row.active>span:nth-child(2){background:#fff}.clients-list-table .manage-table-head>span:nth-child(n+3):nth-child(-n+8),.clients-list-table .manage-table-row>span:nth-child(n+3):nth-child(-n+8){justify-content:flex-end;text-align:right}.project-list-table .manage-table-head,.project-list-table .manage-table-row{grid-template-columns:18px minmax(0,1fr) minmax(120px,.7fr)}.project-list-table-extended .manage-table-head,.project-list-table-extended .manage-table-row{grid-template-columns:180px 220px 160px 90px 140px 140px 150px 140px 140px 150px 150px 160px 96px 128px 148px 96px;min-width:2268px;gap:0;padding:0;align-items:stretch}.project-list-table-extended .manage-table-head>span,.project-list-table-extended .manage-table-row>span{position:relative;z-index:1;padding:6px 10px}.project-list-table-extended .manage-table-head>span:nth-child(1),.project-list-table-extended .manage-table-row>span:nth-child(1){position:sticky;left:0;z-index:20;background:#fff;isolation:isolate;overflow:hidden;align-self:stretch;width:180px;min-width:180px;max-width:180px}.project-list-table-extended .manage-table-head>span:nth-child(2),.project-list-table-extended .manage-table-row>span:nth-child(2){position:sticky;left:180px;z-index:21;background:#fff;box-shadow:1px 0 #e6edf7;align-self:stretch;width:220px;min-width:220px;max-width:220px}.project-list-table-extended .manage-table-head>span:nth-child(2):after,.project-list-table-extended .manage-table-row>span:nth-child(2):after{display:none}.project-list-table-extended .manage-table-head>span:nth-child(-n+2){background:#f6f8fc}.project-list-table-extended .manage-table-row:hover>span:nth-child(-n+2){background:#f7faff}.project-list-table-extended .manage-table-row.active>span:nth-child(-n+2){background:#edf4ff}.with-project-chip{display:inline-flex;align-items:center;gap:8px}.manage-status-pill{display:inline-flex;align-items:center;justify-content:space-between;width:100%;max-width:168px;min-height:24px;border:1px solid rgba(15,23,42,.14);border-radius:10px;padding:0 8px;font-size:11px;font-weight:650;gap:6px;white-space:nowrap}.manage-status-pill .state-icon-wrap{background:#ffffff6b}.manage-row-status{justify-content:flex-start}.manage-status-pill-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.manage-status-pill-caret{font-size:10px;line-height:1;transform:translateY(1px);flex:0 0 auto}.clients-list-table .manage-color-dot{width:18px;height:18px;min-width:18px;max-width:18px;aspect-ratio:1 / 1;flex:0 0 18px;display:inline-block;vertical-align:middle;border-radius:5px;border:1px solid rgba(15,23,42,.12);box-shadow:inset 0 1px #ffffff5c;margin:0;transform:none}.clients-list-table .task-select-col{justify-content:center!important;text-align:center!important;padding:0!important}.clients-list-table .task-select-col .task-check-btn{position:relative;left:-2px;transform:none;display:block;margin:0 auto}.clients-bulk-modal{width:min(560px,calc(100vw - 32px));padding:16px}.clients-bulk-modal .template-modal-title{color:#16365d;padding-right:34px}.clients-bulk-modal .report-bulk-modal-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;margin-top:16px}.clients-bulk-modal .report-bulk-field{min-width:0;display:grid;gap:6px;align-content:start}.clients-bulk-modal .plain-combo-wrap{width:100%;min-width:0}.clients-bulk-modal .plain-combo-pop{width:100%;max-width:100%}.clients-bulk-modal .report-bulk-field>.hint{font-size:11px;font-weight:700;color:#61738d;margin-left:2px}.clients-bulk-modal .report-bulk-field input,.clients-bulk-modal .report-bulk-field select{width:100%;min-width:0;height:38px;border:1px solid rgba(148,163,184,.28);border-radius:12px;background:#fffffff0;color:#0f172a;padding:0 10px;outline:none;box-sizing:border-box}.clients-bulk-modal .report-bulk-field input:focus,.clients-bulk-modal .report-bulk-field select:focus{border-color:#4e7fd66b;box-shadow:0 0 0 3px #60a5fa1f}.clients-bulk-modal .confirm-actions{margin-top:16px}.clients-toolbar{align-items:flex-start}.clients-title-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;transform:translateY(-3px);border-radius:10px;background:linear-gradient(180deg,#d8e9ff,#9dc1f3);color:#163d7a;box-shadow:inset 0 1px #ffffffc2,0 8px 18px #385db02e,0 2px 6px #385db01f}.clients-title-icon svg{width:17px;height:17px}.clients-search-field{min-width:260px}.clients-search-field input{width:100%;height:32px;border-radius:12px;border:1px solid #e1e7f0;padding:0 10px;font-size:13px;font-weight:600;color:#0f172a;background:#fffffff0}.clients-search-field input::placeholder{color:#64748b;font-weight:500}.clients-search-field input:focus{outline:none;border-color:#c7d2e4;box-shadow:0 0 0 3px #94a3b824}.projects-card{position:relative;min-height:0;height:100%;flex:1 1 auto}.projects-toolbar{align-items:flex-start}.projects-create-row{display:flex;align-items:center;min-height:32px}.projects-create-row .manage-create-row.slim-project{align-items:center}.projects-create-row .manage-create-row.slim-project .manage-input{height:32px;padding:0 10px;border-radius:12px;border-color:#e1e7f0;font-size:13px;font-weight:600;background:#fffffff0}.projects-create-row .manage-create-row.slim-project .manage-input::placeholder{color:#64748b;font-weight:500}.projects-create-row .manage-create-row.slim-project .manage-input:focus{outline:none;border-color:#c7d2e4;box-shadow:0 0 0 3px #94a3b824}.projects-create-row .manage-create-row.slim-project .searchable-combo-trigger.compact,.projects-create-row .manage-create-row.slim-project .plain-combo-trigger.compact,.projects-create-row .manage-create-row.slim-project .color-combo-trigger.compact,.projects-create-row .manage-create-row.slim-project .manage-color-input,.projects-create-row .manage-create-row.slim-project .manage-btn{height:32px;min-height:32px;border-radius:12px}.projects-create-row .manage-create-row.slim-project .manage-color-input{width:32px;border-color:#e1e7f0}.projects-create-row .manage-create-row.slim-project .manage-btn{min-width:32px;padding:0 8px}.projects-title-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;transform:translateY(-3px);border-radius:10px;background:linear-gradient(180deg,#e7eefb,#b4c6eb);color:#233b68;box-shadow:inset 0 1px #ffffffc2,0 8px 18px #4868aa29,0 2px 6px #4868aa1f}.projects-title-icon svg{width:17px;height:17px}.projects-search-field{min-width:260px}.projects-search-field input{width:100%;height:32px;border-radius:12px;border:1px solid #e1e7f0;padding:0 10px;font-size:13px;font-weight:600;color:#0f172a;background:#fffffff0}.projects-search-field input::placeholder{color:#64748b;font-weight:500}.projects-search-field input:focus{outline:none;border-color:#c7d2e4;box-shadow:0 0 0 3px #94a3b824}.projects-table-wrap{border-top-right-radius:16px;height:100%;max-height:none}.projects-grid.projects-files-grid th:nth-child(1),.projects-grid.projects-files-grid td:nth-child(1){width:44px;min-width:44px;max-width:44px}.projects-grid.projects-files-grid th:nth-child(2),.projects-grid.projects-files-grid td:nth-child(2){width:10px;min-width:10px;max-width:10px;padding:0;border:0!important;background:#f6f8fc}.projects-grid.projects-files-grid th:nth-child(3),.projects-grid.projects-files-grid td:nth-child(3){width:220px;min-width:220px;max-width:220px}.projects-grid.projects-files-grid th:nth-child(4),.projects-grid.projects-files-grid td:nth-child(4){width:180px;min-width:180px;max-width:180px}.projects-grid.projects-files-grid th:nth-child(5),.projects-grid.projects-files-grid td:nth-child(5){width:160px;min-width:160px;max-width:160px}.projects-grid.projects-files-grid th:nth-child(6),.projects-grid.projects-files-grid td:nth-child(6){width:112px;min-width:112px;max-width:112px}.projects-grid.projects-files-grid th:nth-child(7),.projects-grid.projects-files-grid td:nth-child(7),.projects-grid.projects-files-grid th:nth-child(8),.projects-grid.projects-files-grid td:nth-child(8),.projects-grid.projects-files-grid th:nth-child(9),.projects-grid.projects-files-grid td:nth-child(9),.projects-grid.projects-files-grid th:nth-child(10),.projects-grid.projects-files-grid td:nth-child(10),.projects-grid.projects-files-grid th:nth-child(11),.projects-grid.projects-files-grid td:nth-child(11){width:140px;min-width:140px;max-width:140px}.projects-grid.projects-files-grid th:nth-child(8),.projects-grid.projects-files-grid td:nth-child(8),.projects-grid.projects-files-grid th:nth-child(9),.projects-grid.projects-files-grid td:nth-child(9),.projects-grid.projects-files-grid th:nth-child(10),.projects-grid.projects-files-grid td:nth-child(10),.projects-grid.projects-files-grid th:nth-child(13),.projects-grid.projects-files-grid td:nth-child(13){width:168px;min-width:168px;max-width:168px}.projects-grid.projects-files-grid th:nth-child(12),.projects-grid.projects-files-grid td:nth-child(12){width:184px;min-width:184px;max-width:184px}.projects-grid.projects-files-grid th:nth-child(14),.projects-grid.projects-files-grid td:nth-child(14){width:96px;min-width:96px;max-width:96px}.projects-grid.projects-files-grid th:nth-child(15),.projects-grid.projects-files-grid td:nth-child(15){width:144px;min-width:144px;max-width:144px}.projects-grid.projects-files-grid th:nth-child(16),.projects-grid.projects-files-grid td:nth-child(16){width:160px;min-width:160px;max-width:160px}.projects-grid.projects-files-grid th:nth-child(17),.projects-grid.projects-files-grid td:nth-child(17),.projects-grid.projects-files-grid th:nth-child(18),.projects-grid.projects-files-grid td:nth-child(18){width:138px;min-width:138px;max-width:138px}.projects-grid .sticky-col.projects-sticky-3{z-index:14;overflow:hidden;isolation:isolate;background:#fff;background-clip:padding-box;border-right:1px solid #e9edf6}.projects-grid .sticky-col.travel-sticky-2{z-index:13;overflow:hidden;isolation:isolate;background:#fff;background-clip:padding-box;border-right:1px solid #e9edf6}.projects-grid thead .sticky-col.travel-sticky-2{z-index:15;background:#f6f8fc}.projects-grid thead .sticky-col.projects-sticky-3{z-index:16;background:#f6f8fc}.projects-grid .sticky-col.files-gap-col{z-index:17;background:#f6f8fc;box-shadow:none;border-bottom:0}.projects-grid tbody .sticky-col.files-gap-col{background:#f6f8fc;border-bottom:0}.projects-grid tbody tr:hover .sticky-col.travel-sticky-2{background:#fbfcff}.projects-client-pill{padding-right:8px}.projects-client-pill>span:last-child{overflow:hidden;text-overflow:ellipsis}.projects-grid .sticky-col.projects-sticky-3:before{content:"";position:absolute;top:-1px;bottom:-1px;left:-10px;width:10px;background:#f6f8fc;pointer-events:none}.projects-grid thead .sticky-col.projects-sticky-3:before{background:#f6f8fc}.projects-grid tbody .sticky-col.projects-sticky-3:before{background:#fff}.projects-grid tbody tr:hover .sticky-col.projects-sticky-3{background:#fbfcff}.projects-grid tbody tr:hover .sticky-col.projects-sticky-3:before{background:#fbfcff}.projects-grid tbody tr:hover .sticky-col.projects-sticky-3:after{background:#fbfcff}.projects-grid th.travel-number-col,.projects-grid td.travel-number-col{text-align:right}.projects-grid th,.projects-grid td{vertical-align:middle;line-height:1.2}.projects-grid td.manage-row-status{vertical-align:middle}.table-wrap.files-table-wrap .projects-grid.projects-files-grid th:nth-child(1),.table-wrap.files-table-wrap .projects-grid.projects-files-grid td:nth-child(1){width:40px;min-width:40px;max-width:40px}.table-wrap.files-table-wrap .projects-grid.projects-files-grid th:nth-child(2),.table-wrap.files-table-wrap .projects-grid.projects-files-grid td:nth-child(2){width:10px;min-width:10px;max-width:10px}.table-wrap.files-table-wrap .projects-grid.projects-files-grid th:nth-child(3),.table-wrap.files-table-wrap .projects-grid.projects-files-grid td:nth-child(3){width:220px;min-width:220px;max-width:220px}.table-wrap.files-table-wrap .projects-grid.projects-files-grid th:nth-child(4),.table-wrap.files-table-wrap .projects-grid.projects-files-grid td:nth-child(4){width:180px;min-width:180px;max-width:180px}.table-wrap.files-table-wrap .projects-grid .sticky-col.travel-sticky-2{z-index:15;overflow:hidden;isolation:isolate;background:#fff;border-right:1px solid #e9edf6}.table-wrap.files-table-wrap .projects-grid .sticky-col.projects-sticky-3{z-index:16;overflow:hidden;isolation:isolate;background:#fff;border-right:1px solid #e9edf6}.table-wrap.files-table-wrap .projects-grid thead .sticky-col.travel-sticky-2{z-index:18;background:#f6f8fc}.table-wrap.files-table-wrap .projects-grid thead .sticky-col.projects-sticky-3{z-index:19;background:#f6f8fc}.table-wrap.files-table-wrap .projects-grid .sticky-col.files-gap-col{z-index:20;background:#f6f8fc}.table-wrap.files-table-wrap .projects-grid tbody .sticky-col.files-gap-col{background:#f6f8fc}.table-wrap.files-table-wrap .projects-grid th.task-select-col,.table-wrap.files-table-wrap .projects-grid td.task-select-col{width:40px;min-width:40px;max-width:40px;text-align:center;vertical-align:middle;padding:0!important}.table-wrap.files-table-wrap .projects-grid .task-select-col .task-check-btn{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;position:static;margin:0 auto}.table-wrap.files-table-wrap .projects-grid thead .task-select-col .task-check-btn.all{width:18px;height:18px}.projects-grid th.project-flag-col,.projects-grid td.project-flag-col{text-align:center;vertical-align:middle}.projects-grid th.project-flag-col .report-sort-btn{width:100%;justify-content:center}.projects-grid td.project-flag-col{padding-left:8px;padding-right:8px}.projects-grid td.project-flag-col .project-flag-indicator{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;margin:0 auto;border-radius:5px;border:1px solid #a8b8d8;background:linear-gradient(180deg,#fff,#eef4ff);color:transparent;box-sizing:border-box}.projects-grid td.project-flag-col .project-flag-indicator.selected{border-color:#3b82f6;background:linear-gradient(180deg,#4b95ff,#2f71d5)}.projects-grid td.project-flag-col .project-flag-check{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-size:10px;line-height:1;font-weight:700}.table-wrap.files-table-wrap .projects-grid th,.table-wrap.files-table-wrap .projects-grid td{vertical-align:middle;line-height:1.2}.projects-grid th.task-select-col,.projects-grid td.task-select-col{text-align:center;vertical-align:middle;padding:0!important}.projects-grid .task-select-col .task-check-btn{display:inline-flex;margin:0 auto;position:static;width:17px;height:17px;vertical-align:middle}.projects-grid thead .task-select-col .task-check-btn.all{width:18px;height:18px}.projects-grid td>.manage-row-title,.projects-grid td>.travel-client-pill,.projects-grid td>.manage-status-pill{align-items:center}.projects-bulk-modal{width:min(680px,calc(100vw - 32px));padding:16px}.projects-clone-modal{width:min(440px,calc(100vw - 32px))}.projects-bulk-modal .template-modal-title{color:#16365d;padding-right:34px}.projects-bulk-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.projects-bulk-modal .report-bulk-field{min-width:0;display:grid;gap:6px;align-content:start}.projects-bulk-modal .plain-combo-wrap,.projects-bulk-modal .color-combo-wrap,.projects-bulk-modal .searchable-combo-wrap{width:100%;min-width:0}.projects-bulk-modal .plain-combo-pop,.projects-bulk-modal .color-combo-pop,.projects-bulk-modal .searchable-combo-pop{width:100%;max-width:100%}.projects-bulk-modal .report-bulk-field>.hint{font-size:11px;font-weight:700;color:#61738d;margin-left:2px}.projects-bulk-modal .report-bulk-field select{width:100%;min-width:0;height:38px;border:1px solid rgba(148,163,184,.28);border-radius:12px;background:#fffffff0;color:#0f172a;padding:0 10px;outline:none;box-sizing:border-box}.projects-bulk-modal .plain-combo-trigger,.projects-bulk-modal .color-combo-trigger,.projects-bulk-modal .searchable-combo-trigger{height:38px;min-height:38px;border-radius:12px;border-color:#94a3b847;background:#fffffff0}.projects-bulk-modal .report-bulk-field select:focus,.projects-bulk-modal .report-bulk-field input:focus,.projects-bulk-modal .plain-combo-trigger:focus-visible,.projects-bulk-modal .color-combo-trigger:focus-visible,.projects-bulk-modal .searchable-combo-trigger:focus-visible{border-color:#4e7fd66b;box-shadow:0 0 0 3px #60a5fa1f}.projects-bulk-modal .report-bulk-field input{width:100%;min-width:0;height:38px;border:1px solid rgba(148,163,184,.28);border-radius:12px;background:#fffffff0;color:#0f172a;padding:0 12px;outline:none;box-sizing:border-box}.projects-clone-grid{grid-template-columns:1fr;max-height:min(56vh,520px);overflow:auto}.project-clone-source-name{font-size:13px;font-weight:700;color:#16365d;margin-left:2px}.clients-create-row{margin-top:2px;display:flex;align-items:center;min-height:32px}.clients-create-row .manage-create-row.slim-client{align-items:center}.clients-create-row .manage-create-row.slim-client .manage-input{height:32px;padding:0 10px;border-radius:12px;border-color:#e1e7f0;font-size:13px;font-weight:600;background:#fffffff0}.clients-create-row .manage-create-row.slim-client .manage-input::placeholder{color:#64748b;font-weight:500}.clients-create-row .manage-create-row.slim-client .manage-input:focus{outline:none;border-color:#c7d2e4;box-shadow:0 0 0 3px #94a3b824}.clients-create-row .manage-create-row.slim-client .manage-color-input,.clients-create-row .manage-create-row.slim-client .manage-btn{height:32px}.clients-create-row .manage-create-row.slim-client .manage-color-input{width:32px;border-radius:12px;border-color:#e1e7f0}.clients-create-row .manage-create-row.slim-client .manage-btn{min-width:32px;padding:0 8px;border-radius:12px}.clients-sticky-toolbar{position:static;margin:0;padding:0;background:transparent}.clients-sticky-toolbar:before,.clients-sticky-toolbar:after{display:none}.manage-edit-modal{width:min(840px,calc(100vw - 32px));max-height:calc(100vh - 64px);overflow:auto;position:relative}.manage-edit-modal .color-combo-wrap.compact{width:100%;min-width:0}.manage-edit-modal .color-combo-wrap{width:auto;min-width:220px;max-width:180px}.manage-edit-modal .color-combo-trigger{min-height:34px;border-radius:12px;padding:0 10px 0 12px;font-size:13px;font-weight:700;border-width:1px;box-shadow:inset 0 1px #ffffff2e}.manage-edit-modal .color-combo-trigger.compact{min-height:40px;border-radius:12px;padding:0 12px;font-size:14px;font-weight:700}.manage-edit-modal .color-combo-trigger .state-pill-main{gap:8px}.manage-edit-modal .color-combo-trigger .state-icon-wrap,.manage-edit-modal .color-combo-item .state-icon-wrap{width:16px;height:16px;background:#ffffff4d;border:1px solid rgba(15,23,42,.2)}.manage-edit-modal .color-combo-trigger .state-icon-svg,.manage-edit-modal .color-combo-item .state-icon-svg{width:10px;height:10px}.manage-edit-modal .color-combo-item{min-height:24px;border-radius:10px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex;align-items:center}.manage-edit-modal .color-combo-caret{font-size:10px}.manage-edit-close{position:absolute;top:8px;right:8px;width:30px;height:30px;border-radius:8px;border:1px solid #dbe3f2;background:#fff;color:#0f172a;cursor:pointer;font-size:18px;line-height:1}.manage-edit-close:hover{background:#f8fbff}.manage-row{display:grid;grid-template-columns:14px minmax(180px,1fr) minmax(140px,200px) 52px auto;gap:8px;align-items:center;padding:8px;border:1px solid #edf0f8;border-radius:12px;background:#fbfcff}.manage-row.compact{grid-template-columns:12px minmax(0,1fr);border:1px solid #edf1f9;background:#fff;cursor:pointer;text-align:left}.manage-row.compact.active{border-color:#bfd5ff;background:#f3f8ff}.manage-row-title{font-size:13px;font-weight:600;color:#0f172a;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.with-client-dot{display:inline-flex;align-items:center;gap:10px}.with-client-dot>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manage-row-client{font-size:12px;color:#64748b;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.manage-input,.manage-select{width:100%;padding:9px 10px;border-radius:12px;border:1px solid #e7e8ef;outline:none;background:#fff;color:#111827}.manage-color-wrap{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #e7e8ef;border-radius:12px;padding:6px 8px;color:#6b7280;font-size:12px;background:#fff}.manage-color-wrap input,.manage-color-input{width:34px;height:30px;border:0;background:transparent;padding:0;cursor:pointer}.manage-color-dot{width:12px;height:12px;border-radius:999px;border:1px solid #d1d5db}.manage-project-chip{width:20px;height:20px;border-radius:6px;border:1px solid rgba(15,23,42,.2);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;line-height:1;text-shadow:0 1px 1px rgba(0,0,0,.28)}.manage-btn{height:36px;border-radius:10px;border:1px solid #dbe1eb;background:#fff;color:#0f172a;padding:0 12px;cursor:pointer}.manage-btn:hover,.manage-btn.secondary{background:#f8fafc}.manage-btn.danger{border-color:#fecaca;color:#991b1b;background:#fff7f7}.manage-btn.add-icon{font-size:22px;line-height:1;padding:0;border-radius:10px}.manage-detail{display:flex;flex-direction:column;gap:8px}.field.compact{min-width:0}.field.compact span{font-size:12px}.inbox-card{gap:12px}.clients-card{position:relative;min-height:0;height:100%;flex:1 1 auto}.files-card{position:relative;min-height:0;height:100%;flex:1 1 auto;--files-overlay-inset-top: 26px;--files-overlay-inset-x: 18px;--files-overlay-inset-bottom: 24px}.inbox-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap}.inbox-filters{display:grid;grid-template-columns:40px repeat(4,minmax(132px,168px));gap:8px;align-items:end}.inbox-bulk-slot{height:28px;display:flex;align-items:center;justify-content:center;margin-right:10px}.inbox-bulk-inline-delete{width:28px;height:28px;border-radius:8px;border:1px solid #dbe3f2;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.inbox-bulk-inline-delete svg{width:15px;height:15px}.inbox-bulk-inline-delete:hover{border-color:#f0b1b1;background:#fff5f5;color:#b42318}.inbox-filters .field.compact{gap:5px}.inbox-filters .field.compact span{font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#64748b}.inbox-combo-wrap{min-width:0}.inbox-combo-pop{min-width:0;max-width:none}.plain-combo-pop.inbox-combo-pop.fixed,.searchable-combo-pop.inbox-combo-pop.fixed{z-index:2600}.inbox-ai-modal .plain-combo-trigger,.inbox-ai-modal .searchable-combo-trigger{position:relative;z-index:1}.inbox-date-input{height:28px;border-radius:8px;border:1px solid #d7dfec;background:#fff;padding:4px 9px;color:#0f172a;font-size:13px}.inbox-date-input:focus{outline:none;border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b824}.travel-card{gap:14px;position:relative;min-height:0;height:100%;flex:1 1 auto;--files-overlay-inset-top: 26px;--files-overlay-inset-x: 18px;--files-overlay-inset-bottom: 24px}.travel-toolbar,.files-toolbar{align-items:flex-start;padding-bottom:10px;border-bottom:1px solid rgba(203,213,225,.9)}.travel-filter-rail{gap:8px}.travel-title-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;transform:translateY(-3px);border-radius:10px;background:linear-gradient(180deg,#d8f0e3,#92c8a7);color:#11452a;box-shadow:inset 0 1px #ffffffc2,0 8px 18px #2c714e2e,0 2px 6px #2c714e1f}.travel-title-icon svg{width:17px;height:17px}.travel-entry-form{display:grid;grid-template-columns:minmax(220px,260px) minmax(280px,1.25fr) minmax(158px,176px) minmax(112px,124px) auto;gap:10px;align-items:center}.travel-entry-field{min-width:0}.travel-entry-field input{width:100%;height:32px;border-radius:12px;border:1px solid #e1e7f0;padding:0 10px;font-size:13px;font-weight:600;color:#0f172a;background:#fffffff0}.travel-entry-field input::placeholder{color:#64748b;font-weight:500}.travel-entry-field input:focus{outline:none;border-color:#c7d2e4;box-shadow:0 0 0 3px #94a3b824}.travel-entry-form .searchable-combo-trigger{min-height:32px;height:32px;border-radius:12px;padding:0 10px;border-color:#e1e7f0;font-size:13px;font-weight:600;background:#fffffff0}.travel-entry-form .searchable-combo-trigger:focus-visible{outline:none;border-color:#c7d2e4;box-shadow:0 0 0 3px #94a3b824}.travel-submit-btn{height:32px;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border:1px solid #cbd5e1;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#e2e8f0);color:#64748b;box-shadow:none;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.travel-submit-btn:hover:not(:disabled){transform:translateY(-1px)}.travel-submit-btn:not(:disabled){border-color:transparent;background:linear-gradient(180deg,#2f9e44,#237a34);color:#fff}.travel-submit-btn:disabled{cursor:not-allowed;transform:none}.travel-submit-btn svg{width:16px;height:16px}.travel-create-error{color:#b42318}.travel-grid{table-layout:auto;width:max-content;min-width:max-content;border-collapse:separate;border-spacing:0}.travel-files-grid{width:max-content;min-width:max-content}.travel-grid th,.travel-grid td{vertical-align:top;overflow:hidden;padding:10px 12px}.travel-grid th{white-space:nowrap;position:sticky;top:0;z-index:3;background:#f6f8fc;border-bottom:1px solid #e8edf7}.travel-grid tbody td{background:transparent;border-top:0;border-bottom:1px solid #e8edf7}.travel-grid tbody td:first-child{border-left:1px solid #e4eaf3}.travel-grid tbody td:last-child{border-right:1px solid #e4eaf3}.travel-grid tbody tr:hover td{background:transparent}.travel-sticky-1,.travel-sticky-2{box-shadow:1px 0 #e4eaf3,10px 0 14px -12px #0f172a29}.travel-grid .sticky-col.travel-sticky-1{z-index:4;background:#fff;box-shadow:1px 0 #e9edf6;background-clip:padding-box}.travel-grid thead .sticky-col.travel-sticky-1{background:#f6f8fc}.travel-grid thead .sticky-col{z-index:5;background:#f6f8fc}.travel-grid tbody tr:hover .sticky-col{background:#fbfcff}.travel-grid .sticky-col.travel-sticky-2:before{content:"";position:absolute;top:-1px;bottom:-1px;left:-10px;width:10px;background:#f6f8fc;box-shadow:1px 0 #e9edf6;pointer-events:none}.travel-grid tbody .sticky-col.travel-sticky-2:before{background:#f6f8fc}.travel-grid .sticky-col.travel-sticky-2{z-index:4;overflow:visible}.travel-grid.travel-files-grid th:nth-child(1),.travel-grid.travel-files-grid td:nth-child(1){width:44px;min-width:44px;max-width:44px}.travel-grid.travel-files-grid th:nth-child(2),.travel-grid.travel-files-grid td:nth-child(2){width:10px;min-width:10px;max-width:10px;padding:0;border:0!important;background:#f6f8fc}.travel-grid.travel-files-grid th:nth-child(3),.travel-grid.travel-files-grid td:nth-child(3){width:240px;min-width:240px;max-width:240px}.travel-grid.travel-files-grid th:nth-child(4),.travel-grid.travel-files-grid td:nth-child(4){width:420px;min-width:420px}.travel-grid.travel-files-grid th:nth-child(5),.travel-grid.travel-files-grid td:nth-child(5){width:120px;min-width:120px;max-width:120px}.travel-grid.travel-files-grid th:nth-child(6),.travel-grid.travel-files-grid td:nth-child(6){width:max-content;min-width:max-content;max-width:none;white-space:nowrap}.travel-grid.travel-files-grid th:nth-child(7),.travel-grid.travel-files-grid td:nth-child(7){width:auto;min-width:max-content;max-width:none;white-space:nowrap}.travel-grid th.travel-number-col,.travel-grid td.travel-number-col{text-align:right}.travel-grid th.travel-total-km-col,.travel-grid td.travel-total-km-col{width:auto;min-width:max-content;max-width:none}.clients-grid.clients-files-grid th:nth-child(1),.clients-grid.clients-files-grid td:nth-child(1){width:44px;min-width:44px;max-width:44px}.clients-grid.clients-files-grid th:nth-child(2),.clients-grid.clients-files-grid td:nth-child(2){width:10px;min-width:10px;max-width:10px;padding:0;border:0!important;background:#f6f8fc}.clients-grid.clients-files-grid th:nth-child(3),.clients-grid.clients-files-grid td:nth-child(3){width:240px;min-width:240px;max-width:240px}.clients-grid.clients-files-grid th:nth-child(4),.clients-grid.clients-files-grid td:nth-child(4){width:92px;min-width:92px;max-width:92px}.clients-grid.clients-files-grid th:nth-child(5),.clients-grid.clients-files-grid td:nth-child(5){width:92px;min-width:92px;max-width:92px}.clients-grid.clients-files-grid th:nth-child(6),.clients-grid.clients-files-grid td:nth-child(6){width:136px;min-width:136px;max-width:136px}.clients-grid.clients-files-grid th:nth-child(7),.clients-grid.clients-files-grid td:nth-child(7){width:166px;min-width:166px;max-width:166px}.clients-grid.clients-files-grid th:nth-child(8),.clients-grid.clients-files-grid td:nth-child(8){width:154px;min-width:154px;max-width:154px}.clients-grid.clients-files-grid th:nth-child(9),.clients-grid.clients-files-grid td:nth-child(9){width:154px;min-width:154px;max-width:154px}.clients-grid.clients-files-grid th:nth-child(10),.clients-grid.clients-files-grid td:nth-child(10){width:auto;min-width:max-content;max-width:none;white-space:nowrap}.clients-grid .travel-client-pill{padding-right:8px}.travel-client-cell{font-weight:600;padding-right:26px!important}.travel-client-pill{display:flex;align-items:center;gap:8px;min-width:0;width:100%;max-width:100%;padding-right:18px;box-sizing:border-box}.travel-client-pill>span:last-child{min-width:0;white-space:nowrap}.travel-bulk-modal,.travel-edit-modal{border-color:#a7bfe861;background:radial-gradient(520px 220px at 100% 0%,rgba(132,171,244,.14) 0%,transparent 62%),linear-gradient(180deg,#fbfdff,#f3f7ff)}.travel-bulk-modal{width:min(520px,calc(100vw - 32px))}.travel-edit-modal{width:min(520px,calc(100vw - 32px));padding:16px}.travel-edit-modal .confirm-title,.travel-bulk-modal .template-modal-title{color:#16365d;padding-right:34px}.travel-edit-grid{grid-template-columns:minmax(0,1fr) minmax(148px,.8fr) minmax(110px,.55fr);gap:10px;margin-top:16px}.travel-edit-field{min-width:0;display:grid;gap:6px;align-content:start}.travel-edit-field>.hint{font-size:11px;font-weight:700;color:#61738d;margin-left:2px}.travel-edit-grid .travel-edit-field input{width:100%;min-width:0;height:38px;border:1px solid rgba(148,163,184,.28);border-radius:12px;background:#fffffff0;color:#0f172a;padding:0 10px;outline:none;box-sizing:border-box}.travel-edit-grid .travel-edit-field input:focus{border-color:#4e7fd66b;box-shadow:0 0 0 3px #60a5fa1f}.travel-bulk-modal .confirm-actions,.travel-edit-modal .confirm-actions{margin-top:16px}.travel-edit-modal .confirm-btn,.travel-bulk-modal .confirm-btn{min-width:104px}@media(max-width:720px){.travel-edit-grid{grid-template-columns:minmax(0,1fr)}}.travel-description-text{display:block;max-width:min(34vw,420px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#334155;cursor:default}.travel-client-filter-pop{position:fixed;max-height:min(280px,calc(100vh - 32px));overflow:auto;z-index:3100}.travel-table-wrap{border-top-right-radius:16px;height:100%;max-height:none}.travel-files-grid .files-gap-col{z-index:15;background:#f6f8fc;box-shadow:none;border-bottom:0}.travel-files-grid tbody .files-gap-col{background:#f6f8fc;border-bottom:0}.files-grid th:nth-child(2),.files-grid td:nth-child(2){width:10px;min-width:10px;max-width:10px;padding:0;border:0!important;background:#f6f8fc}.files-grid th:nth-child(3),.files-grid td:nth-child(3){width:200px;min-width:200px;max-width:200px}.files-grid th:nth-child(4),.files-grid td:nth-child(4){width:auto;min-width:max-content;max-width:none}.files-grid th:nth-child(5),.files-grid td:nth-child(5){width:320px;min-width:320px}.files-grid th:nth-child(6),.files-grid td:nth-child(6){width:120px;min-width:120px;max-width:120px}.files-grid th:nth-child(7),.files-grid td:nth-child(7){width:auto;min-width:max-content;max-width:none}.files-grid th:nth-child(8),.files-grid td:nth-child(8){width:96px;min-width:96px;max-width:96px}.files-scope-switch{display:inline-flex;align-items:center;gap:8px;margin-right:10px}.files-title-block{margin-top:-4px}.files-controls{justify-content:flex-start;flex:0 0 auto}.files-title-row{display:flex;align-items:baseline;gap:10px}.files-title-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;transform:translateY(-3px);border-radius:10px;background:linear-gradient(180deg,#d2e0ff,#9fbaf4);color:#173b8f;box-shadow:inset 0 1px #ffffffc2,0 8px 18px #385db03d,0 2px 6px #385db029}.files-title-icon svg{width:17px;height:17px}.files-origin-cell{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.files-origin-text-wrap{flex:1 1 auto;min-width:0;display:block}.files-origin-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.files-project-text{display:block;width:fit-content;max-width:min(18vw,240px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#334155;cursor:default}.files-project-content{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%}.files-project-badge{width:18px;min-width:18px;max-width:18px;height:18px;border-radius:6px;flex:0 0 18px;font-size:11px}.files-project-inbox-badge{color:#fff;background:linear-gradient(180deg,#60a5fa,#2563eb);border-color:#2563eb47}.files-project-inbox-badge svg{width:11px;height:11px}.files-filename-text{display:block;width:fit-content;max-width:min(24vw,320px)}.files-filename-link{display:block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.files-size-col{text-align:right}.files-origin-badge{display:inline-flex;align-items:center;flex:0 0 auto;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700;letter-spacing:.02em}.files-origin-badge.task{background:#3b82f61f;color:#1d4ed8}.files-origin-badge.inbox{background:#f9731624;color:#c2410c}.files-table-shell{position:relative;flex:1 1 auto;min-height:0;padding-bottom:8px}.table-wrap.files-table-wrap{position:relative;overflow-x:auto;overflow-y:auto;height:100%;max-height:none;min-height:0;isolation:isolate;padding-top:0;padding-bottom:18px;margin-top:0;border-top-right-radius:16px;scroll-padding-bottom:18px}.reports-bulk-floating.files-bulk-floating{bottom:22px;z-index:180}.files-bulk-overlay-fixed{position:fixed;align-items:flex-end;justify-content:center;padding-bottom:148px;z-index:165}.files-bulk-overlay-fixed .confirm-modal{position:absolute;left:50%;bottom:148px;transform:translate(-50%);margin:0}.files-bulk-overlay-fixed .confirm-btn.danger{border-color:#dc2626;background:#dc2626;color:#fff}.files-bulk-overlay-fixed .confirm-btn.danger:hover{border-color:#b91c1c;background:#b91c1c}.table-wrap.files-table-wrap .grid th{position:sticky;top:0;z-index:12;background:#f7faff;background-clip:padding-box}.table-wrap.files-table-wrap .grid thead .sticky-col.travel-sticky-1{z-index:15;background:#fff;box-shadow:1px 0 #e9edf6;background-clip:padding-box;border-top-left-radius:0;border-bottom:1px solid #e8edf7}.table-wrap.files-table-wrap .grid thead .sticky-col.travel-sticky-2{z-index:14}.table-wrap.files-table-wrap .files-grid .sticky-col.files-gap-col{z-index:15;background:#f6f8fc;box-shadow:none;border-bottom:0}.table-wrap.files-table-wrap .files-grid tbody .sticky-col.files-gap-col{background:#f6f8fc;border-bottom:0}.table-wrap.files-table-wrap .files-grid thead th:first-child{border-top-left-radius:0}.table-wrap.files-table-wrap .files-grid thead th:last-child{border-top-right-radius:16px}.table-wrap.files-table-wrap .files-grid tbody td:first-child,.table-wrap.files-table-wrap .files-grid thead th:first-child{border-left:0}.table-wrap.files-table-wrap .files-grid th.task-select-col,.table-wrap.files-table-wrap .files-grid td.task-select-col{width:40px;min-width:40px;max-width:40px}.table-wrap.files-table-wrap .files-grid .task-select-col .task-check-btn{left:0}@media(max-width:1180px){.travel-entry-form{grid-template-columns:repeat(2,minmax(220px,1fr))}.travel-submit-btn{width:100%}}@media(max-width:720px){.travel-entry-form{grid-template-columns:1fr}.travel-filter-rail,.travel-filter-rail .report-filter-pop-wrap,.travel-filter-rail .report-filter-chip{width:100%}}.inbox-table-wrap{overflow:auto;max-width:100%}.inbox-grid{table-layout:fixed;width:100%;min-width:1304px;border-collapse:separate;border-spacing:0}.inbox-grid th,.inbox-grid td{vertical-align:top;overflow:visible;padding:10px 12px}.inbox-grid th{white-space:nowrap;position:sticky;top:0;z-index:3;background:#f6f8fc;box-shadow:none;border-bottom:1px solid #e8edf7}.inbox-grid tbody td{background:transparent;border-top:0;border-bottom:1px solid #e8edf7}.inbox-grid tbody td:first-child{border-left:1px solid #e4eaf3}.inbox-grid tbody td:last-child{border-right:1px solid #e4eaf3}.inbox-grid tbody tr:hover td{background:transparent}.inbox-grid tbody tr.inbox-row-matched td{background:transparent;border-bottom-color:#d5e6d6}.inbox-grid tbody tr.inbox-row-matched:hover td{background:transparent}.inbox-grid .sticky-col{position:sticky;z-index:2;background:#fff}.inbox-grid thead .sticky-col{z-index:5;background:#f6f8fc}.inbox-grid tbody tr:hover .sticky-col{background:#fbfcff}.inbox-grid tbody tr.inbox-row-matched .sticky-col{background:#f3f8f3}.inbox-grid tbody tr.inbox-row-matched:hover .sticky-col{background:#eef6ef}.inbox-grid .task-select-col{width:44px;min-width:44px;max-width:44px;text-align:center;vertical-align:middle;padding:0}.inbox-grid th.task-select-col,.inbox-grid td.task-select-col{text-align:center;vertical-align:middle;padding:0}.inbox-grid .task-select-col .task-check-btn{position:relative;left:-4px;transform:none;display:block;margin:0 auto;vertical-align:middle}.inbox-grid th:nth-child(1),.inbox-grid td:nth-child(1){width:44px;min-width:44px;max-width:44px}.inbox-grid th:nth-child(2),.inbox-grid td:nth-child(2){width:104px;min-width:104px;max-width:104px}.inbox-grid th:nth-child(3),.inbox-grid td:nth-child(3){width:240px;min-width:240px;max-width:240px}.inbox-grid th:nth-child(4),.inbox-grid td:nth-child(4){width:220px;min-width:220px;max-width:220px}.inbox-grid th:nth-child(5),.inbox-grid td:nth-child(5){width:84px;min-width:84px;max-width:84px}.inbox-grid th:nth-child(6),.inbox-grid td:nth-child(6){width:170px;min-width:170px;max-width:170px}.inbox-grid th:nth-child(7),.inbox-grid td:nth-child(7){width:74px;min-width:74px;max-width:74px}.inbox-grid th:nth-child(8),.inbox-grid td:nth-child(8){width:210px;min-width:210px;max-width:210px}.inbox-grid th:nth-child(9),.inbox-grid td:nth-child(9){width:210px;min-width:210px}.inbox-grid-ai-enabled th:nth-child(6),.inbox-grid-ai-enabled td:nth-child(6){width:138px;min-width:138px;max-width:138px}.inbox-grid-ai-enabled th:nth-child(7),.inbox-grid-ai-enabled td:nth-child(7){width:170px;min-width:170px;max-width:170px}.inbox-grid-ai-enabled th:nth-child(8),.inbox-grid-ai-enabled td:nth-child(8){width:74px;min-width:74px;max-width:74px}.inbox-grid-ai-enabled th:nth-child(9),.inbox-grid-ai-enabled td:nth-child(9){width:210px;min-width:210px;max-width:210px}.inbox-grid-ai-enabled th:nth-child(10),.inbox-grid-ai-enabled td:nth-child(10){width:210px;min-width:210px}.inbox-sticky-1,.inbox-sticky-2,.inbox-sticky-3,.inbox-sticky-4,.inbox-sticky-5,.inbox-sticky-6{box-shadow:1px 0 #e4eaf3,10px 0 14px -12px #0f172a29}.inbox-grid .sticky-col.inbox-sticky-1{left:0;z-index:4;background:#fff;box-shadow:1px 0 #e9edf6;background-clip:padding-box}.inbox-grid .sticky-col.inbox-sticky-2:before{content:"";position:absolute;top:-1px;bottom:-1px;left:-8px;width:8px;background:#f6f8fc;box-shadow:1px 0 #e9edf6;pointer-events:none}.inbox-grid .sticky-col.inbox-sticky-2,.inbox-grid .sticky-col.inbox-sticky-6{z-index:4}.inbox-date-cell{width:104px}.inbox-sender-name{font-weight:600}.inbox-assignment-cell{width:220px}.inbox-subject-cell{width:240px}.inbox-subject{display:inline-block;max-width:100%;font-weight:700;color:#0f172a;line-height:1.3;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:default}.inbox-subject-stack{display:flex;flex-direction:column;gap:2px;min-width:0}.inbox-original-sender-email{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#64748b}.inbox-preview-cell{width:170px}.inbox-attachments-count-cell{width:74px;color:#334155;font-weight:600;text-align:center}.inbox-attachments-cell{width:210px}.inbox-attachment-list{display:flex;flex-direction:column;gap:6px}.inbox-attachment-list-item{display:flex;align-items:center;gap:8px;min-width:0}.inbox-attachment-open-btn{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-attachment-delete-btn{width:28px;height:28px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid #f1d4d4;background:#fff;color:#b42318;cursor:pointer}.inbox-attachment-delete-btn:hover:not(:disabled){background:#fff5f5}.inbox-preview-text{display:inline-block;max-width:140px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#334155;cursor:default}.hover-preview-tooltip,.inbox-preview-tooltip{position:fixed;max-width:min(360px,calc(100vw - 40px));padding:10px 12px;border-radius:12px;border:1px solid #dce3f2;background:radial-gradient(220px 90px at 20% 0%,rgba(191,219,254,.42) 0%,transparent 72%),#fff;color:#0f172a;box-shadow:0 16px 28px #0f172a29;font-size:13px;line-height:1.45;white-space:pre-wrap;opacity:1;pointer-events:none;z-index:2500}.hover-preview-tooltip:before{content:"";position:absolute;left:18px;width:10px;height:10px;background:#fff;border-right:1px solid #dce3f2;border-bottom:1px solid #dce3f2;transform:rotate(45deg)}.hover-preview-tooltip.placement-bottom:before{top:-6px}.hover-preview-tooltip.placement-top:before{bottom:-6px;transform:rotate(225deg)}.inbox-sender-cell{width:210px}.inbox-actions-cell{width:84px;text-align:center;vertical-align:middle!important}.inbox-actions{display:flex;gap:6px;flex-wrap:nowrap;justify-content:center;align-items:center;width:100%;min-height:100%}.inbox-actions .manage-btn{height:22px;padding:0;font-size:13px}.inbox-ai-cell{width:138px;text-align:left;vertical-align:middle!important}.inbox-ai-state{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;padding:0 2px;border:0;background:transparent;color:inherit;font-size:12px;line-height:1.15;font-weight:700;white-space:nowrap;vertical-align:middle}.inbox-ai-state.ready{color:#64748b}.inbox-ai-state-dot{width:12px;height:12px;border-radius:999px;flex:0 0 12px}.inbox-ai-state.ready .inbox-ai-state-dot{background:#22c1b5;box-shadow:0 0 0 4px #22c1b529}.inbox-ai-state.pending{color:#c2410c}.inbox-ai-state.pending .inbox-ai-state-dot,.inbox-ai-state.error .inbox-ai-state-dot{background:#d9480f;box-shadow:0 0 0 4px #d9480f24}.inbox-ai-state.error{color:#dc2626}.inbox-ai-open-btn{width:20px;min-width:20px;height:20px;border:0;border-radius:999px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:#64748b1a;color:#475569}.inbox-ai-open-btn:hover{background:#2563eb1f;color:#1d4ed8}.inbox-ai-open-btn svg{width:12px;height:12px}.inbox-ai-modal{width:min(980px,calc(100vw - 40px));max-height:calc(100vh - 60px);overflow:auto}.inbox-ai-modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.inbox-ai-modal-head-actions{display:flex;align-items:center;gap:10px}.inbox-ai-modal-actions.top{margin-top:14px;justify-content:flex-start}.inbox-ai-rerun-btn{flex:0 0 auto;gap:8px;white-space:nowrap}.inbox-ai-tree{margin-top:18px}.inbox-ai-attachments-editor{display:grid;gap:8px;margin-top:10px;padding:10px 12px;border:1px solid #e7edf7;border-radius:12px;background:linear-gradient(180deg,#fbfdff,#fff)}.inbox-ai-attachments-head{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.inbox-ai-attachments-clear-btn{height:28px;padding:0 10px;border-radius:9px;font-size:11px;letter-spacing:.02em;text-transform:none;white-space:nowrap}.inbox-ai-attachment-row{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:10px;align-items:center}.inbox-ai-attachment-meta{min-width:0;display:flex;align-items:center;gap:10px}.inbox-ai-attachment-thumb-wrap{flex:0 0 auto}.inbox-ai-attachment-thumb{width:48px;height:48px;display:block;border-radius:10px;object-fit:cover;border:1px solid #d9e3f5;background:#f8fafc}.inbox-ai-attachment-thumb.placeholder{display:inline-flex;align-items:center;justify-content:center;color:#64748b}.inbox-ai-attachment-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#1e293b}.inbox-ai-attachment-row .plain-combo-wrap.compact,.inbox-ai-attachment-row .plain-combo-trigger.compact{width:100%}.inbox-ai-attachment-row .plain-combo-wrap{overflow:visible;z-index:3}.inbox-ai-attachment-row .plain-combo-label{display:block;min-width:0}.inbox-assignment-cell .searchable-combo-wrap{width:100%;max-width:100%;position:relative}.inbox-assignment-cell .searchable-combo-pop{width:auto;min-width:0;max-width:none;z-index:2400;box-shadow:0 20px 40px #0f172a2e}.searchable-combo-item-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:1px}.inbox-assignment-cell .searchable-combo-trigger.compact,.inbox-filters .searchable-combo-trigger.compact,.inbox-filters .plain-combo-trigger.compact{min-height:28px;height:28px;border-radius:8px;padding:0 8px;font-size:12px}.inbox-filters .searchable-combo-search,.inbox-assignment-cell .searchable-combo-search{min-height:28px;height:28px;padding:4px 8px;font-size:13px}.inbox-filters .plain-combo-pop,.inbox-filters .searchable-combo-pop,.inbox-assignment-cell .searchable-combo-pop{border-radius:10px;padding:6px}.inbox-filters .plain-combo-item,.inbox-filters .searchable-combo-item,.inbox-assignment-cell .searchable-combo-item{min-height:28px;padding:6px 8px;font-size:13px}.searchable-combo-item-sub{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;color:#6b7b91;font-weight:500;line-height:1.1}.inbox-icon-btn{width:22px;min-width:22px;height:22px;padding:0;display:inline-flex;align-items:center;justify-content:center;margin:0 auto;flex:0 0 22px}.inbox-icon-btn-assign{border-radius:50%;border-color:#5ec986;background:linear-gradient(180deg,#63cf8d,#47b86f);color:#fff;box-shadow:0 6px 14px #34a35c33;transform:translate(-10px)}.inbox-icon-btn-assign:disabled{border-color:#cbd5e1;background:linear-gradient(180deg,#e5ebf3,#d6e0ec);color:#8b98aa;box-shadow:none;opacity:1}.inbox-icon-btn-assign:disabled:hover{border-color:#cbd5e1;background:linear-gradient(180deg,#e5ebf3,#d6e0ec);color:#8b98aa;box-shadow:none;cursor:default}.inbox-icon-btn-assign:hover{border-color:#2e8f52;background:linear-gradient(180deg,#379f5c,#237844);color:#fff}.inbox-icon-btn svg{width:15px;height:15px}.inbox-icon-check{font-size:11px;font-weight:800;line-height:1}.inbox-grid .sticky-col.inbox-sticky-5{z-index:3}.searchable-combo-pop.fixed,.plain-combo-pop.fixed{position:fixed}.searchable-combo-pop.fixed.up,.plain-combo-pop.fixed.up{transform-origin:bottom left}@media(max-width:1100px){.inbox-filters{grid-template-columns:40px repeat(2,minmax(140px,1fr));width:100%}.inbox-grid{min-width:1040px}}@media(max-width:720px){.inbox-filters{grid-template-columns:40px 1fr}}.manage-grid{display:grid;grid-template-columns:repeat(2,minmax(240px,380px));gap:8px 14px;align-items:end;justify-content:start}.manage-grid.manage-grid-top{align-items:start}.manage-grid .field{margin:0;width:100%;max-width:380px}.manage-grid .field>span{font-size:12px;color:#6b7280}.manage-grid .field input[type=color]{width:56px;height:30px;border:1px solid #e7e8ef;border-radius:8px;background:#fff;padding:2px;cursor:pointer;align-self:flex-start}.manage-grid .field input[type=text],.manage-grid .field input[type=number],.manage-grid .field select{height:34px;padding:6px 10px;border-radius:10px;font-size:13px}.manage-edit-modal .searchable-combo-trigger{min-height:34px;border-radius:10px;padding:0 10px;font-size:13px}.manage-edit-modal .searchable-combo-pop{width:min(320px,100%)}.manage-edit-modal .manage-input,.manage-edit-modal .manage-select{border-radius:10px;padding:6px 10px;font-size:13px}.app-toast{position:fixed;top:66px;left:50%;transform:translate(-50%);z-index:120;background:#0f172a;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:8px 12px;font-size:13px;box-shadow:0 12px 26px #0206174d}.app-toast.error{background:#7f1d1d;border-color:#ffd6d666}.manage-toggles{display:flex;flex-wrap:wrap;gap:12px;border-top:1px solid #eef2fa;padding-top:8px}.manage-actions{display:flex;gap:8px}.settings-grid{display:grid;grid-template-columns:1fr;gap:16px;justify-items:start}.settings-tabs{display:flex;flex-wrap:wrap;gap:10px;width:100%}.settings-tab{border:1px solid rgba(148,163,184,.28);background:#e0ecff;color:#1e3a8a;border-radius:999px;padding:9px 16px;font-weight:700}.settings-tab.active{background:#1d4ed8;color:#eff6ff;border-color:#1d4ed8}.settings-section{border:1px solid #dfe6f2;border-radius:16px;background:#fff;padding:14px 16px;width:100%;max-width:none;box-shadow:inset 0 1px #ffffffb8}.settings-section .table-title,.settings-create-row{margin-bottom:12px}.settings-create-status{grid-template-columns:minmax(180px,1.4fr) 48px minmax(96px,.9fr) 92px 92px 88px 38px;justify-content:start;align-items:center}.settings-create-status .color-combo-wrap.compact,.settings-create-status .icon-combo-wrap{width:100%;min-width:0}.settings-create-status .color-combo-trigger.compact,.settings-create-status .icon-combo-trigger{width:100%}.settings-create-status .manage-btn.add-icon{width:38px;min-width:38px;height:36px;justify-self:start;font-size:18px}.settings-create-tag{grid-template-columns:260px 56px 88px;justify-content:start;align-items:center}.manage-input.compact,.manage-color-input.compact{height:30px}.settings-table th,.settings-table td{padding:7px 9px}.settings-table{width:auto;table-layout:fixed}.settings-table-status .col-order{width:76px}.settings-table-status .col-name{width:220px}.settings-table-status .col-preview{width:180px}.settings-table-status .col-color{width:56px}.settings-table-status .col-icon{width:110px}.settings-table-status .col-final{width:80px}.settings-table-status .col-default{width:92px}.settings-table-status .col-actions{width:88px}.settings-table-tag .col-name{width:260px}.settings-table-tag .col-color{width:56px}.settings-table-tag .col-actions{width:88px}.settings-table-priority .col-name{width:260px}.settings-table-priority .col-key{width:72px}.settings-table-priority .col-preview{width:180px}.settings-table-priority .col-icon{width:110px}.settings-table-priority .col-color{width:56px}.settings-state-pill{display:inline-flex;align-items:center;gap:8px;max-width:172px;min-height:28px;border-radius:999px;border:1px solid rgba(15,23,42,.16);padding:0 10px;font-size:12px;font-weight:650}.icon-pick{min-width:92px}.icon-combo-wrap{min-width:116px}.icon-combo-trigger{background:#f8fbff;color:#0f172a;border-color:#dbe6ff}.icon-combo-item{background:#f8fbff;color:#0f172a}.settings-table thead th,.settings-table th{position:static!important;top:auto!important;font-size:12px;color:#475569;font-weight:600;background:transparent}.settings-table td{font-size:12px}.settings-table .manage-input.compact{height:28px;padding:5px 8px;border-radius:9px;width:100%;max-width:260px}.settings-color-input{width:40px;height:36px;border:1px solid #dbe3f2;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbff);padding:4px;box-shadow:inset 0 1px #fffc}.settings-toggle{border:1px solid #dbe3f2;border-radius:10px;padding:6px 8px;background:#f8fbff;min-height:36px}.settings-toggle span{font-size:12px}.pretty-check,.pretty-radio{appearance:none;-webkit-appearance:none;width:16px;height:16px;margin:0;border:1.5px solid #94a3b8;background:#fff;display:inline-grid;place-items:center;cursor:pointer}.pretty-check{border-radius:5px}.pretty-radio{border-radius:999px}.pretty-check:after,.pretty-radio:after{content:"";width:8px;height:8px;transform:scale(0);transition:transform .12s ease;background:#2563eb}.pretty-check:after{border-radius:2px}.pretty-radio:after{border-radius:999px}.pretty-check:checked,.pretty-radio:checked{border-color:#2563eb;background:#eff6ff}.pretty-check:checked:after,.pretty-radio:checked:after{transform:scale(1)}.settings-actions{margin-top:8px;display:flex;justify-content:flex-end}.manage-meta{color:#64748b;font-size:12px}.manage-error{color:#b91c1c;font-size:12px}.table-head{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eef0f6}.table-title{font-weight:650;color:#111827}.table-meta{display:flex;gap:8px;align-items:center}.table-shell{position:relative;max-width:100%}.table-wrap{position:relative;overflow-x:auto;overflow-y:hidden;max-width:100%;padding-top:14px;margin-top:-14px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#a8b8d8 #e9eef8}.table-wrap::-webkit-scrollbar{height:10px}.table-wrap::-webkit-scrollbar-track{background:#e9eef8;border-radius:999px}.table-wrap::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#b6c6e6,#98abd1);border-radius:999px;border:2px solid #e9eef8}.table-wrap::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9fb4db,#859cc8)}.table-scroll-shadow{position:absolute;top:0;bottom:12px;width:24px;pointer-events:none;opacity:0;transition:opacity .16s ease;z-index:6}.table-scroll-shadow.left{display:none}.table-scroll-shadow.right{right:0;background:linear-gradient(270deg,#e6eefcf5,#e6eefc00)}.table-shell.scrolled-right .table-scroll-shadow.right{opacity:1}.overview-project-list{display:flex;flex-direction:column;gap:0;padding:0}.grouped-list{gap:18px}.overview-project-card{border:0;border-radius:0;overflow:visible;background:transparent}.group-section-card{border:0;border-radius:0;background:transparent;overflow:visible;box-shadow:none}.overview-project-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 8px 6px;border-bottom:0}.overview-project-card+.overview-project-card{border-top:1px solid #eef0f6}.grouped-list .overview-project-card+.overview-project-card{border-top:0}.overview-project-title{display:inline-flex;align-items:center;gap:10px;font-weight:680;color:#0f172a;font-size:16px}.group-toggle-btn{width:22px;height:22px;border:0;border-radius:6px;background:transparent;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;font-size:12px}.group-toggle-btn:hover{background:#edf3ff;color:#1f2937}.group-count-pill{font-size:11px;color:#475569;border:1px solid #dbe4f2;background:#f8fbff;border-radius:999px;padding:2px 7px}.grid{width:100%;border-collapse:separate;border-spacing:0;font-size:13px;min-width:900px;table-layout:auto}.task-grid{min-width:960px}.task-select-col{width:44px;min-width:44px;max-width:44px;text-align:center;vertical-align:middle;padding:0}.task-grid th.task-select-col,.task-grid td.task-select-col{text-align:center;vertical-align:middle;padding:0}.task-grid .task-select-col .task-check-btn{position:relative;left:-4px;transform:none;display:block;margin:0 auto;vertical-align:middle}.table-wrap.files-table-wrap .travel-files-grid{width:max-content;min-width:max-content}.compact-grid{min-width:0}.grid th,.grid td{padding:7px 10px;border-bottom:1px solid #e8edf7;white-space:nowrap}.grid th.task-col{width:320px;min-width:320px;max-width:320px}.grid tbody td{color:#111827}.grid th{position:sticky;top:0;background:transparent;z-index:2;text-align:left;color:#6b7280;font-weight:560;font-size:12px;letter-spacing:.01em}.table-header-trigger{width:100%;border:0;background:transparent;color:inherit;font:inherit;padding:0;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.grid th:hover .table-header-dots,.table-header-trigger:focus-visible .table-header-dots{opacity:1}.table-header-dots{color:#94a3b8;font-size:16px;line-height:1;opacity:0;transition:opacity .14s ease}.row{cursor:pointer}.row:hover{background:#f8fbff}.row.active{background:#eef2ff}.task-grid tbody tr:hover .task-select-col{background:#f8fbff}.task-grid tbody tr.active .task-select-col{background:#eef2ff}.task-grid thead .task-select-col{z-index:5;background:#f7faff}.task-check-btn{width:15px;height:15px;position:relative;border-radius:5px;border:1px solid #a8b8d8;background:linear-gradient(180deg,#fff,#eef4ff);color:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .16s ease}.task-check-btn:hover{border-color:#6d95df;box-shadow:0 0 0 2px #6d95df33}.task-check-btn.selected{border-color:#3b82f6;background:linear-gradient(180deg,#4b95ff,#2f71d5);color:#fff;box-shadow:0 0 0 2px #3b82f633}.task-check-btn.partial{border-color:#6b8fd5;background:linear-gradient(180deg,#dbe9ff,#bfd6ff);color:#204c99;box-shadow:0 0 0 2px #7d9dda33}.task-check-btn.all{width:16px;height:16px}.task-check-mark{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center;font-size:9px;line-height:0;font-weight:700;transform:translateY(0)}.task-grid .sticky-col{position:sticky;left:0;z-index:3;background:#fff}.task-grid .sticky-col.task-col{left:44px;z-index:4}.task-grid .sticky-col.task-col:before{content:"";position:absolute;top:-1px;bottom:-1px;left:-8px;width:8px;background:#f6f8fc;box-shadow:1px 0 #e9edf6;pointer-events:none}.task-grid.with-project-col .sticky-col.project-col{left:364px;z-index:4}.task-grid .sticky-col.select-col{left:0;z-index:4;background:#fff;box-shadow:1px 0 #e9edf6;background-clip:padding-box}.task-grid thead .sticky-col{z-index:5;background:#f7faff}.task-grid tbody tr:hover td.sticky-col{background:#f8fbff}.task-grid tbody tr.active td.sticky-col{background:#eef2ff}.task-grid.with-project-col td.sticky-col.project-col,.task-grid.with-project-col th.sticky-col.project-col{width:180px;min-width:180px;max-width:180px;box-shadow:1px 0 #e9edf6}.todo-project-cell{display:flex;flex-direction:column;min-width:0;line-height:1.2}.todo-project-cell.with-badge{display:grid;grid-template-columns:20px minmax(0,1fr);column-gap:8px;row-gap:2px;align-items:center}.todo-project-badge{grid-row:1 / span 2;align-self:center;justify-self:start}.todo-project-name{grid-column:2;display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;color:#0f172a}.todo-project-client{grid-column:2;display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;color:#64748b}.cell-main{width:320px;min-width:320px;max-width:320px}.cell-title{display:flex;align-items:center;gap:8px;font-weight:590;color:#111827;max-width:100%;overflow:hidden}.cell-title>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-email-attachment-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:0;border-radius:999px;background:transparent;color:#5b6f94;flex:0 0 auto;cursor:pointer}.task-email-attachment-badge:hover{color:#355d98}.cell-title-pop{position:relative;min-width:0;display:block;width:fit-content;max-width:100%}.cell-title-pop[data-full]{position:relative}.cell-title-pop[data-full]:before{content:"";position:absolute;left:18px;bottom:calc(100% + 2px);width:10px;height:10px;background:#fff;border-right:1px solid #dce3f2;border-bottom:1px solid #dce3f2;transform:rotate(45deg);opacity:0;pointer-events:none;transition:opacity .12s ease;z-index:31}.cell-title-pop[data-full]:hover:before{opacity:1}.cell-title-pop[data-full]:hover:after{content:attr(data-full);position:absolute;left:0;bottom:calc(100% + 8px);z-index:30;width:max-content;max-width:min(320px,calc(100vw - 56px));padding:10px 12px;border-radius:12px;border:1px solid #dce3f2;background:radial-gradient(220px 90px at 20% 0%,rgba(191,219,254,.42) 0%,transparent 72%),#fff;color:#0f172a;font-size:12px;font-weight:500;line-height:1.45;white-space:normal;box-shadow:0 18px 42px #0f172a24;pointer-events:none}.cell-main .tree{min-width:0}.cell-main .tree>div:last-child{flex:1;min-width:0;overflow:visible}.tree-main{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;min-height:22px}.tree-main.no-tags{justify-content:center}.cell-sub{margin-top:6px;display:flex;gap:6px;flex-wrap:wrap}.cell-sub{margin-top:3px}.tree{display:flex;align-items:center;min-height:28px;position:relative}.tree-toggle-badge,.task-billing-badge{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.tree-toggle-badge{width:22px;border:1px solid #d2dcf0;background:#e8efff;color:#5b6fa3;padding:0;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.tree-toggle-badge.expanded{background:#cfdcff;border-color:#b8caee;color:#425b96}.tree-toggle-badge.empty{width:22px;border-color:transparent;background:transparent;cursor:default}.tree-toggle-count{font-size:11px;font-weight:700;line-height:1;min-width:8px}.task-billing-badge{margin-right:8px;border:1px solid #cfd9ec;background:#fbfdff;color:#94a3bd}.task-billing-badge svg{width:12px;height:12px}.task-billing-badge.hourly{background:#f7faff;border-color:#d4ddef;color:#6b7a96}.task-billing-badge.fixed{background:#fff5ea;border-color:#f4d8a8;color:#b96b00}.task-billing-badge.budget{background:#eefaf2;border-color:#c7e7cf;color:#3c7a50}.cell-combo-wrap{position:relative;width:100%}.cell-combo-trigger{width:100%;height:30px;border:1px solid #d8e0ef;border-radius:8px;padding:0 8px 0 10px;font-size:12px;font-weight:600;color:#0f172a;outline:none;min-width:108px;display:inline-flex;align-items:center;justify-content:space-between;gap:6px;cursor:pointer}.cell-combo-trigger span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-combo-trigger .state-icon-wrap{width:16px;height:16px}.cell-combo-trigger .state-icon-svg{width:11px;height:11px}.cell-combo-caret{font-size:12px;color:#0f172a;flex:0 0 auto}.cell-combo-pop{position:absolute;top:calc(100% + 6px);left:0;z-index:30;min-width:180px;max-width:220px;padding:6px;border-radius:10px;border:1px solid #dce3f2;background:#fff;box-shadow:0 14px 28px #0f172a24;display:flex;flex-direction:column;gap:6px}.cell-combo-pop.up{top:auto;bottom:calc(100% + 6px)}.cell-combo-pop.fixed{position:fixed;left:0;top:0;z-index:140}.cell-combo-pop.fixed.up{top:auto;bottom:auto;transform:translateY(-100%)}.table-header-pop,.table-inline-pop{position:absolute;top:calc(100% + 6px);left:0;z-index:40;width:196px;min-width:196px;max-width:min(196px,calc(100vw - 16px));border:1px solid #dce3f2;background:#fff;border-radius:12px;box-shadow:0 14px 28px #0f172a24;padding:8px}.table-header-pop.fixed,.table-inline-pop.fixed{position:fixed;top:0;left:0;z-index:320}.table-header-pop.fixed.up,.table-inline-pop.fixed.up{top:auto;bottom:auto;transform:translateY(-100%)}.table-header-pop-item{width:100%;border:0;border-radius:8px;background:transparent;color:#0f172a;text-align:left;padding:8px 10px;font-size:12px;line-height:1.25;display:flex;align-items:center;gap:8px;cursor:pointer}.table-header-pop-item-icon{width:14px;height:14px;flex:0 0 14px;display:inline-flex;align-items:center;justify-content:center;color:#64748b}.table-header-pop-item.danger .table-header-pop-item-icon{color:#991b1b}.table-header-pop-item-icon svg{width:14px;height:14px}.table-header-pop-item:hover{background:#f4f7ff}.table-header-pop-item:disabled{opacity:.42;cursor:default}.table-header-pop-item.danger{color:#991b1b}.table-header-pop-divider{height:1px;background:#e5eaf4;margin:6px 2px}.cell-combo-item{width:100%;border:0;border-radius:8px;padding:8px 9px;text-align:left;color:#0f172a;font-size:12px;font-weight:600;cursor:pointer}.cell-combo-item .state-pill-main{justify-content:flex-start}.time-log-btn{width:26px;height:26px;border-radius:8px;border:1px solid #d8e0ef;background:#fff;color:#64748b;cursor:pointer;padding:0;line-height:1}.time-log-btn:hover{background:#f8fbff;color:#334155}.time-log-pop{position:absolute;top:calc(100% + 6px);right:auto;z-index:40;width:246px;border:1px solid #dce3f2;background:#fff;border-radius:10px;box-shadow:0 14px 28px #0f172a24;padding:8px;display:flex;flex-direction:column;gap:6px}.time-log-pop.fixed{position:fixed;top:0;left:0;z-index:140}.time-log-pop.fixed.up{top:auto;bottom:auto;transform:translateY(-100%)}.time-log-pop input{width:100%;height:30px;border:1px solid #d8e0ef;border-radius:8px;padding:0 8px}.time-log-pop button{height:30px;border-radius:8px;border:1px solid #d8e0ef;background:#f8fbff;color:#0f172a;font-weight:600;cursor:pointer;font-size:18px;line-height:1}.time-log-pop .toolbar-check{align-self:flex-start;padding:0;gap:6px}.tag{font-size:11px;padding:3px 8px;border-radius:999px;border:1px solid #e7e8ef;background:#f9fafb;color:#374151}.task-inline-date-wrap{display:flex;align-items:center;gap:4px}.task-inline-date-label{border:0;background:transparent;color:#334155;font:inherit;padding:0;cursor:pointer;min-height:24px}.task-inline-time-label{border:0;background:transparent;color:#334155;font:inherit;padding:0;cursor:pointer;min-height:24px;font-variant-numeric:tabular-nums}.table-head-icon-label{display:inline-flex;align-items:center;gap:6px}.table-head-icon{color:#94a3b8;font-size:12px;line-height:1}.table-head-icon.actual{color:#64748b}.table-head-icon.estimated{color:#f59e0b}.task-inline-date,.task-inline-time,.table-inline-search,.table-inline-comment-input{width:100%;border:1px solid #d8e0ef;border-radius:8px;background:#fff;color:#0f172a}.task-inline-date,.task-inline-time,.table-inline-search{height:30px;padding:0 8px;font-size:12px}.task-inline-date{min-width:118px}.date-pop{min-width:0;padding:8px}.task-inline-time{width:86px;text-align:right;font-variant-numeric:tabular-nums}.task-inline-clear-btn,.table-inline-submit-btn{height:30px;border-radius:8px;border:1px solid #d8e0ef;background:#f8fbff;color:#334155;cursor:pointer}.task-inline-clear-btn{width:28px;padding:0;font-size:15px;line-height:1}.task-inline-assignee-list{display:flex;align-items:center;gap:6px;min-height:24px}.task-inline-assignee-avatar-btn,.task-inline-assignee-empty-btn{border:0;background:transparent;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.task-inline-assignee-empty-btn{width:20px;height:20px;border-radius:999px;border:1px dashed #cbd5e1;color:#94a3b8}.table-inline-options{display:grid;gap:6px;max-height:230px;overflow:auto;margin-top:8px}.table-inline-option{width:100%;border:0;border-radius:8px;background:#f8fbff;color:#0f172a;text-align:left;padding:8px 9px;cursor:pointer}.table-inline-option.active,.table-inline-option:hover{background:#eef4ff}.task-inline-flag{min-width:54px;height:28px;border-radius:999px;border:1px solid #d8e0ef;background:#fff;color:#64748b;padding:0 10px;font-size:11px;font-weight:700;cursor:pointer}.task-inline-flag.active{background:#eef6ff;border-color:#b7cdfb;color:#2354be}.task-inline-toggle-icon{width:18px;height:18px;border-radius:5px;border:1px solid #d8e0ef;background:#fff;color:transparent;padding:0;font-size:10px;font-weight:800;line-height:1;cursor:pointer}.task-inline-toggle-icon.active{background:linear-gradient(180deg,#4b95ff,#2f71d5);border-color:#3b82f6;color:#fff;box-shadow:0 0 0 2px #3b82f629}.task-add-row td{border-bottom:1px solid #e8edf7;padding:6px 10px}.task-add-row .sticky-col,tfoot .sticky-col{background:#f3f5fa}.task-add-row .task-select-col,tfoot .task-select-col{background:#f6f8fc;border:0;border-bottom:0;border-top:0;box-shadow:none;position:relative}.task-add-row .task-select-col:before,tfoot .task-select-col:before{content:"";position:absolute;inset:-1px 0;background:#f6f8fc;pointer-events:none}.task-add-sticky-cell,.tfoot-sticky-cell,.task-add-project-cell,.tfoot-project-cell{box-shadow:1px 0 #e9edf6}.task-add-btn{border:0;background:transparent;color:#5b6474;font-size:13px;display:inline-flex;align-items:center;gap:10px;cursor:pointer;padding:4px 2px;font-weight:500}.task-add-btn:hover{color:#1f2937}.task-add-plus{font-size:18px;line-height:1;font-weight:400}.task-add-inline{display:inline-flex;align-items:center;gap:8px}.task-add-inline input{width:min(360px,62vw);height:34px;border-radius:10px;border:1px solid #d8e0ef;padding:0 10px;outline:none}.task-add-inline input:focus{border-color:#9fb7ef}.missing-date-icon{font-size:12px;color:#64748b}tfoot td{background:#f3f5fa;border-bottom:0;border-top:1px solid #eef0f6;font-weight:650}.tfoot-muted{color:#6b7280}.form{display:flex;flex-direction:column;gap:14px}.breadcrumb{display:flex;flex-wrap:wrap;gap:6px;margin-top:-2px}.crumb-wrap{display:inline-flex;align-items:center;gap:6px}.crumb-sep{color:#94a3b8;font-size:13px}.crumb{border:0;background:transparent;color:#64748b;font-size:13px;padding:0;cursor:pointer}.crumb.active{color:#1e293b;font-weight:600}.drawer-tabs{display:inline-flex;gap:6px;align-self:flex-start;flex-wrap:wrap;position:relative}.drawer-tab{border:1px solid #d7e3ff;background:#fff;color:#475569;border-radius:999px;padding:6px 10px;font-size:12px;cursor:pointer}.drawer-tab.active{background:#fff;border-color:#cbd5e1;color:#0f172a;font-weight:600}.drawer-tab-more{position:relative}.drawer-tab-more-pop{position:absolute;top:calc(100% + 6px);right:0;min-width:140px;padding:6px;border:1px solid #dce3f2;border-radius:12px;background:#fff;box-shadow:0 16px 36px #0f172a1f;display:grid;gap:4px;z-index:20}.drawer-tab-more-item{border:0;border-radius:8px;background:transparent;color:#475569;padding:8px 10px;font-size:12px;text-align:left;cursor:pointer}.drawer-tab-more-item:hover{background:#f8fbff;color:#0f172a}.drawer-tab-more-item.active{background:#eef4ff;color:#1d4ed8;font-weight:600}.task-attachments-pane,.task-email-pane{display:grid;gap:14px}.task-attachments-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.task-files-upload-btn{display:inline-flex;align-items:center;gap:6px;font-size:12px;padding:7px 10px}.task-files-upload-btn svg{width:14px;height:14px}.task-files-table-wrap{border:1px solid #e5ebf7;border-radius:18px;background:#fff;overflow:hidden}.task-files-table{width:100%;border-collapse:collapse}.task-files-table th,.task-files-table td{padding:8px 12px;border-bottom:1px solid #edf2fb;text-align:left;vertical-align:middle;font-size:12px}.task-files-table tbody tr:last-child td{border-bottom:0}.task-file-link{border:0;background:transparent;padding:0;color:#163d7a;font:inherit;font-weight:600;cursor:pointer;font-size:12px}.task-file-link:hover{text-decoration:underline}.task-email-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0}.task-email-grid .drawer-meta-item{min-width:0}.task-email-grid .drawer-meta-item>div{min-width:0;overflow-wrap:anywhere;word-break:break-word}.task-email-meta-item{padding:7px 10px;gap:2px;border-radius:8px}.task-email-meta-item label{font-size:10px}.task-email-meta-item>div{font-size:11px;line-height:1.35}.task-email-attachments-table-wrap{border:1px solid #e5ebf7;border-radius:14px;overflow:auto;background:#fff}.task-email-text{margin:0;padding:14px 16px;border-radius:16px;border:1px solid #e5ebf7;background:#fff;color:#334155;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;white-space:pre-wrap;word-break:break-word;max-height:260px;overflow:auto;max-width:100%}.task-email-collapse{border:1px solid #e5ebf7;border-radius:14px;background:#fff;overflow:hidden}.task-email-collapse>summary{list-style:none;cursor:pointer;padding:10px 14px;font-size:12px;font-weight:600;color:#35507d}.task-email-collapse>summary::-webkit-details-marker{display:none}.task-email-collapse[open]>summary{border-bottom:1px solid #edf2fb}.task-file-preview-modal{width:min(960px,calc(100vw - 48px))}.task-file-preview-body{margin-top:12px;border-radius:18px;overflow:hidden;border:1px solid #e5ebf7;background:#fff}.task-file-preview-frame{display:block;width:100%;min-height:70vh;border:0}.task-file-preview-image{display:block;max-width:100%;max-height:70vh;margin:0 auto}.time-entries-pane{display:flex;flex-direction:column;gap:10px;--time-col-date: 132px;--time-col-time: 64px;--time-col-bill: 74px;--time-col-actions: 46px}.time-entries-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.time-entry-add-row{display:grid;grid-template-columns:var(--time-col-date) var(--time-col-time) minmax(0,1fr) var(--time-col-bill) var(--time-col-actions);gap:8px;align-items:center;min-width:0}.time-entry-add-row input[type=date],.time-entry-add-row input[type=text],.time-entry-add-row input:not([type]){height:34px;border:1px solid #e7e8ef;border-radius:12px;padding:0 10px;background:#fff;color:#111827}.time-entries-grid{min-width:0;width:100%;table-layout:fixed}.time-entries-grid col.col-date{width:var(--time-col-date)}.time-entries-grid col.col-time{width:var(--time-col-time)}.time-entries-grid col.col-desc{width:auto}.time-entries-grid col.col-bill{width:var(--time-col-bill)}.time-entries-grid col.col-actions{width:var(--time-col-actions)}.time-entries-grid td,.time-entries-grid th{overflow:hidden;padding-left:4px;padding-right:4px}.time-entries-grid th:first-child,.time-entries-grid td:first-child{width:auto;min-width:0;max-width:none}.time-entries-grid input[type=date],.time-entries-grid input[type=text],.time-entries-grid input:not([type=checkbox]){width:100%;height:32px;border:1px solid #e7e8ef;border-radius:12px;padding:0 10px;background:#fff;color:#111827}.time-entry-date-input{width:100%;max-width:100%;min-width:88px;font-size:12px;letter-spacing:.01em}.time-entry-time-input{font-variant-numeric:tabular-nums;font-size:13px;min-width:0}.time-entry-desc-input{min-width:0}.time-entry-icon-btn{width:32px;height:32px;border-radius:10px;border:1px solid #e7e8ef;background:#f8fbff;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1;padding:0;justify-self:center}.time-entry-icon-btn:hover{background:#eef4ff;border-color:#c9d8f7}.time-entry-icon-btn.danger{background:#fff;color:#64748b}.time-entry-icon-btn.danger:hover{background:#fff6f6;color:#dc2626;border-color:#fecaca}.time-entry-icon-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8}.time-entries-grid th{font-size:12px;color:#6b7280}.time-entries-grid td{padding-top:6px;padding-bottom:6px}.time-entry-add-row .toolbar-check{margin-left:0;justify-self:center;min-width:0}.time-entry-add-row .toolbar-check span{font-size:12px}.finance-stats{margin-top:2px;border:1px solid #e7e8ef;border-radius:12px;background:#fff;overflow:hidden}.finance-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;color:#475569;font-size:14px;border-bottom:1px solid #eef0f6}.finance-row:last-child{border-bottom:0}.finance-row strong{color:#0f172a;font-variant-numeric:tabular-nums}.field{display:flex;flex-direction:column;gap:6px}.field.inline{flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.field label{font-size:12px;color:#6b7280}.field input[type=text],.field input[type=date],.field input[type=number],.field input:not([type]),.field select,.field textarea{width:100%;padding:10px;border-radius:12px;border:1px solid #e7e8ef;outline:none;background:#fff;color:#111827}.field textarea{resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:#c7c9d6}.field input:disabled,.field textarea:disabled,.field select:disabled{background:#edf0f5;color:#7b8598;border-color:#dce2ec;cursor:not-allowed;box-shadow:none}.field input:disabled::placeholder,.field textarea:disabled::placeholder{color:#9aa3b2}.field-hint{margin-top:-2px;line-height:1.35}.desc-editor{border:1px solid #dbe3f2;border-radius:12px;background:#fff;overflow:hidden}.desc-editor.expanded{min-height:360px}.desc-editor-toolbar{height:34px;border-bottom:1px solid #e4e9f4;background:#f8fbff;display:flex;align-items:center;gap:4px;padding:0 6px}.desc-tool-btn{min-width:26px;height:24px;border:1px solid transparent;border-radius:7px;background:transparent;color:#475569;font-size:13px;font-weight:700;cursor:pointer;padding:0 6px}.desc-tool-btn:hover{background:#eef4ff;border-color:#d9e4fb;color:#1f2937}.desc-tool-btn.italic{font-style:italic}.desc-tool-btn.underline{text-decoration:underline}.desc-tool-btn.strike{text-decoration:line-through}.desc-tool-btn.expand{margin-left:auto;min-width:66px;font-weight:600}.desc-editor .desc-input{border:0;border-radius:0;resize:none;height:104px;min-height:104px;max-height:104px;padding:8px 10px;outline:none;background:#fff;color:#111827;overflow:auto;line-height:1.45;white-space:pre-wrap;font-size:12px}.desc-editor .desc-input:empty:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none;font-size:12px}.desc-editor.expanded .desc-input{height:320px;min-height:320px;max-height:320px}.drawer .field input[type=text],.drawer .field input[type=date],.drawer .field input[type=number],.drawer .field input:not([type]),.drawer .field select,.drawer .field textarea{padding:7px 9px;border-radius:10px;font-size:13px}.drawer .time-preview{padding:7px 9px;border-radius:10px}.field input[type=number]::-webkit-outer-spin-button,.field input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.field input[type=number]{-moz-appearance:textfield}.drawer-meta-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.drawer-meta-item{display:flex;flex-direction:column;gap:4px;padding:8px;border-radius:10px;background:#eef5ff;border:1px solid #d8e6ff}.drawer-meta-item label{font-size:11px;color:#4f6287}.drawer-meta-item select{background:#fff}.task-tag-editor{position:relative;border:1px solid #dbe5ff;border-radius:10px;background:#fff;padding:6px}.field-inline-tags{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;column-gap:10px}.field-inline-tags>label{white-space:nowrap;padding-top:8px;font-size:12px}.task-tag-chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.task-tag-chip{display:inline-flex;align-items:center;gap:4px}.task-tag-chip-remove{border:0;background:transparent;color:inherit;opacity:.75;cursor:pointer;font-size:11px;line-height:1;padding:0}.task-tag-chip-remove:hover{opacity:1}.task-tag-editor>input{border:1px solid #e2e8f0!important;background:#f8fbff!important}.task-tag-suggest-list{margin-top:6px;width:min(220px,100%);max-height:140px;overflow:auto;display:grid;gap:4px}.task-tag-suggest-item{border:1px solid #dbe5ff;background:#f8fbff;color:#334155;border-radius:8px;padding:5px 8px;text-align:left;font-size:12px;cursor:pointer}.task-tag-suggest-item:hover{background:#eef5ff}.task-picker{position:relative}.task-picker-trigger{width:100%;min-height:36px;border:1px solid #dbe5ff;background:#fff;color:#0f172a;border-radius:12px;padding:4px 8px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;box-shadow:inset 0 1px #fffc}.task-picker-value{display:flex;flex-wrap:wrap;gap:6px;min-width:0;align-items:center}.task-picker-caret{color:#64748b;flex:0 0 auto}.task-picker-empty{color:#94a3b8}.task-picker-pop{position:absolute;z-index:20;top:calc(100% + 8px);left:0;right:0;border-radius:18px;border:1px solid #dbe5ff;background:#fff;box-shadow:0 22px 46px #0f172a38;padding:10px;display:grid;gap:10px}.task-picker-search{width:100%;height:38px;border-radius:10px;border:1px solid #14b8a6;background:#08111b;color:#f8fafc;padding:0 14px;outline:none;font-size:13px}.task-picker-options{display:grid;gap:8px;max-height:280px;overflow:auto}.task-picker-option{width:100%;border:0;border-radius:10px;background:#f8fbff;color:#0f172a;padding:7px 9px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer}.task-picker-option:hover,.task-picker-option.active{background:#eef5ff}.task-picker-option.create{border:1px dashed #bfdbfe;background:#f8fbff}.task-picker-option.create small{color:#64748b}.task-picker-option-main{display:inline-flex;align-items:center;gap:10px;min-width:0}.task-picker-check{color:#64748b;font-size:14px;flex:0 0 auto}.task-picker-color{width:10px;height:10px;border-radius:999px;flex:0 0 auto}.task-picker-person-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;border:1px solid #dbe5ff;background:#f8fbff;padding:2px 6px 2px 2px;font-size:11px;max-width:100%}.task-tag-chip{padding:2px 6px;font-size:11px}.task-picker-chip-remove{border:0;background:transparent;color:inherit;opacity:.7;cursor:pointer;padding:0;margin-left:2px;line-height:1;font-size:11px}.task-picker-chip-remove:hover{opacity:1}.task-assignee-empty-note{color:#64748b;font-size:12px}.task-assignee-list{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.task-assignee-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;border-radius:999px;border:1px solid #dbe5ff;background:#f8fbff;padding:4px 8px 4px 4px;color:#334155;font-size:12px}.task-assignee-avatar{width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#dbeafe,#bfdbfe);color:#1d4ed8;font-size:9px;font-weight:700;flex:0 0 auto}.task-assignee-name{display:inline-block;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-assignee-more,.task-assignee-empty{color:#64748b;font-size:12px}.task-last-comment{display:block;min-width:0;max-width:180px;flex:1 1 auto;position:relative}.task-last-comment-cell{display:flex;align-items:center;gap:8px;min-width:0;max-width:100%;overflow:visible}.task-comment-quick-btn{width:22px;height:22px;border-radius:6px;border:1px solid #d8e0ef;background:#fff;color:#334155;padding:0;font-size:12px;font-weight:700;cursor:pointer;flex:0 0 auto;margin-left:2px}.table-inline-comment-input{min-height:88px;padding:8px 9px;resize:vertical;font:inherit;font-size:13px}.table-inline-submit-btn{margin-top:8px;width:100%;font-size:12px;font-weight:700}.table-comment-mentions{margin-top:8px;display:grid;gap:4px;max-height:140px;overflow:auto}.table-comment-mention-item{width:100%;border:0;border-radius:8px;background:#f8fbff;color:#0f172a;text-align:left;padding:7px 8px;display:grid;gap:1px;cursor:pointer}.table-comment-mention-item strong{font-size:12px}.table-comment-mention-item span{color:#64748b;font-size:11px}.task-last-comment-body{display:block;max-width:100%;color:#64748b;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-last-comment[data-full]:before{content:"";position:absolute;left:18px;bottom:calc(100% + 2px);width:10px;height:10px;background:#fff;border-right:1px solid #dce3f2;border-bottom:1px solid #dce3f2;transform:rotate(45deg);opacity:0;pointer-events:none;transition:opacity .12s ease;z-index:31}.task-last-comment[data-full]:hover:before{opacity:1}.task-last-comment[data-full]:hover:after{content:attr(data-full);position:absolute;left:0;bottom:calc(100% + 8px);z-index:30;width:max-content;max-width:min(260px,calc(100vw - 56px));padding:10px 12px;border-radius:12px;border:1px solid #dce3f2;background:radial-gradient(220px 90px at 20% 0%,rgba(191,219,254,.42) 0%,transparent 72%),#fff;color:#0f172a;font-size:12px;line-height:1.35;white-space:normal;box-shadow:0 16px 34px #0f172a1f;pointer-events:none}.task-last-comment-empty{color:#94a3b8;font-size:12px;flex:1 1 auto}.task-comments-pane{display:grid;gap:12px;min-height:0;flex:1 1 auto;grid-template-rows:minmax(0,1fr) auto}.task-comments-list{display:grid;gap:10px;overflow:auto;min-height:0;padding-right:4px}.task-comments-empty{border:1px dashed #dbe5ff;border-radius:14px;padding:18px;color:#64748b;background:#f8fbff;font-size:13px;line-height:1.4}.task-comment-card{border:1px solid #e2e8f0;border-radius:16px;background:#fff;padding:8px 10px;display:grid;gap:8px}.task-comment-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#64748b;font-size:12px}.task-comment-head strong{color:#0f172a;font-size:14px}.task-comment-reply-ref{border:1px solid #dbe5ff;background:#f8fbff;color:#475569;border-radius:10px;padding:8px 10px;text-align:left;font-size:12px;cursor:pointer}.task-comment-body{color:#1e293b;font-size:13px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.comment-mention{color:#1d4ed8;font-weight:700}.task-comment-actions{display:flex;justify-content:flex-end}.task-history-card{gap:10px}.project-history-list{min-height:0}.project-history-page{display:flex;flex-direction:column;min-height:0;flex:1 1 auto}.history-table-wrap{min-height:0;overflow:auto;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.history-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px}.history-table th,.history-table td{padding:10px 12px;text-align:left;vertical-align:top;border-bottom:1px solid #eef2f7}.history-table th{position:sticky;top:0;z-index:1;background:#f8fbff;color:#475569;font-size:12px;font-weight:700}.history-table tbody tr:last-child td{border-bottom:0}.history-table td:first-child,.history-table th:first-child{white-space:nowrap}.history-table td:nth-child(2),.history-table th:nth-child(2){white-space:nowrap}.project-history-shell{padding-bottom:0}.project-history-table-wrap{padding-top:0;margin-top:0;padding-bottom:8px}.project-history-grid{min-width:1100px}.project-history-grid th,.project-history-grid td{white-space:nowrap}.project-history-grid th{background:#f7faff}.project-history-grid td:nth-child(5){white-space:normal;min-width:280px}.task-history-meta{display:flex;align-items:center;gap:10px;color:#64748b;font-size:12px}.task-history-kind{display:inline-flex;align-items:center;border-radius:999px;padding:3px 8px;font-weight:700;text-transform:capitalize;background:#e2e8f0;color:#334155}.task-history-kind.lifecycle{background:#dbeafe;color:#1d4ed8}.task-history-kind.scope{background:#dcfce7;color:#15803d}.task-comment-action{border:0;background:transparent;color:#64748b;font-size:13px;font-weight:600;cursor:pointer}.task-comment-compose{position:relative;display:grid;gap:10px;border:1px solid #dbe5ff;border-radius:16px;background:#fff;padding:12px;flex:0 0 auto}.task-comment-replying{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:10px;background:#f8fbff;border:1px solid #dbe5ff;padding:8px 10px;color:#475569;font-size:12px}.task-comment-replying button{border:0;background:transparent;color:#64748b;cursor:pointer;font-size:16px;line-height:1}.task-comment-input{width:100%;min-height:88px;border:1px solid #dbe5ff;border-radius:14px;background:#f8fbff;color:#0f172a;padding:12px 14px;resize:vertical;font:inherit;font-size:13px;line-height:1.45;outline:none}.task-comment-input::placeholder{color:#6b7280;font-size:13px}.task-comment-input:focus{border-color:#93c5fd;background:#fff}.task-comment-mentions{position:absolute;left:12px;right:12px;bottom:64px;display:grid;gap:6px;border:1px solid #dbe5ff;border-radius:14px;background:#fff;box-shadow:0 16px 40px #0f172a29;padding:8px;max-height:220px;overflow:auto}.task-comment-mention-item{border:0;background:#f8fbff;border-radius:10px;padding:8px 10px;text-align:left;cursor:pointer;display:grid;gap:2px}.task-comment-mention-item span{color:#0f172a;font-size:13px;font-weight:600}.task-comment-mention-item small{color:#64748b;font-size:11px}.task-comment-compose-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.task-comment-compose-actions span{color:#64748b;font-size:11px}.drawer-body.comments-layout{overflow:hidden;display:flex;flex-direction:column}.drawer-body.comments-layout .form{min-height:0;display:flex;flex-direction:column}.drawer-body.comments-layout .task-comments-pane{min-height:0}.task-time-info{display:inline-flex;align-items:baseline;gap:8px;color:#64748b;font-size:12px}.task-time-info strong{color:#0f172a;font-size:14px;font-weight:700}.task-detail-inline-row{display:grid;grid-template-columns:minmax(120px,1fr) minmax(120px,1fr) auto auto;align-items:end;gap:10px}.task-detail-link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px}.task-detail-link-btn{height:42px;min-width:42px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center}.task-link-badge{margin-left:4px}.field.compact-date input[type=date]{padding:5px 8px;border-radius:9px;font-size:12px}.task-detail-action-card{display:grid;gap:8px}.task-detail-action-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.task-detail-action-btn{height:30px;padding:0 10px;border-radius:9px;font-size:13px;white-space:nowrap}.task-detail-action-hint{flex:1 1 220px;min-width:0;line-height:1.35}.task-promote-modal{width:min(520px,calc(100vw - 32px))}.project-note-delete-modal{width:min(500px,calc(100vw - 32px));background:radial-gradient(420px 170px at 20% -22%,rgba(254,202,202,.26) 0%,transparent 62%),#fff}.select-pretty{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #c8d9ff!important;border-radius:10px!important;padding:10px 34px 10px 12px!important;line-height:1.1;background:linear-gradient(45deg,transparent 50%,currentColor 50%) right 14px center / 8px 8px no-repeat,linear-gradient(135deg,currentColor 50%,transparent 50%) right 8px center / 8px 8px no-repeat,#fff!important;color:#152647!important}.select-pretty option{color:#152647;background:#fff}.select-pretty-colored{background:linear-gradient(45deg,transparent 50%,currentColor 50%) right 14px center / 8px 8px no-repeat,linear-gradient(135deg,currentColor 50%,transparent 50%) right 8px center / 8px 8px no-repeat,var(--select-bg, #dbe6ff)!important}.desc-input{background:#fff;border-color:#dbe5ff}.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.three{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.hint{font-size:12px;color:#6b7280}.timebox{display:flex;gap:10px;align-items:center}.timebox.single{display:block}.time-input{width:100%}.time-input.error{border-color:#ef4444!important}.time-preview{width:86px;text-align:right;font-variant-numeric:tabular-nums;color:#111827;padding:10px;border-radius:12px;border:1px solid #e7e8ef;background:#f9fafb}.toggle-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.toggle-item{display:flex;align-items:center;justify-content:space-between;color:#475467;font-size:13px;gap:8px;white-space:nowrap}.toggle-item input[type=checkbox]{width:34px;height:20px;appearance:none;-webkit-appearance:none;background:#d0d5dd;border-radius:999px;position:relative;cursor:pointer;transition:background .15s ease}.toggle-item input[type=checkbox]:after{content:"";width:14px;height:14px;border-radius:50%;background:#fff;position:absolute;left:3px;top:3px;transition:transform .15s ease}.toggle-item input[type=checkbox]:checked{background:#60a5fa}.toggle-item input[type=checkbox]:checked:after{transform:translate(14px)}.subtasks{border-top:1px solid #e8ecf6;padding-top:12px;margin-top:4px}.subtasks-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.subtasks-title{font-size:14px;font-weight:650;color:#334155}.subtasks-table{margin-top:6px;border:1px solid #dbe4f8;border-radius:12px;background:#fff;overflow:hidden}.subtasks-table-head{display:grid;grid-template-columns:minmax(0,1fr) 106px 106px 88px;gap:10px;padding:8px 12px;background:#f8fbff;border-bottom:1px solid #e6edf9;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.subtasks-table-head span:last-child{text-align:left}.subtask-row{width:100%;border:0;border-top:1px solid #eef3fb;background:#fff;padding:10px 12px;display:grid;grid-template-columns:minmax(0,1fr) 106px 106px 88px;gap:10px;align-items:center;color:#1e293b;cursor:pointer;text-align:left}.subtasks-table>.subtask-row:first-of-type{border-top:0}.subtask-row:hover{background:#f8fbff}.subtask-row-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500}.subtask-row-time{font-size:12px;color:#475569;font-variant-numeric:tabular-nums;text-align:left}.subtask-input{width:100%;margin-top:6px;border:1px solid #dbe4f8;background:#fff;border-radius:12px;padding:9px 10px;color:#1e293b;outline:none}.subtask-input:focus{border-color:#9db8f5}.subtask-state-pill{min-width:0;border-radius:999px;padding:4px 8px;display:inline-flex;align-items:center;justify-content:flex-start;min-height:24px;box-shadow:inset 0 0 0 1px #0f172a14}.subtask-state-pill-main{min-width:0;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:650}.subtask-state-pill-main .state-icon-wrap{width:14px;height:14px;background:#ffffff52}.subtask-state-pill-main .state-icon-svg{width:10px;height:10px}.subtask-state-pill-main>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree{display:flex;align-items:center;gap:8px}.indent{flex:0 0 auto}.icon-btn{width:34px;height:34px;border-radius:10px;border:1px solid #e7e8ef;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.icon-btn:hover{background:#f3f4f6}.menu-item.with-icon{display:flex;align-items:center;gap:10px}.menu-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;opacity:.9}.quickadd{display:flex;align-items:center;gap:8px;margin-left:0;position:relative;flex-wrap:wrap;overflow-x:visible;overflow-y:visible;padding:1px 0 4px;width:100%;max-width:100%;min-width:0}.quickadd-rail{flex-wrap:nowrap;overflow:visible;gap:6px;padding:0;width:auto;max-width:100%}.quickadd-rail .qa-input{height:34px;width:min(460px,34vw);min-width:180px;flex:0 1 auto;border-radius:10px;border:0!important;border:1px solid rgba(198,218,255,.26)!important;background:#34528e8f!important;color:#f6f9ff!important;-webkit-text-fill-color:#f6f9ff!important}.quickadd-rail .qa-date,.quickadd-rail .qa-time{height:34px;border-radius:10px;border:1px solid rgba(198,218,255,.26)!important;background:#34528e8f!important;color:#f6f9ff!important;-webkit-text-fill-color:#f6f9ff!important}.quickadd-rail .qa-date{width:132px;font-size:13px;letter-spacing:.1px}.quickadd-rail .qa-time{width:86px;font-size:14px}.quickadd-rail .qa-field{position:relative;display:inline-flex;align-items:center}.quickadd-rail .qa-field-name{width:min(460px,34vw);min-width:180px}.quickadd-rail .qa-field-date{width:132px}.quickadd-rail .qa-field-time{width:86px}.quickadd-rail .qa-input-with-icon{width:100%;padding-left:32px}.quickadd-rail .qa-field-date .qa-input-with-icon{padding-left:10px}.quickadd-rail .qa-field-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:14px;height:14px;color:#f5fafff0;pointer-events:none;display:inline-flex;align-items:center;justify-content:center}.quickadd-rail .qa-field-icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.quickadd-rail .qa-icon-btn,.quickadd-rail .qa-btn,.quickadd-rail .qa-star,.quickadd-rail .qa-template-icon{width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:#e4ebffe6;-webkit-text-fill-color:rgba(228,235,255,.9)}.quickadd-rail .qa-btn{font-size:20px}.quickadd-rail .qa-star,.quickadd-rail .qa-template-icon,.quickadd-rail .qa-icon-btn{font-size:16px}.quickadd-rail .qa-icon-btn .qa-project-dot{width:13px;height:13px;border-radius:4px;border-color:#ffffff4d;font-size:9px;font-weight:700;color:#fff}.quickadd-rail .qa-icon-btn:hover,.quickadd-rail .qa-btn:hover,.quickadd-rail .qa-star:hover,.quickadd-rail .qa-template-icon:hover{background:#ffffff1a}.quickadd-rail .qa-icon-badge{top:-4px;right:-4px;background:#60a5fa}.quickadd-rail .qa-picker-pop,.quickadd-rail .qa-tag-pop,.quickadd-rail .qa-template-pop{top:calc(100% + 8px)}.qa-input{flex:1 1 520px;min-width:260px;height:38px;padding:0 12px;border-radius:14px;border:1px solid #d5ddeb;background:#fff;font-size:15px;font-weight:450;outline:none}.qa-select,.qa-date,.qa-time,.qa-tags{height:38px;padding:0 10px;border-radius:14px;border:1px solid #d5ddeb;background:#fff;font-size:14px;font-weight:450;outline:none;width:132px}.qa-select{width:200px}.qa-date{width:136px}.qa-time{width:100px}.qa-tags{width:178px;padding-right:36px}.qa-time.error{border-color:#ef4444}.qa-btn,.qa-star{width:38px;height:38px;border-radius:14px;border:1px solid #d5ddeb;background:#fff;color:#111827;-webkit-text-fill-color:#111827;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:700}.qa-star{font-size:20px;color:#334155;-webkit-text-fill-color:#334155;background:#fff;border-color:#d5ddeb}.qa-btn:hover,.qa-star:hover{background:#f8fafc;border-color:#d3deef}.qa-project-wrap,.qa-tags-wrap,.qa-template-wrap{position:relative;flex:0 0 auto}.qa-icon-btn{width:38px;height:38px;border:1px solid #d5ddeb;border-radius:14px;background:#fff;color:#334155;font-size:16px;line-height:1;cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center}.qa-icon-btn:hover{background:#fafcff;border-color:#d3deef}.qa-project-dot{width:15px;height:15px;border-radius:5px;border:1px solid rgba(15,23,42,.15);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700;line-height:1;text-shadow:0 1px 1px rgba(0,0,0,.2);flex:0 0 auto}.qa-project-dot.no-symbol{color:transparent;text-shadow:none}.qa-picker-pop{position:absolute;top:calc(100% + 6px);left:0;z-index:60;width:260px;max-height:240px;overflow:auto;background:#fff;border:1px solid #dbe4f3;border-radius:12px;box-shadow:0 18px 36px #0f172a24;padding:5px}.qa-picker-search{width:100%;height:30px;border-radius:8px;border:1px solid #d4dded;background:#f8fbff;color:#0f172a;padding:0 10px;margin-bottom:5px;outline:none;font-size:13px}.qa-picker-search:focus{border-color:#a9c1f4;box-shadow:0 0 0 2px #668ddb2e}.qa-picker-item{width:100%;border:0;background:transparent;border-radius:8px;padding:6px 8px;font-size:13px;color:#0f172a;display:flex;align-items:flex-start;gap:8px;text-align:left;cursor:pointer}.qa-picker-item:hover,.qa-picker-item.active{background:#eef4ff}.qa-project-item-main{display:flex;flex-direction:column;gap:1px;min-width:0}.qa-project-item-name{color:#0f172a;font-size:13px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qa-project-item-client{color:#7b8aa3;font-size:11px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qa-icon-badge{position:absolute;top:-6px;right:-5px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#2563eb;color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.qa-tag-pop,.qa-template-pop{position:absolute;top:calc(100% + 6px);right:0;z-index:60;width:220px;max-height:280px;overflow:auto;background:radial-gradient(560px 220px at 20% -20%,rgba(91,133,216,.2) 0%,transparent 62%),linear-gradient(180deg,#162848fa,#101f38fa);border:1px solid rgba(139,173,235,.32);border-radius:12px;box-shadow:0 18px 36px #07102266;padding:6px}.qa-tag-item{width:100%;border:0;background:transparent;border-radius:8px;padding:8px 9px;font-size:14px;color:#e8f0ff;display:flex;align-items:center;gap:8px;text-align:left;cursor:pointer}.qa-tag-item:hover,.qa-tag-item.active{background:#6a91de33}.qa-tag-check{width:14px;color:#9fc3ff;font-weight:700;text-align:center}.qa-template-icon{width:38px;height:38px;border:1px solid #d5ddeb;border-radius:14px;background:#fff;color:#64748b;font-size:16px;line-height:1;cursor:pointer}.qa-template-icon:hover{background:#fafcff}.qa-template-row{display:grid;grid-template-columns:minmax(0,1fr) 30px 30px;gap:6px}.qa-template-item{width:100%;border:0;background:transparent;border-radius:8px;padding:8px 9px;font-size:14px;color:#e8f0ff;text-align:left;cursor:pointer}.qa-template-item:hover,.qa-template-item.active{background:#6a91de33}.qa-template-del{border:0;border-radius:8px;background:transparent;color:#b5c7e7;font-size:18px;cursor:pointer}.qa-template-del:hover{background:#ef44441f;color:#ff9ea1}.qa-template-pin{border:0;border-radius:8px;background:transparent;color:#b5c7e7;font-size:16px;cursor:pointer}.qa-template-pin:hover{background:#6a91de33;color:#deebff}.qa-template-pin.active{background:linear-gradient(180deg,#668ddb80,#436cbd80);color:#f4f8ff}.qa-template-empty{color:#c4d4f1d1;font-size:13px;padding:8px 9px}.qa-error{position:static;background:#fff;border:1px solid #ef4444;color:#b91c1c;border-radius:12px;padding:8px 10px;font-size:12px;box-shadow:0 10px 25px #00000014;margin-top:2px}.template-modal-overlay{position:fixed;inset:0;background:#0f172a33;display:flex;align-items:center;justify-content:center;z-index:90}.template-modal{width:min(360px,calc(100vw - 28px));background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 16px 36px #0f172a24;padding:12px}.clipboard-board-modal{width:min(520px,calc(100vw - 28px));border-radius:20px;background:radial-gradient(560px 220px at 20% -20%,rgba(91,133,216,.24) 0%,transparent 62%),linear-gradient(180deg,#162848fa,#101f38fa);border:1px solid rgba(139,173,235,.32);box-shadow:0 18px 36px #07102266;padding:16px}.clipboard-board-modal .template-modal-title{color:#e8f0ff}.clipboard-board-modal .template-modal-input{border:1px solid rgba(136,166,222,.34);background:#39578f47;color:#e8f0ff}.clipboard-board-modal .template-modal-input:focus{border-color:#92b7fecc;box-shadow:0 0 0 2px #668ddb4d}.template-modal-title{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:8px}.template-modal-input{width:100%;border:1px solid #dbe1eb;border-radius:10px;padding:9px 10px;outline:none}.template-modal-input:focus{border-color:#c7c9d6}.clipboard-board-textarea{width:100%;min-height:150px;resize:vertical;margin-top:10px;border:1px solid rgba(136,166,222,.34);border-radius:14px;padding:12px 14px;background:#39578f47;color:#e8f0ff;font:inherit;outline:none}.clipboard-board-textarea:focus{border-color:#92b7fecc;box-shadow:0 0 0 2px #668ddb4d}.clipboard-board-textarea::placeholder{color:#d3e1faad}.clipboard-board-colors{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.clipboard-board-color{width:32px;height:32px;border:2px solid rgba(255,255,255,.92);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 18px #0f172a24}.clipboard-board-color.active{transform:scale(1.08);box-shadow:0 0 0 3px #6f9cff33,0 8px 18px #0f172a29}.clipboard-board-actions{justify-content:space-between}.clipboard-board-actions-right{display:flex;align-items:center;gap:10px}.profile-modal{background:radial-gradient(560px 220px at 20% -20%,rgba(91,133,216,.24) 0%,transparent 62%),linear-gradient(180deg,#162848fa,#101f38fa);border:1px solid rgba(139,173,235,.32);box-shadow:0 18px 36px #07102266}.profile-modal .template-modal-title{color:#e8f0ff}.profile-modal .template-modal-input{border:1px solid rgba(136,166,222,.34);background:#39578f47;color:#e8f0ff}.profile-modal .template-modal-input:focus{border-color:#92b7fecc;box-shadow:0 0 0 2px #668ddb4d}.users-modal{position:relative;width:min(520px,calc(100vw - 28px));background:radial-gradient(560px 220px at 20% -20%,rgba(91,133,216,.24) 0%,transparent 62%),linear-gradient(180deg,#162848fa,#101f38fa);border:1px solid rgba(139,173,235,.32);box-shadow:0 18px 36px #07102266}.users-modal .template-modal-title,.users-modal .users-modal-subtitle,.users-modal .users-modal-empty,.users-modal .users-modal-row-main strong,.users-modal .users-modal-row-main span,.users-modal .users-modal-row-meta,.users-modal .users-modal-check{color:#e8f0ff}.users-modal .template-modal-input{border:1px solid rgba(136,166,222,.34);background:#39578f47;color:#e8f0ff;margin-top:8px}.users-modal .template-modal-input:focus{border-color:#92b7fecc;box-shadow:0 0 0 2px #668ddb4d}.users-modal-list{display:grid;gap:8px;max-height:190px;overflow:auto;margin-bottom:10px}.users-modal-row{border:1px solid rgba(132,164,224,.38);border-radius:10px;background:#3a578c3d;padding:8px 10px}.users-modal-row-main{display:flex;justify-content:space-between;gap:8px;align-items:baseline}.users-modal-row-main strong{font-size:13px}.users-modal-row-main span{font-size:12px;opacity:.9}.users-modal-row-meta{margin-top:4px;display:flex;justify-content:space-between;font-size:11px;opacity:.88}.users-modal-row-actions{margin-top:8px;display:flex;justify-content:flex-end;gap:8px}.users-modal-subtitle{margin-top:4px;font-size:13px;font-weight:700}.users-modal-inline{display:grid;grid-template-columns:1fr 1fr;gap:8px}.users-modal-error{margin-top:6px;font-size:11px;color:#fecaca}.users-modal-check{margin-top:8px;display:inline-flex;align-items:center;gap:8px;font-size:13px}.users-modal-empty{font-size:12px;opacity:.9}.users-modal-confirm-backdrop{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:18px;background:#0810206b;border-radius:12px;z-index:4;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.users-confirm-modal{width:min(420px,calc(100% - 20px));background:radial-gradient(520px 200px at 18% -18%,rgba(91,133,216,.22) 0%,transparent 60%),linear-gradient(180deg,#182a4cfa,#0f1e37fa);border:1px solid rgba(139,173,235,.28);box-shadow:0 22px 44px #050c1a6b}.users-confirm-modal .confirm-title,.users-confirm-modal .confirm-text{color:#e8f0ff}.users-confirm-modal .confirm-text{color:#e8f0ffe6}.users-confirm-modal .confirm-btn{border-color:#84a4e052;background:#39578f3d;color:#e8f0ff}.users-confirm-modal .confirm-btn.ghost{background:#21345670}.users-confirm-modal .confirm-btn.danger{border-color:#f8717161;background:#7f1d1d57;color:#ffe4e6}.quickadd-template-modal{background:radial-gradient(560px 220px at 20% -20%,rgba(91,133,216,.24) 0%,transparent 62%),linear-gradient(180deg,#162848fa,#101f38fa);border:1px solid rgba(139,173,235,.32);box-shadow:0 20px 40px #0710226b}.quickadd-template-modal .template-modal-title{color:#e8f0ff}.quickadd-template-modal .template-modal-input{border:1px solid rgba(136,166,222,.34);background:#39578f47;color:#e8f0ff}.quickadd-template-modal .template-modal-input:focus{border-color:#92b7fecc;box-shadow:0 0 0 2px #668ddb4d}.quickadd-template-modal .confirm-btn{border:1px solid rgba(132,164,224,.38);background:#3a578c5c;color:#deebff}.quickadd-template-modal .confirm-btn:hover{background:#6a91de33}.quickadd-template-modal .confirm-btn.ghost{border-color:#84a4e061;background:#3a578c33;color:#deebff}.template-modal-actions{margin-top:10px;display:flex;justify-content:flex-end;gap:8px}.lang-sidebar{margin-top:10px;display:flex;align-items:center;gap:6px}.seg-dark{padding:7px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#e5e7eb;cursor:pointer;font-size:12px}.seg-dark.active{background:#e5e7eb;color:#0b1220;border-color:#e5e7eb}.qa-input,.qa-select,.qa-date,.qa-time,.qa-tags{background:#fff!important;color:#111827!important;-webkit-text-fill-color:#111827}.qa-input::placeholder,.qa-time::placeholder,.qa-tags::placeholder{color:#7b8596;opacity:1}.qa-input:focus,.qa-select:focus,.qa-date:focus,.qa-time:focus,.qa-tags:focus{border-color:#b5c9eb;box-shadow:0 0 0 2px #94b1dd2e}.quickadd-rail .qa-input:focus,.quickadd-rail .qa-date:focus,.quickadd-rail .qa-time:focus{box-shadow:0 0 0 1.5px #cce0ffcc}.quickadd-rail .qa-input:disabled,.quickadd-rail .qa-date:disabled,.quickadd-rail .qa-time:disabled{background:#4e669873!important;color:#eef4ffdb!important;-webkit-text-fill-color:rgba(238,244,255,.86)!important;border-color:#c9d5ee38!important}.quickadd-rail .qa-icon-btn:disabled,.quickadd-rail .qa-btn:disabled,.quickadd-rail .qa-star:disabled,.quickadd-rail .qa-template-icon:disabled{color:#e4ebff73;-webkit-text-fill-color:rgba(228,235,255,.45);background:transparent!important}.quickadd-rail .qa-input::placeholder,.quickadd-rail .qa-time::placeholder{color:#eef6ffd1}.quickadd-rail .qa-date::-webkit-calendar-picker-indicator{filter:invert(1) brightness(1.15);opacity:.9}.quickadd-rail .qa-date::-webkit-datetime-edit,.quickadd-rail .qa-date::-webkit-datetime-edit-text,.quickadd-rail .qa-date::-webkit-datetime-edit-day-field,.quickadd-rail .qa-date::-webkit-datetime-edit-month-field,.quickadd-rail .qa-date::-webkit-datetime-edit-year-field{color:#eef4ff}.qa-input:disabled,.qa-select:disabled,.qa-date:disabled,.qa-time:disabled,.qa-tags:disabled{background:#f3f4f6!important;color:#6b7280!important;-webkit-text-fill-color:#6b7280;cursor:not-allowed}.qa-input:-webkit-autofill,.qa-time:-webkit-autofill,.qa-tags:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#111827!important}@media(max-width:1200px){.qa-input{flex-basis:380px;min-width:220px}.qa-date{width:122px}.qa-time{width:92px}.quickadd-rail .qa-date{width:122px}.quickadd-rail .qa-time{width:76px}.settings-create-status,.settings-create-tag{grid-template-columns:1fr;justify-content:stretch}.settings-table{width:100%}}.icon-btn{color:#111827!important;background:#fff!important}.icon-btn:hover{background:#f3f4f6!important}.icon-btn,.tree-toggle-badge{-webkit-text-fill-color:#111827}.reports-page{display:grid;gap:14px;padding:0;border-radius:0;background:transparent;color:#0f172a;overflow:visible;min-width:0;min-height:0;position:relative}.reports-page-charts{grid-template-rows:auto auto auto auto;align-content:start;padding-bottom:0}.reports-charts-scroll{min-height:0;height:var(--reports-charts-height, calc(100dvh - 320px - var(--clipboard-board-height, 0px)));max-height:var(--reports-charts-height, calc(100dvh - 320px - var(--clipboard-board-height, 0px)));overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-bottom:14px}.reports-page-scroll-table{grid-template-rows:auto auto auto minmax(0,1fr);min-height:0}.reports-page-scroll-table>.reports-detailed-table-wrap,.reports-page-scroll-table>.reports-fixed-table-wrap,.reports-page-scroll-table>.reports-budget-table-wrap{min-height:0}.reports-filters,.reports-controls,.reports-bulk-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.reports-filter-rail{flex-wrap:nowrap;overflow:visible;padding:0 2px 4px;margin-top:-4px;gap:5px;position:relative;z-index:30}.reports-filter-period{gap:6px;overflow:visible;position:relative;z-index:80}.reports-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;position:relative;z-index:40;margin:0;padding:0}.reports-toolbar{padding-bottom:14px}.reports-head-tabs{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.reports-head-tabs-rail{margin:0;justify-content:center;min-width:0;position:absolute;left:50%;top:0;transform:translate(-50%);width:max-content;max-width:calc(100% - 520px)}.reports-head-tab{height:30px;border:1px solid rgba(148,163,184,.28);border-radius:9px;padding:0 10px;background:#fff;color:#64748b;font-weight:650;font-size:14px;display:inline-flex;align-items:center;gap:7px;cursor:pointer}.reports-head-tab svg{width:15px;height:15px;color:#6f7f98;flex:0 0 auto}.reports-head-tab.active{color:#3657c9;border-color:#60a5fa8c;background:#f5f9ff}.reports-head-tab.active svg{color:#3657c9}.reports-filter-actions{display:flex;align-items:flex-end;flex-wrap:wrap;justify-content:flex-end;gap:8px;overflow:visible;flex:0 0 auto;min-width:0}.reports-filter-actions-main{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.reports-filter-actions-toggles{display:flex;align-items:center;justify-content:flex-end;gap:6px;width:100%;padding-right:2px}.reports-filter-actions .report-filter-pop-wrap:first-child{min-width:0}.reports-rail-toggle{width:28px;min-width:28px;height:28px;padding:0;border-radius:8px}.reports-rail-toggle svg{width:14px;height:14px}.report-action-btn{display:inline-flex;align-items:center;gap:6px}.report-action-btn svg{width:14px;height:14px}.report-filter-pop-wrap{position:relative;flex:0 0 auto;z-index:10}.report-filter-pop-wrap.open{z-index:300}.report-filter-chip{height:30px;border-radius:9px;border:1px solid rgba(148,163,184,.32);background:#fff;color:#0f172a;padding:0 9px;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:650;cursor:pointer;white-space:nowrap;min-width:0;flex:0 1 auto}.report-filter-chip>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-filter-chip svg{width:16px;height:16px;color:#475569;flex:0 0 auto}.report-filter-chip.active{border-color:#60a5fa8c;background:#f5f9ff}.report-filter-chip-input{cursor:text;padding-right:8px}.report-filter-chip-input input{width:clamp(72px,8vw,112px);border:0;outline:0;background:transparent;color:#0f172a;font-size:11px}.report-filter-chip-input input::placeholder{color:#64748b}.report-filter-aa{font-size:16px;line-height:1;font-weight:700;letter-spacing:-.04em;color:#475569;transform:translateY(-1px)}.report-filter-add{border-style:dashed;color:#1e293b}.report-filter-link{border:0;background:transparent;color:#475569;font-size:12px;font-weight:600;padding:0 6px;cursor:pointer;white-space:nowrap}.report-filter-link:hover{color:#0f172a}.report-filter-mini{height:30px;border-radius:9px;border:1px solid rgba(148,163,184,.32);background:#fff;color:#0f172a;padding:0 7px;display:inline-flex;align-items:center;gap:5px;flex:0 0 auto}.report-filter-mini>span{font-size:10px;color:#64748b;font-weight:700}.report-filter-mini input,.report-filter-mini select{height:22px;border:0;outline:0;background:transparent;color:#0f172a;font-size:12px;min-width:78px;padding:0}.report-filter-mini-uniform{min-width:150px;justify-content:flex-start}.report-filter-chip-uniform{min-width:114px;justify-content:flex-start}.report-filter-chip-range{min-width:206px}.report-filter-check{height:30px;border:0;background:transparent;padding:0 2px;flex:0 0 auto;white-space:nowrap}.report-filter-check-compact{min-width:auto;padding:0 4px;gap:6px;justify-content:flex-start}.report-filter-check-compact span{font-size:12px}@media(max-width:1500px){.reports-filter-rail{gap:4px}.report-filter-chip{padding:0 8px;gap:5px}}@media(max-width:1280px){.report-filter-chip{font-size:10px}.report-filter-chip svg{width:15px;height:15px}.report-filter-aa{font-size:15px}}.reports-picker-pop{width:280px;z-index:500}.reports-filter-actions .reports-picker-pop{left:auto;right:0}.report-advanced-pop{width:320px}.report-advanced-divider{height:1px;margin:6px 8px;background:#e2e8f0}.report-advanced-input{margin:4px 8px 8px;height:34px;border-radius:9px;border:1px solid #dce3f2;background:#fff;display:flex;align-items:center;gap:8px;padding:0 10px}.report-advanced-input input{width:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:12px}.report-advanced-input input::placeholder{color:#64748b}.report-advanced-selects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:6px 8px 8px}.report-advanced-combo{display:grid;gap:6px;min-width:0}.report-advanced-combo>span{font-size:12px;font-weight:700;color:#475569}.report-advanced-combo-wrap{min-width:0}.report-advanced-combo-btn{position:relative;width:100%;height:34px;border:1px solid rgba(148,163,184,.34);border-radius:11px;background:linear-gradient(180deg,#fffffffa,#f7fafffa);box-shadow:inset 0 1px #ffffffb3;color:#0f172a;padding:0 8px 0 10px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;font-size:12px;font-weight:600;text-align:left}.report-advanced-combo-btn:hover,.report-advanced-combo-btn.active,.report-advanced-combo-wrap.open .report-advanced-combo-btn{border-color:#97b4f6;background:linear-gradient(180deg,#f8fbfffc,#eff6fffc)}.report-advanced-combo-btn:focus-visible{outline:none;border-color:#97b4f6;box-shadow:0 0 0 2px #60a5fa29,inset 0 1px #ffffffb3}.report-advanced-combo-btn>span:first-child{min-width:0;padding-right:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-advanced-combo-caret{position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#64748b;font-size:12px;pointer-events:none}.report-advanced-combo-pop{width:100%;min-width:0;margin-top:6px}.report-project-group-pop{left:auto;right:0;width:min(460px,calc(100vw - 40px));max-width:calc(100vw - 40px);max-height:480px}.report-project-group-item{align-items:center}.report-project-group-main{display:flex;flex-direction:column;min-width:0;flex:1 1 auto}.report-project-group-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:650;color:#0f172a}.report-project-group-client{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#64748b}.report-project-group-metrics{display:grid;grid-template-columns:42px 56px 86px;gap:8px;align-items:center;flex:0 0 auto;text-align:right;font-size:11px;font-variant-numeric:tabular-nums;color:#334155}.report-period-pop{width:312px}.report-period-section-title{padding:6px 8px 4px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.report-period-date-row{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;padding:6px 8px}.report-period-date-row>span{font-size:11px;font-weight:700;color:#64748b}.report-period-date-row>input{width:100%;height:30px;border-radius:8px;border:1px solid #dce3f2;background:#fff;color:#0f172a;padding:0 9px;font-size:12px;outline:none}.report-period-date-row>input:focus{border-color:#97b4f6;box-shadow:0 0 0 2px #60a5fa33}.report-period-apply-btn{width:calc(100% - 16px);height:32px;margin:8px;border-radius:9px;border:1px solid rgba(148,163,184,.32);background:#fff;color:#0f172a;font-size:12px;font-weight:700;cursor:pointer}.report-period-apply-btn:hover{background:#f8fbff}.report-period-btn{justify-content:center;gap:6px}.report-period-btn svg{width:14px;height:14px}.report-saved-btn{height:32px;display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:220px}.report-saved-btn>span{min-width:0}.report-saved-btn.toolbar-btn-active-view svg,.report-saved-btn.toolbar-btn-active-view .reports-saved-caret{color:#1d4ed8}.reports-saved-caret{margin-left:4px;font-size:12px;color:#64748b;flex:0 0 auto}.report-saved-btn-name{display:inline-block;min-width:0;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-export-icon-btn{width:32px;min-width:32px;max-width:32px;padding:0;justify-content:center;gap:3px}.report-export-icon-btn .reports-saved-caret{margin-left:0;font-size:10px}.report-saved-pop{width:260px}.report-menu-action{font-weight:700}.report-menu-divider{height:1px;background:#e2e8f0;margin:6px 8px}.report-saved-row{display:flex;align-items:center;gap:4px;border-radius:8px}.report-saved-row.active{background:#f7f9ff}.report-saved-pick{flex:1}.report-saved-delete{width:28px;height:28px;border:0;border-radius:7px;background:transparent;color:#64748b;display:grid;place-items:center;cursor:pointer;margin-right:3px}.report-saved-delete:hover{background:#fff1f2;color:#be123c}.report-multi-check{width:16px;height:16px;border-radius:4px;border:1px solid #cbd5e1;color:transparent;background:#fff;display:grid;place-items:center;font-size:11px;line-height:1;flex:0 0 auto}.report-multi-check.on{color:#fff;background:#2563eb;border-color:#2563eb}.report-select-only{padding-left:8px}.report-select-only select{min-width:122px}.report-preset-select{min-width:178px}.report-preset-select svg{width:14px;height:14px;color:#64748b}.reports-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;align-items:stretch;justify-content:stretch;width:100%;position:relative;z-index:1}.reports-summary.reports-summary-five{grid-template-columns:repeat(5,minmax(0,1fr))}.summary-card{border:1px solid rgba(148,163,184,.28);border-radius:12px;background:#ffffffeb;padding:7px 10px;box-shadow:0 8px 24px #0f172a0d;min-width:0;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.summary-label{color:#64748b;font-size:11px}.summary-value{margin-top:2px;font-size:15px;font-weight:700;letter-spacing:.02em;color:#0f172a}.reports-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.reports-chart-card.span-2{grid-column:span 2}.reports-chart-card{border:1px solid rgba(148,163,184,.26);border-radius:14px;background:#fffffff0;padding:12px}.reports-chart-card .table-title{color:#0f172a}.report-info-card{display:grid;gap:8px;margin-top:8px;padding:14px;border:1px dashed rgba(148,163,184,.5);border-radius:12px;background:linear-gradient(180deg,#f8fafcf5,#f1f5f9f5)}.report-info-title{color:#0f172a;font-size:14px;font-weight:700}.report-info-text{color:#64748b;font-size:13px;line-height:1.45}.reports-chart-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.report-bar-wrap{position:relative;width:100%;overflow-x:auto;margin-top:8px}.report-bar-svg{width:100%;min-width:680px;height:240px}.report-grid-line{stroke:#64748b38;stroke-width:1}.report-grid-label{fill:#64748b;font-size:10px}.report-bar-fill{fill:#3b82f6;filter:drop-shadow(0 2px 5px rgba(59,130,246,.25))}.report-x-label{fill:#64748b;font-size:10px}.report-bar-top-label{fill:#334155;font-size:10px;font-weight:700;paint-order:stroke fill;stroke:#ffffffeb;stroke-width:3.2px;stroke-linejoin:round}.report-bar-top-label.active,.report-x-label.active{fill:#0f172a;font-weight:700}.report-donut-wrap{position:relative;display:grid;place-items:center;margin:4px 0 10px}.report-chart-tooltip{position:absolute;z-index:20;pointer-events:none;min-width:120px;border:1px solid rgba(148,163,184,.35);border-radius:10px;background:#0f172af0;color:#f8fafc;padding:7px 9px;box-shadow:0 10px 22px #0f172a47}.report-chart-tooltip-title{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;line-height:1.25}.report-chart-tooltip-line{margin-top:2px;font-size:11px;color:#dbe7ff;line-height:1.2}.report-chart-tooltip-dot{width:9px;height:9px;border-radius:999px;display:inline-block;flex:0 0 auto}.report-donut-track{fill:none;stroke:#94a3b857;stroke-width:18}.report-donut-segment{transition:opacity .12s ease,filter .12s ease}.report-donut-segment.active{filter:drop-shadow(0 2px 8px rgba(15,23,42,.24))}.report-donut-main{fill:#0f172a;font-size:23px;font-weight:700}.report-donut-sub{fill:#64748b;font-size:11px;letter-spacing:.08em}.report-donut-pct-label{fill:#64748b;font-size:11px;font-weight:600;cursor:default;-webkit-user-select:none;user-select:none}.report-donut-pct-label.active{fill:#0f172a;font-weight:700}.report-compare-list{display:grid;gap:10px;margin-top:8px}.report-compare-legend{display:flex;flex-wrap:wrap;gap:12px;color:#64748b;font-size:11px;font-weight:600}.report-compare-legend span{display:inline-flex;align-items:center;gap:6px}.report-compare-dot{width:10px;height:10px;border-radius:999px;flex:0 0 auto}.report-compare-row{display:grid;gap:6px}.report-compare-copy{min-width:0}.report-compare-label{color:#0f172a;font-size:13px;font-weight:700;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-compare-secondary{margin-top:2px;color:#64748b;font-size:11px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-compare-values{display:flex;justify-content:space-between;gap:12px;font-size:12px;font-weight:700}.report-compare-values.single{color:#64748b;font-weight:600}.report-compare-track{position:relative;height:14px;border-radius:999px;background:#e2e8f0cc;overflow:hidden}.report-compare-track.single{height:10px}.report-compare-bar{position:absolute;left:0;border-radius:999px}.report-compare-bar-a{top:1px;height:5px}.report-compare-bar-b{bottom:1px;height:5px;opacity:.82}.report-compare-bar-single{top:0;bottom:0}.report-proj-table{margin-top:8px;display:grid;gap:8px}.report-proj-row{display:grid;grid-template-columns:10px minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:6px 8px;border:1px solid rgba(148,163,184,.24);border-radius:10px;background:#ffffffe6;color:#0f172a}.report-proj-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.reports-controls{justify-content:space-between;position:relative;z-index:1}.reports-views,.reports-export,.reports-bulk{display:grid;gap:10px}.reports-bulk{border:1px solid rgba(148,163,184,.24);border-radius:14px;background:#fffffff2;padding:12px}.reports-bulk-floating{position:absolute;left:50%;bottom:calc(-18px + var(--clipboard-board-height, 0px));transform:translate(-50%);z-index:160;display:flex;align-items:center;width:auto;max-width:min(calc(100% - 28px),820px);gap:10px;padding:9px 10px;border:0;border-radius:20px;background:linear-gradient(180deg,#bfd3f4fa,#a5bfecfa);box-shadow:0 16px 30px #35528433,0 4px 10px #3552841f;color:#112b4a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.reports-bulk-count{font-size:14px;font-weight:700;white-space:nowrap;color:#112b4a}.reports-bulk-divider{width:1px;height:24px;background:#4971be4d}.reports-bulk-action{display:inline-flex;align-items:center;gap:7px;height:32px;border:1px solid rgba(95,132,204,.34);border-radius:14px;background:#e5eefcd6;color:#16365d;padding:0 12px;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .16s ease,border-color .16s ease,transform .16s ease}.reports-bulk-action:hover{background:#f1f7fff5;border-color:#3f6abe75;transform:translateY(-1px)}.reports-bulk-action svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.reports-bulk-delete{color:#16365d}.reports-bulk-close{width:28px;height:28px;border:1px solid rgba(95,132,204,.34);border-radius:12px;background:#e5eefcd6;color:#16365d;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .16s ease,border-color .16s ease,transform .16s ease}.reports-bulk-close:hover{background:#f1f7fff5;border-color:#3f6abe75;transform:translateY(-1px)}@media(max-width:860px){.reports-bulk-floating{gap:8px;padding:9px 11px;max-width:calc(100vw - 20px)}.reports-bulk-count{font-size:13px}.reports-bulk-action{padding:0 9px;font-size:12px}}.report-bulk-overlay{position:absolute;top:calc(-1 * var(--reports-overlay-inset-top, 0px));right:calc(-1 * var(--reports-overlay-inset-x, 0px));bottom:calc(-1 * var(--reports-overlay-inset-bottom, 0px));left:calc(-1 * var(--reports-overlay-inset-x, 0px));align-items:flex-end;justify-content:center;padding-bottom:calc(124px + var(--clipboard-board-height, 0px))}.report-bulk-overlay .template-modal,.report-bulk-overlay .confirm-modal{position:absolute;left:50%;bottom:calc(124px + var(--clipboard-board-height, 0px));transform:translate(-50%);margin:0}.report-bulk-modal{position:relative;border:1px solid rgba(167,191,232,.36);background:radial-gradient(520px 200px at 100% 0%,rgba(132,171,244,.16) 0%,transparent 62%),linear-gradient(180deg,#fbfdff,#eff5ff);box-shadow:0 18px 36px #4868aa29}.report-bulk-modal .template-modal-title{color:#16365d}.report-bulk-modal .template-modal-actions .confirm-btn{border-color:#7096dd4d;background:#f5f9ffeb;color:#16365d}.report-bulk-modal .template-modal-actions .confirm-btn:hover{background:#fff;border-color:#4e7fd666}.report-bulk-modal .template-modal-actions .confirm-btn:last-child{background:linear-gradient(180deg,#edf4ff,#dbe9ff);border-color:#5f84cc57;color:#16365d}.report-bulk-modal .template-modal-actions .confirm-btn:last-child:hover{background:linear-gradient(180deg,#f4f8ff,#e5efff)}.report-bulk-modal-close{position:absolute;right:10px;top:10px;width:28px;height:28px;border:0;border-radius:8px;background:#ffffff8f;color:#5a7297;cursor:pointer}.report-bulk-modal-close:hover{background:#e4edfcf5}.report-bulk-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px;align-items:start}.report-bulk-field{min-width:0}.report-bulk-combo-wrap{width:100%}.report-bulk-combo-wrap.open{z-index:520}.report-bulk-combo-trigger{position:relative;width:100%;min-width:0;justify-content:space-between;height:30px;padding-right:24px;font-size:11px}.report-bulk-combo-copy{min-width:0;display:inline-flex;align-items:center;gap:8px;overflow:hidden}.report-bulk-combo-prefix{color:#1e293b;flex:0 0 auto;font-size:11px}.report-bulk-combo-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.report-bulk-combo-pop{width:100%;max-height:240px;overflow:auto}.report-bulk-combo-pop .qa-picker-item{align-items:center}.report-bulk-combo-trigger .report-advanced-combo-caret{right:9px}.report-bulk-date-row{min-width:0;display:flex;align-items:center;gap:10px}.report-bulk-date-row>span{font-size:11px;font-weight:650;color:#475569;white-space:nowrap}.report-bulk-modal-grid .report-bulk-date-row>input{width:100%;min-width:0;height:30px;min-height:30px;max-height:30px;box-sizing:border-box;border-radius:9px;padding:0 8px;font-size:11px;line-height:30px}.report-bulk-modal-grid .report-bulk-date-row>input::-webkit-date-and-time-value{min-height:30px;line-height:30px;text-align:left}.report-bulk-modal-grid .report-bulk-date-row>input::-webkit-calendar-picker-indicator{margin:0}.report-bulk-time-row{grid-column:1 / -1;display:flex;align-items:center;gap:10px}.report-bulk-time-row>span{font-size:11px;font-weight:650;color:#475569;white-space:nowrap}.report-bulk-modal-grid .report-bulk-time-row>input{width:118px;flex:0 0 auto;height:30px;min-height:30px;max-height:30px;box-sizing:border-box;border-radius:9px;padding:0 8px;font-size:11px;line-height:30px}.report-bulk-modal-grid input,.report-bulk-modal-grid select{height:38px;border:1px solid rgba(148,163,184,.28);border-radius:12px;background:#ffffffe0;color:#0f172a;padding:0 10px;outline:none}.report-bulk-modal-grid input:focus,.report-bulk-modal-grid select:focus{border-color:#4e7fd66b;box-shadow:0 0 0 3px #60a5fa1f}@media(max-width:640px){.report-bulk-modal-grid{grid-template-columns:minmax(0,1fr)}.report-bulk-time-row{grid-column:auto}}.report-bulk-overlay .confirm-btn.danger{border-color:#dc2626;background:#dc2626;color:#fff}.report-bulk-overlay .confirm-btn.danger:hover{border-color:#b91c1c;background:#b91c1c}.reports-bulk-row input,.reports-bulk-row select,.reports-controls select{height:38px;border:1px solid rgba(148,163,184,.3);border-radius:12px;padding:0 10px;background:#fff;color:#0f172a}.reports-table-wrap{max-width:100%;overflow-x:auto;overflow-y:hidden}.report-split-table{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0}.report-split-head{overflow:hidden;position:relative;z-index:4;border-bottom:1px solid rgba(148,163,184,.28);background:#f7faff}.report-split-body{min-height:0;overflow:auto;scrollbar-gutter:stable;overscroll-behavior:contain}.report-split-grid{table-layout:fixed}.report-sticky-head-cell{position:sticky!important;z-index:8!important;background:#f7faff!important;background-clip:padding-box;box-shadow:1px 0 #94a3b81f}.report-sticky-body-cell{position:sticky;z-index:2;background:#fff;background-clip:padding-box;box-shadow:1px 0 #94a3b81f}.report-row:hover .report-sticky-body-cell{background:#f8fbff}.report-row.selected .report-sticky-body-cell{background:#edf5ff}.reports-summary-table-wrap{position:relative;height:var(--reports-table-height, max(280px, calc(100dvh - 320px - var(--clipboard-board-height, 0px))));max-height:var(--reports-table-height, max(280px, calc(100dvh - 320px - var(--clipboard-board-height, 0px))));isolation:isolate}.reports-summary-table-wrap .report-grid-summary-split th:nth-child(1),.reports-summary-table-wrap .report-grid-summary-split td:nth-child(1){min-width:220px}.report-grid-detailed-split .report-sticky-head-cell:nth-child(3){z-index:8!important}.report-grid-detailed-split .report-sticky-body-cell:nth-child(3){z-index:3}.reports-detailed-table-wrap,.reports-fixed-table-wrap,.reports-budget-table-wrap{position:relative;height:var(--reports-table-height, max(280px, calc(100dvh - 320px - var(--clipboard-board-height, 0px))));max-height:var(--reports-table-height, max(280px, calc(100dvh - 320px - var(--clipboard-board-height, 0px))));isolation:isolate}.reports-table-wrap .grid{background:transparent;border-radius:0;overflow:visible;min-width:100%;width:100%}.reports-table-wrap .report-grid th,.reports-table-wrap .report-grid td{padding-top:8px;padding-bottom:8px}.reports-table-wrap .report-grid-detailed th:first-child,.reports-table-wrap .report-grid-detailed td:first-child,.reports-table-wrap .report-grid-detailed .report-select-col{width:34px!important;min-width:34px!important;max-width:34px!important;padding-left:8px;padding-right:4px;text-align:center}.reports-detailed-table-wrap .report-grid-detailed th:nth-child(2),.reports-detailed-table-wrap .report-grid-detailed td:nth-child(2){min-width:220px}.reports-detailed-table-wrap .report-grid-detailed th:nth-child(3),.reports-detailed-table-wrap .report-grid-detailed td:nth-child(3){min-width:260px}.reports-detailed-table-wrap .report-grid-detailed th:nth-child(4),.reports-detailed-table-wrap .report-grid-detailed td:nth-child(4){min-width:140px}.reports-fixed-table-wrap .report-grid-fixed th:nth-child(1),.reports-fixed-table-wrap .report-grid-fixed td:nth-child(1){min-width:72px}.reports-fixed-table-wrap .report-grid-fixed th:nth-child(2),.reports-fixed-table-wrap .report-grid-fixed td:nth-child(2){min-width:220px}.reports-budget-table-wrap .report-grid-budget th:nth-child(1),.reports-budget-table-wrap .report-grid-budget td:nth-child(1){min-width:220px}.report-summary-project-cell{display:flex;align-items:center;gap:8px;min-width:0}.report-summary-project-copy{display:flex;flex-direction:column;min-width:0;line-height:1.2}.report-summary-project-name{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-summary-project-client{margin-top:3px;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;color:#64748b}.report-summary-project-count{flex:0 0 auto}.reports-table-wrap .grid th{color:#334155;background:#f7faff;border-bottom-color:#94a3b847;position:static;background-clip:padding-box}.report-sort-btn{width:100%;border:0;background:transparent;padding:0;display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;color:inherit;font:inherit;font-weight:inherit;cursor:pointer;text-align:left}.report-sort-btn.align-right{justify-content:flex-end;text-align:right}.report-sort-btn:hover,.report-sort-btn.active{color:#163d7a}.report-sort-indicator{flex:0 0 auto;font-size:11px;opacity:.72}.report-row-clickable{cursor:pointer}.report-detailed-tag-list{display:flex;flex-wrap:wrap;gap:6px}.report-detailed-toggle-wrap{display:inline-flex;align-items:center;justify-content:center;min-height:24px}.report-detailed-toggle-button{padding:0;border:0;background:transparent;cursor:pointer}.report-detailed-toggle-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.report-detailed-status-trigger{width:132px;min-width:132px;max-width:132px}.report-detailed-status-trigger .task-picker-option-main{gap:8px;min-width:0}.report-entry-modal{width:min(460px,calc(100vw - 28px))}.report-entry-overlay{position:absolute;top:calc(-1 * var(--reports-overlay-inset-top, 0px));right:calc(-1 * var(--reports-overlay-inset-x, 0px));bottom:calc(-1 * var(--reports-overlay-inset-bottom, 0px));left:calc(-1 * var(--reports-overlay-inset-x, 0px))}.report-entry-modal-subtitle{margin:-2px 0 10px;color:#64748b;font-size:12px}.report-entry-modal-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,132px);gap:10px}.report-entry-modal-field{display:grid;gap:6px;min-width:0}.report-entry-modal-field span{font-size:12px;font-weight:600;color:#475569}.report-entry-modal-field input{min-width:0;height:38px;border:1px solid rgba(148,163,184,.34);border-radius:12px;background:#fff;color:#0f172a;padding:0 10px;outline:none}.report-entry-modal-field-full{grid-column:1 / -1}.report-entry-modal-billable{height:38px;align-self:end;padding:0 4px}.report-entry-modal-checks{grid-column:1 / -1;display:flex;align-items:center;gap:16px}.report-entry-modal-checks .toolbar-check{padding:0}.reports-detailed-table-wrap .task-check-btn,.report-entry-modal-checks .task-check-btn{width:17px;height:17px}.reports-detailed-table-wrap .task-check-btn.all{width:18px;height:18px}.reports-detailed-table-wrap .task-check-mark,.report-entry-modal-checks .task-check-mark{font-size:10px}.report-entry-modal-checks .task-check-mark{color:transparent}.report-entry-modal-checks .task-check-btn.selected .task-check-mark{color:#fff}.reports-summary-table-wrap .grid th:first-child{left:0;z-index:4}.reports-table-wrap .grid td{color:#0f172a;border-bottom-color:#94a3b833;background:#fff}.reports-summary-table-wrap .grid td:first-child{position:sticky;left:0;z-index:1;background:#fff;box-shadow:1px 0 #94a3b81f}.reports-table-wrap .grid .report-row:hover td{background:#f8fbff}.reports-table-wrap .grid .report-row.selected td{background:#edf5ff}.report-colored-ref{display:inline-flex;align-items:center;gap:8px;min-width:0}.report-detailed-project-cell{display:inline-flex;align-items:center;gap:10px;min-width:0;max-width:100%}.report-detailed-project-copy{display:flex;flex-direction:column;min-width:0;line-height:1.2}.report-detailed-project-name,.report-detailed-client-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-detailed-project-name{font-weight:700;color:#0f172a}.report-detailed-client-name{margin-top:3px;font-size:12px;font-weight:400;color:#64748b}.report-detailed-task-cell{display:flex;flex-direction:column;min-width:0;max-width:100%;line-height:1.2}.report-detailed-task-name,.report-detailed-task-description{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-detailed-task-name{font-weight:700;color:#0f172a}.report-detailed-task-description{margin-top:3px;font-size:12px;color:#64748b}.report-link-btn{border:0;background:transparent;color:inherit;padding:0;margin:0;font:inherit;text-align:left;cursor:pointer}.report-link-btn:hover{color:#3159d2}.report-type-badge{width:24px;height:24px;display:inline-grid;place-items:center;border-radius:999px;font-size:12px;line-height:1;font-weight:700}.report-type-badge svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.report-type-badge.project{background:#fff4e6;color:#c2410c;box-shadow:inset 0 0 0 1px #c2410c29}.report-type-badge.task{background:#eef2ff;color:#4338ca;box-shadow:inset 0 0 0 1px #4338ca24}.reports-page .toolbar-btn{border-color:#94a3b84d;background:#fff;color:#0f172a}.reports-page .toolbar-btn:hover{background:#f1f6ff}.reports-page .toolbar-btn.danger{color:#b42318;border-color:#f4727270;background:#fff5f5}.reports-page .toolbar-field span,.reports-page .toolbar-check span,.reports-page .table-title{color:#1e293b}.reports-page .toolbar-field input,.reports-page .toolbar-field select{border:1px solid rgba(148,163,184,.3);background:#fff;color:#0f172a}.report-view-modal{border:1px solid rgba(148,163,184,.3);background:radial-gradient(560px 220px at 80% 10%,rgba(79,109,255,.08),transparent 70%),linear-gradient(180deg,#fff,#f8fbff);color:#0f172a}.report-view-modal .template-modal-title{color:#0f172a}.report-view-modal .template-modal-input{border:1px solid rgba(148,163,184,.35);background:#fff;color:#0f172a}@media(max-width:900px){.app-body{gap:8px;padding:8px 0 0 8px}.sidebar{border-radius:12px 12px 0 0}.main{border-radius:12px 0 0;border-right:0}.topbar{height:auto;min-height:64px;max-height:none}.topbar-util{flex-wrap:wrap;gap:8px}.topbar-toolbar{flex-wrap:wrap}.todo-view-tabs{overflow-x:auto;white-space:nowrap}.todo-timeline-grid-range{font-size:28px;height:50px}.todo-timeline-task-name{font-size:12px}.report-kpi-value{font-size:18px}.drawer-meta-row,.two,.three{grid-template-columns:1fr}.manage-create-row{grid-template-columns:1fr;align-items:stretch}.manage-row{grid-template-columns:12px 1fr}.manage-split{grid-template-columns:1fr;min-height:0}.manage-grid{grid-template-columns:1fr}.reports-summary{gap:6px;grid-template-columns:repeat(2,minmax(0,1fr))}.reports-panels{grid-template-columns:1fr}.reports-chart-card.span-2{grid-column:auto}.clipboard-board{padding:3px 12px 5px}.clipboard-board-item{max-width:220px}.clipboard-board-modal{width:min(100vw - 24px,520px);padding:14px}}@media(max-width:700px){.reports-topline{display:flex;flex-direction:column}.reports-head-tabs-rail{position:static;transform:none;width:100%;max-width:none;justify-content:flex-start}.reports-filter-actions{justify-content:flex-start}.reports-filter-actions .reports-picker-pop{left:0;right:auto}.reports-summary{grid-template-columns:1fr}.clipboard-board{gap:8px}.clipboard-board-item{max-width:180px}.clipboard-board-actions,.clipboard-board-actions-right{flex-direction:column;align-items:stretch}}.hours-page{display:flex;flex-direction:column;gap:14px;min-height:0}.hours-page.day-view,.hours-page.week-view,.hours-page.month-view{min-width:0}.hours-head{display:flex;flex-direction:column;gap:0}.hours-head-top{align-items:flex-start}.hours-head-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:10px;width:100%}.hours-nav{display:inline-flex;align-items:center;gap:6px}.hours-user-filter-wrap{flex:0 0 auto}.hours-head-total{height:30px;padding:0 12px;border-radius:999px;border:1px solid #d6dff0;background:#fff;color:#334155;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;white-space:nowrap}.hours-head-total svg{width:14px;height:14px;color:#64748b}.hours-user-filter{height:30px;padding:0 8px;border-radius:9px;border:1px solid #d6dff0;background:#fff;color:#475569;display:inline-flex;align-items:center;gap:6px;font-size:13px;cursor:pointer;min-width:140px;justify-content:space-between}.hours-user-filter.active{color:#4f6de2;border-color:#c9d6ff;background:#eef3ff}.hours-user-filter-caret{font-size:11px;opacity:.7}.hours-picker-pop{min-width:240px}.hours-nav-btn{width:30px;height:30px;border-radius:8px;border:1px solid #d5deef;background:#fff;color:#334155;cursor:pointer;font-size:18px;line-height:1}.hours-head-title{font-weight:700;color:#0f172a;min-width:196px;font-size:14px}.hours-view-switch{display:inline-flex;align-items:center;gap:5px}.hours-view-btn{height:30px;padding:0 9px;border-radius:9px;border:1px solid #d6dff0;background:#fff;color:#475569;display:inline-flex;align-items:center;gap:5px;cursor:pointer;font-size:12px;font-weight:600}.hours-view-btn.active{color:#4f6de2;border-color:#c9d6ff;background:#eef3ff}.hours-day-layout{display:grid;grid-template-columns:minmax(290px,340px) minmax(0,1fr);border:1px solid #dbe3f2;border-radius:12px;overflow:hidden;background:#f8fbff;height:calc(100vh - 220px - var(--clipboard-board-height, 0px));min-height:0}.hours-mini-month{border-right:1px solid #dde5f3;background:#f4f6fb;padding:10px;overflow:auto}.hours-page.day-view .hours-mini-grid-head>div{height:26px;font-size:10px}.hours-page.day-view .hours-mini-cell{min-height:84px;gap:6px;padding:9px 4px 7px}.hours-page.day-view .hours-mini-total{width:34px;height:34px}.hours-page.day-view .hours-mini-total span{width:28px;height:28px;font-size:9px}.hours-mini-month-title{margin-bottom:8px;color:#475569;font-size:12px;font-weight:700;text-transform:capitalize;letter-spacing:.04em}.hours-mini-grid-head{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0;border:1px solid #d6dde8;border-bottom:0;border-radius:9px 9px 0 0;overflow:hidden}.hours-mini-grid-head>div{height:30px;display:grid;place-items:center;color:#5d636e;font-size:11px;font-weight:700;background:#fff;border-right:1px solid #e1e6ef}.hours-mini-grid-head>div:last-child{border-right:0}.hours-mini-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border:1px solid #d6dde8;border-top:0;border-radius:0 0 9px 9px;overflow:hidden}.hours-mini-cell{border:0;border-right:1px solid #e1e6ef;border-bottom:1px solid #e1e6ef;min-height:108px;background:#fff;display:grid;place-items:center;align-content:start;gap:8px;padding:12px 4px 8px;cursor:pointer}.hours-mini-cell:nth-child(7n){border-right:0}.hours-mini-cell:nth-last-child(-n+7){border-bottom:0}.hours-mini-cell.selected{background:#e8e9fb}.hours-mini-cell.weekend{background-image:repeating-linear-gradient(-45deg,#94a3b81c 0 6px,#94a3b808 6px 12px)}.hours-mini-cell.selected.weekend{background-color:#e8e9fb}.hours-mini-cell.out{opacity:.65}.hours-mini-total{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:3px}.hours-mini-total span{width:100%;height:100%;border-radius:999px;background:#c0c5cd;color:#f8fafc;font-size:10px;font-weight:700;display:grid;place-items:center}.hours-mini-date{color:#606774;font-size:11px;line-height:1;font-weight:700;letter-spacing:.04em}.hours-day-detail{min-height:0;height:100%;background:#f8fbff;display:flex;flex-direction:column;overflow:hidden}.hours-day-detail-head{min-height:78px;flex:0 0 78px;border:1px solid #dbe3f2;border-width:0 0 1px;padding:10px 18px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:14px}.hours-day-detail-title{justify-self:start;align-self:center;text-align:left;color:#4b5563;font-size:clamp(24px,3.4vw,36px);line-height:.96;font-weight:700;max-width:min(100%,320px);overflow-wrap:anywhere;transform:translateY(-4px)}.hours-day-detail-list{padding:10px 12px 14px;display:grid;grid-auto-rows:max-content;align-content:start;align-items:start;gap:8px;overflow:auto;min-height:0}.hours-week-shell{max-height:calc(100vh - 220px - var(--clipboard-board-height, 0px));overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;border:1px solid #dbe3f2;border-radius:12px;background:#f8fbff}.hours-week-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:#f8fbff;width:100%;min-width:0}.hours-week-day{min-height:560px;min-width:0;border-right:1px solid #dde5f3;background:#f8fbff;display:flex;flex-direction:column}.hours-week-day:last-child{border-right:0}.hours-week-day.weekend{background-image:repeating-linear-gradient(-45deg,#94a3b81a 0 6px,#94a3b808 6px 12px)}.hours-week-list{padding:8px 6px;display:grid;align-content:start;gap:6px}.hours-day-head{min-height:50px;border-bottom:1px solid #dde5f3;padding:5px 8px;position:sticky;top:0;z-index:20;background:#f8fbff;box-shadow:0 1px #dde5f3}.hours-week-day.weekend .hours-day-head{background:#f3f6fb}.hours-day-label{font-size:11px;font-weight:700;letter-spacing:.06em;color:#64748b;line-height:1}.hours-day-date{margin-top:0;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0f172a;line-height:1}.hours-day-total{position:absolute;top:6px;right:8px;width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:2px}.hours-day-total.lg{justify-self:end;position:static;width:52px;height:52px;padding:4px}.hours-day-total.sm{position:static;width:26px;height:26px;padding:2px}.hours-day-total span{width:100%;height:100%;border-radius:999px;background:#c0c5cd;color:#f7f8fa;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.hours-day-total.sm span{font-size:8px}.hours-list-entry{border:0;border-radius:9px;color:#0f172a;text-align:left;padding:10px 12px 8px;box-shadow:0 1px #ffffff24 inset,0 2px 6px #0f172a14;cursor:pointer;overflow:hidden;border:1px solid rgba(255,255,255,.16);position:relative}.hours-list-entry.compact{padding:7px 8px 6px}.hours-list-entry:hover{filter:brightness(1.03)}.hours-entry-client{font-size:10px;font-weight:500;opacity:.9;line-height:1.15;padding-right:20px}.hours-entry-title{font-size:13px;font-weight:700;line-height:1.2;margin-top:2px;overflow-wrap:anywhere}.hours-list-entry.compact .hours-entry-title{font-size:12px;line-height:1.2}.hours-entry-desc{margin-top:4px;font-size:12px;opacity:.9}.hours-entry-time{margin-top:6px;font-size:11px;font-weight:500;opacity:.95;display:flex;justify-content:space-between;align-items:center;gap:8px}.hours-list-entry.compact .hours-entry-time{margin-top:4px;font-size:10px;font-weight:500}.hours-entry-time strong{font-size:inherit}.hours-entry-user-badge{position:absolute;top:2px;right:4px;width:16px;height:16px;border-radius:999px;background:linear-gradient(180deg,#4e70b5f5,#3a5a98fa);border:1px solid rgba(146,176,233,.58);color:#dce9ff;font-size:7px;font-weight:900;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px #ffffff29 inset,0 3px 6px #09162c38;overflow:hidden;text-transform:uppercase;letter-spacing:-.02em}.hours-entry-user-badge.month{top:2px;right:4px;width:14px;height:14px;font-size:6.5px;background:linear-gradient(180deg,#4e70b5f5,#3a5a98fa)}.hours-month-shell{max-height:calc(100vh - 220px - var(--clipboard-board-height, 0px));overflow:auto;scrollbar-gutter:stable;border:1px solid #dbe3f2;border-radius:12px;background:#f8fbff}.hours-month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:#f8fbff;width:100%;min-width:0;overflow:hidden}.hours-month-day{min-height:140px;border-right:1px solid #dde5f3;border-bottom:1px solid #dde5f3;background:#f8fbff;padding:8px;display:flex;flex-direction:column;gap:8px}.hours-month-day:nth-child(7n){border-right:0}.hours-month-day:nth-last-child(-n+7){border-bottom:0}.hours-month-day.out{opacity:.45}.hours-month-day.weekend{background-image:repeating-linear-gradient(-45deg,#94a3b81a 0 6px,#94a3b808 6px 12px)}.hours-month-head{display:flex;justify-content:space-between;align-items:center}.hours-month-date{font-size:17px;font-weight:700;color:#475569}.hours-month-items{display:grid;gap:5px}.hours-month-pill{border:0;border-radius:8px;color:#0f172a;text-align:left;font-size:12px;font-weight:600;padding:6px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.hours-month-more{font-size:11px;color:#64748b}@media(max-width:1200px){.hours-day-layout{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);height:calc(100vh - 200px - var(--clipboard-board-height, 0px))}.hours-mini-month{border-right:0;border-bottom:1px solid #dde5f3;max-height:none}.hours-week-grid,.hours-month-shell{overflow-x:auto}.hours-week-grid{min-width:1080px}.hours-month-grid{min-width:980px}}@media(max-width:900px){.hours-entry-title{font-size:24px}.hours-entry-time{font-size:20px}.hours-mini-date{font-size:24px}}.profile-modal-textarea{min-height:132px;resize:vertical}.openai-settings-stack{gap:12px}.settings-openai-textarea{min-height:132px;resize:vertical}.settings-openai-modal{width:min(1080px,calc(100vw - 36px));height:min(860px,calc(100vh - 36px));display:flex;flex-direction:column}.settings-openai-textarea-expanded{flex:1 1 auto;min-height:0;height:100%;max-height:none;width:100%;resize:none}.project-notes-page{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;min-height:0;flex:1 1 auto;align-items:start}.project-notes-sidebar{padding:0;display:flex;flex-direction:column;gap:10px;min-height:0}.project-notes-sidebar-head{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:flex-start;padding:0 0 10px;column-gap:8px}.project-note-output-head{display:flex;align-items:flex-start;justify-content:space-between;padding:0 0 10px}.project-note-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex:1 1 auto;min-width:0}.project-note-editor-head-inline{align-items:center}.project-note-editor-head .manage-input,.project-note-title-inline{flex:1 1 auto;min-width:0}.project-note-save-indicator{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 12px;border-radius:12px;border:1px solid #d9e5fb;background:#f8fbff;color:#5272a4;font-size:12px;font-weight:700;white-space:nowrap}.project-note-save-indicator-dot{width:8px;height:8px;border-radius:999px;background:currentColor;opacity:.92;box-shadow:0 0 0 4px #4f72a41f}.project-note-save-indicator.saving{border-color:#bfd6fb;background:#eef5ff;color:#2754b4}.project-note-save-indicator.saving .project-note-save-indicator-dot{animation:note-save-pulse 1.1s ease-in-out infinite}.project-note-save-indicator.saved{border-color:#cde7d3;background:#f4fbf5;color:#2f7a47}.project-note-save-indicator.error{border-color:#f4c4c4;background:#fff5f5;color:#b42318}@keyframes note-save-pulse{0%,to{transform:scale(.92);opacity:.7}50%{transform:scale(1.12);opacity:1}}.project-note-subtabs{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.project-note-subtab{border:1px solid #dbe4f0;background:#fff;color:#475569;border-radius:999px;padding:8px 12px;font-weight:600}.project-note-subtab.active{background:#eaf2ff;border-color:#9ab8e8;color:#0f172a}.notes-ai-loading{display:inline-flex;align-items:center;gap:12px}.notes-ai-spinner{width:14px;height:14px;border-radius:999px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:notes-spin .9s linear infinite}.project-note-output-actions{display:flex;align-items:center;gap:8px}.project-notes-list{display:flex;flex-direction:column;overflow:auto;min-height:0;padding-right:6px}.project-note-list-item{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:12px 120px 12px 16px;border:0;border-top:1px solid #edf2f7;background:transparent;text-align:left}.project-note-list-item.active{background:linear-gradient(180deg,#edf4ff,#f8fbff);box-shadow:inset 3px 0 #6b8fcf}.project-note-list-item span,.project-note-list-item small{color:#64748b}.project-note-status{display:inline-flex;align-items:center;gap:6px;margin-top:2px;color:#64748b;font-size:12px;font-weight:600;position:absolute;top:12px;right:16px}.project-note-status.ready{color:#0f766e}.project-note-status-dot{width:8px;height:8px;border-radius:999px;background:#94a3b8}.project-note-status.ready .project-note-status-dot{background:#14b8a6}.project-notes-main{display:flex;flex-direction:column;gap:16px;min-height:0}.project-notes-actions{display:flex;flex-direction:column;gap:16px}.project-note-main-head{display:flex;align-items:center;gap:14px;min-width:0;width:100%}.project-note-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:nowrap;flex:0 0 auto}.project-note-toolbar-left{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;flex:0 0 auto}.project-note-openai-btn{flex:0 0 auto}.project-note-toolbar .toolbar-btn.danger{border-color:#fecaca;color:#b42318}.project-note-toolbar .toolbar-btn.danger svg{color:#b42318}.project-note-input{min-height:max(300px,calc(100vh - 430px - var(--clipboard-board-height, 0px)));height:100%}.project-note-panel{border:1px solid #dbe4f0;border-radius:0;background:#fff;padding:16px;flex:1 1 auto;min-height:0}.project-note-panel-tasks{display:flex;flex-direction:column}.project-note-editor-shell{flex:1 1 auto;min-height:0;border-radius:0}.project-note-editor-shell .desc-input{border-radius:0;min-height:max(300px,calc(100vh - 430px - var(--clipboard-board-height, 0px)))}.project-note-editor-shell.expanded .desc-input{min-height:max(420px,calc(100vh - 320px - var(--clipboard-board-height, 0px)))}.project-note-editor-toolbar{border-radius:0}.project-note-editor-modal{width:min(1180px,calc(100vw - 36px));height:min(860px,calc(100vh - 36px));display:flex;flex-direction:column;padding:18px}.project-note-editor-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.project-note-editor-modal-shell{flex:1 1 auto;min-height:0}.project-note-popup-input{height:100%!important;min-height:0!important;max-height:none!important;overflow:auto;box-sizing:border-box;padding-bottom:32px!important;scroll-padding-bottom:32px}.project-note-editor-modal-shell .desc-input{height:100%!important;min-height:0!important;max-height:none!important;box-sizing:border-box}.project-note-rendered{color:#334155;line-height:1.55}.project-note-rendered p,.project-note-rendered div{margin:0 0 8px}.project-note-rendered ul,.project-note-rendered ol{margin:8px 0 8px 22px}.project-note-tree{display:flex;flex-direction:column;gap:12px}.project-note-tree-group{border:1px solid #dbe4f0;border-radius:12px;overflow:hidden;background:#fff}.project-note-tree-group.created{border-color:#d5dfef}.project-note-tree-row{display:flex;flex-direction:column;gap:10px}.project-note-tree-row.root{padding:14px;background:linear-gradient(180deg,#fafcff,#fff)}.project-note-task-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.project-note-task-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.project-note-subtasks-editor{padding:12px 14px 14px;display:flex;flex-direction:column;gap:10px;border-top:1px solid #edf2f7;background:linear-gradient(180deg,#fbfdff,#fff)}.project-note-subtasks-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.project-note-subtasks-label{font-size:12px;font-weight:700;color:#5f6f89;text-transform:uppercase;letter-spacing:.04em}.project-note-subtask-tree{display:flex;flex-direction:column;gap:10px}.project-note-tree-dot{width:8px;height:8px;border-radius:999px;background:#9bb0d3;flex:0 0 auto}.project-note-tree-label{color:#334155;font-size:14px}.project-note-task-title-input,.project-note-subtask-title-input{font-size:14px;font-weight:600}.project-note-task-card{border:1px solid #dbe4f0;border-radius:14px;padding:12px 14px;background:#fff;display:flex;flex-direction:column;gap:10px}.project-note-task-card p,.project-note-task-card ul{margin:0}.project-note-task-summary{width:100%;min-height:68px;resize:vertical;font-size:13px;line-height:1.4}.project-note-task-summary-main{min-height:74px}.project-note-subtask-card{position:relative;margin-left:18px;padding:10px 12px 12px;border:1px solid #dde7f7;background:#fff;box-shadow:inset 0 1px #ffffffb3}.project-note-subtask-card.created{background:linear-gradient(180deg,#fcfdff,#f6f9ff)}.project-note-subtask-card:before{content:"";position:absolute;left:-13px;top:18px;width:13px;height:1px;background:#c8d6ef}.project-note-subtask-card-head{display:grid;grid-template-columns:8px minmax(0,1fr) auto;gap:10px;align-items:center;margin-bottom:8px}.project-note-subtask-summary{min-height:56px;font-size:12px}.project-note-created-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#64748b}.project-note-created-badge{display:inline-flex;align-items:center;padding:4px 8px;border:1px solid #cddaf2;background:#eef4ff;color:#204171;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.project-note-created-title{font-size:15px;font-weight:700;color:#0f172a}.project-note-created-link{width:100%;border:0;text-align:left;cursor:pointer}.project-note-created-link:hover{background:linear-gradient(180deg,#f8fbff,#f2f7ff)}.project-note-created-summary{color:#475569;font-size:13px;line-height:1.5}.project-note-created-subtask-title{font-size:13px;font-weight:700;color:#1e293b}.project-note-created-subtask-summary{padding-left:18px;color:#64748b;font-size:12px;line-height:1.45}.project-note-subtask-tree .project-note-tree-dot{margin-top:0}.notes-action-btn,.notes-sort-btn{display:inline-flex;align-items:center;gap:8px}@keyframes notes-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1100px){.project-notes-page{grid-template-columns:1fr}.project-note-main-head{flex-wrap:wrap;align-items:stretch}.project-note-toolbar{align-items:stretch;flex-wrap:wrap}.project-note-toolbar-left{width:100%;flex-wrap:wrap}}@media(max-width:760px){.project-note-editor-head,.project-note-task-head{flex-direction:column;align-items:stretch}.project-note-task-actions{justify-content:flex-end}}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;min-width:0;min-height:100%}
