: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;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 .25rem;letter-spacing:.08em;text-transform:uppercase}.worksheet-title-underline{display:flex;align-items:center;gap:.5rem;justify-content:center;margin-top:.25rem;margin-bottom:.25rem}.worksheet-title-underline:before,.worksheet-title-underline:after{content:"";flex:1;max-width:80px;height:2px;background:var(--ws-divider-color)}.worksheet-title-dot{width:6px;height:6px;border-radius:50%;background:var(--ws-border-color);flex-shrink:0}.worksheet-instructions{font-size:1rem;color:var(--ws-subtle-color);margin:.5rem 0;font-style:italic;text-align:center;letter-spacing:.01em}@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}}
