: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}