*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0;corner-shape:squircle}html,body,#root{height:100%}button,input,select,textarea{font:inherit;color:inherit}button{background:none;border:0;cursor:pointer}ul,ol{list-style:none}img{max-width:100%;height:auto}a{color:inherit}:root{font-size:.625rem;line-height:2.4rem;color-scheme:light;--bg: #fff;--bg-soft: #fafafa;--bg-strong: #eee;--fg: #222;--fg-muted: #555;--fg-dim: #888;--border: #ddd;--border-soft: #eee;--accent: #4a6cf7;--accent-fg: #fff;--selected: #e6e8ff;--highlight: #fffbe6;--highlight-border: #ddc870;--danger-bg: #fee;--danger-fg: #900;--danger-border: #fcc;--code-bg: #f5f5f5;--code-fg: #222;--shadow: rgba(0, 0, 0, .18)}:root[data-theme=dark]{color-scheme:dark;--bg: #16181c;--bg-soft: #1c1f24;--bg-strong: #272b32;--fg: #e7e9ec;--fg-muted: #a9b0ba;--fg-dim: #7d848e;--border: #363b43;--border-soft: #24282e;--accent: #7d9bff;--accent-fg: #10131a;--selected: #232b45;--highlight: #3a3320;--highlight-border: #6d5c2a;--danger-bg: #3a2226;--danger-fg: #ff9d9d;--danger-border: #5d3036;--code-bg: #1b1e24;--code-fg: #e7e9ec;--shadow: rgba(0, 0, 0, .55)}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--fg);font-size:1.6rem;line-height:2.4rem;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-weight:600}h1{font-size:2rem}h2{font-size:1.8rem}h3{font-size:1.5rem}.vbox{display:flex;flex-direction:column;min-height:0}.hbox{display:flex;flex-direction:row;align-items:center;min-width:0}.fill{flex:1 1 auto;min-width:0;min-height:0}.shrink-0{flex-shrink:0}.scroll{overflow:auto}.scroll-y{overflow-y:auto;overflow-x:hidden}.sticky-bottom{position:sticky;bottom:0;z-index:1}.hide-of{overflow:hidden}.center{justify-content:center;align-items:center}.center-y{align-items:center}.items-stretch{align-items:stretch}.between{justify-content:space-between}.end-x{justify-content:flex-end}.push-end{margin-inline-start:auto}.wrap{flex-wrap:wrap}.full-w{width:100%}.gap-1{gap:.25lh}.gap-2{gap:.5lh}.gap-3{gap:1lh}.gap-4{gap:2lh}.pad-1{padding:.25lh}.pad-2{padding:.5lh}.pad-3{padding:1lh}.pad-x-2{padding-inline:.5lh}.pad-x-3{padding-inline:1lh}.pad-y-2{padding-block:.5lh}.pad-y-3{padding-block:1lh}.border-r{border-right:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-b-soft{border-bottom:1px solid var(--border-soft)}.border-t-soft{border-top:1px solid var(--border-soft)}.border{border:1px solid var(--border)}.border-soft{border:1px solid var(--border-soft)}.rounded{border-radius:.4lh}.bg-soft{background:var(--bg-soft)}.bg-strong{background:var(--bg-strong)}.muted{color:var(--fg-muted)}.dim{color:var(--fg-dim)}.bold{font-weight:600}.small{font-size:1.3rem;line-height:2rem}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.pre{white-space:pre-wrap;word-break:break-word}.list{display:flex;flex-direction:column}.row{width:100%;text-align:left;padding:.25lh .6lh;border:0;border-bottom:1px solid var(--border-soft);background:transparent;color:inherit;cursor:pointer}.row:hover{background:var(--bg-soft)}.row[aria-current=true],.row[aria-selected=true]{background:var(--selected)}.row.bold-on-unread.unread{font-weight:600}.account-action{opacity:0;transition:opacity .1s ease}.account-header:hover .account-action,.account-header:focus-within .account-action,.account-action.pinned,.account-action:focus-visible{opacity:1}input:where(:not([type=checkbox]):not([type=radio])),select,textarea{background:var(--bg);border:1px solid var(--border);padding:.2lh .5lh;border-radius:.5lh;min-width:0}textarea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;line-height:2rem;resize:vertical}button:not(.row){background:var(--bg-soft);color:var(--fg);border:1px solid var(--border);padding:.2lh .5lh;border-radius:.5lh;white-space:nowrap}button:not(.row):hover{background:var(--bg-strong);color:var(--fg)}button:not(.row):disabled{cursor:not-allowed;opacity:.55}button.ghost{background:transparent;border-color:transparent}button.ghost:hover{background:var(--bg-soft);color:var(--fg)}button.primary{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}button.primary:hover{filter:brightness(1.07)}button.warn{background:var(--highlight);border-color:var(--highlight-border)}input:focus-visible,textarea:focus-visible,button:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:1px}label{display:inline-flex;align-items:center;gap:.25lh;font-size:1.4rem}.compose-label{flex:0 0 auto;width:4lh;text-align:right;padding-top:.4lh}.segmented{display:inline-flex;border:1px solid var(--border);border-radius:.2lh;overflow:hidden}.segmented label{display:inline-flex;align-items:center;gap:.25lh;padding:.2lh .6lh;cursor:pointer;background:transparent;font-size:1.4rem}.segmented label+label{border-left:1px solid var(--border)}.segmented label:hover{background:var(--bg-soft)}.segmented label:has(input:checked){background:var(--selected);font-weight:600}.segmented input[type=radio]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.segmented:has(input:focus-visible){outline:2px solid var(--accent);outline-offset:1px}[role=alert],.alert{background:var(--danger-bg);color:var(--danger-fg);padding:.3lh .6lh;border-bottom:1px solid var(--danger-border)}.code{background:var(--code-bg);color:var(--code-fg);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.2rem;line-height:1.8rem}.skel{background:var(--border-soft);border-radius:.1lh;height:.7lh}.icon{width:2rem;height:2rem;vertical-align:middle;flex-shrink:0;fill:currentColor}.icon-sm{width:1.6rem;height:1.6rem}.icon-lg{width:2.4rem;height:2.4rem}.chip{align-items:center;padding:.1lh .6lh;border-radius:1lh;font-size:1.3rem;line-height:2rem;color:var(--fg-muted)}.chip:hover{background:var(--bg-strong)}.chip.active{background:var(--selected);border-color:var(--accent);color:var(--accent)}.row.multi-selected{box-shadow:inset .3lh 0 0 var(--accent)}.ctx-menu{position:fixed;inset:auto;margin:0;min-width:13rem;padding:.25lh 0;border:1px solid var(--border);border-radius:.5lh;background:var(--bg);box-shadow:0 .4lh 1.6lh var(--shadow);overflow:hidden}.ctx-menu:not(:popover-open){display:none}.ctx-header{padding:.25lh .9lh;margin-bottom:.25lh;border-bottom:1px solid var(--border-soft)}.ctx-menu .ctx-item{align-items:center;width:100%;text-align:left;padding:.35lh .9lh;border:0;border-radius:0;background:transparent;color:inherit;cursor:pointer;font:inherit;line-height:1.4;white-space:nowrap}.ctx-menu .ctx-item .icon{color:var(--fg-dim);flex:none}.ctx-menu .ctx-item:hover,.ctx-menu .ctx-item:focus-visible{background:var(--selected);color:var(--fg);outline:none}
