/* Wspólny arkusz stylów dla ilustracji (mockupów okien) instrukcji "Edytor mapowania JPK" */

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-body { padding: 16px 18px; background: #fbfcfd; }
.field-row { display: flex; align-items: center; margin-bottom: 9px; gap: 10px; }
.field-label { width: 130px; min-width: 130px; 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: #1c2430; font-size: 11px;
}
.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;
}
.tile {
    flex: 1; text-align: center; border: 2px solid #cbd5e0; border-radius: 8px;
    padding: 18px 6px; font-weight: 700; font-size: 13px; color: #13203A; background: #fff;
}
.tile.active { border-color: #12B5D6; background: #e6f7fb; }
table.fmap { width: 100%; border-collapse: collapse; font-size: 10.5px; margin: 8px 0; }
table.fmap th { background: #13203A; color: #cfe3ea; padding: 5px 8px; text-align: left; font-weight: 600; }
table.fmap td { padding: 5px 8px; border-bottom: 1px solid #e2e8f0; color: #334155; }
table.fmap tr:nth-child(even) td { background: #f7fafc; }
.tabs { display:flex; gap:2px; margin-bottom:0; }
.tab { padding:7px 14px; font-size:10.5px; background:#e2e8f0; color:#475569; border-radius:6px 6px 0 0; }
.tab.active { background:#fbfcfd; color:#13203A; font-weight:700; }
