.chat{flex:1;min-height:0;display:grid;grid-template-columns:280px minmax(0,1fr);gap:14px;padding:0 14px 14px}[data-nav=topbar] .chat{padding:0 var(--pad-page) 20px}.chat__headwrap{flex:none}[data-nav=topbar] .chat__headwrap{padding:var(--pad-page) var(--pad-page) 0}.chat__side,.chat__main{display:flex;flex-direction:column;min-height:0;min-width:0;border:1px solid var(--mdt-line);border-radius:10px;background:var(--mdt-card);overflow:hidden}.chat__sidehead{display:flex;align-items:center;gap:8px;padding:10px 10px 8px;border-bottom:1px solid var(--mdt-line)}.chat__sidehead .inlinesearch{flex:1;min-width:0}.chat__sidehead .inlinesearch input{width:100%}.chat__lists{flex:1;min-height:0;overflow-y:auto;padding:6px 6px 10px}.chat__grouphead{display:flex;align-items:center;justify-content:space-between;padding:12px 8px 5px;font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--mdt-muted)}.chat__grouphead:first-child{padding-top:6px}.chat__grouphead span:last-child{font-family:var(--font-clock);font-weight:500;letter-spacing:0;color:var(--mdt-dim)}.chat__group:empty{display:none}.chat__item{position:relative;display:flex;align-items:center;gap:10px;width:100%;padding:8px;border-radius:8px;text-align:left;color:var(--mdt-text-2);transition:background var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease)}.chat__item:hover{background:var(--mdt-card-2)}.chat__item.is-active{background:var(--accent-softer);box-shadow:inset 0 0 0 1px var(--accent-line)}.chat__item.is-active .chat__itemname{color:var(--mdt-text)}.chat__item.is-hidden{display:none}.chat__ico{flex:none;display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:var(--mdt-card-2);box-shadow:inset 0 0 0 1px var(--mdt-line-2);color:var(--mdt-text-2);font-size:15px;font-weight:700}.chat__ico--locked{color:var(--c-amber)}.chat__item .av{flex:none;width:32px;height:32px}.chat__item .av--round{border-radius:50%}.chat__itemtext{flex:1;min-width:0}.chat__itemtop{display:flex;align-items:baseline;gap:6px}.chat__itemname{flex:1;min-width:0;font-size:13px;font-weight:500;color:var(--mdt-text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat__item.is-unread .chat__itemname{color:var(--mdt-text);font-weight:650}.chat__itemtime{flex:none;font-family:var(--font-clock);font-size:10.5px;color:var(--mdt-dim);font-variant-numeric:tabular-nums}.chat__itemsub{display:flex;align-items:center;gap:6px;margin-top:1px;font-size:11.5px;color:var(--mdt-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat__itemsub span{min-width:0;overflow:hidden;text-overflow:ellipsis}.chat__item.is-unread .chat__itemsub{color:var(--mdt-text-2)}.chat__itemsub svg{flex:none;width:11px;height:11px;color:var(--mdt-dim)}.chat__unread{flex:none;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--accent);color:#fff;font-family:var(--font-clock);font-size:10px;font-weight:700;display:grid;place-items:center}.chat__item .chat__unread:empty{display:none}.chat__muteicon{flex:none;color:var(--mdt-dim)}.chat__online{position:absolute;left:30px;top:30px;width:9px;height:9px;border-radius:50%;background:var(--c-green);box-shadow:0 0 0 2px var(--mdt-card)}.chat__item.is-active .chat__online{box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 12%,var(--mdt-card))}.chat__side .empty{padding:26px 12px}.chat__side .empty--sm{padding:18px 10px}.chat__head{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--mdt-line);flex:none}.chat__head .av{width:36px;height:36px}.chat__head .chat__ico{width:36px;height:36px;font-size:17px}.chat__headtext{flex:1;min-width:0}.chat__headname{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--mdt-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat__headname .badge{flex:none}.chat__headsub{font-size:11.5px;color:var(--mdt-muted);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat__headactions{display:flex;align-items:center;gap:6px;flex:none}.chat__headactions .btn{height:32px;min-width:32px;padding:0 10px;border-radius:8px}.chat__headactions .btn--icon{padding:0;width:32px}.chat__body{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.chat__msgs{flex:1;min-height:0;overflow-y:auto;padding:14px 16px 10px;display:flex;flex-direction:column;gap:2px;scroll-behavior:auto}.chat__loadmore{display:flex;justify-content:center;padding:6px 0 10px;color:var(--mdt-dim);font-size:11px}.chat__loadmore .spinner{width:16px;height:16px}.chat__day{display:flex;align-items:center;gap:12px;margin:12px 0 8px;font-family:var(--font-clock);font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--mdt-muted)}.chat__day:before,.chat__day:after{content:"";flex:1;height:1px;background:var(--mdt-line)}.chat__sys{text-align:center;padding:6px 0;font-size:11.5px;color:var(--mdt-dim)}.chat__msg{position:relative;display:flex;align-items:flex-start;gap:10px;padding:1px 0;max-width:100%}.chat__msg.is-first{margin-top:10px}.chat__msg .av{flex:none;width:32px;height:32px;margin-top:2px}.chat__msg.is-cont .av{visibility:hidden;height:0;margin:0}.chat__msg.is-cont{padding-top:0}.chat__col{position:relative;display:flex;flex-direction:column;min-width:0;max-width:min(72%,720px)}.chat__meta{display:flex;align-items:baseline;gap:8px;margin:0 2px 3px;font-size:12px;font-weight:600;color:var(--mdt-text)}.chat__meta time{font-family:var(--font-clock);font-size:10.5px;font-weight:500;color:var(--mdt-dim);font-variant-numeric:tabular-nums}.chat__meta .badge{margin-left:2px}.chat__msg.is-cont .chat__meta{display:none}.chat__bubble{position:relative;padding:8px 12px;border-radius:4px 12px 12px;border:1px solid var(--mdt-line-2);background:var(--mdt-card-2);color:var(--mdt-text);font-size:13px;line-height:1.5;word-break:break-word;overflow-wrap:anywhere;user-select:text}.chat__msg.is-cont .chat__bubble{border-top-left-radius:12px}.chat__body-text{white-space:pre-wrap}.chat__body-text a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.chat__body-text a:hover{color:var(--accent-hi)}.chat__bubble.is-emoji .chat__body-text{font-size:30px;line-height:1.2}.chat__hovertime{position:absolute;right:100%;top:9px;margin-right:8px;white-space:nowrap;font-family:var(--font-clock);font-size:10px;color:var(--mdt-dim);opacity:0;transition:opacity var(--dur-fast);pointer-events:none}.chat__msg.is-cont:hover .chat__hovertime{opacity:1}.chat__msg--mine .chat__hovertime{right:auto;left:100%;margin-right:0;margin-left:8px}.chat__msg--mine{flex-direction:row-reverse}.chat__msg--mine .chat__col{align-items:flex-end}.chat__msg--mine .chat__meta{flex-direction:row-reverse}.chat__msg--mine .chat__bubble{background:color-mix(in srgb,var(--accent) 16%,var(--mdt-card-2));border-color:color-mix(in srgb,var(--accent) 38%,var(--mdt-line-2));border-top-left-radius:12px;border-top-right-radius:4px}.chat__msg--mine.is-cont .chat__bubble{border-top-right-radius:12px}.chat__bubble.is-deleted{color:var(--mdt-dim);font-style:italic;background:transparent;border-style:dashed}.chat__edited{font-size:10px;color:var(--mdt-dim);font-style:italic;margin-left:6px}.chat__quote{display:flex;flex-direction:column;gap:1px;margin:-2px 0 6px;padding:5px 9px;border-left:2px solid var(--accent);border-radius:6px;background:#ffffff0a;font-size:11.5px;color:var(--mdt-text-2);cursor:pointer}[data-theme=light] .chat__quote{background:#0000000a}.chat__quote b{font-size:11px;color:var(--accent);font-weight:600}.chat__quote span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:420px}.chat__quote:hover{background:#ffffff12}.chat__atts{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.chat__bubble.is-only-atts .chat__atts{margin-top:0}.chat__img{display:block;max-width:260px;max-height:220px;border-radius:8px;overflow:hidden;border:1px solid var(--mdt-line-2);background:var(--mdt-bg);padding:0}.chat__img img{display:block;max-width:260px;max-height:220px;object-fit:cover}.chat__img:hover{border-color:var(--accent-line)}.chat__link{display:inline-flex;align-items:center;gap:6px;max-width:260px;padding:5px 9px;border-radius:999px;border:1px solid var(--mdt-line-2);background:var(--mdt-card);font-size:11.5px;color:var(--mdt-text-2)}.chat__link span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat__link svg{flex:none;color:var(--accent)}.chat__link:hover{border-color:var(--accent-line);color:var(--mdt-text)}.chat__acts{position:absolute;top:-12px;right:8px;display:none;gap:2px;padding:2px;border-radius:7px;border:1px solid var(--mdt-line-2);background:var(--mdt-card);box-shadow:0 4px 14px #00000059;z-index:2}.chat__msg--mine .chat__acts{right:auto;left:8px}.chat__msg:hover .chat__acts{display:flex}.chat__acts button{width:24px;height:24px;display:grid;place-items:center;border-radius:5px;color:var(--mdt-muted)}.chat__acts button:hover{background:var(--mdt-card-2);color:var(--mdt-text)}.chat__acts button.is-danger:hover{color:var(--c-red)}.chat__msg.is-cont .chat__acts{top:-10px}.chat__msg.is-highlight .chat__bubble{box-shadow:0 0 0 2px var(--accent-line)}.chat__jump{position:absolute;left:50%;bottom:10px;transform:translate(-50%);display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 12px;border-radius:999px;background:var(--accent);color:#fff;font-size:11.5px;font-weight:600;box-shadow:0 6px 18px #00000059;z-index:3}.chat__jump.is-hidden{display:none}.chat__compose{flex:none;border-top:1px solid var(--mdt-line);padding:10px 12px 12px;display:flex;flex-direction:column;gap:8px;background:var(--mdt-card)}.chat__replybar{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:8px;border-left:2px solid var(--accent);background:var(--mdt-card-2);font-size:12px;color:var(--mdt-text-2)}.chat__replybar b{color:var(--accent);font-weight:600;font-size:11px}.chat__replybar span{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat__replybar button{color:var(--mdt-muted);display:grid;place-items:center;width:22px;height:22px;border-radius:5px}.chat__replybar button:hover{color:var(--mdt-text);background:var(--mdt-line-2)}.chat__attachbar{display:flex;flex-wrap:wrap;gap:6px}.chat__attachbar:empty{display:none}.chat__chip{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 8px 0 4px;border-radius:999px;border:1px solid var(--mdt-line-2);background:var(--mdt-card-2);font-size:11.5px;color:var(--mdt-text-2);max-width:260px}.chat__chip img{width:22px;height:22px;border-radius:50%;object-fit:cover}.chat__chip svg{flex:none}.chat__chip .chat__chipico{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--mdt-line-2);color:var(--accent)}.chat__chip span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat__chip button{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;color:var(--mdt-muted)}.chat__chip button:hover{color:var(--c-red);background:var(--mdt-line-2)}.chat__row{display:flex;align-items:flex-end;gap:6px}.chat__tool{flex:none;width:36px;height:36px;display:grid;place-items:center;border-radius:8px;border:1px solid var(--mdt-line-2);background:var(--mdt-card-2);color:var(--mdt-text-2);transition:background var(--dur-fast),color var(--dur-fast)}.chat__tool:hover{background:var(--mdt-line-2);color:var(--mdt-text)}.chat__tool.is-on{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-line)}.chat__input{flex:1;min-width:0;min-height:36px;max-height:160px;padding:8px 12px;resize:none;line-height:1.45;font-size:13px;border-radius:8px;border:1px solid var(--mdt-line-2);background:var(--mdt-side);color:var(--mdt-text);font-family:inherit;overflow-y:auto}.chat__input::placeholder{color:var(--mdt-dim)}.chat__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-softer)}.chat__send{flex:none;width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:var(--accent);color:#fff;box-shadow:0 2px 10px #3b82f64d}.chat__send:hover{background:var(--accent-hi)}.chat__send:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.chat__hint{font-size:10.5px;color:var(--mdt-dim);padding:0 2px}.chat__locked{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;background:var(--mdt-card-2);border:1px dashed var(--mdt-line-2);font-size:12px;color:var(--mdt-muted)}.chat__locked svg{color:var(--c-amber);flex:none}.chat__pop{width:320px;padding:8px;border-radius:10px;border:1px solid var(--mdt-line-2);background:var(--mdt-card);box-shadow:0 16px 44px #00000080;z-index:var(--lay-dropdown, 60);display:flex;flex-direction:column;gap:8px}.chat__pop--wide{width:360px}.chat__poptabs{display:flex;gap:3px;padding:3px;border-radius:8px;background:var(--mdt-card-2);box-shadow:inset 0 0 0 1px var(--mdt-line-2)}.chat__poptabs button{flex:1;height:26px;border-radius:6px;font-size:11.5px;font-weight:500;color:var(--mdt-muted);display:inline-flex;align-items:center;justify-content:center;gap:5px}.chat__poptabs button:hover{color:var(--mdt-text)}.chat__poptabs button.is-on{background:var(--mdt-line-2);color:var(--mdt-text)}.chat__emojigrid{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;max-height:220px;overflow-y:auto}.chat__emojigrid button{height:34px;font-size:20px;line-height:1;border-radius:6px;display:grid;place-items:center}.chat__emojigrid button:hover{background:var(--mdt-card-2);transform:scale(1.12)}.chat__phonegrid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;max-height:240px;overflow-y:auto}.chat__phonegrid button{aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid transparent;background:var(--mdt-card-2)}.chat__phonegrid button img{width:100%;height:100%;object-fit:cover;display:block}.chat__phonegrid button:hover{border-color:var(--accent)}.chat__pop .empty{padding:20px 8px}.chat__linkpreview{height:120px;border-radius:8px;border:1px dashed var(--mdt-line-2);background:var(--mdt-card-2);display:grid;place-items:center;overflow:hidden;color:var(--mdt-dim);font-size:11.5px}.chat__linkpreview img{width:100%;height:100%;object-fit:cover}.chat__linkpreview.is-hidden{display:none}.chat__picklist{max-height:40vh;overflow-y:auto;border:1px solid var(--mdt-line);border-radius:8px}.chat__picklist .litem{padding:9px 12px}.chat__picked{display:flex;flex-wrap:wrap;gap:5px;min-height:28px}.chat__picked:empty:before{content:"Ingen valgt endnu";font-size:12px;color:var(--mdt-dim)}.chat__memberrow{display:flex;align-items:center;gap:10px;padding:8px 12px;border-bottom:1px solid var(--mdt-line)}.chat__memberrow:last-child{border-bottom:0}.chat__memberrow .litem__main{flex:1;min-width:0}.chat__memberlist{max-height:46vh;overflow-y:auto;border:1px solid var(--mdt-line);border-radius:8px}.chat__pill{display:inline-flex;align-items:center;gap:5px;padding:3px 8px 3px 4px;border-radius:999px;border:1px solid var(--mdt-line-2);background:var(--mdt-card-2);font-size:11.5px;color:var(--mdt-text-2)}.chat__pill .av{width:18px;height:18px}.chat__pill button{display:grid;place-items:center;width:16px;height:16px;border-radius:50%;color:var(--mdt-muted)}.chat__pill button:hover{color:var(--c-red)}.chat__main .empty{margin:auto}@media (max-width: 1100px){.chat{grid-template-columns:240px minmax(0,1fr)}.chat__col{max-width:84%}}
