.navbar{background-color:#2563eb;color:#fff;position:sticky;top:0;z-index:1000;padding:.5rem 1rem;box-shadow:0 2px 4px #0000001a}.navbar-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.navbar-logo{font-size:1.25rem;font-weight:700}.navbar-logo a{color:#fff;text-decoration:none}.navbar-toggle{font-size:1.5rem;background:none;border:none;color:#fff;display:none;cursor:pointer}.navbar-links{display:flex;list-style:none;margin:0;padding:0;gap:1.5rem}.navbar-links li a{color:#fff;text-decoration:none;font-size:1rem;padding:.5rem}@media (max-width: 768px){.navbar-content{flex-direction:column;align-items:flex-start}.navbar-toggle{display:block}.navbar-links{display:none;flex-direction:column;width:100%;margin-top:.5rem}.navbar-links.open{display:flex}.navbar-links li{width:100%;padding:.5rem 0}.navbar-content{flex-direction:row;justify-content:space-between;align-items:center;width:100%}}.landing-container{font-family:Arial,sans-serif;color:#333}.hero-section{display:flex;align-items:center;flex-wrap:wrap;padding:4rem .5rem;background-color:#f0f8f5}.hero-text{flex:1;min-width:280px;margin-right:2rem;margin-left:10px}@media (min-width: 768px){.hero-text{margin-left:100px}}.hero-text h1{font-size:4.5rem;font-weight:700;margin-bottom:1rem}@media (max-width: 600px){.hero-text h1{font-size:2.5rem}}.hero-text p{font-size:1.5rem;margin-bottom:1.5rem}.get-started-btn{padding:.75rem 1.5rem;background-color:#2e7d32;color:#fff;border-radius:6px;text-decoration:none;font-weight:700;transition:background-color .2s ease-in-out}.get-started-btn:hover{background-color:#1e5d24}.hero-image{flex:1;min-width:280px;max-width:600px;flex:0 1 auto;margin-right:300px;margin-top:1rem}.hero-image img{max-width:100%;height:auto}.stats-section{text-align:center;padding:2rem 1rem;background-color:#e8f5e9}.stats-section h2{font-size:2rem;color:#2e7d32;margin-bottom:.5rem}.stats-section p{font-size:1.25rem;color:#444}.how-it-works{padding:2rem;text-align:center;background-color:#f7fafc;font-size:1.25rem}.how-it-works h2{font-size:1.8rem;margin-bottom:.5rem}.how-it-works p{color:#555;margin-bottom:2rem}.steps{display:flex;justify-content:space-evenly;gap:8rem;flex-wrap:wrap}.step{max-width:200px;flex:1 1 20%}.step img{width:200px;height:200px;margin-bottom:.5rem}.step h3{font-size:1.25rem;margin-bottom:.5rem}.entry-form-section{max-width:600px;margin:3rem auto;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 10px 25px #00000012;box-sizing:border-box}.entry-form-section h2{text-align:center;font-size:1.75rem;margin-bottom:.5rem}.entry-form-section p{text-align:center;margin-bottom:1.5rem;font-size:1.2rem}.word-entry-form{display:flex;flex-direction:column;gap:1.5rem}.word-entry-textarea,.word-entry-input{width:100%;padding:.75rem;font-size:1.2rem;border:1px solid #ccc;border-radius:6px;box-sizing:border-box}.word-entry-checkbox{display:flex;align-items:center;gap:.5rem;font-size:1.1rem}.word-entry-button{align-self:center;padding:.75rem 2rem;font-size:1rem;font-weight:600;color:#fff;background-color:#2e7d32;border:none;border-radius:6px;cursor:pointer;transition:background .2s ease-in-out;margin-bottom:1rem}.word-entry-button:hover{background-color:#1e5d24}.words-preview{background-color:#f9f9f9;padding:1rem;border-radius:8px;margin-top:1.5rem}.words-preview h4{margin-bottom:.75rem;font-size:1.2rem}.words-preview ul{list-style-type:disc;columns:2;gap:2rem;padding-left:1.5rem}.words-preview li{margin-bottom:.5rem;font-weight:700}.activity-card{display:flex;flex-direction:column;justify-content:space-between;width:260px;border:1px solid #ddd;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;background:#fff;margin:0 auto}.activity-card img{width:260px;height:200px;object-fit:contain;flex-shrink:0;background:#f9fafb}.card-body{padding:1rem;text-align:center}.card-body h2{margin:0 0 .5rem;font-size:1.25rem;color:#111827}.card-body p{margin:0;color:#4b5563;line-height:1.4}.activity-card button{margin:1rem;padding:.75rem;background:#22c55e;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background .2s}.activity-card button:hover{background:#16a34a}.picker-container{max-width:1280px;margin:2rem auto;padding:0 1rem}.picker-title{text-align:center;font-size:3.3rem;margin-bottom:5rem;color:#1f2937}.picker-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.preview-page{max-width:1500px;margin:2rem auto;padding:0 2rem;font-family:system-ui,sans-serif;color:#000;align-content:center}.preview-title{text-align:center;font-size:2rem;margin-bottom:2.5rem;color:#000}.preview-panel{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap;height:min(80vh,900px)}.pdf-thumbnail{flex:auto;height:60vh;max-height:630px;border:1px solid #ccc;overflow:hidden;background:#fafafa;display:flex;align-items:center;justify-content:center;position:relative}.pdf-thumbnail .placeholder{display:flex;align-items:center;justify-content:center;height:100%;width:100%;color:#666;font-size:.9rem;position:absolute;z-index:1;background-color:#fafafa}.pdf-thumbnail iframe{width:100%;height:100%;border:none;position:relative;z-index:2}.loader{width:40px;height:40px;border:4px solid #ddd;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 800px){.pdf-thumbnail{height:800px}}.preview-details{flex:1.5;text-align:center;font-size:large}.preview-details dl{margin:5rem;text-align:center}.preview-details dt{font-weight:600;margin-top:.5rem}.preview-details dd{margin:0 0 .75rem auto}.preview-actions{display:flex;gap:1rem;justify-content:center}.btn{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;border:none}.btn-primary{background-color:#2563eb;color:#fff;transition:background .2s}.btn-primary:hover{background-color:#1e40af}.btn-secondary{background-color:#f3f4f6;color:#333;border:1px solid #ccc;transition:background .2s,border-color .2s}.btn-secondary:hover{background-color:#e5e7eb}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
