:root{--ws-border-color: #1e293b;--ws-border-width: 3px;--ws-border-radius: 12px;--ws-bg: white;--ws-container-bg: #f8fafc;--ws-text-color: #1e293b;--ws-muted-color: #475569;--ws-subtle-color: #64748b;--ws-divider-color: #cbd5e1;--ws-title-size: 2.5rem;--ws-title-weight: 800;--ws-padding: 1.5rem;--ws-max-width: 11in;--ws-student-line-width: 200px;--ws-print-border-width: 2px;--ws-print-border-color: #000;--ws-print-padding: .75in;--ws-print-title-size: 2rem}.worksheet-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;background:var(--ws-container-bg)}.worksheet-frame{background:var(--ws-bg);border:var(--ws-border-width) solid var(--ws-border-color);border-radius:var(--ws-border-radius);padding:var(--ws-padding);box-shadow:0 4px 6px -1px #0000001a;max-width:var(--ws-max-width);width:100%}.worksheet-student-info{display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px dashed var(--ws-divider-color);font-size:.95rem}.worksheet-student-info span{color:var(--ws-muted-color);font-weight:500}.worksheet-student-line{border-bottom:2px solid var(--ws-border-color);min-width:var(--ws-student-line-width);display:inline-block;margin-left:.5rem}.worksheet-title{text-align:center;margin-bottom:1.5rem;padding-bottom:1rem}.worksheet-title h2{font-size:var(--ws-title-size);font-weight:var(--ws-title-weight);font-family:sans-serif;color:var(--ws-text-color);margin:0 0 .5rem;letter-spacing:.05em;text-transform:uppercase}.worksheet-instructions{font-size:1rem;color:var(--ws-subtle-color);margin:.75rem 0;font-style:italic;text-align:center}@media print{.worksheet-container button{display:none!important}.worksheet-frame{border:var(--ws-print-border-width) solid var(--ws-print-border-color);border-radius:var(--ws-border-radius);padding:var(--ws-print-padding);box-shadow:none;max-width:100%}.worksheet-title{margin-bottom:1rem;padding-bottom:.75rem}.worksheet-title h2{font-size:var(--ws-print-title-size)}.worksheet-instructions{font-size:.9rem}.worksheet-container{padding:0;background:#fff}}
