/* B617G_MASTER_V2_TO_21_PARITY_STYLES START */
.b617g-card{
  margin-top:16px;
  padding:16px;
  border:1px solid rgba(120,155,205,.26);
  border-radius:14px;
  background:rgba(12,27,46,.72);
  box-shadow:0 10px 26px rgba(0,0,0,.12);
}
.b617g-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.b617g-head h3{margin:2px 0 0;font-size:17px}
.b617g-eyebrow{
  display:block;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.7;
}
.b617g-pill{
  display:inline-flex;
  align-items:center;
  padding:5px 9px;
  border-radius:999px;
  border:1px solid rgba(140,170,220,.28);
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.b617g-pill.good{border-color:rgba(50,190,120,.46)}
.b617g-pill.warn{border-color:rgba(235,180,55,.55)}
.b617g-pill.bad{border-color:rgba(235,90,90,.56)}
.b617g-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.b617g-grid label{display:grid;gap:6px}
.b617g-grid label>span{font-size:12px;font-weight:800;opacity:.82}
.b617g-grid input,
.b617g-grid select,
.b617g-grid textarea{
  width:100%;
  box-sizing:border-box;
  min-height:42px;
}
.b617g-grid textarea{min-height:88px;resize:vertical}
.b617g-grid .b617g-speech-draft{min-height:250px}
.b617g-span-2{grid-column:1/-1}
.b617g-note{
  margin-top:12px;
  padding:10px 12px;
  border-radius:10px;
  background:rgba(80,125,190,.10);
  font-size:12px;
  line-height:1.45;
  opacity:.9;
}
.b617g-alert,
.b617g-success{
  margin-top:10px;
  padding:10px 12px;
  border-radius:10px;
  font-size:12px;
  font-weight:700;
}
.b617g-alert{
  background:rgba(180,50,50,.15);
  border:1px solid rgba(235,90,90,.35);
}
.b617g-success{
  background:rgba(40,145,90,.15);
  border:1px solid rgba(70,195,125,.32);
}
.b617g-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:13px;
}
.b617g-field-actions{
  display:flex;
  align-items:end;
  padding-bottom:1px;
}
.b617g-finance-summary{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-bottom:14px;
}
.b617g-finance-summary>div{
  padding:11px;
  border-radius:10px;
  background:rgba(255,255,255,.045);
}
.b617g-finance-summary span{
  display:block;
  font-size:11px;
  opacity:.68;
  margin-bottom:4px;
}
.b617g-finance-summary strong{font-size:15px}
.b617g-details{
  margin-top:14px;
  padding-top:10px;
  border-top:1px solid rgba(140,170,220,.18);
}
.b617g-details summary{
  cursor:pointer;
  font-weight:800;
  margin-bottom:12px;
}
.b617g-book-finance{
  display:flex;
  flex-wrap:wrap;
  gap:6px 10px;
  align-items:center;
  margin-top:7px;
  font-size:11px;
}
.b617g-book-finance b{font-size:11px}
.b617g-book-finance span{opacity:.76}
.b617g-book-finance i{
  font-style:normal;
  padding:2px 6px;
  border-radius:999px;
  border:1px solid rgba(235,180,55,.4);
}
.b617g-book-toolbar{margin-bottom:12px}
.b617g-doc-list{
  display:grid;
  gap:7px;
}
.b617g-doc-row{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  padding:9px 10px;
  border-radius:9px;
  background:rgba(255,255,255,.035);
}
.b617g-doc-row b{
  font-size:10px;
  opacity:.76;
}
@media(max-width:820px){
  .b617g-grid{grid-template-columns:1fr}
  .b617g-span-2{grid-column:auto}
  .b617g-finance-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .b617g-head{display:grid}
  .b617g-finance-summary{grid-template-columns:1fr}
}
/* B617G_MASTER_V2_TO_21_PARITY_STYLES END */


/* B617G_FIX2_UX_CLEANUP_STYLES START */
[data-b617g-fix2-hidden-legacy-ceremony]{
  display:none !important;
}

.b617g-clean-services{
  display:grid;
  gap:14px;
}

.b617g-clean-services__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}

.b617g-clean-services__head h3{
  margin:3px 0 0;
  font-size:18px;
}

.b617g-clean-services__head>strong{
  font-size:18px;
  white-space:nowrap;
}

.b617g-clean-services__list{
  display:grid;
  gap:8px;
}

.b617g-clean-service{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  padding:12px 13px;
  border:1px solid rgba(120,155,205,.20);
  border-radius:11px;
  background:rgba(255,255,255,.035);
}

.b617g-clean-service__main,
.b617g-clean-service__price{
  display:grid;
  gap:4px;
}

.b617g-clean-service__main strong{
  font-size:14px;
}

.b617g-clean-service__main span,
.b617g-clean-service__price span{
  font-size:11px;
  opacity:.72;
}

.b617g-clean-service__price{
  text-align:right;
}

.b617g-clean-service__price strong{
  font-size:14px;
}

@media(max-width:680px){
  .b617g-clean-service{
    grid-template-columns:1fr;
  }

  .b617g-clean-service__price{
    text-align:left;
  }
}
/* B617G_FIX2_UX_CLEANUP_STYLES END */


/* B617I_FINAL_COMPLETE_PARITY_STYLES START */
.b617i-dashboard{
  display:grid;
  gap:14px;
  margin-top:18px;
}

.b617i-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.b617i-title-row h2{
  margin:3px 0 0;
}

.b617i-metrics{
  display:grid;
  grid-template-columns:
    repeat(6,minmax(0,1fr));
  gap:10px;
}

.b617i-metric{
  appearance:none;
  width:100%;
  min-height:94px;
  display:grid;
  align-content:center;
  gap:4px;
  padding:12px;
  border:1px solid rgba(120,155,205,.22);
  border-radius:12px;
  background:rgba(12,27,46,.72);
  color:inherit;
  text-align:left;
  cursor:default;
}

button.b617i-metric{
  cursor:pointer;
}

button.b617i-metric:hover{
  border-color:rgba(120,170,240,.50);
}

.b617i-metric span{
  font-size:11px;
  opacity:.72;
}

.b617i-metric strong{
  font-size:23px;
  line-height:1.05;
}

.b617i-metric small{
  font-size:11px;
  opacity:.72;
}

.b617i-dashboard-grid{
  display:grid;
  grid-template-columns:
    repeat(2,minmax(0,1fr));
  gap:14px;
}

.b617i-list{
  display:grid;
  gap:7px;
}

.b617i-row{
  appearance:none;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 11px;
  border:1px solid rgba(120,155,205,.15);
  border-radius:9px;
  background:rgba(255,255,255,.035);
  color:inherit;
  text-align:left;
  cursor:pointer;
}

.b617i-row.static{
  cursor:default;
}

.b617i-row:hover:not(.static){
  border-color:rgba(120,170,240,.42);
}

.b617i-row>span{
  min-width:0;
  display:grid;
  gap:3px;
}

.b617i-row b{
  font-size:13px;
}

.b617i-row small{
  font-size:11px;
  opacity:.70;
}

.b617i-row>strong{
  font-size:13px;
  white-space:nowrap;
}

.b617i-overdue{
  display:inline-flex;
  align-items:center;
  margin-top:6px;
  padding:3px 7px;
  border-radius:999px;
  border:1px solid rgba(235,90,90,.38);
  background:rgba(180,50,50,.12);
  font-size:10px;
  font-weight:900;
}

@media(max-width:1180px){
  .b617i-metrics{
    grid-template-columns:
      repeat(3,minmax(0,1fr));
  }
}

@media(max-width:800px){
  .b617i-dashboard-grid{
    grid-template-columns:1fr;
  }

  .b617i-metrics{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }
}

@media(max-width:520px){
  .b617i-title-row{
    display:grid;
  }

  .b617i-metrics{
    grid-template-columns:1fr;
  }
}
/* B617I_FINAL_COMPLETE_PARITY_STYLES END */


/* B617J_FIX1_E2E_CORRECTION_MASTER */
.b617j-field-help{
  display:block;
  margin-top:6px;
  color:#64748b;
  font-size:12px;
  line-height:1.35;
}
html.b617j-signature-mask .section-content{
  position:relative;
  min-height:140px;
}
html.b617j-signature-mask .section-content > *{
  visibility:hidden !important;
}
html.b617j-signature-mask .section-content::before{
  content:"Načítám kanonickou podobu podpisů…";
  visibility:visible !important;
  position:absolute;
  inset:20px auto auto 20px;
  font-weight:700;
  color:#475569;
}
.b617j-closeout-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
  gap:10px;
  margin:14px 0;
}
.b617j-closeout-grid > div{
  border:1px solid #e2e8f0;
  border-radius:12px;
  padding:12px;
  background:#fff;
  display:grid;
  gap:4px;
}
.b617j-closeout-grid span{
  color:#64748b;
  font-size:12px;
}
.b617j-closeout-grid strong{
  font-size:15px;
}
/* B617J_FIX1_E2E_CORRECTION_MASTER END */
