:root{--bg:#ffffff;--surface:#f6f6f7;--border:#e2e2e5;--text:#17171a;--muted:#6b6b73;--accent:#2f5bd7;--accent-text:#ffffff;--ok:#1a7f4b;--warn:#a86400;--danger:#b3261e;--radius:10px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:inherit}.wrap{max-width:1180px;margin:0 auto;padding:0 20px}.topbar{border-bottom:1px solid var(--border);padding:14px 0;margin-bottom:28px}.topbar .wrap{display:flex;align-items:center;gap:22px}.brand{font-weight:650;letter-spacing:-.01em;text-decoration:none}.topbar nav{display:flex;gap:18px;margin-left:auto}.topbar nav a{color:var(--muted);text-decoration:none;font-size:14px}.topbar nav a:hover{color:var(--text)}h1{font-size:26px;letter-spacing:-.02em;margin:0 0 6px}h2{font-size:18px;letter-spacing:-.01em;margin:0 0 12px}.sub{color:var(--muted);margin:0 0 24px}.grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-decoration:none;display:block;background:var(--bg)}.card:hover{border-color:#c9c9cf}.card img{width:100%;display:block;background:var(--surface)}.card .body{padding:12px 14px 14px}.card .name{font-weight:550}.card .meta{color:var(--muted);font-size:13px;margin-top:2px}.btn{display:inline-block;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;padding:9px 16px;font:inherit;font-size:14px;cursor:pointer;text-decoration:none}.btn:hover{background:var(--surface)}.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.btn-primary:hover{filter:brightness(1.08);background:var(--accent)}.btn:disabled{opacity:.5;cursor:default}input,select,textarea{font:inherit;padding:9px 11px;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);width:100%}label{display:block;font-size:13px;color:var(--muted);margin-bottom:5px}.field{margin-bottom:14px}.row{display:flex;gap:12px;flex-wrap:wrap}.row>*{flex:1 1;min-width:160px}table{width:100%;border-collapse:collapse}td,th{text-align:left;padding:11px 12px;border-bottom:1px solid var(--border);font-size:14px}th{color:var(--muted);font-weight:500;font-size:13px}.tag,tbody tr:hover{background:var(--surface)}.tag{display:inline-block;font-size:12px;padding:3px 9px;border-radius:999px;border:1px solid var(--border);color:var(--muted);white-space:nowrap}.tag-active{background:#eaf0ff;border-color:#c9d8ff;color:#1e3f9e}.tag-ok{background:#e8f6ee;border-color:#bde3cd;color:var(--ok)}.tag-warn{background:#fdf3e2;border-color:#f0dcb4;color:var(--warn)}.panel{border:1px solid var(--border);border-radius:var(--radius);padding:18px}.muted{color:var(--muted)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.stack{display:flex;flex-direction:column;gap:14px}.split{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:28px;gap:28px;align-items:start}@media (max-width:900px){.split{grid-template-columns:1fr}}.crm-shell{display:grid;grid-template-columns:232px 1fr;min-height:100vh}.crm-side{border-right:1px solid var(--border);background:var(--surface);padding:18px 0;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh}.crm-side .logo{font-weight:650;letter-spacing:-.01em;padding:0 18px 18px;text-decoration:none;font-size:15px}.crm-nav{display:flex;flex-direction:column;gap:2px;padding:0 10px}.crm-nav a{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:8px;text-decoration:none;color:var(--muted);font-size:14px}.crm-nav a:hover{background:#ececee;color:var(--text)}.crm-nav a.active{background:var(--bg);color:var(--text);font-weight:550;box-shadow:0 1px 2px #0000000f}.crm-nav .count{margin-left:auto;background:var(--accent);color:#fff;border-radius:999px;font-size:11px;padding:1px 7px;font-weight:600}.crm-side .who{margin-top:auto;padding:14px 18px 0;border-top:1px solid var(--border);font-size:13px;color:var(--muted)}.crm-main{padding:14px 28px;min-width:0}.customer-grid{display:grid;grid-template-columns:300px 1fr;grid-gap:26px;gap:26px;align-items:start}@media (max-width:1000px){.crm-shell,.customer-grid{grid-template-columns:1fr}.crm-side{position:static;height:auto}}.info-row{display:flex;gap:10px;padding:8px 0;border-bottom:1px solid var(--border);font-size:14px}.info-row:last-child{border-bottom:none}.info-row .k{color:var(--muted);min-width:96px;font-size:13px}.info-row .v{flex:1 1;word-break:break-word}.timeline{position:relative;padding-left:26px}.timeline:before{content:"";position:absolute;left:7px;top:6px;bottom:6px;width:2px;background:var(--border)}.tl-item{position:relative;padding:0 0 20px}.tl-item:before{content:"";position:absolute;left:-23px;top:5px;width:10px;height:10px;border-radius:50%;background:var(--bg);border:2px solid var(--border)}.tl-item.in:before{background:var(--accent)}.tl-item.in:before,.tl-item.out:before{border-color:var(--accent)}.tl-item.order:before{border-color:var(--ok);background:var(--ok)}.tl-when{font-size:12px;color:var(--muted)}.tl-title{font-weight:550;font-size:14px;margin-top:2px}.tl-detail{margin-top:3px}.tl-bubble,.tl-detail{font-size:14px;white-space:pre-wrap}.tl-bubble{margin-top:5px;padding:9px 12px;border-radius:10px;background:var(--surface);max-width:640px}.tl-item.out .tl-bubble{background:#eaf0ff}.chan{display:inline-flex;align-items:center;gap:5px;font-size:12px;padding:2px 8px;border-radius:999px;border:1px solid var(--border);background:var(--bg);color:var(--muted)}.chan-SITE{border-color:#c9d8ff;background:#eff4ff;color:#1e3f9e}.chan-TELEGRAM{border-color:#bfe3f7;background:#eaf7fd;color:#12688f}.chan-VK{border-color:#c3d3ef;background:#eef3fc;color:#23477e}.chan-PHONE{border-color:#d8d8dc;background:#f3f3f4;color:#4a4a52}.composer{border:1px solid var(--border);border-radius:var(--radius);padding:12px;background:var(--bg)}.composer textarea{border:none;padding:0;resize:vertical}.composer textarea:focus{outline:none}.composer-bar{display:flex;align-items:center;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid var(--border)}.composer-bar select{width:auto;padding:6px 9px;font-size:13px}.chat-grid{display:grid;grid-template-columns:320px 1fr;grid-gap:24px;gap:24px;align-items:start}@media (max-width:1000px){.chat-grid{grid-template-columns:1fr}}.chat-list{display:flex;flex-direction:column;gap:6px;max-height:78vh;overflow-y:auto}.chat-item{display:block;text-decoration:none;border:1px solid var(--border);border-left:3px solid transparent;border-radius:8px;padding:10px 12px;background:var(--bg)}.chat-item.active{border-left-color:var(--accent);background:var(--surface)}.chat-item .top{display:flex;align-items:center;gap:8px}.chat-item .preview{font-size:13px;color:var(--muted);margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-feed{display:flex;flex-direction:column;gap:6px;overflow-y:auto;padding:18px 16px;background:#f0ede6;border:1px solid var(--border);border-radius:var(--radius);min-height:260px}.sys-pill{align-self:center;text-align:center;font-size:12.5px;color:#57606a;background:#e3e0d9;border-radius:8px;padding:4px 12px;margin:6px 0;max-width:78%}.sys-pill a{color:inherit}.sys-pill .sys-detail{display:block;font-size:11.5px;opacity:.8;margin-top:1px}.msg-row{display:flex}.msg-row.left{justify-content:flex-start}.msg-row.right{justify-content:flex-end}.bubble{max-width:68%;padding:7px 11px 5px;border-radius:10px;font-size:14px;white-space:pre-wrap;word-break:break-word;box-shadow:0 1px 1px #00000014}.msg-row.left .bubble{background:#ffffff;border-top-left-radius:3px}.msg-row.right .bubble{background:#d9fdd3;border-top-right-radius:3px}.bubble .meta{display:flex;align-items:center;gap:6px;justify-content:flex-end;font-size:11px;color:#667085;margin-top:3px}.bubble .meta .chan{font-size:10.5px;padding:1px 6px}.bubble .author{font-size:11.5px;font-weight:600;color:#1e6ba8;margin-bottom:2px}.bubble img.att{max-width:260px;border-radius:8px;display:block;margin-top:4px}.bubble a.att-file{display:inline-block;margin-top:4px;font-size:13px}.msg-warn{align-self:center;font-size:12px;color:var(--warn)}.composer2{display:flex;align-items:flex-end;gap:8px;border:1px solid var(--border);border-radius:12px;background:var(--bg);padding:8px 10px}.composer2 textarea{border:none;padding:6px 2px;resize:none;max-height:140px;flex:1 1}.composer2 textarea:focus{outline:none}.composer2 .icon-btn{border:none;background:none;font-size:19px;color:var(--muted);cursor:pointer;padding:6px;border-radius:8px;flex:0 0 auto}.composer2 .icon-btn:hover{background:var(--surface);color:var(--text)}.composer2 select{width:auto;padding:6px 8px;font-size:13px;flex:0 0 auto}.att-chip{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:3px 9px;margin-bottom:6px}.att-chip button{border:none;background:none;cursor:pointer;color:var(--muted);font-size:14px}.client-head{display:flex;align-items:center;gap:14px;border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px;cursor:pointer;background:var(--bg)}.client-head:hover{background:var(--surface)}.client-head .ava{width:42px;height:42px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex:0 0 auto}.client-head .nm{font-weight:600;font-size:15px}.client-head .ln{font-size:13px;color:var(--muted);margin-top:1px}.client-head .right-part{margin-left:auto;text-align:right;font-size:13px;color:var(--muted)}.crm-topbar{display:flex;justify-content:flex-end;align-items:center;padding:0 0 10px}.staff-menu{position:relative}.staff-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);background:var(--bg);border-radius:999px;padding:6px 14px 6px 7px;font:inherit;font-size:13.5px;cursor:pointer}.staff-btn:hover{background:var(--surface)}.staff-btn .dot{width:26px;height:26px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.staff-drop{position:absolute;right:0;top:calc(100% + 6px);background:var(--bg);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #00000018;min-width:210px;z-index:50;overflow:hidden}.staff-drop a,.staff-drop button{display:block;width:100%;text-align:left;padding:10px 14px;border:none;background:none;font:inherit;font-size:14px;cursor:pointer;text-decoration:none;color:var(--text)}.staff-drop a:hover,.staff-drop button:hover{background:var(--surface)}.staff-drop .sep{border-top:1px solid var(--border)}.chat-pane{display:flex;flex-direction:column;gap:12px;height:calc(100vh - 214px);min-height:420px}.chat-pane .chat-feed{flex:1 1;min-height:0;height:auto!important}.chat-grid{align-items:stretch}.chat-list{max-height:calc(100vh - 214px)}.icon-link{min-width:0;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--border);border-radius:50%;text-decoration:none;font-size:16px;flex:0 0 auto}.icon-link:hover{background:var(--surface)}.card-page{display:grid;grid-template-columns:minmax(280px,1fr) 2fr;grid-gap:22px;gap:22px;height:calc(100vh - 96px);align-items:stretch}.card-left{min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.card-left .client-head{cursor:default}.card-page .chat-pane{height:100%;min-height:0}@media (max-width:1000px){.card-page{grid-template-columns:1fr;height:auto}}.modal-back{position:fixed;inset:0;background:#0c0c0e66;display:flex;align-items:center;justify-content:center;z-index:100;padding:24px}.modal-card{text-align:left;background:var(--bg);border-radius:14px;box-shadow:0 24px 60px #00000030;width:min(1100px,100%);height:min(760px,100%);display:grid;grid-template-columns:300px 1fr;overflow:hidden}@media (max-width:900px){.modal-card{grid-template-columns:1fr}}.modal-side{border-right:1px solid var(--border);padding:18px;overflow-y:auto}.modal-main{display:flex;flex-direction:column;min-width:0;padding:14px 18px 18px;gap:10px}.modal-main .chat-feed{flex:1 1;min-height:0;height:auto!important}.modal-head{display:flex;align-items:center;gap:10px}.modal-close{flex:0 0 auto;min-width:0;margin-left:auto;border:1px solid var(--border);background:var(--bg);border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:15px;color:var(--muted)}.modal-close:hover{background:var(--surface);color:var(--text)}.client-card-link{cursor:pointer;text-align:left;width:100%;border:1px solid var(--border);background:var(--bg);border-radius:var(--radius);padding:18px;font:inherit}.client-card-link:hover{background:var(--surface)}.order-list{display:flex;flex-direction:column;gap:6px;max-height:calc(100vh - 150px);overflow-y:auto}.order-item{display:block;text-decoration:none;border:1px solid var(--border);border-left:3px solid transparent;border-radius:8px;padding:9px 11px;background:var(--bg)}.order-item.active{border-left-color:var(--accent);background:var(--surface)}.order-item .num{font-size:13px;font-weight:600}.order-item .who{font-size:13px;color:var(--muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-item-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.status-mini{flex:0 0 auto;font-size:11px;padding:1px 7px;white-space:nowrap}.station-grid{display:grid;grid-template-columns:minmax(280px,1fr) 3fr;grid-gap:22px;gap:22px;align-items:start;height:calc(100vh - 96px)}@media (max-width:1000px){.station-grid{grid-template-columns:1fr;height:auto}}.queue-pane{display:flex;flex-direction:column;min-height:0;height:100%}.queue-filters{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.queue-filters a{font-size:12.5px;padding:4px 10px;border-radius:999px;border:1px solid var(--border);text-decoration:none;color:var(--muted);background:var(--bg);white-space:nowrap}.queue-filters a:hover{background:var(--surface);color:var(--text)}.queue-filters a.active{background:var(--text);border-color:var(--text);color:#fff}.queue-list{display:flex;flex-direction:column;gap:7px;overflow-y:auto;min-height:0}.queue-card{display:block;text-decoration:none;border:1px solid var(--border);border-left:5px solid var(--st-color,var(--border));border-radius:9px;padding:10px 12px;background:var(--bg)}.queue-card.active,.queue-card:hover{background:var(--surface)}.queue-card.active{box-shadow:inset 0 0 0 1px var(--st-color)}.queue-card .top{display:flex;align-items:center;justify-content:space-between;gap:8px}.queue-card .goods{font-size:13px;color:var(--muted);margin-top:3px}.queue-card .meta{font-size:12px;color:var(--muted);margin-top:4px;display:flex;gap:10px}.st-APPROVED,.st-NEW{--st-color:#2f5bd7}.st-IN_PRODUCTION{--st-color:#a86400}.st-PRODUCED{--st-color:#1a7f4b}.st-PACKED{--st-color:#6b3fa0}.st-SHIPPED{--st-color:#6b6b73}.st-chip{flex:0 0 auto;font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;white-space:nowrap;color:#fff;background:var(--st-color,var(--muted))}.task-pane{overflow-y:auto;height:100%;min-height:0;padding-right:4px}.queue-empty{border:1px dashed var(--border);border-radius:var(--radius);padding:28px;text-align:center;color:var(--muted)}.stock-grid{display:grid;grid-template-columns:190px 1fr;grid-gap:24px;gap:24px;align-items:start}@media (max-width:900px){.stock-grid{grid-template-columns:1fr}}.stock-cats{display:flex;flex-direction:column;gap:2px}.stock-cats a{display:flex;justify-content:space-between;gap:8px;padding:7px 10px;border-radius:8px;text-decoration:none;color:var(--muted);font-size:14px}.stock-cats a.active,.stock-cats a:hover{background:var(--surface);color:var(--text)}.stock-cats a.active{font-weight:550}.stock-cats a.subcat{padding-left:24px;font-size:13px}.stock-cats .cnt{color:var(--muted);font-size:12px}.stock-thumb{width:34px;height:42px;object-fit:cover;border-radius:6px;border:1px solid var(--border);background:var(--surface);flex:0 0 auto}.error{color:var(--danger);font-size:14px;margin:4px 0 10px}.shf{min-height:100vh;background:#efefef;color:#111;display:flex}.shf-rail{position:fixed;top:0;left:0;bottom:0;width:46px;z-index:30;background:#0b0b0d;display:flex;flex-direction:column;align-items:center;gap:34px;padding:26px 0}.shf-rail a{color:#fff;text-decoration:none;font-size:13px;font-weight:600;letter-spacing:.1em;writing-mode:vertical-rl;transform:rotate(180deg);opacity:.85;text-transform:uppercase}.shf-rail a:hover{opacity:1}.shf-body{flex:1 1;min-width:0;margin-left:46px;display:flex;flex-direction:column;min-height:100vh}.shf-hero{background:#0b0b0d;color:#fff;overflow:hidden}.shf-hero img.bg{width:100%;display:block}.shf-hero-fallback{padding:72px 24px;text-align:center}.shf-hero-fallback h1{font-size:clamp(30px,5vw,52px);font-weight:800;letter-spacing:-.02em;margin:12px 0 8px;color:#fff}.shf-hero-fallback p{color:#bbb;max-width:560px;margin:0 auto}.shf-ticker{background:var(--accent);color:#fff;overflow:hidden;white-space:nowrap;padding:9px 0;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:13px}.shf-ticker-track{display:inline-block;animation:shf-marquee 22s linear infinite}@keyframes shf-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.shf-h{text-align:center;font-size:clamp(24px,3.6vw,36px);font-weight:800;letter-spacing:-.02em;margin:52px 0 30px}.shf-wrap{width:100%;max-width:1140px;margin:0 auto;padding:0 26px}.shf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:22px;gap:22px}.shf-card{background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;position:relative;transition:transform .16s ease,box-shadow .16s ease}.shf-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(0,0,0,.14)}.shf-card .im{position:relative;display:flex;justify-content:center;padding:10px 10px 0}.shf-card .im img.photo{width:100%;display:block;border-radius:10px}.shf-badge{position:absolute;top:14px;left:14px;z-index:2;background:var(--accent);color:#fff;font-size:12px;font-weight:700;padding:5px 12px;border-radius:999px}.shf-card .bd{padding:14px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1 1}.shf-card .ttl{font-weight:600;line-height:1.3}.shf-price{font-size:21px;font-weight:800;margin-top:auto}.shf-buy{display:block;width:100%;text-align:center;background:var(--accent);color:#fff;font-weight:700;font-size:15px;border:none;border-radius:10px;padding:11px 0;cursor:pointer}.shf-buy:hover{filter:brightness(1.08)}.shf-panel{background:#fff;border-radius:16px;padding:22px}.shf-foot{margin-top:72px;padding:30px 24px 42px;background:#0b0b0d;color:#8b8b93;font-size:13px;text-align:center;line-height:1.7}.shf-foot strong{color:#fff}@media (max-width:640px){.shf-rail{width:38px;gap:24px}.shf-body{margin-left:38px}}.shf-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.shf-thumbs button{padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;background:none;line-height:0}.shf-thumbs button.active{border-color:var(--accent)}.shf-thumbs img{width:72px;height:72px;object-fit:cover;display:block}.shf-card .im img.photo{aspect-ratio:1/1;object-fit:cover}.shf-cart-line{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid #ececec}.shf-cart-line:last-of-type{border-bottom:none}.shf-cart-line .ph,.shf-cart-line img{width:56px;height:56px;border-radius:10px;object-fit:cover;background:#f0f0f0;flex:0 0 auto;display:block}.shf-qty{display:flex;align-items:center;gap:4px;flex:0 0 auto}.shf-qty button{width:28px;height:28px;border:1px solid #ddd;background:#fff;border-radius:8px;cursor:pointer;font-size:15px;line-height:1}.shf-qty button:hover{background:#f5f5f5}.shf-qty span{min-width:26px;text-align:center;font-weight:600}.shf-x{border:none;background:none;color:#b3261e;cursor:pointer;font-size:14px;flex:0 0 auto;padding:4px}.shf-card .dsc{color:#777;font-size:13px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shf-modal-back{position:fixed;inset:0;z-index:60;background:rgba(10,10,12,.55);display:flex;align-items:flex-start;justify-content:center;padding:4vh 16px;overflow-y:auto}.shf-modal{background:#fff;color:#111;border-radius:18px;width:100%;padding:22px 24px 26px;box-shadow:0 24px 70px rgba(0,0,0,.3);animation:shf-pop .16s ease}@keyframes shf-pop{0%{transform:translateY(10px);opacity:0}to{transform:none;opacity:1}}.shf-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.shf-modal-head h2{font-size:22px;letter-spacing:-.02em}.shf-modal-close{border:none;background:#f0f0f0;width:34px;height:34px;border-radius:50%;font-size:15px;cursor:pointer;flex:0 0 auto;line-height:1}.shf-modal-close:hover{background:#e4e4e4}.shf-modal-product{display:grid;grid-template-columns:1fr 1fr;grid-gap:26px;gap:26px;align-items:start}@media (max-width:760px){.shf-modal-product{grid-template-columns:1fr}}.shf-modal-body .split{grid-template-columns:1fr;gap:16px}.shf-modal-body .shf-panel{padding:0;border-radius:0}.shf-fab{position:fixed;right:26px;bottom:26px;z-index:70;width:58px;height:58px;border-radius:50%;border:none;cursor:pointer;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 28px rgba(0,0,0,.28);transition:transform .15s ease}.shf-fab:hover{transform:scale(1.06)}.shf-fab.pulse{animation:shf-fab-pulse .4s ease}@keyframes shf-fab-pulse{0%{transform:scale(1)}40%{transform:scale(1.18)}to{transform:scale(1)}}.shf-fab .cnt{position:absolute;top:-4px;right:-4px;background:#0b0b0d;color:#fff;font-size:12px;font-weight:700;min-width:22px;height:22px;border-radius:999px;justify-content:center;padding:0 6px;border:2px solid #fff}.shf-fab .cnt,.shf-ship{display:flex;align-items:center}.shf-ship{gap:10px;padding:9px 0;cursor:pointer;font-size:15px;color:#111}.shf-ship input{width:auto;flex:0 0 auto;accent-color:var(--accent)}.shf-ship .ttl{font-weight:700;flex:0 0 auto}.shf-ship .meta{color:#888;font-weight:500}.ib{display:grid;grid-template-columns:300px minmax(0,1fr) 296px;grid-gap:0;gap:0;height:calc(100vh - 72px);border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--bg)}@media (max-width:1200px){.ib{grid-template-columns:260px minmax(0,1fr)}.ib-side{display:none}}@media (max-width:800px){.ib{grid-template-columns:1fr}.ib-list{display:none}}.ib-list{border-right:1px solid var(--border);display:flex;flex-direction:column;min-width:0;background:#fbfbfc}.ib-folders{display:flex;gap:4px;padding:10px 10px 8px;border-bottom:1px solid var(--border);flex-wrap:wrap}.ib-folders a{font-size:12.5px;padding:5px 10px;border-radius:7px;text-decoration:none;color:var(--muted);white-space:nowrap}.ib-folders a:hover{background:#eeeef1;color:var(--text)}.ib-folders a.active{background:var(--accent);color:#fff;font-weight:600}.ib-folders .cnt{opacity:.75;margin-left:3px}.ib-scroll{overflow-y:auto;flex:1 1}.ib-row{display:flex;gap:10px;padding:11px 12px;text-decoration:none;color:inherit;border-bottom:1px solid #eeeef1;position:relative;align-items:flex-start}.ib-row:hover{background:#f3f3f5}.ib-row.active{background:#fff;box-shadow:inset 3px 0 0 var(--accent)}.ib-ava,.ib-row.unread .ib-name{font-weight:700}.ib-ava{width:34px;height:34px;border-radius:50%;flex:0 0 auto;display:flex;align-items:center;justify-content:center;font-size:12.5px;color:#fff;letter-spacing:.02em}.ib-main{min-width:0;flex:1 1}.ib-top{display:flex;align-items:baseline;gap:6px}.ib-name{font-size:13.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ib-time{margin-left:auto;font-size:11.5px;flex:0 0 auto}.ib-prev,.ib-time{color:var(--muted)}.ib-prev{font-size:12.5px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ib-badges{display:flex;align-items:center;gap:5px;margin-top:5px}.ib-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex:0 0 auto}.ib-closed-tag{font-size:11px;color:var(--ok);background:#e8f6ee;border-radius:999px;padding:1px 7px}.ib-conv{flex-direction:column;min-width:0}.ib-conv,.ib-head{display:flex;background:var(--bg)}.ib-head{align-items:center;gap:10px;padding:11px 16px;border-bottom:1px solid var(--border);flex:0 0 auto}.ib-head .nm{font-weight:650;font-size:14.5px}.ib-head .sub2{font-size:12.5px;color:var(--muted);display:flex;align-items:center;gap:6px}.ib-actions{margin-left:auto;display:flex;gap:6px;flex:0 0 auto}.ib-btn{border:1px solid var(--border);background:var(--bg);border-radius:8px;padding:6px 12px;font:inherit;font-size:13px;cursor:pointer;color:var(--text);display:inline-flex;align-items:center;gap:6px;text-decoration:none}.ib-btn:hover{background:var(--surface)}.ib-btn-primary{background:var(--ok);border-color:var(--ok);color:#fff}.ib-btn-primary:hover{filter:brightness(1.06);background:var(--ok)}.ib-body{flex:1 1;min-height:0;display:flex;flex-direction:column}.ib-empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--muted);font-size:14px}.ib-side{border-left:1px solid var(--border);overflow-y:auto;padding:16px 14px;background:#fbfbfc}.ib-side h3{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:18px 0 8px;font-weight:600}.ib-side h3:first-of-type{margin-top:0}.ib-side .kv{display:flex;gap:8px;font-size:13px;padding:5px 0}.ib-side .kv .k{color:var(--muted);min-width:74px;flex:0 0 auto}.ib-side .kv .v{word-break:break-word}.ib-profile{text-align:center;padding-bottom:14px;border-bottom:1px solid var(--border)}.ib-profile .ava-big{width:56px;height:56px;border-radius:50%;margin:0 auto 8px;display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:700;color:#fff}.ib-profile .nm{font-weight:650;font-size:15px}.ib-profile .ph{font-size:13px;color:var(--muted);margin-top:2px}.ib-order{display:block;text-decoration:none;color:inherit;border:1px solid var(--border);border-radius:9px;padding:9px 11px;margin-bottom:7px;background:var(--bg)}.ib-order:hover{border-color:#c9c9cf}.ib-order .n{font-size:13px;font-weight:600}.ib-order .m{font-size:12px;color:var(--muted);margin-top:2px}.ic-launcher{position:fixed;right:20px;bottom:20px;z-index:90;width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;background:linear-gradient(135deg,#3b5bdb,#1c3faa);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(28,63,170,.38);transition:transform .16s ease,box-shadow .16s ease}.ic-launcher:hover{transform:scale(1.05);box-shadow:0 8px 26px rgba(28,63,170,.46)}.ic-launcher.open{background:#2b2b31;box-shadow:0 6px 18px rgba(0,0,0,.3)}.ic-badge{position:absolute;top:-2px;right:-2px;min-width:21px;height:21px;border-radius:999px;background:#e03131;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 6px;border:2px solid #fff}.ic-panel{position:fixed;right:20px;bottom:92px;z-index:90;width:380px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100vh - 130px);background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 44px rgba(0,0,0,.22);animation:ic-in .18s ease;color:#17171a}@keyframes ic-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.ic-head{background:linear-gradient(135deg,#3b5bdb,#1c3faa);color:#fff;padding:20px 20px 22px;position:relative;flex:0 0 auto}.ic-close{position:absolute;top:14px;right:14px;background:transparent;border:none;color:#fff;opacity:.8;cursor:pointer;padding:4px;line-height:0}.ic-close:hover{opacity:1}.ic-ava{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.22);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;border:2px solid rgba(255,255,255,.5)}.ic-hello{font-size:21px;font-weight:700;letter-spacing:-.01em;margin-top:12px}.ic-sub{font-size:13.5px;opacity:.9;margin-top:4px;line-height:1.45}.ic-feed{flex:1 1;overflow-y:auto;padding:16px 14px;background:#f7f7f9;gap:10px}.ic-empty,.ic-feed{display:flex;flex-direction:column}.ic-empty{margin:auto;text-align:center;color:#6b6b73;font-size:13.5px;gap:4px}.ic-empty strong{color:#17171a;font-size:15px}.ic-msg{display:flex;gap:8px;align-items:flex-end;max-width:100%}.ic-msg.mine{justify-content:flex-end}.ic-msg-ava{width:26px;height:26px;border-radius:50%;background:#1c3faa;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.ic-bubble{max-width:78%;padding:9px 12px;border-radius:16px;font-size:14px;line-height:1.45;background:#fff;border:1px solid #ebebef;word-break:break-word}.ic-msg.mine .ic-bubble{background:#3b5bdb;color:#fff;border-color:#3b5bdb;border-bottom-right-radius:5px}.ic-msg.theirs .ic-bubble{border-bottom-left-radius:5px}.ic-author{font-size:11.5px;font-weight:700;color:#1c3faa;margin-bottom:2px}.ic-text{white-space:pre-wrap}.ic-img{max-width:100%;border-radius:10px;display:block;margin-bottom:4px}.ic-time{font-size:10.5px;opacity:.6;margin-top:3px;text-align:right}.ic-composer{border-top:1px solid #ebebef;padding:10px 12px 8px;background:#fff;flex:0 0 auto}.ic-att{display:flex;align-items:center;gap:8px;margin-bottom:8px}.ic-att img{width:40px;height:40px;object-fit:cover;border-radius:8px}.ic-att button{border:none;background:#f0f0f3;border-radius:50%;width:22px;height:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#555}.ic-input{display:flex;align-items:flex-end;gap:6px;border:1px solid #dcdce2;border-radius:22px;padding:6px 6px 6px 14px}.ic-input:focus-within{border-color:#3b5bdb}.ic-input textarea{flex:1 1;outline:none;resize:none;font:inherit;font-size:14px;max-height:96px;padding:5px 0;width:auto}.ic-icon,.ic-input textarea{border:none;background:transparent}.ic-icon{color:#8a8a93;cursor:pointer;padding:6px;line-height:0;border-radius:50%}.ic-icon:hover{color:#17171a;background:#f2f2f5}.ic-send{border:none;background:#3b5bdb;color:#fff;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.ic-send:hover{filter:brightness(1.08)}.ic-send:disabled{background:#c8ccd8;cursor:default;filter:none}.ic-powered{text-align:center;font-size:11px;color:#9a9aa2;padding:7px 0 2px}@media (max-width:460px){.ic-panel{right:8px;left:8px;width:auto;bottom:84px;height:calc(100vh - 110px)}.ic-launcher{right:14px;bottom:14px}}