.msg-tile{display:flex;flex-direction:column;gap:9px;height:100%;min-height:0}.msg-tile-head{display:flex;align-items:baseline;gap:8px}.msg-expand{margin-left:auto;display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(var(--theme-primary),.24);border-radius:999px;padding:4px 9px;min-height:24px;text-decoration:none;position:relative;color:#e8e5ffc7;font-family:var(--font-mono);font-size:8px;letter-spacing:1.2px;text-transform:uppercase}.msg-expand:after{content:"";position:absolute;left:50%;top:50%;width:max(100%,44px);height:44px;transform:translate(-50%,-50%)}.msg-expand:hover,.msg-expand:focus-visible{border-color:rgba(var(--theme-secondary),.5);color:#fff;background:rgba(var(--theme-secondary),.14)}.msg-tile-thread{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px;padding-right:2px}.msg-tile-placeholder{align-self:flex-start;color:#e8e5ff8c;font-size:11px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.msg-tile-bubble{max-width:92%;border:1px solid rgba(var(--theme-secondary),.26);border-radius:13px 13px 3px;padding:6px 11px;background:linear-gradient(140deg,rgba(var(--theme-secondary),.16),rgba(var(--theme-surface),.5));color:#fff;font-size:19px;line-height:1.4;word-break:break-word}.msg-tile-bubble.is-them{align-self:flex-start;border-radius:13px 13px 13px 3px;border-color:rgba(var(--theme-primary),.26);background:linear-gradient(140deg,rgba(var(--theme-primary),.12),rgba(var(--theme-surface),.5))}.msg-tile-plain{font-size:11px;line-height:1.45;color:#ffffffdb;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.msg-tile-plain .msg-pris{font-size:1.15em;line-height:1}.msg-tile-bubble.is-draft{border-style:dashed;border-color:rgba(var(--theme-primary),.34);background:rgba(var(--theme-surface),.34);color:#ffffffb8}.msg-tile-flag{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;border-radius:8px;padding:5px 9px;text-decoration:none;font-family:var(--font-mono);font-size:9px;letter-spacing:.6px}.msg-tile-flag em{margin-left:auto;font-style:normal;opacity:.8}.msg-tile-flag.is-fixable{align-items:center}.msg-tile-flag button{margin-left:auto;min-height:22px;padding:0 8px;cursor:pointer;border:1px solid rgba(120,214,150,.45);border-radius:7px;background:#78d69624;color:#d6ffe2f2;font-family:var(--font-mono);font-size:8px;letter-spacing:1px;text-transform:uppercase}.msg-tile-flag.is-bad{background:#ff6e6e24;border:1px solid rgba(255,110,110,.34);color:#ffbebef2}.msg-tile-flag.is-warn{background:rgba(var(--theme-warm),.14);border:1px solid rgba(var(--theme-warm),.34);color:#ffe1c3f2}.msg-tile-flag.is-info{background:rgba(var(--theme-primary),.12);border:1px solid rgba(var(--theme-primary),.28);color:#e8e5ffdb}.msg-tile-composer{display:flex;gap:6px;align-items:stretch}.msg-tile-composer input{flex:1;min-width:0;border:1px solid rgba(var(--theme-primary),.2);border-radius:10px;padding:0 10px;min-height:32px;background:rgba(var(--theme-surface-deep),.66);color:#ffffffe6;font-family:var(--font-mono);font-size:12px}.msg-tile-composer input:focus-visible{outline:none;border-color:rgba(var(--theme-secondary),.5)}.msg-tile-composer>button{width:32px;min-height:32px;flex:0 0 auto;border:1px solid rgba(var(--theme-secondary),.45);border-radius:10px;background:rgba(var(--theme-secondary),.18);color:#fff;font-size:14px;line-height:1;cursor:pointer}.msg-tile-composer>button:disabled{opacity:.4;cursor:default}.msg-tile-notice{color:rgba(var(--theme-secondary),.95);font-size:9px;letter-spacing:.8px;font-family:var(--font-mono)}.msg{position:relative;display:flex;flex-direction:column;gap:10px;height:100%;min-height:0}.msg-to{display:flex;flex-direction:column;gap:5px}.msg-to-row{display:flex;align-items:center;gap:8px;border:1px solid rgba(var(--theme-primary),.2);border-radius:12px;padding:4px 8px 4px 4px;background:rgba(var(--theme-surface-deep),.66);transition:border-color .16s,box-shadow .16s,background .16s}.msg-to-row:focus-within{border-color:rgba(var(--theme-secondary),.5)}.msg-to-row.is-error{border-color:#ff6e6eb8;background:#ff6e6e14;box-shadow:0 0 0 1px #ff6e6e38,0 0 16px #ff6e6e1f}.msg-drawer-toggle{flex:0 0 auto;display:inline-grid;place-items:center;width:34px;min-height:34px;cursor:pointer;border:1px solid rgba(var(--theme-primary),.22);border-radius:9px;background:rgba(var(--theme-surface),.5);color:#e8e5ffcc}.msg-drawer-toggle:hover,.msg-drawer-toggle.is-on{border-color:rgba(var(--theme-secondary),.5);color:#fff;background:rgba(var(--theme-secondary),.14)}.msg-to-label{color:rgba(var(--theme-primary),.72);font-family:var(--font-mono);font-size:9px;letter-spacing:1.4px;text-transform:uppercase}.msg-to-current{flex:0 1 auto;max-width:42%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid rgba(var(--theme-secondary),.4);border-radius:999px;padding:3px 10px;background:rgba(var(--theme-secondary),.12);color:#fff;font-family:var(--font-mono);font-size:11px}.msg-to-row input{flex:1;min-width:0;min-height:34px;padding:0 4px;border:0;background:none;color:#ffffffe6;font-family:var(--font-mono);font-size:13px}.msg-to-row input:focus-visible{outline:none}.msg-to-row.is-error input{color:#ffcdcdf5}.msg-to-error{padding-left:4px;color:#ff9696f5;font-family:var(--font-mono);font-size:10px;letter-spacing:.4px;line-height:1.45}.msg-scrim{position:absolute;inset:0;z-index:4;background:#03040a8c;border-radius:10px}.msg-drawer{position:absolute;top:0;bottom:0;left:0;z-index:5;width:min(290px,84%);overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:14px 12px;border:1px solid rgba(var(--theme-secondary),.28);border-left:0;border-radius:0 14px 14px 0;background:linear-gradient(180deg,rgba(var(--theme-secondary),.07),transparent 32%),#07070cf5;box-shadow:12px 0 34px #00000073,inset -1px 0 rgba(var(--theme-secondary),.12);animation:msg-drawer-in .22s cubic-bezier(.2,.8,.2,1)}@keyframes msg-drawer-in{0%{transform:translate(-24px);opacity:0}}@media(prefers-reduced-motion:reduce){.msg-drawer{animation:none}}html[data-motion=reduce] .msg-drawer{animation:none}.msg-drawer-head{display:flex;align-items:baseline;gap:8px;color:rgba(var(--theme-primary),.78);font-family:var(--font-mono);font-size:9px;letter-spacing:1.4px;text-transform:uppercase}.msg-drawer-head b{margin-left:auto;color:rgba(var(--theme-secondary),.95);font-weight:400}.msg-drawer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.msg-contact{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:3px;text-align:left;cursor:pointer;color:inherit;border:1px solid rgba(var(--theme-primary),.14);border-radius:11px;padding:9px 11px;background:rgba(var(--theme-surface),.4)}.msg-contact:hover{border-color:rgba(var(--theme-primary),.34)}.msg-contact.is-on{border-color:rgba(var(--theme-secondary),.5);background:rgba(var(--theme-secondary),.1)}.msg-contact-name{color:#ffffffeb;font-size:13px;font-family:"GPL Plex Mono","IBM Plex Mono",var(--font-mono)}.msg-contact-native{color:rgba(var(--theme-secondary),.9);font-size:18px;line-height:1.25;word-break:break-word}.msg-head{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.msg-title{color:#ffffffdb;font-size:15px;font-weight:500;font-family:"GPL Plex Mono","IBM Plex Mono",var(--font-mono)}.msg-sub{color:rgba(var(--theme-primary),.72);font-size:9px;letter-spacing:1.4px;text-transform:uppercase;font-family:var(--font-mono)}.msg-head-actions{margin-left:auto;display:flex;gap:6px}.msg-chip{border:1px solid rgba(var(--theme-primary),.22);border-radius:999px;padding:4px 10px;min-height:24px;background:rgba(var(--theme-surface-deep),.6);color:#e8e5ffbd;font-family:var(--font-mono);font-size:9px;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer}.msg-chip b{color:rgba(var(--theme-secondary),.95);margin-left:4px;font-weight:600}.msg-chip.is-on{border-color:rgba(var(--theme-secondary),.5);color:#fff;background:rgba(var(--theme-secondary),.14)}.msg-chip.is-lock{border-color:rgba(var(--theme-warm),.32);color:#ffd7b9db}.msg-thread{flex:1;min-height:96px;max-height:260px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding-right:4px}.msg-empty{color:#e8e5ff8c;font-size:12px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.msg-row{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.msg-row.is-them{align-items:flex-start}.msg-row.is-them .msg-bubble{border-radius:16px 16px 16px 4px;border-color:rgba(var(--theme-primary),.26);background:linear-gradient(140deg,rgba(var(--theme-primary),.12),rgba(var(--theme-surface),.5))}.msg-who{color:rgba(var(--theme-primary),.72);font-family:var(--font-mono);font-size:8px;letter-spacing:1.2px;text-transform:uppercase}.msg-plain{color:#ffffffe0;font-size:13px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.msg-pris{font-size:1.15em;line-height:1}.msg-term{font-size:1.25em;line-height:1;color:#fff;padding:0 .08em}.msg-match{color:#78d696db;font-family:var(--font-mono);font-size:8px;letter-spacing:1px;text-transform:uppercase}.msg-match.is-miss{color:#ffaa78db}.msg-bubble{max-width:88%;display:flex;flex-direction:column;gap:5px;border:1px solid rgba(var(--theme-secondary),.26);border-radius:16px 16px 4px;padding:9px 13px;background:linear-gradient(140deg,rgba(var(--theme-secondary),.16),rgba(var(--theme-surface),.5))}.msg-glyphs{color:#fff;font-size:21px;line-height:1.45;word-break:break-word}.msg-source{color:#e8e5ff99;font-size:10px;letter-spacing:.6px;font-family:var(--font-mono);word-break:break-word}.msg-save{border:0;background:none;cursor:pointer;padding:2px 4px;min-height:20px;color:rgba(var(--theme-primary),.72);font-family:var(--font-mono);font-size:8px;letter-spacing:1.2px;text-transform:uppercase}.msg-save:disabled{color:#78d696db;cursor:default}.msg-actions{display:inline-flex;align-items:center;gap:2px}.msg-png{border:1px solid rgba(var(--theme-primary),.26);border-radius:8px;padding:0 9px;min-height:24px;background:rgba(var(--theme-surface-deep),.6);color:#e8e5ffcc;font-family:var(--font-mono);font-size:8px;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer}.msg-png:disabled{opacity:.35;cursor:default}.msg-preview{border:1px solid rgba(var(--theme-primary),.16);border-radius:12px;padding:12px 14px;background:#07070c6b}.msg-preview-glyphs{display:block;color:#fff;line-height:1.3;min-height:1.3em;word-break:break-word}.msg-preview-bar{display:flex;align-items:center;gap:10px;margin-top:8px;color:rgba(var(--theme-primary),.72);font-family:var(--font-mono);font-size:9px;letter-spacing:1.2px;text-transform:uppercase}.msg-preview-bar label{display:flex;align-items:center;gap:7px;flex:1}.msg-preview-bar input[type=range]{flex:1;accent-color:rgb(var(--theme-secondary))}.msg-preview-bar b{color:#e8e5ffcc;font-weight:400;min-width:38px}.msg-count{color:rgba(var(--theme-primary),.6)}.msg-composer{display:flex;gap:8px;align-items:flex-end}.msg-composer textarea{flex:1;resize:vertical;min-height:44px;border:1px solid rgba(var(--theme-primary),.2);border-radius:12px;padding:10px 12px;background:rgba(var(--theme-surface-deep),.66);color:#ffffffe6;font-family:var(--font-mono);font-size:13px;line-height:1.45}.msg-composer textarea:focus-visible{outline:none;border-color:rgba(var(--theme-secondary),.5)}.msg-send{border:1px solid rgba(var(--theme-secondary),.45);border-radius:12px;padding:0 16px;min-height:44px;background:rgba(var(--theme-secondary),.18);color:#fff;font-family:var(--font-mono);font-size:10px;letter-spacing:1.4px;text-transform:uppercase;cursor:pointer}.msg-send:disabled{opacity:.4;cursor:default}.msg-collide{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;margin-top:9px;padding-top:8px;border-top:1px dashed rgba(var(--theme-warm),.3);font-family:var(--font-mono);font-size:10px}.msg-collide b{color:rgba(var(--theme-warm),.95);font-weight:400;font-size:8px;letter-spacing:1.3px;text-transform:uppercase}.msg-collide span{display:inline-flex;align-items:baseline;gap:6px;color:#e8e5ffcc}.msg-collide i{font-style:normal;font-size:15px;color:#fff}.msg-collide em{color:rgba(var(--theme-primary),.66);font-style:normal;font-size:9px}.msg-gloss{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;margin-top:8px;padding-top:7px;border-top:1px dashed rgba(var(--theme-primary),.18);font-family:var(--font-mono);font-size:10px}.msg-gloss b{color:rgba(var(--theme-secondary),.9);font-weight:400;font-size:8px;letter-spacing:1.3px;text-transform:uppercase}.msg-gloss span{display:inline-flex;align-items:baseline;gap:6px;color:#e8e5ffb8}.msg-gloss i{font-style:normal;font-size:15px;color:#fff}.msg-dialog{border:1px solid rgba(var(--theme-warm),.4);border-radius:12px;padding:12px 14px;background:#07070cb8;display:flex;flex-direction:column;gap:9px}.msg-dialog-head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.msg-dialog-head .viturdesh{color:#fff;font-size:26px;line-height:1.2}.msg-dialog-head span:last-child{color:#e8e5ffb8;font-family:var(--font-mono);font-size:10px}.msg-dialog ul{list-style:none;display:flex;flex-direction:column;gap:4px}.msg-dialog li{display:flex;align-items:baseline;gap:8px;color:#e8e5ffcc;font-size:12px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.msg-dialog li b{font-weight:500;color:#fff}.msg-dialog li code,.msg-dialog li em{color:rgba(var(--theme-primary),.66);font-family:var(--font-mono);font-size:9px;font-style:normal;letter-spacing:1px}.msg-dialog-bar{display:flex;flex-wrap:wrap;gap:6px}.msg-dialog-bar button{border:1px solid rgba(var(--theme-primary),.26);border-radius:10px;padding:0 11px;min-height:30px;background:rgba(var(--theme-surface-deep),.7);color:#e8e5ffd1;font-family:var(--font-mono);font-size:9px;letter-spacing:1.1px;text-transform:uppercase;cursor:pointer}.msg-dialog-bar button.is-primary{border-color:rgba(var(--theme-warm),.5);background:rgba(var(--theme-warm),.18);color:#fff}.msg-rules{display:flex;flex-direction:column;gap:5px;margin-top:9px;padding-top:8px;border-top:1px dashed rgba(var(--theme-primary),.22)}.msg-rules p{display:flex;align-items:baseline;gap:8px;color:#e8e5ffc7;font-size:11px;line-height:1.45;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.msg-rules b{flex:0 0 auto;font-family:var(--font-mono);font-weight:400;font-size:8px;letter-spacing:1.3px;text-transform:uppercase}.msg-rules .is-blocking b{color:#ff8c8cf2}.msg-rules .is-advisory b{color:rgba(var(--theme-warm),.95)}.msg-invalid{display:flex;align-items:center;gap:10px;margin-top:9px;padding-top:8px;border-top:1px dashed rgba(255,110,110,.3)}.msg-invalid span{color:#ff8c8cf2;font-family:var(--font-mono);font-size:8px;letter-spacing:1.3px;text-transform:uppercase}.msg-invalid .msg-fix{margin-top:0}.msg-fix{align-self:flex-start;margin-top:3px;border:1px solid rgba(120,214,150,.45);border-radius:9px;padding:0 11px;min-height:28px;background:#78d69624;color:#d6ffe2f2;font-family:var(--font-mono);font-size:9px;letter-spacing:1.1px;text-transform:uppercase;cursor:pointer}.msg-notice{color:rgba(var(--theme-secondary),.95);font-size:10px;letter-spacing:.8px;font-family:var(--font-mono)}@media(max-width:620px){.msg-thread{max-height:200px}}.msg-script{flex:0 0 auto;align-self:flex-end;display:inline-flex;gap:2px;padding:3px;border:1px solid rgba(var(--theme-primary),.22);border-radius:12px;background:rgba(var(--theme-surface-deep),.66)}.msg-script button{min-width:34px;min-height:36px;padding:0 8px;border:0;border-radius:9px;background:none;cursor:pointer;color:#e8e5ff99;font-family:var(--font-mono);font-size:10px;letter-spacing:1.2px;text-transform:uppercase;transition:color .16s,background .16s}.msg-script button:hover{color:#fff}.msg-script button.is-on{color:#fff;background:rgba(var(--theme-secondary),.2);box-shadow:inset 0 0 0 1px rgba(var(--theme-secondary),.5)}.msg-script button:focus-visible{outline:2px solid rgba(var(--theme-secondary),.8);outline-offset:1px}.msg-script.is-compact{align-self:stretch;padding:2px;border-radius:10px}.msg-script.is-compact button{min-width:26px;min-height:26px;padding:0 5px;border-radius:7px;font-size:8px}
