:root{
  --rsy-teal:#094c4e;
  --rsy-teal-2:#0f9599;
  --rsy-orange:#fdaa01;
  --rsy-ink:#16222e;
  --rsy-muted:#667085;
  --rsy-line:#e7eaee;
  --rsy-soft:#f6f8f9;
  --rsy-dark:#0e1623;
  --rsy-danger:#c73535;
  --rsy-radius:14px;
  --rsy-shadow:0 10px 30px rgba(16,24,40,.08);
}

body.rsy-tc-ui-site{
  margin:0;
  font-family:"Poppins",system-ui,-apple-system,"Segoe UI",sans-serif;
  color:var(--rsy-ink);
  background:#f7f8f9;
}
body.rsy-tc-ui-site *{box-sizing:border-box}
body.rsy-tc-ui-site header.wp-block-template-part,
body.rsy-tc-ui-site footer.wp-block-template-part{display:none!important}
body.rsy-tc-ui-site .wp-site-blocks{padding-top:0!important;padding-bottom:0!important}

.rsy-site-header{
  position:sticky;
  top:0;
  z-index:9990;
  width:100%;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(9,76,78,.10);
  box-shadow:0 8px 26px rgba(15,23,42,.055);
  backdrop-filter:blur(12px);
}
.rsy-site-header:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-1px;height:2px;
  background:linear-gradient(90deg,transparent 0,var(--rsy-orange) 18%,var(--rsy-teal-2) 50%,var(--rsy-orange) 82%,transparent 100%);
  opacity:.55;
}
.rsy-site-header__inner{
  width:calc(100% - 48px);
  max-width:1280px;
  min-height:70px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.rsy-site-brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none!important;color:var(--rsy-ink)!important}
.rsy-site-brand__mark,.rsy-site-footer__mark{
  width:42px;height:42px;flex:0 0 42px;
  display:grid;place-items:center;
  border-radius:12px;
  background:linear-gradient(145deg,var(--rsy-teal),var(--rsy-teal-2));
  color:#fff;font-weight:700;font-size:13px;letter-spacing:.4px;
  box-shadow:0 7px 18px rgba(9,76,78,.2);
}
.rsy-site-brand__text{display:flex;flex-direction:column;line-height:1.1}
.rsy-site-brand__text strong{font-size:15px;font-weight:700;color:var(--rsy-ink)}
.rsy-site-brand__text small{margin-top:5px;font-size:10px;font-weight:500;letter-spacing:.02em;color:#7a8594}
.rsy-site-nav{display:flex;align-items:center;gap:8px}
.rsy-site-nav a{text-decoration:none!important}
.rsy-site-nav__link,.rsy-site-nav__logout,.rsy-site-nav__login{
  min-height:40px;padding:9px 14px;border-radius:11px;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:600;line-height:1;
}
.rsy-site-nav__link{color:#53606f!important}
.rsy-site-nav__link:hover,.rsy-site-nav__link.is-active{color:var(--rsy-teal)!important;background:#edf7f7}
.rsy-site-nav__logout{color:#7a4350!important;background:#fff4f5;border:1px solid #f4d7da}
.rsy-site-nav__login{color:#fff!important;background:var(--rsy-teal);box-shadow:0 6px 16px rgba(9,76,78,.18)}
.rsy-site-user{height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 10px 0 5px;border:1px solid #e7eaee;border-radius:12px;background:#fff}
.rsy-site-user__avatar{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#edf7f7;color:var(--rsy-teal);font-size:12px;font-weight:700}
.rsy-site-user__name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;color:#3e4a59}

body.rsy-tc-ui-target main,
body.page-id-6 main{margin-top:0!important}
body.rsy-tc-ui-target .wp-block-post-title,
body.page-id-6 .wp-block-post-title{
  width:calc(100% - 48px)!important;
  max-width:1280px!important;
  margin:32px auto 0!important;
  padding:0!important;
  font-size:32px!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:-.03em;
  color:var(--rsy-ink)!important;
}
body.rsy-tc-ui-target .wp-block-post-content,
body.page-id-6 .wp-block-post-content{
  width:calc(100% - 48px)!important;
  max-width:1280px!important;
  margin:0 auto!important;
  padding:22px 0 64px!important;
}
body.rsy-tc-ui-target .wp-block-post-content>* ,
body.page-id-6 .wp-block-post-content>*{
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

.rsy-ui-toolbar{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}
.rsy-ui-upload-anchor,.rsy-ui-add-product{
  min-height:40px!important;
  padding:9px 15px!important;
  border-radius:11px!important;
  font:600 12px/1 "Poppins",sans-serif!important;
  text-decoration:none!important;
  cursor:pointer!important;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease!important;
}
.rsy-ui-upload-anchor{background:var(--rsy-teal)!important;color:#fff!important;border:1px solid var(--rsy-teal)!important;box-shadow:0 7px 18px rgba(9,76,78,.16)!important}
.rsy-ui-add-product{display:inline-flex;align-items:center;gap:7px;background:#fff!important;color:var(--rsy-teal)!important;border:1px solid rgba(9,76,78,.25)!important;box-shadow:0 5px 14px rgba(16,24,40,.055)!important}
.rsy-ui-add-product:before{content:"+";font-size:17px;font-weight:500;line-height:.8}
.rsy-ui-upload-anchor:hover,.rsy-ui-add-product:hover{transform:translateY(-1px)}

.rsy-ui-actions-cell{white-space:nowrap!important}
.rsy-ui-delete,.rsy-ui-cancel{
  appearance:none;border:0;min-height:30px;margin-left:7px;padding:6px 9px;border-radius:8px;
  font:600 10.5px/1 "Poppins",sans-serif;cursor:pointer;vertical-align:middle;
}
.rsy-ui-delete{color:#b4232f;background:#fff1f3;border:1px solid #f5cfd4}
.rsy-ui-delete:hover{background:#ffe7ea}
.rsy-ui-cancel{color:#586575;background:#f3f5f7;border:1px solid #e2e6ea}
.rsy-ui-cancel:hover{background:#e9edf1}

.rsy-ui-modal{position:fixed;inset:0;z-index:10050;display:none;align-items:center;justify-content:center;padding:20px}
.rsy-ui-modal.is-open{display:flex}
.rsy-ui-modal__backdrop{position:absolute;inset:0;background:rgba(14,22,35,.58);backdrop-filter:blur(4px)}
.rsy-ui-modal__panel{position:relative;width:min(100%,620px);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:18px;box-shadow:0 26px 80px rgba(14,22,35,.28);padding:24px}
.rsy-ui-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--rsy-line)}
.rsy-ui-modal__eyebrow{display:block;margin-bottom:5px;color:var(--rsy-teal-2);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.rsy-ui-modal__head h2{margin:0!important;font-size:22px!important;line-height:1.25!important;color:var(--rsy-ink)!important}
.rsy-ui-modal__close{width:34px;height:34px;border:1px solid var(--rsy-line);border-radius:10px;background:#fff;color:#697586;font-size:23px;line-height:1;cursor:pointer}
.rsy-ui-form{display:grid;grid-template-columns:1fr 1fr;gap:15px 16px;padding-top:20px}
.rsy-ui-field{display:flex;flex-direction:column;gap:7px}
.rsy-ui-field--wide{grid-column:1/-1}
.rsy-ui-field label{font-size:11.5px;font-weight:600;color:#475467}
.rsy-ui-field label b{color:#d92d20}
.rsy-ui-field input{width:100%;height:42px;border:1px solid #d8dee5;border-radius:10px;background:#fff;padding:0 12px;color:#1d2939;font:500 12px/1 "Poppins",sans-serif;outline:none;box-shadow:0 1px 2px rgba(16,24,40,.03)}
.rsy-ui-field input:focus{border-color:var(--rsy-teal-2);box-shadow:0 0 0 3px rgba(15,149,153,.1)}
.rsy-ui-form__hint{grid-column:1/-1;margin:1px 0 0;font-size:10.5px;line-height:1.6;color:#7a8594}
.rsy-ui-form__actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:9px;padding-top:4px}
.rsy-ui-btn{min-height:40px;border-radius:10px;padding:9px 14px;font:600 12px/1 "Poppins",sans-serif;cursor:pointer}
.rsy-ui-btn--ghost{border:1px solid #dfe4e8;background:#fff;color:#586575}
.rsy-ui-btn--primary{border:1px solid var(--rsy-teal);background:var(--rsy-teal);color:#fff;box-shadow:0 6px 16px rgba(9,76,78,.16)}
.rsy-ui-btn:disabled{opacity:.55;cursor:not-allowed}
.rsy-ui-form__message{grid-column:1/-1;min-height:0;font-size:11px;font-weight:500;color:#b42318}
.rsy-ui-toast{position:fixed;right:22px;bottom:22px;z-index:10070;max-width:360px;transform:translateY(18px);opacity:0;pointer-events:none;padding:12px 15px;border-radius:11px;background:#17212b;color:#fff;font:500 11px/1.5 "Poppins",sans-serif;box-shadow:0 18px 45px rgba(14,22,35,.24);transition:.22s ease}
.rsy-ui-toast.is-visible{transform:translateY(0);opacity:1}
.rsy-ui-toast.is-error{background:#8f2530}

.rsy-site-footer{width:100%;padding:34px 24px 15px;background:var(--rsy-dark);color:#fff}
.rsy-site-footer__inner{width:100%;max-width:1240px;margin:0 auto;display:grid;grid-template-columns:minmax(210px,.95fr) minmax(260px,1.25fr) minmax(190px,.65fr);gap:44px;align-items:start}
.rsy-site-footer__brandline{display:flex;align-items:center;gap:11px}
.rsy-site-footer__brandline strong{font-size:15px;letter-spacing:-.01em}
.rsy-site-footer__brand p{max-width:420px;margin:14px 0 0;color:#aeb8c6;font-size:11px;line-height:1.7}
.rsy-site-footer__eyebrow{display:block;margin-bottom:10px;color:#7f8a98;font-size:9px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.rsy-site-footer__nav,.rsy-site-footer__status{padding-top:5px}
.rsy-site-footer__nav a{color:#e9eef4!important;text-decoration:none!important;font-size:11.5px;font-weight:600}
.rsy-site-footer__nav a:hover{color:#fff!important}
.rsy-site-footer__statusline{display:inline-flex;align-items:center;gap:7px;color:#d7dee8;font-size:11px;font-weight:500}
.rsy-site-footer__statusline i{width:7px;height:7px;border-radius:50%;background:#35c98b;box-shadow:0 0 0 4px rgba(53,201,139,.09)}
.rsy-site-footer__bottom{width:100%;max-width:1240px;margin:21px auto 0;padding-top:13px;border-top:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#788595;font-size:9.5px}
.rsy-site-footer__mark{width:36px;height:36px;flex-basis:36px;border-radius:10px;font-size:11px;box-shadow:none}


/* v0.6.1 compact table + hidden duplicate title */
body.rsy-tc-ui-target .wp-block-post-title,
body.page-id-6 .wp-block-post-title{display:none!important}

body.rsy-tc-ui-target table,
body.page-id-6 table{font-size:12px!important;line-height:1.35!important}
body.rsy-tc-ui-target table.rsy-ui-compact-table,
body.page-id-6 table.rsy-ui-compact-table{width:100%!important;table-layout:fixed!important}
body.rsy-tc-ui-target table.rsy-ui-compact-table th,
body.rsy-tc-ui-target table.rsy-ui-compact-table td,
body.page-id-6 table.rsy-ui-compact-table th,
body.page-id-6 table.rsy-ui-compact-table td{padding:9px 8px!important;vertical-align:middle!important}
body.rsy-tc-ui-target table.rsy-ui-compact-table thead th,
body.page-id-6 table.rsy-ui-compact-table thead th{font-size:10.5px!important;line-height:1.25!important;letter-spacing:.01em!important;white-space:nowrap!important}
body.rsy-tc-ui-target table.rsy-ui-compact-table tbody td,
body.page-id-6 table.rsy-ui-compact-table tbody td{font-size:11.5px!important}
body.rsy-tc-ui-target table.rsy-ui-compact-table tbody td a,
body.page-id-6 table.rsy-ui-compact-table tbody td a{font-size:11.5px!important}

body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(1),
body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(1),
body.page-id-6 table.rsy-ui-compact-table th:nth-child(1),
body.page-id-6 table.rsy-ui-compact-table td:nth-child(1){width:42px!important;max-width:42px!important;text-align:center!important}
body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(2),
body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(2),
body.page-id-6 table.rsy-ui-compact-table th:nth-child(2),
body.page-id-6 table.rsy-ui-compact-table td:nth-child(2){width:104px!important;max-width:104px!important}
body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(3),
body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(3),
body.page-id-6 table.rsy-ui-compact-table th:nth-child(3),
body.page-id-6 table.rsy-ui-compact-table td:nth-child(3){width:112px!important;max-width:112px!important}
body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(4),
body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(4),
body.page-id-6 table.rsy-ui-compact-table th:nth-child(4),
body.page-id-6 table.rsy-ui-compact-table td:nth-child(4){width:138px!important;max-width:138px!important}
body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(5),
body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(5),
body.page-id-6 table.rsy-ui-compact-table th:nth-child(5),
body.page-id-6 table.rsy-ui-compact-table td:nth-child(5){width:108px!important;max-width:108px!important}
body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(6),
body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(6),
body.page-id-6 table.rsy-ui-compact-table th:nth-child(6),
body.page-id-6 table.rsy-ui-compact-table td:nth-child(6){width:112px!important;max-width:112px!important}
body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(7),
body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(7),
body.page-id-6 table.rsy-ui-compact-table th:nth-child(7),
body.page-id-6 table.rsy-ui-compact-table td:nth-child(7){width:106px!important;max-width:106px!important}
body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(8),
body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(8),
body.page-id-6 table.rsy-ui-compact-table th:nth-child(8),
body.page-id-6 table.rsy-ui-compact-table td:nth-child(8){width:106px!important;max-width:106px!important}
body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(9),
body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(9),
body.page-id-6 table.rsy-ui-compact-table th:nth-child(9),
body.page-id-6 table.rsy-ui-compact-table td:nth-child(9){width:auto!important}
body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(10),
body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(10),
body.page-id-6 table.rsy-ui-compact-table th:nth-child(10),
body.page-id-6 table.rsy-ui-compact-table td:nth-child(10){width:164px!important;min-width:164px!important;max-width:164px!important}

.rsy-ui-actions-cell{white-space:nowrap!important;display:flex!important;align-items:center!important;gap:6px!important;justify-content:flex-start!important}
.rsy-ui-actions-cell .rsy-ui-edit,
.rsy-ui-actions-cell .rsy-ui-delete,
.rsy-ui-actions-cell .rsy-ui-cancel,
.rsy-ui-actions-cell > a,
.rsy-ui-actions-cell > button{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-width:70px!important;min-height:32px!important;padding:6px 11px!important;border-radius:9px!important;
  font:600 11px/1 "Poppins",sans-serif!important;text-decoration:none!important;white-space:nowrap!important
}
.rsy-ui-actions-cell .rsy-ui-edit,
.rsy-ui-actions-cell > a:first-child,
.rsy-ui-actions-cell > button:first-child{box-shadow:0 5px 12px rgba(9,76,78,.12)!important}

@media (max-width:1100px){
  body.rsy-tc-ui-target table.rsy-ui-compact-table,
  body.page-id-6 table.rsy-ui-compact-table{font-size:11px!important}
  body.rsy-tc-ui-target table.rsy-ui-compact-table th,
  body.rsy-tc-ui-target table.rsy-ui-compact-table td,
  body.page-id-6 table.rsy-ui-compact-table th,
  body.page-id-6 table.rsy-ui-compact-table td{padding:8px 6px!important}
  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(10),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(10),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(10),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(10){width:150px!important;min-width:150px!important;max-width:150px!important}
  .rsy-ui-actions-cell .rsy-ui-edit,.rsy-ui-actions-cell .rsy-ui-delete,.rsy-ui-actions-cell .rsy-ui-cancel,.rsy-ui-actions-cell>a,.rsy-ui-actions-cell>button{min-width:64px!important;padding:6px 9px!important;font-size:10.5px!important}
}

@media (max-width:782px){
  .rsy-site-header__inner{width:calc(100% - 32px);min-height:64px;gap:12px}
  .rsy-site-brand__mark{width:38px;height:38px;flex-basis:38px;border-radius:10px}
  .rsy-site-brand__text small{display:none}
  .rsy-site-brand__text strong{font-size:14px}
  .rsy-site-user__name,.rsy-site-nav__link{display:none}
  .rsy-site-user{padding-right:5px}
  .rsy-site-nav__logout,.rsy-site-nav__login{min-height:38px;padding:8px 11px;font-size:10.5px}
  body.rsy-tc-ui-target .wp-block-post-title,body.page-id-6 .wp-block-post-title{width:calc(100% - 32px)!important;margin-top:24px!important;font-size:27px!important}
  body.rsy-tc-ui-target .wp-block-post-content,body.page-id-6 .wp-block-post-content{width:calc(100% - 32px)!important;padding:18px 0 48px!important}
  .rsy-ui-modal__panel{padding:20px;border-radius:16px}
  .rsy-ui-form{grid-template-columns:1fr}
  .rsy-ui-field--wide,.rsy-ui-form__hint,.rsy-ui-form__actions,.rsy-ui-form__message{grid-column:1}
  .rsy-site-footer{padding:30px 20px 16px}
  .rsy-site-footer__inner{grid-template-columns:1fr;gap:24px}
  .rsy-site-footer__bottom{margin-top:20px;flex-direction:column;align-items:flex-start;gap:5px}
}


/* v0.6.3 — desktop fit-to-container: compact tanpa scrollbar horizontal */
@media (min-width:900px){
  body.rsy-tc-ui-target table.rsy-ui-compact-table,
  body.page-id-6 table.rsy-ui-compact-table{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    table-layout:fixed!important;
  }

  body.rsy-tc-ui-target .rsy-ui-table-fit-shell,
  body.page-id-6 .rsy-ui-table-fit-shell{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:visible!important;
  }

  body.rsy-tc-ui-target table.rsy-ui-compact-table th,
  body.rsy-tc-ui-target table.rsy-ui-compact-table td,
  body.page-id-6 table.rsy-ui-compact-table th,
  body.page-id-6 table.rsy-ui-compact-table td{
    box-sizing:border-box!important;
    padding:7px 6px!important;
  }

  body.rsy-tc-ui-target table.rsy-ui-compact-table thead th,
  body.page-id-6 table.rsy-ui-compact-table thead th{
    white-space:normal!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    text-align:center!important;
    font-size:10px!important;
    line-height:1.22!important;
  }

  body.rsy-tc-ui-target table.rsy-ui-compact-table tbody td,
  body.page-id-6 table.rsy-ui-compact-table tbody td{
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:11px!important;
  }

  /* Proporsi 100%: ruang dipadatkan di kolom angka, Performa tetap lega. */
  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(1),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(1),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(1),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(1){width:4%!important;max-width:none!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(2),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(2),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(2),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(2){width:9%!important;max-width:none!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(3),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(3),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(3),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(3){width:10%!important;max-width:none!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(4),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(4),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(4),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(4){width:12%!important;max-width:none!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(5),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(5),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(5),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(5){width:9%!important;max-width:none!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(6),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(6),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(6),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(6){width:10%!important;max-width:none!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(7),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(7),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(7),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(7){width:9%!important;max-width:none!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(8),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(8),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(8),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(8){width:9%!important;max-width:none!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(9),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(9),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(9),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(9){width:15%!important;max-width:none!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(10),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(10),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(10),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(10){
    width:13%!important;
    min-width:0!important;
    max-width:none!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }

  .rsy-ui-actions-cell{
    display:table-cell!important;
    white-space:nowrap!important;
    text-align:center!important;
  }
  .rsy-ui-actions-cell .rsy-ui-edit,
  .rsy-ui-actions-cell .rsy-ui-delete,
  .rsy-ui-actions-cell .rsy-ui-cancel,
  .rsy-ui-actions-cell > a,
  .rsy-ui-actions-cell > button{
    min-width:0!important;
    width:auto!important;
    min-height:29px!important;
    margin:0 2px!important;
    padding:5px 8px!important;
    border-radius:8px!important;
    font-size:10px!important;
  }
}


/* v0.6.5 — ultra-tight data block: Model s.d. Target 35% */
@media (min-width:900px){
  body.rsy-tc-ui-target table.rsy-ui-compact-table th,
  body.rsy-tc-ui-target table.rsy-ui-compact-table td,
  body.page-id-6 table.rsy-ui-compact-table th,
  body.page-id-6 table.rsy-ui-compact-table td{
    padding-left:3px!important;
    padding-right:3px!important;
  }

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(1),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(1),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(1),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(1){width:3.5%!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(2),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(2),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(2),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(2){width:5.5%!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(3),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(3),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(3),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(3){width:6.5%!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(4),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(4),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(4),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(4){width:8.5%!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(5),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(5),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(5),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(5){width:6%!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(6),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(6),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(6),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(6){width:6.5%!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(7),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(7),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(7),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(7){width:6.75%!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(8),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(8),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(8),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(8){width:6.75%!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(9),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(9),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(9),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(9){width:35%!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(10),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(10),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(10),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(10){width:15%!important}

  body.rsy-tc-ui-target table.rsy-ui-compact-table th:nth-child(n+2):nth-child(-n+8),
  body.rsy-tc-ui-target table.rsy-ui-compact-table td:nth-child(n+2):nth-child(-n+8),
  body.page-id-6 table.rsy-ui-compact-table th:nth-child(n+2):nth-child(-n+8),
  body.page-id-6 table.rsy-ui-compact-table td:nth-child(n+2):nth-child(-n+8){
    padding-left:3px!important;
    padding-right:3px!important;
  }

  body.rsy-tc-ui-target table.rsy-ui-compact-table tbody td:nth-child(n+3):nth-child(-n+8),
  body.page-id-6 table.rsy-ui-compact-table tbody td:nth-child(n+3):nth-child(-n+8){
    text-align:right!important;
  }

  body.rsy-tc-ui-target table.rsy-ui-compact-table tbody td:nth-child(4),
  body.page-id-6 table.rsy-ui-compact-table tbody td:nth-child(4){
    text-align:center!important;
  }

  .rsy-ui-actions-cell .rsy-ui-edit,
  .rsy-ui-actions-cell .rsy-ui-delete,
  .rsy-ui-actions-cell .rsy-ui-cancel,
  .rsy-ui-actions-cell > a,
  .rsy-ui-actions-cell > button{
    min-width:58px!important;
    min-height:30px!important;
    padding:5px 8px!important;
    font-size:10.5px!important;
  }
}

/* rsy-ssh-v066: atur lebar colgroup asli, bukan persentase sel */
.rsy-ui-toolbar > .uploadbox {flex:1 1 350px;min-width:0;margin-bottom:0!important}
@media (min-width:900px) {
 .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(1){width:38px!important}
 .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(2){width:66px!important}
 .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(3){width:91px!important}
 .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(4){width:108px!important}
 .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(5){width:88px!important}
 .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(6){width:99px!important}
 .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(7){width:92px!important}
 .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(8){width:92px!important}
 .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(9){width:auto!important}
 .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(10){width:164px!important}
 .rsy-cogs table.rsy-ui-compact-table>thead>tr>th:nth-child(n),
 .rsy-cogs table.rsy-ui-compact-table>tbody>tr[data-id]>td:nth-child(n){
   width:auto!important;min-width:0!important;max-width:none!important;
   padding-left:4px!important;padding-right:4px!important
 }
 .rsy-cogs table.rsy-ui-compact-table>tbody>tr[data-id]>td:nth-child(10){overflow:visible!important}
 .rsy-cogs table.rsy-ui-compact-table .cell-input{width:100%!important;min-width:0!important;max-width:100%!important}
}

/* rsy-ssh-v067: lebar seimbang, teks nyaman, jarak halaman rapat */
body.rsy-tc-ui-target .wp-block-post-content {
  padding-top:0!important;
  padding-bottom:18px!important;
}
body.rsy-tc-ui-target .rsy-cogs {
  margin-top:-12px!important;
  margin-bottom:0!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
}
@media (min-width:900px) {
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(1){width:42px!important}
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(2){width:88px!important}
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(3){width:106px!important}
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(4){width:122px!important}
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(5){width:103px!important}
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(6){width:116px!important}
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(7){width:108px!important}
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(8){width:108px!important}
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(9){width:auto!important}
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(10){width:164px!important}

  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>thead>tr>th:nth-child(n) {
    font-size:11px!important;
    line-height:1.3!important;
    padding:8px 6px!important;
  }
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>tbody>tr[data-id]>td:nth-child(n) {
    font-size:12px!important;
    line-height:1.4!important;
    padding:6px 7px!important;
  }
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table .model-cell strong {
    font-size:12.5px!important;
  }
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table .indicator {
    font-size:11.8px!important;
  }
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table .rsy-ui-actions-cell button {
    font-size:11px!important;
    min-height:32px!important;
  }
}
@media (max-width:782px) {
  body.rsy-tc-ui-target .wp-block-post-content {
    padding-top:10px!important;
    padding-bottom:22px!important;
  }
  body.rsy-tc-ui-target .rsy-cogs {
    margin-top:0!important;
    padding-top:6px!important;
  }
}

/* rsy-ssh-v068: header stabil, teks jelas, tabel tren selaras */
body.rsy-tc-ui-site .rsy-site-header {
  position:sticky!important;
  top:0!important;
  transform:none!important;
  transition:none!important;
  backdrop-filter:none!important;
  background:#fff!important;
  border-bottom:1px solid #d9e9f1!important;
  box-shadow:0 3px 12px rgba(26,61,83,.07)!important;
}
body.admin-bar.rsy-tc-ui-site .rsy-site-header {top:32px!important}
.rsy-site-header *, .rsy-site-header *::before, .rsy-site-header *::after {
  animation:none!important;
  transition:none!important;
}
.rsy-site-brand__mark {
  position:relative!important;
  font-size:0!important;
  background:linear-gradient(140deg,#43b9ec 5%,#7984dc 55%,#e98caf 100%)!important;
  box-shadow:0 5px 14px rgba(78,140,195,.23)!important;
}
.rsy-site-brand__mark::before {
  content:"";
  position:absolute;
  left:11px;
  bottom:10px;
  width:5px;
  height:8px;
  border-radius:2px 2px 0 0;
  background:#fff;
  box-shadow:8px -5px 0 #fff,16px -12px 0 #fff;
}
.rsy-site-brand__mark::after {
  content:"";
  position:absolute;
  bottom:8px;
  left:10px;
  width:25px;
  border-bottom:1px solid rgba(255,255,255,.85);
}
.rsy-site-brand__text strong{font-size:16.5px!important;letter-spacing:-.025em!important}
.rsy-site-brand__text small{font-size:11px!important}
.rsy-site-nav__link.is-active{
  color:#155c83!important;
  background:#eaf8ff!important;
  border:1px solid #d4ebf8!important;
}
.rsy-site-nav__link.is-active::before{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  margin-right:7px;
  border-radius:50%;
  background:#e788ae;
}
body.rsy-tc-ui-target .rsy-cogs .brandbar h1{font-size:23px!important}
body.rsy-tc-ui-target .rsy-cogs .brandbar p{font-size:12.5px!important}
body.rsy-tc-ui-target .rsy-cogs .upload-summary{font-size:13px!important}
body.rsy-tc-ui-target .rsy-cogs .toolbar{font-size:12.5px!important}

@media (min-width:900px) {
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>thead>tr>th:nth-child(n){
    font-size:12.2px!important;
    line-height:1.25!important;
    padding:9px 7px!important;
  }
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>tbody>tr[data-id]>td:nth-child(n){
    font-size:13.5px!important;
    line-height:1.38!important;
    padding:7px 8px!important;
  }
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table .model-cell strong{
    font-size:14px!important;
  }
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table .indicator{
    font-size:13px!important;
    text-decoration-thickness:1px!important;
    text-underline-offset:2px!important;
  }
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table .rsy-ui-actions-cell button{
    font-size:12px!important;
    min-height:33px!important;
  }
}

body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>tbody>tr.trend-row>td{
  padding:16px 18px!important;
  background:#f5faff!important;
  overflow:visible!important;
  text-align:left!important;
}
body.rsy-tc-ui-target .rsy-cogs .trend-panel h3{
  margin:0 0 5px!important;
  font-size:16px!important;
  font-weight:700!important;
  color:#21445c!important;
  text-align:left!important;
}
body.rsy-tc-ui-target .rsy-cogs .trend-panel p{
  margin:5px 0 10px!important;
  font-size:12.5px!important;
  line-height:1.5!important;
  text-align:left!important;
}
body.rsy-tc-ui-target .rsy-cogs .trend-panel .tablewrap{
  margin:10px 0 8px!important;
  border-radius:10px!important;
  overflow-x:auto!important;
}
body.rsy-tc-ui-target .rsy-cogs .trend-panel table{
  width:100%!important;
  min-width:700px!important;
  table-layout:fixed!important;
}
body.rsy-tc-ui-target .rsy-cogs .trend-panel table>thead>tr>th:nth-child(n),
body.rsy-tc-ui-target .rsy-cogs .trend-panel table>tbody>tr>td:nth-child(n){
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
  text-align:right!important;
  padding:9px 12px!important;
}
body.rsy-tc-ui-target .rsy-cogs .trend-panel table>thead>tr>th:nth-child(n){
  background:#e9f6ff!important;
  font-size:12px!important;
  line-height:1.3!important;
}
body.rsy-tc-ui-target .rsy-cogs .trend-panel table>tbody>tr>td:nth-child(n){
  height:38px!important;
  font-size:13px!important;
  line-height:1.35!important;
}
body.rsy-tc-ui-target .rsy-cogs .trend-panel table>thead>tr>th:nth-child(1),
body.rsy-tc-ui-target .rsy-cogs .trend-panel table>tbody>tr>td:nth-child(1){
  width:22%!important;
  text-align:left!important;
}
body.rsy-tc-ui-target .rsy-cogs .trend-panel table>thead>tr>th:nth-child(2),
body.rsy-tc-ui-target .rsy-cogs .trend-panel table>tbody>tr>td:nth-child(2){width:14%!important}
body.rsy-tc-ui-target .rsy-cogs .trend-panel table>thead>tr>th:nth-child(3),
body.rsy-tc-ui-target .rsy-cogs .trend-panel table>tbody>tr>td:nth-child(3){width:14%!important}
body.rsy-tc-ui-target .rsy-cogs .trend-panel table>thead>tr>th:nth-child(4),
body.rsy-tc-ui-target .rsy-cogs .trend-panel table>tbody>tr>td:nth-child(4){width:25%!important}
body.rsy-tc-ui-target .rsy-cogs .trend-panel table>thead>tr>th:nth-child(5),
body.rsy-tc-ui-target .rsy-cogs .trend-panel table>tbody>tr>td:nth-child(5){width:25%!important}

@media (max-width:782px){
  body.admin-bar.rsy-tc-ui-site .rsy-site-header{top:46px!important}
}
@media (max-width:600px){
  body.admin-bar.rsy-tc-ui-site .rsy-site-header{top:0!important}
}

/* rsy-ssh-v069 */
@media (min-width:783px) {
  .rsy-site-header__inner {
    width:calc(100% - 76px)!important;
    max-width:1252px!important;
  }
}
body.rsy-tc-ui-site .rsy-site-header{
  position:relative!important;
  top:auto!important;
  transform:none!important;
}
body.admin-bar.rsy-tc-ui-site .rsy-site-header{top:auto!important}
body.rsy-tc-ui-target .rsy-cogs>.toolbar,
body.rsy-tc-ui-target .rsy-cogs>.table-note,
body.rsy-tc-ui-target .rsy-cogs>.site-footer,
body.rsy-tc-ui-target .rsy-cogs .trend-panel>h3,
body.rsy-tc-ui-target .rsy-cogs .trend-panel>p:first-of-type{
  display:none!important;
}
@media (min-width:900px) {
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>colgroup>col:nth-child(6){
    width:136px!important;
  }
  body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>thead>tr>th:nth-child(6){
    white-space:nowrap!important;
  }
}
body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table>thead>tr>th:nth-child(9){
  background:linear-gradient(110deg,#e8f7ff,#fff1f7)!important;
  color:#205e86!important;
}
body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table .indicator{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px!important;
  width:calc(100% - 12px)!important;
  min-height:33px!important;
  margin:3px 6px!important;
  padding:4px 10px!important;
  border:1px solid #cde6f4!important;
  border-radius:9px!important;
  background:linear-gradient(100deg,#eaf8ff,#fff4f9)!important;
  box-shadow:0 2px 5px rgba(44,122,168,.06)!important;
  color:#17638e!important;
  text-align:left!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  cursor:pointer!important;
}
body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table .indicator::before{
  content:"↗";
  display:grid;
  place-items:center;
  flex:0 0 22px;
  width:22px;
  height:22px;
  border-radius:6px;
  background:linear-gradient(140deg,#60bce9,#dc88b5);
  color:#fff;
  font-size:15px;
  font-weight:800;
  text-decoration:none;
}
body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table .indicator .chevron{
  margin-left:auto!important;
  color:#7c8ea0!important;
  font-size:15px!important;
}
body.rsy-tc-ui-target .rsy-cogs table.rsy-ui-compact-table .indicator[aria-expanded="true"]{
  border-color:#d7afcf!important;
  background:linear-gradient(100deg,#e6f5ff,#fdeaf3)!important;
}
body.rsy-tc-ui-target .rsy-cogs .trend-panel>.tablewrap{
  margin-top:0!important;
}
@media (max-width:782px) {
  .rsy-site-header__inner{width:calc(100% - 32px)!important}
}
