.header {
    position: sticky;
    top: 0;
    width: calc(100% + (var(--container-padding) * 2));
    margin: -20px calc(var(--container-padding) * -1) 24px;
    background: #00123c;
    z-index: 1000;
    padding: 12px var(--container-padding);
    border-bottom: 1px solid color-mix(in srgb, #55A3E8 36%, #1a2c56);
    box-shadow: 0 2px 12px var(--shadow-color);
    display: grid;
    grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
}

.header h1 {
    margin: 0;
    white-space: nowrap;
    justify-self: center;
    color: #ffffff;
}

.header-brand {
    min-width: 0;
    justify-self: start;
    display: flex;
    align-items: center;
}

.header-logo {
    display: block;
    width: clamp(150px, 15vw, 190px);
    height: auto;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
    justify-self: end;
}
.print-footer {
    display: none;
}

@media print {
    @page {
        margin: 12mm;
    }

    html,
    body {
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #ffffff !important;
        color: #000000 !important;
    }

    .header {
        position: static;
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
        border-bottom: 0;
        box-shadow: none;
        background: transparent !important;
        color: #000000 !important;
    }

    .header h1 {
        color: #000000 !important;
    }

    .header-brand {
        display: none !important;
    }

    .header-actions,
    .menu-overlay,
    .menu-panel,
    .delete-btn,
    .action-wheel,
    .row-structure-controls,
    .controls,
    .rotate-btn,
    .instructions,
    .export-button,
    #export-pdf,
    .resize-handle,
    .badge-metadata-popover,
    .user-id-popover {
        display: none !important;
    }

    .workspace,
    .row-container,
    .summary,
    .workstation-table,
    .workstation-table th,
    .workstation-table td {
        background: transparent !important;
        color: #000000 !important;
        box-shadow: none !important;
    }

    .row-container {
        margin-bottom: 20px !important;
        page-break-inside: avoid;
    }

    .row {
        background: transparent !important;
        border: 1px solid #cccccc;
        box-shadow: none !important;
    }

    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .summary {
        page-break-before: always !important;
        border: 1px solid #cccccc;
        box-shadow: none !important;
    }

    .print-footer {
        display: block !important;
        text-align: center;
        margin-top: 20px;
        font-size: 12px;
        color: #000000 !important;
    }

    .summary {
        font-size: 10pt !important;
    }

    .summary h2,
    .summary h3 {
        color: #000000 !important;
        border-color: #cccccc !important;
    }

    .workstation-table {
        border-collapse: collapse !important;
    }

    .workstation-table th,
    .workstation-table td {
        border: 1px solid #cccccc !important;
    }

    .workstation-table th {
        background: #f2f2f2 !important;
        color: #000000 !important;
    }

    .workstation-table tr:hover {
        background: transparent !important;
    }

    .workstation,
    .legend-workstation {
        box-shadow: none !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .workstation-input {
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .badge-stack {
        display: block !important;
        visibility: visible !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .station-badge {
        display: inline-flex !important;
        visibility: visible !important;
        box-shadow: none !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .action-hub {
        display: none !important;
    }

    .workstation.has-user-id.type-PRO .action-hub,
    .workstation.has-user-id.type-EXPERT .action-hub {
        display: block !important;
    }

    .workstation.has-user-id.type-PRO .action-trigger,
    .workstation.has-user-id.type-EXPERT .action-trigger {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 28px !important;
        height: 28px !important;
        padding: 0 !important;
        background: #111827 !important;
        color: #ffffff !important;
        box-shadow: none !important;
        border: 1px solid #111827 !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-align: center !important;
        font-variant-numeric: tabular-nums;
    }
}

.export-button {
    min-height: 34px;
    padding: 7px 11px;
    background-color: #08245a;
    color: #ffffff;
    font-weight: 700;
    border: 1px solid rgba(66, 199, 255, 0.75);
    border-radius: 6px;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-family: var(--font-family);
    font-size: 13px;
    line-height: 1;
}

.export-button:hover {
    background-color: #0c327a;
    box-shadow: 0 0 0 2px rgba(0, 186, 255, 0.18);
}

.export-button i {
    font-size: 13px;
}

.clear-button {
    background-color: #08245a;
    color: #ffffff;
}

.clear-button:hover {
    background-color: #7f1d1d;
    border-color: #ff6b6b;
}

.menu-button {
    width: 36px;
    padding: 7px;
}

.menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1090;
    background: rgba(0, 0, 0, 0.55);
    opacity: 1;
    transition: opacity 0.25s ease;
}

.menu-overlay[hidden] {
    display: none;
}

.menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1100;
    width: min(420px, 100vw);
    height: 100vh;
    box-sizing: border-box;
    padding: 1.5rem;
    overflow-y: auto;
    background: #00123c;
    color: var(--text-color);
    border-left: 1px solid #1A2C56;
    box-shadow: -12px 0 30px rgba(0, 0, 0, 0.35);
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.menu-panel.is-open {
    transform: translateX(0);
}

.menu-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #1A2C56;
}

.menu-panel-header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.4rem;
}

.menu-panel-header p {
    margin: 4px 0 0;
    color: #cccccc;
    font-size: 13px;
}

.menu-close {
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 1.8rem;
    line-height: 1;
}

.menu-close:hover {
    color: #00BAFF;
}

.menu-list {
    display: grid;
    gap: 0.65rem;
    padding-top: 1.25rem;
}

.menu-action {
    width: 100%;
    min-height: 0;
    padding: 0.9rem;
    display: grid;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid #1A2C56;
    border-radius: 7px;
    background: #00123c;
    color: #ffffff;
    cursor: pointer;
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
}

.menu-action i {
    width: 36px;
    color: inherit;
    text-align: center;
}

.menu-action:hover {
    color: #00BAFF;
    border-color: #00BAFF;
}

.menu-action.danger {
    color: #ff6b6b;
}

.menu-action.danger i {
    color: #ff6b6b;
}

.menu-action:disabled,
.menu-action.template-action:disabled {
    background: rgba(0, 18, 60, 0.62);
    color: rgba(255, 255, 255, 0.42);
    border-color: rgba(85, 163, 232, 0.22);
    cursor: not-allowed;
}

.menu-action:disabled:hover,
.menu-action.template-action:disabled:hover {
    color: rgba(255, 255, 255, 0.42);
    border-color: rgba(85, 163, 232, 0.22);
    box-shadow: none;
}

.menu-divider {
    width: 100%;
    margin: 0.55rem 0;
    border: 0;
    border-top: 1px solid #1A2C56;
}

:root {
    --bg-color: #00123c;
    --card-bg: #1A2C56;
    --text-color: #ffffff;
    --border-color: #29406f;
    --shadow-color: rgba(0, 0, 0, 0.1);
    --hover-bg: rgba(255, 255, 255, 0.08);
    --table-header-bg: #00123c;
    --row-bg: #1A2C56;
    --row-hover: rgba(0, 120, 255, 0.1);
    --accent: #00BAFF;
    --border-radius: 4px;
    --font-family: Arial, sans-serif;
    --header-height: 56px;
    --container-padding: 20px;
}

body {
    font-family: Arial, sans-serif;
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
    background:
        radial-gradient(circle at top, rgba(0, 186, 255, 0.13), transparent 38%),
        #00123c;
    background-attachment: fixed;
    color: var(--text-color);
}

h1 {
    text-align: center;
    color: var(--text-color);
}

.controls {
    background-color: #1A2C56;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px var(--shadow-color);
    margin: 0 auto 20px auto;
}

.event-name-input {
    display: block;
    width: min(100%, 320px);
    height: 36px;
    box-sizing: border-box;
    margin: 10px 0 18px;
    padding: 7px 10px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    background: #00123c;
    color: #ffffff;
    font-family: var(--font-family);
    font-size: 15px;
}

.event-name-input:focus {
    outline: 2px solid rgba(0, 186, 255, 0.35);
    border-color: var(--accent);
}

@media (max-width: 980px) {
    .header {
        grid-template-columns: 1fr;
    }

    .header-brand {
        display: none;
    }

    .header h1 {
        justify-self: start;
    }

    .header-actions {
        width: 100%;
        justify-content: flex-start;
        justify-self: start;
    }
}

@media (max-width: 620px) {
    .export-button {
        width: 36px;
        padding: 7px;
    }
}

.legend {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 15px;
    padding: 15px;
    background: #1A2C56;
    border: 1px dashed rgba(85, 163, 232, 0.52);
    border-radius: 8px;
}

.legend-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    cursor: grab;
    position: relative;
}

.legend-item:active {
    cursor: grabbing;
}

.legend-item:hover::after {
    content: attr(data-type);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 100;
}

.legend-workstation {
    width: 100px;
    height: 60px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    box-shadow: 0 2px 4px var(--shadow-color);
}

.PATH .workstation-input {
    color: #333;
}

.type-ECO,
.ECO {
    width: 120px;
    height: 80px;
    background-image: url('images/Cdesk-ECO.jpg');
    background-size: 100% 100%;
}

.type-PRO,
.PRO {
    width: 120px;
    height: 80px;
    background-image: url('images/Cdesk-PRO.jpg');
    background-size: 100% 100%;
}

.type-EXPERT,
.EXPERT {
    width: 180px;
    height: 80px;
    background-image: url('images/Cdesk-EXPERT.jpg');
    background-size: 100% 100%;
}

.type-PATH,
.PATH {
    width: 60px;
    height: 80px;
    background-color: #CCCCCC;
    color: #ffffff;
}

.type-TV,
.TV {
    width: 145px;
    height: 40px;
    background-image: url('images/Cdesk-Videowall.jpg');
    background-size: 100% 100%;
    border-radius: 2px;
    position: relative;
}


.type-TAFEL {
    width: 180px;
    height: 80px;
    background-image: url('images/Tafel-120-leeg-1.jpg');
    background-size: 100% 100%;
    border-radius: 4px;
}

        .type-TAFEL120 {
    width: 120px;
    height: 80px;
    background-image: url('images/Tafel-120-leeg-1.jpg');
    background-size: 100% 100%;
    border-radius: 4px;
}

              .type-TAFEL120SCREEN {
    width: 120px;
    height: 80px;
    background-image: url('images/Tafel-120-1-monitor.jpg');
    background-size: 100% 100%;
    border-radius: 4px;
}

.type-BIJZETTAFEL {
    width: 60px;
    height: 80px;
    background-image: url('images/Tafel-120-leeg-1.jpg');
    background-size: 100% 100%;
    border-radius: 4px;
}

.row-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

button {
    padding: 10px 15px;
    background-color: var(--accent);
    color: #ffffff;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: var(--font-family);
}

button:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}

button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.workspace {
    margin-top: 40px;
}

.row-container {
    position: relative;
    margin: 30px 0;
    padding: 0;
}

.row {
    display: flex;
    min-height: 60px;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    gap: 10px;
    padding: 20px;
    background-color: #1A2C56;
    border-radius: 8px;
}

.row-structure-controls {
    position: absolute;
    right: 8px;
    top: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 20;
}

.row-structure-btn {
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.row-structure-add {
    background-color: #08245a;
    border: none;
}

.row-structure-remove {
    background-color: #f44336;
    border: 2px solid #ff9a9a;
}

.row-structure-btn:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.row.drag-over {
    background-color: var(--row-hover);
    box-shadow: 0 0 10px rgba(0, 120, 255, 0.3);
}

.workstation {
    position: relative;
    --rotation-angle: 0deg;
    transform-origin: center center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: white;
    font-weight: bold;
    box-shadow: 0 2px 4px var(--shadow-color);
    border-radius: 4px;
    padding: 5px;
    cursor: grab;
}

.workstation:active {
    cursor: grabbing;
}

.workstation.dragging {
    opacity: 0.5;
}

.workstation:hover,
.workstation:focus-within,
.workstation.is-wheel-open {
    z-index: 10000;
}

.workstation-input {
    position: absolute;
    right: 2px;
    bottom: 2px;
    left: 2px;
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0 2px 2px 2px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    color: rgb(241, 241, 241);
}

.workstation-input-tv {
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 20px;
    line-height: 20px;
    padding: 0 2px 2px 2px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.242);
    color: rgb(255, 255, 255);
}

.workstation-input::placeholder {
    color: white;
    opacity: 0.8;
}

.delete-btn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 10;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.delete-btn:hover {
    opacity: 1;
}

.action-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10001;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%) rotate(var(--counter-rotation-angle, 0deg));
    transform-origin: center;
}

.action-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    color: transparent;
    box-shadow: none;
    border: 0;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.action-hub:hover .action-trigger,
.workstation.is-wheel-open .action-trigger,
.action-trigger.has-user-id {
    opacity: 1;
    background: #111827;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.type-TV .action-hub {
    width: 18px;
    height: 18px;
}

.type-TV .action-trigger {
    width: 18px;
    height: 18px;
}

.type-TV .action-hub:hover .action-trigger,
.type-TV.is-wheel-open .action-trigger,
.type-TV .action-trigger.has-user-id {
    width: 24px;
    height: 24px;
}

.action-trigger.has-user-id {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
}

.action-wheel {
    position: fixed;
    width: 190px;
    height: 190px;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
    transition: opacity 0.15s ease, transform 0.15s ease;
    z-index: 99999;
}

.action-wheel.is-open {
    pointer-events: auto;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.action-wheel.is-rotating {
    opacity: 0.18;
}

.wheel-option {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #111827;
    border: 1px solid rgba(17, 24, 39, 0.18);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
    transform: translate(-50%, -50%) rotate(var(--slot-angle)) translateY(-76px) rotate(var(--slot-counter-angle));
}

.wheel-option-edit {
    background: #08245a;
    color: #ffffff;
}

.wheel-option-option {
    background: #ffffff;
    color: #111827;
}

.wheel-option:hover {
    background: #00BAFF;
    color: #ffffff;
}

.wheel-option.is-active {
    background: #00123C;
    color: #ffffff;
}

.wheel-option-series {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.wheel-option.is-empty {
    pointer-events: none;
    opacity: 0.72;
    background: rgba(255, 255, 255, 0.84);
    border-style: dashed;
    box-shadow: none;
}

.wheel-option.is-disabled {
    pointer-events: none;
    opacity: 0.72;
    background: rgba(255, 255, 255, 0.84);
    border-style: dashed;
    box-shadow: none;
}

.wheel-option.is-disabled i {
    visibility: hidden;
}

.wheel-option[data-action="delete"]:hover {
    background: #e74c3c;
}

.wheel-option[data-action="delete"] {
    background: #f44336;
    color: #ffffff;
}

.badge-stack {
    position: absolute;
    inset: 0;
    z-index: 12;
    pointer-events: none;
}

.station-badge {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #08245a;
    border: 2px solid #42c7ff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
    font-size: 12px;
    pointer-events: auto;
    cursor: pointer;
}

.station-badge[data-badge="radio"] {
    background: #08245a;
}

.station-badge[data-badge="cctv"] {
    background: #08245a;
}

.station-badge[data-badge="laptop"] {
    background: #08245a;
}

.station-badge[data-badge="phone"] {
    background: #08245a;
}

.path-width-label {
    font-size: 11px;
    line-height: 1;
    pointer-events: none;
}

.resize-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    cursor: ew-resize;
    z-index: 14;
}

.path-resize-left,
.table-resize-left {
    left: 0;
}

.path-resize-right,
.table-resize-right {
    right: 0;
}

.resize-handle::after {
    content: '';
    position: absolute;
    top: 18%;
    bottom: 18%;
    left: 50%;
    width: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    transform: translateX(-50%);
}

.PATH.is-resizing-path {
    outline: 2px solid #00BAFF;
}

.workstation.is-resizing-table {
    outline: 2px solid #00BAFF;
}

.badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.badge-list-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 7px;
    border-radius: 999px;
    background: var(--hover-bg);
    border: 1px solid var(--border-color);
    font-size: 12px;
}

.badge-metadata-popover {
    position: fixed;
    z-index: 100000;
    min-width: 240px;
    padding: 10px;
    border-radius: 8px;
    background: var(--card-bg);
    color: var(--text-color);
    border: 1px solid var(--border-color);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    transform: translateX(-50%);
}

.badge-metadata-label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
}

.badge-metadata-input {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 4px 8px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background: var(--bg-color);
    color: var(--text-color);
    font: inherit;
}

.badge-color-list {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-bottom: 9px;
}

.badge-color-option {
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
}

.badge-color-option.is-active {
    border-color: #ffffff;
    outline: 2px solid #00123C;
    outline-offset: 2px;
}

.badge-metadata-actions {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    margin-top: 8px;
}

.badge-metadata-btn {
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.badge-metadata-save {
    background: #08245a;
}

.badge-metadata-delete {
    background: #f44336;
}

.user-id-popover {
    position: fixed;
    z-index: 100000;
    min-width: 170px;
    padding: 10px;
    border-radius: 8px;
    background: var(--card-bg);
    color: var(--text-color);
    border: 1px solid var(--border-color);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    transform: translateX(-50%);
}

.user-id-input {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 4px 8px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background: var(--bg-color);
    color: var(--text-color);
    font: inherit;
}

.user-id-actions {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    margin-top: 8px;
}

.user-id-btn {
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.user-id-save {
    background: #08245a;
}

.user-id-clear {
    background: #f44336;
}

.drop-indicator {
    width: 120px;
    height: 80px;
    background-color: transparent;
    border: 2px dashed #999;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

.drop-indicator.active {
    background-color: var(--row-hover);
    border-color: #0078ff;
}

.summary {
    background-color: #1A2C56;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px var(--shadow-color);
    margin-top: 40px;
}

.summary h2 {
    margin-top: 0;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
}

.summary-item {
    margin: 10px 0;
}

.workstation-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.workstation-table th,
.workstation-table td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.workstation-table th {
    background-color: #00123c;
}

.workstation-table tr:hover {
    background-color: var(--hover-bg);
}


.trash-icon {
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    background-color: #e74c3c;
    border-radius: 50%;
}

.trash-icon:before,
.trash-icon:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: white;
    top: 7px;
    left: 4px;
}

.trash-icon:before {
    transform: rotate(45deg);
}

.trash-icon:after {
    transform: rotate(-45deg);
}

.summary-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.instructions {
    width: 50%;
    font-size: 14px;
    color: #ffffff;
    margin-left: auto;
    text-align: left;
}

.instructions p {
    margin: 0;
    line-height: 1.5;
}
