.cutting-container {
    background-color: #f4f7fb;
    min-height: calc(100vh - 56px);
    padding-bottom: 24px;
}

.cutting-form .form-label {
    font-weight: 600;
    color: #2f3b52;
}

.cutting-form .form-text {
    font-size: 0.8rem;
}

#cutting-visual {
    min-height: 320px;
}

.cutting-sheet-canvas {
    border: 1px dashed rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

.cutting-sheet-canvas canvas {
    width: 100%;
    height: auto;
}

.cutting-sheet-header {
    font-weight: 600;
    color: #2f3b52;
    margin-bottom: 8px;
}

.cutting-summary-card {
    min-width: 220px;
}
