:root,html.day{--bg-body: #e6ebee;--bg-1: #f1f1f1;--bg-2: #ffffff;--bg-3: #e8e8e8;--surface: #ffffff;--surface-hover: #f1f1f1;--text: #000000;--text-muted: #707579;--text-light: #a2acb4;--accent: #3390ec;--accent-hover: #1e7ad6;--accent-light: rgba(51, 144, 236, .12);--accent-filled: #e7f1fb;--accent-rgb: 51, 144, 236;--on-accent: #ffffff;--on-accent-muted: rgba(255, 255, 255, .75);--dialog-active: #3390ec;--chat-bg: #efeef3;--chat-wallpaper: none;--bubble-in: #ffffff;--bubble-out: #40a7e3;--bubble-out-text: #ffffff;--bubble-shadow: 0 1px 1px rgba(16, 35, 47, .08);--sent-overlay: rgba(255, 255, 255, .16);--sent-overlay-strong: rgba(255, 255, 255, .24);--sent-muted: rgba(255, 255, 255, .75);--sent-quote-bg: rgba(255, 255, 255, .16);--sent-quote-border: rgba(255, 255, 255, .92);--sent-play-bg: #ffffff;--sent-play-fg: #40a7e3;--sent-bar-bg: rgba(255, 255, 255, .28);--sent-bar-fill: #ffffff;--voice-player-bg: rgba(255, 255, 255, .16);--chip-bg: rgba(0, 0, 0, .06);--search-bg: #f1f1f1;--search-focus-bg: #e4e4e4;--scrollbar-thumb: #d1d5db;--date-chip-bg: rgba(0, 0, 0, .2);--date-chip-fg: #ffffff;--login-shadow: 0 2px 16px rgba(16, 35, 47, .08);--composer-shadow: 0 1px 2px rgba(16, 35, 47, .1);--shadow-card: 0 1px 2px rgba(16, 35, 47, .08);--shadow-subtle: 0 1px 1px rgba(16, 35, 47, .06);--radius-card: 16px;--radius-pill: 999px;--radius-round: 50%;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--border: #dfe1e5;--separator: rgba(60, 60, 67, .12);--grouped: #f2f2f7;--fill: rgba(120, 120, 128, .16);--orange: #fb8c00;--orange-light: #fff3e0;--red: #e53935;--green: #4fae4e;--green-light: #eeffde;--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-drawer: cubic-bezier(.32, .72, 0, 1);--page-chats-padding: 16px;--left-column-width: 360px;--right-column-width: 360px;--column-radius: 16px;color-scheme:light}html.night{--bg-body: #0f0f0f;--bg-1: #2a2a2a;--bg-2: #232323;--bg-3: #2c2c2c;--surface: #232323;--surface-hover: #2c2c2c;--text: #ffffff;--text-muted: #8d969c;--text-light: #6d7880;--accent: #62b0f5;--accent-hover: #7dc0f8;--accent-light: rgba(98, 176, 245, .14);--accent-filled: #1a2e42;--accent-rgb: 98, 176, 245;--on-accent: #ffffff;--on-accent-muted: rgba(255, 255, 255, .75);--dialog-active: #2470c2;--chat-bg: #1c1c1c;--chat-wallpaper: none;--bubble-in: #2b2b2b;--bubble-out: #2470c2;--bubble-out-text: #ffffff;--bubble-shadow: 0 1px 1px rgba(0, 0, 0, .45);--sent-overlay: rgba(255, 255, 255, .14);--sent-overlay-strong: rgba(255, 255, 255, .22);--sent-muted: rgba(255, 255, 255, .72);--sent-quote-bg: rgba(255, 255, 255, .12);--sent-quote-border: rgba(255, 255, 255, .9);--sent-play-bg: #ffffff;--sent-play-fg: #2470c2;--sent-bar-bg: rgba(255, 255, 255, .26);--sent-bar-fill: #ffffff;--voice-player-bg: rgba(255, 255, 255, .08);--chip-bg: rgba(255, 255, 255, .08);--search-bg: #303030;--search-focus-bg: #3a3a3a;--scrollbar-thumb: #3d3d3d;--date-chip-bg: rgba(0, 0, 0, .4);--date-chip-fg: #ffffff;--login-shadow: 0 2px 24px rgba(0, 0, 0, .45);--composer-shadow: none;--shadow-card: 0 1px 2px rgba(0, 0, 0, .45);--shadow-subtle: 0 1px 1px rgba(0, 0, 0, .35);--border: #141414;--separator: rgba(84, 84, 88, .45);--grouped: #2c2c2e;--fill: rgba(120, 120, 128, .24);--orange: #fb8c00;--orange-light: rgba(251, 140, 0, .16);--red: #ff595a;--green: #5cc85e;--green-light: rgba(92, 200, 94, .16);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{height:var(--app-height, 100dvh);max-height:var(--app-height, 100dvh);margin:0;overflow:hidden}body,#root{height:100%;max-height:var(--app-height, 100dvh);margin:0}body{min-height:0;overflow:hidden;font-family:var(--font-sans);font-size:16px;font-weight:400;line-height:1.375;letter-spacing:-.011em;color:var(--text);background:var(--bg-body)}.login-screen{position:relative;display:flex;align-items:center;justify-content:center;height:100%;min-height:var(--app-height, 100dvh);height:var(--app-height, 100dvh);width:100%;padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch}.login-theme-toggle{position:absolute;top:max(12px,env(safe-area-inset-top,0px));right:12px;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:none;border-radius:22px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-card);font-family:var(--font-sans);font-size:14px;font-weight:500;cursor:pointer}.login-theme-toggle:hover{background:var(--surface-hover)}.login-card{background:var(--surface);border-radius:16px;padding:2rem 1.75rem 1.5rem;width:100%;max-width:360px;box-shadow:var(--login-shadow)}.login-card h1{font-size:1.5rem;font-weight:600;margin:0 0 .25rem}.login-card .sub{color:var(--text-muted);font-size:.875rem;margin:0 0 1.75rem}.login-field{margin-bottom:1rem}.login-field label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.04em}.login-field input{width:100%;padding:.7rem .9rem;border:1px solid var(--border);border-radius:10px;font-size:16px;font-family:var(--font-sans);background:var(--bg-1);color:var(--text);transition:border-color .15s,box-shadow .15s}.login-field input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.28)}.login-btn{width:100%;padding:.75rem;background:var(--accent);color:#fff;border:none;border-radius:10px;font-size:.9375rem;font-weight:500;font-family:var(--font-sans);cursor:pointer;transition:background .15s;margin-top:.5rem}.login-btn:hover{background:var(--accent-hover)}.login-error{color:var(--red);font-size:.8125rem;margin-top:.75rem}.login-hint{color:var(--text-light);font-size:.75rem;margin-top:1.25rem;line-height:1.55}@media (min-width: 1440px){:root,html.day,html.night{--right-column-width: 400px}}.app-shell{display:grid;grid-template-columns:var(--left-column-width) minmax(0,1fr) var(--right-column-width);height:100vh;height:100dvh;height:var(--app-height, 100dvh);max-height:var(--app-height, 100dvh);padding:var(--page-chats-padding);gap:8px;overflow:hidden;overscroll-behavior:none;background:var(--bg-body)}.app-shell>.product-picker-backdrop,.app-shell>.product-picker-modal{grid-column:1;grid-row:1}.sidebar{background:var(--surface);border-radius:var(--column-radius);box-shadow:var(--shadow-subtle);border:none;display:flex;flex-direction:column;overflow:hidden;position:relative}.sidebar-header{position:relative;z-index:4;padding:8px 12px 8px 8px;min-height:56px;border-bottom:none;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-shrink:0;background:var(--surface)}.sidebar-header .search-box{flex:1;min-width:0}.sidebar-tools{flex-shrink:0}.sidebar-tools .icon-btn{color:var(--text)}.sidebar-header .sidebar-tools-menu{left:8px;right:8px;top:calc(100% + 4px);width:auto;min-width:0;max-width:none;max-height:min(420px,calc(var(--app-height, 100dvh) - 96px));overflow-y:auto;transform-origin:24px top}.sidebar-tools-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;margin:0;padding:0;border:none;border-radius:inherit;background:#00000047;cursor:default;animation:sidebar-tools-scrim-in .15s var(--ease-out)}.sidebar.is-menu-open .conv-list{overflow:hidden}html.night .sidebar-tools-scrim{background:#00000080}@keyframes sidebar-tools-scrim-in{0%{opacity:0}to{opacity:1}}.sidebar-header h1{font-size:20px;font-weight:700;letter-spacing:-.022em;margin:0}.header-btns{display:flex;gap:4px}.icon-btn{width:36px;height:36px;border-radius:var(--radius-round);border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:background .1s ease,transform .1s ease-out;flex-shrink:0}.icon-btn:active{background:var(--bg-3);transform:scale(.97)}.icon-btn.active{background:var(--accent-light);color:var(--accent)}@media (hover: hover) and (pointer: fine){.icon-btn:hover{background:var(--surface-hover)}}.sidebar-search{padding:12px 16px;flex-shrink:0;display:flex;flex-direction:column;gap:10px}.sidebar-nav-info{padding:12px 24px;border-bottom:1px solid var(--border);font-size:13px;color:var(--text-muted)}.sidebar-nav-info p{margin:0}.sidebar-nav-info strong{color:var(--text)}.search-box{position:relative}.search-box .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);width:16px;height:16px}.search-input{width:100%;padding:8px 14px 8px 38px;border:none;border-radius:22px;background:var(--search-bg);font-size:15px;font-family:var(--font-sans);color:var(--text)}.search-input::placeholder{color:var(--text-muted)}.search-input:focus{outline:none;background:var(--search-focus-bg)}.tabs{display:flex;padding:0 8px;gap:0;flex-shrink:0;border-bottom:1px solid var(--border);overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{flex:0 0 auto;padding:12px 14px 10px;text-align:center;font-size:15px;font-weight:600;color:var(--text-muted);cursor:pointer;border:none;background:none;border-bottom:3px solid transparent;transition:color .15s,border-color .15s;font-family:var(--font-sans);white-space:nowrap}.tab:hover{color:var(--text)}.tab.active{color:var(--accent);border-bottom-color:var(--accent)}.tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;font-size:.6875rem;font-weight:700;margin-left:4px;background:var(--accent);color:#fff}.tab.active .tab-count{background:var(--accent);color:#fff}.tab-count.urgent{background:var(--orange);color:#fff}.conv-list{flex:1;overflow-y:auto;padding:6px 8px 80px}.conv-list-footer{padding:10px 8px 18px;text-align:center;color:var(--text-muted);font-size:12px;line-height:1.4}.conv-row{display:flex;align-items:center;gap:10px;padding:8px 12px 8px 10px;min-height:72px;cursor:pointer;border-radius:12px;transition:background 80ms ease;border:none;width:100%;text-align:left;background:transparent;font-family:var(--font-sans);font-size:16px;color:var(--text);margin-bottom:0}.conv-row:hover{background:var(--surface-hover)}.conv-row.active,.conv-row.active:hover{background:var(--dialog-active);color:var(--on-accent)}.avatar{width:54px;height:54px;border-radius:var(--radius-round);background:var(--bg-3);color:var(--text);display:flex;align-items:center;justify-content:center;font-weight:500;font-size:.95rem;flex-shrink:0;overflow:hidden}.avatar img,.profile-avatar img,.guest-head-avatar img{width:100%;height:100%;display:block;object-fit:cover}.conv-row--unread .conv-name,.conv-row--unread .conv-preview{color:var(--text);font-weight:700}.conv-body{flex:1;min-width:0}.conv-top{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:4px}.conv-name{font-weight:600;font-size:16px;letter-spacing:-.011em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-time{font-size:12px;color:var(--text-muted);flex-shrink:0}.conv-preview{font-size:14px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--font-sans);font-style:normal}.conv-row.active .conv-name{color:var(--on-accent)}.conv-row.active .conv-preview,.conv-row.active .conv-time,.conv-row.active .assigned-tag{color:var(--on-accent-muted)}.conv-row.active .conv-preview,.conv-row.active .conv-time{opacity:1}.conv-bottom{display:flex;align-items:center;gap:6px;margin-top:6px;flex-wrap:wrap}.status-pill{font-size:11px;font-weight:500;text-transform:none;letter-spacing:0;padding:1px 7px;border-radius:var(--radius-pill)}.pill-queued{background:var(--orange-light);color:var(--orange)}.pill-operator_active{background:var(--green-light);color:var(--green)}.pill-ai{background:var(--accent-filled);color:var(--accent)}.pill-closed{background:var(--bg-3);color:var(--text-muted)}.unread-badge{font-size:12px;font-weight:500;min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center}.conv-row.active .unread-badge{background:var(--on-accent);color:var(--dialog-active)}.conv-row.active .status-pill{background:#ffffff2e;color:var(--on-accent)}.conv-row.active .wait-timer{color:#ffd58a}.wait-timer{font-size:.6875rem;color:var(--orange);font-weight:500}.assigned-tag{font-size:.6875rem;color:var(--text-muted);font-weight:500}.conv-empty{padding:2rem 1rem;text-align:center;color:var(--text-muted);font-size:.875rem}.chat-main{background-color:var(--chat-bg);background-image:var(--chat-wallpaper);border-radius:var(--column-radius);box-shadow:var(--shadow-subtle);display:flex;flex-direction:column;overflow:hidden;min-height:0;height:100%}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-muted)}.chat-empty svg{opacity:.2}.chat-empty p{margin:0;font-size:.9375rem}.chat-header{flex-shrink:0;padding:6px 12px;min-height:56px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px;background:var(--surface)}.chat-header-info{flex:1;min-width:0}.chat-header .avatar{width:40px;height:40px;font-size:15px}.chat-header-profile{display:flex;align-items:center;gap:10px;min-width:0;flex:1;border:none;background:transparent;padding:0;text-align:left;font:inherit;color:inherit;cursor:default}.chat-header-name{font-weight:500;font-size:16px;margin:0}.chat-header-status{font-size:13px;color:var(--text-muted);margin:0}.chat-header-actions{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:6px;flex-shrink:0}.chat-header-actions .icon-btn{width:40px;height:40px;color:var(--text-muted);border-radius:50%}.chat-header-actions .icon-btn:hover{color:var(--text);background:var(--bg-2)}.chat-header-actions .icon-btn svg{width:22px;height:22px;flex-shrink:0;position:static;transform:none;display:block}.chat-header-actions .header-dropdown{top:calc(100% + 8px);transform-origin:top right}.header-dropdown{position:absolute;right:0;top:40px;z-index:50;min-width:220px;padding:6px;background:#ffffffc7;backdrop-filter:blur(40px) saturate(190%);-webkit-backdrop-filter:blur(40px) saturate(190%);border:.5px solid rgba(255,255,255,.45);border-radius:14px;box-shadow:0 12px 40px #0000002e,0 0 0 .5px #0000000f;transform-origin:top right;animation:msg-action-menu-in .15s var(--ease-out)}html.night .header-dropdown{background:#2c2c2ec7;border-color:#ffffff24;box-shadow:0 16px 48px #00000080,0 0 0 .5px #0006}.header-dropdown button{display:flex;align-items:center;gap:12px;width:100%;min-height:44px;padding:8px 12px;border:none;background:none;border-radius:10px;text-align:left;cursor:pointer;font-family:var(--font-sans);font-size:17px;font-weight:400;letter-spacing:-.022em;line-height:1.2;color:var(--text);white-space:nowrap}.header-dropdown button svg{width:20px;height:20px;flex-shrink:0;color:var(--text)}.header-dropdown button:active{transform:scale(.97);background:var(--fill)}@media (hover: hover) and (pointer: fine){.header-dropdown button:hover{background:var(--fill)}}.app-menu-sep{height:.5px;margin:6px 12px;background:var(--separator)}.chat-messages-wrap{flex:1;min-height:0;position:relative;display:flex;flex-direction:column}.chat-scroll-down-fab{position:absolute;right:28px;bottom:20px;width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text);z-index:4;transition:background .15s,transform .15s;padding:0}.chat-scroll-down-fab:hover{background:var(--bg-2);transform:translateY(1px)}.chat-messages{flex:1;min-height:0;overflow-y:auto;padding:12px 16px 16px;display:flex;flex-direction:column;gap:8px;background:transparent}.msg-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:220;display:flex;justify-content:center;align-items:flex-start;padding:72px 16px 24px;pointer-events:none}.msg-search-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;margin:0;background:#1c1a2473;cursor:pointer;pointer-events:auto}.msg-search-panel{position:relative;z-index:1;width:min(520px,calc(100vw - 32px));max-height:min(70vh,560px);background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card);display:flex;flex-direction:column;overflow:hidden;pointer-events:auto}.msg-search-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px 12px;border-bottom:1px solid var(--border)}.msg-search-title{margin:0;font-size:1rem;font-weight:600}.msg-search-close{border:none;background:none;font-size:.875rem;font-weight:600;color:var(--accent);cursor:pointer;font-family:var(--font-sans);padding:6px 4px;border-radius:8px}.msg-search-close:hover{background:var(--accent-light)}.msg-search-input-wrap{display:flex;align-items:center;gap:10px;padding:12px 18px;border-bottom:1px solid var(--border);color:var(--text-muted)}.msg-search-input-wrap .search-icon{width:20px;height:20px;flex-shrink:0}.msg-search-input{flex:1;border:none;background:transparent;font-size:.9375rem;font-family:var(--font-sans);color:var(--text);min-width:0}.msg-search-input:focus{outline:none}.msg-search-input::placeholder{color:var(--text-light)}.msg-search-results{flex:1;min-height:140px;overflow-y:auto;padding:8px}.msg-search-hint{padding:20px 14px;text-align:center;color:var(--text-muted);font-size:.875rem}.msg-search-hit{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;text-align:left;padding:12px 14px;border:none;border-radius:12px;background:var(--bg-1);cursor:pointer;font-family:var(--font-sans);margin-bottom:6px;transition:background .12s}.msg-search-hit:hover{background:var(--bg-2)}.msg-search-hit-time{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.msg-search-hit-preview{font-size:.875rem;color:var(--text);line-height:1.45;white-space:pre-wrap;word-break:break-word}.msg-group{display:flex;flex-direction:column;gap:2px;max-width:min(75%,428px);overflow:visible}.msg-group.received{align-self:flex-start;align-items:flex-start}.msg-group.sent{align-self:flex-end;align-items:flex-end}.msg-group.system-group{align-self:center;align-items:center;max-width:85%}.msg-bubble{position:relative;width:fit-content;max-width:100%;padding:6px 10px 8px;border-radius:16px;font-size:16px;line-height:1.375;box-shadow:var(--bubble-shadow);overflow:visible}.received .msg-bubble{background:var(--bubble-in);color:var(--text)}.sent .msg-bubble{background:var(--bubble-out);color:var(--bubble-out-text)}.sent .msg-bubble.is-pending{opacity:.72}.sent .msg-bubble a{color:var(--bubble-out-text)}.received .msg-bubble.is-only,.received .msg-bubble.is-last{border-bottom-left-radius:4px}.received .msg-bubble.is-first:not(.is-only){border-radius:16px 16px 16px 6px}.received .msg-bubble.is-middle{border-radius:6px 16px 16px 6px}.received .msg-bubble.is-last{border-radius:6px 16px 16px 4px}.sent .msg-bubble.is-only,.sent .msg-bubble.is-last{border-bottom-right-radius:4px}.sent .msg-bubble.is-first:not(.is-only){border-radius:16px 16px 6px}.sent .msg-bubble.is-middle{border-radius:16px 6px 6px 16px}.sent .msg-bubble.is-last{border-radius:16px 6px 4px 16px}.received .msg-bubble.is-last:after,.received .msg-bubble.is-only:after,.sent .msg-bubble.is-last:after,.sent .msg-bubble.is-only:after{content:"";position:absolute;bottom:0;width:11px;height:16px;pointer-events:none}.received .msg-bubble.is-last:after,.received .msg-bubble.is-only:after{left:-7px;background:var(--bubble-in);clip-path:polygon(100% 0,100% 100%,0 100%)}.sent .msg-bubble.is-last:after,.sent .msg-bubble.is-only:after{right:-7px;background:var(--bubble-out);clip-path:polygon(0 0,100% 100%,0 100%)}.msg-text{white-space:pre-wrap;word-break:break-word}.msg-text:after{content:"";display:block;clear:both}.msg-text--time-only{min-height:14px;line-height:1}.msg-text--editing{display:flex;flex-direction:column;gap:4px;min-width:180px}.msg-time{float:right;position:relative;top:6px;margin-left:8px;font-size:11px;line-height:1.2;font-weight:400;color:var(--text-muted);-webkit-user-select:none;user-select:none;white-space:nowrap}.sent .msg-time{color:var(--sent-muted)}.msg-bubble--photo{display:flex;flex-direction:column;padding:0}.msg-bubble--photo .msg-text,.msg-bubble--photo .bubble-reply-quote,.msg-bubble--photo .bubble-product-cards,.msg-bubble--photo .bubble-reactions,.msg-bubble--photo .bubble-attachments--files{width:0;min-width:100%;box-sizing:border-box}.msg-bubble--photo .msg-text{padding:6px 10px 8px}.msg-bubble--photo .bubble-reply-quote{margin:0;padding:6px 10px}.msg-bubble--photo.has-reply{padding-top:2px}.msg-bubble--photo .bubble-attachments--files,.msg-bubble--photo .bubble-product-cards,.msg-bubble--photo .bubble-reactions{padding:0 8px 8px}.msg-bubble--media-only{line-height:0}.msg-bubble--media-only .bubble-reactions{padding:6px 8px 8px;line-height:1.375}.msg-bubble--media-only.has-reply{line-height:1.375}.msg-time--overlay{position:absolute;right:6px;bottom:6px;float:none;top:auto;margin:0;z-index:1;padding:2px 6px;border-radius:10px;background:#00000073;color:#fff}.sent .msg-time--overlay,.received .msg-time--overlay{color:#fff}.system-group .msg-bubble{background:var(--date-chip-bg);text-align:center;font-size:13px;border-radius:16px;color:var(--date-chip-fg);padding:4px 12px;box-shadow:none}.system-group .msg-bubble:after{display:none}.msg-meta{font-size:11px;color:var(--text-muted);margin-top:4px}.sent .msg-meta{text-align:right}.closed-banner{padding:24px 32px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:16px;background:var(--surface)}.closed-banner p{margin:0;font-size:15px;color:var(--text-muted);font-weight:500}.closed-inline-banner{padding:10px 14px;border-radius:8px;background:var(--bg-3);font-size:13px;color:var(--text-muted);font-weight:500;line-height:1.4}.chat-input-area{padding:6px 12px 12px;border-top:none;display:flex;flex-direction:column;gap:8px;flex-shrink:0;position:sticky;bottom:0;z-index:5;background:transparent;padding-bottom:max(12px,calc(env(safe-area-inset-bottom,0px) - var(--keyboard-inset, 0px)));transition:box-shadow .15s ease,background .15s ease}.chat-input-area--drag{box-shadow:inset 0 0 0 2px var(--accent);background:var(--accent-light);border-radius:16px}.quick-replies-bar{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.whisper-toggle{display:inline-flex;align-items:center;min-height:36px;padding:8px 12px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface);font-size:13px;font-family:var(--font-sans);font-weight:500;color:var(--text-muted);cursor:pointer}.whisper-toggle.is-on{color:var(--text);border-color:var(--accent)}.whisper-composer{display:flex;flex-direction:column;gap:8px;padding:8px 4px 4px}.whisper-composer-input{width:100%;box-sizing:border-box;resize:vertical;min-height:52px;padding:8px 10px;border:1px solid var(--border);border-radius:12px;font:inherit;font-size:14px;background:var(--bg-1);color:var(--text)}.whisper-send-btn{align-self:flex-end;min-height:36px;padding:8px 12px;border:none;border-radius:10px;background:#d6a85a;color:#2b1d08;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.whisper-send-btn:disabled{opacity:.5;cursor:default}.msg-group.whisper-group{align-self:center;align-items:stretch;max-width:min(85%,428px)}.whisper-bubble{background:#f5e6c8;color:#3d2e12;box-shadow:none;width:100%}html.night .whisper-bubble{background:#3d3420;color:#f3e6c8}.whisper-label{display:block;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.7}.whisper-author{display:block;font-size:12px;font-weight:600;margin:2px 0 4px}.qr-toggle-btn{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:8px 12px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface);font-size:13px;font-family:var(--font-sans);font-weight:500;letter-spacing:-.01em;color:var(--text-muted);cursor:pointer;transition:border-color .12s ease,color .12s ease,background .12s ease,transform .1s var(--ease-out)}.qr-toggle-btn:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.qr-toggle-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--bg-1)}}.qr-toggle-chevron{display:inline-block;font-size:10px;line-height:1;transition:transform .15s var(--ease-out)}.qr-toggle-btn--open .qr-toggle-chevron{transform:rotate(-180deg)}.pending-files-wrap{display:flex;flex-direction:column;gap:8px;padding:10px 12px;border-radius:14px;background:linear-gradient(180deg,#4caf501f,#4caf500a);border:1px solid rgba(76,175,80,.25)}.pending-files-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.pending-files-title{font-size:12px;font-weight:600;color:var(--text)}.pending-files-count{font-size:11px;font-weight:600;color:#fff;background:var(--accent);min-width:22px;height:22px;padding:0 7px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center}.quick-replies{display:flex;gap:6px;flex-wrap:wrap}.qr-btn{padding:6px 14px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface);font-size:12px;font-family:var(--font-sans);color:var(--text-muted);cursor:pointer;transition:border-color .12s ease,color .12s ease,background .12s ease,transform .1s var(--ease-out);white-space:nowrap}.qr-btn:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.qr-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--bg-1)}}.qr-chip-wrap{position:relative;display:inline-flex;align-items:center}.qr-chip-remove{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:var(--text-muted);color:#fff;border:2px solid var(--surface);font-size:11px;line-height:1;display:none;align-items:center;justify-content:center;cursor:pointer;padding:0;font-weight:700}.qr-chip-wrap:hover .qr-chip-remove{display:flex}.qr-chip-remove:hover{background:var(--danger, #ef4444)}.qr-inline-add{display:flex;align-items:center;gap:4px;flex-basis:100%;margin-top:2px}.qr-inline-input{flex:1;padding:5px 10px;font-size:12px;border:1px dashed var(--border);border-radius:var(--radius-pill);background:var(--surface);color:var(--text);outline:none;transition:border-color .15s;min-width:0}.qr-inline-input:focus{border-color:var(--accent);border-style:solid}.qr-inline-input::placeholder{color:var(--text-muted)}.qr-inline-add-btn{width:28px;height:28px;border-radius:50%;border:none;background:var(--accent);color:#fff;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .15s}.qr-inline-add-btn:disabled{opacity:.4;cursor:default}.qr-inline-add-btn:not(:disabled):hover{opacity:.85}.compose-stack{position:relative;background:var(--surface);border-radius:16px;box-shadow:var(--composer-shadow)}.compose-row{position:relative;display:flex;gap:2px;align-items:flex-end;background:transparent;border-radius:16px;padding:4px 6px 4px 4px}.compose-row .attach-btn,.compose-row .send-btn{width:44px;height:44px;align-self:flex-end}.support-file-input-hidden{position:absolute;left:-9999px;top:0;width:1px;height:1px;opacity:0;overflow:hidden;margin:0;padding:0;border:0;pointer-events:none}.input-wrapper{flex:1;min-height:44px;background:transparent;border:none;border-radius:0;padding:0;display:flex;align-items:center}.input-wrapper textarea{flex:1;min-height:42px;max-height:120px;resize:none;border:none;background:transparent;padding:10px 8px 10px 14px;font-family:var(--font-sans),"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji";font-size:15px;line-height:1.35;color:var(--text)}.input-wrapper textarea:focus{outline:none}.input-wrapper textarea::placeholder{color:var(--text-muted)}.send-btn{width:44px;height:44px;border-radius:var(--radius-round);border:none;background:var(--accent);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .12s ease,transform .1s ease-out}.send-btn:active{transform:scale(.96)}.send-btn:disabled{opacity:.3;cursor:not-allowed;transform:none}@media (hover: hover) and (pointer: fine){.send-btn:hover{background:var(--accent-hover)}}.upload-progress-bar{display:flex;align-items:center;gap:8px;padding:6px 12px;background:var(--accent-light);border-radius:6px;font-size:13px;color:var(--accent);animation:upload-fade-in .2s ease}@keyframes upload-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.upload-progress-spinner{width:14px;height:14px;border:2px solid rgba(var(--accent-rgb),.35);border-top-color:var(--accent);border-radius:50%;animation:upload-spin .7s linear infinite;flex-shrink:0}@keyframes upload-spin{to{transform:rotate(360deg)}}.upload-progress-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compose-hint{font-size:11px;color:var(--text-light)}.compose-hint kbd{display:inline-block;padding:0 3px;border:1px solid var(--border);border-radius:3px;font-size:10px;font-family:var(--font-sans);background:var(--bg-1)}.emoji-picker{position:absolute;left:0;right:0;bottom:calc(100% + 8px);z-index:12;display:flex;flex-direction:column;height:280px;max-height:min(320px,46vh);background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-pop, 0 12px 32px rgba(16, 35, 47, .16));overflow:hidden}.emoji-picker-search{margin:10px 10px 6px;height:36px;padding:0 12px;border:none;border-radius:10px;background:var(--search-bg, var(--bg-1));color:var(--text);font-size:14px;outline:none}.emoji-picker-search:focus{box-shadow:inset 0 0 0 2px var(--accent-light)}.emoji-picker-search::placeholder{color:var(--text-muted)}.emoji-picker-grid{flex:1;min-height:0;overflow-y:auto;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:2px;padding:4px 8px 8px}.emoji-picker-cell{height:36px;border:none;border-radius:10px;background:transparent;cursor:pointer;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}.emoji-picker-cell:hover,.emoji-picker-cell:focus-visible{background:var(--surface-hover);outline:none}.emoji-picker-empty{grid-column:1 / -1;margin:24px 12px;text-align:center;font-size:13px;color:var(--text-muted)}.emoji-picker-tabs{display:flex;gap:2px;padding:6px 8px 8px;border-top:1px solid var(--border);background:var(--bg-1)}.emoji-picker-tab{flex:1;height:36px;border:none;border-radius:10px;background:transparent;cursor:pointer;font-size:16px;line-height:1}.emoji-picker-tab.is-active{background:var(--surface);box-shadow:0 1px 2px #10232f14}@media (hover: hover) and (pointer: fine){.emoji-picker-tab:hover{background:var(--surface-hover)}}.details-panel{background:var(--surface);border-radius:var(--column-radius);box-shadow:var(--shadow-subtle);border:none;padding:16px 16px 20px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.guest-card{display:flex;flex-direction:column;gap:16px;min-width:0}.guest-nav{position:sticky;top:0;z-index:5;flex-shrink:0;background:var(--surface)}.guest-head{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;text-align:left;gap:12px}.guest-head-avatar,.profile-avatar{width:56px;height:56px;background:var(--bg-3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:500;color:var(--text);flex-shrink:0;overflow:hidden}.guest-head-text{min-width:0;flex:1}.profile-name{font-size:22px;font-weight:700;letter-spacing:-.03em;margin:0;line-height:1.15}.profile-meta{margin:2px 0 0;font-size:13px;letter-spacing:.01em;color:var(--text-muted);line-height:1.35}.guest-head-meta{display:flex;align-items:center;gap:6px;margin:5px 0 0;font-size:13px;letter-spacing:.01em;color:var(--text-muted);line-height:1.3}.guest-head--compact{display:none;flex-direction:column;gap:0;padding:0 0 4px}.guest-head-compact-name{margin:0;font-size:17px;font-weight:600;letter-spacing:-.022em;line-height:1.2}.guest-head--compact .guest-head-meta{margin:4px 0 0}@media (min-width: 1101px){.guest-head--compact{display:flex}}.guest-head-link,.guest-head-id{display:inline-block;margin:8px 0 0;padding:0;border:none;background:none;color:var(--text-muted);font:inherit;font-size:13px;font-weight:500;letter-spacing:.01em;cursor:pointer;transition:transform .1s var(--ease-out)}.guest-head-link{color:var(--accent)}.guest-head-link:active,.guest-head-id:active{transform:scale(.97)}.guest-quick{display:flex;flex-shrink:0;align-items:flex-start;gap:6px;margin-left:auto}.guest-quick-btn{display:flex;flex-direction:column;align-items:center;gap:4px;width:52px;padding:0;border:none;background:none;color:var(--text-muted);font:inherit;font-size:10px;font-weight:500;line-height:1.15;letter-spacing:-.01em;text-decoration:none;cursor:pointer;transition:transform .1s var(--ease-out)}.guest-quick-btn:active{transform:scale(.97)}.guest-quick-btn.is-off{opacity:.38;cursor:default}.guest-quick-ico{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--accent-light);color:var(--accent)}@media (hover: hover) and (pointer: fine){.guest-quick-btn:hover{color:var(--text-muted)}}@media (min-width: 1101px){.details-panel{padding:12px 12px 16px;gap:12px}.details-panel .guest-card{gap:12px}.details-panel .guest-nav{padding:8px 0 0}.details-panel .guest-seg-btn{display:grid;grid-template-rows:16px 12px;justify-items:center;align-items:end;gap:1px;min-height:44px;padding:8px 2px 6px;font-size:13px;letter-spacing:-.028em}.details-panel .guest-seg-label{grid-row:1;max-width:100%}.details-panel .guest-seg-count{grid-row:2;font-size:10px;line-height:12px}.details-panel .guest-head:not(.guest-head--compact){flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:10px}.details-panel .guest-head-text{flex:none;width:100%}.details-panel .profile-name{font-size:22px}.details-panel .guest-quick{margin-left:0;width:100%;justify-content:space-between;gap:4px}.details-panel .guest-quick-btn{flex:1;width:auto;min-width:0;font-size:11px}.details-panel .guest-quick-ico{width:40px;height:40px}.details-panel .guest-head--compact{padding:0 0 6px}.details-panel .guest-chips--head{margin-top:6px}.details-panel .guest-head-id{margin-top:4px}}.profile-phone{color:inherit;text-decoration:none}@media (hover: hover) and (pointer: fine){.profile-phone:hover{color:var(--text)}}.guest-head-status{margin:6px 0 0;font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:6px}.guest-chips{display:flex;flex-wrap:wrap;gap:6px}.guest-chips--head{justify-content:flex-start;margin-top:8px}.guest-chips--head .guest-chip{min-height:0;padding:4px 10px}.guest-chips--order{margin-top:10px}.guest-chips--filters{margin-bottom:8px}.guest-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:5px 10px;border-radius:999px;background:var(--bg-3);color:var(--text);font:inherit;font-size:12px;font-weight:500;line-height:1.3;text-decoration:none;border:none}.guest-chip.is-action{cursor:pointer}.guest-chip.is-action:active{transform:scale(.97)}.guest-chip.is-on{background:var(--accent);color:#fff}.guest-chips--order .guest-chip{background:var(--surface)}.guest-chips--order .guest-chip.is-on{background:var(--accent);color:#fff}a.guest-chip:hover,button.guest-chip:hover{color:var(--text)}.guest-chip.is-on:hover{color:#fff}.guest-chip--badge{background:var(--surface);color:var(--text-muted)}.guest-chip--status{color:var(--text-muted)}.guest-chip--status-text{font-weight:600}.guest-chip--city{background:var(--accent-light);color:var(--accent);font-weight:600}.guest-chip--vip{background:#fff4cc;color:#8a6a12;font-weight:700}html.night .guest-chip--vip{background:#d4a8302e;color:#f0d27a}.guest-chip--wide{border-radius:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.guest-seg{position:static;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:0;margin:0;overflow:visible;scrollbar-width:none;background:var(--surface);border-bottom:.5px solid var(--separator)}.guest-seg::-webkit-scrollbar{display:none}html.night .guest-seg{background:var(--surface)}@media (prefers-reduced-transparency: reduce){.guest-nav,.guest-seg{background:var(--surface);backdrop-filter:none;-webkit-backdrop-filter:none}html.night .guest-seg{background:var(--surface)}.header-dropdown{background:var(--surface);backdrop-filter:none;-webkit-backdrop-filter:none}html.night .header-dropdown{background:var(--bg-3)}.sidebar-tools-scrim,html.night .sidebar-tools-scrim{background:#0006}}.guest-seg-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;min-height:40px;min-width:0;width:100%;overflow:hidden;border:none;border-radius:0;padding:10px 6px 8px;background:transparent;color:var(--text-muted);font:inherit;font-size:14px;font-weight:500;letter-spacing:-.016em;cursor:pointer;box-shadow:inset 0 -2px 0 transparent}.guest-seg-btn:active{opacity:.55}.guest-seg-btn.is-on{background:transparent;color:var(--text);font-weight:600;box-shadow:inset 0 -2px 0 var(--text)}html.night .guest-seg-btn.is-on{background:transparent;box-shadow:inset 0 -2px 0 var(--text)}.guest-seg-label{max-width:100%;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guest-seg-count{flex-shrink:0;font-size:11px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--accent);letter-spacing:0;line-height:1}.guest-pane{display:flex;flex-direction:column;gap:16px}.guest-overview-block{display:flex;flex-direction:column;gap:16px;min-width:0}.guest-pane--overview{gap:12px}.ov-body{display:flex;flex-direction:column;gap:14px;min-width:0}.ov-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ov-metric{display:flex;flex-direction:column;align-items:stretch;gap:4px;min-width:0;min-height:92px;padding:12px;border:none;border-radius:16px;background:var(--bg-1);color:var(--text);font:inherit;text-align:left;cursor:default}button.ov-metric{cursor:pointer;transition:transform .1s var(--ease-out)}button.ov-metric:active:not(:disabled){transform:scale(.97)}.ov-metric:disabled{cursor:default}.ov-metric-label{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0;font-size:12px;font-weight:500;color:var(--text-muted)}.ov-metric-ico{display:flex;color:var(--accent);opacity:.85}.ov-metric-value{margin:0;font-size:20px;font-weight:700;letter-spacing:-.04em;font-variant-numeric:tabular-nums;line-height:1.15}.ov-metric-value--date{font-size:16px;letter-spacing:-.03em}.ov-metric-sub{margin:0;font-size:12px;color:var(--text-muted);line-height:1.3}.ov-metric-sub.is-up{color:var(--green)}.ov-card{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:18px;background:var(--bg-1)}.ov-card-head{display:flex;align-items:flex-start;gap:10px}.ov-card-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--accent-light);color:var(--accent);flex-shrink:0}.ov-card-copy{min-width:0;flex:1}.ov-card-kicker{margin:0;font-size:12px;font-weight:500;color:var(--text-muted)}.ov-card-title{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin:2px 0 0;font-size:16px;font-weight:600;letter-spacing:-.022em}.ov-card-sum{font-variant-numeric:tabular-nums}.ov-card-order-no{border:none;padding:0;margin:0;background:none;color:inherit;font:inherit;cursor:copy;text-align:left}@media (hover: hover) and (pointer: fine){.ov-card-order-no:hover{color:var(--accent)}}.ov-card-meta{margin:0;font-size:13px;color:var(--text-muted)}.ov-status{flex-shrink:0;padding:4px 8px;border-radius:999px;background:#fff4cc;color:#a16207;font-size:11px;font-weight:600}html.night .ov-status{background:#eab3082e;color:#f5d76e}.ov-card-btn{width:100%;min-height:40px;border:none;border-radius:12px;background:var(--accent);color:var(--on-accent);font:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:transform .1s var(--ease-out)}.ov-card-btn:active{transform:scale(.97)}.ov-card-btn.is-ghost{background:transparent;color:var(--accent);box-shadow:inset 0 0 0 1.5px var(--accent)}.ov-card-actions{display:flex;flex-direction:column;gap:8px}.ov-thumbs{display:flex;align-items:center;gap:6px}.ov-thumb{width:40px;height:40px;border-radius:10px;object-fit:cover;background:var(--surface)}.ov-thumb.is-ph,.ov-thumb.is-more{display:flex;align-items:center;justify-content:center;background:var(--surface);color:var(--accent);font-size:12px;font-weight:600}.ov-section{display:flex;flex-direction:column;gap:8px}.ov-sec-head{display:flex;align-items:center;gap:8px}.ov-sec-ico{display:flex;color:var(--accent)}.ov-sec-title{margin:0;font-size:16px;font-weight:600;letter-spacing:-.022em}.ov-sec-link{margin-left:auto;display:inline-flex;align-items:center;gap:2px;padding:0;border:none;background:none;color:var(--accent);font:inherit;font-size:13px;font-weight:550;cursor:pointer}.ov-sec-link:active{transform:scale(.97)}.ov-badge-warn{padding:2px 8px;border-radius:999px;background:#e539351f;color:var(--red);font-size:11px;font-weight:600}.ov-task{display:flex;align-items:center;gap:10px;width:100%;padding:12px;border:none;border-radius:16px;background:var(--bg-1);color:var(--text);font:inherit;text-align:left;cursor:pointer;transition:transform .1s var(--ease-out)}.ov-task:active{transform:scale(.97)}.ov-task-check{width:20px;height:20px;border-radius:50%;border:1.5px solid var(--separator);flex-shrink:0}.ov-task-copy{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.ov-task-body{font-size:15px;font-weight:550;letter-spacing:-.016em}.ov-task-who{font-size:12px;color:var(--text-muted)}.ov-task-due{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;padding:4px 8px;border-radius:999px;background:#e539351f;color:var(--red);font-size:11px;font-weight:600}.ov-activity{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.ov-activity-row{display:flex;align-items:flex-start;gap:10px}.ov-activity-ico{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--bg-1);color:var(--accent);flex-shrink:0}.ov-activity-copy{display:flex;flex-direction:column;min-width:0}.ov-activity-title{font-size:14px;font-weight:550}.ov-activity-meta{font-size:12px;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ov-note,.ov-empty{margin:0;font-size:14px;color:var(--text);line-height:1.4}.ov-empty{color:var(--text-muted)}.ov-note-form{display:flex;flex-direction:column;gap:8px}.ov-note-input{width:100%;min-height:72px;resize:vertical;padding:10px 12px;border:none;border-radius:12px;background:var(--bg-1);color:var(--text);font:inherit;font-size:15px;line-height:1.35}.ov-note-input:focus{outline:none}.ov-dock{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;position:sticky;bottom:0;z-index:2;margin:0 -4px;padding:10px 4px 4px;background:var(--surface);box-shadow:0 -16px 18px var(--surface)}.ov-dock.is-sheet{grid-template-columns:1fr}.ov-dock-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:56px;padding:8px 4px;border:none;border-radius:14px;background:var(--accent-filled);color:var(--accent);font:inherit;font-size:11px;font-weight:600;letter-spacing:-.01em;line-height:1.15;text-align:center;cursor:pointer;transition:transform .1s var(--ease-out),background .12s var(--ease-out)}.ov-dock-btn:disabled{opacity:.55;cursor:default}html.night .ov-dock-btn{background:#2d4f73;color:#8ec8ff}.ov-dock-btn:active:not(:disabled){transform:scale(.97)}.ov-sheet{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:18px;background:var(--bg-1)}.ov-sheet-head{display:flex;align-items:flex-start;gap:8px}.ov-sheet-copy{min-width:0;flex:1}.ov-sheet-kicker{margin:0;font-size:12px;font-weight:500;color:var(--text-muted)}.ov-sheet-title{margin:2px 0 0;font-size:16px;font-weight:650;letter-spacing:-.022em}.ov-sheet-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin:-4px -4px 0 0;border:none;border-radius:50%;background:var(--surface);color:var(--text-muted);cursor:pointer;transition:transform .1s var(--ease-out)}.ov-sheet-close:active{transform:scale(.97)}.ov-sheet-amount{display:flex;align-items:baseline;gap:8px;min-height:56px;padding:8px 14px;border-radius:14px;background:var(--surface)}.ov-bonus-amount{width:100%;min-width:0;flex:1;min-height:40px;padding:0;border:none;background:transparent;color:var(--text);font:inherit;font-size:32px;font-weight:700;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.ov-sheet-suffix{color:var(--text-muted);font-size:14px;font-weight:550;flex-shrink:0}.ov-bonus-amount:focus,.ov-sheet-reason:focus{outline:none}.ov-chips{display:flex;flex-wrap:wrap;gap:6px}.ov-chip{min-height:32px;padding:0 10px;border:none;border-radius:999px;background:var(--surface);color:var(--text);font:inherit;font-size:12px;font-weight:550;cursor:pointer;transition:transform .1s var(--ease-out),background .12s var(--ease-out)}.ov-chip.is-on{background:var(--accent-filled);color:var(--accent)}.ov-chip:active{transform:scale(.97)}.ov-sheet-reason{width:100%;min-height:44px;padding:10px 12px;border:none;border-radius:12px;background:var(--surface);color:var(--text);font:inherit;font-size:15px}html.night .ov-chip.is-on{background:#2d4f73;color:#8ec8ff}.ov-action-error{margin:0;font-size:13px;font-weight:500;color:var(--red)}.guest-order-pay-btn{margin-top:10px;width:100%}@media (hover: hover) and (pointer: fine){.ov-sec-link:hover,.ov-card-btn.is-ghost:hover{color:var(--accent)}.ov-dock-btn:hover:not(:disabled){background:color-mix(in srgb,var(--accent) 16%,var(--accent-filled));color:var(--accent)}html.night .ov-dock-btn:hover:not(:disabled){background:#35608a;color:#8ec8ff}.ov-chip:hover{color:var(--accent)}}@media (prefers-reduced-motion: reduce){.ov-metric,.ov-card-btn,.ov-task,.ov-dock-btn,.ov-sheet-close,.ov-chip,.guest-quick-btn,.guest-head-id{transition:none}.ov-metric:active:not(:disabled),.ov-card-btn:active,.ov-task:active,.ov-dock-btn:active:not(:disabled),.ov-sheet-close:active,.ov-chip:active,.guest-quick-btn:active,.guest-head-id:active{transform:none}}.guest-order-teaser:active,.guest-note-teaser:active{transform:scale(.97)}.guest-order-teaser,.guest-note-teaser{display:flex;flex-direction:column;gap:4px;width:100%;text-align:left;border:none;border-radius:14px;padding:12px;background:var(--bg-1);color:var(--text);font:inherit;cursor:pointer;transition:transform .16s var(--ease-out)}.guest-order-teaser-row{display:flex;justify-content:space-between;gap:8px;font-size:14px}.guest-order-teaser-meta,.guest-note-teaser-text{font-size:12px;color:var(--text-muted);line-height:1.35}.guest-note-teaser-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.guest-order-group{background:var(--grouped);border-radius:12px;overflow:hidden}.guest-order-row+.guest-order-row{border-top:.5px solid var(--separator)}.guest-order-row.is-on{background:var(--fill)}.guest-order-pick{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:12px;row-gap:1px;width:100%;box-sizing:border-box;min-height:44px;padding:10px 16px;border:none;border-radius:0;background:transparent;color:var(--text);font:inherit;cursor:pointer;text-align:left;transition:transform .1s var(--ease-out)}.guest-order-pick:active{transform:scale(.97)}.guest-order-pick-title{border:none;padding:0;margin:0;background:none;color:inherit;font-family:inherit;font-size:17px;font-weight:400;letter-spacing:-.022em;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;cursor:copy;text-align:left;justify-self:start}@media (hover: hover) and (pointer: fine){.guest-order-pick-title:hover{color:var(--accent)}}.guest-order-pick-sum{grid-column:2;grid-row:1 / span 2;font-size:17px;font-weight:400;letter-spacing:-.022em;font-variant-numeric:tabular-nums;white-space:nowrap}.guest-order-pick-meta{grid-column:1;display:flex;align-items:center;min-width:0;font-size:13px;letter-spacing:.01em;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guest-order-pick-meta .guest-order-status-dot{margin-right:5px}.guest-order-expand{padding:2px 16px 14px}.guest-order-retry{border:none;padding:0;background:none;color:var(--accent);font:inherit;cursor:pointer}.guest-order-panel{margin:10px 0 0;padding:10px 12px;border-radius:10px;background:var(--surface);font-size:13px;line-height:1.4;overflow-wrap:anywhere}.guest-id-grid{display:flex;flex-direction:column;gap:8px}.guest-id-cell{display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;border:none;border-radius:12px;padding:10px 12px;background:var(--bg-1);color:inherit;font:inherit;cursor:pointer}.guest-id-cell.is-static{cursor:default}.guest-id-cell:not(.is-static):active{transform:scale(.99)}.guest-orders-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.guest-orders-head .guest-block-label{margin:0}.guest-orders-sort{font:inherit;font-size:13px;font-weight:600;letter-spacing:.01em;color:var(--accent);background:transparent;border:none;border-radius:8px;padding:8px 4px;min-height:44px;cursor:pointer;flex-shrink:0;white-space:nowrap;transition:transform .1s var(--ease-out)}.guest-orders-sort:active{transform:scale(.97)}.guest-order-toolbar{display:flex;flex-direction:column;align-items:stretch;gap:12px}.guest-order-bar{display:flex;align-items:flex-start;gap:8px;min-width:0}.guest-order-dates{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.guest-order-dates-btn{width:100%;min-height:44px;padding:10px 12px;border:none;border-radius:10px;background:var(--grouped);color:var(--text);font:inherit;font-size:15px;font-weight:500;letter-spacing:-.01em;line-height:1.2;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;transition:transform .1s var(--ease-out)}.guest-order-dates-btn>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guest-order-dates-chev{display:flex;transform:rotate(90deg);color:var(--text-muted);flex-shrink:0}.guest-order-dates-btn.is-on .guest-order-dates-chev{transform:rotate(-90deg)}.guest-order-dates-btn:active{transform:scale(.97)}.guest-order-dates-btn.is-on{background:var(--fill)}.guest-order-cal{display:flex;flex-direction:column;gap:10px;padding:4px 0 2px}.guest-order-cal-ends{display:grid;grid-template-columns:1fr 1fr;gap:8px}.guest-order-cal-end{display:flex;flex-direction:column;gap:2px;min-width:0;padding:8px 10px;border-radius:10px;background:var(--grouped)}.guest-order-cal-end span{font-size:12px;font-weight:500;letter-spacing:.02em;color:var(--text-muted)}.guest-order-cal-end strong{font-size:15px;font-weight:600;letter-spacing:-.022em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guest-order-cal-end.is-wait{outline:2px solid var(--accent);outline-offset:0}.guest-order-cal-nav{display:flex;align-items:center;gap:4px}.guest-order-cal-chev,.guest-order-cal-title{border:none;background:none;color:var(--text);font:inherit;cursor:pointer;transition:transform .1s var(--ease-out)}.guest-order-cal-chev{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;color:var(--accent);flex-shrink:0}.guest-order-cal-title{flex:1;min-width:0;min-height:44px;padding:8px 4px;font-size:17px;font-weight:600;letter-spacing:-.022em}.guest-order-cal-chev:active,.guest-order-cal-title:active,.guest-order-cal-day:active,.guest-order-cal-year:active,.guest-order-cal-month:active,.guest-order-cal-done:active{transform:scale(.97)}.guest-order-cal-week,.guest-order-cal-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.guest-order-cal-week{padding:0 2px}.guest-order-cal-week span{font-size:11px;font-weight:600;letter-spacing:.04em;text-align:center;color:var(--text-muted)}.guest-order-cal-blank{min-height:44px}.guest-order-cal-day{position:relative;z-index:0;min-height:44px;min-width:0;border:none;border-radius:50%;background:none;color:var(--text);font:inherit;font-size:17px;font-weight:400;letter-spacing:-.022em;cursor:pointer;transition:transform .1s var(--ease-out)}.guest-order-cal-day.is-range{background:var(--accent-light);border-radius:0}.guest-order-cal-day.is-start,.guest-order-cal-day.is-end{background:var(--accent);color:#fff;border-radius:50%}.guest-order-cal-day.is-start:not(.is-end):before,.guest-order-cal-day.is-end:not(.is-start):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--accent-light)}.guest-order-cal-day.is-start:not(.is-end):before{left:50%}.guest-order-cal-day.is-end:not(.is-start):before{right:50%}.guest-order-cal-day.is-off{opacity:.28;cursor:default}.guest-order-cal-years,.guest-order-cal-months{display:flex;flex-wrap:wrap;gap:6px}.guest-order-cal-year,.guest-order-cal-month{min-height:44px;padding:8px 12px;border:none;border-radius:10px;background:var(--grouped);color:var(--text);font:inherit;font-size:15px;cursor:pointer;transition:transform .1s var(--ease-out)}.guest-order-cal-year.is-on,.guest-order-cal-month.is-on{background:var(--accent);color:#fff}.guest-order-cal-done{align-self:flex-end;min-height:44px;min-width:44px;padding:8px 12px;border:none;border-radius:8px;background:none;color:var(--accent);font:inherit;font-size:17px;font-weight:600;letter-spacing:-.022em;cursor:pointer;transition:transform .1s var(--ease-out)}.guest-order-presets{display:flex;align-items:center;gap:2px;min-width:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.guest-order-presets::-webkit-scrollbar{display:none}.guest-order-preset{flex:0 0 auto;min-height:36px;padding:8px 10px;border:none;border-radius:8px;background:none;color:var(--text-muted);font:inherit;font-size:13px;font-weight:500;letter-spacing:-.01em;white-space:nowrap;cursor:pointer;transition:transform .1s var(--ease-out)}.guest-order-preset:active{transform:scale(.97)}.guest-order-preset.is-on{color:var(--accent)}.guest-order-seg{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;padding:2px;background:var(--grouped);border-radius:9px}.guest-order-seg-btn{display:flex;align-items:center;justify-content:center;gap:4px;min-height:30px;min-width:0;border:none;border-radius:7px;padding:4px 6px;background:transparent;color:var(--text-muted);font:inherit;font-size:13px;font-weight:500;letter-spacing:-.01em;cursor:pointer;overflow:hidden;transition:transform .1s var(--ease-out)}.guest-order-seg-btn:active{transform:scale(.97)}.guest-order-seg-btn.is-on{background:var(--surface);color:var(--text);box-shadow:0 .5px #0000000a,0 1px 2px #00000014}html.night .guest-order-seg-btn.is-on{background:#ffffff24;box-shadow:none}.guest-order-seg-n{font-size:12px;font-weight:500;color:var(--text-muted);font-variant-numeric:tabular-nums;flex-shrink:0}.guest-order-seg-btn.is-on .guest-order-seg-n{color:var(--text-muted)}.guest-shift-note{width:100%;min-height:76px;resize:vertical;padding:8px 12px;border:1px solid var(--border);border-radius:10px;font-family:var(--font-sans);font-size:13px;line-height:1.4;background:var(--bg-1);color:var(--text)}.guest-shift-note:focus{outline:none;border-color:var(--accent)}.guest-shift-note-hint{margin:6px 0 0;font-size:12px;color:var(--text-muted)}.guest-task-tag{display:inline-block;font-size:10px;line-height:16px;padding:0 6px;border-radius:8px;background:var(--accent-light);color:var(--accent);font-weight:600;margin-left:4px;white-space:nowrap}.task-panel,.task-board{display:flex;flex-direction:column;gap:12px}.task-board-tools{display:flex;align-items:center;gap:8px}.task-board-tools .guest-order-seg{flex:1}.task-mine{flex-shrink:0;min-height:30px;padding:4px 12px;border:none;border-radius:9px;background:var(--grouped);color:var(--text-muted);font:inherit;font-size:13px;font-weight:500;letter-spacing:-.01em;cursor:pointer;transition:transform .1s var(--ease-out),background .12s ease,color .12s ease}.task-mine:active{transform:scale(.97)}.task-mine.is-on{background:var(--accent-light);color:var(--accent)}.task-composer{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:14px;background:var(--grouped)}.task-composer-text{width:100%;min-height:72px;resize:vertical;padding:8px 10px;border:none;border-radius:10px;background:var(--surface);color:var(--text);font:inherit;font-size:15px;line-height:1.35;letter-spacing:-.01em}.task-composer-text:focus{outline:none}.task-composer-row,.task-field{display:flex;flex-direction:column;gap:4px}.task-field-label{font-size:12px;font-weight:500;color:var(--text-muted)}.task-select,.task-date{width:100%;min-height:34px;padding:4px 10px;border:none;border-radius:9px;background:var(--surface);color:var(--text);font:inherit;font-size:13px}.task-select--quiet{width:auto;min-height:24px;max-width:100%;padding:0 4px 0 0;background:transparent;color:var(--text-muted);font-size:12px}.task-chips{display:flex;flex-wrap:wrap;gap:6px}.task-chip{min-height:28px;padding:4px 10px;border:none;border-radius:var(--radius-pill);background:var(--surface);color:var(--text-muted);font:inherit;font-size:13px;font-weight:500;letter-spacing:-.01em;cursor:pointer;transition:transform .1s var(--ease-out),background .12s ease,color .12s ease}.task-chip:active{transform:scale(.97)}.task-chip.is-on{background:var(--accent-light);color:var(--accent)}.task-submit{min-height:36px;border:none;border-radius:11px;background:var(--accent);color:#fff;font:inherit;font-size:15px;font-weight:600;letter-spacing:-.02em;cursor:pointer;transition:transform .16s var(--ease-out),opacity .12s ease}.task-submit:active{transform:scale(.97)}.task-submit:disabled{opacity:.4;cursor:default}.task-list{display:flex;flex-direction:column;border-radius:14px;background:var(--grouped);overflow:hidden}.task-row{display:grid;grid-template-columns:22px minmax(0,1fr) auto;grid-template-areas:"check main doing" "check meta doing";column-gap:10px;row-gap:2px;align-items:start;padding:10px 12px;background:transparent}.task-row+.task-row{border-top:1px solid var(--separator)}.task-check{grid-area:check;width:22px;height:22px;margin-top:1px;padding:0;border:1.5px solid var(--text-muted);border-radius:50%;background:transparent;cursor:pointer;transition:transform .1s var(--ease-out),background .12s ease,border-color .12s ease}.task-check:active{transform:scale(.97)}.task-check.is-done{background:var(--accent);border-color:var(--accent)}.task-check.is-done:after{content:"";display:block;width:10px;height:6px;margin:5px auto 0;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.task-row-main,.task-row-open{grid-area:main;min-width:0;text-align:left;border:none;padding:0;background:none;color:inherit;font:inherit;cursor:default}.task-row-open{cursor:pointer;transition:transform .1s var(--ease-out)}.task-row-open:active{transform:scale(.97)}.task-client{display:block;margin:0 0 2px;font-size:12px;font-weight:600;letter-spacing:-.01em;color:var(--accent)}.task-row-body{display:block;margin:0;font-size:15px;line-height:1.35;letter-spacing:-.01em;color:var(--text)}.task-row-meta{grid-area:meta;display:flex;align-items:center;gap:8px;min-width:0}.task-doing{grid-area:doing;align-self:start;min-height:28px;padding:2px 8px;border:none;border-radius:8px;background:transparent;color:var(--text-muted);font:inherit;font-size:12px;font-weight:500;cursor:pointer;transition:transform .1s var(--ease-out),color .12s ease}.task-doing:active{transform:scale(.97)}.task-due{font-size:12px;color:var(--text-muted);white-space:nowrap}.task-due.is-late{color:var(--orange);font-weight:600}.task-row.is-done{opacity:.5}.task-row.is-done .task-row-body{color:var(--text-muted)}.task-empty,.task-error{margin:0;font-size:13px;color:var(--text-muted)}.task-error{color:var(--red)}@media (hover: hover) and (pointer: fine){.task-mine:hover,.task-chip:hover{color:var(--text)}.task-doing:hover,.task-row-open:hover .task-client{color:var(--accent)}}.guest-block-label{margin:0 0 8px;font-size:12px;font-weight:500;color:var(--text-muted)}.guest-field{display:flex;flex-direction:column}.guest-fold{border-top:1px solid var(--border)}.guest-fold>summary{list-style:none;display:flex;align-items:center;gap:8px;min-height:40px;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-muted)}.guest-fold>summary::-webkit-details-marker{display:none}.guest-fold>summary:active{transform:scale(.98)}.guest-fold-title{font-size:13px;font-weight:500}.guest-fold-note{font-size:12px;color:var(--text-light)}.guest-fold-chevron{margin-left:auto;flex-shrink:0;transition:transform .16s var(--ease-out)}.guest-fold[open]>summary .guest-fold-chevron{transform:rotate(180deg)}.guest-fold-body{padding-bottom:4px}.info-value--mono{font-size:12px;word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:400}.status-dot{width:7px;height:7px;background:var(--green);border-radius:50%}.dot-closed{background:var(--text-light)}.dot-queued{background:var(--orange)}.dot-operator_active{background:var(--green)}.dot-ai{background:var(--accent)}.details-section-title{font-size:12px;font-weight:500;color:var(--text-muted);margin:0 0 8px}.info-row{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}.info-row:last-child{margin-bottom:0}.info-label{font-size:12px;color:var(--text-muted)}.info-value{font-size:13px;font-weight:500}.guest-orders{display:flex;flex-direction:column;gap:14px}.guest-orders-hint{margin:0;font-size:13px;letter-spacing:.01em;color:var(--text-muted)}.guest-order-status{display:flex;align-items:center;gap:6px;margin:0;font-size:13px;font-weight:500;letter-spacing:.01em;color:var(--text)}.guest-order-status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;flex-shrink:0}.guest-order-products{list-style:none;margin:10px 0 0;padding:10px 0 0;border-top:.5px solid var(--separator);display:flex;flex-direction:column;gap:12px}.guest-order-product{display:flex;align-items:flex-start;gap:12px;min-width:0}.guest-order-product-img,.guest-order-product-ph{width:44px;height:44px;margin-top:1px;border-radius:8px;flex-shrink:0;object-fit:cover;background:var(--surface)}.guest-order-product-copy{display:flex;flex-direction:column;min-width:0;flex:1;gap:2px}.guest-order-product-title{font-size:15px;font-weight:400;letter-spacing:-.01em;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.guest-order-product-meta{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.guest-order-product-qty{font-size:13px;letter-spacing:.01em;color:var(--text-muted)}.guest-order-product-line{flex-shrink:0;font-size:15px;font-weight:400;letter-spacing:-.02em;font-variant-numeric:tabular-nums;white-space:nowrap}.guest-shop,.guest-shop-block{display:flex;flex-direction:column;gap:10px}.guest-shop-cashback{margin:0;font-size:18px;font-weight:600}.guest-shop-basket,.guest-shop-addresses,.guest-whisper-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.guest-shop-item{display:flex;align-items:center;gap:10px;min-width:0}.guest-shop-item-copy{display:flex;flex-direction:column;min-width:0;flex:1;gap:2px}.guest-shop-chat-btn{flex-shrink:0;min-height:36px;padding:8px 12px;border:none;border-radius:10px;background:var(--accent);color:#fff;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.guest-shop-chat-btn:disabled{background:var(--fill);color:var(--text-muted);cursor:default}.guest-shop-address-comment,.guest-shop-choices{display:block;margin-top:4px;font-size:12px;color:var(--text-muted)}.guest-whisper-item{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:12px;background:var(--bg-1)}.guest-whisper-meta{font-size:12px;color:var(--text-muted)}.guest-whisper-body{font-size:14px;white-space:pre-wrap}.guest-order-facts{margin:0;font-size:13px;letter-spacing:.01em;line-height:1.35;color:var(--text-muted)}.guest-order-facts-dot{padding:0 5px;color:var(--text-light)}.guest-order-address{all:unset;display:block;margin:8px 0 0;font-size:13px;letter-spacing:.01em;line-height:1.4;color:var(--text-muted);cursor:pointer;overflow-wrap:anywhere}.guest-order-address:active{transform:scale(.97)}.guest-orders-more>summary{list-style:none;cursor:pointer;font-size:13px;font-weight:500;color:var(--text-muted);min-height:44px;display:flex;align-items:center;padding:0 2px;-webkit-user-select:none;user-select:none}@media (hover: hover) and (pointer: fine){.guest-order-row:hover:not(.is-on){background:var(--fill)}}.guest-orders-more>summary::-webkit-details-marker{display:none}.guest-orders-more[open]>summary{margin-bottom:0}.guest-tags{display:flex;flex-wrap:wrap;gap:6px}.guest-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:8px;font-size:12px;font-weight:500}.guest-tag-remove,.guest-tag-add,.guest-tag-save,.guest-tag-delete,.guest-tag-option{font:inherit;cursor:pointer;background:none;border:none;color:inherit}.guest-tag-remove{padding:0;line-height:1;opacity:.6}.guest-tag-remove:active,.guest-tag-add:active,.guest-tag-save:active,.guest-close:active{transform:scale(.97)}.guest-tag-add{padding:4px 8px;border-radius:8px;color:var(--text-muted);background:var(--bg-1);font-size:12px}.guest-tag-picker{margin-top:8px;display:flex;flex-direction:column;gap:2px}.guest-tag-option-row{display:flex;align-items:center;gap:8px}.guest-tag-option{flex:1;display:flex;align-items:center;gap:8px;padding:8px 0;font-size:13px;text-align:left;color:var(--text)}.guest-tag-option:active{transform:scale(.98)}.guest-tag-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.guest-tag-delete{font-size:12px;color:var(--text-light);padding:4px 0}.guest-tag-create{display:flex;gap:6px;margin-top:8px}.guest-tag-create input,.guest-tag-create select{font:inherit;font-size:13px;border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:var(--surface);color:var(--text)}.guest-tag-create input{flex:1;min-width:0}.guest-tag-save{font-size:13px;font-weight:500;color:var(--text)}.guest-close-wrap{margin-top:auto;padding-top:4px}.btn-action.guest-close{background:var(--accent);color:#fff;border:none}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag{padding:6px 12px;background:var(--bg-2);border-radius:var(--radius-pill);font-size:12px;font-weight:500}.assign-select{width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:10px;font-family:var(--font-sans);font-size:13px;background:var(--bg-1);color:var(--text);cursor:pointer}.assign-select:focus{outline:none;border-color:var(--accent)}.btn-action{width:100%;padding:12px;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#fff;font-weight:500;font-size:14px;font-family:var(--font-sans);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .14s var(--ease-out),background .14s ease,color .14s ease,border-color .14s ease}.btn-action:active{transform:scale(.97)}.btn-action.primary{background:var(--accent);color:#fff;border:none}.btn-action.danger{color:var(--red)}@media (hover: hover) and (pointer: fine){.btn-action:hover{background:var(--surface-hover)}.btn-action.primary:hover,.btn-action.guest-close:hover{background:var(--accent-hover);color:#fff}}.btn-inline{width:auto;padding:8px 16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.alert-bar{position:fixed;top:12px;left:50%;transform:translate(-50%);background:#ff595a29;color:var(--red);border:1px solid rgba(255,89,90,.35);border-radius:12px;padding:8px 20px;font-size:13px;z-index:100;box-shadow:var(--shadow-subtle);max-width:90vw;cursor:pointer}.sync-bar{position:fixed;top:12px;left:50%;transform:translate(-50%);background:var(--orange-light);color:var(--orange);border:1px solid rgba(251,140,0,.35);border-radius:12px;padding:6px 16px;font-size:12px;z-index:99;box-shadow:var(--shadow-subtle);max-width:90vw;cursor:pointer}.app-shell--has-err .sync-bar{top:48px}.load-older-wrap{display:flex;justify-content:center;padding:8px 0 12px}.load-older-btn{font:inherit;font-size:13px;padding:6px 14px;border-radius:999px;border:1px solid var(--border, #e5e7eb);background:var(--surface, #fff);color:var(--text-muted, #6b7280);cursor:pointer}.load-older-btn:hover:not(:disabled){border-color:#cbd5e1;color:var(--text, #111827)}.load-older-btn:disabled{opacity:.6;cursor:default}.bubble-attachments{display:flex;flex-direction:column;gap:2px}.bubble-attachments--files{gap:6px;padding:4px 2px 0}.msg-bubble:not(.msg-bubble--photo) .bubble-attachments--files{margin-top:4px}.media-wrap{display:block;line-height:0;width:fit-content;max-width:100%}.att-image{display:block;width:100%;height:auto;max-width:min(360px,100%);max-height:420px;object-fit:contain;cursor:pointer;vertical-align:top}.att-image-fallback{display:flex;flex-direction:column;gap:4px;max-width:240px;padding:12px 14px;border-radius:12px;background:#0000000f;color:var(--text);font-size:13px;text-decoration:none}.att-image-fallback-name{color:var(--text-muted);font-size:12px;word-break:break-all}.msg-group.sent .att-image-fallback{background:var(--sent-overlay);color:var(--bubble-out-text)}.msg-group.sent .att-image-fallback-name{color:var(--sent-muted)}.att-video{display:block;width:auto;height:auto;max-width:min(360px,100%);max-height:420px}.msg-bubble--photo .bubble-attachments--media{overflow:hidden;border-radius:inherit}.msg-bubble--photo:not(.msg-bubble--media-only) .bubble-attachments--media{border-bottom-left-radius:0;border-bottom-right-radius:0}.msg-bubble--photo.has-reply .bubble-attachments--media{border-top-left-radius:0;border-top-right-radius:0}.voice-att-player{display:flex;align-items:center;gap:10px;width:248px;max-width:100%;padding:8px 10px;background:var(--voice-player-bg);border-radius:14px;box-shadow:none}.msg-group.sent .voice-att-player{background:var(--sent-overlay);box-shadow:none;color:var(--bubble-out-text)}.voice-att-player--error{flex-wrap:wrap;gap:8px;font-size:13px;color:var(--text-muted, #666)}.voice-att-download{color:var(--accent);font-weight:600}.voice-att-player audio{display:none}.voice-att-play{flex-shrink:0;width:40px;height:40px;border:none;border-radius:50%;background:var(--accent, #2d7a4f);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:transform .12s ease,opacity .12s ease}.voice-att-play:hover{opacity:.92;transform:scale(1.04)}.voice-att-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.voice-att-bar-wrap{position:relative;height:6px;cursor:pointer;border-radius:3px;overflow:hidden}.voice-att-bar-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000001a;border-radius:3px}.msg-group.sent .voice-att-bar-bg{background:var(--sent-bar-bg)}.voice-att-bar-fill{position:absolute;left:0;top:0;bottom:0;background:var(--accent, #2d7a4f);border-radius:3px;pointer-events:none;transition:width .08s linear}.msg-group.sent .voice-att-bar-fill{background:var(--sent-bar-fill)}.voice-att-times{display:flex;justify-content:space-between;font-size:11px;font-variant-numeric:tabular-nums;color:var(--text-muted)}.msg-group.sent .voice-att-times{color:var(--sent-muted)}.att-file{display:inline-flex;align-items:flex-start;gap:8px;padding:10px 12px;border-radius:12px;background:#0000000f;color:var(--accent);font-size:13px;text-decoration:none;max-width:100%}.att-file:hover{background:#0000001a}.att-file-ico{flex-shrink:0;font-size:18px;line-height:1.2}.att-file-text{word-break:break-word;min-width:0}.msg-group.sent .att-file{background:var(--sent-overlay);color:var(--bubble-out-text)}.msg-group.sent .att-file:hover{background:var(--sent-overlay-strong)}.msg-group.sent .att-file--pdf{border:1px solid var(--sent-overlay-strong)}.msg-group.sent .voice-att-play{background:var(--sent-play-bg);color:var(--sent-play-fg)}.pending-files{display:flex;flex-direction:column;gap:8px;padding:4px 0}.pending-file-card{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:12px;background:var(--surface);border:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow-subtle)}.pending-file-ico{font-size:22px;line-height:1;flex-shrink:0}.pending-file-thumb{width:48px;height:48px;border-radius:10px;object-fit:cover;flex-shrink:0;background:#0000000f}.pending-file-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.pending-file-name{font-size:13px;font-weight:500;color:var(--text);word-break:break-word}.pending-file-size{font-size:11px;color:var(--text-muted);font-variant-numeric:tabular-nums}.pending-file-remove{all:unset;cursor:pointer;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:18px;line-height:1;color:var(--text-muted);flex-shrink:0}.pending-file-remove:hover{background:#dc262614;color:#dc2626}.attach-btn{flex-shrink:0}@media (hover: hover) and (pointer: fine){.attach-btn:hover{color:var(--accent)}}.dashboard-main{background:var(--surface);border-radius:var(--column-radius);box-shadow:var(--shadow-subtle);padding:20px 24px;overflow-y:auto;grid-column:2 / -1;min-height:0}.page-chrome{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 28px}.page-chrome h2{margin:0;font-size:1.5rem;font-weight:600;letter-spacing:-.02em;line-height:1.15}.dashboard-loading{text-align:center;color:var(--text-muted);padding:40px}.stat-group{margin-bottom:28px}.stat-group-title,.stat-section h3{font-size:13px;font-weight:500;color:var(--text-muted);margin:0 0 16px}.stat-grid,.stat-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.stat-cell,.stat-card{background:var(--bg-1);border-radius:14px;padding:16px 18px;text-align:left}.stat-value{font-size:1.75rem;font-weight:600;line-height:1.05;letter-spacing:-.03em;color:var(--text)}.stat-cell.is-urgent .stat-value{color:var(--orange)}.stat-label{font-size:13px;color:var(--text-muted);margin-top:6px;font-weight:500;line-height:1.3}.stat-section{margin-top:8px}.operator-bar-track{flex:1;width:100%;height:8px;background:var(--bg-2);border-radius:99px;overflow:hidden}.operator-bar-fill{height:100%;background:var(--text);border-radius:99px;min-width:4px}.settings-main{background:var(--surface);border-radius:var(--column-radius);box-shadow:var(--shadow-subtle);padding:20px 24px;overflow-y:auto;grid-column:2 / -1;min-height:0}.settings-section{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--border)}.settings-section:last-child{border-bottom:none}.settings-section h3{font-size:1rem;font-weight:600;margin:0 0 18px}.toggle-row{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.4;cursor:pointer;min-height:44px;padding:10px 0}.toggle-row input[type=checkbox]{width:22px;height:22px;margin-top:1px;flex-shrink:0;accent-color:var(--accent);cursor:pointer}.toggle-row input[type=checkbox]:disabled{opacity:.45;cursor:not-allowed}.settings-help-box{font-size:13px;line-height:1.55;color:var(--text-muted);background:var(--bg-1);border-radius:12px;padding:14px 16px;margin:14px 0 16px}.settings-help-box p{margin:0}.settings-help-box strong{color:var(--text)}.settings-telegram-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.notif-sound-list{display:flex;flex-direction:column;gap:6px;margin:0 0 8px}.notif-sound-row{display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface);cursor:pointer}.notif-sound-row.is-selected{border-color:var(--border);background:var(--bg-1)}@media (hover: hover) and (pointer: fine){.notif-sound-row:hover{background:var(--surface-hover)}}.notif-sound-row input[type=radio]{width:16px;height:16px;accent-color:var(--accent);flex-shrink:0}.notif-sound-copy{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.notif-sound-copy strong{font-size:14px;font-weight:600}.notif-sound-copy em{font-style:normal;font-size:12px;color:var(--text-muted)}.notif-sound-play{flex-shrink:0;border:none;background:transparent;color:var(--accent-hover);font:inherit;font-size:12px;font-weight:600;cursor:pointer;min-height:44px;padding:4px 10px;border-radius:8px}@media (hover: hover) and (pointer: fine){.notif-sound-play:hover{background:#4caf501f}}.settings-hint-muted{font-size:12px;color:var(--text-light);line-height:1.5;margin:14px 4px 8px;max-width:52rem}.settings-code{font-family:ui-monospace,monospace;font-size:11px;background:var(--bg-2);padding:2px 6px;border-radius:6px}.qr-list-edit{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.qr-edit-row{display:flex;align-items:center;gap:8px;min-height:44px;padding:8px 12px;background:var(--bg-1);border-radius:10px}.qr-edit-text{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0;border:none;background:transparent;color:inherit;text-align:left;cursor:pointer;font:inherit;font-size:13px}.qr-edit-body{color:var(--text-muted);font-size:12px}.qr-remove-btn{all:unset;cursor:pointer;width:44px;height:44px;margin:-10px -8px -10px 0;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--red);border-radius:50%}@media (hover: hover) and (pointer: fine){.qr-remove-btn:hover{background:#dc26261a}}.qr-add-row{display:flex;flex-wrap:wrap;gap:8px}.qr-add-row input{flex:1;padding:8px 12px;border:1px solid var(--border);border-radius:10px;font-family:var(--font-sans);font-size:13px;background:var(--bg-1);color:var(--text)}.qr-add-row input:focus{outline:none;border-color:var(--accent)}.bubble-reply-quote{display:flex;flex-direction:column;border-left:3px solid var(--accent);padding:4px 8px;margin-bottom:6px;border-radius:4px;background:var(--accent-light)}.sent .bubble-reply-quote{border-left-color:var(--sent-quote-border);background:var(--sent-quote-bg)}.bubble-reply-author{font-size:12px;font-weight:500;color:var(--accent)}.sent .bubble-reply-author{color:var(--bubble-out-text)}.bubble-reply-text{font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.sent .bubble-reply-text{color:var(--sent-muted)}.bubble-reply-product{display:flex;align-items:center;gap:6px}.bubble-reply-product-img{width:28px;height:28px;border-radius:4px;object-fit:cover;flex-shrink:0}.msg-highlight .msg-bubble,.msg-bubble.msg-highlight{animation:msg-flash 1.5s ease}@keyframes msg-flash{0%{background-color:#338feb66}to{background-color:transparent}}.bubble-reactions{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.bubble-reaction-badge{display:inline-flex;align-items:center;gap:3px;background:var(--chip-bg);border-radius:12px;padding:2px 7px;font-size:13px;cursor:default}.sent .bubble-reaction-badge{background:var(--sent-overlay);color:var(--bubble-out-text)}.msg-row{position:relative;display:flex;align-items:center;gap:4px;width:fit-content;max-width:100%;-webkit-touch-callout:none}.msg-group.sent .msg-row{flex-direction:row-reverse}.msg-row .msg-bubble{min-width:0}.bubble-actions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2px;flex-shrink:0;opacity:0;pointer-events:none}.msg-group.sent .bubble-actions{flex-direction:row-reverse}.msg-row.is-menu-open .bubble-actions,.msg-row:focus-within .bubble-actions{opacity:1;pointer-events:auto}@media (hover: hover) and (pointer: fine){.msg-row:hover .bubble-actions{opacity:1;pointer-events:auto}}@media (pointer: coarse){.bubble-actions{opacity:1;pointer-events:auto}.bubble-action-btn--reply{display:none}.bubble-action-btn--more{width:36px;height:36px;opacity:1;background:transparent;box-shadow:none}}.bubble-action-btn{width:28px;height:28px;padding:0;border:none;border-radius:50%;background:var(--surface);color:var(--text-muted);box-shadow:var(--shadow-subtle);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .1s var(--ease-out),background .12s ease,color .12s ease}.bubble-action-btn:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.bubble-action-btn:hover{background:var(--surface-hover);color:var(--text)}}.msg-action-menu{position:fixed;z-index:90;min-width:204px;padding:6px;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-card),0 16px 40px #00000038;transform-origin:var(--menu-origin, top left);animation:msg-action-menu-in .15s var(--ease-out)}html.night .msg-action-menu{border-color:#3a3a3a}@keyframes msg-action-menu-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion: reduce){.msg-action-menu,.header-dropdown,.sidebar-tools-scrim{animation:none}}.msg-action-item{display:flex;align-items:center;gap:10px;width:100%;min-height:40px;padding:8px 10px;border:none;border-radius:10px;background:none;color:var(--text);font-family:var(--font-sans);font-size:14px;line-height:1.3;cursor:pointer;text-align:left;transition:background .12s ease,transform .1s var(--ease-out)}.msg-action-item svg{flex-shrink:0;color:var(--text-muted)}.msg-action-item:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.msg-action-item:hover{background:var(--bg-1)}}.msg-action-status{margin-top:4px;padding:8px 10px;font-size:12px;color:var(--accent);font-weight:600}.admin-reply-bar{display:flex;align-items:center;gap:4px;padding:8px 6px 0 12px}.admin-reply-main{flex:1;display:flex;align-items:stretch;gap:8px;min-width:0;border:none;background:none;padding:2px 4px 8px 0;cursor:pointer;text-align:left;font:inherit;color:inherit}.admin-reply-line{width:3px;border-radius:3px;background:var(--accent);flex-shrink:0;align-self:stretch;min-height:28px}.admin-reply-thumb{width:36px;height:36px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--bg-3);align-self:center}.admin-reply-body{flex:1;display:flex;flex-direction:column;min-width:0;justify-content:center}.admin-reply-author{font-size:13px;font-weight:600;color:var(--accent)}.admin-reply-text{font-size:13px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-reply-close{width:32px;height:32px;border:none;border-radius:50%;background:none;cursor:pointer;color:var(--text-muted);padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .12s ease,color .12s ease,transform .1s var(--ease-out)}.admin-reply-close:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.admin-reply-close:hover{background:var(--bg-1);color:var(--text)}}.bubble-product-cards{display:flex;flex-direction:column;gap:6px}.bubble-product-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:var(--bg-1);border:1px solid var(--border);min-width:200px}.sent .bubble-product-card{background:var(--sent-overlay);border-color:var(--sent-overlay-strong);color:var(--bubble-out-text)}.bpc-icon{width:36px;height:36px;border-radius:8px;background:var(--accent-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent)}.bpc-info{display:flex;flex-direction:column;gap:2px;min-width:0}.bpc-img{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--bg-3)}.bpc-name{font-size:13px;font-weight:500;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bpc-brand{font-size:11px;color:var(--text-muted)}.bpc-price{font-size:14px;font-weight:600;color:var(--accent)}.bpc-city{font-weight:500;color:var(--text-muted)}.sent .bpc-name,.sent .bpc-price{color:var(--bubble-out-text)}.sent .bpc-city,.sent .bpc-brand{color:var(--sent-muted)}.sent .bpc-icon{background:var(--sent-overlay-strong);color:var(--bubble-out-text)}.product-picker-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:94;border:none;background:#1c1a2466;cursor:pointer}.product-picker-modal{position:fixed;left:50%;bottom:max(24px,env(safe-area-inset-bottom,0px));transform:translate(-50%);width:min(440px,calc(100vw - 32px));z-index:95;border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:12px;max-height:min(70vh,560px);display:flex;flex-direction:column;gap:8px;box-shadow:var(--shadow-card)}.pp-modal-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.pp-modal-header-copy{display:flex;align-items:center;gap:8px;min-width:0}.pp-city-chip{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;background:var(--accent-light);color:var(--accent);font-size:12px;font-weight:600;white-space:nowrap}.pp-city-hint{margin:0;font-size:12px;color:var(--text-muted);line-height:1.35}.pp-modal-header button{width:36px;height:36px;border:none;background:var(--bg-2);cursor:pointer;font-size:22px;line-height:1;color:var(--text-muted);display:flex;align-items:center;justify-content:center;border-radius:10px}.pp-modal-header button:hover{background:var(--bg-3);color:var(--text)}.pp-search-input{padding:10px 12px;border:1px solid var(--border);border-radius:10px;font-size:14px;font-family:var(--font-sans);background:var(--bg-1);color:var(--text)}.pp-search-input:focus{outline:none;border-color:var(--accent)}.pp-results{overflow-y:auto;flex:1;min-height:0}.pp-loading,.pp-empty{font-size:13px;color:var(--text-muted);text-align:center;padding:16px 12px}.pp-result-row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;box-sizing:border-box;padding:8px;border:1px solid transparent;border-radius:12px;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit}.pp-result-row:hover{background:var(--bg-3)}.pp-result-row.is-selected{background:var(--accent-light);border-color:rgba(var(--accent-rgb),.4)}.pp-result-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.pp-result-name{font-size:13px;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pp-result-brand{font-size:11px;color:var(--text-muted)}.pp-result-img{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--bg-3)}.pp-result-img--empty{display:block}.pp-result-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.pp-result-stock{font-size:11px;color:#4caf50;white-space:nowrap}.pp-result-stock.is-out{color:var(--text-muted)}.pp-result-price{font-size:13px;font-weight:600;color:var(--accent);white-space:nowrap;display:flex;flex-direction:column;align-items:flex-end;gap:1px}.pp-result-old{font-size:11px;font-weight:500;color:var(--text-muted);text-decoration:line-through}.pp-result-added{font-size:10px;font-weight:600;color:var(--accent)}@media (max-width: 520px){.pending-products-actions{flex-direction:column;align-items:stretch}.pp-send-btn{width:100%;justify-content:center}}.pending-products-wrap{display:flex;flex-direction:column;gap:6px;margin-bottom:4px}.pending-products-list{display:flex;flex-direction:column;gap:4px}.pending-products-actions{display:flex;gap:8px;align-items:center}.pp-clear-btn{all:unset;cursor:pointer;font-size:12px;color:var(--text-muted);padding:6px 10px}.pp-clear-btn:hover{text-decoration:underline}.pending-product-preview{display:flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid var(--accent);border-radius:10px;background:var(--accent-light);margin-bottom:4px}.pp-img{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--bg-3)}.pp-icon{width:32px;height:32px;border-radius:8px;background:var(--accent-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent)}.pp-info{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.pp-name{font-size:13px;font-weight:500;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pp-price{font-size:13px;font-weight:600;color:var(--accent)}.pp-price-city{font-weight:500;color:var(--text-muted)}.pp-remove{all:unset;cursor:pointer;font-size:16px;color:var(--text-muted);width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%}.pp-remove:hover{background:var(--bg-2)}.pp-send-btn{all:unset;cursor:pointer;padding:6px 14px;border-radius:8px;background:var(--accent);color:#fff;font-size:12px;font-weight:500;white-space:nowrap}.pp-send-btn:hover{opacity:.9}.pp-send-btn:disabled{opacity:.5;cursor:not-allowed}.operator-stats-table{display:flex;flex-direction:column;gap:12px}.operator-stat-row{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--bg-1);border-radius:12px}.operator-stat-avatar{width:40px;height:40px;border-radius:50%;background:var(--bg-3);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:var(--text);flex-shrink:0;overflow:hidden}.operator-stat-avatar img{width:100%;height:100%;object-fit:cover}.operator-stat-info{display:flex;flex-direction:column;min-width:80px}.operator-stat-name{font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.operator-stat-login{font-size:11px;color:var(--text-muted)}.operator-stat-bars{flex:1;min-width:60px}.operator-stat-counts{display:flex;align-items:center;gap:2px;font-size:14px;font-weight:600;min-width:60px;justify-content:flex-end}.osc-total{color:var(--text)}.osc-sep{color:var(--text-muted);font-weight:400}.osc-closed{color:var(--green)}.profile-edit-block{display:flex;gap:24px;align-items:flex-start}.profile-avatar-edit{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.profile-avatar-img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--bg-3)}.profile-avatar-placeholder{width:80px;height:80px;border-radius:50%;background:var(--bg-3);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:var(--text)}.avatar-upload-btn{display:inline-flex;align-items:center;min-height:32px;font-size:13px;color:var(--accent);cursor:pointer;font-weight:600}@media (hover: hover) and (pointer: fine){.avatar-upload-btn:hover{opacity:.75}}.profile-fields{flex:1;min-width:0}.profile-fields .info-row,.profile-name-row{margin-bottom:16px}.profile-name-input-row{display:flex;gap:8px;margin-top:4px}.profile-name-input{flex:1;padding:8px 12px;border:1px solid var(--border);border-radius:10px;font-family:var(--font-sans);font-size:14px;background:var(--bg-1);color:var(--text)}.profile-name-input:focus{outline:none;border-color:var(--accent)}.msg-operator-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.msg-group.sent .msg-operator-header{flex-direction:row-reverse}.msg-op-avatar{width:24px;height:24px;border-radius:50%;background:var(--bg-3);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:var(--text);overflow:hidden;flex-shrink:0}.msg-op-avatar img{width:100%;height:100%;object-fit:cover}.msg-op-name{font-size:12px;font-weight:600;color:var(--text-muted)}.conv-list::-webkit-scrollbar,.chat-messages::-webkit-scrollbar,.details-panel::-webkit-scrollbar,.dashboard-main::-webkit-scrollbar,.settings-main::-webkit-scrollbar{width:6px}.conv-list::-webkit-scrollbar-thumb,.chat-messages::-webkit-scrollbar-thumb,.details-panel::-webkit-scrollbar-thumb,.dashboard-main::-webkit-scrollbar-thumb,.settings-main::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}.back-btn,.client-sheet-backdrop,.client-sheet-chrome,.client-sheet-handle,.client-sheet-toolbar{display:none}.client-sheet-title{margin:0;font:inherit}.client-sheet-body{display:contents}@media (max-width: 1100px){.app-shell{grid-template-columns:minmax(260px,360px) 1fr;position:fixed;top:var(--vv-offset-top, 0px);left:0;right:0;width:100%;padding:var(--page-chats-padding)}.sidebar,.chat-main,.dashboard-main,.settings-main{min-width:0}.profile-edit-block{gap:16px}.profile-fields{width:100%}.profile-name-input-row{flex-wrap:wrap}.profile-name-input-row .btn-action{width:100%}.profile-name-input{min-width:0}.app-shell>.details-panel,.app-shell>.client-sheet-backdrop{grid-column:1 / -1;grid-row:1;width:auto;height:auto;justify-self:stretch;align-self:stretch}.profile-avatar{width:72px;height:72px;font-size:24px}.chat-header-profile{cursor:pointer;border-radius:12px;padding:4px 6px 4px 0;margin:-4px 0}.chat-header-profile:active{background:var(--bg-2)}.search-input,.login-field input,.pp-search-input,.input-wrapper textarea,.assign-select,.guest-shift-note,.guest-order-dates-btn,.msg-search-input,.write-user-search-input,.profile-name-input{font-size:16px}.compose-row .attach-btn,.compose-row .send-btn{width:48px;height:48px}.header-btns .icon-btn{width:44px;height:44px}.input-wrapper{min-height:48px}.input-wrapper textarea{min-height:46px;padding:11px 14px;line-height:1.35}.product-picker-modal{left:0;right:0;bottom:0;transform:none;width:auto;max-height:min(78dvh,640px);margin:0;padding:8px 16px calc(16px + env(safe-area-inset-bottom,0px));border-radius:20px 20px 0 0;box-shadow:0 -12px 40px #1c1a242e}.product-picker-modal .client-sheet-handle{display:block}.pending-products-list{flex-direction:row;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.pending-product-preview{min-width:220px;flex-shrink:0}.pp-remove{width:44px;height:44px}.pp-send-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.assign-select,.guest-shift-note,.btn-action{min-height:44px}.chat-input-area{max-height:min(52dvh,420px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.client-sheet-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0000005c;opacity:0;pointer-events:none;transition:opacity .2s var(--ease-out)}html.night .client-sheet-backdrop{background:#0000008c}.client-sheet-backdrop.is-open{opacity:1;pointer-events:auto}.details-panel{display:flex;flex-direction:column;gap:0;position:fixed;left:0;right:0;bottom:0;z-index:90;max-height:min(92dvh,800px);height:min(92dvh,800px);margin:0;padding:0;overflow:hidden;border-radius:20px 20px 0 0;box-shadow:0 -12px 40px #1c1a2438;transform:translateY(110%);transition:transform .28s var(--ease-drawer);pointer-events:none;overscroll-behavior:contain}.details-panel.is-sheet-open{transform:translateY(0);pointer-events:auto}.client-sheet-chrome{display:flex;flex-direction:column;flex-shrink:0;padding:6px 16px 8px;background:var(--surface)}.client-sheet-handle{display:block;width:36px;height:5px;border-radius:99px;background:#3c3c4347;margin:4px auto 2px;flex-shrink:0}html.night .client-sheet-handle{background:#ffffff47}.client-sheet-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:12px;width:100%;min-height:44px;margin:0}.client-sheet-title{margin:0;flex:1 1 auto;min-width:0;max-width:calc(100% - 4.75rem);font-size:17px;font-weight:600;letter-spacing:-.022em;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.client-sheet-done{-moz-appearance:none;appearance:none;-webkit-appearance:none;flex:0 0 auto;margin:0 -4px 0 auto;padding:8px;min-height:44px;min-width:44px;border:none;border-radius:8px;background:transparent;color:var(--accent, #62b0f5);font:inherit;font-size:17px;font-weight:600;letter-spacing:-.022em;line-height:1.2;white-space:nowrap;cursor:pointer;transition:transform .1s var(--ease-out)}.client-sheet-done:active{transform:scale(.97)}.client-sheet-body{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0;overflow:hidden;padding:0 16px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.guest-card{flex:1;min-height:0;overflow:auto;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch}.guest-card--overview{overflow:hidden;padding-bottom:0}.guest-card--overview .guest-nav{position:relative;flex-shrink:0}.guest-card--overview .guest-overview-block,.guest-card--overview .guest-pane--overview{flex:1;min-height:0;display:flex;flex-direction:column;gap:0}.guest-card--overview .ov-body{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;padding-bottom:16px}.guest-card--overview .ov-dock{position:relative;flex-shrink:0;z-index:3;margin:0 -16px;padding:8px 12px calc(10px + env(safe-area-inset-bottom,0px));box-shadow:0 -12px 18px var(--surface);border-top:1px solid rgba(128,128,128,.14)}.guest-card--overview .ov-dock.is-sheet{max-height:min(58dvh,520px);overflow:auto}.details-panel .guest-head:not(.guest-head--compact){flex-direction:column;align-items:stretch;gap:10px}.details-panel .guest-quick{width:100%;margin:4px 0 0;justify-content:space-between;gap:2px}.guest-head:not(.guest-head--compact) .profile-name{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.details-panel .guest-head-avatar{display:none}.details-panel .guest-head:not(.guest-head--compact){flex-direction:column;flex-wrap:nowrap;align-items:stretch;text-align:left;gap:10px}.details-panel .guest-head-text{flex:none;width:100%}.details-panel .guest-quick{width:100%;margin:2px 0 0;justify-content:space-between;gap:2px}.details-panel .guest-quick-btn{flex:1;width:auto;min-width:0;font-size:11px}.details-panel .guest-quick-ico{width:44px;height:44px}.details-panel .guest-head-id{margin:6px 0 0}.guest-seg{margin:0;padding:0}.guest-seg-btn{min-height:44px;min-width:0;padding:10px 4px 8px;font-size:13px}.guest-seg-count{font-size:11px}.guest-chip{min-height:36px;padding:8px 12px;font-size:13px}.details-panel .guest-chips--head .guest-chip{min-height:0;padding:4px 10px;font-size:12px}.guest-order-seg-btn{min-height:36px;min-width:0;padding:6px 4px;font-size:13px;white-space:nowrap}.guest-order-seg-btn span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.guest-order-dates-btn,.guest-order-cal-day{min-height:44px;font-size:16px}.guest-order-preset{min-height:36px;padding:8px 10px}.guest-orders-sort{min-height:40px;padding:8px 2px 10px}}@media (pointer: coarse){.search-input,.login-field input,.pp-search-input,.input-wrapper textarea,.assign-select,.guest-shift-note,.guest-order-dates-btn,.msg-search-input,.write-user-search-input,.profile-name-input{font-size:16px}.sidebar-tools .icon-btn{width:44px;height:44px}.compose-hint{display:none}}@media (max-width: 760px){.app-shell{grid-template-columns:1fr;padding:0;gap:0;position:fixed;top:var(--vv-offset-top, 0px);left:0;right:0;width:100%;height:var(--app-height, 100dvh);max-height:var(--app-height, 100dvh)}.sidebar{border-radius:0;box-shadow:none}.chat-main{border-radius:0;box-shadow:none;display:none}.dashboard-main,.settings-main{border-radius:0;box-shadow:none;grid-column:1;padding:20px 16px calc(28px + env(safe-area-inset-bottom,0px));background:var(--surface);-webkit-overflow-scrolling:touch}.app-shell.has-chat .sidebar{display:none}.app-shell.has-chat .chat-main{display:flex}.guest-seg-btn{min-height:44px;padding:8px 2px;font-size:12px}.guest-card--overview .ov-dock-btn{min-height:52px;border-radius:16px}.app-shell--page{grid-template-rows:auto 1fr}.app-shell--page .sidebar{flex:none;min-height:0}.back-btn{display:flex}.page-chrome{margin:0 0 20px}.page-chrome h2{font-size:1.375rem;font-weight:600;letter-spacing:-.02em}.page-chrome .icon-btn{width:44px;height:44px}.stat-group{margin-bottom:22px}.stat-group-title{font-size:13px;font-weight:500;margin:0 4px 12px}.stat-grid,.stat-cards{grid-template-columns:1fr 1fr;gap:8px}.stat-cell,.stat-card{background:var(--surface);padding:14px 16px;border-radius:14px}.stat-value{font-size:1.625rem}.operator-stat-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto;grid-template-areas:"avatar info counts" "bar bar bar";gap:8px 10px;padding:12px;background:var(--surface)}.operator-stat-avatar{grid-area:avatar}.operator-stat-info{grid-area:info;min-width:0}.operator-stat-bars{grid-area:bar;min-width:0}.operator-stat-counts{grid-area:counts;min-width:max-content;flex-shrink:0}.settings-section{margin-bottom:24px;padding-bottom:0;border-bottom:none}.settings-section h3{font-size:13px;font-weight:500;color:var(--text-muted);margin:0 4px 8px}.settings-group{background:var(--surface);border-radius:14px;overflow:hidden;padding:4px 0}.settings-group .toggle-row{padding:12px 16px;margin:0;border-bottom:1px solid var(--border)}.settings-group .toggle-row:last-child{border-bottom:none}.settings-group .notif-sound-list{gap:0;margin:0}.settings-group .notif-sound-row{border:none;border-radius:0;border-bottom:1px solid var(--border);min-height:52px;padding:10px 16px}.settings-group .notif-sound-row:last-child{border-bottom:none}.settings-group .notif-sound-row.is-selected{background:var(--bg-1)}.settings-group .settings-telegram-actions{padding:8px 16px 12px;margin:0;flex-direction:column}.settings-group .qr-list-edit{margin:0;gap:0}.settings-group .qr-edit-row{background:transparent;border-radius:0;border-bottom:1px solid var(--border);padding:4px 8px 4px 16px}.settings-group .qr-edit-row:last-child{border-bottom:none}.settings-group .qr-remove-btn{margin:0}.settings-group .qr-add-row{flex-direction:column;padding:12px 16px;gap:10px;border-top:1px solid var(--border)}.settings-group .qr-add-row input{min-height:44px;font-size:16px}.settings-main .btn-inline{width:100%;min-height:44px;padding:12px 16px}.settings-section:last-child .btn-action.danger{background:var(--surface);border:none;min-height:52px;border-radius:14px}.profile-edit-block{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:14px;padding:14px 16px}.profile-avatar-edit{flex-shrink:0}.profile-fields{width:auto;flex:1;min-width:0}.profile-avatar-img,.profile-avatar-placeholder{width:56px;height:56px;font-size:22px;border-width:0}.profile-name-row{margin-bottom:8px}.profile-name-input-row{flex-direction:column}.profile-name-input{min-height:44px;font-size:16px}.sidebar-header{padding:14px 16px;padding-top:max(14px,env(safe-area-inset-top,0px))}.sidebar-tools .icon-btn{width:44px;height:44px}.sidebar-header .sidebar-tools-menu{left:12px;right:12px;transform-origin:34px top}.header-btns .icon-btn{width:44px;height:44px}.search-input,.login-field input,.pp-search-input,.input-wrapper textarea,.write-user-search-input{font-size:16px}.tabs{padding:0 8px}.tab{padding:10px 4px;font-size:14px}.tab-count{min-width:20px;height:20px}.conv-list{padding:8px 8px calc(12px + env(safe-area-inset-bottom,0px))}.conv-row{padding:8px 10px;gap:10px;min-height:72px}.conv-name{font-size:15px}.unread-badge{min-width:22px;height:22px;font-size:.75rem}.chat-header{padding:10px 10px 10px 8px;padding-top:max(10px,env(safe-area-inset-top,0px));gap:8px}.chat-header-name{font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-header-status{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-header-actions{gap:2px}.chat-header-actions .icon-btn{width:44px;height:44px}.chat-messages{padding:10px 10px 8px;gap:8px}.msg-group{max-width:86%}.bubble-actions{opacity:1;pointer-events:auto}.bubble-action-btn--reply{display:none}.bubble-action-btn--more{width:36px;height:36px;opacity:1;background:transparent;box-shadow:none}.chat-input-area{padding:6px 8px;gap:6px;max-height:min(46dvh,380px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-gutter:auto;background:var(--chat-bg);padding-bottom:max(8px,calc(env(safe-area-inset-bottom,0px) - var(--keyboard-inset, 0px)))}html.is-keyboard .chat-input-area{max-height:min(36dvh,280px);padding-bottom:6px}html.is-keyboard .quick-replies-bar{display:none}.compose-row{gap:0;align-items:flex-end}.compose-row .attach-btn,.compose-row .send-btn{width:44px;height:44px}.compose-row .attach-btn{color:var(--text-muted)}.input-wrapper{min-height:44px}.input-wrapper textarea{min-height:42px;padding:10px 8px}.compose-hint{display:none}.qr-toggle-btn{min-height:36px;padding:8px 12px;font-size:13px}.quick-replies{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:8px;padding-bottom:4px;margin:0 -4px;padding-left:4px;padding-right:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.quick-replies::-webkit-scrollbar{display:none}.qr-btn{flex-shrink:0;max-width:85vw;white-space:nowrap;padding:10px 14px;font-size:13px}.pending-files-wrap{padding:8px 10px}.dashboard-header h2,.settings-main h2,.page-chrome h2{font-size:1.375rem}.dashboard-header{flex-wrap:wrap;gap:8px}button,a,input,textarea,select{touch-action:manipulation}.login-card{padding:1.75rem 1.25rem;border-radius:20px}.pp-modal-header button{width:44px;height:44px}}@media (prefers-reduced-motion: reduce){.details-panel{transform:none;opacity:0;visibility:hidden;transition:opacity .2s ease}.details-panel.is-sheet-open{opacity:1;visibility:visible}.client-sheet-backdrop{transition:opacity .2s ease}.icon-btn,.send-btn,.client-sheet-done,.guest-fold-chevron,.btn-action,.guest-order-pick,.guest-order-seg-btn,.task-mine,.task-chip,.task-submit,.task-check,.task-doing,.task-row-open,.guest-orders-sort,.guest-order-preset,.guest-order-dates-btn,.guest-order-cal-chev,.guest-order-cal-title,.guest-order-cal-day,.guest-order-cal-year,.guest-order-cal-month,.guest-order-cal-done,.guest-order-teaser,.guest-note-teaser,.guest-head-link,.guest-seg-btn,.write-user-row,.write-user-done,.write-user-shortcut,.write-user-fab,.qr-toggle-btn,.qr-btn{transition:none}.guest-order-pick:active,.guest-order-seg-btn:active,.task-mine:active,.task-chip:active,.task-submit:active,.task-check:active,.task-doing:active,.task-row-open:active,.guest-orders-sort:active,.guest-order-preset:active,.guest-order-dates-btn:active,.guest-order-cal-chev:active,.guest-order-cal-title:active,.guest-order-cal-day:active,.guest-order-cal-year:active,.guest-order-cal-month:active,.guest-order-cal-done:active,.guest-order-teaser:active,.guest-note-teaser:active,.guest-head-link:active,.guest-seg-btn:active,.client-sheet-done:active,.write-user-row:active,.write-user-done:active,.write-user-shortcut:active,.write-user-fab:active,.qr-toggle-btn:active,.qr-btn:active{transform:none}}@media (prefers-contrast: more){.stat-cell,.settings-group,.header-dropdown{border:1px solid var(--text)}}.write-user-fab{position:absolute;right:16px;bottom:16px;width:54px;height:54px;border-radius:50%;border:none;background:var(--accent);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #00000073,0 4px 12px #00000047;z-index:6;transition:background .15s var(--ease-out),transform .1s var(--ease-out)}.write-user-fab:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.write-user-fab:hover{background:var(--accent-hover)}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#1c1a2473;display:flex;align-items:center;justify-content:center;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.write-user-modal{width:100%;max-width:440px;max-height:min(85vh,640px);display:flex;flex-direction:column;background:var(--surface);border-radius:16px;box-shadow:var(--shadow-card);overflow:hidden}.write-user-modal .client-sheet-handle{display:none}.write-user-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:8px 8px 8px 16px}.write-user-toolbar h3{margin:0;min-width:0;font-size:17px;font-weight:600;letter-spacing:-.022em;line-height:1.2}.write-user-done{-moz-appearance:none;appearance:none;-webkit-appearance:none;flex-shrink:0;margin:0;padding:8px;min-height:44px;min-width:44px;border:none;border-radius:8px;background:transparent;color:var(--accent);font:inherit;font-size:17px;font-weight:600;letter-spacing:-.022em;cursor:pointer;transition:transform .1s var(--ease-out)}.write-user-done:active{transform:scale(.97)}.write-user-done:disabled{opacity:.45;cursor:not-allowed}.write-user-body{display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;padding:0 16px calc(16px + env(safe-area-inset-bottom,0px))}.write-user-search{display:block;min-width:0}.write-user-search-input{width:100%;min-width:0;min-height:36px;box-sizing:border-box;border:none;border-radius:10px;padding:8px 12px;background:var(--grouped);color:var(--text);font:inherit;font-size:15px;letter-spacing:-.01em}.write-user-search-input:focus{outline:2px solid var(--accent);outline-offset:0}.write-user-shortcut{width:100%;min-height:44px;padding:10px 12px;border:none;border-radius:12px;background:var(--accent-light);color:var(--accent);font:inherit;font-size:15px;font-weight:600;letter-spacing:-.01em;text-align:left;cursor:pointer;transition:transform .1s var(--ease-out)}.write-user-shortcut:active{transform:scale(.97)}.write-user-shortcut:disabled{opacity:.6;cursor:wait}.write-user-hint,.write-user-empty{margin:0;font-size:13px;letter-spacing:.01em;color:var(--text-muted)}.write-user-empty{text-align:center;padding:12px 4px 8px}.write-user-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1;min-height:120px;background:var(--grouped);border-radius:12px}.write-user-list li+li .write-user-row{border-top:.5px solid var(--separator)}.write-user-row{width:100%;display:flex;align-items:center;gap:12px;text-align:left;padding:10px 16px;min-height:56px;border:none;border-radius:0;background:transparent;color:var(--text);font:inherit;cursor:pointer;transition:transform .1s var(--ease-out)}.write-user-row:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.write-user-row:hover:not(:disabled){background:var(--fill)}}.write-user-row:disabled{opacity:.6;cursor:wait}.write-user-ava{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--bg-3);color:var(--text);font-size:16px;font-weight:500}.write-user-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.write-user-name{font-size:17px;font-weight:400;letter-spacing:-.022em;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.write-user-meta{font-size:13px;letter-spacing:.01em;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 1100px){.modal-backdrop{align-items:flex-end;padding:0}.write-user-modal{max-width:none;max-height:min(92dvh,720px);height:min(92dvh,720px);border-radius:20px 20px 0 0}.write-user-modal .client-sheet-handle{display:block;margin:8px auto 0}.write-user-search-input{min-height:40px;font-size:16px;padding:8px 12px}}
