.hm-shell{border:1px solid var(--sl-color-hairline,#27272a);background:var(--sl-color-bg-nav,#18181b);border-radius:.75rem;grid-template-columns:1fr;min-height:60vh;display:grid;overflow:hidden}@media (width>=50rem){.hm-shell{grid-template-columns:minmax(18rem,22rem) 1fr;min-height:70vh}}@media (width<=49.99rem){.hm-shell.hm-has-detail .hm-list,.hm-shell:not(.hm-has-detail) .hm-detail{display:none}}.hm-center{grid-column:1/-1;justify-content:center;align-items:center;padding:2rem;display:flex}.hm-muted{color:var(--sl-color-gray-3,#71717a)}.hm-gate{text-align:center;max-width:24rem;color:var(--sl-color-white,#e2e8f0)}.hm-gate h2{margin:.75rem 0 .25rem;font-size:1.25rem}.hm-gate p{color:var(--sl-color-gray-2,#a1a1aa);margin-bottom:1rem}.hm-list{border-right:1px solid var(--sl-color-hairline,#27272a);flex-direction:column;min-width:0;display:flex}.hm-toolbar{border-bottom:1px solid var(--sl-color-hairline,#27272a);justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.hm-tabs{gap:.25rem;display:flex}.hm-tab{color:var(--sl-color-gray-2,#a1a1aa);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.25rem .625rem;font-size:.8125rem;font-weight:600}.hm-tab.is-active{background:var(--sl-color-accent-low);color:var(--sl-color-text-accent)}.hm-icon-btn{width:2rem;height:2rem;color:var(--sl-color-gray-2,#a1a1aa);cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;display:inline-flex}.hm-icon-btn:hover{color:var(--sl-color-white,#e2e8f0);background:#ffffff0f}.hm-icon-btn:disabled{opacity:.5;cursor:default}.hm-spin{animation:1s linear infinite hm-spin}.hm-spinner{border:3px solid #ffffff26;border-top-color:var(--sl-color-accent);border-radius:50%;width:2rem;height:2rem;animation:.9s linear infinite hm-spin}@keyframes hm-spin{to{transform:rotate(1turn)}}.hm-rows{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.hm-rows li{margin:0}.hm-row{text-align:left;border:none;border-bottom:1px solid var(--sl-color-hairline,#27272a);width:100%;color:var(--sl-color-gray-2,#a1a1aa);cursor:pointer;background:0 0;align-items:flex-start;gap:.625rem;padding:.625rem .75rem;display:flex}.hm-row:hover{background:#ffffff0a}.hm-row.is-selected{background:var(--sl-color-accent-low);color:var(--sl-color-text-accent)}.hm-row.is-unread .hm-row-subject,.hm-row.is-unread .hm-row-who{color:var(--sl-color-white,#e2e8f0);font-weight:600}.hm-row-dir{opacity:.7;flex-shrink:0;margin-top:.125rem}.hm-row-main{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.hm-row-top{justify-content:space-between;gap:.5rem;font-size:.8125rem;display:flex}.hm-row-who{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hm-row-when{color:var(--sl-color-gray-3,#71717a);flex-shrink:0;font-size:.75rem}.hm-row-subject{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;overflow:hidden}.hm-badge{border-radius:999px;align-self:center;padding:.125rem .375rem;font-size:.6875rem}.hm-badge-error{color:#fca5a5;background:#ef444426}.hm-more{margin:.5rem}.hm-empty{text-align:center;color:var(--sl-color-gray-2,#a1a1aa);padding:2.5rem 1rem}.hm-empty p{margin:.25rem 0}.hm-detail{flex-direction:column;min-width:0;display:flex}.hm-detail-empty{flex:1}.hm-message{padding:1rem 1.25rem 1.5rem;position:relative}.hm-back{margin-bottom:.5rem;display:none}@media (width<=49.99rem){.hm-back{display:inline-flex}}.hm-message-head h2{color:var(--sl-color-white,#e2e8f0);margin:0 0 .5rem;font-size:1.125rem}.hm-message-head dl{grid-template-columns:max-content 1fr;gap:.125rem .75rem;margin:0 0 1rem;font-size:.8125rem;display:grid}.hm-message-head dt{color:var(--sl-color-gray-3,#71717a)}.hm-message-head dd{color:var(--sl-color-gray-1,#d4d4d8);word-break:break-all;margin:0}.hm-attachments{flex-wrap:wrap;gap:.5rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.hm-attachments li{border:1px solid var(--sl-color-hairline,#27272a);border-radius:999px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.8125rem;display:inline-flex}.hm-body{white-space:pre-wrap;word-break:break-word;font:inherit;color:var(--sl-color-gray-1,#d4d4d8);background:0 0;border:none;margin:0 0 1rem;padding:0;font-size:.9375rem;line-height:1.55;overflow-x:auto}.hm-body-html{white-space:normal}.hm-body-html a{color:var(--sl-color-text-accent)}.hm-alert{border-radius:.5rem;align-items:center;gap:.5rem;margin:.5rem .75rem;padding:.5rem .75rem;font-size:.8125rem;display:flex}.hm-alert-error{color:#fca5a5;background:#ef44441f}.hm-alert-ok{background:var(--sl-color-accent-low);color:var(--sl-color-text-accent)}.hm-message .hm-alert{margin:0 0 .75rem}.hm-btn{cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.875rem;font-weight:600;display:inline-flex}.hm-btn:disabled{opacity:.6;cursor:default}.hm-btn-accent{background:var(--sl-color-accent);color:#fff}.hm-btn-accent:not(:disabled):hover{background:var(--sl-color-accent-high)}.hm-btn-ghost{color:var(--sl-color-gray-2,#a1a1aa);background:0 0}.hm-btn-ghost:hover{background:#ffffff0f}.hm-compose{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.hm-compose-meta{color:var(--sl-color-gray-2,#a1a1aa);flex-wrap:wrap;justify-content:space-between;gap:.5rem;font-size:.8125rem;display:flex}.hm-compose textarea{resize:vertical;width:100%;font:inherit;border:1px solid var(--sl-color-hairline,#27272a);background:var(--sl-color-bg,#0f0f10);color:var(--sl-color-white,#e2e8f0);border-radius:.5rem;padding:.625rem;font-size:.9375rem}.hm-compose textarea:focus{outline:2px solid var(--sl-color-accent);outline-offset:1px}.hm-compose-actions{justify-content:flex-end;gap:.5rem;display:flex}.hm-profile{flex-direction:column;gap:1rem;display:flex}.hm-card{border:1px solid var(--sl-color-hairline,#27272a);background:var(--sl-color-bg-nav,#18181b);border-radius:.75rem;padding:1rem 1.25rem}.hm-card h2{text-transform:uppercase;letter-spacing:.1em;color:var(--sl-color-accent);margin:0 0 .75rem;font-size:.75rem}.hm-address{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.hm-address code{background:var(--sl-color-accent-low);color:var(--sl-color-text-accent);word-break:break-all;border-radius:.5rem;padding:.375rem .625rem;font-size:1.125rem}.hm-stats{grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:.75rem;display:grid}.hm-stat{border:1px solid var(--sl-color-hairline,#27272a);color:var(--sl-color-gray-2,#a1a1aa);border-radius:.75rem;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.875rem 1rem;display:flex}.hm-stat strong{color:var(--sl-color-white,#e2e8f0);font-size:1.5rem}.hm-stat span{font-size:.75rem}.hm-rules{color:var(--sl-color-gray-2,#a1a1aa);margin:0;padding-left:1.125rem;font-size:.875rem;line-height:1.6}
