*{box-sizing:border-box;margin:0;padding:0}
:root{
--bg:#f4f6fa;--card:#fff;--line:#e7eaf0;--text:#151b2b;--muted:#6b7480;
--primary:#3454d1;--soft:#eef1ff;--red:#e5484d;--redsoft:#fff1f1;
--green:#12a150;--greensoft:#e9f9ef;--orange:#dd8511;--orangesoft:#fff5e6;
--purple:#7b5ea7;--r:14px;--sh:0 1px 2px rgba(20,30,60,.05),0 6px 18px rgba(20,30,60,.05)
}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Microsoft YaHei",sans-serif;
background:var(--bg);color:var(--text);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}
.wrap{max-width:1100px;margin:0 auto;padding:0 14px}
h1,h2,h3,h4{font-weight:650;line-height:1.3}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit;font-size:15px}
input,select,textarea{font-family:inherit;font-size:16px;color:var(--text);background:#fff;
border:1px solid var(--line);border-radius:10px;padding:10px 12px;width:100%;min-height:44px;outline:none}
textarea{min-height:80px;resize:vertical;line-height:1.5}
input:focus,select,textarea:focus{border-color:var(--primary)}
select{appearance:none;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7480' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
background-repeat:no-repeat;background-position:right 10px center;background-size:18px;padding-right:34px}
.icon{width:18px;height:18px;flex:none;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.icon.s{width:15px;height:15px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:0 14px;
border-radius:11px;font-size:14.5px;font-weight:560;background:#f1f3f8;color:var(--text);transition:.15s;white-space:nowrap}
.btn:active{transform:scale(.97)}
.btn.primary{background:var(--primary);color:#fff}
.btn.ghost{background:transparent;border:1px solid var(--line)}
.btn.danger{background:var(--redsoft);color:var(--red)}
.btn.sm{min-height:40px;padding:0 11px;font-size:13.5px;border-radius:9px}
.btn.icon-only{width:44px;padding:0}
.btn.xs{padding:0 9px;min-height:34px;font-size:13px;border-radius:8px}

.tip{display:flex;align-items:center;gap:9px;background:var(--orangesoft);color:#8a5a08;
border-radius:12px;padding:11px 13px;margin-bottom:12px;font-size:14px}
.tip button{margin-left:auto;color:#8a5a08;opacity:.7;font-size:13px}

/* today —— 概览顶部段，按模板简化为无卡片样式 */
.today{margin-top:14px}
.today .hd{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:4px 2px 12px;font-weight:680;font-size:16px}
.today .hd .cnt{background:var(--redsoft);color:var(--red);font-size:12.5px;padding:2px 8px;border-radius:20px;font-weight:650}
.today .hd .date{margin-left:10px;font-weight:400;font-size:13px;color:var(--muted)}
/* 紧急度速览：一行看全局分布，无需滚动 */
.today .legend{margin-left:auto;display:flex;gap:6px;flex-wrap:wrap}
.today .legend .lg{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:650;padding:3px 9px;border-radius:20px;white-space:nowrap}
.today .legend .lg i{width:7px;height:7px;border-radius:50%;flex:none}
.lg.od{background:var(--redsoft);color:var(--red)} .lg.od i{background:var(--red)}
.lg.tod{background:var(--orangesoft);color:var(--orange)} .lg.tod i{background:var(--orange)}
.lg.talk{background:#f3edff;color:var(--purple)} .lg.talk i{background:var(--purple)}
.lg.soon{background:#eef1ff;color:var(--primary)} .lg.soon i{background:var(--primary)}
.tlist{padding:0;display:flex;flex-direction:column;gap:10px}
/* 大屏自适应多列网格：客户卡片并排铺满，逐个客户扫读更轻松 */
.today-grid{display:grid;grid-template-columns:1fr;gap:14px;align-items:start;margin-top:2px}
@media(min-width:720px){.today-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}
@media(min-width:1680px){.today-grid{gap:18px}}
/* 客户分组：左侧色条按最紧急项染色，一眼扫出哪些客户要处理 */
.tgrp{border:1px solid var(--line);border-left-width:3px;border-radius:12px;overflow:hidden;background:#fff;
  box-shadow:var(--sh);transition:transform .15s ease,box-shadow .15s ease}
.tgrp:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(20,30,60,.10),0 16px 30px rgba(20,30,60,.07)}
.tgrp.od{border-left-color:var(--red)}.tgrp.tod{border-left-color:var(--orange)}
.tgrp.talk{border-left-color:var(--purple)}.tgrp.soon{border-left-color:var(--primary)}
.tgrp-hd{display:flex;align-items:center;gap:8px;padding:10px 12px;background:linear-gradient(90deg,#f6f8fc,#fff);border-bottom:1px solid var(--line);font-weight:700;font-size:15px}
.tgrp-hd .icon{width:18px;height:18px;stroke:var(--primary);flex:none}
.tgrp-hd .cn{flex:none}
.tgrp-hd .ccnt{margin-left:auto;font-weight:650;font-size:12.5px;color:var(--red);background:var(--redsoft);padding:2px 9px;border-radius:20px;white-space:nowrap}
/* 项目分组 */
.tproj{padding:2px 4px 4px}
.tproj + .tproj{border-top:1px solid var(--line)}
.tproj-hd{display:flex;align-items:center;gap:7px;padding:9px 10px 5px;font-size:13.5px;color:var(--text)}
.tproj-hd .icon{width:14px;height:14px;stroke:var(--muted);flex:none}
.tproj-hd .pn{font-weight:600}
.tproj-hd .pcnt{margin-left:auto;font-size:12px;font-weight:650;min-width:20px;text-align:center;padding:1px 7px;border-radius:20px;background:#f1f3f8;color:var(--muted)}
.tproj-hd .pcnt.od{background:var(--redsoft);color:var(--red)}
.tproj-hd .pcnt.tod{background:var(--orangesoft);color:var(--orange)}
.tproj-hd .pcnt.talk{background:#f3edff;color:var(--purple)}
.tproj-hd .pcnt.soon{background:#eef1ff;color:var(--primary)}
/* 概览项目标题上的快捷加需求按钮：紧凑、悬停显色，避免与计数胶囊抢视线 */
.tproj-hd .addbtn{width:26px;height:26px;border-radius:8px;flex:none;display:inline-flex;
  align-items:center;justify-content:center;color:var(--muted);background:transparent;transition:background .14s,color .14s}
.tproj-hd .addbtn:hover{background:var(--soft);color:var(--primary)}
.tproj-hd .addbtn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
/* 需求行 */
.titem{display:flex;align-items:flex-start;gap:10px;padding:10px 8px 11px;border-top:1px solid var(--line)}
.tproj .titem:first-child{border-top:none}
.tdot{width:8px;height:8px;border-radius:50%;margin-top:8px;flex:none;background:var(--muted)}
.tdot.od{background:var(--red)}.tdot.tod{background:var(--orange)}.tdot.soon{background:var(--primary)}.tdot.talk{background:var(--purple)}
.tmain{flex:1;min-width:0}
.tmain .t1{font-weight:600;font-size:15px}
.tmain .t2{font-size:12.5px;color:var(--muted);margin-top:2px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.od-txt{color:var(--red);font-weight:650}
.tacts{display:flex;gap:6px;flex:none}
.empty{padding:26px 16px;text-align:center;color:var(--muted);font-size:14px}
.empty svg{width:30px;height:30px;stroke:#c6ccd8;margin-bottom:6px}

/* ============ 概览 · 速记 / 提醒 ============ */
.notes-panel{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh);padding:13px 14px;margin-top:14px}
.np-hd{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px;margin-bottom:10px}
.np-hd .icon{width:18px;height:18px;stroke:var(--primary);flex:none}
.np-hd .np-cnt{background:var(--soft);color:var(--primary);font-size:12px;padding:2px 9px;border-radius:20px;font-weight:650}
.np-hd .np-clr{margin-left:auto;color:var(--muted);font-size:13px;min-height:34px;padding:0 10px}
.np-add{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.np-add input{flex:1;min-width:200px}
.np-types{display:flex;gap:4px;flex:none}
.nt{font-size:12.5px;padding:7px 11px;border-radius:8px;border:1px solid var(--line);background:#f7f8fb;color:var(--muted);font-weight:600;min-height:40px;cursor:pointer}
.nt.on{background:var(--primary);color:#fff;border-color:var(--primary)}
.np-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.note{display:flex;align-items:flex-start;gap:8px;width:min(340px,100%);background:#fbfcfe;border:1px solid var(--line);border-left:3px solid var(--muted);border-radius:10px;padding:9px 10px;transition:transform .12s,box-shadow .12s}
.note.pinned{border-left-color:var(--orange);background:#fffdf7;box-shadow:0 2px 10px rgba(221,133,17,.12)}
.note.done{opacity:.62}
.note-pin{font-size:16px;line-height:1;background:none;border:none;color:#c5cad6;cursor:pointer;padding:1px 3px;min-height:34px;border-radius:6px}
.note.pinned .note-pin{color:var(--orange)}
.note-pin:hover{background:#f0f1f5}
.note-dot{width:8px;height:8px;border-radius:50%;margin-top:6px;flex:none}
.note-body{flex:1;min-width:0}
.note-txt{font-size:13.5px;line-height:1.45;word-break:break-word;white-space:pre-wrap}
.note-txt.done-txt{text-decoration:line-through;color:var(--muted)}
.note-meta{font-size:11.5px;color:var(--muted);margin-top:3px}
.note-acts{display:flex;gap:4px;flex:none}
.np-empty{font-size:13px;color:var(--muted);padding:8px 2px}

.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0}
.stat{background:#fff;border-radius:12px;padding:12px 13px;box-shadow:var(--sh)}
.stat .n{font-size:22px;font-weight:700;letter-spacing:-.5px}
.stat .l{font-size:12.5px;color:var(--muted);margin-top:1px}
.stat.r .n{color:var(--red)}
@media(max-width:600px){.stats{grid-template-columns:repeat(2,1fr)}}

/* ============ 工作统计 ============ */
.stoolbar{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin:4px 0 14px}
.sp{font-size:13px;font-weight:650;padding:8px 14px;border-radius:20px;border:1px solid var(--line);background:#fff;color:var(--muted);min-height:40px;cursor:pointer}
.sp.on{background:var(--primary);color:#fff;border-color:var(--primary)}
.sp-sep{width:1px;height:22px;background:var(--line);margin:0 2px}
.sp-date{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:13px;margin-left:auto}
.sp-input{width:auto;min-width:132px;min-height:40px;padding:6px 10px}
.skpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
@media(max-width:600px){.skpis{grid-template-columns:repeat(2,1fr)}}
.duo{display:grid;grid-template-columns:1fr;gap:14px;margin-top:14px}
@media(min-width:860px){.duo{grid-template-columns:1fr 1fr}}
.spanel{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh);padding:14px 15px}
.spanel h4{font-size:14.5px;font-weight:700;margin-bottom:6px;display:flex;align-items:center;gap:7px}
.spanel h4 .dot{width:8px;height:8px;border-radius:50%;background:var(--primary);flex:none}
.sbar{margin:11px 0}
.sbar-top{display:flex;justify-content:space-between;align-items:baseline;font-size:13.5px;margin-bottom:6px;gap:8px}
.sbar-l{font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sbar-sub{color:var(--muted);font-weight:400;font-size:12px;margin-left:6px}
.sbar-v{color:var(--primary);font-weight:750;white-space:nowrap;font-size:13.5px}
.sbar-track{height:9px;background:#eef1f6;border-radius:6px;overflow:hidden}
.sbar-track i{display:block;height:100%;border-radius:6px;transition:width .3s ease}
.trend{margin-top:14px}
.tchart{display:flex;align-items:flex-end;gap:8px;height:230px;padding:24px 4px 0;border-bottom:1px solid var(--line)}
.tcol{flex:1;min-width:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}
.tcol-bar{flex:none;width:100%;max-width:56px;background:linear-gradient(180deg,#6f8bff,var(--primary));border-radius:7px 7px 0 0;min-height:3px}
.tcol-v{font-size:11.5px;font-weight:750;color:var(--text);margin-top:6px;white-space:nowrap}
.tcol-l{font-size:11px;color:var(--muted);margin-top:3px;white-space:nowrap}
@media(max-width:520px){.tcol-v{font-size:10.5px}.tcol-l{font-size:10px}}

/* cards */
.card{background:#fff;border-radius:var(--r);box-shadow:var(--sh);margin-bottom:12px;overflow:hidden}
.card .chd{display:flex;align-items:center;gap:10px;padding:13px 15px}
.card .chd .nm{font-weight:670;font-size:16px}
.card .chd .sub{font-size:12.5px;color:var(--muted)}
.sect-hd{display:flex;align-items:center;gap:10px;margin:4px 0 10px}
.sect-hd h3{font-size:15.5px}
.sect-hd .btn{margin-left:auto}

.plist{border-top:1px solid var(--line)}
.pitem{display:flex;align-items:center;gap:12px;padding:12px 15px;border-bottom:1px solid var(--line)}
.pitem:last-child{border-bottom:none}
.pitem:hover{background:#fafbfe}
.pinfo{flex:1;min-width:0;cursor:pointer}
.pinfo .p1{font-weight:600;display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.pinfo .p2{font-size:12.5px;color:var(--muted);margin-top:3px;display:flex;gap:10px;flex-wrap:wrap}

.tag{font-size:11.5px;padding:2px 7px;border-radius:6px;font-weight:600;background:#f1f3f8;color:var(--muted);white-space:nowrap}
.tag.p0{background:var(--redsoft);color:var(--red)}
.tag.p1{background:var(--orangesoft);color:var(--orange)}
.tag.p2{background:#f1f3f8;color:var(--muted)}
.tag.st-talk{background:#f3edff;color:var(--purple)}
.tag.st-todo{background:#eef1ff;color:var(--primary)}
.tag.st-doing{background:var(--orangesoft);color:var(--orange)}
.tag.st-check{background:#e6f6fb;color:#0d7490}
.tag.st-done{background:var(--greensoft);color:var(--green)}
.tag.on-hold{background:#f1f3f8;color:var(--muted)}

.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.filters select,.filters input{width:auto;min-width:120px;flex:1 1 140px;min-height:44px;font-size:15px;background:#fff}
.chips{display:flex;gap:7px;overflow-x:auto;padding-bottom:4px;margin-bottom:12px;-webkit-overflow-scrolling:touch}
.chips::-webkit-scrollbar{display:none}
.chip{min-height:38px;padding:0 13px;border-radius:20px;background:#fff;border:1px solid var(--line);
font-size:13.5px;font-weight:560;color:var(--muted);white-space:nowrap;display:flex;align-items:center;gap:5px}
.chip.on{background:var(--primary);border-color:var(--primary);color:#fff}
.chip .num{opacity:.7;font-size:12px}

.req{background:#fff;border-radius:12px;box-shadow:var(--sh);padding:13px 14px;margin-bottom:10px;
display:flex;gap:11px;align-items:flex-start}
.req.overdue{border-left:3px solid var(--red)}
.req .rmain{flex:1;min-width:0;cursor:pointer}
.req .rt{font-weight:620;font-size:15.3px;display:flex;gap:7px;align-items:center;flex-wrap:wrap}
.req .rt.done{color:var(--muted);text-decoration:line-through}
.req .rm{font-size:12.5px;color:var(--muted);margin-top:5px;display:flex;gap:9px;flex-wrap:wrap;align-items:center}
.req .racts{display:flex;flex-direction:column;gap:6px;flex:none}
@media(max-width:520px){.req{flex-wrap:wrap}.req .racts{flex-direction:row;width:100%}.req .racts .btn{flex:1}}

.bar{height:6px;background:#eef0f5;border-radius:6px;overflow:hidden;margin-top:7px}
.bar i{display:block;height:100%;background:var(--primary);border-radius:6px}

.tl{position:relative;padding-left:20px}
.tl:before{content:"";position:absolute;left:5px;top:6px;bottom:6px;width:2px;background:var(--line)}
.tlrow{position:relative;padding:9px 0}
.tlrow:before{content:"";position:absolute;left:-19px;top:15px;width:10px;height:10px;border-radius:50%;
background:#fff;border:2px solid var(--primary)}
.tlrow.k-沟通:before{border-color:var(--purple)}
.tlrow.k-开发:before{border-color:var(--orange)}
.tlrow.k-完成:before{border-color:var(--green)}
.tlrow.k-备注:before{border-color:var(--muted)}
.tlrow .tt{font-size:12px;color:var(--muted);display:flex;gap:7px;align-items:center;flex-wrap:wrap}
.tlrow .tc{font-size:14.5px;margin-top:2px;word-break:break-word}
.daygrp{background:#fff;border-radius:var(--r);box-shadow:var(--sh);padding:13px 15px;margin-bottom:11px}
.daygrp>h4{font-size:14.5px;margin-bottom:4px;display:flex;align-items:center;gap:8px}
.daygrp>h4 .c{font-weight:400;font-size:12.5px;color:var(--muted)}

.mask{position:fixed;inset:0;background:rgba(16,22,38,.45);z-index:60;display:none;
align-items:flex-end;justify-content:center;backdrop-filter:blur(2px)}
.mask.on{display:flex}
.modal{background:#fff;width:100%;max-width:600px;max-height:92vh;overflow-y:auto;
border-radius:18px 18px 0 0;padding:18px 16px calc(20px + env(safe-area-inset-bottom))}
@media(min-width:768px){.mask{align-items:center}.modal{border-radius:18px;max-height:88vh}}
.mhd{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.mhd h3{font-size:17px}
.mhd button{margin-left:auto;color:var(--muted);width:40px;height:40px;display:grid;place-items:center}
.field{margin-bottom:12px}
.field label{display:block;font-size:13px;color:var(--muted);margin-bottom:5px;font-weight:560}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:10px}
/* grid 子项默认 min-content，长选项的 select + iOS 自带 datetime-edit 会把列撑爆，让相邻日期框溢出。
   直接对控件本身下手，让 1fr 真正生效。 */
.row2 > .field,.row2 > .field > input,.row2 > .field > select,.row2 > .field > textarea{min-width:0}
.row2 > .field > input,.row2 > .field > select,.row2 > .field > textarea{max-width:100%}
/* iOS Safari / 国产浏览器会给 <input type="date"> 单独的固有 min-width，无视父容器宽度。
   用 -webkit-appearance:none 强制去掉私有样式，让 width:100% 真正生效。
   （仅取消外观，点击仍会弹出原生日期选择器，交互不受影响。） */
input[type="date"]{-webkit-appearance:none;appearance:none;min-width:0;max-width:100%;width:100%}
@media(max-width:900px){
  /* 真实手机浏览器（包括平板竖屏）：日期框仍可能溢出 → 始终堆成单列最稳 */
  .row2{grid-template-columns:1fr}
}
.mft{display:flex;gap:9px;margin-top:16px}
.mft .btn{flex:1}
pre.md{background:#f7f8fb;border:1px solid var(--line);border-radius:11px;padding:13px;font-size:13px;
white-space:pre-wrap;word-break:break-word;max-height:46vh;overflow:auto;line-height:1.6;
font-family:ui-monospace,SFMono-Regular,Menlo,monospace}

.toast{position:fixed;left:50%;transform:translateX(-50%);bottom:30px;background:#151b2b;color:#fff;
padding:11px 18px;border-radius:11px;font-size:14px;z-index:99;opacity:0;pointer-events:none;transition:.25s;max-width:88%}
.toast.on{opacity:1;bottom:46px}
.hide{display:none!important}
.sp{flex:1}
.mut{color:var(--muted)}
.chart{width:100%;height:auto;display:block}

/* ===== 左菜单 + 右主体 布局 ===== */
.layout{display:flex;min-height:100vh;background:var(--bg)}
.sidebar{width:236px;flex:none;background:#fff;border-right:1px solid var(--line);
  display:flex;flex-direction:column;position:sticky;top:0;height:100vh;
  padding-bottom:env(safe-area-inset-bottom)}
.sidebar .brand{padding:16px 18px;display:flex;align-items:center;gap:10px;font-weight:700;
  font-size:16.5px;border-bottom:1px solid var(--line);flex:none}
.sidebar .brand .logo{width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,#3454d1,#6a7ff0);
  display:grid;place-items:center;color:#fff;flex:none}
.menu{flex:1;padding:12px 10px;display:flex;flex-direction:column;gap:3px;overflow-y:auto}
.menu .grp{font-size:11.5px;color:var(--muted);padding:14px 12px 6px;font-weight:600;letter-spacing:.4px}
.menu button{display:flex;align-items:center;gap:11px;width:100%;min-height:46px;padding:0 13px;
  border-radius:11px;font-size:14.5px;font-weight:560;color:var(--muted);text-align:left;transition:.14s}
.menu button .icon{width:19px;height:19px;flex:none}
.menu button:hover{background:#f5f7fb;color:var(--text)}
.menu button.on{background:var(--soft);color:var(--primary);font-weight:640}
.side-foot{padding:10px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:6px;flex:none}
.side-foot .btn{width:100%;justify-content:flex-start}

.main{flex:1;min-width:0;display:flex;flex-direction:column}
.subbar{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px;padding:0 16px;height:58px}
.subbar h2{font-size:17px;font-weight:670}
.hamburger{display:none;width:42px;height:42px;border-radius:10px;align-items:center;justify-content:center;
  background:#f1f3f8;color:var(--text);margin-left:-6px;flex:none}
.subbar .subtools{margin-left:auto;display:flex;gap:6px}
.content{max-width:1880px;width:100%;margin:0 auto;padding:16px 16px calc(20px + env(safe-area-inset-bottom))}
@media(min-width:1280px){.content{padding:22px 28px calc(28px + env(safe-area-inset-bottom))}}
@media(min-width:1680px){.content{padding:26px 40px calc(32px + env(safe-area-inset-bottom))}}
.scrim{position:fixed;inset:0;background:rgba(16,22,38,.42);z-index:48;display:none}
.scrim.show{display:block}
@media(max-width:860px){
  .sidebar{position:fixed;left:0;top:0;bottom:0;z-index:50;transform:translateX(-100%);
    transition:transform .22s ease;box-shadow:0 10px 40px rgba(16,22,38,.18)}
  .sidebar.open{transform:none}
  .main{margin-left:0}
  .hamburger{display:flex}
  .subbar .subtools .btn span{display:none}
  .subbar .subtools .btn{width:42px;padding:0}
  .content{padding:14px 12px 26px}
}
