/* B616L_FIX1A_MOBILE_REALIZACE_SHELL */
html.b616l-realizace-mode,
html.b616l-realizace-mode body {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.b616l-realizace-root {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #f4f6f8;
  color: #16202a;
  -webkit-overflow-scrolling: touch;
}

.b616l-realizace-shell {
  width: min(100%, 760px);
  min-height: 100%;
  margin: 0 auto;
  padding: 16px 14px 44px;
  box-sizing: border-box;
}

.b616l-realizace-top {
  position: sticky;
  top: 0;
  z-index: 3;
  margin: -16px -14px 16px;
  padding: 14px;
  background: rgba(244,246,248,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #d9e0e6;
}

.b616l-realizace-topline,
.b616l-realizace-actions,
.b616l-realizace-step-head,
.b616l-realizace-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.b616l-realizace-topline {
  justify-content: space-between;
  align-items: flex-start;
}

.b616l-realizace-kicker {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5f6f7d;
}

.b616l-realizace-top h1 {
  margin: 0;
  font-size: clamp(24px, 6vw, 34px);
  line-height: 1.05;
}

.b616l-realizace-meta {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.b616l-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e7edf2;
  font-size: 12px;
  font-weight: 800;
}

.b616l-realizace-actions {
  margin-top: 12px;
}

.b616l-realizace-actions button {
  flex: 1 1 auto;
  min-height: 44px;
  border: 1px solid #c7d0d8;
  border-radius: 12px;
  background: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.b616l-realizace-card {
  margin: 0 0 14px;
  padding: 15px;
  border: 1px solid #d9e0e6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(20,32,42,.06);
}

.b616l-realizace-card.is-current {
  border-width: 2px;
  border-color: #394b59;
}

.b616l-realizace-card.is-history {
  background: #f9fbfc;
}

.b616l-realizace-step-head {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}

.b616l-realizace-step-title {
  display: flex;
  gap: 10px;
  min-width: 0;
}

.b616l-realizace-step-number {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #243541;
  color: #fff;
  font-weight: 900;
}

.b616l-realizace-step-title strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.b616l-realizace-step-title small {
  display: block;
  margin-top: 3px;
  color: #667784;
  line-height: 1.35;
}

.b616l-state {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  background: #fff3cd;
  color: #6b5200;
}

.b616l-state.ok {
  background: #dff4e5;
  color: #185b2d;
}

.b616l-state.wait {
  background: #e9edf1;
  color: #53616c;
}

.b616l-realizace-list {
  display: grid;
  gap: 8px;
}

.b616l-realizace-row {
  align-items: flex-start;
  padding: 11px;
  border: 1px solid #e0e6eb;
  border-radius: 12px;
  background: #fff;
}

.b616l-check {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf1f4;
  color: #73818c;
  font-weight: 900;
}

.b616l-realizace-row.is-done .b616l-check {
  background: #dff4e5;
  color: #185b2d;
}

.b616l-realizace-row.is-required-missing {
  border-color: #efc4c4;
  background: #fff8f8;
}

.b616l-row-text {
  min-width: 0;
  flex: 1;
}

.b616l-row-text strong {
  display: block;
  line-height: 1.25;
}

.b616l-row-text small {
  display: block;
  margin-top: 3px;
  color: #667784;
  line-height: 1.35;
}

.b616l-section-label {
  margin: 18px 2px 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #657581;
}

.b616l-empty {
  padding: 18px;
  border: 1px dashed #b8c3cb;
  border-radius: 14px;
  background: #fff;
  color: #51616e;
  line-height: 1.45;
}

.b616l-photo-note {
  margin-top: 10px;
  padding: 10px 11px;
  border-radius: 11px;
  background: #eef3f6;
  color: #4f606c;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .b616l-realizace-shell {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b616l-realizace-top {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .b616l-realizace-step-head {
    gap: 8px;
  }
  .b616l-realizace-card {
    padding: 13px;
    border-radius: 14px;
  }
}

/* B616L_FIX2A_KBO_EXECUTION_CONTINUATION */
.b616l-fix2a-actions{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.b616l-fix2a-primary{
  width:100%;
  min-height:50px;
  border:0;
  border-radius:13px;
  background:#243541;
  color:#fff;
  font:inherit;
  font-weight:900;
  cursor:pointer;
}
.b616l-fix2a-primary:disabled{
  opacity:.48;
  cursor:not-allowed;
}
.b616l-fix2a-note{
  padding:10px 11px;
  border-radius:11px;
  background:#eef3f6;
  color:#52636f;
  font-size:12px;
  line-height:1.4;
}
.b616l-fix2a-check-label{
  display:flex;
  align-items:flex-start;
  gap:10px;
  width:100%;
  cursor:pointer;
}
.b616l-fix2a-check-label input{
  flex:0 0 auto;
  width:23px;
  height:23px;
  margin:0;
}
.b616l-fix2a-saving{
  pointer-events:none;
  opacity:.65;
}

/* B616L_FIX2B_REALIZACE_PHOTO_CSS */
.b616l-fix2b-photo-panel{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid #e1e7eb;
}
.b616l-fix2b-title{
  margin-bottom:10px;
}
.b616l-fix2b-title strong{
  display:block;
  font-size:15px;
}
.b616l-fix2b-title span{
  display:block;
  margin-top:3px;
  color:#667784;
  font-size:12px;
}
.b616l-fix2b-photo-list{
  display:grid;
  gap:10px;
}
.b616l-fix2b-photo-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  padding:11px;
  border:1px solid #e0e6eb;
  border-radius:13px;
  background:#fff;
}
.b616l-fix2b-photo-card.is-missing{
  border-color:#efc4c4;
  background:#fff8f8;
}
.b616l-fix2b-photo-card.is-done{
  border-color:#bfe3c9;
  background:#f7fcf8;
}
.b616l-fix2b-photo-copy{
  min-width:0;
}
.b616l-fix2b-photo-copy strong{
  display:block;
  line-height:1.25;
}
.b616l-fix2b-photo-copy span{
  display:block;
  margin-top:3px;
  color:#667784;
  font-size:12px;
}
.b616l-fix2b-camera{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border-radius:11px;
  background:#243541;
  color:#fff;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}
.b616l-fix2b-camera.is-disabled{
  opacity:.5;
  pointer-events:none;
}
.b616l-fix2b-thumb{
  grid-column:1 / -1;
  display:block;
  width:100%;
  max-height:220px;
  object-fit:cover;
  border-radius:10px;
  background:#eef2f5;
}
.b616l-fix2b-status{
  margin-top:10px;
  padding:10px 11px;
  border-radius:10px;
  font-size:12px;
  line-height:1.4;
}
.b616l-fix2b-status.is-ok{
  background:#eaf7ed;
  color:#216235;
}
.b616l-fix2b-status.is-error{
  background:#fff0f0;
  color:#8a2929;
}
@media(max-width:480px){
  .b616l-fix2b-photo-card{
    grid-template-columns:1fr;
  }
  .b616l-fix2b-camera{
    width:100%;
  }
}

/* B616L_FIX2C_PHOTO_GATE_REPAIR_CSS */
/* Marker-only: FIX2C changes workflow correctness, not visual design. */


/* B626_FIX5_CLEAN_EMPLOYEE_REALIZACE_UI_CSS */
#b616l-realizace-root [data-b616l-fix2a],
#b616l-realizace-root [data-b616n-controls]{
  display:none !important;
}

#b616l-realizace-root [data-b616n-sync]{
  display:none !important;
}

#b616l-realizace-root [data-b616n-fix2b-billing]{
  display:none !important;
}

#b616l-realizace-root [data-b616n-fix2d-fix1-note]{
  display:none !important;
}

#b616l-realizace-root .b616l-realizace-card.is-history{
  display:none !important;
}

#b616l-realizace-root .b616l-realizace-top{
  padding-bottom:12px;
}

#b616l-realizace-root .b616l-realizace-meta{
  margin-top:8px;
}

#b616l-realizace-root .b616l-realizace-actions{
  margin-top:10px;
}

#b616l-realizace-root .b616l-section-label{
  margin-top:12px;
}

#b616l-realizace-root .b616l-realizace-card.is-current{
  margin-top:6px;
}

#b616l-realizace-root [data-b616n-fix2f-controls],
#b616l-realizace-root [data-b616l-fix2b-panel],
#b616l-realizace-root [data-b626-fix4-flower-order],
#b616l-realizace-root [data-b616n-fix2a-storage-panel]{
  display:grid;
}
/* B626_FIX5_CLEAN_EMPLOYEE_REALIZACE_UI_CSS END */


/* B626_FIX6_EMPLOYEE_REALIZACE_SIMPLE_GUIDANCE_CSS */
#b616l-realizace-root .b626-fix6-guide{
  margin:0 0 12px;
  padding:11px 13px;
  border-radius:10px;
  background:rgba(127,127,127,.08);
  line-height:1.45;
  font-size:14px;
}

#b616l-realizace-root .b626-fix6-guide strong{
  display:inline;
  margin-right:4px;
}

#b616l-realizace-root .b626-fix6-guide small{
  display:block;
  margin-top:4px;
  opacity:.78;
}
/* B626_FIX6_EMPLOYEE_REALIZACE_SIMPLE_GUIDANCE_CSS END */


/* B626_FIX7_PATHOLOGY_CANONICAL_CURRENT_ACTION_CSS */
#b616l-realizace-root
  [data-b616n-fix2a-storage-panel].b626-fix7-current-transition{
  margin-top:6px;
  margin-bottom:0;
}

#b616l-realizace-root
  .b626-fix7-current-transition
  .b616n-fix2a-head{
  margin-bottom:10px;
}

#b616l-realizace-root
  .b626-fix7-current-transition
  .b616n-fix2a-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

#b616l-realizace-root
  .b626-fix7-current-transition
  .b616n-fix2a-actions button{
  width:100%;
}
/* B626_FIX7_PATHOLOGY_CANONICAL_CURRENT_ACTION_CSS END */
