:root{--primary-color: #4a90e2;--secondary-color: #50e3c2;--background-color: #ffffff;--text-color: #333333;--font-family: "Arial", sans-serif;--font-size: 16px;--line-height: 1.5}.app-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;background-color:#f8f9fa}body{margin:0;padding:0;font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);color:var(--text-color);background-color:var(--background-color)}h1,h2,h3,h4,h5,h6{margin:0;color:var(--primary-color)}a{color:var(--secondary-color);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font-family);font-size:var(--font-size);cursor:pointer}.content-safe{background-color:#fff;padding:20px;box-shadow:0 2px 4px #0000001a}.btn{display:inline-block;padding:.75rem 1.5rem;border:2px solid transparent;border-radius:6px;font-weight:500;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s ease}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#357abd}.btn-secondary{background-color:var(--secondary-color);color:#fff}.btn-secondary:hover{background-color:#3cb89e}.btn-link{background:none;color:var(--primary-color);border:none;padding:.5rem}.btn-link:hover{text-decoration:underline}.btn-large{padding:1rem 2rem;font-size:1.1rem}.home{max-width:1200px;margin:0 auto;padding:2rem}.hero{text-align:center;padding:4rem 0}.hero-icon{font-size:4rem;margin-bottom:1rem}.hero-title{font-size:3rem;margin-bottom:1rem}.hero-subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem}.process{margin-bottom:4rem}.process h2{text-align:center;margin-bottom:3rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.step{text-align:center;padding:2rem}.step-number{display:inline-block;width:50px;height:50px;background-color:var(--primary-color);color:#fff;border-radius:50%;line-height:50px;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.value-prop{text-align:center;margin-bottom:4rem}.home-footer{text-align:center;font-weight:700}.benefits{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.benefit{display:flex;align-items:center;gap:.5rem}.benefit-icon{font-size:1.5rem}.worksheets-catalog{max-width:1200px;margin:0 auto;padding:2rem}.catalog-header{text-align:center;margin-bottom:3rem}.back-button{position:absolute;left:2rem;top:2rem}.worksheet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.worksheet-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 8px #0000001a}.worksheet-card:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.card-icon{font-size:3rem;margin-bottom:1rem}.card-title{margin-bottom:1rem;color:var(--primary-color)}.card-description{color:#666;margin-bottom:2rem;line-height:1.6}.worksheet-generator{max-width:1400px;margin:0 auto;padding:2rem}.generator-header{position:relative;text-align:center;margin-bottom:3rem}.generator-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.controls-panel{background:#f8f9fa;padding:2rem;border-radius:12px}.preview-panel{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 8px #0000001a}.control-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.control-section:last-child{border-bottom:none;margin-bottom:0}.control-group{margin-bottom:1rem}.control-group label{display:block;font-weight:500;margin-bottom:.5rem}.input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem}.input:focus{outline:none;border-color:var(--primary-color)}.slider{width:100%;margin-top:.5rem}.checkbox-label{display:flex!important;align-items:center;gap:.5rem;margin-bottom:.5rem!important}.checkbox-label input[type=checkbox]{width:auto}.word-input{display:flex;gap:.5rem;margin-bottom:1rem}.word-list{display:flex;flex-wrap:wrap;gap:.5rem}.word-tag{background:var(--primary-color);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.word-remove{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.word-remove:hover{background:#fff3}.word-search-grid{font-family:Courier New,monospace;margin:1rem 0}.grid-row{display:flex;justify-content:center}.grid-cell{display:inline-block;width:25px;height:25px;text-align:center;line-height:25px;border:1px solid #ddd;font-size:14px;font-weight:700}.word-bank-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.bank-word{padding:.25rem .5rem;border-radius:4px;font-size:.9rem}.unplaced-warning{background:#fff3cd;border:1px solid #ffeaa7;padding:1rem;border-radius:6px;margin-top:1rem}.unplaced-warning p{margin:.5rem 0}.packet-builder{max-width:1200px;margin:0 auto;padding:2rem}.packet-header{position:relative;text-align:center;margin-bottom:3rem}.packet-content{display:flex;flex-direction:column;gap:3rem}.current-packet{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 8px #0000001a}.packet-info{text-align:center;margin-bottom:2rem}.packet-info h2{margin-bottom:.5rem}.worksheet-list{margin-bottom:2rem}.worksheet-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;margin-bottom:1rem}.worksheet-info h3{margin-bottom:.5rem;color:var(--primary-color)}.worksheet-info p{margin:.25rem 0;color:#666;font-size:.9rem}.worksheet-actions{display:flex;gap:.5rem}.empty-packet{text-align:center;padding:3rem;color:#666}.packet-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.no-packet{text-align:center;padding:3rem;background:#f8f9fa;border-radius:12px}.saved-packets{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 8px #0000001a}.packet-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-top:1rem}.packet-card{border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;text-align:center;transition:all .2s ease}.packet-card:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.packet-card h4{margin-bottom:1rem;color:var(--primary-color)}.packet-card p{margin:.5rem 0;color:#666;font-size:.9rem}.encoded-text{background:#f8f9fa;padding:1rem;border-radius:6px;font-family:Courier New,monospace;font-size:1.1rem;line-height:1.6;margin:1rem 0}.blanked-text{background:#f8f9fa;padding:1rem;border-radius:6px;font-size:1.1rem;line-height:1.8;margin:1rem 0}.reference{margin:1rem 0;font-style:italic;color:#666}.instructions{margin:1rem 0;font-weight:500}.cipher-key{padding:1rem;background:#f0f0f0;border-radius:6px}.key-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));margin-top:.5rem}.key-pair{display:flex;align-items:center;justify-content:center;font-family:Courier New,monospace;font-size:.9rem}.key-encoded{font-weight:700;color:var(--primary-color)}.key-arrow{color:#666}.key-original{color:#333}.word-bank{margin:1rem 0;padding:1rem;background:#f8f9fa;border-radius:6px}.answer-bank{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.decode-hint,.answer-hint{margin:1rem 0;color:#666;font-size:.9rem}.error-message{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:.75rem;border-radius:6px;margin-top:.5rem}.error-message p{margin:0}.pos-checkboxes{display:flex;flex-direction:column;gap:.5rem}.crossword-word-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;margin-bottom:1rem}.crossword-word-item .word-info{flex-grow:1}.btn-small{padding:.5rem 1rem;font-size:.9rem}@media (max-width: 768px){.generator-layout{grid-template-columns:1fr}.cta-buttons,.benefits,.packet-actions{flex-direction:column;align-items:center}.worksheet-item{flex-direction:column;align-items:flex-start;gap:1rem}.packet-grid{grid-template-columns:1fr}}.packet-settings{border:2px solid #e0e0e0;border-radius:8px;padding:1rem;margin-bottom:2rem;background:#f8f9fa}.settings-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:.5rem 0;border-bottom:1px solid #dee2e6;margin-bottom:1rem}.settings-header:hover{background:#00000005;border-radius:4px;padding:.5rem;margin:0 -.5rem 1rem}.expand-icon{font-size:1.2rem;color:var(--primary-color);transition:transform .2s ease}.expand-icon.expanded{transform:rotate(0)}.settings-description{color:#666;font-size:.9rem;margin-bottom:1rem;font-style:italic}.settings-content{margin-top:1rem}.setting-group{margin-bottom:2rem;padding:1rem;background:#fff;border-radius:6px;border:1px solid #e0e0e0}.setting-group h4{margin:0 0 1rem;color:var(--primary-color);font-size:1.1rem;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem}.background-status{display:flex;align-items:center;gap:1rem;margin-top:.5rem;padding:.5rem;background:#d4edda;border:1px solid #c3e6cb;border-radius:4px}.background-status small{color:#155724;flex-grow:1}.color-input{width:50px;height:35px;border:1px solid #ddd;border-radius:4px;cursor:pointer}.color-text{width:100px;margin-left:.5rem}.title-preview{margin-top:1rem;padding:1rem;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px}.title-preview h3{margin:0}@media (max-width: 768px){.background-status{flex-direction:column;align-items:flex-start;gap:.5rem}.color-input,.color-text{width:100%;margin-left:0;margin-top:.5rem}}.main-navigation{background:var(--primary-color);box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-brand h2{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:.5rem}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:none;border:none;color:#fff;text-decoration:none;border-radius:6px;transition:background-color .2s ease;cursor:pointer;font-size:.9rem}.nav-link:hover{background:#ffffff1a}.nav-link.active{background:#fff3;font-weight:700}.nav-icon{font-size:1.1rem}.nav-text{white-space:nowrap}.page-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-size:2.5rem;margin-bottom:1rem;color:var(--primary-color)}.page-subtitle{font-size:1.2rem;color:#666;margin:0}.instructions-content{max-width:900px;margin:0 auto}.instruction-section{margin-bottom:3rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.instruction-section h2{font-size:1.8rem;margin-bottom:1.5rem;color:var(--primary-color);border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.instruction-section ol{padding-left:1.5rem}.instruction-section ol li{margin-bottom:.8rem;line-height:1.6}.worksheet-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.worksheet-type-card{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid var(--secondary-color)}.worksheet-type-card h3{margin-bottom:1rem;color:var(--primary-color);font-size:1.2rem}.worksheet-type-card p{margin-bottom:1rem;color:#555;line-height:1.5}.worksheet-type-card ul{margin:0;padding-left:1.2rem}.worksheet-type-card ul li{margin-bottom:.5rem;color:#666;font-size:.9rem}.customization-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:1.5rem}.feature-group h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.2rem}.feature-group ul{padding-left:1.2rem}.feature-group ul li{margin-bottom:.8rem;line-height:1.5}.printing-tips{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.tip-card{background:#e3f2fd;padding:1.5rem;border-radius:8px;border-left:4px solid var(--primary-color)}.tip-card h3{margin-bottom:1rem;color:var(--primary-color);font-size:1.1rem}.tip-card ul{margin:0;padding-left:1.2rem}.tip-card ul li{margin-bottom:.5rem;color:#555}.about-content{max-width:900px;margin:0 auto}.about-section{margin-bottom:3rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.about-section h2{font-size:1.8rem;margin-bottom:1.5rem;color:var(--primary-color);border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.about-section p{line-height:1.6;margin-bottom:1rem;color:#555}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.feature-card{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid var(--secondary-color)}.feature-card h3{margin-bottom:1rem;color:var(--primary-color);font-size:1.2rem}.feature-card p{margin:0;color:#666;line-height:1.5}.creator-info{background:#f0f8ff;padding:1.5rem;border-radius:8px;border-left:4px solid var(--primary-color)}.contact-info{margin-top:1.5rem}.contact-card{background:#e8f5e8;padding:1.5rem;border-radius:8px;border-left:4px solid var(--secondary-color);margin-bottom:1.5rem}.contact-card h3{margin-bottom:1rem;color:var(--primary-color)}.contact-card a{color:var(--secondary-color);font-weight:700}.suggestions-card{background:#fff3e0;padding:1.5rem;border-radius:8px;border-left:4px solid #ff9800}.suggestions-card h3{margin-bottom:1rem;color:#f57c00}.suggestions-card ul{padding-left:1.2rem}.suggestions-card ul li{margin-bottom:.5rem;color:#666}@media (max-width: 768px){.nav-container{padding:0 .5rem}.nav-links{gap:.25rem}.nav-link{padding:.4rem .6rem;font-size:.8rem}.nav-text{display:none}.nav-icon{font-size:1.2rem}.page-header h1{font-size:2rem}.page-subtitle{font-size:1rem}.page-container{padding:1rem .5rem}.instruction-section,.about-section{padding:1.5rem}.worksheet-types-grid,.features-grid{grid-template-columns:1fr}}@media print{body{margin:0;padding:0;font-size:12pt;background:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}*{visibility:hidden}.print-page,.print-page *{visibility:visible;font-family:Arial,Helvetica,sans-serif;font-weight:700!important}.print-page{position:absolute;left:0;top:0;width:100%}.worksheet-page{width:8.5in;height:11in;page-break-after:always;page-break-inside:avoid;position:relative;background:#fff;display:flex;flex-direction:column}.worksheet-page:last-child{page-break-after:auto}.worksheet-content{flex:1;padding:1in;position:relative;z-index:2}.wordsearch-worksheet,.decode-worksheet,.fillblank-worksheet,.crossword-worksheet,.drawing-worksheet,.thoughtful-prompts-worksheet{background:#fff!important;padding:10pt;margin:0 auto;max-width:6.5in;min-height:8.5in;font-family:Arial,Helvetica,sans-serif;font-weight:700!important;display:flex;flex-direction:column}.worksheet-background{position:absolute;inset:0;z-index:0}.worksheet-title{font-family:Arial,Helvetica,sans-serif;font-size:24pt;font-weight:700;text-align:center;margin-bottom:10pt;color:#000}.wordsearch-grid{margin:0 auto;text-align:center;padding:20pt;width:fit-content}.grid-row{display:flex;justify-content:center;margin:0}.print-cell{display:inline-block;width:20pt;height:20pt;text-align:center;line-height:20pt;font-size:12pt;font-weight:700;font-family:Courier New,monospace}.word-bank{margin:0}.word-bank h3{font-family:Arial,Helvetica,sans-serif;font-size:14pt;font-weight:700;margin-bottom:5pt;color:#000}.word-bank-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5pt}.bank-word{font-family:Arial,Helvetica,sans-serif;font-weight:700!important;padding:0;text-align:left}.instructions{font-family:Arial,Helvetica,sans-serif;font-weight:700!important;margin:5pt 0;font-size:12pt}.encoded-message{margin:20pt 0}.encoded-text{padding:15pt;border-radius:5pt;font-family:Arial,Helvetica,sans-serif;font-weight:700!important;font-size:14pt;line-height:1.6;border:1pt solid black;letter-spacing:.15em}.blanked-text{background:#f8f9fa!important;padding:15pt;border-radius:5pt;font-family:Arial,Helvetica,sans-serif;font-weight:700!important;font-size:14pt;line-height:2.5;border:1pt solid black;letter-spacing:.15em}.reference{font-family:Arial,Helvetica,sans-serif;font-weight:700!important;margin:15pt 0;font-style:italic;text-align:center}.cipher-key{font-family:Arial,Helvetica,sans-serif;padding:15pt;border:2pt solid black}.cipher-key h3{font-family:Arial,Helvetica,sans-serif;font-weight:700;margin-top:0;color:#000}.key-grid{display:grid;grid-template-columns:repeat(6,1fr);margin-top:10pt}.key-pair{display:flex;align-items:center;justify-content:center;gap:2pt;font-family:Arial,Helvetica,sans-serif;font-weight:700!important;font-size:12pt}.key-encoded{font-weight:700!important}.answer-space{font-family:Arial,Helvetica,sans-serif;margin:25pt 0}.answer-space h3{font-family:Arial,Helvetica,sans-serif;font-weight:700;color:#000;margin-bottom:15pt}.answer-lines{display:flex;flex-direction:column;gap:15pt}.answer-line{border-bottom:1pt solid black;height:20pt;width:100%}.btn,button,.back-button,.controls-panel,.preview-panel{display:none!important}.crossword-grid{margin:20pt 0;display:flex;flex-direction:column;align-items:center}.crossword-row{display:flex}.crossword-print-cell{width:30pt;height:30pt;display:flex;align-items:center;justify-content:center;position:relative;font-family:Arial,Helvetica,sans-serif;font-weight:700!important}.crossword-clues{margin:20pt 0;font-family:Arial,Helvetica,sans-serif}.crossword-clues h3{font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:14pt;margin-bottom:10pt;color:#000}.crossword-clues div{font-family:Arial,Helvetica,sans-serif;font-size:11pt!important;color:#000!important;margin-bottom:2pt}.crossword-placeholder{text-align:center;padding:50pt;border:2pt dashed #ccc;margin:20pt 0}.print-error{display:none!important}}@media screen{body{background:#f5f5f5!important;margin:0;padding:2rem 0}.print-page{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:none;margin:0 auto;padding:0}.worksheet-page{width:8.5in;height:11in;background:#fff;box-shadow:0 4px 20px #0000001a;border:1px solid #ddd;margin:0 auto 2rem;position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:4px}.worksheet-content{flex:1;padding:1in;position:relative;z-index:2}.worksheet-background{position:absolute;inset:0;z-index:0}.worksheet-title{font-family:Arial,Helvetica,sans-serif;font-size:24pt;font-weight:700;text-align:center;margin-bottom:10pt;color:#000}.wordsearch-worksheet,.decode-worksheet,.fillblank-worksheet,.crossword-worksheet,.drawing-worksheet,.thoughtful-prompts-worksheet{background:#fff!important;padding:10pt;margin:0 auto;max-width:6.5in;min-height:8.5in;font-family:Arial,Helvetica,sans-serif;font-weight:700!important;display:flex;flex-direction:column}.wordsearch-grid{margin:0 auto;text-align:center;padding:20pt;width:fit-content}.grid-row{display:flex;justify-content:center;margin:0}.print-cell,.grid-cell{display:inline-block;width:20pt;height:20pt;text-align:center;line-height:20pt;font-size:12pt;font-weight:700;font-family:Courier New,monospace}.word-bank{margin:0}.word-bank h3{font-family:Arial,Helvetica,sans-serif;font-size:14pt;font-weight:700;margin-bottom:5pt;color:#000}.word-bank-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5pt}.bank-word{font-family:Arial,Helvetica,sans-serif;font-weight:700!important;padding:0;text-align:left}.encoded-text{padding:15pt;border-radius:5pt;font-family:Arial,Helvetica,sans-serif;font-weight:700!important;font-size:14pt;line-height:1.6;border:1pt solid black;letter-spacing:.15em}.blanked-text{background:#f8f9fa!important;padding:15pt;border-radius:5pt;font-family:Arial,Helvetica,sans-serif;font-weight:700!important;font-size:14pt;line-height:2.5;border:1pt solid black;letter-spacing:.15em}.instructions{font-family:Arial,Helvetica,sans-serif;font-weight:700!important;margin:5pt 0;font-size:12pt}.reference{font-family:Arial,Helvetica,sans-serif;font-weight:700!important;margin:15pt 0;font-style:italic;text-align:center}.cipher-key{font-family:Arial,Helvetica,sans-serif;padding:15pt;border:2pt solid black}.key-grid{display:grid;grid-template-columns:repeat(6,1fr);margin-top:10pt}.key-pair{display:flex;align-items:center;justify-content:center;gap:2pt;font-family:Arial,Helvetica,sans-serif;font-weight:700!important;font-size:12pt}.key-encoded{font-weight:700!important}.crossword-grid{margin:20pt 0;display:flex;flex-direction:column;align-items:center}.crossword-print-cell{width:30pt;height:30pt;display:flex;align-items:center;justify-content:center;position:relative;font-family:Arial,Helvetica,sans-serif;font-weight:700!important}.crossword-clues{margin:20pt 0;font-family:Arial,Helvetica,sans-serif}.crossword-clues h3{font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:14pt;margin-bottom:10pt;color:#000}.crossword-clues div{font-family:Arial,Helvetica,sans-serif;font-size:11pt!important;color:#000!important;margin-bottom:2pt}}.print-error{text-align:center;padding:3rem;max-width:500px;margin:0 auto}.print-error h2{color:#dc3545;margin-bottom:1rem}.print-error p{color:#666;margin-bottom:2rem}
