:root{--bg: #f3f6f5;--surface: #ffffff;--text: #14201d;--muted: #66746f;--line: #e1e8e5;--accent: #0f766e;--accent-soft: #e0f2ef;--accent-ink: #ffffff;--danger: #b42318;--danger-soft: #fdecea;--warn: #92400e;--warn-soft: #fef3c7;--ok: #15803d;--ok-soft: #e3f5e8;--lost: #94a3a0;--shadow: 0 1px 2px rgba(16, 32, 28, .06), 0 2px 8px rgba(16, 32, 28, .05);--radius: 12px;--tab-h: 62px;color-scheme:light}@media(prefers-color-scheme:dark){:root{--bg: #0c1311;--surface: #151d1b;--text: #e6efec;--muted: #93a39e;--line: #26332f;--accent: #2dd4bf;--accent-soft: #123430;--accent-ink: #062521;--danger: #ff8a7a;--danger-soft: #35181a;--warn: #fbbf24;--warn-soft: #3a2c0c;--ok: #6ee7a0;--ok-soft: #12301f;--lost: #64736f;--shadow: none;color-scheme:dark}}*{box-sizing:border-box}html,body{margin:0}body{font:16px/1.4 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}h1{font-size:1.45rem;margin:0;line-height:1.2}h2{font-size:1.15rem;margin:0}h3{font-size:1rem;margin:0 0 10px}a{color:var(--accent);text-decoration:none}input,select,textarea,button{font:inherit;color:inherit}input,select,textarea{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface);min-height:44px}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:-1px;border-color:transparent}textarea{resize:vertical}.muted{color:var(--muted)}.center{text-align:center}.strong{font-weight:600}.label{color:var(--muted);font-size:.85rem}.pre{white-space:pre-wrap;margin:0}.clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:4px 0 0}.num{color:var(--muted);font-variant-numeric:tabular-nums;font-size:.85rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:0 16px;border-radius:10px;border:1px solid var(--line);background:var(--surface);cursor:pointer;font-weight:600;text-align:center;text-decoration:none;color:var(--text)}.btn:hover{border-color:var(--accent)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.btn.ghost{background:transparent;border-color:transparent;color:var(--muted)}.btn.danger{color:var(--danger);border-color:var(--danger-soft);background:var(--danger-soft)}.btn.block{width:100%}.icon-btn{background:none;border:0;min-width:44px;min-height:44px;font-size:1.1rem;cursor:pointer;color:var(--muted)}.link{background:none;border:0;color:var(--accent);cursor:pointer;padding:0}.shell{min-height:100vh;min-height:100dvh}.sidebar{display:none}.content{padding:14px 16px calc(var(--tab-h) + 24px + env(safe-area-inset-bottom));min-width:0}.page{display:flex;flex-direction:column;gap:12px;max-width:1240px;margin:0 auto;width:100%}.page.narrow{max-width:560px}.page.board-page,.page.wide{max-width:none}.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:20;display:flex;background:var(--surface);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom);height:calc(var(--tab-h) + env(safe-area-inset-bottom))}.tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:.72rem;color:var(--muted)}.tab svg,.nav-item svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tab.active,.nav-item.active{color:var(--accent)}.center-screen{min-height:100dvh;display:grid;place-items:center;padding:16px}.back{font-weight:600}@media(min-width:900px){.shell{display:grid;grid-template-columns:232px 1fr}.tabbar{display:none}.sidebar{display:flex;flex-direction:column;gap:14px;padding:18px 12px;background:var(--surface);border-right:1px solid var(--line);position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:10px;font-weight:700;padding:0 8px 8px}.sidebar nav{display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;color:var(--text);font-weight:600}.nav-item:hover{background:var(--bg)}.nav-item.active{background:var(--accent-soft)}.sidebar-foot{padding:8px;color:var(--muted);font-size:.9rem}.content{padding:22px 24px 40px;width:100%}.shell.collapsed{grid-template-columns:68px 1fr}.shell.collapsed .sidebar{padding-inline:8px;align-items:center}.shell.collapsed .brand{padding:0 0 8px}.shell.collapsed .brand span,.shell.collapsed .nav-item span,.shell.collapsed .sidebar-foot span{display:none}.shell.collapsed .nav-item{justify-content:center;padding:10px}.side-toggle{margin-top:auto;align-self:stretch;border:1px solid var(--line);background:none;border-radius:10px;min-height:40px;cursor:pointer;color:var(--muted);font-size:1.1rem}.side-toggle:hover{color:var(--text);border-color:var(--accent)}.sidebar-foot{margin-top:0}}@media(max-width:899px){.desktop-only{display:none}}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow)}.card-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:8px}.card-head h3{margin:0}.grid2{display:grid;gap:12px}@media(min-width:700px){.grid2{grid-template-columns:1fr 1fr}}.kv{display:flex;flex-direction:column;gap:6px}.call{font-weight:600}.toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.toolbar h1{margin-right:auto;order:1}.toolbar>.btn{order:2}.toolbar>.select{order:3;flex:1 1 100%}.toolbar>.search{order:4;flex:1 1 100%}@media(min-width:700px){.toolbar h1{order:0}.toolbar>.select{order:1;flex:0 1 auto}.toolbar>.seg{order:2}.toolbar>.search{order:3;flex:0 1 300px}.toolbar>.btn{order:4}}.select{width:auto;max-width:100%;font-weight:600}.list{display:flex;flex-direction:column;gap:8px}.row-link{display:flex;flex-direction:column;gap:2px;color:var(--text)}.row-link.plain{flex-direction:row;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--line)}.row-link.plain:first-of-type{border-top:0}.amount{font-weight:700;font-variant-numeric:tabular-nums}.amount.big{margin-left:auto;font-size:1.2rem}.empty{padding:40px 12px;text-align:center;color:var(--muted)}.error-note{background:var(--danger-soft);color:var(--danger);padding:10px 12px;border-radius:10px}.ok-note{background:var(--ok-soft);color:var(--ok);padding:10px 12px;border-radius:10px}.spinner{width:28px;height:28px;margin:32px auto;border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chip{border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:8px 14px;min-height:40px;cursor:pointer;white-space:nowrap;font-weight:600}.chip b{color:var(--muted);font-weight:600;margin-left:4px}.chip.on{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.chip.on b{color:inherit;opacity:.8}.chips-wrap{display:flex;flex-wrap:wrap;gap:8px}.stage-chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;align-items:center;margin:0 -16px;padding-inline:16px}.stage-chips::-webkit-scrollbar{display:none}.total{margin-left:auto}@media(min-width:900px){.stage-chips:not(.always){display:none}.stage-chips{margin:0;padding-inline:0}}.board{display:block}.col{display:none}.col.active{display:block}.col-head{display:none}.col-body{display:flex;flex-direction:column;gap:8px}.col-empty{color:var(--muted);text-align:center;padding:24px 0}@media(min-width:900px){.board{display:flex;gap:10px;align-items:stretch;padding-bottom:12px;min-height:60vh;overflow-x:auto}.col,.col.active{display:block;flex:1 1 0;min-width:172px;background:color-mix(in srgb,var(--line) 45%,transparent);border-radius:var(--radius);padding:8px}.col.folded,.col.active.folded{flex:0 0 46px;min-width:46px;padding:0}.col.drop{outline:2px dashed var(--accent)}.col-head{display:flex;justify-content:space-between;align-items:baseline;gap:6px;padding:6px 4px 10px;border-top:3px solid var(--accent);border-radius:3px;margin-bottom:6px}.col.kind-won .col-head{border-top-color:var(--ok)}.col.kind-lost .col-head{border-top-color:var(--lost)}.col-title{font-weight:700;font-size:.95rem;line-height:1.2}.col-meta{color:var(--muted);font-size:.8rem;white-space:nowrap;margin-left:auto}.icon-btn.mini{min-width:28px;min-height:28px;padding:0;font-size:1.2rem;line-height:1}.col-body{max-height:calc(100vh - 230px);overflow-y:auto}.col-fold{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;height:100%;min-height:220px;padding:10px 0;border:0;background:none;cursor:pointer;color:var(--muted);border-radius:var(--radius)}.col-fold:hover{background:var(--accent-soft);color:var(--text)}.fold-name{writing-mode:vertical-rl;font-weight:700;white-space:nowrap}.fold-count{background:var(--surface);border-radius:999px;min-width:26px;padding:2px 6px;font-size:.8rem;text-align:center;font-weight:600}.col.kind-won .fold-count{color:var(--ok)}}.deal-card{display:flex;flex-direction:column;gap:3px;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:11px 12px;color:var(--text);box-shadow:var(--shadow)}.deal-card:hover{border-color:var(--accent)}.deal-card[draggable=true]{cursor:grab}.deal-top{display:flex;justify-content:space-between;gap:8px}.deal-title{font-weight:600;overflow-wrap:anywhere}.deal-sub{color:var(--muted);font-size:.9rem}.deal-sub.addr{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.deal-foot{color:var(--muted);font-size:.8rem;margin-top:2px}.deal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.stage-card{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.items{display:flex;flex-direction:column}.item{padding:9px 0;border-top:1px solid var(--line)}.item:first-child{border-top:0}.i-meta{color:var(--muted);font-size:.9rem}.i-meta b{color:var(--text)}.total-line{display:flex;justify-content:space-between;padding-top:10px;border-top:2px solid var(--line);font-size:1.05rem}.danger-zone{padding-top:8px}.form{display:flex;flex-direction:column;gap:12px}.field{display:flex;flex-direction:column;gap:5px}.field>span{font-size:.85rem;color:var(--muted);font-weight:600}.field small{color:var(--muted)}.row2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.login{width:min(400px,100%);display:flex;flex-direction:column;gap:14px;padding:24px}.login img{align-self:center;border-radius:12px}.login h1{text-align:center}.comment-form{display:flex;flex-direction:column;gap:8px;align-items:flex-end;margin-bottom:12px}.picker{position:relative}.picker-list{position:absolute;z-index:5;left:0;right:0;top:calc(100% + 4px);background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 24px #0000002e;max-height:280px;overflow:auto}.picker-list button{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:10px 12px;border:0;border-bottom:1px solid var(--line);background:none;text-align:left;cursor:pointer;min-height:44px}.picker-list button:hover{background:var(--accent-soft)}.picker-list small{color:var(--muted)}.picker-empty{padding:12px;color:var(--muted)}.picker-close{color:var(--muted);align-items:center!important}.picked{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;min-height:44px}.items-edit{display:flex;flex-direction:column;gap:8px}.item-row{display:grid;grid-template-columns:1fr 64px 52px 92px 40px;gap:6px;align-items:center}.item-row input{padding:9px 8px;min-width:0}.item-row .i-name{grid-column:1 / -1}@media(min-width:560px){.item-row .i-name{grid-column:auto}.item-row{grid-template-columns:1fr 70px 56px 100px 40px}}.modal-backdrop{position:fixed;inset:0;z-index:50;background:#060e0c80;display:flex;align-items:flex-end;justify-content:center}.modal{background:var(--surface);width:100%;max-height:92dvh;border-radius:18px 18px 0 0;display:flex;flex-direction:column}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:12px 8px 4px 18px}.modal-body{padding:8px 18px calc(18px + env(safe-area-inset-bottom));overflow:auto}@media(min-width:700px){.modal-backdrop{align-items:center}.modal{width:min(560px,94vw);border-radius:16px;max-height:88vh}}.timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.tl{border-left:3px solid var(--line);padding-left:10px}.tl-comment{border-left-color:var(--accent)}.tl-stage_change,.tl-system{color:var(--muted)}.tl-meta{font-size:.8rem;color:var(--muted)}.tl-text{white-space:pre-wrap;overflow-wrap:anywhere}.lead{display:flex;flex-direction:column;gap:4px}.lead-top{display:flex;justify-content:space-between}.lead-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}.member{display:flex;flex-direction:column;gap:10px}.member.off{opacity:.6}.member-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}@media(min-width:700px){.member{flex-direction:row;justify-content:space-between;align-items:center}}.seg{display:inline-flex;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--surface)}.seg button{border:0;background:none;padding:0 14px;min-height:42px;cursor:pointer;font-weight:600;color:var(--muted)}.seg button.on{background:var(--accent);color:var(--accent-ink)}.list-tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.badge{display:inline-block;padding:2px 10px;border-radius:999px;border:1px solid var(--line);font-size:.82rem;font-weight:600;white-space:nowrap}.badge.kind-won{background:var(--ok-soft);color:var(--ok);border-color:transparent}.badge.kind-lost{background:var(--bg);color:var(--muted)}.small{font-size:.82rem}.table-wrap{display:none}.cards-list{display:flex;flex-direction:column;gap:8px}@media(min-width:900px){.table-wrap{display:block;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow-x:auto}.cards-list{display:none}}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:10px 12px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}.table th{font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);white-space:nowrap;background:var(--surface);position:sticky;top:0}.table th.sortable{cursor:pointer;user-select:none}.table th.sortable:hover{color:var(--text)}.table tbody tr{cursor:pointer}.table tbody tr:hover{background:var(--accent-soft)}.table tbody tr:last-child td{border-bottom:0}.c-right{text-align:right!important;white-space:nowrap}.c-num{width:64px}.c-title a{font-weight:600;color:var(--text)}.grow{flex:1 1 0;min-width:0}.left{margin-right:auto}.nowrap{white-space:nowrap}.pos{color:var(--ok)}.neg{color:var(--danger)}.clamp1,.clamp2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.clamp1{-webkit-line-clamp:1}.clamp2{-webkit-line-clamp:2}.fin-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.tile{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:10px 14px;display:flex;flex-direction:column;gap:2px;box-shadow:var(--shadow)}.tile b{font-size:1.15rem;font-variant-numeric:tabular-nums}.tile.in{border-left:4px solid var(--ok)}.tile.out{border-left:4px solid var(--danger)}.filters{display:flex;flex-direction:column;gap:10px}.period-bar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}.period-bar .chip{min-height:36px;padding:6px 12px}.chips-scroll{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;margin:0 -14px;padding:0 14px}.chips-scroll::-webkit-scrollbar{display:none}.filters-toggle{display:none}.filters-body{display:flex;flex-direction:column;gap:10px}@media(max-width:899px){.filters-toggle{display:inline-flex;min-height:40px}.period-bar .dates,.filters-body{display:none}.filters.open .period-bar .dates,.filters.open .filters-body{display:flex}.dates input{flex:1 1 0;min-width:0;width:auto}.dates{width:100%}.filter-row .select,.filter-row .grow,.deal-filter{flex:1 1 100%}}.dates{display:flex;align-items:center;gap:6px}.dates input{width:150px}.filter-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.filter-row .select{flex:0 1 auto}.filter-row input.amt,.split-row input.amt{width:120px;flex:0 0 120px}.filter-row .grow{min-width:160px}.deal-filter{min-width:240px!important}.pager{display:flex;justify-content:center;align-items:center;gap:16px;padding:8px 0}.c-chk{width:40px}.table.ops td{vertical-align:top}.table.ops tr.sel td{background:var(--accent-soft)}.table-wrap.stale{opacity:.6}.c-cp{max-width:280px}.c-purpose{max-width:340px;color:var(--muted);font-size:.9rem}.c-deal{max-width:200px}.crm-link{color:var(--accent)}.cat-badge{display:inline-block;padding:2px 10px;border-radius:999px;background:var(--accent-soft);color:var(--text);font-size:.8rem;font-weight:600}.cat-badge.deal{background:var(--bg);border:1px solid var(--line);color:var(--accent)}.cat-badge.warn{background:var(--danger-soft);color:var(--danger)}.op-card{display:flex;flex-direction:column;gap:4px;cursor:pointer}.op-card.sel{outline:2px solid var(--accent)}.op-top{display:flex;align-items:center;gap:10px}.op-top .amount{margin-left:auto}.op-tags{display:flex;gap:6px;flex-wrap:wrap}.info-box{background:var(--bg);border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:4px}.who{display:flex;gap:8px;align-items:flex-start}.who .select{flex:0 0 110px;min-height:44px}.check{display:flex;align-items:center;gap:8px;font-weight:500;cursor:pointer}.check input{width:20px;height:20px;min-height:0}.split-box{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px dashed var(--line);border-radius:10px}.split-row{display:flex;gap:6px;align-items:flex-start;flex-wrap:wrap}.split-row .select{flex:0 0 100px}.split-row .grow{flex:1 1 160px}.split-foot{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap;font-weight:600}.acc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:10px;margin-bottom:8px}.acc{text-align:left;display:flex;flex-direction:column;gap:2px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);cursor:pointer}.acc:disabled{cursor:default}.acc:not(:disabled):hover{border-color:var(--accent)}.acc b{font-size:1.2rem;font-variant-numeric:tabular-nums}.cat-group{margin-top:10px}.cat-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.cat-name{border:1px solid var(--line);background:var(--bg);border-radius:999px;padding:6px 14px;cursor:pointer;font-weight:600;min-height:36px}.cat-name:hover{border-color:var(--accent)}.table-wrap.always{display:block;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow-x:auto}.report .table th,.report .table td{padding:8px 10px;white-space:nowrap;font-variant-numeric:tabular-nums}.report .sticky-l{position:sticky;left:0;background:var(--surface);z-index:1;min-width:180px;max-width:260px;white-space:normal;box-shadow:1px 0 0 var(--line)}.report tr.sec td{background:var(--bg);font-weight:700;text-transform:uppercase;font-size:.78rem;letter-spacing:.04em;color:var(--muted)}.report tr.sub td{font-weight:700;background:var(--bg)}.report tr.grand td{font-weight:800;font-size:1.05rem;border-top:2px solid var(--line);background:var(--surface)}.report tbody tr{cursor:default}.report tbody tr:hover{background:transparent}.fin-cats{display:flex;flex-direction:column;margin-top:10px}.fin-cat{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid var(--line)}.tile b,.fin-cat b,.amount{white-space:nowrap}@media(max-width:480px){.fin-tiles{grid-template-columns:1fr 1fr}.tile b{font-size:1.02rem}.fin-tiles .tile:last-child:nth-child(odd){grid-column:1 / -1}}.row-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.act{display:flex;flex-direction:column;gap:4px}.exec-row{display:flex;flex-direction:column;gap:4px;padding:10px 0;border-top:1px solid var(--line)}.exec-in{display:flex;gap:8px;align-items:center}.exec-in input{flex:1 1 0;min-width:0}.exec-in .select{flex:0 0 90px}.sync-results{display:flex;flex-direction:column;gap:4px;margin-top:10px}.c-purpose-wide{max-width:620px;white-space:normal!important}.seg.wide{width:100%}details summary{cursor:pointer;margin-top:6px}.row3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}@media(max-width:520px){.row3{grid-template-columns:1fr}}.multi{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.multi-row{display:flex;gap:4px;width:100%;align-items:center}.fieldset{border:1px solid var(--line);border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:10px;margin:0;min-width:0}.fieldset legend{padding:0 6px;color:var(--muted);font-weight:600;font-size:.85rem}.kv-row{display:flex;gap:12px;align-items:baseline}.kv-row .label{flex:0 0 150px}.kv-row>span:last-child{overflow-wrap:anywhere}@media(max-width:520px){.kv-row{flex-direction:column;gap:0}.kv-row .label{flex:none}}.left-link{text-align:left;font-weight:600}.row-link.plain .row-actions{justify-content:flex-end}.shift-card{display:flex;flex-direction:column;gap:12px;align-items:stretch}.clock{font-size:3rem;font-weight:700;font-variant-numeric:tabular-nums;text-align:center;letter-spacing:.02em}.btn.big{min-height:64px;font-size:1.15rem;border-radius:14px}.day-group{margin-top:10px}.shift-line{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-top:1px solid var(--line)}.shift-line.click{cursor:pointer}.shift-line.st-flagged{background:color-mix(in srgb,var(--danger-soft) 60%,transparent)}.shift-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px;white-space:nowrap}.tier-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.tier-row label{display:flex;align-items:center;gap:6px}.tier-row input{width:96px}.card.off{opacity:.6}@media(max-width:899px){.tabbar .tab{font-size:.66rem}}.type-badge{display:inline-block;padding:1px 9px;border-radius:999px;font-size:.75rem;font-weight:600;vertical-align:middle;border:1px solid var(--line);background:var(--bg);color:var(--muted)}.type-badge.t-client{background:var(--accent-soft);color:var(--accent);border-color:transparent}.type-badge.t-contractor{background:#fff4e0;color:#9a5b00;border-color:transparent}.type-badge.t-employee{background:#e8eefc;color:#2a4fa8;border-color:transparent}@media(prefers-color-scheme:dark){.type-badge.t-contractor{background:#3a2c10;color:#f0b45a}.type-badge.t-employee{background:#1c2740;color:#8fb0f5}}.small-chip{min-height:34px;padding:5px 12px;font-size:.9rem}.type-filter{margin-top:-4px}.ent-ops{display:flex;flex-direction:column;gap:0;margin-top:12px}.ent-op{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--line);cursor:pointer}.ent-op:hover{background:var(--accent-soft)}.ent-op-main{min-width:0;display:flex;flex-direction:column;gap:3px}.ent-op .amount{align-self:flex-start}.ent-period{display:flex;flex-direction:column;gap:8px;margin:4px 0 12px}.ent-period .chip{min-height:34px;padding:5px 12px}.ent-body{transition:opacity .15s}.ent-body.busy{opacity:.55}@media(min-width:900px){.ent-period{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}.ent-period .chips-scroll{margin:0;padding:0}}.pay-list{display:flex;flex-direction:column}.pay-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-top:1px solid var(--line)}.pay-main{min-width:0;display:flex;flex-direction:column;gap:3px;align-items:flex-start}.pay-amount{font-size:1.05rem;font-variant-numeric:tabular-nums}.pay-badge{display:inline-block;padding:2px 10px;border-radius:999px;background:var(--accent-soft);font-size:.8rem;font-weight:600}.pay-badge.ok{background:var(--ok-soft);color:var(--ok)}.pay-badge.bad{background:var(--danger-soft);color:var(--danger)}.pay-item{display:grid;grid-template-columns:72px 1fr 104px 40px;gap:6px;align-items:center}.pay-item input,.pay-item select{padding:9px 8px;min-width:0}.pay-item .p-name{grid-column:1 / -1}@media(min-width:620px){.pay-item{grid-template-columns:1fr 72px 110px 104px 40px}.pay-item .p-name{grid-column:auto}}.pay-done{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--bg)}.pay-url{word-break:break-all;font-weight:600}.share-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.share-grid .btn{justify-content:center;text-align:center}.nav-badge{background:var(--danger);color:#fff;font-size:.68rem;line-height:1;min-width:18px;padding:3px 5px;border-radius:999px;text-align:center;font-weight:700}.tab{position:relative}.tab .nav-badge{position:absolute;top:4px;left:calc(50% + 6px)}.nav-item{position:relative}.nav-item .nav-badge{margin-left:auto}.shell.collapsed .nav-item .nav-badge{position:absolute;top:4px;right:6px;margin:0}.lead-comment{margin:4px 0;white-space:pre-wrap}.lead-origin{word-break:break-all}.code-block{margin:0;padding:10px;background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow-x:auto;font-size:.78rem;white-space:pre}.intake-card{display:flex;flex-direction:column;gap:8px}.nav-badge.inline{margin-left:8px;vertical-align:middle}.pref-list{display:flex;flex-direction:column}.pref-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--line);min-height:48px;cursor:pointer}.pref-row:first-child{border-top:0}.pref-row input{width:22px;height:22px;accent-color:var(--accent);flex:none}.notif-list{display:flex;flex-direction:column}.notif{display:flex;gap:12px;align-items:flex-start;text-align:left;width:100%;padding:12px 0;border:0;border-top:1px solid var(--line);background:none;cursor:pointer;font:inherit;color:inherit}.notif:first-child{border-top:0}.notif:hover{background:var(--accent-soft)}.notif-dot{width:10px;height:10px;border-radius:50%;margin-top:7px;flex:none;background:transparent}.notif.unread .notif-dot{background:var(--accent)}.notif.unread .strong{font-weight:800}.notif-main{display:flex;flex-direction:column;gap:2px;min-width:0}.tg-discuss{display:flex;flex-direction:column;gap:6px;margin:0 0 12px}.btn.tg{background:#229ed9;border-color:#229ed9;color:#fff;justify-content:center;font-weight:700}.btn.tg:hover{background:#1b8cc2}.tg-hint{margin:0 0 12px}.steps{margin:6px 0 10px;padding-left:20px;display:flex;flex-direction:column;gap:4px}.tg-chat{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-top:1px solid var(--line)}.tg-manual{margin-top:12px}.tg-manual summary{cursor:pointer;padding:6px 0}.task-group{margin-top:14px}.task-group h3{margin:0 0 6px;font-size:.95rem}.task-group.overdue h3{color:var(--danger)}.task-list{display:flex;flex-direction:column}.task{display:flex;gap:12px;align-items:flex-start;padding:10px 0;border-top:1px solid var(--line)}.task:first-child{border-top:0}.task-check{flex:none;width:26px;height:26px;margin-top:2px;border-radius:50%;border:2px solid var(--muted);background:var(--surface);cursor:pointer;display:grid;place-items:center;color:#fff;font-weight:800;padding:0}.task-check:hover:not(:disabled){border-color:var(--accent)}.task-check:disabled{opacity:.45;cursor:default}.task.done .task-check{background:var(--accent);border-color:var(--accent)}.task-main{flex:1;min-width:0;text-align:left;background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;display:flex;flex-direction:column;gap:3px}.task-title{font-weight:600;word-break:break-word}.task.done .task-title{text-decoration:line-through;color:var(--muted);font-weight:500}.task-star{color:#d99a00;margin-right:6px}.task-meta{display:flex;flex-wrap:wrap;gap:4px 12px;font-size:.84rem;color:var(--muted)}.task-done-fold{margin-top:8px}.due-row{display:flex;gap:8px}.due-row input{flex:1;min-width:0}.due-opts{display:flex;flex-direction:column;gap:6px;margin-top:6px}.due-dur{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:var(--muted);font-weight:600}.row-actions.quick{margin-top:6px}.pref-row.slim{min-height:40px;padding:4px 0;border-top:0}.cal-step{display:flex;flex-direction:column;gap:6px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--bg)}.toolbar>.row-actions{order:2}@media(min-width:700px){.toolbar>.row-actions{order:4}}.doc-warn{background:var(--warn-soft);color:var(--warn);border-radius:10px;padding:10px 14px;font-size:.92rem}.doc-warn ul{margin:4px 0 0;padding-left:18px}.doc-h{margin:6px 0 -4px;font-size:1rem}.card.sec-folded .card-head{margin-bottom:0}.sec-h{flex:1 1 160px;min-width:0;margin:0}.sec-toggle{display:flex;align-items:center;gap:8px;width:100%;min-height:40px;margin:-6px 0;padding:6px 0;border:0;background:none;color:inherit;font:inherit;font-weight:700;text-align:left;cursor:pointer}.sec-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}.sec-chevron{flex:none;width:1em;color:var(--muted);transition:transform .15s}.sec-toggle[aria-expanded=true] .sec-chevron{transform:rotate(90deg)}.sec-title{flex:none}.sec-summary{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:.88rem;font-weight:400}.sec-chevron{font-size:1.1em}@media(max-width:600px){.sec-toggle{flex-wrap:wrap;row-gap:0}.sec-summary{flex:1 1 100%;padding-left:calc(1em + 8px);white-space:normal}}.catalog .toolbar .search{flex:1 1 100%}@media(min-width:700px){.catalog .toolbar .search{flex:0 1 300px}}.cat-layout{display:block}.cat-tree{display:none}.cat-group-select{margin-bottom:8px}.cat-group-select select{width:100%}@media(min-width:900px){.cat-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:16px;align-items:start}.cat-tree{display:flex;flex-direction:column;gap:2px;padding:8px;position:sticky;top:12px;max-height:calc(100vh - 40px);overflow-y:auto}.cat-group-select{display:none}}.cat-node{display:flex;justify-content:space-between;align-items:center;gap:8px;width:100%;text-align:left;border:0;background:none;color:var(--text);padding:8px 10px;border-radius:8px;cursor:pointer;font:inherit}.cat-node span{min-width:0;overflow-wrap:anywhere}.cat-node b{flex:none;color:var(--muted);font-weight:600;font-size:.85rem}.cat-node:hover{background:var(--accent-soft)}.cat-node.on{background:var(--accent);color:var(--accent-ink)}.cat-node.on b{color:inherit;opacity:.85}.bulk-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 12px;margin-bottom:8px;background:var(--accent-soft);border:1px solid var(--line);border-radius:var(--radius);position:sticky;top:0;z-index:5}.cat-hint{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:10px 14px;background:var(--accent-soft);border-radius:10px;font-size:.92rem}.cat-card{display:flex;flex-direction:column;gap:4px;cursor:pointer}.grp-tree{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:10px;overflow:hidden}.grp-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:8px;border-bottom:1px solid var(--line)}.grp-row:last-child{border-bottom:0}.grp-row input,.grp-row select{flex:1 1 140px;min-width:0}.grp-name{font-weight:600;overflow-wrap:anywhere}.link.neg{color:var(--danger)}.imp-map{display:grid;grid-template-columns:1fr;gap:10px}@media(min-width:700px){.imp-map{grid-template-columns:1fr 1fr}}.imp-list{display:flex;flex-direction:column;max-height:260px;overflow-y:auto;border:1px solid var(--line);border-radius:10px}.imp-row{padding:8px 10px;border-bottom:1px solid var(--line)}.imp-row:last-child{border-bottom:0}.crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:4px;font-size:.92rem;margin-bottom:6px}.crumbs button{border:0;background:none;padding:2px 4px;color:var(--accent);cursor:pointer;font:inherit;font-weight:600}.crumbs button:last-child{color:var(--text);cursor:default}.file-list{display:flex;flex-direction:column}.file-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-top:1px solid var(--line)}.file-row:first-child{border-top:0}.file-row.dir{cursor:pointer}.file-ico{flex:none;width:44px;height:44px;border-radius:8px;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;font-size:1.3rem;overflow:hidden}.file-ico img{width:100%;height:100%;object-fit:cover}.file-main{min-width:0;flex:1;display:flex;flex-direction:column;gap:1px}.file-name{font-weight:600;overflow-wrap:anywhere;background:none;border:0;padding:0;text-align:left;color:var(--text);cursor:pointer;font-size:1rem}.file-actions{display:flex;gap:6px;flex:none}.upload-note{margin:6px 0}.lightbox img{max-width:100%;max-height:70vh;display:block;margin:0 auto;border-radius:8px}.copy-box{word-break:break-all;padding:10px;background:var(--bg);border:1px solid var(--line);border-radius:8px;user-select:all}.steps{margin:6px 0 0;padding-left:20px;display:flex;flex-direction:column;gap:6px}.stage-filter{position:relative}.stage-filter .btn.on-filter{border-color:var(--accent);color:var(--accent)}.stage-pop{position:absolute;z-index:30;top:calc(100% + 6px);left:0;min-width:260px;max-width:min(92vw,340px);padding:8px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 24px #0000002e}.stage-opt{display:flex;align-items:center;gap:10px;padding:8px 6px;border-radius:8px}.stage-opt:hover{background:var(--accent-soft)}.stage-opt-name{flex:1;min-width:0}.stage-pop-foot{display:flex;justify-content:space-between;gap:12px;padding:8px 6px 2px;border-top:1px solid var(--line);margin-top:4px}.stage-pop-foot .link:disabled{color:var(--muted);cursor:default}.col-fold.static{cursor:default}.col-fold.static:hover{background:none;color:var(--muted)}.toolbar>.stage-filter{order:3}@media(min-width:700px){.toolbar>.stage-filter{order:1}}.content.bleed{padding:0}@media(max-width:899px){.content.bleed{position:fixed;left:0;right:0;top:var(--app-top, 0px);height:calc(var(--app-h, 100dvh) - var(--tab-h) - env(safe-area-inset-bottom));overflow:hidden}body.kbd .content.bleed{height:var(--app-h, 100dvh)}body.kbd .content:not(.bleed){padding-bottom:24px}}@media(min-width:900px){.content.bleed{height:100vh;overflow:hidden}}body.kbd .tabbar{display:none}.msgr{display:grid;grid-template-columns:minmax(0,1fr);height:100%;background:var(--surface)}.msgr.open .msgr-list{display:none}.msgr:not(.open) .msgr-pane{display:none}@media(min-width:900px){.msgr{grid-template-columns:minmax(320px,380px) minmax(0,1fr)}.msgr.open .msgr-list,.msgr:not(.open) .msgr-pane{display:flex}}.msgr-list{display:flex;flex-direction:column;min-height:0;min-width:0;background:var(--surface);border-right:1px solid var(--line)}.msgr-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 8px}.msgr-title{margin:0;font-size:1.4rem}.msgr-search{padding:4px 16px 8px}.msgr-tabs.seg{display:flex;width:auto;margin:0 16px 8px}.msgr-tabs button{flex:1 1 auto;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;white-space:nowrap}@media(max-width:359px){.msgr-tabs button{white-space:normal;padding:0 8px}}.msgr-scroll{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-bottom:8px}.msgr-people{display:flex;flex-direction:column;gap:2px;max-height:50vh;overflow-y:auto}.msgr-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;border:0;background:none;text-align:left;cursor:pointer;color:var(--text);font:inherit}.msgr-people .msgr-row{padding:8px;border-radius:10px}.msgr-row:hover,.msgr-row.on{background:var(--accent-soft)}.msgr-avatar{flex:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent);font-weight:700}.msgr-avatar.general{background:var(--accent);color:var(--accent-ink)}.msgr-avatar.deal{background:var(--bg);border:1px solid var(--line);color:var(--muted)}.msgr-row-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.msgr-row-top,.msgr-row-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.msgr-row-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msgr-preview{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-badge.quiet{background:var(--muted)}.msgr-at{flex:none;background:var(--accent);color:var(--accent-ink);border-radius:999px;min-width:18px;padding:2px 5px;font-size:.7rem;line-height:1;text-align:center}.msgr-none{padding:20px 16px;text-align:center}.msgr-group{padding:12px 16px 4px;font-size:.74rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:700}.msgr-hit{display:flex;flex-direction:column;gap:3px;width:100%;text-align:left;padding:10px 16px;border:0;background:none;cursor:pointer;color:var(--text);font:inherit}.msgr-hit:hover{background:var(--accent-soft)}.msgr-hit-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.msgr-pane{display:flex;flex-direction:column;min-height:0;min-width:0;background:var(--bg)}.msgr-empty{margin:auto;padding:24px;text-align:center;color:var(--muted);display:flex;flex-direction:column;gap:12px;align-items:center}.msgr-empty.small{margin:24px auto}.msgr-conv{position:relative;display:flex;flex-direction:column;height:100%;min-height:0}.msgr-head{display:flex;align-items:center;gap:10px;padding:8px 12px 8px 4px;background:var(--surface);border-bottom:1px solid var(--line)}.msgr-head .msgr-avatar{width:40px;height:40px}.msgr-head-main{flex:1;min-width:0;display:flex;flex-direction:column}.msgr-head-main b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msgr-back{display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem}@media(min-width:900px){.msgr-back{display:none}.msgr-head{padding:10px 20px}}.msgr-messages{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:8px 0 12px}.msgr-flow{max-width:860px;margin:0 auto;padding:0 16px}@media(min-width:900px){.msgr-flow{padding:0 24px}}.msgr-day{text-align:center;margin:16px 0 8px}.msgr-day span{background:var(--surface);border:1px solid var(--line);color:var(--muted);font-size:.75rem;padding:2px 12px;border-radius:999px}.msg{display:flex;flex-direction:column;align-items:flex-start;margin-top:3px}.msg.first{margin-top:10px}.msg.mine{align-items:flex-end}.msg-bubble{max-width:min(84%,620px);background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:8px 12px;cursor:pointer}.msg.mine .msg-bubble{background:var(--accent-soft);border-color:transparent}.msg-bubble.sel{outline:2px solid var(--accent)}.msg-bubble.flash{animation:msg-flash 2.2s ease-out}@keyframes msg-flash{0%,55%{box-shadow:0 0 0 4px var(--accent)}to{box-shadow:0 0 0 4px transparent}}.msg-author{font-size:.78rem;font-weight:700;color:var(--accent);margin-bottom:1px}.msg-body{white-space:pre-wrap;overflow-wrap:anywhere}.msg-body a{color:var(--accent);text-decoration:underline}.msg-body.deleted{color:var(--muted);font-style:italic}.msg-meta{font-size:.7rem;color:var(--muted);text-align:right;margin-top:2px}.msg-actions{display:flex;gap:16px;align-items:center;font-size:.85rem;padding:4px 8px}.mention{color:var(--accent);font-weight:600}.mention.me{background:var(--accent);color:var(--accent-ink);border-radius:4px;padding:0 4px}.msg-quote{display:flex;flex-direction:column;gap:1px;width:100%;min-width:0;text-align:left;border:0;border-left:3px solid var(--accent);background:#7f7f7f24;border-radius:6px;padding:4px 8px;margin:0 0 6px;cursor:pointer;color:var(--text);font:inherit;font-size:.85rem}.msg-quote:disabled{cursor:default}.msg-quote b{color:var(--accent);font-size:.78rem}.msg-quote span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted)}.msg-img{display:block;width:280px;max-width:100%;aspect-ratio:4 / 3;margin:0 0 4px;padding:0;border:0;border-radius:12px;overflow:hidden;background:#7f7f7f2e;cursor:zoom-in}.msg-img img{display:block;width:100%;height:100%;object-fit:cover}.msg-img-wait{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;height:100%;padding:8px;font-size:1.6rem;color:var(--muted)}.msg-img-wait small{font-size:.75rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-file{display:flex;align-items:center;gap:10px;width:min(300px,100%);margin:0 0 4px;padding:8px 10px;border:0;border-radius:10px;background:#7f7f7f24;cursor:pointer;text-align:left;color:var(--text);font:inherit}.msg-file-ico{flex:none;font-size:1.5rem}.msg-file-main{min-width:0;display:flex;flex-direction:column}.msg-file-main b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem}.msg-file-main small{color:var(--muted)}.msgr-present{align-self:center;margin:6px 0;min-height:38px;box-shadow:var(--shadow)}.msgr-err{padding:0 16px 8px}.msgr-dropzone{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;background:#0f766e1f;border:2px dashed var(--accent);color:var(--accent);font-weight:600;pointer-events:none}.msgr-compose{background:var(--surface);border-top:1px solid var(--line)}.msgr-compose-in{max-width:860px;margin:0 auto;padding:10px 16px;display:flex;flex-direction:column;gap:8px}@media(min-width:900px){.msgr-compose-in{padding:12px 24px 18px}}.msgr-compose-row{display:flex;gap:4px;align-items:flex-end}.msgr-compose textarea{flex:1;min-width:96px;resize:none;max-height:160px;min-height:44px;border-radius:22px;padding:11px 16px}.msgr-attach{display:inline-flex;align-items:center;justify-content:center;flex:none;cursor:pointer;min-width:38px;width:38px}.msgr-send{flex:none;min-width:44px;padding:0 12px;border-radius:22px}.msgr-bar{display:flex;align-items:center;gap:8px;padding:4px 4px 4px 12px;border-left:3px solid var(--accent);background:var(--accent-soft);border-radius:8px}.msgr-bar-main{flex:1;min-width:0;display:flex;flex-direction:column}.msgr-bar-main b{font-size:.8rem;color:var(--accent)}.msgr-bar-main .muted{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msgr-pending{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.msgr-chip{display:flex;align-items:center;gap:8px;min-width:0;max-width:100%;padding:4px;border:1px solid var(--line);border-radius:10px;background:var(--bg)}.msgr-chip img,.msgr-chip-ico{flex:none;width:44px;height:44px;border-radius:8px;object-fit:cover;display:flex;align-items:center;justify-content:center;background:var(--accent-soft)}.msgr-chip-main{display:flex;flex-direction:column;min-width:0;max-width:200px}.msgr-chip-main b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem}.msgr-chip-main small{color:var(--muted)}.msgr-progress{display:flex;flex-direction:column;gap:4px}.msgr-progress-bar{display:block;height:6px;border-radius:3px;background:var(--line);overflow:hidden}.msgr-progress-bar i{display:block;height:100%;background:var(--accent);transition:width .2s}.msgr-mentions{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.msgr-mention{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:10px 14px;border:0;background:none;text-align:left;cursor:pointer;color:var(--text);font:inherit}.msgr-mention:hover,.msgr-mention.on{background:var(--accent-soft)}.viewer{position:fixed;inset:0;z-index:60;display:flex;flex-direction:column;background:#000000eb;color:#fff}.viewer-bar{display:flex;align-items:center;gap:8px;padding:10px 12px}.viewer-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viewer .icon-btn{color:#fff}.viewer-stage{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:8px}.viewer-stage img{max-width:100%;max-height:100%;object-fit:contain}@media(max-width:380px){.tabbar .tab{font-size:.6rem}}.msg-img{position:relative}.msg-img.video{background:#111}.msg-img.video .msg-img-wait{color:#ddd;align-items:flex-start;justify-content:flex-start;padding:10px;text-align:left}.msg-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:2.6rem;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.6);pointer-events:none}.msg-size{position:absolute;left:8px;bottom:8px;padding:1px 7px;border-radius:999px;background:#0000008c;color:#fff;font-size:.72rem}.viewer-stage video,.viewer-stage audio{max-width:100%;max-height:100%}.viewer-stage audio{width:min(420px,100%)}.viewer-stage{flex-direction:column;gap:12px}.viewer-note{max-width:520px;text-align:center;color:#ddd;font-size:.9rem}.msgr-menu-backdrop{position:fixed;inset:0;z-index:30}.msgr-menu{position:relative;z-index:31;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.msgr-menu button{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 16px;border:0;border-bottom:1px solid var(--line);background:none;text-align:left;cursor:pointer;color:var(--text);font:inherit}.msgr-menu button:last-child{border-bottom:0}.msgr-menu button:hover{background:var(--accent-soft)}
