:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--page-bg:var(--tg-theme-bg-color,#f7f7f8);--surface:var(--tg-theme-secondary-bg-color,#fff);--text:var(--tg-theme-text-color,#111);--muted:var(--tg-theme-hint-color,#7d7f85);--line:#1111111a;--accent:var(--tg-theme-button-color,#2481cc);--accent-text:var(--tg-theme-button-text-color,#fff);--danger:#d14b4b;--warning:#a96512;--success:#2b8a57;--fab-shadow:0 10px 26px #2481cc47;background:var(--page-bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--page-bg:var(--tg-theme-bg-color,#151515);--surface:var(--tg-theme-secondary-bg-color,#202020);--text:var(--tg-theme-text-color,#f4f4f5);--muted:var(--tg-theme-hint-color,#a0a0a6);--line:#ffffff1f;--success:#58bd82;--fab-shadow:0 10px 26px #00000052}}*{box-sizing:border-box}#__nuxt,body,html{min-height:100%;margin:0}body{background:var(--page-bg);line-height:1.4}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-shell{width:min(100%,520px);min-height:100dvh;padding:calc(env(safe-area-inset-top) + 6px) 14px calc(env(safe-area-inset-bottom) + 24px);margin:0 auto;position:relative}.icon-button,.primary-button,.text-button{border:0;border-radius:8px}.icon-button{width:42px;height:42px;color:var(--accent);background:0 0;place-items:center;display:grid}.text-button{background:var(--accent);min-height:36px;color:var(--accent-text);white-space:nowrap;padding:0 12px}.text-button--secondary{border:1px solid var(--line);background:var(--surface);color:var(--accent)}.primary-button{background:var(--accent);min-height:50px;color:var(--accent-text);justify-content:center;align-items:center;gap:8px;padding:0 16px;font-weight:700;display:inline-flex}.alert,.empty-state,.state-panel{background:var(--surface);min-height:96px;color:var(--muted);border-radius:8px;align-items:center;gap:10px;padding:16px;display:flex}.state-panel{justify-content:center}.alert{min-height:0;color:var(--warning);justify-content:space-between;margin-bottom:10px}.alert-actions{flex:none;gap:8px;display:inline-flex}.empty-state{justify-content:center;min-height:124px}.settings-panel{gap:18px;display:grid}.settings-section{gap:8px;display:grid}.settings-label{color:var(--muted);font-size:.82rem;font-weight:650;line-height:1}.settings-list{background:var(--surface);border-radius:8px;display:grid;overflow:hidden}.settings-option{border:0;border-bottom:1px solid var(--line);min-height:52px;color:var(--text);text-align:left;background:0 0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 14px;display:grid}.settings-option:last-child{border-bottom:0}.settings-option[aria-pressed=true]{color:var(--accent);font-weight:700}.settings-option span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.settings-option--danger,.settings-option--danger[aria-pressed=true]{color:var(--danger)}.settings-option-content{gap:3px;min-width:0;display:grid}.settings-option-content small,.settings-option-content strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.settings-option-content strong{font-size:1rem;line-height:1.2}.settings-option-content small{color:var(--muted);font-size:.82rem;font-weight:500;line-height:1.25}.settings-option-content--row{align-items:center;gap:10px;display:flex}.admin-tabs{background:var(--surface);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-bottom:8px;padding:4px;display:grid}.admin-tab{min-width:0;min-height:40px;color:var(--muted);background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:6px;display:inline-flex}.admin-tab[aria-selected=true]{background:var(--accent);color:var(--accent-text)}.admin-tab span{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.admin-tab small{font-variant-numeric:tabular-nums;opacity:.8;font-size:.74rem}.data-list{gap:8px;display:grid}.admin-chat-list{gap:6px;display:grid}.admin-chat-card{background:var(--surface);width:100%;min-height:82px;color:var(--text);text-align:left;border:0;border-radius:8px;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 10px 10px 12px;transition:transform .12s,background-color .12s;display:grid}.admin-chat-card:active{background:color-mix(in srgb,var(--accent) 7%,var(--surface));transform:scale(.99)}.admin-chat-card__avatars{width:52px;height:48px;display:block;position:relative}.admin-chat-card__avatars span{border:2px solid var(--surface);background:color-mix(in srgb,var(--accent) 18%,var(--surface));width:36px;height:36px;color:var(--accent);letter-spacing:-.02em;border-radius:50%;place-items:center;font-size:.72rem;font-weight:800;display:grid;position:absolute}.admin-chat-card__avatars span:first-child{top:0;left:0}.admin-chat-card__avatars span:last-child{background:color-mix(in srgb,var(--success) 18%,var(--surface));color:var(--success);bottom:0;right:0}.admin-chat-card__body{gap:4px;min-width:0;display:grid}.admin-chat-card__heading,.admin-chat-card__meta,.admin-chat-card__preview{align-items:center;min-width:0;display:flex}.admin-chat-card__heading{gap:8px}.admin-chat-card__heading strong{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.9rem;overflow:hidden}.admin-chat-card__heading time{color:var(--muted);font-variant-numeric:tabular-nums;flex:none;font-size:.67rem}.admin-chat-card__preview{color:var(--muted);gap:4px;font-size:.8rem}.admin-chat-card__preview strong{max-width:42%;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:none;font-weight:600;overflow:hidden}.admin-chat-card__preview span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.admin-chat-card__meta{color:var(--muted);font-variant-numeric:tabular-nums;gap:4px;font-size:.72rem}.admin-chat-card__meta svg:last-child:not(:first-child){margin-left:4px}.admin-chat-card__chevron{color:var(--muted)}.admin-chat-view{height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 30px);border:1px solid var(--line);background:var(--surface);border-radius:12px;grid-template-rows:auto minmax(0,1fr);min-height:420px;display:grid;overflow:hidden}.admin-chat-view__header{z-index:2;border-bottom:1px solid var(--line);background:var(--surface);grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;min-height:58px;padding:6px;display:grid;position:relative}.admin-chat-view__back{width:40px;height:40px;color:var(--text);background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.admin-chat-view__back:active{background:var(--line)}.admin-chat-view__title{justify-items:center;gap:1px;min-width:0;display:grid}.admin-chat-view__title strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.9rem;overflow:hidden}.admin-chat-view__title small{color:var(--muted);font-variant-numeric:tabular-nums;align-items:center;gap:4px;font-size:.7rem;display:inline-flex}.admin-chat-view__timeline{overscroll-behavior:contain;background:linear-gradient(#7f7f7f06,#7f7f7f06),var(--page-bg);scroll-behavior:smooth;flex-direction:column;gap:5px;min-height:0;padding:12px 10px 18px;display:flex;overflow-y:auto}.admin-chat-view__day{background:color-mix(in srgb,var(--surface) 88%,transparent);color:var(--muted);border-radius:999px;align-self:center;margin:6px 0 4px;padding:4px 9px;font-size:.68rem;font-weight:650;box-shadow:0 1px 5px #0000000f}.chat-message{justify-content:flex-start;width:100%;scroll-margin:70px 0;display:flex}.chat-message[data-side=end]{justify-content:flex-end}.chat-message[data-side=end] .chat-message__bubble{background:color-mix(in srgb,var(--accent) 13%,var(--surface));border-bottom-right-radius:4px}.chat-message[data-side=start] .chat-message__bubble{border-bottom-left-radius:4px}.chat-message__bubble{border:1px solid var(--line);background:var(--surface);border-radius:14px;gap:6px;width:fit-content;max-width:min(84%,410px);padding:8px 9px 6px;transition:box-shadow .18s,transform .18s;display:grid;box-shadow:0 1px 2px #0000000d}.chat-message__bubble .attachment-gallery{width:100%;margin:1px 0}.chat-message__bubble .attachment-preview{background:var(--page-bg)}.chat-message--highlighted .chat-message__bubble{box-shadow:0 0 0 2px var(--accent),0 4px 16px #0000001f;transform:translateY(-1px)}.chat-message__sender{min-width:0;color:var(--accent);text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;line-height:1.15;overflow:hidden}.chat-message__reply{border:0;border-left:3px solid var(--accent);background:color-mix(in srgb,var(--accent) 7%,transparent);min-width:0;color:var(--text);text-align:left;border-radius:3px;gap:1px;padding:4px 7px;display:grid}.chat-message__reply span,.chat-message__reply strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-message__reply strong{color:var(--accent);font-size:.7rem}.chat-message__reply span{font-size:.74rem}.chat-message__text{overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:.9rem;line-height:1.35}.chat-message__time{color:var(--muted);font-variant-numeric:tabular-nums;justify-self:end;margin-top:-2px;font-size:.63rem}.data-row{background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:68px;padding:11px 14px;display:grid}.data-row__content{gap:4px;min-width:0;display:grid}.data-row__content small,.data-row__content strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.data-row__content strong{font-size:.96rem;line-height:1.2}.data-row__content small{color:var(--muted);font-size:.8rem;line-height:1.2}.data-row__heading{align-items:center;gap:7px;min-width:0;display:flex}.data-row__heading strong{min-width:0}.question-status{max-width:58%;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;border:1px solid;border-radius:999px;flex:none;padding:2px 6px;font-size:.65rem;font-weight:700;line-height:1.2;overflow:hidden}.question-status[data-status=replied]{color:var(--success)}.data-row--question{align-items:start}.question-text{overflow-wrap:anywhere;white-space:pre-wrap}.attachment-preview{width:min(100%,var(--attachment-preview-max-width,420px));border:1px solid var(--line);background:var(--page-bg);border-radius:8px;margin-top:2px;overflow:hidden}.attachment-gallery{border-radius:8px;place-items:start;gap:3px;width:min(100%,520px);display:grid;overflow:hidden}.attachment-gallery[data-count="1"]{width:min(100%,var(--attachment-gallery-max-width,420px))}.attachment-gallery[data-layout=media]:not([data-count="1"]){grid-template-columns:repeat(2,minmax(0,1fr))}.attachment-gallery[data-layout=media]:not([data-count="1"]) .attachment-preview{border-radius:3px}.attachment-gallery .attachment-preview{width:min(100%,var(--attachment-preview-max-width,420px));margin-top:0}.attachment-preview__media-frame{width:100%;aspect-ratio:var(--attachment-aspect-ratio,4/3);background:#000;display:block;position:relative;overflow:hidden}.attachment-preview__media{-o-object-fit:contain;object-fit:contain;background:#000;width:100%;height:100%;display:block}.attachment-preview__media-button{cursor:zoom-in;background:#000;border:0;width:100%;height:100%;padding:0;display:block}.attachment-preview__audio{width:100%;min-height:48px;display:block}.attachment-preview__fallback,.attachment-preview__file,.attachment-preview__placeholder,.attachment-preview__state{min-height:64px;color:var(--muted);justify-content:center;align-items:center;gap:9px;padding:12px;display:flex}.attachment-preview__toolbar{border-top:1px solid var(--line);background:var(--surface);align-items:center;gap:4px;min-height:44px;padding:4px 6px 4px 11px;display:flex}.attachment-preview__name{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.78rem;overflow:hidden}.attachment-preview__icon-button,.attachment-viewer__button{width:36px;height:36px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.attachment-preview__icon-button:active,.attachment-viewer__button:active{background:var(--line)}.attachment-preview__icon-button:disabled{visibility:hidden}.attachment-preview__placeholder{min-height:136px}.attachment-preview__fallback,.attachment-preview__file,.attachment-preview__state{font-size:.84rem}.attachment-preview__fallback,.attachment-preview__file{justify-content:flex-start}.attachment-preview__fallback span,.attachment-preview__file span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.attachment-preview__file{width:100%;color:var(--text);font:inherit;background:0 0;border:0;text-decoration:none}.attachment-preview__action{cursor:pointer;background:0 0;border:0}.attachment-preview__state.attachment-preview__action{width:100%}.attachment-preview__media-frame>.attachment-preview__state{height:100%}.attachment-preview__skeleton{background:color-mix(in srgb,var(--muted) 13%,var(--page-bg));position:relative;overflow:hidden}.attachment-preview__skeleton:after{background:linear-gradient(100deg,transparent 20%,color-mix(in srgb,var(--surface) 58%,transparent) 48%,transparent 76%);content:"";animation:1.35s ease-in-out infinite attachment-preview-shimmer;position:absolute;inset:0;transform:translate(-100%)}.attachment-preview__skeleton--compact{grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;min-height:64px;padding:12px;display:grid}.attachment-preview__skeleton--compact span{background:color-mix(in srgb,var(--muted) 20%,transparent);border-radius:999px;height:12px;display:block}.attachment-preview__skeleton--compact span:first-child{border-radius:50%;width:38px;height:38px}.attachment-preview__skeleton--compact span:last-child{width:min(72%,240px)}.attachment-preview__skeleton--media{width:100%;height:100%}@keyframes attachment-preview-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.attachment-preview__skeleton:after{animation:none}}.attachment-viewer{z-index:1000;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d1;place-items:center;display:grid;position:fixed;inset:0}.attachment-viewer__dialog{border:1px solid var(--line);background:var(--surface);border-radius:12px;grid-template-rows:auto minmax(0,1fr);width:min(100%,1120px);height:min(100%,840px);display:grid;overflow:hidden;box-shadow:0 18px 64px #0000005c}.attachment-viewer__header{align-items:center;gap:4px;min-height:52px;padding:6px 8px 6px 14px;display:flex}.attachment-viewer__header strong{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.9rem;overflow:hidden}.attachment-viewer__content{background:#090909;place-items:center;min-width:0;min-height:0;display:grid;overflow:auto}.attachment-viewer__media{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%;display:block}.attachment-viewer__document{background:#fff;border:0;width:100%;height:100%}.data-row time{max-width:112px;color:var(--muted);font-variant-numeric:tabular-nums;text-align:right;font-size:.74rem;line-height:1.25}@media (width<=380px){.data-row{grid-template-columns:1fr;gap:6px}.data-row time{text-align:left;max-width:none}.attachment-viewer{padding:0}.attachment-viewer__dialog{border:0;border-radius:0;width:100%;height:100%}.admin-chat-card{grid-template-columns:50px minmax(0,1fr) auto;padding-left:9px}.admin-chat-card__heading time{display:none}.admin-chat-view{height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 12px);border:0;border-radius:0}.chat-message__bubble{max-width:91%}}.spin{animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}
