.plus-pill{
  border:1px solid rgba(41,216,255,.45)!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,rgba(14,38,68,.98),rgba(4,13,28,.96) 58%,rgba(17,93,169,.75))!important;
  cursor:pointer!important;
  min-height:54px!important;
  color:#fff!important;
  gap:10px!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.04) inset,0 12px 32px rgba(0,0,0,.22),0 0 20px rgba(41,216,255,.14)!important;
}
.plus-pill:hover{border-color:rgba(79,226,255,.7)!important;transform:translateY(-1px)}
.plus-cloud{
  width:30px;height:30px;border-radius:11px;display:inline-grid;place-items:center;
  background:linear-gradient(135deg,#2fd8ff,#147cff);color:#fff;font-size:16px;font-weight:900;
  box-shadow:0 0 18px rgba(47,216,255,.4);
}
.plus-dot{
  width:10px;height:10px;border-radius:50%;display:inline-block;background:#7c8798;box-shadow:0 0 14px rgba(124,135,152,.3);margin-left:auto;
}
.plus-dot.ok{background:#25ff9c;box-shadow:0 0 14px rgba(37,255,156,.55)}
.plus-dot.warn{background:#ffcc3d;box-shadow:0 0 14px rgba(255,204,61,.5)}
.plus-panel{padding:28px;min-width:min(520px,calc(100vw - 28px));max-width:560px;box-sizing:border-box}
.plus-hero{display:flex;gap:14px;align-items:center;margin:0 0 14px}
.plus-hero-icon{
  width:50px;height:50px;border-radius:18px;display:inline-grid;place-items:center;
  background:linear-gradient(135deg,#2fd8ff,#147cff 65%,#061325);color:#fff;font-size:24px;
  box-shadow:0 0 30px rgba(47,216,255,.25);
}
.plus-panel h3{margin:0 0 6px;font-size:25px}
.plus-panel p{color:#b8c4d4;line-height:1.42;margin:0}
.plus-status{border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:12px 14px;background:rgba(255,255,255,.06);color:#dce6f4;margin:14px 0;font-size:15px}
.plus-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.plus-actions button,.plus-panel .wide-btn{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;border-radius:10px;padding:13px 14px;cursor:pointer;font-weight:700}
.plus-actions button:hover,.plus-panel .wide-btn:hover{background:rgba(255,255,255,.13)}
.plus-actions .primary,.plus-panel .primary{background:#147cff;border-color:#147cff}
.plus-actions .danger{border-color:rgba(255,80,80,.45);color:#ff9b9b}
.plus-panel small{display:block;color:#94a5ba;line-height:1.35;margin-top:14px}
.plus-hidden{display:none!important}
.plus-file-input{display:none}
.tile[draggable="true"]{cursor:grab}
.tile.drag-over{outline:2px solid rgba(47,216,255,.75);transform:translateY(-2px)}
@media(max-width:920px){
  .plus-pill{padding:0 10px!important;min-height:46px!important}
  .plus-pill small{display:none!important}
  .plus-actions{grid-template-columns:1fr}
  .plus-panel{padding:22px;min-width:min(480px,calc(100vw - 22px))}
}
