@page {
    size: letter;
    margin: 0.5in;
}

/* Hide all controls and interactive elements */
#headerButtons,
#instructionsBox,
#diceControlsContainer,
#gameOverModal,
#highScoresModal,
#gameOverMessage,
button,
.die {
    display: none !important;
}

#page {
    width: 100%;
    max-width: 7.5in;
    margin: 0 auto;
    padding: 0;
    font-size: 10pt;
}

#cellTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 9pt;
    box-shadow: none !important;
}

body {
    color: black !important;
    background: white !important;
    font-size: 10pt;
    line-height: 1.2;
}

.cell {
    border: 1px solid black;
    padding: 2px 4px;
}

.headerRow th {
    background: #f0f0f0 !important;
    color: black !important;
    padding: 4px;
    font-size: 10pt !important;
}

/* Hide any hover effects */
*:hover {
    background: none !important;
}

#title {
    display: block !important;
    text-align: center;
    margin: 0 0 10px 0 !important;
}

#title h1 {
    font-size: 16pt !important;
    margin: 0 !important;
}

/* Hide author subheading */
#title h3 {
    display: none !important;
}

.bottomMargin {
    margin-bottom: 0;
}

.sectionLabel th {
    font-size: 11pt !important;
    padding: 4px !important;
}

.valueCell {
    min-width: 40px !important;
    text-align: center !important;
}

.instructionsColumn {
    font-size: 8pt !important;
    max-width: 200px !important;
}

/* Ensure proper page breaks */
tr {
    page-break-inside: avoid;
} 
