.bpgo-point-card {
  appearance: none;
  width: 100%;
  min-height: 148px;
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.bpgo-point-card:hover,.bpgo-point-card:focus-visible { transform: translateY(-2px); border-color: #75b9ae; box-shadow: 0 14px 30px rgba(9,49,45,.12); outline: none; }
.bpgo-point-card.active { border-color: #087c70; box-shadow: 0 0 0 3px rgba(8,124,112,.14),0 14px 30px rgba(9,49,45,.1); }
.bpgo-point-card em { display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding-top:10px;border-top:1px solid #e5ecea;color:#087568;font-size:12px;font-style:normal;font-weight:800; }
.bpgo-point-card em b { font-size:18px;line-height:1;transition:transform .18s ease; }
.bpgo-point-card.active em b { transform:rotate(180deg); }
.bpgo-card-detail-slot:empty { display:none; }
.bpgo-card-detail { padding:22px;background:#fff;border:1px solid #91c8c0;border-radius:18px;box-shadow:0 14px 34px rgba(9,49,45,.1);animation:bpgo-detail-in .2s ease; }
.bpgo-card-detail-head { display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:17px; }
.bpgo-card-detail-head span { display:block;color:#087568;text-transform:uppercase;font-size:11px;font-weight:900; }
.bpgo-card-detail-head h2 { margin:3px 0; }
.bpgo-card-detail-head p { margin:0;color:#667773; }
.bpgo-card-detail-close { display:grid;place-items:center;width:42px;height:42px;flex:0 0 auto;border:1px solid #cadbd7;border-radius:12px;background:#f2f8f6;color:#174a44;font-size:27px;line-height:1;cursor:pointer; }
.bpgo-card-detail-close:hover { background:#e3f2ee; }
.bpgo-card-detail-table { min-width:900px; }
.bpgo-status-chip { display:inline-block;padding:5px 8px;border-radius:999px;background:#e9f2f0;color:#405652;font-size:11px;font-weight:800; }
.bpgo-empty-detail { padding:28px!important;text-align:center!important;color:#667773; }
@keyframes bpgo-detail-in { from { opacity:0;transform:translateY(-8px); } to { opacity:1;transform:none; } }
@media(max-width:720px) { .bpgo-point-card { min-height:126px; } .bpgo-card-detail { padding:16px; } .bpgo-card-detail-table { min-width:760px; } }

.delete-user-direct {
  margin-top: 8px;
  border-color: #e1aaa5 !important;
  color: #a82d23 !important;
  background: #fff7f6 !important;
}
.delete-user-direct:hover { background: #fde8e6 !important; }

.bpgo-clickable-work { cursor:pointer; }
.bpgo-clickable-work td:first-child strong { color:#076f64; }
.bpgo-clickable-work:hover,.bpgo-clickable-work:focus { background:#e9f7f4!important;outline:2px solid #80c8bd;outline-offset:-2px; }
.bpgo-period-toolbar { display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 16px;background:#fff;border:1px solid #d6e2df;border-radius:14px;box-shadow:0 8px 20px rgba(9,49,45,.05); }
.bpgo-period-toolbar>div:first-child span { display:block;color:#71817e;font-size:10px;font-weight:900;text-transform:uppercase; }
.bpgo-period-toolbar>div:first-child strong { display:block;margin-top:2px;color:#073d38;text-transform:capitalize; }
.bpgo-month-review { display:flex;align-items:end;gap:7px; }
.bpgo-month-review label { display:grid;gap:3px; }
.bpgo-month-review label span { color:#60716e;font-size:10px;font-weight:900;text-transform:uppercase; }
.bpgo-month-review input,.bpgo-month-review button { box-sizing:border-box!important;width:auto!important;min-height:38px!important;margin:0!important;border:1px solid #cbdcd8!important;border-radius:9px!important;background:#f6faf9!important;color:#16443e!important;padding:0 11px!important;font:inherit!important;font-size:13px!important;font-weight:800!important;line-height:1!important;cursor:pointer; }
.bpgo-month-review input { min-width:155px; color-scheme:light; }
.bpgo-month-review>button:not(.bpgo-current-period) { width:38px!important;min-width:38px!important;padding:0!important;font-size:21px!important; }
.bpgo-month-review button:hover { background:#e4f2ef!important;border-color:#78b9af!important; }
.bpgo-work-modal-backdrop { position:fixed;z-index:10000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(3,24,22,.72);backdrop-filter:blur(4px); }
.bpgo-work-modal { width:min(860px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;box-shadow:0 30px 80px rgba(0,0,0,.3); }
.bpgo-work-modal>header { display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px;background:linear-gradient(135deg,#06463f,#078276);color:#fff; }
.bpgo-work-modal header span { font-size:11px;text-transform:uppercase;font-weight:900;color:#ccece6; }
.bpgo-work-modal header h2 { margin:5px 0;font-size:24px; }
.bpgo-work-modal header p { margin:0;color:#d9f4ef; }
.bpgo-work-modal-close { display:grid;place-items:center;width:42px;height:42px;flex:0 0 auto;border:1px solid rgba(255,255,255,.35);border-radius:12px;background:rgba(255,255,255,.13);color:#fff;font-size:27px;cursor:pointer; }
.bpgo-work-detail-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:20px 24px 10px; }
.bpgo-work-detail-grid article { padding:13px;border-radius:12px;background:#eef6f4; }
.bpgo-work-detail-grid span { display:block;margin-bottom:5px;color:#60716e;font-size:10px;font-weight:900;text-transform:uppercase; }
.bpgo-work-detail-grid strong { color:#123d38; }
.bpgo-work-copy { margin:10px 24px;padding:17px;border:1px solid #dae6e3;border-radius:14px; }
.bpgo-work-copy h3 { margin:0 0 8px; }
.bpgo-work-copy p { margin:6px 0;color:#455955; }
.bpgo-work-modal footer { display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 24px 22px;color:#60716e; }
@media(max-width:720px) { .bpgo-period-toolbar { align-items:stretch;flex-direction:column; }.bpgo-month-review { display:grid;grid-template-columns:38px 1fr 38px;align-items:end; }.bpgo-month-review label { min-width:0; }.bpgo-month-review input { width:100%!important;min-width:0; }.bpgo-current-period { grid-column:1/-1;width:100%!important; }.bpgo-work-modal-backdrop { padding:8px; }.bpgo-work-modal { max-height:96vh;border-radius:15px; }.bpgo-work-modal>header { padding:18px; }.bpgo-work-modal header h2 { font-size:19px; }.bpgo-work-detail-grid { grid-template-columns:1fr 1fr;padding:14px; }.bpgo-work-copy { margin:8px 14px;padding:14px; }.bpgo-work-modal footer { padding:14px; } }
