/* Wspólny arkusz stylów dla ilustracji (mockupów okien) instrukcji obsługi IntegratorKSeF */

body {
    font-family: "Segoe UI", Arial, sans-serif;
    margin: 8px;
    background: transparent;
    color: #1c2430;
}

.win {
    border: 1px solid #c3cbd6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(19,32,58,0.10);
    font-size: 11.5px;
    background: #fff;
}
.win-title {
    background: #13203A;
    color: #fff;
    padding: 9px 16px;
    font-weight: 600;
    font-size: 12.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.win-title .x { opacity: 0.6; font-size: 12px; }
.win-sub {
    background: #1a2b4d;
    color: #b8c4d9;
    padding: 5px 16px;
    font-size: 10.5px;
    font-style: italic;
}
.win-body { padding: 16px 18px; background: #fbfcfd; }
.field-row { display: flex; align-items: center; margin-bottom: 9px; gap: 10px; }
.field-label { width: 160px; min-width: 160px; color: #334155; font-weight: 600; font-size: 11px; }
.field-input {
    flex: 1; border: 1px solid #cbd5e0; border-radius: 5px;
    padding: 5px 9px; background: #fff; color: #94a3b8; font-size: 11px;
}
.field-input.filled { color: #1c2430; }
.chk-row { display: flex; align-items: center; gap: 7px; margin-bottom: 9px; font-size: 11px; color: #334155; }
.chk-box { width: 13px; height: 13px; border: 1.5px solid #94a3b8; border-radius: 3px; display: inline-block; }
.chk-box.on { background: #12B5D6; border-color: #12B5D6; }
.btn {
    display: inline-block; padding: 6px 14px; border-radius: 5px;
    font-size: 11px; font-weight: 700; color: #fff; margin-right: 8px; white-space: nowrap;
}
.btn-accent { background: #12B5D6; }
.btn-dark { background: #2A3A5C; }
.btn-green { background: #22c55e; }
.btn-gray { background: #94a3b8; }
.btn-lightgray { background: #cbd5e0; color: #334155; }
.win-footer {
    background: #f0f4f8; padding: 10px 16px; display: flex;
    justify-content: flex-end; gap: 6px; border-top: 1px solid #e2e8f0;
}
.win-footer.dark { background: #13203A; }
.win-footer-left { margin-right: auto; align-self: center; font-size: 10.5px; color: #64748b; }
.grid-mock { width: 100%; border-collapse: collapse; font-size: 10.5px; margin: 8px 0; }
.grid-mock th { background: #13203A; color: #cfe3ea; padding: 5px 8px; text-align: left; font-weight: 600; }
.grid-mock td { padding: 5px 8px; border-bottom: 1px solid #e2e8f0; color: #334155; }
.grid-mock tr:nth-child(even) td { background: #f7fafc; }
.badge { display: inline-block; padding: 1px 8px; border-radius: 10px; font-size: 9.5px; font-weight: 700; }
.badge-green { background: #dcfce7; color: #166534; }
.badge-red { background: #fee2e2; color: #991b1b; }
.badge-gray { background: #e2e8f0; color: #475569; }
.two-col { display: flex; gap: 14px; }
.two-col > div { flex: 1; }
.gbox {
    border: 1px solid #cbd5e0; border-radius: 6px; padding: 10px 12px; margin-bottom: 10px; background: #fff;
}
.gbox-title { font-weight: 700; color: #13203A; font-size: 10.5px; margin-bottom: 8px; }
.sidebar-mock {
    width: 190px; background: #13203A; color: #d7dee8; padding: 18px 16px; font-size: 10.5px;
}
.sidebar-mock .logo { color: #fff; font-weight: 700; font-size: 13px; margin-bottom: 18px; }
.sidebar-mock .ttl { font-weight: 600; font-size: 12px; margin: 10px 0; color: #d7dee8; }
.sidebar-mock .info { color: #8e9bb3; font-size: 10px; }
.wizard-sidebar { width: 168px; min-width: 168px; background: #13203A; padding: 16px 0 12px 0; }
.wizard-logo { color: #fff; font-weight: 700; text-align: center; margin-bottom: 14px; font-size: 12px; }
.wizard-sep { height: 1px; background: #2a3a5c; margin: 0 12px 8px 12px; }
.wizard-step { padding: 8px 14px; font-size: 10.5px; color: #b8c4d9; border-left: 3px solid transparent; opacity: 0.6; }
.wizard-step .dot { display:inline-block; width:6px; height:6px; border-radius:50%; background:#8695ad; margin-right:8px; }
.wizard-step.active { color: #fff; border-left-color: #12B5D6; opacity: 1; font-weight: 700; }
.wizard-step.active .dot { background:#12B5D6; }
.wizard-step.done { opacity: 1; }
.wizard-step.done .dot { background:#7fd99a; }
.wizard-sticky-header { background: #13203A; color: #fff; text-align: center; padding: 11px; font-weight: 700; font-size: 13px; }
