/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-0og3zfws14] {
    min-height: 100vh;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-13nypjd679] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-13nypjd679] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-13nypjd679] {
    font-size: 1.1rem;
}

.bi[b-13nypjd679] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-13nypjd679] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-13nypjd679] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-13nypjd679] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-13nypjd679] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-13nypjd679] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-13nypjd679] {
        padding-bottom: 1rem;
    }

    .nav-item[b-13nypjd679]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-13nypjd679]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-13nypjd679]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-13nypjd679] {
        display: none;
    }

    .collapse[b-13nypjd679] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-13nypjd679] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.estimator-container[b-7058mmdl5y] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #e0e0e0;
    background-color: #121212;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.app-header[b-7058mmdl5y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #333;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.app-header-brand[b-7058mmdl5y] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.app-logo-icon[b-7058mmdl5y] {
    height: 28px;
    width: 28px;
    border-radius: 5px;
    flex-shrink: 0;
}

.app-logo-text[b-7058mmdl5y] {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.app-logo-pour[b-7058mmdl5y] {
    font-size: 1rem;
    font-weight: 800;
    color: #c8c8c8;
    letter-spacing: -0.01em;
}

.app-logo-ready[b-7058mmdl5y] {
    font-size: 1rem;
    font-weight: 800;
    color: #f97316;
    letter-spacing: -0.01em;
}

.app-logo-sub[b-7058mmdl5y] {
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #555;
    margin-top: 1px;
}

.app-header-actions[b-7058mmdl5y] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.app-header h1[b-7058mmdl5y] {
    font-size: 1.8rem;
    color: #ff9800;
    margin: 0;
}

.btn-install[b-7058mmdl5y] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: #121212;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.15s;
    white-space: nowrap;
}

.btn-install:hover[b-7058mmdl5y] {
    opacity: 0.88;
    transform: translateY(-1px);
}

.btn-reset[b-7058mmdl5y] {
    background-color: transparent;
    border: 1px solid #ff5252;
    color: #ff5252;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-reset:hover[b-7058mmdl5y] {
    background-color: #ff5252;
    color: #fff;
}

h2[b-7058mmdl5y] {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

h3[b-7058mmdl5y] {
    font-size: 1.2rem;
    color: #bdbdbd;
    margin-bottom: 1rem;
}

/* Step 1 */
.project-types[b-7058mmdl5y] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.btn-type[b-7058mmdl5y] {
    background-color: #1e1e1e;
    color: #fff;
    border: 1px solid #333;
    padding: 1.5rem;
    border-radius: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-type:hover[b-7058mmdl5y] {
    background-color: #2c2c2c;
    border-color: #ff9800;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 152, 0, 0.2);
}

.field-note[b-7058mmdl5y] {
    margin-top: 1.5rem;
    padding: 0.75rem 1rem;
    background-color: #1a1a1a;
    border-left: 3px solid #ff9800;
    border-radius: 4px;
    color: #aaa;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* Step 2 */
.card[b-7058mmdl5y] {
    background-color: #1e1e1e;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.input-group[b-7058mmdl5y] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.input-group label[b-7058mmdl5y] {
    font-size: 0.9rem;
    color: #aaa;
    margin-bottom: 0.3rem;
}

.input-group input[b-7058mmdl5y] {
    background-color: #2c2c2c;
    border: 1px solid #444;
    color: #fff;
    padding: 0.8rem;
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.input-group input:focus[b-7058mmdl5y] {
    outline: none;
    border-color: #ff9800;
}

.thickened-sections-header[b-7058mmdl5y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.btn-add[b-7058mmdl5y] {
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-add:hover[b-7058mmdl5y] {
    background-color: #45a049;
}

.thickened-card .card-header[b-7058mmdl5y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.thickened-card h4[b-7058mmdl5y] {
    margin: 0;
    color: #e0e0e0;
}

.btn-remove[b-7058mmdl5y] {
    background-color: transparent;
    border: none;
    color: #ff5252;
    cursor: pointer;
}

.btn-remove:hover[b-7058mmdl5y] {
    text-decoration: underline;
}

.btn-calculate[b-7058mmdl5y] {
    background-color: #ff9800;
    color: #121212;
    font-weight: bold;
    border: none;
    padding: 1rem 2rem;
    border-radius: 4px;
    font-size: 1.2rem;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.2s;
}

.btn-calculate:hover[b-7058mmdl5y] {
    background-color: #f57c00;
}

/* Tooltips */
.tooltip-container[b-7058mmdl5y] {
    position: relative;
}

.tooltip-container input:focus + .tooltip-text[b-7058mmdl5y],
.tooltip-container:hover .tooltip-text[b-7058mmdl5y] {
    visibility: visible;
    opacity: 1;
}

.tooltip-text[b-7058mmdl5y] {
    visibility: hidden;
    opacity: 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    font-size: 0.8rem;
    width: max-content;
    max-width: 200px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    pointer-events: none;
}

.tooltip-text[b-7058mmdl5y]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Step 3 - Results */
.result-table-container[b-7058mmdl5y] {
    background-color: #1e1e1e;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.result-table[b-7058mmdl5y] {
    width: 100%;
    border-collapse: collapse;
}

.result-table th[b-7058mmdl5y], .result-table td[b-7058mmdl5y] {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #333;
}

.result-table th[b-7058mmdl5y] {
    background-color: #2c2c2c;
    color: #aaa;
    font-weight: normal;
}

.result-table tfoot td[b-7058mmdl5y] {
    border-bottom: none;
    border-top: 2px solid #ff9800;
    color: #ff9800;
    font-size: 1.1rem;
}

.bags-container[b-7058mmdl5y] {
    background-color: #1e1e1e;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.bags-container ul[b-7058mmdl5y] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.bags-container li[b-7058mmdl5y] {
    background-color: #2c2c2c;
    padding: 1rem;
    border-radius: 4px;
    text-align: center;
    font-size: 1.1rem;
}

.action-buttons[b-7058mmdl5y] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.btn-copy[b-7058mmdl5y] {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: #121212;
    font-weight: 700;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-copy:hover[b-7058mmdl5y] {
    background: linear-gradient(135deg, #f57c00 0%, #e65100 100%);
}

@media (max-width: 600px) {
    .app-logo-icon[b-7058mmdl5y] {
        height: 36px;
        width: 36px;
    }

    .app-logo-pour[b-7058mmdl5y],
    .app-logo-ready[b-7058mmdl5y] {
        font-size: 1.3rem;
    }

    .app-header-actions[b-7058mmdl5y] {
        width: 100%;
        justify-content: flex-end;
    }

    .btn-calculate[b-7058mmdl5y] {
        padding: 0.8rem;
    }
}

/* Back button */
.btn-back[b-7058mmdl5y] {
    background-color: transparent;
    border: 1px solid #555;
    color: #aaa;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.9rem;
}

.btn-back:hover[b-7058mmdl5y] {
    border-color: #888;
    color: #fff;
}

/* Waste selector */
.waste-selector[b-7058mmdl5y] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.waste-label[b-7058mmdl5y] {
    font-size: 0.85rem;
    color: #aaa;
    white-space: nowrap;
}

.waste-buttons[b-7058mmdl5y] {
    display: flex;
    gap: 0.4rem;
}

.btn-waste[b-7058mmdl5y] {
    background-color: #2c2c2c;
    border: 1px solid #444;
    color: #aaa;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.15s;
}

.btn-waste:hover[b-7058mmdl5y] {
    border-color: #ff9800;
    color: #fff;
}

.btn-waste.active[b-7058mmdl5y] {
    background-color: #ff9800;
    border-color: #ff9800;
    color: #121212;
    font-weight: 700;
}

/* Validation error */
.validation-error[b-7058mmdl5y] {
    color: #ff5252;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem;
    background-color: rgba(255, 82, 82, 0.1);
    border-left: 3px solid #ff5252;
    border-radius: 4px;
}

/* Waste note on results */
.waste-note[b-7058mmdl5y] {
    font-size: 0.78rem;
    color: #666;
    text-align: right;
    margin-bottom: 1rem;
    margin-top: -1rem;
}

.badge-unit[b-7058mmdl5y] {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
    margin-left: 0.4rem;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.badge-unit.ft[b-7058mmdl5y] {
    background-color: rgba(76, 175, 80, 0.15);
    border: 1px solid #4caf50;
    color: #4caf50;
}
.badge-unit.in[b-7058mmdl5y] {
    background-color: rgba(33, 150, 243, 0.15);
    border: 1px solid #2196f3;
    color: #2196f3;
}
.bag-helper[b-7058mmdl5y] {
    font-size: 0.85rem;
    color: #888;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}
/* /Pages/TriangleCalculator.razor.rz.scp.css */
.section-desc[b-u9sh2yp9u6] {
    color: #aaa;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    margin-top: -1rem;
}

.schematic-container[b-u9sh2yp9u6] {
    background-color: #1e1e1e;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.triangle-svg[b-u9sh2yp9u6] {
    max-width: 260px;
    height: auto;
}

.svg-label[b-u9sh2yp9u6] {
    fill: #bdbdbd;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
}

.svg-label.accent[b-u9sh2yp9u6] {
    fill: #ff9800;
}

.preset-row[b-u9sh2yp9u6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.preset-label[b-u9sh2yp9u6] {
    font-size: 0.9rem;
    color: #888;
}

.preset-buttons[b-u9sh2yp9u6] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-preset[b-u9sh2yp9u6] {
    background-color: #2c2c2c;
    border: 1px solid #444;
    color: #fff;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.2s;
}

.btn-preset:hover[b-u9sh2yp9u6] {
    border-color: #ff9800;
    background-color: #333;
}

.calculator-grid[b-u9sh2yp9u6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .calculator-grid[b-u9sh2yp9u6] {
        grid-template-columns: 1fr;
    }
}

.dimension-card h3[b-u9sh2yp9u6] {
    margin-top: 0;
    border-bottom: 1px solid #333;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.inputs-row[b-u9sh2yp9u6] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
}

.input-col[b-u9sh2yp9u6] {
    display: flex;
    flex-direction: column;
}

.input-col label[b-u9sh2yp9u6] {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 0.3rem;
}

.input-col input[b-u9sh2yp9u6], .input-col select[b-u9sh2yp9u6] {
    background-color: #2c2c2c;
    border: 1px solid #444;
    color: #fff;
    padding: 0.6rem;
    border-radius: 4px;
    font-size: 0.95rem;
    width: 100%;
}

.input-col input:focus[b-u9sh2yp9u6], .input-col select:focus[b-u9sh2yp9u6] {
    outline: none;
    border-color: #ff9800;
}

.computed-readout[b-u9sh2yp9u6] {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #ff9800;
    text-align: right;
    font-weight: 600;
}

.result-card[b-u9sh2yp9u6] {
    border-color: #ff9800;
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.15);
}

.result-display[b-u9sh2yp9u6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0;
    gap: 1rem;
}

.primary-result[b-u9sh2yp9u6] {
    font-size: 3rem;
    font-weight: 800;
    color: #ff9800;
    text-shadow: 0 0 10px rgba(255, 152, 0, 0.3);
}

@media (max-width: 600px) {
    .primary-result[b-u9sh2yp9u6] {
        font-size: 2rem;
    }
    .inputs-row[b-u9sh2yp9u6] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    .result-breakdown[b-u9sh2yp9u6] {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    .card[b-u9sh2yp9u6] {
        padding: 1rem;
    }
    .preset-buttons[b-u9sh2yp9u6] {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.4rem;
    }
}

.result-breakdown[b-u9sh2yp9u6] {
    display: flex;
    gap: 2rem;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #333;
    padding-top: 1rem;
    margin-top: 0.5rem;
}

.breakdown-item[b-u9sh2yp9u6] {
    display: flex;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.breakdown-lbl[b-u9sh2yp9u6] {
    color: #888;
}

.breakdown-val[b-u9sh2yp9u6] {
    color: #fff;
    font-weight: bold;
}

.result-placeholder[b-u9sh2yp9u6] {
    color: #666;
    text-align: center;
    padding: 2rem 0;
    font-style: italic;
}
