:root{--bg:#0b1018;--surface:#121a27;--surface-2:#182233;--line:#ffffff12;--text:#eef3fb;--muted:#9aa9bf;--muted-2:#728098;--accent:#f2c94c;--accent-2:#f2c94c24;--accent-line:#f2c94c5c;--danger:#f35d78;--r-xs:8px;--r-sm:11px;--r-md:15px;--r-lg:20px;--s-1:4px;--s-2:8px;--s-3:12px;--s-4:16px;--s-5:20px;--tap:44px;--header-h:58px;--max-content:760px;color-scheme:dark}
*,*:before,*:after{box-sizing:border-box}
html,body{width:100%;height:100%;margin:0;overflow:hidden;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif}
button,input,textarea{font:inherit;color:inherit}button{touch-action:manipulation}a{color:inherit}.app{display:flex;justify-content:center;width:100%;height:100dvh;background:var(--bg)}.app__shell{width:100%;max-width:var(--max-content);height:100dvh;min-height:0;overflow:hidden;background:var(--bg)}
.screen{display:flex;flex-direction:column;min-width:0;min-height:0;width:100%;height:100%;overflow:hidden}.screen--scroll{overflow-y:auto;-webkit-overflow-scrolling:touch}.header{height:calc(var(--header-h) + env(safe-area-inset-top));flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:env(safe-area-inset-top) 16px 0;background:#0d1420;border-bottom:1px solid var(--line)}.header__left{display:flex;align-items:center;justify-content:flex-start;width:44px;height:44px}.header__center{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.header__actions{display:flex;align-items:center;gap:8px}.header__title{overflow:hidden;font-size:17px;font-weight:750;letter-spacing:-.2px;text-overflow:ellipsis;white-space:nowrap}.header__sub{font-size:12px;line-height:1.2;color:var(--muted)}.header__logo{display:block;width:31px;height:31px;border-radius:9px;object-fit:cover}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 14px;border:1px solid var(--line);border-radius:11px;background:#ffffff08;color:var(--text)}.btn:active{transform:translateY(1px);background:#ffffff10}.btn--primary{border-color:transparent;background:var(--accent);color:#171309;font-weight:750}.icon-btn{width:44px;height:44px;padding:0;border-radius:12px}.input{min-height:44px;padding:0 14px;border:1px solid var(--line);border-radius:11px;outline:0;background:#ffffff08}.input:focus,.composer__input:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px #f2c94c18}.t-muted{color:var(--muted)}.t-xs{font-size:12px}.t-sm{font-size:13px}
.list{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.list__section{padding:16px 16px 7px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;min-height:70px;padding:12px 16px;border-bottom:1px solid #ffffff0c;background:transparent;contain:layout paint}.row:active{background:#ffffff08}.row__main{display:flex;flex-direction:column;gap:3px;min-width:0}.row__top{display:flex;align-items:center;gap:8px;min-width:0}.row__name{overflow:hidden;font-size:15px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.row__preview{overflow:hidden;color:var(--muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.row__meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px;padding-left:8px}.time{color:var(--muted-2);font-size:11px}.row--unread{background:#f2c94c0b}.row--unread .row__name{font-weight:800}.row--unread .row__preview{color:var(--text)}.avatar{display:grid;place-items:center;width:44px;height:44px;overflow:hidden;border:1px solid #ffffff16;border-radius:13px;background:#ffffff0c;color:#f3f6fa;font-size:13px;font-weight:750}.avatar img{width:100%;height:100%;object-fit:cover}.status-dot{width:10px;height:10px;border:2px solid var(--bg);border-radius:50%;background:#687386}.status-dot--online{background:#21c77b}.badge{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:var(--danger);color:#fff;font-size:11px;font-weight:800}.badge--dot{width:10px;min-width:10px;height:10px;padding:0;background:var(--accent);box-shadow:0 0 0 3px #f2c94c1f}
.chat{display:flex;flex:1;flex-direction:column;gap:8px;min-width:0;min-height:0;padding:14px 12px 18px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;overflow-anchor:none;background:#0b1018;-webkit-overflow-scrolling:touch}.bubble{position:relative;align-self:flex-start;max-width:80%;padding:10px 12px;border:1px solid #ffffff10;border-radius:14px;background:#ffffff0a;line-height:1.4}.bubble--mine{align-self:flex-end;border-color:#f2c94c28;background:#f2c94c18}.bubble__meta{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:5px}.bubble__name{overflow:hidden;color:#f5f7fb;font-size:12px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.bubble__time{flex:none;color:var(--muted-2);font-size:11px}.msg-text{color:#edf2fa;line-height:1.46;white-space:pre-wrap;overflow-wrap:anywhere}.reply{margin:2px 0 9px;padding-left:9px;border-left:2px solid #ffffff2c;color:var(--muted);font-size:13px}.msg-link{color:#f5d568;text-decoration:underline;text-underline-offset:3px}.msg-media{display:block;width:100%;max-width:320px;max-height:360px;min-height:0;margin-top:9px;border:1px solid #ffffff14;border-radius:12px;background:#080c13;object-fit:contain}.msg-attachment{display:flex;align-items:center;gap:9px;min-width:0;margin-top:9px;padding:9px 11px;border:1px solid #ffffff16;border-radius:12px;background:#ffffff08;text-decoration:none}.reactions{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.reaction{padding:4px 8px;border:1px solid #ffffff18;border-radius:99px;background:#ffffff08;color:#f2f5f8;font-size:13px}
.composer{flex:0 0 auto;padding:10px 12px max(12px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#101725}.composer__row{display:grid;grid-template-columns:44px 44px 44px minmax(0,1fr) 48px;gap:7px;align-items:end}.composer__row>*{min-width:0}.composer__input{width:100%;min-height:44px;max-height:112px;padding:10px 12px;border:1px solid var(--line);border-radius:13px;outline:0;background:#ffffff08;resize:none}.composer__preview{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:center;margin-bottom:9px;padding:9px 11px;border:1px solid #ffffff16;border-radius:13px;background:#ffffff08}.composer__thumb{width:44px;height:44px;border:1px solid #ffffff16;border-radius:10px;background:#ffffff0a;object-fit:cover}.composer__meta{min-width:0}.composer__name{overflow:hidden;font-size:13px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.composer__size{color:var(--muted);font-size:11px}
.sheet{position:fixed;z-index:5000;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom));background:#00000099}.sheet__panel{width:100%;max-width:760px;max-height:78dvh;overflow:auto;border:1px solid #ffffff16;border-radius:20px;background:#131b29}.sheet__header{padding:14px 16px;border-bottom:1px solid var(--line)}.sheet__item{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:52px;padding:0 16px;border:0;border-top:1px solid #ffffff10;background:transparent;text-align:left}.emoji-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:6px;padding:12px}.emoji-btn{height:40px;border:1px solid #ffffff14;border-radius:10px;background:#ffffff08;font-size:20px}.gif-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-height:50dvh;padding:12px;overflow:auto}.gif-btn{aspect-ratio:1;overflow:hidden;padding:0;border:1px solid #ffffff16;border-radius:11px;background:#ffffff08}.gif-btn img{display:block;width:100%;height:100%;object-fit:cover}
#ff-call-app,#ff-ticket-app{position:fixed;z-index:9000;inset:0;overflow:hidden;background:#0b1018;color:var(--text)}.ff-call-head,.ff-ticket-head{display:flex;align-items:center;gap:12px;height:calc(62px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 14px 0;border-bottom:1px solid var(--line);background:#101725}.ff-call-body,.ff-ticket-body{height:calc(100dvh - 62px - env(safe-area-inset-top));overflow:auto;padding:14px 14px calc(24px + env(safe-area-inset-bottom))}.ff-call-back,.ff-call-icon,.ff-ticket-back,.ff-ticket-add{width:44px;height:44px;border:1px solid #ffffff16;border-radius:12px;background:#ffffff08;color:var(--text)}.ff-ticket-add{margin-left:auto;background:var(--accent);color:#171309}.ff-call-title,.ff-ticket-title{font-size:18px;font-weight:750}.ff-ticket-card,.ff-call-person{display:grid;grid-template-columns:46px minmax(0,1fr) 36px;gap:12px;align-items:center;width:100%;margin:8px 0;padding:13px;border:1px solid #ffffff12;border-radius:14px;background:#ffffff08;text-align:left}.ff-call-avatar,.ff-ticket-avatar{display:grid;place-items:center;width:46px;height:46px;overflow:hidden;border:1px solid #ffffff16;border-radius:14px;background:#ffffff0b;font-weight:800}.ff-call-avatar img,.ff-ticket-avatar img{width:100%;height:100%;object-fit:cover}.ff-call-dial{width:42px;height:42px;border:0;border-radius:50%;background:#21c77b;color:#07140d}.ff-call-stage{position:fixed;z-index:9100;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;background:#0b1018;text-align:center}.ff-call-stage .ff-call-avatar{width:100px;height:100px;border-radius:30px;font-size:36px}.ff-call-actions{display:flex;gap:18px;margin-top:46px}.ff-call-action{width:64px;height:64px;border:0;border-radius:50%;background:#ffffff18;color:#fff;font-size:23px}.ff-call-action.accept{background:#21c77b;color:#07140d}.ff-call-action.end{background:#ef526d}
@media (min-width:761px){.app{padding:18px;background:#0a0f17}.app__shell{border:1px solid #ffffff10;border-radius:20px;box-shadow:0 18px 50px #0005}.screen{border-radius:inherit}}
@media (max-width:380px){.composer__row{grid-template-columns:40px 40px minmax(0,1fr) 48px}.composer__row>.icon-btn[aria-label="GIF"]{display:none}.bubble{max-width:86%}}
