/* _content/LignoOpti_Web/Components/Layout/MainLayout.razor.rz.scp.css */
.layout-shell[b-moe7c0xw0f] {
    display: flex;
    height: 100vh;
    overflow: hidden;
    font-family: Segoe UI, Arial, sans-serif;
}

.sidebar[b-moe7c0xw0f] {
    width: 120px;
    background: #111827;
    color: white;
    padding: 12px;
    transition: width 0.25s ease;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .sidebar.collapsed[b-moe7c0xw0f] {
        width: 60px;
    }

.sidebar-header[b-moe7c0xw0f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    min-height: 40px;
}

    .sidebar-header h3[b-moe7c0xw0f] {
        margin: 0;
        font-size: 18px;
        color: white;
    }

.sidebar-toggle[b-moe7c0xw0f] {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.08);
    color: white;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sidebar-toggle:hover[b-moe7c0xw0f] {
        background: rgba(255,255,255,0.18);
    }

.sidebar-nav[b-moe7c0xw0f] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.main-zone[b-moe7c0xw0f] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100vh;
}

.top-header[b-moe7c0xw0f] {
    height: 60px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
    gap: 20px;
    background: white;
}

.page-zone[b-moe7c0xw0f] {
    flex: 1;
    overflow: auto;
    padding: 30px;
    background: #f9fafb;
}

.menu-link[b-moe7c0xw0f] {
    background: none;
    border: none;
    color: white;
    text-align: left;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
}



    .menu-button:hover[b-moe7c0xw0f] {
        background: rgba(255,255,255,0.08);
        color: white;
        text-decoration: none;
    }

    .menu-button.active[b-moe7c0xw0f] {
        background: rgba(255,255,255,0.12);
        border-color: rgba(255,255,255,0.18);
        color: #60a5fa;
        font-weight: 600;
    }
.progress-bar[b-moe7c0xw0f] {
    width: 100%;
    height: 12px;
    background: #ddd;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 8px;
}

.progress-fill[b-moe7c0xw0f] {
    height: 100%;
    display: block;
    border-radius: 999px;
    background: red;
}
/* _content/LignoOpti_Web/Components/Pages/Opti.razor.rz.scp.css */
.opti-page[b-uqai0r99js] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 14px;
    color: #222;
    background: #efefef;
    min-height: 100vh;
}

.param-panel[b-uqai0r99js] {
    display: grid;
    grid-template-columns: 260px 240px 1fr;
    gap: 14px;
    align-items: start;
}

.resultats-grid[b-uqai0r99js] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
    align-items: start;
}

[b-uqai0r99js] .param-box {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

[b-uqai0r99js] .param-box-title {
    font-weight: 600;
    color: #3b3b3b;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ececec;
}

[b-uqai0r99js] .param-row {
    display: grid;
    grid-template-columns: 120px 90px;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

    [b-uqai0r99js] .param-row.wide {
        display: grid;
        grid-template-columns: 180px 110px;
        align-items: center;
        gap: 10px;
        margin-bottom: 8px;
    }

[b-uqai0r99js] .param-check-row {
    margin-top: 8px;
}

[b-uqai0r99js] .param-input-small {
    width: 80px;
}

[b-uqai0r99js] .param-input-medium {
    width: 100px;
}

[b-uqai0r99js] .inline-radio,
[b-uqai0r99js] .inline-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

[b-uqai0r99js] .label-help-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    overflow: visible;
}

[b-uqai0r99js] .help-tooltip {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: #e9eef5;
    color: #4b5b6b;
    font-size: 12px;
    font-weight: bold;
    cursor: help;
    overflow: visible;
}

[b-uqai0r99js] .help-tooltip-text {
    position: absolute;
    left: 50%;
    bottom: 125%;
    transform: translateX(-50%);
    width: 230px;
    padding: 8px 10px;
    background: #2f2f2f;
    color: white;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

[b-uqai0r99js] .help-tooltip:hover .help-tooltip-text {
    visibility: visible;
    opacity: 1;
}


/* BAS DE PAGE */
.bottom-zone[b-uqai0r99js] {
    display: grid;
    grid-template-columns: 180px 180px 1fr;
    gap: 12px;
    align-items: start;
}
.kpi-card[b-uqai0r99js],
.export-card[b-uqai0r99js],
.preview-card[b-uqai0r99js] {
    background: linear-gradient(135deg, #ffffff, #f3f6fb);
    border: 1px solid #d6dce5;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.kpi-card[b-uqai0r99js] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.kpi-title[b-uqai0r99js] {
    font-size: 13px;
    font-weight: 600;
    color: #5a6b7b;
}

.kpi-value[b-uqai0r99js] {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.3px;
}

.kpi-sub[b-uqai0r99js] {
    font-size: 12px;
    color: #8a97a6;
}

.kpi-good[b-uqai0r99js] {
    color: #16a34a;
}

.kpi-medium[b-uqai0r99js] {
    color: #f59e0b;
}

.kpi-bad[b-uqai0r99js] {
    color: #dc2626;
}

.export-card[b-uqai0r99js] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
}

.export-title[b-uqai0r99js] {
    font-size: 15px;
    font-weight: 700;
    color: #2f3b4a;
    margin-bottom: 4px;
}

.export-btn[b-uqai0r99js] {
    appearance: none;
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 10px;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 13px;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.export-icon[b-uqai0r99js] {
    font-size: 14px;
    width: 18px;
    text-align: center;
}

.export-btn.dxf[b-uqai0r99js] {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.export-btn.pdf[b-uqai0r99js] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.export-btn.excel[b-uqai0r99js] {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.export-btn:hover[b-uqai0r99js] {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.export-btn:active[b-uqai0r99js] {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.export-btn:disabled[b-uqai0r99js] {
    cursor: not-allowed;
    color: #7b8794;
    background: linear-gradient(180deg, #eef2f7, #dfe6ee);
    box-shadow: none;
    border: 1px solid #d4dbe3;
}
.preview-card[b-uqai0r99js] {
    min-width: 0;
}

.preview-box[b-uqai0r99js] {
    min-height: 160px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.preview-title[b-uqai0r99js] {
    width: 100%;
    margin-bottom: 8px;
    font-weight: 700;
    color: #2f3b4a;
    text-align: left;
}

.preview-svg[b-uqai0r99js] {
    width: 100%;
    height: auto;
    border: 1px solid #bfc7d1;
    border-radius: 8px;
    background: white;
    display: block;
}

.preview-empty[b-uqai0r99js] {
    width: 100%;
    text-align: center;
    color: #666;
    padding: 20px 0;
}

.progress-bar[b-uqai0r99js] {
    width: 100%;
    height: 12px;
    background: #ddd;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 8px;
}

.progress-fill[b-uqai0r99js] {
    height: 100%;
    display: block;
    border-radius: 999px;
}

    .progress-fill.kpi-good[b-uqai0r99js] {
        background: linear-gradient(90deg, #22c55e, #16a34a);
    }

    .progress-fill.kpi-medium[b-uqai0r99js] {
        background: linear-gradient(90deg, #fbbf24, #f59e0b);
    }

    .progress-fill.kpi-bad[b-uqai0r99js] {
        background: linear-gradient(90deg, #f87171, #dc2626);
    }


fieldset[b-uqai0r99js] {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 14px;
    background: #f8f8f8;
    margin: 0;
}

legend[b-uqai0r99js] {
    padding: 0 8px;
    font-weight: 600;
    color: #444;
}

.topbar[b-uqai0r99js] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.help-open-btn[b-uqai0r99js] {
    border: 1px solid #7f8ea3;
    background: #f1f5fb;
}

.help-overlay[b-uqai0r99js] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 16px;
}

.help-modal[b-uqai0r99js] {
    width: min(920px, 96vw);
    max-height: 88vh;
    background: #ffffff;
    border: 1px solid #c7d0dc;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.help-modal-header[b-uqai0r99js] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #f8fbff, #eef4fb);
}

.help-modal-header h3[b-uqai0r99js] {
    margin: 0;
    font-size: 18px;
    color: #2f3b4a;
}

.help-close-btn[b-uqai0r99js] {
    border: 1px solid #9aa8ba;
    background: #ffffff;
    border-radius: 6px;
    padding: 6px 10px;
    cursor: pointer;
    font-weight: 600;
}

.help-modal-body[b-uqai0r99js] {
    padding: 14px 16px 18px;
    overflow: auto;
    line-height: 1.45;
}

.help-modal-body h4[b-uqai0r99js] {
    margin: 12px 0 8px;
    color: #314255;
}

.help-modal-body p[b-uqai0r99js] {
    margin: 6px 0;
}

.help-modal-body ol[b-uqai0r99js],
.help-modal-body ul[b-uqai0r99js] {
    margin: 6px 0 12px 18px;
}

.help-modal-body li[b-uqai0r99js] {
    margin: 4px 0;
}

.txt-projet[b-uqai0r99js] {
    min-width: 220px;
    flex: 1;
}

.logo-box[b-uqai0r99js] {
    margin-left: auto;
    width: 56px;
    height: 56px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

/* PANNEAU PARAMETRES */
.label-help-wrap[b-uqai0r99js] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    overflow: visible;
}

.help-tooltip[b-uqai0r99js] {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: #e9eef5;
    color: #4b5b6b;
    font-size: 12px;
    font-weight: bold;
    cursor: help;
    overflow: visible;
}

.help-tooltip-text[b-uqai0r99js] {
    position: absolute;
    left: 50%;
    bottom: 125%;
    transform: translateX(-50%);
    width: 230px;
    padding: 8px 10px;
    background: #2f2f2f;
    color: white;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 9999;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
}

.help-tooltip:hover .help-tooltip-text[b-uqai0r99js] {
    visibility: visible !important;
    opacity: 1 !important;
}




.param-box[b-uqai0r99js] {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.param-box-title[b-uqai0r99js] {
    font-weight: 600;
    color: #3b3b3b;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ececec;
}

.param-row[b-uqai0r99js] {
    display: grid;
    grid-template-columns: 120px 90px;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}



button.primary[b-uqai0r99js] {
    background: #2c7be5;
    color: white;
    border: 1px solid #1f5fbf;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
}

.param-check-row[b-uqai0r99js] {
    margin-top: 8px;
}

.param-input-small[b-uqai0r99js] {
    width: 80px;
}

.param-input-medium[b-uqai0r99js] {
    width: 100px;
}

.inline-radio[b-uqai0r99js],
.inline-check[b-uqai0r99js] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.settings-grid[b-uqai0r99js] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
    align-items: start;
}

    .settings-grid label[b-uqai0r99js] {
        text-align: left;
    }

    .settings-grid input[b-uqai0r99js] {
        width: 100px;
    }

.param-row.wide[b-uqai0r99js] {
    display: grid;
    grid-template-columns: 180px 110px;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}


.mode-auto-btn[b-uqai0r99js] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border: 1px solid #999;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 600;
    width: 180px;
}

.import-btn[b-uqai0r99js] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid #999;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 6px;
}

/* TABLEAUX */
.grid-table[b-uqai0r99js] {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

    .grid-table th[b-uqai0r99js],
    .grid-table td[b-uqai0r99js] {
        border: 1px solid #9f9f9f;
        padding: 4px 6px;
        text-align: left;
    }

    .grid-table th[b-uqai0r99js] {
        background: #d9ecfb;
        font-weight: 600;
    }

    .grid-table input[b-uqai0r99js] {
        width: 100%;
        border: none;
        background: transparent;
        font: inherit;
    }

    .grid-table td[b-uqai0r99js] {
        cursor: pointer;
    }

.selected-row[b-uqai0r99js],
.selected-row td[b-uqai0r99js] {
    background: #1f6fb2 !important;
    color: #ffffff !important;
}

    .selected-row td *[b-uqai0r99js] {
        color: #ffffff !important;
    }

    .selected-row:hover[b-uqai0r99js],
    .selected-row:hover td[b-uqai0r99js] {
        background: #1f6fb2 !important;
        color: #ffffff !important;
    }

.pieces-actions[b-uqai0r99js] {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.pieces-table-scroll[b-uqai0r99js] {
    max-height: 210px;
    overflow-y: auto;
    border: 1px solid #bcbcbc;
}

    .pieces-table-scroll thead th[b-uqai0r99js] {
        position: sticky;
        top: 0;
        background: #d9ecfb;
        z-index: 2;
    }


/* RESULTATS */
.message-info[b-uqai0r99js] {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid #8fd19e;
    background: #eaf8ee;
    color: #1f6b35;
    border-radius: 8px;
    font-weight: 500;
    
}

.message-error[b-uqai0r99js] {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid #e0a1a1;
    background: #ffe9e9;
    color: #900;
    border-radius: 8px;
    font-weight: 500;
    animation: fadeIn-b-uqai0r99js 0.3s ease;
}
@keyframes fadeIn-b-uqai0r99js {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.table-card[b-uqai0r99js] {
    background: #f7f7f7;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 10px;
    min-width: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.table-card-title[b-uqai0r99js] {
    font-weight: 700;
    margin-bottom: 10px;
    color: #2f3b4a;
}

.table-scroll[b-uqai0r99js] {
    height: 260px;
    overflow: auto;
    background: white;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}

    .table-scroll table[b-uqai0r99js] {
        width: 100%;
        border-collapse: collapse;
        font-size: 13px;
    }

    .table-scroll thead th[b-uqai0r99js] {
        position: sticky;
        top: 0;
        background: #d9ecfb;
        z-index: 2;
        padding: 8px 8px;
        border-bottom: 1px solid #b8d4ea;
    }

    .table-scroll tbody td[b-uqai0r99js] {
        padding: 7px 8px;
        border-bottom: 1px solid #ececec;
    }

    .table-scroll tbody tr:nth-child(even)[b-uqai0r99js] {
        background: #fafafa;
    }

    .table-scroll tbody tr:hover[b-uqai0r99js] {
        background: #eef6ff;
    }



.col-small[b-uqai0r99js] {
    white-space: nowrap;
    width: 1%;
}

.col-num[b-uqai0r99js] {
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}


/* BARRE DE PROGRESSION */
.progress-bar[b-uqai0r99js] {
    width: 100%;
    height: 12px;
    background: #ddd;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 8px;
}



/* RESPONSIVE */
@media (max-width: 1000px) {
    .param-panel[b-uqai0r99js] {
        grid-template-columns: 1fr;
    }

    .settings-grid[b-uqai0r99js] {
        grid-template-columns: 1fr;
    }

    .resultats-grid[b-uqai0r99js] {
        grid-template-columns: 1fr;
    }

    .bottom-zone[b-uqai0r99js] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .topbar[b-uqai0r99js] {
        flex-direction: column;
        align-items: stretch;
    }

    .logo-box[b-uqai0r99js] {
        margin-left: 0;
    }

    .txt-projet[b-uqai0r99js] {
        min-width: 0;
        width: 100%;
    }

    .grid-table[b-uqai0r99js] {
        font-size: 12px;
    }

    .table-scroll[b-uqai0r99js] {
        height: 220px;
    }

    .preview-title[b-uqai0r99js] {
        font-size: 13px;
    }

    .preview-svg[b-uqai0r99js] {
        min-height: 100px;
    }
}
/* _content/LignoOpti_Web/Components/Pages/Panneaux.razor.rz.scp.css */
.panel-page[b-vjyuk99v95] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.panel-topbar[b-vjyuk99v95] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #f8fafc;
    border-radius: 16px;
    padding: 16px;
}

.panel-title-wrap h1[b-vjyuk99v95] {
    margin: 0 0 6px 0;
    font-size: 1.6rem;
}

.panel-title-wrap p[b-vjyuk99v95] {
    margin: 0;
    opacity: 0.9;
}

.panel-actions[b-vjyuk99v95] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.project-input[b-vjyuk99v95] {
    min-width: 220px;
}

.panel-grid[b-vjyuk99v95] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 12px;
}

.card[b-vjyuk99v95] {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #dbe3ef;
    padding: 14px;
}

.card h2[b-vjyuk99v95] {
    margin: 0 0 12px 0;
    font-size: 1.1rem;
}

.field-row[b-vjyuk99v95] {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
}

.status[b-vjyuk99v95] {
    color: #0f766e;
    font-weight: 600;
}

.row-btns[b-vjyuk99v95] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

button[b-vjyuk99v95], .file-btn[b-vjyuk99v95] {
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    border-radius: 8px;
    padding: 7px 10px;
    cursor: pointer;
}

button.primary[b-vjyuk99v95] {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #ffffff;
}

input[b-vjyuk99v95], select[b-vjyuk99v95] {
    border: 1px solid #d0dae6;
    border-radius: 7px;
    padding: 6px 8px;
    width: 100%;
}

.file-btn[b-vjyuk99v95] {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
}

.file-btn input[type="file"][b-vjyuk99v95] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.table-wrap[b-vjyuk99v95] {
    overflow: auto;
    max-height: 320px;
}

table[b-vjyuk99v95] {
    width: 100%;
    border-collapse: collapse;
}

th[b-vjyuk99v95], td[b-vjyuk99v95] {
    border-bottom: 1px solid #e2e8f0;
    padding: 6px;
    text-align: left;
    font-size: 0.93rem;
}

th[b-vjyuk99v95] {
    background: #f8fafc;
    position: sticky;
    top: 0;
}

.result-kpis[b-vjyuk99v95] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.sheet-card[b-vjyuk99v95] {
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 12px;
}

.sheet-card h3[b-vjyuk99v95] {
    margin: 0 0 8px 0;
    font-size: 0.98rem;
}

.viewer-toolbar[b-vjyuk99v95] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.viewer-toolbar label[b-vjyuk99v95] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.92rem;
}

.viewer-scroll[b-vjyuk99v95] {
    max-width: 100%;
    max-height: 68vh;
    overflow: auto;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
    padding: 8px;
}

.sheet-canvas-real[b-vjyuk99v95] {
    position: relative;
    border: 2px solid #334155;
    background:
        linear-gradient(45deg, rgba(180, 196, 214, 0.15) 25%, transparent 25%) -10px 0 / 20px 20px,
        linear-gradient(-45deg, rgba(180, 196, 214, 0.15) 25%, transparent 25%) -10px 0 / 20px 20px,
        linear-gradient(180deg, #eef3f8, #dde7f0);
}

.piece-box-real[b-vjyuk99v95] {
    position: absolute;
    border: 1px solid #0f766e;
    background: rgba(20, 184, 166, 0.28);
    color: #063f3b;
    font-size: 11px;
    line-height: 1.2;
    padding: 2px 3px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}
/* _content/LignoOpti_Web/Components/Pages/PdpWeekly.razor.rz.scp.css */
.pdp-page[b-4bc3hof9ya] {
    display: grid;
    gap: 18px;
    color: #0f172a;
    font-family: "Poppins", "Segoe UI", sans-serif;
}

.top[b-4bc3hof9ya] {
    border: 1px solid #dbe9ee;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fafc, #eff6ff);
    padding: 16px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
}

.top h1[b-4bc3hof9ya] {
    margin: 0 0 6px;
}

.top p[b-4bc3hof9ya] {
    margin: 0;
    color: #375468;
}

.ghost[b-4bc3hof9ya] {
    text-decoration: none;
    border: 1px solid #bfd4e0;
    color: #0f4c81;
    border-radius: 10px;
    padding: 9px 12px;
    background: white;
    white-space: nowrap;
}

.panel[b-4bc3hof9ya] {
    border: 1px solid #dce8ed;
    border-radius: 14px;
    background: white;
    padding: 14px;
}

.panel h2[b-4bc3hof9ya] {
    margin: 0 0 12px;
}

.entry-grid[b-4bc3hof9ya] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 9px;
}

.options-panel[b-4bc3hof9ya] {
    margin-top: 12px;
    border: 1px solid #d9e8ef;
    border-radius: 12px;
    padding: 10px;
    background: #f9fcff;
}

.options-panel h3[b-4bc3hof9ya] {
    margin: 0 0 8px;
    font-size: 0.95rem;
    color: #0f4c81;
}

.half-hour-note[b-4bc3hof9ya] {
    margin: 0 0 8px;
    font-size: 0.82rem;
    color: #475569;
}

.stage-config-table[b-4bc3hof9ya] {
    width: 100%;
    border-collapse: collapse;
}

.stage-config-table th[b-4bc3hof9ya],
.stage-config-table td[b-4bc3hof9ya] {
    border-bottom: 1px solid #e7f0f4;
    padding: 7px;
    text-align: left;
}

.stage-config-table input[b-4bc3hof9ya],
.stage-config-table select[b-4bc3hof9ya] {
    height: 32px;
    border-radius: 8px;
}

.muted-cell[b-4bc3hof9ya] {
    color: #64748b;
    font-size: 0.82rem;
}

input[b-4bc3hof9ya],
select[b-4bc3hof9ya] {
    height: 37px;
    border-radius: 10px;
    border: 1px solid #d4e2ea;
    padding: 0 10px;
}

.cta[b-4bc3hof9ya] {
    border: 0;
    background: linear-gradient(120deg, #0284c7, #0891b2);
    color: white;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

.section-head[b-4bc3hof9ya] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.mini-kpis[b-4bc3hof9ya] {
    display: flex;
    gap: 10px;
    color: #365567;
    font-size: 0.85rem;
}

.table-wrap[b-4bc3hof9ya] {
    overflow-x: auto;
}

.load-table[b-4bc3hof9ya],
.orders-table[b-4bc3hof9ya] {
    width: 100%;
    border-collapse: collapse;
    min-width: 850px;
}

.load-table th[b-4bc3hof9ya],
.load-table td[b-4bc3hof9ya],
.orders-table th[b-4bc3hof9ya],
.orders-table td[b-4bc3hof9ya] {
    border-bottom: 1px solid #e7f0f4;
    padding: 8px;
    text-align: left;
}

.load-table th small[b-4bc3hof9ya] {
    display: block;
    color: #64748b;
    font-weight: 500;
    font-size: 0.72rem;
}

.sticky[b-4bc3hof9ya] {
    position: sticky;
    left: 0;
    background: white;
    font-weight: 600;
}

.light[b-4bc3hof9ya] {
    background: #ecfeff;
}

.medium[b-4bc3hof9ya] {
    background: #dbeafe;
}

.heavy[b-4bc3hof9ya] {
    background: #fee2e2;
}

.chips[b-4bc3hof9ya] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.chips.options[b-4bc3hof9ya] {
    margin-top: 6px;
}

.chips span[b-4bc3hof9ya] {
    border: 1px solid #d7e5ef;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 0.75rem;
    background: #f8fbff;
}

.manual-chip[b-4bc3hof9ya] {
    border-color: #fdba74;
    background: #fff7ed;
    color: #9a3412;
}

@media (max-width: 960px) {
    .top[b-4bc3hof9ya] {
        flex-direction: column;
        align-items: start;
    }
}
/* _content/LignoOpti_Web/Components/Pages/PlanningMenu.razor.rz.scp.css */
.planning-home[b-m87jaua6o0] {
    --pic: #0f766e;
    --pdp: #0891b2;
    --pdc: #be123c;
    display: grid;
    gap: 22px;
    font-family: "Poppins", "Segoe UI", sans-serif;
    color: #0f172a;
}

.head[b-m87jaua6o0] {
    background: linear-gradient(135deg, #f8fafc, #f0fdfa);
    border: 1px solid #d8ebe7;
    border-radius: 20px;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.head h1[b-m87jaua6o0] {
    margin: 0 0 6px;
    font-size: clamp(1.3rem, 2.2vw, 2rem);
}

.head p[b-m87jaua6o0] {
    margin: 0;
    color: #31515a;
}

.settings-link[b-m87jaua6o0] {
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #9bd5cc;
    background: #ecfdf5;
    color: #0f766e;
    font-weight: 600;
    white-space: nowrap;
}

.roadmap[b-m87jaua6o0] {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 16px;
}

.node[b-m87jaua6o0] {
    position: relative;
    border-radius: 999px;
    min-height: 240px;
    background: radial-gradient(circle at 30% 30%, #ffffff 0%, #f5f7f9 70%);
    border: 2px solid #d6dce4;
    box-shadow: 0 22px 35px rgba(15, 23, 42, 0.12);
    text-decoration: none;
    color: inherit;
    display: grid;
    place-content: center;
    text-align: center;
    padding: 18px;
}

.node h2[b-m87jaua6o0] {
    margin: 2px 0 8px;
    font-size: 1.8rem;
}

.node p[b-m87jaua6o0] {
    margin: 0;
    font-size: 0.9rem;
    color: #3b5565;
}

.badge[b-m87jaua6o0] {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: grid;
    place-content: center;
    font-size: 0.86rem;
    font-weight: 700;
    color: white;
    background: #0f172a;
}

.pic[b-m87jaua6o0] {
    border-color: color-mix(in srgb, var(--pic) 40%, #d6dce4);
}

.pdp[b-m87jaua6o0] {
    border-color: color-mix(in srgb, var(--pdp) 40%, #d6dce4);
}

.pdc[b-m87jaua6o0] {
    border-color: color-mix(in srgb, var(--pdc) 40%, #d6dce4);
}

.active[b-m87jaua6o0] {
    transform: translateY(-3px);
}

.indicators[b-m87jaua6o0] {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 12px;
}

.indicators article[b-m87jaua6o0] {
    border: 1px solid #dbe6ec;
    border-radius: 14px;
    padding: 12px;
    background: white;
}

.indicators span[b-m87jaua6o0] {
    font-size: 0.82rem;
    color: #4b6471;
}

.indicators strong[b-m87jaua6o0] {
    display: block;
    margin-top: 6px;
    font-size: 1.35rem;
}

.preview[b-m87jaua6o0] {
    border: 1px solid #dbe6ec;
    background: white;
    border-radius: 14px;
    padding: 14px;
}

.preview h3[b-m87jaua6o0] {
    margin: 0 0 10px;
}

.preview table[b-m87jaua6o0] {
    width: 100%;
    border-collapse: collapse;
}

.preview th[b-m87jaua6o0],
.preview td[b-m87jaua6o0] {
    border-bottom: 1px solid #edf2f7;
    text-align: left;
    padding: 9px 8px;
}

@media (max-width: 1020px) {
    .roadmap[b-m87jaua6o0] {
        grid-template-columns: 1fr;
    }

    .node[b-m87jaua6o0] {
        min-height: 170px;
        border-radius: 28px;
    }

    .indicators[b-m87jaua6o0] {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
    }
}
/* _content/LignoOpti_Web/Components/Pages/PlanningPdcPlaceholder.razor.rz.scp.css */
.pdc-page[b-f09e2ngent] {
    font-family: "Poppins", "Segoe UI", sans-serif;
    color: #0f172a;
    display: grid;
    gap: 16px;
}

.hero[b-f09e2ngent] {
    border: 1px solid #dce8ed;
    border-radius: 16px;
    background: linear-gradient(130deg, #f8fafc, #eff6ff);
    padding: 16px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.hero h1[b-f09e2ngent] {
    margin: 0 0 6px;
}

.hero p[b-f09e2ngent] {
    margin: 0;
    color: #3b5361;
}

.ghost[b-f09e2ngent] {
    text-decoration: none;
    border: 1px solid #c8dae4;
    background: white;
    color: #0f4c81;
    border-radius: 10px;
    padding: 8px 11px;
    white-space: nowrap;
}

.panel[b-f09e2ngent] {
    border: 1px solid #dce8ed;
    border-radius: 14px;
    background: white;
    padding: 14px;
}

.kpis[b-f09e2ngent] {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 9px;
}

.kpis article[b-f09e2ngent] {
    border: 1px solid #e7f0f4;
    border-radius: 10px;
    padding: 10px;
}

.kpis span[b-f09e2ngent] {
    font-size: 0.8rem;
    color: #466171;
}

.kpis strong[b-f09e2ngent] {
    display: block;
    margin-top: 4px;
    font-size: 1.12rem;
}

.toolbar[b-f09e2ngent],
.maintenance-form[b-f09e2ngent] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 8px;
}

label[b-f09e2ngent] {
    display: grid;
    gap: 5px;
    font-size: 0.8rem;
    color: #3e5968;
}

input[b-f09e2ngent],
select[b-f09e2ngent],
button[b-f09e2ngent] {
    height: 36px;
    border-radius: 9px;
    border: 1px solid #d4e0e8;
    padding: 0 9px;
}

button[b-f09e2ngent] {
    border-color: #bae6fd;
    background: #f0f9ff;
    color: #0369a1;
    font-weight: 600;
    cursor: pointer;
}

.table-wrap[b-f09e2ngent] {
    overflow-x: auto;
}

.settings-table[b-f09e2ngent] {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.settings-table th[b-f09e2ngent],
.settings-table td[b-f09e2ngent] {
    border-bottom: 1px solid #e7f0f4;
    text-align: left;
    padding: 8px;
}

.chips[b-f09e2ngent] {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.chips span[b-f09e2ngent] {
    border: 1px solid #fecaca;
    background: #fff5f5;
    color: #7f1d1d;
    border-radius: 999px;
    padding: 3px 8px;
    font-size: 0.73rem;
}

.chip-del[b-f09e2ngent] {
    margin-left: 6px;
    border: 0;
    background: transparent;
    color: #991b1b;
    height: auto;
    padding: 0;
}

.gantt-head[b-f09e2ngent],
.gantt-row[b-f09e2ngent] {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 8px;
    align-items: center;
}

.gantt-head[b-f09e2ngent] {
    margin-bottom: 8px;
}

.timeline[b-f09e2ngent] {
    display: grid;
    grid-template-columns: repeat(28, minmax(34px, 1fr));
    gap: 2px;
}

.timeline span[b-f09e2ngent] {
    font-size: 0.66rem;
    color: #64748b;
}

.lane-title small[b-f09e2ngent] {
    display: block;
    color: #64748b;
}

.track[b-f09e2ngent] {
    position: relative;
    height: 62px;
    border: 1px solid #dbe7ed;
    border-radius: 10px;
    background: repeating-linear-gradient(
        90deg,
        #f8fbff 0,
        #f8fbff calc(100% / 28),
        #eef4f8 calc(100% / 28),
        #eef4f8 calc(100% / 14)
    );
    overflow: hidden;
}

.task-bar[b-f09e2ngent] {
    position: absolute;
    height: 18px;
    border-radius: 7px;
    background: linear-gradient(120deg, #0284c7, #0ea5e9);
    color: white;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    padding: 0 6px;
    white-space: nowrap;
}

.maintenance-bar[b-f09e2ngent] {
    position: absolute;
    height: 6px;
    border-radius: 99px;
    background: #ef4444;
}

.chart-grid[b-f09e2ngent] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}

.chart-grid article[b-f09e2ngent] {
    border: 1px solid #e4edf2;
    border-radius: 10px;
    padding: 10px;
}

.chart-grid h3[b-f09e2ngent] {
    margin: 0;
    font-size: 0.88rem;
}

.bar-back[b-f09e2ngent] {
    margin-top: 8px;
    width: 100%;
    height: 9px;
    border-radius: 999px;
    background: #e5eef5;
    overflow: hidden;
}

.bar-back span[b-f09e2ngent] {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #10b981, #22c55e);
}

.chart-grid p[b-f09e2ngent] {
    margin: 6px 0 0;
    font-size: 0.78rem;
    color: #475569;
}

@media (max-width: 980px) {
    .kpis[b-f09e2ngent] {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
    }

    .hero[b-f09e2ngent],
    .gantt-head[b-f09e2ngent],
    .gantt-row[b-f09e2ngent] {
        grid-template-columns: 1fr;
    }

    .timeline[b-f09e2ngent] {
        grid-template-columns: repeat(14, minmax(30px, 1fr));
    }
}
/* _content/LignoOpti_Web/Components/Pages/PlanningPic.razor.rz.scp.css */
.pic-page[b-h3b5nbndlz] {
    --paper: #f4f7f5;
    --ink: #12313a;
    --muted: #4f6b72;
    --line: #d6e2df;
    --card: #ffffff;
    --warn: #f59e0b;
    --danger: #dc2626;
    font-family: "Poppins", "Segoe UI Variable Display", Tahoma, sans-serif;
    color: var(--ink);
    display: grid;
    gap: 20px;
}

.hero[b-h3b5nbndlz] {
    border-radius: 22px;
    padding: 24px;
    background: linear-gradient(128deg, color-mix(in srgb, var(--accent) 18%, #0f172a 82%), #0f766e);
    color: #eefcf8;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 24px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.3);
}

.eyebrow[b-h3b5nbndlz] {
    margin: 0;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.72rem;
    opacity: 0.9;
}

.hero h1[b-h3b5nbndlz] {
    margin: 8px 0;
    font-size: clamp(1.4rem, 2.4vw, 2.1rem);
    line-height: 1.15;
}

.hero-text[b-h3b5nbndlz] {
    margin: 0;
    max-width: 62ch;
    color: rgba(238, 252, 248, 0.9);
}

.hero-kpis[b-h3b5nbndlz] {
    display: grid;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 12px;
}

.hero-kpis article[b-h3b5nbndlz] {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    padding: 12px;
}

.hero-kpis span[b-h3b5nbndlz] {
    display: block;
    font-size: 0.78rem;
    opacity: 0.88;
}

.hero-kpis strong[b-h3b5nbndlz] {
    font-size: 1.18rem;
}

.panel[b-h3b5nbndlz] {
    background: var(--card);
    border-radius: 18px;
    border: 1px solid var(--line);
    padding: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.panel h2[b-h3b5nbndlz] {
    margin: 0 0 14px;
    font-size: 1.04rem;
}

.settings-grid[b-h3b5nbndlz],
.add-grid[b-h3b5nbndlz] {
    display: grid;
    gap: 10px;
}

.settings-grid[b-h3b5nbndlz] {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.add-grid[b-h3b5nbndlz] {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

label[b-h3b5nbndlz],
.toggle[b-h3b5nbndlz] {
    display: grid;
    gap: 6px;
    font-size: 0.84rem;
    color: var(--muted);
}

input[b-h3b5nbndlz],
select[b-h3b5nbndlz] {
    height: 37px;
    border-radius: 10px;
    border: 1px solid var(--line);
    padding: 0 10px;
    background: #fdfefe;
    color: var(--ink);
}

input[type="color"][b-h3b5nbndlz] {
    padding: 4px;
}

.cta[b-h3b5nbndlz] {
    background: linear-gradient(120deg, var(--accent), #0ea5e9);
    color: #f8fafc;
    border: 0;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

.section-title-row[b-h3b5nbndlz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.filters[b-h3b5nbndlz] {
    display: flex;
    gap: 8px;
}

.capacity-table-wrap[b-h3b5nbndlz],
.tasks-wrap[b-h3b5nbndlz],
.load-table-wrap[b-h3b5nbndlz] {
    overflow-x: auto;
}

.capacity-table[b-h3b5nbndlz],
.tasks-table[b-h3b5nbndlz],
.load-table[b-h3b5nbndlz] {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.capacity-table th[b-h3b5nbndlz],
.capacity-table td[b-h3b5nbndlz],
.tasks-table th[b-h3b5nbndlz],
.tasks-table td[b-h3b5nbndlz],
.load-table th[b-h3b5nbndlz],
.load-table td[b-h3b5nbndlz] {
    border-bottom: 1px solid #e7efec;
    padding: 9px;
    text-align: left;
}

.tasks-table.compact td[b-h3b5nbndlz],
.tasks-table.compact th[b-h3b5nbndlz],
.load-table.compact td[b-h3b5nbndlz],
.load-table.compact th[b-h3b5nbndlz] {
    padding: 6px;
}

.load-table td small[b-h3b5nbndlz] {
    color: var(--muted);
}

.load-table .left[b-h3b5nbndlz] {
    position: sticky;
    left: 0;
    background: white;
    font-weight: 600;
}

.ok[b-h3b5nbndlz] {
    background: #ecfdf5;
}

.warn[b-h3b5nbndlz] {
    background: #fffbeb;
}

.over[b-h3b5nbndlz] {
    background: #fff1f2;
}

.gantt-head[b-h3b5nbndlz] {
    display: grid;
    grid-template-columns: 130px 1fr;
    margin-bottom: 9px;
    font-size: 0.78rem;
    color: var(--muted);
}

.weeks[b-h3b5nbndlz] {
    display: grid;
    grid-template-columns: repeat(12, minmax(44px, 1fr));
    gap: 5px;
}

.gantt-row[b-h3b5nbndlz] {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 8px;
    margin-bottom: 8px;
    align-items: center;
}

.machine[b-h3b5nbndlz] {
    font-size: 0.85rem;
    font-weight: 600;
}

.track[b-h3b5nbndlz] {
    position: relative;
    height: 36px;
    border-radius: 12px;
    border: 1px solid #dbe7e4;
    background: linear-gradient(90deg, #f7fbfa 0%, #eef6f5 100%);
    overflow: hidden;
}

.bar[b-h3b5nbndlz] {
    position: absolute;
    top: 5px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: 0 6px 10px rgba(15, 23, 42, 0.18);
    display: flex;
    align-items: center;
    padding: 0 8px;
    color: white;
    font-size: 0.72rem;
    white-space: nowrap;
}

.chip[b-h3b5nbndlz] {
    display: inline-flex;
    padding: 3px 8px;
    border-radius: 99px;
    font-size: 0.75rem;
    color: #0f172a;
}

.prio-low[b-h3b5nbndlz] {
    background: #dcfce7;
}

.prio-normal[b-h3b5nbndlz] {
    background: #bfdbfe;
}

.prio-high[b-h3b5nbndlz] {
    background: #fed7aa;
}

.prio-critical[b-h3b5nbndlz] {
    background: #fecaca;
}

.tasks-table tr.late td[b-h3b5nbndlz] {
    background: #fff1f2;
}

.danger[b-h3b5nbndlz] {
    border: 1px solid #fecaca;
    background: white;
    color: #b91c1c;
    border-radius: 8px;
    height: 30px;
    padding: 0 8px;
    cursor: pointer;
}

.pic-grid[b-h3b5nbndlz] {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.pic-grid article[b-h3b5nbndlz] {
    border: 1px solid #e2ece8;
    border-radius: 12px;
    padding: 10px;
    background: #fbfefd;
}

.pic-grid h3[b-h3b5nbndlz] {
    margin: 0;
    font-size: 0.84rem;
}

.pic-grid p[b-h3b5nbndlz] {
    margin: 6px 0 0;
    font-size: 0.8rem;
    color: var(--muted);
}

.pic-bar[b-h3b5nbndlz] {
    margin-top: 8px;
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: #e5f0ed;
    overflow: hidden;
}

.pic-bar span[b-h3b5nbndlz] {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent), #14b8a6);
}

@media (max-width: 980px) {
    .hero[b-h3b5nbndlz] {
        grid-template-columns: 1fr;
    }

    .gantt-head[b-h3b5nbndlz],
    .gantt-row[b-h3b5nbndlz] {
        grid-template-columns: 1fr;
    }

    .weeks[b-h3b5nbndlz] {
        grid-template-columns: repeat(6, minmax(40px, 1fr));
    }
}
/* _content/LignoOpti_Web/Components/Pages/PlanningSettings.razor.rz.scp.css */
.planning-settings[b-8ouy5iz6rs] {
    font-family: "Poppins", "Segoe UI", sans-serif;
    color: #0f172a;
    display: grid;
    gap: 16px;
}

.header[b-8ouy5iz6rs] {
    border: 1px solid #dce7eb;
    border-radius: 14px;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
}

.header h1[b-8ouy5iz6rs] {
    margin: 0;
    font-size: 1.25rem;
}

.header a[b-8ouy5iz6rs] {
    text-decoration: none;
    border: 1px solid #c7dbe3;
    border-radius: 9px;
    padding: 8px 10px;
    color: #0c4a6e;
    background: white;
}

.panel[b-8ouy5iz6rs] {
    border: 1px solid #dce7eb;
    border-radius: 14px;
    padding: 14px;
    background: white;
}

.panel h2[b-8ouy5iz6rs] {
    margin-top: 0;
}

.new-product-grid[b-8ouy5iz6rs] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 8px;
}

.new-product-grid input[b-8ouy5iz6rs],
.new-product-grid select[b-8ouy5iz6rs],
.new-product-grid button[b-8ouy5iz6rs] {
    height: 36px;
    border-radius: 9px;
    border: 1px solid #d4e0e8;
    padding: 0 9px;
}

.new-product-grid button[b-8ouy5iz6rs] {
    border-color: #86efac;
    background: #f0fdf4;
    color: #166534;
    font-weight: 600;
    cursor: pointer;
}

.status[b-8ouy5iz6rs] {
    margin: 8px 0 0;
    font-size: 0.85rem;
    color: #0f4c81;
}

.product-card[b-8ouy5iz6rs] {
    border: 1px solid #e5eef2;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 10px;
}

.product-card h3[b-8ouy5iz6rs] {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-card table[b-8ouy5iz6rs] {
    width: 100%;
    border-collapse: collapse;
}

.product-card th[b-8ouy5iz6rs],
.product-card td[b-8ouy5iz6rs] {
    border-bottom: 1px solid #edf2f5;
    text-align: left;
    padding: 7px;
}

.muted[b-8ouy5iz6rs] {
    color: #64748b;
    font-size: 0.82rem;
}

.chips[b-8ouy5iz6rs] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.chips span[b-8ouy5iz6rs] {
    border: 1px solid #d7e5ef;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 0.75rem;
    background: #f8fbff;
}

.option-add[b-8ouy5iz6rs] {
    display: grid;
    grid-template-columns: 1fr 90px 36px;
    gap: 6px;
}

.option-add input[b-8ouy5iz6rs] {
    height: 32px;
    border-radius: 8px;
    border: 1px solid #d4e0e8;
    padding: 0 8px;
}

.option-add button[b-8ouy5iz6rs] {
    border: 1px solid #bae6fd;
    border-radius: 8px;
    background: #f0f9ff;
    color: #0369a1;
    font-weight: 700;
    cursor: pointer;
}

.stage-add[b-8ouy5iz6rs] {
    margin-top: 9px;
    display: grid;
    grid-template-columns: 1fr 140px 130px;
    gap: 6px;
}

.stage-add input[b-8ouy5iz6rs],
.stage-add button[b-8ouy5iz6rs] {
    height: 32px;
    border-radius: 8px;
    border: 1px solid #d4e0e8;
    padding: 0 8px;
}

.stage-add button[b-8ouy5iz6rs] {
    border-color: #86efac;
    background: #f0fdf4;
    color: #166534;
    font-weight: 600;
    cursor: pointer;
}
