@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Merriweather:wght@400;700;900&display=swap";.theme-elf-letter-bot{--theme-font-family: "Inter", system-ui, sans-serif;--theme-heading-font: "Merriweather", serif;--theme-font-size: 18px;--theme-line-height: 1.6;--theme-primary: #D32F2F;--theme-secondary: #2E7D32;--theme-accent: #FFA000;--theme-dark: #333333;--theme-light: #fdfbf5;--theme-subtle-bg: #f8f9fa;--theme-link-color: #1976D2;--theme-link-hover-color: var(--theme-secondary);--theme-text-color: var(--theme-dark);--theme-h1-color: var(--theme-primary);--theme-h2-color: var(--theme-secondary);--theme-h3-color: var(--theme-primary);--theme-h4-color: var(--theme-secondary);--theme-h1-size: 34px;--theme-h1-weight: 900;--theme-h1-margin: 0 0 30px;--theme-h1-text-shadow: .1px .1px .1px rgba(0,0,0,.5);--theme-h2-size: 28px;--theme-h2-weight: 900;--theme-h2-margin: 40px 0 25px;--theme-h2-text-shadow: .1px .1px .1px rgba(0,0,0,.4);--theme-h3-size: 24px;--theme-h3-weight: 700;--theme-h3-margin: 30px 0 15px;--theme-h4-size: 20px;--theme-h4-weight: 700;--theme-h4-margin: 25px 0 12px;--theme-paragraph-margin: 0 0 18px;--theme-border-radius-sm: 4px;--theme-border-radius-md: 8px;--theme-border-radius-lg: 12px;--theme-box-shadow: 0 4px 8px rgba(0, 0, 0, .08);--theme-subtle-border: 1px solid #dee2e6;--theme-list-marker-ul: "🎁";--theme-list-marker-ol: decimal;--theme-list-item-margin: 8px}.theme-elf-letter-bot .themed-blog-content{font-family:var(--theme-font-family);font-size:var(--theme-font-size);line-height:var(--theme-line-height);color:var(--theme-text-color);background-color:var(--theme-light);padding:30px 40px;border-radius:var(--theme-border-radius-md);box-shadow:var(--theme-box-shadow);position:relative;max-width:1200px;margin:2rem auto}.theme-elf-letter-bot h1,.theme-elf-letter-bot .blog-title,.theme-elf-letter-bot .themed-heading-1{font-family:var(--theme-heading-font);font-size:var(--theme-h1-size);font-weight:var(--theme-h1-weight);color:var(--theme-h1-color);margin:var(--theme-h1-margin);line-height:1.2;text-shadow:var(--theme-h1-text-shadow);border-bottom:3px solid var(--theme-accent);display:inline-block;padding-bottom:5px}.theme-elf-letter-bot h2,.theme-elf-letter-bot .themed-heading-2{font-family:var(--theme-heading-font);font-size:var(--theme-h2-size);font-weight:var(--theme-h2-weight);color:var(--theme-h2-color);margin:var(--theme-h2-margin);line-height:1.3;text-shadow:var(--theme-h2-text-shadow);padding-bottom:8px;border-bottom:2px dashed rgba(46,125,50,.3)}.theme-elf-letter-bot h3,.theme-elf-letter-bot .themed-heading-3{font-family:var(--theme-heading-font);font-size:var(--theme-h3-size);font-weight:var(--theme-h3-weight);color:var(--theme-h3-color);margin:var(--theme-h3-margin);line-height:1.3}.theme-elf-letter-bot h4,.theme-elf-letter-bot .themed-heading-4{font-family:var(--theme-heading-font);font-size:var(--theme-h4-size);font-weight:var(--theme-h4-weight);color:var(--theme-h4-color);margin:var(--theme-h4-margin);line-height:1.4}.theme-elf-letter-bot p,.theme-elf-letter-bot .themed-paragraph{margin:var(--theme-paragraph-margin)}.theme-elf-letter-bot a,.theme-elf-letter-bot .themed-link{color:var(--theme-link-color);text-decoration:underline;transition:color .2s ease}.theme-elf-letter-bot a:hover,.theme-elf-letter-bot .themed-link:hover{color:var(--theme-link-hover-color);text-decoration:underline}.theme-elf-letter-bot strong,.theme-elf-letter-bot b{font-weight:700;color:var(--theme-secondary)}.theme-elf-letter-bot em,.theme-elf-letter-bot i{font-style:italic;color:var(--theme-primary)}.theme-elf-letter-bot ul,.theme-elf-letter-bot .themed-ul{padding-left:25px;list-style:none;margin-bottom:var(--theme-paragraph-margin)}.theme-elf-letter-bot ul li,.theme-elf-letter-bot .themed-li{position:relative;padding-left:25px;margin-bottom:var(--theme-list-item-margin)}.theme-elf-letter-bot ul li:before{content:var(--theme-list-marker-ul);position:absolute;left:0;top:0;color:var(--theme-primary);font-size:1.1em}.theme-elf-letter-bot ol,.theme-elf-letter-bot .themed-ol{padding-left:25px;list-style:var(--theme-list-marker-ol) inside;margin-bottom:var(--theme-paragraph-margin)}.theme-elf-letter-bot ol li{padding-left:10px;margin-bottom:var(--theme-list-item-margin)}.theme-elf-letter-bot ol li::marker{color:var(--theme-secondary);font-weight:700}.theme-elf-letter-bot figure{max-width:700px;margin:2rem auto;padding:0}.theme-elf-letter-bot figure div{position:relative;width:100%;border-radius:var(--theme-border-radius-lg);overflow:hidden;box-shadow:var(--theme-box-shadow)}.theme-elf-letter-bot img{width:100%;height:auto;display:block;border-radius:var(--theme-border-radius-lg);transition:transform .3s ease}.theme-elf-letter-bot img:hover{transform:scale(1.02)}.theme-elf-letter-bot figcaption{text-align:center;color:var(--theme-dark);opacity:.8;font-size:.9em;margin-top:.75rem;font-style:italic}.theme-elf-letter-bot blockquote{background-color:#e3f2fd;padding:20px 25px;border-radius:var(--theme-border-radius-lg);margin:30px 0;box-shadow:0 2px 4px #0000000d;font-style:italic;color:var(--theme-dark);border-left:5px solid var(--theme-link-color);position:relative}.theme-elf-letter-bot blockquote:before{content:"✨";position:absolute;left:-15px;top:-15px;font-size:24px;color:var(--theme-accent);opacity:.8}.theme-elf-letter-bot blockquote p{margin-bottom:10px}.theme-elf-letter-bot blockquote cite{display:block;font-style:normal;font-weight:700;margin-top:10px;color:var(--theme-secondary);text-align:right}.theme-elf-letter-bot code{background-color:#d32f2f1a;color:var(--theme-primary);padding:.2em .4em;margin:0 2px;font-size:.85em;border-radius:var(--theme-border-radius-sm);font-family:monospace}.theme-elf-letter-bot pre{background-color:var(--theme-subtle-bg);border:var(--theme-subtle-border);padding:15px;border-radius:var(--theme-border-radius-md);overflow-x:auto;margin:20px 0}.theme-elf-letter-bot pre code{background-color:transparent;color:inherit;padding:0;margin:0;font-size:.9em}.theme-elf-letter-bot .table-container{margin:30px 0;border-radius:var(--theme-border-radius-lg);overflow:hidden;box-shadow:var(--theme-box-shadow);border:var(--theme-subtle-border)}.theme-elf-letter-bot table{width:100%;border-collapse:separate;border-spacing:0}.theme-elf-letter-bot th{background-color:var(--theme-secondary);color:#fff;padding:14px 20px;text-align:left;font-weight:700;font-size:1.05em;font-family:var(--theme-heading-font)}.theme-elf-letter-bot td{padding:14px 20px;border-bottom:var(--theme-subtle-border);background-color:#fff}.theme-elf-letter-bot tr:last-child td{border-bottom:none}.theme-elf-letter-bot tr:hover td{background-color:#f5f5f5}.theme-elf-letter-bot hr,.theme-elf-letter-bot .themed-hr,.theme-elf-letter-bot .festive-divider{height:2px;background:linear-gradient(90deg,transparent,var(--theme-accent),var(--theme-primary),var(--theme-accent),transparent);border:0;margin:40px 0;opacity:.6}.theme-elf-letter-bot .elf-tip{background-color:#e8f5e9;padding:20px;border-radius:var(--theme-border-radius-md);margin:25px 0;border-left:5px solid var(--theme-secondary);position:relative}.theme-elf-letter-bot .elf-tip:before{content:"✨";position:absolute;left:-12px;top:15px;font-size:1.5em}.theme-elf-letter-bot .elf-tip strong{color:var(--theme-secondary);font-weight:700}.theme-elf-letter-bot .north-pole-note{background-color:var(--theme-subtle-bg);padding:20px;border-radius:var(--theme-border-radius-lg);margin:25px 0;box-shadow:0 2px 4px #0000000d;border-left:4px solid var(--theme-primary)}.theme-elf-letter-bot .north-pole-note h3,.theme-elf-letter-bot .north-pole-note h4{color:var(--theme-primary);margin-top:0}.theme-elf-letter-bot .magical-moment{background:linear-gradient(135deg,#fff7e0,#fff0ca);border-radius:var(--theme-border-radius-lg);padding:25px;margin:30px 0;box-shadow:0 5px 15px #ffa0001a;border:1px solid rgba(255,160,0,.3);position:relative}.theme-elf-letter-bot .magical-moment:after{content:"🌟";position:absolute;top:-10px;right:15px;font-size:1.8em;opacity:.8}.theme-elf-letter-bot .letter-index{background-color:var(--theme-subtle-bg);padding:20px 25px;border-radius:var(--theme-border-radius-md);margin:30px 0;border:var(--theme-subtle-border)}.theme-elf-letter-bot .letter-index h2,.theme-elf-letter-bot .letter-index h3{margin-top:0;font-size:22px;color:var(--theme-secondary);border-bottom:1px solid #ddd;padding-bottom:8px;margin-bottom:15px}.theme-elf-letter-bot .letter-index ul{list-style-type:none;padding-left:0;margin-bottom:0}.theme-elf-letter-bot .letter-index ul ul{padding-left:20px;margin-top:5px}.theme-elf-letter-bot .letter-index li{margin-bottom:10px;padding-left:0}.theme-elf-letter-bot .letter-index li:before{content:none}.theme-elf-letter-bot .letter-index a{text-decoration:none;color:var(--theme-dark);display:block;padding:2px 0}.theme-elf-letter-bot .letter-index a:hover{color:var(--theme-primary);text-decoration:none;font-weight:700}@media (max-width: 768px){.theme-elf-letter-bot .themed-blog-content{padding:20px 25px;margin:1rem auto}.theme-elf-letter-bot h1,.theme-elf-letter-bot .blog-title{font-size:30px}.theme-elf-letter-bot h2{font-size:24px}.theme-elf-letter-bot h3{font-size:20px}.theme-elf-letter-bot h4{font-size:18px}.theme-elf-letter-bot table,.theme-elf-letter-bot th,.theme-elf-letter-bot td{font-size:.9em}.theme-elf-letter-bot th,.theme-elf-letter-bot td{padding:10px 12px}}
